@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
	background: #fff url("/wp-content/themes/atlas-theme/assets/libraries/slick/css/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
	font-family: "slick";
	font-weight: normal;
	font-style: normal;

	src: url("/wp-content/themes/atlas-theme/assets/libraries/slick/css/fonts/slick.eot");
	src: url("/wp-content/themes/atlas-theme/assets/libraries/slick/css/fonts/slick.eot?#iefix") format("embedded-opentype"),
		url("/wp-content/themes/atlas-theme/assets/libraries/slick/css/fonts/slick.woff") format("woff"),
		url("/wp-content/themes/atlas-theme/assets/libraries/slick/css/fonts/slick.ttf") format("truetype"),
		url("/wp-content/themes/atlas-theme/assets/libraries/slick/css/fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;

	position: absolute;
	top: 50%;

	display: block;

	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);

	cursor: pointer;

	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;

	opacity: 0.75;
	color: white;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}
[dir="rtl"] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: "←";
}
[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}
[dir="rtl"] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: "→";
}
[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}
.slick-dots li {
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 20px;
	height: 20px;

	content: "•";
	text-align: center;

	opacity: 0.25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: black;
}

/* Slider */
.slick-slider {
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;

	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

:root {
  --atlaswhite: #ffffff;
  --atlaswhiteload: #00000048;
  --atlasgray: #f0f0f0;
  --atlaslitegray: #e6e6e6;
  --atlasblack: #212529;
  --atlasblue: #335b8d;
  --atlasdarkblue: #003271;
  --atlasdarkgreen: #006331;
  --atlasgreen: #a2ba5f;
  --f12: 12px;
  --f13: 13px;
  --f14: 14px;
  --f15: 15px;
  --f16: 16px;
  --f17: 17px;
  --f18: 18px;
  --f19: 19px;
  --f20: 20px;
  --f24: 24px;
  --f50: 50px;
  --f30: 30px;
  --f94: 94px;
}
:root {
    --clr1: #a2ba5f;
    --clr2: #003271;
    --clr3: #212529;
    --clr4: var(--atlasblack);
    --hsHeadingTop: 100px;
    --hsHeadingHeight: 120px;
    --hsTextTop: 220px;
    --wwaWidth: 71px;
    --wwaWidth2: 150px;
    --dotBoxLiWidth: 30px;
    --dotBoxDuration: 1s;
    --dotBoxTop: 150vh;
    --expWidth: 40px;
    --wwa1Top: 0;
    --wwa1Left: 0;
    --wwa2Top: 0;
    --wwa2Left: 0;
    --wwa3Top: 0;
    --wwa3Left: 0;
    --durationCommon: 400;
    --service1Height: 120vh;
    --service2Height: 110vh;
    --serviceMainHeight: 450vh;
    --hsTrigger1: 120vh;
    --hsTrigger12: 220vh;
    --dots: 30vh;
    --hs-img-box: 424px;
    --tlServAnimContainer: 100vh;
    --hs-ellipse-width-1: 370px;
    --hs-ellipse-width-2: 305px;
    --hs-ellipse-width-3: 395px;
    --bannerHeight: 0;
    --wwrHeight: 0;
    --servDetLeft: 170px;
  }
  .dark-mode {
    --clr3: #ffffff !important;
  }
  @media all and (max-width: 1366px) and (min-width: 1281px) {
    :root {
      --wwaWidth: 50px;
      --wwaWidth2: 120px;
      --hs-img-box: 250px;
      --expWidth: 30px;
    }
  }
  @media all and (max-width: 800px) {
    :root {
      --expWidth: 35px;
      --wwaWidth: 8vw;
      --wwaWidth2: 16vw;
      --servDetLeft: 70px;
    }
  }
b, strong {
    font-weight: 700 !important;
}
.single-articles b, strong {
    font-weight: bolder !important;
}
.dark-mode {
  --atlaswhite: #000000;
  --atlaswhiteload: #ffffff48;
  --atlasgray: #2c2c2c;
  --atlaslitegray: #616161;
  --atlasblack: #f4f9ff;
  --atlasblue: #335b8d;
  --atlasdarkblue: #003271;
  --atlasdarkgreen: #006331;
  --atlasgreen: #a2ba5f;
  --f12: 12px;
  --f13: 13px;
  --f14: 14px;
  --f15: 15px;
  --f16: 16px;
  --f17: 17px;
  --f18: 18px;
  --f19: 19px;
  --f20: 20px;
  --f24: 24px;
  --f50: 50px;
  --f30: 30px;
  --f94: 94px;
}

:focus-visible {
  outline: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb {
  background: var(--atlasgreen);
  border-radius: 50px;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: var(--f16);
  font-weight: 400;
  color: var(--atlasblack);
  background-color: var(--atlaswhite);
}
.ring,
.dot {
  display: none;
}
.ring {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border: 3px solid var(--atlasgreen);
  background-color: transparent;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  -webkit-transition-duration: 50ms;
  transition-duration: 50ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  will-change: width, height, transform, border;
  z-index: 9999999999;
  pointer-events: none;
}

.dot {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: var(--atlasblue);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  z-index: 9999999999;
  pointer-events: none;
}

.ring.hovered {
  transition: all 0.4s;
  opacity: 0;
}

.ring.slidered {
  transition: background-color 0.4s, width 0.4s, height 0.4s;
  width: 50px;
  height: 50px;
  opacity: 1;
  background-color: var(--atlasblack);
  border: 1px solid var(--atlasgreen);
}

.slidered {
  color: var(--atlasgreen);
  font-size: 20px;
  font-weight: normal;
}
.slidered:after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
}

.slidered::before {
  content: "<";
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
}

.hovered + .dot {
  transition: background-color 0.4s, width 0.4s, height 0.4s;
  width: 50px;
  height: 50px;
  opacity: 0.5;
  background-color: var(--atlasblack);
  border: 2px solid white;
}

.slidered + .dot {
  transition: opacity 0.4s;
  opacity: 1;
  background-color: var(--atlasgreen);
}

@media (min-width: 1200px) {
  body {
    cursor: none;
  }
  .ring,
  .dot {
    display: block;
  }
}

.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.graybg {
  background: var(--atlasgray);
}
.graylitebg {
  background: var(--atlaslitegray);
}
.atlasdark {
  background: var(--atlasblack);
}
.text-blue {
  color: var(--atlasdarkblue);
}
.text-green {
  color: var(--atlasgreen);
}
.f16 {
  font-size: 16px;
}
#tidio-chat #tidio-chat-iframe {
  inset: auto 30px 0px auto !important;
}
@media (max-width: 767px) {
  #tidio-chat #tidio-chat-iframe {
    inset: auto 0px 0px auto !important;
  }
	.create-experiences-section .contact-details a p {
    font-size: 18px;
}
}
.modal {
  z-index:99999;
}

.slick-dots {
  position: relative !important;
}

.height-animation {
  min-height: 100vh;
  height: 100vh;
}

/* Loader css start */
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*loader css end */
#careerForm .form-select{
	padding:2px 10px !important;
}
/*== Button ==*/
.btn-primary {
  color: #fff;
  background-color: var(--atlasblack);
  border-color: var(--atlasblack);
  border-radius: 100px;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 20px;
}
.uacf7-buttons{
	text-align:center;
}
.submit_button .btn-primary{
	  color: #fff !important;
	  background-color: var(--atlasblack);
  border-color: var(--atlasblack) !important;
  padding: 8px 20px !important;
	border-radius: 100px !important;
  font-weight: 600;
    display: inline-block;
	    font-size: 1rem !important;
	line-height: 1.5 !important; 
}
.uacf7-buttons .uacf7-next{
  color: #fff;
  background-color: var(--atlasblack);
  border-color: var(--atlasblack);
  padding: 8px 20px;
  border-radius: 100px;
  font-weight: 600;
    display: inline-block;
	    font-size: 1rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	line-height: 1.5;
}
.uacf7-buttons .uacf7-next:hover{
	border-color: var(--atlasgreen) !important;
    box-shadow: none !important;
    color: #fff !important;
	background:var(--atlasgreen) !important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary.active {
  background: var(--atlasgreen) !important;
  color: #ffffff !important;
  border-color: var(--atlasgreen) !important;
  box-shadow: none !important;
}
.btn-outline-primary {
  color: var(--atlasblack);
  border-color: var(--atlasblack);
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 8px 20px;
  line-height: 35px;
  padding: 5px 30px 5px 45px;
  position: relative;
  transition: all 0.5s;
}
.btn-outline-primary svg {
  width: 30px;
  height: 30px;
  background: var(--atlasblue);
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  stroke-width: 3px;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  background: var(--atlasblue);
  color: #ffffff;
  border-color: var(--atlasblue);
  box-shadow: none;
  padding: 5px 45px 5px 30px;
}
.btn-outline-primary:hover svg,
.btn-outline-primary:active svg,
.btn-outline-primary:focus svg,
.btn-outline-primary:not(:disabled):not(.disabled):active svg,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus svg {
  background: var(--atlasblack);
  left: calc(100% - 35px);
}
.btn-white {
  background: var(--atlaswhite);
}
.btn-white:hover,
.btn-white:active,
.btn-white:focus,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled):active:focus {
  background: var(--atlasblue);
}
.btn-white svg,
.btn-white:hover svg,
.btn-white:active svg,
.btn-white:focus svg,
.btn-white:not(:disabled):not(.disabled):active svg,
.btn-white:not(:disabled):not(.disabled):active:focus svg {
  background: #acbde1;
}

