html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 24px; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #0086bd; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

p {
  color: #333; }

section {
  padding: 80px 0;
  position: relative; }
  @media (max-width: 768px) {
    section {
      padding: 50px 0; } }

.btn {
  color: #fff;
  background-color: #0086bd;
  border: 3px solid #0086bd;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  padding: 12px 25px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out;
  border-radius: 0; }
  @media (max-width: 500px) {
    .btn {
      padding: 12px 45px; } }

.btn:hover {
  color: #fff;
  background-color: transparent;
  border: 3px solid #0086bd;
  color: #0086bd; }

.title-h {
  font-size: 52px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: 3px;
  padding-bottom: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 36px;
      line-height: 40px; } }

.title-p {
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 20px;
  color: #333; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 20px;
      line-height: 26px; } }

.sep {
  content: "";
  height: 5px;
  width: 220px;
  background: #0086bd;
  margin: 20px 0; }

.sep-middle {
  content: "";
  height: 5px;
  width: 220px;
  background: #0086bd;
  margin: 20px  auto; }

.back-img {
  background-size: cover;
  background-position: center; }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/******navbar start*******/
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 15px;
    background-color: transparent; }

  .navbar-toggle .svg-inline--fa {
    color: #0086bd; } }
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee; }

.navbar {
  min-height: 85px; }
  @media (max-width: 991px) {
    .navbar {
      min-height: 66px; } }

.navbar-brand {
  padding: 4px 5px 2px 15px; }
  @media (max-width: 1200px) {
    .navbar-brand {
      padding: 11px 5px 2px 15px; } }
  @media (max-width: 991px) {
    .navbar-brand {
      padding: 2px 5px 2px 10px; } }

.navbar-brand img {
  width: auto;
  height: 75px; }
  @media (max-width: 1200px) {
    .navbar-brand img {
      height: 58px; } }
  @media (max-width: 991px) {
    .navbar-brand img {
      height: 62px; } }

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 140px;
  margin-top: 8px; }

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 62px;
    width: auto;
    margin-top: 0; } }
.caret {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(242, 242, 242, 0.9);
    border: solid 1px #ccc;
    border-top: 4px solid #ccc;
    margin-top: 12px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 32px 12px 10px 12px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #0086bd;
    font-family: "Oswald", sans-serif; } }
  @media (min-width: 991px) and (max-width: 1270px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 32px 10px 10px 10px;
      font-size: 15px; } }
  @media (min-width: 991px) and (max-width: 1200px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 32px 7px 10px 7px;
      font-size: 13px; } }

@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #0086bd; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 11px 10px;
    border-bottom: solid 1px #ccc;
    color: #333;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: uppercase; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #0086bd; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #333 !important;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    background: #fff; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase !important;
    color: #fff;
    font-size: 15px;
    padding: 5px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px; } }
#navbar-menu > ul ul {
  list-style: none;
  padding-left: 15px; }

#navbar-menu > ul ul li a {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase !important;
  font-weight: 300;
  color: #333;
  font-size: 15px; }

/******navbar end**********/
/*****hero start*********/
.hero {
  position: relative;
  min-height: 85vh; }
  @media (max-width: 991px) {
    .hero {
      min-height: 65vh; } }
  .hero .hero-box {
    margin-top: 35vh; }
    @media (max-width: 991px) {
      .hero .hero-box {
        margin-top: 20vh; } }
  .hero .back {
    background: rgba(0, 0, 0, 0.4); }
  .hero h1 {
    color: #fff;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 3px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); }
    @media (max-width: 991px) {
      .hero h1 {
        font-size: 46px;
        line-height: 54px; } }
  .hero h2 {
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 35px;
    margin-top: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 45px;
    font-family: "Roboto Condensed", sans-serif; }
    @media (max-width: 991px) {
      .hero h2 {
        font-size: 28px;
        line-height: 33px; } }
  .hero .btn {
    padding: 15px 35px; }

/***************hero end******/
/*********services start*******/
.testimonial {
  padding: 10px; }
  @media (max-width: 991px) {
    .testimonial {
      padding: 5px; } }

.service-img {
  background-size: cover;
  background-position: center;
  height: 470px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 750px) {
    .service-img {
      height: 270px; } }

.service-box:hover .service-img {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1); }

.service-box {
  overflow: hidden;
  position: relative;
  box-shadow: 1px 1px 20px #ccc;
  box-shadow: 1px -1px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  z-index: 2; }
  .service-box .link {
    z-index: 2; }
  .service-box .back {
    z-index: 2;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }

.service-box h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  z-index: 3; }

.service-box:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }

.services .owl-nav {
  position: absolute;
  top: 43%;
  left: -35px;
  right: -35px; }
  @media (max-width: 768px) {
    .services .owl-nav {
      left: 5px;
      right: 5px; } }
.services .owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 4px 2px;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  background: transparent;
  opacity: 1; }
  @media (max-width: 768px) {
    .services .owl-theme .owl-controls .owl-nav [class*=owl-] {
      width: 14px; } }
.services .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  opacity: .7; }
.services .owl-prev {
  float: left; }
.services .owl-next {
  float: right; }
.services .owl-theme .owl-dots .owl-dot.active span, .services .owl-theme .owl-dots .owl-dot:hover span {
  background: #0086bd; }

/******services end********/
/************ left-right boxes *********/
.services-right-text {
  padding: 0; }

.services-right-text .services-img {
  margin-right: 45vw; }

@media screen and (max-width: 991px) {
  .services-right-text .services-img {
    margin-right: 0; } }
.services-right-text .services-img2 {
  display: none; }

@media screen and (max-width: 991px) {
  .services-right-text .services-img2 {
    height: 220px;
    display: block; } }
.services-right-text .services-text {
  padding: 150px 100px;
  width: 50vw;
  margin-left: 50vw;
  background-color: #f5f5f5;
  margin-right: -45vw; }

@media screen and (max-width: 991px) {
  .services-right-text .services-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%; } }
