/** about-section **/

.about-section{
    position: relative;
    display: block;
    padding: 144px 0px 250px 0px;
  }
  
  .anim-icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
  }
  
  .anim-icon .icon{
    position: absolute;
    background-repeat: no-repeat;
  }
  
  .about-section .image-box{
    position: relative;
    display: block;
    margin: 6px 30px 0px 140px;
  }
  
  .about-section .image-box:before{
    position: absolute;
    content: '';
    background: #9be9ff;
    width: 215px;
    height: 215px;
    border-radius: 50%;
    left: -135px;
    top: 105px;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
  }
  
  .about-section .image-box .image{
    position: relative;
    display: block;
    box-shadow: 0 30px 50px rgba(8,13,62,.15);
  }
  
  .about-section .image-box .image img{
    width: 100%;
  }
  
  .about-section .image-box .image-1{
    position: relative;
    display: block;
    border-radius: 30px;
  }
  
  .about-section .image-box .image-1 img{
    border-radius: 30px;
  }
  
  .about-section .image-box .image-2{
    position: absolute;
    left: -85px;
    bottom: -125px;
    border: 15px solid #fff;
    border-radius: 30px;
  }
  
  .about-section .content-box .sec-title{
    position: relative;
    display: block;
    margin-bottom: 33px;
  }
  
  .about-section .content-box .bold-text{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #4c4c4c;
    font-weight: 400;
    margin-bottom: 15px;
  }
  
  .about-section .content-box p{
    position: relative;
    display: block;
    margin-bottom: 46px;
  }
  
/** offer-section **/
.offer-section{
    position: relative;
    display: block;
    background: #f1f0e9;
  }
  
  .offer-section .sec-title{
    margin-bottom: 61px;
  }
  
  .offer-section .single-offer-block{
    position: relative;
    display: block;
    background: #fff;
    border-radius: 15px;
    padding: 75px 15px 60px 15px;
    box-shadow: 0 15px 50px rgba(0,0,0,.10);
  }
  
  .offer-section .single-offer-block .icon-box{
    position: relative;
    display: inline-block;
    font-size: 70px;
    line-height: 70px;
    color: #fbb419;
    margin-bottom: 24px;
  }
  .offer-section .block-column .single-offer-block:hover .icon-box:before{
    transform: scale(0.5);
  }
  
  .offer-section .block-column:nth-child(2) .single-offer-block .icon-box{
    color: #43b3d9;
  }
  .offer-section .block-column:nth-child(3) .single-offer-block .icon-box{
    color: var(--main-color);
  }
  .offer-section .block-column:last-child .single-offer-block .icon-box{
    color: #b350ff;
  }
      /** fact-counter **/

.fact-counter{
    position: relative;
    display: block;
    background: #fbb419;
    padding: 93px 0px 102px 0px;
  }
  
  .fact-counter .counter-block{
    position: relative;
    display: block;
    padding: 0px 0px 0px 80px;
  }
  
  .fact-counter .counter-block .icon-box{
    position: absolute;
    left: 0px;
    top: 12px;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
  }
  
  .fact-counter .counter-block .count-outer span{
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 70px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #fff;
    font-weight: 900;
    margin-bottom: 9px;
  }
  
  .fact-counter .counter-block .text{
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #fff;
    font-weight: 700;
  }
  
  /** counter-style-two **/

.fact-counter.style-two{
  position: relative;
  background: #253b70;
}

.fact-counter.style-two .counter-block .icon-box{
  color: #7c89a9;
}

.fact-counter.style-two .counter-block .count-outer span{
  color: #4ac0e8;
}

.fact-counter.style-two .counter-column:nth-child(2) .counter-block .count-outer span{
  color: var(--main-color);
}

.fact-counter.style-two .counter-column:nth-child(3) .counter-block .count-outer span{
  color: #bc64ff;
}

