.banner-inner-section {
  /*height: calc(100vh - 0px);*/
  display: flex;
  align-items: center;
}

.banner-inner-section .inner-content {
  max-width: 725px;
}

.banner-inner-section .inner-content h5 {
  color: #a2ba5f;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}

.banner-inner-section .inner-content h1 {
  font-size: 50px;
  color: var(--atlasblack);
  margin-bottom: 30px;
  line-height: 60px;
  font-weight: bold;
}

.banner-inner-section .inner-content p {
  font-size: 18px;
  color: var(--atlasblack);
  line-height: 27px;
  font-weight: normal;
  margin-bottom: 20px;
}

.banner-inner-section .inner-content b {
  font-weight: bold;
  font-size: 24px;
  color: var(--atlasblack);
}
@media screen and (max-width: 1599px){
     .banner-inner-section .inner-content h5 {
    font-size: 22px;
  }

  .banner-inner-section .inner-content h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
@media screen and (max-width: 1279px){
     .banner-inner-section .inner-content h5 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .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 h5 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: normal;
  }

  .banner-inner-section .inner-content h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .banner-inner-section .inner-content b {
    font-size: 20px;
  }
}

div#NewsModal .btn-close,
div#HeaderFormModal .btn-close,
div#FormModal .btn-close {
  border-radius: 50%;
  padding: 5px;
  border: none;
  opacity: 1;
  position: absolute;
  right: 10px;
  filter:none;
  top: 10px;
  z-index: 10;
  transition: all 0.4s;
}

div#NewsModal .btn-close:hover,
div#HeaderFormModal .btn-close:hover,
div#FormModal .btn-close:hover {
  transform: rotate(180deg);
}

#NewsModal .modal-body,
#HeaderFormModal .modal-body,
#FormModal .modal-body {
  padding: 30px 10px !important;
}

#NewsModal,
#HeaderFormModal,
#FormModal {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#NewsModal .modal-dialog .modal-content,
#HeaderFormModal .modal-dialog .modal-content,
#FormModal .modal-dialog .modal-content {
  background-color: var(--atlaswhite);
  border-radius: 15px;
  box-shadow: 0px 0px 50px #000000b3;
}

#careerForm .careers_heading {
  color: var(--atlasgreen);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

#careerForm form {
  width: 70%;
  margin: 0 auto;
}

#careerForm .row {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  align-items: center;
}

#careerForm label {
  font-size: 18px;
  font-weight: 500;
}

#careerForm .experience-card {
  padding: 0;
}
#careerForm label span {
  font-size: 16px;
  font-weight: 500;
}

#careerForm form .form-group {
  display: flex;
  justify-content: start;
  align-items: start;
  margin-bottom: 20px;
}

#careerForm form .error-messages {
  width: 60%;
}

#careerForm form .error-messages p {
  text-align: end;
  margin: 0;
  line-height: 20px;
}

#careerForm .recaptcha-error-messages p {
  text-align: center !important;
  line-height: 20px;
}
#careerForm .recaptcha-error-messages .recaptcha {
  margin-bottom: 10px;
}
#careerForm .recaptcha-error-messages {
  text-align: center;
  width: 100% !important;
  margin-bottom: 30px;
}

#careerForm form .form-group label {
  width: max-content;
  margin-right: 20px;
}

#careerForm .services-select {
  display: inline-block;
  position: relative;
}

#careerForm form .services-select label {
  margin: 0;
}

#careerForm .services-select input {
  width: 50%;
  background-color: transparent;
  transition: all 0.4s;
}

#careerForm .services-select input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  width: 100% !important;
  height: 100% !important;
}

#careerForm .select_butons .services-select label {
  font-size: 14px !important;
  padding: 4px 15px;
  font-weight: 400;
  line-height: normal;
}
#careerForm .select_butons label {
  width: 100% !important;
  margin-bottom: 10px;
}
#careerForm .select_butons {
  display: flex;
  flex-wrap: wrap;
}

