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

body {
  font-family: "Mulish", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 25px;
}

img {
  width: 100%;
}

@media (max-width: 991px) {
  .mobile-hidden {
    display: none;
  }
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #445192;
}

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

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

.btn {
  color: #fff;
  background-color: #445192;
  border: 2px solid #445192;
  padding: 15px 35px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.5s ease-in-out;
  border-radius: 2px;
  margin: 15px 0;
  text-transform: uppercase;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 991px) {
  .btn {
    padding: 12px 25px;
    letter-spacing: 2px;
    font-size: 18px;
  }
}

.btn:hover, .btn:focus, .btn:active {
  color: #fff;
  background-color: #445192;
  border: 2px solid #445192;
  border-radius: 55px;
}

.title-h {
  font-size: 53px;
  font-weight: 300;
  line-height: 57px;
  color: #222;
  font-family: "Mulish", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 38px;
    line-height: 42px;
    font-weight: 400;
  }
}

.inner-h {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-family: "Mulish", sans-serif;
  color: #111;
}
@media (max-width: 991px) {
  .inner-h {
    font-size: 30px;
    line-height: 32px;
  }
}

.title-p {
  font-size: 22px;
  font-weight: 300;
  line-height: 31px;
  padding-bottom: 20px;
  color: #555;
  letter-spacing: 0px;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 20px;
    line-height: 26px;
  }
}

.sep {
  content: "";
  height: 3px;
  width: 160px;
  background-color: #445192;
  margin: 20px auto;
}

.sep-left {
  content: "";
  height: 3px;
  width: 160px;
  background-color: #445192;
  margin: 20px 0;
}

.sep-right {
  content: "";
  height: 3px;
  width: 160px;
  background-color: #445192;
  margin: 20px 0;
  float: right;
  display: block;
}

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

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

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

.mobile-view {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile-view {
    display: block !important;
  }
}

/******navbar start*******/
.top-bar {
  background-color: #445192;
}
.top-bar p, .top-bar a {
  text-transform: uppercase;
  padding-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .top-bar p, .top-bar a {
    font-size: 12px;
    line-height: 15px;
  }
}
.top-bar a:hover {
  color: #ccc;
}

@media (min-width: 991px) {
  nav.navbar.bootsnav.no-background {
    background-color: #fff;
    border: none;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 22px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #333;
  }
}
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    background: #fff !important;
    border-bottom: solid 1px #eee;
  }
}

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

.navbar-brand {
  padding: 0px 10px 2px 5px;
}
@media (max-width: 1255px) {
  .navbar-brand {
    padding: 1px 0px 2px 0px;
  }
}
@media (max-width: 370px) {
  .navbar-brand {
    padding: 2px 0 0 0;
  }
}

.navbar-brand img {
  width: auto;
  height: 80px;
  margin-top: 0px;
}
@media (max-width: 1180px) {
  .navbar-brand img {
    height: 60px;
    margin-top: 10px;
  }
}
@media (max-width: 370px) {
  .navbar-brand img {
    height: 57px;
    margin-top: 0;
  }
}

.caret {
  margin-left: 4px;
}

@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;
  }
  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: "Mulish", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    color: #333;
    font-size: 21px;
    font-weight: 500;
    padding: 12px 0;
    text-transform: uppercase;
  }
  nav.navbar.bootsnav .btn {
    margin-left: 0px !important;
  }
}
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    border: solid 1px #ccc;
    border-top: 4px solid #445192;
    margin-top: 0px;
    width: 250px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 16px 10px 18px 10px;
    font-weight: 500;
    font-size: 16px;
    color: #445192;
    font-family: "Mulish", sans-serif;
    margin: 14px 0 12px 0;
    letter-spacing: 0px;
    text-transform: uppercase;
  }
}
@media (min-width: 991px) and (max-width: 1050px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #445192;
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #333;
  }
  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: "Mulish", sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #eee;
  }
}
nav.navbar.bootsnav .btn {
  margin-top: 19px;
  text-transform: none;
  font-size: 15px;
  letter-spacing: 0px;
  padding: 8px 22px 8px 22px;
  margin-right: 15px;
  margin-left: 5px;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .btn {
    display: none;
  }
}

nav.bootsnav .btn {
  color: #445192 !important;
  background-color: transparent;
  border: 2px solid #445192;
}

nav.bootsnav .btn:hover {
  color: #fff !important;
  background-color: #445192;
}

@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    font-size: 20px;
    padding: 12px 0;
    line-height: 30px;
  }
  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px;
  }
}
nav.no-background.bootsnav .logo1 {
  display: inline-block !important;
}

nav.navbar-fixed.bootsnav .logo1 {
  display: none;
}

nav.no-background.bootsnav .logo2 {
  display: none !important;
}

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block;
}

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important;
  }
  nav.no-background.bootsnav .logo2 {
    display: inline-block !important;
  }
}
/******navbar end**********/
.hero-arrow {
  height: 100vh;
  position: absolute;
  z-index: 10;
  left: calc(50% - 30px);
  top: 90vh;
}
@media (max-width: 991px) {
  .hero-arrow {
    display: none;
  }
}

.arrow {
  width: 60px;
  height: 82px;
  position: sticky; /* don't forget set container to relative */
  left: calc(50% - 30px);
  margin-left: 0px;
  bottom: 10vh;
  z-index: 999;
}

