@font-face {
    font-family: "charlie-display-2";
    src: url(../fonts/charlie-display-2.ttf);
}
@font-face {
    font-family: "charlie-display-3";
    src: url(../fonts/charlie-display-3.ttf);
}
@font-face {
    font-family: "charlie-display-bold";
    src: url(../fonts/charlie-display-bold.ttf);
}
@font-face {
    font-family: "charlie-display-bold-1";
    src: url(../fonts/charlie-display-bold-1.ttf);
}
@font-face {
    font-family: "charlie-display-light";
    src: url(../fonts/charlie-display-light.ttf);
}
@font-face {
    font-family: "charlie-display-light-1";
    src: url(../fonts/charlie-display-light-1.ttf);
}
@font-face {
    font-family: "charlie-display";
    src: url(../fonts/charlie-display.ttf);
}
@font-face {
    font-family: "charlie-display-1";
    src: url(../fonts/charlie-display-1.ttf);
}
@font-face {
    font-family: "charlie-display-1";
    src: url(../fonts/charlie-display-1.ttf);
}
@font-face {
    font-family: "Caveat-Bold";
    src: url(../fonts/Caveat-Bold.ttf);
}
@font-face {
    font-family: "Caveat-Medium";
    src: url(../fonts/Caveat-Medium.ttf);
}
@font-face {
    font-family: "Caveat-Regular";
    src: url(../fonts/Caveat-Regular.ttf);
}
@font-face {
    font-family: "Caveat-SemiBold";
    src: url(../fonts/Caveat-SemiBold.ttf);
}


html,
body {
	overflow-x: hidden
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	/*background-color: #062e45!important*/
}

a,
i,
h2,
img,
.btn,
body,
button,
input[type='submit'],
.header .nav-link::after {
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s
}

a,
b,
div,
span,
body,
input,
label,
strong,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'charlie-display-3';
}

a,
a:hover,
a:focus {
	outline: none;
	text-decoration: none
}

.sidebar-header {
  font-size: 20px;
  font-weight: 600;
}

.widget_nav_menu li {
  padding-bottom: 0px;
}

.widget_nav_menu a {
  color: #64748B !important;
  font-weight: 500;
}
.widget_nav_menu a:hover {
  color: #0171a5 !important;
}
.subfooter .sidebar-header {
  display: block;
}

#footer {
  padding-left: 100px;
  padding-right: 100px;
}

.footer-columns-2 [class*="col-sm-"]:last-child {
  text-align: left;
}

#footer .subfooter a {
  color: #FFF;
  background: #0171A5;
  height: 34px;
  width: 34px;
  vertical-align: middle;
}

#footer .subfooter i {
  color: inherit;
  vertical-align: middle;
  font-size: 18px;
  padding-top: 5px;
}

.textwidget.custom-html-widget {
  font-size: 15px;
  font-weight: 400;
  font-family: charlie-display-light !important;
}

.Caveat-Regular {
  font-family: 'Caveat', cursive;
  font-weight: 400;
  color: #0171A5;
}

.section_space {
   margin-top:60px;
}


.column-space{
	padding-right: 40px;
    max-width: 616px;
    text-align: justify;
	
}  

.cust-title-b30 {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  color: #0171A5;
}
.cust-title-30 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
} 
.cust-title-30.white-text {
    font-size: 22px;
    font-weight: 600;
}
.cust-font-23 {
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  color: #64748B;
}

