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

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff; }

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: #273997; }

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: 991px) {
    section {
      padding: 50px 0; } }

.btn {
  color: #fff;
  background-color: #273997;
  border: 2px solid #273997;
  padding: 11px 20px;
  font-size: 14px;
  border-radius: 500px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Roboto", sans-serif; }
  @media (max-width: 991px) {
    .btn {
      font-size: 16px;
      letter-spacing: 1px; } }

.btn:hover {
  color: #fff;
  background-color: #273997;
  border-color: #273997;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn:focus {
  color: #fff !important;
  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:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #fff;
  background-color: #273997;
  border-color: #273997; }

.title-h {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 25px;
  color: #151f51;
  font-weight: 800; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 38px !important;
      line-height: 40px !important; } }

.title-p {
  font-size: 22px;
  line-height: 29px;
  padding-bottom: 30px;
  font-weight: 300;
  color: #444; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 22px !important;
      line-height: 28px; } }

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

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

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

.sep {
  content: "";
  height: 5px;
  width: 130px;
  margin: 15px auto;
  text-align: center;
  background-color: #273997; }

/******navbar start*******/
.top_bar {
  height: 55px;
  background-color: transparent;
  position: fixed;
  top: 0;
  z-index: 98;
  width: 100%;
  padding: 10px 0 10px 0; }

.top-right {
  text-align: right; }
  @media screen and (max-width: 991px) {
    .top-right {
      text-align: left; } }

@media screen and (max-width: 991px) {
  .top_bar {
    display: block; } }
.top_bar .btn {
  padding: 13px 20px 12px 20px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  margin-left: 3px;
  margin-top: 4px; }

.top_bar .btn:hover {
  color: #fff; }

.top_bar .btn2 {
  background-color: #273997;
  border: 2px solid #273997; }

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

/******** top bar end ********/
.navbar {
  min-height: 100px;
  z-index: 100; }
  @media (max-width: 991px) {
    .navbar {
      min-height: 60px; } }

nav.navbar.bootsnav {
  background: #fff;
  border-bottom: 1px solid #eee; }

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 12px;
    background: transparent; }

  .desctop-navbar {
    display: none; }

  nav.navbar.bootsnav .svg-inline--fa {
    color: #273997; } }
.navbar-brand {
  padding: 2px 5px 2px 40px; }
  @media (max-width: 991px) {
    .navbar-brand {
      padding: 2px 5px 2px 5px; } }

.navbar-brand img {
  width: auto;
  height: 90px;
  margin-top: 2px;
  z-index: 100; }
  @media (max-width: 991px) {
    .navbar-brand img {
      height: 45px;
      margin-top: 5px; } }

.caret {
  margin-left: 2px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    width: 230px;
    border-radius: 2px;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.9);
    border: solid 1px #fff;
    border-top: 5px solid #273997;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
    margin-top: 8px; }

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

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 68px 0px 6px 25px;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 17px; } }
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #151f51; }

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

  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: 10px 5px;
    color: #151f51;
    font-size: 16px;
    font-weight: 600; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #273997;
    background-color: #f8f8f8; } }
@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;
    font-weight: 600;
    text-transform: uppercase;
    color: #273997 !important;
    font-family: "Roboto", sans-serif; }

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

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #273997;
    font-size: 14px;
    font-weight: 400;
    padding: 2px 0;
    font-family: "Roboto", sans-serif; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 10px -15px; } }
.navbar-nav .mob-version {
  display: none; }
  @media (max-width: 992px) {
    .navbar-nav .mob-version {
      display: block; } }

nav.navbar.bootsnav ul.nav > .mob-version > a {
  color: #273997 !important;
  font-weight: 600; }