.btn-black {
  background: var(--atlasblack);
  color: var(--atlaswhite);
  line-height: 20px;
}
.btn-black:hover,
.btn-black:active,
.btn-black:focus,
.btn-black:not(:disabled):not(.disabled):active,
.btn-black:not(:disabled):not(.disabled):active:focus {
  background: var(--atlasblue);
}
.btn-black svg,
.btn-black:hover svg,
.btn-black:active svg,
.btn-black:focus svg,
.btn-black:not(:disabled):not(.disabled):active svg,
.btn-black:not(:disabled):not(.disabled):active:focus svg {
  background: var(--atlasgreen);
}
@media (min-width: 768px) {
  .btn-outline-primary {
    font-size: 18px;
    padding: 7px 30px 7px 45px;
  }

  .btn-outline-primary:hover,
  .btn-outline-primary:active,
  .btn-outline-primary:focus,
  .btn-outline-primary:not(:disabled):not(.disabled):active,
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    padding: 7px 45px 7px 30px;
  }
  .btn-outline-primary svg {
    width: 30px;
    height: 30px;
  }
  .btn-outline-primary:hover svg,
  .btn-outline-primary:active svg,
  .btn-outline-primary:focus svg,
  .btn-outline-primary:not(:disabled):not(.disabled):active svg,
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus svg {
    left: calc(100% - 35px);
  }
}
@media (min-width: 992px) {
  .btn-outline-primary {
    font-size: 20px;
    padding: 7px 30px 7px 55px;
  }
  .btn-outline-primary:hover,
  .btn-outline-primary:active,
  .btn-outline-primary:focus,
  .btn-outline-primary:not(:disabled):not(.disabled):active,
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    padding: 7px 55px 7px 30px;
  }
  .btn-outline-primary svg {
    width: 36px;
    height: 36px;
  }
  .btn-outline-primary:hover svg,
  .btn-outline-primary:active svg,
  .btn-outline-primary:focus svg,
  .btn-outline-primary:not(:disabled):not(.disabled):active svg,
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus svg {
    left: calc(100% - 45px);
  }
  .btn-black {
    padding: 12px 30px 12px 55px !important;
  }
  .btn-black:hover,
  .btn-black:active,
  .btn-black:focus,
  .btn-black:not(:disabled):not(.disabled):active,
  .btn-black:not(:disabled):not(.disabled):active:focus {
    padding: 12px 55px 12px 30px !important;
  }
}
@media (min-width: 1700px) {
  .btn-outline-primary {
    font-size: 18px;
    padding: 7px 30px 7px 55px;
  }
  .btn-outline-primary svg {
    width: 40px;
    height: 40px;
  }
}

.button-com {
  border: 1px solid var(--atlasblack);
  border-radius: 50px;
  font-weight: bold;
  font-size: var(--f14);
  text-align: start;
  position: relative;
  padding: 8px 20px 8px 46px;
  transition: all 0.5s;
}

.button-com svg {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  left: 6px;
  top: 50%;
  color: var(--atlaswhite);
  background: var(--atlasblue);
  transform: translateY(-50%);
  transition: all 0.5s;
  stroke-width: 3px;
}

.dark-mode .button-com:focus,
.dark-mode .button-com:hover,
.dark-mode .button-com svg {
  color: var(--atlasblack);
}

.button-com:focus,
.button-com:hover {
  padding: 8px 46px 8px 20px;
  background-color: var(--atlasblue);
  color: var(--atlaswhite);
  box-shadow: none;
}

.button-com:focus svg,
.button-com:hover svg {
  left: calc(100% - 36px);
  background: var(--atlasblack);
}

.dark-mode .button-com:focus svg,
.dark-mode .button-com:hover svg {
  background: var(--atlaswhite);
}

/* === dark button === */

#dark-bg svg {
  background: var(--atlasgreen);
}

#dark-bg {
  background: var(--atlasblack);
  color: var(--atlaswhite);
  border: transparent;
}

.dark-mode #dark-bg {
  color: var(--atlaswhite);
}

.dark-mode #dark-bg:focus,
.dark-mode #dark-bg:hover {
  color: var(--atlasblack);
}

#dark-bg:focus,
#dark-bg:hover {
  color: var(--atlaswhite);
  background-color: var(--atlasblue);
}

/* === blue button === */

#blue-bg svg {
  background: #acbde1;
}

#blue-bg {
  background: var(--atlasblack);
  color: var(--atlaswhite);
  border: transparent;
}

.dark-mode #blue-bg {
  background: var(--atlaswhite);
  color: var(--atlasblack);
}

#blue-bg svg path {
  stroke: var(--atlasblue);
}

#blue-bg:hover svg path {
  stroke: #acbde1;
}

.dark-mode #blue-bg:focus,
.dark-mode #blue-bg:hover {
  color: var(--atlaswhite);
}

#blue-bg:focus,
#blue-bg:hover {
  color: var(--atlasblack);
  background-color: #acbde1;
}

#blue-bg:hover svg {
  background: var(--atlasblack);
}

.dark-mode #blue-bg:hover svg {
  background: var(--atlaswhite);
}

/* === dark button === */

@media (min-width: 768px) {
  .button-com svg {
    width: 40px;
    height: 40px;
  }

  .button-com:focus svg,
  .button-com:hover svg {
    left: calc(100% - 46px);
  }

  .button-com {
    font-size: var(--f19);
    line-height: var(--f19);
    padding: 15px 25px 15px 51px;
  }

  .button-com:focus,
  .button-com:hover {
    padding: 15px 51px 15px 25px;
  }
}

@media (min-width: 992px) {
  .button-com svg {
    width: 40px;
    height: 40px;
  }

  .button-com {
    padding: 13px 20px 13px 56px;
    font-size: var(--f20);
    line-height: var(--f20);
  }

  .button-com:focus,
  .button-com:hover {
    padding: 13px 56px 13px 20px;
  }

  .button-com:focus svg,
  .button-com:hover svg {
    left: calc(100% - 46px);
  }
}

@media (min-width: 1500px) {
  .button-com {
    padding: 13px 20px 13px 56px;
    font-size: var(--f24);
    line-height: var(--f24);
  }

  .button-com:focus,
  .button-com:hover {
    padding: 13px 56px 13px 20px;
  }
}


/*== Button End ==*/
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.visibleelement {
  animation: fadeUp 1s ease-in-out; /* Adjust the duration and easing as needed */
}
/*== Back to top ==*/
#back-to-top {
  position: fixed;
 bottom: 112px;
    right: 62px;
  z-index: 1000;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #back-to-top {
    right: 20px;
  }
}
#back-to-top a {
  color: var(--atlaswhite);
  text-align: center;
  line-height: 33px;
  text-decoration: none;
  display: block;
  height: 2.25rem;
  width: 2.25rem;
  font-size: 1.25rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-box-shadow: 0px 0px 0px 5px var(--atlasblue);
  -moz-box-shadow: 0px 0px 0px 5px var(--atlasblue);
  box-shadow: 0px 0px 0px 5px var(--atlasblue);
  background: var(--atlasgreen);
}
#back-to-top a:hover {
  background-color: var(--atlasblack);
  color: var(--atlaswhite);
}
@media (max-width: 767px) {
  #back-to-top {
    right: 34px;
	bottom: 120px;
  }
}
/*== Back to top End ==*/



/*== Header css start ==*/
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: var(--atlasgreen);
}
header .navbar-nav .dropdown {
  position: static;
}

.navbar.sticky-nav .fix-logo{
  display:none;
}
.navbar .sticky-logo{
  display:none;
}
.navbar.sticky-nav .sticky-logo{
  display: inline-block;
}
.navbar-light .navbar-nav .nav-link {
  color: var(--atlasblack);
  font-weight: 600;
  padding: 0.5rem 0rem;
  position: relative;
}
.dropdown-item {
  color: var(--atlasblack);
  font-weight: 600;
}
.dropdown-item.active,
.dropdown-item:active {
  background: var(--atlaswhite);
  color: var(--atlasblack);
}
@media(min-width:1200px){
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--atlasgreen);
}
}
.dropdown-toggle::after {
  background: transparent;
  border: solid var(--atlasgreen);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  padding: 3px;
  transform-origin: 8px 1px;
  position: absolute;
  right: 3px;
  top: 17px;
}
.show.dropdown-toggle::after,
.navbar-light .navbar-nav .nav-link:hover::after {
  background: transparent;
  border: solid var(--atlasgreen);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  padding: 3px;
  transform-origin: 8px 1px;
}
.sticky-nav {
  border-radius: 50px;
  margin-top: 1rem;
  transition: all 0.5s;
  box-shadow: 20px 20px 60px #0000001a;
}

.navbar-brand img {
  width: 100px;
}

.sticky-nav .navbar-brand img {
  width: 60px;
}

.mega-menu-box .accordion-header {
  margin-right: 0px !important;
}

.mega-menu-box .nav-sub-menu .nav-link{
  color: var(--atlasblack) !important;
}
.mega-menu-box .nav-sub-menu .nav-link.active{
  color: var(--atlaswhite) !important;
}
.mega-menu-box .nav-sub-menu .nav-link.active img{
  filter: brightness(0) invert(1) !important;
}
.mega-menu-box .nav-sub-menu .nav-link:hover{
  color: var(--atlaswhite) !important;
}
.mega-menu-box .nav-sub-menu .nav-link:hover img{
  filter: brightness(0) invert(1) !important;
}
.mega-menu-box .web-bevelopment {
  display: none;
}
.mega-menu-box .accordion-button {
  padding: 15px 15px;
  position: relative;
  font-size: 14px;
}
.mega-menu-box .accordion-button:after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.mega-menu-box .accordion-button img {
  width: 25px;
}
.mega-menu-box
  .accordion
  .accordion-item:not(:last-child)
  button.accordion-button {
  border-bottom: 1px solid var(--atlaswhite);
}
@media (min-width: 992px) {
  header .btn-primary {
    font-size: var(--f16);
  }
  .hoverotheritems.show {
    display: none !important;
  }
  .hoverotheritems.firsthoveritem.show {
    display: block !important;
  }
  .cmshover.show {
    display: block !important;
  }
  .mega-menu-box .web-bevelopment {
    display: block;
  }
}
@media (min-width: 1200px) {
/* 	.mega-menu-box .nav-sub-menu .nav-list .nav-tabs .nav-item:first-child{
		background:#335b8d !important;
	}
	.mega-menu-box .nav-sub-menu .nav-list > .nav-tabs:has(>.nav-item:not(:first-child):hover) .nav-item:first-child{
		background:transparent !important;
	} */
	.navbar-light #navbarSupportedContent > .navbar-nav > .nav-item:hover > .nav-link{
		color:var(--atlasgreen) !important;
	}
	.navbar-light #navbarSupportedContent > .navbar-nav > .nav-item:hover > .nav-link::after{
		background: transparent;
        border: solid var(--atlasgreen);
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        padding: 3px;
        right: 3px;
        transform-origin: 8px 1px;
	}
  .dropdown-toggle::after {
    width: 5px;
    height: 5px;
    border: none;
    background: var(--atlasblack);
    position: absolute;
    right: 5px;
    top: 21px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .show.dropdown-toggle::after,
  .navbar-light .navbar-nav .nav-link:hover::after {
    background: transparent;
    border: solid var(--atlasgreen);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    padding: 3px;
    right: 3px;
    transform-origin: 8px 1px;
  }
  .navbar-light .navbar-nav .nav-link,
  .dropdown-item {
    font-size: var(--f14);
    line-height: 30px;
    transition: all 0.5s;
    padding: 0.5rem 1rem;
  }
  .sticky-nav.navbar-light .navbar-nav .nav-link,
  .sticky-nav .dropdown-item {
    font-size: var(--f14);
    transition: all 0.5s;
  }
  .navbar-brand img {
    width: 130px;
  }
  header .btn-primary {
    font-size: var(--f18);
  }
}
@media (min-width: 1400px) {
	
  .navbar-light .navbar-nav .nav-link,
  .dropdown-item {
    font-size: var(--f18);
    line-height: 30px;
    transition: all 0.5s;
  }
	.mega-menu-box .nav-sub-menu .nav-tabs .nav-item .nav-link{
		font-size: var(--f16) !important;
	}
  .sticky-nav.navbar-light .navbar-nav .nav-link,
  .sticky-nav .dropdown-item {
    font-size: var(--f16);
    transition: all 0.5s;
  }
}
.header-navigation .navbar-nav .nav-link.nav-btn svg {
  margin-left: 10px;
  transform: rotate(130deg);
  transition: all 0.5s;
}
.header-navigation .navbar-nav .nav-link.nav-btn:hover svg {
  transform: rotate(180deg);
}
.header-navigation .navbar-nav .nav-link.nav-btn:hover svg path {
  fill: #ffffff;
}
button.navbar-toggler:focus:not(:focus-visible),
button.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar-toggler {
  padding: 0px;
  border: none;
}
.trigger {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  border: 2px solid #fff;
  border-radius: 10px;
  transform: translateX(-50%) translateY(-50%);
}