.light-gray{
    color: #94A3B8;
}
.blue {
    color: #0171A5;
}
.cust-title-40 {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

/* contact sec */
.cust-title-75 {
  font-size: clamp(28px, 6vw, 75px);
  line-height: clamp(32px, 6vw, 80px);
  font-weight: 700;
}

.banner-section {
    min-height: 498px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    text-align: center;
}
.cust-title-50 {
  font-size: clamp(24px, 4vw, 50px);
  font-weight: 600;
  line-height: clamp(28px, 4vw, 55px);
}

.cust-sub-title p {
  font-size: 24px;
  color: #231F20;
  line-height: 30px;
}

.cust-sub-title em {
  color: #0171A5;
  font-family: Caveat-Regular;
  font-style: normal;
  font-size: 30px;
}

.cust-font-24 p {
  font-size: 24px;
  line-height: normal;
  color: #0F172A;
}

.right-contact {
  border: 1px solid #0171A5;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 15px;
}

.contact-info {
  padding: 40px;
  background: #FFF;
}

.wpcf7-form-control {
  border: 1px solid #94A3B8 !important;
  border-radius: 0 !important;
  height: 57px !important;
  padding: 10px;
  width: 100%;
  font-size: 18px !important;
  line-height: 24px !important;
}

.wpcf7-form-control.wpcf7-recaptcha.g-recaptcha {
  border: none !important;
  padding: 0;
}

.wpcf7-form-control.wpcf7-textarea {
  min-height: 200px;
}

.bottom-contact-sec {
	border-radius:20px;
  padding: 50px 60px 90px 60px;
  margin: 0 100px;
    margin-bottom: 0px;
  margin-bottom: -80px;
} 

.bottom-contact-sec .background-overlay{
	border-radius:20px;
}

.cont-form {
  padding: 40px 110px 40px 60px;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: auto !important;
  opacity: 1;
  border-radius: 46px !important;
  background: #008BD2 !important;
  padding: 10px 40px 10px 40px;
  font-weight: 700;
}

.wpcf7-form-control.wpcf7-textarea {
  min-height: 200px;
}

.white-bg-btn a {
  background: #FFF;
  padding: 20px 28px;
  font-size: 20px;
  color: #0F172A;
  border: 1px solid #CBD5E1;
  border-radius: 70px;
}

.call-sec {
  padding: 40px 10px;
  border-radius: 20px;
}

.cust-site-btn {
  padding: 10px 20px;
  background: #0171A5 !important;
  border: 1px solid #0171A5;
  border-radius: 46px;
}

/* Get a quote form css */
#cf7-popup-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 99998;
}

#cf7-popup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    max-width: 90%;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    z-index: 99999;
    box-sizing: border-box;
}

/* Close button (red + clean) */
#cf7-popup-close{
    position: absolute;
    top: 10px;
    right: 15px;
    border: none;
    background: none;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    color: #ff0000;
    z-index: 100000;
}

#cf7-popup-close:hover{
    color: #cc0000;
}


/* Labels styling */
#cf7-popup label,
#cf7-popup p{
    text-transform: capitalize !important;
    margin-bottom: 8px;
    font-weight: 600;
    display: block;
}

/* Input fields */
#cf7-popup input[type="text"],
#cf7-popup input[type="email"],
#cf7-popup textarea{
    width: 100%;
    padding: 8px 10px;
    min-height: 40px;
    box-sizing: border-box;
}

/* Textarea */
#cf7-popup textarea{
    height: 120px;
    resize: none;
}

/* Spacing between fields */
#cf7-popup p,
#cf7-popup .wpcf7-form-control-wrap{
    margin-bottom: 12px;
}

