@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");
@import url("https://cdn-uicons.flaticon.com/uicons-regular-straight/css/uicons-regular-straight.css");
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
ul li a {
  text-decoration: none;
  transition: all 0.2s;
}
a {
  text-decoration: none;
}
.dropdown-menu.show {
  display: block;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 10px;
  border-radius: 4px;
  margin-top: 15px !important;
}
.dropdown-menu.show:after {
  content: "";
  width: 20px;
  position: absolute;
  height: 20px;
  border-radius: 4px;
  transform: rotate(45deg);
  background-color: #fff;
  top: -5px;
  z-index: -1;
}
.dropdown-menu.show li a {
  color: #000;
  display: flex;
  text-decoration: none;
  align-items: center;
  border-radius: 4px;
}
ul.dropdown-menu.dropdown-megamenu.show {
  min-width: 600px;
  right: 0;
  left: auto;
}
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
  -webkit-font-smoothing: antialiased;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none !important;
  transition: all 0.2s linear;
}
.cn-f-size-10 {
  font-size: 10px;
}
.cn-f-size-12 {
  font-size: 12px;
}
.cn-f-size-14 {
  font-size: 14px;
}
.cn-f-size-16 {
  font-size: 16px;
}
.cn-f-size-18 {
  font-size: 18px;
}
.cn-f-size-20 {
  font-size: 20px;
}
.cn-f-size-24 {
  font-size: 24px;
}
.cn-f-size-26 {
  font-size: 26px;
}
.cn-f-size-28 {
  font-size: 28px;
}
.cn-f-size-30 {
  font-size: 30px;
}
.cn-f-size-32 {
  font-size: 34px;
}
.cn-f-size-36 {
  font-size: 36px;
}
.cn-f-size-38 {
  font-size: 38px;
}
.cn-f-size-40 {
  font-size: 40px;
}
.cn-f-size-42 {
  font-size: 42px;
}
.cn-f-w-300 {
  font-weight: 300;
}
.cn-f-w-400 {
  font-weight: 400;
}
.cn-f-w-500 {
  font-weight: 500;
}
.cn-f-w-600 {
  font-weight: 600;
}
.cn-f-w-700 {
  font-weight: 700;
}
.cn-b-r-4 {
  border-radius: 4px;
}
.cn-b-r-15 {
  border-radius: 15px;
}
.cn-b-r-30 {
  border-radius: 30px;
}
.cn-t-c-primary {
  color: #6a26db;
}
.cn-t-c-secondary {
  color: #ff523d;
}
.cn-t-c-dark {
  color: #000000;
}
.cn-t-c-light {
  color: #00000060;
}
.cn-t-c-white {
  color: #ffffff;
}
.btn.btn-primary {
  background: #0085ff;
  color: #fff;
  border-radius: 30px;
  padding: 12px 30px;
  box-shadow: 0 0 30px 0 rgba(2, 96, 183, 0.2);
  border: 2px solid #0085ff;
}
.btn.btn-primary:hover {
  background: #ffffff;
  color: #0085ff;
  border: 2px solid #0085ff;
}
.btn.btn-secondary {
  background: #ffffff;
  color: #0085ff;
  border-radius: 30px;
  padding: 12px 30px;
  box-shadow: 10px 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 2px solid #ffffff;
}
.btn.btn-secondary svg {
  margin-left: 5px;
  color: #0085ff;
}
.btn.btn-secondary:hover {
  background: #0085ff;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.btn.btn-secondary:hover svg {
  color: #fff;
}
.btn.btn-border {
  background: transparent;
  color: #ffffff;
  border-radius: 30px;
  padding: 12px 30px;
  box-shadow: 0 0 30px 0 rgba(2, 96, 183, 0.2);
  border: 2px solid #ffffff;
}
.btn.btn-border:hover {
  background: #0085ff;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.btn.btn-primary {
  background: #0085ff;
  color: #fff;
  border-radius: 30px;
  padding: 12px 30px;
  box-shadow: 0 0 30px 0 rgba(2, 96, 183, 0.2);
  border: 2px solid #0085ff;
}
.btn.btn-primary:hover {
  background: #ffffff;
  color: #0085ff;
  border: 2px solid #0085ff;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border: none;
  content: "\F282";
  font-family: bootstrap-icons !important;
  font-weight: 700;
  position: relative;
  top: 3px;
}
.show {
  transition: all 0.2s linear;
}
.show.dropdown-toggle::after {
  transition: all 0.2s linear;
  transform: rotate(-180deg);
}
.dropdown-menu.show li a {
  padding: 8px;
  font-size: 14px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #0085ff;
}
.cn-heading {
  text-align: center;
}
.cn-heading h2 {
  font-weight: 800;
  font-size: 40px;
}
.cn-heading p {
  font-size: 18px;
  max-width: 60%;
  margin: 0 auto;
  color: #808080;
}
@media (max-width: 1024px) {
  .cn-heading p {
    max-width: 100%;
  }
}
a.cn-link {
  color: #0085ff;
  font-size: 14px;
}
a.cn-link svg {
  width: 17px;
}
a.cn-link:hover {
  color: #000000;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  overflow: hidden;
  background: #fff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #007fff;
  border-top-color: #ccdef4;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cn-topbar {
  padding: 15px 0;
  background: linear-gradient(90deg, #f1f6ff 0%, #dfe9ff 100%);
}
@media (max-width: 1450px) {
  .cn-topbar {
    padding: 7px 0;
  }
}
.cn-topbar a {
  color: #000;
  font-size: 14px;
}
.cn-topbar a:hover {
  color: #0085ff;
}
.cn-topbar i.bi {
  height: 36px;
  width: 36px;
  display: inline-block;
  background-color: #505050;
  color: #fff;
  border-radius: 30pc;
  text-align: center;
  line-height: 36px;
  margin-right: 5px;
  margin-left: 5px;
}
.cn-topbar .cn-topbar-right i.bi {
  transition: all 0.2s linear;
}
.cn-topbar .cn-topbar-right i.bi:hover {
  background: #0085ff;
  color: #fff;
}
nav.navbar.navbar-expand-xl {
  background-color: #fff;
  height: 100px;
  box-shadow: 10px 10px 30px 0 #00000010;
  z-index: 99;
}
@media (max-width: 1450px) {
  nav.navbar.navbar-expand-xl {
    height: auto;
    min-height: 85px;
  }
}
nav.navbar.navbar-expand-xl ul.navbar-nav {
  align-items: center;
}
nav.navbar.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 17px;
  padding-left: 17px;
  font-size: 18px;
  color: #000;
}
@media (max-width: 1450px) {
  nav.navbar.navbar-expand-xl .navbar-nav .nav-link {
    font-size: 18px;
  }
}
nav.navbar.navbar-expand-xl .navbar-nav .nav-link:hover {
  color: #0085ff;
}
nav.navbar.navbar-expand-xl .navbar-nav .nav-link.active {
  color: #0085ff;
  font-weight: 500;
}
nav.navbar.navbar-expand-xl .navbar-nav .nav-link.btn.btn-primary {
  background: #0085ff;
  color: #fff;
  border-radius: 30px;
  padding: 12px 30px;
  box-shadow: 0 0 30px 0 rgba(2, 96, 183, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav.navbar.navbar-expand-xl .navbar-nav .nav-link.btn.btn-primary svg {
  margin-left: 5px;
}
nav.navbar.navbar-expand-xl .navbar-nav .nav-link.btn.btn-primary:hover {
  background: #ffffff;
  color: #0085ff;
  border: 2px solid #0085ff;
}
.cn-banner {
  padding: 120px 0 150px;
  background-size: cover !important;
  background-position: bottom !important;
  height: auto;
  position: relative;
  z-index: 9;
}
.cn-banner .cn-bg-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.cn-banner h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
}
.cn-banner h3 {  
  color: #fff;
  font-weight: 600;
}
@media (max-width: 991px) {
  .cn-banner h2 {
    font-size: 30px;
  }
}
.cn-banner p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .cn-banner p {
    font-size: 14px;
  }
}
.cn-banner .cn-feature-block {
  display: inline-block;
  margin-top: 30px;
  background-color: #00000040;
  color: #fff;
  padding: 20px 40px;
  border-radius: 30px;
}
@media (max-width: 1040px) {
  .cn-banner .cn-feature-block {
    padding: 20px 15px;
  }
}
.cn-banner .cn-feature-block a {
  color: #fff;
  padding: 0 10px;
}
.cn-banner .cn-feature-block a:hover {
  color: #ffffff80;
}
@media (max-width: 1040px) {
  .cn-banner .cn-feature-block a {
    color: #fff;
    padding: 0 5px;
    font-size: 14px;
  }
}
.cn-banner .slick-initialized .slick-slide {
  display: block;
  text-align: center;
}
.cn-banner .slick-initialized .slick-slide img {
  display: inline-block;
}
.cn-bg-items .cn-ic {
  position: relative;
}
.cn-bg-items .cn-ic-1 {
  top: 50px;
  left: 80px;
  opacity: 0.5;
  -webkit-animation: movingleftright1 infinite 20000ms;
  animation: movingleftright1 infinite 20000ms;
  opacity: 1;
  max-width: 150px;
}
.cn-bg-items .cn-ic-2 {
  top: 20px;
  left: 25%;
  -webkit-animation: movingleftright2 infinite 25000ms;
  animation: movingleftright2 infinite 25000ms;
  opacity: 1;
  max-width: 80px;
}
.cn-bg-items .cn-ic-3 {
  top: 420px;
  left: 300px;
  -webkit-animation: movingleftright1 infinite 25000ms;
  animation: movingleftright1 infinite 25000ms;
  opacity: 1;
  max-width: 150px;
}
.cn-bg-items .cn-ic-4 {
  top: 460px;
  left: 300px;
  -webkit-animation: movingleftright2 infinite 30000ms;
  animation: movingleftright2 infinite 30000ms;
  opacity: 1;
  max-width: 150px;
}
.cn-bg-items .cn-ic-5 {
  top: 16%;
  right: -51%;
  -webkit-animation: movingleftright3 infinite 30000ms;
  animation: movingleftright3 infinite 30000ms;
  opacity: 1;
  max-width: 100px;
}
@-webkit-keyframes movingleftright1 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(50px) translateY(-20px);
    transform: translateX(50px) translateY(-20px);
  }
  75% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes movingleftright1 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(50px) translateY(-20px);
    transform: translateX(50px) translateY(-20px);
  }
  75% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes movingleftright2 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(-50px) translateY(20px);
    transform: translateX(-50px) translateY(20px);
  }
  75% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes movingleftright2 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(-50px) translateY(20px);
    transform: translateX(-50px) translateY(20px);
  }
  75% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes movingleftright3 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(100px) translateY(-20px);
    transform: translateX(100px) translateY(-20px);
  }
  75% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes movingleftright3 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(100px) translateY(-20px);
    transform: translateX(100px) translateY(-20px);
  }
  75% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