.bars {
  width: 60px;
  cursor: pointer;
}
.bars .line {
  fill: none;
  stroke: var(--atlasblue);
  stroke-width: 4;
  stroke-linecap: square;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
}
.bars .line.top {
  stroke-dasharray: 40 172;
}
.bars .line.middle {
  stroke-dasharray: 40 111;
}
.bars .line.bottom {
  stroke-dasharray: 40 172;
}
.bars.active .top {
  stroke-dashoffset: -132px;
}
.bars.active .middle {
  stroke-dashoffset: -71px;
}
.bars.active .bottom {
  stroke-dashoffset: -132px;
}
/*== Header css end ==*/
 
/*Footer css start*/

.blackbg {
  background: var(--atlasblack);
}
.footer-quicklink,
.footergray {
  color: #5f6367;
}
.quick-icon {
  position: relative;
  top: 6px;
  left: 10px;
}
.rate-card-inner {
    position: relative;
    transition: all 0.4s;
}
.rate-card-inner:hover {
    filter: drop-shadow(0px 0px 10px #ffffff80);
}
.rate-img img {
    width: 150px;
}
.rate-card-inner:after {
    background-color: #51575d;
    content: "";
    height: 100%;
    left: 113%;
    position: absolute;
    top: 0;
    width: 1px;
}

.rate-card-inner::after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #51575d;
    left: calc(100% + 13%);
}
.rate-star {
    width: 20px;
    height: 20px;
    display: block;
    margin-bottom: 14px;
}
.rate-card span p {
    font-size: 23px;
    color: var(--atlaswhite);
    font-weight: bold;
    line-height: 23px;
}
@media(max-width:575px){
	.rate-card-inner:after{
		content:none;
	}
}
.rate-card-inner:last-child:after{
	content:none;
}
.rate-img img {
    width: 150px;
}
.rate_point {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-contact-main {
  font-weight: 300;
}
.footer-contact-main p{
    font-size: 20px;
    line-height: 33px;
}
.footer-contact-main a {
  color: var(--atlaswhite);
}
.footer-contact-main:hover a {
  color: var(--atlasgreen);
}
.footer-contact-main .footer-contact-icon {
  width: 25px;
  flex: 0 0 auto;
  margin-right: 10px;
}
.footer-list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  margin-bottom: 0;
      margin-left: 0;	
}
.footer-list li {
  position: relative;
  padding-left: 1rem;
}
.footer-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.footer-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--atlasgreen);
  position: absolute;
  top: 11px;
  left: 0;
}
.footer-contact-details p,
.footer-last-menu li a,
.footer-list li a {
  border-bottom: 1px solid transparent;
  transition: all 0.4s;
}
.footer-contact-details p:hover,
.footer-last-menu li a:hover,
.footer-list li a:hover {
  border-bottom: 1px solid var(--atlasgreen);
  color: var(--atlasgreen) !important;
}
.footer-last-menu {
	    padding-left: 0px;
  list-style: none;
    display: flex;
    margin-bottom: 0;
    justify-content: center;
	flex-wrap:wrap;
}
.footer-last-menu li {
/*   padding: 0px 10px;
  display: inline-block; */
  margin-bottom: 5px;
}
.footer-last-menu li + li {
    margin-left: 10px;
    padding-left: 10px;
}
.footer-last-menu li a {
  font-size: 18px;
}
.footer-last-menu li:not(:first-child) {
  border-left: 1px solid #5f6367;
}
.footer-last-menu a {
  color: #5f6367;
  text-decoration: none;
}
.copytext-main {
  position: absolute;
  left: 10px;
  transform: rotate(-90deg);
  transform-origin: left;
  bottom: 50px;
  color: var(--atlaswhite);
  z-index: 0;
  display: flex;
  justify-content: start;
  align-items: center;
}
.copytext-main p {
  color: var(--atlaswhite);
  margin: 0;
  margin-right: 10px;
  font-size: 16px;
}
.customzindex {
  z-index: 10;
}
.footer-contact-details p {
  color: var(--atlaswhite);
}
footer p {
  margin: 0;
}
/*Footer css end*/
.page-title h2 {
  font-weight: bold;
}

.page-title {
  font-size: 28px;
  line-height: 32px;
}
.sub-title {
  font-size: var(--f17);
  line-height: 24px;
}
.section-spacing {
  padding: 50px 0px;
}
.f94 {
  font-size: 44px;
  line-height: 50px;
  font-weight: bold;
}

/* === Spinner === */
.spinner-border {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
/* === Spinner === */

/* === Model Form === */
.modal.show .modal-dialog {
    transition: all 0.4s;
}
#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;
}
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;
}
#careerForm .recaptcha-error-messages {
    text-align: center;
    width: 100% !important;
    margin-bottom: 30px;
}
#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 form .error-messages p {
    text-align: end;
    margin: 0;
    line-height: 20px;
}
#careerForm .recaptcha-error-messages p {
    text-align: center !important;
    line-height: 20px;
}
.error-messages p {
    font-size: 14px;
}
#careerForm .recaptcha-error-messages .recaptcha {
    margin-bottom: 10px;
}
#careerForm .recaptcha-error-messages {
    text-align: center;
    width: 100% !important;
    margin-bottom: 30px;
}
.modal-body iframe {
    height: 50vh;
}
#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 .select_butons label {
    width: 100% !important;
    margin-bottom: 10px;
}
#careerForm .select_butons .services-select {
    margin-bottom: 5px;
    margin-right: 5px;
}
#careerForm .services-select {
    display: inline-block;
    position: relative;
}
#quoteForm .wpcf7-form-control-wrap {
    justify-content: center;
    display: flex;
}
#careerForm .select_butons .services-select label {
    font-size: 14px !important;
    padding: 4px 15px;
    font-weight: 400;
    line-height: normal;
}
#careerForm form .form-group label {
    width: max-content;
    margin-right: 20px;
}
#careerForm form .error-messages {
    width: 60%;
}
#careerForm .select_butons label {
    width: 100% !important;
    margin-bottom: 10px;
}
.services-select label {
    font-size: 18px !important;
    margin: 0;
    font-weight: 400;
    background-color: var(--atlasblack);
    color: var(--atlaswhite);
    transition: all 0.4s;
    padding: 4px 15px;
    cursor: pointer;
    border-radius: 50px;
}
#careerForm .services-select input {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    width: 100% !important;
    height: 100% !important;
}
#careerForm .services-select input {
    width: 50%;
    background-color: transparent;
    transition: all 0.4s;
}
#quoteForm p {
    font-size: 20px;
    line-height: 33px;
    color: var(--atlasblack);
}
.error-messages p {
    font-size: 14px !important;
}
.modal-content {
    background-color: transparent;
    border: none;
}
#HeaderFormModal .btn-close{
	    border: none;
    border-radius: 50%;
    opacity: 1;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all .4s;
    z-index: 10;
}
#HeaderFormModal .form-group.select_butons .services-select .wpcf7-checkbox .wpcf7-list-item{
	margin-right:5px !important;
	margin-bottom:5px !important;
}
@media(max-width:767px){
  #HeaderFormModal .form-group.select_butons .services-select .wpcf7-checkbox .wpcf7-list-item{
	margin-right:5px !important;
	margin-bottom:8px !important;
}
}
#NewsModal, #HeaderFormModal, #FormModal {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
#quoteSubmit h4,
#NewsModal h4,
div#HeaderFormModal #quoteForm h4 {
  font-size: 24px;
  color: var(--atlasgreen);
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}
#NewsModal form,
div#HeaderFormModal form {
  width: 70%;
  margin: 0 auto;
}
#quoteSubmit .form-group,
#NewsModal form .form-group,
div#HeaderFormModal form .form-group {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#quoteSubmit .form-group label {
  width: max-content;
  margin-right: 20px;
}

#quoteSubmit .error-messages,
#NewsModal form .error-messages,
div#HeaderFormModal form#quoteSubmit .error-messages {
  width: 70%;
  text-align: end;
}
.recaptcha-error-messages {
  width: 100% !important;
}
.recaptcha-error-messages .google-recaptchacenter > div {
  display: flex;
  justify-content: center;
}
#NewsModal form .error-messages p,
div#HeaderFormModal form#quoteSubmit .error-messages p {
  margin: 0;
  line-height: 20px;
  display: block !important;
}