/* Submit button spacing (top space improved only) */
#cf7-popup input[type="submit"],
#cf7-popup .wpcf7-submit{
    width: 100%;
    padding: 12px 20px;
    margin-top: 18px;
    background: linear-gradient(135deg, #0077b6, #0096c7);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

#cf7-popup input[type="submit"]:hover,
#cf7-popup .wpcf7-submit:hover{
    background: linear-gradient(135deg, #005f87, #0077b6);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}


/*end get quote css*/

.teamlists {
  padding: 20px 0px 0px 30px;
  border-radius: 20px;
  width: 30%;
  margin: 20px 15px;
}

.bg-image::after {
   background-image: url("https://aquiras.testxzy.com/wp-content/uploads/2025/09/b-shad.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  top: auto;
  right: -20px;
  left: auto;
  bottom: 80px;
  width: 573px;
  height: 344px;
  position: absolute;
}

.core-values-list {
  width: 30%;
  margin: 0 18px;
  padding: 30px;
  transform: translate(-50%, -50%);
  transform: rotateY(360deg);
  background: #eff6f9;
  min-height: 257px;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.core-values-list:hover {
  /*background: #0171A5 !important;*/
}

.white-text{
    display: none;
}
.core-values-list:hover .hover-hidden {
  display: none;
}
.core-values-list:hover .white-text {
  display: block;
  z-index: 2;
  position: relative;
}

.core-values-list::before {
  content: "";
  position: absolute;
  top: 108%;
  left: 0;
  width: 100%;
  height: 99%;
  background: #0171A5 !important;
  transition: .5s;
  /*z-index: 2;*/
  border-radius: 20px;
  opacity: 0;
}

.core-values-list:hover::before {
  opacity: 1;    
  top: 0;
}
.cust-title-center-50 {
  text-align: center !important;
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink:hover {
    color: #f7f7f7;
    background-color: #0171A5;
}

.background-media{
	background-image: url(https://aquiras.testxzy.com/wp-content/uploads/2025/10/bg_gradient__about-header-wide-1.png);
    background-repeat: no-repeat;
    background-size: contain !important;
    background-attachment: no-scroll;
    background-position: 50% 0%;
}

.cust-list-light li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 22px;
    height: 22px;
    background-image: url(https://aquiras.testxzy.com/wp-content/uploads/2025/08/Compound-Path_.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.cust-list-light {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}
rs-layer#slider-16-slide-16-layer-2 {
    margin-top: 23px;
}

	
/* counter section css home page */
	
	
.cust-title-48 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}
.counter-section .col-md-4 {
  width: 31%;
  /*background: #EFF6F9;*/
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 20px;

}
.cust-title-50.small-size {
    font-size: 40px !important;
    line-height: 45px;
}
.counter-section .col-md-4:last-child {
  padding-top: 0;
}

.fp-sec {
  background: #eff6f9;
  border-radius: 20px;
  background: url('https://aquiras.testxzy.com/wp-content/uploads/2025/09/Approval-2-1-1-1.png')#eff6f9;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position: right;
  background-size: 240px;
  background-repeat: no-repeat;
  min-height: 250px;
}


.cs-sec {
  background: #eff6f9;
  border-radius: 20px;
  background: url('https://aquiras.testxzy.com/wp-content/uploads/2025/09/Frame-19-1.png')#eff6f9;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position: 17% 85%;
  background-repeat: no-repeat;
  min-height: 210px;
}

.cs-sec .counter {
  text-align: center !important;
}

.value.normal.regular.odometer.odometer-auto-theme {
  position: relative;
  padding-right: 30px;
  width: auto;
}

.odometer-auto-theme::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '+';
}


.bg-blue-round .odometer-auto-theme {
  background: #0171A5 !important;
  padding: 30px 30px 30px 20px !important;
  border-radius: 50%;
  width: 126px !important;
  height: 126px !important;
  color: #FFF !important;
}

.bg-blue-round .odometer-auto-theme::after {
  position: absolute;
  top: 32px;
  right: 18px;
  content: '+';
}

.yearcounter .odometer-auto-theme::after {
  content: '' !important;
}

.counter {
  color: #000 !important;
}

.seconcounterbg-image img {
  width: 260px;
}
.faq_sec .panel-default:last-child .panel-heading {
    border-bottom: none;
}	
	
/* counter section css home page end	 */


@media (max-width: 1199px) {
	.bg-blue-round .odometer-auto-theme {
  width: 110px !important;
  height: 110px !important;
}
.seconcounterbg-image img {
  width: 230px;
}
	.core-values-list {
  	margin-left: 15px;
	margin-right: 15px;	
  }
}	

@media (max-width: 991px) {
	 .counter-section .col-md-4 {
		 padding:20px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
  }
	.custom-counter-box{
		max-width: 100% !important;
	}
	
	.custom-counter-boxes{
		max-width: 100% !important;
	}
	.custom-box-right-box{
		    width: 100% !important;
	}
	.custom-counter-box-v5{
		 width: 100% !important;
	}
}

@media (max-width: 767px) {
	
.container {
     margin-right: auto;
     margin-left: auto;
     padding-left: 15px !important; 
     padding-right: 15px !important; 
      }
	
	.section_space {
    margin-top: 0px !important;
}
	
	.custom-counter-box-v5{
		   width: 100% !important;
	}
      .custom-counter-box {
       
        max-width: 100% !important;
		 
    }
	
}

@media (min-width: 992px) {
  .transparent-header #masthead:not(.navbar-scrolled) {
    box-shadow: none;
  }
   .logo-navbar .navbar-text, .logo-navbar .sidebar-widget {
    padding-top: 0px;
  } 
}

@media only screen and (max-width: 1340px) {
    .white-bg-btn a {
      font-size: 18px;
      padding: 17px 17px;
    }
    .white-bg-btn img {
        width: 30px;
        height: 30px;
    }
    .bottom-contact-sec {
      padding: 40px 30px 90px 10px;
    }
    .cont-form {
        padding: 40px 40px 40px 40px;
    }
    
}

@media only screen and (max-width: 1199px) {
    .white-bg-btn img {
      width: 20px;
      height: 20px;
      margin-right: 2px !important;
    }
    .white-bg-btn a {
      font-size: 16px;
    }

}

@media only screen and (max-width: 991px) {
    #footer {
      padding-left: 20px;
      padding-right: 20px;
    }
    .footer-columns-4 {
      margin-bottom: 10px !important;
    }
    #media_image-2.widget_media_image {
        margin-top: 40px;
    }
    .cont-form {
        padding: 0px 0px 10px 20px;
    }
    .bottom-contact-sec {
      margin: 0 20px;
        margin-bottom: 0px;
      margin-bottom: 0px;
      margin-bottom: -80px;
      padding: 40px 30px 90px 30px;
    }
    .call-sec {
        width: 80%;
        text-align: center;
        margin: 0 auto;
        padding: 30px 15px 0px 15px;
      }
    .contact-info {
      padding: 40px 15px;
    }  
    .white-bg-btn p {
        margin-bottom: 50px;
    }
    .teamlists {
        width: auto;
        margin: 20px;
    }
	.core-values-list {
		width: 100%;
    	margin-left: auto;
    	margin-right: auto;
  	}
    
}

.wpcf7-form-control.wpcf7-submit.has-spinner{
	 display: inline-flex;              /* better than inline-block */
    align-items: center;               /* vertical center */
    justify-content: center;           /* horizontal center */
    width: 180px!important;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background-color: #0171A5!important;
   border-radius: 46px;
   margin-top: 20px;
    transition: all 0.3s ease; 
}
/* namrata services pages css */
.learn-more-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px !important;          /* 👈 proper padding */
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  background-color: #0171A5;
  border-radius: 46px;
  transition: all 0.3s ease;
}
.cust-content {
  max-width: 489px;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  padding-left:0px !important;
  padding-bottom:0px!important;
}
.single-grids{
      width: 100%;
    max-width: 29%;
    padding: 40px 30px;
    border: 1px solid #cbd5e1;
    border-radius: 25px;
    margin-left: 22px;
    margin-right: 22px;
    box-sizing: border-box;
    height: auto;
   min-height: 405px; 
}
.col-md-4.single-grid.text-center.small-screen-default {
    width:28%;
	min-height: 210px;
    padding: 30px 30px;
    border: 1px solid #cbd5e1;
    border-radius: 25px;
    box-sizing: border-box;
	margin-bottom:30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    /* ✅ removes bottom space */
    margin-left: 22px;
    margin-right: 22px;
}
.card-title-1{
	font-size: 27px !important;
}
h3.card-title {
    font-family: 'charlie-display-3';
    font-weight: 500;
    font-size: 22px;
}
.single-grid h3,
.single-grid h4,
.single-grid p {
    margin-bottom: 0;
    margin-top: 15px;
    line-height: 1.3;
}
.single-grid img,
.single-grid svg {
    display: block;
}
.single-grid h3 {
    margin: 16px 0 0 0;
}