/* set arrow styles */
.arrow path {
  stroke: #fff;
  stroke-width: 4px;
  fill: transparent;
  animation: down 2s infinite;
}

/* arrow keyframe animation */
@keyframes down {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* arrow animation delay */
.arrow path.a1 {
  animation-delay: -1s;
}

.arrow path.a2 {
  animation-delay: -0.5s;
}

.arrow path.a3 {
  animation-delay: 0s;
}

/*****hero start*********/
/*****hero start*********/
.img-zoom {
  animation: zoom-in 3s ease-out both;
  background: url(../images/img23.jpg) center/cover no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes zoom-in {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 50% 20%;
  }
  100% {
    transform: scale(1.1) translate(20px, -20px);
    transform-origin: center center;
  }
}
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero {
    min-height: 80vh;
  }
}
.hero .hero-box {
  margin-top: 44vh;
}
@media (max-width: 991px) {
  .hero .hero-box {
    margin-top: 27vh;
  }
}
.hero .back {
  background-color: rgba(26, 26, 26, 0.4);
}
.hero h1 {
  font-weight: 500;
  color: #fff;
  margin-top: 0px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.hero h2 {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
  margin-top: 0px;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 24px;
}
@media (max-width: 991px) {
  .hero h2 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.hero .title-h:before {
  border: 10px solid rgba(255, 255, 255, 0.2);
}

/***************hero end******/
/********* services start *********/
.services .services-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
}
@media screen and (max-width: 500px) {
  .services .services-img {
    height: 80px;
  }
}
.services .services-box {
  width: calc(33% - 20px);
  display: inline-block;
  background-color: #fff;
  z-index: 1;
  position: relative;
  margin: 8px 7px;
  padding: 60px 15px 40px 15px;
  border: 1px solid rgb(238, 242, 246);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  overflow: hidden;
  min-height: 330px;
  box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 991px) {
  .services .services-box {
    width: calc(49% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .services .services-box {
    width: calc(100% - 0px);
    margin: 8px 0px;
    min-height: auto;
    padding: 40px 0px 30px 0px;
  }
}
.services .services-box h3 {
  font-size: 23px;
  line-height: 29px;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  color: #445192;
  text-transform: uppercase;
}
.services .services-box a {
  font-family: "Mulish", sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 500;
  display: block;
  margin-top: 0px;
  color: #333;
}
.services .services-text {
  padding: 10px 15px 10px 15px;
}
.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: 0.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: #445192;
}

.services-box:hover {
  box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.1);
}

/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 140px 0;
}
@media (max-width: 991px) {
  .cta {
    padding: 80px 0;
  }
}
.cta h3 {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.cta p {
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .cta p {
    font-size: 20px;
    line-height: 24px;
  }
}
.cta .back {
  background-color: rgba(13, 13, 13, 0.55);
}
.cta .btn {
  margin-top: 10px;
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/******** cta end ********/
.index-img {
  padding: 40vh 0;
}
@media screen and (max-width: 991px) {
  .index-img {
    padding: 100px 0;
  }
}

@media screen and (max-width: 991px) {
  .mobile-back {
    background-color: rgba(242, 242, 242, 0.6);
    padding: 20px;
  }
}

.about-index-img {
  height: 600px;
}
@media screen and (max-width: 600px) {
  .about-index-img {
    height: 220px;
  }
}

.padding-text {
  padding: 70px 0 0 30px;
}
@media screen and (max-width: 991px) {
  .padding-text {
    padding: 20px 0 0 0px;
  }
}

/******** services start ********/
.partners-box {
  width: calc(25% - 20px);
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-shadow: 2px -2px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 7px;
}
@media screen and (max-width: 991px) {
  .partners-box {
    width: calc(33% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .partners-box {
    width: calc(49% - 10px);
    margin: 7px 3px;
    padding: 10px;
  }
}

.partners-img {
  height: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .partners-img {
    height: 90px;
  }
}

/******footer start****/
.footer {
  padding-top: 90px;
  position: relative;
}
.footer .back {
  background-color: rgba(242, 242, 242, 0.9);
}
.footer h4 {
  font-weight: 600;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #445192;
}
.footer a {
  font-size: 18px;
  line-height: 29px;
  color: #333;
  font-weight: 400;
}
.footer a:hover {
  text-decoration: none;
  color: #445192;
}
.footer ul {
  padding-left: 20px;
}
.footer .footer-box {
  padding: 0px 0px 0px 40px;
}
@media (max-width: 991px) {
  .footer .footer-box {
    padding: 0;
  }
}
.footer .svg-inline--fa {
  margin-right: 5px;
  font-size: 12px;
  height: 34px;
  width: 34px;
  color: #fff;
  border: 2px solid #445192;
  background-color: #445192;
  padding: 7px;
  border-radius: 3px;
}
.footer .svg-inline--fa:hover {
  background-color: transparent;
  color: #445192;
  color: #445192;
}
.footer img {
  margin-top: -5px;
  margin-bottom: 25px;
  width: 85%;
}
@media (max-width: 991px) {
  .footer img {
    padding: 20px 10px;
  }
}

.copyright {
  padding-bottom: 20px;
  margin-top: 30px;
}
.copyright p, .copyright a {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .copyright p, .copyright a {
    line-height: 16px;
  }
}

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