.banner-inner-section .inner-content h1 {
    font-size: 50px;
    color: var(--atlasblack);
    margin-bottom: 30px;
    line-height: 60px;
    font-weight: bold;
}
@media screen and (max-width: 1599px) {
    .banner-inner-section .inner-content h1 {
        font-size: 44px;
        line-height: 48px;
    }
}
@media screen and (max-width: 1279px) {
    .banner-inner-section .inner-content h1 {
        font-size: 38px;
        margin-bottom: 20px;
        line-height: 48px;
    }
}
@media screen and (max-width: 1023px) {
    .banner-inner-section .inner-content h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .banner-inner-section .inner-content h1 {
        font-size: 28px;
        line-height: normal;
    }
	.banner-inner-section .inner-content {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 479px) {
    .banner-inner-section .inner-content h1 {
        font-size: 22px;
        line-height: normal;
    }
}
.banner-inner-section .inner-content p {
    font-size: 18px;
    color: var(--atlasblack);
    line-height: 27px;
    font-weight: normal;
    margin-bottom: 20px;
}

.banner-inner-section .banner-btn-one{
    background: var(--atlasblack);
    color: var(--atlaswhite);
    border: transparent;
}
.banner-inner-section .banner-btn-one svg{
        background: var(--atlasgreen);
}
.banner-inner-section .btn-wrap .btn {
    font-size: 16px !important;
}


 .trust-strip {
    background:#A2BB60;
    padding: 20px 0
}

.trust-strip .trust-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px
}

.trust-strip .ti {
    display: flex;
    align-items: center;
    gap: 5px;
}

.trust-strip .ti img {
    font-size: 20px;
  color: #335B8D;
 height:25px;
 width:25px;
  object-fit: contain;
  
}

.trust-strip .ti-text {
    font-size: 15px;
    font-weight: 700;
    color: #212429;
}

.trust-strip .trust-sep {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, .15)
}
 @media(max-width:991px) {
  .trust-strip .trust-inner{
   justify-content: center;
  }
 }
 @media(max-width:575px) {
  .trust-strip .ti-text {
    font-size: 13px;
 }
	 }
.homeabout2section .commonanimation2 {
	opacity: 1;
	transform: translate(0px, 0px);
}
.homeabout2section .commonanimation2 p {
	font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.homeabout2section .commonanimation2 .sub-title {
	font-size: 15px;
	line-height: 25px;
	color: rgba(51, 91, 141, 1);
	margin-bottom: 20px;
}
.homeabout2section .commonanimation2 .page-title {
	font-size: 34px;
	line-height: 43px;
	margin-bottom: 20px;
}

@media(max-width:767px) {
	.homeabout2section .commonanimation2 .page-title {
		font-size: 28px;
		line-height: 33px;
		margin-bottom: 15px;
	}
	.homeabout2section .commonanimation2 .sub-title {
		margin-bottom: 10px;
	}
}

 .country-table .comparison-table-wrap .comparison-table th:nth-child(1),.country-table .comparison-table-wrap .comparison-table td:nth-child(1){
     width:40%;
}

.country-table .comparison-table-wrap .comparison-table th:nth-child(2),.country-table .comparison-table-wrap .comparison-table td:nth-child(2),
.country-table .comparison-table-wrap .comparison-table th:nth-child(3),.country-table .comparison-table-wrap .comparison-table td:nth-child(3){
    width:30%;
}
 .comparison-section{
      background: #F0F0F0;
    padding: 50px 0;
 }
 .comparison-section .comparison-table-wrap {
     margin-top: 50px;
    overflow-x: auto;
    border-radius: 20px;
    box-shadow: none;
}
 .comparison-section .cross, .comparison-section .check{
  margin-right: 6px;
 }
.comparison-section .comparison-table {
  width: 100%;
  border-collapse: collapse;
      margin-bottom: 0;
  font-size: 15px;
  background: #fff;
}

.comparison-section .comparison-table thead tr th {
  padding: 36px 40px;
  font-weight: 700;
  font-size: 24px;
  text-align: left;
}

.comparison-section .comparison-table thead th:first-child {
  text-align: left;
  background: #A2BB60;
  color: #fff;
  width: 25%;
  border-radius: 16px 0 0 0;
}

.comparison-section .comparison-table thead th:nth-child(2) {
  background:#212429;
  color: #fff;
  font-size: 24px;
}

.comparison-section .comparison-table thead th:nth-child(3) {
  background: #2c3e50;
  color: #fff;
}

.comparison-section .comparison-table thead th:last-child {
  background: #003270;
  color: #fff;
  border-radius: 0 16px 0 0;
}

.comparison-section .comparison-table tbody tr {
  border-bottom: 1px solid #EDEDED;
  transition: background 0.2s;
}

.comparison-section .comparison-table tbody tr:last-child {
  border-bottom: none;
}

.comparison-section .comparison-table tbody tr:hover {
  background: #f8fbff;
}

.comparison-section .comparison-table tbody td {
  padding: 27px 40px;
  font-size: 15px;
 font-weight:400;
  color: #212429;
  text-align: left;
  vertical-align: middle;
 background:#00327024;
}

.comparison-section .comparison-table tbody td:first-child {
  text-align: left;
  font-weight: 400;
   color: #212429;
  font-size: 15px;
  background: #A2BB6024;
}

.comparison-section .comparison-table tbody td:nth-child(2) {
  background: #21242924;
  font-weight: 400;
   color: #212429;
  font-size: 15px;
  text-align: left;
}

.comparison-section .comparison-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 16px;
}