#careerForm .select_butons .services-select {
  margin-bottom: 5px;
  margin-right: 5px;
}
#careerForm form .form-group [type="file"]::-webkit-file-upload-button {
  background-color: var(--atlasgreen);
  color: var(--atlasblack);
  font-weight: bold;
  border-radius: 6px;
  margin: 0px;
  margin-right: 10px;
  font-size: 16px;
  padding: 2px 6px;
  transition: all 0.4s;
}

#careerForm form .form-group select,
#careerForm form .form-group input {
  width: 100%;
}

#careerForm .submit_button {
  text-align: center;
}
#careerForm .submit_button button {
  color: var(--atlaswhite);
}

#careerForm input::placeholder {
  color: var(--atlaslitegray);
  font-size: 18px;
  font-weight: 500;
}

#careerForm .recaptcha {
  margin: 40px 0 20px 0;
}

#careerForm .recaptcha div {
  display: flex;
  justify-content: center;
}

#careerForm .resume-upload {
  position: relative;
}

#careerForm .resume-file {
  opacity: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

#careerForm .resume-upload input {
  border: 0px dashed var(--atlaslitegray);
  border-bottom-width: 2px;
  transition: all 0.4s;
  height: 80px;
}

#careerForm .resume-upload:hover input,
#careerForm .resume-upload:focus input {
  box-shadow: 5px 5px 30px #0000001a;
  border: 2px dashed var(--atlasgreen);
}

#careerForm textarea,
#careerForm select,
#careerForm input {
  font-size: 18px;
  padding: 2px 10px;
  border-radius: 0;
  border: 0px solid var(--atlaslitegray);
  border-bottom-width: 2px;
  font-weight: 600;
  color: var(--atlasgreen);
  transition: all 0.4s;
}

#careerForm input:hover,
#careerForm select:hover,
#careerForm textarea:hover,
#careerForm textarea:focus,
#careerForm select:focus,
#careerForm input:focus-visible,
#careerForm input:focus {
  box-shadow: unset;
  outline: none;
  border: 0px solid var(--atlasgreen);
	border-color:var(--atlasgreen) !important;
  border-bottom-width: 2px;
}
#careerForm form [step-id="2"] .form-group,#careerForm form [step-id="3"] .form-group{
	flex-wrap: wrap;
}
#careerForm form [step-id="2"] .form-group > label,#careerForm form [step-id="3"] .form-group > label{
	display:block;
	width:100%;
	margin-right:0;
	margin-bottom: 10px;
}
#careerForm form [step-id="2"] .form-group .wpcf7-checkbox,#careerForm form [step-id="3"] .form-group .wpcf7-checkbox{
	display:flex;
	flex-wrap: wrap;
}
#careerForm form [step-id="2"] .form-group .wpcf7-checkbox .wpcf7-list-item,#careerForm form [step-id="3"] .form-group .wpcf7-checkbox .wpcf7-list-item {
	    margin-bottom: 5px !important;
    margin-right: 5px !important;
}
#careerForm form [step-id="2"] .form-group .wpcf7-checkbox .wpcf7-list-item label,#careerForm form [step-id="3"] .form-group .wpcf7-checkbox .wpcf7-list-item label{
	    display: inline-block;
    position: relative;
	margin:0;
	
}
#careerForm form [step-id="2"] .form-group .wpcf7-checkbox .wpcf7-list-item label input,#careerForm form [step-id="3"] .form-group .wpcf7-checkbox .wpcf7-list-item label input{
	    background-color: initial;
    cursor: pointer;
    height: 100% !important;
    opacity: 0;
    position: absolute;
    transition: all .4s;
    width: 100% !important;
}
#careerForm form [step-id="2"] .form-group .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label,#careerForm form [step-id="3"] .form-group .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label{
	    font-size: 14px !important;
    font-weight: 400;
    line-height: normal;
    padding: 4px 15px;
	    margin: 0;
}
#careerForm form [step-id="2"] .uacf7-prev,#careerForm form [step-id="2"] .uacf7-next,#careerForm form [step-id="3"] .uacf7-prev{
	background-color: var(--atlasblack);
    border-color: var(--atlasblack);
    border-radius: 100px;
    color: #fff;
    font-weight: 600;
    padding: 8px 20px;
	font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}
