@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  color: unset;
}

.main-content {
  background-color: #ffffff;
  padding: 50px 0;
}

.f-14 {
  font-size: 14px;
}

.f-24 {
  font-size: 24px;
}

.f-32 {
  font-size: 32px;
}

.f-36 {
  font-size: 36px;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

a {
  color: #000;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: none !important;
  outline: 0 !important;
}

img {
  max-width: 100%;
}

.bg-blue {
  background-color: #26397b;
}

.bg-orange {
  background-color: #ffd198;
}

.bg-green {
  background-color: #7cd09a;
}

.text-blue {
  color: #2946FF !important;
}

.text-yellow {
  color: #ffff00 !important;
}

.text-red {
  color: red;
}

.bg-dd-blue {
  background-color: #3F5FFF;
}

.p-0 {
  padding: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.my-20 {
  margin: 20px 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.m-30 {
  margin: 30px;
}

.py-10 {
  padding: 10px 0;
}

.py-20 {
  padding: 20px 0;
}

.py-30 {
  padding: 30px 0;
}

.py-40 {
  padding: 40px 0;
}

.py-50 {
  padding: 50px 0;
}

.py-70 {
  padding: 70px 0;
}

.px-5 {
  padding: 0 5px;
}

.mr-10 {
  margin-right: 10px!important;
}

.mr-20 {
  margin-right: 20px!important;
}

.w-70 {
  width: 70%;
}

p {
  font-size: 18px;
  color: #666e86;
  margin-bottom: 15px;
}

p.alt {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 20px;
}

.w-25 {
  width: 25% !important;
  max-width: 25% !important;
}

.w-50 {
  width: 50% !important;
  max-width: 50% !important;
}

.w-100 {
  width: 100% !important;
  max-width: 100% !important;
}

.section30 {
  padding: 30px 0;
}

.section50 {
  padding: 50px 0;
}

.section60 {
  padding: 60px 0;
}

.section80 {
  padding: 80px 0;
}

.section100 {
  padding: 80px 0;
}

.section-bg-24 {
    background: #FEFEFF!important;
}

.text-white,
.text-white a,
.text-white i,
.text-white span {
  color: #fff !important;
}

.text-black,
.text-black a,
.text-black i,
.text-black span {
  color: #000 !important;
}

.text-dd-blue,
.text-dd-blue a,
.text-dd-blue i,
.text-dd-blue span {
  color: #253053 !important;
}

.rounded-pill {
  border-radius: 50px;
}

.mh-310 {
  min-height: 310px;
}

.overflow-hidden {
  overflow: hidden;
}

.btn-contact {
  background-color: #2946FF;
  border: solid 2px #2946FF !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 20px !important;
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
}

.btn-contact:hover {
  background-color: #fff;
  border: solid 2px #2946FF !important;
  color: #2946FF !important;
  transition: all 0.3s ease;
}

.btn-view {
  background-color: #2946FF;
  border: solid 2px #2946FF !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
}

.btn-view:hover {
  background-color: #fff;
  border: solid 2px #2946FF !important;
  color: #2946FF;
  transition: all 0.3s ease;
}

.btn-cta {
  background-color: #f38251;
  border: solid 2px #f38251 !important;
  font-size: 24px;
  font-weight: 600;
  border-radius: 50px;
  padding: 15px 35px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 200px;
  justify-content: center;
  align-items: center;
}

.btn-cta:hover {
  background-color: #fff;
  border: solid 2px #f38251 !important;
  color: #f38251;
  transition: all 0.3s ease;
}

.grad-blue {
  background-image: linear-gradient(to left bottom,
      #1f60e7,
      #4578ef,
      #638ff6,
      #80a6fb,
      #9dbdff);
}

.box-type1 {
  height: 120px;
  background: #cbe7ff;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.box-type1 img {
  width: 20px !important;
  margin-left: 7px;
  margin-right: 7px;
  float: left !important;
}

.box-type1 p {
  color: #000 !important;
  text-align: left;
  margin-bottom: 0px;
  margin: 0 0 0 15px;
}

.addon-section .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.addon-section img {
  width: 125px;
  margin: 0 auto;
  text-align: center;
}

.addon-section h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.addon-section p {
  font-size: 16px;
  line-height: 24px;
}

.box-type2:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.case-client-logo {
  max-width: 200px;
  margin: auto;
  display: block;
  padding: 25px 0;
}

.key-feature-list img {
  display: flex;
  height: fit-content;
  position: relative;
  top: 5px;
}

.key-feature-list {
  padding-left: 10px;
}

.key-feature-list li {
  list-style-type: none;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  padding: 16px;
  background: #ffffff;
  margin-bottom: 10px;
  color: #4a5164;
  border-radius: 8px;
  transition: transform 0.5s ease-out;
  box-shadow: 1px 2px 17px 1px #d6d6d6;
}

.key-feature-list li:hover {
  background: #2946FF;
  color: #ffffff;
  transition: transform 0.5s ease-out;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.black-check {
  width: 13px;
  display: flex;
  margin-right: 9px;
}

ul.solution-sub-point {
  padding-left: 0px;
  margin-top: 10px;
}

ul.solution-sub-point li {
  padding: 2px;
  border: none;
  font-size: 16px;
  box-shadow: none !important;
}

ul.case-industries {
  padding-left: 0px;
}

ul.case-industries li {
  list-style-type: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 37px;
}

ul.case-industries li img {
  width: 17px;
  margin-right: 7px;
}

#copyRight {
  margin-top: 0;
  margin-bottom: 10px;
}

#closeButton,
#closeButton-hire,
#closeButton-solutions {
  position: absolute;
  right: 10px;
  z-index: 1;
  font-size: 4rem;
  color: #b5b5b5;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: none;
}

#closeButton:hover,
#closeButton-hire:hover,
#closeButton-solutions:hover {
  color: #109bd8;
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

@-webkit-keyframes bounceInRight {

  0%,
  100% {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes bounceInRight {

  0%,
  100% {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*Mega Menu*/

.megaopen {
  line-height: 20px;
  color: #2946FF !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  border-radius: 15px 15px 0 0;
  padding: 14px 10px;
  /*margin-right: 10px;*/
  font-family: "Roboto Slab", serif;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.megaopen:hover {
  color: #1a237e !important;
}

.mega-dropdown-menu .rightbox,
.mega-dropdown-menu-hire .rightbox {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 149px 122%;
  background-size: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 26%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mega-dropdown-menu .rightbox .cltoactn,
.mega-dropdown-menu-hire .rightbox .cltoactn {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mega-dropdown-menu .rightbox p,
.mega-dropdown-menu-hire .rightbox .cltoactn {
  color: #fff;
  font-weight: 400;
  padding: 50px;
  font-size: 26px;
  line-height: 40px;
  margin: 0;
  padding-bottom: 25px;
}

.mega-dropdown-menu .rightbox p span,
.mega-dropdown-menu-hire .rightbox p span {
  font-size: 54px;
  display: block;
  padding-top: 40px;
  line-height: 69px;
}

.mega-dropdown-menu .head,
.mega-dropdown-menu-hire .head {
  font-size: 50px;
  padding-left: 57px;
  color: #6b6b6b;
  border-bottom: solid 1px #f1f1f1;
  padding: 30px 60px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

.menulist {
  margin: 0 0 10px;
  display: block;
  align-items: center;
}

.menulist a {
  display: block;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 70px;
  color: #e7e7e7;
  margin-left: 0;
}

.collapse.navbar-collapse {
    padding: 0;
}
.navbar-default {
  border: 0;
  background: 0 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  margin-bottom: 0;
  margin-top: 0;
  min-height: 100px;
  display: grid;
  background: #fff;
}
.navbar-default .navbar-nav>li>a {
  color: #253053;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 20px 0 4px;
  margin-right: 20px;
  font-family: "Poppins";
}

.navbar-brand img {
  margin: 0;
  width: 240px;
}

.navbar-brand .d-logo {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  grid-gap: 0;
  grid-template-rows: 42px auto;
}

/*.navbar-brand.nelogostyle .logo-head {
    font-size: 22px;
    font-weight: 600;
}
.navbar-brand.nelogostyle img {
     margin: 0; 
    max-width: 60px;
}*/

.navbar-brand .logo-head {
  font-size: 4.1rem;
  font-weight: 600;
}

.navbar-brand .logo-head small {
  font-size: 2.8rem;
  font-weight: 500;
}

.navbar-brand .logo-tag {
  font-size: 1.6rem;
  letter-spacing: 2.1px;
  font-weight: 600;
  color: #2946FF;
}

.navbar-brand .logo-tag i {
  font-size: 170%;
  font-style: normal;
}

.navbar-brand .d-one {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2946FF;
  position: absolute;
  left: 0;
  font-size: 60px;
  font-weight: 600;
  color: #c0e5cf;
}

.navbar-brand .d-two {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2946FF;
  position: absolute;
  left: 12px;
  font-size: 60px;
  font-weight: 600;
  top: 26px;
  color: #c0e5cf;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #2946FF !important;
  border-bottom: 4px solid #fff;
}

.nav-fixed {
  background-color: #fff !important;
  width: 100%;
  position: fixed !important;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  z-index: 999;
}

.nav-fixed .navbar-right {
  margin-top: 0;
}

.nav-fixed .navbar-nav>li.top-li {
  margin: 7px 0 0;
}

.mega-dropdown-menu:before,
.mega-dropdown-menu-hire:before {
  content: "";
  position: absolute;
  display: block;
  opacity: 1;
  overflow: visible !important;
  width: 0;
  height: 0;
  top: -12px;
  left: 540px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
}

.mega-dropdown-menu-solutions:before {
  content: "";
  position: absolute;
  display: block;
  opacity: 1;
  overflow: visible !important;
  width: 0;
  height: 0;
  top: -12px;
  left: 870px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
}

.apprenticeship span {
  border-bottom: 1px solid #2946FF;
  padding: 0px 0px;
  margin: 0;
  color: #2946FF;
  font-weight: 500;
}

.apprenticeship span:hover {
  background: #fff;
}

.navbar-default .navbar-nav>li.top-li {
  float: none !important;
  margin: 15px 0 0;
}

.navbar-default .navbar-nav>li>a.google-partner img {
  max-width: 150px;
  float: right;
}

li.top-li ul {
  position: relative;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

li.top-li ul li a img {
  max-width: 125px;
}

li.top-li ul li a {
  display: flex;
  align-items: center;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Poppins";
}

li.top-li ul li a.google-partner {
  margin-right: 25px;
}

.nav-icons {
  text-align: center;
}

.nav-icons img {
  max-width: 70px;
}

.nav-icons span {
  color: #253053;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  display: block;
  margin-bottom: 15px;
  margin-left: 10px;
  text-align: left;
}
.title {
  font-weight: 600;
}

.title span {
  display: inline-block;
}

#cookie-alert {
  background: #2946FF;
  color: #ccc;
  display: none;
  font-size: 15px;
  overflow: hidden;
  padding: 10px 0;
  text-align: left;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999999;
}

#cookie-alert div#message {
  margin: 0 auto;
  max-width: 100%;
  color: #fff;
  line-height: 40px;
  display: flex;
  justify-content: center;
}

#cookie-alert div#title {
  border-right: 1px solid #ccc;
  float: left;
  margin-right: 40px;
  width: 155px;
  min-height: 40px;
}

#cookie-alert a {
  color: #000;
  text-decoration: underline;
}

#cookie-alert button {
  background: #000;
  border: 1px solid #000;
  border-radius: 0.5em 0.5em 0.5em 0.5em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  outline: medium none;
  padding: 2px 12px;
  text-align: center;
  text-decoration: none;
  margin-left: 10px;
  line-height: normal;
}

#cookie-alert div#title h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
  text-align: center;
}

#cookie-alert a {
  color: wheat;
}

span.red {
  color: #1dae77;
}

.g-recaptcha .grecaptcha-badge {
  bottom: 100px !important;
  right: -249px !important;
}

.g-recaptcha:hover .grecaptcha-badge {
  right: 0 !important;
}

.contact .t-hightlight {
  margin-top: 30px !important;
}

.mega-dropdown-menu,
.mega-dropdown-menu-hire {
  position: absolute;
  top: 100%;
  left: -2% !important;
  width: 100% !important;
  height: auto;
  background-color: #ffffff;
  z-index: 1;
  display: none;
  border-radius: 10px;
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 9999;
  box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.37);
}

.mega-dropdown-menu.custm_wdh {
  width: 100% !important;
}

.mega-dropdown-menu-solutions {
  position: absolute;
  top: 100%;
  display: block;
  width: 100% !important;
  left: -2% !important;
  height: auto;
  background-color: #ffffff;
  z-index: 1;
  display: none;
  border-radius: 10px;
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 9999;
  box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.37);
}

li.dropdown.mega-dropdown,
li.dropdown.mega-dropdown-hire,
li.dropdown.mega-dropdown-solutions {
  position: static;
}

.navbar-default .navbar-nav>li.call-back-btn>a {
  padding: 6px 10px;
  background: #03a9f4;
  color: #fff !important;
  border-radius: 30px;
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  font-size: 16px;
}

.nav-fixed.navbar-default .navbar-nav>li.call-back-btn>a {
  padding: 6px 10px;
}

li.top-li ul li a.g-cloud img {
  max-width: 100px;
}

.contact .carousel-inner {
  background: #26397b;
}

.hp-header header .navbar-default {
  position: relative;
  height: 102px;
  padding-top: 7px;
}

/*ul.nav.navbar-nav.navbar-right li {
    margin-top: 15px;
}*/

.mtop {
  margin-top: 72px;
}

.menu-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #2946FF;
  padding-bottom: 5px;
  margin: 15px 0 10px;
  display: inline-block;
  color: #2946FF;
}

.navbar-default .navbar-nav>li>.megaopen:hover,
.navbar-default .navbar-nav>li>a:hover {
  border-color: #2946FF;
  border-bottom: 4px solid;
  padding-bottom: 3px;
}

.contact #myCarousel .item .container {
  min-height: 450px;
}

.megabtn.hovered {
  background: #c3e6d0 !important;
}

.navbar-default .navbar-nav>li>a.hire-developers-li {
  color: unset;
  font-size: unset;
  font-weight: unset;
  letter-spacing: unset;
  padding: unset;
  margin-right: unset;
  font-family: unset;
  line-height: unset;
  position: unset;
  display: unset;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

@media (max-width: 767px) {
  .flex-d-c {
    flex-direction: column;
  }
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}

.justify-content-between {
  justify-content: space-between;
}

.align-content-center {
  align-content: center;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: end;
}

.flex-wrap {
  flex-flow: wrap;
}

.banner-heading {
  font-size: 3.5rem;
  font-weight: 600;
  color: #2946FF;
}

.banner-subheading {
  font-size: 25px;
  color: #2946FF;
  line-height: 1.5;
  font-weight: 500;
}

.btn-letstalk {
  font-size: 20px;
  color: #fff;
  background: #0f9bd8;
  padding: 10px;
  padding-right: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 3px 7px 1px rgba(0, 0, 0, 0.38);
  box-shadow: 1px 3px 7px 1px rgba(0, 0, 0, 0.38);
}

.btn-letstalk:focus,
.btn-letstalk:hover {
  background: #26397b;
  color: #fff;
}

.banner-google {
  margin: 39px 0px;
}

.banner-google a.g-cloud img {
  max-width: 195px;
}

.banner-google a.ccs img {
  max-width: 180px;
}

.banner-google a img {
  max-width: 127px;
}

.banner-google a {
  margin-right: 5px;
}

.service-sec h3 {
  color: #2946FF;
  font-family: "Roboto Slab", serif !important;
}

.headline {
  font-size: 34px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 35px;
}

.headline h2 {
  font-size: 34px;
  line-height: 46px;
  font-weight: 500;
  color: #253053;
  margin-bottom: 20px;
}

.headline h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #253053;
  margin: 0;
}

h2.headline {
  font-size: 34px;
  font-weight: 600;
  color: #253053;
}

h2.headline:after {
  /*content: "";*/
  display: block;
  width: 100px;
  margin: 15px 0;
  border-radius: 50px;
  height: 5px;
  background: radial-gradient(circle farthest-corner at 10% 20%, #2946FF 0.1%, #09111b 99.8%);
}

h2.head-left:after {
  /*content: "";*/
  display: block;
  width: 100px;
  margin: 20px 0;
  border-radius: 50px;
  height: 5px;
  background: radial-gradient(circle farthest-corner at 10% 20%, #2946FF 0.1%, #09111b 99.8%);
}

.headline p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-size: 20px;
  font-family: poppins;
  margin-top: 10px;
  margin-bottom: 36px;
  color: #666666;
}

.headline p:before {
  /*content: "";*/
  display: block;
  width: 100px;
  margin: 20px auto;
  border-radius: 50px;
  height: 4px;
  background: radial-gradient(circle farthest-corner at 10% 20%, #2946FF 0.1%, #09111b 99.8%);
}

.headline2 {
  font-size: 45px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: "Poppins";
}

.headline h1 {
  font-size: 40px;
  letter-spacing: 1.5px;
  color: #2946FF;
  font-size: 40px;
  font-weight: 700;
  margin-top: 0;
}

.box-type .row {
  display: flex;
  flex-wrap: wrap;
}

.box-type .icon img {
  max-width: 70px;
  margin-bottom: 7px;
}

.box-content {
  padding: 25px;
  display: block;
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 0 0 15px 15px;
  border-top: 6px solid #2946FF;
  transition: 600ms ease;
  box-shadow: 0px 5px 25px rgb(0 0 0 / 15%);
}

.box-content:hover {
  margin-top: -8px;
  margin-bottom: 38px;
  transition: 600ms ease;
  box-shadow: 0px 15px 25px rgb(0 0 0 / 15%);
}

.white .box-content {
  padding: 25px;
  display: block;
  min-height: 265px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 0 0 15px 15px;
  border-top: 6px solid #2946FF;
  box-shadow: 0px 5px 25px rgb(0 0 0 / 15%);
}

.box-content img {}

.box-type h3 {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  line-height: 1.3;
  margin: 16px 0;
}

.box-type h6 {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #000;
  line-height: 1.3;
  margin: 0;
  text-indent: -10px;
  margin-left: 20px;
}

.box-type h6 i {
  color: blue;
}

.box-type p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0;
}

.screen-type .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.screen-type-content {
  padding: 10px;
  padding-bottom: 15px;
}

.screen-type h3 {
  font-size: 20px;
  font-weight: 600;
}

.screen-type p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.listed-box a {
  padding: 15px 15px;
  height: auto;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: fit-content;
}

.listed-box [class|="fi"] {
  min-width: 70px;
}

.listed-box a span {
  font-size: 18px;
  margin-right: 15px;
  font-weight: 500;
  color: #666e86;
  transition: transform 0.3s ease;
}

.listed-box a:hover {
  background-color: #f38251;
  border-radius: 5px;
}

.listed-box a:hover span,
.listed-box a:hover i {
  color: #fff;
}

.listed-box a:hover span {
  color: #fff;
  transform: translateX(10px);
}

.listed-box a span:before {
  top: 13px;
  position: absolute;
  left: -10px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  border-left: solid 8px #db7803;
  border-bottom: solid 6px transparent;
  border-top: solid 6px transparent;
  width: 8px;
  height: 8px;
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.listed-box a i {
  color: #203069;
  font-size: 25px;
  margin-right: 15px;
}

.video-sec {
  border-radius: 100%;
  width: 400px;
  height: 400px;
  box-shadow: 5px 5px 25px rgb(0 0 0 / 30%);
  transition: all 0.5s ease;
  background-image: url(https://images.pexels.com/photos/2422293/pexels-photo-2422293.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
  background-size: cover;
  background-position: center;
}

.video-sec:hover {
  transform: scale(1.02);
}

.video-sec-full {
  display: none;
  padding: 60px 35px;
  box-shadow: 5px 5px 25px rgb(0 0 0 / 30%);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%), url(https://web.archive.org/web/20220822075311im_/https://images.pexels.com/photos/2422293/pexels-photo-2422293.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
  background-size: cover;
  background-position: 50% 25%;
}

.video-sec-full:hover {
  transform: scale(1.02);
}

.video-sec-full h2 {
  margin: 0;
  font-size: 40px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.video-sec-full p {
  color: #ccc;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: inherit;
}

.video-icon-box {
  display: none;
  z-index: 1;
  position: relative;
  position: absolute;
  left: 300px;
  bottom: 35px;
  transition: all 0.5s ease;
}

.video-icon-box:hover {
  transform: scale(1.02);
  transition: all 0.5s ease;
}

.video-icon-box.box2 {
  z-index: 1;
  position: unset;
  transition: all 0.5s ease;
}

.video-icon-large .video-icon {
  width: 85px;
  height: 85px;
  font-size: 35px;
}

.video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-bfr {
  width: 135px;
  height: 135px;
}

.video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-afr {
  width: 95px;
  height: 95px;
}

.video-icon-large.video-icon-box .video-icon i {
  margin-left: 8px;
}

.video-icon-box .video-icon i {
  margin-left: 5px;
  line-height: normal;
}

.video-icon-box>span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -ms-flex-direction: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.5s ease;
}

.video-icon-box .video-icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s ease;
}

.video-icon-box .video-icon i {
  margin-left: 5px;
  line-height: normal;
}

.video-icon .video-icon-sonar {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -10;
  -webkit-animation: video-icon-sonar 2s linear infinite;
  animation: video-icon-sonar 2s linear infinite;
}

.video-icon .video-icon-sonar .video-icon-sonar-bfr {
  position: absolute;
  border-radius: 50%;
  content: '';
  top: -25px;
  left: -25px;
  z-index: -100;
}

.video-icon .video-icon-sonar .video-icon-sonar-afr {
  position: absolute;
  border-radius: 50%;
  content: '';
  top: -10px;
  left: -10px;
  z-index: -50;
}

@-webkit-keyframes video-icon-sonar {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.10);
    transform: scale(1.10);
  }
}

@keyframes video-icon-sonar {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.10);
    transform: scale(1.10);
  }
}

