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

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

img {
  width: 100%;
}

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

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: #2697BD;
  border: 2px solid #2697BD;
  padding: 13px 40px;
  font-size: 19px;
  border-radius: 7px;
  font-weight: 600;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .btn {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.btn:hover {
  color: #fff;
  background-color: #cc4400;
  border-color: #cc4400;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 2px;
}

.btn:focus {
  color: #fff !important;
  background-color: #cc4400;
  border-color: #cc4400;
}

.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: #cc4400;
  border-color: #cc4400;
}

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

.title-h {
  font-family: "Fustat", sans-serif;
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 25px;
  color: #333;
  font-weight: 400;
  letter-spacing: 1px;
  color: #222;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 38px !important;
    line-height: 40px !important;
  }
}

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

.sep {
  content: "";
  height: 2px;
  width: 120px;
  background: #2697BD;
  margin: 15px 0;
}

.sep-middle {
  content: "";
  height: 2px;
  width: 120px;
  background: #2697BD;
  margin: 15px auto;
}

.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;
}

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

/******navbar start*******/
.top-bar {
  z-index: 1000;
  background-color: #111;
}
.top-bar p, .top-bar a {
  padding: 7px 0 1px 0;
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0px;
}
@media (max-width: 1050px) {
  .top-bar p, .top-bar a {
    font-size: 15px;
    line-height: 17px;
    padding: 8px 0 2px 0;
  }
}
.top-bar a:hover {
  color: #2697BD;
}
.top-bar .top-text {
  display: inline-block;
}

.top_bar {
  padding: 12px 0 3px 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 32px 13px 32px;
  font-family: "Fustat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1px;
  margin-left: 6px;
}

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

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

.top_bar .btn2:hover {
  background-color: #2697BD;
  border: 2px solid #2697BD;
}

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

/******** top bar end ********/
.navbar {
  min-height: 103px;
  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: 40px;
    background: transparent;
  }
  .desctop-navbar {
    display: none;
  }
  nav.navbar.bootsnav .svg-inline--fa {
    color: #2697BD;
  }
}
.navbar-brand {
  height: 100%;
  margin-top: -62px;
  padding: 1px 5px 2px 5px;
}
@media (max-width: 991px) {
  .navbar-brand {
    padding: 1px 5px 2px 15px;
  }
}

.navbar-brand img {
  width: auto;
  height: 93px;
  margin-top: 0px;
  z-index: 100;
}
@media (max-width: 991px) {
  .navbar-brand img {
    height: 90px;
    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: rgb(255, 255, 255);
    border: solid 1px #ccc;
    border-top: 5px solid #2697BD;
    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: 10px 0px 6px 32px;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 18px;
    color: #2697BD;
    text-transform: uppercase;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #222;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #2697BD;
  }
  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: 10px 5px;
    color: #444;
    font-size: 16px;
    font-family: "Fustat", sans-serif;
    font-weight: 500;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #2697BD;
    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: 500;
    text-transform: uppercase;
    color: #333 !important;
    font-family: "Fustat", sans-serif;
    font-size: 19px;
  }
  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: #333;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 0;
    font-family: "Fustat", sans-serif;
    font-size: 18px;
  }
  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: #2697BD !important;
  font-weight: 600;
}