#NewsModal form .recaptcha-error-messages p,
form#quoteSubmit .recaptcha-error-messages p {
  text-align: center;
}
#NewsModal form .recaptcha-error-messages .recaptcha,
form#quoteSubmit .recaptcha-error-messages .recaptcha {
  margin-bottom: 10px;
}
#NewsModal
  form
  .recaptcha-error-messages
  form#quoteSubmit
  .recaptcha-error-messages {
  text-align: center;
  width: 100% !important;
  margin-bottom: 30px;
}
#NewsModal form .recaptcha div#HeaderFormModal .recaptcha {
  margin-top: 40px;
  /* position: absolute;
  bottom: 5px;
  left: 6px; */
}

div#HeaderFormModal .recaptcha div {
  display: flex;
  justify-content: center;
}
div#NewsModal .submit_button,
div#HeaderFormModal .submit_button {
  text-align: center;
}

div#HeaderFormModal .submit_button .btn-primary{
  color: var(--atlaswhite);
}

div#HeaderFormModal .submit_button p{
  color: var(--atlasblack);
  font-size: var(--f14);
  font-weight: bold;
  line-height: 18px;
}

div#HeaderFormModal .submit_button p a {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

#quoteSubmit .form-group label,
div#NewsModal form .form-group label,
div#HeaderFormModal form .form-group label {
  font-size: 18px;
  font-weight: 500;
  margin-right: 20px;
}

#quoteSubmit .form-group .services-select label {
  margin: 0;
}

#quoteSubmit .form-group input:focus,
#quoteSubmit .form-group input:focus-visible,
#quoteSubmit .form-group input:hover,
div#NewsModal form .form-group input:focus,
div#NewsModal form .form-group input:focus-visible,
div#NewsModal form .form-group input:hover,
div#HeaderFormModal form .form-group input:focus,
div#HeaderFormModal form .form-group input:focus-visible,
div#HeaderFormModal form .form-group input:hover {
  box-shadow: unset;
  outline: 0;
  border: 0px solid var(--atlasgreen) !important;
  border-bottom-width: 2px !important;
}
#careerForm input::placeholder {
  color: var(--atlaslitegray);
  font-size: 18px;
  font-weight: 500;
}
#careerForm .recaptcha {
    margin: 40px 0 20px 0;
}
input:-internal-autofill-selected {
  background-color: unset !important;
}

#quoteSubmit .form-group input,
#quoteSubmit .form-group input,
#NewsModal form .form-group input,
div#HeaderFormModal form .form-group input {
  width: 100%;
  font-size: 18px;
  padding: 2px 10px;
  border-radius: 0;
  border: 0px solid #e6e6e6;
  color: var(--atlasgreen);
  border-bottom-width: 2px;
  font-weight: 600;
  transition: all 0.4s;
}

form {
  border: none !important;
}
/* === Model Form === */
@media (min-width: 768px) {
  .navbar-collapse {
    flex-grow: initial;
  }
  body {
    font-size: var(--f18);
    line-height: 27px;
  }
  .page-title {
    font-size: 42px;
    line-height: 50px;
  }
  .sub-title {
    font-size: 24px;
    line-height: 30px;
  }
  .section-spacing {
    padding: 50px 0px;
  }
  .f94 {
    font-size: 54px;
    line-height: 80px;
  }
}
@media (min-width: 992px) {
  .section-spacing {
    padding: 70px 0px;
  }
  .page-title {
    font-size: 40px;
    line-height: 50px;
  }
  .sub-title {
    font-size: 22px;
    line-height: 30px;
  }
  .hs-service h2,
  .hs-service h4 {
    font-size: 50px;
    padding-left: 120px;
  }
  .f94 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 1365px) {

}
@media (min-width: 1400px) {
  .f94 {
    font-size: 74px;
    line-height: 110px;
  }
  .section-spacing {
    padding: 130px 0px;
  }
  .page-title {
    font-size: 46px;
    line-height: 54px;
  }
}

@media (min-width: 1700px) {
  .page-title {
    font-size: 50px;
    line-height: 60px;
  }
  .sub-title {
    font-size: 24px;
    line-height: 36px;
  }
}

ol,
ul {
  padding: 0 !important;
}
a {
  text-decoration: none !important;
}
.mega-menu-box .dropdown:hover .dropdown-menu {
  display: flex;
}
.mega-menu-box .dropdown-menu.show {
  display: flex;
}
.mega-menu-box.dropdown-menu {
  border-radius: 0px;
  padding: 0;
  overflow: hidden;
  background:transparent;
  top: 55px;
  /* top: 70px; */
  border: none;
  width: auto;
  min-width: 1130px;
  max-height: 90vh;
}


@media (min-width: 1200px){
 .mega-menu-box.dropdown-menu .dropdown-menu-in{
  overflow: auto;
  max-width: 750px;
  margin: 0 auto;
  max-height: 90vh;
} 
   .mega-menu-box.dropdown-menu .dropdown-menu-in {
        border-radius: 25px;
    }
    .mega-menu-box.dropdown-menu .dropdown-menu-in .nav-sub-menu{
           flex: 0 0 50% !important;
        min-width: 50% !important;
}
.mega-menu-box.dropdown-menu .dropdown-menu-in .web-bevelopment{
  flex: 0 0 50% !important;
        min-width: 50% !important;
}
.mega-menu-box.dropdown-menu .dropdown-menu-in .nav-list{
 flex: 0 0 100% !important;
        min-width: 100% !important; 
}
.mega-menu-box.dropdown-menu .dropdown-menu-in .nav-list .nav-link{
  border-radius: 0 !important;
}
}



@media(max-width:1199px){
  .mega-menu-box.dropdown-menu .dropdown-menu-in .accordion-button::after{
      content: none !important;
  }
}
.sticky-nav .mega-menu-box.dropdown-menu {
  top: 43px;
}
@media(min-width:1200px){
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.mega-menu-box .nav-tabs .nav-item.show .nav-link,
.mega-menu-box .nav-tabs .nav-link.active {
  background-color: #003271;
}
}
.navbar-expand-xl .navbar-nav {
	margin-left:0;
}
.nav-sub-menu .nav-tabs .nav-link.active {
  background-color: transparent;
}

.nav-sub-menu .nav-tabs .nav-link.active {
  background-color: #335b8d;
  color: white;
}

.mega-menu-box .nav-tabs {
  border: none;
}
.mega-menu-box .nav-list {
  padding: 20px 0 !important;
  white-space: nowrap;
  flex: 0 0 42%;
  min-width: 42%;
  background: var(--atlasgreen);
}
.mega-menu-box .tab-content {
  flex: 0 0 58%;
  min-width: 58%;
}
.mega-menu-box .tab-content {
  background: #cfdbae;
}
.mega-menu-box .nav-sub-menu {
  flex: 0 0 70%;
  min-width: 70%;
  justify-content: space-between;
}
.mega-menu-box .nav-list ul li img {
  margin-right: 7px;
}
.mega-menu-box .nav-link {
  padding: 6px 20px !important;
  border: none !important;
}
.mega-menu-box .nav-pills a {
  font-size: 16px !important;
  padding: 11.5px 25px;
  color: #212529;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  transition: all 0.4s;
}
.mega-menu-box .nav-pills li:hover a {
  color: #ffffff;
}
.mega-menu-box .tab-content .nav-pills {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
	margin-left:0;
	list-style:none;
}
.mega-menu-box .tab-content .nav-pills li {
  flex: 0 0 50%;
}
.mega-menu-box .web-bevelopment {
  padding: 30px 30px;
  flex: 0 0 30%;
  min-width: 30%;
  background: var(--atlasblue);
}
.mega-menu-box .web-bevelopment .r-sm-title {
	display:block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
}
.mega-menu-box .web-bevelopment p {
  font-size: 15px;
  color: #fff;
  line-height: 23px;
}
.mega-menu-box .tab-content > .active {
  display: block;
  padding: 30px 0;
  height: 100%;
}
.accordion-button:not(.collapsed)::after {
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button.collapsed::after{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.mega-menu-box .dropdown-menu {
  border: none;
}

.mega-menu-box ul li img {
  height: 15px;
  fill: #fff;
  stroke: #fff;
  margin-right: 10px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff !important;
}
.mega-menu-box .web-bevelopment .comman-btn {
  margin-top: 60px;
  white-space: nowrap;
}
.mega-menu-box .fade {
  transition: none;
}
.mega-menu-box .fade ul li {
  opacity: 0;
  transition: opacity 1s linear;
}
.mega-menu-box .fade.show.active ul li {
  opacity: 1;
  transition: opacity 1s linear;
}
.mega-menu-box .nav-list ul li img {
  margin-right: 7px;
}
.mega-menu-box .accordion-item {
  background: transparent !important;
}
.mega-menu-box .accordion-body {
  padding: 0;
}

/* Dropdown menu */

.dropdown-menu {
  border: none;
  border-radius: 10px;
  background: #335b8d;
  color: white;
}
.dropdown-menu li {
  border-radius: 0px;
  transition: all 0.4s;
}

.dropdown-item:hover {
  color: unset;
  background-color: unset;
  border-radius: 5px;
}

.dropdown-menu li:hover {
  color: white;
  background-color: #335b8d;
}

#myTabContent.tab-content li a img {
  transition: all 0.4s;
}

#myTabContent.tab-content li:hover a img {
  filter: brightness(1) invert(1);
  -webkit-filter: brightness(1) invert(1);
}
.mega-menu-box .nav-tabs{
	margin-left:0;
	list-style:none;
}
.mega-menu-box .nav-tabs .nav-link {
  color: var(--atlaswhite);
}

/* New Header */

.about-dropdown {
  overflow: hidden;
}

.about-dropdown ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-width: 576px;
  background-color: var(--atlasblack);
  padding: 30px !important;
}

.about-dropdown ul li {
  width: 50%;
  color: white;
  display: flex;
  justify-content: start;
  align-items: center;
}

.about-dropdown ul li a {
  color: white;
}

