
/* Testimonials Section */

.testimonials-section {
    position: relative;
    padding: 150px 0 120px;
    background-color: #e9f7f2;
}

.testimonial-block .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.testimonial-block .image {
    position: relative;
    margin-bottom: 25px;
}

.testimonial-block .image img {
    border-radius: 50%;
    width: auto!important;
    margin: 0 auto;
}

.testimonial-block .rating {
    position: relative;
    color: #ffab01;
    margin-bottom: 25px;
}

.testimonial-block .rating span {
    margin-right: 5px;
}

.testimonial-block .text {
    position: relative;
    font-size: 18px;
    line-height: 34px;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 930px;
}

.testimonial-block .author-info {
    position: relative;
}

.testimonial-block .author-info h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.testimonial-block .author-info .designation {
    position: relative;
    font-size: 16px;
}

.testimonials-section .owl-dots {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0;
}

.testimonials-section .owl-dots .owl-dot{
    position:relative;
    margin: 0px 13px;
    width: 6px;
    height: 6px;
    border-radius:50%;
    background: #0c1529;
    display:inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.testimonials-section .owl-dots .owl-dot:before {
    position: absolute;
    content: '';
    left: -14px;
    top: -14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #0c1529;
    opacity: 0;
    transition: .5s;
}

.testimonials-section .owl-dots .owl-dot.active:before {
    opacity: 1;
}

.testimonials-section .owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
    width: 100%;
    display: block;
}

.testimonials-section .owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	top: 5px;
	height: 30px;
	width: 40px;
	border-radius: 50%;
	border: none;
	text-align: center;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	opacity: 1;
	margin-top: -15px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonials-section .owl-theme .owl-nav .owl-prev:after {
	font-family: "Flaticon";
	content: "\f119";
	position: absolute;
	top: 0;
	width: 40px;
	height: 30px;
	line-height: 30px;
	left: 0;
	color: #0c1529;
	font-size: 30px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonials-section .owl-theme .owl-nav .owl-prev:hover:after {
	left: 0;
	margin-left: 0;
}

.testimonials-section .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: 5px;
	height: 30px;
	width: 40px;
	border: none;
	text-align: center;
	font-size: 0px;
	opacity: 1;
	margin-top: -15px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonials-section .owl-theme .owl-nav .owl-next:after {
	font-family: "Flaticon";
	content: "\f119";
	position: absolute;
	top: 0;
	width: 40px;
	height: 30px;
	line-height: 30px;
	right: 0;
	color: #0c1529;
	font-size: 30px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonials-section .owl-theme .owl-nav .owl-next:hover:after {
	right: 0;
	margin-right: 0;
}

.testimonials-section .owl-theme .owl-nav .owl-prev:hover:after,
.testimonials-section .owl-theme .owl-nav .owl-next:hover:after {
    opacity: 1;
}


/* Testimonials Section Two */

.testimonials-section-two {
    position: relative;
    padding: 150px 0 120px;
    background-color: #e9f7f2;
}

.testimonial-block-two .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 20px 0px rgba(8, 13, 62, 0.03);
    padding: 35px 20px;
    border-radius: 10px;
}
  
.testimonial-block-two .image {
    position: relative;
    margin-bottom: 25px;
}

.testimonial-block-two .image img {
    border-radius: 50%;
    width: auto!important;
    margin: 0 auto;
}

.testimonial-block-two .rating {
    position: relative;
    color: #ffab01;
    margin-bottom: 15px;
    font-size: 13px;
}

.testimonial-block-two .rating span {
    margin-right: 5px;
}

.testimonial-block-two .text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}

.testimonial-block-two .author-info {
    position: relative;
}

.testimonial-block-two .author-info h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial-block-two .author-info .designation {
    position: relative;
    font-size: 16px;
}

.testimonials-section-two .owl-dots {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0;
}

