@font-face {
  font-family: "Montserrat", sans-serif;
  src: url("../fonts/Montserrat-Regular.ttf");
}
@import url('https://fonts.googleapis.com/css2?family=Red+Rose:wght@300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
}

[data-scroll="in"] {
  opacity: 1;
  transform: translateX(0);
  transition: all 2s;
}

[data-scroll="out"] {
  opacity: 0;
  transform: translateX(-200);
  transition: all 2s;
}
section {
  scroll-snap-align: start;
  scroll-margin-block-start: 60px;
  scroll-snap-type: y mandatory;
}

/* .hero { */
/* background: url("../img/hero.jpg") no-repeat; */
/* height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat; */
/* } */

.bg-white {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
}

.skew-bg {
  position: relative;
}
section {
  padding: 60px 0px;
}
.main-title {
  text-transform: uppercase;
  position: relative;
  color: #21333e;
}

.main-title:before {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 0;
  width: 80px;
  border-top: 2px solid #232323;
}

.main-title:after {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 100px;
  width: 80px;
  border-top: 2px solid #4ac5ff;
}
.h1-bold {
  color: #4ac5ff;
}

.icon-box .icon-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../images/icon-box-02.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.icon-box .icon-image img {
  margin: 0px;
}
.icon-box {
  margin-bottom: 16px;
  padding: 20px;
  border-radius: 8px;
  transition: all 0.5s ease;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.07);
}
.icon-box:hover {
  box-shadow: 0 17px 30px rgba(0, 0, 0, 0.07);
  transition: all 0.5s ease;
  margin-top: -10px;
}
.icon-box .content {
  text-align: center;
}
.icon-box .content .title {
  font-weight: 800;
  font-size: 16px;
  line-height: 1.777777;
  color: #232323;
  word-break: break-word;
  padding: 0;
  margin: 0;
  margin-bottom: 13px;
  letter-spacing: 0.1px;
}
.icon-box .content .description {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #12304a;
  word-break: break-word;
  margin-bottom: 15px;
}
.bg-nav-white ul li {
  margin: 0;
}
p {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.8;
  color: #626c84;
  word-break: break-word;
}

.blog-bg {
  max-width: 500px;
}
.blog-right-box {
  position: relative;
  top: -125px;
}

.blog-box {
  width: 300px;
  background-color: #000;
  padding: 40px;
  height: 200px;
  position: absolute;
  top: 250px;
  right: 50px;
  color: #fff;
}
.blog-route {
  background: #000;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff !important;
}
.blog-box {
  background: url("../images/blog-red.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact {
  /* background: url("../images/worldmap.png") no-repeat;
  width: 100%; */
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-origin: content-box;
  background-color: #f6f9fc;
}

.address-text p {
  color: #626c84;
  font-size: 14px;
}
.address-text h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
label {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.contact-form .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #232323;
  padding-left: 0;
  background-color: #f6f9fc;
}

.contact-form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
}

.testimonials-wrapper .carousel-caption {
  right: auto;
  left: auto;
  position: inherit;
}
.testimonials-wrapper .carousel {
  position: inherit;
  width: 80%;
  margin: auto;
}

.testimonials-wrapper p {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.8;
  color: #fff;
  word-break: break-word;
  margin-bottom: 10px;
}
.testimonials-wrapper h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  word-break: break-word;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.testimonials-wrapper .carousel-indicators li {
  width: 85px;
  height: 85px;
  border-radius: 100%;
  text-align: center;
  box-shadow: 0 20px 32px -8px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05);
  border: 5px solid #fff;
  overflow: hidden;
}
.testimonials-wrapper {
  /* background-image: url(../images/bg-gradient.jpg); */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  background-attachment: fixed;
  background-color: #59c5ff;
  padding: 50px 0px;
}

.testimonials-wrapper .carousel-inner {
  overflow: hidden;
  height: 100%;
}

.quote-icon {
  margin: auto;
  width: 100%;
  text-align: center;
}
.creator-block {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}
.quote-icon i {
  font-size: 60px;
  color: #fff;
}

.main {
  transition: all 0.3s ease 0s;
}

.error-label {
  font-size: 12px;
  color: red;
  font-weight: 300;
}

.project-name {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: -1.01px;
  -webkit-font-smoothing: antialiased;
}