.comparison-section .comparison-table tbody tr:last-child td:last-child {
  border-radius: 0 0 16px 0;
}

.comparison-section .comparison-table .best-for-custom {
  color: #005182;
  font-weight: 800 !important;
  font-size: 14px !important;
}

.comparison-section .comparison-note {
 text-align: center;
    margin-top: 20px;
    font-size: 15px;
    color: #212429;
    font-weight: 400;
}

.comparison-section .comparison-note a {
  color: #212429;
  font-weight: 700;
  text-decoration: underline !important;
}
 @media(max-width:991px) {
  .comparison-section .comparison-table thead tr th {
    padding: 20px;
    font-weight: 700;
    font-size: 18px;
  }
  .comparison-section .comparison-table tbody td{
       padding: 20px;
  }
  .comparison-section .comparison-table thead th:nth-child(2) {
 padding: 20px;
    font-weight: 700;
    font-size: 18px;
 }
 }
  @media(max-width:575px) {
   .comparison-section .comparison-table thead tr th {
    padding: 15px;
    font-size: 16px;
  }
   .comparison-section .comparison-table thead th:nth-child(2) {
padding: 15px;
    font-size: 16px;
 }
   .comparison-section .comparison-table tbody td{
       padding: 15px;
  }
  }

.services-section .srv-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}
.services-section .sub-title {
	font-size: 15px;
	line-height: 25px;
	color: rgba(51, 91, 141, 1);
	margin-bottom: 20px;
}
.services-section .page-title {
	font-size: 34px;
	line-height: 43px;
	margin-bottom: 20px;
}
.services-section .main-p {
	font-size: 16px;
	line-height: 25px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.services-section .srv-card{
  background:#fff;
  border-radius:14px;
  overflow:hidden;
  box-shadow: 0px 4px 20px 10px rgba(214, 214, 214, 0.44);
  transition:all .3s;
  position:relative;
  display:flex;
  flex-direction:column;
}

.services-section .srv-card:hover{
  transform:translateY(-6px);
  box-shadow:0 16px 50px rgba(0,0,0,.12);
}

.services-section .srv-card:nth-child(odd) {
	border-bottom: 6px solid rgba(0, 50, 112, 1);
}
.services-section .srv-card:nth-child(even) {
	border-bottom: 6px solid rgba(162, 185, 95, 1);
}

.services-section .srv-card-img{
  height:180px;
  overflow:hidden;
  position:relative;
	border-radius:14px;
}

.services-section .srv-card-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s;
	border-radius:14px;
}

.services-section .srv-card:hover .srv-card-img img{
  transform:scale(1.06);
}

.services-section .srv-card-body{
  padding:30px;
  flex:1;
  display:flex;
  flex-direction:column;
}

.services-section .srv-card-title{
  font-size:16px;
	color: rgba(33, 36, 41, 1);
  margin-bottom:15px;
  line-height:24px;
	font-weight: 700;
}

.services-section .srv-card-desc{
  font-size:16px;
  line-height:26px;
  color:rgba(33, 36, 41, 1);
  margin-bottom:10px;
}

.services-section .srv-card-img-link{
  display:block;
}

.services-section .dot-testi {
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
}

.services-section .dot-testi:not(:first-child) {
  margin-left: 5px;
}


.services-section .srv-card:hover .light-green-testi {
	animation: dot-typing1 1s infinite linear;
}

.services-section .srv-card:hover .green-testi {
	animation: dot-typing2 1s infinite linear;
}

.services-section .srv-card:hover .blue-testi {
	animation: dot-typing3 1s infinite linear;
}

.services-section .dot-flex-testi {
	margin-bottom: 20px;
}

@media(max-width:991px) {
	.services-section .srv-grid{
	  grid-template-columns:repeat(2,1fr);
	  gap:25px;
	}
}