section.cn-services {
  padding-bottom: 90px;
}
.cn-services-slider {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -15px;
  margin-right: -15px;
}
.cn-services-slider .slick-slide {
  padding: 15px;
}
.cn-services-slider .cn-services-inner {
  border-radius: 20px;
  border: 1px solid #00000020;
  padding: 30px 20px;
  transition: all 0.2s ease-in-out;
  min-height: 380px;
}
.cn-services-slider .cn-services-inner:hover {
  border: 1px solid #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.cn-services-slider .cn-services-inner h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 15px 0;
}
.cn-services-slider .cn-services-inner p {
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0;
  color: #898989;
}
.slick-dots {
  bottom: -35px;
}
.slick-dots li button {
  border: 0;
  background: #0085ff;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  font-size: 0;
  border-radius: 30px;
  opacity: 0.1;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  opacity: 1;
  box-shadow: 0px 3px 4px 0 #00000030;
}
.slick-prev {
  left: 44%;
  top: auto;
  bottom: -41px;
  z-index: 999;
}
.slick-prev:before {
  color: #0085ff;
  content: "\F12F";
  font-family: bootstrap-icons !important;
  font-weight: 500;
  font-size: 30px;
}
.slick-next {
  right: 44%;
  top: auto;
  bottom: -41px;
  z-index: 999;
}
.slick-next:before {
  color: #0085ff;
  content: "\F138";
  font-family: bootstrap-icons !important;
  font-weight: 500;
  font-size: 30px;
}
section.cn-testimonials {
  padding: 100px 0;
  height: auto;
  background-size: cover !important;
  background-position: bottom !important;
  position: relative;
  z-index: 9;
}
@media (max-width: 1040px) {
  section.cn-testimonials {
    height: auto;
  }
}
section.cn-testimonials .cn-bg-items {
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
section.cn-testimonials .cn-testimonials-content {
  margin-top: 70px;
}
section.cn-testimonials .cn-testimonials-content h2 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
}
section.cn-testimonials .cn-testimonials-content small {
  font-size: 32px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}
