html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Ubuntu,Cantarell,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-weight: normal;
  font-style: normal;
  color: #000;
  overflow-x: hidden;
  font-size: 18px;
}

p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
}

* {
  margin: 0;
  padding: 0;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  outline: none !important;
  border-color: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-check-input:checked {
  background-color: #f15045;
  border-color: #f15045;
}

select {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: #000;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: -internal-light-dark(white, #3b3b3b);
  cursor: default;
  margin: 0em;
  font: 400 14px;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(#767676, #858585);
  -o-border-image: initial;
     border-image: initial;
}

span,
a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
  margin: 0px;
  color: #000;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 17px;
}

@media (max-width: 500px) {

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
}

}


ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.width-100{
   width:100%;
}

.font-size-30{
   font-size:30px;
}

.font-size-28{
font-size:28px;
}

.color-white{
color:#fff;	
}

.color-white a{
color:#fff;	
}

.color-red{
color:#f15045;	
}

.color-blue{
color:#0e0e0e;	
}

.color-black {
color:#000 !important;	
}

.color-gray{
color:rgba(0, 26, 52, .6);	
}

.color-gray a{
color:rgba(0, 26, 52, .6);	
}

.bg-white{
background: #fff;
}

.bg-gray{
background: #f5f7f9;
}

.bg-black{
background: #0e0e0e;
}

.bg-red{
background: #f15045;
}

.bg-blue{
background: rgba(30, 84, 190, 0.05);
}

.bg-sea{
background: rgba(0, 150, 255, .08);
}

.border-gray{
border: 1px solid #d6dbe0;
}

.border-radius-8{
border-radius:8px;	
}

.border-radius-18{
border-radius:18px;	
}

.border-radius-80{
border-radius:80px;	
}

.text-align-center{
text-align:center;
}

.section_gap {
  padding-top: 40px;
padding-bottom: 40px;}

.section_gap_bottom {
padding-bottom: 40px;}

.section_gap_top {
  padding-top: 40px;
}

.box-product {
min-height: 650px;
  border-radius: 32px;
  color: #000;
  padding: 45px;
  text-align: left;
  background: #0e0e0e url(../../assets/images/5.png) no-repeat 50% 360px;
  cursor: pointer;
  margin-bottom: 30px;
  background-size: 370px;
  }

.box-product:hover {
    opacity: 0.9;
transition: all 0.4s ease 0s;
	}
  
.box-product img {
    margin-bottom: 35px;
max-height: 120px;
display: block;	
}

.box-product h4 {
font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #fff;
}
.box-product p {
    margin-bottom: 0px; 
	min-height: 100px;}
	

.box-product2 {
min-height: 650px;
  border-radius: 32px;
  color: #000;
  padding: 45px;
  text-align: left;
  background: #f5f7f9 url(../../assets/images/crm.webp) no-repeat 50% 240px;
  cursor: pointer;
  margin-bottom: 30px;
  background-size: 90%;
  }

.box-product2:hover {
    opacity: 0.9;
transition: all 0.4s ease 0s;
	}
  
.box-product2 img {
    margin-bottom: 35px;
max-height: 120px;
display: block;	
}

.box-product2 h4 {
font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #fff;
}
.box-product2 p {
    margin-bottom: 0px; 
	min-height: 100px;}	
	
.box-product3 {
min-height: 650px;
  border-radius: 32px;
  color: #000;
  padding: 45px;
  text-align: left;
  background: #f5f7f9;
    background-size: auto;
  cursor: pointer;
  margin-bottom: 30px;
  background-size: auto;
  }

.box-product3:hover {
    opacity: 0.9;
transition: all 0.4s ease 0s;
	}
  
.box-product3 img {
    margin-bottom: 35px;
max-height: 120px;
display: block;	
}

.box-product3 h4 {
font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #fff;
}
.box-product3 p {
    margin-bottom: 0px; 
	min-height: 100px;}		
	
.box-product4 {
min-height: 650px;
  border-radius: 32px;
  color: #000;
  padding: 25px;
  text-align: left;
  background: #0e0e0e;
  cursor: pointer;
  margin-bottom: 30px;
  background-size: 400px;
  }

.box-product4:hover {
    opacity: 0.9;
transition: all 0.4s ease 0s;
	}
  
.box-product4 img {
max-height: 160px;
  display: block;
  margin: 0 auto;
}

.box-product4 h4 {
font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #fff;
}
.box-product4 p {
    margin-bottom: 0px; 
	min-height: 100px;}	
	

.box-product5 {
min-height: 650px;
  border-radius: 32px;
  color: #000;
  padding: 25px;
  text-align: left;
  background: #f5f7f9 url(../../assets/images/7.webp) no-repeat 50% 290px;
  cursor: pointer;
  margin-bottom: 30px;
  background-size: 340px;
  }

.box-product5:hover {
    opacity: 0.9;
transition: all 0.4s ease 0s;
	}
  
.box-product5 img {
    margin-bottom: 35px;
max-height: 120px;
display: block;	
}

.box-product5 h4 {
font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #fff;
}
.box-product5 p {
    margin-bottom: 0px; 
	min-height: 100px;}	


.box-product6 {
min-height: 650px;
  border-radius: 32px;
  color: #000;
  padding: 25px;
  text-align: left;
  background: #f5f7f9 url(../../assets/images/17.webp) no-repeat 50% 235px;
  cursor: pointer;
  margin-bottom: 30px;
  background-size: 390px;
  }

.box-product6:hover {
    opacity: 0.9;
transition: all 0.4s ease 0s;
	}
  
.box-product6 img {
    margin-bottom: 35px;
max-height: 120px;
display: block;	
}

.box-product6 h4 {
font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #fff;
}
.box-product6 p {
    margin-bottom: 0px; 
	min-height: 100px;}		
	
.box-product7 {
min-height: 650px;
  border-radius: 32px;
  color: #000;
  padding: 45px;
  text-align: left;
  background: #f5f7f9 url(../../assets/images/6.png) no-repeat 50% 380px;
  cursor: pointer;
  margin-bottom: 30px;
  background-size: 380px;
  }

.box-product7:hover {
    opacity: 0.9;
transition: all 0.4s ease 0s;
	}
  
.box-product7 img {
    margin-bottom: 35px;
max-height: 120px;
display: block;	
}

.box-product7 h4 {
font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #fff;
}
.box-product7 p {
    margin-bottom: 0px; 
	min-height: 100px;}		
	
.box-product8 {
min-height: 650px;
  border-radius: 32px;
  color: #000;
  padding: 45px;
  text-align: left;
  background: #f5f7f9 url(../../assets/images/5.png) no-repeat 50% 300px;
  cursor: pointer;
  margin-bottom: 30px;
  background-size: 440px;
  }

.box-product8:hover {
    opacity: 0.9;
transition: all 0.4s ease 0s;
	}
  
.box-product8 img {
    margin-bottom: 35px;
max-height: 120px;
display: block;	
}

.box-product8 h4 {
font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #fff;
}
.box-product8 p {
    margin-bottom: 0px; 
	min-height: 100px;}		
	
.box-product9 {
min-height: 650px;
  border-radius: 32px;
  color: #000;
  padding: 45px;
  text-align: left;
  background: #f5f7f9 url(../../assets/images/7.webp) no-repeat 50% 335px;
  cursor: pointer;
  margin-bottom: 30px;
  background-size: 400px;
  }

.box-product9:hover {
    opacity: 0.9;
transition: all 0.4s ease 0s;
	}
  
.box-product9 img {
    margin-bottom: 35px;
max-height: 120px;
display: block;	
}

.box-product9 h4 {
font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #fff;
}
.box-product9 p {
    margin-bottom: 0px; 
	min-height: 100px;}	


.box-product10 {
min-height: 650px;
  border-radius: 32px;
  color: #000;
  padding: 45px;
  text-align: left;
  background: #f5f7f9 url(../../assets/images/8.webp) no-repeat 50% 410px;
  cursor: pointer;
  margin-bottom: 30px;
  background-size: 550px;
  }

.box-product10:hover {
    opacity: 0.9;
transition: all 0.4s ease 0s;
	}
  
.box-product10 img {
    margin-bottom: 35px;
max-height: 120px;
display: block;	
}

.box-product10 h4 {
font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #fff;
}
.box-product10 p {
    margin-bottom: 0px; 
	min-height: 100px;}	
	
.box-product11 {
min-height: 650px;
  border-radius: 32px;
  color: #000;
  padding: 45px;
  text-align: left;
  background: #f5f7f9 url(../../assets/images/10.webp) no-repeat 50% 300px;
  cursor: pointer;
  margin-bottom: 30px;
  background-size: 450px;
  }

