.hireinneranimation2, .hireinneranimation3, .hireinneranimation4, .hireinneranimation61, .hireinneranimation62, .hireinneranimation71, .hireinneranimation72, .hireinneranimation81, .hireinneranimation82, .hireinneranimation91, .hireinneranimation92, .hireinneranimation101, .hireinneranimation102, .hireinneranimation51, .hireinneranimation52 {
    opacity: 0;
    transform: translateX(-100px);
}
.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;
    }
}
@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;
}

#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;
}

.services-select input[type="radio"]:checked + label {
  background-color: var(--atlasgreen);
}

#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 .btn-close{
	filter:none !important;
	z-index:11;
}
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;
}
@media (max-width: 768px){
   div#NewsModal .btn-close,
  div#HeaderFormModal .btn-close,
  div#FormModal .btn-close {
    left: unset;
    right: 10px;
    top: 10px;
  }
}
@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;
  }
}
#FormModal .btn-close{
	position: absolute;
    right: 10px;
    top: 10px;
	    z-index: 10;
	transition: all .4s;
}
#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;
}
#candlyModal .btn-close{
	    filter: brightness(0) invert(1) !important;
}

/* benefits-section-start  */

.perks-content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  font-weight: bold;
  color: var(--atlasblack);
  line-height: 50px;
}
@media (max-width: 1200px) {
    .perks-content h3 {
        font-size: 38px;
        line-height: 45px;
    }
}
@media (max-width: 768px) {
    .perks-content h3 {
        font-size: 32px;
        line-height: 50px;
    }
}
@media only screen and (max-width: 475px) {
    .perks-content h3 {
        font-size: 22px;
        line-height: normal;
    }
}

.perks-content p {
  font-size: 20px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: var(--atlasblack);
  line-height: 30px;
}
@media (max-width: 1024px) {
    .perks-content p {
        font-size: 18px;
        font-weight: normal;
    }
}
@media (max-width: 768px) {
    .perks-content p {
        font-size: 18px;
        line-height: normal;
    }
}
@media only screen and (max-width: 475px) {
    .perks-content p {
        font-size: 16px;
        line-height: normal;
    }
}
@media screen and (max-width: 767px) {
    .hire-mobile-app-section .content-area p, .mobile-services-section p, .expert-mobile-services-section .services-box p, .top-mobile-development-section .content-box p, .banner-inner-section .inner-content p {
        font-size: 15px;
        line-height: normal;
    }
}
.perks-text {
  border: 1px solid transparent;
  border-radius: 25px;
  gap: 30px;
  padding: 20px 40px;
   height: auto;
    transition: all 0.4s;
}
@media (max-width: 768px) {
    .perks-text {
        padding: 20px;
    }
}
@media only screen and (max-width: 475px) {
    .perks-text {
        border-radius: 15px;
        padding: 10px 20px;
    }
}
.perks-text img {
    width: 100px;
}

.box-green {
  background-color: #a2ba5f !important;
}

.green-active .perks-text {
  background-color: #a2ba5f;
}

.perks-inner-section {
  transition: all 0.4s;
}

.box-black {
  background-color: #212529;
}

.perks-text p {
  font-size: 24px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 0;
}

.dot-sec {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #a2ba5f;
  border: 1px solid transparent;
}

.perks-inner-section .dot-sec1 {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #212529;
  border: 1px solid transparent;
}

.dot-sec2 {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #003271;
  border: 1px solid transparent;
}

.dot-flex {
  gap: 5px;
}

.perks-content {
  position: sticky;
  top: 130px;
}

ul{
  list-style: none;
}
@media screen and (max-width: 1279px) {
    .accredited-by-section .d-flex.justify-content-between, .title-box.d-flex {
        flex-direction: column;
    }
}
.top-talents-hire-section .all-developer {
  justify-content: start;
  flex-wrap: wrap;
  gap: 15px;
}

.top-talents-hire-section .all-developer h5 {
  font-size: 24px;
  color: var(--atlasblack);
  font-weight: bold;
  margin-bottom: 15px;
}

.top-talents-hire-section .all-developer .box {
  position: relative;
  width: calc(33.33% - 32px);
  border-radius: 10px;
  overflow: hidden;
  padding: 35px;
}

.step-hire-expert-section .all-developer .box {
  position: relative;
  width: calc(25% - 11.25px);
  border-radius: 10px;
  overflow: hidden;
  padding: 35px;
}

.top-talents-hire-section .all-developer .box ul {
  margin-bottom: 0;
}

.top-talents-hire-section .all-developer .box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: #a2ba5f;
  transition: all 0.3s linear;
}

.top-talents-hire-section .all-developer .box:hover:after {
  width: 100%;
  transition: all 0.3s linear;
}

.top-talents-hire-section .all-developer .box:hover * {
  color: #fff !important;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
}

.top-talents-hire-section .all-developer .box:hover li:after {
  border-color: #fff;
}

.top-talents-hire-section .all-developer .box li {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--atlasblack);
  position: relative;
  padding-left: 20px;
}

.top-talents-hire-section .all-developer .box li:last-of-type {
  margin-bottom: 0;
}

.top-talents-hire-section .all-developer .box:nth-child(3n + 2):after {
  background: #212529;
}

.top-talents-hire-section .all-developer .box:nth-child(3n + 3):after {
  background: #003271;
}

.top-talents-hire-section .all-developer .box li:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 1px var(--atlasblack);
  border-bottom: solid 1px var(--atlasblack);
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  transition: all 0.4s;
  top: 8px;
  margin: auto;
}

.top-talents-hire-section .all-developer .box p {
  margin-bottom: 0;
}
@media screen and (max-width: 1365px) {
    .top-talents-hire-section .all-developer h5, .certified-developers-section .all-developer .box h5 {
        font-size: 22px;
    }
    .top-talents-hire-section .all-developer .box {
        padding: 30px;
    }
}
@media screen and (max-width: 1279px) {
    .top-talents-hire-section .all-developer .box {
        width: calc(50% - 36px);
        margin: 0 1% 1% 0;
    }
}
@media screen and (max-width: 1023px) {
    .top-talents-hire-section .all-developer .box {
        padding: 20px 20px 20px 30px;
    }
}
@media screen and (max-width: 767px) {
    .top-talents-hire-section .all-developer .box {
        padding: 15px 15px 15px 30px;
        width: 100%;
        margin: 0 0% 1% 0;
    }
}
@media screen and (max-width: 639px) {
      .why-us-section h5, .top-talents-hire-section .all-developer h5, .certified-developers-section .all-developer .box h5, .skills-developer-section .technical-non-technical h6 {
        font-size: 20px;
    }
    .top-talents-hire-section .all-developer h5 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 479px) {
    .top-talents-hire-section .all-developer .box {
        margin: 0;
    }
}
/* === Service One === */