section.cn-testimonials p {
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
  margin-top: 15px;
  margin-bottom: 30px;
}
.cn-f-wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  height: 50px;
}
.cn-f-list {
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 3000px;
  margin-left: 0;
  margin-top: 0px;
}
.cn-f-list li {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: grab;
  cursor: -webkit-grab;
  color: #efefef;
  vertical-align: middle;
}
.scroller {
  text-align: center;
  cursor: pointer;
  padding: 0;
  padding-top: 0;
  vertical-align: middle;
  background-color: #0085ff;
  color: #fff;
  border-radius: 30px;
  height: 50px;
  width: 50px;
  line-height: 45px;
  margin-top: -2px;
  font-size: 44px;
}
.scroller-right {
  float: right;
}
.scroller-left {
  float: left;
  background-color: #0085ff;
}
.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav-link {
  margin-bottom: 0;
  background: 0 0;
  border: none;
  border-radius: 30px;
  padding: 10px 30px;
  color: #fff;
  min-width: 170px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  color: #fff;
  background-color: #015eb3;
  border-color: transparent;
}
.cn-ourportfolio {
  padding: 50px 0 50px 0;
}
.cn-portfolioinfo {
  margin-top: 30px;
}
.cn-portfolioinfo .col-12.col-md-12 {
  justify-content: space-between;
  margin-top: 20px;
}
.cn-portfolioinfoBox {
  border-radius: 20px;
  background-size: cover;
  padding: 30px 20px;
  text-align: center;
  min-height: 222px;
  width: 17.5%;
  position: relative;
  z-index: 99;
}
.cn-portfolioinfoBox:after {
  content: "";
  background-color: #081a2ad9;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
}
.cn-portfolioinfoBox img {
  padding: 10px;
  background: #fff;
  border-radius: 15px;
}
.cn-portfolioinfoBox h3 {
  font-size: 22px;
  color: #fff;
  margin: 15px 0;
  margin-top: 45px;
}
.cn-portfolioinfoBox a {
  background: #0085ff;
  color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 30px 0 rgba(2, 96, 183, 0.2);
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 140px;
  font-size: 14px;
  padding: 13px;
  bottom: -23px;
}
.cn-portfolioinfoBox a:hover {
  background: #fff;
  color: #0085ff;
  box-shadow: 0 0 30px 0 rgba(2, 96, 183, 0.2);
}
.cn-otechExp {
  padding: 80px 0 60px;
}
.cn-otechExpheading {
  text-align: left;
}
.cn-otechExpheading h2 {
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 25px;
}
.cn-otechExpheading h2 span {
  display: inline-block;
  font-size: 32px;
  font-weight: 500;
  width: 100%;
}
.cn-otechExpheading p {
  font-size: 18px;
  margin: 0;
  color: #808080;
  line-height: 30px;
  margin-bottom: 30px;
}
.cn-innerBox {
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  transition: all 0.2s ease-in-out;
  width: 18%;
  text-align: center;
}
.cn-getTuch {
  padding: 50px 0 80px;
}
.cn-getTuch-bg {
  border-radius: 20px;
  padding: 25px 35px;
  border-radius: 20px;
  padding: 25px 35px;
  height: 200px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.cn-getTuchheading h2 {
  font-weight: 400;
  font-size: 32px;
  color: #fff;
}
.cn-getTuchheading p {
  font-size: 18px;
  margin: 0;
  color: #fff;
  padding-right: 260px;
  line-height: 30px;
}
.cn-footerbg {
  padding: 50px 0;
  background: #262535;
}
.cn-footerbg h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}
.cn-footerbg p {
  font-size: 16px;
  margin: 0;
  color: #92929a;
  line-height: 34px;
}
.cn-footerbg p a {
  color: #fff;
  text-decoration: underline !important;
}
.cn-footerbg p a:hover {
  color: #0085ff;
}
.cn-footerbg .link-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 50%;
  font-size: 16px;
}
.cn-footerbg .link-menu li {
  padding: 0;
  margin: 0;
  line-height: 34px;
}
.cn-footerbg .link-menu li a {
  color: #fff;
  text-decoration: none !important;
}
.cn-footerbg .link-menu li a:hover {
  color: #0085ff;
}
.cn-footerbg .contactLick ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #fff;
}
.cn-footerbg .contactLick li {
  padding: 0;
  margin: 0 0 25px 0;
  display: flex;
  align-items: center;
}
.cn-footerbg .contactLick li:first-child {
  align-items: flex-start;
}
.cn-footerbg .contactLick li span {
  background-color: #0085ff;
  height: 40px;
  width: 40px;
  display: flex;
  min-width: 40px;
  border-radius: 50px;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.cn-footerbg .contactLick li:last-child {
  margin-bottom: 0;
}
.cn-footerbg .contactLick li a {
  color: #fff;
  text-decoration: none !important;
}
.cn-footerbg .contactLick li a:hover {
  color: #0085ff;
}
.cn-testi-slider {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-top: 20px;
  box-shadow: 0 0 60px 0 #00000020;
  padding-bottom: 50px;
  position: relative;
}
.cn-testi-slider:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  background-color: #e6e6e6;
  transform: translate(-50%, 40px);
  width: 80%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
}
.cn-testi-slider button.slick-arrow {
  display: none !important;
}
.cn-testi-slider .slick-dots {
  bottom: 20px;
  right: 20px;
  left: auto;
  width: auto;
}
.cn-testi-slider .cn-testi-list {
  margin-top: -20px;
}
.cn-testi-slider .cn-testi-list i.bi.bi-quote {
  font-size: 140px;
  line-height: 0;
  opacity: 0.1;
  margin-left: -25px;
}
.cn-testi-slider .cn-testi-list p {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  margin-top: -15px;
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.cn-testi-slider .cn-testimonials-user {
  display: flex;
  align-items: center;
}
.cn-testi-slider .cn-testimonials-user img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
}
.cn-testi-slider .cn-testimonials-user p {
  font-size: 22px;
  color: #0085ff;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
}
.cn-copyight {
  background: #121825;
  display: flex;
  color: #fff;
  height: 60px;
  align-items: center;
  font-size: 14px;
}
.cn-copyight a.cn-ci-link {
  color: #fff;
  text-decoration: underline !important;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 400;
}
.cn-copyight a.cn-ci-link:hover {
  color: #0085ff;
}
.cn-copyight .cn-social-media a {
  background: #262535;
  color: #fff;
  padding: 0;
  margin-left: 5px;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  min-width: 40px;
  display: inline-block;
  line-height: 40px;
}
.cn-copyight .cn-social-media a:hover {
  background: #ffffff;
  color: #262535;
}
#button {
  display: inline-block;
  background-color: #0085ff;
  border: 1px solid #0085ff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  z-index: 999;
  cursor: pointer;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
