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

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

img {
  width: 100%; }

a {
  color: #6f6f6f;
  outline: none;
  text-decoration: none; }

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

p {
  color: #333; }

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

.title-h {
  color: #111;
  font-size: 45px;
  line-height: 52px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .title-h {
      font-size: 32px;
      line-height: 37px; } }

.title-p {
  margin-bottom: 50px;
  margin-top: 15px;
  font-size: 24px;
  line-height: 30px;
  color: #333;
  font-weight: 300; }
  @media (max-width: 768px) {
    .title-p {
      font-size: 20px;
      line-height: 26px; } }

.little-h {
  position: relative; }

.little-h h4 {
  text-transform: uppercase;
  padding-left: 80px;
  letter-spacing: 1px;
  color: #273997; }

.little-h h4:before {
  content: "";
  display: inline-block;
  width: 70px;
  margin: 0;
  position: absolute;
  top: 9px;
  left: 0px;
  border-style: solid;
  border-width: 1px 0 0; }

.btn {
  color: #fff;
  background-color: #273997;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0px;
  letter-spacing: 2px;
  border: 2px solid #273997;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase; }

.btn:hover {
  color: #fff;
  background-color: #151f51;
  border-color: #151f51;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.btn:focus {
  color: #fff;
  background-color: #273997;
  border-color: #273997; }

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #273997;
  border-color: #273997; }

.btn:not(:disabled):not(.disabled).active, .btny:not(:disabled):not(.disabled):active, .show > .btn.dropdown-toggle {
  color: #fff;
  background-color: #273997;
  border-color: #273997; }

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #fff;
  background-color: #273997;
  border-color: #273997; }

.btn:focus {
  box-shadow: none; }

.btn.focus, .btn:focus {
  box-shadow: none; }

.btn-nav1 {
  color: #fff !important;
  background-color: #273997 !important;
  padding: 9px 17px !important;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  border: 2px solid #273997;
  font-family: "Oswald", sans-serif; }

.btn-nav1:hover {
  background-color: #151f51 !important;
  border: 2px solid #151f51; }

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

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

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

/*****navbar start******/
.navbar {
  min-height: 70px; }

.navbar-brand {
  padding: 2px 15px; }

.navbar-brand img {
  width: auto;
  padding-top: 2px;
  height: 63px;
  margin-left: 20px; }
  @media (max-width: 991px) {
    .navbar-brand img {
      height: 60px;
      width: auto;
      margin-top: 0px; } }

.caret {
  margin-left: 4px; }

@media (min-width: 1024px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    min-width: 250px;
    border-top: 5px solid #273997;
    margin-top: 16px; }

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

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 26px 15px 10px 15px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    border-radius: 0 !important; }

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

  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;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    color: #273997;
    text-transform: capitalize;
    font-family: "Oswald", sans-serif; } }
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover {
  color: #111;
  background-color: #f5f5f5; }

@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;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    color: #151f51 !important;
    padding: 25px 0 0 0;
    letter-spacing: 1px; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 20px; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none; }

  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 20px; }

  .btn-nav1 {
    margin-left: 0;
    margin-right: 0; }

  .btn-nav2 {
    margin-bottom: 10px !important; } }
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar ul.nav > li > a:hover,
nav.navbar ul.nav > li.active > a:hover,
nav.navbar ul.nav li.active > a,
nav.navbar li.dropdown ul.dropdown-menu > li a:hover {
  color: #273997; }

nav.navbar.no-background ul.nav > li > a:hover,
nav.navbar ul.nav li.scroll.active > a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu > li > a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar-dark ul.nav li.dropdown.on > a {
  color: #ccc; }

nav.navbar li.dropdown ul.dropdown-menu {
  border-top-color: #273997 !important; }

nav.navbar.bootsnav {
  border-bottom: 1px solid #f2f2f2; }

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; } }
nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 100px;
  margin-top: 8px; }

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 70px;
    width: auto;
    margin-top: 0; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    padding: 5px 0;
    color: #151f51; } }
/*****navbar end******/
/*****hero start******/
.hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh;
  width: 100%;
  position: relative; }
  @media (max-width: 767px) {
    .hero {
      min-height: 70vh; } }
  .hero h1 {
    font-size: 65px;
    line-height: 72px;
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Oswald", sans-serif;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
    @media (max-width: 768px) {
      .hero h1 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 5px; } }
  .hero .little-h h4 {
    color: #fff; }

.hero .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(13, 13, 13, 0.6); }

.hero-title {
  padding-left: 40px;
  margin-top: 40vh;
  z-index: 3;
  color: #fff;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .hero-title {
      margin-top: 50%;
      margin-bottom: 10px;
      padding-left: 15px; } }

.hero .btn {
  background: transparent;
  border: 2px solid #fff;
  padding: 12px 35px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 15px; }
  @media (max-width: 991px) {
    .hero .btn {
      font-size: 16px;
      padding: 12px 23px;
      margin-bottom: 20px; } }