.our-service {
  padding: 50px 0;
}

.service-content h2 {
  font-size: 50px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: var(--atlasblack);
  margin-bottom: 15px;
}

.service-content p {
  font-size: 18px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: var(--atlasblack);
  line-height: 27px;
  margin-bottom: 15px;
}

.service-content h4 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: var(--atlasblack);
  line-height: 36px;
}

/* === Service Two === */

#Services_slide .slider_slid .row {
  width: 100% !important;
  align-items: center;
}

#Services_slide .thumb_name .thumb-icon h3 {
  color: var(--atlasblack) !important;
  text-align: center;
}

#Services_slide .slider-thumb .thumb-icon span {
  background-color: #e6e6e6 !important;
}

#Services_slide
  .slider-thumb
  .thumb_name
  .thumb-icon
  span
  svg
  circle#Ellipse_194,
#Services_slide
  .slider-thumb
  .thumb_name
  .thumb-icon
  span
  svg
  circle[data-name="Ellipse 194"]{
  fill: var(--atlasblack);
}

#Services_slide .slider-thumb:after {
  border-color: var(--atlasblack);
}

#Services_slide .slider_slid .slide_head {
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #a2ba5f;
}

#Services_slide .slider-thumb .slick-current .thumb-icon h3 {
  color: #a2ba5f !important;
}

#Services_slide .slider-thumb .thumb_name .thumb-icon h3 span {
  text-align: center;
  display: block;
  width: 100%;
}

#Services_slide
  .slider-thumb
  .slick-current
  .thumb-icon
  span
  svg
  circle#Ellipse_194,
#Services_slide
  .slider-thumb
  .slick-current
  .thumb-icon
  span
  svg
  circle[data-name="Ellipse 194"] {
  fill: rgb(162, 186, 95);
}

.technologies_content .slider_slid .slide_head span {
  color: var(--atlasblack);
  display: block;
}

.technologies_content .slider_slid .slide_body {
  font-size: 24px;
  font-weight: 500;
  color: var(--atlasblack);
  line-height: 40px;
}

.slide_li ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 37px;
  list-style: disc;
  color: var(--atlasblack);
}

.slide_li ul li::marker {
  color: #a2ba5f;
}

#technologies_slider .slider-thumb {
  margin-top: 30px;
}

/* === Service Four === */

.time-material {
  /* padding: 50px 0; */
}

.time-material .accordion-header {
  justify-content: flex-start;
}
.time-material button[aria-expanded="false"] {
  color: gray;
  justify-content: flex-start;
  transition: all 0.4s;
}

.time-material .accordion-header:hover button,
.time-material button[aria-expanded="true"] {
  width: fit-content;
  transition: all 0.4s;
  color: black;
}

.time-active a {
  text-decoration: none;
}

.time-tebimation {
  gap: 16px;
}

.time-tebimation h2 button {
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: var(--atlasblack);
  line-height: 60px;
  margin-bottom: 0;
}

.time-tebimation img {
  width: 46px;
  height: 46px;
}

.time-inner-content {
  gap: 20px;
}

.time-text h2 {
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: var(--atlasblack);
  line-height: 60px;
}

.time-text p {
  font-size: 18px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: var(--atlasblack);
  line-height: 28px;
}

.accordion-button:not(.collapsed) {
  color: unset;
  background-color: transparent;
  box-shadow: none;
}

.accordion-item {
  border: none;
}

.accordion-button::after {
  content: none;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: unset;
}

.accordion-button {
  padding: 10px 5px;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-header img {
  margin-right: 10px;
}

/* === Service Five === */

.benefits-section {
  /* padding: 50px 0; */
}

.benefits-content h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: var(--atlasblack);
  line-height: 34px;
}

.benefits-content h2 {
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: var(--atlasblack);
  line-height: 46px;
}

.benefits-main-text {
  gap: 10px;
}

.benefits-main-text p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: var(--atlasblack);
  line-height: 35px;
}

.benefits-content p {
  font-size: 18px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: var(--atlasblack);
  line-height: 34px;
}

/* === Service Six === */
.artical-card {
  width: 33.33%;
}

.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;
}

.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;
}
.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;
}
.testimonial-section .slick-list .slick-slide:hover img {
  scale: 1.05;
  box-shadow: 0px 5px 8px #68686875;
}

.testimonial-section .slick-list .slick-slide:hover img,
.home_page_slider .slick-list .slick-slide:hover img {
  transition: all 0.4s;
  scale: 1;
}

.aboutseven .slick-initialized .slick-list .slick-slide img {
  border-radius: 50%;
}

#technologies_slider .slider_slid img,
.home_page_slider .slider_slid img {
  border: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.testimonial-section img,
.testimonialauthourwithimage .testi-img img {
  border: unset !important;
  background-color: transparent !important;
  box-shadow: unset !important;
}

#service_inner_ui .all-developer {
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
}

#service_inner_ui .all-developer .box {
  display: flex;
  width: calc(33.33% - 13.33px);
  padding: 30px;
  flex-direction: column;
  justify-content: space-between;
}

/* === Media Css === */
@media (max-width: 1500px) {
  .time-tebimation h2 button {
    font-size: 32px;
  }
  .benefits-content h2,
  .service-content h2 {
    font-size: 38px;
    line-height: 50px;
  }
  .artical-card-title h3 {
    font-size: 20px;
    line-height: normal;
  }

  #service_inner_ui .all-developer .box {
    margin: 0;
  }
}