div#logo-carousel-free-1451.logo-carousel-free .sp-lc-logo {
    border: none !important;
    border-radius: 0px;
    overflow: hidden;
    filter: grayscale(100%);
    transition: filter 0.5s ease; /* smooth effect when hover */
}

/* Optional: remove grayscale on hover */
div#logo-carousel-free-1451.logo-carousel-free .sp-lc-logo:hover {
    filter: grayscale(0%);
}


    /* Images float adjustment */
.figure.element-top-20.element-bottom-20.cust-image-bg {
        float: none !important; /* remove float for mobile */
        width: 100%; /* optional */
}

.section_space{
    margin-top:65px;
}

#section_space{
    margin-top:49px;
}


h3.text-left.cust-title-font-26.element-top-20.element-bottom-20.text-normal.normal.light {
    /* font-family: Charlie Display; */
    font-weight: 400;
    font-style: Light;
    font-size: 20px;
}

.menu-unique .menu-item h3 {
    margin: 0;
    font-size: 21px !important;
    color: #000;
    line-height: normal;
}

.faq_sec .panel-default .panel-heading a, .panel-default .panel-heading a:hover {
    color: #000 !important;
}
.faq_sec .panel-default .panel-heading {
    background: #fff !important;
}
.faq_sec .accordion-toggle:after, .progress {
    background: #fff !important;
}
.faq_sec .panel-heading .accordion-toggle:after{
    font-size:35px;
}
.faq_sec .accordion-toggle:after, .progress {
    background: #fff !important;
    color: #0171A5 !important;
}
.faq_sec .panel-default .panel-heading a, .panel-default .panel-heading a:hover {
    font-size: 26px;
}
.faq_sec {
   
    margin-bottom: 80px !important;
}
.faq_sec .panel-body {
    background-color: #fff !important;
}
.faq_sec .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-bottom-color: #ddd !important;
}
.faq_sec .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body, .panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
    border-bottom: 1px solid #ddd;
}