.b-box {
  width: 18px;
  height: 18px;
  flex: none;
  border-radius: 50px;
  background: blueviolet;
  background: radial-gradient(circle farthest-corner at 10% 20%, #2946FF 0.1%, #09111b 99.8%);
  margin-top: 5px;
  margin-right: 15px;
}

.challenge-point {
  padding-left: 0px;
  width: 90%;
}

.challenge-point li {
  list-style-type: none;
  font-size: 18px;
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
}


ul.tech-used-content {
    padding-left: 0px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
ul.tech-used-content li {
    list-style-type: none;
    display: inline-block;
    background: #f7f7f7;
    text-align: center;
    padding: 16px;
    min-height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #000;
    margin: 5px;
    width: 200px;
}

ul.tech-used-content li h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
}

ul.tech-used-content li img {
    width: 200px;
    height: 90px;
    object-fit: contain;
    padding: 14px;
    filter: brightness(0.5);
    transition: 0.3s ease;
}

ul.tech-used-content li img:hover {
  filter: none;
}

.case-summary {
  background: #0e266d;
}

.case-summary h2 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}

.case-summary p {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}

.screenshots {
  background: #ffebd7;
  text-align: center;
  padding: ;
}

.screenshots img {
  box-shadow: 2px 0px 12px 1px #e2e2e2;
  border-radius: 5px;
  transition: transform 0.3s;
}

.screenshots img:hover {
  filter: grayscale(0%) !important;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.service-sec ul {
  list-style: none;
  padding: 0;
}

.service-sec ul li {
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-sec ul li .img-con-1 {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  background: #fff;
  float: left;
  padding: 10px;
  border-radius: 50%;
  border: 5px solid #ede7f6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-sec ul li:hover .img-con-1 {
  /*border: 5px solid #b98aff;*/
}

.service-sec ul li span {
  display: block;
  color: #000;
  line-height: 22px;
  padding: 5px 0;
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500 !important;
}

.service-sec ul li:hover span {
  left: 10px;
}

.service-sec ul li a {
  padding-left: 25px;
  font-size: 17px;
  font-weight: 300;
  color: #2f3756;
  line-height: 44px;
  letter-spacing: 1px;
}

.service-sec ul li a:before {
  font-family: FontAwesome;
  content: "\f178";
  display: inline-block;
  color: #6772e5;
  font-size: 16px;
  padding-right: 10px;
}

ul.service-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-sec ul.service-links li a:before {
  content: "";
}

a.view_all,
a.view_all {
  background-color: #f38251;
  border: solid 2px #f38251 !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 200px;
  justify-content: center;
  align-items: center;
}

a.view_all:hover {
  background-color: #fff;
  border: solid 2px #f38251 !important;
  color: #f38251;
  transition: all 0.3s ease;
}

a.view_all i {
  transition: all 0.3s ease;
}

a.view_all:hover i {
  padding-left: 10px;
}

/*Services Section*/
.services {
  padding: 30px 0;
  background-color: #f5efed;
}


.service {
  margin-top: 12%;
  width: 100%;
}

.service .item {
  color: #000 !important;
  font-size: 33px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: "Poppins" !important;
}

.services .row {
  margin-bottom: 80px;
}

.text {
  font-weight: 400;
  letter-spacing: 1px;
  color: #000;
  /* margin-top: 0px; */

  font-size: 17px;
}

.services a {
  border-radius: 0;
  padding: 0;
  border-bottom: solid 2px #294dff;
  font-weight: 500;
  font-size: 17px;
  color: #2946FF;
}

.services a:hover {
  border-bottom: solid 2px #2946FF;
  color: #2946FF;
}

.clients {
  background-color: #fff;
  padding: 100px 0;
}

.clients p {
  color: ##2946FF;
}

.clients .headline {
  color: #2946FF;
}

.clients p span {
  font-size: 50px;
  font-weight: 600;
  color: #f16262;
}

.clients .view_all {
  background: #2946FF;
  color: #fff;
  border: 1px solid #2946FF;
  padding: 0 5px;
  width: 187px;
}

.clients .view_all:hover {
  background: #fff;
  color: #2946FF;
  border: 1px solid #2946FF;
}

.testimonials {
  padding: 30px 0;
}

.testimonial {
  border-radius: 25px;
  color: #2b2b2b;
  padding: 25px;
  margin-top: 40px;
  margin-bottom: 30px;
  min-height: 510px;
  position: relative;
  border: 5px solid #edf0ff;
  background-image: radial-gradient(circle 621px at 25.3% 13.8%, rgba(255, 255, 255, 1) 0%, rgba(234, 236, 255, 1) 90%);
}

.testimonial:before {
  content: "\f10d";
  font: normal normal normal 11px/1 FontAwesome;
  position: absolute;
  font-size: 160px;
  right: 20px;
  top: -35px;
  z-index: 0;
  color: #e5e5e5;
}

.testimonial h4 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: #253053;
  margin-top: 20px;
}

.testimonial .site-name {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 25px;
}

.testimonial p {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #666e86;
  text-align: left;
}

.testimonial img {
  opacity: 0.5;
  margin-top: 30px;
  padding: 0 80px;
  width: 300px !important;
  margin: 30px auto 0;
}

.testimonial2 .swiper {
    width: 40%;
    height: 400px;
}

.testimonial2 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 24px;
    padding: 36px;
    background-color: #6385FF;
    box-shadow: rgb(0 0 0 / 12%) 0px 8px 20px;
}
.testimonial2 {
    position:relative;
    padding: 60px 0;
}
.testimonial2 .swiper-slide p{
    font-size: 16px;
    color: #fff;
}
.testimonial2 .swiper-slide h4{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.testimonial2 .swiper-slide h5{
    font-size: 16px;
    font-weight: 500;
    color: #f8f8f8;
}
.swiper-button-next,
.swiper-button-prev {
	background: #E3EEFF;
	border: 1px solid #6386FF;
	height: 56px;
	width: 56px;
	border-radius: 50%;
	padding: 10px;
}
.swiper-button-next svg,
.swiper-button-prev svg {
    height: auto;
    width: auto;
    fill: #6386FF;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	content: "";
}

footer {
  color: #2946FF;
  padding: 30px 0;
}

footer p {
  color: #2946FF;
  font-size: 17px;
  font-weight: 500;
}

footer h4 {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 600;
}

.social {
  padding-top: 10px;
}

.social .fa {
  color: #f38251 !important;
  font-size: 26px;
  padding: 5px;
}

.breadcrumb_nav {
  font-weight: 300;
  letter-spacing: 0;
  font-size: 15px;
  color: #6fd5d7;
  width: 100%;
  padding: 10px 18px;
}

.breadcrumb_nav span {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 500;
}

.breadcrumb_nav a i {
  font-size: 18px;
  color: #1b1b1b;
  margin-right: 8px;
}

.breadcrumb_nav a:hover i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.banner-multipurpose .highlight {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
}

.btn-letstalk2 {
  font-size: 24px;
  color: #fff;
  background: #253053;
  padding: 10px;
  padding-right: 20px;
  font-weight: 600;
  border-radius: 50px;
  box-shadow: none;
  width: fit-content;
}

.btn-letstalk2:focus,
.btn-letstalk2:hover {
  background: #3F5FFF;
  color: #fff;
  border-color: #3F5FFF;
}

.btn-letstalk2 i {
  display: inline-grid;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: 0 10px 0 0px;
  background: #fff;
  padding-top: 3px;
  width: 32px;
  height: 32px;
  color: blue;
  align-content: center;
  justify-items: center;
}

.apply-now {
  background-color: #2946FF;
  border: none;
  border-radius: 30px;
  line-height: 45px;
  padding-right: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  outline: 0;
  margin: 10px 0 0px 0;
}

.main-content h1:after {
  content: "";
  display: block;
  margin: 10px 0;
  width: 100px;
  border-radius: 50px;
  height: 5px;
  background-color: #d09d26;
}

.main-content h2 {
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #253053;
}

.main-content h2:after {
  /*content: "";*/
  display: block;
  width: 100px;
  margin: 15px 0;
  border-radius: 50px;
  height: 5px;
  background: radial-gradient(circle farthest-corner at 10% 20%, #2946FF 0.1%, #09111b 99.8%);
}

.main-content h2.sub-head {
  font-size: 26px;
  font-weight: 600;
  line-height: inherit;
  margin-top: 15px;
  margin-bottom: 15px;
}

.main-content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: inherit;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #666e86;
}

.main-content h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: inherit;
  color: #666e86;
}

.main-content p {
  padding: 0 0 15px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.main-content p.block-text {
  font-size: 20px;
  line-height: inherit;
  font-weight: 600;
  border-radius: 10px;
  color: #253053;
}

.main-content p.main-text {
  font-size: 18px;
  line-height: inherit;
  padding: 0;
  margin-bottom: 20px;
}

.main-content .block-point {
  font-size: 18px;
  font-weight: 500;
  line-height: inherit;
  padding: 0;
  text-indent: -13px;
  margin-left: 13px;
  margin-bottom: 15px;
}

.contact {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
  padding: 30px;
  background-color: #fff;
  background-image: url(../images/offer-white-bg.jpg);
  background-size: cover;
  background-position: center;
}

.contact:hover {
  transform: scale(1.02);
}

.contact h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 10px 0;
  color: #253053;
  text-align: left;
}

.contact h2 {
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #294cff;
  text-align: left;
}

.contact h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  margin: 6px 0 15px;
  color: #46578f !important;
  text-align: left;
}

.contact p.text-left {
  color: #253053;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}

.contact a.to-footer {
  text-decoration: underline;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.contact a.to-footer:hover {
  text-decoration: underline !important;
  color: yellow;
}

.contact .call-btn {
  background-color: #2946FF;
  border-radius: 50px;
  /*margin-left: 20px;*/
  padding: 10px;
  padding-right: 20px;
}

.contact .call-btn a {
  color: #fff !important;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Poppins";
}

.contact .call-btn i {
  display: inline-grid;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: 0 10px 0 0px;
  background: #fff;
  width: 32px;
  height: 32px;
  color: blue;
  align-content: center;
  justify-items: center;
}

.contact input {
  height: 30px;
  font-size: 17px;
  letter-spacing: 1px;
}

.contact .form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact input {
  border: 0;
  background: 0 0;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact input:placeholder-shown+label,
.contact label {
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 0;
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 0;
  color: #999;
  -webkit-transition: all ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: all ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: all ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: all ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

.contact span {
  color: red;
}

.contact input:focus+label,
.contact input:not(:placeholder-shown)+label {
  top: -3px;
  font-size: 10px;
}

.contact .form-group {
  position: relative;
  background: #fff;
  border-radius: 2px;
  padding: 12px 0 0;
  margin-bottom: 10px;
}

.contact .block-point {
  font-size: 16px;
  font-weight: 500;
  line-height: inherit;
  padding: 0;
  text-indent: -13px;
  margin-left: 13px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
}

.contact h5 {
  font-size: 20px;
  color: #2946FF;
  float: left;
  font-weight: 400;
}

.contact .btn-2 {
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 25px;
  border-radius: 50px;
  background: #f38251;
  border: #f38251 !important;
  color: #fff;
  margin-bottom: 0px !important;
  margin: 0 auto;
}

.contact .btn-2:hover {
  border: #fff !important;
  background: #fff !important;
  color: #f38251 !important;
}

.contact .btn-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  border-radius: 100%;
  min-width: 100px;
  width: 100px;
  height: 100px;
  background: #fff;
  border: 3px solid #f38251;
  color: #f38251;
}

.contact .btn-3:hover {
  border: 3px solid #fff;
  background: #f38251 !important;
  color: #fff !important;
}

.map-box {
  border-radius: 20px;
  width: 100%;
  height: 480px;
  min-width: 340px;
  transition: all .5s ease;
  border: 10px solid #4688ff;
  background-color: #4688ff;
  background-image: url(../images/dd-map-1.png);
  background-size: cover;
  background-position: center;
}

.map-box:hover {
  transform: scale(1.03);
}

.highlight-points {
  padding-inline-start: 0;
  padding-bottom: 10px;
  list-style: none;
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}

.highlight-points li:before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 20px;
  background-image: url(../img/ncheck.svg);
  margin-right: 6px;
  background-repeat: no-repeat;
}

.highlight-points li {
  margin-right: 20px;
  float: left;
  font-weight: 600;
}

.img-con-1 {
  display: flex;
}

.img-con-1 i {
  width: 25px;
  float: left;
}

.img-con-1 span {
  display: block;
}

.hire-time ul {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  margin: 0;
}

.hire-time ul li {
  padding: 30px 40px;
  text-align: center;
  justify-content: center;
}

.hire-time img {
  width: 60px;
  display: block;
  padding-bottom: 10px;
}

.hire-time p {
  color: #333366;
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin: 0;
  text-align: -webkit-center;
  min-width: 130px;
}

.skill-expertise-div {
  min-height: 335px;
  padding: 15px 20px;
  box-shadow: 1px 2px 9px 4px #cccccc6b;
  background: #fff;
  transition: transform 0.3s;
  margin-bottom: 30px;
  border-radius: 10px;
}

.skill-expertise-div:hover {
  filter: grayscale(0%) !important;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.skill-expertise-div h3 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}

.skill-expertise-div img {
  width: 50px;
  display: block;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 10px;
}

.skill-expertise-div hr.line {
  height: 2px;
  background: #ffbc00;
  width: 32%;
  margin: auto;
  margin-bottom: 11px;
}

.large-head {
  text-align: center;
  font-weight: bold;
  line-height: 1.4em;
  font-size: 32px;
}

.large-head span {
  color: #ffc400;
}

.call-us-sec {
  background-color: #f9f9f9;
  padding: 50px 0;
}

.call-us-sec h4 {
  font-size: 25px;
  color: #a94623;
  margin-bottom: 25px;
}

.call-us-sec img {
  width: 300px;
  position: absolute;
  top: 0px;
  right: 20px;
}

.help-us ul {
  padding-left: 0px;
}

.help-us ul li i {
  margin-right: 15px;
  font-size: 20px;
  color: #a94623;
}

.help-us ul li {
  font-weight: 500;
  list-style: none;
  font-size: 16px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 35px;
}

.help-us ul li i {
  display: none;
}

.help-us ul li:before {
  content: "\f14a";
  font-family: "FontAwesome";
  color: #1a73e8;
  font-size: 20px;
  position: absolute;
  left: 0;
}

.help-us h3 {
  color: #666e86;
  font-size: 25px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 26px;
  margin-top: 0;
}

.screenshot-head {
  color: #2946FF;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 6px;
}

#inner-slide .custom-left {
  position: absolute;
  left: -36px;
}

#inner-slide .custom-right {
  position: absolute;
  right: -36px;
}

#inner-slide .carousel-control {
  width: 21px;
  text-align: left;
}

#inner-slide .carousel-control img {
  position: absolute;
  top: 46%;
}

#inner-slide ol.carousel-indicators {
  margin: auto;
  text-align: center;
  margin: 10px;
  margin-right: 10px;
  width: 100%;
  position: initial;
  color: #a7a7a7;
}

#inner-slide ol.carousel-indicators li {
  display: inline-block;
  list-style-type: none;
  background: transparent;
  text-indent: inherit;
  width: unset;
  margin: 0 5px;
}

.carousel-indicators li .active {
  display: inline-block;
  width: 30px;
  height: 5px;
  margin: 1px;
  border: none;
  border-radius: 0;
}

#inner-slide ol.carousel-indicators li.active span {
  color: #263570;
  padding-top: 4px;
}

.steps-box {
  min-height: 242px;
  text-align: center;
  transition: transform 0.3s;
  margin-bottom: 30px;
}

.steps-img {
  width: 130px;
  height: 130px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  line-height: 130px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -ms-transition-duration: .5s;
}

.steps-box:hover .steps-img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, .11);
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.steps-box img {
  max-width: 80px;
}

.steps-box img.num-img {
  max-width: 115px;
  margin-bottom: 20px;
}