@media (max-width: 1200px) {
  #Services_slide .slider_slid .slide_head {
    font-size: 30px;
    line-height: normal;
  }
  #service_inner_ui .all-developer .box {
    margin: 0;
  }
  .time-tebimation h2 button {
    font-size: 30px;
  }
  #service_inner_ui .all-developer .box {
    width: calc(50% - 36px);
    margin: 0 0 0 0;
  }
  .benefits-content h2,
  .service-content h2 {
    font-size: 36px;
    line-height: normal;
  }
  .benefits-main-text p {
    font-size: 22px;
  }
  .benefits-content p {
    font-size: 16px;
    line-height: normal;
  }
  .artical-card-head p {
    line-height: normal;
  }
  .artical-card-head {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  /* === Service One === */

  .service-content h2 {
    font-size: 35px;
  }

  .service-content h4 {
    font-size: 20px;
  }

  /* === Services Two === */

  .technologies_content .slider_slid .slide_body {
    font-size: 20px;
    line-height: 30px;
  }

  #Services_slide .slider_slid .row {
    margin-top: 0;
  }

  /* === Service Four === */

  .time-tebimation h2 button {
    font-size: 30px;
    line-height: 30px;
  }

  .time-text h2 {
    font-size: 30px;
  }

  .accordion-body {
    padding: 0;
  }

  /* === Service Five === */

  .benefits-content h2 {
    font-size: 32px;
    line-height: 50px;
  }

  /* === Service Seven === */

  .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;
  }

  .accordion-header {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .accordion-header:last-child {
    margin-right: 0;
  }

  #service_inner_ui .all-developer .box {
    width: 100%;
  }
}

@media (max-width: 450px) {
  /* === Service Seven === */

  .artical-card {
    width: 100%;
    margin-top: 30px;
  }

  .time-tebimation h2 button {
    font-size: 20px;
    line-height: 30px;
  }

  .accordion .row {
    margin: 0;
  }
  .accordion-header {
    margin-right: 10px;
  }
  .accordion-header:last-child {
    margin-right: 10px;
  }

  .artical-card-title h3 {
    font-size: 18px;
    line-height: normal;
  }
}

.perks-text p {
  margin-bottom: 20px;
}
.perks-text .details {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.perks-text {
  height: auto;
  transition: all 0.4s;
}

.perks-text img {
  width: 100px;
}
#recent-work .learn-btn span {
  background: #acbde1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  transition: all 0.6s;
  justify-content: center;
  order: 1;
}

#recent-work .learn-btn p {
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  transition: all 0.6s;
  order: 2;
  color: var(--atlasblack);
}

#recent-work .learn-btn {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 270px;
  padding: 5px 10px;
  border: 1px solid var(--atlasblack);
  border-radius: 50px;
  transition: all 0.6s;
  background-color: transparent;
}

#recent-work .learn-btn:hover span {
  order: 2;
}

#recent-work .learn-btn:hover p {
  order: 1;
  color: #ffffff;
  padding-right: 0;
  padding-left: 20px;
}

#recent-work .learn-btn:hover {
  background-color: #003271;
}

/* btn */
/* dots */

#recent-work .work_card .dots {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 4px;
}

#recent-work .work_card .dots span {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 10px;
}

#recent-work .work_card .dots span.green {
  background: #a2ba5f;
}

#recent-work .work_card .dots span.black {
  background: var(--atlasblack);
}

#recent-work .work_card .dots span.blue {
  background: #003271;
}

/* dots */

#recent-work {
  padding-bottom: 150px;
}

#recent-work .recent-work .recent-btn {
  display: flex;
  justify-content: end;
}

#recent-work .recent-work {
  margin-bottom: 30px;
}

#recent-work .recent-work h5 {
  font-size: 40px;
  line-height: 80px;
  font-weight: bold;
}

#recent-work .work_card {
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}

#recent-work .work_card-inner {
  width: calc(33.33% - 13.33px);
  border-radius: 25px;
  overflow: hidden;
  transition: all 0.4s;
  margin: 0;
  margin-top: 20px;
  border: 0.5px solid #cccccc;
}

#recent-work .work_card-inner:hover {
  box-shadow: 0px 30px 20px #0000001a;
}

#recent-work .work_card-inner figure {
  margin: 0;
  position: relative;
  height: 100%;
}

#recent-work .work_card-inner figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  scale: 0.9;
  transition: all 0.4s;
}

#recent-work .work_card-inner:hover figure img {
  scale: 1;
}

#recent-work .work_card-inner figure .dots {
  position: absolute;
  bottom: 10px;
  right: 10px;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
    #recent-work .work_card-inner {
        width: 47%;
    }
        #recent-work {
        padding-bottom: 70px;
}
}
@media screen and (max-width: 767px){
  #recent-work {
        padding-bottom: 50px;
    }
    
}
@media screen and (max-width: 639px) {
    #recent-work .work_card {
        justify-content: center;
        gap: 0;
    }
        #recent-work .work_card-inner {
        width: 90%;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 479px) {
    #recent-work .recent-work .recent-btn {
        justify-content: start;
    }
     #recent-work .work_card {
        flex-wrap: wrap;
        justify-content: space-between;
    }
        #recent-work .work_card-inner {
        width: calc(50% - 10px);
        border-radius: 15px;
        margin-bottom: 20px;
        margin-top: 0px;
    }
        #recent-work {
        padding-bottom: 30px;
    }
}

.let-discuss-section .inner-content {
  background: #a2ba5f;
  padding: 50px;
  border-radius: 25px;
}

.let-discuss-section p {
  max-width: 82%;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}

.let-discuss-section .title-box h2 {
  font-size: 40px;
  text-align: center;
      font-weight: bold;
    color: var(--atlasblack);
    margin: 0;
}
@media screen and (max-width: 1365px){
  .let-discuss-section .inner-content {
    padding: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .let-discuss-section .title-box h2 {
    font-size: 34px;
  }
  .let-discuss-section .title-box h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px){
  .let-discuss-section .inner-content,
  .certified-developers-section .all-developer .box {
    padding: 20px;
  }
   .let-discuss-section .title-box h2 {
    font-size: 30px;
  }
  
}
@media screen and (max-width: 639px){
    .let-discuss-section p {
    line-height: normal;
  }
  
  .let-discuss-section p {
    max-width: none;
  }
    .let-discuss-section .title-box h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 479px){
  .let-discuss-section .title-box h2 {
    font-size: 22px;
    line-height: normal;
  }
.let-discuss-section p {
    font-size: 14px;
    line-height: normal;
  }
}
.comman-btn.top-space {
  display: table;
  margin: 50px auto 0;
}
  .expert-mobile-services-section .comman-btn.top-space {
    line-height: normal;
  }
  .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::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;
  }
}

