/* Template Name: 
   Author: Themesdesign
   Version: 1.0.0
   Created: Jan 2019
   File Description: Main Css file of the template
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");

body {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  line-height: 1.8;
}

.font-primary {
  font-family: "Poppins", sans-serif;
}

.container-fluid {
  padding: 0;
}

.navbar-brand.logo {
  background-color: #212529;
  height: 90px;
  /* width: 200px; */
  text-align: center;
  line-height: 85px;
  padding: 0;
}

.nav-icon li a {
  margin: 0 12px !important;
}

.nav-item .nav-link {
  display: inline-block;
  color: #212529;
  text-decoration: none;
}

.nav-item .nav-link:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #212529;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.navbar-collapse {
  padding: 0 300px 0 80px;
}

.navbar-custom {
  padding: 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
}

.navbar-custom .navbar-nav li a {
  line-height: 26px;
  color: #777777;
  font-size: 12px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 6px 0;
  margin: 0 16px;
  font-weight: 400;
}

.navbar-custom .navbar-nav li .nav-link {
  padding-right: 0px;
  padding-left: 0px;
  text-transform: uppercase;
}

.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  font-size: 18px;
  background: 0 0;
  border: 1px solid transparent;
  color: #ffffff;
  outline: 0;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
  color: #212529 !important;
}

.navbar-custom .navbar-nav li.active a:after,
.navbar-custom .navbar-nav li a:hover:after,
.navbar-custom .navbar-nav li a:active:after {
  width: 100%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: transparent;
  border-color: #67a8e4;
}

.menu-toggle {
  padding: 4.5px 10px !important;
}

.menu-toggle span {
  line-height: 27px;
}

/*---NAVBAR STICKY--*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  color: #000000 !important;
}

.nav-sticky.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  border: 1px solid transparent;
  outline: 0;
}

.nav-sticky .navbar-nav {
  margin-top: 0px;
}

.nav-sticky .navbar-nav li a {
  color: #777777 !important;
}

.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #212529 !important;
}

.nav-sticky.navbar-custom .navbar-nav li.active a:after,
.nav-sticky.navbar-custom .navbar-nav li a:hover:after,
.nav-sticky.navbar-custom .navbar-nav li a:active:after {
  width: 100%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.navbar-collapse .navbar-nav .nav-item {
  margin-top: 6px;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-custom.navbar-light .navbar-nav li.active a,
.navbar-custom.navbar-light .navbar-nav li a:hover,
.navbar-custom.navbar-light .navbar-nav li a:active {
  color: #ffffff !important;
}

.navbar-light .nav-item .nav-link:after {
  background: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.6);
}

/*---NAVBAR STICKY--*/
.navbar-light .nav-sticky.navbar-custom {
  margin-top: 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  color: #212529 !important;
}

.navbar-light .nav-sticky.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  border: 1px solid transparent;
  outline: 0;
}

.navbar-light.nav-sticky .nav-item .nav-link:after {
  background: #212529 !important;
}

.navbar-light.nav-sticky.navbar-custom .navbar-nav li.active a,
.navbar-light.nav-sticky.navbar-custom .navbar-nav li a:hover,
.navbar-light.nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #212529 !important;
}

.navbar-light.nav-sticky.navbar-custom .navbar-nav li.active a:after,
.navbar-light.nav-sticky.navbar-custom .navbar-nav li a:hover:after,
.navbar-light.nav-sticky.navbar-custom .navbar-nav li a:active:after {
  width: 100%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.navbar-light .navbar-toggler {
  color: #212529;
  border-color: transparent;
}

@media (min-width: 200px) and (max-width: 768px) {
  .navbar-custom {
    margin-top: 0px;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    color: #ffffff !important;
  }

  .navbar-custom .navbar-nav {
    margin-top: 0px;
  }

  .navbar-custom .navbar-nav li a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #777777 !important;
    margin: 0px;
  }

  .navbar-custom .navbar-nav li.active a {
    border-color: transparent;
  }

  .navbar-custom>.container {
    width: 90%;
  }

  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #212529;
  }

  .navbar-collapse {
    padding: 0 20px;
  }

  .nav-icon {
    display: block;
  }

  .nav-icon li a {
    margin: 0 10px !important;
  }

  .navbar-light .nav-item .nav-link:after {
    background: #212529;
  }

  .navbar-custom.navbar-light .navbar-nav li.active a,
  .navbar-custom.navbar-light .navbar-nav li a:hover,
  .navbar-custom.navbar-light .navbar-nav li a:active {
    color: #212529 !important;
  }
}

