@font-face {
  font-family: "adieuregular";
  src: url("../fonts/adieu-regular.woff2") format("woff2"),
    url("../fonts/adieu-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

html,body {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

body {
  color: #262b37;
  line-height: 1.5;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
}

p {
}

a {
  text-decoration: none;
  color: #282828;
}

ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}

li {
  display: inline-block;
}

.fs11 {
  font-size: 11px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs25 {
  font-size: 25px;
}

.fs30 {
  font-size: 30px;
}
.fs25 {
  font-size: 25px;
}

.fs30 {
  font-size: 30px;
}

.fs32 {
  font-size: 32px;
}

.fs35 {
  font-size: 35px;
}

.fs40 {
  font-size: 40px;
}

.fs50 {
  font-size: 50px;
}

.fs60 {
  font-size: 60px;
}

.fs70 {
  font-size: 70px;
}

.fs80 {
  font-size: 80px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "adieuregular";
  color: #262b37;
}

.color-white {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.color-orange {
  color: #f1576b !important;
}

.color-grey {
  color: #262b37 !important;
}

.color-grad {
  background: -webkit-linear-gradient(#ff6041, #ffa826) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-white {
  background: #fff !important;
}

.bg-black {
  background: #1e1e1e !important;
}

.bg-lgrey {
  background: #f9f9f9 !important;
}

.bg-orange {
  background: #ff833a !important;
}

.text p {
  font-size: 15px;
}

.text span {
  background: -webkit-linear-gradient(#f1576b, #e7203b);
  /* background: -webkit-linear-gradient(#ff6041, #ffa826); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text h1 span {
  background: -webkit-linear-gradient(#f1576b, #e7203b);
  /* background: -webkit-linear-gradient(#ff6041, #ffa826); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 0px 80px #f1863c;
}

.text h5 {
  font-size: 14px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  background: #ffffff;
  box-shadow: 0px 0px 41px rgb(0 0 41 / 9%);
  display: inline-block;
  padding: 10px 10px;
  border-radius: 30px;
  text-transform: uppercase;
}

.text h2 {
  font-size: 35px;
  margin: 20px 0 20px;
}

.btn-grad {
  text-decoration: none;
  position: relative;
  border: none;
  font-size: 16px;
  color: #fff !important;
  width: 210px;
  height: 2em;
  line-height: 2em;
  text-align: center;
  /* background: linear-gradient(90deg, #ff6041, #ffa826, #ffeb3b, #ffa826); */
  background: linear-gradient(90deg, #f1576b, #e7203b);
  /* background-color: #f1576b; */
  background-size: 300%;
  border-radius: 30px;
  z-index: 1;
}

.btn-grad i {
  padding-left: 5px;
  vertical-align: middle;
}

.btn-grad:hover {
  animation: ani 8s linear infinite;
  border: none;
}

@keyframes ani {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 400%;
  }
}

.btn-grad:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  /*background: linear-gradient(90deg, #f1576b, #e7203b);*/
  background: linear-gradient(90deg, #7e2fd3, #f1576b);
  /* background-color: #f1576b; */
  background-size: 400%;
  border-radius: 35px;
  transition: 1s;
}

.btn-grad:hover::before {
  filter: blur(10px);
}

.btn-grad:active {
  background: linear-gradient(90deg, #f1576b, #e7203b);
  /* background-color: #f1576b; */
}

.btn-normal {
  border: 1px solid #282828;
  background: transparent;
  cursor: pointer;
  padding: 15px 20px;
  font-size: 18px;

  font-weight: 400;
  transition: 0.8s;
  border-radius: 100px;
  color: #282828;
}

.btn-normal:hover {
  border: 1px solid #262b37;
  background: transparent;
}

/* Header css start  */

.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease;
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
}

.header ul li {
  padding: 0 20px;
      position: relative;
}
.sub-menu {
    background: #fff;
    color: #fff;
    position: absolute;
    top: 30px;
    left: 0;
    width: 220px;
    padding: 9px 0;
        z-index: 2;
        box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
    display: none;
}
.sub-menu li{
    padding:0 0 8px !important;
}
.sub-menu li a{
        padding: 5px 10px;
}
.sub-menu li:hover a{
    color:#e7203b;
}
/* .header ul li a:hover {
  background: -webkit-linear-gradient(#ff6041, #ffa826);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

.header img {
  max-width: 200px;
}

.header ul li a {
  transition: ease 0.4s;
  font-size: 16px;
  font-weight: 500;
  color: #434343;
}

ul.dropdown-menu li {
  width: 100%;
  padding: 0px 0;
  font-size: 15px !important;
  font-family: "adieuregular";
}

ul.dropdown-menu li a.dropdown-item:hover {
  color: #fff !important;
  background: linear-gradient(90deg, #f1576b, #e7203b);
  -webkit-text-fill-color: #fff;
}

ul.dropdown-menu li a.dropdown-item {
  padding: 9px 10px;
  transition: ease 0.4s;
  font-size: 15px;
}

.header a.btn-normal {
  padding: 10px 20px;
}

/* Header css end */

/* banner css start  */
ul#menu-footer-services li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.banner-sec {
    padding: 0% 0 0% 0;
    position: relative;
}

/*.banner-sec .bg-card {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  z-index: 0;*/
/*}*/

.banner-sec .bg-card img {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -2;
    left: 0;
    right: 0;
    object-fit: scale-down;
    object-position: center;
    height: 100vh;
    width: 100%;
}

.banner-sec .text {
  display: table;
  z-index: 1;
  position: relative;
  margin: 0 auto;
}

/*.banner-sec:before {*/
/*  position: absolute;*/
/*  content: "";*/
/*  width: 175px;*/
/*  height: 158px;*/
/*  background: url(../img/banner-before.png) no-repeat;*/
/*  bottom: 30px;*/
/*  left: 30px;*/
/*  z-index: 2;*/
/*  -webkit-animation: mover 1s infinite alternate;*/
/*  animation: mover 1s infinite alternate;*/
/*}*/

/*.banner-sec:after {*/
/*  position: absolute;*/
/*  content: "";*/
/*  width: 284px;*/
/*  height: 271px;*/
/*  background: url(../img/banner-after.png) no-repeat;*/
/*  top: 0;*/
/*  right: 0;*/
/*  z-index: 2;*/
/*  -webkit-animation: mover 1s infinite alternate;*/
/*  animation: mover 1s infinite alternate;*/
/*}*/

/*@-webkit-keyframes mover {*/
/*  0% {*/
/*    transform: translateY(0);*/
/*  }*/
/*  100% {*/
/*    transform: translateY(-10px);*/
/*  }*/
/*}*/

/* banner css end  */

/* ************************** Technologies work Css Start ****************************  */

.technologies-work {
  padding: 100px 0 0;
}

.technologies-work .tab-content .tab-a h4 {
  font-weight: 400;
  font-size: 16px;
  color: #676b73;
  margin-top: 10px;
  margin-bottom: 0;
}

.technologies-work .nav {
  background: #262b37;
  padding: 20px 20px;
  justify-content: space-between;
  border-radius: 15px;
}

.technologies-work .nav button {
  color: #fff;
  border: none;
  font-weight: 500;
}

.technologies-work .nav button:hover {
  border: none;
}
.technologies-work .nav button.active {
  background: #424651;
  color: #fff;
  border-radius: 100px;
}

/* ************************** Technologies work Css End ****************************  */

/* ************************** Services Css Start ****************************  */

.services-section {
  padding: 100px 0 0;
}

.serv-slider .serv-box {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 31px rgb(0 0 41 / 12%);
    margin: 0px 30px 0px 0px;
    /*min-height: 357px;*/
    min-height: 455px;
    height: 100%;
    transition: ease 0.4s;
}

.serv-slider .serv-box:hover {
    transform: scale(1.02);
}

.slick-slideshow__slide {
  padding-bottom: 40px;
  padding-top: 40px;
}

.serv-top-row {
  margin-bottom: -26%;
}

.serv-slider .serv-box img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  height: 198px;
  object-fit: cover;
}

.serv-slider .serv-box .serv-cont {
  padding: 20px 20px 20px 20px;
}

.serv-slider .serv-box .serv-cont h3 {
  font-weight: 600;
  font-family: "Archivo", sans-serif;
  font-size: 20px;
  margin-bottom: 0;
}

.serv-slider .serv-box .serv-cont p {
  margin: 20px 0;
  font-size: 14px;
}

.serv-slider .serv-box .serv-cont a {
  color: #f1576b;
  font-weight: 500;
}

.serv-slider .serv-box .serv-cont a i {
  padding-left: 5px;
  vertical-align: middle;
}

.serv-slider .slick-arrow {
    position: absolute;
    bottom: -40px;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 30px;
    border: none;
    left: 60px !important;
}

.serv-slider .slick-arrow.slick-prev {
  left: 0;
  background: url("../img/long-arrow-left.png") 0 0 / 100% no-repeat;
}

.serv-slider .slick-arrow.slick-next {
    right: auto;
    background: url("../img/long-arrow-right.png") 0 0 / 100% no-repeat;
    left: 130px !important;
}

/* ************************** Services Css End ****************************  */

/* ************************** discover Div Css Start ****************************  */

.vision {
  padding: 100px 0 0;
}

.vision ul li a:first-child {
  padding-top: 0;
}

.vision ul li i {
  color: #f1576b;
  padding-right: 10px;
}

.vision ul li a:hover {
  margin-left: 15px;
}
.vision ul li a 
{
  transition: .5s;

}
.vision ul li {
  display: block;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #ebebeb;
  font-size: 18px;
  font-weight: 500;
}

.vision .img-div img {
  width: 100%;
  border-radius: 30px;
}

.vision .col-sm-6:first-child img {
  width: 100%;
}
.vision .img-div img {
  width: 80%;
  border-radius: 30px;
}

.vision .count-exp h2 {
  font-family: "adieuregular";
  font-size: 80px;
  color: #fff;
}

.vision .years-exp {
  /* background: linear-gradient(90deg, #ff6041, #ffa826); */
  background: linear-gradient(90deg, #f1576b, #e7203b);
  border-radius: 30px;
  padding: 30px 10px 30px 20px;
  justify-content: space-around;
  margin-top: 25px;
}

.vision .text-exp p {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

/* ************************** discover Div Css End ****************************  */

/* ************************** Why coders Css start ****************************  */

.why-coders {
  padding: 100px 0 0px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
    .plan .plan-list {
        height: auto !important;
    }
    .plan .pck-box {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 767px) {
  .why-coders {
    overflow-x: hidden;
    padding: 0;
  }
}

.why-coders .services_layer_one {
  color: #f19911;
  font-weight: 500;
}

.why-coders .services_layer_two {
  color: #000;
  font-weight: 500;
  font-size: 62px;
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .why-coders .services_layer_two {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 320px) {
  .why-coders .services_layer_two {
    font-size: 22px;
  }
}

.why-coders .services_layer_three {
  color: #646464;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 50px;
}

@media only screen and (max-width: 320px) {
  .why-coders .services_layer_three {
    color: #646464;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
  }
}

.why-coders .epc-cont,
.why-coders .epc-cont-2 {
  padding: 0 0 20px;
}

.why-coders .epc-cont .counterboxcard,
.why-coders .epc-cont-2 .counterboxcard {
  transition: 0.5s;
  border: 1px solid #ebebeb;
  border-radius: 100px;
  padding: 5px 15px;
  margin: 0 10px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .why-coders .epc-cont .counterboxcard,
  .why-coders .epc-cont-2 .counterboxcard {
    border-radius: 20px;
    height: 100px;
  }
  .codersbackvido video {
    padding-top: 80px;
}
}

@media only screen and (max-width: 800px) {
  .why-coders .epc-cont .counterboxcard,
  .why-coders .epc-cont-2 .counterboxcard {
    border-radius: 70px;
  }
}

@media only screen and (max-width: 500px) {
  .why-coders .epc-cont .counterboxcard,
  .why-coders .epc-cont-2 .counterboxcard {
    border-radius: 20px;
  }
}

.why-coders .epc-cont .counterboxcard h3,
.why-coders .epc-cont-2 .counterboxcard h3 {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .why-coders .epc-cont .counterboxcard h3,
  .why-coders .epc-cont-2 .counterboxcard h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
  }
}

.why-coders .epc-cont .counterboxcard p,
.why-coders .epc-cont-2 .counterboxcard p {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
  margin-top: 5px;
}

@media only screen and (max-width: 1200px) {
  .why-coders .epc-cont .counterboxcard p,
  .why-coders .epc-cont-2 .counterboxcard p {
    font-size: 13px;
    line-height: 13px;
  }
}

.why-coders .epc-cont .counterboxcard:hover,
.why-coders .epc-cont-2 .counterboxcard:hover {
  background: linear-gradient(90deg, #f1576b, #e7203b);
}

.why-coders .epc-cont .counterboxcard:hover h3,
.why-coders .epc-cont .counterboxcard:hover p,
.why-coders .epc-cont-2 .counterboxcard:hover h3,
.why-coders .epc-cont-2 .counterboxcard:hover p {
  color: #fff;
}

.horizontal-slidersjs2 {
  transform: translateX(-100%);
}

/* ************************** Why coders Css End ****************************  */

/* ************************** step-sec Css strat ****************************  */

.projects-sec {
  padding: 100px 0 0 0;
}

.projects-sec .serv-box img {
  width: 100%;
}

.horizontalmain .block {
  display: inline-flex;
}

section.horizontalmain {
  margin-top: 60px;
  margin-bottom: 60px;
  transform: scaleX(100%);
  transition: ease 0.8s;
}

.intelligence-sec h1 {
  font-size: 60px;
  display: flex;
  text-wrap: nowrap;
  text-transform: uppercase;
}

.intelligence-sec h1 span {
    color: #f1576b;
    padding-left: 25px;
}

.intelligence-sec h1 span.color-orange {
  color: #f1576b;
  -webkit-text-fill-color: #f1576b;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f1576b;
  padding: 0 35px;
}

.intelligence-sec {
  padding: 100px 0 150px;
}




/* ************************** step-sec Css end ****************************  */

/* ************************** Industries Css Start ****************************  */

/*.timeline-wrapper {*/
/*  display: flex;*/
/*  flex-wrap: nowrap;*/
/*  width: 100%;*/
/*  overflow: hidden;*/
/*}*/

/*.timeline {*/
/*  margin-bottom: 10px;*/
/*  display: inline-block;*/
/*  width: 15%;*/
/*}*/

/*.timeline.slide-open {*/
/*  width: 100%;*/
/*}*/

/*.timeline-one .year-content-wrap, .timeline-one .year-wrapper-year {*/
/*  background: url(../img/indus-img1.png) center center no-repeat;*/
/*  background-size: cover;*/
/*}*/

/*.timeline-two .year-content-wrap,*/
/*.timeline-two .year-wrapper-year {*/
/*  background: url(../img/indus-img2.png) center center no-repeat;*/
/*  background-size: cover;*/
/*}*/

/*.timeline-three .year-content-wrap, .timeline-three .year-wrapper-year {*/
/*  background: url(../img/indus-img4.png) center center no-repeat;*/
/*  background-size: cover;*/
/*}*/

/*.timeline-four .year-content-wrap,*/
/*.timeline-four .year-wrapper-year {*/
/*  background: url(../img/indus-img4.png) center center no-repeat;*/
/*  background-size: cover;*/
/*}*/

/*.timeline-five .year-content-wrap,*/
/*.timeline-five .year-wrapper-year {*/
/*  background: #FF8035;*/
/*}*/

/*.timeline.slide-open .year-wrapper {*/
/*  width: 100%;*/
/*}*/

/*.year-wrapper {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  height: 80vh;*/
/*}*/

/*.year-content-wrap {*/
/*  max-width: 100%;*/
/*  display: none;*/
/*  flex-wrap: wrap;*/
/*  padding: 0 15px;*/
/*  align-items: center;*/
/*}*/

/*.timeline.slide-open .year-content-wrap {*/
/*  display: flex;*/
/*  width: 100%;*/
/*}*/

/*.year-wrapper-image img {*/
/*  width: 100%;*/
/*}*/

/*.year {*/
/*  padding: 20px 10px;*/
/*  color: #ffffff;*/
/*  text-align: center;*/
/*  font-size: 22px;*/
/*  line-height: 42px;*/
/*  margin: 0;*/
/*  font-weight: 500 !important;*/
/*  font-family: "Archivo", sans-serif;*/
/*}*/

/*.year-wrapper-year {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  cursor: pointer;*/
/*  width: 100%;*/
/*  align-content: center;*/
/*}*/

/*.year-wrapper-title {*/
/*  font-size: 75px;*/
/*  margin: 0;*/
/*  color: #ffffff;*/
/*  font-family: "Archivo", sans-serif;*/
/*}*/

/*.timeline.slide-open .year-wrapper-year {*/
/*  display: none;*/
/*}*/

/*.year-wrapper-text {*/
/*  font-size: 18px;*/
/*  font-weight: 400;*/
/*  color: #fff;*/
/*}*/

/*.year-content {*/
/*  flex: 0 0 calc(50% - 30px);*/
/*  max-width: calc(50% - 30px);*/
/*  padding: 0 15px;*/
/*}*/

/*.timeline-five.slide-open {*/
/*  width: 100%;*/
/*}*/

/*.timeline-five.slide-open .year-content-wrap {*/
/*  text-align: center;*/
/*  justify-content: center;*/
/*}*/

/*.industries div {*/
/*	height: 100%;*/
/*	width: calc(100% / 3);*/
/*	cursor: pointer;*/
/*	transition: width 750ms ease-in-out;*/
/*	transition-delay: 250ms;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*}*/

/*.industries div:nth-child(1) {*/
/*	background: #dedede;*/
/*	color: black;*/
/*}*/

/*.industries div:nth-child(2) {*/
/*	background: #000;*/
/*	color: white;*/
/*}*/

/*.industries div:nth-child(3) {*/
/*	background: #e9a4b3;*/
/*	color: white;*/
/*}*/

/*.industries div:nth-child(4) {*/
/*	background: #000;*/
/*	color: white;*/
/*}*/

/*.industries div:nth-child(5) {*/
/*	background: #fff;*/
/*	color: black;*/
/*}*/

/*.industries p {*/
/*	text-align: center;*/
/*	font-weight: 700;*/
/*}*/

/*.industries div:hover {*/
/*	width: 200%;*/
/*}*/

/*.industries div:hover p {*/
/*}*/

/*.industries .main-exp-div {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    transition: all 750ms ease-in-out;*/
/*	transition-delay: 250ms;*/
/*}*/

/*.industries .expend-div {*/
/*    display: none;*/
/*}*/

/* ************************** Industries Css End ****************************  */

/* ************************** About Coders Css ****************************  */

.about-coders {
  overflow: hidden;
  padding-bottom: 300px;
  padding-top: 100px;
}

.about-coders .img-div img {
  width: 100%;
}

.about-coders .container {
  margin-top: -800px;
}

.text .partner-tech ul {
  font-size: 0;
      display: flex;
    flex-wrap: wrap;
}

.text .partner-tech ul li {
    width: 22%;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    text-align: center;
    margin-right: 15px;
    height: 60px;
    margin-bottom: 15px;
    line-height: 60px;
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text .partner-tech ul li:hover:before, .text .partner-tech ul li:hover:after {
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    background: linear-gradient(45deg, #ff6041, #fff, #ff6041, #ff6041, #fff, #fff, #fff, #ff6041, #ff6041, #ff6041);
    background-size: 400%;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    z-index: -1;
    animation: steam 20s linear infinite;
    border-radius: 12px;
}

@keyframes steam {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 400% 0;
	}
	100% {
		background-position: 0 0;
	}
}

.block:after {
	filter: blur(10px);
}

.text .partner-tech ul li:last-child,
.text .partner-tech ul li:nth-child(4) {
  margin-right: 0;
}

.text .partner-tech h4 {
  font-weight: 600;
  font-size: 22px;
  font-family: "Archivo", sans-serif;
}

/* ************************** About Coders Css End ****************************  */

/* ************************** Awards Css ****************************  */

.awards {
  background: #262b37;
  padding: 40px 0;
}

.awards .logo-slider img {
  width: 80%;
  height: 110px;
  margin: 0 10px 0 10px;
  object-fit: contain;
}

/* ************************** Awards Css End ****************************  */

/* ************************** Testimonials Css ****************************  */

.testimonials {
  /*padding: 150px 0;*/
  padding: 100px 0;
}

.testimonials .coders-rating ul li {
  margin-bottom: 20px;
}

.testimonials .coders-rating ul li:last-child {
  margin-bottom: 0;
}

.slide-all .rating-div ul li i {
  color: #ffb900;
}

.slide-all .rating-div ul li.rating-text {
  color: #999999;
  padding-left: 8px;
}

.slide-all h5 {
  font-family: "Archivo", sans-serif;
  font-weight: 500;
}

.testimonials .new-marquee {
  position: relative;
}
.testimonials .desig-img {
    display: none;
}

.vertical-slide-left:before {
  position: absolute;
  content: "";
  width: 900px;
  height: 155px;
  background: url(../img/testi-top-before.png) no-repeat;
  z-index: 1;
  top: 0;
  left: 0;
}

.vertical-slide-left:after {
  position: absolute;
  content: "";
  width: 900px;
  height: 155px;
  background: url(../img/testi-bottom-after.png) no-repeat;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.new-marquee_rtl .slick-slide {
  transform: rotateX(180deg);
}
.new-marquee_rtl {
  transform: rotateX(180deg);
}
/* ************************** Testimonials Css End ****************************  */

/* ************************** FAQ's Css**************************** */

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;

  li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 35px 20px;
    margin: 0 auto 15px auto;
    border: 1px solid #eee;
    border-radius: 25px;
    cursor: pointer;
    padding-left: 75px;

    &.active {
      h3 {
        &:after {
          transform: rotate(45deg);
        }
      }
    }
    h3 {
      font-weight: 500;
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      padding: 0 0 0 0;
      margin: 0;
      font-size: 22px;
      letter-spacing: 0.01em;
      cursor: pointer;
      font-family: "Archivo", sans-serif;

      &: after {
        content: "\f278";
        font-family: "material-design-iconic-font";
        position: absolute;
        right: 0;
        top: 0;
        color: #fcc110;
        transition: all 0.3s ease-in-out;
        font-size: 18px;
      }
    }
    div.answer {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      cursor: pointer;
      p {
        position: relative;
        display: block;
        font-weight: 300;
        padding: 10px 0 0 0;
        cursor: pointer;
        line-height: 150%;
        margin: 0 0 0px 0;
        font-size: 14px;
      }
    }
  }
}

ul.accordion-list li:before {
  position: absolute;
  content: "01";
  width: 40px;
  height: 30px;
  line-height: 30px;
  left: 20px;
  top: 0;
  font-size: 30px;
  bottom: 0;
  margin: auto 0;
  font-weight: 600;
  background: -webkit-linear-gradient(#ff6041, #ffa826);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

ul.accordion-list {
  & li {
    &.active {
      background: #fff;
      box-shadow: 0 0 91px rgb(0 0 0 / 12%);
    }
  }
}

ul.accordion-list li.active:before {
  -webkit-text-fill-color: #93959b;
}

ul.accordion-list li:nth-child(2):before {
  content: "02";
}

ul.accordion-list li:nth-child(3):before {
  content: "03";
}

ul.accordion-list li:nth-child(4):before {
  content: "04";
}

ul.accordion-list li:nth-child(5):before {
  content: "05";
}

.orange-div {
  background: linear-gradient(90deg, #f1576b, #e7203b);
  height: 100%;
  border-radius: 30px;
  padding: 40px 50px 0 50px;
}

.orange-div:after {
  position: absolute;
  content: "";
  width: 461px;
  height: 348px;
  background: url(../img/faqs-women.png) no-repeat;
  right: -100px;
  bottom: 0;
  background-size: 90%;
}

.faq-div .btn-div a.btn-normal.chat {
  width: 200px;
  background: #262b37;
  color: #fff;
  padding: 0;
  display: inline-block;
  height: 50px;
  line-height: 47px;
  text-align: center;
}

.faq-div .btn-div a.btn-normal.chat:hover,
.faq-div .btn-div a.btn-grad:hover {
  box-shadow: 0px 0px 90px #fff;
}

.faq-div .btn-div a.btn-grad {
  background: transparent;
  border: 1px solid #fff;
  padding: 0;
  width: 200px;
  display: inline-block;
  height: 50px;
  line-height: 47px;
  text-align: center;
}

.faq-div .btn-div a.btn-normal.chat img,
.faq-div .btn-div a.btn-grad img {
  vertical-align: middle;
  margin-right: 5px;
}

.faq-div .btn-div a.btn-grad:before {
  display: none;
}

/* ************************** FAQ's Css End**************************** */

/* ************************** Form Css**************************** */

.form-div {
  margin: 90px 0;
}

.form-div .text p {
  font-size: 16px;
  color: #5e5e5e;
  margin-top: 35px;
}

.ratings-div p span {
  color: #ff9920;
  font-weight: 600;
}

.form-div .text h2 {
  font-size: 34px;
}

.form-div .text h2 span.percent {
  font-size: 40px;
}

.ratings-div p {
  color: #777777;
  font-size: 16px;
}

.form-div .ratings-div {
  border-top: 1px solid #d9d8d8;
  padding-top: 30px;
}

.form-div .ratings-div .rate-img {
  margin-bottom: 15px;
}

/* ************************** Form Css End**************************** */

.footer-sec {
  padding: 80px 0 20px;
  background: #262b37;
}
.footer-sec .foot-col.foot-right img {
    max-width: 250px;
}
.foot-col.foot-right p {
    margin-top: 25px;
}

.footer-sec .text h2,
.footer-sec .text p {
  color: white;
}

.foot-form input,
.foot-form textarea {
  background: #3a3e49;
  border: none;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  padding-left: 15px;
  margin-bottom: 15px;
  color: white;
}

.foot-form textarea {
  height: 150px;
}

.foot-form button {
  width: 100%;
  height: 2.5em;
}

.foot-right h4 {
  font-size: 18px;
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  margin-bottom: 25px;
}

.footer-sec ul li a:hover {
  color: #ff942d;
}

.footer-sec ul li a {
  color: #fff;
  transition: ease 0.5s;
}

.footer-sec ul li {
  display: block;
  color: #fff;
  padding-bottom: 10px;
}

.footer-sec ul li i {
  padding-right: 10px;
}

.fot-img p {
  color: #85888f !important;
}

.footer-sec p {
  color: #fff;
  /*margin-top: 25px;*/
  margin-bottom: 5px;
}
.footer-sec p a {
  color: #85888f; !important
}

.footer-sec .canada-div img {
  width: 100%;
}

/* contact sec css end */

/* contact sec css end */

.counting {
  text-align: center;
}

section.countdown-timer {
  display: flex;
  column-gap: 40px;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
}

.countdown-info {
  display: flex;
  width: 65px;
  align-items: center;
  justify-content: center;
  height: 75px;
  border: 1px solid #e3e2e2;
  border-radius: 6px;
}

.counting .timer-box p {
  color: #282828;
}

.counting p {
  color: #6a6a6a;
}

.countdown-info p {
  font-size: 40px !important;
  margin: 0 !important;
  font-weight: 800;
}

.price-main a.normal-btn {
  width: 100%;
}

/* inner pages css start  */

.faq-div {
  padding-bottom: 90px;
}
.inner-sec {
  position: relative;
  background-image: url("../img/about-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 950px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
}

.inner-sty .header.mt-5 {
  position: absolute;
  width: 100%;
  z-index: 9;
}

.inner-sec .text h1,
.inner-sec .text p {
  color: white;
}

.inner-sec h4 {
  font-size: 20px;
  color: white;
  margin: 150px 0 0;
  font-family: "Archivo", sans-serif;
}
.div-images {
  display: flex;
  column-gap: 10px;
}
.div-images img {
  width: 100%;
}

.div-images img {
  width: 154px;
  margin: 50px 0 0;
}

.about-sec-1 .img-box img {
  width: 100%;
}

.about-sec-1 {
  padding: 120px 0 0px;
  margin: 0px 0 -50px;
}

.vision-about {
  padding: 170px 0 100px;
  background: linear-gradient(90deg, #ff6041 30%, #ffa826);
}
.inner-sty .counterboxcard h3,
.counterboxcard p {
  color: white;
}

.v-box {
  padding: 40px 60px;
  border: 1px solid #ffffff52;
  border-radius: 15px;
}

.v-box h4 {
  color: white;
  font-size: 45px;
  margin: 0 0 30px;
}

.v-box p {
  color: white;
  font-size: 18px;
  opacity: 80%;
}
.inner-sty .counterboxcard {
  border: 1px solid rgba(255, 255, 255, 0.385) !important;
}

.about-sec-1 .text {
  padding-bottom: 60px;
}

.about-sec-2 {
  padding: 100px 0;
}

.c-box {
  padding: 20px 30px;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  margin: 0 0 30px;
  min-height: 180px;
}

.about-choose {
  padding: 100px 0 80px;
  background: #f9f9f9;
}
.c-box h3 {
  font-size: 25px;
  color: #262b37;
  margin: 0 0 20px;
}
.c-box p {
  font-size: 18px;
  color: #626671;
  margin: 0;
}

.about-choose .text {
  margin: 0 0 70px !important;
}

.inner-sty .services-section {
  padding: 90px 0;
}

section.inners-banner {
  padding: 80px 0;
  position: relative;
}

.inners-banner:before {
  position: absolute;
  content: "";
  width: 175px;
  height: 158px;
  background: url(../img/banner-before.png) no-repeat;
  top: 30px;
  left: 30px;
  z-index: 2;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.inner-img img.unity-img-1 {
  position: relative;
  right: 0px;
}

.inner-img img.unity-img-2 {
  position: absolute;
  bottom: 160px;
  left: -20px;
}

.inner-img img.unity-img-3 {
  position: absolute;
  bottom: -100px;
  left: -60px;
}

.awards-main img {
  width: 174px;
  height: 89px;
  object-fit: contain;
}

.awards-main .row {
  background: #f9f9f9;
  padding: 50px 0;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
}

.awards-main .row .col {
  text-align: center;
}

/* mobile app dev css start  */

.mob-ser-1 {
  padding: 90px 0;
}

.right-div {
  text-align: right;
}
.m-box:hover {
  /* background: linear-gradient(90deg, #ff6041 30%, #ffa826); */
  background: linear-gradient(90deg, #f1576b 30%, #e7203b);
}

.mob-ser-1 .m-box:hover h3,
.m-box:hover p,
.m-box:hover a {
  color: white;
}

.mob-ser-1 .m-box:hover img {
  filter: brightness(0) invert(1);
}

.m-box {
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  padding: 15px 20px;
  margin: 0 0 15px;
  min-height: 330px;
}

.m-box h3 {
  /*font-size: 21px;*/
  font-size: 15px;
  color: #262b37;
  /*margin: 30px 0 15px;*/
  margin: 10px 0 10px;
}

.m-box p {
  font-size: 16px;
  color: #626671;
  margin-bottom: 0;
}

.m-box a {
  font-size: 16px;
  color: #262b37;
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.mob-ser-1 .text h2 {
  margin: 20px 0 30px;
}

.tech-sec {
  background-image: url("../img/application-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 860px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tech-sec .text h2 {
  font-size: 40px;
  margin: 20px 0 30px;
  color: white;
}
.tech-sec .text p {
  font-size: 18px;
  color: white;
}

.t-img {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
  margin: 40px 0 40px;
}

.dev-sec .text img {
    width: 100%;
    margin: 50px 0 0;
    will-change: transform;
    transform: perspective(1000px) rotateX(20deg) rotateY(0deg) scale3d(1, 1, 1);
    transition: ease 0.4s;
}

.dev-sec:hover .text img {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1);
}

.d-text {
  display: flex;
  column-gap: 20px;
  align-items: center;
  margin: 0 0 20px;
}
.d-box:hover {
  background: linear-gradient(90deg, #ff6041 30%, #ffa826);
}

.dev-sec .d-box:hover h3,
.d-box:hover p,
.d-box:hover a {
  color: white;
}

.dev-sec .d-box:hover img {
  filter: brightness(0) invert(1);
}

.d-box {
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  padding: 30px 20px;
  margin: 0 0 30px;
  min-height: 240px;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.d-box h3 {
  font-size: 19px;
  color: #262b37;
  margin: 0px 0 0;
}

.d-box p {
  font-size: 16px;
  color: #626671;
}

.d-box a {
  font-size: 16px;
  color: #262b37;
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.dev-sec .text h2 {
  margin: 15px 0 20px;
}
.company-sec {
  padding: 100px 0 90px;
}

.step-box:hover {
    transform: scale(1.02);
}

.step-box {
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  padding: 30px;
  margin: 50px 0 30px;
  min-height: 270px;
  transition: 0.5s;
}

.blockchain-page .step-box {
    min-height: auto;
    padding: 20px 20px 20px;
    text-align: center;
}

.blockchain-page .step-box h2 {
    font-size: 60px;
    margin: -70px 0 0;
}

.blockchain-page .step-box h4 {
    font-size: 19px;
}

.step-box h2 {
  font-size: 70px;
  margin: -80px 0 0;
  background: -webkit-linear-gradient(#f1576b, #e7203b);
  /*background: -webkit-linear-gradient(#ff6041, #ffa826);*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.step-box h4 {
  font-size: 23px;
  margin: 20px 0 15px;
  color: #262b37;
}

.blockchain-page .step-box img {
    width: 25%;
    margin: 20px 0 0px;
}

.step-box p {
  font-size: 16px;
  color: #626671;
}

.app-dev .container-fluid {
  padding: 0px 100px;
}

.left-side {
  position: relative;
  padding: 40px 40px 550px 40px;
  background-size: cover;
  background-image: url("../img/web-bg.png");
  border-radius: 25px;
}

.left-side:after {
  position: absolute;
  content: "";
  background-image: url("../img/dide-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 520px;
  height: 430px;
  bottom: -20px;
  left: -60px;
}

.mac-bg {
  background-image: url("../img/mac-bg.png");
  background-repeat: no-repeat;
}

.mac-slide .slick-track {
  padding: 50px 8px;
}

.mac-slide .slick-active button {
  background: #f1576b !important;
}

.mac-slide ul.slick-dots li button {
  font-size: 0px;
  width: 13px;
  height: 13px;
  border-radius: 50px;
  border: transparent;
  margin-right: 12px;
  background: #d9d9d9;
  margin-top: 20px;
}

.dynam .text img {
  margin-top: 0px;
}
.inno-bg {
  background-image: url("../img/inno-bg.png") !important;
}

.tech-sec .text a {
  margin-top: 20px;
}

.eco img.unity-img-1 {
  width: 140%;
}

.ipad {
  background-image: url("../img/ipad-bg.png");
}

.ipad:after {
  background-image: url("../img/ipad-img.png");
  width: 540px;
}

.app-div .c-box {
  display: flex;
  align-items: center;
  column-gap: 20px;
  transition: 0.5s;
}

.app-div .c-box:hover {
  background: white;
}
.app-div .c-box:hover h3 {
  color: #ff6041;
}

.app-div .c-box h3 {
  font-size: 22px;
  color: #262b37;
  margin-bottom: 15px;
}

.app-div .c-box p {
  font-size: 16px;
}
.app-div {
  margin-bottom: 90px;
}

.eco section.dev-sec.dynam {
  padding-bottom: 100px;
}

/* mobile app dev css end  */

/* inner pages css end  */

/* ************************** Industries Css Start ****************************  */

.timeline-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
}

.timeline {
  margin-bottom: 10px;
  display: inline-block;
  width: 15%;
  transition: width 0.3s ease;
  cursor: pointer;
}

.timeline:hover,
.timeline.slide-open {
  width: 100%;
}

.timeline-one .year-content-wrap,
.timeline-one .year-wrapper-year {
  background: url(../img/indus-img1.png) center center no-repeat;
  background-size: cover;
}

.timeline-two .year-content-wrap,
.timeline-two .year-wrapper-year {
  background: url(../img/indus-img2.png) center center no-repeat;
  background-size: cover;
}

.timeline-three .year-content-wrap,
.timeline-three .year-wrapper-year {
  background: url(../img/auto-03.png) center center no-repeat;
  background-size: cover;
}

.timeline-four .year-content-wrap,
.timeline-four .year-wrapper-year {
  background: url(../img/auto-04.png) center center no-repeat;
  background-size: cover;
}

.timeline-five .year-content-wrap,
.timeline-five .year-wrapper-year {
  background: url(../img/auto-05.png) center center no-repeat;
  background-size: cover;
}

.timeline.slide-open .year-wrapper {
  width: 100%;
}

.year-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: 80vh;
}

.year-content-wrap {
  max-width: 100%;
  display: none;
  /* flex-direction: column; */
  padding: 0 15px;
  /* justify-content: center; */
  /* align-items: center; */
  opacity: 0;
  transition: opacity 0.5s ease, display 0.5s ease;
}

.timeline.slide-open .year-content-wrap,
.timeline:hover .year-content-wrap {
  display: flex;
  width: 100%;
  opacity: 1;
}
.timeline.slide-open .year-content-wrap.show-content,
.timeline:hover .year-content-wrap.show-content {
  opacity: 1;
}

.year-wrapper-image img {
  width: 100%;
}

.year {
  padding: 20px 10px;
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  line-height: 42px;
  margin: 0;
  font-weight: 500 !important;
  font-family: "Archivo", sans-serif;
}

.year-wrapper-year {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  align-content: center;
}

.year-wrapper-title {
  font-size: 75px;
  margin: 0;
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  text-align: left;
}

.timeline.slide-open .year-wrapper-year,
.timeline:hover .year-wrapper-year {
  display: none;
}

.year-wrapper-text {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  width: 50%;
  min-height: 230px;
  text-align: left;
}

.year-content {
  /*padding: 0 15px;*/
  /*display: flex;*/
  /*align-items: flex-start;*/
  /*justify-content: flex-start;*/
  /*flex-direction: column;*/
  /*width: 100%;*/
  position: relative;
  top: 33%;
}

.timeline-five.slide-open,
.timeline-five:hover {
  width: 100%;
}

.timeline-five.slide-open .year-content-wrap,
.timeline-five:hover .year-content-wrap {
  text-align: center;
  justify-content: center;
}

.year-content-wrap {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.timeline.expanded .year-content-wrap.show-content {
  display: block;
  opacity: 1;
}

.mobile .industries {
  margin-top: 100px;
}

.about-sec-2 .img-box img {
  width: 100%;
}

.game-sec .img-box img {
  width: 100%;
}

.game-sec li.nav-item {
  border: 1px solid #ededed;
  margin: 0 10px 20px;
}
li.nav-item button {
  width: 189px;
  height: 60px;
  color: #262b37 !important;
  text-transform: uppercase;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color) !important;
  background: linear-gradient(90deg, #ff6041 30%, #ffa826);
}

.game-sec {
  padding: 90px 0;
}

/* new css start  */

.ios-app .left-side {
    background-image: url(../img/ios-app-bg.png);
    background-position: bottom;
    padding: 40px 40px 600px 40px;
    transition: ease 0.45s;
}

.ios-app .app-dev:hover .left-side {
    background-position: bottom -15px center;
}

.ios-app .left-side:after {
  display: none;
}

.ios-app .left-side h2,
.ios-app .left-side p {
  color: white;
}

.ios-app .tech-sec {
  background-image: url("../img/alpha-ios-bg.png");
}

ul.list-sty li {
  display: flex;
  font-size: 18px;
  column-gap: 10px;
  color: #ffffff;
  margin: 15px 0;
  align-items: center;
}
ul.list-sty li i {
  color: #ff6041;
}
ul.list-sty {
  column-count: 2;
  margin: 30px 0 20px;
}
.mob-box {
  display: flex;
  align-items: center;
  column-gap: 30px;
  margin: 20px 0 0;
  text-align: right;
  transition: .5s;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  padding: 20px 15px;
  margin-right: 50px;
}

.mobile-sec {
  padding: 100px 0;
}
.mobile-sec .container-fluid {
  padding: 0px 150px;
}

.mobile-sec .img-box {
    text-align: center;
    transition: ease 0.5s;
}

.mobile-sec:hover .img-box {
    transform: scale(1.05);
}

.mobile-sec .img-box img {
  width: 100%;
}

.mob-box-1 {
  text-align: left;
  margin-right: 0px;
  margin-left: 50px;
}

.stack-sec .img-box img {
  width: 100%;
}

.tech-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.tech-text {
  width: 210px;
  text-align: center;
}
.stack-sec {
  padding: 100px 0;
  background: #f9f9f9;
}
.tech-text {
  width: 200px;
  text-align: center;
  padding: 30px 0;
  border: 1px solid #d9d9d9;
  border-right: 0px;
  border-top: 0px;
}

.tech-tab {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  border-bottom: 0px;
}

.tech-tab .me-3 {
  margin-right: 0rem !important;
}

.tabend {
  background: white;
  min-height: 386px;
  width: 69.5%;
  border-radius: 10px 0px 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-top: 1px solid #d9d9d9; */
  border-bottom: 1px solid #d9d9d9;
}
.tech-tab button {
  width: 170px;
  height: 55px;
  margin: 0 0 10px;
  border-radius: 50px !important;
  color: black;
  font-size: 18px;
}
.tech-text p {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
}

.stack-sec .container-fluid {
  padding: 0px 150px;
}
.mob-text h4 {
  font-size: 20px;
  margin: 0 0 10px;
}
.mob-text p {
  font-size: 16px;
  color: #626671;
}
.android-app .left-side {
  background-image: url("../img/and-app-bg.png");
}
.android-app .left-side:after {
  background-image: url("../img/and-app-img.png");
  width: 335px;
  height: 470px;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: ease 0.5s;
}
.android-app .app-dev:hover .left-side:after {
    bottom: -10px;
}

/* ************************** Industries Css End ****************************  */

/* Game app dev css end  */

.unity-app .inners-banner .inner-img img {
    transition: ease 0.5s;
}

.unity-app .inners-banner:hover .inner-img .game-img-1 {
    right: -300px;
}

.unity-app .inners-banner:hover .inner-img .game-img-3 {
    bottom: -90px;
}

.unity-app .inners-banner:hover .inner-img .game-img-2 {
    bottom: 170px;
}

.inners-banner .inner-img img.game-img-1 {
  width: 100%;
  position: relative;
  right: -160px;
}

.inners-banner .inner-img img.game-img-2 {
  position: absolute;
  bottom: 250px;
  left: 0;
  width: 40%;
}

.inners-banner .inner-img img.game-img-3 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.game-dev .container-fluid {
  padding: 0px 100px;
}

.game-dev .left-side {
  padding: 0;
  background: none;
  border-radius: 0;
}

.web-app .left-side:after {
      background-image: url(../img/app-develop.png);
      height: 408px;
}

.left-side:after {
  position: absolute;
  content: "";
  background-image: url(../img/ipad-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 475px;
  height: 378px;
  bottom: -20px;
  left: -60px;
}

.facts-bg {
  background-image: url(../img/facts-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.facts-bg .right-img {
  position: relative;
  text-align: right;
}

.facts-bg img {
  width: 50%;
}

.game-dev .left-side::after {
  display: none;
}

.game-dev .left-side .game-dev-img-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.fact-boxes {
  border: 1px solid #2d2b29;
  padding: 20px 20px;
  border-radius: 10px;
  transition: ease 0.9s;
  margin-bottom: 20px;
}

.fact-boxes:hover {
  background: #2d2b29;
  border: 1px solid #4c4b49;
}

.fact-boxes p {
  color: #fff;
  margin-bottom: 0;
}

.fact-boxes h4 {
  background: -webkit-linear-gradient(#ff6041, #ffa826);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.facts-bg img {
  width: 70%;
}

.facts-bg img.facts-img-2 {
  position: absolute;
  left: -100px;
  bottom: -57px;
  width: 130%;
}

section.dev-sec.game-dev-sec .text img {
  width: 80%;
}

section.dev-sec.game-dev-sec .text img.choose-us-left-2 {
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 100%;
}

.game-genres {
  padding: 100px 0 0;
}
.game-genres .nav-pills button {
  border-radius: 10px;
  background: none;
  color: #262b37 !important;
  border: 1px solid #e6e6e6;
  width: 31%;
  padding: 0;
  display: inline-block !important;
  height: 55px;
  margin-right: 10px;
  transition: ease 0.6s;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.game-genres .nav-pills button:last-child {
  margin-right: 0;
}

.game-genres .nav-pills button:hover {
  background: #e6e6e6;
  border: 1px solid #cfcfcf;
}

.game-genres .nav-pills button.active {
  background: linear-gradient(90deg, #ff6041 30%, #ffa826);
  color: #fff !important;
}

.game-genres .tab-content {
  background: url(../img/genre-bg.png) no-repeat;
  background-size: 100%;
  height: 80vh !important;
  position: relative;
}

.game-genres .tab-content:after {
  position: absolute;
  content: "";
  width: 316px;
  height: 635px;
  background: url(../img/genre-after.png) no-repeat;
  right: -20px;
  top: -30px;
  background-size: 100%;
}

.tb-cont-inn {
  padding: 40px 40% 40px 40px;
}

.tb-cont-inn h2 {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.tb-cont-inn h2,
.tb-cont-inn p {
  color: #fff;
}

.we-deliver {
  background: #f9f9f9;
}

.we-deliver .step-box h4 {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
}

.we-deliver .step-box {
  border: 1px solid #ebebeb;
  background: #fff;
}

.we-deliver .step-box:hover h4,
.we-deliver .step-box:hover p {
  color: #fff;
}

.we-deliver .step-box:hover img {
  filter: brightness(0) invert(1);
}

.we-deliver .step-box:hover {
  background: linear-gradient(90deg, #ff6041 30%, #ffa826);
}

.android-type-sec {
  background: url(../img/android-main-bg.png) no-repeat;
  background-size: cover;
  padding: 100px 0 100px 0;
}

.android-type-sec:before {
    position: absolute;
    content: "";
    width: 764px;
    height: 784px;
    background: url(../img/android-left-bg.png) no-repeat;
    bottom: 0;
    left: 0;
    transition: ease 0.5s;
}

.android-app .android-type-sec:hover:before {
    left: -10px;
}

.android-type-sec .text h2,
.android-type-sec .text p {
  color: #fff;
}

.android-type-sec .d-box h3,
.android-type-sec .d-box p,
.android-type-sec .d-box a {
  color: #fff;
}
.stack-sec .img-box {
  margin-right: -150px;
}

.flutter-app .inner-img {
  text-align: right;
}

.react-app-dev h4 {
  color: #bec0c3;
  font-weight: 600;
  font-size: 40px;
  font-family: "Archivo", sans-serif;
  margin-bottom: 0;
}

.react-app-dev .m-box h3 {
  margin-top: 15px;
  font-size: 19px;
}

.react-app-dev .m-box {
  min-height: 278px;
}

.facts-figs {
  background: url(../img/facts-figs-bg.png) no-repeat;
  background-size: cover;
}

.facts-figs .text h2,
.facts-figs .text p {
  color: #fff;
}

.facts-figs .step-box {
  background: #232627;
  border: 1px solid #424446;
}

.facts-figs .step-box h4,
.facts-figs .step-box p {
  color: #fff;
}

.facts-figs .step-box h4 {
  margin-top: 0;
}

.unity-mob img {
  width: 95%;
}

.unity-mob {
  position: relative;
  transition: all 0.7s ease-in-out;
}

.pos-unity {
  position: absolute;
  bottom: -90px;
  left: -80px;
  transition: 0.5s;
  transition: all 0.7s ease-in-out;
}

.unity-mob:hover .pos-unity {
  transition: all 0.7s ease-in-out;
  =: translate(10000px, -5000px);-;
  transform: rotate(14deg);
  left: 0px;
}

.num-box {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 20px;
  margin-top: 40px;
}

.unity-sec {
  background-image: url("../img/unity-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  overflow: hidden;
}

.unity-sec .text h2,
.unity-sec .text p {
  color: white;
}

.num-text {
  width: 235px;
  border: 1px solid #d9d9d98c;
  border-radius: 20px;
  padding: 30px 20px;
}

.num-text h3 {
  background: -webkit-linear-gradient(#ff6041, #ffa826);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
  margin: 0 0 20px;
}
.num-text p {
  margin: 0;
  font-size: 17px;
  color: #ffffff;
  opacity: 80%;
}
.unity-sec .img-box {
  text-align: right;
  position: relative;
}
.men-mob {
  position: absolute;
  bottom: -150px;
  left: -90px;
  transition: all 0.7s ease-in-out;
}

.unity-sec .img-box:hover .men-mob {
  transform: translateY(-50px);
  transition: all 0.7s ease-in-out;
}

.unity-app .solution-bg .text img {
  width: 80%;
}
.unity-app .solution-bg .text {
  position: relative;
}

.bugi img {
  margin: 0 !important;
}

.unity-app .text:hover .bugi {
  transform: translateX(-50px);
  transition: all 0.7s ease-in-out;
}

.bugi {
  position: absolute;
  bottom: 150px;
  right: -100px;
  transition: all 0.7s ease-in-out;
}

.unity-app .we-deliver {
  margin-bottom: 100px;
}

.unity-app .game-genres .tab-content:after {
  background-image: url("../img/sni-after.png");
  width: 311px;
  height: 640px;
}
.unity-app .inners-banner .inner-img img.game-img-1 {
  width: 100%;
  position: relative;
  right: -320px;
  z-index: -1;
}
.unity-app .inners-banner .inner-img img.game-img-3 {
  position: absolute;
  left: 100px;
  bottom: -70px;
}

.unity-app .inners-banner .inner-img img.game-img-2 {
  position: absolute;
  bottom: 180px;
  left: 120px;
  width: 40%;
  z-index: -1;
}

.flutter-app .industries {
  margin: 0;
}
.homepage .counterboxcard p {
  color: black;
}

/* Game app dev css end  */

/* React Native css  */

.react-app-dev h4 {
  color: #bec0c3;
  font-weight: 600;
  font-size: 40px;
  font-family: "Archivo", sans-serif;
  margin-bottom: 0;
}

.react-app-dev .m-box h3 {
  margin-top: 15px;
  font-size: 19px;
}

.react-app-dev .m-box {
  min-height: 300px;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.facts-figs {
  background: url(../img/facts-figs-bg.png) no-repeat;
  background-size: cover;
}

.facts-figs .text h2,
.facts-figs .text p {
  color: #fff;
}

.facts-figs .step-box {
  background: #232627;
  border: 1px solid #424446;
}

.facts-figs .step-box h4,
.facts-figs .step-box p {
  color: #fff;
}

.facts-figs .step-box h4 {
  margin-top: 0;
}
.react-native .mobile-sec {
  padding-top: 0px;
}

.flutter-app .mobile-sec {
  padding-top: 0px;
}

.design .industries {
  margin-top: 0px;
}

.design .mob-ser-1 {
  padding-bottom: 0px;
}

.design .dev-sec {
  padding-top: 90px;
}

.case-01 img.unity-img-1 {
  width: 150%;
}

.google-img {
  display: flex;
  column-gap: 20px;
}

.intro-sec {
  background: linear-gradient(90deg, #f1576b, #e7203b);
  padding: 60px 0;
  text-align: center;
}

.intro-sec .text h2,
.intro-sec .text p {
  color: white;
}
.intro-sec .text p {
  font-size: 18px;
  margin-top: 30px;
}
.pro-sec-01 .img-box img {
  width: 100%;
}

.pro-sec-01 {
  padding: 100px 0;
}

.case-01 .tech-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.case-01 .tech-tab {
  border: transparent;
  /* border-radius: 8px; */
  /* border-bottom: 0px; */
  border-left: 0px;
}
.case-01 .tech-text {
  width: 211px;
}
.pro-sec-01 li {
  display: flex;
  margin: 20px 0;
  font-weight: bold;
  color: #262b37;
  align-items: center;
  column-gap: 10px;
}
.pro-sec-01 li i {
  color: #ff6041;
}

.pro-sec-01 ul {
  margin-top: 40px;
}
.case-03 img.unity-img-1 {
  max-width: 100%;
  width: auto;
}

.case-03 .inner-img {
  text-align: right;
}
.case-04 .stack-sec .img-box img {
  width: 120%;
}
.study-sec .img-box img {
  width: 100%;
}
.study-sec .left-text {
  width: 80%;
  padding-left: 110px;
}
.left-text p {
  margin: 30px 0 40px;
}
.study-sec {
  padding: 100px 0;
}

.mar-top {
  margin-top: 120px;
}
.cases .inners-banner {
  padding: 80px 0 0px;
  position: relative;
}
.contact-page .inners-banner {
  /*padding: 180px 0;*/
  padding: 90px 0;
}

.contact-sec {
  padding: 0px 0 100px;
}

.contact-sec ul li {
  display: block;
  color: #fff;
  padding-bottom: 10px;
}
.contact-sec .foot-form input,
.contact-sec .foot-form textarea {
  background: #f3f3f3;
}

/* React Native css end  */

.header .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  box-shadow: 0px 0px 30px #e7e7e7;
  width: 100%;
}
.header .dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: static;
  left: 0;
}

.ser-head {
  display: flex;
  column-gap: 15px;
  align-items: center;
  width: 100%;
  margin: 10px 0;
  padding: 20px 30px;
  transition: 0.4s;
  width: 90%;
  border-radius: 10px;
}

.main-head li .dropdown-item {
  padding: 0px !important;
  font-size: 15px !important;
  font-family: "adieuregular";
}
.main-head p {
  font-size: 12px;
  margin: 0;
  margin-top: 5px;
}
.main-head {
  padding: 50px 280px;
}
.img-divv {
  display: flex;
  width: 70px;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: #ff912e29;
  border-radius: 5px;
  margin-left: -65px;
}
.img-divv img {
  filter: invert(44%) sepia(85%) saturate(5531%) hue-rotate(351deg)
    brightness(103%) contrast(101%);

  width: 30px;
  height: 30px;
  object-fit: contain;
}
/* .ser-head:hover {
  background: #000;
  border-radius: 5px;
} */

/* .main-head .ser-head:hover li,
.main-head .ser-head:hover p {
  color: white;
} */

.main-head .ser-head:hover .img-divv {
  background: #ff643f;
}
/* .main-head li a.dropdown-item:hover {
  background: transparent !important;
} */

.app-head {
  display: flex;
  align-items: center;
  transition: 0.4s;
}

.main-head .app-box:hover li,
.main-head .app-box:hover p {
  color: #fff !important;
}
.main-head .ser-head:hover img {
  filter: brightness(0) invert(1);
}
.main-head .app-box:hover img {
  filter: brightness(0) invert(1);
}
.main-head .app-box:hover {
  background: #000;
}

.app-box {
  padding: 35px 23px;
  border: 1px solid #00000026;
  border-radius: 15px;
  margin: 10px 0;
}
.app-box p {
  margin-top: 25px;
  font-size: 15px;
}
.app-box li .dropdown-item {
  font-size: 18px !important;
}

.sol-box {
  padding: 40px 20px;
  border-radius: 15px;
  border: 1px solid #00000030;
  transition: 0.4s;
}

.sol-box img {
  filter: invert(44%) sepia(85%) saturate(5531%) hue-rotate(351deg)
    brightness(103%) contrast(101%);
  margin: 0 0 20px;
}
.sol-box li .dropdown-item {
  font-size: 18px !important;
  margin: 5px 0 10px;
}

.sol-box p {
  font-size: 15px;
}

.main-head .sol-box:hover li,
.main-head .sol-box:hover p {
  color: white;
}

.sol-box:hover {
  background: #000;
}

.main-head-1 {
  padding: 50px 330px;
}
.block-text {
  position: relative;
  padding: 0px 10px;
  transition: ease 0.4s;
}

.block-text:hover {
    scale: 1.02;
}

.block-main {
    position: absolute;
    top: 40px;
    width: 85%;
    display: flex;
    justify-content: flex-end;
    flex-flow: column;
    height: 85%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}


.block-main ul {
  display: flex;
  column-gap: 60px;
}

.block-main ul li a{
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}

.divss h4 {
  color: white;
  margin: 0 0 20px;
}

.divss h5 {
 color: white;
}

.divss p {
  color: white;
  width: 80%;
}

.integration .inner-img img.unity-img-1 {
  right: -250px;
}

.technologies-work .tab-a img {
  width: 50px;
  object-fit: contain;
  height: 50px;
}

#canvas3d {
    z-index: 1;
    position: relative;
    /* top: 0; /
    / left: 0; /
    / right: 0; /
    / width: 100% !important; /
    / height: 100% !important; */
}

/* new changes css start  */

.awards .logo-slider {
  display: flex;
  justify-content: end;
}
.awards .logo-slider img {
  width: 190px;
  height: 70px;
  margin: 0px 20px 0 20px;
}
.mobile .awards-main .text {
  text-align: left;
}
.mobile .awards-main img {
  width: 145px;
  height: 50px;
  object-fit: contain;
}
.mobile .awards-main .row {
  padding: 50px 30px;
}
.mobile .awards-main h4 {
  font-size: 20px;
  margin: 10px 0 0;
}

/* new changes css end  */


/* Popup Css */
.popup-sec .banner-btn {
  margin-top: 15px;
}
.popup-sec .modal-content .btn-close {
  position: absolute;
  right: -23px;
  top: -16px;
  opacity: 1;
  color: #fff !important;
  background: #ff663e;
  z-index: 9999999999;
  padding: 7px;
  border-radius: 30px;
  font-size: 19px;
  line-height: 12px;
}

.inp-icon input:focus, .inp-icon textarea:focus {
    outline: 1px solid #f1576b !important;
}



.popup-sec .modal .form-div-sec input,
.popup-sec .modal .form-div-sec textarea {
  height: 50px;
  border: 1px solid #d7d7d7 !important;
  padding-left: 40px;
  width: 100%;
  margin-bottom: 13px;
  font-size: 13px;
  background: transparent;
  border: transparent;
  border-radius: 8px;
  color: black;
}
.popup-sec .modal .form-div-sec input::placeholder,
.popup-sec .modal .form-div-sec textarea::placeholder {
  color: #fff;
}
.popup-sec .modal .form-div-sec textarea {
  width: 100%;
  height: 110px !important;
  padding-top: 14px;
}
.popup-sec .modal-body {
  padding: 60px 20px;
  overflow: hidden;
}
/*.color-bg {*/
/*  background: #262b37;*/
/*}*/
.color-bg-1 {
  background-image: url("../img/pop-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px 0px 0px 20px;
}
.color-bg-1 .text {
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
  padding: 40px 40px;
}

.color-bg-1 h2 {
  font-size: 33px !important;
}

.color-bg-1 .text p {
  color: white;
  font-size: 18px !important;
  width: 90%;
  text-align: center;
}

.popup-sec .modal .form-div-sec input[type="checkbox"] {
    width: 20px;
    margin: 0;
    height: 20px;
    line-height: 20px;
    display: block;
}
p.form_tagline {
    margin: 0;
    font-size: 14px;
    color: #262B37;
    line-height: 25px;
    margin: 0px 0 10px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.form-div-sec .text-end {
  z-index: 9;
}
.popup-sec h2 {
  font-size: 20px;
  margin: 0 0 20px;
  color: #fff;
}
.popup-sec .t-btn {
  border-color: transparent;
  background: #fff;
  padding: 15px 50px;
  border-radius: 100px;
}
.popup-sec .modal.show .modal-dialog {
  max-width: 50%;
}
.inp-icon {
  position: relative;
}
.inp-icon i {
  color: #00000070;
  position: absolute;
  left: 15px;
  top: 15px;
}
.popup-sec .modal .form-div-sec input:focus,.popup-sec .modal .form-div-sec textarea:focus {
  outline: 0px;
}
div#popupforms {
  z-index: 99999;
  background: #fff;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}

.header .main-head-1 a:hover .ser-head li, .header .main-head-1 a:hover .ser-head p {
  color: #fff;
}

.header .main-head-1 a:hover .ser-head {
  background: #000 !important;
}

.main-head .sol-box li {
  font-size: 20px !important;
  margin: 0 0 10px;
}
.mob-box:hover .im-mo {
  margin-right: -50px;
  background: #ff6041
  }
  .mob-box:hover .mob-text h4,.mob-box:hover .mob-text p {
    color: white;
  }
  .mob-box:hover{
    background: black;
  }
.mob-box:hover img {
  filter: brightness(0) invert(1);

} 
.mob-box:hover img {
  width: 35px;
  height: 40px;
}
.mob-box-1:hover .mob-text {
  padding-left: 40px;
}
.im-mo img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.im-mo  {width: 110px;height: 70px;display: flex;justify-content: center;align-items: center;transition: .5s;border-radius: 8px;}

.mob-box-1:hover .im-mo {
  margin-left: -50px;
  background: #ff6041
  }
/* End Popup css */

.industries .accordion-item {
  border: transparent;
  border: 1px solid #92c9f4;
  border-radius: 15px;
  margin: 0 0 20px;
}


.industries .accordion .accordion-item .accordion-item-header {
  cursor: pointer;
  padding: 25px 20px;
  width: 100%;
  text-align: left;
  outline: 0;
  transition: 0.4s;
  font-weight: 600;
  border: none;
  color: #1e1e1e;
  font-size: 18px;
  position: relative;
  border-top-right-radius: 15px !important;
  border-top-left-radius: 15px !important;
}

.industries
  .accordion
  .accordion-item
  .accordion-item-header
  .accordion-item-header-title {
  font-weight: 600;
  font-size: 25px;
  color: #ffffff;
  display: flex;
  column-gap: 15px;
  align-items: center;
  padding-left: 15px;
}

.industries
  .accordion
  .accordion-item
  .accordion-item-header
  .accordion-item-header-icon {
  transition: var(--transition);
  position: absolute;
  right: 20px;
  top: 35px;
  color: #5faab4;
}
.industriesspan .color-chng {
  font-size: 22px;
}
.industries
  .accordion
  .accordion-item.open
  .accordion-item-header
  .accordion-item-header-icon {
  transform: rotate(-180deg);
}

.industries .accordion .accordion-item .accordion-item-description-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: var(--transition);
}

.industries
  .accordion
  .accordion-item.open
  .accordion-item-description-wrapper {
  grid-template-rows: 1fr;
}

.industries
  .accordion
  .accordion-item
  .accordion-item-description-wrapper
  .accordion-item-description {
  min-height: 0;
  padding-left: 35px;
}

.industries
  .accordion
  .accordion-item
  .accordion-item-description-wrapper
  .accordion-item-description
  p {
  padding: 10px;
  line-height: 1.5;
  transition: ease 0.4s;
  width: 80%;
  color: white;
}

.industries .open {
  transition: 0.4s;
  border-radius: 10px;
  border-top-right-radius: 15px !important;
  border-top-left-radius: 15px !important;
}


.industries
  .accordion-item.open
  .accordion-item-header
  .accordion-item-header-icon {
  color: white !important;
}
.mob-non {
  width: 90%;
  margin: 0 auto;
}

.accordion-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.accordion-item1 {
  background-image: url(../img/indus-img1.png);
}
.accordion-item2 {
  background-image: url(../img/indus-img2.png);
}
.accordion-item3 {
  background-image: url(../img/auto-03.png);
}
.accordion-item4 {
  background-image: url(../img/auto-04.png);
}
.accordion-item5 {
  background-image: url(../img/auto-05.png);
}
.mob-non {
  display: none;
}
.desig-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100px;
}

.web-app .step-box {
    min-height: 445px;
}
.thank-sec {
    padding: 150px 0;
}


.thank-sec .text h4 {
    font-size: 22px;
    margin: 0 0 25px;
}

.thank-sec .btn-div {
    display: flex;
    justify-content: center;
    column-gap: 25px;
    margin-top: 35px;
}



 

.block .slick-arrow:hover {
    background: #ff912e;
    color: white;
}

.block .slick-arrow {
    position: absolute;
    right: 2% !important;
    width: 55px !important;
    top: 45%;
    transition: 0.5s;
    z-index: 9;
    background: 0 0;
    border: none;
    font-size: 16px;
    color: #fff;
    background: #ff633f;
    height: 55px;
    border-radius: 50%;
}

.block .next {
    left: 2% !important;
}

.pop-head-div p {
    color: #262B37;
}

.modal-content {
    background:transparent;
    border:none;
}
.popup-sec .modal .form-div-sec input::placeholder,.popup-sec .modal .form-div-sec textarea::placeholder {
    color:#262B37;
}
.color-bg {
    background:white;
    border-radius: 0px 20px 20px 0px;
}
.color-bg-1 .text img {
    width: 255px;
}


.popup-sec .modal-body button {
    width: 100%;
}
.case-01 .tech-text {
    width: 212px;
    border: 1px solid #d9d9d9;
}


.new-study {
    padding-bottom:100px;
}

.box-new {
    padding: 40px;
    border: 1px solid lightgrey;
    margin: 40px 0 0;
    border-radius: 15px;
    min-height: 230px;
    transition:.5s;
}


.box-new:hover {
    transform: scale(1.05);
    background: #ff6041;
}

.box-new:hover h4,.box-new:hover p {
    color:white;
}

.box-new p {
    margin: 20px 0 0;
}

.inners-banner ul li {
    
        display: flex;
    margin: 20px 0;
    font-weight: bold;
    color: #262b37;
    align-items: center;
    column-gap: 10px;
}
.inners-banner ul li i {
    color: #ff6041;
}

.bot-cls {
    margin-bottom:90px;
}
.banner-sec .row.align-items-center {
    margin-top: -440px;
    text-align: center;
}

.pro-sec-01.pro-sec-02 .row.mt-5 {
    margin: 100px 0 0 !important;
}
.codersbackvido video {
  width: -webkit-fill-available;
}
.plan {
    padding: 90px 0;
}
.plan .base {
    background-color: #DEEAFE;
    border-radius: 19px;
    padding: 35px 20px 35px 20px;
}
.plan .new-plan {
    background-color: #f3f7ff !important;
}
.plan .pkg-head {
    text-align: center;
}
.plan .pck-top.pkg-head h2 {
    font-size: calc(22px + (27 - 22) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 10px;
    line-height: 1.2;
}
.plan .plan-list ul {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 2rem;
}

.plan .plan-list ul li {
    display: list-item;
    list-style: none;
    padding: 10px 0 10px 0;
    position: relative;
}
.plan .plus {
    background-color: #EEF1FF;
    border-radius: 19px;
    padding: 35px 20px 35px 20px;
}
.plan .premium {
    background-color: #ECFFF5;
    border-radius: 19px;
    padding: 35px 20px 35px 20px;
}
.plan .pkg-price {
    text-align: center;
    margin-top: 0 !important;
}
.plan .plan-list {
    position: relative;
    overflow-y: auto;
    height: 310px;
    scroll-behavior: smooth;
    margin-top: 30px;
    margin-bottom: 40px;
}
.plan .plan-list li::before {
    background-image: url(../img/tic.png);
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    left: -24px;
    top: 17px;
    position: absolute;
    filter: hue-rotate(45deg);
}
.plan .disabled {
    text-decoration: line-through;
    font-size: 17px !important;
    color: #ec0752 !important;
    padding-left: 8px;
}
.plan h5 span {
    font-style: normal;
    font-weight: 700;
    font-size: calc(19px + (31 - 19) * (100vw - 320px) / (1920 - 320));
    line-height: 1.2;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #f1576b, #e7203b);
    /*linear-gradient(90deg, #f1576b, #e7203b)*/
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.plan .plan-list h6 {
    padding: 10px 0;
}
.plan .pck-ft {
    display: flex;
    justify-content: center;
}
.plan .plan-cnt p {
    margin-bottom: 25px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #e92c45;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #000;
}

.foot-form input[type="checkbox"]{
        min-width: 15px !important;
    min-height: 15px !important;
}

.customcheckcss input[type="checkbox"] {
    margin: 0px 10px 0 0px !important;
    position: relative;
    top: 6px;
    min-width: 15px !important;
    min-height: 15px !important;
}
.customcheckcss p {
    font-size: 12px;
}

.customcheckcss p:last-child {
    margin-bottom: 30px;
}

.foot-form .customcheckcss input[type="checkbox"] {
    min-width: 15px !important;
    min-height: 15px !important;
    width: 15px;
    height: 15px;
}