#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: 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,
  #recent-work .recent-work h5 {
    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;
  }

}
  .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;
}

 .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;
  }
  .project-img {
    width: 100%;
    object-fit: contain;
}

.certified-developers-section .all-developer .box {
  background: var(--atlasblack);
  border-radius: 15px;
  width: 23.3%;
  padding: 15px;
  scale: 1;
  transition: all 0.2s;
}

.certified-developers-section .all-developer {
  justify-content: space-between;
}

.certified-developers-section .all-developer .box:hover {
  scale: 1.02;
  box-shadow: 0px 30px 20px #0000001a;
}

.certified-developers-section .all-developer .box * {
  color: var(--atlaswhite);
}

.certified-developers-section .all-developer .box h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 34px;
}
   .certified-developers-section .title-box {
        margin-bottom: 22px;
    }

.certified-developers-section .all-developer .box p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  max-width: 85%;
  margin-bottom: 0;
}

.certified-developers-section .all-developer .box p span {
  font-weight: unset !important;
}
@media screen and (max-width: 1279px) {
    .why-us-section li, p {
        font-size: 18px;
        line-height: normal;
    }
        .certified-developers-section .all-developer .box {
        flex: 0 0 48%;
        margin-bottom: 4%;
    }
        .certified-developers-section .all-developer {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 1023px) {
    .expertise-section .expertise-programmers .box p, .skills-developer-section .technical-non-technical li, .expert-mobile-services-section .all-service.expertise li, .why-us-section li, .why-us-section li, p, .top-talents-hire-section .all-developer .box li, .certified-developers-section .all-developer .box p {
        font-size: 16px;
        line-height: 30px;
    }
}
@media (min-width: 767px) {
    .testi-img {
        width: 105px;
        height: 105px;
    }
     .project-img {
        width: 100%;
        /* height: 70vh; */
        height: 100%;
    }
    
  
}
@media (max-width: 767px){
  .testimonial-section b,.testimonial-section strong {
    font-size: var(--f12);
}
     .certified-developers-section .all-developer .box {
        padding: 20px;
        flex: 0 0 100% !important;
        width: 100%;
    }
}
/*Home section5 start*/
  /* #technologies_slider
    .slider-thumb
    .thumb_name
    .thumb-icon
    span
    svg
    circle#Ellipse_194,#technologies_slider
    .slider-thumb
    .thumb_name
    .thumb-icon
    span
    svg
    circle[data-name="Ellipse 194"]{
    fill: #ffffff;
  } */
  
  #technologies_slider
    .slider-thumb
    .thumb_name
    .thumb-icon
    span
    svg
    path#Polygon_12,#technologies_slider
    .slider-thumb
    .thumb_name
    .thumb-icon
    span
    svg
    path[data-name="Polygon 12"],
  #technologies_slider
    .slider-thumb
    .thumb_name
    .thumb-icon
    span
    svg
    path#Polygon_13,#technologies_slider
    .slider-thumb
    .thumb_name
    .thumb-icon
    span
    svg
    path[data-name="Polygon 13"] {
    opacity: 0;
  }
  
  #technologies_slider
    .slider-thumb
    .thumb_name
    .thumb-icon
    span
    svg
    g#Ellipse_199
    circle,#technologies_slider
    .slider-thumb
    .thumb_name
    .thumb-icon
    span
    svg
    g[data-name="Ellipse 199"]
    circle {
    opacity: 0;
  }
  
  #technologies_slider
    .slider-thumb
    .slick-current
    .thumb-icon
    span
    svg
    circle#Ellipse_194,
  #technologies_slider
    .slider-thumb
    .slick-current
    .thumb-icon
    span
    svg
    circle[data-name="Ellipse 194"] {
    fill: rgb(162, 186, 95);
  }
  
  #technologies_slider
    .slider-thumb
    .slick-current
    .thumb-icon
    span
    svg
    path#Polygon_12,#technologies_slider
    .slider-thumb
    .slick-current
    .thumb-icon
    span
    svg
    path[data-name="Polygon 12"],
  #technologies_slider
    .slider-thumb
    .slick-current
    .thumb-icon
    span
    svg
    path#Polygon_13, #technologies_slider
    .slider-thumb
    .slick-current
    .thumb-icon
    span
    svg
    path[data-name="Polygon 13"] {
    opacity: 1;
  }
  
  #technologies_slider
    .slider-thumb
    .slick-current
    .thumb-icon
    span
    svg
    g#Ellipse_199
    circle,#technologies_slider
    .slider-thumb
    .slick-current
    .thumb-icon
    span
    svg
    g[data-name="Ellipse 199"]
    circle {
    opacity: 1;
  }
  
  #technologies_slider .technologies_content .slider_slid img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    object-fit: contain;
  }
  
  #technologies_slider .slider_slid img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }
  #technologies_slider {
    transition: all 1s;
  }
  #technologies_slider.technologystart {
    background: #000000;
  }
  #technologies_slider.technologystart .page-title {
    background: var(--atlasgreen);
    background: -webkit-linear-gradient(
      to right,
      var(--atlasgreen) 0%,
      var(--atlasblue) 100%
    );
    background: -moz-linear-gradient(
      to right,
      var(--atlasgreen) 0%,
      var(--atlasblue) 100%
    );
    background: linear-gradient(
      to right,
      var(--atlasgreen) 0%,
      var(--atlasblue) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.5s;
  }
  #technologies_slider .slider-thumb .thumb-icon span {
    position: relative;
    background-color: var(--atlasblack);
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
  }
  #technologies_slider.technologystart .slider-thumb .thumb-icon span {
    background-color: #000000;
  }
  
  #technologies_slider .slider-thumb {
    position: relative;
    z-index: 1;
    background: transparent;
    padding: 0;
    width: 97%;
    margin: 0 auto;
  }
  p {
    font-size: 20px;
    line-height: 33px;
    color: var(--atlasblack);
}
  #technologies_slider .slider-thumb:after {
    content: "";
    position: absolute;
    top: 80%;
    border-bottom: 1px solid #000000;
    width: 80%;
    right: 50%;
    z-index: -1;
    margin: 0 auto;
    transform: translateX(50%);
  }
  
  #technologies_slider .slick-nav.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  
  #technologies_slider .next-arrow {
    left: calc(100% + 70px);
  }
  
  #technologies_slider .prev-arrow {
    right: calc(100% + 70px);
  }
  
  #technologies_slider .slider-thumb .thumb_name .thumb-icon h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 18px;
    text-wrap: nowrap;
  }
  
  #technologies_slider .slider-thumb .slick-current .thumb-icon h3 {
    color: #a2ba5f;
  }
  
  #technologies_slider .thumb-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  
  .home_page_slider#technologies_slider .slick-track {
    display: block !important;
  }
  
  #technologies_slider .slick-track {
    display: flex !important;
  }
  
  #technologies_slider .slick-slide {
    height: inherit !important;
  }
  
  #technologies_slider .slick-slide div {
    height: 100% !important;
  }
  
  #technologies_slider .slider_slid .row {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
  }
  
  #technologies_slider .slider_slid .row > div {
    text-align: center;
  }
  li {
    list-style: none !important;
}
  #technologies_slider .slider_slid .row div h3 {
    margin-top: 15px;
    margin-bottom: 0;
    color: #a2ba5f;
    font-size: 22px;
    line-height: 35px;
    font-weight: bold;
  }
  .slick-prev, .slick-next {
    width: 40px !important;
    height: 40px !important;
    top: calc(50% + 10px);
}
@media (max-width: 1200px) {
    #technologies_slider .slider-thumb .thumb_name .thumb-icon h3 {
        font-size: 24px;
        line-height: 30px;
    }
}
@media (max-width: 1024px){
#technologies_slider .slider-thumb .thumb_name .thumb-icon h3{
  font-size: 22px;
  line-height: 30px;
}
}
@media (max-width: 767px) {
    #technologies_slider .slider-thumb .thumb_name .thumb-icon h3 {
        font-size: 20px;
        line-height: 20px;
    }
        #Services_slide .slider_slid .row {
        margin-top: 0;
    }
}
  @media (min-width: 576px){
    .slick-prev,
    .slick-next {
      top: 50%;
    }
   
  }
  @media (max-width: 575px){
         .slick-prev{
      left: 0;
      right: auto;
    }
    .slick-next{
      right: 0;
      left: auto;
    }
  }
  @media (max-width: 450px){
     .slick-prev,
  .slick-next {
    width: 40px !important;
    height: 40px !important;
    top: calc(50% + 10px);
  }
  }
