@import url("fontcss2.css");
@import url(owl.carousel.css);
@import url(font-awesome.min.css);
#hiw-sliderblock button:focus,
#screenshots .owl-carousel .owl-nav button.owl-next:focus,
#screenshots .owl-carousel .owl-nav button.owl-prev:focus,
#screenshots .owl-carousel button.owl-dot:focus,
.btn,
.feedback-area button:focus,
.navbar-toggler,
a {
  outline: 0 !important;
}
body {
  color: #999;
  font-size: 15px;
  font-family: Montserrat, sans-serif;
  line-height: 1.80857;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  position: relative;
  padding: 0 0 10px;
  font-weight: 400;
  line-height: 80% !important;
  color: #1f1f1f;
  margin: 0;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
.btn-custom,
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
a {
  color: #1f1f1f;
}
.btn,
a {
  text-decoration: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
}
li,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.alignleft {
  float: left;
  margin: 10px 20px 20px 0;
}
.navbar-brand img {
  margin-top: 20px !important;
}
.navbar-toggler {
  background: #c62828;
  border: none;
  padding: 10px 6px;
}
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  background: #ad1457;
  border-radius: 2px;
  color: #fff;
}
.navbar-toggler span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
}
.navbar-toggler span + span {
  margin-top: 4px;
  width: 18px;
  margin-left: 4px;
}
.navbar-toggler span + span + span {
  width: 10px;
  margin-left: 11px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 15px;
  font-size: 16px;
}
.navbar-expand-lg .navbar-nav .nav-link.active {
  font-weight: 600;
}
.megamenu .collapse,
.megamenu .dropdown,
.megamenu .dropup,
.megamenu .nav {
  position: static;
}
.megamenu .container-fluid,
.navbar-nav li {
  position: relative;
}
.megamenu .dropdown-menu {
  left: auto;
}
.megamenu .megamenu-content {
  padding: 20px 30px;
}
.megamenu .dropdown.megamenu-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.megamenu .list-unstyled {
  min-width: 200px;
}
.header_style_01 {
  background-color: rgba(255, 255, 255);
  display: block;
  left: 0;
  padding: 10px 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 111;
}
.header_style_01 .navbar-default {
  background-color: transparent;
  border: 0;
}
#preloader,
.header_style_01.fixed-menu {
  width: 100%;
  top: 0;
  background: #fff;
  left: 0;
}
.header_style_01 .nav,
.header_style_01 .navbar,
.header_style_01 .navbar-default,
.header_style_01 .navbar-nav {
  margin-bottom: 0 !important;
}
.header_style_01 .navbar-brand {
  padding: 2px 15px 0;
  height: auto;
}
.header_style_01 .navbar-default .navbar-nav > li > a {
  border-radius: 0;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  background-color: transparent;
}
.header_style_01 .navbar-default .navbar-nav > li a {
  background-color: transparent !important;
}
.header_style_01 .navbar-default .navbar-nav > li:focus a,
.header_style_01 .navbar-default .navbar-nav > li:hover a,
li.social-links a:hover {
  color: #c62828;
}
.header_style_01 .navbar-right > li {
  margin-top: 2px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header_style_01 .navbar-right > li > a {
  padding-bottom: 10px;
  padding-top: 10px;
}
li.social-links {
  margin: 0 8px;
  display: inline-block;
  font-size: 20px;
}
li.social-links a {
  padding: 0 !important;
  color: #fff;
  display: inline-block;
}
.header_style_01.fixed-menu {
  position: fixed;
  padding: 15px 0;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 0.5s;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}
.navbar-nav span {
  font-size: 24px;
  position: absolute;
  right: 2px;
  top: 13px;
}
body.app_version .header_style_01.fixed-menu {
  top: 0;
}
.section {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
#lvideo-wrap,
#opct,
#preloader,
.dmtop {
  position: fixed;
}
#lvideo-wrap .lvideo-close:hover:after,
#lvideo-wrap .lvideo-close:hover:before,
.section.wb {
  background-color: #fff;
}
.dmtop {
  background-color: #3c3d41;
  z-index: 100;
  width: 50px;
  height: 50px;
  line-height: 47px;
  bottom: -100px;
  border-radius: 3px;
  right: 20px;
  text-align: center;
  font-size: 28px;
  color: #fff !important;
  cursor: pointer;
  -webkit-transition: 0.7s ease-in-out;
  -moz-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  -ms-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}
#preloader {
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 11000;
  display: block;
}
.preloader {
  position: absolute;
  margin: 0 auto;
  left: 1%;
  right: 1%;
  top: 45%;
  width: 95px;
  height: 95px;
  background: center center/95px 95px no-repeat none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.btn {
  border: 0 !important;
}
.btn-brd,
.effect-1:after,
.global-radius,
.nav-pills,
.nav-pills > li > a {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.post-slide .content {
  margin-top: 25px !important;
  height: 60px !important;
}
.form__proposal input[type="text"] {
  height: 100%;
  padding: 16px 15px;
  font-family: var(--font-inter);
  font-style: normal;
  font-size: 18px;
  line-height: 16px;
  letter-spacing: -0.0055em;
  color: var(--text-color);
  background-color: #fff;
  border: 1px solid var(--gray-09);
  border-radius: 3px;
}
.box {
  margin: 0 auto;
  border: 1px solid #1c4880;
  border-radius: 20px;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: color 0.5s ease-in;
}
.post-slide h5 {
  color: #1c4880;
  font-size: 16px;
  line-height: 1.2rem !important;
  text-align: center !important;
}
.crange .site-heading p {
  width: 70% !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  margin: 20px auto 0 !important;
}
.box .content,
.box .icon {
  margin: 20px;
}
.box .icon {
  width: 100px;
  height: 100px;
  display: grid;
  place-content: center;
  font-size: 250%;
  border-radius: 100%;
  color: #f7f7f7;
  transition: box-shadow 0.5s ease-in;
}
.ResultDrivenSec p,
.box h5:hover,
.box:hover {
  color: #fff;
}
.box:first-of-type .icon {
  background-color: #e78a1e;
  box-shadow: 0 0 0 0 #e78a1e;
}
.box:first-of-type:hover .icon {
  box-shadow: 0 0 0 400px #e78a1e;
}
.box:nth-of-type(2) .icon {
  background-color: #5158bb;
  box-shadow: 0 0 0 0 #5158bb;
}
.box:nth-of-type(2):hover .icon {
  box-shadow: 0 0 0 400px #5158bb;
}
.box:nth-of-type(3) .icon {
  background-color: #11adad;
  box-shadow: 0 0 0 0 #11adad;
}
.box:nth-of-type(3):hover .icon {
  box-shadow: 0 0 0 400px #11adad;
}
.owl-carousel .owl-stage-outer,
.owl-wrapper-outer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 41px;
  margin-top: 10px;
}
.site-heading h2 span {
  color: #e78a1e;
}
.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}
.site-heading h4::before {
  background: #e78a1e;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}
.site-heading {
  margin-bottom: 30px;
  overflow: hidden;
  margin-top: -5px;
}
.section-6 {
  background: 0 0;
}
.section-6 .title_block.center {
  text-align: center;
}
.section-6 h2 span {
  font-size: 40px;
}
.requestAquoteSec .cta p a,
.section-6 p {
  color: #000;
}
.section-6 .howitwork-carousel .hiw-content .iconWrap {
  padding-top: 0;
}
.section-6 #hit-slidenav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  position: relative;
}
.section-6 #hit-slidenav ul li {
  margin: 30px 0;
  padding: 3px 16px;
  text-align: center;
}
.section-6 #hit-slidenav ul::after {
  content: "";
  height: 0;
  width: 90%;
  border: 1px dashed #d4d4d4;
  position: absolute;
  top: 70px;
  z-index: -1;
}
.section-6 #hit-slidenav ul li a {
  transition: 0.3s ease-in-out;
  background: #e1e1e1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  text-align: center;
  width: 84px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section-6 #hit-slidenav ul li a.hiw-active,
