@import url(helpers.css);

/********* Basic style fix *********/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  list-style: none;
}

body {
  color: #333;
  line-height: 1.3;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
}

img {
  width: 100%;
  height: auto;
}

span, a, a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.section-head {
  text-align: center;
}
.section-head h4 {
  font-size: 40px;
  font-weight: 300;
  padding-bottom: 15px;
  position: relative;
}
.section-head h4:after {
  content: '';
  width: 80px;
  height: 2px;
  background: #243E92;
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
}
.section-head h4 span {
  font-weight: 800;
}
.section-head p {
  font-weight: 400;
  font-size: 16px;
  word-spacing: 1px;
  margin-top: 15px;
}

.half-imgl {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-attachment: fixed;
}

.half-imgr {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-attachment: fixed;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
  background-color: #F1F1F2;
}

.full-width {
  width: 100% !important;
}

.bg-gray {
  background: #f7f7f7;
}

.bg-light-blue {
  background: #243E92;
  color: #fff;
}

.bg-dark-blue {
  background: #0B1E3E;
  color: #fff;
}

.bg-gray .owl-theme .owl-dots .owl-dot span {
  background: #777;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.section-padding {
  padding: 80px 0;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.section-title{
  text-align: left;
}
h2.section-title:after {
     background: none repeat scroll 0 0 #243E92;
     bottom: 6px;
     content: "";
     display: block;
     height: 6px;
     position: relative;
     width: 28px;
}

.solutions h2.section-title:after {
     background: none repeat scroll 0 0 #fff;
}

.extra-title {
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 15px;
}

.sub-heading {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}

.sub-title {
  letter-spacing: 2px;
  color: #243E92;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F7F8FA;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #243E92;
}

.wow {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

/********* Navbar styles *********/

.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 9;
}
.navbar .icon-bar {
  color: #fff;
}
.navbar .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 700;
  color: #eee;
  letter-spacing: .5px;
  margin: 10px 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.navbar .navbar-nav .active {
  color: #0B1E3E !important;
}

.navbar-collapse {
    padding-right: 10px;
}

.nav-scroll {
  background: #fff;
  border-bottom: 1px solid rgba(12, 12, 12, 0.1);
  padding: 3px;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.nav-scroll .icon-bar {
  color: #222;
}
.nav-scroll .navbar-nav .nav-link {
  color: #a5a5a5;
}

.logo {
  padding: 6px 10px;
  width: 240px;
}

/********* Header styles *********/

.header {
  height: 100vh;
  overflow: hidden;
}
.header .caption {
  margin-top: 30px;
  z-index: 9;
}
.header .caption h5 {
  font-weight: 200;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.header .caption h5 span {
  font-weight: 600;
}
.header .caption h1 {
  font-weight: 800;
  margin: 10px 0;
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.header .caption p {
  font-weight: 400;
  margin: 5px 0 30px;
  font-size: 18px;
  color: #fff;
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.header .buton {
  margin-top: 40px;
  padding: 15px 30px;
  background: #0B1E3E;
  color: #fff;
  border-radius: 3px;
  font-family: 700;
  border: 2px solid #0B1E3E;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  text-shadow: 2px 2px 4px #000;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.header .buton:hover {
  background: transparent;
  border: 2px solid #0B1E3E;
}
.header .arrow {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  z-index: 8;
}
.header .arrow i {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.header .arrow i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.header .arrow i:hover:after {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.slider .arrow, .slider-fade .arrow {
  display: none !important;
}
.slider .owl-item, .slider-fade .owl-item {
  height: 100vh;
  position: relative;
}
.slider .item, .slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.slider .item .caption, .slider-fade .item .caption {
  z-index: 9;
}
.slider .owl-theme .owl-dots, .slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.bg-vid, #canvas-basic {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

/********* Section nrhd-res styles *********/

.nrhd-res .intro {
  padding: 100px 0;
}
.nrhd-res .intro .content {
  padding: 0 30px;
}
.nrhd-res .intro .logo-img {
  width: 70px;
  margin: 0 auto 15px;
}
.nrhd-res .feats .item {
  padding: 80px 30px;
  border: 1px solid #eee;
}
.nrhd-res .feats .item .icon {
  font-size: 60px;
  color: #243E92;
  margin-bottom: 50px;
}
.nrhd-res .feats .item h6 {
  margin-bottom: 20px;
}
.nrhd-res .feats .item .more {
  margin-top: 30px;
  font-weight: 600;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.nrhd-res .feats .item .more i {
  font-size: 10px;
  -webkit-transition: padding .5s;
  transition: padding .5s;
}
.nrhd-res .feats .item .more:hover {
  color: #243E92;
}
.nrhd-res .feats .item .more:hover i {
  padding-left: 5px;
}
.nrhd-res .quote {
  margin-top: 50px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
  position: relative;
}
.nrhd-res .quote .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #243E92;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: -25px;
  right: 0px;
  -webkit-box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
}
.nrhd-res .quote img {
  margin-top: 10px;
  width: 60px;
  border-radius: 50%;
  float: left;
}
.nrhd-res .quote .info {
  margin-top: 20px;
  margin-left: 80px;
}
.nrhd-res .quote .info span {
  margin-top: 5px;
  font-size: 12px;
  color: #888;
}

/********* Section about styles *********/

.about .content {
  padding: 100px 0;
}
.about .content .item {
  margin-bottom: 15px;
}
.about .content .item .icon {
  font-size: 15px;
  padding-right: 5px;
  color: #243E92;
}
.about .content .item h6 {
  font-size: 15px;
}
.about .fbox {
  padding-left: 15px;
}

.about-team .bc-item-img {
    width: 60px;
    margin: auto;
    overflow: hidden;
    -webkit-transition: all .2s;
    transition: all .2s;
}

/********* Section solutions styles *********/

.solutions .item {
  padding: 30px 15px;
}
.solutions .item:hover .icon {
  background: #243E92;
  color: #fff;
}
.solutions .item .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #f7f7f7;
  font-size: 30px;
  color: #243E92;
  margin: 0 auto 15px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.solutions .item h6 {
  margin-bottom: 10px;
  font-size: 17px;
}

.solutions .bc-item {
    padding: 0 30px;
}

.model-item-img {
    width: 100px;
    margin: auto;
    overflow: hidden;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.contact-item-img {
    width: 60px;
    margin: auto;
    overflow: hidden;
    -webkit-transition: all .2s;
    transition: all .2s;
}
/********* horizontal styles *********/

.horizontals .pitem {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px -4px rgba(0, 0, 0, 0.1);
}
.horizontals .pitem .post-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.horizontals .pitem .content {
  padding: 0 20px 10px 20px;
}
.horizontals .pitem .content .tag {
  font-size: 12px;
  color: #243E92;
  margin-bottom: 15px;
}
.horizontals .pitem .content h5 {
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.horizontals .owl-carousel .owl-stage-outer {
  padding: 20px 0 20px;
}



/********* client-carousel styles *********/

.client-carousel {
  background-color: #F1F1F2;
}
.client-carousel .titem {
  padding: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}
.client-carousel .titem:hover .bc-item-img {
  border-radius: 0;
}
.client-carousel .titem .bc-item-img {
  margin: auto;
  overflow: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.client-carousel .titem .info {
  padding: 15px 0 7px;
}
.client-carousel .titem .info h6 {
  font-size: 16px;
  margin-bottom: 2px;
}
.client-carousel .owl-carousel .owl-stage-outer {
  padding: 15px 0;
}

.client-carousel .owl-dots {
  display: none;
}

/********* about-carousel styles *********/

.about-carousel .titem {
  padding: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}
.about-carousel .titem:hover .bc-item-img {
  border-radius: 0;
}
.about-carousel .bc-item-img {
  width: 60px;
  margin: auto;
  overflow: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.about-carousel .titem .info {
  padding: 15px 0 7px;
}
.about-carousel .titem .info h6 {
  font-size: 16px;
  margin-bottom: 2px;
}
.about-carousel .owl-carousel .owl-stage-outer {
  padding: 15px 0;
}

.about-carousel .owl-dots {
  display: none;
}

/********* solutions-carousel styles *********/

.solutions-carousel .titem {
  padding: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}
.solutions-carousel .titem:hover .bc-item-img {
  border-radius: 0;
}
.solutions-carousel .bc-item-img {
  width: 60px;
  margin: auto;
  overflow: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.solutions-carousel .titem .info {
  padding: 15px 0 7px;
}
.solutions-carousel .titem .info h6 {
  font-size: 16px;
  margin-bottom: 2px;
}
.abosolutionsut-carousel .owl-carousel .owl-stage-outer {
  padding: 15px 0;
}



/********* Sections contact styles *********/

.contact .contact-info {
  background-attachment: fixed;
}
.contact .contact-info .icon {
  padding: 50px 15px;
  background: rgba(255, 255, 255, 0.1);
  float: left;
  font-size: 20px;
}
.contact .contact-info .cont {
  margin-left: 30px;
}
.contact .contact-info h6 {
  font-family: inherit;
  font-size: 14px;
  margin-bottom: 5px;
}
.contact .contact-info p {
  font-size: 14px;
}

.contact .contact-info p span {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.contact .form input[type='text'],
.contact .form input[type='email'],
.contact .form textarea {
  width: 100%;
  padding: 15px;
  font-size: 14px;
  border: 0;
  background: #f7f7f7;
  border-radius: 5px;
}
.contact .form textarea {
  height: 175px;
  max-height: 175px;
  max-width: 100%;
}
.contact .form input[type='submit'] {
  padding: 10px 30px;
  background: #0B1E3E;
  color: #fff;
  font-size: 14px;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.contact .form input[type='submit']:hover {
  background: #243E92;
}
.contact .themap {
  background: #222;
  padding: 0;
}
.contact .themap .map {
  height: 380px;
  width: 100%;
}

/* Footer */
footer {
  background: #0B1E3E;
  color: #fff;
  padding: 20px 0;
}
footer .logo {
  padding: 0;
}
footer .social-icon a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #171717;
  border-radius: 50%;
  font-size: 12px;
  margin: 15px 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
footer .social-icon a:hover {
  background: #243E92;
}
footer p {
  font-weight: 300;
}

/* Responsive fix */
@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }

  .mb-md30 {
    margin-bottom: 30px;
  }

  .mb-md0 {
    margin-bottom: 0;
  }

  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #fff;
    text-align: center;
    padding: 10px 0;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
    color: #222 !important;
  }

  .half-imgl,
  .half-imgr {
    display: none;
  }

  .about .content {
    border-top: 1px solid #eee;
  }

}
@media screen and (max-width: 767px) {
  .mb-sm50 {
    margin-bottom: 50px;
  }

  .mb-sm30 {
    margin-bottom: 30px;
  }

  h1 {
    font-size: 30px;
  }
}