
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.6;
}

::-webkit-scrollbar,
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
    width: 0.3125rem;
    height: 0.3125rem;
    border: none;
    background: transparent;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-track-piece,
::-webkit-scrollbar-corner,
::-webkit-resizer {
    display: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 0.375rem;
    background-color: #2c2c2c;
}

::-webkit-scrollbar-track {
    background-color: #bdbdbd;
    border: 0.0625rem solid transparent;
    background-clip: content-box;
}

body .fi{
    display: inline-flex;
}

body .weight-400 {
    font-weight: 400 !important;
}
body .weight-500 {
    font-weight: 500 !important;
}
body .weight-600 {
    font-weight: 600 !important;
}
body .weight-700 {
    font-weight: 700 !important;
}

body .padding-tb-100{
    padding: 100px 0;
}
body .padding-tb-80{
    padding: 80px 0;
}
body .padding-tb-60{
    padding: 60px 0;
}
body .padding-tb-50{
    padding: 50px 0;
}

body .font-12 {
    font-size: 0.75rem !important;
}
body .font-13 {
    font-size: 0.8125rem !important;
}
body .font-14 {
    font-size: 0.875rem !important;
}
body .font-15 {
    font-size: 0.9375rem !important;
}
body .font-16 {
    font-size: 1rem !important;
}
body .font-18 {
    font-size: 1.125rem !important;
}

body .blue-color {
    color: #519f1d !important;
}
body .orange-color{
	color:#e88d00
}
body .dark-blue-color {
    color: #084C75 !important;
}
body .red-color {
    color: #e65254 !important;
}
body .orange-color {
    color: #FBB900 !important;
}
body .black-color {
    color: #011E45 !important;
}
body .blue-color-1{
    color: #084298;
}
body .gray-color {
    color: #627792 !important;
}
body .white-color {
     color: #ffffff !important; 
}
body .green-color {
    color: #17dda4  !important
}
body .action-title {
    color: #00adff !important
}
body .light-red-color {
    color: #ff7bad  !important;
}

body .light-blue-bg {
    background-color: #F0F9FF  !important;
}

body .light-yellow-bg {
    background-color: #fed792  !important;
}

body .light-sky-bg {
    background-color: #92D7FE  !important;
}


body a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
body ul {
    list-style-type: none;
}
body img{
    max-width: 100%;
}


body h2{
    font-size: 45px;
    font-weight: 700;
    color: #011E45;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
}
body h3{
    font-size: 24px;
    font-weight: 600;
    color: #011E45;
    line-height: 1.6;
    font-family: "Roboto", sans-serif;
}
body h4{
    font-size: 22px;
    font-weight: 600;
    color: #011E45;
    margin-bottom: 20px; 
    line-height: 1.6;
    font-family: "Roboto", sans-serif;
}
body h5{
    font-size: 20px;
    font-weight: 500;
    color: #011E45;
    margin-bottom: 12px;  
    line-height: 1.6;
    font-family: 'Poppins', sans-serif; 
}

body .sub-title{
    font-size: 20px;
    font-weight: 500;
    color: #47b300;
    margin-bottom: 5px;
}
body .psg{
    font-size: 14px;
    color: #627792;  
    line-height: 24px; 
    font-weight: 500;
}

body .title-bottom-spacing{
    margin-bottom: 50px;
}


