
/** about-section **/


.about-section{
  position: relative;
}

.image_block_one .image-box{
  position: relative;
  display: block;
}

.image_block_one .image-box .image{
  position: relative;
  display: block;
  border-radius: 10px;
}

.image_block_one .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.image_block_one .image-box:before{
  position: absolute;
  content: '';
  background: #F9F6FF;
  width: 500px;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 10px;
}

.image_block_one .image-box .image-shape{
  position: absolute;
  left: -45px;
  top: 76px;
  width: 203px;
  height: 448px;
  background-repeat: no-repeat;
  z-index: -1;
}

.content_block_one .content-box{
  position: relative;
  display: block;
}

.content_block_one .content-box .text-box p{
  margin-bottom: 40px;
}


/** about-style-two **/

.about-style-two{
  position: relative;
}

.about-style-two .image-box{
  position: relative;
  display: block;
}

.about-style-two .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.about-style-two .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.about-style-two .image-box .image-2{
  margin-top: 73px;
}

.content_block_two .content-box{
  position: relative;
  display: block;
}

.dark-home .content_block_two .content-box p{
  color: #A9A7B0;
}

.dark-home .content_block_two .content-box h3{
  color: #fff;
}

.content_block_two .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding: 2px 0px 3px 100px;
}

.content_block_two .content-box .inner-box .single-item .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border: 1px solid rgb(205 205 205 / 25%);
  font-size: 30px;
  color: var(--theme-color);
  text-align: center;
  border-radius: 10px;
}

.content_block_two .content-box .inner-box .single-item h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 10px;
}


/** about-style-three **/

.about-style-three{
  position: relative;
}

.image_block_five .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_five .image-box .image{
  position: relative;
  display: block;
  border-radius: 20px;
}

.image_block_five .image-box .image img{
  width: 100%;
  border-radius: 20px;
}

.image_block_five .image-box .image-content{
  position: absolute;
  left: 55px;
  bottom: 60px;
  width: calc(100% - 110px);
  z-index: 1;
  background: #fff;
  border-radius: 10px;
}

.image_block_five .image-box .image-content li{
  position: relative;
  display: block;
  width: 33.333%;
  float: left;
  text-align: center;
  padding: 12px 15px 18px 15px;
}

.image_block_five .image-box .image-content li.load{
  position: relative;
  padding: 13px 15px;
}

.image_block_five .image-box .image-content li.load:before{
  position: absolute;
  content: '';
  background: linear-gradient(#C0ADFF, #6457C6);
  width: 100%;
  height: calc(100% + 20px);
  left: 0px;
  top: -10px;
  border-radius: 10px;
}

.image_block_five .image-box .image-content li.load h6{
  color: #fff;
}

.image_block_five .image-box .image-content li .icon{
  position: relative;
  display: inline-block;
  margin-bottom: 13px;
}

.image_block_five .image-box .image-content li h6{
  display: block;
  font-size: 16px;
  line-height: 11px;
  font-weight: 500;
}

.image_block_five .image-box .image-content li button{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.content_block_four .content-box{
  position: relative;
  display: block;
}

.content_block_four .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding: 4px 0px 5px 100px;
}

.content_block_four .content-box .inner-box .single-item .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  background: #F7F1FF;
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  color: var(--theme-color);
}

.content_block_four .content-box .inner-box .single-item h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}


/** about-style-four **/

.about-style-four{
  position: relative;
}

.content_block_five .content-box{
  position: relative;
  display: block;
}

.content_block_five .content-box .image-box{
  position: relative;
  display: block;
  border-radius: 20px;
  box-shadow: 0px 16.559999465942383px 75.0719985961914px 0px #0000001A;
  max-width: 429px;
}

.content_block_five .content-box .image-box img{
  width: 100%;
  border-radius: 20px;
}

.content_block_five .content-box .shop-list{
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 186px;
  padding-left: 45px;
}

.content_block_five .content-box .shop-list li{
  position: relative;
  display: inline-block;
  float: left;
  width: 145px;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 15px;
  background: #fff;
}

.content_block_five .content-box .shop-list li img{
  width: 100%;
}

.content_block_five .content-box .shop-list li .text-box{
  position: relative;
  display: block;
  padding: 10px 15px 10px 15px;
  border: 1px solid #D0D0D0;
  border-radius: 0px 0px 12px 12px;
  border-top: none;
}

.content_block_five .content-box .shop-list li h6{
  display: block;
  font-size: 16px;
  line-height: 20px;
}

.content_block_five .content-box .shop-list li h6 a{
  display: inline-block;
  color: var(--title-color);
}

.content_block_five .content-box .shop-list li h6 a:hover{
  color: var(--theme-color);
}

.content_block_five .content-box .shop-list li span{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 16px;
  color: var(--title-color);
}

.content_block_five .content-box .shape{
  position: absolute;
  top: 175px;
  right: 155px;
  width: 203px;
  height: 272px;
  background-repeat: no-repeat;
}

.content_block_six .content-box{
  position: relative;
  display: block;
}

.content_block_six .content-box .single-item h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-style-three .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 200px;
  width: 100%;
  height: 1089px;
  background-repeat: no-repeat;
}




/** rtl-css **/

.rtl .content_block_two .content-box{
  margin-left: 0px;
  margin-right: 40px;
}

.rtl .content_block_two .content-box .inner-box .single-item{
  padding-left: 0px;
  padding-right: 100px;
}

.rtl .content_block_two .content-box .inner-box .single-item .icon-box{
  left: inherit;
  right: 0px;
}

.rtl .content_block_four .content-box .inner-box .single-item{
  padding-left: 0px;
  padding-right: 100px;
}

.rtl .content_block_four .content-box .inner-box .single-item .icon-box{
  left: inherit;
  right: 0px;
}

.rtl .image_block_five .image-box{
  margin-right: 0px;
  margin-left: 80px;
}

.rtl .content_block_five .content-box .shop-list li{
  float: right;
  margin-right: 0px;
  margin-left: 15px;
}

.rtl .content_block_five .content-box .shop-list{
  padding-left: 0px;
  padding-right: 45px;
}



/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .content_block_two .content-box{
    margin: 30px 0px 0px 0px !important;
  }

  .image_block_five .image-box{
    margin: 0px 0px 30px 0px !important;
  }

  .content_block_four .content-box{
    margin-left: 0px;
  }

  .content_block_six .content-box{
    margin-left: 0px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px){
  .about-style-two,
  .about-style-three{
    padding-bottom: 70px;
  }

  .about-style-two .image-box .image-2{
    margin-top: 30px;
  }

  .about-style-four{
    padding: 70px 0px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .image_block_five .image-box .image-content{
    left: 0px;
    width: 100%;
  }

  .image_block_five .image-box .image-content li h6{
    line-height: 20px;
  }

  .content_block_five .content-box .shop-list{
    position: relative;
    padding: 0px !important;
    bottom: 0px;
    margin-top: 30px;
  }
}




/** banner-section **/


.banner-section{
  padding: 155px 0px 30px 0px;
}

.banner-section .content-box{
  position: relative;
  display: block;
}

.banner-section .content-box h2{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 64px;
  font-weight: 600;
  margin-bottom: 40px;
}

.banner-section .content-box h2 span{

}

.banner-section .content-box p{
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 32px;
}

.banner-section .content-box .form-inner .form-group{
  position: relative;
  margin-bottom: 0px;
  padding-right: 167px;
}

.banner-section .content-box .form-inner .form-group input[type='text']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #EDEDED;
  border-radius: 55px;
  font-size: 16px;
  color: #A8A8A8;
  background: #fff;
  padding: 10px 25px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.06);
  transition: all 500ms ease;
}

.banner-section .content-box .form-inner .form-group button[type='submit']{
  position: absolute;
  top: 0px;
  right: 0px;
}

.banner-section .content-box .form-inner .form-group input:focus{

}

.banner-section .image-box{
  position: relative;
  display: block;
  padding-left: 80px;
  margin: 0px 2px;
}

.banner-section .image-box .single-column{
  padding: 0px 13px;
}

.banner-section .image-box .image{
  position: relative;
  display: block;
  border-radius: 10px;
  margin-bottom: 26px;
}

.banner-section .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.banner-section .image-box .single-column:nth-child(3) .image,
.banner-section .image-box .single-column:nth-child(4) .image{
  margin-bottom: 0px;
}

.banner-section .image-box .image-shape .shape-1{
  position: absolute;
  left: 44px;
  top: -36px;
  width: 194px;
  height: 194px;
  background-repeat: no-repeat;
}

.banner-section .image-box .image-shape .shape-2{
  position: absolute;
  bottom: 111px;
  right: -45px;
  width: 203px;
  height: 272px;
  background-repeat: no-repeat;
}


/** banner-style-two **/

.banner-style-two{
  position: relative;
  padding-top: 250px;
  overflow: hidden;
}

.banner-style-two .content-box{
  position: relative;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

.banner-style-two .content-box h2{
  font-size: 64px;
  line-height: 80px;
  color: #fff;
  margin-bottom: 18px;
}

.banner-style-two .content-box p{
  font-size: 20px;
  line-height: 32px;
  color: #A9A7B0;
  margin-bottom: 40px;
}

.banner-style-two .content-box .btn-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-style-two .content-box .btn-box .theme-btn.btn-one{
  padding: 15px 30px;
  margin-right: 20px;
}

.banner-style-two .content-box .btn-box .theme-btn.btn-one:hover{
  background: #fff;
  color: var(--title-color);
}

.banner-style-two .content-box .btn-box .theme-btn.btn-one:before{
  background: #fff;
}

.banner-style-two .image-box{
  position: relative;
  display: block;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  padding-bottom: 0px;
}

.banner-style-two .image-box img{
  position: relative;
  width: 100%;
  border-radius: 12px 12px 0px 0px;
}

.banner-style-two .image-box:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.20);
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-bottom: none;
}

.banner-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: -150px;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}


/** banner-style-three **/

.banner-style-three{
  position: relative;
  padding: 170px 0px 150px 0px;
}

.banner-style-three .content-box{
  position: relative;
  display: block;
}

.banner-style-three .content-box h2{
  font-size: 60px;
  line-height: 64px;
  font-weight: 600;
  margin-bottom: 40px;
  padding-top: 12px;
}

.banner-style-three .content-box h2 span{
  color: var(--theme-color);
}

.banner-style-three .content-box p{
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 32px;
}

.banner-style-three .content-box .lower-box{
  position: relative;
  display: flex;
  align-items: center;
}

.banner-style-three .content-box .customer-review{
  position: relative;
  display: block;
  padding: 0px 0px 0px 168px;
}

.banner-style-three .content-box .customer-review .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
}

.banner-style-three .content-box .customer-review .image-box li{
  position: relative;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  margin-right: -10px;
}

.banner-style-three .content-box .customer-review .image-box li img{
  width: 100%;
  border-radius: 50%;
}

.banner-style-three .content-box .customer-review .rating-box{
  position: relative;
  display: flex;
  align-items: center;
}

.banner-style-three .content-box .customer-review .rating-box li{
  font-size: 14px;
  color: #FFBD1F;
  margin-right: 5px;
}

.banner-style-three .content-box .customer-review .rating-box li:last-child{
  margin: 0px !important;
}

.banner-style-three .content-box .customer-review h6{
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}

.banner-style-three .image-box{
  position: relative;
  display: block;
  /* margin-right: -164px; */
}

.banner-style-three .image-box img{
  width: 100%;
}

.banner-style-three .image-box .image-1{
  position: relative;
  display: block;
  /* box-shadow: 0px 20px 80px 0px #0000001A; */
  border-radius: 10px;
}

.banner-style-three .image-box .image-1 img{
  border-radius: 10px;
}

.banner-style-three .image-box .image-2{
  position: absolute;
  right: 50px;
  bottom: -120px;
}

.banner-style-three .image-box .image-shape{
  position: absolute;
  left: -42px;
  bottom: -42px;
  width: 194px;
  height: 194px;
  background-repeat: no-repeat;
}

.banner-style-three .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 736px;
  height: 861px;
  background-repeat: no-repeat;
}

.banner-style-three .pattern-layer-2{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 79px;
  height: 272px;
}


/** banner-style-four **/

.banner-style-four{
  position: relative;
  padding: 130px 0px 25px 0px;
}

.banner-style-four .content-box{
  position: relative;
  display: block;
}

.banner-style-four .content-box h2{
  display: block;
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 30px;
}

.banner-style-four .content-box h2 span{
  color: var(--theme-color);
}

.banner-style-four .content-box p{
  margin-bottom: 30px;
}

.banner-style-four .content-box .lower-box{
  position: relative;
  display: flex;
  align-items: center;
}

.banner-style-four .content-box .lower-box .rating-box{
  position: relative;
  display: flex;
  align-items: center;
}

.banner-style-four .content-box .lower-box .rating-box li{
  font-size: 18px;
  color: #FFC107;
  margin-right: 5px;
}