.box-product11:hover {
    opacity: 0.9;
transition: all 0.4s ease 0s;
	}
  
.box-product11 img {
    margin-bottom: 35px;
max-height: 120px;
display: block;	
}

.box-product11 h4 {
font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #fff;
}
.box-product11 p {
    margin-bottom: 0px; 
	min-height: 100px;}		
	
.box-product12 {
min-height: 650px;
  border-radius: 32px;
  color: #000;
  padding: 45px;
  text-align: left;
  background: #f5f7f9 url(../../assets/images/20.webp) no-repeat 50% 310px;
  cursor: pointer;
  margin-bottom: 30px;
  background-size: 300px;
  }

.box-product12:hover {
    opacity: 0.9;
transition: all 0.4s ease 0s;
	}
  
.box-product12 img {
    margin-bottom: 35px;
max-height: 120px;
display: block;	
}

.box-product12 h4 {
font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #fff;
}
.box-product12 p {
    margin-bottom: 0px; 
	min-height: 100px;}		
	
	
@media (max-width: 1100px) {
.box-product {
  padding: 25px;
}	
	
.box-product2 {
  padding: 25px;
}

.box-product3 {
  padding: 25px;
}

}	

@media (max-width: 500px) {

.box-product h4 {
  font-size: 24px;
  line-height: 32px;
}

.box-product2 h4 {
  font-size: 24px;
  line-height: 32px;
}

.box-product3 h4 {
  font-size: 24px;
  line-height: 32px;
}

.box-product4 h4 {
  font-size: 24px;
  line-height: 32px;
}

.box-product5 h4 {
  font-size: 24px;
  line-height: 32px;
}

.box-product6 h4 {
  font-size: 24px;
  line-height: 32px;
}

}

@media (max-width: 800px) {
.box-product6 {
  background: #f5f7f9 url(../../assets/images/17.webp) no-repeat 50% 345px;
  background-size: 260px;
  }	
}	

@media (max-width: 600px) {
.box-product6 {
  min-height: 660px;
  background: #f5f7f9 url(../../assets/images/17.webp) no-repeat 50% 445px;
  background-size: 260px;
  }	
}	

.main_menu_two {
  margin-right: 24px;
  display: inline;
  left: 79px;
  position: relative;
  top: -10px;
}

.header_area .navbar {
  background: transparent;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
  transition: all 300ms ease-in;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

.header_area .menu_nav {
  width: 100%;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.header_area .navbar .nav .nav-item {
  margin-right: 24px;
}

.navbar-nav {
  list-style: none;
}

.header_area .navbar .nav .nav-item .nav-link {
    font-weight: 600;
    font-size: 14px;
  color: #000;
  padding: 0px;
  display: inline-block;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
.mobile-hidden 	{
  display: none;
}
}	

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

/* Bread Crumbs */
.breadcrumbs {
  position: relative;
  padding-bottom: 100px;
  padding-top: 180px;
  z-index: 2;
  text-align: left;
  background-color: #f15045;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .breadcrumbs {
    padding-bottom: 60px;
    padding-top: 120px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding-bottom: 60px;
    padding-top: 120px;
  }
}

.breadcrumbs .breadcrumbs-content {
  position: relative;
  text-align: center;
}

.breadcrumbs .breadcrumbs-content .page-title {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  position: relative;
  line-height: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 28px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 25px;
    line-height: 38px;
  }
}

.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
}

.breadcrumbs .breadcrumb-nav {
  text-align: center;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .breadcrumbs .breadcrumb-nav {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs .breadcrumb-nav {
    margin-top: 8px;
  }
}

.breadcrumbs .breadcrumb-nav li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  text-transform: capitalize;
}

.breadcrumbs .breadcrumb-nav li:after {
  content: "\ea5c";
  font-family: lineIcons;
  font-size: 10px;
  position: absolute;
  top: 4px;
  right: -7px;
}

.breadcrumbs .breadcrumb-nav li:last-child {
  margin: 0;
  padding: 0;
}

.breadcrumbs .breadcrumb-nav li:last-child::after {
  display: none;
}

.breadcrumbs .breadcrumb-nav li,
.breadcrumbs .breadcrumb-nav li a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.breadcrumbs .breadcrumb-nav li a {
  position: relative;
}

.breadcrumbs .breadcrumb-nav li a:hover {
  text-decoration: underline;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* Section Title */
.section-title {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 300px;
  position: relative;
  z-index: 5;
}

.section-title h3 {
  font-size: 17px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  color: #f15045;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: 34px;
  margin-bottom: 25px;
  line-height: 42px;
  text-transform: capitalize;
  position: relative;
  font-weight: 800;
}

.section-title p {
  font-size: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    padding: 0px 200px;
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .section-title {
    padding: 0px 20px;
    margin-bottom: 70px;
  }
  .section-title h3 {
    font-size: 17px;
  }
  .section-title h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .section-title p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .section-title {
    padding: 0px 10px;
    margin-bottom: 60px;
  }
  .section-title h3 {
    font-size: 17px;
  }
  .section-title h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 18px;
  }
  .section-title p {
    font-size: 17px;
  }
}

.section-title.align-right {
  padding: 0;
  padding-left: 600px;
}

.section-title.align-right h2:before {
  display: none;
}

.section-title.align-right h2:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 2px;
  width: 50px;
  background: #f15045;
  content: "";
}

.section-title.align-left {
  padding: 0;
  padding-right: 600px;
}

.section-title.align-left h2:before {
  left: 0;
  margin-left: 0;
}

/* One Click Scrool Top Button*/
.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #f15045;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  color: #fff !important;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 8px;
}

.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: #000;
}

/* Overlay */
.overlay {
  position: relative;
  z-index: 1;
}

.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #000;
  content: "";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

/* Pagination CSS */
.pagination {
  text-align: left;
  margin: 40px 0 0 0;
  display: block;
}

.pagination.center {
  text-align: center;
}

.pagination.right {
  text-align: right;
}

.pagination.left {
  text-align: left;
}

.pagination .pagination-list {
  display: inline-block;
  overflow: hidden;
}

.pagination .pagination-list li {
  margin-right: 5px;
  display: inline-block;
  margin-top: 10px;
}

.pagination .pagination-list li:last-child {
  margin-right: 0px;
}

.pagination .pagination-list li a {
  background: #fff;
  color: #000;
  font-weight: 400;
  font-size: 17px;
  border-radius: 8px;
  padding: 8px 20px;
  text-align: center;
  border: 1px solid #eee;
}

.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
  background: #f15045;
  color: #fff;
  border-color: transparent;
}

.pagination .pagination-list li a i {
  font-size: 13px;
}

.blog-grids.pagination {
  margin-top: 50px;
  text-align: center;
}

.button .btn {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  padding: 13px 30px;
  background-color: #f15045;
  color: #fff;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  margin-right: 5px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .button .btn {
    padding: 12px 25px;
    font-size: 17px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .button .btn {
    padding: 12px 25px;
    font-size: 17px;
    font-weight: 500;
  }
}

.button .btn i {
  display: inline-block;
  margin-right: 5px;
}

.button .btn:last-child {
  margin: 0;
}

.button .btn:hover {
  color: #fff;
  background-color: #000;
  -webkit-box-shadow: 0px 4px 4px #0000000f;
          box-shadow: 0px 4px 4px #0000000f;
}

.button .btn-alt {
  background-color: #000;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .button .btn-alt {
    padding: 10px 30px;
  }
}

@media (max-width: 767px) {
  .button .btn-alt {
    padding: 10px 30px;
  }
}

.button .btn-alt:hover {
  background-color: #f15045;
  color: #fff;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #f15045;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*======================================
	Start Header CSS
========================================*/
.header {
  width: 100%;
  background: transparent;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 1200px) {
  .header {
    padding: 0px 0;
  }
  .header .mobile-menu-btn .toggler-icon {
    background-color: #fff;
  }
  .header .button {
display: block;
    position: relative;
  }
  .header .navbar-collapse {
    position: absolute;
    top: 67px !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 430px;
    scrollbar-width: thin;
  overflow-y: scroll;
    border-top: 1px solid #eee;
    border-radius: 8px;
  }
  .header .navbar .navbar-nav .nav-item a:hover {
    color: #f15045 !important;
  }
  .header .navbar .navbar-nav .nav-item a.active {
    color: #f15045 !important;
  }
  .header .navbar-nav .nav-item {
    margin: 0;
  }
  .header .navbar-nav .nav-item:hover a {
    color: #f15045;
  }
  .header .navbar-nav .nav-item a {
    padding: 12px 16px !important;
  }
  .header .navbar-nav .nav-item a::before {
    display: none;
  }
  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 12px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #f15045 !important;
  }
  .header .navbar-nav .nav-item a {
    color: #051441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
  }
  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
  }
  .header .navbar-nav .nav-item .sub-menu li.active {
    background: #fff !important;
    color: #f15045 !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 12px !important;
  }
  .header .navbar-nav .nav-item .sub-menu li:hover {
    background: #fff !important;
    color: #f15045 !important;
  }
  .header .navbar-nav .nav-item a {
    font-size: 17px;
  }
  .header .navbar-nav .nav-item a:hover {
    color: #f15045;
  }
}