/* === service_inner_ui === */

#service_inner_ui h2 {
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins";
  color: var(--atlasblack);
  line-height: 54px;
  margin-bottom: 40px;
}

#service_inner_ui .service_ui_card {
  padding: 30px 70px 30px 30px;
  border-left: 10px solid;
  border-radius: 10px;
}

#service_inner_ui .service_ui_card:nth-child(1) {
  border-color: #a2ba5f;
}

#service_inner_ui .service_ui_card:nth-child(2) {
  border-color: #212529;
}

#service_inner_ui .service_ui_card:nth-child(3) {
  border-color: #003271;
}

/* dots */
#service_inner_ui .dots {
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 0;
  margin-top: 4px;
  width: auto;
  height: auto;
  opacity: 1;
  position: unset;
}

#service_inner_ui .dots span {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 10px;
  filter: drop-shadow(0px 0px 4px white);
}

#service_inner_ui .dots span.green {
  background: #a2ba5f;
}

#service_inner_ui .dots span.black {
  background: #212529;
}

#service_inner_ui .dots span.blue {
  background: #003271;
}

/* dots */

#service_inner_ui p {
  font-size: 18px;
  font-weight: 400;
  color: var(--atlasblack);
  line-height: normal;
}

#service_inner_ui .service_ui_card h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 14px;
}

#service_inner_ui .service_ui_card p {
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  color: #212529;
  margin-bottom: 4px;
}

/* dots */
#choose-slider .dots {
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 0;
  opacity: 1;
  width: auto;
  height: auto;
  margin-top: 4px;
  position: unset;
}

#choose-slider .dots span {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 10px;
  filter: drop-shadow(0px 0px 4px white);
}

#choose-slider .dots span.green {
  background: #a2ba5f;
}

#choose-slider .dots span.black {
  background: #212529;
}

#choose-slider .dots span.blue {
  background: #003271;
}

/* dots */

#choose-slider {
  background-color: #e6e6e6;
  padding: 130px 0;
}

#choose-accordion {
  background-color: #e6e6e6;
  padding: 0;
}

#choose-slider .choose_head h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 54px;
  margin-bottom: 0;
}

#choose-slider .choose_head p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 0;
}

#choose-slider .slider_choose .choose_slide h3 {
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 14px;
  color: var(--atlasblack);
}

#choose-slider .slider_choose .choose_slide p {
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
  margin-bottom: 4px;
  color: var(--atlasblack);
}

#choose-slider .choose_slide {
  border: 1px solid #212529;
  border-radius: 25px;
  padding: 30px;
  height: 100%;
}

#choose-slider .choose_slide > * {
  width: 100%;
}
#choose-slider .choose_slide {
  display: flex !important;
  flex-wrap: wrap;
  align-content: space-between;
  transition: all 0.4s;
}
#choose-slider .choose_slide:hover {
  background-color: var(--atlasgreen);
}

#choose-slider .slick-track {
  display: flex !important;
}
#choose-slider .slick-track .slick-slide {
  display: flex !important;
  height: auto !important;
  align-items: stretch !important;
  justify-content: center !important;
  transition: all 0.4s;
}

#choose-slider .slick-track .slick-slide:hover {
  scale: 1.02;
}

#technologies_slider.choose_slide {
  display: unset;
}

#choose-slider .slider_choose {
  margin-top: 40px;
}

.slick-slide > div {
  padding: 10px;
}