body .btn{
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 5px;
    border: 0;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
body .btn-primary {
    background: rgb(68 143 17);
    background: -moz-linear-gradient(90deg, rgb(68 143 17) 0%, rgb(178 255 127) 100%);
    background: -webkit-linear-gradient(90deg, rgb(68 143 17) 0%, rgb(178 255 127) 100%);
    background: linear-gradient(90deg, rgb(68 143 17) 0%, rgb(178 255 127) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#450485",endColorstr="#9421ff",GradientType=1);
    color: #ffffff;
}
body .btn-primary i {
    position: relative;
    top: 2px;
    padding-left: 5px;

}
body .btn-primary:hover {
    color: #ffffff !important;
    background-color: #FBB900 !important;
}

body .btn-secondary {
    background-color: #86be53;
    color: #ffffff;
}
body .btn-secondary i {
    position: relative;
    top: 2px;
    padding-left: 5px;

}
body .btn-secondary:hover {
    color: #ffffff !important;
    background-color: #754420 !important;
}

body .card-box{
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 2px 10px 50px 0px #D1DBEE;
}

body .card-box-1{
    border-radius: 24px;
    padding: 40px;
    background-color: #ffffff;
    box-shadow: 2px 10px 50px 0px #D1DBEE;
    transition: all 0.3s ease-in-out;
}
body .card-box-1 .card-img{
    border-radius: 50%;
    height: 180px;
    width: 180px;
    line-height: 180px;
    text-align: center;
    background-color: #e1ffcc;
    border: 2px solid transparent;
}
body .card-box-1 .card-img img{
    width: 80px;
    display: inline-block;
}


body .owl-carousel .owl-nav button.owl-prev,
body .owl-carousel .owl-nav button.owl-next{
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-color: #011E45;
	border-radius: 10px;
}
body .owl-carousel .owl-nav button.owl-prev span,
body .owl-carousel .owl-nav button.owl-next span{
	display:inline-block;
	font-size: 2rem;
	color: #ffffff;
}
body .owl-theme .owl-dots button.owl-dot span {
	height: 6px;
    width: 50px;
    background-color: #CAEAFD;
    border-radius: 10px;
    margin: 0 5px;
}
body .owl-theme .owl-dots button.owl-dot.active span {
	background-color: #FBB900;
}

body .form-label,
body label {
    font-size: 13px;
    font-weight: 600;
    color: #22303c;
    margin-bottom: 3px !important;
}
body .form-control {
    border: 0;
    font-size: 14px;
    font-weight: 500;
    color: #011E45;
    width: 100%;
    padding: 12px 20px;
    border-radius: 5px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 2px 10px 0px #CCD9E3;
}
body .form-control::placeholder {
	color: #878787;
}
body .form-control:hover {
	border-color: #142441;
    background-color: #ffffff;
}
body .form-control:focus {
	border-color: #142441;
    background-color: #ffffff;
}

body .btn.form-btn{
    background-color: #133C68;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 40px;
}
body .btn.form-btn:hover{
    background-color: #2FAAD4;
    color: #ffffff;
}


body  .header-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
body .header-wrapper {
    -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}
body .header-wrapper.active .header{
    background-color: #ffffff;
    box-shadow: 2px 10px 50px 0px #D1DBEE;
    transition: all 0.5s ease-in-out;
}

body header{
    width: 100%;
    z-index: 99;
    padding: 5px 0;
    transition: all 0.3s ease-in-out;
    z-index: 99;
    position: relative;
    /* background-color: #f2fcfc; */
}

body header .navbar{
    padding: 10px 0;
}
body header .navbar .navbar-brand{
    margin-right: 30px;
    padding: 0;
    font-size: 25px;
    font-weight: 600;
    color:#084298; 
}
body header .navbar .navbar-brand img{
    width: 120px;
}
body header .navbar .navbar-toggler{
    background-color: #a96735;
    border-radius: 0;
}
body header .navbar .navbar-toggler .navbar-toggler-icon{
    background-image: url('../img/icons/menu.webp');
    background-size: 25px;
}
body header .navbar .navbar-nav .nav-item .nav-link{
    color: #011E45;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
body header .navbar .navbar-nav .nav-item .nav-link i{
    font-size: 17px;
    padding-left: 2px;
    position: relative;
    top: 4px;
}
header .navbar .navbar-nav .nav-item .nav-link::before{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #70b343;
    transition: all 0.3s ease-in-out;
}
header .navbar .navbar-nav .nav-item:hover .nav-link::before{
    width: 100%;
    transition: all 0.3s ease-in-out;
    background-color:#985d3c;
}

header .navbar .navbar-nav .nav-item .nav-link.active::before{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
body header .navbar .navbar-nav .nav-item .nav-link:hover{
    color: #985d3c;
    transition: all 0.3s ease-in-out;
}
body header .navbar .navbar-nav .nav-item .nav-link.active{
    color: #41890b;
    transition: all 0.3s ease-in-out;
}

body header .navbar .navbar-nav .nav-item .nav-link.btn-header{
    color: #ffffff;
}
body header .navbar .navbar-nav .nav-item .nav-link.btn-header::before{
    display: none;
}
body .banner-section{
    background-image: url('../img/Bannerbg-b.png'); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 40px;
}
body .banner-section .banner-wrapper{
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 30px;
}
body .banner-section .banner-info .banner-title{
    font-weight: 700;
    font-size: 55px;
    color: #011E45;
    line-height: 70px;
    font-family: "Roboto", sans-serif;
}

body .bannerSwiper .swiper-button-prev,
body .bannerSwiper .swiper-button-next{
    height: 50px;
    width: 50px;
    border-radius: 10px;
    background-color: #ffffff;
    color: #72b643;
    border: 1px solid #4f9a1c;
    transition: all 0.3s ease-in-out;
}
body .bannerSwiper .swiper-button-prev:hover,
body .bannerSwiper .swiper-button-next:hover{
    background-color: #78c178;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
body .bannerSwiper .swiper-button-prev::after,
body .bannerSwiper .swiper-button-next::after{
    font-size: 22px;    
}
body .bannerSwiper .swiper-button-prev{
    bottom: 0;
    top: auto;
}
body .bannerSwiper .swiper-button-next{
    bottom: 0;
    top: auto;
    left: 72px;
}
/* 
body .banner-section{
    background-color: #ffffff;
    width: 100%;
    position: relative;
    margin-bottom: 70px;
}
body .banner-section .banner-wrapper{
    position: relative;
    z-index: 1;
    padding-top: 180px;
    padding-bottom: 0;
}
body .banner-section .banner-info .banner-title{
    font-weight: 700;
    font-size: 55px;
    color: #011E45;
    line-height: 70px;
    font-family: "Roboto", sans-serif;
} */


body .aboutUs-section{
    position: relative;
    padding-top: 130px;
    padding-bottom: 70px;
}
body .aboutUs-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../img/aboutUs-bg.webp');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

 body .aboutUs-section .aboutBox .aboutBox-img{
    height: 90px;
    width: 90px;
    border-radius: 10px;
    background-color: #C6E7FF;
    text-align: center;
    line-height: 90px;
    margin-right: 20px;
} 


 
body .services-section .services-box{
    background-color: transparent;
    box-shadow: none;
    padding: 36px;
}
body .services-section .services-box .card-img{
    height: 100px;
    width: 100px;
    line-height: 100px;
}
body .services-section .services-box .card-img img{
    width: 50px;
}
body .services-section .services-box:hover{
    background-color: #ffffff;
    box-shadow: 2px 10px 50px 0px #D1DBEE;
    transition: all 0.3s ease-in-out;
    transform: scale(1.05);
}
body .services-section .services-box .card-info h4{
    font-size: 20px;
}
body .services-section .services-box:hover .card-img{
    border-color: #68ad44;
    transition: all 0.3s ease-in-out;
}

body .statistics-section{
    background-color: #fffbff;
}
body .statistics-section .statistics-box{
    border-radius: 20px;
    text-align: center;
    margin-bottom: 24px;
    padding: 30px;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
}
body .statistics-section .statistics-box.statistics-box-1{
    background-color: #DFF2FF;
}
body .statistics-section .statistics-box.statistics-box-2{
    background-color: #FFEBDF;
}
body .statistics-section .statistics-box.statistics-box-3{
    background-color: #DFFFE4;
}
body .statistics-section .statistics-box.statistics-box-4{
    background-color: #F7DFFF;
}
body .statistics-section .statistics-box .card-img img{
    width: 70px;
    display: inline-block;
}
body .statistics-section .statistics-box:hover{
    border-color: #b620a3;
    transform: translateY(-20px);
    transition: all 0.3s ease-in-out;
}
body .statistics-section .statistics-carousel .owl-stage-outer{
    padding-top: 30px;
}
body .statistics-section .owl-carousel.statistics-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 0px;
    right: 95px;
}
body .statistics-section .owl-carousel.statistics-carousel .owl-nav button.owl-next{
	position: absolute;
    top: 0;
    right: 30px;
}

body .client-section{
    background-color: #edffdf;
}
body .client-section .client-box{
    border-radius: 10px;
    padding: 20px;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    border: 1px solid #74b743;
    align-items: center;
    height: 100%;
}
body .client-section .client-box .client-img img{
    height: 90px;
    width: 90px;
    line-height: 90px;
}
body .client-section .client-box h6{
    font-size: 16px;
}
body .client-section .client-box:hover{
    background-color: #efffe7;
    border: 1px solid #d0e5c5;
    transition: all 0.3s ease-in-out;
}

body .Team-section{
    background-color: #ffffff;
}
body .Team-section .Team-box{
    padding: 30px;
    box-shadow: 2px 8px 12px 0px #D1DBEE;
    min-height: 360PX;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}
body .Team-section .Team-box h3{
     transition: all 0.3s ease-in-out;
 }
body .Team-section .Team-box:hover{
    border-color: #6db044;
    transition: all 0.3s ease-in-out;
}
body .Team-section .Team-box:hover h3{
   color: #78ba43;
   transition: all 0.3s ease-in-out;
}
body .Team-section .Team-box .card-img img{
    width: 100px;
    display: inline-block;
}
body .Team-section .Team-box .card-info{
    text-align: center;
}
body .Team-section .Team-carousel .owl-stage-outer{
    padding: 40px 0;
}
body .Team-section .owl-carousel.Team-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: -25px;
    right: 90px;
}
body .Team-section .owl-carousel.Team-carousel .owl-nav button.owl-next{
	position: absolute;
	top: -25px;
	right: 28px;
}

body .footer-section{
    background-color: #e7ffd5;
    /* margin-top: 130px; */
    padding-top: 50px;
    padding-bottom: 15px;
    position: relative;
}
/* body .footer-section::before{
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    background-image: url('../img/footer-top-shape.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 175px;
    width: 100%;
} */
body .footer-section .footer-logo{
    width: 120px;
}
body .footer-section .footer-info h5{
    color: #011e45;
    margin-bottom: 10px;
    font-weight: 500;
}
body .footer-section .footer-info ul li a{
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    color: #627792 !important;
    transition: all 0.3s ease-in-out;
}
body .footer-section .footer-info ul li a i{
    position: relative;
    top: 2px;
    color: #76b943;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}
body .footer-section .footer-info ul li a:hover{
    color: #6fb243 !important;
    transition: all 0.3s ease-in-out;
}

body .footer-section .footer-info ul.footer-social-info  li a{
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    border-radius: 10px;
    padding: 0;
    cursor: pointer;
    display: block;
    transition: all 0.3s ease-in-out;
    margin: 0 3px;
}
body .footer-section .footer-info ul.footer-social-info li a img{
    width: 40px;
}
body .footer-bottom{
    background-color: #6f421f;
    padding: 20px 0;
}

body .footer-bottom p{
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 500;
} 
  



body .sub-banner-section{
    padding-top: 100px;
    text-align: center;
    position: relative;
}
body .sub-banner-section .sub-banner-wrapper{
    background-color: #e7ffdd;
    padding: 80px 40px;
    border-radius: 32px;
}
body .sub-banner-section h1{
    font-size: 52px;
    font-weight: 600;
}

/* ---------------- sub banner css ------------------*/

/* ---------------- About Us page css ------------------*/

body .sub-about-section{
    padding-top: 150px;
    padding-bottom: 120px;
}
body .sub-about-section .banner-wrapper{
    background-color: #e4f1ff;
    padding: 40px;
    border-radius: 32px;
}
body .sub-about-section .banner-info .banner-title{
    font-weight: 700;
    font-size: 36px;
    color: #011E45;
    line-height: 58px;
   
}

/* start css for career page */
.btn-color{
    background: #E88D00!important;
    color: #ffff!important;
  }
.btn-mod.btn-small {
    height: auto;
    padding: 6px 16px;
    font-size: 12px;
    border-radius: 30px;
}

.btn-mod.btn-border {
    color: #9a33ef;
    border: 1px solid #9a33ef;
    background: transparent;

}

.btn-mod.btn-border:hover, .btn-mod.btn-border:focus{
    color: #fff;
    border-color: transparent;
    background: #9a33ef;
}

.btn-mod:hover, .btn-mod:focus, a.btn-mod:hover, a.btn-mod:focus {
    font-weight: 400;
    color: rgba(255,255,255, .85);
    background: #9a33ef;
    text-decoration: none;
    outline: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}   
/* start css for career page */
.btn-color{
    background: #9a33ef  !important;
    color: #ffff!important;
  }
.btn-mod.btn-small {
    height: auto;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 30px;
}

.btn-mod.btn-border {
    color: #9a33ef;
    border: 1px solid #9a33ef;
    background: transparent;

}

.btn-mod.btn-border:hover, .btn-mod.btn-border:focus{
    color: #fff;
    border-color: transparent;
    background: #9a33ef;
}

.btn-mod:hover, .btn-mod:focus, a.btn-mod:hover, a.btn-mod:focus {
    font-weight: 400;
    color: rgba(255,255,255, .85);
    background: #9a33ef;
    text-decoration: none;
    outline: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}   
body .career-section{margin: 0% 10%;}
body .career-section h3{font-family: 'Poppins', sans-serif;padding: 15px 0px 5px 0px;}
body label {
    font-size: 13px;
    color: #214d85;
    margin-bottom: 3px;
    font-weight: 500;
}

body .form-control {
    border: 1px solid #d0d9e0;
    font-size: 14px;
    font-weight: 500;
    color: #011E45;
    width: 100%;
    padding: 12px 20px;
    border-radius: 5px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 2px 10px 0px #CCD9E3;
}
body .form-control::placeholder {
    color: #878787;
}
body .form-control:hover {
    border-color: #142441;
    background-color: #ffffff;
}
body .form-control:focus {
    border-color: #142441;
    background-color: #ffffff;
}
body .btn-light {
    font-size: 9px;
    padding: 8px 12px;
    border-radius: 5px;
    margin: 0px 2px;
    border: 0;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    background-color: #f8f9fa!important;
}
body .card-box-filter{
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 2px 0px 14px 0px #D1DBEE;
  }
  body .card-box-msg{
    background-color: #ebfff2;
    border-radius: 20px;
    padding: 20px;
  }
  body .card-box-career{
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #b3ffce;
  }
  body .btn-light {
  font-size: 9px;
  padding: 8px 12px;
  border-radius: 5px;
  margin: 0px 2px;
  border: 0;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  background-color: #f8f9fa!important;
  }
/* end css for career page */

/* start css for contact page */
body .contactForm-section .form-box{
    padding: 30px;
  }
  body .contactForm-section .inquirie-box .inquirie-img{
    width: 50px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    overflow: hidden;
    background-color: #9e44f3;
    border-radius: 5px;
    margin: 0px 15px;
  
  }
  body .contactForm-section .inquirie-box .inquirie-img i{
    font-size: 30px;
    color: #ffffff;
    position: relative;
    top: 6px;
  }
  
  body .contactForm-section .contactInfo-box{
    border-top: 1px solid #ACC9DB;
    padding-top: 30px;
    margin-top: 40px;
    list-style-type: circle;
    padding-left: 20px;
  }
  body .contactForm-section .contactInfo-box li{
    color: #011E45;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  body .border-btm{
    border-bottom: 1px solid #ACC9DB;
  }
  body .benefit-section{
    background-image: url(img/contact-icon/contact-img1.png);
  }
/* end css for contact page */
/* services */
body .service-section .service-box{
    padding: 10px;
    margin-bottom: 16px;
    transition: all 0.3s ease-in-out;
}
body .service-section .service-box .service-img{
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #DBE9FF;
    border-radius: 10px;
}
body .service-section .service-box .service-img img{
    width: 40px;
}
body .service-section .service-box .service-img.color-1{
    background-color: #DBE9FF;
}
body .service-section .service-box .service-img.color-2{
    background-color: #FCD6FF;
}
body .service-section .service-box .service-img.color-3{
    background-color: #CDF0FF;
}
body .service-section .service-box .service-img.color-4{
    background-color: #CCFFE0;
}
body .service-section .service-box .service-img.color-5{
    background-color: #FFF2DD;
}
body .service-section .service-box .service-img.color-6{
    background-color: #d9f5ff;
}

body .service-section .service-box .card-info h5{
    font-size: 18px;
}
body .service-section .service-box:hover{
    transform: translateX(20px);
    transition: all 0.3s ease-in-out;
}

body .service-section1{
    position: relative;
    padding-top: 120px;
    padding-bottom: 100px;
    z-index: 1;
}
body .service-section1::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../img/benifit-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 400px;
    width: 100%;
}
body .service-section1-wrapper{
    /* padding: 30px; */
    /* border-radius: 30px; */
    z-index: 1;
    position: relative;
}
body .service-section1 .service-box1{
    padding: 50px 50px;
    text-align: center;
    width: 100%;
}
body .service-section1 .service-box1 .service-img img{
    width: 80px;
    margin-bottom: 20px;
}
body .service-section1 .service-box1.color-1{
    background-color: #FFF7E1;
}
body .service-section1 .service-box1.color-2{
    background-color: #FFE8DB;
}
body .service-section1 .service-box1.color-3{
    background-color: #DFF4FF;
}
body .service-section1 .service-box1.color-4{
    background-color: #dde8ff;
}

body .card-box-job{
    padding: 20px;
    border-radius: 10px;
    background-color: #fff9ee;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, #e88d003d 0px 0px 0px 1px inset
    }
    body .job-details ul{
      list-style: square;
    }
@media (min-width: 1700px) and (max-width: 1920px) {
    body .container {
        max-width: 1320px;
    }
}

@media (min-width: 1500px) and (max-width: 1700px) {
    body .container {
        max-width: 1320px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    body .container {
        max-width: 1200px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    body .container {
        max-width: 1140px;
    }
}

@media (min-width: 767px) and (max-width: 992px){

    body .padding-tb-80{
        padding: 70px 0;
    }

    body .header-wrapper .header{
        background-color: #ffffff;
    }
    body .banner-section::before{
        bottom: -125px;
    }
    body .banner-section{
        margin-bottom: 100px;
    }
    body .footer-section{
        margin-top: 100px;
    }
    body .footer-section::before{
        top: -125px;
    }
}
@media (min-width: 576px) and (max-width: 767px){

    body .padding-tb-80{
        padding: 60px 0;
    }

    body h2{
        font-size: 24px;
    }

    body .banner-section::before{
        bottom: -55px;
        height: 70px;
    }
    body .banner-section{
        margin-bottom: 80px;
    }
    body .banner-section .banner-wrapper{
        padding-top: 140px;
    }
    body .banner-section .banner-info{
        padding-bottom: 50px;
    }
    body .banner-section .banner-info .banner-title{
        font-size: 25px;
        line-height: 40px;
    }
    body .btn{
        font-size: 14px;
        padding: 8px 20px;
        border-radius: 5px;
        border: 0;
        font-weight: 500;
        transition: all 0.3s ease-in-out;
    }
    body .footer-section{
        margin-top: 80px;
    }
    body .footer-section::before{
        top: -55px;
        height: 70px;
    }
    body .book-appointment-section .book-appointment-wrapper{
        padding: 10px;
    }
    .btn-mod.btn-small {
        height: auto;
        padding: 2px 14px;
        font-size: 8px;
        border-radius: 30px;
    }
    body .aboutUs-section {
        position: relative;
        padding-top: 80px;
        padding-bottom: 70px;
    }
}

@media (min-width: 320px) and (max-width: 576px) {

    body .padding-tb-80{
        padding: 50px 0;
    }
    body h2{
        font-size: 24px;
    }
    
    body .header-wrapper .header{
        background-color: #ffffff;
    }

   body .banner-section::before{
        bottom: -55px;
        height: 70px;
    }
    body .banner-section{
        margin-bottom: 80px;
    }
    body .banner-section .banner-wrapper{
        padding-top: 140px;
    }
    body .banner-section .banner-info{
        padding-bottom: 50px;
    }
    body .banner-section .banner-info .banner-title{
        font-size: 25px;
        line-height: 40px;
    }
    body .btn{
        font-size: 14PX;
        padding: 7px 15px;
        border-radius: 5px;
        border: 0;
        font-weight: 500;
        transition: all 0.3s ease-in-out;
    }
    body .footer-section{
        margin-top: 80px;
    }
    body .footer-section::before{
        top: -55px;
        height: 70px;
    }
    body .book-appointment-section .book-appointment-wrapper{
        padding: 10px;
    }
    .btn-mod.btn-small {
        height: auto;
        padding: 2px 14px;
        font-size: 8px;
        border-radius: 30px;
    }
    body .aboutUs-section {
        position: relative;
        padding-top: 80px;
        padding-bottom: 70px;
    }
}