@media (max-width: 1200px) {
.navbar-brand {
  padding-top: 0px;
  padding-bottom: 20px;
}
}
@media (max-width: 1200px) {
  .header {
  }
  .header .mobile-menu-btn .toggler-icon {
    background-color: #fff;
  }
  .header .navbar-collapse {
    position: absolute;
    top: 58px !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 0px;
    max-height: 700px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-radius: 12px;
  }
  .header .navbar .navbar-nav .nav-item a:hover {
    color: #f15045 !important;
  }
  .header .navbar .navbar-nav .nav-item a.active {
    color: #f15045 !important;
  }
  .header .navbar-nav .nav-item {
    margin: 0;
  }
  .header .navbar-nav .nav-item:hover a {
    color: #f15045;
  }
  .header .navbar-nav .nav-item a {
    padding: 15px 30px !important;
  }
  .header .navbar-nav .nav-item a::before {
    display: none;
  }
  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 12px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #f15045 !important;
  }
  .header .navbar-nav .nav-item a {
    color: #051441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
  }
  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
  }
  .header .navbar-nav .nav-item .sub-menu li.active {
    background: #fff !important;
    color: #f15045 !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 12px !important;
  }
  .header .navbar-nav .nav-item .sub-menu li:hover {
    background: #fff !important;
    color: #f15045 !important;
  }
  .header .navbar-nav .nav-item a {
   font-size: 20px;
    border-bottom: 1px solid #d6dbe0;
  }
  .header .navbar-nav .nav-item a:hover {
    color: #f15045;
  }
}

.header .button .btn {
 background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 20px;
}

.header .button .btn:hover {
  opacity: 0.8;
}

.header .navbar-brand img {
width: 150px;
  top: 10px;
  position: relative;
}

.header-logo-pc-button-blue {
  display: none;
}

@media (min-width: 500px) {
  .header-logo-mobil-button {
    display: none;
  }
}

@media (max-width: 500px) {
  .header-logo-pc-button {
    display: none;
  }
  .header .navbar-brand img {
	width: 30px;
}
}

.header.sticky .navbar-brand .white-logo {
  opacity: 0;
  visibility: hidden;
}

.header.sticky .navbar-brand .dark-logo {
  opacity: 1;
  visibility: visible;
}

.header.sticky .button .btn {
  background-color: #f15045;
  color: #fff;
  border-color: transparent;
}

.header.sticky .button .btn:hover {
  background-color: #000;
  color: #fff;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 0;
}

.navbar-expand-lg .navbar-nav {
  margin: 0;
  margin-right: auto !important;
  margin-left: 15px;
}

@media (max-width: 1200px) {
.navbar-expand-lg .navbar-nav {
  margin-left: 0px;
}	
}	

.header .navbar .navbar-nav .nav-item a.active {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.header .navbar .navbar-nav .nav-item .sub-menu a.active {
  color: #fff;
}

.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {
  color: #fff;
}

.sticky .navbar .mobile-menu-btn .toggler-icon {
  background: #fff;
}

/*===== NAVBAR =====*/
.navbar-area {
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 5px 0px;
}

.navbar-area.sticky {
  position: fixed;
  z-index: 99;
  background: #f15045;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #0e0e0e;
  padding: 0px 0;
  max-height: 90px;
}

.navbar {
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding-left: 0;
  border-radius: 0;
}

.navbar-brand img {
  width: 180px;
}

.mobile-menu-btn {
  padding: 0px;
}

.mobile-menu-btn:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mobile-menu-btn .toggler-icon {
  width: 20px;
  height: 2px;
  background-color: #222;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: -7px;
}

.navbar-nav .nav-item {
  z-index: 1;
  position: relative;
  margin-right: 23px;
}

.navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}

.navbar-nav .nav-item:hover a {
color: #f15045 !important;
  opacity: 0.8;
}

.sticky .navbar-nav .nav-item:hover a {
  color: #f15045;
}

.navbar-nav .nav-item a {
  font-size: 15.5px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  transition: all 0.3s ease-out 0s;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
.navbar-nav .nav-item a {
  font-weight: 500;
 text-transform: none;
}	
}	

.navbar-nav .nav-item a::after {
  opacity: 0;
  visibility: hidden;
}

.navbar-nav .nav-item:hover a:before {
  width: 100%;
}

.navbar-nav .nav-item a.active {
  color: #fff;
}