.text-custom {
  color: #fa5043 !important;
}

.text-gradient {
  background: linear-gradient(45deg, #fb2d49 0%, #fa6340 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-custom {
  background-color: #fa5043;
}

.btn {
  padding: 14px 36px;
  border: 1px solid;
  font-size: 13px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-sm {
  padding: 10px 30px;
  font-size: 12px;
}

.btn-custom {
  background: linear-gradient(45deg, #fb2d49 0%, #fa6340 100%);
  color: #ffffff;
  border-color: transparent;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
  outline: none;
  text-decoration: none;
  color: #ffffff;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  text-decoration: none;
  -webkit-box-shadow: 0 3px 20px -8px #000;
  box-shadow: 0 3px 20px -8px #000;
}

.btn-outline {
  color: #fa5043;
  border-color: #fa5043;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active,
.btn-outline.focus,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover,
.open>.dropdown-toggle.btn-outline {
  outline: none;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(45deg, #fb2d49 0%, #fa6340 100%);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 3px 20px -8px #000;
  box-shadow: 0 3px 20px -8px #000;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.bg-overlay video {
  object-fit: cover;
  /* Ensure the video covers the entire area */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-overlay video img.video-notload {
  background-image: url("../images/home-3-bg.jpg");
  position: relative;
  background-size: cover;
  padding: 280px 0px 210px 0px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.6);
}


.bg-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Light gray color with some transparency */
  z-index: 1;
  /* Ensures the overlay is on top of the video */
}

.bg-gradient {
  background-image: linear-gradient(45deg, #fb2d49 0%, #fa6340 100%);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: inherit;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.home-1-bg {
  background-color: #f8f9fa;
  padding: 230px 0px 140px 0px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.6);
}

.home-1-icon i {
  background: linear-gradient(45deg, #fb2d49 0%, #fa6340 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.home-1-title-text {
  position: relative;
}

.home-1-title-text .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.home-1-title-text .letter {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  display: inline-block;
  line-height: 1em;
  font-weight: 500;
}

.home-2-title {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.4;
}

.home-2-registration-form {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}

.home-2-registration-form .registration-input-box {
  padding: 20px;
}

.home-3-bg {
  background-image: url("../images/home-3-bg.jpg");
  position: relative;
  background-size: cover;
  padding: 280px 0px 210px 0px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.6);
}

.home-3-title {
  padding: 50px 32px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}

.home-3-title-text {
  position: relative;
}

.home-3-title-text .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.home-3-title-text .letter {
  display: inline-block;
  line-height: 1em;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.home-4-bg {
  background-image: url("../images/bg-custom-aig-2.jpg");
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 100vh;
}

.play-icon-circle {
  background: #ffffff;
  height: 46px;
  width: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

.home-4-title {
  text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
  line-height: 1.4;
  font-size: 50px;
}

.home-5-bg {
  background-image: url("../images/home-5-bg.jpg");
  position: relative;
  background-size: cover;
  height: 100vh;
  background-position: center center;
}

.home-5-title {
  text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
}

.mover-img {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

.home-6-bg {
  position: relative;
  overflow: hidden;
}

.home-6-bg .carousel-control-next,
.home-6-bg .carousel-control-prev {
  width: 6%;
}

.home-6-bg .carousel-item,
.home-6-bg .carousel {
  height: 100vh;
  width: 100%;
}

.home-6-bg .carousel-item {
  background-position: center center !important;
  background-size: cover !important;
}

.slide-icon {
  height: 50px;
  width: 50px;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slide-icon i {
  font-size: 50px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}

.home-7-bg {
  background-image: url("../images/home-7-bg.jpg");
  position: relative;
  background-size: cover;
  height: 100vh;
  background-position: center center;
}

.hori-border-1:after {
  content: "";
  height: 1px;
  width: 120%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -10%;
  right: 0;
  bottom: -30px;
}

.hori-border-1:before {
  content: "";
  height: 1px;
  width: 120%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -10%;
  right: 0;
  top: -30px;
}

.verti-border-2:after {
  content: "";
  width: 1px;
  height: 160%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: -30px;
  top: -29%;
}

.verti-border-2:before {
  content: "";
  width: 1px;
  height: 160%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -30px;
  top: -29%;
}

.home-8-bg {
  background-image: url("../images/home-8-bg.png");
  position: relative;
  background-size: cover;
  height: 100vh;
  background-position: center center;
}

.home-8-bg-overlay {
  background-image: linear-gradient(45deg, #0cebeb, #20e3b2, #29ffc6);
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.home-8-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.home-9-bg {
  background-image: url("../images/home-9-bg.jpg");
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  padding: 280px 0 220px 0;
  overflow: hidden;
}

.home-9-bg-overlay {
  background-image: url("../images/home-overlay-img.png");
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-desc-box {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}

.space {
  padding: 0 6px;
}

.home-desc-icon {
  font-size: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.home-10-bg {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(50%, #feeee4),
      color-stop(50%, #fef4e4));
  background-image: linear-gradient(to right, #feeee4 50%, #fef4e4 50%);
  background-size: cover;
  padding: 260px 0px 220px 0px;
  background-repeat: no-repeat;
}

.title {
  letter-spacing: 2px;
}

.title:after {
  content: "";
  height: 2px;
  width: 60px;
  background-color: #fa5043;
  position: absolute;
  bottom: 35px;
  left: 16px;
}

.desc-title {
  font-size: 32px;
  max-width: 370px;
  font-weight: 500;
}

.counter-content {
  overflow: hidden;
}

.counter-icon i {
  -webkit-text-stroke: 1px #fa5043;
  -webkit-text-fill-color: transparent;
}

.office-add-box {
  position: absolute;
  top: -70px;
  right: 0;
  height: auto;
  width: 272px;
  background-color: #fa5043;
  padding: 38px;
}

.office-icon i {
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
}

.service-icon {
  border: 1px solid #e9e9e9;
  height: 70px;
  width: 70px;
  line-height: 86px;
  text-align: center;
  position: absolute;
  top: 12px;
  border-radius: 50px;
  background-color: #f8f9fa;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-icon i {
  font-size: 36px;
  color: #777777;
}

.service-box {
  padding: 60px 32px 32px;
  border: 1px solid #e9e9e9;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-box:hover {
  background-color: #ffff;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-box:hover .service-icon {
  background-color: #fa5043;
  border-color: #fa5043;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  transition: all 0.5s;
  -webkit-box-shadow: 0 6px 14px 0px rgba(250, 80, 67, 0.3);
  box-shadow: 0 6px 14px 0px rgba(250, 80, 67, 0.3);
}

.service-box:hover .service-icon i {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-box .read-more a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-box .read-more a:hover {
  color: #fa5043 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.features-content h1 {
  font-size: 66px;
  font-weight: 300;
}

.features-content .features-border {
  height: 2px;
  width: 40px;
  background-color: #fa5043;
}

.features-bottom-img {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}

.clients-bg {
  background-image: url("../images/clients-bg.png");
  background-size: cover;
  position: relative;
  background-position: center;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
  margin-bottom: 48px;
}

.clients-desc .desc {
  line-height: 2;
}

.quote-img img {
  position: absolute;
  bottom: -50px;
  opacity: 0.1;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}

.owl-theme .owl-controls .owl-page span {
  width: 8px;
  height: 7px;
  margin: 5px 6px;
  background: #fa5043;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  width: 13px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 20px;
}

.pricing-box {
  border: 1px solid #e9e9e9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
}

.pricing-box:hover,
.pricing-box.active {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  border-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing-box:hover .price,
.pricing-box.active .price {
  background: linear-gradient(45deg, #fb2d49 0%, #fa6340 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 8px rgba(250, 80, 67, 0.3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing-box:before {
  content: "";
  height: 55px;
  width: 55px;
  background-color: rgba(250, 80, 67, 0.15);
  position: absolute;
  border-radius: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 7px;
  top: -12px;
}

.pricing-box:after {
  content: "";
  height: 70px;
  width: 70px;
  background-color: rgba(250, 80, 67, 0.15);
  position: absolute;
  border-radius: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -27px;
  top: 52px;
}

.pricing-desc h3 {
  max-width: 370px;
}

.pricing-item li {
  padding: 10px 0;
}

.price {
  padding: 24px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news-box {
  border: 1px solid #e9e9e9;
}

.news-box .learn-more i {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news-box .learn-more a:hover {
  color: #fa5043 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news-box .learn-more a:hover i {
  opacity: 1;
  margin-left: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.news-box .news-date {
  position: absolute;
  background-color: rgba(250, 80, 67, 0.9);
  top: 20px;
  right: 20px;
  height: 70px;
  width: 70px;
  border-radius: 4px;
  padding-top: 0px;
  text-align: center;
  padding: 6px;
}

.news-box .news-date .date-border {
  border: 1px solid rgba(238, 238, 238, 0.9);
  width: 100%;
  height: 100%;
  padding: inherit;
}

.news-box .news-date .date-border h4 {
  line-height: 0.9;
}

.contact-icon {
  border: 1px solid #777777;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  line-height: 48px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contact-icon i {
  font-size: 22px;
}

.contact-details:hover .contact-icon {
  background-color: #fa5043;
  border-color: #fa5043;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contact-details:hover .contact-icon i {
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contact-details:hover .info-title {
  color: #fa5043;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f9f9f9;
  border-color: #fa5043;
}

.form-control {
  padding: 22px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.error {
  margin: 8px 0px;
  display: none;
  color: red;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 13px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #f36270;
  color: #f36270;
  border-radius: 5px;
  font-size: 14px;
  border-radius: 4px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #0dba26;
  font-size: 22px;
}

.bg-footer {
  padding-top: 50px;
  padding-bottom: 34px;
  position: relative;
}

.company-sub-menu li {
  margin: 10px 0;
}

.company-sub-menu li i {
  opacity: 0;
  color: #fa5043;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.company-sub-menu li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.company-sub-menu li a:hover {
  color: #fa5043 !important;
  margin-left: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.company-sub-menu li a:hover i {
  opacity: 1;
  margin-right: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-icon li {
  margin: 0 8px !important;
}

.footer-icon li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-icon li a:hover {
  color: #fa5043 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 200px) and (max-width: 768px) {
  .mt-100 {
    margin-top: 100px;
  }

  .quote-img img {
    bottom: -10px;
  }

  .mt-32 {
    margin-top: 32px;
  }

  .home-2-registration-form.w-75 {
    width: 50% !important;
  }

  .home-6-bg .carousel-control-next,
  .home-6-bg .carousel-control-prev {
    width: 15%;
  }

  .verti-border-2:before {
    height: 137%;
    top: -18%;
  }

  .verti-border-2:after {
    height: 137%;
    top: -18%;
  }
}

@media (max-width: 425px) {
  .home-1-title h1 {
    font-size: 44px !important;
  }

  .home-2-title {
    font-size: 24px;
  }

  #counter .counter-icon {
    float: none !important;
    margin: 0 !important;
  }

  #counter .about-counter {
    text-align: center;
  }

  .office-add-box {
    position: relative !important;
    width: 100%;
    top: -30px;
  }

  .quote-img img {
    bottom: 20px;
    right: 30px;
    left: inherit;
  }

  .clients-bg {
    background: none;
  }

  .home-2-registration-form.w-75 {
    width: 75% !important;
  }

  .slide-icon {
    position: absolute;
    bottom: 70px;
  }

  .home-6-bg .carousel-control-next,
  .home-6-bg .carousel-control-prev {
    width: 30%;
  }

  .home-4-title {
    font-size: 30px !important;
  }

  .hori-border-1:before {
    display: none;
  }

  .hori-border-1:after {
    display: none;
  }

  .verti-border-2:before {
    display: none;
  }

  .verti-border-2:after {
    display: none;
  }

  .home-5-title {
    font-size: 3.5rem !important;
  }

  .home-5-bg {
    height: auto;
  }

  .home-9-bg {
    padding: 140px 0 90px 0;
  }

  .pull-none {
    float: none !important;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}

@media (max-width: 325px) {
  .slide-icon {
    bottom: 35px;
  }
}

@media (max-width: 375px) {
  .home-2-registration-form.w-75 {
    width: 90% !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {

  .home-6-bg .carousel-control-next,
  .home-6-bg .carousel-control-prev {
    width: 12%;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .navbar-collapse {
    padding: 0;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #0cebeb, #20e3b2, #29ffc6);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1,
.cube2 {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }

  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.custom-contact-section {
  background-image: url('../images/contact-bubbles.jpeg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-overlay {
  background-color: #fff;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */