body {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "FontAwesome";
  src: url("https://www.dotsquares.com/css/assets_drupal_migration/fonts/FontAwesome.woff2") format("woff2"),
    url("https://www.dotsquares.com/css/assets_drupal_migration/fonts/FontAwesome.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("https://www.dotsquares.com/css/assets_drupal_migration/fonts/Poppins-Regular.woff2") format("woff2"),
    url("https://www.dotsquares.com/css/assets_drupal_migration/fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("https://www.dotsquares.com/css/assets_drupal_migration/fonts/Poppins-ExtraBold.woff2") format("woff2"),
    url("https://www.dotsquares.com/css/assets_drupal_migration/fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("https://www.dotsquares.com/css/assets_drupal_migration/fonts/Poppins-Light.woff2") format("woff2"),
    url("https://www.dotsquares.com/css/assets_drupal_migration/fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("https://www.dotsquares.com/css/assets_drupal_migration/fonts/Poppins-Medium.woff2") format("woff2"),
    url("https://www.dotsquares.com/css/assets_drupal_migration/fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("https://www.dotsquares.com/css/assets_drupal_migration/fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("https://www.dotsquares.com/css/assets_drupal_migration/fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:focus {
  box-shadow: none !important;
  color: #000 !important;
}
h1 {
  font-family: "Poppins";
  font-size: 60px;
  margin: 0;
  color: #fff;
  font-weight: bold;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins";
  color: #fff;
  margin: 0;
}
h2 {
  color: #093c6d;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
p {
  font-family: "Poppins";
  font-size: 16px;
  color: #535353;
  margin: 0;
  line-height: 30px;
}

a {
  font-weight: bold;
  font-size: 14px;
  font-family: "Poppins";
}
.btn {
  font-family: "Poppins";
  background: #000;
  color: #fff;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 14px 40px 7px;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Poppins";
}
.container-two {
  max-width: 1500px;
  margin: auto;
  padding: 0 15px;
}
.error-message {
  font-size: 14px;
}
.btnweb {
  background: #009cde;
  color: #fff;
  display: inline-block;
  padding: 12px 46px 12px 25px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  height: 52px;
  border-radius: 10px;
  transition: all 0.2s ease;
  border: none;
}
.btnweb:hover,
.btnweb:focus {
  background: #0289c3;
  color: #fff !important;
  transition: all 0.2s ease;
}
.btnweb:after {
  content: "";
  font-family: fontawesome;
  float: right;
  margin: 0 15px 0 15px;
  position: absolute;
}
.margin-bottom {
  margin-bottom: 80px;
}

.margin-top {
  margin-top: 70px;
}
.margin-bottom {
  margin-bottom: 70px;
}

.migration-content-text {
  margin: 0 0 60px;
  display: inline-block;
  width: 100%;
}
.migration-process .migration-process-img img {
  width: 100%;
}
.migration-content-text p {
  text-align: center;
  margin: 15px 0 0;
}
a {
  text-decoration: none !important;
}
/*header css*/
.header {
  padding: 30px 0;
}
.header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*header css end*/
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  background: #212327 /*url("cubes.png")*/;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  font-size: 15px;
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
  color: #f5821f;
  font-weight: 600;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
  background: #f5821f;
  color: #fff;
  border: none;
  padding: 4px 12px;
  border-radius: 4px;
}
/*banner css*/
.banner {
  background: #0088c2 url(https://www.dotsquares.com/css/assets_drupal_migration/images/bnner-img.png) no-repeat;
  margin: 0 0 0px 0;
}
.banner .drupal-certified-logo {
  margin: 80px 0 0;
  display: inline-block;
  width: 100%;
}
.banner .banner-content {
  max-width: 680px;
  width: 100%;
  margin: 25px 0 0;
}
.banner .banner-content p {
  color: #fff;
  margin: 20px 0 40px;
}

.request-form {
  background: #fff;
  border-radius: 20px;
  display: inline-block;
  padding: 35px 35px;
  width: 100%;
  position: relative;
  top: 80px;
  box-shadow: 0px 0px 15px -2px #ccd6ff;
}
#dialog1 .information-form .request-form {
  top: 0;
  border-radius: 0;
}
.request-form .form-heading h2 {
  color: #000;
  font-size: 35px;
  font-weight: bold;
  text-align: left;
}
.request-form .form-heading p {
  text-align: left;
  font-size: 18px;
  color: #000;
  margin: 10px 0 20px;
}
.request-form .form-fields .form-group {
  position: relative;
  margin-bottom: 15px;
}

.form-fields .form_name_drupal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form-fields .form_name_drupal .form-group.mb-30 {
  width: 48%;
}

.request-form .form-fields .form-group span.icon {
  position: absolute;
  top: 16px;
}
.request-form .form-fields .form-group.textarea span.icon {
  top: 8px;
}
.request-form .form-fields .input.text,
.request-form .form-fields .input.tel,
.request-form .form-fields .input.email {
  width: 100%;
}
.form-fields .form-control {
  border: none;
  border-bottom: 1px solid #000;
  padding: 15px 15px 15px 34px;
  font-family: "Poppins";
  font-size: 14px;
  color: var(--ds-text);
  box-shadow: none;
  border-radius: 0px;
  height: auto;
}
.form-fields textarea.form-control {
  height: 110px;
  resize: none;
  padding: 5px 15px 15px 34px;
  font-weight: normal;
}
/*banner css end*/

/*migration journey css*/
.migration-journey-sec {
  background: #fff url(https://www.dotsquares.com/css/assets_drupal_migration/images/data-migration-bg.png) no-repeat;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 5px;
  display: inline-block;
  width: 100%;
}
.migration-journey-sec h2 span {
  font-size: 20px;
  display: block;
  color: #000;
  margin: 15px 0 0;
}

.migration-sec {
  box-shadow: 0px 0px 15px -2px #ccd6ff;
  border-radius: 15px;
  overflow: hidden;
}
.migration-journey-content .migration-sec {
  height: 100%;
  background: #fff;
}
.migration-sec .migration-header {
  background: #009cde;
  padding: 0px 15px;
  width: 100%;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.migration-sec .migration-header h3.accordion-toggle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.migration-sec .migration-accordion-content {
  padding: 25px 0px;
}
.migration-sec .migration-accordion-content ul {
  padding: 0 20px;
}
.migration-sec .migration-accordion-content ul li {
  margin: 0 0 18px;
  font-size: 15px;
  position: relative;
  padding: 0 0 0 22px;
  color: #464646;
}
.migration-sec .migration-accordion-content ul li:before {
  content: "";
  position: absolute;
  font-family: fontawesome;
  left: 0;
  color: #009cde;
}
/*migration journey css end*/

/*migration proccess css*/
.migration-process {
  background: #e6f8ff url(https://www.dotsquares.com/css/assets_drupal_migration/images/drupal-logo.png) no-repeat;
  background-position: center;
  padding: 70px 0;
}
/*migration process css end*/

/*dots-drupal-migration css*/
.dots-drupal .dots-drupal-detail-sec {
  align-items: center;
}
.dots-drupal {
  width: 100%;
  display: inline-block;
}
.dots-drupal-points-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dots-drupal-points-sec .dots-drupal-box {
  border: 1px solid #bbc3c9;
  width: 23.5%;
  border-radius: 15px;
  padding: 10px 28px 15px;
  box-shadow: 0px 0px 18px -9px #bbc3c9 inset;
}
.dots-drupal-points-sec .dots-drupal-box img {
  background: #fff;
  margin-top: -44px;
  padding: 13px;
  width: 67px;
  margin-left: 5px;
  border: 1px solid #a8b3bb;
  border-radius: 50px;
  box-shadow: 0px 0px 18px -7px #bbc3c9 inset;
}
.dots-drupal-points-sec .dots-drupal-box h4 {
  color: #093c6d;
  font-size: 20px;
  font-weight: bold;
  margin: 8px 0 15px;
}
.dots-drupal-points-sec .dots-drupal-box p {
  font-size: 14px;
  line-height: 27px;
}

.dots-drupal-points-sec .dots-drupal-points {
  width: 32.5%;
}
.dots-drupal-points-sec .dots-drupal-points.dots-drupal-points-left {
  margin: 55px 0 0;
}
.dots-drupal-points-sec .dots-drupal-points .dots-drupal-box {
  background: #fff;
  box-shadow: 0px 0px 15px -2px #ccd6ff;
  padding: 30px;
  text-align: center;
  border-radius: 20px;
  margin: 0 0 34px;
}
.dots-drupal-points-sec .dots-drupal-points .dots-drupal-box h4 {
  color: #093c6d;
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
}
.dots-drupal-points-sec .dots-drupal-points .dots-drupal-box p {
  font-size: 15px;
}

.dots-drupal .dots-drupal-detail-sec .dots-drupal-desc {
  padding: 0 0px 0;
  margin: 0 0 70px;
}
.dots-drupal .dots-drupal-detail-sec .dots-drupal-desc h2 {
  text-align: center;
  line-height: 50px;
  margin: 0 0 20px;
}
.dots-drupal .dots-drupal-detail-sec .dots-drupal-desc p {
  margin: 0 0 20px;
}
/*dots-drupal-migration css end*/

/*.strength css*/
.strength-sec {
  width: 100%;
  background: #ebf9ff url(https://www.dotsquares.com/css/assets_drupal_migration/images/bnner-img.png) no-repeat;
  background-size: cover;
  padding: 70px 0;
}
.strength-sec-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.strength-sec-inner .strength-sec-box {
  background: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 26px 10px 37px;
  width: 18%;
  display: inline-block;
  height: 150px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.strength-sec-inner .strength-sec-box span {
  font-size: 35px;
  color: #093c6d;
  font-weight: bold;
}
.strength-sec-inner .strength-sec-box p {
  font-size: 16px;
  width: 100%;
  font-weight: 500;
  line-height: 21px;
  vertical-align: top;
}
/*strength css end*/

/*projent sec css*/

.projent-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0;
}
.projent-slide-left {
  width: 50%;
}
.projent-slide-left img {
  width: 100%;
  object-fit: cover;
}

.projent-slide-right {
  width: 50%;
  padding: 00px 30px;
}
.projent-slide-right .projent-slide-right-inner h2 {
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 5px;
}
.projent-slide-right .projent-slide-right-inner p {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  line-height: 25px;
  margin: 0px 0 10px;
}
.projent-slide-right .projent-slide-right-inner {
  max-width: 100%;
}

.projent-slide-right-inner .projent-slide-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px 0;
}
.projent-slide-right-inner .projent-slide-desc .projent-slide-technology h4 {
  font-size: 24px;
  color: #f5821f;
}
.projent-slide-right-inner .projent-slide-desc .projent-slide-technology span {
  display: block;
  font-size: 20px;
  color: #093c6d;
  font-weight: 500;
}
.projent-slide-right .projent-slide-right-inner .drupal-migration_casestudies {
  margin: 0 0 22px;
  display: inline-block;
}

.projent-client .carousel.slide .carousel-control {
  background: #ccc !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  color: #000;
  border-radius: 7px;
  margin: 0 0px 0 0px;
  transition: all 0.2s ease;
}
.projent-client .carousel.slide .carousel-control:hover {background: #009cde;}
.projent-client .carousel.slide .carousel-arrow {position: absolute;right: 0;margin: 0 0 18px;top: 50%;transform: translate(0, -50%);width: 100%;}
.projent-client .carousel.slide a.left.carousel-control {float: left;left:-55px;}
.projent-client .carousel.slide a.right.carousel-control {right: -55px;float: right;margin: 0;}
.projent-client .carousel.slide .carousel-control:hover {background: #009cde !important; transition: all 0.2s ease;}


.projent-client .carousel.slide .carousel-control span.glyphicon {
  width: auto;
  height: auto;
  margin: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 5px;
  box-shadow: none;
  text-shadow: none;
  color: #000;
  opacity: 1;
}
.projent-client .carousel.slide .carousel-arrow a.left span:before {
  content: "";
  font-family: "FontAwesome";
  color: #000;
  border: none;
  opacity: 1;
  top: -1px;
  position: relative;
  font-size: 27px;
}
.projent-client .carousel.slide .carousel-arrow a.right span:before {
  content: "";
  font-family: "FontAwesome";
  color: #000;
  border: none;
  opacity: 1;
  position: absolute;
  right: 50%;
  transform: translate(6px, 0px);
  top: 1px;
  font-size: 27px;
}
.projent-client .carousel.slide .carousel-control:hover span.glyphicon::before {
  color: #fff;
}
.projent-client ol.carousel-indicators {
  display: none;
}
/*projent sec css end*/



@media (max-width: 1600px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 30px;
  }


.projent-client .carousel.slide a.left.carousel-control {float: left;left:-15px;}
.projent-client .carousel.slide a.right.carousel-control {right: -15px;float: right;margin: 0;}

}

@media (max-width: 1199px) {
  h1 {
    font-size: 36px;
  }

  .request-form {
    top: 40px;
  }
  .banner .banner-content p {
    margin: 20px 0 0;
  }
  .banner .drupal-certified-logo {
    margin: 50px 0 0;
  }
  .request-form .form-heading h2 {
    font-size: 24px;
  }
  .banner {
    background-size: cover;
  }
  .banner .col-sm-7,
  .banner .col-sm-5 {
    width: 100%;
  }

  .migration-journey-sec {
    padding-top: 100px;
  }

  .dots-drupal-points-sec .dots-drupal-box {
    width: 47%;
    margin: 0 0 60px;
  }
  .dots-drupal-points-sec .dots-drupal-box:nth-last-child(-n + 2) {
    margin: 0;
  }
  .projent-slide-right-inner .projent-slide-desc {
    margin: 15px 0;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .migration-sec .migration-header h3.accordion-toggle {
    font-size: 16px;
  }
  .migration-sec .migration-accordion-content ul li {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .logo {
    width: 400px;
  }
  .logo img {
    width: 100%;
  }

  .strength-sec-inner .strength-sec-box {
    width: 48%;
    margin: 0 0 30px;
  }
  .strength-sec-inner .strength-sec-box span {
    font-size: 24px;
  }
  .strength-sec-inner .strength-sec-box p {
    font-size: 12px;
    min-height: 44px;
  }

  .projent-slide {
    display: block;
  }
  .projent-slide-right {
    padding: 15px;
  }
  .projent-slide-left {
    width: 50%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .projent-slide-right {
    width: 100%;
    text-align: center;
  }
  .projent-slide-right .projent-slide-right-inner h2 {
    text-align: center;
  }
  .projent-slide-right .projent-slide-right-inner {
    margin: auto;
  }

  .strength-sec-inner {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (max-width: 991px) {
  .header .header-inner .logo img {
    width: 70%;
  }
  .header .header-inner .head-btn {
    width: 27%;
  }
  .projent-slide-right {
    padding: 20px 30px;
  }
  .projent-slide-right-inner .projent-slide-desc .projent-slide-technology h4 {
    font-size: 20px;
  }
  .projent-slide-right-inner
    .projent-slide-desc
    .projent-slide-technology
    span {
    font-size: 16px;
  }
  .projent-slide-right-inner .projent-slide-desc {
    margin: 20px 0;
  }

  .projent-client {
    padding: 30px 0;
  }
  /*.projent-client .carousel.slide .carousel-arrow {
    position: relative;
    right: 0;
    margin: -20px 0 10px;
    width: 100%;
    text-align: center;
  }*/



}

@media (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 50px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }

  .head-btn {
    display: none;
  }
  .header .header-inner {
    display: block;
  }
  .logo {
    width: 100%;
  }
  .logo img {
    width: 100%;
    object-fit: cover;
  }
  .dots-drupal .dots-drupal-detail-sec .dots-drupal-desc h2 {
    line-height: 30px;
  }

  .migration-journey-content .col-sm-12.col-md-4 {
    margin: 0 0 30px;
  }
  .migration-journey-content .col-sm-12.col-md-4:last-child {
    margin: 0 0 0px;
  }

  .strength-sec-inner .strength-sec-box {
    width: 46%;
    margin: 0 0 22px;
  }
  .strength-sec-inner .strength-sec-box:last-child {
    margin: 0;
  }
  .migration-process {
    padding: 50px 0;
  }
  .strength-sec {
    padding: 50px 0;
  }
  .projent-slide {
    flex-direction: column-reverse;
  }
  .projent-slide-right {
    padding: 0px 15px 20px;
    width: 100%;
  }
  .projent-slide-right .projent-slide-right-inner p {
    text-align: center;
  }

  .projent-slide-right .projent-slide-right-inner {
    margin: 0 auto;
  }
  .projent-slide-left {
    display: none;
  }
  .projent-slide-right-inner .projent-slide-desc {
    margin: 30px 0;
  }
  .projent-slide-right-inner .projent-slide-desc .projent-slide-technology h4 {
    font-size: 22px;
  }
  .projent-slide-right-inner
    .projent-slide-desc
    .projent-slide-technology
    span {
    font-size: 18px;
  }
  .btnweb {
    margin: 0 auto;
    width: fit-content;
    display: block;
  }
  .header .header-inner .logo img {
    width: 100%;
  }
  .migration-content-text {
    margin: 0 0 40px;
  }

  .projent-client .carousel.slide .carousel-control span.glyphicon {
    top: 11px;
  }
  .projent-client .carousel.slide .carousel-arrow a.left span:before {
    top: -4px;
  }
  .projent-client .carousel.slide .carousel-arrow a.right span:before {
    top: -4px;
  }

.projent-client .carousel.slide a.left.carousel-control {float: left;left:0px;}
.projent-client .carousel.slide a.right.carousel-control {right: 0px;float: right;margin: 0;}

}

@media (max-width: 575px) {
  .dots-drupal-points-sec .dots-drupal-box {
    width: 100%;
  }

  .dots-drupal-points-sec .dots-drupal-box:nth-last-child(-n + 2) {
    margin: 0 0 60px;
  }
  .dots-drupal-points-sec .dots-drupal-box:last-child {
    margin-bottom: 0;
  }

  .migration-journey-sec h2 span {
    font-size: 16px;
    line-height: 30px;
  }

  .strength-sec-inner .strength-sec-box {
    width: 100%;
  }

  .projent-slide-right-inner .projent-slide-desc .projent-slide-technology h4 {
    font-size: 19px;
    text-align: left;
  }
  .projent-slide-right-inner
    .projent-slide-desc
    .projent-slide-technology
    span {
    font-size: 16px;
  }

.projent-client .carousel.slide .carousel-control{width: 30px;height: 30px;}
.projent-client .carousel.slide .carousel-arrow a.left span:before, .projent-client .carousel.slide .carousel-arrow a.right span:before {top: -7px;font-size: 21px;}
}

/*footer css*/
.footer {
  background: #12151d;
  position: relative;
  z-index: 10;
}
.footer img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.footer h2 {
  color: #fff;
  text-transform: uppercase;
}
.footer .address {
  padding: 52px 0 28px;
}
.footer .map-section {
  background: url(https://www.dotsquares.com/css/assets_drupal_migration/images/map.png) no-repeat center center;
  min-height: 570px;
  margin: 103px 0 0;
  position: relative;
}
.footer .address .address-box.usa {
  margin: 54px 0 0 12px;
  width: 270px;
}
.footer .address .address-box {
  float: left;
  position: relative;
}
.footer .address .address-box.uk {
  float: right;
  margin: -43px 264px 0 0;
  width: 220px;
}
.footer .address .address-box.india {
  clear: both;
  float: right;
  margin: -63px 102px 0 0;
  width: 210px;
}
.footer .address .address-box.australia {
  float: right;
  margin: 95px -380px 0 0;
  width: 203px;
}
.footer .address .address-box address {
  position: relative;
  padding: 6px;
  margin: 0;
  display: block;
  background: rgba(0, 0, 0, 0.16) none repeat scroll 0 0;
  border-bottom: 1px solid #f88121;
}
.footer .address .address-box address p {
  position: relative;
  padding: 0 0 10px 25px;
  margin: 0;
  color: #cecece;
  display: block;
  font-size: 11px;
  line-height: 17px;
}
.footer .address .address-box address p:nth-of-type(2) {
  margin: 0;
}
.footer .address .address-box a {
  color: #fff;
}
.footer .address .address-box address .fa {
  color: #f58220;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.flag {
  bottom: 5px;
  position: absolute;
  right: 12px;
  width: 24px;
}
.address-box.usa .mark-icon {
  position: absolute;
  right: -79px;
  top: 83px;
}
.address-box.uk .mark-icon {
  margin-left: -142px;
}
.address-box.india .mark-icon {
  margin-left: -80px;
}
.address-box.australia .mark-icon {
  margin-left: -80px;
}

.btm-footer .adddress-deatil {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  list-style: none;
  padding: 0;
}
.btm-footer .adddress-deatil li {
  padding-bottom: 5px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 14px;
  font-weight: 500;
}
.btm-footer .adddress-deatil small,
.btm-footer .adddress-deatil .phone-no,
.btm-footer .adddress-deatil li span.phone-no a {
  color: #f5821f;
}
.footer-row-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #2f3646;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
}
.footer-col-wrap {
  width: 60%;
}
.footer-col-wrap2 {
  width: 40%;
  padding: 50px 0;
}
.ftr-logo-wrap::after {
  display: table;
  clear: both;
  content: "";
}
.ftr-logo-wrap li {
  float: left;
  padding: 0 15px;
  width: 33.33%;
  list-style: none;
  padding: 4px;
}
.ftr-logo-wrap li a {
  display: block;
}

.footer_winning {
  background: var(--ds-bg-black-light);
  padding: 20px 0;
}
.follow-us-icon li .twiiter-lp-new svg {vertical-align: middle;margin: 0 0 4px;}
.footer_winning p {
  text-align: left;
  width: 100%;
  float: left;
  font-size: 12px !important;
  line-height: 18px;
  margin: 0;
  color: #ccc;
}
.footer_winning p a {
  font-size: 12px !important;
  line-height: 18px;
  margin: 0;
  color: #ccc;
  font-weight: normal;
}
.footer_winning p a:hover {
  color: #f5821f;
}
.footer_winning ul {
  margin-top: 6px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: right;
}
.footer_winning ul li {
  display: inline-block;
  width: auto;
  text-align: center;
  float: none;
  text-align: center;
}
.footer_winning ul li a {
  width: auto;
  float: none;
  text-align: center;
  margin: 0 3px;
  display: inline-block;
  padding: 0;
  font-size: 27px;
  font-size: 27px;
  color: #ccc;
}

.footer_winning-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .address .address-box.uktwo {
  margin: 0px 0px 0px 64px;
  width: 270px;
  position: relative;
}
.footer .address .address-box.uktwo span.mark-icon {
  position: absolute;
  right: 0;
}

a.footer_call {
  display: none;
}

.footer_winning p {
  text-align: left;
  width: 100%;
  float: left;
  font-size: 12px !important;
  line-height: 18px;
  margin: 0;
  color: #ccc;
}

.footer_winning ul {
  margin-top: 6px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: right;
}

.footer_winning ul li {
  display: inline-block;
  width: auto;
  text-align: center;
  float: none;
  text-align: center;
}

.footer_winning ul li a {
  width: auto;
  float: none;
  text-align: center;
  margin: 0 3px;
  display: inline-block;
  padding: 0;
  font-size: 27px;
  font-size: 27px;
  color: #ccc;
}

.footer_winning ul {
  margin-top: 6px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: right;
}
.footer .container {
}
/*footer css end*/

.talkpopup-inner {
  background: #ebebeb;
  max-width: 560px;
  margin: auto;
  border-radius: 8px;
  padding: 40px 40px;
  position: relative;
}
.talkpopup-close {
  position: absolute;
  right: 16px;
  top: 10px;
}
.talkpopup-close .clostalk-popup {
  color: #000;
  font-size: 22px;
  cursor: pointer;
}
.talk-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  align-items: center;
  padding: 15px 15px;
  display: flex;
}
.talkpopup-content h4 {
  margin: 0 0 20px 0;
}
.talkpoppup-btn {
  background: #2b2ba8;
  border: none;
  width: 100%;
  color: #fff;
  padding: 10px 11px;
  font-size: 15px;
  border-radius: 6px;
  cursor: pointer;
}
.talkform {
  display: none;
}
.popup-in-bx {
  width: 100%;
  height: 39px;
  padding: 5px 14px;
  font-size: 14px;
}
.popup-form-fields {
  margin: 0 0 20px 0;
}
.popup-form-fields label {
  display: block;
  width: 100%;
  font-size: 15px;
  margin: 0 0 4px 0;
}
/*popup css */

.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}
.popup-container {
  z-index: 2 !important;
}
.bts-popup,
.popup-container {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 9999999;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.is-visible .bts-popup-container .request-form button {
  background: #296cda !important;
}
.is-visible .bts-popup-container .request-form .form-fields button:hover {
  background: #1c71a3 !important;
}

.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 530px;
  margin: auto;
  background-color: #296cda;
  border-radius: none;
  text-align: center;
  box-shadow: 0 0 2px rgb(0 0 0 / 20%);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  top: 50%;
  transform: translate(0, -50%) !important;
}
.bts-popup-container .form-fields {
  padding: 22px;
  background: #fff;
  color: #000;
  font-size: 0.8125rem;
}
.bts-popup-container .request-form .form-fields .form-group,
.bts-popup-container .request-form .form-fields .form-block {
  margin-bottom: 15x;
  position: relative;
}
.bts-popup-container .request-form .error-message {
  text-align: left;
  padding-left: 0;
  font-size: 13px;
}
.input.text,
.input.tel,
.input.email {
  width: 100%;
}
.bts-popup-container img {
  padding: 20px 0 0 0;
}
.bts-popup-container p {
  color: #fff;
  font-weight: 600;
  padding: 25px 40px;
  font-size: 24px;
  text-transform: capitalize;
  max-width: 384px;
  margin: auto;
  line-height: 32px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
  display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.bts-popup-container .bts-popup-close,
.bts-popup-container .close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.bts-popup-container .bts-popup-close::before,
.bts-popup-container .close::before,
.bts-popup-container .bts-popup-close::after,
.bts-popup-container .close::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: #fff;
}
.bts-popup-container .bts-popup-close::before,
.bts-popup-container .close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
  top: 13px;
}
.bts-popup-container .bts-popup-close::after,
.bts-popup-container .close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.bts-popup .form-fields .form-control,
.popup-container .form-fields .form-control {
  padding: 15px 15px 5px 0px;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 16px;
  color: #000;
  box-shadow: none;
  border-radius: 0px;
}
.bts-popup-container .request-form {
  top: 0;
  padding: 0;
  border-radius: 0;
}
.bts-popup-container .btn {
  padding: 10px 45px;
  font-size: 18px;
}
@media (max-width: 1400px) {
  .drupal-banner .banner-left img {
    width: 40%;
  }
  .drupal-banner {
    padding: 100px 0;
  }
  .drupal-banner .banner-left .d-flex {
    align-items: center;
  }
  .footer .address .address-box.india {
    margin: -94px 151px 0 0;
  }
  .footer .map-section {
    background-size: 747px;
    min-height: 518px;
  }
  .footer .address .address-box.australia {
    margin: 20px -318px 0 0;
    width: 203px;
  }
  .footer .address .address-box.usa {
    margin: 41px 0px 0 65px;
    width: 270px;
  }
  .footer .address .address-box.uktwo {
    margin: 0px 0px 0px 13px;
    width: 270px;
    position: relative;
  }
}

@media (max-width: 1024px) {
  .footer-row-wrap {
    display: block;
    width: 100%;
  }
  .footer-col-wrap2 {
    width: 100%;
    padding: 0px 0;
  }
  .footer-col-wrap2 ul.ftr-logo-wrap {
    margin: 0;
    padding: 0;
    display: flex;
    column-gap: 10px;
  }
  .ftr-logo-wrap li {
    margin: 0;
    padding: 0;
  }
  .btm-footer .adddress-deatil li {
    padding-bottom: 20px;
  }
  .btm-footer .adddress-deatil li small,
  .btm-footer .adddress-deatil li span {
    display: block;
  }
  .footer_winning ul {
    text-align: left;
    padding: 0;
  }
  .footer_winning-btm {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .form-fields .form_name_drupal {
    display: block;
  }
  .form-fields .form_name_drupal .form-group.mb-30 {
    width: 100%;
  }
  .projent-client .projent-slide .projent-slide-left {
    display: block;
    order: 1;
    width: 90%;
  }
}