.testimonials-section-two .owl-dots .owl-dot{
    position:relative;
    margin: 0px 13px;
    width: 6px;
    height: 6px;
    border-radius:50%;
    background: #0c1529;
    display:inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.testimonials-section-two .owl-dots .owl-dot:before {
    position: absolute;
    content: '';
    left: -14px;
    top: -14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #0c1529;
    opacity: 0;
    transition: .5s;
}

.testimonials-section-two .owl-dots .owl-dot.active:before {
    opacity: 1;
}

.testimonial-thumbs {
    max-width: 270px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 16px 0;
}
.testimonial-thumbs img {
    border-radius: 50%;
    transform: scale(1);
    position: relative;
    transition: .5s;
}
.testimonial-thumbs .swiper-slide-active img {
    transform: scale(1.3);
    z-index: 9;
    z-index: 9;
}
.testimonial-slider-pagination {
    position: absolute;
    left: 50%;
    bottom: 120px;
    z-index: 999;
    transform: translateX(-50%);
}
.testimonial-slider-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 0;
    background: none;
    position: relative;
    opacity: 1;
    background: #0c1529;
    margin: 0 14px;
    border-radius: 50%;
}
.testimonial-slider-pagination .swiper-pagination-bullet:before {
    position: absolute;
    content: '';
    top: -14px;
    left: -14px;
    right: -14px;
    bottom: -14px;
    border: 1px solid #0c1529;
    border-radius: 50%;
    transition: .5s;
    opacity: 0;
}
.testimonial-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    opacity: 1;
}
.testimonial-block .author-info {
    margin-bottom: 60px;
}
.testimonial-block .text {
    color: #0c1529;
}
/* Funfacts section */

.funfacts-section {
    position: relative;
    padding: 120px 0 90px;
    background-size: cover;
}

.funfacts-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
}

.funfact-block-one .inner {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
    padding: 31px 0;
}

.funfact-block-one .count-box {
    position: relative;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 50px;
}

.funfact-block-one .text {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #0c1529;
}
/*** 

====================================================================
        Banner Section
====================================================================

***/

.banner-section {
    position: relative;
}

.three-item-carousel,
.banner-slider {
    position: relative;
    height: 100% !important;
    z-index: 9;
}