.about-dropdown .about-menu-details {
  background: var(--atlasgreen);
  color: white;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-dropdown .about-menu-details div:nth-child(2) svg {
  transform: rotate(180deg);
}
.about-dropdown .about-menu-details div:nth-child(2) {
  margin-left: 30px;
}

.about-dropdown .about-menu-details p {
  color: white;
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 0;
  margin-top: 10px;
}

.about-dropdown .about-menu-details h5 {
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
}

.about-dropdown li:hover {
  color: var(--atlasgreen);
  background-color: transparent;
}

nav .btn-primary {
  font-size: 12px;
  padding: 8px 8px;
}

@media (min-width: 1200px) {
  .mega-menu-box.dropdown-menu {
    left: 50%;
    transform: translate3d(-50%, 10px, 0);
  }
  nav .btn-primary {
    font-size: 18px;
    padding: 8px 20px;
  }
   .mega-menu-box.dropdown-menu {
    border-radius: 25px;
  }
}

@media (min-width: 768px) {
  nav .btn-primary {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
 
  .right_section {
    right: 50px;
  }
  .copytext-main {
    left: 50px;
  }
}

/* New Header */

/* === side menu === */
.right_section {
  position: fixed;
  z-index: 12;
  right: 10px;
  bottom: 30px;
}

.get-in-touch img,
.right_section .social-icon img {
  width: 14px;
  height: 14px;
}

.get-in-touch-box {
  color: var(--atlasblack);
}

.right_section .social-icon:hover {
  transform: scaleX(-1);
}
.right_section .social-icon {
  transition: all 0.4s;
  margin-top: 10px;
}

.social-icons a {
  display: block;
  text-align: center;
}
.get-in-touch-box .get-in-touch-icon {
  display: block;
  text-align: center;
}

.get-in-touch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.get-in-touch-box svg {
  -webkit-transition: all 0.35s cubic-bezier(0, -0.04, 1, 1.08);
  -o-transition: all 0.35s cubic-bezier(0, -0.04, 1, 1.08);
  transition: all 0.35s cubic-bezier(0, -0.04, 1, 1.08);
}

.dark .get-in-touch-text:before {
  background: #000;
}
.get-in-touch-text:before {
  position: absolute;
  display: flex;
  align-items: center;
  content: "";
  height: 100%;
  background: #fff;
  width: 1px;
  right: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -100%;
  -webkit-transition: 0.8s all cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -o-transition: 0.8s all cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: 0.8s all cubic-bezier(0.46, 0.03, 0.52, 0.96);
  opacity: 0.5;
}

.get-in-touch-text {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: var(--atlasblue);
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/* === scroll === */
.scroll-down {
  position: fixed;
  bottom: 11px;
  top: unset;
  left: calc(50% - 6px);
  z-index: 1001;
  pointer-events: none;
}
.scroll-up {
  position: fixed;
  bottom: unset;
  top: calc(50% - 11px);
  left: calc(50% - 6px);
  z-index: 1001;
  pointer-events: none;
}
.dark-mode .scroll-up,
.dark-mode .scroll-down {
  left: 20%;
}
.scroll-down .scroll-down-text {
  filter: drop-shadow(0px 0px 0px white);
  color: white;
  font-size: 10px;
  letter-spacing: 9px;
  margin-left: 1px;
  opacity: 0.6;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: fadeScroll;
  animation-name: fadeScroll;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  -webkit-transform: translateY(-73px) rotate(-180deg);
  -ms-transform: translateY(-73px) rotate(-180deg);
  transform: translateY(-73px) rotate(-180deg);
}
.scroll-up .scroll-down-text {
  filter: drop-shadow(0px 0px 0px white);
  color: white;
  font-size: 10px;
  letter-spacing: 9px;
  margin-left: 1px;
  opacity: 0.6;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: fadeScroll;
  animation-name: fadeScroll;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  -webkit-transform: translateY(-3px) rotate(-180deg);
  -ms-transform: translateY(-3px) rotate(-180deg);
  transform: translateY(-3px) rotate(-180deg);
}
.scroll-down-icon .scroll-down-icon {
  width: 100%;
  text-align: center;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
  animation-name: scroll;
  display: inline-block;
  -webkit-transform: translateX(1px) translateY(-38px);
  -ms-transform: translateX(1px) translateY(-38px);
  transform: translateX(1px) translateY(-38px);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.scroll-up-icon .scroll-up-icon {
  width: 100%;
  text-align: center;
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
  animation-name: scrollUp;
  display: inline-block;
  -webkit-transform: translateX(1px) translateY(-38px); /* Adjust translateY for the starting position */
  -ms-transform: translateX(1px) translateY(-38px);
  transform: translateX(1px) translateY(-38px);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@keyframes fadeScroll {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
    -webkit-transform: translateX(1px) translateY(-38px);
    transform: translateX(1px) translateY(-38px);
  }
  20% {
    opacity: 1;
  }
  25% {
    -webkit-transform: translateX(1px) translateY(0);
    transform: translateX(1px) translateY(0);
  }
  35% {
    opacity: 0;
    -webkit-transform: translateX(1px) translateY(-38px);
    transform: translateX(1px) translateY(-38px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(1px) translateY(-38px);
    transform: translateX(1px) translateY(-38px);
  }
}

/* === dot animation === */

.work_card-inner .dots span.green,
.choose_slide .dots span.green,
.box .dots span.green,
.dot-flex-testi .light-green-testi,
.perks-inner-section:hover .dot-sec,
.dot-animation:hover .dot-sec,
.dot-flex-testi .testidot1 {
  transform: translateY(0);
  transition: all 0.4s;
}

.work_card-inner .dots span.black,
.choose_slide .dots span.black,
.box .dots span.black,
.dot-flex-testi .green-testi,
.perks-inner-section:hover .dot-sec1,
.dot-animation:hover .dot-sec1,
.dot-flex-testi .testidot2 {
  transform: translateY(0);
  transition: all 0.4s;
}

.work_card-inner .dots span.blue,
.choose_slide .dots span.blue,
.box .dots span.blue,
.dot-flex-testi .blue-testi,
.perks-inner-section:hover .dot-sec2,
.dot-animation:hover .dot-sec2,
.dot-flex-testi .testidot3 {
  transform: translateY(0);
  transition: all 0.4s;
}

/* === hover dot animation === */

.work_card-inner:hover .dots span.green,
.choose_slide:hover .dots span.green,
.box:hover .dots span.green,
.perks-inner-section:hover .dot-sec,
.dot-animation:hover .dot-sec,
.dot-animation:hover .dot-flex-testi .light-green-testi,
.dot-animation:hover .dot-flex-testi .testidot1 {
  animation: dot-typing1 1s infinite linear;
}

.work_card-inner:hover .dots span.black,
.choose_slide:hover .dots span.black,
.box:hover .dots span.black,
.perks-inner-section:hover .dot-sec1,
.dot-animation:hover .dot-sec1,
.dot-animation:hover .dot-flex-testi .green-testi,
.dot-animation:hover .dot-flex-testi .testidot2 {
  animation: dot-typing2 1s infinite linear;
}

.work_card-inner:hover .dots span.blue,
.choose_slide:hover .dots span.blue,
.box:hover .dots span.blue,
.perks-inner-section:hover .dot-sec2,
.dot-animation:hover .dot-sec2,
.dot-animation:hover .dot-flex-testi .blue-testi,
.dot-animation:hover .dot-flex-testi .testidot3 {
  animation: dot-typing3 1s infinite linear;
}
@keyframes dot-typing1 {
  0% {
    /* box-shadow: 9984px 0 0 0 #9880ff; */
    transform: translateY(0);
  }
  16.667% {
    /* box-shadow: 9984px -10px 0 0 #9880ff; */
    transform: translateY(-10px);
  }
  33.333% {
    /* box-shadow: 9984px 0 0 0 #9880ff; */
    transform: translateY(0);
  }
  50% {
    /* box-shadow: 9984px 0 0 0 #9880ff; */
    transform: translateY(0);
  }
  66.667% {
    /* box-shadow: 9984px 0 0 0 #9880ff; */
    transform: translateY(0);
  }
  83.333% {
    /* box-shadow: 9984px 0 0 0 #9880ff; */
    transform: translateY(0);
  }
  100% {
    /* box-shadow: 9984px 0 0 0 #9880ff; */
    transform: translateY(0);
  }
}

@keyframes dot-typing2 {
  0% {
    /* box-shadow: 9999px 0 0 0 #9880ff; */
    transform: translateY(0);
  }
  16.667% {
    /* box-shadow: 9999px 0 0 0 #9880ff; */
    transform: translateY(0);
  }
  33.333% {
    /* box-shadow: 9999px 0 0 0 #9880ff; */
    transform: translateY(0);
  }
  50% {
    /* box-shadow: 9999px -10px 0 0 #9880ff; */
    transform: translateY(-10px);
  }
  66.667% {
    /* box-shadow: 9999px 0 0 0 #9880ff; */
    transform: translateY(0);
  }
  83.333% {
    /* box-shadow: 9999px 0 0 0 #9880ff; */
    transform: translateY(0);
  }
  100% {
    /* box-shadow: 9999px 0 0 0 #9880ff; */
    transform: translateY(0);
  }
}
@keyframes dot-typing3 {
  0% {
    /* box-shadow: 10014px 0 0 0 #9880ff; */
    transform: translateY(0);
  }
  16.667% {
    /* box-shadow: 10014px 0 0 0 #9880ff; */
    transform: translateY(0);
  }
  33.333% {
    /* box-shadow: 10014px 0 0 0 #9880ff; */
    transform: translateY(0);
  }
  50% {
    /* box-shadow: 10014px 0 0 0 #9880ff; */
    transform: translateY(0);
  }
  66.667% {
    /* box-shadow: 10014px 0 0 0 #9880ff; */
    transform: translateY(0);
  }
  83.333% {
    /* box-shadow: 10014px -10px 0 0 #9880ff; */
    transform: translateY(-10px);
  }
  100% {
    /* box-shadow: 10014px 0 0 0 #9880ff; */
    transform: translateY(0);
  }
}

@media screen and (max-width: 479px) {
  .work_card-inner .dots span.green,
  .choose_slide .dots span.green,
  .box .dots span.green,
  .dot-flex-testi .light-green-testi,
  .perks-inner-section .dot-sec,
  .dot-animation .dot-sec,
  .dot-flex-testi .testidot1,
  .work_card-inner .dots span.black,
  .choose_slide .dots span.black,
  .box .dots span.black,
  .dot-flex-testi .green-testi,
  .perks-inner-section .dot-sec1,
  .dot-animation .dot-sec1,
  .dot-flex-testi .testidot2,
  .work_card-inner .dots span.blue,
  .choose_slide .dots span.blue,
  .box .dots span.blue,
  .dot-flex-testi .blue-testi,
  .perks-inner-section .dot-sec2,
  .dot-animation .dot-sec2,
  .dot-flex-testi .testidot3 {
    width: 12px !important;
    min-width: 12px !important;
    height: 12px !important;
    margin-left: 6px !important;
  }
}
/* === scroll === */
/* === side menu === */

/* Dropdown menu */

@media (max-width: 1919px) {
  .mega-menu-box .nav-link {
    padding: 16px 20px;
  }
  .mega-menu-box .web-bevelopment .comman-btn {
    margin-top: 40px;
  }
  .mega-menu-box .web-bevelopment p {
    line-height: 34px;
  }
}

@media (max-width: 1599px) {
  .mega-menu-box .web-bevelopment {
    padding: 30px 20px;
  }
  .mega-menu-box .web-bevelopment .comman-btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1439px) {
  .mega-menu-box .nav-pills a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1365px) {
  .mega-menu-box .web-bevelopment {
    flex: 0 0 25%;
    min-width: 25%;
  }
  .mega-menu-box .nav-list {
    flex: 0 0 42%;
    min-width: 42%;
  }
	.mega-menu-box .nav-sub-menu {
    flex: 0 0 75%;
    min-width: 75%;
    justify-content: space-between;
}
  .mega-menu-box .tab-content > .active {
    padding: 20px 0;
  }
  .mega-menu-box .web-bevelopment {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 1279px) {
  .mega-menu-box .tab-content .nav-pills {
    flex-direction: column;
  }
  .mega-menu-box .web-bevelopment {
    flex: 0 0 30%;
    min-width: 30%;
  }
  .mega-menu-box .nav-sub-menu {
    flex: 0 0 70%;
    min-width: 70%;
  }
  .mega-menu-box .nav-list {
    flex: 0 0 45%;
    min-width: 45%;
  }

  .mega-menu-box ul li img {
    height: 20px;
  }
  .mega-menu-box .web-bevelopment .comman-btn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .mega-menu-box.dropdown-menu {
    min-width: auto;
  }
  /* Menubar Height */

  div#navbarSupportedContent {
    max-height: 90vh;
    overflow-x: auto;
  }

  /* Menubar Height */
}
@media (max-width: 1199px) {
  /* media nav bar */
  .sticky-nav {
    position: relative;
  }
  header .sticky-nav div#navbarSupportedContent {
    position: absolute;
    top: calc(100% + 10px);
    background: var(--atlasgray);
    width: 100%;
    right: 0;
    border-radius: 40px;
    padding: 20px;
    box-shadow: 20px 20px 60px #0000001a;
    transition: all 0.4s;
  }
  header div#navbarSupportedContent {
    position: relative;
    padding: 20px;
    transition: all 0.4s;
  }
  /* media nav bar */
}
@media screen and (max-width: 1023px) {
  .mega-menu-box .nav-sub-menu {
    flex: 0 0 65%;
    min-width: 65%;
  }
  .mega-menu-box .web-bevelopment {
    flex: 0 0 35%;
    min-width: 35%;
  }

  .mega-menu-box .nav-list ul li img {
    margin-right: 7px;
  }
}

@media screen and (max-width: 1199px) {
  .mega-menu-box .nav-list {
    display: none;
  }
  
  .mega-menu-box .d-flex,
  .mega-menu-box .nav-sub-menu {
    flex-direction: column;
  }
  .mega-menu-box .web-bevelopment{
    display: none;
  }
  .mega-menu-box .nav-list,
  .mega-menu-box .web-bevelopment {
    flex: auto;
  }
  .mega-menu-box .tab-content .tab-pane + .tab-pane{
    border-top: 1px solid #fff;
  }
  .mega-menu-box .dropdown-menu.dropdown-menu {
    width: auto;
  }
  .mega-menu-box .accordion-button {
    background-color: #003271;
    color: #fff;
  }
  .mega-menu-box .dropdown-menu.dropdown-menu {
    background-color: #335b8d;
  }
  .mega-menu-box .accordion-button:after {
    filter: brightness(100);
  }
  .mega-menu-box .tab-content > .tab-pane {
    display: block;
    opacity: 1;
    margin: 0;
  }
  .mega-menu-box .fade ul li {
    opacity: 1;
  }
  .mega-menu-box .tab-content > .active {
    padding: 0;
  }
  .mega-menu-box .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
  }
  .mega-menu-box.dropdown-menu {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  nav .accordion-header {
    margin-bottom: 0px;
  }
  .footer-last-menu li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .mega-menu-box .web-bevelopment h5 {
    margin-bottom: 15px;
  }
  .mega-menu-box .nav-pills a {
    padding: 12px 15px;
    font-size: 13px;
  }
  .mega-menu-box ul li img {
    height: 15px;
  }
  .mega-menu-box .nav-link {
    padding: 12px 15px !important;
  }
  .mega-menu-box .nav-list {
    padding: 10px 0 !important;
  }
  .mega-menu-box .web-bevelopment {
    padding: 15px;
  }
  .mega-menu-box .web-bevelopment .comman-btn {
    margin-top: 5px;
  }
  .btn-outline-primary {
    line-height: 26px;
  }
  .dropdown-toggle::after,
  .show.dropdown-toggle::after,
  .navbar-light .navbar-nav .nav-link:focus::after,
  .navbar-light .navbar-nav .nav-link:hover::after {
    right: 13px;
    padding: 6px;
    top: 12px;
  }
}

@media screen and (max-width: 639px) {
  .mega-menu-box .nav-pills a {
    padding: 7px 15px;
  }
  .mega-menu-box .nav-link {
    padding: 7px 15px !important;
  }

  .scroll-bar {
    display: none;
  }
}

@media (max-width: 576px) {
  .copytext-main {
    position: unset;
    transform: unset;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 10px;
  }

  .copytext-main img {
    margin-left: 10px;
  }

  .right_section {
    background: var(--atlasblack);
    position: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }

  .right_section .social-icon {
    margin-right: 10px;
    margin-top: 0;
  }

  .right_section .social-icon:last-child {
    margin-right: 0;
  }

  .get-in-touch {
    flex-direction: row;
    align-items: center;
  }
  .get-in-touch-box {
    margin: 0 !important;
  }
  .get-in-touch-text {
    writing-mode: unset;
    transform: unset;
  }

  .social-icons-box .social-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .get-in-touch-box .get-in-touch-icon {
    margin-bottom: 0 !important;
    margin-right: 10px;
  }

  div#HeaderFormModal form {
    width: 90%;
    margin: 0 auto;
  }

  div#HeaderFormModal form .form-group {
    flex-wrap: wrap;
  }
  div#HeaderFormModal form .form-group label {
    font-size: 16px;
    margin-right: 0;
    width: 100%;
  }

  div#NewsModal form .form-group input,
  div#NewsModal
    form#quoteSubmit
    .error-messages
    div#HeaderFormModal
    form
    .form-group
    input,
  div#HeaderFormModal form#quoteSubmit .error-messages {
    width: 100%;
  }

  .footer-last-menu li {
    border-left: 1px solid #5f6367;
  }
}