.banner-style-four .content-box .lower-box .rating-box li:last-child{
  margin: 0px !important;
}

.banner-style-four .content-box .lower-box .rating-box li span{
  font-size: 16px;
  color: #6A6A6A;
  padding: 0px 5px;
}

.banner-style-four .image-box{
  position: relative;
  display: block;
}

.banner-style-four .image-box .image-1{
  position: relative;
  display: block;
  box-shadow: 0px 10px 105px 0px #0000001F;
  border-radius: 10px;
}

.banner-style-four .image-box .image-1 img{
  width: 100%;
  border-radius: 10px;
}

.banner-style-four .image-box .image-2{
  position: absolute;
  left: -50px;
  top: -40px;
}

.banner-style-four .image-box .image-3{
  position: absolute;
  right: -88px;
  bottom: -60px;
}

.banner-style-four .image-box .image-4{
  position: absolute;
  left: 43px;
  bottom: 150px;
}

.banner-style-four .image-box .image-5{
  position: absolute;
  top: -20px;
  right: 185px;
}

.banner-style-four .image-box .image-6{
  position: absolute;
  right: -20px;
  top: 98px;
}


/** banner-style-five **/

.banner-style-five{
  position: relative;
  padding-top: 155px;
}

.banner-style-five .content-box{
  position: relative;
  display: block;
}

.banner-style-five .content-box h2{
  font-size: 64px;
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 30px;
}

.banner-style-five .content-box h2 span{
  color: var(--theme-color);
}

.banner-style-five .content-box p{
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}

.banner-style-five .content-box .btn-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-style-five .content-box .btn-box .theme-btn.btn-two{
  border: 1px solid #DEDEDE;
}

.banner-style-five .image-box{
  position: relative;
  display: block;
  border-radius: 20px;
}

.banner-style-five .image-box img{
  width: 100%;
  border-radius: 20px;
}

.banner-style-five .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-style-five .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-style-five .pattern-layer .pattern-3{
  position: absolute;
  top: 257px;
  left: 0px;
  width: 110px;
  height: 128px;
  background-repeat: no-repeat;
}

.banner-style-five .pattern-layer .pattern-4{
  position: absolute;
  left: 340px;
  top: 116px;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
}

.banner-style-five .pattern-layer .pattern-5{
  position: absolute;
  top: 400px;
  right: 0px;
  width: 62px;
  height: 143px;
  background-repeat: no-repeat;
}

.banner-style-five .pattern-layer .pattern-6{
  position: absolute;
  right: 330px;
  top: 440px;
  width: 159px;
  height: 97px;
  background-repeat: no-repeat;
}


/** banner-style-six **/

.banner-style-six{
  position: relative;
  padding: 210px 0px 168px 0px;
}

.banner-style-six .content-box{
  position: relative;
  display: block;
}

.banner-style-six .content-box h2{
  display: block;
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 35px;
}

.banner-style-six .content-box h2 span{
  color: var(--theme-color);
}

.banner-style-six .content-box p{
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
}

.banner-style-six .content-box .btn-box{
  position: relative;
  display: flex;
  align-items: center;
}

.banner-style-six .content-box .btn-box .video-btn{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 60px;
  font-weight: 500;
  color: var(--title-color);
  padding-left: 70px;
}

.banner-style-six .content-box .btn-box .video-btn:hover{
  color: var(--theme-color);
}

.banner-style-six .content-box .btn-box .video-btn i{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: var(--theme-color);
  box-shadow: 0px 10px 50px 0px #00000014;
}

.banner-style-six .content-box .customer-review{
  position: relative;
  display: block;
  padding: 0px 0px 0px 168px;
}

.banner-style-six .content-box .customer-review .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
}

.banner-style-six .content-box .customer-review .image-box li{
  position: relative;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  margin-right: -10px;
}

.banner-style-six .content-box .customer-review .image-box li img{
  width: 100%;
  border-radius: 50%;
}

.banner-style-six .content-box .customer-review .rating-box{
  position: relative;
  display: flex;
  align-items: center;
}

.banner-style-six .content-box .customer-review .rating-box li{
  font-size: 14px;
  color: #FFBD1F;
  margin-right: 5px;
}

.banner-style-six .content-box .customer-review .rating-box li:last-child{
  margin: 0px !important;
}

.banner-style-six .content-box .customer-review h6{
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}

.banner-style-six .image-box{
  position: relative;
  display: block;
}

.banner-style-six .image-box .image{
  position: relative;
  display: block;
  border-radius: 20px;
  box-shadow: 0px 10px 80px 0px #0000001A;
}

.banner-style-six .image-box .image img{
  width: 100%;
  border-radius: 20px;
}

.banner-style-six .image-box .image-shape .shape-1{
  position: absolute;
  left: -40px;
  top: 144px;
  width: 194px;
  height: 194px;
  background-repeat: no-repeat;
}

.banner-style-six .image-box .image-shape .shape-2{
  position: absolute;
  top: -39px;
  right: -41px;
  width: 55px;
  height: 59px;
  background-repeat: no-repeat;
}

.banner-style-six .image-layer{
  position: absolute;
  right: 160px;
  bottom: 0px;
  z-index: 1;
}

.banner-style-six .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  bottom: 215px;
  width: 77px;
  height: 272px;
  background-repeat: no-repeat;
}

.banner-style-six .pattern-layer .pattern-2{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 805px;
  height: 569px;
  background-repeat: no-repeat;
}


/** banner-style-seven **/

.banner-style-seven{
  position: relative;
  padding-top: 250px;
}

.banner-style-seven h2{
  font-size: 96px;
  line-height: 100px;
  color: #fff;
  margin-bottom: 25px;
}

.banner-style-seven h2 span{
  position: relative;
  display: block;
  color: transparent;
  background: linear-gradient(90deg, #6828FF, #56BEF5, #27DF8C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-height: 100px;
}

.banner-style-seven p{
  font-size: 20px;
  line-height: 32px;
  color: #A9A7B0;
  margin-bottom: 40px;
}

.typed-cursor{
  display: none !important;
}

.banner-style-seven .image-box{
  position: relative;
  display: block;
  border-radius: 30px;
}

.banner-style-seven .image-box img{
  width: 100%;
  border-radius: 30px;
}

.banner-style-seven .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 2183px;
  background-size: cover;
  background-repeat: no-repeat;
}




/** rtl-css **/

.rtl .banner-style-two .content-box .btn-box .theme-btn.btn-one{
  margin-right: 0px;
  margin-left: 20px;
}

.rtl .banner-style-three .image-box{
  margin-right: 0px;
  margin-left: -164px;
}

.rtl .banner-style-three .content-box .lower-box .btn-box{
  margin-right: 0px;
  margin-left: 30px;
}

.rtl .banner-style-three .content-box .customer-review{
  padding-left: 0px;
  padding-right: 168px;
}

.rtl .banner-style-three .content-box .customer-review .rating-box li{
  margin-right: 0px;
  margin-left: 5px;
}

.rtl .banner-style-three .content-box .customer-review .image-box{
  left: inherit;
  right: 0px;
}

.rtl .banner-style-four .content-box .lower-box .btn-box{
  margin-right: 0px;
  margin-left: 40px;
}

.rtl .banner-style-five .content-box .btn-box .theme-btn.btn-one{
  margin-right: 0px;
  margin-left: 20px;
}

.rtl .banner-style-six .content-box .btn-box .theme-btn{
  margin-right: 0px;
  margin-left: 30px;
}

.rtl .banner-style-six .content-box .customer-review{
  padding-left: 0px;
  padding-right: 168px;
}

.rtl .banner-style-six .content-box .customer-review .image-box{
  left: inherit;
  right: 0px;
}