.slider .slick-dots {
  position: unset;
}

#choose-slider .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin-top: 10px;
}

#choose-slider .slick-dots li {
  width: 18px;
  height: 18px;
  background-color: #212529;
  border-radius: 50%;
  cursor: pointer;
}

#choose-slider .slick-dots .slick-active {
  background-color: #a2ba5f;
}

#choose-slider .slick-dots button {
  background: transparent;
  color: transparent;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: transparent;
}

#choose-accordion .choose_head h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 54px;
  margin-bottom: 0;
}

#choose-accordion .choose_head p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 0;
}

#choose-accordion .accordion_section {
  margin-top: 50px;
  border-radius: 25px 25px 0 0;
  background: #212529;
  padding: 60px;
}

#choose-accordion .accordion-item {
  background: transparent;
  color: #ffffff;
  border: none;
}

#choose-accordion .accordion-header button {
  background-color: transparent;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  padding: 0;
  margin: 10px 0;
}

#choose-accordion .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: transparent;
  box-shadow: unset;
}

#choose-accordion .accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#choose-accordion .accordion-header .accordion-button span {
  background: #a2ba5f;
  transition: all 0.6s;
}

#choose-accordion .accordion-header .collapsed span {
  background: transparent;
  transition: all 0.6s;
}

#choose-accordion .accordion-button:not(.collapsed)::after,
#choose-accordion .accordion-button::after {
  background-image: none;
}

#choose-accordion .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

#choose-accordion .accordion-header button span {
  border-radius: 50%;
  margin-right: 10px;
  padding: 3px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  font-size: 18px;
  line-height: 19px;
}

#choose-accordion .accordion-body figure {
  margin: 0;
}

#choose-accordion .accordion-body figure img {
  width: 90%;
  height: 100%;
  object-fit: cover;
}

#choose-accordion .accordion-button:not(.collapsed) {
  border-bottom: none;
}

#design-tool {
  padding: 130px 0;
}

#design-tool .tools_head h2 {
  font-size: 40px;
  line-height: 54px;
  font-weight: bold;
  margin-bottom: 0;
}

#design-tool .tools_head p {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 0;
}

#design-tool .tools_head {
  margin-bottom: 40px;
}

.design-tools .tools {
  padding: 20px;
  border-top: 2px solid #212529;
}

.design-tools .tools:last-child {
  border-bottom: 2px solid #212529;
}

.design-tools .tools .tools_name {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.design-tools .tools .tools_name p {
  background: #2a2f34;
  color: #ffffff;
  border-radius: 50px;
  padding: 4px 10px;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  margin: 10px 0;
  margin-right: 30px;
  transition: all 0.4s;
}

.design-tools .tools .tools_name p:hover {
  background: var(--atlasgreen);
}

.design-tools .tools .tools_name p:last-child {
  margin-right: 0;
}

.design-tools .tools h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0;
  color: var(--atlasblack);
}

.service-detail .box li:after {
  content: none !important;
}

.service-detail .box li {
  padding-left: 0 !important;
}

/* new add */
#Services_slide .technologies_content .slider_slid img {
  height: 100%;
  width: 90%;
}

#Services_slide .slider_slid .slide_li ul {
  width: fit-content;
}

.slide_li ul li a {
  color: var(--atlasblack);
  transition: all 0.4s;
}

.slide_li ul li:hover a {
  color: var(--atlasblue);
  transform: translateX(10px);
}

.slide_li ul li {
  transition: all 0.4s;
  transform: translateX(0);
}
.slide_li ul li:hover {
  transform: translateX(10px);
}
#services_slide_inner .slick-slide div {
  height: auto !important;
}
#services_slide_inner .technologies_thumb .slick-slide div {
  height: 100% !important;
}
/* new add */

@media (max-width: 1200px) {
  #choose-accordion .accordion_section {
    padding: 30px;
  }
  #choose-slider {
    padding: 70px 0;
  }
  #service_inner_ui h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }
  #choose-accordion .choose_head h2,
  #design-tool .tools_head h2,
  #faq .faq_head h2,
  #choose-slider .choose_head h2 {
    font-size: 34px;
    line-height: 45px;
  }
  #service_inner_ui .all-developer .box {
    padding: 20px 30px;
  }
  #design-tool .tools_head p,
  #choose-accordion .choose_head p,
  #choose-slider .choose_head p,
  #faq .faq_head p,
  #service_inner_ui p {
    font-size: 18px;
    line-height: normal;
  }
  .design-tools .tools h5 {
    font-size: 22px;
    line-height: normal;
  }
  .design-tools .tools .tools_name p {
    margin-right: 10px;
    font-size: 16px;
  }
  .design-tools .tools {
    padding: 10px;
  }
  .perks-text p {
    font-size: 22px;
    line-height: normal;
  }
  .perks-text .details {
    font-size: 20px;
    line-height: normal;
  }
  #choose-slider .choose_slide {
    padding: 20px;
    margin-right: 0px;
  }
  #choose-slider .slider_choose .choose_slide h3 {
    font-size: 22px;
    line-height: 30px;
  }
  #choose-slider .slider_choose .choose_slide p {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 10px;
  }
}
/* 
@media (max-width: 991px) {
  #Services_slide .slider_slid .slide_li ul {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
  }

  .slide_li ul li {
    width: 48%;
  }
} */
@media (max-width: 767px) {
  #service_inner_ui .service_ui_card {
    margin-bottom: 20px;
  }

  #choose-accordion .accordion-body figure img {
    width: 100%;
  }

  .perks-text p {
    font-size: 20px;
    line-height: normal;
  }

  .perks-text .details {
    font-size: 18px;
    line-height: normal;
  }

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

  #service_inner_ui p {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
  }

  #service_inner_ui .service_ui_card {
    padding: 10px 20px;
  }

  #service_inner_ui .service_ui_card h4 {
    font-size: 22px;
  }

  #service_inner_ui .service_ui_card p {
    font-size: 18px;
    line-height: 24px;
  }

  #service_inner_ui .dots span {
    width: 13px;
    height: 13px;
    margin-left: 6px;
  }
  #choose-slider .choose_head h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 34px;
  }

  #choose-slider .choose_head p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  #choose-slider .choose_slide {
    padding: 18px;
    margin-right: 0px;
  }

  #choose-slider .slider_choose .choose_slide h3 {
    font-size: 20px;
    line-height: normal;
  }

  #choose-slider .slider_choose .choose_slide p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
  }

  #choose-slider .dots span {
    width: 13px;
    height: 13px;
  }

  #choose-slider .slick-dots {
    margin-top: 30px;
  }

  #choose-accordion .choose_head h2 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 34px;
  }

  #choose-accordion .choose_head p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  #choose-accordion .accordion {
    flex-wrap: wrap;
  }

  #choose-accordion .accordion_section {
    padding: 40px 30px;
  }

  #design-tool .tools_head h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }

  #design-tool .tools_head p {
    font-size: 20px;
    line-height: 26px;
  }

  .design-tools .tools {
    padding: 10px;
  }

  .design-tools .tools h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .design-tools .tools .tools_name p {
    margin: 5px 0;
    margin-right: 6px;
    font-size: 16px;
    padding: 1px 10px;
  }

  #design-tool,
  #choose-slider {
    padding: 100px 0;
  }

  #choose-slider .slider_choose {
    margin-top: 20px;
  }
  #Services_slide .slider_slid .slide_li ul {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
  }
  .slide_li ul li {
    width: 48%;
  }
}