.steps-box h4 {
  font-weight: 400 !important;
  line-height: 1.3;
  font-size: 18px;
}

.steps-box h3 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #000;
  line-height: 1.3;
  margin: 20px 0;
}

.keyfeatures {
  background: url(/web/20220822075311im_/https://www.designdirect.io/img/products/bg1.svg) #fff;
  background-size: cover;
}

.keyfeatures-list li {
  font-size: 20px;
  display: flex;
  font-weight: 400;
  margin-bottom: 10px;
}

.keyfeatures-list li .hyphen {
  width: 23px;
  display: flex;
  align-self: flex-start;
  padding-top: 12px;
  padding-right: 5px;
  margin-right: 5px;
}

.keyfeatures-sub-list li {
  list-style-type: none;
  font-size: 17px;
  line-height: 29px;
}

.list-flex1 {
  display: flex;
  list-style: none;
  justify-content: space-around;
  padding-left: 0;
  font-size: 18px;
}

.circle {
  background: #2946FF;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  padding: 10px 0 10px 0;
  font-weight: 600;
  font-size: 25px;
  margin: 15px auto;
  display: flex;
  justify-content: space-evenly;
  position: absolute;
  top: -40px;
  left: 40%;
  color: #fff;
}

.hire-skills {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 330px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-unstyled li {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
}

.list-unstyled i {
  margin-right: 15px;
  font-size: 20px;
  color: #027e02;
}

.bg-addon-sec {
  background: #e6f5fc;
}

.portfolio-sctn {
  padding-top: 60px;
  text-align: center;
  padding-bottom: 60px;
}

#ourworks .headline {
  font-size: 33px;
  letter-spacing: 1.5px;
  margin: 0;
}

.portfolio-sctn .item {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  border: 1px solid #eee;
  display: inline-block;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.portfolio-sctn .item img {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  height: 332px;
}

.portfolio-sctn .item:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.portfolio-sctn .item .info {
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2946FF;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.portfolio-sctn .item:hover .info {
  opacity: 1;
}

.portfolio-sctn .item .info .name {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-top: 42px;
  margin-bottom: 20px;
}

.portfolio-sctn .item .info .tags p {
  margin-bottom: 10px;
  color: #fff;
  line-height: 6px;
  font-size: 16px;
  text-align: left;
  padding: 0;
  line-height: 24px;
  font-weight: 500;
}

.portfolio-sctn .item .info .tags {
  margin: 31px auto;
  display: table;
}

.portfolio-sctn .item .info .linker a {
  color: #fff;
  font-size: 20px;
}

.portfolio-sctn .item .info .linker a:hover {
  letter-spacing: 2px;
}

.portfolio-sctn .item .info .linker i {
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0;
  font-weight: 600;
  padding-left: 10px;
}

/*Contact*/
.contact-main {
  padding-bottom: 40px;
}

.contact-main .address .title {
  font-weight: 600;
  font-size: 27px;
  color: #253053;
  margin-top: 15px;
  letter-spacing: 1px;
}

.contact-main .address .title {
  font-size: 24px;
  padding: 17px 0;
  border-bottom: 1px dashed #d4d2d2;
  font-weight: 600;
  color: #2946FF;
  margin-top: 25px;
  letter-spacing: 1px;
}

.contact-main .address p {
  font-weight: 400;
  margin-bottom: 12px;
  color: #62626b;
}

.contact_form {
  padding: 15px;
  border-radius: 15px;
  margin: 15px 0;
  margin-top: 30px;
  background-color: #ffff;
  box-shadow: 5px 5px 25px rgb(0 0 0 / 30%);
}

.contact-main .contact_form .tagline {
  color: #253053;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 25px;
}

.contact-main .contact_form .tagline2 {
  color: #2946FF;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.contact-main .form-control {
  border: 0px solid #FFF !important;
  background-color: #fff;
  color: #888;
  font-weight: inherit;
  padding: 3px 20px !important;
  height: 50px;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none;
  border-bottom: solid 1px #b9b9b9 !important;
  border-radius: 0px !important;
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
  /*
    color: #7f7f7f;*/

  font-size: 16px;
}

.contact-main .submit-your {
  background-color: #f38251;
  border: none;
  border-radius: 0px;
  line-height: normal;
  padding: 15px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  margin-top: 16px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: 0;
  width: 100%;
}

.contact-main .form-group.text_grp {
  margin-bottom: 15px;
}

.contact-main .text_area {
  height: auto;
  padding: 15px !important;
  margin-bottom: 0;
}

.contact-main .submit-your:hover {
  letter-spacing: 1.5px;
}

.mrb-0 {
  margin-bottom: 0px !important;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.gdpr-terms span {
  font-size: 12pt;
}

.gdpr-terms span {
  font-size: 12pt;
}

.gdpr-terms ol {
  margin: 0px 37px;
  padding: 0px;
}

.gdpr-terms ol li {
  font-size: 20px;
}

.gdpr-terms p {
  margin-left: 37px;
}

.btn-back {
  color: #fff !important;
  font-weight: 600;
  border: 2px solid #3a9cf2;
  border-radius: 25px;
  margin-left: 10px;
  background: #3a9cf2;
  font-size: 13px !important;
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
}

.btn-back:hover {
  border: 2px solid #384656;
  background: #384656;
}

.cookies-page h5 {
  font-size: 22px;
}


img.img-responsive.image {
  /*border: 1px solid #8b8b8b;*/
}

.video-img:hover .middle {
  opacity: 1;
}

.video-small h5 {
  font-size: 20px;
  text-align: center;
  color: #2946FF;
  line-height: 1.4;
  font-weight: 300;
}

.popup-video-wrapper .modal-body {
  height: 80vh;
  border: 0;
  padding: 0;
}

.popup-video-wrapper .video-place-holder {
  width: 100%;
  height: 100%;
  position: relative;
}

.popup-video-wrapper .video-place-holder video,
.popup-video-wrapper .video-place-holder video {
  width: 100%;
  height: 100%;
  border: 0;
}

.modal-dialog {
  max-width: 1200px;
  margin: 0.5rem auto;
}

.close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000;
  opacity: 0.5;
}

.popup-video-wrapper .modal-body .close {
  position: absolute;
  right: 0px;
  top: -34px;
  z-index: 9;
  background: #ff0404;
  opacity: 1;
  padding: 5px 10px;
  color: #fff;
}

#popup-video-play {
  z-index: 100000000000;
  padding-top: 100px;
}

#popup-video-play .modal-dialog {
  width: 1080px;
}

.modal-content {
  background-color: #fff0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.nav-icons img {
  max-width: 70px;
  height: 70px;
  object-fit: cover;
}

.bg-addon-sec h3 {
  font-size: 30px;
  font-weight: 600;
  color: #2946FF;
  text-decoration: underline;
}

.list-flex {
  display: flex;
  list-style: none;
  /* justify-content: center; */

  margin: 0;
  padding: 0;
}

.list-flex li {
  padding: 10px 5px;
  font-size: 17px;
  border-radius: 5px;
  width: 32%;
  margin-right: 30px;
  background: #f1f1f1;
  color: #000;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*multi purpose popup*/
.bs-example-modal-lg .carousel-caption {
  color: #2946FF;
  font-size: 25px;
  top: -3px;
  text-shadow: unset;
  font-weight: 600;
}

.bs-example-modal-lg .modal-dialog {
  max-width: 1200px;
  width: 1100px;
  margin: 1rem auto 0 auto;
}

ul.thankyou-links {
  padding: 0;
  list-style: none;
  margin: 30px 0 0;
}

ul.thankyou-links li {
  display: inline-block;
  margin: 0 5px;
}

ul.thankyou-links li a {
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 10px;
}

ul.thankyou-links li a:hover {
  text-decoration: underline !important;
}

.contact-thankyou p a {
  color: #fff;
  font-size: 20px;
  text-decoration: underline;
}

.thankyou-uk {
  margin-top: 100px;
}

.grecaptcha-badge {
  opacity: 0 !important;
}

.custom_client {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.custom_client .client_li {
  padding: 5px 5px;
  display: flex;
  height: 300px;
  width: 300px;
  transition: transform 0.3s;
  margin: 0 10px;
  background-color: #ffffff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

.custom_client .client_li:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.custom_client {
  padding-bottom: 20px;
}

.custom_client>li>a:focus,
.custom_client>li>a:hover {
  text-decoration: none;
  background-color: transparent;
}

.social .flag_ads {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.ads_mp_card {
  background-color: #109bd8;
  padding: 10px;
  width: 280px;
  border-bottom: 2px solid #2946FF;
  position: relative;
}

.ads_mp_card .media-body p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: normal;
}

.ads_mp_card .media-body h4 {
  font-size: 16px;
  margin-bottom: 2px;
}

.ph_icon {
  margin-left: 0px;
}

.media.mb_media {
  margin-top: 0;
}

.australia_mp {
  position: absolute;
  bottom: 80px;
  right: -5%;
}

.contact_blue_top {
  padding-top: 15px;
  padding-bottom: 80px;
}

body#contact-bdy .footer_bg .footer_ads_none {
  display: none;
}

.cnter_item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.block_caselist {
  float: left;
  width: 100%;
  min-width: 245px;
  margin-bottom: 30px;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 5px 25px rgb(0 0 0 / 15%);
  border-bottom: 6px solid #2946FF;
}

.block_caselist:hover {
  margin-top: -8px;
  margin-bottom: 38px;
  transition: 600ms ease;
  box-shadow: 0px 15px 25px rgb(0 0 0 / 15%);
}

.img_caseb {
  min-height: 420px;
  background-position: top;
  background-size: cover;
}

.img_caseb_seemore {
  height: 487px;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.img_caseb_seemore a img {
  object-fit: cover;
  width: 100%;
  height: fit-content;
}

.img_caseb a {
  width: 100%;
  display: block;
}

.img_caseb a img {
  height: 215px;
  object-fit: cover;
  width: 100%;
}

.logo_website {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  left: 50%;
}

.logo_website img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}

.case_listtext {
  width: 100%;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
}

.case_listtext h1 {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 600;
  position: relative;
  padding-bottom: 13px;
  color: #000;
  font-family: "Poppins";
}

.case_listtext h4 {
  font-size: 20px;
  color: #253053;
}

.case_listtext p {
  letter-spacing: normal;
  color: #000000;
  min-height: 42px;
  font-size: 15px;
  margin-top: 10px;
  font-weight: 400;
}

.work-view {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: grid;
  place-content: center;
  color: #fff;
  background: #2946FF;
  font-weight: 600;
  transition: 0.5s;
}

.case-view {
  display: block;
  border-radius: 50px;
  padding: 10px 20px;
  width: fit-content;
  margin-top: 10px;
  place-content: center;
  color: #fff;
  background: #2946FF;
  transition: 0.5s;
}

.case-view:hover {
  background-color: #f38251;
  color: #fff;
  transition: 0.5s;
  border-color: #f38251 !important;
}

.case_listtext h1::after {
  position: absolute;
  left: 0;
  height: 3px;
  width: 50px;
  background-color: #2946FF;
  content: "";
  bottom: 0;
  margin: 0 auto;
}

.case-int .img_caseb::after {
  width: 100%;
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  opacity: 0.6;
}

.next-cs {
  background-color: #000 !important;
}

.sipmly-bg {
  background-image: url(../img/symly-bg-img.png) !important;
}

.next-day-bg {
  background-image: url(../img/nextdat-ph.png) !important;
}

.case-int .img_caseb_seemore::after {
  background-image: linear-gradient(to right top,
      #26397b,
      #225194,
      #1b69ac,
      #1282c3,
      #109bd8);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  opacity: 0.6;
}

.img_caseb_seemore:hover {
  background-image: linear-gradient(to right top,
      #26397b,
      #fff,
      #1b69ac,
      #1282c3,
      #000);
  opacity: 0.7;
}

.img_caseb_seemore .view_all {
  background: transparent;
  color: #ff;
  border: 1px solid #ffffff;
  padding: 0 5px;
  width: 187px;
}

.img_caseb_seemore :hover .btn {
  background: #fff;
  color: #e92b26;
}

.work-view:hover {
  background-color: #f38251;
  color: #fff;
  transition: 0.5s;
  border-color: #f38251 !important;
}

.case-int:hover {
  box-shadow: 0px 0px 42px -5px rgba(0, 0, 0, 0.19);
}

.bor-left {
  border-left: outset;
}

.client-logos {
  display: flex;
  height: 120px;
  width: auto;
  transition: transform 0.3s;
  padding: 0;
  margin: 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
}

.client-logos img {
  width: 90%;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}

.owl-stage {
  display: flex;
  align-items: center;
}

.overflow-auto {
  overflow: auto !important;
}

.li.top-li ul li a {
  color: #fff !important;
}

.contact-top-number {
    border-radius: 50px;
    margin-left: 20px;
    padding: 8px;
    padding-right: 15px;
    background: #253053;
    color: #fff;
    display: flex;
    align-items: center;
}

.contact-top-number:focus,
.contact-top-number:hover {
  background: #2946FF;
  color: #fff;
  border-color: #2946FF;
}

.free-prop-sec {
  margin-right: 20px;
}

.service-head-home {
  text-align: center !important;
  color: #000 !important;
}

.partner-div {
  background-color: #f2f2f2 !important;
}

.bg-solution {
  background-color: #f2f2f2 !important;
}

.cause-study-bg {
  float: left !important;
}

.points {
  font-size: 10px !important;
}

.points1 {
  padding-left: 10px;
  font-size: 10px !important;
  padding-right: 8px !important;
}

.space-text {
  padding-left: 2px !important;
  color: #2946FF;
}

.hire-secione {
  padding: 9px 0 36px 0 !important;
}

.learn-more {
  margin-top: 43px !important;
}

.banner-header-main {
  color: #000 !important;
}

.nav-custom {
  border: inherit !important;
}

.top-nav-text {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #004583 !important;
  cursor: pointer;
}

.top-nav-text.border-bot:after {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  border-radius: 50px;
  background: radial-gradient(circle farthest-corner at 10% 20%, #2946FF 0.1%, #09111b 99.8%);
}

.bg-white {
  background-color: #fff !important;
}

.bg-back {
  background-color: #F2F8FF !important;
}

.bg-light-gray {
  background-color: #F7F7F7 !important;
}

.bg-back2 {
  background-color: #d1d1d1 !important;
}

.bg-gunmetal {
  background-color: #122033 !important;
}

.bg-dddark {
  background-color: #253053;
}

.get-in-touch {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
  padding-top: 39px;
  color: #2946FF;
  font-family: "Poppins", sans-serif !important;
}

.sub-get {
  font-size: 18px !important;
  font-weight: 500 !important;
  text-align: center;
  color: #2946FF;
  font-family: "Poppins", sans-serif;
  margin-bottom: 50px;
}

.contactinfo h3 {
  color: #f38251 !important;
  font-weight: 600 !important;
  padding: 0px 0px 0px !important;
  background-color: inherit !important;
}

.india-add {
  padding-top: 5px !important;
}

.contact-main .submit-your {
  margin-top: 15px !important;
}

.sub-p-text p {
  font-size: 15px !important;
}

.benfit-sub {
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #2946FF !important;
  line-height: 24px !important;
  margin-bottom: 15px !important;
}

/*newportfolio*/
h4.cs-client {
  text-transform: uppercase;
  font-size: 15px;
  color: #707070;
  font-weight: 600;
  text-align: left;
  margin: 0px 0px 10px;
  display: inline-block;
  width: 100%;
}

.cs-title {
  font-size: 22px;
  color: #000;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  margin: 0px 0px 15px;
  display: inline-block;
  width: 100%;
}

.work_detail {
  width: 85%;
  margin: 0 auto 150px;
  display: block;
}

.work_detail ul {
  padding: 0 0 0 0px;
  margin: 0;
  text-align: left;
  list-style-type: none;
}

.work_detail ul li {
  float: left;
  margin: 0 7px 7px 0;
  font-size: 14px;
}

.work_detail:hover {
  color: #000;
}

.work_detail ul li:nth-child(odd) {
  background-color: #fdefe9;
  padding: 3px 10px;
  float: left;
  width: unset;
  display: inline-block;
  color: #000;
}

.work_detail ul li:nth-child(even) {
  background-color: #e3eefd;
  padding: 3px 10px;
  float: left;
  width: unset;
  display: inline-block;
  color: #000;
}

p.maintext {
  width: 400px;
  margin: 100px auto;
  text-align: left;
  font-size: 20px;
  line-height: 32px;
}

.workpg {
  padding: 0;
  margin: 60px 0;
  list-style-type: none;
  display: inline-block;
  width: 100%;
}

/*.workpg > li {
    float: left;
    width: 100%;
}*/
.workpg>li img {
  float: left;
  width: 100%;
  transition: all ease 0.2s;
}

.imgcont {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin-top: 25px;
}

.workpg>li:hover img {
  transform: scale(1.1);
  transition: all ease 0.2s;
}

.maintext::first-letter {
  font-size: 50px;
  color: #f38251;
}

.normal-font {
  font-weight: normal !important;
}

.floating {
  animation-name: floating-2 !important;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-timing-function: ease-in-out;
  animation-delay: -2.2s;
  animation-duration: 2.5s;
  transition-delay: 0.6s;
}

@keyframes floating-2 {
  from {
    transform: translateY(5px) rotate3d(0, 0, 1, 0deg);
  }

  to {
    transform: translateY(-5px) rotate3d(0, 0, 1, 0deg);
  }
}

.features-inner-sec {
  transition: 1s ease;
  padding: 10px;
  margin-bottom: 10px;
  min-height: 265px;
}

.features-inner-sec:hover {
  background-color: #1a73e80f !important;
  /*padding: 10px;*/
  /*margin-bottom: 10px;*/

  transition: 1s ease;
}

/*header - megamenu*/
.mega-dropdown-menu .mega-dropdown-menu-hire {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: 0 0 24px #cccccc5c;
}

.mega-dropdown-menu:before,
.mega-dropdown-menu-hire:before {
  display: none;
}

.dropdown-menu {
  border: none !important;
  border-radius: 0 !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent !important;
}

.dropdown-toggle span.glyphicon.glyphicon-chevron-down.pull-right {
  font-size: 13px;
  margin: 3px 0px 0 5px;
}

.mega-dropdown-menu>li>ul,
.mega-dropdown-menu-hire>li>ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu>li>ul>li,
.mega-dropdown-menu-hire>li>ul>li {
  list-style: none;
}

.mega-dropdown-menu>li>ul>li>a,
.mega-dropdown-menu-hire>li>ul>li {
  display: block;
  padding: 0px;
  font-size: 15px;
  padding-bottom: 12px;
}

.mega-dropdown-menu>li>ul>li:last-child>a,
.mega-dropdown-menu-hire>li>ul>li:last-child>a {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid transparent;
}

.menulast ul li a {
  font-weight: 600;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus,
.mega-dropdown-menu-hire>li ul>li>a:hover,
.mega-dropdown-menu-hire>li ul>li>a:focus {
  text-decoration: none;
  color: #1a73e8;
  /* background-color: #f5f5f5;*/
}

.mega-dropdown a.dropdown-toggle:focus {
  border-color: transparent;
}

ul.dropdown-menu.mega-dropdown-menu,
ul.dropdown-menu.mega-dropdown-menu-hire {
  padding: 30px 130px;
  margin-top: -8px;
  position: absolute;
  width: 100% !important;
}

.menubox ul li:last-child a {
  border-bottom: none;
}

.dropdown-header {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
}

.mega-dropdown-menu .dropdown-header,
.mega-dropdown-menu-hire .dropdown-header {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
  padding: 0;
}

.menubox {
  width: 25%;
  float: left;
  padding: 0 5px;
}

.menubox img {
  width: 75%;
  display: flex;
  justify-content: center;
}

.navbar-right .dropdown-menu {
  /* right: auto; */

  left: 0 !important;
}

.menupad {
  padding: 0px 0px 0px 25px;
}

/*.menupad a{
    margin: 0!important;
}*/

/*.hp-header header .navbar-default {
    box-shadow: 0 0 24px #cccccc5c!important;
}*/

.undermenu {
  margin-top: 15px !important;
  padding-top: 15px !important;
}

.menulast a {
  font-size: 18px !important;
  font-weight: bold !important;
}

.drpdnbtn span {
  color: #f38251;
  font-size: 15px;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  margin-bottom: 15px !important;
  font-weight: 600;
  text-align: left;
}

.drpdnbtn span i {
  color: #2946FF;
}

.drpdnbtn a {
  background-color: #f38251;
  color: #fff;
  padding: 4px â€‹10px;
  border-radius: 40px;
  font-weight: 400 !important;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.drpdnbtn {
  margin: 22px 0 0;
  background-color: #fff4e7;
  padding: 15px 25px;
  text-align: center;
}

.pt100 {
  padding-top: 50px;
  padding-bottom: 0;
}

.drpdnbtn>span {
  margin: 0 !important;
}

.drpdnbtn a span {
  color: #fff;
  text-align: center;
  margin-bottom: 0 !important;
}

.drpdnbtn span.dptext {
  width: 90%;
}

.menulast a {
  font-size: 15px !important;
}

/**/

/*newfooter*/
.ftlt a.navbar-brand {
  padding: 15px 0;
}

.ftlt span.logo-head {
  color: #fff;
  font-size: 32px;
  text-align: left;
  margin-left: 15px;
}

.ftlt span.logo-tag {
  color: #fff;
  font-size: 15px;
  margin-left: 15px;
}

.ftlt p.foottext {
  width: 100%;
  display: inline-block;
  color: #b8b8b8;
  margin: 0 0 20px 0;
  font-size: 17px;
}

.ftlt p {
  color: #b8b8b8;
  font-weight: 300 !important;
  font-size: 15px;
}

.addr1 h6 {
  font-size: 18px;
  color: #b8b8b8;
  margin-bottom: 20px;
}

.pad0 {
  padding: 0;
}

.ftlt .addr1 p i {
  margin: 0 10px 0 0;
}

footer.footersec {
  position: relative;
  background-color: #122033;
  padding: 80px 0;
}

footer.footersec:after {
  position: absolute;
  content: "";
  background-color: #09111b;
  width: 45%;
  height: 100%;
  right: 0;
  top: 0;
}

.ftrt {
  position: relative;
  z-index: 1;
  color: #b8b8b8;
  width: 100%;
  padding-left: 120px;
  display: inline-block;
}

.ftrt .ftrt_inner ul.menubox {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ftrt .ftrt_inner ul.menubox li a {
  color: #b8b8b8;
  font-size: 14px;
}

.ftrt .ftrt_inner ul.menubox li.dropdown-header {
  padding: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #b8b8b8;
}

.ftrt .ftrt_inner ul.menubox li {
  margin-bottom: 10px;
}

.ftsocial ul li a {
  color: #b8b8b8;
  font-size: 18px;
  line-height: 43px;
}

.ftsocial h4 {
  text-transform: uppercase;
  margin: 20px 0;
  font-weight: 500;
}

.ftsocial ul li {
  width: 40px;
  height: 40px;
  background-color: #232323;
  text-align: center;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.fticons ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.fticons ul li {
  margin-right: 20px;
  float: left;
}

.fticons h4 {
  text-transform: uppercase;
  margin: 20px 0;
  font-weight: 500;
}

.fticons ul li img {
  width: 107px;
}

.ftsocial ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.copyrgt {
  color: #b8b8b8;
  font-weight: 300;
  font-size: 14px;
}

p.otherlink {
  color: #b8b8b8;
  margin-top: 40px;
  font-weight: 300;
  font-size: 14px;
}

p.otherlink a {
  color: #b8b8b8;
  font-weight: 300;
  font-size: 14px;
}

.filterin {
  filter: invert(1);
}

.ftlt .navbar-brand .d-logo {
  justify-items: left;
}

.ft_form input.form-control {
  background-color: #233144;
  height: 50px;
  border: none;
  color: #fff;
}

.ft_form textarea.form-control {
  background-color: #233144;
  height: 100px;
  border: none;
  resize: vertical;
  color: #fff;
}

.ft_form input.subbtn {
  font-size: 16px;
  background-color: #f38251;
  border: none;
  color: #fff;
  border-radius: 5px;
  padding: 12px 40px;
}

.ftlt h4 {
  padding: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ft_form h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #b8b8b8;
}

.banner-web-des .highlight-points {
  color: #000;
}

.video-small {
  width: 500px;
  margin: 0 auto;
}

.technologies.tech ul li {
  padding: 10px 0;
  background-color: #fff !important;
  border: none !important;
}

.technologies.tech a {
  display: inline-block;
  text-align: center;
}

.technologies.tech img {
  width: 60px;
  margin-bottom: 10px;
  height: 60px;
  object-fit: contain;
}

.step-process .btn-primary {
  background-color: #2946FF;
  border-radius: 40px;
  border-color: #2946FF;
}

.newlistitem {
  margin-top: 20px;
}

.newlistitem li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  color: #027e02;
}

.newlistitem li {
  position: relative;
  padding-left: 30px;
}

section#ourworks h4 {
  color: #212121;
  font-size: 20px;
  font-weight: 400;
}

.w-container h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.mt60 {
  margin-top: 50px;
}

.mb20 {
  margin-bottom: 30px;
}

.mt25 {
  margin-top: 25px;
}

.expertise1 p {
  max-height: unset !important;
}

/*a.btn.btn-letstalk2 > span > i {
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}
@keyframes blink {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}*/

.othertech {
  width: 100%;
  display: inline-block;
  margin: 40px 0;
}

.technologies ul li a {
  pointer-events: none;
}

.technologies ul li ul.newlistitem {
  display: inline-block;
  flex-wrap: unset;
  padding: 0 10px 0;
  width: 100%;
}

.technologies ul li ul.newlistitem li {
  width: 47% !important;
  float: left;
  text-align: left;
  padding: 0 0 0 24px;
}

/*.service-links li a {
    pointer-events: none;
}*/

.wrkhead h1 {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
}

.wrkhead a {
  background-color: #1a73e8;
  border-radius: 50px;
  min-height: 38px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  padding: 8px 30px;
}

.wrkhead {
  display: flex;
  align-items: center;
  justify-content: center;
}

.workpg {
  margin: 60px 0 0;
}

.hire .contact.call-back {
  width: 350px;
  float: right;
}

.hire h2 {
  margin-bottom: 26px;
}

.technologies .icon025 {
  background-position: -2px -1762px;
}

.bg-blue-light1 {
  background-color: #f5efed !important;
}

div#inner-slide .custom-left {
  display: none;
}

div#inner-slide .custom-right {
  display: none;
}

.mega-dropdown .mega-dropdown-menu {
  /* display: block; */
}

.mega-dropdown.open .mega-dropdown-menu {
  display: none !important;
}

.filtersecrt span.menuicon i {
  font-size: 17px;
  width: 44px;
  height: 39px;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 37px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #ccc;
  float: left;
  margin: 0 0 0 8px;
}

li#s_mn #faq1[aria-expanded="false"],
li#s_mn #faq2[aria-expanded="false"] {
  display: none !important;
}

li#s_mn .card-header a {
  color: #fff;
}

li#s_mn #faq1[aria-expanded="true"],
li#s_mn #faq2[aria-expanded="true"] {
  display: block !important;
}

#faq1 .card-body .dropdown-header,
#faq2 .card-body .dropdown-header {
  padding: 0 0 0 20px;
  font-size: 18px;
  font-weight: 600;
  color: #f38251;
  margin-top: 10px;
  margin-bottom: 5px;
}

#faq1 .card-body>ul,
#faq2 .card-body>ul {
  background-color: #f5efed !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

a.btn.btn-header-link:after {
  font-family: "FontAwesome";
  content: "\f107";
  margin-left: 10px;
}

#faq1 .card-body>ul li a,
#faq2 .card-body>ul li a {
  color: #000;
  font-size: 14px;
  padding-bottom: 0;
}

.filtermobile ul li a {
  padding: 10px 0 10px 20px;
}

.filtermobile {
  background-color: #2946FF;
  height: 100vh;
  overflow-x: hidden;
  padding-top: 70px;
  position: fixed;
  right: -15px;
  top: 0;
  transition: 0.5s;
  width: 0;
  z-index: 99999;
}

.filtermobile ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}