.rtl .banner-style-six .image-layer{
  right: inherit;
  left: 160px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .banner-section .image-box{
    padding-left: 0px;
    margin-top: 30px;
  }

  .banner-style-three .image-box{
    margin: 30px 0px 0px 0px !important;
  }

  .banner-style-three .content-box .customer-review .image-box{
    margin: 0px !important;
  }

  .banner-style-four .content-box{
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .banner-style-four .image-box{
    margin-left: 0px;
  }

  .banner-style-five .content-box h2 br{
    display: none;
  }

  .banner-style-six .content-box{
    margin-left: 0px;
    margin-bottom: 30px;
  }

  .banner-style-six .image-box{
    margin: 0px;
  }
}

@media only screen and (max-width: 767px){
  .banner-section .content-box h2{
    font-size: 50px;
    line-height: 60px;
  }

  .banner-section{
    padding-top: 90px;
  }

  .banner-section .image-box .single-column:nth-child(3){
    margin-bottom: 30px;
  }

  .banner-section .content-box{
    margin-right: 0px;
  }

  .banner-style-two .content-box h2{
    font-size: 50px;
    line-height: 60px;
  }

  .banner-style-two{
    padding-top: 200px;
  }

  .banner-style-two .content-box{
    padding-bottom: 60px;
  }

  .banner-style-three .content-box h2,
  .banner-style-five .content-box h2{
    font-size: 50px;
    line-height: 60px;
  }

  .banner-style-three{
    padding: 150px 0px 120px 0px;
  }

  .banner-style-four .content-box h2{
    font-size: 50px;
    line-height: 60px;
  }

  .banner-style-four{
    padding: 70px 0px 0px 0px;
  }

  .banner-style-five{
    padding-top: 90px;
  }

  .banner-style-six .content-box h2{
    font-size: 50px;
    line-height: 60px;
  }

  .banner-style-six{
    padding: 140px 0px 100px 0px;
  }

  .banner-style-seven h2{
    font-size: 50px;
    line-height: 60px;
  }

  .banner-style-seven h2 span{
    min-height: 50px;
  }

  .banner-style-seven {
    padding-top: 130px;
  }

  .banner-style-seven .content-box{
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .banner-section .content-box .form-inner .form-group{
    padding-right: 0px;
  }

  .banner-section .content-box .form-inner .form-group button[type='submit']{
    position: relative;
    width: 100%;
    margin-top: 20px;
  }

  .banner-style-two .content-box .btn-box{
    display: block;
  }

  .banner-style-two .content-box .btn-box .theme-btn.btn-one{
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .banner-style-three .content-box .lower-box{
    display: block;
  }

  .banner-style-three .content-box .lower-box .btn-box{
    margin: 0px 0px 20px 0px !important;
  }

  .banner-style-four .content-box .lower-box{
    display: block;
  }

  .banner-style-four .content-box .lower-box .btn-box{
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .banner-style-four .image-box{
    padding: 0px;
  }

  .banner-style-four .image-box .image{
    display: none;
  }

  .banner-style-four .image-box .image-1{
    display: block;
  }

  .banner-style-five .content-box{
    margin-bottom: 30px;
  }

  .banner-style-five .content-box .btn-box{
    display: block;
  }

  .banner-style-five .content-box .btn-box .theme-btn.btn-one{
    margin: 0px 0px 20px 0px !important;
  }

  .banner-style-six .content-box .btn-box{
    display: block;
  }

  .banner-style-six .content-box .btn-box .theme-btn{
    margin: 0px 0px 30px 0px !important;
  }
}






/** blog-details **/


.blog-details-content{
  position: relative;
}

.blog-details-content .news-block-one .inner-box .lower-content h2{
  margin-bottom: 25px;
}

.blog-details-content .news-block-one .inner-box .lower-content p{
  margin-bottom: 30px;
}

.blog-details-content .news-block-one .inner-box .lower-content p:last-child{
  margin-bottom: 0px;
}

.blog-details-content blockquote{
  position: relative;
  display: block;
  background: #F4F4F4;
  margin-bottom: 0px;
  padding: 40px 30px 40px 110px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.blog-details-content blockquote .quote{
  position: absolute;
  left: 30px;
  top: 47px;
  font-size: 45px;
  color: var(--theme-color);
}

.blog-details-content blockquote h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 27px;
}

.blog-details-content blockquote .designation{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 500;
}

.blog-details-content .post-share-option{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-details-content .post-share-option .post-category{
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details-content .post-share-option ul li span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  color: var(--title-color);
  padding-right: 4px;
}

.blog-details-content .post-share-option .post-category li{
  margin-right: 10px;
}

.blog-details-content .post-share-option .post-category li:last-child{
  margin: 0px !important;
}

.blog-details-content .post-share-option .post-category li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #6A6A6A;
  background: #F7F7F7;
  border-radius: 55px;
  padding: 5px 15px;
}

.blog-details-content .post-share-option .post-category li a:hover{
  color: #fff;
  background: var(--theme-color);
}

.blog-details-content .post-share-option .post-share{
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details-content .post-share-option .post-share li{
  margin-right: 20px;
}

.blog-details-content .post-share-option .post-share li:last-child{
  margin: 0px !important;
}

.blog-details-content .post-share-option .post-share li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #6A6A6A;
}

.sidebar-page-container .blog-details-content .news-block-one .inner-box{
  margin-bottom: 50px;
}

.blog-details-content .post-share-option .post-share li a:hover{
  color: var(--theme-color);
}

.blog-details-content .author-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 40px 70px 42px 190px;
  border-radius: 20px;
  box-shadow: 0px 10px 50px 0px #0000000D;
}

.blog-details-content .author-box .author-thumb{
  position: absolute;
  display: inline-block;
  left: 40px;
  top: 40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.blog-details-content .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .author-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0px;
}

.blog-details-content .author-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 14px;
}

.blog-details-content .comment-form-area{
  position: relative;
  display: block;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 10px 50px 0px #0000000D;
}

.blog-details-content .comment-form-area form .form-group{
  position: relative;
  margin-bottom: 30px;
}

.blog-details-content .comment-form-area form .form-group:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comment-form-area form .form-group input[type='text'],
.blog-details-content .comment-form-area form .form-group input[type='email'],
.blog-details-content .comment-form-area form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #F4F4F4;
  padding: 10px 30px;
  font-size: 16px;
  color: #6E6E6E;
  border: 1px solid #F4F4F4;
  border-radius: 60px;
  transition: all 500ms ease;
}

.blog-details-content .comment-form-area form .form-group textarea{
  height: 170px;
  resize: none;
  padding-top: 15px;
  border-radius: 20px;
}

.blog-details-content .comment-form-area form .form-group input:focus,
.blog-details-content .comment-form-area form .form-group textarea:focus{
  border-color: var(--theme-color);
}

.blog-details-content .comment-form-area h3{
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 30px;
}



/** rtl-css **/

.rtl .blog-details-content .author-box{
  padding-left: 70px;
  padding-right: 190px;
}

.rtl .blog-details-content .author-box .author-thumb{
  left: inherit;
  right: 40px;
}

.rtl .blog-details-content .post-share-option .post-category li{
  margin-right: 0px;
  margin-left: 10px;
}

.rtl .blog-details-content .post-share-option .post-share li{
  margin-right: 0px;
  margin-left: 20px;
}

.rtl .blog-details-content blockquote .author-inner{
  padding-left: 0px;
  padding-right: 85px;
}

.rtl .blog-details-content blockquote .author-inner .thumb-box{
  left: inherit;
  right: 0px;
}

.rtl .blog-details-content .list-item li{
  padding-left: 0px;
  padding-right: 20px;
}

.rtl .blog-details-content .list-item li:before{
  left: inherit;
  right: 0px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .blog-details-content .post-share-option{
    display: block;
  }

  .blog-details-content .post-share-option .post-category{
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .blog-details-content .author-box{
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-details-content .author-box .author-thumb{
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 20px;
  }

  .blog-details-content blockquote{
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-details-content .post-share-option .post-category{
    display: block;
  }

  .blog-details-content .post-share-option .post-category li{
    display: inline-block;
    margin-bottom: 10px;
  }

  .rtl .blog-details-content .author-box{
    padding-left: 30px;
    padding-right: 30px;
  }
}





/** cart-section **/

.cart-section{
  position: relative;
}

.cart-section .inner-container{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 80px 0px #0000000A;
  padding-bottom: 60px;
}

.cart-section .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
}

.cart-section .cart-table {
  min-width: 1170px;
  width: 100%;
}

.cart-section .cart-table thead tr th {
  min-width: 110px;
  padding: 15px 15px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-family: var(--title-font);
  font-weight: 600;
  position: relative;
  text-align: center;
  background: #1A1A1A;
}

.cart-section .cart-table tbody tr{
  border-bottom: 1px solid #e5e5e5;
}

.cart-section .cart-table tbody tr td.prod-column{
  padding: 30px 0px;
}

.cart-section .cart-table tbody tr .prod-column .column-box {
  min-height: 100px;
  position: relative;
  padding: 45px 0px 36px 180px;
}

.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb img {
  position: relative;
  display: inline-block;
}

.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb{
  position: absolute;
  left: 40px;
  top: 0px;
  width: 110px;
  height: 110px;
  line-height: 110px;
  background: #F4F4F4;
  border-radius: 10px;
  text-align: center;
  transition: all 500ms ease;
}

.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb button{
  position: absolute;
  display: inline-block;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #EEEEEE;
  text-align: center;
  font-size: 12px;
  color: #6A6A6A;
  cursor: pointer;
  transition: all 500ms ease;
}

.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb button:hover{
  color: #fff;
  background: red;
  border-color: red;
}

.cart-section .cart-table tbody tr .prod-column .column-box .title{
  padding-left: 20px;
}

.cart-section .cart-table tbody tr td.price {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #111;
  font-weight: 500;
  position: relative;
  padding: 30px 25px 30px 30px;
}

.cart-section .cart-table tbody tr .sub-total {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  padding: 27px 50px 27px 48px;
  text-align: center;
  color: #111;
}

.cart-section .cart-table tbody tr td.qty{
  position: relative;
  width: 150px;
  margin: 0 auto;
}

.cart-section .cart-table tbody tr td.qty .item-quantity{
  position: relative;
  display: inline-block;
  max-width: 150px;
  width: 100%;
  padding: 0px 40px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  height: 50px;
  z-index: 1;
  margin: 0 auto;
}

.cart-section .cart-table tbody tr td.qty .item-quantity .bootstrap-touchspin .input-group-btn-vertical i{
  left: 12px;
}

.cart-section .cart-table tbody tr td.qty input.quantity-spinner {
  line-height: 48px;
  height: 46px;
  width: 43px !important;
  padding: 0px !important;
  box-shadow: none !important;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  background: transparent;
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
  position: absolute;
  height: 48px;
  width: 40px;
  background: transparent;
  padding: 0px 0px;
  left: -35px;
  top: -47px;
  border-right: none;
  border-radius: 0px;
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
  position: absolute;
  height: 48px;
  width: 40px;
  background: transparent;
  padding: 0px 0px;
  right: -45px;
  top: -47px;
  border-left: none;
  margin-top: 0px;
  border-radius: 0px;
}

.cart-section .item-quantity .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  max-width: 50px;
  width: 100%;
  height: 53px;
}

.cart-section .cart-table .prod-title{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
}

.cart-section .othre-content{
  position: relative;
  display: block;
  padding: 30px 40px;
  margin-bottom: 70px;
}

.cart-section .othre-content .coupon-box{
  position: relative;
  width: 75%;
}

.cart-section .othre-content .coupon-box input[type='text']{
  position: relative;
  display: inline-block;
  max-width: 300px;
  width: 100%;
  font-size: 15px;
  height: 60px;
  color: #676767;
  border: 1px solid #e5e5e5;
  border-radius: 40px;
  padding: 10px 30px;
  float: left;
  margin-right: 20px;
}

.cart-section .othre-content .coupon-box input:focus{
  border-color: var(--theme-color);
}

.cart-section .othre-content .coupon-box button{
  float: left;
}

.cart-section .othre-content .update-btn button{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--title-font);
  color: #111111;
  font-weight: 500;
  border: 1px solid #e5e5e5;
  border-radius: 40px;
  padding: 15px 41px;
  transition: all 500ms ease;
}

.cart-section .othre-content .update-btn button:hover{
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.cart-section .cart-total .total-cart-box{
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}

.cart-section .cart-total .total-cart-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 25px;
  background: #fcf5f3;
  padding: 19px 30px 11px 30px;
}

.cart-section .cart-total .total-cart-box .list li{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-family: var(--title-font);
  font-weight: 600;
  color: #111;
  padding: 18px 0px;
  border-top: 1px solid #e5e5e5;
}

.cart-section .cart-total .total-cart-box .list li span{
  float: right;
  font-weight: 500;
  font-size: 16px;
  font-family: var(--title-font);
}

.cart-section .cart-total .total-cart-box .theme-btn span,
.cart-section .cart-total .total-cart-box .theme-btn{
  width: 100%;
}



/** rtl-css **/

.rtl .cart-section .cart-table tbody tr .prod-column .column-box{
  padding-left: 0px;
  padding-right: 180px;
}

.rtl .cart-section .cart-table tbody tr .prod-column .column-box .remove-btn{
  left: inherit;
  right: 0px;
}

.rtl .cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb{
  left: inherit;
  right: 40px;
}

.rtl .cart-section .cart-total .total-cart-box .list li span{
  float: left;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .cart-section{
    padding-bottom: 70px;
  }

  .cart-section .othre-content .coupon-box{
    float: none;
    width: 100%;
  }

  .cart-section .othre-content .update-btn{
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 599px){
  .cart-section .othre-content .coupon-box input[type='text']{
    max-width: 100%;
    margin: 0px;
    margin-bottom: 20px;
  }

  .cart-section .othre-content button,
  .cart-section .othre-content button span{
    width: 100%;
  }
}

@media only screen and (max-width: 499px){

}




/** faq-section **/


.faq-section{
  position: relative;
}

.faq-section .inner-box{
  position: relative;
  display: block;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

.accordion{
  position: relative;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  margin-bottom: 10px;
}

.accordion:last-child{
  margin-bottom: 0px;
}

.accordion .acc-btn{
  position: relative;
  padding: 20px 75px 20px 30px;
  cursor: pointer;
}

.accordion .acc-btn h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.accordion .acc-content{
  position: relative;
  padding: 0px 75px 24px 30px;
}

.accordion .acc-btn .icon-box{
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #111111;
  border-radius: 50%;
  text-align: center;
  top: 20px;
  right: 30px;
  font-size: 14px;
  color: var(--title-color);
}

.accordion .acc-btn .icon-box:before{
  position: absolute;
  content: '\e904';
  font-family: 'icomoon';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  line-height: 30px;
}

.accordion .acc-btn.active .icon-box:before{
  content: '\e905';
}

.accordion .acc-btn.active .icon-box{
  color: #fff;
}


/** faq-style-two **/

.faq-style-two{
  position: relative;
}

.dark-home .accordion{
  background: #0C0F17;
  border-color: #0C0F17;
}

.dark-home .accordion .acc-btn h4{
  color: #fff;
}

.dark-home .accordion-box .block .acc-content p{
  color: #A9A7B0;
}

.dark-home .accordion .acc-btn .icon-box{
  border-color: #fff;
  color: #fff;
}

.dark-home .accordion .acc-btn.active .icon-box{
  border-color: var(--theme-color);
}

.faq-style-two .video-inner{
  position: relative;
  width: 100%;
  padding: 220px 0px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 129px;
}

.faq-style-two .video-inner .video-btn a{
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 118px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: var(--theme-color);
  border-radius: 50%;
}

.faq-style-two .video-inner .video-btn a:before,
.faq-style-two .video-inner .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.faq-style-two .video-inner .video-btn a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}


/** faq-style-three **/

.faq-style-three{
  position: relative;
}

.faq-style-three .accordion{
  box-shadow: 0px 16px 60px 0px #0000000D;
  border-color: #fff;
}

.faq-style-three .accordion .acc-content{
  padding-right: 30px;
}

.faq-style-three .image-box{
  position: relative;
  display: block;
}

.faq-style-three .image-box .image{
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.faq-style-three .image-box .image img{
  width: 100%;
  border-radius: 20px;
}

.faq-style-three .image-box .image:before{
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.faq-style-three .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.faq-style-three .pattern-layer{
  position: absolute;
  left: 0px;
  top: -310px;
  width: 1424px;
  height: 1424px;
  background-repeat: no-repeat;
  background-position: center;
}

.faq-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 300px;
  width: 100%;
  height: 1089px;
  background-repeat: no-repeat;
}

.faq-page-2 .accordion{
  background: #fff;
}




/** rtl-css **/

.rtl .faq-style-two .video-inner{
  margin-left: 0px;
  margin-right: 80px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .faq-style-two .video-inner{
    margin: 30px 0px 0px 0px !important;
  }

  .faq-style-three .inner-box{
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .faq-style-three .image-box{
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px){
  .faq-section,
  .faq-style-two,
  .faq-style-three{
    padding-bottom: 70px;
  }

  .testimonial-section.faq-page-1{
    padding-top: 70px;
  }

  .faq-section.pricing-page-two{
    padding-top: 70px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .accordion .acc-content{
    padding-right: 30px;
  }

  .faq-style-two .video-inner{
    padding: 160px 0px;
  }
}





/** feature-section **/


.feature-section{
  position: relative;
}

.feature-section .content-box{
  position: relative;
  display: block;
}

.feature-section .content-box .text-box p{
  margin-bottom: 40px;
}

.image_block_two{
  position: relative;
  display: block;
  background: #F9F6FF;
  border-radius: 10px;
  padding: 50px 50px 50px 48px;
}

.image_block_two .image-box{
  position: relative;
  padding: 75px 11px 12px 0px;
}

.image_block_two .image-box .image{
  border-radius: 10px;
}

.image_block_two .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.image_block_two .image-box .image-2{
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 5px;
}

.image_block_two .image-box .image-2 img{
  border-radius: 5px;
}

.image_block_two .image-box .image-3{
  position: absolute;
  top: 0px;
  right: 0px;
}

.image_block_two .image-box .image-4{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.image_block_two .image-shape{
  position: absolute;
  top: 90px;
  right: -36px;
  width: 203px;
  height: 448px;
  background-repeat: no-repeat;
  z-index: -1;
}

.dark-home .feature-section .content-box .text-box p{
  color: #A9A7B0;
}

.dark-home .image_block_two{
  background: #0C0F17;
}

.dark-home .image_block_two .image-shape-2{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.image_block_three .image-box{
  position: relative;
  display: block;
  background: #FFF2EF;
  border-radius: 20px;
  padding: 40px;
}

.image_block_three .image-box .image{
  position: relative;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 20px 50px 0px #0000001A;
}

.image_block_three .image-box .image img{
  width: 100%;
  border-radius: 10px;
}


/** feature-style-two **/

.feature-style-two{
  position: relative;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4.361701965332031px 92.33999633789062px 0px #0000000F;
  padding: 40px 20px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover{
  transform: translateY(-10px);
}

.feature-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  color: var(--theme-color);
  z-index: 1;
  margin-bottom: 24px;
}

.feature-block:nth-child(2) .feature-block-one .inner-box .icon-box{
  color: #EB681E;
}

.feature-block:nth-child(3) .feature-block-one .inner-box .icon-box{
  color: #00A776;
}

.feature-block:nth-child(4) .feature-block-one .inner-box .icon-box{
  color: #FE3C00;
}

.feature-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  opacity: 0.2;
  z-index: -1;
}

.feature-block:nth-child(2) .feature-block-one .inner-box .icon-box:before{
  background: #EB681E;
}

.feature-block:nth-child(3) .feature-block-one .inner-box .icon-box:before{
  background: #00A776;
}

.feature-block:nth-child(4) .feature-block-one .inner-box .icon-box:before{
  background: #FE3C00;
}

.feature-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 14px;
}

.feature-block-one .inner-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.feature-block-one .inner-box h3 a:hover{
  color: var(--theme-color);
}

.feature-block:nth-child(2) .feature-block-one .inner-box h3 a:hover{
  color: #EB681E;
}

.feature-block:nth-child(3) .feature-block-one .inner-box h3 a:hover{
  color: #00A776;
}

.feature-block:nth-child(4) .feature-block-one .inner-box h3 a:hover{
  color: #FE3C00;
}

.image_block_four .image-box{
  position: relative;
  display: block;
}

.image_block_four .image-box .image-inner{
  position: relative;
  padding: 55px;
}

.image_block_four .image-box .image-inner .image-shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  z-index: -1;
}

.image_block_four .image-box .image-inner .image{
  position: relative;
  display: block;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 4px 50px 0px #00000014;
}

.image_block_four .image-box .image-inner .image img{
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.image_block_four .image-box .author-list{
  position: absolute;
  right: 0px;
  bottom: 120px;
}

.image_block_four .image-box .author-list li{
  position: relative;
  display: block;
  width: 190px;
  background: #fff;
  box-shadow: 0px 10px 35px 0px #0000001A;
  border-radius: 100px;
  padding: 10px 15px 9px 67px;
  margin-bottom: 50px;
}

.image_block_four .image-box .author-list li:first-child{
  transform: rotate(-8.68deg);
}

.image_block_four .image-box .author-list li:nth-child(2){
  transform: rotate(10.82deg);
}

.image_block_four .image-box .author-list li:last-child{
  margin-bottom: 0px;
  transform: rotate(-4.33deg);
}

.image_block_four .image-box .author-list li .icon-box{
  position: absolute;
  display: inline-block;
  left: 5px;
  top: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.image_block_four .image-box .author-list li .icon-box img{
  width: 100%;
  border-radius: 50%;
}

.image_block_four .image-box .author-list li h5{
  display: block;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}

.image_block_four .image-box .author-list li .designation{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 18px;
}


/** feature-style-three **/

.feature-style-three{
  position: relative;
}

.feature-style-three .inner-container{
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.60);
  box-shadow: 0px 16px 60px 0px #0000000D;
  border: 1px solid #fff;
  border-radius: 20px;
  overflow: hidden;
}

.feature-style-three .inner-container .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  filter: blur(10px);
}

.feature-block-two .inner-box{
  position: relative;
  display: block;
  padding: 60px 40px;
}

.feature-block-two .inner-box:before{
  position: absolute;
  content: '';
  background: #DEE4E9;
  width: 1px;
  height: 100%;
  top: 0px;
  right: -15px;
}

.feature-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  background: -webkit-linear-gradient(135deg, #FFDB96, #FF4B4B);
  margin-bottom: 30px;
}

.feature-block:nth-child(2) .feature-block-two .inner-box .icon-box{
  background: -webkit-linear-gradient(135deg, #45D8FF, #005BEA);
}

.feature-block:nth-child(3) .feature-block-two .inner-box .icon-box{
  background: -webkit-linear-gradient(135deg, #96DEDA, #2EB17A);
}

.feature-block-two .inner-box h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 12px;
}

.feature-block-two .inner-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.feature-block-two .inner-box h3 a:hover{
  color: var(--theme-color);
}

.feature-style-three .pattern-layer .pattern-1{
  position: absolute;
  left: -100px;
  top: -500px;
  width: 1045px;
  height: 1424px;
  background-repeat: no-repeat;
  z-index: -1;
}

.feature-style-three .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  top: -400px;
  width: 864px;
  height: 1424px;
  background-repeat: no-repeat;
  z-index: -1;
}


/** feature-style-four **/

.feature-style-four{
  position: relative;
}

.feature-style-four .feature-block-two .inner-box:before{
  display: none;
}

.feature-style-four .feature-block-two .inner-box{
  padding: 0px 40px;
  margin-bottom: 30px;
}

.dark-home .feature-style-three .inner-container{
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.dark-home .feature-style-three .inner-container .shape{
  z-index: 0;
  filter: blur(0px);
}

.dark-home .feature-block-two .inner-box:before{
  background: rgba(255, 255, 255, 0.10);
  height: calc(100% - 180px);
  top: 90px;
}

.dark-home .feature-block-two .inner-box .icon-box{
  border-radius: 20px;
}

.dark-home .feature-block-two .inner-box h3 a{
  color: #fff;
}

.dark-home .feature-block-two .inner-box h3 a:hover{
  color: var(--theme-color);
}

.dark-home .feature-block-two .inner-box p{
  color: #A9A7B0;
}


/** feature-style-five **/

.feature-style-five{
  position: relative;
}

.feature-style-five .inner-container{
  position: relative;
}

.feature-style-five .inner-container:before{
  position: absolute;
  content: '';
  background: linear-gradient(90deg, #03081C 0%, #2397F6 50%, #03081C 100%);
  width: 100%;
  height: 1px;
  left: 0px;
  top: 0px;
}

.content_block_seven .content-box{
  position: relative;
  display: block;
}

.content_block_seven .content-box .single-item{
  position: relative;
  display: block;
}

.content_block_seven .content-box .single-item .icon-box{
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: transparent !important;
  background: linear-gradient(90deg, #1FA2FF, #12D8FA, #A6FFCB);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin-bottom: 20px;
}

.content_block_seven .content-box .single-column:nth-child(2) .single-item .icon-box{
  background: linear-gradient(90deg, #FFC796, #FF6B95);
}

.content_block_seven .content-box .single-column:nth-child(3) .single-item .icon-box{
  background: linear-gradient(90deg, #C6FFDD, #FBD786, #F7797D);
}

.content_block_seven .content-box .single-column:nth-child(4) .single-item .icon-box{
  background: linear-gradient(90deg, #D4FC79, #96E6A1);
}

.content_block_seven .content-box .single-item h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 13px;
}

.content_block_seven .content-box .single-item p{
  color: #A9A7B0;
}

.feature-style-five .image-box{
  position: relative;
  display: block;
}

.feature-style-five .image-box .image{
  position: relative;
  display: block;
  border-radius: 20px;
}

.feature-style-five .image-box .image img{
  width: 100%;
  border-radius: 20px;
}

.feature-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: -300px;
  width: 1029px;
  height: 1407px;
  background-repeat: no-repeat;
}

.feature-section .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  top: -300px;
  width: 864px;
  height: 1424px;
  background-repeat: no-repeat;
}



/** rtl-css **/

.rtl .content_block_seven .content-box{
  margin-right: 0px;
  margin-left: 60px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .feature-section .content-box{
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .image_block_two{
    margin-left: 0px;
  }

  .feature-section.home-3 .content-box{
    margin: 0px !important;
  }

  .image_block_three .image-box{
    margin-bottom: 30px;
  }

  .feature-section.home-3 .image_block_three .image-box{
    margin-right: 0px;
  }

  .image_block_four .image-box{
    margin-bottom: 30px;
    margin-right: 0px;
  }

  .feature-section.home-4 .content-box{
    margin: 0px;
  }

  .content_block_seven .content-box{
    margin: 0px 0px 30px 0px !important;
  }

  .feature-style-five .image-box{
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px){
  .feature-section{
    padding: 70px 0px;
  }

  .feature-section.home-3{
    padding-top: 0px;
  }

  .feature-style-two{
    padding-bottom: 40PX;
  }

  .feature-section.home-4{
    padding-top: 0px;
  }

  .feature-style-three{
    padding-bottom: 70px;
  }

  .feature-style-four{
    padding: 70px 0px 40px 0px;
  }

  .feature-style-five .inner-container{
    padding: 70px 0px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .image_block_two .image-box{
    padding: 0px;
  }

  .image_block_two .image-box .image-2{
    position: relative;
    margin: 30px 0px;
  }

  .image_block_two .image-box .image-3{
    position: relative;
    margin-bottom: 30px;
  }

  .image_block_two .image-box .image-4{
    position: relative;
  }

  .feature-block-two .inner-box{
    padding-left: 30px;
    padding-right: 30px;
  }

  .image_block_four .image-box{
    padding: 0px;
  }

  .image_block_four .image-box .author-list{
    display: none;
  }

  .image_block_four .image-box .image-inner{
    padding: 30px;
  }

  .feature-style-four .feature-block-two .inner-box{
    padding: 0px;
  }
}





/** glance-section **/


.glance-section{
  position: relative;
}

.glance-section .inner-container{
  position: relative;
  display: block;
  background: #0E131D;
  border-radius: 20px;
  overflow: hidden;
  padding: 80px 140px 0px 140px;
}

.glance-section p{
  color: #fff;
  font-size: 18px;
  margin-top: 14px;
}

.glance-section .image-box{
  position: relative;
  display: block;
  border-radius: 10px 10px 0px 0px;
}

.glance-section .image-box img{
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.glance-section .pattern-layer .pattern-1{
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

.glance-section .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.glance-section .pattern-layer .pattern-3{
  position: absolute;
  left: 110px;
  top: 98px;
  width: 25px;
  height: 32px;
  background-repeat: no-repeat;
}

.glance-section .pattern-layer .pattern-4{
  position: absolute;
  left: 532px;
  top: 316px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.glance-section .pattern-layer .pattern-5{
  position: absolute;
  top: 148px;
  right: 148px;
  width: 29px;
  height: 28px;
  background-repeat: no-repeat;
}

.glance-section .sub-title-two{
  color: #fff;
}

.glance-section .sub-title-two:before,
.glance-section .sub-title-two:after{
  background: #fff;
}

.glance-section.style-two .inner-container{
  padding-left: 120px;
  padding-right: 120px;
  padding-bottom: 80px;
}

.glance-block-one .inner-box{
  position: relative;
  display: block;
  background: #F9F9F9;
  padding: 40px 30px;
  padding-bottom: 35px;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}

.glance-block-one .inner-box:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.glance-block-one .inner-box:hover:before{
  top: 0px;
  height: 100%;
}

.glance-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  color: #fff;
  background: var(--theme-color);
  text-align: center;
  border-radius: 10px;
  margin-bottom: 33px;
  transition: all 500ms ease;
}

.glance-block-one .inner-box:hover .icon-box{
  background: #fff;
  color: var(--theme-color);
}

.glance-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
}

.glance-block-one .inner-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.glance-block-one .inner-box:hover h3{
  color: #fff;
}

.glance-block-one .inner-box h3 a:hover{
  /* text-decoration: underline; */
}

.glance-block-one .inner-box p{
  color: #6A6A6A;
  transition: all 500ms ease;
}

.glance-block-one .inner-box:hover p{
  color: #fff;
}



/** rtl-css **/




/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .glance-section .inner-container{
    padding-left: 30px;
    padding-right: 30px;
  }

  .glance-section.style-two .inner-container{
    padding-bottom: 40px;
    padding-top: 60px;
  }

  .glance-section.testimonial-page-three{
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 599px){
  .glance-section.style-two .inner-container{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 499px){

}



/** news-section **/


.news-section{
  position: relative;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--secondary-color);
  border-radius: 20px;
}

.news-block-one .inner-box .image-box img{
  width: 1400%;
  border-radius: 20px;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
  opacity: 0.5;
}

.news-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 25px;
}

.news-block-one .inner-box .lower-content .category{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  background: #F5F0FF;
  border-radius: 40px;
  padding: 6px 15px;
  margin-bottom: 17px;
}

.news-block-one .inner-box .lower-content h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.news-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: var(--title-color);
}

.news-block-one .inner-box .lower-content h3 a:hover{

}

.news-block-one .inner-box .lower-content .post-info{
  position: relative;
  display: flex;
  align-items: center;
}

.news-block-one .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  padding-left: 28px;
  color: var(--title-color);
  margin-right: 30px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child{
  margin: 0px !important;
}

.news-block-one .inner-box .lower-content .post-info li a{
  display: inline-block;
  color: var(--title-color);
}

.news-block-one .inner-box .lower-content .post-info li a:hover{

}

.news-block-one .inner-box .lower-content .post-info li i{
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 20px;
}

.news-block-one .inner-box .lower-content h2{
  display: block;
  font-size: 36px;
  line-height: 48px;
}

.news-block-one .inner-box .lower-content h2 a{
  display: inline-block;
  color: var(--title-color);
}

.news-block-one .inner-box .lower-content h2 a:hover{
  color: var(--theme-color);
}

.sidebar-page-container .news-block-one .inner-box{
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 10px 50px 0px #0000000D;
  margin-bottom: 60px;
}

.sidebar-page-container .news-block-one .inner-box .image-box,
.sidebar-page-container .news-block-one .inner-box .image-box img{
  border-radius: 0px;
}

.sidebar-page-container .news-block-one .inner-box .lower-content{
  padding: 30px 30px 40px 30px;
}

.sidebar-page-container .news-block-one .inner-box .lower-content .upper-box{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.sidebar-page-container .news-block-one .inner-box .lower-content .upper-box .category{
  margin-bottom: 0px;
}



/** rtl-css **/


.rtl .news-block-one .inner-box .lower-content .post-info li{
  margin-right: 0px;
  margin-left: 30px;
}

.rtl .sidebar-page-container .news-block-one .inner-box .lower-content .upper-box .category{
  margin-right: 0px;
  margin-left: 30px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .news-section{
    padding-bottom: 40px;
  }

  .sidebar-page-container{
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 599px){
  .sidebar-page-container .news-block-one .inner-box .lower-content .upper-box{
    display: block;
  }

  .sidebar-page-container .news-block-one .inner-box .lower-content .upper-box .category{
    margin-bottom: 15px;
    margin-right: 0px;
  }

  .rtl .sidebar-page-container .news-block-one .inner-box .lower-content .upper-box .category{
    margin-left: 0px;
  }
}

@media only screen and (max-width: 499px){
  .news-block-one .inner-box .lower-content .post-info li{
    margin-right: 15px;
  }
}





/** page-title **/


.page-title{
  position: relative;
}

.page-title h1{
  display: block;
  font-size: 64px;
  line-height: 70px;
}

.page-title p{
  font-size: 20px;
  line-height: 32px;
  margin-top: 30px;
}

.page-title .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 110px;
  width: 85px;
  height: 128px;
  background-repeat: no-repeat;
}

.page-title .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  bottom: 90px;
  width: 62px;
  height: 143px;
  background-repeat: no-repeat;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #6A6A6A;
  margin-right: 5px;
  padding-right: 15px;
}

.page-title .bread-crumb li:last-child{
  padding: 0px !important;
  margin: 0px !important;
}

.page-title .bread-crumb li a{
  position: relative;
  display: inline-block;
  color: #6A6A6A;
  z-index: 1;
}

.page-title .bread-crumb li a:hover{
  color: var(--theme-color);
}

.page-title .bread-crumb li:before{
  position: absolute;
  content: '';
  background: #6A6A6A;
  width: 7px;
  height: 1.5px;
  top: 14px;
  right: 0px;
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}

.page-title h1.big-text{
  font-size: 96px;
  line-height: 100px;
}



/** rtl-css **/

.rtl .page-title .bread-crumb li{
  padding-right: 0px;
  padding-left: 15px;
  margin-right: 0px;
  margin-left: 5px;
}

.rtl .page-title .bread-crumb li:before{
  right: inherit;
  left: 0px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .page-title{
            padding: 130px 0 70px 0;
  }

  .page-title h1,
  .page-title h1.big-text{
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){

}




/** rating-section **/


.rating-section{
  position: relative;
}

.rating-section .inner-container{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  background: #F9F9F9;
}

.rating-block-one{
  position: relative;
  display: block;
  padding: 26px 30px 26px 75px;
}

.rating-block-one:before{
  position: absolute;
  content: '';
  background: #D9D9D9;
  width: 1px;
  height: 40px;
  top: 30px;
  right: -15px;
}

.rating-block:last-child .rating-block-one:before{
  display: none;
}

.rating-block-one .inner-box{
  position: relative;
  display: block;
  padding-left: 55px;
}

.rating-block-one .inner-box .icon-box{
  position: absolute;
  left: 0px;
  top: 4px;
}

.rating-block-one .inner-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 5px;
}

.rating-block-one .inner-box .rating-box{
  position: relative;
  display: flex;
  align-items: center;
}

.rating-block-one .inner-box .rating-box li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #FFBD1F;
  margin-right: 5px;
}

.rating-block-one .inner-box .rating-box li:last-child{
  margin: 0px !important;
}

.rating-block-one .inner-box .rating-box li span{
  color: #6A6A6A;
}



/** rtl-css **/

.rtl .rating-block-one .inner-box{
  padding-left: 0px;
  padding-right: 55px;
}

.rtl .rating-block-one .inner-box .icon-box{
  left: inherit;
  right: 0px;
}

.rtl .rating-block-one .inner-box .rating-box li{
  margin-right: 0px;
  margin-left: 5px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .rating-section{
    padding: 0px 0px 70px 0px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .rating-block-one{
    padding-left: 30px;
  }
}




/** shop-details **/

.shop-details{
  position: relative;
}

.shop-details-content{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.shop-details-content .products-image-block .slider-content{
  position: relative;
  display: block;
  /* padding-left: 130px; */
}

.shop-details-content .products-image-block .slider-content .slider-pager{
  position: absolute;
  left: 0px;
  top: 0px;
}

.shop-details-content .products-image-block .image-box{
  position: relative;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 10px 40px 10px #0000000A;
  background: #fff;
}

.shop-details-content .products-image-block .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.shop-details-content .products-image-block .thumb-box li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.shop-details-content .products-image-block .thumb-box li:last-child{
  margin-bottom: 0px !important;
}

.shop-details-content .products-image-block .thumb-box li a{
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 10px 40px 10px #0000000A;
  border-radius: 10px;
  z-index: 1;
}

.shop-details-content .bx-viewport{
  overflow: visible !important;
}

.shop-details-content .products-image-block .thumb-box li a img{
  width: 100%;
  border-radius: 10px;
}

.shop-details-content .products-image-block .thumb-box li a.active{
  border-color: var(--theme-color);
}

.shop-details-content .content-box{
  position: relative;
  display: block;
  margin-left: 40px;
}

.shop-details-content .content-box h2{
  display: block;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 7px;
}

.shop-details-content .content-box h3{
  display: block;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 30px;
  color: var(--theme-color);
}

.shop-details-content .content-box h3 del{
  font-weight: 400;
  color: #9A9A9A;
  margin-right: 10px;
}

.shop-details-content .content-box .customer-rating .rating li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #FAB421;
  margin-right: 5px;
}

.shop-details-content .content-box .customer-rating .rating li.light{
  color: rgba(250, 180, 33, 0.5);
}

.shop-details-content .content-box .customer-rating .rating li:last-child{
  margin: 0px !important;
}

.shop-details-content .content-box .customer-rating .rating{
  margin-right: 12px;
}

.shop-details-content .content-box .customer-rating .review a{
  position: relative;
  display: inline-block;
  color: #111;
  font-size: 16px;
  margin-left: 10px;
}

.shop-details-content .content-box .customer-rating .review a:hover{

}

.shop-details-content .color-list{
  position: relative;
  display: flex;
  align-items: center;
}

.shop-details-content .color-option p{
  color: var(--title-color);
  margin-bottom: 14px;
}

.shop-details-content .color-list li{
  margin-right: 14px;
}

.shop-details-content .color-list li:last-child{
  margin: 0px !important;
}

.color-list .check-box input {
  display: none;
}

.color-list .check-box label {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #FF6969;
  cursor: pointer;
}

.shop-details-content .color-list li:nth-child(2) .check-box label{
  background: #53C1FF;
}

.shop-details-content .color-list li:nth-child(3) .check-box label{
  background: #FFD953;
}

.shop-details-content .color-list li:nth-child(4) .check-box label{
  background: #63D475;
}

.shop-details-content .color-list li:nth-child(5) .check-box label{
  background: #1A1A1A;
}

.color-list .check-box label:after {
  position: absolute;
  content: '';
  left: -4px;
  top:-4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  opacity: 0;
  transition: all 500ms ease;
}

.color-list .check-box input:checked + label:after {
  opacity: 1;
}

.shop-details-content .content-box .customer-rating{
  margin-bottom: 25px;
}

.shop-details-content .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.shop-details-content .content-box .text p{
  margin-bottom: 26px;
}

.shop-details-content .content-box .text p:last-child{
  margin-bottom: 0px;
}

/* .shop-details-content .addto-cart-box .item-quantity {
  position: relative;
  display: inline-block;
  max-width: 120px;
  height: 60px;
  width: 100%;
  float: left;
  padding: 0px 40px;
  background: #fff;
  z-index: 1;
  border-radius: 65px;
  border: 1px solid #D5D5D5;
} */

.shop-details-content .addto-cart-box .theme-btn span{
  padding: 13px 40px;
}

.shop-details-content .addto-cart-box .like-box a{
  border: 1px solid #D5D5D5;
  color: #111;
}

.shop-details-content .addto-cart-box .like-box a:hover{
  color: #fff;
  border-color: var(--theme-color);
  background: var(--theme-color);
}

.shop-details-content .addto-cart-box input.quantity-spinner {
  line-height: 48px;
  height: 58px;
  width: 43px !important;
  padding: 0px !important;
  box-shadow: none !important;
  border: none;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #111;
  background: transparent;
}

.shop-details-content .other-option li{
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}

.shop-details-content .other-option li:last-child{
  margin-bottom: 0px;
}

.shop-details-content .other-option li span{
  font-weight: 500;
  color: #000;
}

.shop-details-content .other-option li a{
  display: inline-block;
  color: #676767;
}

.shop-details-content .other-option li a:hover{

}

.shop-details-content .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.shop-details-content .social-links li:last-child{
  margin: 0px !important;
}

.shop-details-content .social-links li span{
  font-size: 16px;
  color: #111;
}

.shop-details-content .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #6A6A6A;
}

.shop-details-content .social-links li a:hover{
  color: var(--theme-color);
}

.shop-details .product-discription{
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 80px 0px #0000000A;
}

.shop-details .product-discription .tab-btn-box .tab-btns{
  border-bottom: 1px solid #E9E9E9;
}

.shop-details .product-discription .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--title-font);
  font-weight: 400;
  color: var(--title-color);
  cursor: pointer;
  float: left;
  margin-right: 50px;
  padding: 9px 30px;
  transition: all 500ms ease;
}

.shop-details .product-discription .tab-btn-box .tab-btns li:last-child{
  margin: 0px !important;
}

.shop-details .product-discription .tab-btn-box .tab-btns li.active-btn,
.shop-details .product-discription .tab-btn-box .tab-btns li:hover{
  color: var(--theme-color);
}

.shop-details .product-discription .tab-btn-box .tab-btns li:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: -1px;
  opacity: 0;
  z-index: 1;
  background: var(--theme-color);
  transform: scale(0,0);
  transition: all 500ms ease;
}

.shop-details .product-discription .tab-btn-box .tab-btns li.active-btn:before{
  opacity: 1;
  transform: scale(1,1);
}

.shop-details .product-discription .tabs-content{
  position: relative;
  display: block;
  padding: 30px;
}

.shop-details .product-discription .tabs-content .content-box h3{
  display: block;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

.shop-details .product-discription .customer-inner .rating li{
  color: #ffc92e;
}

.shop-details .product-discription .customer-inner .customer-review{
  border-bottom: 1px solid #e5e5e5;
}

.shop-details .product-discription .comment-form input,
.shop-details .product-discription .comment-form textarea{
  border: 1px solid #e6e6e6;
}

.shop-details .product-discription .comment-form textarea{
  height: 170px;
  resize: none;
}

.shop-details .product-discription .check-box label{
  color: #808080;
}

.shop-details .product-discription .theme-btn{
  padding: 16px 30px;
}

.shop-details .product-discription .tab-btn-box{
  position: relative;
}

.shop-details .related-product .title-text h3{
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}

.shop-details .related-product .shop-list > li{
  position: relative;
  float: left;
  width: 20%;
}

.shop-details .related-product .shop-list li .shop-block-one .inner-box{
  border-bottom: none;
}

.shop-details .related-product .shop-list li:last-child .shop-block-one .inner-box{
  border-right: none;
}


/** rtl-css **/

.rtl .shop-details-content .content-box .customer-rating .rating li{
  float: right;
  margin-right: 0px;
  margin-left: 5px;
}

.rtl .shop-details-content .content-box .customer-rating .review a{
  margin-left: 0px;
  margin-right: 10px;
}

.rtl .shop-details-content .addto-cart-box li{
  float: right;
  margin-right: 0px;
  margin-left: 10px;
}

.rtl .shop-details-content .social-links li{
  margin-right: 0px;
  margin-left: 20px;
}

.rtl .shop-details-content .products-image-block .thumb-box li{
  margin-right: 0px;
  margin-left: 10px;
}

.rtl .shop-details .product-discription .tab-btn-box .tab-btns li{
  float: right;
  margin-right: 0px;
  margin-left: 50px;
}

.rtl .shop-details .product-discription .customer-inner .customer-review .comment-box{
  padding-left: 0px;
  padding-right: 110px;
}

.rtl .shop-details .product-discription .customer-inner .customer-review .comment-box .comment-thumb{
  left: inherit;
  right: 0px;
}

.rtl .shop-details .product-discription .customer-inner .rating li{
  float: right;
  margin-right: 0px;
  margin-left: 3px;
}

.rtl .shop-details .product-discription .customer-comments h6{
  float: right;
  margin-right: 0px;
  margin-left: 15px;
}

.rtl .shop-details .product-discription .customer-comments .rating{
  float: right;
}

.rtl .shop-details-content .products-image-block{
  margin-left: 0px;
  margin-right: 15px;
}

.rtl .shop-details-content .products-image-block .slider-content{
  padding-left: 0px;
  padding-right: 130px;
}

.rtl .shop-details-content .products-image-block .slider-content .slider-pager{
  left: inherit;
  right: 0px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .shop-details-content .content-box{
    margin-left: 0px;
    margin-top: 30px;
  }

  .shop-details .related-product .shop-list > li{
    width: 33.333%;
  }
}

@media only screen and (max-width: 767px){
  .shop-details{
    padding: 0px 0px 70px 0px;
  }

  .shop-details-content .products-image-block .thumb-box{
    display: block;
    text-align: center;
  }

  .shop-details-content .products-image-block .thumb-box li{
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .shop-details .product-discription{
    margin-bottom: 40px;
  }

  .shop-details-content .products-image-block .slider-content{
    padding-left: 0px;
  }

  .shop-details-content .products-image-block .slider-content .slider-pager{
    position: relative;
  }

  .shop-details-content .products-image-block .thumb-box li{
    display: inline-block;
    float: left;
    margin-right: 10px;
  }

  .shop-details-content .products-image-block .image-box{
    margin-bottom: 10px;
  }

  .shop-details-content .products-image-block{
    margin: 0px !important;
  }

  .rtl .shop-details-content .products-image-block .slider-content{
    padding-right: 0px;
  }

  .rtl .shop-details-content .products-image-block .thumb-box li{
    float: right;
    margin-right: 0px;
    margin-left: 10px;
  }

  .shop-details .related-product .shop-list > li{
    width: 50%;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .shop-details-content .addto-cart-box li{
    margin-bottom: 10px;
  }

  .shop-details .related-product .shop-list > li{
    width: 100%;
  }

  .shop-details .related-product .shop-list > li .shop-block-one .inner-box{
    border: none;
  }
}





/** testimonial-section **/


.testimonial-section{
  position: relative;
}

.testimonial-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.testimonial-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.testimonial-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.testimonial-block-one{
  margin-top: 50px;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 0px 45px 50px 45px;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.06);
}

.testimonial-block-one .inner-box .thumb-box{
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin-top: -50px;
  margin-bottom: 10px;
}

.testimonial-block-one .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.testimonial-block-one .inner-box .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 23px;
}

.testimonial-section .owl-dots{
  position: relative;
  display: block;
  margin-top: 90px;
}

.testimonial-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 220px;
  width: 100%;
  height: 146px;
  background-repeat: no-repeat;
  background-position: bottom center;
}


/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
}

.testimonial-style-two .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.testimonial-style-two .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.testimonial-style-two .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.testimonial-block-two .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
  padding: 45px 50px 50px 50px;
}

.testimonial-block-two .inner-box .rating li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  margin-right: 7px;
  color: #FFBD1F;
}

.testimonial-block-two .inner-box p{
  margin-bottom: 30px;
}

.testimonial-block-two .inner-box .author-box{
  position: relative;
  display: block;
  padding: 10px 0px 10px 85px;
}

.testimonial-block-two .inner-box .author-box .thumb-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.testimonial-block-two .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.testimonial-block-two .inner-box .clients-logo{
  position: absolute;
  right: 50px;
  bottom: 70px;
}

.testimonial-block-two .inner-box .quote-box{
  position: absolute;
  top: 40px;
  right: 50px;
  font-size: 43px;
  color: var(--theme-color);
  opacity: 0.2;
}

.testimonial-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 220px;
  width: 100%;
  height: 146px;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.testimonial-block-two .inner-box .quote-box-2{
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-size: 43px;
  color: var(--theme-color);
  opacity: 0.2;
}

.testimonial-style-two .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 110px;
}

.testimonial-block-one .inner-box .rating{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.testimonial-block-one .inner-box .rating li{
  font-size: 16px;
  color: #FFC844;
  margin: 0px 3px;
}

.testimonial-section .shape .shape-1{
  position: absolute;
  left: 130px;
  top: 25px;
  width: 126px;
  height: 122px;
  background-repeat: no-repeat;
}

.testimonial-section .shape .shape-2{
  position: absolute;
  top: 180px;
  right: 113px;
  width: 302px;
  height: 312px;
  background-repeat: no-repeat;
}

.testimonial-style-two.home-7{
  background: #F8F8FF;
}

.testimonial-style-two.home-7 .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.dark-home .testimonial-block-one .inner-box{
  background: rgba(12, 17, 36, 0.80);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.dark-home .testimonial-block-one .inner-box h4{
  color: #fff;
}

.dark-home .testimonial-block-one .inner-box .designation,
.dark-home .testimonial-block-one .inner-box p{
  color: #A9A7B0;
}

.testimonial-section.light-section{
  background: #0E131D;
}

.testimonial-section .shape .shape-4{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-section .shape .shape-5{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.testimonial-section .shape .shape-6{
  position: absolute;
  left: 110px;
  top: 140px;
  width: 25px;
  height: 46px;
  background-repeat: no-repeat;
}

.testimonial-section .shape .shape-7{
  position: absolute;
  left: 55%;
  top: 210px;
  width: 29px;
  height: 39px;
  background-repeat: no-repeat;
}

.testimonial-section.testimonial-page-two .shape .shape-1{
  position: absolute;
  left: 0px;
  top: -300px;
  width: 1029px;
  height: 1407px;
  background-repeat: no-repeat;
}

.testimonial-section.testimonial-page-two .shape .shape-2{
  position: absolute;
  right: 0px;
  top: -300px;
  width: 864px;
  height: 1424px;
  background-repeat: no-repeat;
}

.testimonial-style-two.testimonial-page-three .shape .shape-1{
  position: absolute;
  left: 0px;
  top: -300px;
  width: 1029px;
  height: 1407px;
  background-repeat: no-repeat;
}

.testimonial-style-two.testimonial-page-three .shape .shape-2{
  position: absolute;
  right: 0px;
  top: -300px;
  width: 864px;
  height: 1424px;
  background-repeat: no-repeat;
}



/** rtl-css **/

.rtl .testimonial-block-two .inner-box{
  text-align: right;
}

.rtl .testimonial-block-two .inner-box .author-box{
  padding-left: 0px;
  padding-right: 85px;
}

.rtl .testimonial-block-two .inner-box .author-box .thumb-box{
  left: inherit;
  right: 0px;
}

.rtl .testimonial-block-two .inner-box .clients-logo{
  right: inherit;
  left: 50px;
}

.rtl .testimonial-block-two .inner-box .rating li{
  float: right;
  margin-right: 0px;
  margin-left: 7px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .testimonial-section{
    padding-bottom: 70px;
  }

  .testimonial-section .owl-dots{
    display: none;
  }

  .testimonial-style-two{
    padding-bottom: 70px;
  }

  .testimonial-style-two .owl-dots{
    display: none;
  }

  .testimonial-style-two.home-6{
    padding: 70px 0px;
  }

  .faq-section.testimonial-page-one{
    padding-top: 70px;
  }
}

@media only screen and (max-width: 599px){
  .testimonial-block-two .inner-box .clients-logo{
    position: relative;
    right: 0px;
    bottom: 0px;
    margin-bottom: 20px;
  }

  .rtl .testimonial-block-two .inner-box .clients-logo{
    left: 0px;
  }
}

@media only screen and (max-width: 499px){
  .testimonial-block-one .inner-box{
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-block-two .inner-box{
    padding-left: 30px;
    padding-right: 30px;
  }
}





/** working-section **/


.working-section{
  position: relative;
}

.working-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 150px;
  width: 79px;
  height: 272px;
  background-repeat: no-repeat;
}

.working-section .inner-container{
  margin: 0px -20px;
}

.working-section .working-block{
  padding: 0px 35px;
}

.working-block-one .inner-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.working-block-one .inner-box .upper-box{
  position: relative;
  display: block;
  background: #F9F6FF;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 32px;
}

.working-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 14px;
}

.working-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: var(--title-color);
}

.working-block-one .inner-box .lower-content h3 a:hover{

}

.working-block-one .inner-box .lower-content p{
  max-width: 330px;
  margin: 0 auto;
}

.working-block-one .inner-box .text-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 50px 0px rgba(7, 2, 74, 0.1);
  padding: 18px 20px 13px 20px;
  text-align: left;
}

.working-block-one .inner-box .text-box span{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 18px;
  background: #E4D7FF;
  color: #111111;
  padding: 0px 5px;
  margin-bottom: 5px;
}

.working-block-one .inner-box .btn-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 50px 0px rgba(7, 2, 74, 0.1);
  padding: 20px 30px;
}

.working-block-one .inner-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  font-family: var(--title-font);
  font-weight: 500;
  padding: 14px 30px;
  width: 100%;
  border: solid;
  border-width: 1px;
  border-radius: 5px;
}

.working-block-one .inner-box .btn-box a i{
  position: relative;
  top: 3px;
  margin-left: 6px;
}

.working-block-one .inner-box .btn-box a span{
  position: absolute;
  right: 8px;
  bottom: -16px;
  background-image: url(../../images/icons/icon-1.png);
  width: 40px;
  height: 45px;
  background-repeat: no-repeat;
}

.working-block-one .inner-box .image-box{
  position: relative;
  display: block;
  max-width: 290px;
  margin: 0 auto;
}

.working-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  border-radius: 5px;
}