.section-6 #hit-slidenav ul li a:hover {
  background: #e78a1e;
  box-shadow: 0 0 20px 4px #e1e1e1;
}
.section-6 #hit-slidenav ul li a.hiw-active img,
.section-6 #hit-slidenav ul li a:hover img {
  filter: invert(100%);
  filter: brightness(0) invert(1);
  transition: 0.3s ease-in-out;
}
.section-6 #hit-slidenav ul li a span {
  position: absolute;
  color: #fff;
  background: #1c4880;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 11px;
  font-weight: 600;
  height: 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 3px;
  border: 2px solid #fff;
  left: 0;
}
.ResultDrivenSec .ChunkboxWrap,
.section-6 .owl-carousel .owl-item .item {
  padding: 0;
}
.section-6 .owl-carousel .owl-item img {
  width: auto;
}
.section-6 .howitwork-carousel .hiw-img {
  float: left;
  width: 45%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  margin-top: -37px;
}
.section-6 .howitwork-carousel .hiw-img img {
  width: auto;
  opacity: 1 !important;
}
.section-6 .howitwork-carousel .hiw-content {
  float: left;
  width: 55%;
  padding: 20px;
  box-sizing: border-box;
}
.section-6 .howitwork-carousel img {
  display: block;
  margin-bottom: 15px;
}
.section-6 .howitwork-carousel .owl-dots {
  float: none;
  margin: 0;
  position: relative;
  z-index: 1;
  top: -160px;
  right: 3%;
  text-align: right;
}
.section-6 .howitwork-carousel .owl-dots .owl-dot {
  width: 52px;
  height: 6px;
  background: #d0d0d0;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
.section-6 .howitwork-carousel .owl-dots .owl-dot.active {
  background: #e78a1e;
}
.section-6 .title_block {
  font-size: 40px;
  font-weight: 600;
  line-height: 35px;
  margin: 0 0 35px;
  color: #000;
}
.hiw-content .title_block {
  font-size: 30px;
}
.pum-container,
.section-6 .howitwork-carousel .hiw-content h4.title_block span,
.titlebar {
  display: none;
}
.section-6 #hit-slidenav ul li a img {
  filter: brightness(0);
  transition: 0.3s ease-in-out;
}
.owl-carousel .owl-item .item {
  padding: 15px;
}
.owl-carousel .owl-item .item img {
  width: auto;
  opacity: 0.5;
  border: 1px solid #e1e1e1;
  box-shadow: 0 0 20px #d9d9d9;
  -moz-box-shadow: 0 0 20px #d9d9d9;
  -webkit-box-shadow: 0 0 20px #d9d9d9;
  transform: scale(0.8);
}
.owl-carousel .owl-item.center .item img {
  height: auto;
  width: auto;
  border: none;
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 0 20px 2px #d9d9d9a8;
  border-radius: 4px;
}
.samplework-carousel .owl-dots {
  float: none;
  margin: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 25px;
}
.samplework-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #d0d0d0;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
}
.samplework-carousel .owl-dots .owl-dot.active {
  background: #ff6000 !important;
}
.samplework-carousel {
  max-width: 80%;
  margin: 0 auto;
}
.samplework-carousel.owl-carousel .owl-nav.disabled {
  display: block;
}
.samplework-carousel .owl-next,
.samplework-carousel .owl-prev {
  background-color: #e78a1e !important;
}
.samplework-carousel .owl-next:hover,
.samplework-carousel .owl-prev:hover {
  background-color: #0f4596 !important;
}
.samplework-carousel .owl-prev {
  left: -65px;
  position: absolute;
}
.samplework-carousel .owl-next {
  right: -65px;
  position: absolute;
}
.hiw-sliderblock .owl-carousel .owl-item .item img {
  width: auto;
  opacity: 1;
}
.requestAquoteSec {
  background: #fff;
}
.requestAquoteSec .col-left {
  float: none;
  width: 75%;
  margin: auto;
}
.requestAquoteSec .col-right {
  float: right;
  width: 35%;
  margin: 0;
}
.requestAquoteSec .col-right h3 {
  font-size: 30px;
  line-height: 36px;
}
.requestAquoteSec .col-right p {
  font-size: 14px;
  line-height: 24px;
}
.request-quote input,
.request-quote textarea {
  width: 48%;
  padding: 10px;
  border: 1px solid #a8a8a8;
  border-radius: 5px;
}
.requestAquoteSec .cta {
  position: relative;
  text-align: center;
}
.requestAquoteSec .cta h3 {
  margin: 0 0 5px;
  line-height: 46px;
  font-size: 44px;
  font-weight: 500;
}
.requestAquoteSec .cta h3 span {
  color: #ff6000;
  font-weight: 700;
}
.requestAquoteSec .cta p {
  font-size: 20px;
  margin: 0;
}
.requestAquoteSec .cta p img {
  vertical-align: middle;
  margin-right: 10px;
}
.new-layout .section-12 .footer-form input,
.new-layout .section-12 .footer-form textarea {
  width: 48% !important;
  float: left;
  padding: 10px;
  border: 1px solid #a8a8a8;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  margin: 0 2% 2% 0;
  border-radius: 5px;
  height: 41px;
}
.section-12 form {
  padding: 0 10px;
}
.section-12 form input,
.section-12 form select,
.section-12 form textarea {
  width: 48%;
  float: left;
  padding: 10px;
  border: 1px solid #a8a8a8;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  margin: 0 2% 2% 0;
  border-radius: 5px;
  height: 41px;
}
#lvideo-wrap .lvideo-close:focus,
.section-12 form input:focus,
.section-12 form select:focus,
.section-12 form textarea:focus {
  outline: 0;
}
.section-12 form textarea {
  width: 98%;
  height: 50px;
}
.section-12 .form-submit-btn {
  width: 100%;
  margin: 0 auto;
  float: left;
  display: flex;
  justify-content: center;
}
.section-12 .form-submit-btn button.form-btn {
  width: 130px;
}
.section-12 .col-1 {
  width: 50%;
  float: left;
  background: #4d82b8;
  background: -moz-linear-gradient(top, #4d82b8 0, #285991 100%);
  background: -webkit-linear-gradient(top, #4d82b8 0, #285991 100%);
  background: linear-gradient(to bottom, #4d82b8 0, #285991 100%);
  padding: 15px 0;
  border-radius: 10px;
}
#lvideo-wrap .lvideo-close:hover,
.ChunkboxWrap .imgWrap {
  background-color: #e78a1e;
}
.section-12 .col-2 {
  width: 50%;
  text-align: center;
  float: left;
}
.section-12 .col-2 .custom-order-ctc {
  margin: 90px auto 0;
  float: none;
}
.requestAquoteSec .btn,
.requestAquoteSec .form-btn,
.requestAquoteSec a {
  background: #e78a1e;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: normal;
  padding: 9px 34px;
  line-height: 28px;
  width: auto !important;
}
.featuredin img {
  -webkit-box-shadow: 0 0 20px #c4c4c4;
}
.featuredlogo {
  flex: 0 0 11%;
  max-width: 14%;
  padding: 5px;
}
.ResultDrivenSec {
  background-color: #1c4880;
  padding: 50px 0;
  color: #fff;
}
.ResultDrivenSec .ChunkboxWrap:hover {
  box-shadow: none;
}
.ResultDrivenSec .ChunkboxWrap .imgWrap {
  height: 90px;
  width: 90px;
  box-shadow: 0 0 20px 10px #3333335c;
  position: relative;
  z-index: 1;
}
.ResultDrivenSec .row {
  max-width: 91%;
  margin: 0 auto;
  padding-top: 25px;
}
.ResultDrivenSec .ChunkboxWrap .contentWrap p {
  font-size: 15px;
  line-height: 24px;
  color: #fff !important;
  text-align: center;
}
.ResultDrivenSec .ChunkboxWrap .contentWrap a:hover {
  color: #e78a1e;
  transition: 0.3s ease-in-out;
}
.ChunkboxWrap:after {
  content: "";
  position: absolute;
  z-index: -1;
}
.ChunkboxWrap .imgWrap {
  height: 110px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0 auto;
  box-shadow: 0 0 20px 10px #e2e2e2;
}
.ChunkboxWrap.one:after {
  background-image: url("/new-assets/images/seo-service/after-1.webp");
  width: 418px;
  height: 90px;
  top: 0;
}
.ChunkboxWrap.two:after {
  background-image: url("/new-assets/images/seo-service/after-2.webp");
  width: 418px;
  height: 90px;
  top: 40px;
}
.ChunkboxWrap.three:after {
  background-image: url("/new-assets/images/seo-service/after-3.webp");
  width: 244px;
  height: 412px;
  top: 80px;
}
.ChunkboxWrap.four:after {
  background-image: url("/new-assets/images/seo-service/after-4.webp");
  width: 95px;
  height: 53px;
  top: 20px;
  left: 40px;
}
.ChunkboxWrap.five:after {
  background-image: url("/new-assets/images/seo-service/after-5.webp");
  width: 418px;
  height: 89px;
  top: 50px;
  left: -220px;
}
.ChunkboxWrap.six:after {
  background-image: url("/new-assets/images/seo-service/after-6.webp");
  width: 418px;
  height: 89px;
  top: 0;
  left: -220px;
}
.ChunkboxWrap span.nub {
  z-index: 2;
}
.ChunkboxWrap.seven:after {
  background-image: url("../images/driven-arrow.webp");
  height: 53px;
  width: 102px;
  bottom: 147px;
  left: 13px;
  z-index: 0;
}
.ChunkboxWrap.eight:after,
.ChunkboxWrap.eleven:after,
.ChunkboxWrap.ten:after {
  background-image: url("../images/up-curve.webp");
  height: 61px;
  width: 232px;
  bottom: 185px;
  left: -130px;
  z-index: 0;
}
.ChunkboxWrap.nine:after {
  background-image: url("../images/down-curve.webp");
  height: 59px;
  width: 235px;
  bottom: 130px;
  left: -130px;
  z-index: 0;
}
.ChunkboxWrap.eleven:before {
  content: "";
  position: absolute;
  background-image: url("../images/driven-arrow.webp");
  height: 53px;
  width: 102px;
  top: -10px;
  right: 5px;
  z-index: 0;
}
.ResultDrivenSec .ChunkboxWrap .contentWrap a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  width: max-content;
  display: block;
  margin: 30px auto 10px;
  transition: 0.3s ease-in-out;
}
.footer-area h2 {
  font-size: 41px !important;
}
.btnOpenForm {
  border-radius: 20px !important;
  padding: 10px 40px;
}
.footer-form a:hover {
  color: #1c4880 !important;
  text-decoration: underline;
}
#closer_videopopup {
  position: absolute;
  display: table-cell;
  right: 2%;
  top: 2%;
  font-size: 32px;
  text-align: center;
  vertical-align: middle;
  padding: auto;
  cursor: pointer;
  background: 0 0;
  border: none;
  color: #fff;
  z-index: 100004;
}
#opct {
  z-index: 100000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -moz-opacity: 0.8;
  opacity: 0.8;
  background: #17212a;
}
#videCont {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  margin: auto;
  max-width: 720px;
  height: auto !important;
}
video {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  opacity: 1 !important;
}
#lvideo-wrap {
  padding: 12px;
  height: 100vh;
  display: flex;
  z-index: 9991;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