.thumb {
  padding: 0px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.thumb .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1;
  color: #fff;
  flex-direction: column;
  background-color: #2174c7;
}
.thumb:hover .overlay {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.thumb:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease;
  filter: brightness(0.5);
}
.thumb .img-thumbnail {
  padding: 0px;
  border-radius: 0;
  border: none;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumb:hover .img-thumbnail {
  transition: 0.6s bottom ease;
}
.thumb figure {
  margin: 0px;
}

.thumb .overlay .pf_text {
  display: flex;
  flex-direction: column;
  margin-bottom: -100px;
  transition: all 0.3s ease;
}
.thumb:hover .overlay .pf_text {
  margin-bottom: 0px;
  transition: all 0.3s ease;
}

.thumb .icon {
  border: 1px solid #fff;
  padding: 10px;
  width: 60px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery-wrapper .main-title.head-h1 {
  text-align: center;
}

.gallery-wrapper .main-title.head-h1:before,
.carousel-indicators,
.gallery-wrapper .main-title.head-h1::after,
.testimonials-wrapper .main-title.head-h1:before,
.testimonials-wrapper .main-title.head-h1::after {
  display: none;
}

.small-border {
  height: 2px;
  width: 120px;
  background: #59c5ff;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

.call-to-action {
  background: #232323;
  padding: 60px;
}
.call-to-action a.view-all {
  text-decoration: none;
  border: solid 1px #fff;
  color: #59c5fe !important;
  padding: 13px 30px 13px 30px;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 4px;
}
.call-to-action a.view-all:hover {
  background: #fff;
  color: #111 !important;
  border-color: #fff;
}

.testimonials-wrapper .carousel-control-next,
.testimonials-wrapper .slick-arrow.slick-next {
  background-image: url("data:image/png;base64,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") !important;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  transition: all 0.5s ease;
}

.testimonials-wrapper .carousel-control-prev,
.testimonials-wrapper .slick-arrow.slick-prev {
  background-image: url("data:image/png;base64,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") !important;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  transition: all 0.5s ease;
}
.testimonials-wrapper:hover .carousel-control-prev,
.testimonials-wrapper:hover .slick-arrow.slick-prev {
  display: block;
  transition: all 0.5s ease;
  left: -22px;
}

.testimonials-wrapper:hover .carousel-control-next,
.testimonials-wrapper:hover .slick-arrow.slick-next {
  display: block;
  transition: all 0.5s ease;
  right: 22px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: none;
}

.testimonials-wrapper .carousel-indicators li {
  transition: all 0.5s ease;
  margin-right: 15px;
  margin-left: 15px;
}
.testimonials-wrapper .carousel-indicators li.active {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.testimonials-wrapper .main-title {
  text-align: center;
  color: #fff;
}

.testimonials-wrapper .small-border {
  background: #fff;
}

.blog-bg {
  animation-name: animationOut;
  animation-duration: 3s;
}

@keyframes animationOut {
  from {
    opacity: 0;
    transform: translate3d(80%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.blog-box {
  animation-name: animationBlog;
  animation-duration: 3s;
}

@keyframes animationBlog {
  0% {
    opacity: 0;
    transform: translateY(-4rem) scale(0.8);
    animation: infinite;
  }
  100% {
    opacity: 1;
    transform: none;
    animation: infinite;
  }
}
.header-sticky .navbar-dark .navbar-nav .nav-link {
  color: #232323;
}
.header-sticky .navbar-dark .navbar-nav .active .nav-link {
  color: #4ac5ff;
}

.indicator-pic {
  width: 105px;
  height: 105px;
  border-radius: 100%;
  text-align: center;
  box-shadow: 0 20px 32px -8px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05);
  border: 3px solid #fff;
  overflow: hidden;
  margin: auto;
}
.indicator-pic img {
  height: 100%;
  object-fit: cover;
}
.testimonials-wrapper .slick-prev {
  left: -80px;
  transition: all 0.5s ease;
}
.testimonials-wrapper .slick-next {
  right: -80px;
  transition: all 0.5s ease;
}

.testimonials-wrapper:hover .slick-arrow.slick-prev {
  transition: all 0.5s ease;
  left: -90px;
}

.testimonials-wrapper:hover .slick-arrow.slick-next {
  transition: all 0.5s ease;
  right: -90px;
}
.testimonials-wrapper .slick-prev,
.testimonials-wrapper .slick-next {
  width: 45px;
  height: 20px;
}
.testimonials-wrapper .slick-prev:before,
.testimonials-wrapper .slick-next:before {
  display: none;
}

.testimonials-wrapper .slick-dots ul li div {
  width: 85px;
  height: 85px;
  border-radius: 100%;
  text-align: center;
  box-shadow: 0 20px 32px -8px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05);
  border: 3px solid #fff;
  overflow: hidden;
}

.testimonials-wrapper .slick-dots li {
  width: 85px;
  height: 85px;
  transition: all 0.5s ease;
}
.testimonials-wrapper .slick-dots {
  position: relative;
  transition: all 0.5s ease;
}
.testimonials-wrapper .slick-dots li.slick-active {
  transform: scale(1.2);
  transition: all 0.5s ease;
  opacity: 1;
}
.testimonials-wrapper .slick-list {
  width: 70%;
  margin: auto;
  text-align: center;
}

.call-to-action:hover {
  background: #4ca1fb;
}

.call-to-action:hover a.view-all {
  color: #232323 !important;
}

.lm-btn {
  font-size: 10px;
  color: #4ac5ff;
  text-transform: uppercase;
  border: 1px solid #4ac5ff;
  padding: 8px 10px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: all 0.5s ease;
}
.lm-btn:hover {
  background-color: #4ac5ff;
  color: #fff;
  transition: all 0.5s ease;
}

.partner-wrapper .glide__slide {
  height: 100%;
  flex-shrink: 0;
  cursor: grab;
  white-space: normal;
  user-select: none;
  width: 40% !important;
  margin-left: 50px;
  margin-right: 50px;
}

.clutch-wrapper {
  background-color: #e2eff9;
}
.partner-wrapper {
  background-color: #fff;
}

.partner-wrapper .slick-slider button {
  display: none !important;
}

.animation-shake-vertical {
  animation: shake-vertical 10s ease-in-out both;
}

@keyframes shake-vertical {
  0%,
  100% {
    transform: translateY(0);
  }

  10%,
  30%,
  50%,
  70% {
    transform: translateY(-8px);
  }

  20%,
  40%,
  60% {
    transform: translateY(8px);
  }

  80% {
    transform: translateY(6.4px);
  }

  90% {
    transform: translateY(-6.4px);
  }
}

.img-box img {
  max-width: 100%;
  display: block;
  position: relative;
  border-radius: 3px;
  transition: all 0.5s;
}

.grid-box {
  display: grid;
  grid-gap: 10px;
}
.grid-item {
  padding: 0;
  margin: 0;
  min-width: 0;
  position: relative;
}

span.creator-des {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}

.thumb {
  cursor: pointer;
  position: relative;
  background: white;
  font-size: 28px;
  transition: all 1s;
}
.thumb:after,
.thumb:before {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  border: 0px solid #fff;
  transition: all 1s;
  opacity: 0;
}
.thumb:after {
  top: 10%;
  left: 10%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  z-index: 99;
}
.thumb:before {
  bottom: 10%;
  right: 10%;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 99;
}
.thumb:hover {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.thumb:hover:before,
.thumb:hover:after {
  width: 25%;
  height: 25%;
  transition: all 1s;
  opacity: 1;
}
.con-number {
  flex-direction: column;
}
.logo-footer .navbar-brand {
  padding-top: 0px;
}
.con-number span {
  font-size: 12px;
  font-weight: 600;
  color: #4ca1fb;
  text-transform: uppercase;
  width: 80px;
  display: inline-block;
}

.fadeInLeftShorter {
  animation-name: fadeInLeftShorter;
  transition: all 0.2s ease-in-out;
  animation-fill-mode: both;
}

@keyframes fadeInLeftShorter {
  from {
    opacity: 0;
    transform: translate(50px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
.animate__animated.animate__fadeInUp {
  --animate-duration: 5s;
  animation-iteration-count: 1;
}

.about-section-three__image {
  position: relative;
  display: inline-block;
}

.about-section-three__image img {
  position: relative;
  height: 100%;
  border-radius: 4px;
}
.about-section-three__content .sec-title-two {
  margin-bottom: 20px;
}

.sec-title-two p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #232323;
  line-height: 2;
  padding-left: 15px;
}

.about-section-three__content .sec-title-two h2 {
  margin-top: 10px;
}

.sec-title-two h2 {
  margin: 0;
  font-size: 30px;
  color: #232323;
  font-weight: 800;
}
.about-section-three__content {
  padding-left: 40px;
}

.clutch-wrapper .slick-initialized .slick-slide {
  width: 100% !important;
}
.clutch-wrapper .carousel-inner {
  height: 360px;
}

.clutch-wrapper .animateup-animated {
  animation-name: animationClutch;
  animation-duration: 1s;
}

@keyframes animationClutch {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

section#partner {
  padding: 60px 0px;
}

.target-link {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.testimonials-wrapper .carousel-item {
  padding-bottom: 30px;
}
#services {
  height: 100%;
}

/* 15 */
.btn-1 {
  background: #59c5ff;
  border: none;
  position: relative;
  z-index: 0;
}

.btn-1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  transition: all 0.3s ease;
}

.btn-1:hover {
  color: #fff;
}

.btn-1:hover:after {
  left: 0;
  width: 100%;
}

.btn-1:active {
  top: 2px;
}
.btn.focus,
.btn:focus,
.modal-video-close-btn:focus,
button:focus {
  outline: 0;
  box-shadow: none;
}
.about-section-three__image .carousel {
  position: relative;
  box-shadow: 0 3px 20px -2px rgba(9, 20, 43, 0.45);
  border-radius: 4px;
  width: 100%;
}

.detail-wrapper .single-bg {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-attachment: fixed;
  background-position: center right;
  position: relative;
}
.mobile-detail {
  background: url("../images/web-1.jpg") no-repeat;
}
.web-detail {
  background: url("../images/web-1.jpg") no-repeat;
}
.cloud-detail {
  background: url("../images/web-1.jpg") no-repeat;
}

.qa-detail {
  background: url("../images/web-1.jpg") no-repeat;
}

.darken:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.6;
}

.detail-wrapper {
  position: relative;
}
.detail-content {
  position: relative;
  text-align: center;
}
.detail-title {
  text-transform: uppercase;
  font-size: 38px;
  line-height: 62px;
  margin-bottom: 10px;
  color: #fff;
  animation-name: animationFade;
  animation-duration: 2s;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  padding-top: 100px;
}

.section-title {
  margin-bottom: 35px;
  position: relative;
}

.list-item-title img {
  font-size: 22px;
  margin-right: 18px;
}
.list-item-wrapper .media {
  display: flex;
  align-items: center;
}
.img-cricles {
  width: 20px;
  height: 20px;
}
.list-item-wrapper .media-body {
  flex: 1 1;
  font-size: 15px;
}
.sub-titles {
  font-size: 20px;
}

.pad-top-60 {
  padding-top: 60px;
}

.singlepage-wrapper p {
  line-height: 2;
}

.tools-wrap {
  background: #fff;
}
.tool-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.pad-bot-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.tools-wrap h3 {
  margin: 20px 0 20px;
  text-align: center;
  color: #000;
  font-size: 2rem;
  color: #000;
  line-height: 60px;
}
.singlepage-wrapper {
  background-color: #f8f9fa;
}
.tools-wrap .list-item-title img {
  margin: auto;
}
.tools-wrap .list-item-wrapper .media {
  display: flex;
  align-items: center;
  margin: 0px 15px;
}

.speak-wrapper {
  background: #59c5ff;
  padding: 40px 0px;
}
.speak-wrapper .btn-1 {
  background: #232323;
  border: none;
  position: relative;
  z-index: 0;
  padding: 0 52px;
  line-height: 52px;
  font-size: 16px;
}
.speak-wrapper .blog-bg {
  display: flex;
  justify-content: center;
}

.speak-wrapper span {
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px;
  display: block;
}
.speak-wrapper .main-title:before {
  display: none;
}
.speak-wrapper .main-title {
  text-transform: none;
  position: relative;
  color: #21333e;
  font-style: oblique;
  font-weight: 600;
}
.speak-wrapper .row {
  align-items: center;
}
.singlepage-wrapper .mobile-content,
.singlepage-wrapper .cloud-content,
.singlepage-wrapper .web-content {
  padding-bottom: 0px;
}

.project-1 {
  background: url("../images/web-1.jpg") no-repeat;
}
.project-2 {
  background: url("../images/web-1.jpg") no-repeat;
}
.project-3 {
  background: url("../images/web-1.jpg") no-repeat;
}
.project-4 {
  background: url("../images/web-1.jpg") no-repeat;
}
.project-5 {
  background: url("../images/web-1.jpg") no-repeat;
}
.project-6 {
  background: url("../images/web-1.jpg") no-repeat;
}
.project-7 {
  background: url("../images/web-1.jpg") no-repeat;
}
.project-8 {
  background: url("../images/web-1.jpg") no-repeat;
}
.project-9 {
  background: url("../images/web-1.jpg") no-repeat;
}
.project-10 {
  background: url("../images/web-1.jpg") no-repeat;
}
.project-11 {
  background: url("../images/web-1.jpg") no-repeat;
}
.project-12 {
  background: url("../img/web-2.jpg") no-repeat;
}
.web-detail {
  background: url("../images/web-1.jpg") no-repeat;
}
.cloud-detail {
  background: url("../images/web-1.jpg") no-repeat;
}

.qa-detail {
  background: url("../images/web-1.jpg") no-repeat;
}
.gallery-wrapper {
  padding-bottom: 0px;
}
.blog-wrapper {
  padding-bottom: 20px;
}

.partner-wrapper .main-title.head-h1 {
  text-align: center;
}
.partner-wrapper .main-title:after,
.partner-wrapper .main-title:before {
  display: none;
}

.ts-list li {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.8;
  color: #626c84;
  word-break: break-word;
}
.content-title {
  font-size: 26px;
  color: rgb(98, 108, 132);
  word-break: break-word;
  margin-bottom: 15px;
}

.case-single-img .img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 3px 20px -2px rgba(9, 20, 43, 0.45);
}
.clutch-logo {
  display: flex;
  align-items: center;
}
.clutch-logo img {
  width: 110px;
}

.footer-main {
    padding: 60px 0 60px;
    background-color: #212121;
    position: relative;
}
.footer .widget-links a {
    color: #fff;
        font-size: 14px;
        transition: all .5s ease;
            left: 0;
    position: relative;
}
.footer .widget-links li {
    margin-bottom: 14px;
    list-style: none;
}
.footer .widget-links ul {
margin-left:0px;
}
.footer .widget-title {
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
    float: left;
    width: 100%;
}
.footer .widget-text p {
    color: #fff;
    margin-top: 24px;
        width: 80%;
        font-size: 14px;
}

.footer .widget-title:before {
    content: '';
    position: absolute;
    top: 100%;
    margin-top: 10px;
    left: 0;
    width: 40px;
    border-top: 2px solid #4AC5FF;
}
.footer .widget-links a:hover {
    color: #4AC5FF;
    text-decoration: none;
    left: 7px;
    position: relative;
    transition: all .5s ease;
}
.footer-copyright {
    padding: 30px 0;
    background-color: #000;
}
.footer-copyright ul.social-media {
    float: left;
    display: block;
    margin: 0px
}
.footer-copyright ul.social-media li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0px;
}
.footer-copyright ul.social-media li a {
    font-size: 20px;
    display: inline-block;
    color: #fff;
}
.copy-right {
    color: #999;
        font-size: 14px;
}
.copy-right a {
 color: #999;
 text-decoration: none;
}

.service-link a{
    color: #999;
    font-size: 14px;
}

.service-link a:hover{
    color: #4AC5FF;
    text-decoration: none;
}

.socials li a:hover i{
    color: #4AC5FF;
}
.con-number li {
    color: #fff;
    font-size: 14px;
}
.follow-us {
    margin-top: 15px;
}

.footer-main:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url(../img/map-bg.png);
    background-size: contain;
    opacity: .8;
}
img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    max-height: 100%;
}
.logo {
  position: relative;
    width: 120px;
    transition: all 0.3s ease;
    line-height: 35px;
    display: flex;
    align-items: center;
}
@font-face {
  font-family: "Montserrat", sans-serif;
  src: url("../fonts/Montserrat-Regular.ttf");
}

body {
  padding: 0px;
  margin: 0px;
  /* font-family: 'Josefin Sans', sans-serif !important; */
  font-family: "Montserrat", sans-serif;
}
.hero {
  position: relative;
  /* background: url("../images/hero.jpg") no-repeat;
  height: 100vh;
  width: 100%;
  background-size: cover;s
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  background-attachment: fixed;
  background-position: center right; */
}
.hero::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 0.5s ease;
  background-color: rgb(0 8 64 / 80%);
  content: "";
}
.hero .video:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  /* background: #090b0e; */
}
*/ h1 {
  font-size: 40px;
  font-family: "Josefin Sans", sans-serif !important;
}