#careerForm form [step-id="2"] .uacf7-buttons{
	display:flex;
	justify-content:center;
	gap:15px;
}
#careerForm form [step-id="3"] .form-submit .btn{
		background-color: var(--atlasblack);
    border-color: var(--atlasblack);
    border-radius: 100px;
    color: #fff;
    font-weight: 600;
	font-size: 16px;
    line-height: 24px;
    padding: 8px 20px;
    text-decoration: none;
}
#careerForm form [step-id="2"] .uacf7-prev:hover,#careerForm form [step-id="2"] .uacf7-next:hover,#careerForm form [step-id="3"] .uacf7-next:hover{
	background:var(--atlasgreen);
	 border-color:var(--atlasgreen);
}
#careerForm form [step-id="3"] .form-submit{
	text-align:center;
	display:inline-block;
}
#careerForm form [step-id="3"] .form-previous{
	display:inline-block;
}
#careerForm form [step-id="3"] .form-submit input.btn:hover,#careerForm form [step-id="3"] .form-previous .uacf7-prev:hover{
	background:var(--atlasgreen) !important;
	 border-color:var(--atlasgreen) !important;
	color:#fff !important;
}
.hiredevloperform #careerForm .form-group .error-messages {
  text-align: right;
}
.hiredevloperform #careerForm .form-group.select_butons .error-messages {
  display: none;
}
@media screen and (max-width: 479px){
    #careerForm .cptcha-main{
	    justify-content: center !important;
}
#careerForm .cptcha-main label{
	    margin: 0 auto;
    text-align: center;
}
#careerForm .cptcha-main .recaptcha{
	    margin: 10px 0 20px 0;
}
#careerForm .form-group.select_buton{
	    text-align: left;
}
#careerForm .uacf7-step.uacf7-step-29799.step-content.step-end{
	    text-align: center;
}
}
@media only screen and (max-width: 475px){
    #careerForm form {
    width: 90%;
    margin: 0 auto;
  }

  #careerForm textarea,
  #careerForm select,
  #careerForm input,
  #careerForm label {
    font-size: 16px;
  }
  #careerForm form .form-group select,
  #careerForm form .error-messages,
  #careerForm form .form-group input,
  #careerForm form .form-group label {
    width: 100%;
    margin-right: 0;
  }
  #careerForm form .form-group {
    flex-wrap: wrap;
  }
}
.top-mobile-development-section {
  background-color: #e6e6e6;
}

.top-mobile-development-section .d-flex {
  gap: 83px;
}

.top-mobile-development-section .content-box b {
  font-size: 24px;
  color: var(--atlasblack);
  margin-bottom: 20px;
  display: block;
}

.top-mobile-development-section .content-box p {
  font-size: 20px;
  color: var(--atlasblack);
  line-height: 40px;
}
.top-mobile-development-section .img-box img {
  border-radius: 25px;
  width: 100%;
}
@media (min-width: 992px) {
  .top-mobile-development-section .img-box {
    flex: 0 0 40%;
  }
}
@media screen and (max-width: 1919px){
     .top-mobile-development-section .content-box p {
    line-height: 38px;
  }
}
@media screen and (max-width: 1599px){
      .top-mobile-development-section .content-box p {
    font-size: 18px;
    line-height: 28px;
  }
  
  .top-mobile-development-section .content-box p {
    line-height: 28px;
  }

}
@media screen and (max-width: 1279px){
     .top-mobile-development-section .content-box p{
    font-size: 16px;
    line-height: 1.6;
  }
  .top-mobile-development-section .d-flex {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
      .top-mobile-development-section .content-box b {
    font-size: 20px;
    margin-bottom: 0;
  }

  .top-mobile-development-section .content-box p {
    margin-bottom: 10px;
  }
   .top-mobile-development-section .content-box p{
    font-size: 15px;
    line-height: normal;
  }
    .top-mobile-development-section .d-flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 639px){
      .top-mobile-development-section .d-flex {
    gap: 30px;
  }
}
.title-box h2 {
  font-size: 50px;
  font-weight: bold;
  color: var(--atlasblack);
  margin-bottom: 22px;
}

.title-box .white-color {
  color: white;
}

.title-box p {
  font-size: 24px;
  line-height: 40px;
  color: var(--atlasblack);
  flex: 0 0 58%;
  margin: 0;
}
@media screen and (max-width: 1919px) {
    .title-box h2 {
        font-size: 42px;
    }
}
@media screen and (max-width: 1599px) {
    .title-box h2 {
        font-size: 38px;
    }
}
@media screen and (max-width: 1365px) {
    .title-box h2 {
        font-size: 34px;
    }
}
@media screen and (max-width: 1279px) {
    .title-box h2 {
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 1023px) {
    .title-box h2 {
        font-size: 26px;
    }
}
@media screen and (max-width: 767px) {
    .title-box h2 {
        line-height: normal;
    }
}
.expert-mobile-services-section {
  background-color: var(--atlasblack);
}

.expert-mobile-services-section .services-box {
  padding: 30px;
  background-color: #fff;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  scale: 1;
  transition: all 0.4s;
}

.expert-mobile-services-section .services-box:hover {
  scale: 1.05;
  box-shadow: 10px 10px 10px #ffffff1a;
}

.expert-mobile-services-section .services-box div {
  margin-bottom: 10px;
}

.expert-mobile-services-section .services-box h6 {
  font-size: 24px;
  color: var(--atlasblack);
  margin-bottom: 14px;
  font-weight: bold;
  width: 100%;
}

.expert-mobile-services-section .services-box p {
  color: var(--atlasblack);
  font-size: 20px;
  margin-bottom: 4px;
  line-height: 33px;
}

.expert-mobile-services-section .all-service {
  display: grid;
  gap: 86px;
  grid-template-columns: 1fr 1fr 1fr;
}

.expert-mobile-services-section .bullet-point-ui {
  justify-content: end;
  width: 100%;
}

.expert-mobile-services-section .all-service.expertise li {
  font-size: 18px;
  line-height: 34px;
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px;
}

.expert-mobile-services-section .all-service.expertise li:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 1px #212529;
  border-bottom: solid 1px #212529;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 12px;
}

.expert-mobile-services-section .all-service.expertise {
  gap: 52px;
}

.bullet-point-ui {
  display: flex;
  gap: 13px;
}

.bullet-point-ui li {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #a2ba5f;
}

.bullet-point-ui li:nth-child(2) {
  background-color: var(--atlasblack);
}

.bullet-point-ui li:nth-child(3) {
  background-color: #003271;
}
.dot-flex {
    gap: 5px;
}
.dot-sec {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #a2ba5f;
    border: 1px solid transparent;
}
.dot-sec1 {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--atlasblack);
    border: 1px solid transparent;
}
.dot-sec2 {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #003271;
    border: 1px solid transparent;
}
@media screen and (max-width: 1919px){
     .expert-mobile-services-section .all-service {
    gap: 66px;
  }
}
@media screen and (max-width: 1599px){
     .expert-mobile-services-section .services-box p{
    font-size: 18px;
    line-height: 28px;
  }
  .expert-mobile-services-section .services-box {
    padding: 30px 30px 20px;
  }
    .expert-mobile-services-section .all-service {
    gap: 45px;
  }
  .expert-mobile-services-section .services-box p{
     font-size: 16px;
    line-height: 1.6;
  }
  .expert-mobile-services-section .services-box {
    padding: 20px 20px 15px;
  }
    .expert-mobile-services-section .all-service {
    gap: 25px;
  }

}
@media screen and (max-width: 1023px){
     .expert-mobile-services-section .all-service {
    grid-template-columns: 1fr 1fr;
  }
   .expert-mobile-services-section .services-box h6 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .expert-mobile-services-section .services-box p{
     font-size: 15px;
    line-height: normal;
  }
  .expert-mobile-services-section .all-service{
      flex-direction: column;
  }
}
@media screen and (max-width: 639px){
      .expert-mobile-services-section .all-service {
    grid-template-columns: 1fr;
  }
      .expert-mobile-services-section .all-service {
    gap: 20px;
  }
 
}

