/*-----------------------------------------------------------------------------------

 Theme Name: Aspire2Dreamz
 Description: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
 Author: Kapil Prajapati
-----------------------------------------------------------------------------------*/
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');*/
  /* font-family: "Roboto", sans-serif;*/

  /*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');*/
  /* font-family: "Playfair Display", serif;*/


@font-face {
    font-family: 'Arial-font';
    src: url('../assets/fonts/ArialMdm.woff') format('woff');
}
@font-face {
    font-family: 'Arial-font';
    src: url('../assets/fonts/ARIALBD.woff') format('woff');
}
@font-face {
    font-family: 'Arial-font';
    src: url('../assets/font/ARIAL.woff') format('woff');
}




:root {
  --primary-background:linear-gradient(to right, #0c65c6, #2cb484);
  --banner-background: linear-gradient(to right, #0c65c6 -17%, #2cb484 33%);
  --banner-button:#004d9f;
  --section-background: linear-gradient(to right, rgba(12, 101, 198, 0.2), rgba(44, 180, 132, 0.2));
  --secondry-background:#2d2d2d;
  --heading-color:#2cb484;
  --white-background:#fff;
  --black-background:#000;
  --primary-color:#1a4845;
  --black-color:#000;
  --white-color:#fff;
  --font-weight-100:100;
  --font-weight-200:200;
  --font-weight-300:300;
  --font-weight-400:400;
  --font-weight-500:500;
  --font-weight-600:600;
  --font-weight-700:700;
  --font-weight-800:800;
  --font-10:10px;
  --font-11:11px;
  --font-12:12px;
  --font-13:13px;
  --font-14:14px;
  --font-15:15px;
  --font-16:16px;
  --font-17:17px;
  --font-18:18px;
  --font-19:19px;
  --font-20:20px;
  --font-21:21px;
  --font-22:22px;
  --font-23:23px;
  --font-24:24px;
  --font-25:25px;
  --font-26:26px;
  --font-27:27px;
  --font-28:28px;
  --font-29:29px;
  --font-30:30px;
  --font-31:31px;
  --font-32:32px;
  --font-33:33px;
  --font-34:34px;
  --font-35:35px;
  --font-36:36px;
  --font-37:37px;
  --font-38:38px;
  --font-39:39px;
  --font-40:40px;
  --font-41:41px;
  --font-42:42px;
  --font-43:43px;
  --font-44:44px;
  --font-45:45px;
  --font-46:46px;
  --font-47:47px;
  --font-48:48px;
  --font-49:49px;
  --font-50:50px;
  --font-60:60px;
  --font-70:70px;
  --font-80:80px;
  --font-90:90px;
  --font-100:100px;
  --justify-center:center;
  --justify-spabe:space-between;
  --align-center:center;
  --primary-display:block;
  --secondary-display:flex;
  --display-inline:inline-block;
  --text-uppercase:uppercase;
  --text-capital:capitalize;
}
body{font-family: var(--primary-font-family);}
p{   font-family: 'Arial-font', sans-serif;}
h1{   font-family: 'Arial-font', sans-serif; font-weight: 700;}
h2{   font-family: 'Arial-font', sans-serif; font-weight: 700;}
h3{   font-family: 'Arial-font', sans-serif; font-weight: 700;}
h4{   font-family: 'Arial-font', sans-serif;;margin-bottom: 0; }
h5{   font-family: 'Arial-font', sans-serif;}
h6{   font-family: 'Arial-font', sans-serif;}
a{   font-family: 'Arial-font', sans-serif;}
li{   font-family: 'Arial-font', sans-serif;}
div{   font-family: 'Arial-font', sans-serif;}
input{   font-family: 'Arial-font', sans-serif;}
span{   font-family: 'Arial-font', sans-serif;}
label{   font-family: 'Arial-font', sans-serif;}
button{   font-family: 'Arial-font', sans-serif;}
ul{margin-bottom: 0px; padding-left: 0px;}
html {
  scroll-behavior: smooth;
}
/*=======================header ccss start============================*/
/* sticky menu css */
.is-sticky{position: fixed!important;top: 0;left: 0;width: 100%;z-index: 999;box-shadow: 0 2px 15px rgba(0,0,0,.1); background-color: #fff;}
.is-sticky{animation: smoothScroll 1s forwards; }
@keyframes smoothScroll {
    0% {transform: translateY(-150px); } 
    100% {transform: translateY(0px); }
}
.is-sticky .navbar{background-color: #fff!important; padding: 0px;}
 .header-top {background-color: #203b2c; padding: 11px 0 11px;; }
.header-links ul {margin: 0; padding: 0; list-style-type: none; }
.header-links li {display: inline-block; font-size: 16px; font-weight: 400; margin: 0 36px 0 0; line-height: 160%; transition: all 0.5s ease; }
.header-links i {color: #fff; margin: 0 10px 0 0; font-size: 14px; }
.header-links li a {color: #fff; text-decoration: none; font-size: 14px; }
.header-links li:last-child {margin-right: 0; padding-right: 0; border-right: none; }
.header-right {display: inline-flex; }
.header-social a {display: inline-block; color: #fff; }
.header-social a:not(:first-child) {margin-left: 14px; }
.navbar-brand{width:12%;}
.navbar-brand img{width: 100%;}
.navbar {padding: 15px 0px;}
.navbar-nav li a{font-size: 15px!important;color: #000;    font-weight: 400; text-transform: capitalize; padding: 10px 20px !important;}
.navbar-nav li:not(:first-child) {margin-left: 4px; }
.is-sticky .navbar-nav li a{color: #000;}


.topber_area.style_two {background: #5dc7ff; position: relative; z-index: 1; }
.topber_area.style_two:before {position: absolute; content: ""; left: -24px; height: 100%; width: 53%; background: #a9e1ff; z-index: -1; transform: skew(-34deg); }
.topber_area.style_two:after {position: absolute; content: ""; right: 0; left: 85px; margin: auto; background: #A9E1FE; width: 5px; height: 100%; top: 0; transform: skew(-34deg); }
.topber_area.style_two .header-address-info p {color: #000; font-size: 15px; }
.topber_area.style_two .header-address-info span i {font-size: 14px; margin-right: 6px; }
.topber_right_social.style_two {display: flex; align-items: center; justify-content: right; }
.topber_right_social.style_two h2 {font-size: 14px; color: #000; font-weight: 500; margin: 4px 3px 0 0; }
span.right_info {margin-left: 28px; }
.header-address-info p {color: #a3b7b7; margin: 12px 0; }
.header-address-info span {font-size: 15px; color: #000; font-weight: 400; }
span.right_info {margin-left: 28px; }
.topber_right_social {text-align: right; }
.topber_right_social ul li {display: inline-block; margin-left: 20px; }
.topber_right_social ul li a {display: inline-block; color: #000; font-size: 15px; }
.header-button {display: inline-block; }
.header-button.style_two a {background: #f6d258; padding: 15px 31px; border-radius: 5px; border-width: 1px; border-style: solid; border-color: transparent; border-image: initial; color: #000; text-decoration: none; }
.header-button.style_two a i {margin-left: 5px; }
.navbar-brand h2{margin-bottom: 0px; padding: 20px 0px; color: #000;}

.main-header-wrapper{position: absolute; z-index: 9999; width: 100%; top:0px;}

/*========================header css end===========================*/



/*============================================Home main banner css start=======================================*/

.banner-item{display: flex; justify-content: center; align-items: center;     margin-bottom: 20px;}
.main-banner-content{width: 65%;}
.main-banner-image{width: 50%;}
.main-banner-image img{width: 100%;}
.banner-main-image{width: 100%;}
.home-slider-inner{width: 100%;background-repeat: no-repeat; background-size: cover;     padding: 0px 0px 0px 0px;}
/*#home-slider .owl-dots button{border: 1px solid #212754!important; background-color: #212754!important; width: 10px; height: 10px; border-radius: 50px; margin-right: 10px; margin-bottom: 9px;}
#home-slider .owl-dots button.active{background-color: #212754!important; height: 40px;}
#home-slider .owl-dots{justify-content: center; display: none; margin-top: 30px; margin-bottom: 30px; position: absolute; display: grid; top: 100px; right: -48px;}
#home-slider .owl-dots button:focus{outline: none; box-shadow: none;}*/
#home-slider{position: relative;}
.main-banner-content h3{color: #212754; text-transform: uppercase; font-size: 60px; font-weight: 500; text-shadow: 0px 7px #dee4f4;}
.main-banner-content h2{font-weight: 700; font-size: 70px; color: #212754; text-shadow: 0px 8px #dee4f4;}
.main-banner-content p{font-size: 21px; color: #212754; margin-top: 15px;}
.main-banner-content{padding-right: 70px;}
.banner-main-button a{background-color: #dee4f4; padding: 10px 30px; color: #212754; text-transform: uppercase; font-size: 1vw; text-decoration: none; font-weight: 600; border-radius: 50px;}
.banner-main-button{margin-top: 40px;}
/*.home-slider-wrapper{box-shadow: 0px 0px 10px #b8bbd4;}*/
#home-slider .owl-nav .owl-prev {position: absolute; left: 15px; top: 43%; opacity: 0; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background: rgb(255 255 255 / 50%) !important; width: 60px; cursor: pointer; height: 60px; position: absolute; display: block; z-index: 1000; border-radius: 50px;  border: 1px solid #ccc;}
#home-slider .owl-nav .owl-prev span {font-size: 1.6875rem; color: #fff; }
#home-slider .owl-nav .owl-prev:focus {outline: 0; }
#home-slider .owl-nav .owl-prev:hover {background: #000 !important; color: #fff;}
#home-slider .owl-nav .owl-next {position: absolute; right: 15px; top: 43%; opacity: 0; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background: rgb(255 255 255 / 50%) !important; width: 60px; cursor: pointer; height: 60px; position: absolute; display: block; z-index: 1000; border-radius: 50px;  border: 1px solid #ccc;}
#home-slider .owl-nav .owl-next span {font-size: 1.6875rem; color: #fff; }
#home-slider .owl-nav .owl-next:focus {outline: 0; }
#home-slider .owl-nav .owl-next:hover {background: #000 !important; color: #fff;}
#home-slider:hover .owl-prev {left: 15px; opacity: 1; }
#home-slider:hover .owl-next {right: 15px; opacity: 1; }
 #home-slider .item{height: 570px;}
 #home-slider .item img{height: 100%; object-fit: cover; width: 100%; object-position: right;}
 #home-slider .item .cover {padding: 75px 0; position: absolute; width: 100%; height: 100%; top: 0; left: 0;   /*background: rgb(0 0 0 / 40%);*/ display: flex; align-items: center; }
 #home-slider .item .cover .header-content {position: relative; padding: 0px; overflow: hidden;    width: 50%; }
 #home-slider .item .cover .header-content .line {content: ""; display: inline-block; width: 100%; height: 100%; left: 0; top: 0; position: absolute; border: 9px solid #fff; -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); }
 #home-slider .item .cover .header-content h2 {font-weight: 300; font-size: 35px; color: #fff; }
 #home-slider .item .cover .header-content h1 {font-size: 51px;  margin: 0px 0 20px; word-spacing: 3px; color: #000;  text-align: left; }
#home-slider .item .cover .header-content h2 {font-size: 20px; margin: 0px 0 20px; word-spacing: 3px; text-align: left; font-weight: 500; color: #000; }
#home-slider .item .cover .header-content h2 span{color: #41b1b3; text-decoration: underline;}
#home-slider .item .cover .header-content h5 {font-size: 20px; font-weight: 600; margin: 0px 0 20px; word-spacing: 3px; color: #41b1b3; text-align: left;}
/*header .item .cover .header-content h2 {color: #ff0200; padding: 0px 20px; font-size: 61px;}*/
 #home-slider .item .cover .header-content p{color: #000;font-size: 15px;text-align: left;width: 83%;font-weight: 400;margin-top: 42px;}
 #home-slider .item .cover .header-content h3 {font-size: 44px; font-weight: 700; color: #000; line-height: 50px; position: relative;}

 #home-slider .item .cover .header-content h3:before {position: absolute; content: ""; left: 0; bottom: -27px; background: url(../images/hero_border.png); height: 12px; width: 100%; background-repeat: no-repeat; }

 #home-slider .owl-item.active h1 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
 #home-slider .owl-item.active p {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInLeft; animation-delay: 0.3s; }
 #home-slider .owl-item.active .banner_button {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
 #home-slider .owl-item.active h2 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
 #home-slider .owl-item.active h3 {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; animation-delay: 0.3s; }
 #home-slider .owl-item.active .line {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInLeft; animation-delay: 0.3s; }
.hero_btn a {position: relative; z-index: 1; overflow: hidden; color: #000; font-size: 16px; font-weight: 600; text-align: center; padding-left: 40px; padding-right: 40px; padding-top: 17px; padding-bottom: 17px; border-radius: 5px; display: inline-block; background-color: #f6d258; -webkit-transition: 0.4s; transition: 0.4s; border: none; text-decoration: none; }
.hero_area.style_three .hero_btn a {border-radius: 5px; }
.hero_btn a:hover, .hero_btn a:focus {color: #000; }
.hero_btn a i {margin-right: 8px; }
.hero_btn span {position: absolute; z-index: -1; width: 0; height: 0; display: block; border-radius: 30px; background-color: #5dc7ff; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out; transition: width 0.5s ease-in-out, height 0.5s ease-in-out; }
.hero_btn a:hover span, .hero_btn a:focus span {width: 200%; height: 500px; }
.hero_btn.style_two{margin-top: 30px;}




.digital_marketing .banner-section {position: relative;padding: 83px 0 20px;}
 .digital_marketing .social-icons ul {top: 8px; left: -182px; z-index: 1; }
.digital_marketing .social-icons ul li {margin: 15px 0; }
.digital_marketing .social-icons ul li:first-child {margin-top: 0; }
.digital_marketing .social-icons ul li .social-networks {font-size: 16px; width: 46px; height: 46px; line-height: 46px; color: #10205e; background: #fff; text-align: center; border-radius: 100px; transition: all 0.3s ease-in-out; }
.digital_marketing .social-icons ul li:last-child {margin-bottom: 0; }
.digital_marketing .banner-section .banner_content {position: relative; }
.digital_marketing .banner-section .banner_content h5 {font-size: 18px; line-height: 24px; font-weight: 600; padding-left: 72px; margin-bottom: 20px; position: relative; text-transform: capitalize; color:#eeb800; }
.digital_marketing .banner-section .banner_content h5:before {content: ""; position: absolute; width: 55px; height: 3px; top: 0; bottom: 0; left: 0; margin: auto; background-color:#eeb800; }
.digital_marketing .banner-section .banner_content h1 {margin-bottom: 25px; color: #000; font-weight: 600; font-size: 38px; }
 .digital_marketing .banner-section .banner_content .paragraph {font-size: 15px; line-height: 23px; font-weight: 400; color: #000; margin-bottom: 48px; }
 .digital_marketing .banner-section .banner_content .banner-scrolldownicon {width: 63px; height: 63px; line-height: 58px; margin-right: 15px; text-align: center; display: inline-block; border-radius: 100px; background-color: #fff; box-shadow: 0px 0px 50px rgb(0 0 0 / 10%); transition: all 0.3s ease-in-out; }
/*.digital_marketing .banner-section .banner_wrapper .banner-image1 {position: absolute; right: 8px; top: -98px; }*/
.digital_marketing .banner-section .banner_wrapper .banner-image2 {position: absolute; left: -110px; bottom: -522px; }
 .digital_marketing .banner-section .banner_wrapper .banner-vectorimage {position: absolute;right: -28px;top: -14px;}
.digital_marketing .banner-section .banner_wrapper .banner-arrowimage {position: absolute;left: 82px;bottom: 217px;display: inline-block;}
 .digital_marketing {background-image: linear-gradient(to left, #FAF1CB 0%, #f9fbf6 50%, #B8E5FC 90%); position: relative; }
     .digital_marketing .banner-section .banner_content {padding-left: 59px;padding-top: 105px;}
     .digital_marketing .social-icons ul {top: 101px;left: -40px;}
@media screen and (max-width: 1440px) {
    .digital_marketing .banner-section .banner_content {padding-left: 59px;padding-top: 105px;}
    .digital_marketing .banner-section {position: relative;/* padding: 169px 0 192px; */}
}
@media screen and (max-width: 1440px) {
    .digital_marketing .social-icons ul {top: 101px;left: -40px;}
}
/*.digital_marketing .banner-section .banner_wrapper .banner-image1 img {border-radius: 215px 215px 0 0; border: 5px solid #fff; box-shadow: 1px 0px 100px rgb(0 0 0 / 5%); }*/
.digital_marketing .banner-section .banner_wrapper .banner-image2 img {border-radius: 50px 0; border: 5px solid #fff; box-shadow: 1px 0px 100px rgb(0 0 0 / 5%); }
 .text-size-16 {font-size: 16px; line-height: 24px; font-weight: 400; color: var(--e-global-color-text); text-decoration: none; }
.digital_marketing .banner-section .banner_content span {font-weight: 500; color: #10205e; }
.top-btn{text-decoration: none;}
 .digital_about-section .about_wrapper .about-image1 img {border-radius: 0;
    border: unset;
    box-shadow: unset;}
     .digital_about-section .about_wrapper .about-image1 {position: relative; right: -36px; top: 0px; }
     .digital_marketing .banner-section .banner_wrapper .banner-image1 img{width: 88%;margin-left: auto;display: block;}


@media screen and (min-width: 1500px) and (max-width: 1599px) {
    .digital_marketing .social-icons ul {left: -80px; }
}
@media screen and (max-width: 1440px) {
    .digital_marketing .banner-section .banner_wrapper .banner-image1 {right: 0; top: -45px; }
    .digital_marketing .banner-section .banner_wrapper .banner-image1 img {width: 88%;margin-left: auto;display: block;}
    .digital_marketing .banner-section .banner_wrapper .banner-image2 {left: -32px; bottom: -440px; }
    .digital_marketing .banner-section .banner_wrapper .banner-image2 img {width: 240px; }
    .digital_marketing .banner-section .banner_wrapper .banner-vectorimage {/* right: 0; *//* top: -85px; */}
    .digital_marketing .banner-section .banner_wrapper .banner-vectorimage img {width: 68px; }
    .digital_marketing .banner-section .banner_wrapper .banner-arrowimage {/* left: 35px; *//* top: 160px; */}
    .digital_marketing .banner-section .banner_wrapper .banner-arrowimage img {width: 95px; }
    .digital_about-section .about_wrapper .about-circularimage {right: -25px; top: -60px; }
    .digital_about-section .about_wrapper .about-circularimage {right: -25px; top: -60px; }
       .digital_about-section .about_wrapper .about-image1 {right: unset; top:unset; }
        .digital_about-section .about_wrapper .about-image1 img {width: 390px; }
}






/*============================================Home main banner css end=======================================*/



/*========================home about section css start===========================*/
.digital_about-section {position: relative; padding: 55px 0 42px; }
@media screen and (max-width: 1440px) {.digital_about-section {padding: 55px 0 40px; } }
 .digital_about-section .about_content h5 {font-size: 18px; line-height: 24px; font-weight: 600; padding-left: 72px; margin-bottom: 28px; position: relative; color: #32B8FF; }
@media screen and (max-width: 1440px) {
    .digital_about-section .about_content h5 {padding-left: 75px; margin-bottom: 20px; } 
}
 .digital_about-section .about_content h5:before {content: ""; position: absolute; width: 55px; height: 3px; top: 0; bottom: 0; left: 0; margin: auto; background-color: #32B8FF; }
 .digital_about-section .about_content h2 {margin-right: 17px;margin-bottom: 25px;color: #000;font-size: 34px;}
 .digital_about-section .about_content h2 span{color: #F6D258; }
@media screen and (max-width: 1440px) {
    .digital_about-section .about_content h2 {margin-bottom: 26px;margin-right: 22px;font-size: 20;}
}
.digital_about-section .about_content .text {color: #000;
    margin-bottom: 17px !important;
    font-size: 15px;}
 .digital_about-section .about_wrapper {position: relative; }
.digital_about-section .about_wrapper .about-circularimage {position: absolute;
    right: -62px;
    top: -38px;}
.abt-home-cont{height: 100%; align-items: center; display: flex; position: relative;}
.abt-home-cont .about-circularimages{position: absolute; bottom: 52px; left: -147px; z-index: 999; }
.about-circularimages img{    width: 69%;}

/*========================home about section css end===========================*/


/*============================================Home about css start=======================================*/

.home-abt-wrapp{padding: 50px 0px;}
.home-abt-img img{width: 100%;}
.home-abt-con{display: flex; align-items: center; height: 100%;}
.home-abt-con h5{color: #32b8ff; font-size: 18px; margin-bottom: 15px;}
.home-abt-con h3{position: relative; font-size: 39px; font-weight: 800; color: #000; margin-bottom: 50px;}
.home-abt-con h3:before {position: absolute; content: ""; left: 0; bottom: -27px; background: url(../images/hero_border.png); height: 12px; width: 100%; background-repeat: no-repeat; }
.home-abt-con p{color: #000; font-size: 15px;}
.home-abt-con hr{margin: 20px 0px}
.home-abt-con .hero_btn.style_two{margin-top: 0px;}

/*============================================Home about css end=======================================*/


/*============================================Home service css start=======================================*/

.service_content {margin-bottom: 23px; padding:0; padding-right: 120px; }

.service_content h5 {font-size: 18px; line-height: 24px; font-weight: 600; padding-left: 72px; margin-bottom: 10px; position: relative; color: #32B8FF; }
.service_content h5::before {content: ""; position: absolute; width: 55px; height: 3px; top: 0px; bottom: 0px; left: 0px; background-color: #32B8FF; margin: auto; }
.service_content h2 {margin-bottom: 16px; color: #000; font-size: 34px; }
 .service_content .text {margin-right: 0; color: #000; font-size: 15px; }
.service_wrapper {position: relative; }

.home-serv-wrapp{background-image: linear-gradient(to left, #FAF1CB 0%, #f9fbf6 50%, #B8E5FC 90%); padding: 50px 0px;}
.service_content-main{display: flex; align-items: center; height: 100%;}

.service-box {
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    transition: 0.3s ease-in-out;
}
.service-box .service-icon {
height: 75px;
    width: 75px;
    line-height: 100px;
    margin-left: -5px;
    margin-bottom: 11px;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    background: #000;
    transition: 0.3s ease-in-out;
}


.service-box h4 {
       margin-bottom: 12px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}


.service-box p {
    margin-bottom: 23px;
    color: #000;
        font-size: 15px;
}

.service-box .read_more {
    text-align: center;
    display: inline-block;
    color: #000;
    padding: 7px 12px;
    border-radius: 10px;
    background: transparent;
    border: 1px solid #000;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    font-size: 15px;
}

.service-box1 {
    margin-top:0px;
    background: #abdfcd!important;
}


.serv-box-marging{margin-top: 40px;}

.service-box2 {
    background: #ffecda!important;
}

.service-box3 {
    background: #e7dcf7!important;
}

.service-box4 {

    background: #fae8bd!important;
}
.service-box5 {

    background: #abdfcd!important;
}
.service-box6 {
    background: #e7dcf7!important;
}



.service-wrapper{background-color: #FEF9E7; padding: 50px 0px 20px; position: relative;}
.service-head{text-align: center; margin-bottom: 30px;}
.service-head h5{color: #32b8ff; font-size: 18px; margin-bottom: 15px;}
.service-head h3{position: relative; font-size: 39px; font-weight: 800; color: #000; margin-bottom: 50px;}
.service-head h3:before {position: absolute; content: ""; left: 0; bottom: -27px; background: url(../images/hero_border.png); height: 12px; width: 15%; background-repeat: no-repeat; right: 0; margin: 0 auto;}
/* .service-head p{color: #000; font-size: 15px;     width: 70%; margin: 0 auto;} */
.service-head p{color: #000; font-size: 15px; margin: 0 auto;}
.service-box{background-color: #fff;  padding: 20px; border-radius: 10px; margin-bottom: 30px; position: relative; z-index: 99;}
.service-icon{width: 90px; height: 90px; background-color: #5dc7ff;border-radius: 50px;padding: 13px; margin-bottom: 15px;}
.service-icon img{width: 100%;filter: brightness(0) invert(1);}
/*.service-box h3{font-size: 18px; color: #000; line-height: 27px; margin-bottom: 8px;}
.service-box p{color: #000; font-size: 15px; margin-bottom: 0px;}*/

.service-slider .owl-dots {display: block!important;}



.service-slider .owl-dots button{width: 13px;height: 13px;border-radius: 50px;margin-right: 10px;margin-bottom: 9px;background-color: #B7BCC4!important;}

.service-slider .owl-dots button.active{background-color: #0DA6F6!important;height: 13px;}

.service-slider .owl-dots{justify-content: center;margin-top: 0px;margin-bottom: 0px;position: absolute;display: block;bottom: -25px;right: 0;left: 0;text-align: center;}

.service-slider .owl-dots button:focus{outline: none; box-shadow: none;}



/*============================================Home service css end=======================================*/

/*============================================Home why choose css start=======================================*/
.home-why-choose-wrapp{padding: 50px 0px;}
.why-choose-img img{width: 100%;}
.why-choose-cont ul{list-style-type: none;}
.why-choose-cont ul li{background-color: #fff; box-shadow: 0px 0px 10px #ccc; margin-bottom: 23px; padding: 8px 20px; font-size: 15px; }
.why-choose-cont ul li i{color: #32b8ff; margin-right: 6px;}
.why-choose-img{position: relative;}
.choose_thumb_shpae {position: absolute; top: 10%; right: 3%; z-index: -1; }
.bounce-animate {animation-name: float-bob; animation-duration: 2s; animation-iteration-count: infinite; animation-timing-function: linear; -moz-animation-name: float-bob; -moz-animation-duration: 2s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: float-bob; -ms-animation-duration: 2s; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; -o-animation-name: float-bob; -o-animation-duration: 2s; -o-animation-iteration-count: infinite; -o-animation-timing-function: linear; }
.choose_thumb_shpae2 {position: absolute; bottom: -6%; left: 7%; z-index: -1; }
.why-choose-mains{position: relative;}
.choose_two {position: absolute; bottom: -4%; right: -7%; z-index: -1; }
.rotate {-webkit-animation-name: rotateme; animation-name: rotateme; -webkit-animation-duration: 20s; animation-duration: 20s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; background-position: center center; }
@keyframes rotateme {
from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.choose-new img{width: 60px;}
.choose_one {position: absolute; top: 3%; right: -5%; }
.why-choose-new-cont ul{padding-left: 0px; list-style-type: none;}
.why-choose-new-cont ul li{    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    font-size: 16px;}
.why-choose-new-cont ul li i{
    margin-top: 5px;
    margin-right: 10px;
    color: #0da6f6;}
.why-choose-new-img img{width: 100%;}
.why-choose-new-wrapp{    padding: 10px 0 19px!important;}

/*============================================Home why choose css end=======================================*/

/*============================================Home testimonial css start=======================================*/
.testimonial-wrapp{    background-image: linear-gradient(to left, #FAF1CB 0%, #f9fbf6 50%, #B8E5FC 90%); padding: 0px 0px 90px; position: relative;}
.counter-single-item.style_four {padding: 0 0 30px; border-top: 1px solid rgba(6,50,50,0.10196078431372549); padding-top: 22px; border-bottom: 1px solid rgba(6,50,50,0.10196078431372549); position: relative; }
.counter-single-item.style_four .counter-_number h1 {color: #0c6e6d; }
.counter-single-item.style_four .counter_title:before {top: 9px; height: 45px; background: rgba(6,50,50,0.10196078431372549); }
.counter_shape {position: absolute; bottom: 35%; right: 10%; }
.testi-list ul li {font-size: 15px; line-height: 26px; color: #6b7a7a; margin-top: 16px; }
.testi-list ul li i {height: 18px; width: 18px; line-height: 18px; background: #0c6e6d; color: #fff; border-radius: 50%; display: inline-block; text-align: center; font-size: 18px; margin-right: 10px; position: relative; top: 2px; }
.testimonial_area.style_two .section_title p {margin: 26px 0 22px; color: #a3b7b7; width: 77%; }
.counter-single-item.style_three {padding: 0; border-top: 1px solid #dfdfdf; padding-top: 15px; padding-bottom: 15px; }
.counter-single-item.style_three .counter-_number h1 {font-size: 56px; color: #32b8ff; font-weight: 500; }
.counter-single-item.style_three .counter_title {margin-left: 38px; }
.counter-single-item.style_three .counter_title:before {top: 0; height: 100%; background: rgb(52 52 52 / 20%); width: 1px; content: ''; position: absolute; left: -24px; }
.counter-single-item.style_three .counter_title h5 {color: #000; margin-bottom: 0; }
.counter-content {display: flex; align-items: center; position: relative; z-index: 1; }
.counter-star i {color: #ffb608; font-size: 15px; }
.counter-star{margin-bottom: 9px;}
.counter-single-item.style_two .counter_title {margin-left: 43px; position: relative; }
.testimonial-cont h4{color: #000; font-size: 15px; margin-top: 15px; margin-bottom: 0px;}
.testimonial-cont h4 i{margin-right: 5px; color: #32b8ff; }

.testimonial_item.style_two {background: unset; display: flex; align-items: center; justify-content: center; border-radius: 10px; }
.testimonial-slider .item{height: 100%;}
.testimonial_item.style_three {
    display: block;
    text-align: center;
    border-radius: 14px 14px 14px 14px;
    padding: 0;
    position: relative;
    z-index: 1;
    height: 100%;
    width: 70%;
    margin: 0 auto;
}
.testimonial_item.style_three:before {position: absolute; content: ""; width: 0%; bottom: 0px; height: 5px; background-color: #32b8ff; left: 50%; transition: .5s; z-index: -1;  display: none;}
.testimonial_item.style_three .tesit-auothor {display: inline; }
.testimonial_item.style_two .tesit-auothor {margin-top: 0px; display: flex;justify-content: center;
    align-items: center;
    gap: 17px;}
.testimonial_item.style_three .auothor {
        position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: contain;
    padding: 10px;
}
.testimonial_item.style_three .auothor img{width: 100%!important;    display: inline-block;}
.testi_quote {position: absolute; top: 57%; right: -20%; left: 0; text-align: center; margin: auto; }
.testi_quote img{width: auto!important;}
.testimonial_item.style_three .tesit-auothor .bio {margin-top: 11px; margin-bottom: 7px; }
.testimonial_item.style_two .tesit-auothor .bio {margin-left: 0; }
.tesit-auothor .bio {margin-left: 20px; }
.testimonial_item.style_two .tesit-auothor .bio h4.name {color: #063232; margin: 0; }
.tesit-auothor .bio h4.name {font-size: 20px; color: #ffffff; font-weight: 500; margin: 0; margin-bottom: 5px !important; }
.testimonial_item.style_two .tesit-auothor .bio h5.designation {color: #6b7a7a; }
.tesit-auothor .bio h5.designation {font-size: 15px; color: #e0f1df; font-weight: 400; }
.testimonial_item.style_two .testimonal-content {padding: 0 0px 0; }
.testimonial_item.style_three .testi-star i {font-size: 14px; color: #ffb608; margin: 16px 5px 22px 0; }
.testimonial_item.style_two .testi-star i {font-size: 16px; color: #ff9c00;  margin: 1px 5px 14px 0; }
.testi-star i {font-size: 16px; color: #ff9c00; margin: 30px 5px 18px 0; }
.testi_item_shape2 {position: absolute; top: 14%; right: 12%; }
.testimonial_item.style_three:hover:before {left: 0%; width: 100%; }
.testi_item_shape img{width: auto!important;}
.testi_item_shape {position: absolute; top: 14%; right: 12%; }
.testi_shape_two {position: absolute; left: -7%; top: 21%; }
.dance3 {-webkit-animation: dance3 8s alternate infinite; animation: dance3 8s alternate infinite; }
@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(0.8);
    }
}
.testi_shape_three {position: absolute; bottom: -5%; right: 0%; }

.testi-right-con h5{
           font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-left: 0;
    margin-bottom: 3px;
    position: relative;
    color: #32B8FF;
}

.testi-right-con  h5:before {
    content: "";
    position: absolute;
    width: 55px;
    height: 3px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #32B8FF;
    display: none;
}

.testi-right-con h2 {
    margin-right: 0px;
    margin-bottom: 25px;
    color: #000;
    font-size: 34px;
}

.testi-left-img img{width: 100%;}
.testimonal-content p{font-size: 15px;}
.testi-rigth-main{
 padding-top: 29px;
    text-align: center;
}

.owl-nav {
        position: absolute;
    left: -35px;
    top: 190px;
        display: grid;
}

.owl-nav .owl-prev{
    left: 0;
    top: 0;
    opacity: 1;
    transform: rotate(90deg);}
.owl-nav .owl-next{
left: 0;
    top: 32px;
    opacity: 1;
    transform: rotate(90deg);}



.testimonial-slider .owl-dots {display: block!important;}

.testimonial-slider .owl-dots button{width: 13px;height: 13px;border-radius: 50px;margin-right: 10px;margin-bottom: 9px;background-color: #B7BCC4!important;}

.testimonial-slider .owl-dots button.active{background-color: #0DA6F6!important;height: 13px;}

.testimonial-slider .owl-dots{justify-content: center;margin-top: 0px;margin-bottom: 0px;position: absolute;display: block;bottom: -50px;right: 0;left: 0;text-align: center;}

.testimonial-slider .owl-dots button:focus{outline: none; box-shadow: none;}



/*============================================Home testimonial css end=======================================*/

/*============================================Home blog css start=======================================*/
.blog-wrapper{padding: 50px 0px;}
.blog-head h3{width: 54%; margin: 0 auto;}
.blog-head h3:before{width: 26%;}
.single-blog-box {margin-bottom: 30px; box-shadow: 0px 0px 10px #ccc; border-radius: 15px; }
.single-blog-thumb {position: relative; }
.single-blog-thumb:before {background: rgb(93 199 255); position: absolute; height: 0; width: 100%; left: 0; top: 0; -moz-transition: all .6s ease-out 0s; -webkit-transition: all .6s ease-out 0s; -ms-transition: all .6s ease-out 0s; -o-transition: all .6s ease-out 0s; transition: all .6s ease-out 0s; content: ""; z-index: 2; opacity: .4; border-radius: 10px; }
.single-blog-box:hover .single-blog-thumb:before {height: 100%; opacity: .1; }
.single-blog-thumb img {border-radius: 10px; width: 100%; }
.blog_category {position: absolute; top: 7%; right: 5%; }
.blog_category a {display: inline-block; background: #f6d258; font-size: 14px; color: #000; font-weight: 500; padding: 5px 20px; border-radius: 5px; position: relative; z-index: 1; text-decoration: none; }
.blog_category a:before {position: absolute; z-index: -1; height: 100%; width: 0%; background: #ff9307; left: 0; top: 0; content: ""; transition: .5s; border-radius: 5px; }
.single-blog-box.style_three:hover .blog_category a:before {width: 100%; }
.single-blog-thumb:after {position: absolute; content: ""; background: rgb(93 199 255); height: 100%; width: 100%; left: 0; top: 0; bottom: 0; opacity: 0; z-index: 3; -moz-transition: all .6s ease-out 0s; -webkit-transition: all .6s ease-out 0s; -ms-transition: all .6s ease-out 0s; -o-transition: all .6s ease-out 0s; transition: all .6s ease-out 0s; border-radius: 10px; }
.single-blog-box:hover .single-blog-thumb:after {height: 0; opacity: .2; }
.single-blog-box.style_three .blog-content {background: #fff; padding: 18px 15px 12px 15px; }
.blog_area.style_two .blog-content {background: #fff; }
.blog-content {background: #F7F9F8; padding: 35px 13px 20px 30px; border-radius: 0 0 5px 5px; }
.single-blog-box.style_three:hover .blog-title h3 a {text-decoration: underline; }
.single-blog-box.style_three .blog-title h3 a {margin-bottom: 10px; }
.blog-title h3 a {font-size: 20px; line-height: 29px; color: #000; font-weight: 500; display: inline-block; margin-bottom: 14px; text-decoration:none; }
.single-blog-box.style_three p.blog_text {margin: 0 0 31px; }
.meta-blog {margin-bottom: 19px; }
.meta-blog.style_two p {position: relative; padding-left: 20px; }
.meta-blog p {font-size: 16px; color: #6b7a7a; font-weight: 400; }
.meta-blog.style_two p:before {position: absolute; content: ""; left: 0; top: 7px; width: 10px; height: 10px; border-radius: 5px; background-color: #5dc7ff; }
.meta-blog.style_two span.solution {float: right; }
.meta-blog.style_two p span {display: inline-block; font-size: 16px; text-transform: capitalize; color: #6b7a7a; font-weight: 400; border-radius: 0; padding: 0; margin-right: 0; background: transparent; }
.meta-blog.style_two p i {color:  #5dc7ff; font-size: 15px; margin-right: 2px; }
.blog-head{margin-bottom: 70px;}
/*============================================Home blog css end=======================================*/

/*============================================footer css start=======================================*/
.main-footer{background-repeat: no-repeat; background-size: cover; padding: 26px 0px; position: relative;}
.footer-logo {display: flex; height: 100%; align-items: center;}
.footer-link{display: flex; justify-content: center; height: 100%; align-items: center; }
.footer-link ul{display: flex; justify-content: center; list-style: none; gap: 42px; margin-bottom: 0; padding-left: 0;}
.footer-link ul li a{text-decoration: none; color: #000; font-size: 16px;}
.footer-social{display: flex; justify-content: flex-end; height: 100%; align-items: center;}
.footer-social ul{display: flex; justify-content: flex-end; list-style-type: none; padding-left: 0; gap: 10px; margin-bottom: 0;}
.footer-social ul li a{line-height: 40px; text-align: center; height: 40px; border-radius: 50%; background-color: rgb(246 210 88); display: inline-block; color: #000; width: 40px;}
.copyright-div{border-top: 1px solid #b8b8b8; margin-top: 30px; padding-top: 20px}
.copy-text{display: flex; align-items: center; height: 100%;}
.copy-text p{font-size: 15px; color: #000;}
.copy-text  p a{text-decoration: none;color: #0095e4;}
.copy-link{display: flex; align-items: center; height: 100%; justify-content: flex-end;}
.copy-link ul{display: flex; gap:20px; list-style-type: none;}
.copy-link ul li a{font-size: 15px; color: #000; text-decoration: none;}
.footer_shape_one {position: absolute; bottom: 4%; left: -3%; }
.dance {-webkit-animation: dance 2s alternate infinite; animation: dance 2s alternate infinite; }
@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(0.9);
    }
}
.footer_shape_two {position: absolute; right: 2%; top: 23%; }
.bounce-animate {animation-name: float-bob; animation-duration: 2s; animation-iteration-count: infinite; animation-timing-function: linear; -moz-animation-name: float-bob; -moz-animation-duration: 2s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: float-bob; -ms-animation-duration: 2s; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; -o-animation-name: float-bob; -o-animation-duration: 2s; -o-animation-iteration-count: infinite; -o-animation-timing-function: linear; }
@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
.main-footer-inn{position: relative; z-index: 99;}

/*============================================footer css end=======================================*/

.our-team-head h3{width: 73%; margin: 0 auto 51px; }
.our-team-head h3:before{width: 20%;}

.home-abt-con-inn p span{color: #32b8ff; font-weight: 800;}
.risk-sec-con ul{list-style-type: none;}
.risk-sec-con ul li{font-size: 14px; margin-bottom: 10px;}
.risk-sec-con ul li span{color: #32b8ff; font-weight: 800;}

/*==========================Inner banner section css start==========================*/

.inner-banner-inner{background-position: 100%;background-size: cover;height: 500px;position: relative;}
.inner-banner-main{background-image: linear-gradient(to left, #FAF1CB 0%, #f9fbf6 50%, #B8E5FC 90%);
    opacity: 0.92;transition: background 0.3s, border-radius 0.3s, opacity 0.3s;height: 100%;width: 100%;top: 0;left: 0;position: absolute;display: flex; justify-content: center; align-items: center;}
.inner-banner-content h3{color: #000;font-weight: 700;font-size: 38px;padding-top: 80px;text-transform: uppercase;}
.inner-banner-img{width: 100%;}
.inner-banner-img img{width: 100%;}
.inner-banner-img{position: relative;}
.inner-banner-con-inn h2{color: #000; font-weight: 700; font-size: 30px; margin-bottom: 20px;text-align: center;}
ol.breadcrumb{justify-content: center;}
ol.breadcrumb li {display: inline; font-size: 18px; color: #000!important;font-weight: 500;}
ol.breadcrumb li+li:before {padding: 0px; color: #000!important; content: "/\00a0"; }
ol.breadcrumb li a {color: #000!important; text-decoration: none; font-weight: 500;}
ol.breadcrumb li a:hover {color: #000; text-decoration: underline; }
.bread-crumbs{margin-bottom: 0;}
ol.breadcrumb li a i{margin-right: 7px;}
.inner-banner-con{padding-top: 40px;}
/*==========================Inner banner section css end===========================*/
.service-page-wrapp{background-color: #fff;}

.gallery-wrapper{padding: 50px 0px 20px;}
.gallery-box{margin-bottom: 30px;}
.gallery-box img{width: 100%;}
/*=========================contact page css start===========================*/

.contact-page-left .section_title h4 {    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-left: 72px;
    margin-bottom: 10px;
    position: relative;
    color: #32B8FF;}
.contact-page-left .section_title h4:before{
content: "";
    position: absolute;
    width: 55px;
    height: 3px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #32B8FF;}
.contact-page-left .section_title h1 {
    font-size: 22px;
    line-height: 31px;
    color: #000;
    font-weight: 600;
    margin-bottom: 27px;
}
.contact-page-left .section_title p {margin: 23px 0 26px; width: 89%; font-size: 16px; line-height: 26px; color: #000;
}
.contact_main_info {padding: 40px 40px 42px; background: #dff4ff; border-radius: 20px; }
.call-do-action-info {display: flex; align-items: center; }
.contact_main_info .call-do-action-info {justify-content: left; border-bottom: 1px dashed #2c9ed9; padding-bottom: 25px; margin-bottom: 25px; }
.call-do-social_icon i {cursor: pointer; border-radius: 50%; text-align: center; font-size: 20px; margin-right: 20px; }
.contact_main_info .call-do-social_icon i {height: 70px; width: 70px; line-height: 70px; border: 2px solid transparent; color: #fff; background: #f6d258; color: #000; transition: .5s; }
.call_info p {opacity: 0.702; font-size: 15px; color: #000; font-weight: 500; margin: 0; }
.contact_main_info .call_info h3 {color: #000; font-weight: 500; margin: 7px 0 0; font-size:18px; }
.contact_main_info .call-do-action-info:nth-child(3) {border: 0; margin-bottom: 0; padding-bottom: 0; }
.contact_main_info .call_info span {color: #000; font-size: 18px; margin: 10px 0 0; display: inline-block; }
.contact-page-wrapper{padding: 50px 0px;}
.contact-form-box.style_two {background: #fff; filter: drop-shadow(0px 5px 40px rgba(189, 202, 202, 0.35)); padding: 44px 50px 60px; position: relative; top: 100px; }
 .contact-form-box.style_two {border-radius: 20px;padding: 28px 28px 30px;top: 0;}
.contact-page-right .section_title.style_three {position: relative; z-index: 1; }
.contact-form-box.style_two .section_title.style_four {margin-bottom: 62px; }
.contact-page-right .section_title.style_three:before {position: absolute; left: 0; bottom: 33%; background: url(../images/hero_border.png); height: 15px; width: 100%; content: ""; z-index: -1; background-repeat: no-repeat; }
.contact-page-right .section_title.style_four:before {left: 0; bottom: -32%; height: 15px; width: 11%; right: 0; margin: auto; text-align: center; }
.contact-page-right .contact-form-box.style_two .section_title.style_four:before {width: 37%; }
.contact-page-right .section_title h4 {font-size: 16px; color: #32b8ff; font-weight: 500; margin-bottom: 9px; position: relative; z-index: 1; }
.contact-page-right .section_title h1 {font-size: 25px;line-height: 42px;color: #000;font-weight: 600;margin-bottom: 28px;}
.contact-page-right .form-box {position: relative; margin-bottom: 20px; }
.contact-page-right .form-box input {width: 100%; height: 56px; border-radius: 5px; background-color: #ffffff; border: 0; outline: 0; padding: 0 25px; }
.contact-page-right .contact-form-box.style_two .form-box input {height: 44px;background-color: #ffffff;border: 1px solid #e6eaea;}
.contact-page-right .form-box.message {margin-bottom: 8px; }
.contact-page-right .form-box textarea {width: 100%;height: 100px;border-radius: 4px;background-color: #ffffff;border: 1px solid rgba(6, 50, 50, 0.1);padding: 15px 25px;outline: 0;}
.contact-page-right .checkbox {margin: 0 0 22px; }
.contact-page-right .checkbox label {font-size: 15px; color: #000; font-weight: 400; }
.contact-page-right .contact-form button {width: 100%; height: 56px; border-radius: 5px; background: #f6d258; border: 0; outline: 0; font-size: 16px; color: #000; font-weight: 400; transition: .5s; }
.contact-page-right .contact-form-box.style_two .contact-form button {width: 46%; height: 56px; font-size: 16px; font-weight: 500; }
.contact-page-right .contact-form-box.style_two .contact-form i {margin-right: 5px; }
.map-wrapp iframe{width: 100%;}

/*=========================contact page css end===========================*/
.serv-img img{border-radius: 20px;}
/*==========================service detail css start===========================*/
.page-service-single{
  position: relative;
    padding: 100px 0;
}

.page-service-single::before{
    content: '';
    position: absolute;
    top: 15%;
    left: -70px;
    background-image: url('../images/section-bg-img-2.svg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 379px;
    width: 262px;
    z-index: 0;
}

.page-service-single::after{
    content: '';
    position: absolute;
    top: 40%;
    right: -95px;
    background-image: url('../images/section-bg-img-1.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    height: 251px;
    width: 308px;
    z-index: 0;
}
.service-detail-wrapp{padding: 50px 0px;}
.service-detail-wrapp .page-single-sidebar{position: sticky; top: 20px; margin-right: 20px; }
.service-detail-wrapp .page-catagery-list{background-color: #FFFFFF;border: 1px solid #5dc7ff;border-radius: 15px;margin-bottom: 30px;overflow: hidden;}
.service-detail-wrapp .page-catagery-list h3{font-size: 24px;text-transform: capitalize;border-bottom: 1px solid #d4f0ff;padding: 20px 30px;background-color: #d4f0ff; background-image: linear-gradient(to left, #FAF1CB 0%, #f9fbf6 50%, #B8E5FC 90%);}
.service-detail-wrapp .page-catagery-list ul{list-style: none;margin: 0;padding: 13px;}
.service-detail-wrapp .page-catagery-list ul li{margin-bottom: 13px;}
.service-detail-wrapp .page-catagery-list ul li:last-child{margin: 0; }
.service-detail-wrapp .page-catagery-list ul li a{position: relative;display: block;line-height: 1.3em;text-transform: capitalize;color: #000;background-color: #d4f0ff;border-radius: 15px;padding: 17px 45px 17px 20px;overflow: hidden;transition: all 0.4s ease-in-out;z-index: 1;text-decoration: none; font-size: 15px;}
.service-detail-wrapp .page-catagery-list ul li:hover a{color: #000;}
.service-detail-wrapp .page-catagery-list ul li a::before{content: ''; position: absolute; right: 20px; top: 50%; transform: translate(0px, -50%); background: url('../images/arrow-text.svg'); background-repeat: no-repeat; background-position: center center; background-size: cover; width: 14px; height: 14px; transition: all 0.3s ease-in-out; }
.service-detail-wrapp .page-catagery-list ul li a:hover::before{filter: brightness(0) invert(1); transform: translate(0px, -50%) rotate(45deg); }
.service-detail-wrapp .page-catagery-list ul li a::after{content: '';position: absolute;right: 0;bottom: 0;left: 0;width: 100%;height: 0; background-image: linear-gradient(to left, #FAF1CB 0%, #f9fbf6 50%, #B8E5FC 90%);transition: all 0.4s ease-in-out;z-index: -1;color: #000;}
.service-detail-wrapp .page-catagery-list ul li:hover a::after{top: 0; height: 100%; }
.service-detail-wrapp .sidebar-cta-box{background: #FFFFFF;border: 1px solid #5dc7ff;border-radius: 15px;padding: 18px;}
.service-detail-wrapp .sidebar-cta-image{margin-bottom: 20px; }
.service-detail-wrapp .sidebar-cta-image figure{display: block; border-radius: 15px; overflow: hidden; }
.service-detail-wrapp .sidebar-cta-image img{width: 100%; aspect-ratio: 1 / 0.68; object-fit: cover; border-radius: 15px; transition: all 0.4s ease-in-out; }
.service-detail-wrapp .sidebar-cta-box:hover .sidebar-cta-image img{transform: scale(1.1); }
.service-detail-wrapp .sidebar-cta-content h3{font-size: 20px; line-height: 1.3em; margin-bottom: 20px; }
.sidebar-cta-content a{border: 1px solid #f6d258 !important;padding: 10px 32px !important;font-size: 16px;text-transform: uppercase;color: #000;display: inline-block;border-radius: 5px;text-decoration: none;background-color: #f6d258;}

.service-detail-wrapp .service-featured-image{margin-bottom: 40px; }
.service-detail-wrapp .service-featured-image figure{display: block; border-radius: 30px; }
.service-detail-wrapp .service-featured-image img{width: 100%; aspect-ratio: 1 / 0.598; object-fit: cover; border-radius: 30px; }
.service-detail-wrapp .service-entry{margin-bottom: 60px; }
.service-detail-wrapp .service-entry p{margin-bottom: 20px; font-size: 15px;}
.service-detail-wrapp .service-entry p:last-child{margin-bottom: 0; }
.service-detail-wrapp .service-entry h2{font-size: 37px; margin-bottom: 20px; }
.service-detail-wrapp .service-entry h2 span{color: #0f4c4f; }
.service-detail-wrapp .service-entry ul{list-style: none; margin: 0; padding-left: 0px; display: flex; flex-wrap: wrap; gap: 20px 40px; }
.service-detail-wrapp .service-entry ul li{width: calc(49% - 26.66px); position: relative; text-transform: capitalize; line-height: 1.6em;     padding-left: 25px; font-size: 15px;}
.service-detail-wrapp .service-entry ul li:before{content: '\f101'; position: absolute; left: 0; top: 0;     font-family: 'FontAwesome';}
.service-detail-wrapp .service-entry ul li:last-child{margin-bottom: 0; }
.service-detail-wrapp .service-entry ul li::marker{color: #3D493A; }
.service-detail-wrapp .discover-peace-box, .service-detail-wrapp .service-benefits-box, .service-detail-wrapp .service-process-box{margin-top: 20px; }
.service-detail-wrapp .discover-peace-item-list{display: flex; flex-wrap: wrap; gap: 30px; margin-top: 40px; }
.service-detail-wrapp .discover-peace-item{position: relative; width: calc(50% - 15px); display: flex; background: #FFFFFF; border: 1px solid #4156491A; border-radius: 20px; padding: 30px 25px; overflow: hidden; }
.service-detail-wrapp .discover-peace-item::before{content: ''; position: absolute; bottom: 0; left: 0; right: 0; background:#0f4c4f; width: 100%; height: 0; transition: all 0.4s ease-in-out; z-index: 0; }
.service-detail-wrapp .discover-peace-item:hover:before{height: 100%; }
.service-detail-wrapp .discover-peace-item .icon-box{position: relative; margin-right: 20px; z-index: 1; }
.service-detail-wrapp .discover-peace-item .icon-box img{width: 100%; max-width: 60px; transition: all 0.4s ease-in-out; }
.service-detail-wrapp .discover-peace-item:hover .icon-box img{filter: brightness(0) invert(1); }
.service-detail-wrapp .discover-peace-item-content{position: relative; width: calc(100% - 80px); z-index: 1; }
.service-detail-wrapp .discover-peace-item-content h3{font-size: 20px; margin-bottom: 15px; text-transform: capitalize; transition: all 0.4s ease-in-out; }
.service-detail-wrapp .discover-peace-item-content p{margin: 0; transition: all 0.4s ease-in-out; }
.service-detail-wrapp .discover-peace-item:hover .discover-peace-item-content h3, .service-detail-wrapp .discover-peace-item:hover .discover-peace-item-content p{color: #FFFFFF; }
.service-detail-wrapp .discover-peace-info-box{display: flex; align-items: center; background: #0f4c4f; border-radius: 20px; padding: 20px; margin: 30px 0 40px; }
.service-detail-wrapp .discover-peace-info-box .icon-box{border-right: 1px solid #FFFFFF1A; margin-right: 30px; padding-right: 30px; }
.service-detail-wrapp .discover-peace-info-box .icon-box img{width: 100%; max-width: 80px; }
.service-detail-wrapp .discover-peace-info-content{width: calc(100% - 140px); }
.service-detail-wrapp .discover-peace-info-content h3{font-size: 20px; line-height: 1.3em; color: #FFFFFF; }
.service-detail-wrapp .service-benefits-image{margin-top: 40px; }
.service-detail-wrapp .service-benefits-image figure{width: 100%; border-radius: 30px; }
.service-detail-wrapp .service-benefits-image img{width: 100%; aspect-ratio: 1 / 0.479; object-fit: cover; border-radius: 30px; }
.service-detail-wrapp .service-process-steps{margin-top: 40px; }
.service-detail-wrapp .service-process-steps .how-work-step .how-work-step-no h2{font-size: 40px; margin-bottom: 0; }



/*==========================service detail css end===========================*/

.all-links-inner ul{padding-left: 0px; margin-left: 0px; list-style-type: none; margin-top: 0px;}
.all-links-inner ul li a{color: #1790cf;text-decoration: none;border: 2px solid #1790cf;text-align: center;display: block;padding: 10px;font-size: 21px;}
.all-links-inner ul li{margin-bottom: 10px;}

.mecella-heading{margin-bottom: 80px;}
.mecella-heading h3{color: #000;text-align: center;font-size: 32px;text-transform: uppercase;position: relative;}
.mecella-heading h3 span{font-weight: 900;color: #1790cf;}
.mecella-heading h3:after{content: '';position: absolute;bottom: -20px;left: 0;right: 0;width: 100px;background-color: #1790cf;height: 5px;margin: 0 auto;}
.welcome-mecella{background-color: #ccc;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.welcome-mecella img{width: 60%;}
.all-links-wrapper{padding-top: 30px; padding-bottom: 50px;}


/* avneesh css  */

.contact-form .btn-contact {
    width: 100%;
    height: 56px;
    border-radius: 5px;
    background: #f6d258;
    border: 0;
    outline: 0;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    transition: .5s;
}

.contact-form .btn-contact {
    width: 36%;
    height: 41px;
    font-size: 16px;
    font-weight: 500;
}



.new-sec-main-wrapp{padding: 50px 0px 50px;}
.new-sec-inn-div {
    display: flex;
    gap: 20px;                 /* boxes ke beech space */
    justify-content: space-between;
    align-items: stretch;
}

.feat-box-div-new {
    flex: 1;                   /* sab box same width */
}

.feat-box-new-inn {
    height: 100%;
    min-height: 180px;          /* same height */
    display: flex;
    flex-direction: column;
    justify-content: center;    /* vertical center */
    align-items: center;        /* horizontal center */
    text-align: center;
    padding: 20px;
    border: unset;
    border-radius: 10px;
    background: #fff;
        box-shadow: 0px 0px 10px #ccc;
}

.feat-box-new-inn i {
       font-size: 32px;
    color: #333;
    width: 70px;
    height: 70px;
    background-color: #5dc7ff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 17px;
}
.feat-box-new-inn h3{
  font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 992px) {
    .new-sec-inn-div {
        flex-wrap: wrap;
    }

    .feat-box-div-new {
        flex: 0 0 48%;
    }
}

@media (max-width: 576px) {
    .feat-box-div-new {
        flex: 0 0 100%;
    }
}


a{text-decoration: none;}


.service-box ul{list-style-type: none; padding-left: 0px;margin-bottom: 0px;}
.service-box ul li{
margin-bottom: 7px;
    font-size: 15px;}
.service-box ul li:before{content: '\f35a';    font-family: 'FontAwesome';
    margin-right: 6px;
    color: #34b7fc;}
.service-box{height: 100%;}
.service-wrapper .row{gap: 20px 0px }



.footer-logo img{width: 33%;}


.abt-page-mid-con h5{
font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-left: 72px;
    margin-bottom: 15px;
    position: relative;
    color: #32B8FF;}
.abt-page-mid-con h5:before{
content: "";
    position: absolute;
    width: 55px;
    height: 3px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #32B8FF;}
.abt-page-mid-con h2{
    margin-right: 17px;
    margin-bottom: 17px;
    color: #000;
    font-size: 34px;}

.abt-page-mid-con h2 span {
    color: #F6D258;
}
.bio-wrapper{    background-image: linear-gradient(to left, #FAF1CB 0%, #f9fbf6 50%, #B8E5FC 90%);}

.abt-why-wrapper{    background-image: linear-gradient(to left, #FAF1CB 0%, #f9fbf6 50%, #B8E5FC 90%);padding: 30px 0px 30px;}
.abt-why-wrapper .service-head h5{
font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-left: 0px;
    margin-bottom: 37px;
    position: relative;
    color: #32B8FF;}
.abt-why-wrapper .service-head h5:before{
    content: "";
    position: absolute;
    width: 55px;
    height: 3px;
    top: 41px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #32B8FF;}
.abt-why-wrapper .service-head h2{
 margin-right: 0px;
    margin-bottom: 17px;
    color: #000;
    font-size: 34px;}
.abt-why-wrapper .service-box .service-icon{line-height: 40px;}
.abt-why-wrapper .service-box h3{margin-bottom: 12px; color: #000; font-size: 18px; font-weight: 600;}
.abt-why-wrapper .service-box ul li {margin-bottom: 7px; font-size: 15px; }

.serv-page-new-wrapp .service-box .service-icon{line-height: 52px;    margin-bottom: 21px;}

.navbar-brand p {font-size: 12px; color: #000000; text-align: center; }



.abt-why-wrapper .service-box .service-icon{background-color: unset; padding: 0px; margin-bottom: 21px;}
.abt-why-wrapper .service-box .service-icon img{filter: unset;}