body {
  font-family: "PT Sans Narrow", sans-serif;
  color: #252525;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Sans Narrow", sans-serif;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

/*======================
        HELPER
========================*/

.section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background-color: #fff;
}

.bg-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-overlay-gradient {
  background: #396afc; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2948ff, #396afc); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #2948ff,
    #396afc
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.4;
}

.title h2 {
  margin-top: 10px;
}

span.title-border:before {
  left: 100%;
}

span.title-border:after {
  right: 100%;
}

span.title-border:before {
  content: "";
  background: #dadada;
  width: 45px;
  height: 1px;
  top: 9px;
  position: absolute;
}

span.title-border:after {
  content: "";
  background: #dadada;
  width: 45px;
  height: 1px;
  top: 9px;
  position: absolute;
}

span.title-border {
  padding: 0 8px;
  font-size: 18px;
  line-height: 18px;
  position: relative;
  display: inline-block;
}

.btn-rounded {
  border-radius: 30px;
}

.btn-custom {
  font-size: 15px;
  transition: all 0.4s;
  color: #fff !important;
}

.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 {
  box-shadow: none !important;
}

.btn-outline-custom {
  background-color: transparent;
  border: 1px solid #fff !important;
  transition: all 0.4s;
  color: #fff;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open > .dropdown-toggle.btn-outline-custom {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  box-shadow: none !important;
  color: #000;
}

.btn {
  padding: 12px 25px;
  font-size: 14px;
  letter-spacing: 0.03px;
  font-weight: 700;
  text-transform: uppercase;
}

.vertical-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}

/*==========================
        HOME
============================*/

.bg-home {
  background-image: url("../images/home-bg.jpg");
  background-size: cover;
  background-position: center center;
  height: 100vh;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.home-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
}

.home-sub-title {
  font-size: 22px;
  line-height: 1.8;
  max-width: 600px;
}

.watch-video a span {
  font-size: 16px;
  padding-left: 10px;
  position: relative;
  top: -5px;
}

.play-icon-circle {
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  font-size: 28px;
}

.play-btn-light {
  background-color: #fff !important;
  color: #6c77c0;
  mix-blend-mode: lighten;
}

/*==========================
        FEATURES
============================*/

.features-desc h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.features-desc p {
  font-size: 19px;
}

.features-desc a {
  color: #000;
  transition: all 0.5s;
  font-size: 15px;
  font-weight: 600;
}

.features-desc a i {
  font-size: 16px;
  position: relative;
  top: 2px;
}

.features-border {
  height: 2px;
  width: 70px;
}

/*==========================
        SERVICES
============================*/

.service-box {
  border: 1px dotted #dddddd;
  border-radius: 3px;
  position: relative;
}

.service-left {
  float: left;
}

.service-box .service-icon {
  font-size: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.service-box .service-desc {
  margin-left: 25%;
}

.service-box .service-desc h4 {
  font-size: 18px;
  font-weight: 600;
}

.service-box .service-desc p {
  font-size: 14px;
}

/*==========================
        CONTACT US
============================*/

.form-sub-title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 50px;
}

.form-control {
  margin-bottom: 25px;
  box-shadow: none !important;
  height: 44px;
}

textarea.form-control {
  height: auto;
}

.error {
  margin: 8px 0px;
  display: none;
  color: red;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  background-color: rgba(244, 35, 103, 0.2);
  margin-bottom: 20px;
  text-align: center;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #0dba26;
  font-size: 22px;
}

/*==========================
        FOOTER
============================*/

.company-sub-menu li a {
  color: #808080;
  font-size: 14px;
  margin-bottom: 7px;
  display: inline-block;
  transition: all 0.5s;
}

.footer-title {
  font-size: 15px;
  font-weight: 700;
}

.company-sub-menu li a:hover {
  text-decoration: none;
}

.contact-us p {
  color: #808080;
  font-size: 14px;
  margin-bottom: 7px;
}

.footer-icons li a {
  height: 35px;
  width: 35px;
  color: #808080;
  text-align: center;
  border-radius: 20%;
  font-size: 16px;
  display: inline-block;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #808080;
  transition: all 0.5s;
}

.footer-icons li a:hover {
  color: #fff;
}

.footer-alt .copy-rights {
  margin: 0;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

@media (max-width: 768px) {
  .service-box .service-desc {
    width: auto;
    margin-left: 0%;
  }
  .service-box .service-icon {
    top: -15px;
    position: relative;
    transform: none;
    left: 0;
  }
  .vertical-content {
    display: inherit;
  }
  .features-desc h2 {
    font-size: 26px;
  }
  .home-title {
    font-size: 28px;
  }
  .home-sub-title {
    font-size: 14px;
  }
  .home-half {
    padding-bottom: 85px;
    padding-top: 120px;
  }
  .home-height-half {
    height: 100vh !important;
  }
  .navbar-light .logo {
    line-height: 0px !important;
    padding: 0px !important;
  }
}

/*
* Template Name : Linexon | Responsive Bootstrap Landing Template
* Version : 1.0.0
* Created by : Themesdesign
* File : Template default color
*/

span.title-border,
.features-desc a:hover,
.service-box .service-icon,
.company-sub-menu li a:hover,
.text-custom,
#topnav .has-submenu.active .submenu li.active > a,
#navigation li.active a,
#topnav .navigation-menu > li .submenu li a:hover,
#topnav .navigation-menu .has-submenu .submenu > li:hover > a,
#topnav .navigation-menu > li:hover > a {
  color: #615fe6 !important;
}

.btn-custom,
.bg-custom,
.play-icon-circle,
.main-slider .flex-control-paging li a.flex-active,
.features-border,
.team-social li a:hover,
.plan-price h6,
.footer-icons li a:hover,
#topnav .navbar-toggle.open span:hover {
  background-color: #615fe6;
}

.btn-custom {
  border: 1px solid #615fe6 !important;
}

.team-box.active,
.team-social li a:hover,
.form-control:focus,
.footer-icons li a:hover,
#topnav .has-submenu.active .menu-arrow {
  border-color: #615fe6 !important;
}

.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 {
  background-color: #5250d0;
  border-color: #5250d0;
}

@media (min-width: 992px) {
  #topnav .navigation-menu > li .submenu li a:hover,
  #topnav .navigation-menu .has-submenu .submenu > li:hover > a,
  #topnav .navigation-menu > li:hover > a,
  #topnav .navigation-menu > li:hover > .menu-arrow {
    color: #615fe6;
  }
}

@media (max-width: 991px) {
  #topnav .navigation-menu > li > a:hover,
  #topnav .navigation-menu > li .submenu li a:hover,
  #topnav .navigation-menu > li.has-submenu.open > a,
  #topnav .menu-extras .menu-item .cart > a:hover,
  #topnav .menu-extras .menu-item .search > a:hover,
  #topnav .navigation-menu .submenu.open .has-submenu.open > a,
  #topnav .has-submenu.active a {
    color: #615fe6 !important;
  }
}

.section[id="features"] {
  padding-bottom: 0px;
}