.mobile-services-section .d-flex {
  gap: 97px;
  align-items: start;
}

.mobile-services-section p {
  font-size: 20px;
  line-height: 33px;
  color: var(--atlasblack);
  max-width: 1440px;
  flex: 0 0 auto;
}

.mobile-services-section .developer-icon {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 40%;
}

.mobile-services-section .developer-icon figure {
  border: solid 1px var(--atlasblack);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  width: calc(33.33% - 20px);
  margin-bottom: 0;
  aspect-ratio: 1 / 1;
  padding: 10px;
}

.mobile-services-section .developer-icon figure:hover {
  background-color: var(--atlasblack);
}
.mobile-services-section .developer-icon figure img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.mobile-services-section .developer-icon figure:hover img {
  filter: brightness(1) invert(1);
}
@media screen and (max-width: 1919px){
     .mobile-services-section .d-flex{
    gap: 66px;
  }
}
@media screen and (max-width: 1599px){
     .mobile-services-section p{
          font-size: 18px;
    line-height: 28px;
     }
     .mobile-services-section .d-flex{
          gap: 45px;
     }
       .mobile-services-section .content {
    flex: 0 0 60%;
    width: 60%;
  }

  .mobile-services-section .developer-icon img {
    height: 96px;
  }
}
@media screen and (max-width: 1279px) {
     .mobile-services-section p{
          font-size: 16px;
    line-height: 1.6;
     }
      .mobile-services-section .d-flex{
         gap: 25px;
      }
        .mobile-services-section .developer-icon img {
    height: 90px;
  }

  .mobile-services-section .developer-icon {
    gap: 15px;
    width: 40%;
  }
  .mobile-services-section .d-flex {
    flex-direction: row;
  }
}
@media screen and (max-width: 1023px){
.mobile-services-section .developer-icon img {
    height: 80px;
    padding: 22px 8px;
  }
  
}
@media screen and (max-width: 767px){
 .mobile-services-section p{
     font-size: 15px;
    line-height: normal;
   }
    .mobile-services-section .d-flex{
            flex-direction: column;
    }
     .mobile-services-section .content,
  .mobile-services-section .developer-icon {
    width: 100%;
  }
      .mobile-services-section .developer-icon figure {
    width: calc(25% - 20px);
  }
}
@media screen and (max-width: 639px){
     .mobile-services-section .d-flex{
         gap: 20px;
     }
      .mobile-services-section .developer-icon img {
    height: 75px;
  }
}
@media screen and (max-width: 479px){
  .mobile-services-section .developer-icon img {
    height: 60px;
    padding: 15px 10px;
  }

  .mobile-services-section .developer-icon {
    gap: 10px;
  }
}
.hire-mobile-app-section .img-box {
  width: 40%;
}

.hire-mobile-app-section .content-area {
  width: 60%;
}

.hire-mobile-app-section .d-flex {
  gap: 81px;
}