#button:hover {
  background-color: #fff;
  color: #0085ff;
}
@media (max-width: 1450px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 97%;
  }
}
@media (max-width: 1450px) {
  section.cn-testimonials,
  .cn-banner {
    overflow-x: hidden;
  }
}
@media (max-width: 1199px) {
  section.cn-testimonials,
  .cn-banner {
    overflow-x: hidden;
  }
  button.navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
  button.navbar-toggler i.bi.bi-list {
    font-size: 40px;
    color: #0074de;
  }
  nav.navbar.navbar-expand-xl ul.navbar-nav {
    align-items: center;
    position: absolute;
    background-color: #fff;
    left: 0;
    width: 100%;
    padding-bottom: 30px;
  }
  nav.navbar.navbar-expand-xl ul.navbar-nav .nav-link {
    font-size: 16px;
    color: #000;
    padding: 18px;
  }
  nav.navbar.navbar-expand-xl ul.navbar-nav .nav-link:hover {
    text-align: center;
  }
  nav.navbar.navbar-expand-xl ul.navbar-nav .dropdown-menu.show {
    display: block;
    box-shadow: none;
    border: none;
    padding: 10px;
    border-radius: 4px;
    margin-top: 0px !important;
    width: 100%;
    background-color: #f5f5f5;
    min-width: 300px;
    text-align: center;
  }
  nav.navbar.navbar-expand-xl ul.navbar-nav .dropdown-menu.show li a {
    padding: 8px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
  }
}