/******navbar end**********/
/*****hero start*********/
.hero {
  min-height: 80vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero {
    min-height: 55vh;
    padding-bottom: 30px;
  }
}
.hero .back {
  background-color: rgba(26, 26, 26, 0.5);
}
.hero .hero-box {
  padding-left: 0px;
  margin-top: 40vh;
}
@media (max-width: 991px) {
  .hero .hero-box {
    margin: 28vh 0px 50px 0px;
    padding-left: 0px;
  }
}
.hero .hero-box h1 {
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 500;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  margin-top: 0px;
  margin-left: 0px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .hero .hero-box h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
.hero .hero-box .btn {
  background-color: #cc4400;
  border: 2px solid #cc4400;
}

.hero-bottom {
  margin-top: 5px;
  padding: 1px 0;
  background-color: #2697BD;
}
.hero-bottom h3 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 0;
}
.hero-bottom a {
  color: #fff;
  display: block;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.hero-bottom a:hover {
  color: #cc4400;
}

/***************hero end******/
/*********** info start *********/
.info img {
  margin-bottom: 20px;
}

.why-box {
  padding: 30px;
  box-shadow: 0px 12px 68px -9px rgba(0, 0, 0, 0.2);
  margin: 10px 0 40px 0;
}

@media screen and (max-width: 768px) {
  .why-box {
    margin-bottom: 20px;
  }
}
.why-box p {
  font-weight: 300;
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* number of lines to show */
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 22px;
  min-height: 110px;
}
@media screen and (max-width: 768px) {
  .why-box p {
    min-height: auto;
    -webkit-line-clamp: 8;
  }
}

.why-box h6 {
  font-size: 14px;
  font-weight: 300;
}

.why-box .svg-inline--fa.fa-w-18 {
  font-size: 14px;
  color: #ffc444;
  margin-right: 2px;
}

.why-box .svg-inline--fa.fa-w-16 {
  font-size: 20px;
  color: #2697BD;
  margin-right: 10px;
  margin-left: 6px;
  opacity: 0.5;
}

/*********why end*********/
/********* services start *********/
.top-black {
  background-attachment: fixed;
  background-color: #333;
  padding-bottom: 320px;
}
@media (max-width: 768px) {
  .top-black {
    padding-bottom: 150px;
  }
}
.top-black h3, .top-black h4, .top-black p {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.top-black .back {
  background-color: rgba(0, 0, 0, 0.55);
}

.services .services-img {
  height: 300px;
}
@media (max-width: 768px) {
  .services .services-img {
    height: 220px;
  }
}
.services .services-box {
  overflow: hidden;
  position: relative;
  margin: 20px 15px 40px 15px;
  border-radius: 1px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .services .services-box {
    margin: 20px 5px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  }
}
.services .services-box h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: "Fustat", sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.services .services-box p {
  font-size: 14px;
  line-height: 19px;
  min-height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .services .services-box p {
    min-height: auto;
  }
}
.services .services-box .sep-middle {
  width: 90px;
  margin-bottom: 10px !important;
}
.services .services-box .btn {
  padding: 11px 25px;
  font-size: 16px;
  background-color: transparent;
  border: 2px solid #2697BD;
  color: #2697BD;
  margin-top: 5px;
}
.services .services-box .btn:hover {
  background-color: #cc4400;
  border: 2px solid #cc4400;
  color: #fff;
}
.services .services-text {
  padding: 10px 15px 20px 15px;
  min-height: 155px;
  background-color: #fff;
}
.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: #2697BD;
}

/********* services end *********/
/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 100px 0 130px 0;
}
@media (max-width: 992px) {
  .cta {
    padding: 80px 0;
  }
}
.cta h3 {
  color: #fff;
  padding-top: 20px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
}
.cta p {
  color: #fff;
  font-size: 26px;
  line-height: 34px;
}
@media (max-width: 991px) {
  .cta p {
    font-size: 18px;
    line-height: 24px;
  }
}
.cta .btn {
  margin-top: 20px;
}
.cta .back {
  background-color: rgba(26, 26, 26, 0.5);
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/******** cta end ********/
/*****tc- footer start******/
.tc-footer {
  padding-top: 90px;
  position: relative;
}
@media (max-width: 991px) {
  .tc-footer {
    text-align: center;
  }
}
.tc-footer .back {
  background-color: rgba(255, 255, 255, 0.9);
}
.tc-footer .footer-right {
  text-align: right;
}
.tc-footer .footer-title {
  color: #2697BD;
  font-family: "Fustat", sans-serif;
  text-transform: uppercase;
  font-size: 29px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .tc-footer .footer-title {
    margin: 30px 0 10px 0;
  }
}
.tc-footer a {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 35px;
  font-family: "Fustat", sans-serif;
}
@media (max-width: 991px) {
  .tc-footer a {
    line-height: 20px;
    font-size: 16px;
  }
}
.tc-footer a:hover {
  color: #2697BD;
}
.tc-footer ul {
  list-style: none;
  padding-left: 0px;
}
.tc-footer p {
  color: #222;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .tc-footer p {
    line-height: 20px;
    font-size: 14px;
  }
}
.tc-footer img {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .tc-footer img {
    margin-bottom: 30px;
  }
}

.footer-copyright {
  margin-top: 30px;
  padding: 0;
  color: #e6e6e6;
  font-size: 13px;
}
@media (max-width: 991px) {
  .footer-copyright {
    padding: 0px 15px 20px 15px;
    margin-top: 50px;
  }
}
.footer-copyright .svg-inline--fa {
  display: inline-block;
  border: 2px solid #2697BD;
  color: #2697BD;
  width: 34px;
  height: 34px;
  padding: 7px;
  margin: 0 5px;
  border-radius: 50%;
}
.footer-copyright .svg-inline--fa:hover {
  background-color: #2697BD;
  color: #fff;
}
.footer-copyright hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #2697BD;
}
.footer-copyright a {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
@media (max-width: 991px) {
  .footer-copyright a {
    line-height: 20px;
    font-size: 14px;
  }
}

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