.hire-mobile-app-section .content-area p {
  margin-bottom: 40px;
}
@media screen and (max-width: 1599px){
    .hire-mobile-app-section .content-area p{
         font-size: 18px;
    line-height: 28px;
    }
}
@media screen and (max-width: 1279px){
      .hire-mobile-app-section .img-box {
    width: 35%;
  }

  .hire-mobile-app-section .content-area {
    width: 60%;
  }
  .hire-mobile-app-section .content-area p{
     font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1023px){
 .hire-mobile-app-section .d-flex {
    gap: 30px;
  }
    .hire-mobile-app-section .content-area p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px){
    .hire-mobile-app-section .content-area p{
          font-size: 15px;
    line-height: normal;
    }
    .hire-mobile-app-section .d-flex{
        flex-direction: column;
    }
      .hire-mobile-app-section .img-box {
    width: 100%;
  }

  .hire-mobile-app-section .content-area {
    width: 100%;
  }
}
@media screen and (max-width: 479px){
    .hire-mobile-app-section .d-flex {
    gap: 20px;
  }
}


.comman-btn {
  position: relative;
  background-color: #212529;
  font-size: 24px;
  line-height: 35px;
  text-transform: unset;
  padding: 26px 37px 26px 99px;
  border-radius: 50px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  transition: all 0.4s linear;
  overflow: hidden;
  text-align: left;
}

.comman-btn:before {
  content: "";
  background-color: #acbde1;
  position: absolute;
  height: 66px;
  width: 66px;
  border-radius: 50%;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s linear;
}

.comman-btn:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-left: solid 3px #234285;
  border-bottom: solid 3px #234285;
  z-index: 1;
  left: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(225deg);
  transition: all 0.4s linear;
}

.comman-btn:hover:after {
  border-color: #acbde1;
  left: calc(100% - 54px);
  transition: all 0.4s linear;
}

.comman-btn:hover:before {
  left: calc(100% - 74px);
  background-color: var(--atlasblack);
  transition: all 0.4s linear;
}

.comman-btn:hover {
  background-color: #acbde1;
  padding: 26px 99px 26px 37px;
  transition: all 0.4s linear;
  color: var(--atlasblack);
}

.comman-btn.white-bg {
  background: #fff;
  color: #212529;
}

.comman-btn.white-bg:hover:before {
  background-color: #acbde1;
}

.comman-btn.white-bg:hover:after {
  border-color: var(--atlasblack);
}
@media screen and (max-width: 1919px) {
    .comman-btn {
        font-size: 22px;
    }
}
@media screen and (max-width: 1599px) {
      .comman-btn.top-space {
    margin: 50px auto 0;
  }
    .comman-btn {
        font-size: 20px;
        padding: 15px 30px 15px 80px;
    }
      .comman-btn {
    font-size: 20px;
    padding: 15px 30px 15px 80px;
  }

  .comman-btn::before {
    width: 50px;
    height: 50px;
  }

  .comman-btn::after {
    left: 22px;
  }

  .comman-btn:hover {
    padding: 15px 80px 15px 30px;
  }

  .comman-btn:hover:before {
    left: calc(100% - 58px);
  }

  .comman-btn:hover:after {
    left: calc(100% - 46px);
  }
}
@media screen and (max-width: 1365px){
      .comman-btn.top-space {
    margin: 70px auto 0;
  }

}
@media screen and (max-width: 1279px){
      .comman-btn.top-space {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 1023px){
      .comman-btn.top-space {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 639px) {
  .comman-btn {
    font-size: 18px;
    padding: 10px 20px 10px 70px;
  }

  .comman-btn::before {
    width: 40px;
    height: 40px;
  }

  .comman-btn::after {
    left: 20px;
    width: 15px;
    height: 15px;
  }

  .comman-btn:hover {
    font-size: 18px;
    padding: 10px 70px 10px 20px;
  }

  .comman-btn:hover::before {
    left: calc(100% - 48px);
  }

  .comman-btn:hover::after {
    left: calc(100% - 38px);
  }
}
@media screen and (max-width: 479px){
    
  .comman-btn {
    line-height: normal;
    font-size: 16px;
  }

  .comman-btn.top-space {
    margin: 30px auto 0;
  }
}

.slick-initialized .slick-list .slick-slide .item {
  width: 100%;
  display: block;
  border: 1px solid #cccccc;
  background-color: var(--atlaswhite);
  box-shadow: unset;
  border-radius: 15px;
  scale: 1;
  transition: all 0.4s;
  object-fit: cover;
  object-position: top;
  overflow: hidden;
}
.slick-initialized .slick-list .slick-slide:hover .item {
  box-shadow: 0 5px 8px #68686875;
  scale: 1.02;
}
.slick-slide > div {
    padding: 10px;
}
.dark-mode .slick-initialized .slick-list .slick-slide:hover .item {
  box-shadow: 5px 5px 8px #b5b5b575;
  scale: 1.02;
}
.white-box img {
  box-shadow: 0 0px 0px #68686875;
  scale: 1;
}
.white-box:hover img {
  box-shadow: 0 5px 8px #68686875;
  scale: 1.05;
}
.owl-content {
  padding: 60px 0 30px 0;
}

.owl-content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: var(--nir-lightblack);
}
@media (max-width: 600px) {
    .owl-content h2 {
        font-size: 26px;
        line-height: 36px;
    }
}

.testimonial-section img,
.testimonialauthourwithimage .testi-img img {
  border: unset !important;
  background-color: transparent !important;
  box-shadow: unset !important;
}
 .testi-img {
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
  }
  .testi-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  .f14 {
    font-size: 14px;
}
  .testiname .f14 {
    line-height: 21px;
}
.testiname {
    padding-left: 15px;
}
.slick-dots li.slick-active button:before, .slick-dots li button:before {
    color: transparent;
}
 
  .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;
  }