#lvideo-wrap,
#lvideo-wrap .lvideo-overlay,
#lvideo-wrap:after {
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
}
#lvideo-wrap .lvideo-overlay,
#lvideo-wrap:after {
  height: 100%;
  position: absolute;
}
#lvideo-wrap:after {
  content: "";
  display: block;
  background-color: #000;
  opacity: 0;
  z-index: -1;
}
#lvideo-wrap .lvideo-container,
#lvideo-wrap iframe,
#lvideo-wrap video {
  border-radius: 12px;
  position: relative;
  box-sizing: border-box;
  background-color: #000;
}
#lvideo-wrap .lvideo-container {
  width: 95%;
  z-index: 5;
}
#lvideo-wrap iframe,
#lvideo-wrap video {
  z-index: 10;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 100vh;
  max-height: 85vh;
  display: block;
}
#lvideo-wrap video {
  object-fit: cover;
}
#lvideo-wrap .lvideo-close {
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5%;
  top: 5%;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 2px solid #e78a1e;
  padding: 0;
  transition: 0.3s ease-in-out;
  z-index: 150;
}
#lvideo-wrap .lvideo-close:after,
#lvideo-wrap .lvideo-close:before {
  content: "";
  width: 60%;
  height: 3px;
  background-color: #e78a1e;
  position: absolute;
  transition: 0.3s ease-in-out;
}
#lvideo-wrap .lvideo-close:before {
  transform: rotate(42deg);
}
#lvideo-wrap .lvideo-close:after {
  transform: rotate(-42deg);
}
#lvideo-wrap.active {
  opacity: 1;
  visibility: visible;
}
#lvideo-wrap.active:after {
  opacity: 0.7;
}
.apple-button img.alignleft {
  float: left;
  margin: 0 12px 20px 0;
  height: 40px;
}
.apple-button h5 {
  color: #fff;
  line-height: 1.5rem !important;
}
#purchase .btn:hover {
  color: #000;
  text-decoration: none;
  background: #fff !important;
  border: 1px solid #fff !important;
}
.btnOpenForm:hover {
  border-radius: 10px;
  padding: 10px 40px;
  border: 1px solid #fff !important;
  color: #000;
  background-color: #fff;
}
.form__proposal .wpcf7 form.invalid .wpcf7-response-output {
  color: red;
  font-weight: 500;
  border: unset;
  text-align: center;
  position: absolute;
  bottom: -4%;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
  font-weight: 600;
  border: unset;
  position: absolute;
  bottom: -4%;
}
.goodfirm-widget .pattern-font,
.lity-wrap {
  display: none !important;
}
.stamp-widget .content {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  width: 100%;
}
.bannerimg-3 {
  height: 60px;
  padding: 0 15px;
}
.dmtop i.fa.fa-angle-up {
  margin-top: 7px !important;
}
.wpcf7-form .col-md-6 {
  padding-left: 0 !important;
}
.wpcf7-form .col-md-6:first-child {
  padding-right: 10px !important;
}
.wpcf7-form .col-md-6:nth-child(2) {
  padding-left: 10px !important;
}
@media screen and (min-width: 1200px) and (max-device-width: 1390px) {
  .howitwork-carousel .owl-dots {
    right: -7% !important;
  }
}
.form-submit-btn [type="submit"] {
  color: #fff;
  border-radius: 5px;
  position: relative;
  font-size: 18px;
  display: flex;
  margin: 0 auto;
  border: unset;
}
.form-submit-btn [type="submit"],
.requestAquoteSec .btn,
.requestAquoteSec [type="submit"],
.requestAquoteSec a,
.requestAquoteSec button {
  background: #e78a1e;
  z-index: 1;
  overflow: hidden;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: normal;
  padding: 5px 34px;
  line-height: 28px;
  cursor: pointer;
}
.modal .home-text-field,
.section-12 .home-text-field {
  padding: 10px;
  border: 1px solid #a8a8a8;
  border-radius: 5px;
  width: 48%;
  height: 41px;
}
.modal .home-text-field,
.modal .home-txtarea-field,
.request-quote input,
.request-quote textarea,
.section-12 .home-text-field,
.section-12 .home-txtarea-field,
.section-12 .wpcf7-form-control-wrap {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  margin: 0 2% 2% 0;
  width: 100%;
}
.home-txtarea-field {
  padding: 10px;
  border: 1px solid #a8a8a8;
  border-radius: 5px;
  width: 100%;
}