.working-block-one .inner-box .image-box .image img{
  width: 100%;
  border-radius: 5px;
}

.working-block-one .inner-box .image-box button{
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
}


/** working-style-two **/

.working-style-two{
  position: relative;
}

.working-block-two .inner-box{
  position: relative;
  display: block;
  padding: 0px 30px;
  margin-bottom: 30px;
}

.working-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: var(--theme-color);
  margin-bottom: 40px;
  z-index: 1;
  transition: all 500ms ease;
}

.working-block-two .inner-box:hover .icon-box{
  color: var(--theme-color);
}

.working-block:nth-child(2) .working-block-two .inner-box .icon-box{
  background: #FFB806;
}

.working-block:nth-child(2) .working-block-two .inner-box:hover .icon-box{
  color: #FFB806;
}

.working-block:nth-child(3) .working-block-two .inner-box .icon-box{
  background: #FF414B;
}

.working-block:nth-child(3) .working-block-two .inner-box:hover .icon-box{
  color: #FF414B;
}

.working-block-two .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.working-block-two .inner-box:hover .icon-box:before{
  transform: scale(1,1);
}

.working-block-two .inner-box h3{
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 12px;
}

.dark-home .working-block-two .inner-box h3{
  color: #fff;
}

.dark-home .working-block-two .inner-box p{
  color: #A9A7B0;
}