/******navbar end**********/
/*************** hero start ****************/
.hero {
  position: relative;
  min-height: 73vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/img4.jpg); }
  @media (max-width: 991px) {
    .hero {
      min-height: 70vh; } }
  .hero .back {
    background: rgba(26, 26, 26, 0.2); }
  .hero .hero-text {
    margin-top: 30vh;
    padding-left: 20px; }
    @media (max-width: 992px) {
      .hero .hero-text {
        padding-left: 0;
        margin-top: 23vh; } }
  .hero h1 {
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    font-size: 65px;
    line-height: 70px;
    font-weight: 900;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif; }
    @media (max-width: 992px) {
      .hero h1 {
        font-size: 45px;
        line-height: 50px; } }
  .hero h2 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
    @media (max-width: 992px) {
      .hero h2 {
        font-size: 25px;
        line-height: 30px;
        font-weight: 400; } }
  .hero .btn {
    background: transparent;
    border: 3px solid #fff;
    margin-top: 25px;
    margin-bottom: 30px; }

/***** hero end ********/
.hero-bottom {
  padding: 50px 0;
  margin-bottom: 30px; }
  .hero-bottom h3 {
    font-size: 60px;
    font-weight: 800;
    color: #151f51;
    margin-top: 10px; }
  .hero-bottom .hero-bottom-padd {
    border-right: 1px solid #ccc; }
    @media (max-width: 991px) {
      .hero-bottom .hero-bottom-padd {
        border-right: none; } }
  .hero-bottom .hero-right {
    padding-left: 80px; }
    @media (max-width: 991px) {
      .hero-bottom .hero-right {
        padding-left: 15px;
        text-align: center;
        padding-top: 20px; } }
  .hero-bottom h4 {
    font-size: 25px;
    line-height: 38px;
    color: #555;
    font-weight: 300; }

/******** intro start ********/
.intro {
  padding-top: 40px; }
  .intro .intro-box {
    background-color: #edf2f5;
    margin-bottom: 20px;
    box-shadow: -6px 1px 20px rgba(0, 0, 0, 0.15); }
  .intro .intro-img {
    height: 200px; }
  .intro h4 {
    font-weight: 700;
    font-size: 24px; }
  .intro .intro-text {
    padding: 20px; }
  .intro .btn {
    font-size: 14px;
    padding: 8px 20px;
    letter-spacing: 0; }

/******** intro end ********/
/*********services start*******/
.service {
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  margin-top: 30px; }
  @media (max-width: 991px) {
    .service {
      background-size: 0; } }
  .service .title-h {
    margin-top: 30px; }
  .service .title-p {
    padding-bottom: 10px; }
    @media (min-width: 1500px) {
      .service .title-p {
        padding-right: 100px; } }
  .service h5 {
    font-size: 30px;
    padding-bottom: 20px; }
  .service ul {
    list-style: none;
    padding-left: 0; }
  .service li {
    padding: 4px 15px;
    margin-bottom: 5px; }
  .service li a {
    color: #333;
    font-size: 18px;
    font-family: "Roboto", sans-serif; }
  .service .svg-inline--fa {
    color: #273997;
    margin-right: 10px; }
  .service .service-box {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden; }
    .service .service-box .back-img {
      min-height: 120px; }
      @media (min-width: 1500px) {
        .service .service-box .back-img {
          min-height: 135px; } }
      @media (max-width: 991px) {
        .service .service-box .back-img {
          min-height: 200px; } }
    .service .service-box .svg-inline--fa {
      margin-right: 5px; }
  .service .service-text {
    background-color: #fff;
    padding: 5px 5px 20px 5px; }
    .service .service-text h4 {
      font-family: "Roboto", sans-serif;
      font-weight: 900;
      text-transform: uppercase;
      font-size: 18px;
      margin: 0;
      margin-bottom: 10px; }
      @media (max-width: 991px) {
        .service .service-text h4 {
          margin-top: 15px; } }
    .service .service-text p {
      margin-bottom: 5px;
      line-height: 20px; }
      @media (min-width: 1500px) {
        .service .service-text p {
          font-size: 18px;
          padding-right: 50px;
          line-height: 24px; } }
    .service .service-text a {
      font-weight: 600;
      color: #273997; }

/******services end********/
/******about start***********/
.about {
  padding: 110px 0; }
  @media (max-width: 991px) {
    .about {
      padding: 60px 0; } }
  .about iframe {
    z-index: 1;
    height: 330px;
    background-color: #f2f2f2; }
    @media (max-width: 768px) {
      .about iframe {
        height: 210px;
        margin-top: 20px; } }

/******about 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 15px #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: 22px;
    line-height: 24px;
    min-height: 50px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #151f51; }
  .recent-box figcaption p {
    color: #777;
    font-size: 15px; }
  .recent-box figcaption ul {
    padding-left: 20px; }
  .recent-box figcaption li {
    color: #999;
    font-size: 15px; }
  .recent-box figcaption span {
    color: #273997;
    font-weight: 800;
    font-size: 24px; }
  .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**********/
/*****tc- footer start******/
.tc-footer {
  position: relative;
  padding-top: 80px; }
  .tc-footer .back {
    background: rgba(10, 15, 41, 0.8); }
  .tc-footer a {
    color: #e6e6e6;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 27px; }
    @media (max-width: 991px) {
      .tc-footer a {
        font-size: 17px;
        line-height: 23px;
        font-weight: 400; } }
  @media (max-width: 991px) {
    .tc-footer li {
      margin-bottom: 0px; } }
  .tc-footer a:hover {
    color: #ccc;
    -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: 70px; }
    @media (max-width: 991px) {
      .tc-footer ul {
        margin-top: 10px; } }
  .tc-footer img {
    width: 65%; }
    @media (max-width: 991px) {
      .tc-footer img {
        width: 80%;
        margin: 20px 0; } }

.footer-copyright {
  padding: 10px 0 25px 0;
  border-top: 1px solid #fff;
  margin-top: 30px; }
  @media (max-width: 991px) {
    .footer-copyright {
      padding: 30px 15px 20px 15px;
      text-align: center; } }
  .footer-copyright p {
    color: #e6e6e6;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 36px; }
    @media (max-width: 991px) {
      .footer-copyright p {
        line-height: 20px; } }
  .footer-copyright .svg-inline--fa {
    background-color: transparent;
    border: 1px solid #e6e6e6;
    color: #e6e6e6;
    margin: 0 4px;
    height: 33px;
    width: 33px;
    padding: 8px;
    border-radius: 1px;
    -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; }
  .footer-copyright .footer-right {
    text-align: right; }

/*****tc-footer end******/
.home-contact {
  padding: 0;
  background-color: #fff; }

.home-contact-img {
  background-size: cover;
  background-position: center;
  min-height: 500px; }

/*****tc-cta start******/
.cta {
  position: relative;
  color: #fff;
  padding: 120px 0;
  background-attachment: fixed; }
  @media (max-width: 991px) {
    .cta {
      padding: 60px 0; } }
  .cta h3 {
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px; }
  .cta .cta-box p {
    font-size: 15px;
    line-height: 22px;
    color: #555;
    font-weight: 400;
    margin-bottom: 10px; }
  .cta .cta-box {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 0px;
    padding: 20px 30px 30px 40px;
    margin-bottom: 30px;
    border-left: 5px solid #273997;
    border-radius: 2px; }
    @media (max-width: 991px) {
      .cta .cta-box {
        margin: 30px 0;
        padding: 20px 20px 20px 30px; } }
  .cta h4 {
    color: #111;
    font-size: 24px;
    font-weight: 700;
    color: #151f51; }
  .cta .title-p {
    color: #111;
    padding-right: 40px;
    padding-bottom: 10px; }
  .cta .svg-inline--fa {
    margin-right: 7px; }
  .cta a {
    font-size: 14px;
    font-weight: 700; }
  .cta .btn {
    font-weight: 500; }

.cta .back {
  background-color: rgba(230, 230, 230, 0.85); }

/*****tc-cta end******/

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