.banner-section .sec-bg {
    position: absolute;
    left: 0;
    top: 70px;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.banner-section .swiper-slide {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-section .content-outer {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.banner-section .content-box {
    position: relative;
    padding: 150px 15px 0;
    min-height: 950px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-section .content-box .inner {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
}

.banner-section .swiper-slide-active .content-box .inner {
    opacity: 1;    
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .content-box h1 {
    position: relative;
    font-size: 80px;
    line-height: 90px;
    color: #0c1529;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: 35px;
    letter-spacing: -1px;
    font-family: 'Abril Fatface', cursive;
}

.banner-section .swiper-slide-active .content-box h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .content-box h4 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.banner-section .swiper-slide-active h4 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .content-box .text {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    color: #0c1529;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    margin-bottom: 30px;
}

.banner-section .swiper-slide-active .text {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .link-box {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    margin: 0 -10px;
}

.banner-section .swiper-slide-active .link-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-section .link-box a {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin: 0 10px 10px;
}

.banner-section .content-box .image-wrapper {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
}

.banner-section .content-box .image .bg {
    position: absolute;
    bottom: 0px;
    left: -41px;
    border-radius: 50%;
    width: 500px;
    height: 500px;
}

.banner-section .content-box .image img {
    position: relative;
}

.banner-section .shape-two {
    position: absolute;
    bottom: 211px;
    left: -88px;
}

.banner-section .shape-three {
    position: absolute;
    right: 10px;
    top: 80px;
}

.banner-section .swiper-slide-active .content-box .image-wrapper {
    opacity: 1;    
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .content-box .image {
    position: relative;
    margin-top: -60px;
}

.banner-section .banner-slider-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-section .banner-slider-button-next {
    position: relative;
    width: 75px;
    height: 75px;
    line-height: 71px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    margin-right: 50px;
    font-size: 25px;
    transition: .5s;
    transform: rotate(180deg);
    border-radius: 50%;
}

.banner-section .banner-slider-button-next:hover {
    color: #fff;
}

.banner-section .banner-slider-button-prev {
    position: relative;
    width: 75px;
    height: 75px;
    line-height: 71px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    margin-left: 50px;
    font-size: 25px;
    transition: .5s;
    border-radius: 50%;
}

.banner-section .banner-slider-button-prev:hover {
    color: #fff;
}


/* Banner section two */

.banner-section-two {
    position: relative;
}

.banner-section-two .sec-bg {
    position: absolute;
    left: 0;
    top: 70px;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.banner-section-two .content-outer {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.banner-section-two .content-box {
    position: relative;
    padding: 150px 15px 0;
    min-height: 950px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-section-two .content-box .inner {
    position: relative;
}

.banner-section-two .content-box h1 {
    position: relative;
    font-size: 80px;
    line-height: 90px;
    color: #0c1529;
    text-transform: capitalize;
    margin-bottom: 35px;
    letter-spacing: -1px;
    font-family: 'Abril Fatface', cursive;
}


.banner-section-two .content-box .text {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    color: #0c1529;
    margin-bottom: 30px;
}


.banner-section-two .content-box .image-wrapper {
    position: relative;
}

.banner-section-two .content-box .image .bg {
    position: absolute;
    bottom: 0px;
    left: -41px;
    border-radius: 50%;
    width: 500px;
    height: 500px;
}

.banner-section-two .content-box .image img {
    position: relative;
}

.banner-section-two .shape-two {
    position: absolute;
    bottom: 211px;
    left: -88px;
}

.banner-section-two .shape-three {
    position: absolute;
    right: 10px;
    top: 80px;
}

.banner-section-two .content-box .image {
    position: relative;
    margin-top: -60px;
}

.banner-section-two .contact-number {
    position: absolute;
    right: -68px;
    bottom: 300px;
    box-shadow: 0px 40px 60px 0px rgba(37, 59, 112, 0.1);
    border-radius: 30px;
    padding: 22px 50px;
    text-align: center;
    background: #fff;
}

.banner-section-two .contact-number h5 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 9px;
}

.banner-section-two .contact-number .number {
    font-size: 20px;
    font-weight: 700;
}

.banner-section-two .video-box {
    position: absolute;
    left: -68px;
    bottom: 0;
    box-shadow: 0px 40px 60px 0px rgba(37, 59, 112, 0.1);
    border-radius: 30px;
    text-align: center;
    background: #fff;
    width: 200px;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    padding: 25px 0;
}

.banner-section-two .video-box a {
    position: relative;
    width: 87px;
    height: 87px;
    line-height: 70px;
    border: 8px solid #d8f2e9;
    border-radius: 50%;
    font-size: 27px;
    display: inline-block;
    padding-left: 9px;
}

.banner-section-two .video-box a:before {
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    content: '';
    border: 5px solid #d8f2e9;
    border-radius: 50%;
    transition: .7s;
    transition-delay: .2s;
}

.banner-section-two .video-box a:hover:before {
    transform: scale(1.5);
    opacity: 0;
}

.banner-section-two .video-box h5 {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}

.banner-section-two .shape-one {
    position: absolute;
    width: 250px;
    height: 250px;
    border: 65px solid #fff;
    border-radius: 50%;
    left: 50px;
    top: 145px;
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: animationFramesOne;
    -webkit-animation-duration: 25s;
    -ms-animation: linear infinite alternate;
    -ms-animation-name: animationFramesOne;
    -ms-animation-duration: 25s;
    -moz-animation: linear infinite alternate;
    -moz-animation-name: animationFramesOne;
    -moz-animation-duration: 25s;
}


/* Banner section / style two */

.banner-section.style-two {
    background: #e9f7f2;
}

.banner-section.style-two .swiper-container {
    overflow: visible;
}

.banner-section.style-two .content-box {
    padding: 0 15px;
    min-height: 700px;
}

.banner-section.style-two .content-box h1 {
    color: #fff;
}

.banner-section.style-two .content-box .text {
    color: #fff;
}

.banner-section.style-two .search-services-form .form-group {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.banner-section.style-two .auto-container {
    position: relative;
}

.banner-section.style-two .search-services-form {
    position: absolute;
    bottom: -60px;
    right: 15px;
    max-width: 400px;
    padding: 50px;
    padding-bottom: 30px;
    z-index: 9;
}

.banner-section.style-two .search-services-form svg {
    position: absolute;
    top: -32px;
    right: -32px;
}

.banner-section.style-two .search-services-form .form-group {
    margin-bottom: 20px;
}

.banner-section.style-two .search-services-form h5 {
    font-size: 30px;
    margin-bottom: 30px;
    font-family: 'Abril Fatface', cursive;
}

.banner-section.style-two .search-services-form .form-group input {
    background: transparent;
    box-shadow: none;
}

.banner-section.style-two .search-services-form .bootstrap-select>.dropdown-toggle {
    box-shadow: none;
}



/* Banner section / style three */

.banner-section.style-three {
    background: #e9f7f2;
}

.banner-section.style-three .swiper-container {
    overflow: visible;
}

.banner-section.style-three .content-box {
    padding: 0 15px;
    min-height: 700px;
}

.banner-section.style-three .content-box h1 {
    color: #fff;
}

.banner-section.style-three .content-box .text {
    color: #fff;
}

.elementor-widget-pestico_banner_slider .service .dropdown.bootstrap-select {
    width: 100%;
}

.banner-section .search-services-form .wpcf7 form .wpcf7-response-output {
    margin: 0;
}










/* About Us section */

.about-us-section {
    position: relative;
    padding: 150px 0 120px;
}

.about-us-section .image-wrapper {
    position: relative;
    margin-bottom: 30px;
    padding-left: 100px;
    padding-bottom: 80px;
}

.about-us-section .image-wrapper .shape-one {
    position: absolute;
    top: -40px;
    left: 45px;
}

.about-us-section .image-wrapper .shape-two {
    position: absolute;
    right: 10px;
    bottom: 39px;
}

.about-us-section .image {
    position: relative;
    overflow: hidden;
}

.about-us-section .image img {
    border-radius: 30px;
}

.about-us-section .image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.about-us-section .image:hover:before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

.about-us-section .years-of-experience {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 230px;
    height: 240px;
    padding: 55px 0;
    z-index: 99;
}

.about-us-section .years-of-experience:before {
    position: absolute;
    content: '';
    top: -21px;
    left: -77px;
    background-image: url(../images/shape/shape-4.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 328px;
    height: 332px;
}

.about-us-section .years-of-experience h4 {
    position: relative;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-us-section .years-of-experience .text {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.about-us-section .content-block .text {
    position: relative;
    margin-bottom: 30px;
}

.about-us-section .list {
    position: relative;
    margin-bottom: 30px;
}

.about-us-section .list li {
    position: relative;
    margin-bottom: 6px;
    font-size: 16px;
    padding-left: 30px;
    color: #848484;
}

.about-us-section .list li:before {
    position: absolute;
    content: "\f11f";
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    font-family: 'Flaticon';
    color: #21c58e;
}


/* About Section style two */

.about-us-section.style-two .image img {
    border-radius: 50%;
}

.about-us-section.style-two .image-wrapper .shape-one {
    left: 120px;
    top: -24px;
}

.about-us-section.style-two .image-wrapper .shape-two {
    right: 40px;
    bottom: 65px;
}

.about-us-section .years-of-experience svg {
    position: absolute;
    top: -32px;
    right: -32px;
}

.about-us-section .years-of-experience:before {
    display: none;
}


/* About Us Section two */

.about-us-section-two {
    position: relative;
    padding: 235px 0 120px;
    background-color: #e9f7f2;
}

.about-us-section-two .content-block {
    position: relative;
    margin-bottom: 30px;
}

.about-us-section-two .content-block .text {
    position: relative;
    margin-bottom: 30px;
}

.about-us-section-two .offer {
    position: absolute;
    box-shadow: -28.284px 28.284px 60px 0px rgba(37, 59, 112, 0.1);
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 60px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: 23%;
    left: -112px;
}

.about-us-section-two .offer h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 22px;
}

.about-us-section-two .offer h4 span {
    font-size: 14px;
    color: #061a3a;
}

.about-us-section-two .image-wrapper {
    position: relative;
    margin-left: 70px;
}

.about-us-section-two .image {
    position: relative;
    margin-top: -60px;
}

.about-us-section-two .image .bg {
    position: absolute;
    bottom: 0px;
    left: -41px;
    border-radius: 50%;
    width: 500px;
    height: 500px;
}

.about-us-section-two .image img {
    position: relative;
}

.about-us-section-two .shape-one {
    position: absolute;
    bottom: 67px;
    left: -64px;
}

.about-us-section-two .shape-two {
    position: absolute;
    right: 10px;
    top: 187px;
}









/* Whychoose us section */

.whychoose-us-section {
    position: relative;
    padding: 150px 0 120px;
}

.whychoose-us-section .icon-box {
    position: relative;
    box-shadow: 0px 30px 60px 0px rgba(37, 59, 112, 0.1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px;
    padding-bottom: 17px;
    margin-bottom: 30px;
    border-radius: 20px;
}

.whychoose-us-section .icon-box .icon {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #e8f9f3;
    font-size: 40px;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: .5s;
    margin-right: 20px;
}

.whychoose-us-section .icon-box:hover .icon {
    color: #fff;
}

.whychoose-us-section .icon-box .icon span {
    position: relative;
}

.whychoose-us-section .icon-box .icon:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    transition: .9s;
    transform: scale(0.5);
    opacity: 0;
}

.whychoose-us-section .icon-box:hover .icon:before {
    transform: scale(1);
    opacity: 1;
}

.whychoose-us-section .icon-box .content {
    position: relative;
}

@media only screen and (min-width:575px) {
    .whychoose-us-section .icon-box .content {
        width: calc(100% - 100px);        
    }
}

.whychoose-us-section .icon-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.whychoose-us-section .icon-box h4 a {
    color: #061a3a;
    transition: .5s;
}

.whychoose-us-section .icon-box .text {
    position: relative;
    margin-bottom: 20px;
}

.whychoose-us-section .shape-one {
    position: absolute;
    top: 0;
    left: 102px;
}

.whychoose-us-section .shape-two {
    position: absolute;
    right: -25px;
    bottom: 15px;
}

.whychoose-us-section .image-wrapper {
    position: relative;
    padding-left: 140px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.whychoose-us-section .image {
    position: relative;
}

.whychoose-us-section .image img {
    border-radius: 30px;
}

.whychoose-us-section .author-info {
    position: absolute;
    left: 10px;
    bottom: 255px;
    box-shadow: 0px 40px 60px 0px rgba(37, 59, 112, 0.1);
    border-radius: 30px;
    padding: 40px 20px;
    text-align: center;
    background: #fff;
    max-width: 230px;
    width: 100%;
}

.whychoose-us-section .author-info .author {
    position: relative;
    margin-bottom: 20px;
}

.whychoose-us-section .author-info h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.whychoose-us-section .author-info .theme-btn {
    position: relative;
    padding: 8px 35px;
}

.whychoose-us-section .phone {
    position: absolute;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 30px;
    left: 270px;
    bottom: 0;
    transition: .5s;
    display: inline-block;
}

.whychoose-us-section .phone:hover {
    border-radius: 50%;
}

.whychoose-us-section .phone .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .5s;
}

.whychoose-us-section .phone .hover-image:hover {
    transform: scale(1.5);
    opacity: 0;
}

.whychoose-us-section .email {
    position: absolute;
    background: #e7b232;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 30px;
    right: -40px;
    bottom: 200px;
    transition: .5s;
    display: inline-block;
}

.whychoose-us-section .email:hover {
    border-radius: 50%;
}

.whychoose-us-section .email .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .5s;
}

.whychoose-us-section .email .hover-image:hover {
    transform: scale(1.5);
    opacity: 0;
}



/* Why Choose us section two */

.whychoose-us-section-two {
    position: relative;
    background-color: #0c1529;
    padding: 140px 0 110px;
}

.whychoose-us-section-two .sec-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.whychoose-us-section-two .left-side {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
}

.whychoose-us-section-two .left-side svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.whychoose-us-section-two .right-side {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-size: cover;
}

.whychoose-us-section-two .text.light {
    color: #fff;
}

.whychoose-us-section-two .icon-box {
    position: relative;
    box-shadow: 0px 30px 60px 0px rgba(37, 59, 112, 0.1);
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    padding-bottom: 17px;
    margin-bottom: 30px;
    border-radius: 20px;
    background-color: #fff;
}

.whychoose-us-section-two .icon-box .icon {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #e8f9f3;
    font-size: 40px;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: .5s;
    margin-right: 20px;
}

.whychoose-us-section-two .icon-box:hover .icon {
    color: #fff;
}

.whychoose-us-section-two .icon-box .icon span {
    position: relative;
}

.whychoose-us-section-two .icon-box .icon:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    transition: .9s;
    transform: scale(0.5);
    opacity: 0;
}

.whychoose-us-section-two .icon-box:hover .icon:before {
    transform: scale(1);
    opacity: 1;
}

.whychoose-us-section-two .icon-box .content {
    position: relative;
}

@media only screen and (min-width:575px) {
    .whychoose-us-section-two .icon-box .content {
        width: calc(100% - 100px);        
    }
}

.whychoose-us-section-two .icon-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.whychoose-us-section-two .icon-box h4 a {
    color: #061a3a;
    transition: .5s;
}

.whychoose-us-section-two .icon-box .text {
    position: relative;
    margin-bottom: 20px;
}

.whychoose-us-section-two .shape-one {
    position: absolute;
    top: 90px;
    left: 102px;
}

.whychoose-us-section-two .shape-two {
    position: absolute;
    left: 17%;
    bottom: 107px;
}



/* Whychoose section three */

.whychoose-us-section-three {
    position: relative;
}

.whychoose-us-section-three .auto-container {
    max-width: 100%;
    padding: 0;
}

.whychoose-us-section-three .video-column {
    position: relative;
    background-size: cover;
}

.whychoose-us-section-three .video-column .video-box {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: -100px;
    background-size: cover;
    background-position: right center;
}

.whychoose-us-section-three .video-column .video-box .image {
    display: none;
}

.whychoose-us-section-three .inner-container {
    max-width: 600px;
    padding: 0 15px;
}

.whychoose-us-section-three .content-block {
    position: relative;
    padding: 60px 0 30px;
    margin: 100px 0;
    z-index: 9;
}

.whychoose-us-section-three .shape {
    position: absolute;
    top: -27px;
    right: 0;
    left: -120px;
    bottom: 0;
}

.whychoose-us-section-three .icon-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.whychoose-us-section-three .icon-box .icon {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #e8f9f3;
    font-size: 40px;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: .5s;
    margin-right: 20px;
}

.whychoose-us-section-three .icon-box:hover .icon {
    color: #fff;
}

.whychoose-us-section-three .icon-box .icon span {
    position: relative;
}

.whychoose-us-section-three .icon-box .icon:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    transition: .9s;
    transform: scale(0.5);
    opacity: 0;
}

.whychoose-us-section-three .icon-box:hover .icon:before {
    transform: scale(1);
    opacity: 1;
}

.whychoose-us-section-three .icon-box .content {
    position: relative;
}

@media only screen and (min-width:575px) {
    .whychoose-us-section-three .icon-box .content {
        width: calc(100% - 100px);        
    }
}

.whychoose-us-section-three .icon-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.whychoose-us-section-three .icon-box h4 a {
    color: #061a3a;
    transition: .5s;
}

.whychoose-us-section-three .icon-box .text {
    position: relative;
    margin-bottom: 20px;
}

.whychoose-us-section-three .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.whychoose-us-section-three .video-btn span {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
}

.whychoose-us-section-three .video-btn a {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 30px;
	display: inline-block;
	position: relative;
}

.whychoose-us-section-three .video-btn .ripple:before {
    position: absolute;
    left: -20px;
    top: -20px;
    right: -20px;
    bottom: -20px;
    content: '';
    background-color: rgb(33 197 142 / 0.50);
    border-radius: 50%;
}

.whychoose-us-section-three .video-btn .ripple:after {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.whychoose-us-section-three .video-btn .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}

.whychoose-us-section .icon-box .icon svg, .whychoose-us-section-two .icon-box .icon svg, .whychoose-us-section-three .icon-box .icon svg{
    width: 40px;
    height: auto;
}