.fact-counter.style-two .counter-column:last-child .counter-block .count-outer span{
  color: #fbb419;
}
/** activities-section **/
.activities-section{
    position: relative;
    display: block;
    padding: 144px 0px 100px 0px;
  }
  
  .activities-section .sec-title{
    margin-bottom: 12px;
  }
  
  .activities-section .title-box{
    margin-bottom: 65px;
  }
  
  .activities-section .inner-box .single-item{
    position: relative;
    display: block;
    margin-bottom: 45px;
  }
  
  .activities-section .inner-box .single-item .icon-box{
    position: relative;
    display: inline-block;
    font-size: 65px;
    line-height: 65px;
    color: #fbb419;
    margin-bottom: 22px;
  }
  .activities-section .inner-box .column:nth-child(2) .single-item .icon-box{
    color: #b350ff;
  }
  
  .activities-section .inner-box .column:nth-child(3) .single-item .icon-box{
    color: #43b3d9;
  }
  
  .activities-section .inner-box .column:last-child .single-item .icon-box{
    color: var(--main-color);
  }
  
  .activities-section .inner-box .single-item:hover .icon-box:before{
    transform: rotate(25deg);
  }
  
  .activities-section .image-box{
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 225px;
  }
  
  .activities-section .image-box .image{
    position: relative;
    display: block;
    float: left;
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 30px 50px rgba(0,0,0,.1);
  }
  
  .activities-section .image-box .image:before{
    position: absolute;
    content: '';
    background: #9be9ff;
    height: 290px;
    width: 290px;
    top: -110px;
    right: -110px;
    border-radius: 20px;
    z-index: -1;
  }
  
  .activities-section .image-box .image img{
    width: 100%;
    border-radius: 20px;
  }/** service-section **/

.service-section{
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .service-section:before{
    position: absolute;
    content: '';
    background: rgba(33, 47, 84, 0.50);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
  }
  
  .service-section .carousel-content{
    position: relative;
    display: block;
    margin-right: -340px;
    margin-top: 6px;
  }
  
  .service-block-one{
    position: relative;
    display: block;
    background: #fff;
    padding: 83px 30px 68px 30px;
    text-align: center;
    border-radius: 20px;
    transition: all 500ms ease;
  }
  
  .service-block-one .icon-box{
    position: relative;
    display: inline-block;
    font-size: 65px;
    line-height: 65px;
    color: var(--main-color);
    margin-bottom: 25px;
  }
  .service-section .owl-item:nth-child(odd) .service-block-one .icon-box{
    color: #43b3d9;
  }
  .service-section .owl-item:nth-child(3n+1) .service-block-one .icon-box{
    color: #fbb419;
  }
  .service-block-one:hover .icon-box:before{
    transform: rotate(25deg) !important;
  }
  
  .service-block-one h3{
    margin-bottom: 27px;
  }
  
  h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 900;
    color: #2b3c6b;
    margin-bottom: 10px;
  }
  
  h3 a{
    position: relative;
    display: inline-block;
    color: #2b3c6b;
  }
  
  h3 a:hover{
    color: var(--main-color);
  }
  
  .service-section .inner-content .sec-title h1,
  .service-section .inner-content .text{
    color: #fff;
  }
  
  .service-section .inner-content{
    position: relative;
    display: block;
    margin-right: 20px;
  }
  
  .service-section .inner-content .sec-title{
    margin-bottom: 34px;
  }
  
  .service-section .owl-dots{
    display: none;
  }
  
  .service-section .owl-nav .owl-prev,
  .service-section .owl-nav .owl-next{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: var(--main-color);
    text-align: center;
    border-radius: 50%;
    margin: 0px 5px;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .service-section .owl-nav .owl-prev:hover,
  .service-section .owl-nav .owl-next:hover{
    background: #fff;
    color: #2b3c6b;
  }
  
  .service-section .owl-nav{
    position: absolute;
    left: -405px;
    bottom: 0px;
  }/** service-style-two **/
.service-style-two{
    position: relative;
    display: block;
    background: #fff;
  }
  
  .service-style-two .service-block-one{
    padding: 93px 30px 78px 30px;
    box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
  }
  
  .service-style-two .inner-content{
    position: relative;
    margin-top: -120px;
    z-index: 11;
  }
  
  .service-style-two .service-block-one .icon-box{
    color: #fbb419;
  }
  .service-style-two .service-column:nth-child(2) .service-block-one .icon-box{
    color: #43b3d9;
  }
  .service-style-two .service-column:last-child .service-block-one .icon-box{
    color: var(--main-color);
  }
    