body {
  opacity: 1;
}
#ordeonline {
  background: #ea9124 !important;
  margin-top: 33% !important;
  margin-left: 11% !important;
}
/* form button.btn {
  margin-top: 10px;
} */
.font-mp-light {
  font-family: MyriadPro-Light;
}
.font-mp-regular {
  font-family: MyriadPro-Regular;
}
.font_quicksand {
  font-family: "Quicksand";
}
.font_playfair {
  font-family: "Playfair Display" !important;
}
.font-pm {
  font-family: "Permanent Marker", cursive;
}
.font-fb {
  font-family: FuturaNewBold-Reg;
}
.color-white {
  color: #fff !important;
}
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white p {
  color: #fff !important;
}
.color-half-white {
  color: #ccc;
}
.color-dark {
  color: #333;
}
.blue_text {
  color: #086ad9;
}
.yellow_text {
  color: #fba538;
}
.blue_bg {
  background-color: #0f6eda;
}
.orange_text {
  color: #ff8e00 !important;
}
.bg-half-white {
  background: #f7f7f7;
}
.bg-dark-grey {
  background: #333;
}
.bg-white {
  background: #fff;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.font-11 {
  font-size: 11px;
}
.font-13 {
  font-size: 13px;
}
.font-15 {
  font-size: 15px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-21 {
  font-size: 21px;
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: 24px;
}
.font-28 {
  font-size: 28px;
}
.font-31 {
  font-size: 31px;
}
.font-34 {
  font-size: 34px;
}
.font-37 {
  font-size: 37px;
}
.font-50 {
  font-size: 50px;
}
.font-60 {
  font-size: 60px;
}
.font-71 {
  font-size: 71px;
}
.font-84 {
  font-size: 84px;
}
.font-100 {
  font-size: 100px;
}
.font-172 {
  font-size: 172px;
}
.text-italic {
  font-style: italic;
}
.text-bold {
  font-weight: 700;
}
.space10 {
  float: left;
  width: 100%;
  height: 10px;
}
.space20 {
  float: left;
  width: 100%;
  height: 20px;
}
.space30 {
  float: left;
  width: 100%;
  height: 30px;
}
.space40 {
  float: left;
  width: 100%;
  height: 40px;
}
.space50 {
  float: left;
  width: 100%;
  height: 50px;
}
.space60 {
  float: left;
  width: 100%;
  height: 60px;
}
.space70 {
  float: left;
  width: 100%;
  height: 70px;
}
.space80 {
  float: left;
  width: 100%;
  height: 80px;
}
.space90 {
  float: left;
  width: 100%;
  height: 90px;
}
.space100 {
  float: left;
  width: 100%;
  height: 100px;
}
.space110 {
  float: left;
  width: 100%;
  height: 110px;
}
.space120 {
  float: left;
  width: 100%;
  height: 120px;
}
.space130 {
  float: left;
  width: 100%;
  height: 130px;
}
.space140 {
  float: left;
  width: 100%;
  height: 140px;
}
.space150 {
  float: left;
  width: 100%;
  height: 150px;
}
.btn {
  font-size: 16px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-family: FuturaNewBold-Reg;
}
.btn .fa {
  padding-left: 5px;
}
.btn:hover {
  overflow: hidden;
  color: #000;
}
.btn-primary {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.btn-primary:hover {
  border: 1px solid #000;
  background: #fff;
}
.btn.btn-white {
  background: #fff;
  color: #333;
}
.btn.btn-white:hover {
  border-color: #333;
}
.btn.extra-btn-padding {
  padding-left: 40px;
  padding-right: 40px;
}
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:active,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:hover {
  color: #fff;
}
.hvr-shutter-out-horizontal:active:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:active,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:hover {
  color: #fff;
}
.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:active,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:hover {
  color: #fff;
}
.hvr-sweep-to-left:active:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url(images/loader.gif) no-repeat center center;
}
.padding-0 {
  padding: 0;
}
.padding-top-130 {
  padding-top: 130px;
}
.margin-top-0 {
  margin-top: 0;
}
.padding-80-50 {
  padding: 80px 0 50px 0;
}
.w-100 {
  width: 100%;
}
.bg-image {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.relative {
  position: relative;
}
.padding-75-50-0-75 {
  padding: 75px 50px 0 75px;
}
.port-equal div[class*=" col-"],
.port-equal div[class^="col-"] {
  padding: 0;
}
.padding-75-50 {
  padding: 75px 50px;
}
.padding-75-0-0-0 {
  padding: 75px 0 0 0;
}
.padding-80-80 {
  padding: 80px 0;
}
.margin-top-minus-30 {
  margin-top: -30px;
}
.padding-50-50 {
  padding: 50px 0;
}
.visibility-hidden {
  visibility: hidden;
}
.padding-top-0 {
  padding-top: 0;
}
.padding_top {
  padding: 30px 0 0 0;
}
.padding_serv {
  padding: 30px 25px;
}
.margintop10 {
  margin-top: 20px !important;
}
.widthheightlogo {
  width: 190px;
  height: 95px;
}
.widthheightlogo1 {
  width: 190px;
  height: 95px;
}
.padinft60 {
  padding-top: 70px;
}
.quickLinksWidget {
  z-index: 3000;
  top: 35%;
  right: -200px;
  position: fixed;
}
.rect {
  width: 200px;
  height: 51px;
  background: #fff;
  color: #333;
}
.rect h1 {
  font-size: 14px;
  margin: 0;
  padding: 5px 0;
  font-family: Montserrat;
  font-weight: 100;
}
.rect h2 {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 700;
  margin: 0;
}
#fade-quote-carousel .profile-circle {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100px;
}
.padding-20-20 {
  padding: 20px 0;
}
.padding-150-150 {
  padding: 190px 0;
}
.margin_t50 {
  margin-top: 50px;
}
.mt-0 {
  margin-top: 0%;
}
.mb-0 {
  margin-bottom: 0%;
}
.mt-3 {
  margin-top: 3%;
}
.mb-3 {
  margin-bottom: 3%;
}
.pt-31 {
  padding-top: 31px;
}
.p-0 {
  padding: 0%;
}
.p_2per {
  padding: 2%;
}
.padrl {
  padding: 0 20px;
}
.hero-video {
  height: 560px;
  position: relative;
  overflow: hidden;
}
.hero-video h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 300;
  text-align: center;
  margin: 0 0 30px 0;
}
.hero-video p {
  color: #fff;
  font-size: 16px;
  margin: 0 0 40px 0;
  text-align: center;
}
.hero-video:before {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.hero-video .container {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 3;
}
.right_image {
  box-shadow: 0px 0px 8px rgb(0 0 0 / 10%), 2px 2px 4px rgb(0 0 0 / 20%),
    4px 4px 20px rgb(0 0 0 / 20%), 20px 4px 32px rgb(0 0 0 / 12%),
    4px 30px 32px rgb(0 0 0 / 12%), 8px 20px 20px rgb(0 0 0 / 3%);
  height: 100%;
  margin: auto;
  margin-bottom: 6px;
}
.left_image {
  box-shadow: 0px 0px 8px rgb(0 0 0 / 10%), 2px 2px 4px rgb(0 0 0 / 20%),
    4px 4px 20px rgb(0 0 0 / 20%), 20px 4px 32px rgb(0 0 0 / 12%),
    4px 30px 32px rgb(0 0 0 / 12%), 8px 20px 20px rgb(0 0 0 / 3%);
  width: 82%;
  height: 100%;
  margin: auto;
  margin-bottom: 6px;
}
.advantages ul {
  list-style-image: url("../assets/images/bluecheck.png");
  padding-left: 20px;
}
.advantages ul li {
  margin-bottom: 2%;
}
.hand_picked ul {
  list-style-image: url("../assets/images/bluecheck.png");
  padding-left: 23px;
}
.hand_picked ul li {
  margin-bottom: 2%;
}
.frame_outside {
  background: #333;
  box-shadow: inset -0.5rem -0.5rem 1rem black;
  padding: 0.75rem;
  margin-bottom: 1.5rem;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 10%), 2px 2px 4px rgb(0 0 0 / 20%),
    4px 4px 20px rgb(0 0 0 / 20%), 20px 4px 32px rgb(0 0 0 / 12%),
    4px 30px 32px rgb(0 0 0 / 12%), 8px 20px 20px rgb(0 0 0 / 3%);
}
.frame_inside {
  background: #807c7c;
  box-shadow: inset 0rem 0.3rem 1rem black;
  padding: 0.75rem;
}
.testi_text {
  color: #fff;
  margin-top: 10px;
}
.z-depth-2 {
  box-shadow: 0px 1px 6px 1px;
  width: 70%;
  margin: auto;
  transition: 0.4s;
}
.z-depth-2:hover {
  box-shadow: 0 11px 11px 0 #042e46;
  transform: translateY(-5px);
}