@media (max-width: 1040px) {
  .cn-getTuch-bg .d-flex.justify-content-end {
    justify-content: flex-start !important;
    margin-top: 20px;
  }
  .cn-getTuch-bg {
    padding: 25px 20px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cn-banner .btn.btn-secondary {
    padding: 12px 20px;
    margin-bottom: 15px;
    min-width: 230px;
  }
  .cn-banner .btn.btn-border {
    min-width: 230px;
    margin-left: 0 !important;
  }
  .cn-banner .cn-feature-block {
    padding: 10px 5px;
  }
  .cn-banner .cn-feature-block a {
    color: #fff;
    padding: 0 2px;
    font-size: 12px;
  }
  .cn-portfolioinfo .col-12.col-md-12 {
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .cn-portfolioinfoBox {
    width: 48%;
    margin-bottom: 50px;
  }
  .cn-otechExp img.img-fluid {
    margin: 0 auto;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cn-footerbg h3 {
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .cn-copyight {
    height: auto;
    justify-content: center;
    text-align: center;
    padding: 15px;
  }
  .cn-copyight .cn-f-size-14 {
    font-size: 14px;
    display: inline-block;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
  }
  .cn-copyight .d-flex.justify-content-end.align-items-center {
    justify-content: center !important;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cn-banner {
    padding: 40px 0 60px;
    height: auto;
  }
  .cn-banner .btn.btn-secondary {
    padding: 12px 20px;
    margin-bottom: 0;
    min-width: 230px;
    margin-right: 10px;
  }
  .cn-topbar {
    padding: 10px 0;
    background: linear-gradient(90deg, #f1f6ff 0%, #dfe9ff 100%);
    text-align: center;
  }
  .cn-topbar .justify-content-end {
    display: none !important;
  }
  section.cn-testimonials .cn-testimonials-content {
    margin-top: -60px;
    margin-bottom: 40px;
    text-align: center;
  }
  .cn-ourportfolio {
    padding: 0px 0 0px 0;
  }
  .cn-getTuch-bg {
    padding: 25px 0;
    height: auto;
    max-width: 92%;
    text-align: center;
  }
  .cn-banner {
    text-align: center;
  }
  button.slick-arrow {
    display: none !important;
  }
  .cn-banner .slick-initialized .slick-slide img {
    margin-top: 30px;
  }
  .cn-otechExpheading {
    text-align: center;
  }
  .cn-getTuchheading p {
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding-right: 0;
    line-height: 30px;
  }
  .cn-getTuch-bg .d-flex.justify-content-end {
    justify-content: center !important;
    margin-top: 20px;
  }
  .cn-footerbg {
    text-align: center;
  }
  .cn-footerbg .contactLick ul {
    max-width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 667px) {
  .cn-footerbg .contactLick ul {
    max-width: 100%;
  }
  footer .col-12.col-lg-5.pe-5 {
    padding-right: 15px !important;
  }
  .cn-banner .btn.btn-border {
    min-width: 100%;
    margin-right: 0;
    width: 100%;
  }
  .cn-topbar i.bi {
    height: 30px;
    width: 30px;
    line-height: 29px;
  }
  .navbar-brand img {
    height: 40px;
  }
  .cn-banner .btn.btn-secondary {
    margin-bottom: 10px;
    min-width: 100%;
    margin-right: 0;
    width: 100%;
  }
  .cn-banner .cn-feature-block {
    width: 100%;
  }
  .cn-heading h2 {
    font-size: 30px;
  }
  .cn-heading p,
  section.cn-testimonials p,
  .cn-otechExpheading p {
    font-size: 14px;
  }
  .cn-services-slider {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  section.cn-testimonials .cn-testimonials-content h2,
  .cn-otechExpheading h2 {
    font-size: 30px;
  }
  section.cn-testimonials .cn-testimonials-content small,
  .cn-otechExpheading h2 span {
    font-size: 22px;
  }
  .nav-tabs .nav-link {
    margin-bottom: 0;
    background: 0 0;
    border: none;
    border-radius: 30px;
    padding: 10px 10px;
    color: #fff;
    min-width: 100px;
    font-size: 12px;
  }
  .scroller {
    text-align: center;
    cursor: pointer;
    padding: 0;
    padding-top: 0;
    vertical-align: middle;
    background-color: #0085ff;
    color: #fff;
    border-radius: 30px;
    height: 40px;
    width: 40px;
    line-height: 45px;
    margin-top: -4px;
    font-size: 34px;
  }
  .cn-testi-slider .cn-testi-list i.bi.bi-quote {
    font-size: 80px;
    line-height: 0;
    opacity: 0.1;
    margin-left: -10px;
  }
  .cn-testi-slider .cn-testi-list {
    margin-top: -10px;
  }
  .cn-testi-slider .cn-testi-list p {
    font-size: 14px;
  }
  .cn-testi-slider .cn-testimonials-user p {
    font-size: 16px;
  }
  .cn-testi-slider .cn-testimonials-user img {
    width: 60px;
    height: 60px;
  }
  .cn-portfolioinfoBox h3 {
    font-size: 16px;
    color: #fff;
    margin: 15px 0;
    margin-top: 25px;
  }
  .cn-portfolioinfoBox a {
    min-width: 120px;
    font-size: 12px;
    padding: 13px;
    bottom: -13px;
  }
  .cn-getTuch-bg .d-flex.justify-content-end {
    justify-content: center !important;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .cn-getTuch-bg .align-items-center {
    margin: 0;
  }
  .cn-getTuch-bg .btn.btn-border,
  .cn-getTuch-bg .btn.btn-secondary {
    margin-bottom: 15px;
    width: 100%;
  }
  .cn-otechExpheading .d-flex.justify-content-between.mt-4 {
    flex-wrap: wrap;
  }
  .cn-innerBox {
    width: 48%;
    text-align: center;
    margin-bottom: 15px;
  }
  .cn-getTuchheading h2 {
    font-weight: 400;
    font-size: 26px;
    color: #fff;
  }
  .cn-social-media {
    margin-top: 20px;
  }
}
section.cn-banner.cn-inner-banner {
  padding: 100px 0 180px;
  overflow: hidden;
}
section.cn-inner-services {
  padding-bottom: 40px;
  padding-top: 30px;
}
section.cn-inner-services .cn-services-inner {
  border-radius: 20px;
  padding: 30px;
  transition: all 0.2s ease-in-out;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
  height: 410px;
  position: relative;
}
@media (max-width: 991px) {
  section.cn-inner-services .cn-services-inner {
    height: auto;
    min-height: 250px;
  }
}
section.cn-inner-services .cn-services-inner .cn-s-c-block {
  position: absolute;
  bottom: 20px;
  left: 50%;
  background-color: #0084ffe3;
  width: 90%;
  transform: translate(-50%, 0);
  border-radius: 20px;
  padding: 20px;
  min-height: 180px;
}
section.cn-inner-services .cn-services-inner .cn-s-c-block h2 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
}
section.cn-inner-services .cn-services-inner .cn-s-c-block p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
  line-height: 25px;
  font-weight: 400;
}
section.cn-inner-services .cn-services-inner.cn-services-inner-2 {
  height: 250px;
}
@media (max-width: 991px) {
  section.cn-inner-services .cn-services-inner.cn-services-inner-2 {
    height: auto;
    min-height: 250px;
  }
}
section.cn-inner-services .cn-services-inner.cn-services-inner-2 .cn-s-c-block {
  min-height: auto;
}
section.cn-inner-choice .cn-choice-list {
  display: flex;
  align-items: center;
  padding: 20px;
  background: linear-gradient(90deg, #f1f6ff 0%, #dfe9ff 100%);
  margin-bottom: 15px;
  margin-top: 15px;
  border-radius: 10px;
}
section.cn-inner-choice .cn-choice-list span {
  height: 70px;
  width: 70px;
  min-height: 70px;
  min-width: 70px;
  background-color: #ffffff;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #0085ff;
  font-size: 36px;
}
section.cn-inner-choice .cn-choice-list h2 {
  font-size: 18px;
  font-weight: 600;
  color: #0085ff;
}
section.cn-inner-choice .cn-choice-list p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 22px;
  opacity: 0.8;
}
section.cn-banner.cn-about-banner p {
  line-height: 34px;
}
.cn-about-us .cn-heading p {
  max-width: 90%;
  line-height: 31px;
  font-size: 16px;
  margin-bottom: 60px;
  margin-top: 20px;
}
.cn-about-us .box {
  padding: 35px;
  background-color: #006bce;
  border-radius: 10px;
}
.cn-about-us .box h2 {
  color: #ffffff;
  font-size: 46px;
  margin-top: 0;
  font-weight: 700;
}
.cn-about-us .box .box-title {
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.2px;
}
section.cn-banner.cn-hiring-banner {
  padding-bottom: 40px;
  overflow: hidden;
}
section.cn-banner.cn-hiring-banner .cn-bg-items {
  height: 400px;
  overflow: hidden;
}
section.cn-banner.cn-hiring-banner p {
  line-height: 34px;
}
section.cn-banner.cn-hiring-banner img.img-fluid {
  margin-left: auto;
  float: right;
}
.cn-hiring-us .cn-heading {
  text-align: left;
}
.cn-hiring-us .cn-heading p {
  font-size: 16px;
  max-width: 100%;
  margin: 0 auto;
  color: #808080;
  line-height: 28px;
  padding-bottom: 6px;
  padding-top: 10px;
}
.cn-hiring-form {
  padding: 30px 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  z-index: 99;
  position: relative;
}
@media (max-width: 991px) {
  .cn-hiring-form {
    margin-top: 40px;
  }
}
.cn-hiring-form input.btn.btn-primary {
  box-shadow: none;
}
.cn-hiring-form h4 {
  font-size: 18px;
  margin-bottom: 23px;
}
.cn-hiring-form .cn-form-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cn-hiring-form .cn-form-inner .form-floating,
.cn-hiring-form .cn-form-inner .form-floating-1 {
  width: 48%;
}
@media (max-width: 568px) {
  .cn-hiring-form .cn-form-inner .form-floating,
  .cn-hiring-form .cn-form-inner .form-floating-1 {
    width: 100%;
  }
}
.cn-hiring-form .cn-form-inner .form-floating-1 {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 3px 15px;
}
@media (max-width: 568px) {
  .cn-hiring-form .cn-form-inner .form-floating-1 {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 3px 15px;
    text-align: left;
    padding-bottom: 6px;
  }
}
.cn-hiring-form .cn-form-inner .form-floating-1 label.form-label {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 4px;
}
.cn-hiring-form .cn-form-inner .form-floating-1 input#formFile {
  border: none;
  padding: 1px 10px;
  font-size: 14px;
  background: transparent;
}
section.cn-inner-choice.cn-inner-hiring-2 {
  margin-top: 70px;
  margin-bottom: 120px;
}
section.cn-banner.cn-contact-banner {
  overflow: hidden;
  padding-bottom: 250px;
  z-index: 1;
}
@media (max-width: 480px) {
  section.cn-banner.cn-contact-banner {
    padding-bottom: 180px;
    z-index: 1;
  }
}
.cn-inner-contact .cn-hiring-form {
  padding: 30px 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  z-index: 99;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: -170px;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .cn-inner-contact .cn-hiring-form {
    flex-wrap: wrap;
    z-index: 1;
  }
}
@media (max-width: 480px) {
  .cn-inner-contact .cn-hiring-form {
    padding: 15px;
    z-index: 1;
  }
}
.cn-inner-contact iframe {
  max-width: 48%;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .cn-inner-contact iframe {
    max-width: 100%;
    margin-top: 20px;
    order: 2;
  }
}
.cn-inner-contact .cn-c-form {
  max-width: 50%;
}
@media (max-width: 991px) {
  .cn-inner-contact .cn-c-form {
    max-width: 100%;
  }
}
.cn-inner-contact .cn-c-form .cn-form-inner .form-floating,
.cn-inner-contact .cn-c-form .cn-form-inner .form-floating-1 {
  width: 100%;
  margin-bottom: 20px !important;
}
section.cn-inner-contact {
  padding-bottom: 80px;
}
section.cn-inner-contact .cn-address-block {
  margin-top: 30px;
  background: #f5f5f5;
  padding: 15px;
  border-radius: 15px;
  height: 100%;
}
@media (max-width: 1024px) {
  section.cn-inner-contact .cn-address-block {
    height: auto;
  }
}
section.cn-inner-contact .cn-address-block h3 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 5px;
  color: #0085ff;
}
section.cn-inner-contact .cn-address-block p {
  font-size: 13px;
  display: flex;
  align-items: center;
  line-height: 18px;
}
section.cn-inner-contact .cn-address-block p i.bi {
  background-color: #0085ff;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  min-width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 4px;
  color: #ffffff;
  z-index: 2;
}
section.cn-inner-contact .cn-address-block h4 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 15px;
}
section.cn-inner-contact .cn-address-block p a {
  color: #000;
  margin-left: 3px;
}
ul#lightgallery li {
  position: relative;
}
ul#lightgallery li > a {
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #00000014;
  padding: 10px;
  border-radius: 8px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
ul#lightgallery li > a:hover {
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
}
ul#lightgallery li > a span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0085ff;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
  display: none;
  transition: all 0.2s ease-in-out;
}
ul#lightgallery li > a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 0.2s ease-in-out;
}
ul#lightgallery li > a:hover {
  transition: all 0.2s ease-in-out;
}
ul#lightgallery li > a:hover span {
  display: flex;
  transition: all 0.2s ease-in-out;
}
ul#lightgallery li > a:hover img {
  filter: blur(2px);
  transition: all 0.2s ease-in-out;
}
ul#lightgallery .cn-p-details {
  margin-bottom: 40px;
}
ul#lightgallery .cn-p-details h3 {
  font-size: 18px;
  margin: 15px 0;
}
ul#lightgallery .cn-p-details p {
  font-size: 14px;
  opacity: 0.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