.faq_sec .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff !important;
}

.faq_sec .panel-default .panel-heading {
        border-bottom: 1px solid #ddd;
}

.faq_sec .panel-heading{
    padding:40px 10px;
    position: relative; 
}



.faq_sec .panel-heading .accordion-toggle:after {
    position: absolute;
    right: 20px; /* Space from the right edge */
    top: 50%;
    transform: translateY(-50%);
    
  }
  .faq_sec .panel-default .panel-heading a,
.faq_sec .panel-default .panel-heading a:hover {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  text-decoration: none;
}

.faq_sec .panel-default .panel-heading a span,
.faq_sec .panel-default .panel-heading a p {
  flex: 1;
}

.faq_sec .panel-default .panel-heading a i,
.faq_sec .panel-default .panel-heading a svg {
  flex-shrink: 0;
}
.section_space {
  margin-top: 50px;
}
@media (max-width: 1460.98px) {
	
	.white-bg-btn a{
	 padding: 10px 16px;
	}
}


@media (max-width: 1205.98px) {
.white-bg-btn a{
	 padding: 10px 10px;
	}
}

@media (max-width: 1199.98px) {
	#section_space {
    margin-top: 20px;
}
	.section_space {
    margin-top: 30px !important;
}
.bg-image {
    margin-top: 50px;
}
	 .blog-grid-cls{
     margin-top:50px;
 }

    .single-grids{
		margin-top:20px;
        margin-left: 15px;
        margin-right: 15px;
    }
       .col-md-4.single-grid.text-center.small-screen-default {
        max-width: 30% !important;
        margin-left: 15px;
        margin-right: 15px;
    }
    h3.card-title {
        font-size: 20px;
    }
}    
@media (max-width: 991.99px) {
	
		 .blog-grid-cls{
     margin-top:30px;
 }
	
		.line-with-button{
	 margin: 0px 0 !important;
		
	}
	

  .job_apply_form .wpcf7-file{
		width:550px !important;
	}
    .single-grids{
		margin-top:20px;
         max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
		min-height:auto;
    }
     .col-md-4.single-grid.text-center.small-screen-default {
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .figure.element-top-20.element-bottom-20.cust-image-bg {
        float: left !important;
       width:auto !important;
    }
	#image-text-row.vc_row {
       display: flex;
    flex-direction: row-reverse;
    }
}