.z-depth-2 p {
  background: #086ad9;
  padding: 3%;
  color: #fff;
}

.mt_1per {
  margin-top: 1%;
}
.mt_9per {
  margin-top: 9%;
}
.banner_text {
  margin-left: 100px;
  margin-top: 160px;
}
h2.
{font-size: 28px;}

@media (max-width: 767px) {
  .hero-video .container {
    left: auto;
    top: 120px;
    transform: none;
    -webkit-transform: none;
  }
}
.hero-video .form-control {
  border: 0;
  height: 60px;
  font-size: 16px;
  padding-left: 30px;
}
.detail-gallery .hero-video .owl-next,
.detail-gallery .hero-video .owl-prev,
.hero-video .btn,
.hero-video .detail-gallery .owl-next,
.hero-video .detail-gallery .owl-prev {
  background-color: #009f8b;
  border: 0 solid #009f8b;
  border-radius: 0;
  color: #fff;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
}
.hero-video video {
  position: relative;
  transform: translateY(-25%);
  -webkit-transform: translateY(-25%);
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-video video {
    display: none;
  }
}
.contpad {
  padding-left: 38px !important;
}
.confonts {
  color: #fff !important;
  font-size: 14px !important;
}
.martop5 {
  margin-top: 5px;
}
.clrwhite {
  color: #fff !important;
}
.testimonials-carousel a.left {
  border-top-right-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -o-border-top-right-radius: 50%;
  -moz-border-top-right-radius: 50%;
  left: -50px;
  border-bottom-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-bottom-right-radius: 50%;
  -o-border-bottom-right-radius: 50%;
}
.navbar-default .navbar-nav > li > a {
  font-family: MyriadPro-Regular !important;
  font-size: 16px !important;
}
.navbar-nav > li > ul > li > a {
  font-family: MyriadPro-Regular !important;
  font-size: 16px !important;
}
#mobileShow {
  display: none;
}
#mobileShow table,
td,
tr {
  border: 1px #ccc solid;
}
#mobileShow table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 24px;
  width: 100%;
}
#mobileShow td a {
  color: #000;
  font-weight: 600;
}
#mobileShow td {
  text-align: center;
  padding: 6px;
}
i.fa.facolor {
  color: #f16635;
}
@media (min-width: 769px) and (max-width: 991px) {
  #navbar .nav > li > a {
    padding: 5px 11px;
  }
}