@media (max-width: 320px) {
  .bars {
    width: 50px;
  }
}

.commoncta {
  position: relative;
}
/* .commoncta::before {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--atlaswhite);
  position: absolute;
  left: 0;
  top: 0;
} */
.workcommonbeforenone .commoncta::before {
  display: none;
}
.commoncta .commoncta-img {
  height: 100%;
  object-fit: contain;
  object-position: top right;
}
/* @media screen and (min-width: 1320px) {
  .commoncta::before {
    width: 50%;
  }
} */

/* 29-2-2024 */
header.fixed-top nav {
  background-color: var(--atlaswhite) !important;
}
.btn {
  color: var(--atlasblack);
}
nav .btn-primary {
  color: var(--atlaswhite);
}

.dark-mode .latest_articles .latest_articles_card:hover a .blog-img,
.dark-mode .lifeatatlas,
.dark-mode .sticky-nav {
  box-shadow: 20px 20px 60px #ffffff1a;
}

.dark-mode .our-office-section .our-office li img,
.dark-mode .hsDotBox:before {
  filter: brightness(1) invert(10);
}

.dark-mode #recent-work .work_card-inner figure,
.dark-mode .slick-initialized .slick-list .slick-slide .item {
  background-color: var(--atlasblack);
}
.dark-mode div#HeaderFormModal .submit_button button.btn.btn-primary,
.dark-mode .slider_main .heading p,
.dark-mode .expert-mobile-services-section .services-box h6,
.dark-mode .expert-mobile-services-section .services-box p,
.dark-mode .expert-mobile-services-section .all-service.expertise li,
.dark-mode .slider_main .slider_body p {
  color: var(--atlaswhite);
}
.dark-mode .time-material .accordion-header:hover button,
.dark-mode .time-material button[aria-expanded="true"],
.dark-mode .aboutseven .slick-dots li button:before,
.dark-mode .join-team,
.dark-mode .blogdate,
.dark-mode #faq p,
.dark-mode .copytext-main p,
.dark-mode .since-title,
.dark-mode .first-life .atlas-life h3,
.dark-mode .footer-contact-details p,
.dark-mode .footer-contact-main a {
  color: var(--atlasblack);
}
.dark-mode .footer-contact-details p:hover,
.dark-mode [type="search"],
.dark-mode .footer-contact-details p:hover a {
  color: var(--atlasgreen);
}

.dark-mode .accordion-item .accordion-button,
.dark-mode .accordion-item,
.dark-mode .atlasdark,
.dark-mode .vacuum-container,
.dark-mode .expert-mobile-services-section,
.dark-mode .top-mobile-development-section,
.dark-mode .blackbg {
  background: var(--atlaswhite);
}

.dark-mode .domain-section,
.dark-mode .green-testi,
.dark-mode .about-bg-video:before,
.dark-mode .graybg {
  background: var(--atlaswhite);
}

.dark-mode .perks-inner-section .dot-sec1,
.dark-mode .green-testi {
  background-color: var(--atlasblack);
}

.dark-mode .hire-apply-job-section .box .dot-sec1,
.dark-mode #recent-work .work_card .dots span.black,
.dark-mode .services-box .dot-sec1,
.dark-mode .aboutseven .green-testi {
  background-color: #212529;
}

.dark-mode div#FormModal .btn-close,
.dark-mode .form-select,
.dark-mode .job-arrow-icon img,
.dark-mode .benefits-main-text,
.dark-mode .domain-inner-logo img,
.dark-mode .wordpress-box img {
  filter: brightness(0) invert(1);
}

.dark-mode .box-inner svg path {
  stroke: var(--atlasblack);
}