.menuicon {
  font-size: 25px;
  cursor: pointer;
  float: right;
  display: block !important;
  margin-top: 20px;
}

.filtermobile a {
  display: block;
  font-size: 16px;
  padding: 8px 0px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  text-align: left;
}

.filtermobile .closebtn {
  font-size: 36px;
  margin-left: 50px;
  position: absolute;
  right: 25px;
  top: 0;
  color: #fff;
}

button.navbar-toggle.collapsed {
  /*display: none;*/
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 12px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #000;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  background: #000;
}


span.baricons {
  background-color: #2946FF;
  color: #fff;
  width: 30px;
  display: block;
  text-align: center;
  height: 30px;
  font-size: 19px;
  position: absolute;
  right: 5px;
  top: 10px;
  z-index: 99999;
  line-height: 32px;
  border-radius: 4px;
}

.themecolor {
  color: #2946FF !important;
}

.sub_hire1 {
  border-bottom: none !important;
  font-weight: 400 !important;
}

.sub_hire1 a {
  border-bottom: none !important;
  font-weight: 400 !important;
}

li.sub_hire>a {
  display: block;
  font-size: 15px;
  border-bottom: 1px solid #6b7f88 !important;
  margin-bottom: 15px !important;
  padding-bottom: 15px;
  font-weight: 400 !important;
}

.menclosebtn {
  position: absolute;
  right: 25px;
  top: 15px;
  background-color: red;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.menclosebtn .close {
  opacity: 1;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  position: relative;
  left: -7px;
  top: 4px;
}

ul#datalist li:nth-child(n + 7) {
  display: none;
}

span.rdmore {
  cursor: pointer;
  color: #2946FF;
  font-weight: 600;
}

ul#datalist1 li:nth-child(n + 7) {
  display: none;
}

span.rdmore1 {
  cursor: pointer;
  color: #2946FF;
  font-weight: 600;
}

.green-banner {
  padding-bottom: 20px;
}

.pad60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.studyinuk_ban ol {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
}

.studyinuk_ban ol li {
  float: left;
  padding: 0 40px 0 0;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 15px;
  display: flex;
}

.studyinuk_ban ol li i {
  margin-top: 3px;
  margin-right: 8px;
}

.mb30 {
  margin-bottom: 30px;
}

.btn-letstalk2 p {
  color: #fff;
  margin-bottom: 0;
  margin-top: 5px;
  text-align: left;
}

.count-bg {
  background-color: #1a73e814 !important;
  padding: 40px 0;
}

.count-text {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: #2946FF;
}

.count-text p {
  font-size: 20px !important;
}

.countries-line ul {
  list-style: none;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  padding-top: 17px;
}

.count-box01 li {
  padding: 15px 0px 15px 0px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 17px;
}

.start-ico {
  margin-top: -7px;
}

.areaofstudy .h-entry {
  min-height: 345px;
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
}

.whydiff_box {
  min-height: 370px;
  border: 1px solid #e7e7e7;
  padding: 28px 20px;
}

.why-es-btn-wrapper ul li i {
  margin: 5px 10px 0 0px;
}

.form-strip-bg {
  background: #1a73e814 !important;
  padding: 80px 0;
  margin-top: 70px;
}

.form-strip h3 {
  font-size: 34px !important;
  color: #2946FF !important;
  font-weight: 600 !important;
  margin-top: 0;
  line-height: 40px;
}

.form-strip h2 {
  font-size: 23px !important;
  color: #2946FF !important;
  padding-top: 20px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 40px;
}

.call-btn .form-btn {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 22px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #2946FF;
  font-weight: 600;
  border: none;
}

.call-btn {
  display: inline-block;
}

.newfrm_box .contact .btn {
  margin-bottom: 0;
  font-size: 18px;
}

.form-strip-bg .form-strip {
  padding: 80px 0;
}

.stdy_point1 {
  padding: 0;
  list-style-type: none;
}

.stdy_point1 li i {
  margin-top: 3px;
  margin-right: 10px;
}

.stdy_point1 li {
  float: left;
  padding: 0 40px 0 0;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px;
  display: flex;
}

.mainbanner img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.hero-main {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 80vh;
  min-height: 650px;
}
.hero-short {
    height: auto;
    min-height: auto;
    padding: 140px 0 30px 0;
    display: flex;
    align-items: end;
    background: #f4f4f4;
}
.hero-short h1 {
    color: #253053;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 15px;
    font-style: normal;
    white-space: pre-line;
}
.hero-short p {
    color: #797979;
    width: 80%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 20px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.blog-box {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
  transition: all 0.3s ease;
}

.blog-box:hover {
  transform: translateY(-5px);
  background: #F4F4F4;
}

.blog-image {
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-box:hover .blog-image img {
  transform: scale(1.05);
}

.blog-content {
  padding: 14px;
}

.blog-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #333;
    text-align: left;
    margin: 12px 0 0 0;
}

.blog-excerpt {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 15px;
}

.blog-meta {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #999;
}

.blog-category {
  display: inline-block;
  padding: 3px 8px;
  background-color: #f0f0f0;
  border-radius: 4px;
  font-size: 12px;
  color: #555;
  margin-bottom: 16px;
}

/* Responsive design */
@media screen and (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 576px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}
.bread {
    margin-bottom: 14px;
}
author h2 {
    font-size: 18px;
    margin: 0 0 10px 0;
}
author p {
    font-size: 14px!important;
    margin: 0!important;
    color: #797979!important;
    width: auto!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: normal!important;
}
.date {
    text-align: right;
}
.blog-image img {
    border-radius: 10px;
}
.blog-content h1 {
    font-size: 32px;
    line-height: 40px;
    padding: 20px 0;
}
.blog-content h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
}
.blog-content h3 {
    font-size: 24px;
    line-height: 32px;
}
.blog-content p {
    font-size: 16px;
    line-height: 24px;
}