.navbar-nav .nav-item a.dd-menu::after {
  content: "\ea58";
  font: normal normal normal 1em/1 "LineIcons";
  position: absolute;
  right: 17px;
  font-size: 10px;
  top: 50%;
  margin-left: 5px;
  margin-top: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu::after {
    right: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px), (max-width: 767px) {
  .navbar-nav .nav-item a.dd-menu::after {
    top: 18px;
    right: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px), (max-width: 767px) {
  .navbar-nav .nav-item a.collapsed::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.navbar-nav .nav-item:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar-nav .nav-item:hover > .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.navbar-nav .nav-item .sub-menu {
  padding: 30px;
  min-width: 240px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px #0000001a;
          box-shadow: 0px 5px 20px #0000001a;
  position: absolute;
  top: 110% !important;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0 0 4px 4px;
  border-radius: 8px;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100% !important;
}

.navbar-nav .nav-item .sub-menu .nav-item {
  width: 100%;
  margin-bottom: 15px;
}

.navbar-nav .nav-item .sub-menu .nav-item:last-child {
  margin: 0;
}

.navbar-nav .nav-item .sub-menu .nav-item a {
  padding: 0;
  color: #888;
  display: block;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.navbar-nav .nav-item .sub-menu .nav-item a:hover {
  color: #f15045;
}

.navbar-nav .nav-item .sub-menu.left-menu {
  left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1200px), (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: none;
  }
}

.navbar-nav .nav-item .sub-menu > li {
  display: block;
  margin-left: 0;
}

.navbar-nav .nav-item .sub-menu > li:last-child {
  border: none;
}

.navbar-nav .nav-item .sub-menu > li.active > a {
  color: #f15045 !important;
}

.navbar-nav .nav-item .sub-menu > li > a {
  font-weight: 400;
  display: block;
  padding: 12px 15px;
  font-size: 17px;
  color: #222;
  font-weight: 400;
}

.navbar-nav .nav-item .sub-menu > li:first-child a {
  border: none;
}

.add-list-button {
  display: inline-block;
  margin-left: 10px;
}

.add-list-button .btn i {
  font-size: 17px;
  display: inline-block;
  margin-right: 5px;
}

.hero-area {
  position: relative;
  padding: 80px 0 100px 0;
  background: #0e0e0e;
  border-radius: 0px 0px 64px 64px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .hero-area {
    padding: 150px 0 60px 0;
  }
}

@media (max-width: 767px) {
  .hero-area {
    padding: 120px 0 50px 0;
  }
}

.hero-area .hero-image img {
  width: 100%;
  max-width: 600px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .hero-area .hero-image {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-image {
    margin-top: 40px;
  }
}

.hero-area .hero-content {
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-align: left;
}

.hero-area .hero-content h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
}

.hero-area .hero-content h1 span {
  display: block;
}

.hero-area .hero-content p {
  margin-top: 30px;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
}

.hero-area .hero-content .button {
  margin-top: 40px;
}

.hero-area .hero-content .button .btn {
  background-color: #f15045;
  color: #fff;
  margin-right: 12px;
}

.hero-area .hero-content .button .btn:hover {
  background-color: #000;
  color: #fff;
}

.hero-area .hero-content .button .btn.btn-alt {
  background-color: #ffffff6b;
  color: #fff;
}

.hero-area .hero-content .button .btn.btn-alt:hover {
  background-color: #fff;
  color: #f15045;
}

@media (max-width: 767px) {
  .hero-area .hero-content .button .video-button {
    margin-top: 20px;
  }
}

.hero-area .hero-content .button .video-button .text {
  display: inline-block;
  margin-left: 15px;
  color: #fff;
  font-weight: 500;
}

.hero-area .hero-content .button .video-button:hover .video {
  color: #fff;
  background-color: #000;
}

.hero-area .hero-content .button .video-button .video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #f15045;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 17px;
  padding-left: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.hero-area .hero-content .button .video-button .video:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border-2 2s linear infinite;
  animation: pulse-border-2 2s linear infinite;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-content h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .hero-area .hero-content {
    text-align: center;
  }
  .hero-area .hero-content h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
  }
  .hero-area .hero-content p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content {
    padding: 0 10px;
    text-align: center;
  }
  .hero-area .hero-content h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .hero-area .hero-content .button .btn {
    width: 60%;
    margin: 0;
    margin-bottom: 7px;
  }
  .hero-area .hero-content .button .btn:last-child {
    margin: 0;
  }
}

/*======================================
    Features Area CSS
========================================*/
.features {
  background-color: #f9f9f9;
}

.features .section-title {
  margin-bottom: 30px;
}

.features .single-feature {
  text-align: left;
  padding: 35px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  margin-top: 30px;
  border: 1px solid #eee;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.features .single-feature:hover {
  -webkit-box-shadow: 0px 3px 5px #00000017;
          box-shadow: 0px 3px 5px #00000017;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.features .single-feature i {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: #f15045;
  color: #fff;
  font-size: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 6px #0000002a;
          box-shadow: 0px 4px 6px #0000002a;
  margin-bottom: 30px;
}

.features .single-feature h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.features .single-feature p {
  line-height: 22px;
}

/*======================================
    Our Achievement CSS
========================================*/
.our-achievement {
  background-color: #f15045;
  text-align: center;
  padding: 130px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .our-achievement {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .our-achievement {
    padding: 60px 0;
  }
}

.our-achievement .title h2 {
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 10px;
}

.our-achievement .title p {
  color: #fff;
}

.our-achievement .single-achievement {
  margin-top: 50px;
  text-align: center;
  padding: 0px 10px;
}

.our-achievement .single-achievement h3 {
  font-size: 35px;
  font-weight: 800;
  display: block;
  margin-bottom: 5px;
  color: #fff;
}

.our-achievement .single-achievement p {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 1200px), (max-width: 767px) {
  .our-achievement .title h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .our-achievement .single-achievement {
    margin-top: 30px;
  }
  .our-achievement .single-achievement h3 {
    font-size: 28px;
  }
}

/*=============================
	Pricing Table CSS
===============================*/
.pricing-table {
  background-color: #f9f9f9;
}

.pricing-table .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px), (max-width: 767px) {
  .pricing-table .section-title {
    margin-bottom: 30px;
  }
}

.pricing-table .single-table {
  border: 1px solid #eee;
  border-radius: 8px;
  margin-top: 30px;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.pricing-table .single-table:hover:hover {
  -webkit-box-shadow: 0px 3px 5px #00000017;
          box-shadow: 0px 3px 5px #00000017;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.pricing-table .single-table .table-head {
  padding: 25px;
  border-bottom: 1px solid #eee;
}

.pricing-table .single-table .table-head .title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
}

.pricing-table .single-table .table-head p {
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
}

.pricing-table .single-table .table-head .price {
  padding: 30px 0;
}

.pricing-table .single-table .table-head .price .amount {
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
}

.pricing-table .single-table .table-head .price .amount .duration {
  display: inline-block;
  font-size: 17px;
  color: #888;
  font-weight: 400;
  margin-left: 3px;
}

.pricing-table .single-table .table-head .button .btn {
  width: 100%;
  padding: 12px 30px;
  font-size: 13px;
  background-color: #000;
}

.pricing-table .single-table .table-head .button .btn:hover {
  background-color: #f15045;
  color: #fff;
}

.pricing-table .single-table .table-content {
  padding: 25px;
}

.pricing-table .single-table .table-content .middle-title {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.pricing-table .single-table .table-content .table-list li {
  position: relative;
  padding-left: 25px;
  font-size: 17px;
  margin-bottom: 13px;
}

.pricing-table .single-table .table-content .table-list li:last-child {
  margin: 0;
}

.pricing-table .single-table .table-content .table-list li i {
  color: #f15045;
  font-size: 17px;
  position: absolute;
  left: 0;
  top: 4px;
}

/*======================================
    Call To Action CSS
========================================*/
.call-action {
  background-color: #f15045;
}

.call-action .cta-content {
  text-align: center;
  padding: 0px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .call-action .cta-content {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .call-action .cta-content {
    padding: 0;
  }
}

.call-action .cta-content h2 {
  color: #fff;
  line-height: 50px;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .call-action .cta-content h2 {
    font-size: 32px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .call-action .cta-content h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.call-action .cta-content p {
  color: #fff;
  padding: 0px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .call-action .cta-content p {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .call-action .cta-content p {
    padding: 0;
  }
}

.call-action .cta-content .button {
  margin-top: 40px;
}

.call-action .cta-content .button .btn {
  background-color: #fff;
  color: #f15045;
}

.call-action .cta-content .button .btn:hover {
  color: #fff;
  background-color: #000;
}

/*======================================
	Error 404 CSS
========================================*/
.error-area {
  height: 100vh;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  vertical-align: middle;
}

.d-table-cell {
  display: table-cell !important;
}

.error-area .error-content h1 {
  font-size: 100px;
  color: #f15045;
  margin-bottom: 25px;
  font-weight: 800;
  line-height: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .error-area .error-content h1 {
    font-size: 60px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content h1 {
    font-size: 45px;
    line-height: 30px;
  }
}

.error-area .error-content h2 {
  font-size: 25px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .error-area .error-content h2 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content h2 {
    font-size: 18px;
  }
}

.error-area .error-content p {
  font-weight: 400;
  margin-bottom: 40px;
  color: #888;
}

/*======================================
	Footer CSS
========================================*/
.footer {
  background-color: #000;
  position: relative;
}

.footer .footer-top {
  padding: 40px 0 20px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer .footer-top {
    padding: 80px 0;
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .footer .footer-top {
    padding: 60px 0;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer .single-footer {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer {
    margin-top: 40px;
    text-align: center;
  }
}

.footer .single-footer.f-about {
  padding-right: 30px;
}

@media (max-width: 767px) {
  .footer .single-footer.f-about {
    padding: 0;
  }
}

.footer .single-footer.f-about .logo img {
  width: 180px;
}

.footer .single-footer.f-about p {
  color: #D2D6DC;
  margin-top: 20px;
  font-size: 17px;
}

.footer .single-footer.f-about .social {
  margin-top: 30px;
}

.footer .single-footer.f-about .social li {
  display: inline-block;
  margin-right: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer .single-footer.f-about .social li {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer.f-about .social li {
    margin-bottom: 10px;
  }
}

.footer .single-footer.f-about .social li:last-child {
  margin: 0;
}

.footer .single-footer.f-about .social li a {
  color: #D2D6DC;
  font-size: 17px;
}

.footer .single-footer.f-about .social li a:hover {
  color: #f15045;
}

.footer .single-footer.f-about .social li:last-child {
  margin: 0;
}

.footer .single-footer.f-about .copyright-text {
  color: #D2D6DC;
  font-size: 17px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .footer .single-footer.f-about .copyright-text {
    margin-top: 20px;
  }
}

.footer .single-footer.f-about .copyright-text a {
  color: #D2D6DC;
}

.footer .single-footer.f-about .copyright-text a:hover {
  color: #f15045;
}

.footer .single-footer.f-link li {
display: inline-block;
  margin-bottom: 12px;
  margin-right: 15px;
}

.footer .single-footer.f-link li:last-child {
  margin: 0;
}

.footer .single-footer.f-link li a {
font-size: 17px;
  color: #fff;
  border-bottom: 1px solid #aaa;
}

.footer .single-footer.f-link li a:hover {
  color: #f15045;
}

.footer .single-footer h3 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 35px;
  color: #D2D6DC;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
}

.footer .footer-newsletter {
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer .footer-newsletter {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .footer .footer-newsletter {
    padding-bottom: 60px;
    text-align: center;
  }
}

.footer .footer-newsletter .inner-content {
  border: 2px solid rgba(238, 238, 238, 0.171);
  padding: 50px;
  border-radius: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer .footer-newsletter .inner-content {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .footer .footer-newsletter .inner-content {
    padding: 30px;
  }
}

.footer .footer-newsletter .title {
  position: relative;
}

.footer .footer-newsletter .title h3 {
  color: #D2D6DC;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer .footer-newsletter .title h3 {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .footer .footer-newsletter .title h3 {
    font-size: 17px;
  }
}

.footer .footer-newsletter .title p {
  font-size: 17px;
  color: #D2D6DC;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer .footer-newsletter .title p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .footer .footer-newsletter .title p {
    font-size: 17px;
  }
}

.footer .footer-newsletter .title p a {
  color: #f15045;
  text-decoration: underline;
}

.footer .footer-newsletter .title p a:hover {
  color: #fff;
}

.footer .footer-newsletter .newsletter-form {
  position: relative;
}

@media (max-width: 767px) {
  .footer .footer-newsletter .newsletter-form {
    margin-top: 30px;
  }
}

.footer .footer-newsletter .newsletter-form input {
  height: 48px;
  width: 300px;
  display: inline-block;
  background: transparent;
  border: none;
  color: #fff;
  border-radius: 0;
  padding: 0 20px;
  color: #fff !important;
  font-size: 17px;
  background-color: #fff3;
  border-radius: 8px;
  float: right;
  margin-right: 148px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer .footer-newsletter .newsletter-form input {
    width: 100%;
    margin: 0;
    padding-right: 144px;
  }
}

@media (max-width: 767px) {
  .footer .footer-newsletter .newsletter-form input {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}

.footer .footer-newsletter .newsletter-form ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.footer .footer-newsletter .newsletter-form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.footer .footer-newsletter .newsletter-form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.footer .footer-newsletter .newsletter-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.footer .footer-newsletter .newsletter-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.footer .footer-newsletter .newsletter-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.footer .footer-newsletter .newsletter-form .button {
  display: inline-block;
  position: absolute;
  right: 0;
}

@media (max-width: 767px) {
  .footer .footer-newsletter .newsletter-form .button {
    position: relative;
    margin-top: 10px;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .footer .footer-newsletter .newsletter-form .button .btn {
    width: 100%;
  }
}

.footer .footer-newsletter .newsletter-form .button .btn {
  display: inline-block;
  background: #f15045;
  color: #fff;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
}

.footer .footer-newsletter .newsletter-form .button .btn::before {
  background-color: #fff;
}

.footer .footer-newsletter .newsletter-form .button .btn:hover {
  color: #f15045;
  background-color: #fff;
}

	/* Video
============================================================================================ */

.center-video {
  width: 100%;
  max-width: 980px;
  margin: auto;
}
#video {
  width: 100%;
  position: relative;
}
#video-over {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}
#video-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  box-shadow: 0 0 0 6px #f15045;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s ease;
  transition-property: opacity, visibility;
}
#video-play::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 31px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-color: #f15045;
  border-right-width: 0;
  transition: transform 0.2s ease;
}
#video-play:hover::before {
  transform: scale(1.2);
}
#video video {
 width: 100%;
  display: block;
  border-radius: 32px;
}
#video.video-is-playing #video-over {
  display: block;
}
#video.video-is-playing #video-play {
  opacity: 0;
  visibility: hidden;
}

.number-video {
  font-size: 11px;
  float: right;
  color: #fff;
  background: #f15045;
  border-radius: 8px;
  padding: 0px 10px;
  line-height: 20px;
  top: 45px;
  right: 20px;
  position: relative;
  max-width: 115px;
}

.box-product-video {
  border-radius: 32px;
  color: #000;
  padding: 45px 25px 25px 25px;
  text-align: left;
  background: #f5f7f9;
  cursor: pointer;
  margin-bottom: 30px;
  }

.box-product-video:hover {
    opacity: 0.9;
transition: all 0.4s ease 0s;
	}
  
.box-product-video img {
    margin-bottom: 35px;
max-height: 120px;
display: block;	
}
.box-product-video h4 {
   font-size: 24px;
margin-bottom: 20px;
color: #fff;
}
.box-product-video p {
    margin-bottom: 0px; 
	min-height: 100px;
	}
	
.floating-dst {
  position: absolute;
}

.floating-dst.float-one {
  animation-delay: .3s;
}

@keyframes float {
	100% {
    transform: translateY(20px);
  }
}	
	
.floating-dst.float-one {
background: url(../../assets/images/pyr.png) no-repeat 0 0;
    background-size: auto;
  background-size: contain;
  width: 100px;
  height: 80px;
  left: 10%;
  top: 75%;
  animation: float 2.5s infinite ease-in-out alternate;
  transform: rotate(8deg);
}

.floating-dst.float-two {
background: url(../../assets/images/pyr3.png) no-repeat 0 0;
    background-size: auto;
  background-size: auto;
  background-size: contain;
  width: 90px;
  height: 130px;
  right: 85%;
  top: 100px;
  animation: float 3.5s infinite ease-in-out alternate;
  transform: rotate(13deg);
}

.floating-dst.float-three {
background: url(../../assets/images/pyr4.png) no-repeat 0 0;
    background-size: auto;
  background-size: contain;
  width: 75px;
  height: 100px;
  left: 75%;
  top: 430px;
  animation: float 2.5s infinite ease-in-out alternate;
  transform: rotate(6deg);
}

@media (max-width: 1360px) {
.floating-dst.float-three {
  top: 220px;
}
}

@media (max-width: 1000px) {
.floating-dst.float-three {
  top: 220px;
}
}	

@media (max-width: 500px) {
.floating-dst.float-three {
  top: 20px;
}
}	








.floating-dst.float-4 {
  animation-delay: .3s;
}	
	
.floating-dst.float-4 {
background: url(../../assets/images/dstplatform31.webp) no-repeat 0 0;
    background-size: auto;
  background-size: contain;
  width: 100px;
  height: 80px;
  left: 10%;
  top: 75%;
  animation: float 2.5s infinite ease-in-out alternate;
  transform: rotate(8deg);
}

.floating-dst.float-5 {
background: url(../../assets/images/dstplatform32.webp) no-repeat 0 0;
    background-size: auto;
  background-size: auto;
  background-size: contain;
  width: 90px;
  height: 130px;
  right: 75%;
  top: 20px;
  animation: float 3.5s infinite ease-in-out alternate;
  transform: rotate(3deg);
}

.floating-dst.float-6 {
background: url(../../assets/images/dstplatform32.webp) no-repeat 0 0;
    background-size: auto;
  background-size: contain;
  width: 135px;
  height: 200px;
  left: 75%;
  top: 400px;
  animation: float 2.5s infinite ease-in-out alternate;
  transform: rotate(6deg);
}

@media (max-width: 1360px) {
.floating-dst.float-6 {
  top: 220px;
}
}

@media (max-width: 1000px) {
.floating-dst.float-6 {
  top: 220px;
}
}	

@media (max-width: 500px) {
.floating-dst.float-6 {
  top: 20px;
}
}	









	/* Cifri
============================================================================================ */

.cifridst-icon {
background: #f5f7f9;
  width: 58px;
  border-radius: 12px;
}

.cifridst-icon2 {
  align-items: center;
}
.cifridst-icon3 {
  justify-content: center;
}
.cifridst-icon4 {
  display: flex;
}

.cifri-widget-details {
font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 
============================================================================================ */
/* Star
============================================================================================ */

.card-block-four {
position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: #f5f7f9;
  border-radius: 20px;
  min-height: 260px;
  padding: 30px;
}

.card-block-four {
  margin-bottom: 25px;
  transition: all 1s;
}

.dashboard-icon-widget .card-star-body {
  padding: 28px;
}
.card-block-four .card-star-body {
  padding: 15px 0px;
}
.card-star-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.widget-icon-star {
  float: left;
  height: 100%;
  display: flex;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.widget-icon-star img {
max-height: 100px;
  width: auto;
  color: #fff;
  max-width: 100px;
}

.icon-star {
  width: 20px;
  height: 20px;
}

.text-block-four {
text-align: left;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  }
  .text-block-four h1 {
    margin: 0;
    color: #000; }
  .text-block-four span {
    color: #595959; }
	
.dstlinetextcopy2{
font-size: 13px;
  color: #6d7986;
  line-height: 18px;
  text-align: left;
  margin-top: 20px; 
}

.dstlinetextcopy2 a{
color: #6d7986; 
text-decoration:underline;
}	

.dstmamail {
	padding-top: 50px;
background: #f5f7f9;
}

.main_title {
  text-align: left;
  margin-bottom: 30px; }
  
.mapBox {
  height: 420px;
  margin-top: 80px; }

.contact_info .info_item {
  position: relative;
  padding-left: 45px; }
  .contact_info .info_item i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600; }
  .contact_info .info_item h6 {
    font-size: 17px;
    line-height: 24px;
    color: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Ubuntu,Cantarell,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: bold;
    margin-bottom: 0px;
    color: #000; }
    .contact_info .info_item h6 a {
      color: #000; }
  .contact_info .info_item p {
    font-size: 17px;
    line-height: 24px;
    padding: 10px 0px; 
    color: #6d7986; }

.contact_infodst .info_itemdst {
  position: relative;
 }
  .contact_infodst .info_itemdst i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600; }
  .contact_infodst .info_itemdst h6 {
    font-size: 17px;
    line-height: 24px;
    color: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Ubuntu,Cantarell,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: bold;
    margin-bottom: 0px;
    color: #fff; }
    .contact_infodst .info_itemdst h6 a {
      color: #fff; }
  .contact_infodst .info_itemdst p {
    font-size: 17px;
    line-height: 24px;
    padding: 2px 0px; }

	

.contact_form .form-group {
  margin-bottom: 20px; }
  .contact_form .form-group .form-control {
font-size: 17px;
  line-height: 8px;
  color: #6D7986;
  border: 1px solid #d6dbe0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(230, 232, 234);
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Ubuntu,Cantarell,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  border-radius: 5px 5px 0 0;
  padding-left: 20px;
  background: #f5f7f9;
  border-bottom: 1px solid hsla(0,0%,5%,.3);
	}
    .contact_form .form-group .form-control:focus {
      box-shadow: none;
      outline: none; }
    .contact_form .form-group .form-control.placeholder {
      color: #6D7986; }
    .contact_form .form-group .form-control:-moz-placeholder {
      color: #6D7986; }
    .contact_form .form-group .form-control::-moz-placeholder {
      color: #6D7986; }
    .contact_form .form-group .form-control::-webkit-input-placeholder {
      color: #6D7986; }
  .contact_form .form-group textarea {
    resize: none; }
    .contact_form .form-group textarea.form-control {
      height: 286px; line-height: 26px; }
.contact_form .primary_btn {
  margin-top: 20px; }
  
.text-right {
    text-align: right !important
}  

.primary_btn {
  display: inline-block;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 17px;
  line-height: 46px;
  outline: none !important;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  background: #f15045;
  transition: all 0.4s ease 0s;
  border: none;
  }
  
.primary_btn span {
    padding: 0 30px;
transition: all 0.4s ease 0s;	
}

.primary_btn:hover {
      opacity: 0.9; 
	  transition: all 0.4s ease 0s;
	  color: #fff;
}

.primary_btn.tr-bg {
color: #000;
transition: all 0.4s ease 0s;
background: #fff;
}

.primary_btn.tr-bg:hover {
      opacity: 0.9; 
	  transition: all 0.4s ease 0s;
	  color: #000;
}
	
#contactForm button:disabled,
#contactForm button[disabled]{
    background-image: linear-gradient(to right, #999999 0%, #999999 100%), radial-gradient(circle at top left, #999999, #999999);
}	

.footer .phone-soc {
  margin-right: 60px;
}

.dstlogo {
    margin-bottom: 15px;
    float:left; 
}

.dstlogo img {
  height: 60px;
}

.dstlogo2 {    
margin-left: 80px;
font-size: 13px;
line-height:20px; 
display: block; 
max-width: 150px;
}

.dstlogo2 a {
font-size: 14px;
text-decoration: underline;    
line-height:20px;     
display: block; 
max-width: 150px;
}

.footer a {
  color: #fff;
}

.footer .social-links {
    border-top: 0px solid #e6e6e6;
    display: inline-block;
}
.footer .social-links img {
    width: auto;
    height: 23px;
	padding: 2px;
	transition: all 0.3s ease-in 0s;
	display: inline-block;
    text-decoration: none;
}

.footer .social-links img:a{
  text-decoration: none;
  border:none;
}

.dst-line-tor {
border: 1px solid #333;
  content: "";
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}

.mojoolinetextcopy {
  font-size: 13px;
  color: #fff;
  line-height: 18px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
.mob-tor-hide {
    display: none;
}
}

.c-pricing-card {
  background: #fff;
}

img {
  display: block;
  max-width: 100%;
}

.mojoostocks {
    transition: 0.5s;
}

.mojoostocks:hover {
    filter: brightness(.95);
    transition: 0.5s;
}

.mainbrands2 {
  font-size: 40px;
  transition: all 0.3s ease 0s;
  color: #fff;
  font-weight: 700;
  line-height: 48px;
}

.dstportslider {
font-size: 24px;
  padding-top: 180px;
  color: #fff;
  font-weight: 700;
  line-height: 32px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}

.index-dst {
background: #0e0e0e;
border-radius: 0px 0px 64px 64px;
}

@media (max-width: 1320px) {
.index-dst {
border-radius: 0px;	
}
}

.index-dst-blue {
  background: #d6e6ff;
  border-radius: 0px 0px 64px 64px;
}


@media (max-width: 1320px) {
.index-dst-blue {
border-radius: 0px;	
}
}

.dstbutslider {
  margin-top: 30px;
  display: inline;
}

.dst-slider-text {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 500;
}

.nav-item a {
color: #0b1f35;
}

.button-client-serv{
display: inherit;
  position: relative; 
}

.dstblock_item {
max-width: 320px !important;
  display: block;
  height: 100%;
}

.dstblock_item2 {
  max-width: 280px !important;
  display: block;
  height: 100%;
  margin: 0 auto;
}

/*============== contact_area css ================*/

#summary-dst {
  font-size: 16px;
  line-height: 24px;
}

#summary-dst a{
  text-decoration:underline;
	color: #6d7986;
}

#summary-dst p.collapse:not(.show) {
    height: 70px !important;
    overflow: hidden;
  
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

#summary-dst p.collapsing {
    min-height: 70px !important;
}

#summary-dst a.collapsed:after  {
    content: 'Читать далее';
}

#summary-dst a:not(.collapsed):after {
    content: 'Свернуть';
}

:root {
  --space-base: 16px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.u-flex {
  display: flex;
}

.u-flex-justify-center {
  justify-content: center;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-w-100 {
  width: 100%;
}

.u-m {
  margin: var(--space-base);
}

.u-m-0 {
  margin: 0;
}

.u-m-t {
  margin-top: var(--space-base);
}

.u-m-t-2xl {
  margin-top: calc(7.812 * var(--space-base));
}

.u-m-r {
  margin-right: 0px;
}

.u-ml-auto {
  margin-left: auto;
}

.u-mb-lg {
margin-bottom: calc(1 * var(--space-base));
  color: #6d7986;
}

.u-p {
  padding: var(--space-base);
}

.u-list-inactive-color {
  color: #b1b8c9 !important;
}

.price-addons-dst {
position: relative;
font-size: 20px;
color: #b1b8c9;
}

.price-addons-dst:before {
border-bottom: 2px solid #f15045;
position: absolute;
content: "";
width: 100%;
height: 50%;
transform: rotate(-5deg);
}

.price-addons-dst-demo {
position: relative;
font-size: 20px;
color: #b1b8c9;
}

.c-pricing-card {
  max-width: 100%;
  padding: calc(2 * var(--space-base)) calc(1.5 * var(--space-base));
  margin-top: calc(1.5 * var(--space-base));
  border: 1px solid #d6dbe0;
  border-radius: 18px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.c-pricing-card:hover {
transition: all 0.3s ease;
transform: translateY(-8px);
  box-shadow: 0 12px 30px rgb(0 0 0 / 8%);
    opacity: .9;
}
.c-pricing-card--active {
  background-color: #0e0e0e;
  color: #fff;
  border: none;
}
.c-pricing-card--active .c-pricing-card__list li {
  color: #fff;
}
.c-pricing-card--active .c-pricing-card__list li svg {
  fill: #fff;
}
.c-pricing-card--active h2 {
  color: #fff;
}
.c-pricing-card--active .c-pricing-card__price span:first-child {
  color: #fff;
}
.c-pricing-card--active .c-btn {
  background-color: #f15045;
  color: #fff;
}
.c-pricing-card__header {
  display: flex;
  align-items: center;
  margin-bottom: calc(1.5 * var(--space-base));
}
.c-pricing-card__header h2 {
  margin: 0 0 0 var(--space-base);
}
.c-pricing-card__header .c-hexagon {
  position: relative;
}
.c-pricing-card__header .c-circle {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.c-pricing-card__price {
  display: flex;
  align-items: center;
}
.c-pricing-card__price span:first-child {
  color: #0e0e0e;
  font-size: 40px;
  font-weight: 600;
  margin-right: calc(var(--space-base) / 1.77);
}
@media (max-width: 480px) {
.c-pricing-card__price span:first-child {
  font-size: 28px;
}
.price-addons-dst {
  font-size: 16px;
}
.price-addons-dst-demo {
  font-size: 16px;
}
}
.c-pricing-card__list {
  list-style: none;
  margin: calc(2 * var(--space-base)) 0 0;
  padding: 0;
}
.c-pricing-card__list li {
  display: flex;
  align-items: center;
  margin-bottom: calc(2 * var(--space-base));
  color: #0e0e0e;
  font-weight: 500;
}
.c-pricing-card__list li:last-child {
  margin-bottom: 0;
}
.c-pricing-card__list li svg {
  fill: #f15045;
  margin-right: var(--space-base);
  min-width: 18px;
}
.c-pricing-card__list li.u-list-inactive-color svg {
  fill: #b1b8c9;
}
.c-pricing-card button {
  margin-top: calc(3 * var(--space-base));
}

.c-btn {
  height: 52px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}
.c-btn--primary {
  background: #f15045;
}
.c-btn:hover {
  opacity: 0.8;
}

.c-btn2 {
height: 52px;
  border-radius: 8px;
  color: #0e0e0e;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  display: block;
  margin-top: calc(3 * var(--space-base));
  text-align: center;
  line-height: 48px;
}
.c-btn--primary2 {
  background: #fff;
	border: 1px solid #0e0e0e;
}
.c-btn2:hover {
  opacity: 0.8;
}

.c-btn3 {
height: 52px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  display: block;
  margin-top: calc(1 * var(--space-base));
  text-align: center;
  line-height: 48px;
}
.c-btn--primary3 {
  background: #f15045;
}
.c-btn3:hover {
  opacity: 0.8;
	color: #fff;
}

.c-circle-double-border {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 3px solid #0e0e0e;
  position: relative;
}
.c-circle-double-border:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 3px solid #f15045;
}

.c-rounded-square {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 3px solid #1769ff;
  border-radius: calc(16px / 4);
  position: relative;
}
.c-rounded-square:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 3px solid #f15045;
  border-radius: calc(16px / 4);
}

.c-circle-double-border2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 3px solid #fff;
  position: relative;
}
.c-circle-double-border2:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 3px solid #f15045;
}

.c-circle {
  width: 18px;
  height: 18px;
  border: 3px solid #0e0e0e;
  border-radius: 100%;
}

.c-hexagon {
  width: 42px;
  height: 42px;
}

.c-badge {
display: flex;
  align-items: center;
  color: #fff;
  background-color: #f15045;
  height: 29px;
  padding: 0 calc(var(--space-base) / 0.98);
  border-radius: calc(16px * 2.5);
  font-weight: 500;
  font-size: 14px;
}

.price-addons-kvartal{
color: #6d7986;
  font-size: 13.5px;
line-height: 22px;
}

.price-addons-kvartal a{
text-decoration: underline;
color: #000;
}

.features-width{
  border: 1px solid #fff; 
  transition: all 0.4s ease 0s;
  padding:0px 10px 10px 30px;
  cursor: pointer;
}

.features-width:hover{
  border: 1px solid #d6dbe0; 
    border-radius:18px;
  padding:0px 10px 10px 30px;
  transition: all 0.4s ease 0s;
  cursor: pointer;
}

.features-width-demo {
border: 1px solid #d6dbe0;
  transition: all 0.15s;
  padding: 0px 20px 10px 30px;
  cursor: pointer;
  min-height: 230px;
  border-radius: 18px;
  background: #fff;	
}

.features-width-demo:hover{
  border-color: #ddd;
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgb(0 0 0 / 8%);
}

.features-width-demo2 {
  border: 1px solid #d6dbe0;
  transition: all 0.15s;
  padding: 0px 10px 10px 30px;
  cursor: pointer;
  min-height: 260px;
	border-radius: 18px; 
	background: #fff;
}

.features-width-demo2:hover{
  border-color: #ddd;
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgb(0 0 0 / 8%);
}

  .cif {
    color: #f15045;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
}

  .cif2 {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    line-height: 64px;
    text-align: left;
}

.cif-demo {
    color: #f15045;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
}

 .dstcif {
color: #0e0e0e;
font-size: 24px;
font-weight: 700;
line-height: 28px;
text-align: center;
padding-bottom: 20px;
}

.oblasty {
  padding-bottom: 10px; }
  @media (max-width: 1200px) {
.oblasty {
      padding-bottom: 50px; } }
.oblasty {
border: ;
background: #fff;
min-height: 360px;
border-radius: 18px;
color: #fff;
padding: 30px 30px 10px 30px;
text-align: left;
cursor: pointer;
margin-bottom: 30px;
}

.oblasty:hover {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    opacity: 0.9;
transition: all 0.4s ease 0s;
	}
.oblasty img {
display: block;
margin: 0 auto;	}

.comparison {
border: 1px solid #d6dbe0;
  border-radius: 18px;
}

.comparison thead tr th:nth-child(1) {
  width: 30%;
}

.comparison tbody tr:nth-child(odd) {
  display: none;
}

.comparison tbody tr td, .comparison thead tr th {
    border-right: 0;
    border-left: 0;
	border-bottom: 0;
    text-align: center;
    padding: 15px;
}

@media (max-width: 400px) {
.comparison tbody tr td, .comparison thead tr th {
    padding: 15px 5px;
}
}	
.comparison tbody tr td {
  border-color: #d6dbe0;
}

.comparison tbody tr td:first-child {
    text-align:left;
	font-size: 15px;
}

.comparison thead tr th:nth-child(3), .comparison tbody tr td:nth-child(3){
  background: rgba(30, 84, 190, 0.05);
}

.comparison thead tr th:not(:first-child) h4{
  font-size: 18px;
  margin:0;
}

.comparison thead tr th:nth-child(1) h4 {
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  margin:0;
}

.comparison thead tr th:not(:first-child) p{
  font-size: 15px;
  color: #6d7986;
  font-weight:500;
}

@media (max-width: 600px) {
.comparison thead tr th:not(:first-child) p {
  font-size: 13px;
  color: #6d7986;
  line-height: 18px;
}

.selected h4::before {
  display:none;
}

  .comparison thead tr.package {
    top: 20px;
  }
}

.comparison thead tr th .dolla {
  font-size:12px;
  color: #6d7986;
  font-weight: 100;
  margin-right: 5px;
  position: relative;
  top: -5px;
}

.comparison thead tr.pricing th p{
  margin:0;
  font-size: 14px;
  margin-left: 5px;
}
.comparison tbody tr:last-child td {
  color: #000;
}

.comparison thead tr.package {
  height: 160px;
  position: sticky;
  background:#0e0e0e;
    top: 86px;
}
@media (max-width: 990px) {
.comparison thead tr.package {
    top: 54px;
}
}
.selected {
  position: relative;
}
.selected h4:before {
  content: 'Популярный';
  text-transform: uppercase;
  font-size: 10px;
  background: #f15045;
  color:#fff;
  width: 100%;
  position: absolute;
  top:0;
  left:0;
  padding: 5px 0;
}
 

@media (max-width: 767px) {
  .comparison td:first-child, .comparison th:first-child {
    display: none;
  }
  
  .comparison tbody tr:nth-child(odd){
  display: table-row;
  }
  
  .comparison thead tr th:not(:first-child) h4 {
    font-size: 20px;
  }
  }
.card-product-vid  {
width: 55px;
      height: 55px;
      border-radius: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #f5f7f9;
      padding: 10px;
}  

.whatsapp-top, .whatsapp-top:visited {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 10;
  transition: opacity .3s ease-in-out;
}

.whatsapp {
  width: 50px;
height: 50px;
}

.action-widget .owl-next {
    position: absolute;
    top: -24%;
    right: 0%;
	display: block !important;
}

.action-widget .owl-prev {
    position: absolute;
    top: -24%;
   right: 65px;
	display: block !important;
}

.feature-feed {
 border-radius: 18px;
   padding: 45px 60px;
   text-align: left;
   background: url(../../assets/images/dstplatform5.png) no-repeat 800px 0px;
   background-size: contain;
   background-color: #f5f7f9;
   cursor: pointer;
   margin-bottom: 30px;
   min-height: 380px;
   -webkit-transition: all 0.4s ease 0s;
   -moz-transition: all 0.4s ease 0s;
   -o-transition: all 0.4s ease 0s;
   transition: all 0.4s ease 0s
}

@media (max-width: 420px) {
.feature-feed {
  padding: 45px 30px;
}
}

.feature-feed h4 {
font-size: 28px;
  color: #0e0e0e;
  line-height: 38px;
  margin-bottom: 20px;
}

.feature-feed img {
   margin-bottom: 35px;
   height: 60px;
   display: block
}

.feature-feed p {
color: #0e0e0e;
  font-size: 18px;
  line-height: 28px;
}

.feature-feed:hover {
   opacity: .9
}

.primary_btn6 {
  display: inline-block;
 border: 1px solid #0e0e0e;
  background: #f15045;
border: 2px solid #f15045;
color: #fff;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  outline: none !important;
  text-align: center;
  cursor: pointer;
  border-radius: 8px; }
  .primary_btn6 span {
    padding: 0 15px; }
  .primary_btn6.tr-bg3 {
    background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(circle at top left, #f15045, #f15045);
    border: 1px solid transparent;
    color: #0e0e0e;
    box-shadow: none; }
    .primary_btn6.tr-bg3:hover {
      background-image: linear-gradient(to right, #f15045 0%, #f15045 100%), radial-gradient(circle at top left, #f15045, #f15045);
      border: double 2px transparent;
      color: #ffffff;
      box-shadow: 0px 10px 30px rgba(118, 85, 225, 0.3); }
  .primary_btn6:hover {
    opacity:0.9; 
	transition: all 0.3s ease 0s;
	color: #fff
	}	
	
.primary_btn9 {
  display: inline-block;
 border: 1px solid #0e0e0e;
    color: #0e0e0e;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 44px;
  outline: none !important;
  text-align: center;
  cursor: pointer;
  border-radius: 8px; 
  padding: 0px 10px;
}
  .primary_btn9 span {
    padding: 0 15px; }
  .primary_btn9.tr-bg9 {
    background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(circle at top left, #f15045, #f15045);
    border: 2px solid transparent;
    color: #0e0e0e;
    box-shadow: none; }
    .primary_btn9.tr-bg9:hover {
      color: #ffffff;
      box-shadow: 0px 10px 30px rgba(118, 85, 225, 0.3); }
  .primary_btn9:hover {
    opacity:0.8; 
	color: #0e0e0e;
	transition: all 0.3s ease 0s; }							
	
.block-prod-demo {
display: inline-block;
  padding: 10px;
  background: hsla(0,0%,5%,.07);
  border-radius: 50px;
  width: 100%;
  text-align: center;
}

.block-prod-demo:hover {
  opacity: 0.8;
}

.block-prod-demo-block {
display: inline-block;
  padding: 30px;
  background: #fff;
  border-radius: 18px;
  min-height: 400px;
  width: 100%;
}

.block-prod-demo-block:hover {
  opacity: 0.8;
}

.block-prod-demo.nav-link-demo.active  {
  box-shadow: 0 12px 30px rgb(0 0 0 / 8%);
  background: #0e0e0e;
  color: #fff;
}

.block {
background: #f5f7f9;
  padding: 20px;
  font-size: 16px;
  border-radius: 18px;
  min-height: 100px;
}	

/* 
============================================================================================ */
/* list-style
============================================================================================ */

ul.ul-style-1 {
   list-style: none
}

ul.ul-style-1 li {
   position: relative;
   padding: 0 0 0 25px;
   margin: 0 0 15px
}

ul.ul-style-1 li:before {
   position: absolute;
   top: 9px;
   left: 0;
   border: 2px solid #f15045;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   border-radius: 100%;
   width: 12px;
   height: 12px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   content: ''
}

@media all and (max-width: 768px) {
   ul.ul-style-1 li {
      margin: 0 0 20px
   }
}

ul.ul-col-2 {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap
}

ul.ul-col-2 li {
   padding-right: 10px;
   margin: 0 0 5px 0
}

.shipping-header .h1 {
    color: #fff;
    font-size: 60px;
}
.shipping-header .info {
    color: #fff;
    line-height: 1.7;
}

.shipping-header2 .h1 {
    color: #fff;
    font-size: 60px;
}
.shipping-header2 .info {
    color: #fff;
    line-height: 1.7;
}

.shipping-header3 .h1 {
    color: #fff;
    font-size: 60px;
}
.shipping-header3 .info {
    color: #fff;
    line-height: 1.7;
}

.shipping-header4 .h1 {
    color: #4285F4;
    font-size: 60px;
	
}
.shipping-header4 .info {
    color: #001a34;
    line-height: 1.7;
	font-size: 24px;
}

.shipping-header5 .h1 {
    color: #ce96c3;
    font-size: 60px;
	
}
.shipping-header5 .info {
    color: #001a34;
    line-height: 1.7;
	font-size: 24px;
}

.shipping-header6 .h1 {
    color: #ce96c3;
    font-size: 60px;
	
}
.shipping-header6 .info {
    color: #001a34;
    line-height: 1.7;
	font-size: 24px;
}

.mojoocontest {
    background: #fff;
	border-radius:25px;
	padding: 30px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}

.gifmojoocontest {
    height: 90px;
text-align: center;
overflow: hidden;
}

.gifmojoocontest2 {
    height: 50px;
    text-align: center;
    overflow: hidden;
    margin-top: 40px;
}

.iconcontest{
	color: #4285F4;
font-size: 200px;
text-align: center;
font-weight: 900;
padding-bottom: 100px;
padding-top: 80px;
}

.col-3 {
    max-width: 25%;
    flex: 0 0 25%;
}
.page-shipping .shipping-h2 {
    font-size: 60px;
    line-height: 1.1;
    color: #4385f5;
	margin-top: 20px;
}
.shipping-h2 span {
    border-bottom: 3px solid #4385f5;
    line-height: 36px;
}
.desc.h4 {
    font-size: 24px;
}
.info-line {
    border: 1px solid #eeeeee;
    font-size: 17px;
    border-radius: 18px;
    color: #828291;

}
.info-item {
    background-color: #f5f7f9;
    min-height: 250px;
    font-size: 30px;
font-weight: 600;
line-height: 32px;
	border-radius: 18px;
	margin: 5px;
	transition: 0.3s;
}

.info-item:hover {
  background: #eee;
transition: 0.3s;
}
.shipping-carousel {

}
.shipping-carousel .item {
  float: left;
line-height: 28px;
background: #fff;
border-radius: 18px;
padding: 20px 30px;
height: 440px;
width: 360px;
text-align: left;
margin-left: 15px;
transition: 0.3s;
margin-bottom: 20px;
cursor: pointer;
}

.shipping-carousel .item:hover {
opacity:.8;
transition: 0.3s;
}

.shipping-carousel .item .title {
    font-size: 24px;
    font-weight: 700;
    height: 60px;
	font-family: "Styrene A Web", sans-serif;
}

.shipping-carousel .item .icon {
    margin-top: 20px;
    height: 100px;
}

.shipping-carousel .item .icon img{
    height: 100% !important;
}
.shipping-carousel .owl-dots {
    display: none;
}

.shipping-carousel2 .item {
    float: left;
    line-height: 26px;
    background: url('/images/texture5.jpg');
    padding: 35px;
    border: unset !important;
    height: 430px;
    width: 360px !important;
    text-align: left;
    margin-left: 25px;
	transition: 0.5s;
	border-radius: 18px;
    color: #fff
}

.shipping-carousel2 .item:hover {
  background: url('/images/texture5.jpg');
transition: 0.5s;
    opacity:0.8;
}

.shipping-carousel2 .item .title {
    font-size: 26px;
    font-weight: bold;
    height: 60px;
}

.shipping-carousel2 .item .icon {
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
    height: 100px;
}

.shipping-carousel2 .item .icon img{
    height: 100% !important;
}

.shipping-carousel2 .item .desc {
    font-size: 17px;

}
.shipping-carousel2 .owl-dots {
    display: none;
}

.shipping-carousel-zadachi {

}
.shipping-carousel-zadachi .item {
float: left;
  line-height: 28px;
  border-radius: 18px;
  background: #f5f7f9;
  padding: 30px;
  height: 280px;
  width: 300px;
  text-align: left;
  margin-left: 15px;
  transition: 0.3s;
  margin-bottom: 20px;
  cursor: pointer;
}

.shipping-carousel-zadachi .item:hover {
  opacity: .8;
transition: 0.3s;
}

.shipping-carousel-zadachi .item .title {
    font-size: 24px;
    font-weight: 700;
    height: 60px;
}

.shipping-carousel-zadachi .item .icon {
    margin-bottom: 30px;
}

.shipping-carousel-zadachi .item .icon img{
    height: 100% !important;
}

.shipping-carousel-zadachi .owl-dots {
    display: none;
}

.whatsapp-top, .whatsapp-top:visited {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 10;
  transition: opacity .3s ease-in-out;
}

.whatsapp {
  width: 50px;
height: 50px;
}

	  
.feature_item2 {
border-radius: 18px;
  padding: 45px 60px;
  text-align: left;
  background: #0e0e0e url(/index/assets/images/102.webp) no-repeat 900px 40px;
    background-color: rgb(14, 14, 14);
    background-size: auto;
  background-size: 380px;
  background-color: #0e0e0e;
  cursor: pointer;
  margin-bottom: 30px;
  min-height: 340px;
  transition: all 0.4s ease 0s;
  }
  .feature_item2 img {
    margin-bottom: 35px;
height: 60px;
display: block;	}
  .feature_item2 h4 {
   font-size: 30px;
   line-height: 40px;
color: #fff;}
  .feature_item2 p {
	color: #fff;
	font-size: 18px;}
  .feature_item2:hover {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    opacity: 0.9; }	  