@media (min-width: 767px){
     .testi-img {
        width: 105px;
        height: 105px;
    }
     .project-img {
        width: 100%;
        /* height: 70vh; */
        height: 100%;
    }
}
.artical-card {
  width: 33.33%;
}
.latest_articles .latest_articles_card a .blog-img {
    transition: all 0.4s;
    scale: 1;
    overflow: hidden;
}
.latest_articles .latest_articles_card:hover a .blog-img {
    scale: 1.05;
    box-shadow: 0px 30px 20px #0000001a;
}
 .blog-img {
    aspect-ratio: 3 / 2;
    border-radius: 25px;
  }
  .blog-img img {
    width: 100%;
    object-fit: cover;
  }

.artical-card .artical-card-img {
  overflow: hidden;
  border-radius: 25px;
  margin-bottom: 45px;
  box-shadow: 0 0 0 #0000001a;
  aspect-ratio: 4 / 3;
  transition: all 0.4s;
}

.artical-card .artical-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
  scale: 1;
  overflow: hidden;
}

.artical-card:hover .artical-card-img img {
  scale: 1.05;
}

.artical-card:hover .artical-card-img {
  box-shadow: 0px 30px 20px #0000001a;
}

.artical-card-head {
  margin-bottom: 28px;
}

.artical-card-head p {
  font-size: 14px;
  line-height: normal;
  color: #003271;
  font-weight: bold;
  margin-bottom: 0;
}

.artical-card-title h3 {
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 24px;
  margin-top: 25px;
  color: var(--atlasblack);
}

.artical-card-date {
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 0;
}

@media (max-width: 1500px){
      .artical-card-title h3 {
    font-size: 20px;
    line-height: normal;
      }
}
@media (max-width: 1200px){
      .artical-card-head p {
    line-height: normal;
  }
  .artical-card-head {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px){
    .artical-card {
    width: 48%;
    margin-top: 30px;
  }

  .artical-card .artical-card-img {
    margin-bottom: 20px;
  }

  .artical-card-head {
    margin-bottom: 10px;
  }

  .artical-card-head p {
    font-size: 14px;
    line-height: 20px;
  }

  .artical-card-title h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .artical-card-date {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 450px) {
  /* === Service Seven === */

  .artical-card {
    width: 100%;
    margin-top: 30px;
  }
   .artical-card-title h3 {
    font-size: 18px;
    line-height: normal;
  }
}