span.heading-color {
  color: #f5a104;
}

a.no-leftspace {
  padding-left: 26px;
}
a.no-leftspacecont {
  padding-left: 57px;
}
.service-align .text-justify {
  text-align: center !important;
}
.services img {
  width: 80px;
  height: 80px;
}
.hand-pick {
  background-color: #ebebeb !important;
}
.testimonials-carousel .carousel-inner {
  width: 60%;
  margin: 0 auto;
}
.hand-btn {
  background: #ea9124 !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 20px;
}
p.center-btn {
  text-align: center;
}
#topbar-transparent {
  background: #f8f8f8;
}
h1.home-title {
  color: #4a4949;
  font-size: 35px;
}
@media (min-width: 320px) and (max-width: 575px) {
  h1.home-title {
    color: #4a4949;
    font-size: 35px;
  }
}
p.homet {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
  font-family: FuturaNewBold-Reg;
}
h3.homet {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
}
#topbar-transparent {
  background: #f8f8f800;
}
.nav-trans {
  background-color: #f8f8f800;
}
.navbar-fixed-top.navbar-fixed {
  background-color: #ededed;
}
.instant-switch p {
  position: relative;
  left: -11px;
  text-transform: uppercase;
  font-size: 14px !important;
}
li#oderbt a {
  color: #fff !important;
}
a i.fa.icons.fa-instagram,
a i.fa.icons.fa-linkedin,
a i.fa.icons.fa-pinterest,
a i.fa.icons.fa-rss,
a i.fa.icons.fa-twitter,
li.mobile-social a i.fa.icons.fa-facebook {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 12px;
  line-height: 10px;
  padding: 10px;
  padding-left: 10px;
}
li.mobile-social a i.fa.icons.fa-facebook {
  background: #3b5998;
}
li.mobile-social a i.fa.icons.fa-twitter {
  background: #00acee;
}
li.mobile-social a i.fa.icons.fa-pinterest {
  background: #c8232c;
}
li.mobile-social a i.fa.icons.fa-linkedin {
  background: #0e76a8;
}
li.mobile-social a i.fa.icons.fa-instagram {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
li.mobile-social a i.fa.icons.fa-rss {
  background: #ee802f;
}
i.fa.fa-phone {
  color: #444;
  padding-right: 6px;
}
.topbar {
  position: relative;
  top: -28px;
}
.navbar-fixed-top.navbar-fixed #topbar-transparent {
  top: 6px;
  margin-bottom: 15px;
}
a.address {
  color: #000 !important;
  font-weight: 500 !important;
}
.navbar-header .widthheightlogo {
  top: -40px;
  margin-bottom: -30px;
  position: relative;
}
.navbar-header .widthheightlogo1 {
  top: -22px;
  margin-bottom: -30px;
  position: relative;
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -40px;
}
.navbar-nav > li > ul > li:hover > a {
  color: #fff !important;
}
h2.our-serviceleft {
  font-size: 26px;
  font-family: FuturaNewBold-Reg;
  color: #444;
  padding-bottom: 20px;
  padding-top: 0;
  margin-top: 15px;
  line-height: 1.4;
}
.our-service h3.title {
  color: #4a4949;
  font-size: 32px;
}
h3.testi-title {
  color: #4a4949;
  font-size: 40px;
}
.subpages {
  background: #fff;
}
.breadcrumb.subpages > li a {
  color: #4a4949;
  font-weight: 600;
}
.breadcrumb.subpages > .active {
  color: #27b1e7;
  font-weight: 600;
}
ol.breadcrumb.subpages {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}
.breadcrumb.subpages > li + li:before {
  font-weight: 900;
  color: #ea9124;
}
h3.prop-tit {
  margin-top: 10px;
  margin-bottom: 3px;
  color: #0060b6;
  font-size: 18px;
}
h2.prop-tit {
  margin-top: 10px;
  margin-bottom: 3px;
  color: #0060b6;
}
p.prop-tit {
  margin-top: 10px;
  margin-bottom: 3px;
  color: #0060b6;
}
ul.prop-ul {
  padding-left: 22px;
  font-size: 15px;
}
.feature-box.fbox-bg.fbox-center:first-child {
  margin-top: 44px;
}
.feature-box.fbox-bg.fbox-center {
  padding: 45px 0 30px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: 0 0 10px #dad4d4;
}
.feature-box.fbox-center {
  text-align: center;
}
.feature-box.fbox-bg.fbox-center .fbox-icon {
  position: absolute;
  top: 2px;
  left: 50%;
  margin: 0 0 0 -48px;
}
.feature-box.fbox-bg.fbox-center .fbox-icon img {
  width: 80px;
}
.feature-box h3 {
  margin-top: 10px;
}
.feature-box.fbox-bg.fbox-center a:hover {
  color: #0060b6;
}
ul.clients-grid {
  list-style: none;
  overflow: hidden;
}
.clients-grid.grid-3 li {
  width: 33.33%;
}
.clients-grid li {
  float: left;
  position: relative;
  width: 20%;
  padding: 20px 0;
  -webkit-backface-visibility: hidden;
}
.clients-grid li:before {
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px dashed #ddd;
}
.clients-grid li:after,
.clients-grid li:before {
  content: "";
  position: absolute;
}
.clients-grid li img {
  display: block;
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}
.clients-grid li:after {
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px dashed #ddd;
}
.clients-grid li:first-child:before {
  border-left: 0;
}
.clients-grid li:nth-child(4):before {
  border-left: 0;
}
.clients-grid li:nth-child(7):before {
  border-left: 0;
}
ol.canvas-var {
  padding-left: 20px;
}
.grant-tilte img {
  width: 80px;
  height: 80px;
}
.grant-tilte h3 {
  font-size: 18px;
  margin-top: 7px;
  text-align: center;
}
.services h3:hover {
  color: #0060b6;
}
.contact-widget a {
  color: #333;
}
.review-image {
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
}
ul.usp-list {
  line-height: 1.6em;
}
.or-spacer .mask:after {
  content: "";
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 1000px/25px;
  box-shadow: 0 0 25px #a2a2a2;
}
.or-spacer .mask {
  overflow: hidden;
  height: 20px;
}
.services-line .border-right {
  position: absolute;
  top: 5%;
  right: 0;
  height: 90%;
  width: 1px;
  display: block;
  background-color: #ddd;
}
.services-line .border-bottom {
  display: block;
  position: absolute;
  right: 5%;
  bottom: 5px;
  width: 90%;
  height: 1px;
  background-color: #ddd !important;
}
#carousel-example-generic .carousel-indicators .active {
  background-color: #e9a01d;
  border: 1px solid #e9a01d;
}
#carousel-example-generic .carousel-indicators li {
  border: 1px solid #e9a01d;
}
.resource-image i.fa.fa-youtube-play {
  position: absolute;
  bottom: 50%;
  left: 50%;
  right: 0;
  font-size: 25px;
  color: #c4302b;
}
.resource-image i.fa.fa-play-circle {
  position: absolute;
  bottom: 58%;
  left: 50%;
  right: 0;
  font-size: 50px;
  color: #fff;
}
.resource-image .fa::after {
  width: 50px;
  height: 50px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -3px;
  pointer-events: none;
  border: 4px solid #fff;
  border-radius: 50%;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: intervalHamburgerBorder;
  animation-name: intervalHamburgerBorder;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
a.pdf-btn {
  background-color: #c8232c;
  color: #fff !important;
  border: 0 solid;
  text-transform: capitalize;
  margin-top: 20px;
}
a.pdf-btn:hover {
  background-color: #c8232c;
}
h2.homethead {
  margin-bottom: 20px;
  font-size: 40px;
}
h3.homethead {
  margin-bottom: 20px;
  font-size: 40px;
}
h1.homethead {
  margin-bottom: 25px;
  font-size: 40px;
}
.video-btn {
  position: absolute;
  left: -60px;
  right: 0;
  margin: auto;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.4s 0.6s, transform 0.4s 0.6s;
  animation-delay: 5s;
  top: 10px;
}
.video-btn a {
  color: #fff;
}
.video-btn i {
  color: #fff;
  font-size: 56px;
  position: relative;
  margin-bottom: 5px;
}
.video-btn .fa::after {
  width: 50px;
  height: 50px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 4px solid #fff;
  border-radius: 50%;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: intervalHamburgerBorder;
  animation-name: intervalHamburgerBorder;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes intervalHamburgerBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
@keyframes intervalHamburgerBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
p.pop-buttonform {
  text-align: center;
  margin-top: 10px;
}
a.btn.btn-primary.m-enquiry:hover {
  background: #ea9124;
  color: #fff;
}
a.btn.btn-primary.m-enquiry {
  background: #ea9124;
  border: none;
  text-transform: none;
}
.modal-footer .btn.btn-default.btn-success:hover {
  color: #fff;
}
.get-print {
  -webkit-animation: glowing 1.5s infinite;
  -moz-animation: glowing 1.5s infinite;
  -o-animation: glowing 1.5s infinite;
  animation: glowing 1.5s infinite;
}
@-webkit-keyframes glowing {
  0% {
    background-color: #ff8f23;
    -webkit-box-shadow: 0 0 3px #ff8f23;
  }
  50% {
    background-color: #ff8f23;
    -webkit-box-shadow: 0 0 40px #ff8f23;
  }
  100% {
    background-color: #ff8f23;
    -webkit-box-shadow: 0 0 3px #ff8f23;
  }
}
@-moz-keyframes glowing {
  0% {
    background-color: #ff8f23;
    -moz-box-shadow: 0 0 3px #ff8f23;
  }
  50% {
    background-color: #ff8f23;
    -moz-box-shadow: 0 0 40px #ff8f23;
  }
  100% {
    background-color: #ff8f23;
    -moz-box-shadow: 0 0 3px #ff8f23;
  }
}
@-o-keyframes glowing {
  0% {
    background-color: #ff8f23;
    box-shadow: 0 0 3px #ff8f23;
  }
  50% {
    background-color: #ff8f23;
    box-shadow: 0 0 40px #ff8f23;
  }
  100% {
    background-color: #ff8f23;
    box-shadow: 0 0 3px #ff8f23;
  }
}
@keyframes glowing {
  0% {
    background-color: #ff8f23;
    box-shadow: 0 0 3px #ff8f23;
  }
  50% {
    background-color: #ff8f23;
    box-shadow: 0 0 40px #ff8f23;
  }
  100% {
    background-color: #ff8f23;
    box-shadow: 0 0 3px #ff8f23;
  }
}
@media (max-width: 768px) {
  .marquee-mobile {
    padding-top: 0px !important;
  }
  .why-til {
    margin-top: 25px !important;
  }
  .theme-component-process-list > ul > li {
    margin-bottom: 15px;
  }
  .theme-component-process-list h5 {
    margin-top: 15px;
  }
  .print_title {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 16px !important;
  }
  .art-title span {
    display: block;
    line-height: 1.4em;
  }
  .art-title {
    font-size: 24px;
    margin-top: 0px;
  }
  marquee {
    width: 90% !important;
    position: relative !important ;
    top: -35px !important;
  }
  /*h3.homet {
        margin-top: -56px !important;
    }*/
  .scan-title span {
    display: block;
  }
  h3.get-title {
    font-size: 24px !important;
  }
  .range-sec {
    padding-top: 0px !important;
  }
  .service-title {
    font-size: 22px !important;
  }
  .clients-grid li img {
    width: 60% !important;
  }
  h3.homethead {
    font-size: 24px !important;
    margin-bottom: 10px !important;
    margin-top: 0px;
  }
  #ordeonline {
    display: none !important;
  }
  a.pdf-btn {
    margin-bottom: 20px;
  }
  .video-btn .fa::after {
    border: 0 !important;
  }
  .form-title {
    font-size: 24px !important;
  }
  .services-line .border-bottom {
    height: 0 !important;
  }
  .headline {
    font-size: 24px;
    margin-top: 0px;
  }
  .services img {
    width: 60px !important;
    height: 60px !important;
  }
  .feature-box.fbox-bg.fbox-center .fbox-icon {
    margin: 0 0 0 -30px !important;
  }
  .home-caro-mobile .carousel-indicators {
    display: none;
  }
  h3.mobile-heading {
    text-align: center;
  }
  .carousel-home a.left,
  .carousel-home a.right {
    background: rgba(51, 51, 51, 0.41);
  }
  .mobile-center {
    text-align: center;
  }
  /* .grant-tilte img {
    margin: 0 150px !important;
  } */
  #watch {
    margin-top: 38%;
    width: 27%;
    margin-left: 34%;
    font-size: 12px;
    padding: 6px 0;
    text-transform: capitalize;
  }
  .ordernow i.fa.fa-play-circle {
    font-size: 19px !important;
    margin-top: -46%;
    margin-left: -43%;
  }
  .feature-box.fbox-bg.fbox-center .fbox-icon img {
    width: 65px !important;
  }
  .feature-box.fbox-bg.fbox-center .fbox-icon {
    top: -32px !important;
  }
  .home-caro-ban .carousel-inner > .item > img {
    /*height: 150px !important;*/
    width: 100%;
  }
  .home-slider .home-caro-mobile .carousel-inner > .item {
    height: 250px !important;
    /*background-position: top left !important;*/
  }
  h2.homethead{
    font-size: 24px !important;
  }
  h3.homet {
    font-size: 24px !important;
    margin-bottom: 15px !important;
  }
  h1.home-title {
    font-size: 22px !important;
    text-align: center !important;
  }
  h2.leftbot{
    font-size: 18px !important;
  }

  h4.testi-title1 {
    font-size: 18px !important;
  }
  h3.homethead1 {
    font-size: 18px !important;
  }
  .our-service h3.title {
    text-align: center;
    margin-top: 0 !important;
    font-size: 18px !important;
  }
  h2.our-serviceleft {
    text-align: center;
    margin-top: 0 !important;
    font-size: 18px !important;
  }
  h3.testi-title {
    font-size: 22px !important;
    margin-top: 0 !important;
  }
  .mobile-sec p {
    text-align: center;
    font-size: 16px;
  }
  .mobile-sec h4 {
    font-size: 22px;
    text-align: center;
  }
  .desktopview {
    display: none;
  }
  #topbar-transparent {
    background: #fff !important;
  }
  .home-banner2.small-banner {
    height: 250px !important;
  }
  .home-banner2.small-banner {
    background-position: 32% 43px !important;
    background-size: 100% 100% !important;
  }
  ol.breadcrumb.subpages {
    font-size: 14px;
  }
  .navbar-nav > li > ul > li > a {
    color: #fff !important;
  }
  .mobile-space {
    margin-top: 35px;
  }
  .padding-design {
    padding: 6px 0 0 0;
  }
  .padding-150-150 {
    padding: 0 0;
  }
  .icon-testimonials:before {
    display: none;
  }
  #instant-callback-div {
    height: 100px;
  }
  #instant-callback-div .instant-switch {
    height: 128px;
    width: 33px;
    font-size: 12px;
  }
  .icon-testimonials {
    background-color: transparent !important;
  }
  h4.title {
    color: #333 !important;
    text-align: center;
  }
  .navbar-default .navbar-toggle:focus {
    background-color: transparent !important;
  }
  .navbar-default .navbar-toggle:hover {
    background-color: transparent !important;
  }
  #navbar .navbar-nav {
    margin: 7.5px 0;
  }
  .navbar-nav > li > ul {
    border: 0 solid rgba(0, 0, 0, 0.15) !important;
  }
  .navbar-default .navbar-nav > li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .navbar-nav > li > ul > li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  #mobileShow {
    display: block;
    width: 75%;
    position: fixed;
    bottom: -24px;
    margin-left: auto;
    margin-right: auto;
    z-index: 111111;
    background-color: #fff;
    font-family: poppins;
    font-size: 16px;
  }
  .video-image {
    height: 50px;
    display: inline-block;
    width: 50px;
    position: absolute;
    left: 42%;
    top: 20%;
    text-align: center;
    vertical-align: middle;
  }
  li.mobile-social {
    display: none;
  }
  .list-inline > li {
    padding-right: 2px;
    padding-left: 5px;
  }
  a.line.address {
    font-size: 13px !important;
  }
  .navbar-fixed-top.navbar-absolute-top {
    top: 15px;
  }
  /*    .nav-trans {
        background-color: #f8f8f8;
    }*/
  .navbar-header {
    margin-top: -19px;
    background: #f8f8f8;
    margin-left: -22px !important;
  }
  .navbar-header .widthheightlogo {
    top: -10px;
    margin-bottom: -10px;
    position: relative;
  }
  .widthheightlogo {
    width: 170px;
    height: 75px;
  }
  .navbar-header .widthheightlogo1 {
    top: -10px;
    margin-bottom: -10px;
    position: relative;
  }
  .widthheightlogo1 {
    width: 170px;
    height: 75px;
  }
  .instant-switch p {
    left: -5px !important;
    text-transform: capitalize !important;
  }
  #ordernow {
    display: none !important;
  }
  #ordeprint {
    display: block !important;
  }
  #ordeprint {
    width: 41%;
    margin-top: 161px;
    position: absolute;
    left: 20px;
    text-transform: none;
    background: #ea9124;
  }
  .btn-primary.get-print:hover {
    border: 0;
    color: #fff;
  }
  h1.homet {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .faq-tit {
    position: relative;
    left: -115px;
  }
  .headline {
    font-size: 40px;
  }
  .caro-mobile {
    display: none;
  }
  .map-col {
    margin-top: 63px;
  }
  .grant-tilte img {
    margin: 0 36px !important;
  }
  #watch {
    margin-top: 32.5%;
    margin-left: -44%;
  }
  #ordeprint {
    margin-top: 34%;
    margin-left: 50px;
  }
  .social-links {
    margin-right: -54px !important;
  }
  .mobileview {
    display: none;
  }
  .services-wide {
    margin-top: 20px;
  }
  .home-slider {
    margin-bottom: -59px;
    /*top: -72px;*/
    top: -19px;
  }
  .nav > li > a {
    padding: 20px 9px !important;
  }
  .video-image {
    position: absolute;
    left: 22%;
    top: 32%;
  }
  .video-image {
    height: 50px;
    display: inline-block;
    position: absolute;
    left: 22%;
    top: 41%;
    text-align: center;
    vertical-align: middle;
  }
  .hand-pick {
    padding: 30px 85px 89px 30px !important;
  }
  .our-service {
    padding: 30px 50px 0 0 !important;
  }
  .our-service h3.title {
    padding-left: 97px;
    margin-top: 0;
    margin-bottom: 25px;
  }
  .testimonials-carousel a.testi-arrow.arrow-right {
    left: 150px;
  }
  .testimonials-carousel a.testi-arrow.arrow-left {
    right: 150px;
  }
  h1.home-title {
    margin-top: -7px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: -5px;
    margin-left: -2px;
  }
  .navbar-fixed-top.navbar-fixed .whatsapp {
    top: 66px !important;
  }
  .navbar-fixed-top.navbar-fixed #topbar-transparent {
    top: 1px;
  }
  li#oderbt {
    top: -10px;
  }
  li#oderbt a {
    padding: 12px 8px !important;
  }
  .whatsapp {
    right: 40px !important;
    top: 36px !important;
  }
  .grant-tilte {
    width: 19.666667%;
    float: left;
  }
  h3.mobile-center {
    font-size: 20px;
  }
  .service-title {
    font-size: 34px !important;
    margin-top: 10px;
  }
  .feature-box.fbox-bg.fbox-center .fbox-icon {
    top: -25px !important;
    left: 53% !important;
  }

  .feature-box.fbox-bg.fbox-center .fbox-icon img {
    width: 50px !important;
  }
  .feature-box h3 {
    margin-top: 0 !important;
  }
  a.pdf-btn {
    margin-bottom: 20px;
  }
  .resource-image i.fa.fa-play-circle {
    bottom: 56% !important;
    left: 40% !important;
  }
  .instant-switch p {
    left: -13px;
  }
  .art-title {
    font-size: 34px;
    margin-top: 10px;
  }
  ol.breadcrumb.subpages {
    padding-bottom: 0px !important;
  }
  .map-col {
    margin-top: 63px;
  }
  .contact-widget a {
    font-size: 16px;
  }
  .home-banner2.small-banner {
    background-position: 50% -10px !important;
    height: 343px;
  }
  .navbar-header .widthheightlogo {
    top: -6px !important;
  }
  .navbar-header .widthheightlogo1 {
    top: -6px !important;
  }
  #watch {
    margin-top: 32.5% !important;
    margin-left: -44% !important;
  }
  .video-btn .fa::after {
    border: 0px !important;
  }

  .ordernow i.fa.fa-play-circle {
    font-size: 32px !important;
    margin-top: -8px !important;
  }
  #navbar .nav > li > a {
    padding: 1px 3px;
    margin-top: 5px;
  }
  #ordeprint {
    margin-top: 34% !important;
    margin-left: -56% !important;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 13px !important;
  }
  .carousel-indicators {
    bottom: 0px;
  }
  .widthheightlogo {
    width: 110px;
    height: 55px;
    margin-left: 3px;
  }
  .widthheightlogo1 {
    width: 110px;
    height: 55px;
    margin-left: 3px;
  }
  .carousel-home a.left,
  .carousel-home a.right {
    display: none !important;
  }

  .home-slider .carousel-inner > .item {
    height: 338px !important;
  }
  .footer a {
    font-size: 12px !important;
  }
  .coppyright {
    margin-top: 10px;
  }
  .phone-footer {
    margin-left: 30%;
  }
  .why-mobile {
    width: 50%;
    float: left;
  }

  .choose-mobile {
    width: 50%;
    float: left;
  }
  .home-caro-ban .carousel-inner > .item > img {
    /*height: 150px !important;*/
    width: 100%;
  }

  .home-slider {
    margin-bottom: -59px;
    top: -106px;
  }
  .navbar-header {
    background: 0 0;
  }
  #topbar-transparent {
    background: #f8f8f800 !important;
  }
}

@media only screen and (max-device-width: 480px) {
  /* styles for mobile browsers smaller than 480px; (iPhone) */
  #topbar-transparent {
    display: none;
  }
  .navbar-fixed-top.navbar-absolute-top {
    top: 20px;
    position: fixed;
  }
  .navbar-fixed-top.navbar-absolute-top.navbar-fixed {
    top: 18px;
  }
  .banner_text {
    margin-left: 0px;
    margin-top: 72px;
    font-size: 14px;
  }
  .architect_banner_form {
    display: none;
  }
  .responsive_setting {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .responsive_center {
    text-align: center;
  }
}