@media (max-width: 767.98px) {
	    .bg-image {
        margin-top: 20px;
    }
.section_space {
    margin-top: 20px !important;
}
	section#section_space {
    margin-top: 20px !important;
}
	  .core-values-list {
    margin: 20px 0px !important;
  }
}

/* Mobile devices (up to 767px) */
@media (max-width: 767px) {
	.bottom-contact-sec {
    margin-top: 20px !important;
}
	 
	
	.single-grid {
   width: 100% !important;
   height: auto !important;
    }
	.scale{
		margin-top:0px !important;
	}
	.para-sec{
		margin-top:20px !important;
	}
	.line-with-button{
	 margin: 0px 0 !important;
		
	}
	
	.bnner-elev {
  font-size: 38px !important;
  line-height: 35px !important;
}
	
	
	.single-grid {
    width: 100% !important;
    height: auto !important;
}
	.info-box-content {
      padding: 30px;
    max-width: 100% !important;
    width: 100% !important;
   text-align: left;
}
	.info-box-container {
    margin-top: 20px !important;
    padding-left: 0px;
    min-height:auto;

}
		.two-section-scroll {
    margin-top: 0px !important;
}
	.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 20px;
}
	.line-with-button {
    margin-top: 30px !important;
	}
	section.section.btn-class {
    margin-top: 20px !important;
}
	.figure.element-top-20.element-bottom-20 {
    margin: 0px !important;
}
	.figure.element-top-20.element-bottom-20.cust-image-bg {
    margin-top: 0px !important;
	}
	.divider-wrapper {
    display: none;
	}
	.blog-banner {
    padding: 20px 20px 100px 20px;
    
}
	
	.blog-post-content {
    font-size: 16px;
	}
	.blog-sidebar {
    margin-top: 20px !important;
}
	.blog-content-area {
       margin: 10px 0px;
	}
	.blog-main-column, .blog-sidebar{
		margin-top:0px !important;
	}
	.blog-content-area {
    display: flex;
    gap: 0px !important;
	}
	.blog-title {
    font-size: 30px !important;
    line-height: 35px;
	}
		.blog-banner h1.titles {
    font-size: 53px !important;
}
	.menu-unique .menu-item h3{
		font-size:20px important;
		line-height:25px;
	}

	.email a {
  font-size: 15px !important;
}
	.faq_sec .panel-heading{
		padding:20px;
	}
	.job_apply_form .wpcf7-file{
		width:100% !important;
	}
	.job_apply_form .wpcf7-form-control.wpcf7-submit.has-spinner{
		margin-left:0px;
		margin-right:0px;
	}
	.vc_grid-item-mini.vc_clearfix{
		padding:10px !important;
	}
	.main-grid .single-grid{
		margin:20px 0px  !important;
	}
	.cust-desc {
	 font-size: 18px;
	}
     .figure.element-top-20.element-bottom-20.cust-image-bg {
          float: left;
       
    }
    .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto;
    margin-right: auto;
  }

      .single-grid,
    .col-md-4.single-grid.text-center.small-screen-default {
        width: 100% !important;
        max-width: 100% !important; 
        padding: 36px 30px;
        margin-bottom: 30px;
        box-sizing: border-box;
    }
     .figure.element-top-20.element-bottom-20.cust-image-bg {
        float: left;
       
    }
	.faq_sec .panel-default .panel-heading a, .panel-default .panel-heading a:hover {
  		font-size: 18px;
	}

}

