* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: "Archivo", sans-serif;
}

a img {
  border: none;
  text-decoration: none;
  outline: none;
}

a {
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-decoration:none;
}

/*
a:hover{color:var(--secondary-color)}
*/
a:hover {
  text-decoration: none;
}

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

p,
ul li,
ol li {
  font-weight: 400;
  font-family: "Archivo", sans-serif;
  color: #fff;
  font-size: 20px;
}

p:last-child {
  margin-bottom: 0px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

ol,
ul,
li {
  margin: 0px;
  padding: 0px;
  /*list-style: none;*/
}

input:focus {
  outline: none;
}

textarea {
  outline: none;
  resize: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.p0 {
  padding: 0px;
}

:root {
  --primary-color: rgba(41, 50, 59, 1);
  --secondary-color: rgba(47, 57, 69, 1);
}

::-webkit-input-placeholder {
  /* Edge */
  color: #999999;
  font-size: 14px;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
  font-size: 14px;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
}

::placeholder {
  color: #999999;
  font-size: 14px;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
}

.container {
  max-width: 1520px;
  width: 96%;
}

.title {
  font-family: "Archivo", sans-serif;
  font-size: 50px;
  line-height: 64px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.para {
  font-family: "Archivo", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

#return-to-top {
  position: fixed;
  bottom: 30px;
  right: 10px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 555;
  border-radius:0px;
  background-color: rgba(41, 50, 59, 1);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.custompad {
  padding-top: 90px;
  padding-bottom: 90px;
}

header {
  background-color: var(--primary-color);
  padding-top: 15px;
  padding-bottom: 15px;
}

.banner {
  background-image: url(../images/video-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 200px;
  padding-bottom: 200px;
}

.banner h1 {
  color: #fff;
  font-size: 70px;
  margin-bottom: 10px;
}
.video-play{text-align:center;cursor: pointer;}
.video-play a {
  cursor: pointer;
  display: inline-block;
}
.video-play a img{width:250px;}
.banner .caption h1 span {
  display: block;
}

.choose-freem-sample-btn {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  /*border: 1px solid #fff;*/
  padding: 20px 20px;
  display: inline-block;
  margin-top: 30px;
  /*width: 460px;*/
  text-align: center;
  background-color:rgba(16, 128, 208, 1);
  border-radius:10px;
}
/*
.dropdown-toggle::after {
  float: right;
  margin-right: .255em;
  margin-left: auto;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  color: #1080D0;
  margin-top: 12px;
}
  */

.choose-freem-sample .dropdown-menu {
  width: 100%;
  padding: 20px 20px;
  border: 1px solid #1080D0;
  background-color: rgba(28, 33, 40, 1);
  max-width: 1450px;
}

.choose-freem-sample .dropdown-menu li {
  margin-top: 5px;
  margin-bottom: 5px;
  list-style:none;
}

.choose-freem-sample .dropdown-menu li span {
  width: 50%;
}

.choose-freem-sample .dropdown-menu li a {
  font-size: 14px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .4);
  padding: 10px 13px;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

.dropdown-item {
  padding: 0px;
}

.menu i {
  cursor: pointer;
}

.why-trust {
  background-color: var(--primary-color);
}

.why-trust .content {
  max-width: 100%;
  width:55%;
  padding-right:5%;
}
.why-trust .img-block{width:45%;}
.choose-freem-sample.custom-position {
  position: absolute;
}

.brand-slider {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #1180d1;
}
.brand-slider .img-box{width:25%;padding-left:30px;padding-right:30px;}
/*.brand-slider .img-box:nth-child(1){margin-top:15px;}*/
.brand-slider img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.discover_what {
  background-color: #2f3945;
}

.discover_what:after {
  content: "";
  position: absolute;
  height: 130px;
  background-color: var(--primary-color);
  z-index: 1;
  top: 0;
  width: 100%;
}

.discover_what .wrap {
  background-color: var(--primary-color);
  padding: 90px 30px;
  z-index: 5;
}

.discover_what .video-play {
  margin-bottom: -110px;
}

.swiper-pagination {
  bottom: 70px !important;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mySwiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  box-sizing: border-box;
}

.mySwiper .swiper-slide>div {
  text-align: center;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem;
}

.box-grid {
  position: relative;
}
.box-grid > img{height:460px;object-fit: cover;width: 100%;}

.box-grid:after {
  background: url(../images/overlay_bg.png) no-repeat bottom left;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  content: "";
  left: 0;
  z-index: 4;
}

.overlay-con {
  position: absolute;
  bottom: 0px;
  padding: 25px 25px;
  left: 0px;
  text-align: left;
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);
}

.overlay-con h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 5px;
}

.overlay-con p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.total_duration {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.total_duration span {
  font-size: 14px;
  font-weight: 400;
}

.swiper-block {
  margin-left: -20px;
  margin-right: -20px;
}

.number-count {
  position: absolute;
  font-weight: 700;
  font-size: 70px;
  line-height: 76px;
  color: #FFFFFF;
  opacity: 0.5;
  right: 25px;
  top: 25px;
  z-index: 6;
}

.spin-image {
  display: inline-block;
  /* Ensure compatibility with the image's inline nature */
  animation: spin-reverse 3s ease-in-out 2 forwards;
  /* Adjust to control iteration count and end state */
}

/* Define keyframes for the half-spin and reverse animation */
@keyframes spin-reverse {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/* Animation for hovering */
.spin-image:hover {
  animation-play-state: paused;
  /* Pauses the animation on hover */
}

.lets-our-experts {
  background-color: var(--primary-color);
  padding-top:70px;
  padding-bottom:70px;
}

.lets-our-experts .content {
  padding-right: 5%;
  width:55%;
}

.getyour_free_editing {
  padding: 20px 20px;
  background-color: #192128;
  position: relative;
  z-index: 55;
  width:45%;
}

.progress {
  border-radius: 50px;
}

.progress-bar {
  background-color: #1080D0;
}

.step-container {
  position: relative;
  text-align: center;
  transform: translateY(-43%);
}

.step-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #007bff;
  line-height: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer;
  /* Added cursor pointer */
}

.step-line {
  position: absolute;
  top: 16px;
  left: 50px;
  width: calc(100% - 100px);
  height: 2px;
  background-color: #007bff;
  z-index: -1;
}

#multi-step-form {
  overflow-x: hidden;
  background-color: #FFFFFF;
  padding: 50px 20px 20px;
}

.box-header-fixed {
  position: relative;
}

.overlay-content {
  position: absolute;
  padding: 20px 20px;
  bottom: 55px;
}

.getyour_free_editing h3 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

.getyour_free_editing p {
  font-size: 16px;
  font-weight: 400;
}

.getyour_free_editing h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.step {
  position: relative;
}

.step .form-label {
  font-size: 18px;
  font-weight: 500;
}

.step .form-label span {
  color: #FF0000;
}

.step-btn {
  background-color: #1080D0;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 50px;
  color: #fff;
  border: none;
  line-height:normal;
}

.step .form-control {
  background-color: #F5F3F3;
  height: 50px;
  border-radius: 4px;
  border: none;
  padding: 15px 15px
}

.step .form-control:focus {
  box-shadow: none;
}

.progress-head {
  background-color: #1080D0;
  padding: 7px 40px 7px 20px;
  position: absolute;
  bottom: 0px;
  color: #fff;
  font-size: 21px;
  border-top-right-radius: 50px;
  width:70%;
}

.progress-head span {
  font-size: 18px;
  font-weight: 300;
}

.step_head {
  position: absolute;
  left: 0;
  top: -70px;
}

.box-header-fixed img {
  height: 330px;
  object-fit: cover;
}

.urgent_project {
  background-color: var(--secondary-color);
}

.urgent_project .head {
  background-color: rgba(16, 128, 208, 1);
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 30px;
}

.urgent_project .head h2 {
  font-size: 50px;
  color: #fff;
}

.current_date {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.date_box .day {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}

.date_box .date {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #C2C1BD;
  top: 60%;
}

.urgent_project .custom-container {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
}
/*
.mySwiper2 {
  margin-top: 70px;
  position: relative;
  padding-left: 70px;
  padding-right: 70px;
}

.mySwiper2 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.date_box {
  width: 100vw;
  height: 100vw;
  max-width: 230px;
  max-height: 230px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  text-align: center;
  padding-top: 80px;
}
.swiper-button-next {
  right: 0px;
}
.swiper-button-prev {
  left: 0px;
}
  */

footer{background-image:url(../images/footer_bg.png);background-repeat: no-repeat;background-size: cover;padding-top:50px;padding-bottom:50px;}
footer .wrap{position: relative;padding-left: 100px;}
.ftr_logo{position: absolute;left:0px;}
footer hr{color:#474E58;margin-top:9px;margin-bottom:9px;}
ul.footer_links{text-align:right;}
ul.footer_links li{display: inline-block;}
ul.footer_links li a{color:#fff;font-size:17px;font-weight:500;text-decoration: none;padding-left:15px;padding-right:15px;position: relative;}
ul.footer_links li a:after{content:"";position: absolute;right:0px;height:100%;width:2px;background-color:#474E58;bottom:0px;top:0px;}
ul.footer_links li:last-child a::after{display:none;}
ul.footer_links li:last-child a{padding-right:0px;}
p.copy-rite{font-size:14px;text-align: right;}
.copy-rite a{color:#fff;text-decoration: none;}
.offcanvas a{color:#fff;font-size:18px;text-decoration: none;}
.offcanvas a:hover{color:#fff;}
.offcanvas-body ul{list-style:inside;}
.offcanvas-body ul li{list-style: none;}

.thankyou{background:url(../images/thankyou_bg.jpg);background-repeat: no-repeat;background-size: cover;}
.thankyou-wrap{margin-left:auto;margin-right: auto;background-color:rgba(25, 33, 40, .8);padding:40px 40px;margin-top:40px;margin-bottom:40px;}
.thankyou-wrap h4{color:#fff;font-size:50px;font-weight:700;line-height:75px;margin-bottom:0px;}
.thankyou-wrap p{color:#fff;font-size:24px;line-height:36px;}

.service_categories{margin-top:15px;padding-right:15px;}
.service_btn{font-weight: 400;text-align: left;width:100%;background-color: transparent;border: 1px solid rgba(255, 255, 255, 0.4);padding:12px 15px 12px 45px;font-size:16px;color:#fff;}
.service_categories ul{margin-left:-4px;margin-right:-4px;}
.service_categories ul li{width:50%;float:left;margin-bottom:12px;padding:0px 4px;list-style:none;}
.service_categories{height:270px;overflow-y: auto;overflow-x: hidden;}
.step p{font-weight: 300;line-height: 21px;text-align: left;color: rgba(0, 0, 0, 1);font-size: 14px;}
.step-11 p{font-size:12px;}
.step-11 p a{text-decoration: underline;color: rgba(0, 0, 0, 1);font-weight:500;}
/* Style the overall scrollbar */
.service_categories::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
}
/* Style the scrollbar track (background) */
.service_categories::-webkit-scrollbar-track {
  background: #1a2129; /* Color of the track */
  border-radius: 0px; /* Optional: Rounded corners */
  border: 1px solid rgba(117, 122, 126, 1);
}
/* Style the scrollbar handle (the draggable part) */
.service_categories::-webkit-scrollbar-thumb {
  background-color: #757a7e; /* Color of the thumb */
  border-radius: 0px; /* Optional: Rounded corners */

}
/* Style the scrollbar handle on hover */
.service_categories::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Darker color when hovered */
}
.step .text_area {
  background-color: #F5F3F3;
  border-radius: 4px;
  border: none;
  padding: 15px 15px;
  color:rgba(153, 153, 153, 1);
}

.form-check-input:checked {
  background-color: #1080d0;
  border-color: #1080d0;
}


.current_date {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 10px;
}

.date_box .day {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}

.date_box .date {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.current_date {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 10px;
}

.date_box .day {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}

.date_box .date {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
  color: #333;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: #C2C1BD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #aaa;
}

.swiper-container{max-width:1520px;margin-left: auto;margin-right: auto;width:96%;}
.swiper-container .swiper-wrapper{padding-top:90px;padding-bottom:90px;}
.mySwiper2 .swiper-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  flex-direction: column;
  border: 1px solid #ccc;
  /*padding: 20px;*/
  border-radius: 10px;
  overflow: visible;
  height: 200px;
  display:flex;
  justify-content: center;
  text-align:center;
  /*transform: scale(0.7);*/
}
/*
.mySwiper2 .swiper-slide-next,
.mySwiper2 .swiper-slide-prev {
  transform: scale(0.9); 
}
*/
.mySwiper2 .swiper-slide-active {
  opacity: 1;
  /*transform: scale(1.1);*/
  background: linear-gradient(180deg, rgba(0, 126, 255, 0.2), rgba(0, 126, 255, 0.8));
  /*background:url(../images/date_bg.png) no-repeat;*/
  background-size: cover;
  /*box-shadow: 0px 4px 15px rgba(0, 126, 255, 0.5);*/
}
.mySwiper2 .swiper-wrapper {
  display: flex;
  align-items: center; /* Vertically align slides */
  overflow: visible; /* No cropping of enlarged center slide */
}
.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: #82888F;
  border:1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  top:50%;
}
.mySwiper2 .swiper-button-next:after, .mySwiper2 .swiper-button-prev:after {
  color: #fff;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #aaa;
}
.swiper-button-next,
.swiper-button-prev {
  z-index: 10; /* Ensure arrows are clickable */
  opacity: 1;
}
.today-date{bottom:-70px;position: relative;margin-bottom:0px;}

.mySwiper2 {
  padding: 0 100px; /* Adjust padding for arrows */
  position: relative;
}

.what-happens_next h5{font-size:20px;line-height:36px;color:#fff;}
.what-happens_next .box{background-color:rgba(0, 0, 0, 0.5);border-radius:20px;padding:26px 15px;}
.what-happens_next .box h3{font-size:26px;line-height:28px;color:#fff;margin-top:20px;margin-bottom:15px;}
.num_count{font-size:34px;color:rgba(255,255,255,1);line-height:60px;background: rgba(45, 165, 240, 1);width:60px;height:60px;border-radius:50%;display: inline-block;}
.what-happens_next h5{margin-bottom:20px;}
.what-happens_next .box p{font-size:16px;line-height:24px;font-weight:500;}
.notification_bell{margin-top:40px;padding-left:90px;}
.notification_bell p{font-size:20px;line-height:30px;color:rgba(255, 255, 255, 1);font-weight:400;}
.thankyou .wrap{margin-left:-20px;margin-right:-20px;}
.thankyou .wrap .box-blk{padding:0px 20px}
.icon_hold{position: absolute;left:0px;}
#dialog{padding:0px 0px !important}
.ui-dialog .ui-dialog-titlebar-close:focus-visible{outline:none !important;}
.ui-dialog .ui-dialog-titlebar{padding:0px !important;}
.ui-dialog .ui-dialog-titlebar-close {
    z-index: 55;
    background: transparent;
    border: none;
    height: 55px;
    line-height: normal;
    right:30px !important;
    margin-top: 5px !important;
}
.ui-dialog-titlebar-close:after {
    display: inline-block;
    content: "\00d7";
    font-size: 50px;
    color: #1080d0;
}
.ui-widget-content{border:0px solid transparent !important;background:transparent !important;}
.ui-widget-header{border:none !important;}
#dialog video,#dialog2 video{background-color:#fff;}
.backtoservie{color:#1080D0;margin-top:12px;background-color:transparent;padding:0px;border:none;text-decoration:underline;font-size:13px;font-weight:bold}
.discover_what p{margin-bottom:0px}