.navbar-dark .navbar-brand {
  color: #232323;
  padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-size: 15px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 30px;
  letter-spacing: 0.15px;
  padding: 0.1rem 1rem;
}
.navbar-dark .navbar-nav .active > .nav-link {
  color: #4ca1fb;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #4ca1fb;
}
.header-body {
  display: flex;
  align-items: center;
  width: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}

.hero-content {
  max-width: 60%;
  position: relative;
  /* z-index: 2; */
}
.lead {
  font-size: 18px;
  color: #fff;
  animation-name: animationFade;
  animation-duration: 3s;
}
.learn-more-btn {
  background-color: #18a0fb;
  color: #fff !important;

  border-radius: 50px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 25px;
  font-weight: 500;
  cursor: pointer;
  transition: all 3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  overflow: hidden;
}
.hero-btn {
  animation-name: animationFade;
  animation-duration: 3s;
}

.header-title {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 10px;
  color: #fff;
  animation-name: animationFade;
  animation-duration: 2s;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.header-light {
  color: #4ac5ff;
  font-weight: 300;
}

.logo {
  position: relative;
  width: 120px;
  transition: all 0.3s ease;
  line-height: 35px;
  display: flex;
  align-items: center;
}

img {
  max-width: 100%;
  max-height: 100%;
}
.first-nav {
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(235, 235, 235, 0.12);
  background-color: #21333e;
}
.thim-toolbar .toolbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.thim-toolbar .toolbar-inner .toolbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 0;
  margin-left: auto;
}
.thim-toolbar .toolbar-inner .widget_thim_layout_builder,
.thim-toolbar .toolbar-inner .widget_thim_layout_builder .wpb_wrapper {
  display: flex;
  align-items: center;
}
.thim-block-toolbar-help-info {
  list-style-type: none;
  padding: 0;
  margin: 0px;
  display: flex;
  align-items: stretch;
}
.thim-block-toolbar-help-info li.phone-info {
  text-transform: uppercase;
  font-size: 13px;
  color: #4ca1fb;
  font-weight: 500;
}
.thim-block-toolbar-help-info li {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #edebff;
  word-break: break-word;
  margin: 0;
  padding: 9px 10px;
  border-right: 1px solid rgba(235, 235, 235, 0.3);
}
.fixed-top {
  top: 41px;
}
.bp-element-social-links.default .socials {
  list-style: none;
  margin: 0 -5px;
  display: flex;
}
ul.socials li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0px;
}
ul.socials li a {
  color: #fff !important;
}
.num {
  padding-left: 10px;
  color: #fff !important;
  text-decoration: none;
}
.email-to {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1px;
}