.newban_content {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.banner-content {
  text-align: left;
}

.hero-main button.owl-prev {
  background-color: transparent;
  border: 1px solid #fff;
}

.newban_content h1,
.newban_content p {
  color: #fff;
}

.blackbg {
  background: rgb(0, 0, 0);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blackbg1 {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(9 97 122)) repeat scroll 0 0;
  display: inline-block;
  height: 50%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blackbg2 {
  background: linear-gradient(180deg,
      rgba(36, 157, 213, 0.4) 0%,
      rgba(18, 32, 51, 1) 100%) repeat scroll 0 0;
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.bluebg {
  background: rgb(32, 32, 66);
  background: linear-gradient(90deg, rgba(32, 32, 66, 1) 15%, rgba(32, 32, 66, 0) 100%);
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.mainbanner .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mainbanner button.owl-prev {
  position: absolute;
  background-color: transparent;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  left: 15px;
}

.mainbanner button.owl-next {
  background-color: transparent;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 15px;
}

.mainbanner .owl-nav i {
  font-size: 22px;
  margin-top: 3px;
}

.mainbanner button.owl-next i {
  margin-left: 3px;
}

/*banner End Slider*/
.headlft {
  width: 40%;
  float: left;
}

.headrgt {
  width: 60%;
  float: right;
}

.headrgt ul.nav.navbar-nav {
  width: 100%;
  padding-top: 8px;
}

.headrgt ul.nav.navbar-nav li {
  padding-left: 0;
}

.headrgt ul.nav.navbar-nav li>a {
  padding: 0px 0 10px;
}

.headrgt ul.nav.navbar-nav>li>a:hover {
  border-bottom: 4px solid #2946FF;
}

.headrgt .site__title1 {
  padding-top: 10px;
}

.headrgt .inner_headrgt {
  display: inline-block;
  width: 73%;
  float: left;
}

.headrgt ul.headerphone {
  padding: 0;
  list-style-type: none;
  display: inline-block;
  width: 27%;
  float: right;
  margin: 0;
}

ul.headerphone li a {
  background-color: #2946FF;
  color: #fff;
  border-radius: 20px;
  padding: 7px 18px;
  margin: 20px 0 0;
  display: inline-block;
}

ul.headerphone li a i {
  margin-left: 0;
}

.hero-inner {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 80vh;
  min-height: 650px;
}

.hero-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 50px;
  transform: translate(-50%, -50%);
  /*height: 440px;*/

  z-index: 9;
}

.hero-content h1 {
  color: #fff;
  line-height: 56px;
  font-size: 45px;
}

.hero-content p {
  color: #fff;
  font-size: 26px;
  line-height: 32px;
}

.comn_mn>a {
  border-bottom: 4px solid transparent;
}

.hero-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.hero-main .item img.img-fluid {
  height: 825px;
}

/**/
h2.text_highlight {
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 5px;
  font-size: 20px;
}

.dropbtn {
  color: #fff;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #2946FF;
  min-width: 280px;
  z-index: 1;
}

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: #f38251;
}

.dropbtn span.glyphicon.glyphicon-chevron-down.pull-right {
  font-size: 13px;
  margin: 3px 0px 0 5px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.hiremn h2.btn-header-link {
  display: block;
  font-size: 16px;
  padding: 10px 0 10px 20px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  text-align: left;
  font-weight: 400;
  margin: 0;
}

.hiremn h2.btn-header-link:after {
  font-family: "FontAwesome";
  content: "\f107";
  margin-left: 10px;
}

.hiremn .card-body ul {
  background-color: #f5efed !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hiremn .card-body>ul li a {
  color: #000;
  font-size: 14px;
  padding-bottom: 0;
}

.ne_stdyukform {
  /* background-color: #f1f4ff; */

  background-color: #001b2d;
  position: relative;
  background-image: url(https://www.skizzle.tech/wp-content/themes/Skizzle/images/map-dotted.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.ne_stdyukform1 {
  padding: 50px 0px;
  position: relative;
}

.ne_stdyukform1 input.form-control {
  border: none;
  height: 50px;
  border-radius: 0;
  box-shadow: none;
}

.ne_stdyukform1 textarea.form-control {
  border: none;
  height: 80px;
  border-radius: 0;
  box-shadow: none;
  resize: vertical;
}

.ne_stdyukform1 h3 {
  margin: 0 0 20px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
}

.ne_stdyukform1 .apply-now:hover {
  color: #fff;
}

.ne_stdyukform1 button.btn.apply-now {
  background-color: #f38251 !important;
}

.stdy_contbox {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 0px 3px 0 #00000026;
  min-height: 280px;
  position: relative;
}

.stdy_contbox img {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 100px;
  height: 100px;
  opacity: 0.65;
}

.stdy_contbox h3 {
  margin-top: 10px;
}

/*19-10-2021*/
.new_stdy {
  border: 1px solid #dadada;
  margin-bottom: 30px;
}

.new_stdy img {
  width: 100%;
  display: inline-block;
  height: 320px;
  object-fit: cover;
}

.new_stdy_in .name {
  margin-top: 0;
  font-size: 20px;
}

.new_stdy_in {
  padding: 30px;
  min-height: 195px;
}

.new_stdy_in p {
  margin-bottom: 10px;
}

/**/
.hero-main video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner-content h1 {
  font-size: 50px;
}

.banner-content .banner-subheading {
  font-weight: 400;
}

.newstdy1 ol.stdy_point {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.newstdy1 ol.stdy_point li {
  text-align: center;
}

section.newstdy1 {
  padding: 30px 0;
}

.count-box.count-box01 {
  margin-bottom: 50px;
}

.countsec_h {
  display: flex;
  height: 410px;
  align-items: center;
  justify-content: center;
}

.newcheck {
  width: 30px;
  margin-bottom: 10px;
}

.stdy_point li span {
  font-size: 17px;
  width: 160px;
  display: inline-block;
  font-weight: 600;
}

.count-icon img.img-fluid {
  width: 50px;
  margin-bottom: 15px;
}

.countsec_hinner {
  padding-top: 60px;
}

ul.benefitpoints1 {
  display: inline-block;
  width: 100%;
}

.benefitpoints1 li {
  color: #fff;
  background: #122033;
  width: 31%;
  float: left;
  margin: 10px 10px;
  text-align: left;
  justify-content: flex-start;
  padding: 18px;
  border-radius: 15px;
  min-height: 200px;
  box-shadow: 5px 5px 15px rgb(0 0 0 / 20%);
}

.benefitpoints1 li i {
  margin-right: 15px;
}

.benefitpoints1 li p {
  color: #fff;
}

.expertise .features-inner-sec {
  padding: 25px;
  margin-bottom: 10px;
  min-height: 335px;
  background-color: #f7f7f7;
  margin-bottom: 30px;
}

.expertise .features-inner-sec p {
  margin-bottom: 0;
}

.tick-points ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.tick-points span {
  float: left;
  background-color: #f7f7f7;
  padding: 20px 13px;
  text-align: left;
  margin: 10px 0 20px 0px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
}

.modal-open {
  padding-right: 0 !important;
}

img.play {
  width: 40px;
}

.videobtm_text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.hirepoints h4 {
  background-color: #f1f1f1;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  padding: 20px 15px;
  border-radius: 5px;
  margin: 0 0 30px;
}

section.hirepoints {
  margin-top: 60px;
}

.posterimg {
  max-width: 100% !important;
}

/*new portfolio*/
section.newportfdolio {
  margin-top: 130px;
  position: relative;
}

section.newportfdolio:before {
  content: "";
  position: absolute;
  left: -270px;
  top: 5%;
  width: 795px;
  height: 92%;
  background: url(/web/20220822075311im_/https://www.designdirect.io/img/portfolio-element_lt1.svg) left top repeat-y;
  background-size: 100% auto;
}

section.newportfdolio:after {
  content: "";
  position: absolute;
  right: -540px;
  top: 0;
  width: 795px;
  height: 92%;
  background: url(/web/20220822075311im_/https://www.designdirect.io/img/portfolio-element_rt1.svg) left top repeat-y;
  background-size: 100% auto;
}

/*section.newportfdolio .patternimglt{
   position: absolute;
   left: 0;
}
section.newportfdolio .patternimgrt{
   position: absolute;
   right: 0;
}*/
.workbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 180px;
}

.newportfdolio ul li:nth-child(1) .workbox_lt {
  width: 60%;
  height: 410px;
}

.newportfdolio ul li:nth-child(1) .workbox_lt img {
  height: 385px;
  width: 100%;
  object-fit: cover;
}

.newportfdolio ul li:nth-child(1) .workbox_rt {
  margin: 0px 0 0 -60px;
}

.newportfdolio ul li:nth-child(3) .workbox_rt {
  background-color: rgb(255, 90, 25);
}

.newportfdolio ul li:nth-child(4) .workbox_rt {
  background-color: rgb(0, 17, 129);
}

.newportfdolio ul li:nth-child(5) .workbox_rt {
  background-color: rgb(149, 189, 14);
}

.newportfdolio ul li:nth-child(7) .workbox_rt {
  background-color: rgb(43, 159, 227);
}

.newportfdolio ul li:nth-child(7) .workbox_rt {
  background-color: rgb(1, 72, 138);
}

.newportfdolio ul li:nth-child(8) .workbox_rt {
  background-color: rgb(10, 58, 150);
}

.newportfdolio ul li:nth-child(9) .workbox_rt {
  background-color: rgb(65, 82, 176);
}

.newportfdolio ul li:nth-child(10) .workbox_rt {
  background-color: rgb(0, 73, 194);
}

.newportfdolio ul li:nth-child(odd) .workbox_lt {
  float: left;
}

.newportfdolio ul li:nth-child(odd) .workbox_rt {
  float: right;
  margin: -40px 60px 0 -60px;
}

.newportfdolio ul li:nth-child(1) .workbox_rt {
  float: right;
  margin: 0px 60px 0 -60px;
}

.newportfdolio ul li:nth-child(1) {
  margin-bottom: 180px;
}

.newportfdolio ul li:nth-child(odd) {
  margin-bottom: 210px;
}

.workbox_lt {
  width: 60%;
  height: 100%;
}

.workbox_lt img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.newportfdolio ul li:nth-child(even) .workbox_lt {
  float: right;
}

.newportfdolio ul li:nth-child(even) .workbox_rt {
  float: left;
  margin: -40px -60px 0 60px;
}

.newportfdolio ul li:nth-child(even) .in_workbox {
  margin: -40px 60px 0 -60px;
}

.workbox_rt {
  width: 40%;
  background-color: #001f3e;
  padding: 70px 50px;
  margin: -40px 0 0 -60px;
  color: #fff;
  height: 410px;
  float: right;
}

.workbox_rt h3.entry-title {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px;
}

.workbox_rt p.dp-post-excerpt {
  color: #fff;
}

.more-link {
  padding: 10px 20px;
  border: 2px solid #fff;
  border-radius: 50px;
  display: block;
  width: 100%;
  max-width: 200px;
  text-align: center;
  margin-top: 40px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff !important;
}

.newportfdolio ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  z-index: 99;
}

/**/
.mb10 {
  margin-bottom: 10px !important;
}

p.maintext1 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
}

.newworkpg {
  margin: 60px 0 0;
}

.newworkpg li.work_detail {
  width: 100%;
  display: inline-block;
  margin-bottom: 50px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 50px;
}

.newworkpg li:last-child {
  width: 100%;
  display: inline-block;
  margin-bottom: 50px;
  border-bottom: none;
  padding-bottom: 0px;
}

.wrkdet_rt p {
  text-align: left;
}

.wrkdet_lt .imgcont {
  margin-top: 0;
}

a.visitbtn {
  background-color: #1a73e8;
  color: #fff;
  display: inline-block;
  float: left;
  padding: 8px 10px;
  border-radius: 40px;
  margin-top: 20px;
  width: 150px;
  text-align: center;
}

.wrkdet_rt {
  display: inline-block;
  width: 100%;
}

.wrkdet_rt ul {
  display: inline-block;
  width: 100%;
}

.newworkpg li.work_detail:nth-child(odd) .wrkdet_rt {
  padding: 0 40px;
}

.newworkpg li.work_detail:nth-child(even) .wrkdet_rt {
  padding: 0 40px 0 0;
}

/*delayed popup*/
.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  z-index: 101;
  display: none;
}

.delayedPopupWindow {
  display: none;
  position: fixed;
  width: auto;
  width: 60%;
  /*height: 310px;*/

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #efefef;
  z-index: 999;
  /*padding: 10px 20px;*/

  border-radius: 10px;
}

#btnClose {
  width: 100%;
  display: block;
  text-align: right;
  text-decoration: none;
  position: absolute;
  right: -15px;
  top: -18px;
  background-color: #1a73e8;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  color: #fff;
  z-index: 9;
}

.delayedPopupWindow .contact .form-group {
  position: relative;
  background: #f7f7f7;
  border-radius: 2px;
  padding: 0px;
  margin-bottom: 20px;
}

.delayedPopupWindow .contact .form-control {
  height: 55px;
  font-size: 14px;
}

#delayedPopup #mc_embed_signup .btnbc {
  display: inline-block;
  width: 100%;
}

#delayedPopup #mc_embed_signup .contact button {
  width: unset;
  font-size: 18px;
  padding: 0 30px;
  margin: 20px 0 10px;
}

.formDescription {
  background-color: #001b2d;
  position: relative;
  background-image: url(../img/map-dotted.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

#btnClose:hover {
  color: #c90c12;
}

#delayedPopup>div.formDescription {
  float: left;
  display: block;
  width: 40%;
}

#delayedPopup>div.formDescription h2 {
  color: #444444;
  font-size: 36px;
  line-height: 40px;
}

#delayedPopup #mc_embed_signup {
  float: left;
  width: 60%;
  padding: 0 10px;
  display: block;
  background-color: #fff;
  height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

#delayedPopup #mc_embed_signup .contact {
  background-color: transparent !important;
}

.form-boxes {
  /*display: flex;*/

  align-items: center;
}

.newworkpg .wrkdet_rt ol {
  list-style-type: none;
  text-align: left;
  padding: 0;
  margin-bottom: 30px;
  font-size: 17px;
}

.newworkpg .wrkdet_rt ol li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.newworkpg .wrkdet_rt p {
  text-align: left;
  font-size: 17px;
}

.newworkpg .work_detail ul li:nth-child(odd) {
  padding: 7px 15px;
  font-size: 17px;
}

.newworkpg .work_detail ul li:nth-child(even) {
  padding: 7px 15px;
  font-size: 17px;
}

section#ourworks .newworkpg h4 {
  color: #212121;
  font-size: 30px;
  font-weight: 400;
}

.newworkpg .wrkdet_rt ol li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left: 0;
}

.solutionpgbansec1 {
  height: calc(100vh - 100px);
}

.solutionpgbansec2 {
  height: calc(100vh - 100px);
}

.solutionpgbansec1 img {
  object-position: center;
}

.portfolio-sctn h4.text-center.text-white {
  font-size: 29px;
}

.newworkpg li.work_detail ul li:last-child {
  margin: 0;
}

#inner-slide img {
  width: 480px;
  margin: 0 auto;
}

.vasCard {
  background: #fff;
  padding: 25px;
  box-shadow: 5px 5px 25px rgb(0 0 0 / 30%);
  border-radius: 15px;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.vasCard:hover {
  transform: scale(1.02);
}

.priceCard__content p.h-box {
  background: #2946FF;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
}

.mb-vas {
  margin-bottom: 30px;
}

.vasCard h3 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 26px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

span.num-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #253053;
  color: #fff;
  font-size: 18px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 100px;
  margin-right: 10px;
}

.vasCard h4 {
  font-size: 26px;
  line-height: inherit;
}

.vasCard p {
  color: #ccc;
  margin: 0;
  font-size: 16px;
}

.vasCard h2.title {
  margin: 0;
  font-size: 35px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.vasCard ul {
  list-style: none;
  margin-top: 10px;
  text-indent: -10px;
  margin-left: -20px;
  font-size: 16px;
}

.vasCard ul li {
  margin-bottom: 5px;
}

.vasCard2 ul {
  list-style: none;
  margin-top: 10px;
  text-indent: -10px;
  margin-left: -20px;
  font-size: 16px;
}

.vasCard2 ul li {
  margin-bottom: 5px;
}

.vasbutton {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 100px;
  border: 1px solid #f38251;
  background: #f38251;
  color: #fff;
  text-align: center;
  font-weight: 600;
  transition: 0.5s;
}

.vasbutton:hover {
  background: transparent;
  color: #f38251;
  transition: 0.5s;
  border: 1px solid #f38251 !important;
}

.vasCard.plus-full {
  border-radius: 100%;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}

.vasCard hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #c1c1c1;
}

/*.vas-bor {
  border: 4px solid #2946FF;
}*/
.vas-bor2 {
  border: 4px solid #2946FF;
}