@media (max-width: 480px) {
	.cust-title-50.small-size {
    font-size: 25px !important;
    line-height: 32px !important;
}
	.card-title-1 {
    font-size: 22px;
    line-height: 27px;
}
	.faq_sec .panel-default .panel-heading a, .panel-default .panel-heading a:hover {
    font-size: 20px !important;
	line-height:23px;
}
	.section_space {
    margin-top: 0px !important;
}
	section#section_space {
    margin-top: 0px !important;
}
	.para-space{
        margin-top:0px !important;
    }
	.bnner-elev {
		font-size: 34px;}
	.info-box-container{
		padding-left: 0px!important ;
	}
	.single-grid {
    width: 100% !important;
    height: auto !important;
}
		.info-box-content {
      padding: 30px !important;
    max-width: 100% !important;
    width: 100% !important;
   text-align: left;
}
	.two-section-scroll {
    margin-top: 0px !important;
}
	
	 .two-section-scroll-full .menu-unique, .image-container-unique {
        margin-top: 0px !important;
    }
	.cust-sub-title p {
    padding-top: 10px !important;
	}
	p.para-title {
    font-size: 18px !important;
    line-height: 25px;
}
	h1.text-left.cust-title-font-26 {
    padding-top: 15px;
    font-size: 22px;
    line-height: 26px;
}
    .boxes-space.element-top-20.element-bottom-50 {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }
	.boxes-space .main-grid .single-grid{
		margin-top:0px !important;
	}
	.para-font {
	margin-top: 10px !important;
    font-size: 18px;
	}
	h3.text-center.element-bottom-20 {
    margin-bottom: 0px !important;
}
	.blog-sidebar {
    margin-top: 20px !important;
}
	.blog-main-column, .blog-sidebar{
		margin-top:0px;
	}
	    .blog-title {
        font-size: 22px !important;
        line-height: 25px;
    }
	.blog-banner h1.titles {
    font-size: 35px !important;
}
	.figure.element-top-130.element-bottom-80.background-overlay {
    margin-bottom: 20px !important;
}
	.faq_sec {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}
	.qa-slider-arrows{
		margin-top:0px !important;
	}
	.menu-unique, .image-container-unique{
		margin-top:20px !important;
	}
	    .business-heading {
        font-size: 20px !important;
        line-height: 25px !important;
    }
	.menu-footer{
		padding:0px 0px !important;
	}
.menu-unique .menu-item p {
    line-height: 20px;
    font-size: 16px;
   
}
	.menu-unique, .image-container-unique{
	 padding: 10px 0px;
	}
	.menu-unique .menu-item{
		margin-bottom: 20px !important;
	}
	.text-left {
    margin-top: 20px !important;
}
	.counter-section {
    margin-top: 20px !important;
}
	.menu-unique .menu-item h3 {
        font-size: 22px !important;
	}
	.cust-sub-title {
    margin-top: 30px !important;
}
	.background-overlay {
    margin-top: 0px !important;
}
	  .element-top-50 .mobile-space {
        display: block;
        margin-top: 20px !important;
    }
	
	.highlight-text {
		font-size:22px;
	}
	
  .faq_sec .panel-heading .accordion-toggle::after {
  position: absolute;
  right: -10px;
  top: 38%;
  transform: translateY(-50%);
}
  .faq_sec .panel-default .panel-heading a {
    font-size: 16px;
    line-height: 1.4;
  }
}
/*end  */