
/** about-section **/

.about-section{
  position: relative;
}

.about-section .content-box .inner-box{
  position: relative;
  display: block;
  padding-left: 147px;
  margin-right: 55px;
  margin-left: 97px;
}

.about-section .content-box .inner-box .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 113px;
  height: 113px;
  line-height: 113px;
  font-size: 48px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.about-section .content-box .inner-box .text-box p{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-section .content-box .inner-box .text-box a{
  display: inline-block;
  font-size: 16px;
  line-height: 29px;
  color: var(--title-color);
}

.about-section .content-box .inner-box .text-box a:hover{

}

.about-section .content-box .image-inner{
  position: relative;
  display: block;
  padding-right: 286px;
  margin-right: 74px;
  padding-bottom: 86px;
}

.about-section .content-box .image-inner .image-1{
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.about-section .content-box .image-inner .image-1 img{
  width: 100%;
  border-radius: 20px;
  transition: all 500ms ease;
}

.about-section .content-box .image-inner .image-1:hover img{
  transform: scale(1.05);
}

.about-section .content-box .image-inner .image-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-radius: 10px;
  overflow: hidden;
}

.about-section .content-box .image-inner .image-2 img{
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.about-section .content-box .image-inner .image-2:hover img{
  transform: scale(1.05);
}

.about-section .image-box{
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  margin-left: 2px;
}

.about-section .image-box img{
  width: 100%;
  border-radius: 20px;
}

.about-section .image-box:before{
  position: absolute;
  top: 0;
  left: -85%;
  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);
}

.about-section .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-section .pattern-layer .pattern-1{
  position: absolute;
  left: 272px;
  top: 253px;
  width: 110px;
  height: 120px;
  background-repeat: no-repeat;
}

.about-section .pattern-layer .pattern-2{
  position: absolute;
  left: 953px;
  top: 57px;
  width: 147px;
  height: 106px;
  background-repeat: no-repeat;
}

.about-section .pattern-layer .pattern-3{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 121px;
  height: 212px;
  background-repeat: no-repeat;
}


/** about-style-two **/

.about-style-two{
  position: relative;
}

.about-style-two .content-box{
  position: relative;
  display: block;
}

.about-style-two .content-box .text-box p{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}

.about-style-two .image-box{
  position: relative;
  display: block;
  margin-left: 238px;
  margin-right: -255px;
}

.about-style-two .image-box .image-1{
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.about-style-two .image-box .image-1:before{
  position: absolute;
  content: '';
  background: #001C3D;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.8;
}

.about-style-two .image-box .image-1 img{
  width: 100%;
}

.about-style-two .image-box .image-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.about-style-two .pattern-layer .pattern-1{
  position: absolute;
  top: -116px;
  right: 0px;
  width: 827px;
  height: 841px;
  background-repeat: no-repeat;
}

.about-style-two .pattern-layer .pattern-2{
  position: absolute;
  right: 567px;
  bottom: 50px;
  width: 215px;
  height: 144px;
  background-repeat: no-repeat;
}


/** about-style-three **/

.about-style-three{
  position: relative;
}

.about-style-three .content-box{
  position: relative;
  display: block;
  margin-right: 30px;
}

.about-style-three .content-box .text-box .bold-text{
  font-weight: 700;
  margin-bottom: 20px;
}

.about-style-three .content-box .text-box p{
  font-weight: 600;
}

.funfact-block-one .inner-box{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.funfact-block-one .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 80px;
  font-family: var(--secondary-font);
  font-weight: 700;
}

.funfact-block-one .inner-box h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  color: var(--text-color);
}

.about-style-three .image-box{
  position: relative;
  display: block;
  padding-bottom: 38px;
  padding-left: 123px;
}

.about-style-three .image-box .image-1{
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.about-style-three .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -85%;
  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);
}

.about-style-three .image-box .image-1:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-style-three .image-box .image-1 img{
  width: 100%;
  border-radius: 20px;
}

.about-style-three .image-box .image-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 257px;
  height: 257px;
  border-radius: 50%;
  border: 10px solid #fff;
  box-shadow: 0px 4px 20px 0px rgba(176, 172, 172, 0.05);
}

.about-style-three .image-box .image-2 img{
  width: 100%;
  border-radius: 50%;
}

.about-style-three .image-box .image-shape{
  position: absolute;
  left: 0px;
  bottom: 285px;
  width: 124px;
  height: 140px;
  background-repeat: no-repeat;
}

.about-style-three .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about-style-two.pt_200 .pattern-layer .pattern-1{
  top: 100px;
}



/** rtl-css **/

.rtl .about-section .content-box .image-inner{
  margin-right: 0px;
  margin-left: 74px;
}

.rtl .about-section .content-box .inner-box{
  padding-left: 0px;
  padding-right: 147px;
}

.rtl .about-section .content-box .inner-box .icon-box{
  left: inherit;
  right: 0px;
}

.rtl .about-style-two .image-box{
  margin-right: 238px;
  margin-left: -255px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){
  .about-style-two .image-box{
    margin: 0px !important;
  }
}

@media only screen and (max-width: 991px){
  .about-section .content-box .inner-box{
    margin-left: 0px;
    margin-right: 0px;
  }

  .about-section .content-box .image-inner{
    margin: 0px 0px 30px 0px !important;
  }

  .about-section .image-box{
    margin-left: 0px;
  }

  .about-section{
    padding: 70px 0px;
  }

  .about-style-two .content-box{
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px){
  .about-style-two .image-box .image-2{
    display: none;
  }

  .about-style-two{
    padding-bottom: 0px;
  }

  .about-style-two .pattern-layer{
    display: none;
  }

  .about-style-three{
    padding: 70px 0px;
  }

  .about-style-two.pt_200{
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .about-section .content-box .image-inner{
    padding: 0px;
  }

  .about-section .content-box .image-inner .image-2{
    position: relative;
    margin-top: 30px;
  }

  .about-section .content-box .inner-box{
    padding-left: 0px;
  }

  .rtl .about-section .content-box .inner-box{
    padding-right: 0px;
  }

  .about-section .content-box .inner-box .icon-box{
    position: relative;
    margin-bottom: 20px;
  }

  .about-style-three .image-box{
    padding: 0px;
  }

  .about-style-three .image-box .image-2{
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
  }
}









