ul#lightgallery .cn-p-details label {
  padding: 7px 20px;
  background-color: #0085ff;
  margin-bottom: 10px;
  font-size: 14px;
  border-radius: 30px;
  position: absolute;
  top: 10px;
  left: 12px;
  color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
ul#lightgallery .cn-p-details .btn.btn-primary {
  padding: 0;
  font-size: 14px;
  box-shadow: none;
  background: transparent;
  border: transparent;
  color: #0085ff;
  display: flex;
}
ul#lightgallery .cn-p-details .btn.btn-primary svg.feather {
  width: 20px;
  margin-left: 3px;
}
ul#lightgallery .cn-p-details .btn.btn-primary:hover {
  padding: 0;
  background: transparent;
  border: transparent;
  color: #000;
}
section.cn-inner-portfolio {
  padding-bottom: 60px;
}
.cn-port-img {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 10px;
}
.cn-port-img img.img-fluid {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
}
section.cn-inner-portfolio.cn-project-details .cn-p-details {
  margin-bottom: 40px;
}
section.cn-inner-portfolio.cn-project-details .cn-p-details h3 {
  font-size: 24px;
  margin: 0 0 15px;
}
section.cn-inner-portfolio.cn-project-details .cn-p-details p {
  font-size: 16px;
  opacity: 0.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  line-height: 1.6;
}
section.cn-inner-portfolio.cn-project-details .cn-p-details span {
  margin-bottom: 20px;
  display: inline-block;
}
section.cn-inner-portfolio.cn-project-details .cn-p-details span svg.feather {
  color: #0085ff;
}
section.cn-inner-portfolio.cn-project-details .cn-p-details label {
  padding: 7px 20px;
  background-color: #0085ff;
  margin-bottom: 10px;
  font-size: 14px;
  border-radius: 30px;
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
section.cn-inner-portfolio.cn-project-details
  .cn-p-details
  a.btn.btn-primary
  svg.feather {
  width: 20px;
  margin-left: 3px;
}
.cn-portfolio-slider {
  border: 1px solid #00000014;
  padding: 10px;
  border-radius: 8px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .cn-portfolio-slider {
    margin-bottom: 60px;
  }
}

/*.cn-testi-slider::before {
    content: "";
    width: 40%;
    height: 100%;
    position: absolute;
    background-color: #e6f3ff;
    top: 0;
    left: 0;
    border-radius: 0%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}*/
.cn-Oursolution-containt h3{
   font-size: 24px;
   font-weight: bold;
   margin-bottom: 30px;
}

.cn-excellentServices  {
    padding: 50px 0 50px 0;
}
.cn-ourWork{
  padding: 50px 0 50px 0;
}
.cn-expertiseplatforms{
  padding: 50px 0 50px 0;
} 
.cn-expertise-slider {
    margin-top: 60px;
    margin-bottom: 60px;
    /*margin-left: -15px;
    margin-right: -15px;*/
}
.cn-expertise-slider .cn-expertise-inner {
    border-radius: 20px;
    border: 1px solid #00000020;
    padding: 30px 20px;
    transition: all 0.2s ease-in-out;
    text-align: center;
}
.cn-expertise-slider .cn-expertise-inner:hover {
    border: 1px solid #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.cn-expertise-slider .slick-slide {
    padding: 15px;
}
.cn-expertise-inner img { width: 100px; margin: auto; border-radius: 10px; box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);}
.cn-expertise-inner h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0;
}
.cn-otechExpheading .accordion h2{ margin-bottom: 0px; }
.accordion-item{ margin-bottom: 15px; }
.accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0,0,0,0.125);
}
.accordion-button:focus{ box-shadow: none; }
.list-white {
    margin-bottom: 30px;
}
.cs-list li {
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}
.cs-list li::before {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100px;
    font-family: bootstrap-icons;    
    content: "\f135";
    width: 20px;
    height: 20px;
    background-color: #0085ff;
    line-height: 20px;
    text-align: center;
    color: #ffff;
    font-size: 16px;
}
.list-white li {
    color: #fff;
}
.list-white li::before  {
    background-color: #fff;
    color: #0085ff;
}
.businessmodul{ padding-bottom: 60px; }
.businessmodul-block {
    border-radius: 20px;
    border: 1px solid #00000020;    
    transition: all 0.2s ease-in-out;
    text-align: center;
  }