.vas-c1 {
  padding-bottom: 45px;
  background: linear-gradient(360deg, #ffff00 8%, #ffffff 8%);
}

.vas-c2 {
  padding-bottom: 45px;
  background: linear-gradient(360deg, #122033 8%, #ffffff 8%);
  border: 4px solid #f38251;
}

.vas-c3 {
  padding-left: 45px;
  background: linear-gradient(90deg, #122033 8%, #ffffff 8%);
}

.vas-c4 {
  padding-left: 45px;
  background: linear-gradient(90deg, #3ab54a 5%, #122033 5%);
}

.vas-c5 {
  padding-bottom: 30px;
  background: linear-gradient(0deg, #2946FF 30%, #122033 30%);
}

.vas-c1:hover,
.vas-c2:hover,
.vas-c3:hover,
.vas-c4:hover {
  background: linear-gradient(360deg, #2946FF 8%, #ffffff 8%);
  transition: all 0.5s ease;
}

.vas-c5:hover {
  background: linear-gradient(0deg, #ffffff 30%, #152e78 30%);
  transition: all 0.5s ease;
}

.vas .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.vas-logo-sec div {
  margin-bottom: 20px;
}

.vas-logos {
  display: grid;
  min-height: 120px;
  align-content: center;
  justify-content: center;
  margin: 0px 5px;
  padding: 10px 0;
  border-radius: 10px;
  transition: all 0.5s ease;
}

.vas-logos:hover {
  background-color: #f2f2f2 !important;
  transition: all 0.5s ease;
}

.vas-logos:hover img {
  filter: brightness(0) invert(0);
  transition: all 0.5s ease;
}

.vasCard2 {
  padding: 20px;
  box-shadow: 5px 5px 25px rgb(0 0 0 / 30%);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  color: #122033;
  transition: all 0.5s ease;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #122033 10%, #ffffff 10%);
}

.vasCard2:hover {
  background: linear-gradient(0deg, #2946FF 10%, #ffffff 10%);
  transform: scale(1.03);
  transition: all 0.5s ease;
}

.vasCard2 h2 {
  margin-top: 0;
}

.white-ico img {
  filter: brightness(0) invert(1);
}

.bg-black {
  background: #000 !important;
}

.bg-blue {
  background: #1f60e7 !important;
}

.bg-green-light {
  background: #d4f3ff !important;
}

.bg-grey2 {
  background: #888888 !important;
}

.bg-blue-light {
  background: #a0d0de !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.p-models {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-models img {
  max-width: 330px;
  padding-bottom: 0;
}

.p-models .vasCard {
  background: #122033;
  color: #fff;
  padding: 20px;
}

.p-models .vasCard h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 10px;
  line-height: inherit;
}

.p-models .why-table {
  padding: 0;
  margin: 30px 0;
  background-color: #fff;
  transition: all 0.5s ease;
}

.p-models .why-table table {
  margin: 0;
  background: #1d1c39;
  color: #fff;
  text-align: center;
}

.p-models .why-table:hover {
  transform: scale(1.03);
}

.p-models .why-table table th {
  font-size: 24px;
  padding: 24px;
  font-weight: 500;
  text-align: center;
  border-color: #c2c2c2;
}

.p-models .why-table table td {
  font-size: 18px;
  padding: 24px;
  border-color: #c2c2c2;
}

.p-models .why-table table th:first-child {
  text-align: left;
}

.p-models .why-table table td:first-child {
  text-align: left;
}

.p-models .why-table table th:first-child {
  background: #ffbc00;
  color: #000;
}

.p-models .why-table table td:first-child {
  background: #fff;
  color: #000;
}

.why-who {
  padding-top: 100px;
  padding-bottom: 100px;
}

.why-who p {
  padding: 0;
  letter-spacing: normal;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}

.why-who h3:after {
  content: "";
  display: block;
  margin: 10px 0;
  width: 120px;
  height: 2px;
  background-color: #d09d26;
}

.why-who ul {
  list-style: none;
  margin: 0;
  text-indent: -16px;
  font-size: 18px;
  color: #000;
  background: #fff;
  padding: 20px;
  padding-left: 55px;
  border-radius: 10px;
}

.why-who ul i {
  color: #f38251;
}

.cta {
  background: linear-gradient(180deg,
      rgba(18, 32, 51, 0.9) 0%,
      rgba(36, 157, 213, 0.9) 100%),
    url("/web/20220822075311im_/https://www.designdirect.io/images/banner/itrecruit.jpg") no-repeat;
  background-size: cover;
  padding: 40px 0;
  background-position-y: center;
}

.cta .headline {
  margin-bottom: 20px;
}

.cta p {
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: "Poppins";
  margin-bottom: 36px;
  margin-bottom: 25px;
}


.counts {
  padding: 10px;
  min-height: 150px;
}

.counts img {
  margin-right: 15px;
  padding: 10px;
  transition: all 0.5s ease;
}

.counts img:hover {
  transform: scale(1.08);
}

.counts p {
  padding: 0;
  padding-bottom: 10px;
  letter-spacing: normal;
  font-size: 28px;
  font-weight: 400;
  color: #f38251;
}

.counts span {
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 14px;
  font-size: 16px;
}

.recom {
  background: #2946FF;
  color: #fff;
  font-size: 16px;
  margin-left: -25px;
  margin-top: -25px;
  margin-bottom: 10px;
  border-radius: 15px 0;
  padding: 5px 10px;
  overflow: hidden;
  width: fit-content;
}

.recom2 {
  background: #2946FF;
  color: #fff;
}

span.text-d-green {
  background: #f38251;
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 50px;
  margin-right: 10px;
}

li.top-li ul {
  padding: 0 0 10px;
  align-items: center;
}

a.mactive {
  border-color: #2946FF;
  border-bottom: 4px solid;
  padding-bottom: 3px !important;
}

.skillset .skill-table {
  padding: 0;
  margin: 0;
  background-color: #fff;
  transition: all 0.5s ease;
  width: 100%;
}

.skillset .skill-table table {
  margin: 0;
  background: #1d1c39;
  color: #fff;
  text-align: center;
}

.skillset .skill-table:hover {
  transform: scale(1.03);
}

.skillset .skill-table table th {
  font-size: 24px;
  padding: 24px;
  font-weight: 500;
  text-align: center;
  border-color: #c2c2c2;
}

.skillset .skill-table table td {
  font-size: 18px;
  padding: 24px;
  border-color: #c2c2c2;
  background: #fff;
  color: #000;
  font-weight: 400;
}

.skillset .skill-table table th:first-child {
  text-align: left;
}

.skillset .skill-table table td:first-child {
  text-align: left;
}

.skillset .skill-table table th {
  background: #ffbc00;
  color: #000;
}

.hire-skill .main-text {
  font-size: 21px;
  line-height: inherit;
  border-left: 8px solid #fff;
  padding: 0;
  padding-left: 25px;
}

.hire-skill .headline {
  font-size: 26px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: "Poppins";
}

.hire-skill .vasCard {
  background: #122033;
  color: #fff;
  padding: 20px;
  margin-bottom: 25px;
}

.why-tech-text p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 0 15px;
  color: #000;
}

p.p-model-2 {
  font-size: 20px;
  color: #2946FF;
  line-height: inherit;
  margin-bottom: 45px;
}

.unique {
  text-align: center;
  background: #d1d1d1;
  padding: 50px 0;
}

.unique-box {
  padding: 20px;
  background: #f38251;
  color: #fff;
  margin-bottom: 25px;
  border-radius: 20px;
  min-height: 188px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  place-content: center;
}

.unique-box p {
  font-weight: 500;
  font-size: 22px;
  color: #fff !important;
  margin-bottom: 0;
  text-align: left;
  line-height: inherit;
}

.unique-box i {
  font-size: 50px;
  margin-bottom: 15px;
}

.unique h2 {
  font-size: 33px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 25px;
  text-align: center;
}

.unique p {
  font-size: 18px;
  color: #2946FF;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: center;
}

.what-kind {
  padding: 10px 0;
}

.what-kind .box {
  min-height: 300px;
  padding: 15px 20px;
  box-shadow: 1px 2px 9px 4px #cccccc6b;
  background: #122033;
  color: #fff;
  transition: transform 0.3s;
  margin-bottom: 30px;
  border-radius: 25px;
}

.what-kind .box .icon {
  filter: brightness(0) invert(1);
}

.what-kind .box h4 {
  color: #fff;
  line-height: inherit;
}

.what-kind .box p {
  max-height: 135px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}

.h-navbar {
  background-color: #fff;
}

.banner-google img.banicon {
  filter: invert(1);
}

.mainbanner1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-content .banner-subheading {
  color: #fff;
}

.hero-content .banner-subheading {
  font-size: 26px;
  line-height: 32px;
}

.hero-content .contact {
  margin-top: 15px;
}

li.top-li ul li a i {
  display: inline-grid;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: 0 5px 0 0;
  margin-top: -1px;
  background: #ffffff;
  width: 35px;
  height: 35px;
  font-size: 22px;
  color: #000;
}

li.top-li ul li a p {
  display: inline-grid;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  line-height: inherit;
  margin: 0;
}

li.top-li ul li a p span {
  border-bottom: 2px solid #2946ff;
}

li.top-li ul li:hover a {
  color: #fff !important;
  transition: 0.3s;
}

li.top-li ul li:hover a i {
  background: #fff;
  color: #2946ff;
}

li.top-li ul li:hover a p {
  color: #fff;
}

li.top-li ul li:hover a p span {
  border-bottom: 2px solid #fff;
}

span.cbn {
  padding: 3px 0 0;
  display: inline-block;
}

.hero-content ul {
  padding: 0;
  list-style-type: none;
  color: #fff;
  margin: 15px 15px 0 0;
  font-size: 18px;
}

.hero-content ul li {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  text-indent: -13px;
  margin-left: 25px;
}

.hero-content_head h2 {
  font-size: 28px;
}


.model-li a {
  font-size: 20px;
  color: #fff !important;
  background: #f38251;
  padding: 4px 20px !important;
  margin-right: 0 !important;
  border-radius: 50px;
  height: 38px;
  line-height: 37px;
}

.high-box {
  background: #00b140;
  width: fit-content;
  color: #fff !important;
  padding: 5px 15px;
  font-weight: 400;
  border-radius: 5px;
  -webkit-box-shadow: 1px 3px 7px 1px rgba(0, 0, 0, 0.38);
  box-shadow: 1px 3px 7px 1px rgba(0, 0, 0, 0.38);
  margin-top: 22px;
  margin-bottom: 0px;
}

.high-box h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

ul.high-box {
  background: #00b140;
  width: fit-content;
  color: #fff !important;
  padding: 15px 15px 5px !important;
  font-weight: 400;
  border-radius: 5px;
  -webkit-box-shadow: 1px 3px 7px 1px rgba(0, 0, 0, 0.38);
  box-shadow: 1px 3px 7px 1px rgba(0, 0, 0, 0.38);
  margin-top: 22px;
  margin-bottom: 0px;
}

.text-y {
  font-size: 35px;
  font-weight: 600;
  color: #ffcf00 !important;
  width: fit-content;
  padding: 5px;
  margin: 5px 0;
}

.position-absolute {
  position: absolute;
}

.free-prop {
  padding: 75px 0;
  padding-top: 225px;
  margin-top: -150px;
}

.f-prop {
  background: #fff;
  padding: 33px;
  box-shadow: 5px 5px 25px rgb(0 0 0 / 30%);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.f-prop.main {
  padding: 25px;
  background-image: url(../images/offer.jpg), radial-gradient(circle farthest-corner at 10% 20%, #2946FF 0.1%, #09111b 99.8%);
  background-size: cover;
}

.f-prop.ctn {
  padding: 25px;
  background-image: url(../images/tech.jpg), radial-gradient(circle farthest-corner at 10% 20%, #2946FF 0.1%, #09111b 99.8%);
  background-size: cover;
  background-position: center;
}

.f-prop.cta-small {
  padding: 25px;
  background-image: url(../images/offer.jpg), radial-gradient(circle farthest-corner at 10% 20%, #2946FF 0.1%, #09111b 99.8%);
  background-size: cover;
}

.f-prop:hover {
  transform: scale(1.02);
}

.f-prop h2 {
  margin: 0;
  font-size: 40px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.f-prop h3 {
  margin: 0;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.f-prop h4 {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.f-prop p {
  color: #ccc;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: inherit;
}

.f-prop ul {
  padding: 0;
  list-style-type: none;
  color: #fff;
  margin: 15px 15px 0 0;
  font-size: 18px;
}

.f-prop ul li {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  text-indent: -13px;
  margin-left: 25px;
}

.ready-box {
  padding: 10px 0;
}

.ready-box-content {
  box-shadow: 5px 5px 25px rgb(0 0 0 / 30%);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  padding: 25px;
  background-image: url(../images/tech.jpg), radial-gradient(circle farthest-corner at 10% 20%, #2946FF 0.1%, #09111b 99.8%);
  background-size: cover;
}

.ready-box-content h2 {
  margin: 0;
  font-size: 40px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.ready-box-content p {
  color: #ccc;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: inherit;
}

.view-ct-btn {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin: 0;
  padding: 10px 20px;
  border-radius: 100px;
  border: 1px solid #fff;
  background: #fff;
  color: #f38251;
  font-weight: 600;
  transition: 0.5s;
}

.view-ct-btn:hover {
  background: #f38251;
  color: #fff;
  transition: 0.5s;
  border: 1px solid #fff;
}

.view-ct-btn i {
    margin-left: 10px;
}

.view-sample-btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-top: -140px;
  padding: 10px 20px;
  border-radius: 100px;
  border: 1px solid #f38251;
  background: #f38251;
  color: #fff;
  font-weight: 600;
  transition: 0.5s;
}

.view-sample-btn:hover {
  background: #fff;
  color: #f38251;
  transition: 0.5s;
  border: 1px solid #f38251;
}

.contactinfo {
  background-color: #f5efed;
  padding: 80px 0;
}

.contactinfo h6 {
  color: #fff;
  background-color: #109bd8;
  box-shadow: 0px 0px 30px -7px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 30px -7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 30px -7px rgba(0, 0, 0, 0.25);
  padding: 17px 30px 10px;
  font-size: 25px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contactinfo h4 {
  color: #2e469e;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.contactinfo h3 {
  color: #fff;
  background-color: #26397b;
  padding: 8px 20px 5px;
  font-size: 20px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 0;
}

.contactinfo p {
  font-size: 16px;
  font-weight: 400;
}

.contactinfo .d-flex {
  display: flex;
  align-items: center;
}

.contactinfo .ct-box {
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 0px 30px -7px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 30px -7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 30px -7px rgba(0, 0, 0, 0.25);
  margin-bottom: -10px;
  background: #fff;
}

.contact-main {
  padding-bottom: 0;
}

.contact-main .submit-your {
  padding: 13px 0;
  margin-top: 0;
  border-radius: 5px;
}

.contact-main .form-control {
  border-radius: 5px;
}

.cont_fm_bg .form-group {
  margin-bottom: 15px;
}

.banner-g-cloud {
  background-color: #26397b;
  color: #fff;
}

.banner-g-cloud h2 {
  font-size: 24px;
  line-height: 42px;
  font-weight: 600;
  color: #fff;
}

.banner-g-cloud h1 {
  font-size: 45px;
  font-weight: 400;
  color: #fff;
}

.banner-g-cloud p {
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 15px;
}

.benifit-card {
  border-radius: 25px;
  box-shadow: 0px 0px 30px -7px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 30px -7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 30px -7px rgba(0, 0, 0, 0.25);
  background: #fff;
}

.benefits {
  padding: 50px 0;
}

.benefits h2 {
  color: #232c64;
  font-weight: 600;
  font-size: 40px;
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

.benefits h3 {
  padding: 0;
  letter-spacing: 2px;
  font-size: 50px;
  font-weight: 600;
  color: #7988a7;
}

.benefits p {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 30px;
  color: #7988a7;
}

.benifit-card p {
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-weight: 400;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #2e469e;
}

.g-service {
  background-color: #f7f7f7;
  padding: 50px 0;
}

.g-service h3 {
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: max(2vw, 15px);
  font-size: 45px;
  line-height: 1.2em;
  color: #232c64;
  font-weight: 600;
}

.g-service p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2em;
  color: #7988a7;
}

.g-service p a {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2em;
  color: #000;
}

.g-service .row {
  padding: 0 9vw;
}

.g-help h3 {
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: max(2vw, 15px);
  font-size: 45px;
  line-height: 1.2em;
  color: #232c64;
  font-weight: 600;
}

.g-help p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2em;
  color: #7988a7;
}

.g-help p a {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2em;
  color: #2e469e;
}

.g-help p.large-text {
  font-weight: 600;
  color: #444444;
}

.carousel-caption {
  /*top: 20%;*/
}

.carousel-inner .item {
  /*height: 90vh;*/
}

.carousel-indicators li {
  display: inline-block;
  width: 30%;
  height: 5px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #858585;
  border: none;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 30%;
  height: 5px;
  margin: 1px;
  background-color: #fff;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 67%;
  padding-left: 0;
  margin-left: -33%;
  text-align: center;
  list-style: none;
}

/*404*/
.error {
  background: #ebf5fe;
  height: 460px;
  width: 100%;
  background-size: cover;
  float: left;
  position: relative;
  margin-bottom: 50px;
  padding: 20px;
}

.all_text_error {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: 48%;
}

.sub_error_main {
  font-family: "Oswald", sans-serif;
  font-size: 2.8em;
  font-weight: 500;
  margin-top: 50px;
  color: #3a9cf2;
  letter-spacing: 1px;
}

.sub-text_error {
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  color: #384656;
  font-weight: 500;
  margin-top: 38px;
  letter-spacing: 1px;
}

.partner-logo-slider img {
  display: block;
  width: 100%;
  width: auto;
  padding: 5px 20px;
  transition: all .2s ease;
}

.partner-logo-slider img:hover {
  filter: none;
}

.dd-partner-float .partner-logo-slider img:hover {
  filter: none;
  background: #fff;
  border-radius: 10px;
}

.dd-partner-float .partner-logo-slider img {
  display: block;
  width: 100%;
  width: auto;
  padding: 5px 20px;
  /*filter: brightness(0) invert(1);*/
  transition: all .2s ease;
}

.banner-right-img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: 60px 0;
    height: calc(100vh - 145px);
    max-height: 400px;
}
.index .banner-right-img {
    max-height: auto;
}
.banner-right-img img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.banner-right-img .w-85 img {
  width: 85%;
}

.banner-head-content {
  width: 100%;
  position: inherit;
  z-index: 10;
}

.banner-right-img.fit-banner {
  box-shadow: none;
  border-radius: 0;
  width: auto;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-right-img.fit-banner img {
  box-shadow: -15px 15px 35px rgb(0 0 0 / 15%);
  border-radius: 20px;
  width: -webkit-fill-available;
  max-width: -webkit-fill-available;
}

.offer-box {
  position: absolute;
  border-radius: 60px;
  height: 90px;
  margin: 10px;
  display: flex;
  align-items: center;
  top: 0;
  transition: auto;
  background: #253053;
  background-image: url(../images/offer.jpg);
  background-size: cover;
  background-position: center;
}

.offer-box img {
  height: inherit;
  padding: 10px;
}

.offer-box span {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-right: 25px;
}

.hero-main-rhs {
  min-height: 600px;
  height: 100vh;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-main-rhs .hero-circle {
  background: #294CFE;
  width: 1200px;
  height: 1200px;
  border-radius: 1200px;
  position: absolute;
  left: -525px;
  bottom: -480px;
}

.hero-main-rhs h1 {
  color: #253053;
  font-size: 48px;
  font-weight: 600;
  line-height: 55px;
  margin: 0 0 24px;
  font-style: normal;
  white-space: pre-line;
}

.hero-main-rhs h2 {
  color: #253053;
  font-size: 30px;
  font-weight: 600;
  line-height: 55px;
  margin: 0 0 24px;
  font-style: normal;
}

.hero-main-rhs p {
  color: #666e86;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 20px;
}

.hero-main-rhs .banner-right-img {
    position: relative;
    overflow: hidden;
    box-shadow: none;
    border-radius: 0;
    width: max-content;
    height: 78vh;
    max-height: none;
    margin-top: -60px;
    display: flex;
    justify-content: start;
    z-index: 5;
    margin-left: -20%;
}

.white-box {
  height: 45px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: -100px;
  z-index: 2;
}

.hero-inner-rhs {
  height: 100vh;
  min-height: 600px;
  padding: 0;
  display: flex;
  align-items: center;
}

.hero-inner-rhs h1 {
  color: #253053;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  margin: 0 0 15px;
  font-style: normal;
  white-space: pre-line;
}

.hero-inner-rhs p {
  color: #797979;
  width: 80%;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 20px;
}

.fs-26 {
  font-size: 26px !important;
  line-height: 34px !important;
  width: auto !important;
}

.fs-20 {
  font-size: 20px !important;
  line-height: 26px !important;
  width: auto !important;
}

/*.hero-inner-rhs ul {
  padding: 0;
  list-style-type: none;
  color: #253053;
  margin-bottom: 15px;
}
.hero-inner-rhs ul li {
  font-size: 18px;
  font-weight: 600;
  text-indent: -13px;
  margin-left: 25px;
  margin-bottom: 10px;
  margin-right: 10px;
}*/

.small-rhs {
  min-height: 350px;
  margin-top: 110px;
}

.small-rhs .banner-right-img {
  width: 380px;
  height: 300px;
  border-radius: 20px;
  margin: 20px 0;
}

.video-icon-banner {
  position: relative;
  position: absolute;
  left: 30px;
  bottom: 15px;
  transition: all 0.5s ease;
}

.box-service {
  background-color: #253053;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  align-items: center;
  margin-bottom: 15px;
  transition: all .3s ease-in-out;
}

.box-service:hover {
  background-color: #2946FF;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.box-service img {
  background-size: contain;
  filter: brightness(0) invert(1);
  width: 35px;
  height: auto;
}

.common-service span {
  color: #253053;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  display: block;
  margin-bottom: 15px;
  margin-left: 10px;
}

.tech-stack .nav {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

.tech-stack .nav-pills>li>a {
  padding: 25px;
  border-radius: 0 0 15px 15px;
  width: 325px;
  margin: 0 10px;
  background-color: #fff;
  border-top: 5px solid #fff;
}

.tech-stack .nav-pills>li.active>a,
.tech-stack .nav-pills>li.active>a:focus,
.tech-stack .nav-pills>li.active>a:hover {
  color: blue;
  background-color: #fff;
  border-top: 5px solid #2946FF;
  box-shadow: 0px 5px 25px rgb(0 0 0 / 15%);
}

.tech-stack .nav-pills>li>a h3 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #000;
  line-height: 1.3;
  margin: 0 0 15px;
}

.tech-stack .nav-pills>li>a p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0;
}

.tech-stack h3 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #000;
  line-height: 1.3;
  margin: 0 0 15px;
}

.tech-stack .icon-box {
  display: inline-grid;
  justify-items: center;
}

.tech-stack img {
  margin: 0px 0;
  padding: 15px;
  transition: 600ms ease;
  width: 125px;
}

.tech-img:hover {
  background: #fff;

}

.tech-img:hover img {
  background: #fff;
  border-radius: 10px;
  margin-top: 10px;
  filter: none;
  opacity: 1;
  transition: 600ms ease;
  box-shadow: 0px 15px 25px rgb(0 0 0 / 15%);
}

.tech-stack {
  padding: 40px 0;
}

.tech-stack h4 {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.5px;
  color: #253053;
  margin-bottom: 40px;
}

.tech-stack h4:after {
  content: "";
  display: block;
  width: 75px;
  margin: 8px auto;
  border-radius: 50px;
  height: 4px;
  background: radial-gradient(circle farthest-corner at 10% 20%, #2946FF 0.1%, #09111b 99.8%);
}

.tech-box {
  background: #fff;
  border-radius: 10px 10px 0 0;
  padding: 15px;
  margin-bottom: 25px;
  transition: 600ms ease;
  border-bottom: 5px solid #f0f0f0;
}

.tech-box:hover {
  margin-top: -10px;
  transition: 600ms ease;
  box-shadow: 0px 15px 25px rgb(0 0 0 / 15%);
  border-bottom: 5px solid #2946ff;
}

.tech-box:hover p {
  color: #253053;
  transition: 600ms ease;
}

.tech-box p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.mob-top-call {
  display: none;
  border-radius: 50px;
  margin-right: 15px;
  background: #253053;
  color: #fff;
  padding: 5px;
  margin-top: 5px;
  float: right;
}

.mob-top-call a {
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: poppins;
  margin: 0;
  padding: 0;
}

.mob-top-call a i {
  display: inline-grid;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: 0;
  margin-top: 0px;
  background: #fff;
  width: 35px;
  height: 35px;
  font-size: 22px;
  color: #000;
}


@media (min-width: 992px) and (max-width: 1199px) {
  li.menupad {
    padding: 0 11px 0;
  }

  .menupad a {
    margin: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  li.menupad {
    padding: 0 8px 0 0;
  }

  ul.nav.navbar-nav.navbar-right {
    padding: 25px 0 0;
  }

  .megaopen,
  .navbar-default .navbar-nav>li>a {
    font-size: 12px !important;
    margin-right: 8px !important;
  }

  .navbar>.container .navbar-brand {
    font-size: 17px;
  }

  .navbar-brand img {
    width: 120px;
  }

  .hero-inner-rhs {
    margin-top: 65px;
  }

  .navbar-brand .logo-head {
    font-size: 100%;
  }

  div#bs-example-navbar-collapse-1 {
    padding: 0;
  }

  .menubox {
    padding: 0 8px;
  }

  .mega-dropdown-menu>li>ul>li>a {
    font-size: 12px !important;
  }

  .mega-dropdown-menu .dropdown-header {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .mega-dropdown-menu>li>ul>li>a {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
  }

  .menulast a {
    font-size: 11px !important;
  }
}

@media (max-width: 767px) {
  .mega-dropdown-menu {
    position: unset !important;
  }

  ul.dropdown-menu.mega-dropdown-menu {
    padding: 20px;
    margin-top: -9px;
    background-color: #f9f9f9 !important;
  }

  .menubox {
    width: 100%;
    float: left;
    padding: 0 0px;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 0;
  }

  .menubox ul {
    margin-bottom: 30px !important;
  }

  .contactinfo .d-flex {
    display: inline-block !important;
  }

  .menupad {
    padding: 0px 15px;
  }

  .drpdnbtn a {
    font-size: 15px !important;
  }

  .offer-box {
    position: inherit;
    border-radius: 60px;
    width: 100%;
    height: 90px;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    margin-top: -25px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .mega-dropdown-menu>li>ul>li>a {
    font-size: 13px;
  }

  .menulast a {
    font-size: 14px !important;
  }

  .drpdnbtn {
    padding: 15px 15px;
  }

  .drpdnbtn span {
    font-size: 12px;
  }

  span.dptext {
    display: inline-block;
    width: 89%;
    vertical-align: top;
  }

  .drpdnbtn a span {
    color: #fff;
    text-align: center;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .list-flex1 {
    display: inline-block !important;
    font-size: 17px;
  }

  .list-flex1 li {
    margin-bottom: 10px;
  }

  .hire-skills {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .call-us-sec h4 {
    font-size: 18px;
  }

  .work-view {
    padding: 11px 20px 11px;
  }

  .stdy_contbox img {
    width: 50px;
    height: 50px;
  }

  div#inner-slide {
    display: none;
  }

  .row .box_flx {
    display: block;
  }

  .contact-main .submit-your {
    padding: 10px 20px;
    font-size: 16px;
    line-height: normal;
  }

  .col-md-2.indsutry-title {
    padding: 0 40px;
  }

  .indsutry-title .titlebox {
    margin-top: 10px !important;
  }

  #closeButton,
  #closeButton-hire,
  #closeButton-solutions {
    display: block;
    color: #2946FF;
  }

  #closeButton {
    color: #2946FF;
  }

  .cltoactn {
    margin-top: 15px;
  }

  .dropdown-shown {
    overflow: hidden;
  }

  /*corona*/

  .navbar>.container .navbar-brand {
    -ms-grid-columns: 70px auto;
    grid-template-columns: 70px auto;
    padding: 20px;
    margin: 7px 0 0 7px !important;
    padding-top: 5px;
    height: auto;
  }

  .navbar-brand .d-logo {
    -ms-grid-rows: 35px 0 18px;
    grid-template-rows: 35px 18px;
    grid-gap: 0 0;
  }

  .navbar-brand .logo-head {
    font-size: 104%;
    margin-top: 0;
    width: 100%;
    display: inline-block;
  }

  .navbar-brand img {
    width: 170px;
  }

  .hero-inner-rhs {
    min-height: auto;
    margin-top: 0;
    height: 100%;
  }

  .hero-main-rhs {
    min-height: 50vh;
    height: auto;
    margin-top: 0;
  }

  .hero-inner-rhs p {
    width: 100%;
  }

  .hero-main-rhs h1 {
    font-size: 32px !important;
    line-height: 38px !important;
    margin-top: 85px !important;
  }

  .hero-main-rhs h2 {
    font-size: 24px !important;
    line-height: 34px !important;
    margin: 0 0 16px !important;
  }

  .banner-right-img {
    width: auto;
    border-radius: 50px;
    display: none;
  }

  .banner-right-img.fit-banner {
    width: auto;
    height: auto;
  }

  .banner-right-img img {
    width: 100% !important;
  }

  .hero-main-rhs .banner-right-img {
    width: auto;
    border-radius: 50px;
    display: none;
  }

  .banner-right-form {
    display: none;
  }

  .map-box {
    display: none;
  }

  .mob-top-call {
    display: block;
  }

  .banner-head-content {
    width: 100%;
    margin-top: 110px;
    margin-bottom: 50px;
  }

  .navbar-brand .logo-head small {
    font-size: 70%;
  }

  .navbar-brand .logo-tag {
    font-size: 48%;
  }

  .nav-fixed.navbar>.container .navbar-brand {
    margin: 0 0 0 15px;
  }

  .navbar-default {
    position: relative;
  }

  .nav-fixed,
  .navbar-default {
    background: #c3e6d0;
    height: auto;
    z-index: 1;
  }

  nav.navbar.navbar-default {
    background: #fff;
  }

  .navbar-default .navbar-toggle {
    background: #2946FF;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background: #2946FF;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  header .navbar-nav {
    margin: 7.5px 0;
    text-align: center;
  }

  li.top-li ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .megaopen,
  .navbar-default .navbar-nav>li>a {
    margin-right: 0;
    margin-left: 0;
  }

  .navbar-collapse {
    background: #fff;
  }

  li.top-li ul li a.g-cloud img {
    max-width: 147px;
  }

  #cookie-alert div#title {
    min-height: 80px;
  }

  #cookie-alert div#title h6 {
    line-height: 80px;
  }

  #cookie-alert div#title {
    width: 80px;
    margin-right: 10px;
  }

  #cookie-alert div#message {
    width: 348px;
    margin: unset;
  }

  .site__title a span {
    display: block;
    margin: 5px 0;
    font-size: 16px;
  }

  .mega-dropdown-menu-hire {
    top: 0px;
    height: auto;
  }

  .mega-dropdown-menu-solutions {
    top: 0;
    height: 60vh;
    width: 100% !important;
    left: 0% !important;
    position: fixed;
    bottom: 0;
    overflow: auto;
  }

  /*services + hire-dev menu*/

  .mega-dropdown-menu {
    height: 60vh;
    top: 0px;
    left: 0% !important;
    width: 100% !important;
    position: fixed !important;
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 9999);
    overflow: auto;
  }

  .mega-dropdown-menu-hire {
    height: 60vh;
    top: 0px;
    left: 0% !important;
    width: 100% !important;
    position: fixed !important;
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 9999);
    overflow: auto;
  }

  .listed-box.ml-20 {
    margin-left: unset;
  }

  .hp-header,
  header {
    position: fixed;
    top: 0;
    z-index: 99;
    -webkit-transform: translate3d(0, 0, 0);
    width: 100%;
  }

  .hp-header header .navbar-default {
    position: relative;
    z-index: 9999;
    -webkit-transform: translate3d(0, 0, 10);
  }

  .navbar-header {
    position: relative;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }

  .navbar-default .navbar-collapse {
    position: absolute;
    width: 100%;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 10);
    overflow: hidden;
  }

  header .navbar-nav {
    overflow: visible;
  }

  .banner-google a.g-cloud img {
    max-width: 100px;
  }

  .banner-google a.ccs img {
    max-width: 100px;
  }

  .banner-google a img {
    max-width: 100px;
  }

  .banner-google {
    text-align: center;
  }

  .self-intro .hilight {
    font-size: 3rem !important;
    margin-bottom: 15px;
  }

  a.view_all,
  a.view_all {
    margin-bottom: 15px;
  }

  .hero-inner-rhs h1 {
    font-size: 40px !important;
    line-height: 46px !important;
  }

  .btn-letstalk2 {
    display: inline-block;
    width: auto;
    font-size: 16px;
  }

  .btn-letstalk2+.btn-letstalk2 {
    margin-top: 10px;
  }

  .hire-time {
    width: auto !important;
  }

  .hire-time p {
    max-width: 80px;
    min-width: 0;
  }

  .hire-time ul {
    justify-content: space-between;
    padding: 0px 15px;
  }

  .hire-time img {
    display: inline;
  }

  .bg-addon-sec .list-flex1,
  .bg-addon-sec .list-flex1 li {
    display: block;
    width: 100%;
  }

  .advantage .box,
  .skill-expertise-div,
  .w-container,
  .steps-box {
    min-height: auto;
  }

  .what-we-help ul li,
  .what-we-help ul {
    display: block;
    margin-bottom: 10px;
  }

  .what-we-help ul li {
    padding-top: 12px;
  }

  .what-we-help ul li .img-con-1 i,
  .what-we-help ul li .img-con-1 span {
    display: inline;
    float: none;
  }

  .contact h4 {
    font-size: 21px;
  }

  .address-left h2 {
    font-size: 28px;
    height: auto;
    display: block;
  }

  .highlight-points li {
    float: none;
  }

  .featured_projects .row div:nth-child(1) .headline {
    text-align: center;
  }

  .featured_projects .row div:nth-child(1) .headline a {
    display: block;
    margin-top: 15px;
  }

  .testimonial {
    margin-left: 0;
    margin-right: 0;
  }

  .container.cookies-page {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-subheading {
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 25px;
  }

  #cookie-alert {
    top: calc(100vh - 137px);
    min-height: 139px;
    bottom: auto;
  }

  #popup-video-play .modal-dialog {
    width: 100%;
  }

  #popup-video-play .modal-dialog iframe {
    max-width: 100%;
    height: 50vh !important;
  }

  .technologies ul li {
    width: 46% !important;
  }

  .variety-hire .pound {
    position: static;
  }

  .list-flex {
    display: block;
  }

  .list-flex li {
    width: 100%;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
    display: block;
  }

  .list-flex li i {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
  }

  .contact-re {
    margin-top: inherit !important;
  }

  .video-small {
    width: 100% !important;
  }

  .technologies h5 {
    font-size: 9px !important;
  }

  .tax-contact .technologies h5 {
    font-size: 9px !important;
  }

  .nav-icons span {
    font-size: 16px;
  }

  .clients-using-services {
    padding: 30px 15px;
  }

  #inner-slide .custom-left {
    left: 0;
  }

  #inner-slide .custom-right {
    right: 0;
  }

  .features-slider .plans {
    display: block;
  }

  .plans .icon_img img {
    display: inline-block;
  }

  .plans .plan-name {
    text-align: center;
  }

  .testimonials .headline {
    text-align: center;
  }

  .banner-home {
    min-height: 0;
  }

  .banner-multipurpose .highlight {
    margin-top: 40px;
    font-size: 18px;
  }

  .dd-partner-float {
    position: relative !important;
    width: 100% !important;
    z-index: 10 !important;
    background: #3462ff !important;
  }

  .dropdown:hover .dropdown-menu {
    display: auto !important;
  }

  .point.d-flex {
    display: block !important;
  }
}

@media (max-width: 575px) {
  .navbar-default .navbar-nav>li.call-back-btn>a {
    transform: translateY(0px);
  }

  .contact .btn {
    max-width: 100%;
    margin: 0 auto 15px;
  }

  .ecommerce-services ul {
    min-width: 260px;
    display: block;
    text-align: center;
  }

  .ecommerce-services ul li {
    width: 100%;
    display: inline-block;
    text-align: center;
  }

  .call-us-sec img {
    width: 250px;
    top: -115px;
    right: 0;
  }

  .hire h2 {
    font-size: 35px;
  }

  .hire-time ul li {
    padding: 30px 0px;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 350px) {
  .navbar>.container .navbar-brand {
    -ms-grid-columns: 50px 0.2rem auto;
    grid-template-columns: 50px auto;
  }

  .navbar-brand .d-logo {
    -ms-grid-rows: 24px 0 10px;
    grid-template-rows: 24px 10px;
  }

  .navbar-brand .logo-head {
    font-size: 105%;
  }

  .navbar-brand .logo-tag {
    font-size: 37%;
  }
}

@media (min-width: 768px) {
  .site__title {
    color: #c70e3c;
  }

  .site__title {
    position: absolute;
    top: 26px;
    left: auto;
    right: 161px;
    width: auto;
  }

  .site__title a {
    font-size: 16px;
  }

  .site__title img {
    max-width: 22px;
  }

  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:focus,
  .navbar-default .navbar-nav>.active>a:hover,
  .navbar-default .navbar-nav>.active>span {
    color: #2946FF !important;
    background-color: transparent;
    font-weight: 600;
    border-bottom-color: #2946FF;
    border-bottom: 4px solid;
    padding-bottom: 3px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    color: #ff9e19;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .row .box_flx {
    display: block;
  }

  div#inner-slide {
    display: none;
  }

  /*header*/

  .site__title {
    right: 185px;
  }

  .site__title a {
    font-size: 14px;
  }

  li.top-li ul {
    transform: translate(-11px);
  }

  .navbar-default .navbar-nav>li.top-li {
    display: none;
  }

  /*apprenticeship*/

  .col-1by5 {
    width: 50%;
  }

  .megaopen,
  .navbar-default .navbar-nav>li>a {
    font-size: 13px;
    margin-right: 16px;
  }

  .navbar-brand {
    -ms-grid-columns: 60px auto;
    grid-template-columns: 60px auto;
  }

  .navbar-brand .d-logo {
    -ms-grid-rows: auto 0 14px;
    grid-template-rows: 20px 14px;
    grid-gap: 0 0;
    justify-items: start;
  }

  .navbar-brand .logo-head {
    font-size: 112%;
    margin-top: 0;
  }

  .navbar-brand .logo-head small {
    font-size: 70%;
  }

  .navbar-brand .logo-tag {
    font-size: 27%;
    margin: 0 0 0 2px;
  }

  li.top-li ul li a img {
    max-width: 80px;
  }

  li.top-li ul li.mor-design a {
    font-size: 13px;
  }

  .mega-dropdown .leftbox {
    width: 50%;
    float: left;
  }

  .mega-dropdown-menu .rightbox {
    width: 50%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-top: 30px;
  }

  li.top-li ul {
    height: 32.625px;
  }

  li.top-li ul li a {
    font-size: 14px !important;
    margin-right: 5px;
  }

  li.top-li ul li.site__title a {
    font-size: 13px !important;
  }

  .navbar-default .navbar-nav>li>a[href="contact"] {
    margin-right: 0;
  }
}

@media (max-width: 991px) {

  .mega-dropdown .menulist,
  .mega-dropdown-menu-hire .menulist {
    overflow-y: scroll;
    height: calc(77vh + 70px);
    overflow-x: hidden;
    padding-bottom: 30px;
    display: block;
  }

  .banner-home {
    padding: 0px 0px !important;
  }

  .banner-heading {
    margin: 10px 0px !important;
    font-size: 30px;
    line-height: 50px !important;
  }

  .banner-home h1 {
    padding: 0px 0px !important;
    margin: 20px 0;
    font-size: 28px !important;
    font-weight: 900;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .row .box_flx {
    display: block;
  }

  .megaopen,
  .navbar-default .navbar-nav>li>a {
    font-size: 15px;
    margin-right: 10px;
  }

  .navbar-brand {
    -ms-grid-columns: 73px 0.2rem auto;
    grid-template-columns: 73px auto;
  }

  .navbar-brand .logo-head {
    font-size: 2.2rem;
  }

  .navbar-brand .logo-tag {
    font-size: 1rem;
  }

  li.top-li ul li a.g-cloud img {
    max-width: 156px;
  }

  .mega-dropdown-menu .rightbox {
    position: static;
    width: 33.33333334%;
    height: 580px;
    display: block;
    padding-top: 30px;
  }

  .small-mega-dropdown .rightbox {
    width: 100%;
  }

  li.top-li ul li.site__title a {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .site__title {
    top: 15px;
    left: 395px;
  }

  .site__title a {
    font-size: 21px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }

  li.top-li ul li a.g-cloud img {
    max-width: 170px;
  }

  li.top-li ul {
    -webkit-transform: translateY(11px);
    -ms-transform: translateY(11px);
    transform: translateY(11px);
  }

  .navbar-default .navbar-nav>li.top-li {
    margin: 0;
  }

  .nav-fixed.navbar-default .navbar-nav>li.top-li {
    margin-top: 0;
  }

  .nav-fixed .site__title {
    top: 14px;
    padding: 0;
  }

  .navbar>.container .navbar-brand {
    /*padding: 25px 0 !important;*/
  }
}

@media (min-width: 1600px) {
  .banner-caption-wrapper {
    margin: 120px 0;
  }
}

@media (max-height: 650px) {
  .mega-dropdown-menu .rightbox {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    position: static;
    float: left;
    padding: 30px 0;
  }
}

@media (max-width: 540px) {
  .custom_client .client_li {
    height: 100px;
    width: 200px;
  }

  .custom_client .client_li img {
    padding: 20px;
  }

  .overscroll {
    overflow: auto;
  }

  .overscroll .row {
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .site__title {
    display: none;
  }
}

@media (max-width: 540px) {
  .client-logos {
    height: auto;
    padding: 38px;
  }

  .cs-overflow {
    overflow: auto;
    display: flex;
  }

  .bor-left {
    border-left: none;
  }
}

@media (max-width: 767px) {
  p.maintext {
    width: 100%;
    margin: 0 0 70px;
  }

  .cs-title {
    font-size: 18px;
  }

  .work_detail {
    width: 100%;
  }

  .workpg {
    margin: 60px 0 0;
  }
}

@media (max-width: 991px) {
  footer.footersec:after {
    display: none;
  }

  .ftrt {
    padding-left: 0;
  }

  .ftlt {
    margin-bottom: 30px;
  }

  .ftrt .ftrt_inner ul.menubox {
    margin: 0 0 30px;
  }

  .ftsocial {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ftrt {
    padding-left: 37px;
  }

  footer.footersec:after {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .technologies li:nth-child(1) {
    width: 100% !important;
  }

  .technologies li:nth-child(2) {
    width: 100% !important;
  }

  .technologies li:nth-child(3) {
    width: 100% !important;
  }

  .technologies li:nth-child(4) {
    width: 100% !important;
  }

  .banner-home h1 {
    font-weight: 700;
    line-height: 40px !important;
  }

  .service-head-home {
    padding: 0 10px;
  }

  .headline {
    font-size: 27px !important;
  }

  .wrkhead h1 {
    font-size: 25px;
  }

  .hire h2 {
    font-size: 28px;
    margin: 0 !important;
  }

  .benefits h2,
  .what-we-do-list h2,
  .advantage h2 {
    font-size: 28px;
  }

  .hire-time p {
    font-size: 12px;
    line-height: 19px;
  }

  .why-design-direct-section h3 {
    font-size: 26px;
  }

  .why-design-direct-section ul li {
    font-size: 16px;
  }

  .large-head {
    margin-bottom: 10%;
    font-size: 22px;
  }

  .hire-div {
    font-size: 26px;
  }

  .hire .contact.call-back {
    width: 330px;
    float: unset;
    margin: 0 auto;
  }

  .bg-blue {
    padding-bottom: 30px;
  }

  .main-content h1,
  h2 {
    font-size: 18px;
  }

  .expertise .headline>p {
    max-height: unset;
  }

  .headline>p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  li.sub_hire>a {
    border-bottom: none !important;
    padding-top: 10px !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .studyinuk_ban {
    padding: 30px 0;
  }

  .studyinuk_ban h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .studyinuk_ban ol.stdy_point li {
    width: 100%;
    padding: 0;
    font-size: 17px;
  }

  .studyinuk_ban .med_pad0 {
    padding: 0;
  }

  .study-uk-form {
    background-color: #fff !important;
    margin: 0;
    padding: 10px 15px;
  }

  .banner-siuk .contact h3 {
    font-size: 20px !important;
  }

  .why-study-in-uk p {
    width: 100%;
    margin-bottom: 20px;
  }

  .brdr-right.why-study-in-uk {
    border: none;
    padding: 0;
    min-height: unset;
  }

  .expertise .brdr-btm {
    border: none;
  }

  .form-strip-bg .form-strip {
    padding: 0px 15px 25px;
  }

  .form-strip h3 {
    font-size: 22px !important;
  }

  .form-strip h2 {
    font-size: 19px !important;
  }

  .form-strip-bg {
    padding: 40px 0;
  }

  .areaofstudy .h-entry {
    min-height: unset;
    padding: 15px;
    margin-bottom: 30px;
  }

  .f-pad.why-esta {
    font-size: 26px;
    line-height: 35px;
  }

  .why-study-in-uk {
    padding-left: 0;
    min-height: unset;
  }

  .apply-now {
    line-height: 28px;
    padding: 10px 35px;
    font-size: 15px;
  }

  .contact .btn {
    font-size: 18px;
  }

  .common-service .d-flex.align-items-center.justify-content-center.mob-fit {
    text-align: left;
    display: flex;
    align-items: start;
    justify-content: left;
  }

  .common-service .box-service {
    background-color: #253053;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    align-items: center;
    margin-bottom: 15px;
    transition: all .3s ease-in-out;
    margin-left: 38px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .whydiff_box {
    min-height: 320px;
  }

  .why-study-in-uk p {
    width: 100%;
    font-size: 15px;
    margin-bottom: 30px;
  }

  .f-pad.why-esta {
    font-size: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .why-study-in-uk p {
    width: 96%;
    font-size: 15px;
  }

  .areaofstudy .h-entry {
    min-height: 375px;
    padding: 25px 18px;
  }

  .whydiff_box {
    min-height: 410px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .service-sec ul li {
    width: 50%;
    float: left;
  }

  .ecommerce-services ul li {
    font-size: 18px;
    padding: 0 20px;
  }

  .expertise p {
    font-size: 13px !important;
  }

  .expertise .name,
  .advantage .name {
    margin: 12px 0;
  }

  ul.dropdown-menu.mega-dropdown-menu {
    margin-top: -17px;
  }

  .newsec1 p {
    min-height: 75px;
  }

  .steps-box h4 {
    font-size: 14px;
  }

  .for-custom-hire h3 {
    font-size: 20px;
  }

  .dashboard-screen h3 {
    font-size: 18px;
  }

  .dashboard-screen {
    min-height: 370px;
  }

  .keyfeatures-list li {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .variety-hire ul.list-flex li i {
    display: none;
  }

  .variety-hire ul.list-flex li {
    padding: 10px 15px;
    font-size: 15px;
  }

  .hire .contact.call-back {
    float: unset;
    margin: 0 auto;
  }

  .large-head {
    width: 100%;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .ecommerce-services ul li {
    font-size: 18px;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .hero-content {
    width: 100%;
    height: unset;
  }

  .hero-main img {
    width: 100%;
    height: 90vh;
  }

  .hero-main {
    height: auto;
    object-fit: cover;
  }

  .newworkpg {
    padding: 0;
  }

  .newworkpg li.work_detail:nth-child(odd) .wrkdet_rt {
    padding: 15px 0px !important;
  }

  .newworkpg li.work_detail:nth-child(even) .wrkdet_rt {
    padding: 0 0px 0 0 !important;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .banner-content h1 {
    font-size: 32px;
  }

  .hero-main video {
    height: 100vh;
  }

  .banner-content {
    padding-top: 0;
  }

  .newstdy1 ol.stdy_point li {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .banner-google img {
    width: unset !important;
    height: unset !important;
  }
}

@media (max-width: 991px) {
  .posterimg {
    width: 60%;
    margin: 0 auto;
    display: block;
  }

  .hero-content {
    height: unset;
  }
}

@media (max-width: 767px) {
  #delayedPopup #mc_embed_signup {
    width: 100%;
    height: unset;
  }

  .formDescription {
    width: 100%;
    height: unset;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding: 30px 20px;
  }

  .delayedPopupWindow {
    position: absolute;
    width: 90%;
    top: 80%;
  }

  #delayedPopup #mc_embed_signup .contact {
    padding: 20px;
    margin-top: 0 !important;
  }

  .hp-header header .navbar-default {
    height: 60px;
  }

  .hero-inner {
    height: 80vh;
  }

  /*.solutionpgbansec1 {
        height: 115vh!important;
    }*/
  .solutionpgbansec2 {
    height: 80vh !important;
  }

  .solutionpgbansec1 .banner-right-image {
    margin-top: 30px;
  }

  .solutionpgbansec1 div#inner-slide img {
    margin-top: 20px;
    height: 210px;
  }

  .for-custom-hire h2.py-30 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .megaopen,
  .navbar-default .navbar-nav>li>a {
    padding: 0;
  }

  .hp-header header .navbar-default {
    height: 85px;
  }

  .banner-google a.g-cloud img {
    max-width: 120px;
  }
}

@media (max-width: 767px) {
  .vas {
    padding-left: 0;
    padding-right: 0;
  }

  .vasCard h2.title {
    margin: 0;
    font-size: 30px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .carousel-caption {
    padding-bottom: 90px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-content p.banner-subheading {
    font-size: 16px;
  }

  .newban_content h1 {
    font-size: 30px;
  }

  .banner-content {
    padding-top: 0;
  }

  .hero-main img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
  }

  .contact {
    padding: 15px;
  }

  .contact h3 {
    font-size: 18px;
  }

  .contact p.text-left {
    color: #000;
    font-size: 14px;
    line-height: inherit;
    margin-bottom: auto;
  }

  .contact .form-group {
    margin-bottom: 10px;
  }

  .testimonial {
    min-height: 420px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact p.text-left {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: auto;
  }

  .contact h5 {
    font-size: 16px;
  }

  .contact .btn {
    line-height: 37px;
    font-size: 18px;
  }

  .contact {
    padding: 15px;
  }

  .mobsiz p.text-left {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .banner-google {
    margin: 15px 0px;
  }

  .highlight-points {
    margin-bottom: 0;
  }

  .carousel-caption {
    top: 90px;
    right: 5%;
    left: 5%;
    padding-top: 20px;
    padding-bottom: 70px;
  }

  .hero-main .item img.img-fluid {
    height: 630px;
  }
}

@media (max-width: 991px) {
  .contact {
    margin-top: 25px !important;
    margin-bottom: 10px !important;
  }
}


@media (max-width: 767px) {
  .hero-content .point {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1330px) {
  .scrnsize .hero-inner {
    height: 650px;
  }
}

.listed-box a:hover svg {
  color: #fff;
}

.bullpoint svg {
  font-size: 26px;
  margin-right: 15px;
  color: #253053;
  float: left;
}

.bullpoint span.bcontent {
  width: 85%;
  float: left;
}

.bullpoint a {
  display: inline-block;
}

.in_newimg img {
  object-fit: cover;
  transition: all .5s ease;
}

.in_newimg:hover img {
  transform: scale(1.02);
  transition: all .5s ease;
}

.in_newimg1 img {
  transition: all .5s ease;
}

.in_newimg1:hover img {
  transform: scale(1.02);
  transition: all .5s ease;
}

.in_newquote {
  width: 100%;
  margin: 0 auto;
}

.in_newimg {
  text-align: center;
}

.in_newquotelt img {
  width: 280px;
  height: 280px;
  border-radius: 50%;
}

.in_newquotelt h4 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 20px;
}

.in_newquotelt p {
  font-size: 15px;
  margin: 0 0 10px;
}

@media(max-width:574px) {
  .in_newquote {
    width: 100%;
  }
}

@media(max-width:767px) {
  .in_newquotelt {
    min-height: unset;
    margin-bottom: 30px;
  }

  .bullpoint span.bcontent {
    width: 80%;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .in_newquote {
    width: 100%;
  }

  .in_newquotelt {
    min-height: 390px;
  }
}

.in_newquotelt h4 span {
  color: #2946ff;
}

.textblue {
  color: #2946ff !important;
}

.banner-head-content h4 {
  color: #666e86;
  line-height: 28px;
  font-size: 20px;
}

.dd-partner-float {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background: #F1F7FF;
}

.index .dd-partner-float {
  background: #fff;
}

ul.breadcrumb {
  padding: 0;
  list-style-type: none;
  margin-bottom: 15px;
  background-color: transparent;
  display: flex;
  align-items: center;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: #fff;
  content: "\f105 ";
  font-family: fontawesome;
}

li.breadcrumb-item,
li.breadcrumb-item a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-indent: 0;
  margin-left: 0;
  margin-bottom: 10px;
  margin-right: 0;
}

li.breadcrumb-item i {
  color: #fff;
  font-size: 24px;
}

.white-box-content {
    padding: 18px;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    min-height: 264px;
    background-color: #fbfbfb;
    margin-bottom: 18px;
    transition: 600ms ease;
    border-radius: 5px;
}

.white-box-content:before {
  content: "";
  background: #dcf0ff;
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 710px;
  top: -60px;
  left: -35px;
  z-index: 0;
  transition: 600ms ease;
}

.white-box-content:hover:before {
  left: 150px;
  width: 400px;
  height: 400px;
  border-radius: 300px;
  top: 120px;
  transition: 600ms ease;
}

.white-box-content h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
  position: relative;
}

.white-box-content h3 {
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

.white-box-content p {
  font-size: 16px;
  position: relative;
}

.white-box-content:hover {
    margin-top: -20px;
    margin-bottom: 40px;
    transition: 600ms ease;
    box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 5%);
}

.free-prop-sec {
  display: none;
}

.hire-form {
  padding: 25px;
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  border-top: 6px solid #2946ff;
  transition: 600ms ease;
  box-shadow: 0 5px 25px rgb(0 0 0/15%);
}

.hire-form h5 {
  color: #2d2d2d;
  font-weight: 600;
  margin-top: 0;
  font-size: 28px;
}

.hire-form span {
  font-size: 18px;
  font-weight: 600;
  color: #0038e3;
  padding-bottom: 10px;
  display: block;
}

.hire-form input {
  background-color: #fff;
  border: solid 1px #b9b9b9 !important;
  color: #888;
  padding: 3px 20px !important;
  height: 50px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .hire-form {
    margin-top: 0;
  }
}

.special-offer {
  padding: 60px 0;
}

.sp-offer-box {
  border-radius: 25px;
  width: 100%;
  height: auto;
  transition: all .5s ease;
  padding: 20px;
  border: 1px solid #5fbaff;
  background-color: #f9fdfd;
  background-image: url(../img/offer_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.no-bg {
  background-image: none !important;
}

.sp-offer-box .view-ct-btn {
  background-color: #294cff;
  padding: 10px;
  width: 100%;
  text-align: center;
  color: #fff;
  display: block;
  border: none;
  font-size: 22px;
}

@media (max-width: 767px) {
  .sp-offer-box {
    border-radius: 20px !important;
  }

  .sp-offer-box img {
    width: 50% !important;
  }
}

.sp-offer-box .offer_head {
  color: #2f57ff;
  margin: 0;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 0px;
}

.sp-offer-box .offer_head2 {
  color: #2f57ff;
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0px;
}

.sp-offer-box h2 {
  color: #253053;
  margin: 0;
  font-size: 40px;
  margin-bottom: 20px;
}

.sp-offer-box h4 {
  color: #253053;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.sp-offer-box p {
  color: #253053;
  margin-bottom: 90px;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
}


.navbar-nav {
  margin-top: 40px !important;
}

.topbar {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  margin-top: 5px;
}

.contact-top-sec a,
.contact-top-number a {
  display: flex;
  align-items: center;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Poppins";
}

.contact-top-sec p,
.contact-top-number p {
  display: inline-grid;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  line-height: inherit;
  margin: 0;
}

.contact-top-sec a i,
.contact-top-number a i {
  display: inline-grid;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-top: -1px;
  background: #fff;
  width: 32px;
  height: 32px;
  font-size: 20px;
  color: #000;
}

@media (max-width: 767px) {
  .topbar {
    display: none;
  }
}
.point ul {
  padding: 0;
  font-weight: 500;
  list-style: none;
  font-size: 16px;
  margin-bottom: 20px;
}
.point li {
  margin-bottom: 10px;
}

.btn-contact-new {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    padding: 8px 8px 8px 16px;
    display: inline-flex;
    align-items: center;
    color: #253053;
    border: 2px solid #000;
    background-color: transparent;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.4s;
}

.btn-contact-new svg {
    background: #fff;
    color: #253053;
    border: 2px solid #4CFFDE;
    width: 38px;
    height: 38px;
    padding: 6px;
    border-radius: 50px;
    margin-left: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    transition: all 0.4s;
    z-index: 1; /* Ensures svg is above the sliding background */
}

.btn-contact-new span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    border: 2px solid #000;
    background-color: black;
    border-radius: 50px;
    transition: left 0.4s;
    z-index: -1;
}

.btn-contact-new:hover span {
    left: 0;
}

.btn-contact-new:hover {
    color: white;
}

.btn-contact-new:hover svg {
    transform: rotate(0deg);
    border: 2px solid #fff;
}

/*grid 8*/

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.grid-container.box-center .box-item:nth-child(5) {
    grid-column: 2 / span 1; /* Starts at the second column and spans 1 column */
}
.grid-container.box-center .box-item:nth-child(6) {
    grid-column: 3 / span 1; /* Starts at the third column and spans 1 column */
}

.box-item {
    border: 2px solid #B5D3FF;
  background-color: #fff;
  color: white;
  padding: 20px;
  border-radius: 16px;
}
.box-item .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #253053;
    background-color: #ECF0FF;
    border-radius: 50px;
    padding: 14px;
    width: 70px;
    height: 70px;
    margin-bottom: 12px;
}
.box-item .icon svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}
.box-item h3 {
    font-weight: 600;
    font-size: 16px;
    margin: 14px 0 12px;
    color: #253053;
}
.box-item p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 0;
}

@media (max-width: 1200px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

.navbar>.container .navbar-brand {
    -ms-grid-columns: 70px auto;
    grid-template-columns: 70px auto;
    /* margin: 7px 0 0 7px; */
    padding-left: 0;
    margin-left: 0;
}
.dropdown:hover .dropdown-menu {
    display: none;
}
.dropdown.open:hover .dropdown-menu {
    display: block;
}
.navbar-right .dropdown-menu {
    right: auto!important;
}
.dropdown-menu>li>a {
    padding: 12px 20px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2946ff;
}
@media (max-width: 767px){
    .navbar-brand img {
      width: 190px;
    }
    .navbar-default {
      min-height: auto;
      display: block;
    }
    .navbar-default .navbar-nav>li>a {
      margin-right: 0;
      margin-left: 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
      color: #777;
      text-align: center;
      padding: 12px 20px;
    }
    .navbar-nav .open .dropdown-menu {
      border-bottom: 2px solid blue!important;
    }
}
  
.book-consult {
    border-radius: 45px;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    padding: 50px;
    padding-bottom: 60px;
    background-color: #C0D2FF;
    border: 8px solid #fff;
    box-shadow: inset 0 0 4px 6px #fff;
}

.book-consult:hover {
  transform: scale(1.02);
}
.book-consult h3 {
    margin: 0 0 14px 0;
    font-size: 24px;
    font-weight: 600;
    color: #253053;
}
.book-consult p {
    color: #546393;
}
.book-consult .form-group {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
}
.book-consult .btn-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    border-radius: 30px;
    background: linear-gradient(357deg, #287EFF 2.27%, #6386FF 4.56%, #71AAFF 97.57%);
}

/* Input, Textarea */
.book-consult .form-group > input,
.book-consult .form-group > textarea {
    box-sizing: border-box;
    margin: 0;
    border: none;
    border-radius: 8px;
    padding: 10px 13px 10px;
    width: 100%;
    height: 54px;
    background-color: #fff;
    box-shadow: none; /* Firefox */
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    transition: border 0.2s, box-shadow 0.2s;
}

/* Span */
.book-consult .form-group > input + span,
.book-consult .form-group > textarea + span {
    position: absolute;
    top: 3px;
    left: 14px;
    display: flex;
    width: 100%;
    max-height: 100%;
    color: #BEBEBE;
    font-size: 75%;
    line-height: 15px;
    cursor: text;
    transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}

/* Hover */
.book-consult .form-group > input:not(:focus):placeholder-shown + span,
.book-consult .form-group > textarea:not(:focus):placeholder-shown + span {
    font-size: inherit;
    line-height: 50px;
    font-weight: 500;
    color: #BEBEBE;
}

.book-consult .form-group > input:not(:focus):placeholder-shown + span::before,
.book-consult .form-group > textarea:not(:focus):placeholder-shown + span::before,
.book-consult .form-group > input:not(:focus):placeholder-shown + span::after,
.book-consult .form-group > textarea:not(:focus):placeholder-shown + span::after {
    border-top-color: transparent;
}

/* Focus */
.book-consult .form-group > input:focus,
.book-consult .form-group > textarea:focus {
    border-top-color: transparent;
    outline: none;
}

.book-consult .form-group > input:focus + span::before,
.book-consult .form-group > input:focus + span::after,
.book-consult .form-group > textarea:focus + span::before,
.book-consult .form-group > textarea:focus + span::after {
    border-top-color: var(--pure-material-safari-helper1) !important;
}

/* Disabled */
.book-consult .form-group > input:disabled,
.book-consult .form-group > input:disabled + span,
.book-consult .form-group > textarea:disabled,
.book-consult .form-group > textarea:disabled + span {
    pointer-events: none;
}

/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .book-consult .form-group > input,
        .book-consult .form-group > input + span,
        .book-consult .form-group > textarea,
        .book-consult .form-group > textarea + span,
        .book-consult .form-group > input + span::before,
        .book-consult .form-group > input + span::after,
        .book-consult .form-group > textarea + span::before,
        .book-consult .form-group > textarea + span::after {
            transition-duration: 0.1s;
        }
    }
}