.dark-mode .create-experiences-section .contact-details .text img,
.dark-mode .mobile-services-section .developer-icon figure img,
.dark-mode .our-office-section .title-box .d-flex img {
  filter: brightness(0) invert(1);
}

.dark-mode .mobile-services-section .developer-icon figure:hover img {
  filter: unset;
}

.dark-mode .client-inner-logo img {
  background: #68686875;
}

.dark-mode .portfolio-button a svg g path,
.dark-mode .client-tebimation svg path {
  fill: var(--atlasblack);
}

.dark-mode #galleryModal .modal-content .modal-body button.btn svg path {
  fill: var(--atlaswhite);
}

.dark-mode #galleryModal .modal-content .modal-body button.btn:hover svg path {
  fill: var(--atlasblack);
}

.dark-mode #technologies_slider .slider-thumb .thumb-icon span,
.dark-mode #Services_slide .slider-thumb .thumb-icon span,
.dark-mode .graylitebg,
.dark-mode .expertise-section,
.dark-mode .accredited-by-section,
.dark-mode #faq,
.dark-mode #choose-accordion,
.dark-mode #choose-slider,
.dark-mode .our-office-section,
.form-control {
  background-color: var(--atlaswhite) !important;
}

.dark-mode .page-link {
  background: transparent;
}

.dark-mode .hire-apply-job-section .nav-item .nav-link:after {
  background-color: white;
}

.dark-mode #galleryModal .modal-content .btn-close {
  border: 4px solid var(--atlaswhite);
  background-color: var(--atlasblack);
}

.dark-mode #galleryModal .modal-content .modal-body button.btn:hover {
  border: 4px solid var(--atlasblack) !important;
}

/* Shimmer Loader */

.shimmer {
  position: relative;
  animation-duration: 2.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
  background: #f3f8fd;
  background: linear-gradient(to right, #c1dceb 4%, #8ad5fd 25%, #c1dceb 36%);
  background-size: 1200px 100%;
  box-shadow: 0 0 10px 1px var(--atlaswhiteload);
}

@keyframes shimmer {
  0% {
    background-position: -1200px 0;
  }
  100% {
    background-position: 1200px 0;
  }
}

#container {
  width: 500px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#square {
  width: 100%;
  height: 300px;
  border-radius: 12px;
}
.content {
  width: 100%;
}

#content {
  flex: 1;
  height: 300px;
  width: 100%;
  padding: 0.5rem 1rem 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#title {
  width: 100%;
  height: 50px;
  border-radius: 6px;
}

#desc {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
}

.line {
  width: 100%;
  height: 20px;
  border-radius: 4px;
}

/* Shimmer Loader */

/* Error Page */
.error-page-btn {
  color: var(--atlaswhite);
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 13px;
    font-weight: normal;
    display: block;
    line-height: initial;
    text-align: end;
}

#HeaderFormModal .uacf7-form-wrapper-container .wpcf7-form-control-wrap{
	flex-direction:column;
}
#NewsModal .uacf7-form-wrapper-container .wpcf7-form-control-wrap{
	flex-direction:column;
}
#HeaderFormModal .uacf7-form-wrapper-container .recaptcha-error-messages  .wpcf7-not-valid-tip{
	text-align:center;
	margin-top:3px;
}
#NewsModal .uacf7-form-wrapper-container .recaptcha .wpcf7-not-valid-tip{
	text-align:center;
	margin-top:3px;
}
#HeaderFormModal .uacf7-form-wrapper-container .wpcf7-form-control-wrap{
	flex-wrap:wrap;
}
#NewsModal .uacf7-form-wrapper-container .wpcf7-form-control-wrap{
	flex-wrap:wrap;
}
#HeaderFormModal .uacf7-form-wrapper-container .g-recaptcha > div{
	margin:0 auto;
}
#NewsModal .uacf7-form-wrapper-container .g-recaptcha > div{
	margin:0 auto;
}

/* Error Page */

.wpcf7-select{
	 padding: 11px !important;
}

input[type=checkbox]+span{
	background-color:#000;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 18px !important;
    font-weight: 400;
    margin: 0;
    padding: 4px 15px;
    transition: all .4s;
}

input[type=checkbox]:checked+span {
  background-color:#a2ba5f;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 18px !important;
    font-weight: 400;
    margin: 0;
    padding: 4px 15px;
    transition: all .4s;
}

.wpcf7-list-item:nth-child(4n - 2) input[type=checkbox]:checked+span {
    background-color: #006331;
}

.wpcf7-list-item:nth-child(4n - 3) input[type=checkbox]:checked+span {
    background-color: #335b8d;
}

.wpcf7-list-item:nth-child(4n - 4) input[type=checkbox]:checked+span {
    background-color: #6c757d;
}
#HeaderFormModal #quoteForm .form-group.select_butons .services-select .wpcf7-exclusive-checkbox{
	display:flex;
	flex-wrap:wrap;
	gap:12px 5px;
}
#HeaderFormModal #quoteForm .form-group.select_butons .services-select .wpcf7-list-item label{
	position:relative;
	padding:0 !important;
	margin:0 !important;
}
#HeaderFormModal #quoteForm .form-group.select_butons .services-select .wpcf7-list-item label .wpcf7-list-item-label{
	    font-size: 14px !important;
    font-weight: 400;
    line-height: normal;
    padding: 4px 15px;
}
.wpcf7-list-item-label:hover {
    background: #a2ba5f !important;
}
#back-to-top{
	display:none;
}
@media screen and (max-width: 1279px) {
    .footer-contact-main p {
        font-size: 18px;
        line-height: normal;
    }
}
.service-type .input[type=checkbox]+span:hover{
            background-color: #a2ba5f !important;
      }
.services-select input:hover+label, .services-select input[type=checkbox]:checked+label, .services-select label:hover, .services-select:nth-child(4n - 1) input[type=checkbox]:checked+label {
    background-color: #a2ba5f;
}
.wpcf7-spinner{
	display:none !important;
}
#HeaderFormModal .services-select .wpcf7-list-item input[type="checkbox"]{
	pointer-events:none !important;
}
.page-template-tpl-articles h3.wp-block-heading strong, .page-template-tpl-pressrelease h3.wp-block-heading strong{
	    font-weight: bolder !important;
}
.single-whitepaper .listing_blogs a{
	    color: #0d6efd !important;
}
.single-whitepaper .listing_blog a:hover{
	border-bottom: none !important;
}
#careerForm .submit_button {
	        display: flex;
    justify-content: center;
    z-index: 999;
}
#careerForm .wpcf7-form-control.wpcf7-submit.has-spinner{
	    z-index: 10;
}
#careerForm .csm_recapcha .form-group{
	justify-content: center;
	font-size: 14px;
    font-weight: 600;
}
#careerForm  .csm_recapcha .recaptcha {
    margin: 00px 0 20px 0;
}
#HeaderFormModal .submit_button{
	display:block;
	z-index: 10;
}
#careerForm .form-submit, #careerForm .form-previous{
	    z-index: 9999;
    position: relative;
}
#careerForm .wpcf7-form-control.wpcf7-submit.has-spinner {
    z-index: 10;
    position: relative;
}
#quoteForm .submit_button p{
	 z-index: 10;
    position: relative;
}

/* .single-articles .form-group.touch-group{
	    margin-bottom: 40px;
} */
.single-articles span.wpcf7-form-control.wpcf7-recaptcha.g-recaptcha > div {
    margin: 0;
}
.single-articles span.wpcf7-form-control-wrap.recaptcha{
    display:block;
	margin-top:10px;
}
.single-articles .listing_blog a{
	font-weight:700 !important;
}
.page-id-29461 .home-banner li {
    list-style: disc !important;
}
.page-id-29461 .home-banner ul{
	    padding-left: 20px !important;
}
.single-post #faq{
	background:transparent !important;
}

         input::-webkit-input-placeholder {
    transform: translateX(0);
    opacity: 1;
    transition: all 1s;
  }
  
  input:focus::-webkit-input-placeholder {
    transform: translateX(-100%);
    opacity: 0;
  }
  .commonanimation, .commonanimation1, .commonanimation2, .commonanimation3, .commonanimation4, .commonanimation5 {
    opacity: 0;
    transform: translateX(-30px);
}
  .light-green-testi {
    background: var(--atlasgreen);
}
.dot-testi {
    width: 18px;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
}
.dot-testi:not(:first-child) {
    margin-left: 5px;
}

.green-testi {
    background: var(--atlasblack);
}
.blue-testi {
    background: var(--atlasdarkblue);
}
.single-project .let-discuss-section,
.single-case-studies .let-discuss-section{
	    padding-bottom: 0px;
}
.page-template-tpl-magento .let-discuss-section{
	 padding-bottom: 75px;
}
.growth-section {
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow:hidden;
}

.growth-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 192px;
  background: url(/wp-content/themes/atlas-theme/assets/images/growth-shape-2.png);
  background-size: contain;
  background-repeat: no-repeat;

}

.growth-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #212429;
  z-index: -2;
}

.growth-section .content {
  padding: 90px 0;
  position: relative;
  z-index: 2;
}

@media(max-width:1500px) {
  .growth-section .content {
    padding: 90px 0 90px 60px;
  }
}

.growth-section .content::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 268px;
  width: 528px;
  background: url('/wp-content/themes/atlas-theme/assets/images/growth-shape-3.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
}

.growth-section .main-title {
  font-weight: 700;
  font-size: 56px;
  line-height: 75px;
  letter-spacing: -1px;
  color: #fff;
}

@media(max-width:1399px) {
  .growth-section .content::before {
    height: 268px;
    width: 406px;
  }
}

@media(max-width:1199px) {
  .growth-section .main-title {
    font-size: 45px;
    line-height: 60px;
  }
}

@media(max-width:767px) {
  .growth-section .content {
    padding: 60px 0 90px 0px;
  }

  .growth-section::before {
    width: 150px;
  }

  .growth-section .content::before {
    height: 120px;
    width: 210px;
    right:-30px;
  }

  .growth-section .main-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media(max-width:575px) {
  .growth-section .main-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.growth-section .main-title span {
  color: #A2BA5F;
  display: inline-block;
}

.growth-section .text {
  max-width: 756px;
}

.growth-section .text p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.growth-section .btn-wrap .growth-btn {
  background: #A2BA5F;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  line-height: 28px;
  padding: 12px 22px;
  transition: all 0.5s ease-in-out;
}

.growth-section .btn-wrap .growth-btn:hover {
  background: #22427F;
}.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;
}.wpcf7 form {
  display: block;
}

.wpcf7-form label {
  display: block;
}

/* Impreza_8.22 
*  Theme issues theme have this problem
*/

#page-header .l-subheader-cell .w-socials-item.twitter .fa-x-twitter svg {
  display: none !important;
}
/* Ai Generated Form Style
* @author M Hemel Hasan
*/