.businessmodul-block figure img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.businessmodul-block figcaption {
    padding: 20px;
    min-height: 208px;
}
.businessmodul-block figcaption h2 {
    font-size: 22px;
    font-weight: 700;    
}
.businessmodul-block figcaption p {
    font-size: 18px;
    font-weight: 400;    
    color: #898989;
}
.cn-appfeatures {
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
    margin: 20px 0;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  }
.cn-appdevfeatures{
    padding: 100px 0;
    height: auto;
    background-size: cover !important;
    background-position: bottom !important;
    position: relative;
    z-index: 9;
}
.cn-appdevfeatures .cn-bg-items {
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.cn-appdevfeatures .cn-appfeatures p {color: #808080;}
.cn-appdevfeatures .cn-heading {color: #fff}
.cn-appdevfeatures .cn-heading p {color: #fff}
.featureslist {overflow: hidden; padding: 0;}
.featureslist-dtl h2 {font-size: 20px; font-weight: bold;}
.featureslist li {
    
    padding: 15px 15px;
    margin: 15px 2%;
    border-radius: 10px;
    border-radius: 20px;
    border: 1px solid #00000020;
}
.cn-appfeatures h3{margin-top: 30px; font-size: 20px;
    font-weight: bold;}
.faq { padding: 60px 0;}
.accordion-button{font-size: 18px;}
.accordion-body {color: #808080;}
.cn-testimonials .featureslist-dtl p {
    margin-bottom: 0px;
}
/*=========================================
=            Talk to an expert            =
=========================================*/

.dp-te-right-img{
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-position: center center;
    background-size:cover;
    background-repeat: no-repeat;
    border-radius:0px 20px 20px 0;
}
.dp-te-right-img-wrap{
    position: relative;
}

.dp-talkto-expert-modal .btn-close {
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 9;
    font-size: 16px;
    background-color: #fff;
}

.dp-talkto-expert-modal .modal-content{
    border:none;
    border-radius:20px;
}

.dp-te-content-left{
    padding:25px 30px;
    font-size:16px;
}

.dp-te-content-left h4{
    font-size:30px;
    margin-bottom: 5px
}

.dp-form .form-group{
    margin-bottom:20px;
}
.dp-form .form-control{    
    border: none;    
    border-bottom: 1px solid #9D9FA1;    
    border-radius: 0;
    padding:10px 0 8px; 
    box-shadow: none !important
}
.dp-form textarea.form-control{
    height:45px;
}

.dp-form .form-control::-webkit-input-placeholder { 
  color: #9D9FA1;
}
.dp-form .form-control::-moz-placeholder {
  color: #9D9FA1;
}
.dp-form .form-control:-ms-input-placeholder {
  color: #9D9FA1;
}
.dp-form .form-control:-moz-placeholder { 
  color: #9D9FA1;
}

.dp-checkbox {
    display:block;
    position:relative;
    font-size:13px;
    color:#868686;
    font-weight:normal;
}

.dp-checkbox input{
    position:absolute;
    left:0;
    top:0;
    opacity:0;
}
.dp-checkbox input + span{
    display:block;
    padding-left:30px;
}

.dp-checkbox input + span:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    top:3px;
    width:14px;
    height:14px;
    border:1px solid #160205;
}

.dp-checkbox input + span:after{
    content: '\e82b';
    font-family: 'dipicon';
    display:block;
    position:absolute;
    left:0;
    top:3px;
    color:#000;
    font-size:9px;
    width:14px;
    height:14px;
    text-align:center;
    line-height:14px;
    opacity: 0;
    transition:all 0.3s ease-in-out;
}
.dp-checkbox input:checked + span:after{
    opacity:1;
}

.dp-talkto-expert-modal .modal-content > .row{
    margin:0 -1px;
}

.dp-talkto-expert-modal .modal-dialog{
    max-width:1060px;
}
.modal-backdrop.show{
    opacity:0.8
}
@media (max-width:1100px){
    .dp-talkto-expert-modal .modal-content{
        margin:0 30px;
    }
}

@media (max-width:767px){
    .dp-talkto-expert-modal .modal-content > .row > [class*=col-]:first-child{
        order:2;
    }

    .dp-te-right-img{
        position:static;
        padding-top:40%;
        border-radius:20px 20px 0 0;
        margin:0 -11px;
    }
    .dp-talkto-expert-modal .modal-content{
        margin:0 15px;
    }
    .dp-te-content-left{
        padding-left:15px;
        padding-right:15px;
    }
}

.modal-open .select2-container{
    z-index:9999
}
.dp-selectpicker + .select2{
    display: block;
}

.dp-selectpicker + .select2-container .select2-selection--single{
    height:43px;
    border:none;
    border-bottom: 1px solid #9D9FA1;
    border-radius: 0;
    padding: 10px 0 8px;
    outline: none !important
}

.dp-selectpicker + .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left:0;
    color:#9D9FA1;
    overflow: visible;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:47px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    opacity:0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before{
    content: '\e800';
    font-family: 'dipicon';
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    font-size:12px;
    color:#D63548;
}

.select2-dropdown{
    border-radius:6px !important;
    border:none;
    box-shadow:rgba(0, 0, 0, 0.1) 0 0 20px 0;
}

.dp-select-tip{
    margin-left:10px;
    display: inline-block;
    position: relative;
}
.dp-select-tip small{
    display:inline-block;
    width:12px;
    height:12px;
    background:#787785;
    color:#fff;
    text-align:center;
    line-height:12px;
    border-radius:50%;
    font-size:9px;
    vertical-align:middle;    
    font-family:Times New Roman;
    position:relative
}

.dp-select-tip:before{
    content:attr(data-title);
    display:block;
    position:absolute;
    top:100%;
    left:50%;
    transform:translate(-50%, 0);
    background:#363636;
    color:rgba(255, 255, 255, 0.6);
    width:290px;
    white-space:normal;
    text-align:left;
    padding:15px 15px;
    font-size:10px;
    line-height:1.8;
    border-radius: 10px;
    display:none;
    margin-top:10px;
    pointer-events: none
}
.dp-select-tip:hover:before{
    display: block;
}

.dp-select-tip:after{
    content:'';
    display:none;
    left:50%;
    top:100%;    
    border:10px solid rgba(0, 0, 0, 0);
    border-top:none;
    border-bottom-color:#363636;
    position:absolute;    
    transform:translate(-50%, 0);
}
.dp-select-tip:hover:after{
    display: block;
}
/*=====  End of Talk to an expert  ======*/
.thanks-you {
    width: 100%;
}
.thanks-you-massage {
    margin: 20% 5%;
    text-align: center;
}
.thanks-you-massage img {
    width: 70px;
    margin-bottom: 30px;
}
.thanks-you-massage h4 {
    font-size: 30px;
    margin-bottom: 15px;
}