@media(max-width:767px) {
	.services-section .page-title {
		font-size: 28px;
		line-height: 33px;
		margin-bottom: 15px;
	}
	.services-section .sub-title {
		margin-bottom: 10px;
	}
	.services-section .srv-grid{
	  grid-template-columns:repeat(1,1fr);
	}
	.services-section .srv-card-body{
	  padding:25px;
	}
	.services-section .dot-flex-testi {
		margin-bottom: 10px;
	}
	.services-section .srv-card-title {
		margin-bottom: 10px;
	}
}

.testimonial-section .slick-dots li button {
  color: var(--atlasblack);
  background: var(--atlasblack);
  border-radius: 50px;
}



.testimonial-section .slick-dots li.slick-active button {
  color: var(--atlasgreen);
  background: var(--atlasgreen);
  border-radius: 50px;
}

.testimonial-slider .testi-img {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
}

.testimonial-slider .testi-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-slider .f14 {
  font-size: 14px;
}

.testimonial-slider .testiname {
  padding-left: 15px;
}

.testimonial-slider .testiname .f14 {
  line-height: 21px;
}

.testimonial-section {
  font-size: var(--f12);
}

.testimonial-slider .testimonialcontent p {
  font-size: 20px;
  line-height: 33px;
  color: var(--atlasblack);
}

.testimonial-slider .slick-dots li.slick-active button:before,
.testimonial-slider .slick-dots li button:before {
  color: transparent;
}
.testimonial-slider .project-img {
  width: 100%;
  object-fit: contain;
}

@media (min-width: 767px) {

  .testi-img {
    width: 105px;
    height: 105px;
  }
	.testimonial-slider .project-img {
    width: 100%;
    height: 100%;

  }

  .testimonial-section {
    font-size: var(--f18);
  }

}

#faq {
    background-color: var(--atlasblack);
}
#faq p {
  color: var(--atlaswhite);
}

#faq .faq_head {
  margin-bottom: 40px;
}

#faq .faq_head h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 54px;
  margin-bottom: 0;
  color: #ffffff;
}

#faq .faq_head p {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0;
  color: #ffffff;
}

#faq .faq_acc .faq_acc_head p {
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
  margin-bottom: 0;
  color: #ffffff;
}

#faq .accordion-button {
  background: transparent;
  color: white;
  padding: 30px 30px;
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
  margin: 0;
}

#faq .accordion-body {
  padding: 0 30px 30px 30px;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  margin: 0;
}

#faq .accordion-body ul li img {
  filter: brightness(10);
  margin-right: 10px;
}

#faq .accordion-body ul li {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 10px;
}

#faq .accordion-item {
  background-color: #2a2f34;
  border: none;
  color: white;
  margin-bottom: 20px;
  border-radius: 15px;
}

#faq .accordion-button:not(.collapsed) {
  background-color: #2a2f34;
  box-shadow: none;
  color: white;
}

#faq .accordion-button,
#faq .accordion-item:first-of-type .accordion-button,
#faq .accordion-item:last-of-type,
#faq .accordion-item:first-of-type {
  border-radius: 15px;
}

#faq .accordion-button::after {
  content: "";
}

#faq .accordion-button::after {
  filter: brightness(100);
}

#faq .accordion-button:focus {
  border-color: unset;
  box-shadow: none;
}

@media screen and (max-width: 1200px) {
	#faq .faq_head h2 {
        font-size: 34px;
        line-height: 45px;
    }
	#faq .faq_head p {
        font-size: 18px;
        line-height: normal;
    }
}

@media screen and (max-width: 767px){
  
  #faq .faq_head {
    margin-bottom: 30px;
  }

  #faq .faq_head h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  #faq .faq_head p {
    font-size: 20px;
    line-height: 25px;
  }

  #faq .faq_acc .faq_acc_head p {
    margin-bottom: 20px;
  }

  #faq .accordion-button {
    padding: 15px;
    font-size: 18px;
    line-height: 27px;
  }

  #faq .accordion-body {
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
    padding-top: 0;
  }
}
@media screen and (max-width: 479px){
   #faq .faq_head h2 {
    font-size: 28px;
    line-height: normal;
  }

  #faq .faq_acc .faq_acc_head p,
  #faq .faq_head p {
    font-size: 18px;
    line-height: normal;
  }

  #faq .accordion-button {
    padding: 10px;
  }
  #faq .accordion-body {
    padding: 10px;
    padding-top: 0;
  }

  #faq p {
    font-size: 14px;
  }

}