.working-block-two .inner-box .shape{
  position: absolute;
  top: 33px;
  left: 305px;
  width: 228px;
  height: 15px;
  background-repeat: no-repeat;
}

.working-style-two.home-2 .working-block:first-child .working-block-two .inner-box .icon-box{
  background: #1DC46E;
}

.working-style-two.home-2 .working-block:first-child .working-block-two .inner-box:hover .icon-box{
  color: #1DC46E;
}

.working-style-two.home-2 .working-block-two .inner-box .icon-box:before{
  background: var(--secondary-color);
}

.working-section.home-4 .working-block-one .inner-box .image-box button{
  left: inherit;
  top: inherit;
  transform: translate(0px);
  right: -5px;
  bottom: -5px;
}


/** working-style-three **/

.working-style-three{
  position: relative;
}

.working-style-three .video-inner{
  position: relative;
  display: block;
  padding: 185px 0px;
  width: 100%;
  border-radius: 20px;
  max-width: 850px;
  margin: 0 auto;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.working-style-three .video-inner .video-btn a{
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 116px;
  text-align: center;
  background: linear-gradient(#FFD1FF, #FAD0C4);
  font-size: 24px;
  color: var(--theme-color);
  border-radius: 50%;
}

.working-style-three .video-inner .video-btn a:before,
.working-style-three .video-inner .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.working-style-three .video-inner .video-btn a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.working-style-three .image-shape .shape-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.working-style-three .image-shape .shape-2{
  position: absolute;
  left: 26px;
  bottom: 30px;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
}

.working-style-three .image-shape .shape-3{
  position: absolute;
  top: 43px;
  right: 102px;
  width: 26px;
  height: 27px;
  background-repeat: no-repeat;
}

.working-style-three .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 30%;
  width: 110px;
  height: 128px;
  background-repeat: no-repeat;
}

.working-style-three .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  top: 40%;
  width: 62px;
  height: 143px;
  background-repeat: no-repeat;
}