/* Color */
:root {
  --uacf7-global-color-primary: #382673;
  --uacf7-global-text-color-secondary: #383c41;
  --uacf7-global-placeholder-color: #606266;
  --uacf7-global-border-color: #e4e9f8;
  --uacf7-global-button-color: var(--uacf7-global-color-primary);
  --uacf7-border-radius: 5px;
  --uacf7-white-color: #fff;
}

/* Default */

.uacf7-wrapper-default {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  min-inline-size: 100%;
}

.uacf7-wrapper-default hr {
  background-color: var(--uacf7-global-border-color);
  border: none;
  height: 1px;
  margin-bottom: 20px;
  width: 100%;
}

.uacf7-wrapper-default label {
  display: inline-block;
  font-weight: 500;
  line-height: inherit;
  margin-bottom: 15px;
  width: 100%;
}

.uacf7-wrapper-default label span {
  display: block;
  margin-top: 5px;
}
.uacf7-wrapper-default .wpcf7-acceptance label span {
  display: inline-block;
  margin-top: 5px;
}

/* All Input form  */
.uacf7-wrapper-default input[type="date"],
.uacf7-wrapper-default input[type="email"],
.uacf7-wrapper-default input[type="number"],
.uacf7-wrapper-default input[type="password"],
.uacf7-wrapper-default input[type="search"],
.uacf7-wrapper-default input[type="tel"],
.uacf7-wrapper-default input[type="text"],
.uacf7-wrapper-default input[type="url"],
.uacf7-wrapper-default select,
.uacf7-wrapper-default textarea,
.uacf7-wrapper-default label span textarea,
.uacf7-wrapper-default label span input {
  padding: 0.7rem 1rem;
  background-clip: padding-box;
  background-image: none;
  border: 1px solid var(--uacf7-global-border-color);
  border-radius: var(--uacf7-border-radius);
  color: var(--uacf7-global-text-color-secondary);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
}

.uacf7-wrapper-default textarea {
  height: 90px;
}

input[type="date"]:focus-visible,
input[type="date"]:visited,
input[type="email"]:focus-visible,
input[type="email"]:visited,
input[type="number"]:focus-visible,
input[type="number"]:visited,
input[type="password"]:focus-visible,
input[type="password"]:visited,
input[type="search"]:focus-visible,
input[type="search"]:visited,
input[type="tel"]:focus-visible,
input[type="tel"]:visited,
input[type="text"]:focus-visible,
input[type="text"]:visited,
select:visited,
select:focus-visible,
textarea:visited,
textarea:focus-visible {
  border-color: var(--uacf7-global-button-color) !important;
}

/* Checkbox style */
.uacf7-wrapper-default .uacf7-checkbox .wpcf7-list-item-label {
  margin: 0;
}

.uacf7-wrapper-default .uacf7-checkbox .wpcf7-list-item {
  display: flex !important;
  align-items: center;
  margin: 0.5em 0 0 1em;
  font-weight: 400;
}

.uacf7-wrapper-default .uacf7-checkbox span input {
  margin-right: 10px;
}

/* Radio style */
.uacf7-wrapper-default .uacf7-radio .wpcf7-list-item-label {
  margin: 0;
}

.uacf7-wrapper-default .uacf7-radio .wpcf7-list-item {
  display: flex !important;
  align-items: center;
  margin: 0.5em 0 0 1em;
  font-weight: 400;
}

.uacf7-wrapper-default .uacf7-radio span input {
  margin-right: 10px;
}
.uacf7-wrapper-default .uacf7-rating label span {
  display: inline-block;
}

/* Form Submit Button */
.uacf7-wrapper-default .uacf7-submint {
  display: flex;
  align-items: center;
}

.uacf7-wrapper-default .uacf7-submint.end {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.uacf7-wrapper-default .uacf7-submint input[type="submit"] {
  font-size: 16px;
  font-weight: 700;
  color: var(--uacf7-white-color);
  background-color: var(--uacf7-global-color-primary);
  border-style: solid;
  border-radius: var(--uacf7-border-radius);
  border-width: 2px;
  border-color: var(--uacf7-white-color);
  padding: 10px 20px;
  text-align: center;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  outline: none;
}

.uacf7-wrapper-default .uacf7-submint input[type="submit"]:focus,
.uacf7-wrapper-default .uacf7-submint input[type="submit"]:hover {
  color: var(--uacf7-white-color);
  background-color: var(--uacf7-global-color-primary);
}

/* Submit Button fill style  */
.uacf7-wrapper-default .uacf7-submint.fill input[type="submit"] {
  background-color: var(--uacf7-global-color-primary);
  color: var(--uacf7-white-color) !important;
}

.uacf7-wrapper-default .uacf7-submint.fill input[type="submit"]:focus,
.uacf7-wrapper-default .uacf7-submint.fill input[type="submit"]:hover {
  color: var(--uacf7-global-color-primary);
  background-color: var(--uacf7-white-color);
}

/* Submit Button full-width style  */
.uacf7-wrapper-default .uacf7-submint.full-width {
  position: relative;
}

.uacf7-wrapper-default .uacf7-submint.full-width input[type="submit"] {
  width: 100%;
}

.uacf7-wrapper-default .uacf7-submint.full-width > span {
  position: absolute;
  left: 50%;
  margin-left: -12px;
}

.uacf7-wrapper-default .uacf7-submint.fill.full-width > span.wpcf7-spinner {
  background-color: var(--uacf7-white-color);
}

.uacf7-wrapper-default
  .uacf7-submint.fill.full-width
  > span.wpcf7-spinner::before {
  background-color: var(--uacf7-global-color-primary);
}

.uacf7-wrapper-default .uacf7-charity-dinner {
  padding: 0 15px;
}
.uacf7-wrapper-default .uacf7-charity-dinner .wpcf7-submit {
  background: #115e99 !important;
  color: #ffffff !important;
  border-color: #115e99 !important;
}
.uacf7-wrapper-default .uacf7-order-bump-form .wpcf7-submit {
  background-color: #e6a23c !important;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.5;
  padding: 8px 16px;
}
.uacf7-wrapper-default .uacf7-order-bump-form .wpcf7-submit:hover {
  background-color: #ebb563 !important;
}
.steps-form {
    display: table;
    width: 100%;
    position: relative;
}

.uacf7-step.step-content button.uacf7-prev,
.uacf7-step.step-content button.uacf7-next {
    margin-top: 5px
}

.uacf7-step.step-content.step-start button.uacf7-prev,
.uacf7-step.step-content.step-end button.uacf7-next,
.uacf7-step.step-content.step-end span.uacf7-ajax-loader {
    display: none !important
}

.uacf7-step span.uacf7-ajax-loader.is-active {
    visibility: visible
}

.uacf7-step.step-content button.uacf7-next {
    float: right;
}

.uacf7-step.step-content.step-start button.uacf7-next {
    float: none;
}

.steps-form .steps-row {
    display: table-row;
}

.steps-form .steps-row:before {
    top: 18px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.steps-form .steps-row .steps-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.steps-form .steps-row .steps-step p {
    margin-top: 0.5rem;
}

.steps-form .steps-row .steps-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.steps-form .steps-row .steps-step .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    border-radius: 50%;
    margin-top: 0;
    text-decoration: none;
    outline: 0;
    display: inline-block;
    position: relative;
}

.steps-form .steps-row .steps-step .btn-circle img {
    /*    border-radius: 50% !important;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.uacf7-btn-default {
    color: #fff;
    background-color: #65ce92 !important;
}

.steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active {
    color: #fff;
    background-color: #15a552 !important;
    outline: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}

.steps-form .steps-row .steps-step .btn-circle:hover,
.steps-form .steps-row .steps-step .btn-circle:focus,
.steps-form .steps-row .steps-step .btn-circle:active {
    outline: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    color: #fff
}

.btn.btn-circle.uacf7-btn-default:not(.uacf7-btn-active) {
    /*pointer-events: none*/
}

.progressbar-style-1.steps-form .steps-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.progressbar-style-1.steps-form .steps-row .steps-step {
    display: table-cell;
    text-align: center;
    position: relative;
    flex-grow: 1;
    /* flex-basis: 0; */
    border-right: 1px solid #fff;
}

.progressbar-style-1.steps-form .steps-row .steps-step:last-child {
    border-right: 0
}

.progressbar-style-1.steps-form .steps-row .steps-step p {
    margin-top: 0.5rem;
    /* display: none; */
    margin-bottom: 0.5rem;
}

/* .progressbar-style-1.steps-form .steps-row .steps-step .btn-circle {
	width: 100%;
	border-radius: 0px;
} */
.progressbar-style-1 .uacf7-btn-default {
    color: #444;
    background-color: #ddd !important;
}

.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active {
    transform: inherit;
    box-shadow: none
}

.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active:hover {
    box-shadow: none;
    color: #fff
}

.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle:hover,
.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle:focus,
.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle:active {
    box-shadow: none;
    color: #444;
}

.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle img {
    display: none;
}

.progressbar-style-1.steps-form .steps-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 2px;
    row-gap: 2px;
    justify-content: space-between;
}

.progressbar-style-1.steps-form .steps-row .steps-step {
    background: #ddd;
    flex-grow: 1;
}

.progressbar-style-1.steps-form .steps-row .steps-step .btn-circle {
    font-size: 12px;
    line-height: 24px;
    text-decoration: none;
    outline: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    border-radius: 0;
}

.progressbar-style-1 .steps-step .uacf7-btn-active {
    background: #15a552 !important;
}

.progressbar-style-1 .steps-step .uacf7-btn-active {
    color: #fff !important;
}

.progressbar-style-1.steps-form .steps-row::before {
    display: none;
}

/* Small devices (landscape phones, 576px and down) */
@media (max-width: 576px) {
    .steps-form .steps-row {
        display: inline-block;
    }

    .steps-form .steps-row .steps-step {
        float: left;
        padding: 1px 4px;
    }

    .progressbar-style-1 .steps-step {
        padding: 0 !important;
    }

    .steps-form .steps-row::before {
        display: none;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}