.hero .btn:hover {
  background: #273997;
  border: 2px solid #273997; }

/*****hero end******/
/*********intro-start*******/
.intro {
  padding: 100px 0; }
  @media (max-width: 991px) {
    .intro {
      padding: 60px 0; } }
  .intro p {
    padding-right: 50px; }
    @media (max-width: 991px) {
      .intro p {
        padding-right: 0; } }
  .intro img {
    box-shadow: 5px 4px 35px rgba(0, 0, 0, 0.35); }
    @media (max-width: 991px) {
      .intro img {
        margin-top: 30px; } }

.intro .btn {
  margin-top: 20px; }

/**********intro end********/
/******** services start ********/
.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: 110px 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-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: 110px 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%; } }
  .services-left-text .btn {
    margin-top: 30px; }

/********* services end **********/
/****recent*****/
.recent {
  background-color: rgba(242, 242, 242, 0.2);
  padding-bottom: 70px; }

.recent-box {
  position: relative;
  overflow: hidden;
  color: #000000;
  background-color: #fff;
  text-align: left;
  font-size: 16px;
  box-shadow: 1px 1px 5px #ccc; }
  @media screen and (max-width: 991px) {
    .recent-box {
      box-shadow: 0px 0px 5px #ccc; } }

.recent-img {
  background-size: cover;
  background-position: center;
  height: 200px;
  max-width: 100%; }
  @media screen and (max-width: 991px) {
    .recent-img {
      height: 220px; } }

.recent-box figcaption {
  padding: 0 15px 15px;
  position: relative; }
  .recent-box figcaption h3 {
    font-size: 25px;
    line-height: 28px;
    min-height: 58px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #151f51;
    font-family: "Oswald", sans-serif; }
  .recent-box figcaption p {
    color: #555;
    font-size: 15px; }
  .recent-box figcaption ul {
    padding-left: 20px; }
  .recent-box figcaption li {
    color: #555;
    font-size: 15px; }
  .recent-box figcaption span {
    color: #273997;
    font-weight: 800;
    font-size: 24px;
    font-family: "Oswald", sans-serif; }
  .recent-box figcaption hr {
    margin-top: 15px;
    margin-bottom: 15px; }

.recent-box a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1; }

.badge {
  padding: 10px 15px;
  font-size: 85%;
  font-weight: 600;
  border-radius: 0rem;
  margin: 15px; }

.badge-danger {
  background-color: #273997; }

.owl-carousel .item {
  padding-bottom: 30px;
  width: 96%;
  margin-left: 2%; }
  @media screen and (max-width: 991px) {
    .owl-carousel .item {
      padding-bottom: 10px; } }

.owl-nav {
  display: none; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #273997; }

/******recent end**********/
/******about start***********/
.about {
  padding: 110px 0; }
  @media (max-width: 991px) {
    .about {
      padding: 60px 0; } }
  .about p {
    padding-right: 50px; }
    @media (max-width: 991px) {
      .about p {
        padding-right: 0; } }
  .about .btn {
    margin-top: 25px; }
  .about iframe {
    z-index: 1;
    height: 45vh;
    background-color: #f2f2f2; }
    @media (max-width: 768px) {
      .about iframe {
        height: 210px;
        margin-top: 30px; } }

/******about end************/
/*****tc- footer start******/
.tc-footer {
  position: relative;
  padding-top: 90px;
  background-attachment: fixed; }
  .tc-footer .back {
    background: rgba(13, 13, 13, 0.85); }
  .tc-footer a {
    color: #e6e6e6;
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    line-height: 32px; }
    @media (max-width: 991px) {
      .tc-footer a {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400; } }
  @media (max-width: 991px) {
    .tc-footer li {
      margin-bottom: 5px; } }
  .tc-footer a:hover {
    color: #273997;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .tc-footer ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 40px; }
  .tc-footer img {
    width: 90%; }

.footer-copyright {
  padding: 20px 0 15px 0;
  text-align: center; }
  @media (max-width: 991px) {
    .footer-copyright {
      padding: 30px 15px 20px 15px;
      text-align: center; } }
  .footer-copyright p {
    color: #e6e6e6;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    line-height: 26px; }
    @media (max-width: 991px) {
      .footer-copyright p {
        font-size: 15px;
        font-weight: 300; } }
  .footer-copyright .svg-inline--fa {
    background-color: #273997;
    border: 1px solid #273997;
    color: #e6e6e6;
    margin: 0 7px;
    font-size: 30px;
    height: 39px;
    width: 39px;
    padding: 10px;
    border-radius: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .footer-copyright .svg-inline--fa:hover {
    border: 1px solid #e6e6e6;
    color: #273997;
    background-color: #e6e6e6; }
  .footer-copyright hr {
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #777; }

/*****tc-footer end******/
.block {
  width: 100%;
  padding: 190px 0;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 991px) {
    .block {
      padding: 50px 0; } }
  .block .back {
    background: rgba(13, 13, 13, 0.65);
    z-index: 0; }
  .block h3, .block p {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
  .block .btn {
    background: transparent;
    border: 2px solid #fff;
    padding: 12px 35px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 0px; }
    @media (max-width: 991px) {
      .block .btn {
        font-size: 16px;
        padding: 12px 23px;
        margin-bottom: 20px; } }
  .block .btn:hover {
    background: #273997;
    border: 2px solid #273997; }

.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none; }

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