.working-style-three .working-block-two .inner-box .icon-box{
  background: linear-gradient(#69EACB, #6654F1);
  color: #fff !important;
}

.working-style-three .working-block:nth-child(2) .working-block-two .inner-box .icon-box{
  background: linear-gradient(#FBC2EB, #A18CD1);
}

.working-style-three .working-block:nth-child(3) .working-block-two .inner-box .icon-box{
  background: linear-gradient(#45D8FF, #005BEA);
}

.working-style-three .working-block-two .inner-box .icon-box:before{
  display: none;
}

.dark-home .working-style-three .video-inner .video-btn a{
  background: rgba(0, 0, 0, 0.40);
}

.dark-home .working-style-three .video-inner .video-btn a:before, 
.dark-home .working-style-three .video-inner .video-btn a:after{
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}

.working-style-three .pattern-layer-2{
  position: absolute;
  top: -120px;
  right: 0px;
  width: 731px;
  height: 1018px;
  background-repeat: no-repeat;
}



/** rtl-css **/

.rtl .content_block_one .content-box{
  margin-left: 0px;
  margin-right: 40px;
}

.rtl .image_block_one .image-box{
  margin-right: 0px;
  margin-left: 40px;
}

.rtl .working-block-two .inner-box .shape{
  left: inherit;
  right: 310px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){
  .working-block-two .inner-box .shape{
    display: none;
  }
}

@media only screen and (max-width: 991px){
  .image_block_one .image-box{
    margin: 0px 0px 30px 0px !important;
  }

  .content_block_one .content-box{
    margin: 0px !important;
  }
}

@media only screen and (max-width: 767px){
  .working-section{
    padding-bottom: 40px;
  }

  .about-section{
    padding-bottom: 70px;
  }

  .image_block_one .image-box .image-1{
    margin-bottom: 30px;
  }

  .working-style-two{
    padding-bottom: 40px;
  }

  .working-style-two.home-2{
    padding-top: 65px;
  }

  .working-style-three{
    padding-bottom: 40px;
  }

  .working-style-three.about-page{
    padding-top: 70px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .image_block_one .image-box{
    padding-left: 0px;
  }

  .working-block-two .inner-box{
    padding: 0px;
  }
}




/** contact-info-section **/

.contact-info-section{
  position: relative;
  background: #F9F9F9;
}

.info-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 50px 30px 42px 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  transition: all 500ms ease;
}

.info-block-one .inner-box:hover{
  transform: translateY(-10px);
}

.info-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #fff;
  text-align: center;
  font-size: 40px;
  border-radius: 50%;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 32px;
  background: var(--theme-color);
}

.info-block-one .inner-box h3{
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 14px;
}

.info-block-one .inner-box p{
  color: #6A6A6A;
}

.info-block-one .inner-box p a{
  display: inline-block;
  color: #6A6A6A;
}

.info-block-one .inner-box p a:hover{
  color: var(-theme-color);
}


/** contact-section **/

.contact-section{
  position: relative;
}

.contact-section .form-inner{
  position: relative;
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
}

.contact-section .form-inner .form-group{
  position: relative;
  margin-bottom: 30px;
}

.contact-section .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.contact-section .form-inner .form-group input[type='text'],
.contact-section .form-inner .form-group input[type='password'],
.contact-section .form-inner .form-group input[type='email'],
.contact-section .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #F4F4F4;
  border: 1px solid #F4F4F4;
  border-radius: 60px;
  font-size: 16px;
  color: #6E6E6E;
  padding: 10px 30px;
}

.contact-section .form-inner .form-group textarea{
  height: 170px;
  resize: none;
  padding-top: 15px;
  border-radius: 20px;
}

.contact-section .form-inner .form-group input:focus,
.contact-section .form-inner .form-group textarea:focus{
  border-color: var(--theme-color);
}



/** rtl-css **/




/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .contact-info-section{
    padding: 70px 0px 40px 0px;
  }

  .contact-section{
    padding: 65px 0px 70px 0px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){

}



/** cta-section **/


.cta-section{
  position: relative;
}

.cta-section .bg-color{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  background: #0E131D;
}

.cta-section .inner-container{
  position: relative;
  display: block;
  background: var(--theme-color);
  border-radius: 20px;
  padding: 53px 60px;
  align-items: center;
}

.cta-section .inner-container .inner-box{
  position: relative;
  display: flex;
  justify-content: space-between;
}

.cta-section h2{
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  color: #fff;
}

.cta-section .btn-box{
  position: relative;
  display: flex;
  align-items: center;
}

.cta-section .btn-box .theme-btn.btn-two{
  color: var(--theme-color);
}

.cta-section .btn-box .theme-btn.btn-two:before{
  background: var(--secondary-color);
}

.cta-section .btn-box .theme-btn.btn-one{
  background: #0D0D0D;
}

.cta-section .btn-box .theme-btn.btn-one:before{
  background: #fff;
}

.cta-section .btn-box .theme-btn.btn-one:hover{
  color: var(--theme-color);
}

.cta-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cta-section .pattern-layer .pattern-2{
  position: absolute;
  left: 110px;
  bottom: 11px;
  width: 25px;
  height: 32px;
  background-repeat: no-repeat;
}

.cta-section .pattern-layer .pattern-3{
  position: absolute;
  left: 50%;
  top: 34px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.cta-section .pattern-layer .pattern-4{
  position: absolute;
  right: 100px;
  bottom: 13px;
  width: 29px;
  height: 28px;
  background-repeat: no-repeat;
}


/** cta-style-two **/

.cta-style-two{
  position: relative;
}

.cta-style-two .inner-container{
  position: relative;
  display: block;
  background: #1D1D1D;
  border-radius: 20px;
  overflow: hidden;
  padding: 100px 60px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.cta-style-two .sub-title-three{
  color: #fff;
}

.cta-style-two .sub-title-three:before{
  background: #fff;
  opacity: 0.10;
}

.cta-style-two .sec-title h2 span{
  color: var(--theme-color);
}

.cta-style-two p{
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 40px;
}

.cta-style-two .btn-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-style-two .btn-box .theme-btn.btn-one:hover{
  color: var(--theme-color);
  background: #fff;
}

.cta-style-two .btn-box .theme-btn.btn-one:before{
  background: #fff;
}

.cta-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cta-style-two .thumb-box .thumb{
  position: absolute;
  border-radius: 50%;
  border: 2px solid #fff;
}

.cta-style-two .thumb-box .thumb img{
  width: 100%;
  border-radius: 50%;
}

.cta-style-two .thumb-box .thumb-1{
  left: 110px;
  top: 76px;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.cta-style-two .thumb-box .thumb-2{
  left: 266px;
  top: 229px;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.cta-style-two .thumb-box .thumb-3{
  left: 153px;
  bottom: 86px;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

.cta-style-two .thumb-box .thumb-4{
  top: 76px;
  right: 110px;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.cta-style-two .thumb-box .thumb-5{
  right: 233px;
  bottom: 157px;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}

.cta-style-two .pattern-layer-2 {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 100%;
  height: 1676px;
  background-position: center;
  background-repeat: no-repeat;
}

.dark-home .cta-section .inner-container{
  background: #0d1225;
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.dark-home .cta-section .btn-box .theme-btn.btn-one{
  background: var(--theme-color);
}

.dark-home .cta-section .btn-box .theme-btn.btn-two{
  color: #0D0D0D;
}

.dark-home .cta-section .btn-box .theme-btn.btn-two:hover{
  color: #fff;
}

.dark-home .cta-section .btn-box .theme-btn.btn-two:before{
  background: var(--theme-color);
}



/** rtl-css **/

.rtl .cta-section .btn-box .theme-btn.btn-two{
  margin-right: 0px;
  margin-left: 20px;
}

.rtl .cta-style-two .btn-box .theme-btn.btn-one{
  margin-right: 0px;
  margin-left: 20px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .cta-section .inner-container .inner-box{
    display: block;
  }

  .cta-section h2{
    margin-bottom: 30px;
  }

  .cta-section h2 br{
    display: none;
  }

  .cta-style-two .thumb-box{
    display: none;
  }
}

@media only screen and (max-width: 767px){
  .cta-style-two .inner-container{
    padding: 70px 30px;
  }
}

@media only screen and (max-width: 599px){
  .cta-section .btn-box .theme-btn.btn-two,
  .cta-style-two .btn-box .theme-btn.btn-one{
    margin: 0px 0px 20px 0px !important;
  }

  .cta-section .btn-box{
    display: block;
  }

  .cta-style-two .btn-box{
    display: block;
  }
}

@media only screen and (max-width: 499px){
  .cta-section .inner-container{
    padding-left: 30px;
    padding-right: 30px;
  }
}



/** service-section **/


.service-section{
  position: relative;
}

.content_block_three .content-box{
  position: relative;
  display: block;
}

.content_block_three .content-box h2{
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 22px;
}

.content_block_three .content-box p{
  margin-bottom: 35px;
}

.content_block_three .content-box .list-style-two{
  margin-bottom: 40px;
}

.service-section .image-box{
  position: relative;
  display: block;
  padding: 40px;
  background: #FFF2EF;
  border-radius: 20px;
}

.service-section .image-box .image{
  position: relative;
  display: block;
  box-shadow: 0px 20px 50px 0px #0000001A;
}

.service-section .image-box .image img{
  width: 100%;
}

.service-section .tab-btns{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F9F9F9;
  border-radius: 10px;
  overflow: hidden;
}

.service-section .tab-btns li{
  position: relative;
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 500;
  padding: 18px 52px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 500ms ease;
}

.service-section .tab-btns li.active-btn{
  color: #fff;
  background: var(--theme-color);
}


/** service-style-two **/

.service-style-two{
  position: relative;
}

.service-style-two .inner-container{
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  padding: 140px 80px 120px 80px;
  box-shadow: 0px 16px 60px 0px #0000000D;
  border: 1px solid #fff;
}

.service-style-two .inner-container .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  background: #384BFE;
  border-radius: 20px;
  padding: 35px 25px 147px 25px;
  overflow: hidden;
  margin-bottom: 30px;
}

.service-block:nth-child(2) .service-block-one .inner-box{
  background: #262E36;
}

.service-block:nth-child(3) .service-block-one .inner-box{
  background: #fff;
}

.service-block:nth-child(4) .service-block-one .inner-box{
  background: #35CAD3;
}

.service-block:nth-child(3) .service-block-one .inner-box h3,
.service-block:nth-child(4) .service-block-one .inner-box h3{
  color: #0D0D0D;
}

.service-block:nth-child(3) .service-block-one .inner-box p,
.service-block:nth-child(4) .service-block-one .inner-box p{
  color: #6A6A6A;
}

.service-block:nth-child(3) .service-block-one .inner-box .link a,
.service-block:nth-child(4) .service-block-one .inner-box .link a{
  background: #0D0D0D;
  color: #fff;
}

.service-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 7px;
}

.service-block-one .inner-box p{
  color: #fff;
  margin-bottom: 20px;
}

.service-block-one .inner-box .link a{
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 59px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: #384BFE;
}

.service-block-one .inner-box .image{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.service-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}


/** service-style-three **/

.service-style-three{
  position: relative;
}

.service-style-three .image-box{
  position: relative;
  display: block;
  background: #F3F3FF;
  border-radius: 20px;
  padding: 48px 48px 0px 48px;
}

.service-style-three .image-box .image{
  position: relative;
  display: block;
  border-radius: 10px 10px 0px 0px;
}

.service-style-three .image-box .image img{
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.service-style-three .tab-btns{
  position: relative;
}

.service-style-three .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  width: 202px;
  background: #F9F9F9;
  border-radius: 10px;
  padding: 25px 15px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 500;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 15px;
  transition: all 500ms ease;
}

.service-style-three .tab-btns li:last-child{
  margin-right: 0px;
}

.service-style-three .tab-btns li.active-btn{
  color: #fff;
  background: var(--theme-color);
}

.service-style-three .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: -300px;
  width: 1029px;
  height: 1407px;
  background-repeat: no-repeat;
}

.service-style-three .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  top: -300px;
  width: 864px;
  height: 1424px;
  background-repeat: no-repeat;
}



/** rtl-css **/

.rtl .content_block_three .content-box{
  margin-right: 0px;
  margin-left: 40px;
}

.rtl .service-section .image-box{
  margin-left: 0px;
  margin-right: 0px;
}

.rtl .service-block-one .inner-box .image{
  right: inherit;
  left: 0px;
}

.rtl .service-style-three .tab-btns li{
  float: right;
  margin-right: 0px;
  margin-left: 15px;
}

.rtl .service-style-three .tab-btns li:last-child{
  margin-left: 0px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .content_block_three .content-box{
    margin: 0px 0px 30px 0px;
  }

  .service-section .image-box{
    margin: 0px;
  }

  .rtl .content_block_three .content-box{
    margin-left: 0px;
  }

  .rtl .service-section .image-box{
    margin-right: 0px;
  }

  .service-style-three .image-box{
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px){
  .service-section{
    padding-bottom: 70px;
  }

  .content_block_three .content-box h2{
    font-size: 30px;
    line-height: 40px;
  }

  .service-style-two,
  .service-style-three{
    padding-bottom: 70px;
  }

  .service-style-two .inner-container{
    padding-top: 65px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .service-style-two .inner-container{
    padding-left: 30px;
    padding-right: 30px;
  }
}







/** .checkout-section **/

.checkout-section{
  position: relative;
}

.checkout-section .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 10px 80px 0px #0000000A;
}

.checkout-section h3{
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
}



.checkout-section .additional-info .note-book{
  position: relative;
  display: block;
}

.checkout-section .additional-info .note-book label{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #111;
  margin-bottom: 7px;
}

.checkout-section .additional-info .note-book textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 140px;
  border: 1px solid #e5e5e5;
  color: #676767;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 20px;
  border-radius: 5px;
  resize: none;
  transition: all 500ms ease;
}

.checkout-section .additional-info .note-book textarea:focus{
  border-color: var(--theme-color);
}

.checkout-section .order-info{
  position: relative;
  display: block;
}

.checkout-section .order-info .order-list li{
  position: relative;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0px;
}

.checkout-section .order-info .order-list li.title{
  padding: 0px 30px 7px 30px;
}

.checkout-section .order-info .order-list li.title p{
  font-size: 16px;
  line-height: 24px;
  color: #111;
  font-weight: 500;
  float: left;
}

.checkout-section .order-info .order-list li.title span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  float: right;
  text-transform: capitalize;
}

.checkout-section .order-info .order-list li .single-box{
  position: relative;
  padding: 31px 0px 31px 110px;
  min-height: 90px;
}

.checkout-section .order-info .order-list li .single-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #F4F4F4;
  border-radius: 10px;
}

.checkout-section .order-info .order-list li .single-box img{
  position: relative;
  display: inline-block;
}

.checkout-section .order-info .order-list li .single-box h6{
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: #111;
  float: left;
  font-weight: 600;
}

.checkout-section .order-info .order-list li .single-box span{
  position: relative;
  display: block;
  float: right;
  font-size: 16px;
  line-height: 28px;
  color: #111;
  font-weight: 500;
}

.checkout-section .order-info .order-list li.sub-total{
  padding: 17px 30px 10px 0px;
}

.checkout-section .order-info .order-list li.sub-total h6{
  font-size: 16px;
  line-height: 28px;
  font-family: var(--text-font);
  font-weight: 600;
  float: left;
}

.checkout-section .order-info .order-list li.sub-total span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #111;
  float: right;
}

.checkout-section .order-info .order-list li.order-total{
  padding: 17px 30px 11px 0px;
}

.checkout-section .order-info .order-list li.order-total h6{
  font-size: 16px;
  line-height: 28px;
  font-family: var(--text-font);
  color: #111;
  font-weight: 600;
  float: left;
}

.checkout-section .order-info .order-list li.order-total span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #111;
  font-weight: 600;
  float: right;
}