@media (max-width: 475px) {
  #design-tool,
  #choose-slider {
    padding: 50px 0;
  }

  .slide_li ul li {
    width: 100%;
  }

  #design-tool .tools_head h2,
  #service_inner_ui h2 {
    font-size: 28px;
    line-height: normal;
  }

  .design-tools .tools h5,
  #design-tool .tools_head p,
  #service_inner_ui p {
    font-size: 18px;
    line-height: normal;
  }

  .top-talents-hire-section .all-developer {
    gap: 15px !important;
  }

  #choose-accordion .choose_head h2,
  #choose-slider .choose_head h2 {
    font-size: 28px;
    line-height: normal;
  }

  #choose-accordion .choose_head p,
  #choose-slider .choose_head p {
    font-size: 18px;
    line-height: normal;
  }
  #choose-slider .slider_choose {
    margin-top: 0px;
  }
  #choose-slider .slider_choose .choose_slide h3 {
    font-size: 18px;
    line-height: normal;
  }
  #choose-slider .slider_choose .choose_slide p {
    font-size: 18px;
    line-height: normal;
  }
  #choose-slider .slick-dots {
    margin-top: 0;
  }
  #choose-accordion .accordion_section {
    margin-top: 10px;
  }
  #choose-accordion .accordion_section .accordion-button {
    padding: 5px;
  }
  #choose-accordion .accordion_section {
    padding: 20px 10px;
  }
  .perks-text .details,
  #choose-accordion .accordion-header button {
    font-size: 16px;
    line-height: normal;
  }
  #choose-accordion .accordion-item {
    margin-bottom: 20px;
  }

  .design-tools .tools .tools_name p {
    font-size: 14px;
    line-height: normal;
    margin: 2px 0;
    margin-right: 6px;
  }
  .perks-text p {
    margin-bottom: 10px;
  }
  .dot-flex {
    gap: 0;
  }
  #choose-slider .slick-dots li,
  .slick-dots li button:before,
  .slick-dots li button {
    width: 14px;
    height: 14px;
  }
}

.servicesdanimation9,
.servicesdanimation7,
.servicesdanimation8,
.servicesdanimation5,
.servicesdanimation2,
.servicesdanimation21,
.commonanimation3,
.commonanimation2 {
  opacity: 0;
  transform: translate(-30px);
  /* transition: all 0.4s; */
}
.hiredevloperform #careerForm .form-group .error-messages {
  text-align: right;
}
.hiredevloperform #careerForm .form-group.select_butons .error-messages {
  display: none;
}
.google-recaptchacenter > div > div {
  transform-origin: center;
  -webkit-transform-origin: center;
  overflow: hidden;
}
 .title-box h2{
    font-weight: 700;
 }
@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;
         font-size: 30px;
    }
}
@media screen and (max-width: 1023px) {
    .title-box h2 {
        font-size: 26px;
    }
}
@media screen and (max-width: 767px) {
    .title-box h2 {
        line-height: normal;
    }
}
@media screen and (max-width: 479px) {
    .title-box h2 {
        font-size: 22px;
    }
}
.accredited-by-section {
  background-color: #f0f0f0;
}

.accredited-by-section .title-box {
  padding-right: 30px;
  width: 30%;
}

.accredited-by-section .accredited-logo {
  width: 70%;
}

.accredited-by-section .accredited-logo ul {
  flex-wrap: wrap;
  align-items: stretch;
}

.accredited-by-section .accredited-logo li {
  width: 20%;
  text-align: right;
  padding: 10px 5px;
  transition: all 0.4s;
}

.accredited-by-section .accredited-logo li:hover a {
  background-color: var(--atlaswhite);
  box-shadow: 20px 20px 30px #0000001a;
}