.process-section .sub-title {
	font-size: 15px;
	line-height: 25px;
	color: rgba(51, 91, 141, 1);
	margin-bottom: 20px;
}
.process-section .page-title {
	font-size: 34px;
	line-height: 43px;
	margin-bottom: 20px;
}
.process-section .main-p {
	font-size: 16px;
	line-height: 25px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.process-section {
	background: rgba(230, 230, 230, 1);
}
.process-section .process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.process-section .process-card {
  background: rgba(240, 240, 240, 1);
  border-radius: 14px;
  padding: 45px 45px 35px;
  position: relative;
  border-top: 4px solid transparent;
  transition: all 0.3s;
  overflow: hidden;
	border: 1px solid rgba(204, 204, 204, 1);
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.process-section .process-card:hover {
  transform: translateY(-5px);
}

.process-section .process-icon {
  max-width: 90px;
  max-height: 65px;
}

.process-section .process-icon i {
  font-size: 26px;
  color: #fff;
}

.process-section .process-step-num {
  display: inline-block;
  color: rgba(231, 231, 231, 1);
  font-size: 45px;
  font-weight: 700;
	line-height: normal;
}

.process-section .process-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin-bottom: 30px;
}

.process-section .process-card h3 {
  font-size: 16px;
  margin-bottom: 0px;
  color: rgba(33, 36, 41, 1);
	font-weight: 700;
}
.process-section .process-card p {
  font-size: 16px;
  line-height: 25px;
	color: rgba(33, 36, 41, 1);
}

.process-section .process-card:hover .light-green-testi {
	animation: dot-typing1 1s infinite linear;
}

.process-section .process-card:hover .green-testi {
	animation: dot-typing2 1s infinite linear;
}

.process-section .process-card:hover .blue-testi {
	animation: dot-typing3 1s infinite linear;
}

.process-section .dot-flex-testi {
	margin-top: auto;
}

@media(max-width:1399px) {
	.process-section .process-step-num {
	  font-size: 40px;
	}
}
@media(max-width:1199px) {
	.process-section .process-step-num {
	  font-size: 35px;
	}
	.process-section .process-card {
		padding: 30px;
	}
	.process-section .process-icon {
	  max-width: 70px;
	}
	.process-section .process-grid {
	  gap: 25px;
	}
	.process-section .process-top {
		margin-bottom: 15px;
	}
}
@media(max-width:991px) {
	.process-section .process-grid {
	  grid-template-columns: repeat(2, 1fr);
	  gap: 20px;
	}
}

@media(max-width:767px) {
	.process-section .page-title {
		font-size: 28px;
		line-height: 33px;
		margin-bottom: 15px;
	}
	.process-section .sub-title {
		margin-bottom: 10px;
	}
	.process-section .process-grid {
	  grid-template-columns: repeat(1, 1fr);
	}
	.process-section .process-card {
		padding: 25px;
	}
	.process-section .process-icon {
	  max-width: 60px;
		max-height: 60px;
	}
	.process-section .process-step-num {
	  font-size: 30px;
	}
}
.our-services-section {
	background: rgba(230, 230, 230, 1);
}

.our-services-section .page-title {
	font-size: 34px;
	line-height: 43px;
	margin-bottom: 20px;
}
.our-services-section .main-p {
	font-size: 16px;
	line-height: 25px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.our-services-section .our-services-list {
	list-style: none;
	margin-top: 45px;
}
.our-services-section .our-services-list li {
	font-size: 14px;
	line-height: normal;
	color: rgba(33, 36, 41, 1);
}
.our-services-section .our-services-list li {
	margin-bottom: 5px;
}

@media(max-width:991px) {
	.our-services-section .our-services-list {
		margin-top: 30px;
	}
}
@media(max-width:767px) {
	.our-services-section .our-services-list {
		margin-top: 5px;
	}
	.our-services-section .page-title {
		font-size: 28px;
		line-height: 33px;
		margin-bottom: 15px;
	}
}

.cta-section .page-title {
	font-size: 34px;
	line-height: 43px;
	margin-bottom: 20px;
}
.cta-section .main-p {
	font-size: 16px;
	line-height: 25px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.cta-section .banner-btn-one{
    background: var(--atlasblack);
    color: var(--atlaswhite);
    border: transparent;
}
.cta-section .banner-btn-one svg{
        background: var(--atlasgreen);
}

.cta-section .btn-wrap {
	justify-content: center;
}
.cta-section .cta-form {
	margin-top: 45px;
}
.cta-section .cta-form form {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: center;
	align-items: start;
}

@media(max-width:991px) {
	.cta-section .cta-form {
		margin-top: 30px;
	}
}
@media(max-width:767px) {
	.cta-section .cta-form {
		margin-top: 25px;
	}
	.cta-section .page-title {
		font-size: 28px;
		line-height: 33px;
		margin-bottom: 15px;
	}
}