.checkout-section .payment-info .custom-control.material-checkbox .material-control-indicator{
  top: 7px;
}

.checkout-section .payment-info .payment-inner .custom-controls-stacked .description{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #111;
  cursor: pointer;
}

.checkout-section .payment-info .payment-inner .custom-controls-stacked .description a{
  position: relative;
  display: inline-block;
  color: #111;
  z-index: 1;
  margin-left: 25px;
}

.checkout-section .payment-info .payment-inner .custom-controls-stacked .description a:hover{
  color: var(--theme-color);
}

.checkout-section .payment-info .payment-inner .option-block{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.checkout-section .payment-info .payment-inner .option-block p{
  position: relative;
  font-size: 14px;
  line-height: 21px;
  padding: 4px 0px 0px 30px;
}

.checkout-section .payment-info .payment-inner .theme-btn{
  width: 100%;
}

.checkout-section .custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid #E5E5E5;
  cursor: pointer;
}

.checkout-section .custom-control.material-checkbox .material-control-indicator:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: 4px;
  top: 4px;
  background: var(--theme-color);
  opacity: 0;
}

.checkout-section .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator:before{
  opacity: 1;
}

.checkout-section .payment-info .payment-inner .btn-box{
  padding-top: 2px;
}

.checkout-section .payment-info .payment-inner .btn-box .theme-btn span{
  padding: 13px 60px;
}