.accredited-by-section .accredited-logo li img {
  display: flex;
  transition: all 0.4s;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 4px solid var(--atlasgreen);
  border-radius: 15px;
  aspect-ratio: 1 / 1;
  -webkit-aspect-ratio: 1 / 1;
  object-fit: contain;
  max-width: 100%;
  max-height: 180px;
}
@media screen and (max-width: 1279px){
     .accredited-by-section .d-flex.justify-content-between,
  .title-box.d-flex {
    flex-direction: column;
  }

  .accredited-by-section .accredited-logo {
    width: 100%;
  }

  .accredited-by-section .accredited-logo li {
    width: 14%;
  }
   .accredited-by-section .accredited-logo li {
    text-align: left;
  }
}
@media screen and (max-width: 1023px) {
  .accredited-by-section .accredited-logo li img {
    max-height: 130px;
  }
    .accredited-by-section .accredited-logo li {
    margin-bottom: 15px;
    width: 20%;
  }
}
@media screen and (max-width: 992px) {
  .accredited-by-section .accredited-logo li img {
    max-height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .accredited-by-section .accredited-logo li img {
    max-height: 90px;
  }
    .accredited-by-section .accredited-logo li {
    flex: 0 0 25%;
  }
   .accredited-by-section .accredited-logo,
  .accredited-by-section .title-box {
    width: 100%;
    padding-right: 0;
  }

}
@media screen and (max-width: 639px){
    .accredited-by-section .accredited-logo li {
    flex: 0 0 33%;
  }
    .accredited-by-section .accredited-logo li {
    flex: 0 0 25%;
  }

  .accredited-by-section .accredited-logo li img {
    width: 90%;
  }
}
@media screen and (max-width: 479px){
    .accredited-by-section .accredited-logo li {
    flex: 0 0 33%;
  }
    .accredited-by-section .accredited-logo li a img {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }

  .accredited-by-section .accredited-logo,
  .accredited-by-section .title-box {
    width: 100%;
  }
}
.expertise-section {
  background: #f0f0f0;
}

.expertise-section .expertise-programmers {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 20px;
  margin-top: 50px;
}

.expertise-section .expertise-programmers .box {
  width: calc(25% - 20px);
  margin-bottom: 30px;
}

.expertise-section .expertise-programmers .box h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.expertise-section .expertise-programmers .box p {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
}
.expertise-section .title-box p {
   
    flex: 0 0 58%;
   
}
@media screen and (max-width: 1279px){
      .expertise-section .expertise-programmers .box p {
    line-height: 32px;
  }

  .expertise-section .expertise-programmers {
    justify-content: start;
  }
}
@media screen and (max-width: 1023px){
    .expertise-section .expertise-programmers .box {
    width: calc(33.33% - 20px);
    margin-bottom: 20px;
  }
  

  .expertise-section .expertise-programmers .box h5 {
    font-size: 22px;
    margin-bottom: 15px;
  }
   .expertise-section .expertise-programmers .box p{
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 992px) {
     .expertise-section .expertise-programmers .box {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 639px){
     .expertise-section .expertise-programmers .box h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px){
    .expertise-section .expertise-programmers .box p
  {
    line-height: normal;
  }
}
.skills-developer-section .technical-non-technical * {
  color: #fff;
}

.skills-developer-section .technical-non-technical {
  display: flex;
}

.skills-developer-section .technical-non-technical h6 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
}

.skills-developer-section .technical-non-technical .box {
  background: #a2ba5f;
  width: 100%;
  padding: 56px;
  border-radius: 20px 0 0 20px;
}

.skills-developer-section .technical-non-technical .box.dark {
  background: #212529;
  border-radius: 0 20px 20px 0;
}

.skills-developer-section .technical-non-technical li {
  font-size: 18px;
  line-height: 34px;
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px;
}

.skills-developer-section .technical-non-technical li:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 12px;
}
  .skills-developer-section .title-box p{
        flex: 0 0 58%;
  }
@media screen and (max-width: 1599px) {
  .skills-developer-section .technical-non-technical h6 {
    font-size: 22px;
  }

  .skills-developer-section .technical-non-technical .box {
    padding: 50px;
  }
}
@media screen and (max-width: 1365px){
     .skills-developer-section .technical-non-technical .box {
    padding: 40px;
  }
  .skills-developer-section .technical-non-technical h6 {
    margin-bottom: 20px;
  }
   .skills-developer-section .technical-non-technical .box {
    padding: 30px;
  }
}

@media screen and (max-width: 1023px){
     .skills-developer-section .technical-non-technical {
    flex-direction: column;
  }

  .skills-developer-section .technical-non-technical .box {
    padding: 20px;
    border-radius: 20px 20px 0 0;
  }

  .skills-developer-section .technical-non-technical .box.dark {
    border-radius: 0 0 20px 20px;
  }

  .skills-developer-section .technical-non-technical h6 {
    margin-bottom: 15px;
  }
  
  .skills-developer-section .technical-non-technical li
  {
    font-size: 16px;
    line-height: 30px;
  }

}
@media screen and (max-width: 639px) {
    .skills-developer-section .technical-non-technical h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px){
  .skills-developer-section .technical-non-technical li
  {
    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;
}
.techstack .services-box {
    align-content: start;
    transition: all 0.4s;
}
.expert-mobile-services-section .title-box{
    margin-bottom: 22px;
}
.expert-mobile-services-section .title-box .white-color {
    color: white;
}
.expert-mobile-services-section .title-box .white-color p {
    color: white;
}
@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;
  }
}
@media(max-width:1366px){
   .expert-mobile-services-section .all-service.expertise {
        gap: 30px;
    }
}
@media screen and (max-width: 1279px){
      .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;
  }
}
@media screen and (max-width: 767px){
  .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;
  }
}

.why-us-section li {
  font-size: 24px;
  line-height: 34px;
  padding-left: 25px;
  position: relative;
  margin-bottom: 25px;
  color: var(--atlasblack);
}

.why-us-section li:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 1px var(--atlasblack);
  border-bottom: solid 1px var(--atlasblack);
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 12px;
}

.why-us-section h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 1599px){
      .why-us-section li {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1365px){
      .why-us-section li {
    font-size: 20px;
    line-height: 20px;
  }
    .why-us-section h5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1279px){
    
  .why-us-section li,
  p {
    font-size: 18px;
    line-height: normal;
  }

  .why-us-section li {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1023px){
     
  .why-us-section li,
  .why-us-section li{
    font-size: 16px;
    line-height: 30px;
  }
   .why-us-section li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 992px){
    .why-us-section .title-box h2 br:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
    .why-us-section .title-box h2 br:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .why-us-section h5 {
    margin-bottom: 15px;
    font-size: 22px;
  }
    .why-us-section h5{
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .why-us-section li {
    line-height: normal;
  }
    
  .why-us-section li{
    line-height: normal;
  }
}
.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;
    }
        .owl-content{
            margin-bottom: 0 !important;
        }
}

#candlyModal .btn-close{
	    filter: brightness(0) invert(1) !important;
}
#candlyModal .modal-content, #candlyModal .modal-dialog{
	position:static !important;
}
#candlyModal iframe{
	height:80vh;
}
.hiredevloperform .btn-close {
    z-index: 11;
}
.hiredevloperform .btn-close {
    background-size: contain;
    color: #fff;
    cursor: pointer;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 25px;
    width: 19px;
    opacity: 1;
}