ul li.phone-info i {
  padding-right: 10px;
}

.navbar .navbar-nav li a {
  color: #232323;
}

.second-nav {
  width: 100%;
  transition: background 0.25s ease, box-shadow 0.25s ease,
    opacity 700ms cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
  background: transparent;
}
.main.header-sticky .first-nav {
  display: none;
}
.main.header-sticky .second-nav {
  position: fixed;
  background: #ffffff;
  animation-name: animationFade;
  animation-duration: 1s;
  animation-fill-mode: both;
  transition: margin-top 0s;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0px;
  min-height: 60px;
}
@keyframes animationFade {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.second-nav .navbar {
  padding: 0.5rem 0rem;
}

@keyframes grow {
  0% {
    transform: scale(1) translateY(0px);
  }

  50% {
    transform: scale(1.2) translateY(-400px);
  }
}

.hero .video {
  display: flex;
}

.play-btn {
  display: flex;
  flex-direction: column;
  border: none;
  padding: 0px;
  margin: 0px 0px 0px auto;
  -webkit-box-align: center;
  align-items: center;
  outline: none;
}

.herostyle-icon {
  width: 100px;
  height: 100px;
  line-height: 106px;
  color: rgb(255, 255, 255);
  text-align: center;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  font-size: 20px;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.herostyle-txt {
  color: #fff;
  margin-top: 25px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
}

.hero-main-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.herostyle-icon img {
  width: 30px;
  height: 30px;
}
.herostyle-icon:hover {
  transform: scale3d(1.15, 1.15, 1.15);
  background-color: #18a0fb;
  border: none;
  transition: 0.3s;
}

/* 15 */
.btn-1 {
  background: #59c5ff;
  border: none;
  position: relative;
  z-index: 0;
}

.btn-1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  transition: all 0.3s ease;
}

.btn-1:hover {
  color: #fff;
}

.btn-1:hover:after {
  left: 0;
  width: 100%;
}

.btn-1:active {
  top: 2px;
}

.ReactModal__Overlay {
  background-color: rgba(0, 0, 0, 0.9) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 1;
}

.plan-modal {
  position: fixed !important;
  top: 1px;
  left: auto;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  transition: opacity 0.3s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  right: auto;
  bottom: 5px;
}

.modal-body {
  width: 940px;
  height: 100vh;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 25px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

.btn.focus,
.btn:focus,
.modal-video-close-btn:focus {
  outline: 0;
  box-shadow: none;
}

.header-nav-wrapper {
  position: fixed;
  z-index: 1;
  width: 100%;
}

.hero video {
  width: 100%;
  height: 100vh !important;
  object-fit: cover;
}

.logo-c {
  display: none;
}
.main.header-sticky .logo-c {
  display: block;
}
.main.header-sticky .logo-d {
  display: none;
}

.form-control {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 10px 0 !important;
  font-size: 14px !important;
}

.form-control:focus {
  background-color: transparent !important;
  border-bottom-color: rgba(255, 255, 255, 0.6) !important;
  outline: none !important;
  box-shadow: none !important;
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.mb-3 {
  margin-bottom: 20px;
}


.page-top-head-section{
    padding: 40px 0;
}

.page-top-head-section2{
    padding: 40px 0 20px 0;
}

.subject-body-section{
    padding-bottom: 50px;
}

.page-top-head-section, .subject-body-section, .divider-section, .page-top-head-section2{
    background-color: #F7F7F7;
}

.joblist {
    display: flex;
    background-color: #fff;
    list-style: none;
    justify-content: space-between;
    border: 1px solid #EDEDED;
    padding: 21px;
    border-radius: 22px;
    margin-bottom: 20px;
    align-items: center;
}

.job-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 9px;
}

.location1{
    list-style: none;
    display: flex;
    padding-left: 0;
    font-size: 14px;
    margin-bottom: 3px;
}

.location1 li {
    padding-right: 15px;
}

.location1 li span {
    padding-right: 10px;
}

.joblist .liquid {
    background-color: #000000;
    color: #fff;
    font-size: 15px;
    width: 144px;
    font-weight: 600;
    border: 2px solid #000;
    border-radius: 100px;
    padding: 13px 10px;
    transition: all 0.3s ease-out;
}

.joblist .liquid:hover {
    background-color: #fff;
    color: #000;

}

.joblist .liquid i {
    font-size: 14px;
    padding-right: 2px;
}

.page-top-ul{
    list-style: none;
    padding-left: 0;

}

.heading-name1{
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pera1{
    font-size: 16px;
    width: 75%;
}

.about-text{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}

.divider-line{
    background-color: #ebebeb;
    height: 5px;
    width: 100%;
    margin-bottom: 30px;
}

.email-bold{
    border: 1px solid #000;
    padding: 9px 25px;
    border-radius: 100px;
    margin-top: 20px;
}

.email-bold-section{
    padding-top: 20px;
}
@media (max-width: 991px) {
  .hero-content {
    max-width: 65%;
    flex-basis: 65%;
  }
  .header-title {
    font-size: 36px;
    line-height: 50px;
  }
  .herostyle-icon {
    width: 80px;
    height: 80px;
    line-height: 86px;
  }
}
@media (max-width: 768px) {
  .hero-main-wrap {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
  }
  .hero-content {
    max-width: 100%;
    flex-basis: 100%;
  }
  .play-btn {
    margin-right: auto;
    margin-left: 0px;
    margin-top: 20px;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
  }
  .herostyle-txt {
    margin-top: 0px;
    margin-left: 20px;
  }
  .first-nav {
    display: none;
  }
  .second-nav.active {
    background: #fff;
    animation-name: animationFade;
    animation-duration: 0.7s;
  }
  .main.header-sticky .second-nav.active {
    animation-name: animationFade;
    animation-duration: 5s;
  }
  .second-nav.active .logo-c {
    display: block;
  }
  .second-nav.active .logo-d {
    display: none;
  }
  @keyframes animationFade {
    from {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }

    to {
      opacity: 1;
      transform: none;
    }
  }
}

main, aside {
    padding: 0;
}
.posts-listing .post {
    margin-bottom: 50px;
}

/* Responsive */

@media (min-width: 992px) {
  .grid-wall-1 .grid-box > div:nth-child(1) {
    margin-top: 25px;
    animation: shake-vertical 10s ease-in-out infinite both;
  }

  .grid-wall-1 .grid-box > div:nth-child(2) {
    margin-top: 95px;
    animation: shake-vertical 15s ease-in-out infinite both;
  }

  .grid-wall-1 .grid-box > div:nth-child(3) {
    margin-top: 150px;
    position: absolute;
    max-width: 300px;
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.2);
    left: 50%;
    margin-left: -150px;
    animation: shake-vertical 11s ease-in-out infinite both;
  }

  .grid-wall-1 .grid-box > div:nth-child(4) {
    position: absolute;
    max-width: 150px;
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.2);
    top: 0;
    right: 60px;
    animation: shake-vertical 15s ease-in-out infinite both;
  }

  [data-columns="2"] > div,
  .box-steps[data-columns="2"] {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .thumb .img-thumbnail {
    height: 100%;
  }
  .blog-right-box {
    top: inherit;
  }
  .blog-box {
    width: 300px;
    background-color: #000;
    padding: 25px;
    height: 170px;
    position: absolute;
    top: 0;
    right: 15px;
    color: #fff;
  }
  .clutch-wrapper .row {
    flex-direction: column-reverse;
  }
  .about-section-three__content {
    padding-left: 0;
    padding-bottom: 40px;
  }
  .about-section-three__content .sec-title-two h2 {
    margin-top: 0;
  }
  .about-section-three__image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-section-three__image img {
    width: 100%;
  }
  .clutch-wrapper .carousel-inner {
    height: 100%;
  }
  .testimonials-wrapper:hover .carousel-control-next,
  .testimonials-wrapper:hover .carousel-control-prev {
    display: none;
  }
  .carousel-indicators {
    display: flex;
  }
  .testimonials-wrapper .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .case-single-img .img-fluid {
    width: 100%;
  }
  .case-details-inner {
    padding-top: 40px;
  }
  .project-content-page section {
    padding-bottom: 0px;
  }
  .speak-wrapper .main-title,
  .speak-wrapper span {
    text-align: center;
  }
  .speak-wrapper .blog-bg {
    max-width: 100%;
  }
  .choose-wrapper {
    padding-top: 0px;
  }
  .choose-content {
    padding-top: 20px;
  }
  .section-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .footer .widget-text p {
    width: 100%;
  }
  .service-link {
    text-align: center;
  }
  .copy-right {
    text-align: center !important;
  }
  .main.header-sticky .navbar-dark .navbar-toggler-icon,
  .second-nav.active .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 0.1rem 0.1rem;
  }
  .navbar-nav {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
  }
  .second-nav.active .navbar-dark .navbar-nav .nav-link {
    color: #232323;
  }
  .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: transparent;
  }
  .detail-title {
    padding-top: 20px;
  }
}

@media (max-width: 527px) {
    .joblist {
        align-items: center;
        flex-direction: column;
    }

    .location1 {
        justify-content: space-evenly;
        margin-bottom: 8px;
    }

    .job-name {
        text-align: center;
    }

    .pera1 {
    width: 100%;
}
}

