body {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  height: 200vh;
  position: relative;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}

p {
  color: #b3b3b3;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.site-navbar-wrap {
  position: absolute;
  z-index: 9999;
  width: 100%;
  left: 0;
}

.site-navbar-wrap a {
  color: #fff;
}

.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

.site-navbar-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
}

.company_logo {
  max-width: 100%;
}

.companyContact .mailid,
.companyContact .phoneno {
  color: #000;
}

.companyContact a .icon-envelope {
  color: #006dbf;
}

.companyContact a .icon-phone {
  color: #76fb04;
}

.site-navbar .site-logo {
  font-weight: 200;
  line-height: 0;
  top: -7px;
  position: relative;
}

.site-navbar .site-logo a {
  font-weight: 200;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
  text-align: center;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  font-weight: 500;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
  padding: 10px 5px;
}

.site-navbar .site-navigation .site-menu>li>a {
  padding: 20px 10px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a.active {
  color: #fff;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #fff;
}

.site-navbar .site-navigation .site-menu>li:last-child {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu>li:last-child>a {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  border-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:first-child>a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:last-child>a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
  font-weight: 600;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #ebeef0;
  color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #ebeef0;
  color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper+.site-blocks-cover {
  margin-top: 96px;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar ul li.active a {
  color: #fff;
}

.sticky-wrapper .site-navbar {
  background-color: hsl(0deg 0% 80% / 50%);
}

.sticky-wrapper.is-sticky .site-navbar {
  background-color: #a0a0a0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li {
  display: inline-block;
  padding: 10px 5px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child {
  padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child>a {
  padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.has-children>a {
  padding-right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a {
  padding: 10px 10px;
  color: #000;
  font-size: 18px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a:hover {
  color: #ec1c24 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a.active {
  color: #ec1c24 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.active a {
  color: #ec1c24;
}

#page {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

#page h1 {
  font-weight: bold;
  font-size: 64px;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  text-align: left;
  letter-spacing: -2px;
  color: #444;
}

#page h1 small {
  font-weight: normal;
  font-size: 18px;
  display: block;
  color: #999;
  letter-spacing: 0;
}

.see-documentation-p {
  text-align: right;
  margin-top: 30px;
}

/* .btn {
  transition: background 300ms;
  border-radius: 2px;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -3px inset;
  text-transform: uppercase;
  font-weight: bold;
} */

.btn.btn-green {
  color: white;
  background: #009688;
}

.btn.btn-green:hover {
  background: #00695c;
}

.btn.btn-yellow {
  color: black;
  background: #fdd835;
}

.btn.btn-yellow:hover {
  background: #fbc02d;
}

.btn.btn-small {
  padding: 3px 7px;
  font-size: 11px;
}

.skitter-themes {
  text-align: center;
  margin-bottom: 10px;
}

.skitter-themes ul li {
  display: inline-block;
}

.skitter-themes ul li a {
  padding: 10px;
  display: inline-block;
  color: black;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  border: 2px solid;
  margin: 0 5px 10px 5px;
}

.skitter-themes ul li a.active {
  color: #999;
}

.skitter-animations {
  text-align: center;
  margin: 20px 0 10px 0;
}

.skitter-animations h3 {
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.skitter-animations ul li {
  display: inline-block;
}

.skitter-animations ul li a {
  display: inline-block;
  color: black;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid;
  margin: 0 5px 10px 5px;
}

.skitter-animations ul li a.active {
  color: #999;
}

@media (max-width: 767px) {
  .skitter-themes ul li a {
    margin: 0 2px 5px 2px;
    padding: 5px;
    font-size: 12px;
  }
}

/* ------------------------------------------
          Skitter custom settings
        ---------------------------------------------*/
.skitter-large-box {
  width: 100%;
}

.skitter-small-box {
  max-width: 400px;
}

.skitter-medium-box {
  max-width: 500px;
}

.padding_space {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-heading {
  margin-bottom: 60px;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading h2 {
  color: #ec1c24;
  text-transform: capitalize;
  font-weight: 600;
}

.section-heading h4,
.section-heading p {
  margin-top: 30px;
  color: #2f2b75;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

.nav.choose_us_ul li {
  padding: 18px;
  box-shadow: 0px 2px 21px #ebebeb;
  margin-bottom: 30px;
  border-radius: 8px;
  transition: all .4s ease;
}

.nav.choose_us_ul li:hover {
  background-color: #397cf2;
  transition: all .4s ease;
  cursor: pointer;
}

.nav.choose_us_ul li:hover p {
  color: #dedede;
}

.nav.choose_us_ul li:hover h4 {
  color: #dedede;
}

.nav.choose_us_ul li h4 {
  margin-bottom: 7px;
}

.choose_us_img {
  display: flex;
  max-height: auto;
  max-width: 217px;
  text-align: center;
  margin: 0px auto;
}

.skitter.sliderSkit {
  position: relative !important;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  margin-top: 0px;
  text-transform: uppercase;
  color: #444444;
}

.process-row {
  padding-top: 20px;
  display: flex;
  position: relative;
  padding-bottom: 20px;
}

/* .process-row:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  border: 1px solid #eb0028;
  top: 50%;
} */

/* .process-row:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #010101;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
} */

/* @-webkit-keyframes MOVE-BG {
  from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  to {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
  }
}

@keyframes MOVE-BG {
  from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  to {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
  }
} */

.process-step {
  margin-right: 10%;
  position: relative;
}

.process-step:before {
  position: absolute;
  right: -203px;
  width: 147px;
  height: 2px;
  background-color: #eb0028;
  content: "";
  top: 42%;
  transform: translate(-50%, -50%);
  display: block;
}

.process-icon {
  width: 170px;
  text-align: center;
  height: 170px;
  float: left;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #eb0028;
  position: relative;
  padding-top: 40px;
  margin-bottom: 10px;
  animation: pulse-black 1s infinite;
}

@keyframes pulse-black {
  0% {
    /* transform: scale(0.95); */
    box-shadow: 0 0 0 0 rgba(235, 0, 40, 0.7);
  }

  70% {
    /* transform: scale(1); */
    box-shadow: 0 0 0 10px rgba(235, 0, 40, 0);
  }

  100% {
    /* transform: scale(0.95); */
    box-shadow: 0 0 0 0 rgba(235, 0, 40, 0);
  }
}

.process-icon span {
  width: 50px;
  height: 50px;
  background-color: #eb0028;
  border: 2px solid #fff;
  color: #fff;
  line-height: 50px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(-50%, -50%);
  margin-top: 0px;
  border-radius: 100%;
  font-weight: 700;
}

.process-step:last-child:before {
  display: none;
}

.process-step p {
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  clear: both;
  margin-bottom: 0px;
  color: #322e77;
  font-weight: 600;
}

.flip-box {
  background-color: transparent;
  width: 100%;
  height: 230px;
  perspective: 1000px;
  margin-bottom: 30px
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform .8s;
  transform-style: preserve-3d
}

.flip-box-front {
  background-color: rgb(231 231 231 / 0%);
  color: #000;
  border-radius: 10px;
}

.flip-box-back,
.flip-box-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.flip-box-back {
  background-color: #fff;
  color: #fff;
  transform: rotateY(180deg);
  border-radius: 10px;
  box-shadow: 0 0 25px 17px rgb(0 0 0 / 15%);
  padding: 10px 0 0;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.flipbox-image {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.flipbox-image .flipimage .imgCenter {
  border-radius: 10px;
}

.flip-box-content {
  position: absolute;
  bottom: 0%;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  background-color: rgb(0 0 0 / 30%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.flip-box-content h2 {
  font-size: 23px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

.flip-box-content p {
  color: #fff;
  padding: 10px 15px
}

.flip-box-back-content h2 {
  font-size: 23px;
  color: #0c5adb
}

.flip-box-back-content p {
  color: #232323;
  padding: 10px 15px 3px
}

.flip-box-back-content a {
  padding: 9px 30px;
  color: #fff;
  background-color: #0c5adb;
  border-radius: 4px 4px 4px 4px;
  display: inline-block
}

.flip-box:hover .flip-box-inner {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg)
}

.flip-box:hover .flip-box-front {
  box-shadow: 0 0 10px 3px #ccc
}

.services_section {
  background-color: #1f425d;

}

.services_section .section-heading h2 {
  font-size: 150px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: transparent;
  opacity: .5;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: -4px;
}

/* footer start */
footer {
  background-color: #000000;
}

.footer-widgets {
  padding-top: 20px;
}

.widgets-col {
  padding: 0 5px 0 5px;
}

.widgets-col p {
  color: #fff;
}

.widgets-col p span {
  color: #fff;
  font-weight: 500;
}

.widgets-col svg path {
  fill: #ffc107;
}

.widgets-col>h3 {
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 1px;
  word-spacing: 1px;
  color: #ec1c24;
  line-height: 40px;
  font-weight: 600;
}

.widgets-col ul {
  padding: 0;
}

.widgets-col ul li {
  list-style: none;
  padding: 1px;
}

.widgets-col ul li a {
  line-height: 33px;
  text-decoration: none;
  display: block;
}

.widgets-col ul li a:hover {
  color: #ec1c24;
}

.widgets-col h4 {
  font-size: 16px;
  color: #fff;
  padding: 15px 0;
}

.widgets-col .widget_app img {
  width: 80px;
}

footer a {
  color: #fff;
  font-weight: 600;
}

footer a.navbar-brand {
  background-color: #fff;
  border-radius: 5px;
}

.coppy-right {
  padding: 20px 0 0 0;
  background-color: #000000;
  margin: 0px;
}

.coppy-right .col-md-4 {
  float: left;
}

.coppy-right p {
  color: #fff;
  font-size: 12px;
  padding-top: 15px;
}

.coppy-right a {
  color: #fff;
  padding: 0 10px;
}

.coppy-right .cmpLink {
  color: #fff
}

.coppy-right  .social-icons a {
  color: #000;
}

.coppy-right ul.social-icons {
  background-color: #ffc107;
  text-align: center;
  margin-bottom: 0;
  padding: 12px;
}

.coppy-right ul.social-icons::before {
  content: "";
  border-top: 49px solid transparent;
  border-right: 28px solid #ffc107;
  border-bottom: 0 solid transparent;
  position: absolute;
  top: 0;
  left: -12px;
}

.coppy-right ul.social-icons::after {
  content: "";
  border-top: 49px solid transparent;
  border-left: 28px solid #ffc107;
  border-bottom: 0 solid transparent;
  position: absolute;
  top: 0;
  right: -12px;
}

.social-icons li,
.testimonial-rating li {
  list-style-type: none;
  display: inline-block;
}

.coppy-right ul.footer-menu {
  margin-bottom: 0;
  padding: 15px 0 0 0;
  float: right;
}

.coppy-right ul.footer-menu li {
  display: inline-block;
}

.coppy-right .footer-menu a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 0 2px;
}

.widgets-col ul.widget_app li {
  list-style: none;
  display: inline-block;
}

.offer-section {
  background: linear-gradient(113deg, #191919 43%, rgba(31, 31, 31, 0.88) 67%, rgba(0, 0, 0, 0.02) -6%), url(../images/background/truckbg4.png);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 100%; */
  padding-bottom: 60px;
}

.offer-section .title-section span:before,
.offer-section .title-section span:after {
  border: 1px solid #fff;
}

.offer-section .title-section h1 {
  text-transform: capitalize;
  font-family: 'open-sans';
  margin-bottom: 0;
  color: #fff;
}

.offer-section .title-section h4 {
  text-transform: capitalize;
  margin-bottom: 0;
  background: linear-gradient(90deg, #040405 -6%, #454646 38%, #101011 90%);
  color: #fff;
  padding: 10px;
  font-size: 1.8rem;
}

.offer-section .title-section.center h2 {
  margin: 10px 0;
}

.offer-section .col-md-6.choose-desc ul {
  margin-bottom: 0;
}

.offer-section .col-md-6.choose-desc {
  /* float: left; */
  display: inline-block;
}

.offer-section h2 {
  color: #f4c201;
}

.offer-section .item {
  position: relative;
  height: 56px;
  z-index: 999;
  max-width: 100px;
}

.offer-section .item h4 {
  /* position: absolute; */
  z-index: 999;
  text-align: center;
  right: 0;
  justify-content: center;
  transform: translate(2px, -17px);
  left: 0;
  align-items: center;
  display: flex;
  -webkit-clip-path: polygon(72% 0, 100% 50%, 72% 100%, 28% 100%, 0 50%, 28% 1%);
  clip-path: polygon(72% 0, 100% 50%, 72% 100%, 28% 100%, 0 50%, 28% 1%);
  width: 120px;
  height: 108px;
  background: #f4c201;
  font-weight: 800;
  top: 12px;
  color: #000;
  font-family: 'Raleway', sans-serif;
}

.offer-section .content {
  position: relative;
  background-color: #454646;
  color: #fff;
  min-height: 80px;
  font-size: 22px;
  align-items: center;
  display: flex;
  justify-content: left;
  text-align: left;
  padding: 20px 20px 20px 125px;
  top: -60px;
  -webkit-clip-path: polygon(0% 0%, 92% 1%, 100% 50%, 92% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 92% 1%, 100% 50%, 92% 100%, 0% 100%);
  margin-left: 62px;
}

.offer-section .content::after {
  border-left: 20px solid #454646;
  border-bottom: 31px solid transparent;
  position: absolute;
  top: -2px;
  right: -20px;
}

.offer-section .content .icon {
  padding: 10px;
  font-size: 40;
  font-size: 38px;
}

.offer-section .choose-desc li {
  list-style-type: none;
  max-width: 455px;
  margin-bottom: 20px;
}

.title-section {
  max-width: 600px;
  width: auto;
}

.title-section.center {
  margin: 0 auto;
  text-align: center;
}

.title-section.center h2 {
  text-transform: uppercase;
}

.title-section span,
.faq-section .service-form span {
  display: inline-block;
  position: relative;
}

.title-section span:before,
.title-section span:after {
  content: "";
  position: absolute;
  border: 1px solid #000;
  top: 20px;
  width: 70px;
}

.title-section span:before {
  right: 100%;
  margin-right: 15px;
}

.title-section span:after {
  left: 100%;
  margin-left: 15px;
}

.space {
  padding: 50px 0px 0px 0px;
}

.pb-60 {
  padding-bottom: 60px;
}

/*==========================================
1.3 team-area start
============================================*/
.team-area {
  padding: 100px 0 70px;
  background: #fff;
}

.team-img {
  position: relative;
  overflow: hidden;
}

.team-img:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}

.team-single {
  margin-bottom: 30px;
}

.team-single:hover .team-img:before {
  opacity: .5;
}

.team-img img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  max-width: 100%;
}

.team-single:hover .team-img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

.social-1st {
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.team-single:hover .thumb-content span {
  opacity: 1;
}

.team-single:hover .social-1st {
  opacity: 1;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}

.social-1st ul {
  list-style-type: none;
  margin: 0;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-left: 5px;
}

.social-1st li {
  padding-bottom: 5px;
}

.social-1st li a {
  display: block;
  height: 45px;
  width: 45px;
  background: #fff;
  color: #333;
  line-height: 45px;
  border-radius: 50%;
}

.social-1st li a:hover {
  background: #34ccff;
  color: #fff;
}

.social-1st li:nth-child(2) a {
  margin-top: 0px;
  transition: all .3s;
}

.social-1st li:nth-child(3) a {
  margin-top: 0px;
  transition: all .3s;
}

.team-img {
  position: relative;
}

.team-wrap {
  margin-bottom: 30px;
}

.team-content {
  text-align: center;
  padding: 30px 0;
  background: #f5f5f5;
}

.team-content h4 {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: all .3s;
}

.team-content h4:hover {
  color: #34ccff;
}

.team-content span {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

.clients-area {
  position: relative;
  z-index: 1;
  background-color: #ffc107;
  padding: 35px 0px;
}

.clients-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url(../images/background/client-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.client-circle .client-circle-1 {
  position: absolute;
  top: 10%;
  left: 0;
}

.circle {
  width: 40px;
  height: 40px;
  background-color: #ec1c24;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  border: 13px solid #ff9800;
  animation: pulse-black 1s infinite;
}

.client-circle .client-circle-2 {
  position: absolute;
  top: 40%;
  left: 3%;
}

.client-circle .client-circle-3 {
  position: absolute;
  top: 75%;
  left: 0%;
}

.client-circle .client-circle-4 {
  position: absolute;
  top: 10%;
  right: 20%;
}

.client-circle .client-circle-5 {
  position: absolute;
  top: 25%;
  right: 5%;
}

.client-circle .client-circle-6 {
  position: absolute;
  top: 70%;
  right: 0;
}

.client-circle .client-circle-7 {
  position: absolute;
  bottom: 5%;
  right: 35%;
}

.section-title h2 {
  font-size: 35px;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.2;
  color: #252525;
  margin-bottom: 0;
}

.clients-area .section-title h2 {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.clients-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 6%);
  box-shadow: 0 0 15px rgb(0 0 0 / 6%);
  padding: 30px 40px 25px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.clients-content::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 10px;
}

.clients-content .content {
  padding-left: 110px;
  position: relative;
  margin-bottom: 30px;
}

.clients-content .content img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: unset !important;
  width: 85px !important;
  height: 85px !important;
}

.clients-content .content .quoteDiv {
  position: absolute;
  bottom: -10px;
  left: 60px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #ffc221;
  color: #ffffff;
  text-align: center;
}

.clients-content .content h3 {
  padding-top: 20px;
  margin-bottom: 0;
}

.clients-content .content span {
  margin-bottom: 0;
}

.clients-content p {
  margin-bottom: 0;
}

.ft-about-section-2 {
  padding: 140px 0px 100px;
}

.ft-section-title-2 {
  margin: 0 auto;
  max-width: 90%;
}

.ft-section-title-2 .sub-title {
  font-size: 20px;
  font-weight: 700;
  color: #ea1e00;
}

.ft-section-title-2 h2 {
  position: relative;
  color: #003440;
  font-size: 36px;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 25px;
  margin: 0;
}

.ft-about-text-wrapper-2 .ft-section-title-2 h2 {
  max-width: 385px;
}

.ft-section-title-2 h2 span {
  color: #ea1e00;
}

.pera-content p {
  margin-bottom: 0;
  color: #2a2a2a;
}

.ft-about-feature-wrapper-2 {
  margin-top: 40px;
}

.ft-about-feature-list-item {
  padding: 18px 15px 20px 15px;
  border-radius: 6px;
  margin-bottom: 0px;
  -webkit-box-shadow: 1.91px 10.833px 50px 0px rgb(68 68 68 / 15%);
  box-shadow: 1.91px 10.833px 50px 0px rgb(68 68 68 / 15%);
}

.ft-about-feature-list-item .ft-about-feature-icon {
  width: 55px;
  height: 55px;
  margin-right: 15px;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.ft-about-feature-list-item .ft-about-feature-icon i {
  font-size: 30px;
  line-height: 0.75;
  color: #ea1e00;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.ft-about-img-2-wrapper {
  padding-left: 40px;
  z-index: 1;
}

.ft-about-img-2 {
  overflow: hidden;
  border-radius: 8px;
}

.ft-about-img-2 img {
  max-width: 100%;
  height: auto;
}

.offset-custom-2 {
  margin-top: 90px;
  margin-left: 0;
  margin-right: 0;
}

.unit {
  display: flex;
  flex: 0 1 100%;
  margin-bottom: -15px;
  margin-left: -20px;
}

.unit-left, .unit-right {
  flex: 0 0 auto;
  max-width: 100%;
}

.unit > * {
  margin-bottom: 15px;
  margin-left: 20px;
}

.bg-default {
  background-color: #f2f3f9;
}

.thumbnail-classic .thumbnail-classic-icon {
  margin-left: auto;
  margin-right: auto;
}

.thumbnail-classic:hover .thumbnail-classic-icon {
  color: #fff;
}

.thumbnail-classic-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  transition: 450ms ease-in-out;
  color: #3a4ed5;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.thumbnail-classic-icon:before {
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  opacity: 0;
  background: linear-gradient(-45deg, #3a4ed5 15%, #95ffe0);
}

.thumbnail-classic-icon:before, .thumbnail-classic-icon:after {
  position: absolute;
  content: "";
  display: inline-block;
  border-radius: 50%;
  transition: 450ms ease-in-out;
}

.thumbnail-classic-icon:after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #d8dae2;
  pointer-events: none;
}

.thumbnail-classic-secondary .thumbnail-classic-icon::after {
  border-color: #3a4ed5;
}

.thumbnail-classic span {
  position: relative;
}

.thumbnail-classic-icon .icon {
  font-size: 48px;
}

.thumbnail-classic-icon svg {
  transform: translate(0, 0);
}

.thumbnail-classic-secondary .thumbnail-classic-text {
  letter-spacing: .02em;
  color: #838386;
  opacity: 1;
}

.thumbnail-classic-secondary .divider {
  background: #3a4ed5;
  display: inline-block;
  border: 0;
  font-size: 0;
  line-height: 0;
  height: 3px;
  max-width: 100px;
  width: 100%;
  max-width: 60px;
}

.thumbnail-classic:hover .thumbnail-classic-icon:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  box-shadow: 0 8px 29px rgb(63 9 102 / 25%);
}

.thumbnail-classic:hover .thumbnail-classic-icon:after {
  opacity: 0;
}

.section-choose {
  background-image: url("../images/background/bg-dots.png");
}

.box-shadow {
  box-shadow: 0px 15px 39px 0px rgb(8 18 109 / 10%);
}

.detailsbox .detailscontent  {
  padding: 3rem 1rem;
}

.detailsbox svg {
  font-size: 50px;
}

.section-map {
  background: #e3e3e3;
  padding: 15px;
}

.section-form {
  background-image: url("../images/background/bgdubai.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #ececec;
}

.section-map .mapstyle {
  border-radius: 5px;
  margin-top: 0;
  box-shadow: 0 0 6px 1px #1d1c43;
  margin-bottom: 0;
}

.form-control {
  height: 55px;
  padding: 0 30px;
}

textarea.form-control {
  height: 150px;
}

.hover-ripple {
  transition: 0.2s ease-in;
}

.hover-ripple::after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  opacity: 0;
  transform: scale(0.9);
  border-radius: inherit;
}

.contactbtn .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.hover-ripple:hover {
  transform: scale(0.97);
}

.contactbtn .btn {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  padding: 15.5px 28px;
  border-radius: 35px;
  font-weight: 700;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in;
  white-space: nowrap;
}

.contactBanner {
  width: 100%;
  height: auto;
  position: relative;
}

.contact_image {
  width: 100%;
}