.checkout-section .custom-control.material-checkbox {
  --color: #ebebeb;
  padding: 0px;
  margin: 0px;
  margin-bottom: 0px !important;
  line-height: 28px !important;
}

.checkout-section .custom-control.material-checkbox .material-control-input {
  display: none;
}

.checkout-section .custom-controls-stacked .description {
  position: relative;
  display: inline-block;
  padding: 0px;
  margin-left: 25px;
  font-size: 15px;
  color: #848484;
  cursor: pointer;
}


/** rtl-css **/

.rtl .checkout-section .custom-control.material-checkbox .material-control-indicator{
  left: inherit;
  right: 0px;
}

.rtl .checkout-section .custom-controls-stacked .description{
  margin-left: 0px;
  margin-right: 25px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .checkout-section{
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 599px){
  .checkout-section .inner-box{
    padding-left: 30px;
    padding-right: 30px;
  }

  .checkout-section .order-info .order-list li .single-box h6{
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 499px){

}


/** shop-page-section **/


.shop-page-section{
  position: relative;
}

.wrapper.list .shop-list-content{
  display: block;
}

.wrapper.list .shop-grid-content{
  display: none;
}

.wrapper.grid .shop-list-content{
  display: none;
}

.wrapper.grid .shop-grid-content{
  display: block
}

.shop-page-section .item-shorting .left-column p span{
  color: #111;
  font-weight: 500;
}

.shop-page-section .item-shorting .select-box .nice-select{
  border-radius: 0px;
}

.shop-page-section .item-shorting .right-column .nice-select{
  position: relative;
  width: 270px !important;
  border: 1px solid #E7E7E7 !important;
  height: 44px;
  line-height: 44px;
  padding: 0px 20px;
  border-radius: 40px;
  color: #6A6A6A;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  padding-right: 40px;
}

.shop-page-section .item-shorting .right-column .nice-select:before{
  position: absolute;
  content: '\e926';
  font-family: 'icomoon';
  font-size: 12px;
  top: 0px;
  right: 20px;
  color: #C4C4C4;
}

.shop-page-section .item-shorting .right-column{
  position: relative;
  display: flex;
  align-items: center;
}

.shop-page-section .item-shorting .right-column .short-box{
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.shop-page-section .item-shorting .right-column .select-box{
  width: 270px;
}

.shop-page-section .item-shorting .right-column .short-box p{
  float: left;
  margin-right: 15px;
}

.shop-page-section .item-shorting .filter-box{
  float: left;
}

.shop-page-section .item-shorting .right-column .menu-box{
  position: relative;
  display: flex;
  align-items: center;
}

.shop-page-section .item-shorting .right-column .menu-box button{
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #E5E5E5;
  color: #9C9BA0;
  cursor: pointer;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 500ms ease;
}

.shop-page-section .item-shorting .right-column .menu-box button:last-child{
  margin: 0px !important;
  line-height: 42px;
}

.shop-page-section .item-shorting .right-column .menu-box button.on{
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.shop-page-section .item-shorting{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 80px 0px #0000000A;
  padding: 13px 20px;
}

.shop-page-section .item-shorting .right-column .menu-box button img{
  transition: all 500ms ease;
}

.shop-page-section .item-shorting .right-column .menu-box button.on img:first-child{
  opacity: 0;
}

.shop-page-section .item-shorting .right-column .menu-box button img:last-child{
  position: absolute;
  left: 10px;
  top: 12px;
  text-align: center;
  opacity: 0;
}

.shop-page-section .item-shorting .right-column .menu-box button.on img:last-child{
  opacity: 1;
}

.home-page-shop .shop-wrapper{
  position: relative;
  background: none;
  box-shadow: none;
  border-radius: 10px;
  overflow: hidden;
}

.shop-wrapper{
  position: relative;
  background: #fff;
  box-shadow: 0px 10px 80px 0px #0000000A;
  border-radius: 10px;
  overflow: hidden;
}

.shop-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
  background: #fff;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border: 1px solid #ff4b22;
    border-radius: 15px;
    overflow: hidden;
}

.shop-block:nth-child(13) .shop-block-one .inner-box,
.shop-block:nth-child(14) .shop-block-one .inner-box,
.shop-block:nth-child(15) .shop-block-one .inner-box,
.shop-block:last-child .shop-block-one .inner-box{
  border-bottom: none;
}

.shop-block{
  padding: 0px;
}

.shop-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.shop-block-one .inner-box .image-box img{
  transition: all 500ms ease;
  width: 100%;
}

.shop-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.shop-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 0px 15px;
}

.shop-block-one .inner-box .lower-content .rating{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-block-one .inner-box .lower-content .rating li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #FFC345;
  margin: 0px 2.5px;
}

.shop-block-one .inner-box .lower-content h6{
  display: block;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 6px;
}

.shop-block-one .inner-box .lower-content h6 a{
  display: inline-block;
  color: var(--title-color);
}

.shop-block-one .inner-box .lower-content h6 a:hover{
  color: var(--theme-color);
}

.shop-block-one .inner-box .lower-content .price{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: var(--theme-color);
}

.shop-page-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1029px;
  height: 1407px;
  background-repeat: no-repeat;
}

.shop-page-section .pattern-layer .pattern-2{
  position: absolute;
  right: 0px;
  top: -500px;
  width: 864px;
  height: 1424px;
  background-repeat: no-repeat;
}

.shop-page-section .pattern-layer .pattern-3{
  position: absolute;
  right: 0px;
  bottom: -300px;
  width: 1424px;
  height: 1424px;
  background-repeat: no-repeat;
}


/** rtl-css **/

.rtl .shop-page-section .item-shorting .right-column .menu-box button{
  margin-right: 0px;
  margin-left: 10px;
}

.rtl .shop-page-section .item-shorting .right-column .short-box{
  margin-right: 0px;
  margin-left: 30px;
}

.rtl .shop-page-section .item-shorting .right-column .short-box p{
  margin-right: 0px;
  margin-left: 15px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .shop-page-section{
    padding-bottom: 70px;
  }

  .shop-page-section .item-shorting{
    display: block;
    text-align: center;
  }

  .shop-page-section .item-shorting .left-column{
    margin-bottom: 15px;
  }

  .shop-page-section .item-shorting .right-column{
    justify-content: center;
  }

  .shop-block:nth-child(13) .shop-block-one .inner-box,
  .shop-block:nth-child(14) .shop-block-one .inner-box,
  .shop-block:nth-child(15) .shop-block-one .inner-box,
  .shop-block:last-child .shop-block-one .inner-box{
    border-bottom: 1px solid #E6E6E6;
  }
}

@media only screen and (max-width: 599px){
  .shop-page-section .item-shorting .right-column{
    display: block;
    text-align: center;
  }

  .shop-page-section .item-shorting .right-column .short-box{
    margin-right: 0px;
    justify-content: center;
  }

  .shop-page-section .item-shorting .right-column .menu-box{
    justify-content: center;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 499px){
  .shop-page-section .item-shorting .right-column .nice-select{
    width: 190px !important;
    padding-left: 15px;
  }

  .shop-page-section .item-shorting .right-column .select-box{
    width: 200px;
  }
}
















































































































































































































































































































































































































































































































































































