.services-right-text .btn {
  margin-top: 30px; }

.services-right-text .title-p {
  padding-bottom: 20px;
  margin-top: 0; }

.services-right-text .title-h {
  margin-bottom: 0px; }

.services-left-text {
  padding: 0; }

.services-left-text .services-img {
  margin-left: 45vw; }

@media screen and (max-width: 991px) {
  .services-left-text .services-img {
    margin-left: 0; } }
.services-left-text .services-img2 {
  display: none; }

@media screen and (max-width: 991px) {
  .services-left-text .services-img2 {
    height: 220px;
    display: block; } }
.services-left-text .services-text {
  padding: 150px 100px;
  width: 50vw;
  margin-right: 50vw;
  background-color: #f5f5f5;
  margin-left: -45vw; }

@media screen and (max-width: 991px) {
  .services-left-text .services-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%; } }
/*********************/
/*************** slider ****************/
.slider {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 40px;
  min-height: 70vh;
  position: relative;
  z-index: 3;
  overflow: hidden; }
  @media (max-width: 768px) {
    .slider {
      min-height: 60vh; } }

.slider #owlCarousel,
.slider .owl-stage-outer,
.slider .owl-stage,
.slider .owl-item-bg,
.slider .owl-item {
  min-height: 70vh; }
  @media (max-width: 768px) {
    .slider #owlCarousel,
    .slider .owl-stage-outer,
    .slider .owl-stage,
    .slider .owl-item-bg,
    .slider .owl-item {
      min-height: 60vh; } }

.slide-text-box {
  z-index: 4;
  padding: 30px 40px 0px 40px; }
  @media (max-width: 768px) {
    .slide-text-box {
      padding: 30px 0px 0px 20px; } }

.slider p {
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  color: #333;
  margin-bottom: 40px;
  margin-top: 40px;
  font-weight: 400;
  line-height: 30px; }

.owl-item.active .slide-content {
  -webkit-transform: translate(-10%, 0%) rotate3d(1, 0, 0, 0);
  transform: translate(-10%, 0%) rotate3d(1, 0, 0, 0);
  transition-delay: 0.3s; }

.slide-content {
  transition: all 2s ease; }

.slider #owlCarousel {
  width: 100%;
  overflow: hidden;
  position: relative; }

.slider .owl-item {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden; }

.slider .owl-item-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 20px;
  margin: 5px;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #ccc; }

.slide-content {
  padding-top: 5vh;
  margin-left: 10%;
  padding-bottom: 50px; }

.slider .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px; }

.slider .owl-theme .owl-dots .owl-dot.active span, .slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #0086bd;
  width: 12px;
  height: 12px; }

.slider .back {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(242, 242, 242, 0.75);
  z-index: 0; }

@media (max-width: 991px) {
  .slider .back {
    width: 100%; }

  .slider {
    width: 94%;
    margin-left: 3%; }

  .slider p {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
    line-height: 26px;
    font-weight: 400; } }
/***** slider end********/
/******* logos start *********/
.logos {
  padding: 0; }
  .logos .logo-box {
    width: 24.9%;
    display: inline-block;
    padding: 10px 40px; }
    @media (max-width: 991px) {
      .logos .logo-box {
        padding: 5px;
        width: 49.9%; } }

/***** logos end **********/
/************client start***********/
.clients {
  padding: 30px 0 20px 0; }
  @media (max-width: 991px) {
    .clients {
      text-align: center;
      padding-top: 15px; } }
  .clients img {
    vertical-align: middle; }
  .clients .client-img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 120px; }
  .clients .owl-theme .owl-controls {
    text-align: center; }
  .clients .owl-theme .owl-dots .owl-dot.active span, .clients .owl-theme .owl-dots .owl-dot:hover span {
    background: #000; }
  .clients .owl-theme .owl-dots .owl-dot span {
    background: #0086bd; }

/*************client end************/
/******footer start****/
.footer {
  background-image: url(../images/pattern2.png);
  background-position: center;
  background-repeat: repeat;
  padding-top: 60px; }
  @media (max-width: 991px) {
    .footer {
      padding-top: 40px;
      padding-bottom: 20px; } }
  .footer h4 {
    font-family: "Oswald", sans-serif;
    letter-spacing: 4px;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #999; }
  .footer a {
    font-size: 17px;
    line-height: 28px;
    color: #333;
    font-weight: 300;
    font-family: "Roboto Condensed", sans-serif; }
  .footer a:hover {
    text-decoration: none;
    color: #0086bd; }
  .footer ul {
    list-style: none;
    padding-left: 0; }
  .footer .footer-box {
    padding: 20px 15px 70px 15px; }
    @media (max-width: 991px) {
      .footer .footer-box {
        padding: 10px 0 10px 0; } }

.footer-logo {
  width: 90%;
  margin: 20px 0 40px 0; }
  @media (max-width: 991px) {
    .footer-logo {
      margin: 10px 0 20px 0;
      width: 90%;
      margin-left: 5%; } }

/*****footer end******/
.footer-bottom {
  padding: 0;
  background-color: #111; }
  .footer-bottom p {
    color: #f2f2f2;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 8px; }

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