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

body {
  font-family: "Montserrat", 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: #263f60; }

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

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

.btn {
  color: #fff;
  background-color: #263f60;
  border: 2px solid #263f60;
  padding: 14px 30px;
  font-size: 15px;
  border-radius: 0px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Overpass", sans-serif;
  letter-spacing: 1px; }
  @media (max-width: 991px) {
    .btn {
      font-size: 16px;
      letter-spacing: 1px; } }

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

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

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

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

.title-h {
  font-size: 52px;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
  font-family: "Overpass", sans-serif; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 36px;
      line-height: 40px;
      letter-spacing: 1px; } }

.little-h {
  font-size: 18px;
  color: #416ca4;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px; }

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

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

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

/*****navbar start******/
.top-bar {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #263f60;
  -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: 768px) {
    .top-bar {
      text-align: center;
      min-height: 32px; } }
  .top-bar p {
    position: relative;
    color: #f2f2f2;
    font-family: "Overpass", sans-serif;
    padding-top: 9px; }
    @media (max-width: 991px) {
      .top-bar p {
        font-size: 12px;
        line-height: 13px;
        letter-spacing: 0;
        padding-top: 2px;
        margin-bottom: 2px; } }
  .top-bar a {
    color: #fff;
    display: inline-block; }
  .top-bar a:hover {
    color: #416ca4; }

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 53px;
    background-color: #fff; }

  .navbar-toggle .svg-inline--fa {
    color: #263f60; }

  .attr-nav {
    display: none; } }
nav.navbar.bootsnav {
  background: #fff;
  z-index: 100; }
  @media (max-width: 991px) {
    nav.navbar.bootsnav {
      border-bottom: 1px solid #f2f2f2; } }

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

.navbar-brand {
  padding: 45px 0px 0 10px; }
  @media (max-width: 991px) {
    .navbar-brand {
      padding: 40px 5px 2px 5px; } }

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

.caret {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: white;
    border-top: 5px solid #263f60;
    width: 250px; }

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

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 67px 18px 30px 0px;
    font-weight: 400;
    font-size: 17px;
    font-family: "Overpass", sans-serif;
    text-transform: uppercase; } }
  @media (min-width: 991px) and (max-width: 1260px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 67px 12px 10px 0px;
      font-weight: 500;
      font-size: 15px; } }

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

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

  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: 9px 15px;
    border-bottom: solid 1px #eee;
    color: #263f60;
    font-size: 17px;
    font-weight: 400;
    font-family: "Overpass", sans-serif; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    background: #eee; } }
@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: 400;
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    color: #263f60 !important;
    padding: 14px 0;
    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;
    font-family: "Overpass", sans-serif;
    color: #263f60;
    font-size: 19px;
    padding: 7px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 35px -15px 10px -15px; } }
nav.navbar.bootsnav .btn {
  margin-left: 0px !important; }

nav.navbar-fixed.bootsnav .btn {
  padding: 9px 12px !important;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Overpass", sans-serif;
  margin: 55px 10px 0 0px;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: transparent;
  border: 2px solid #263f60;
  color: #263f60; }
  @media (max-width: 1260px) {
    nav.navbar-fixed.bootsnav .btn {
      padding: 8px 7px;
      font-size: 14px;
      font-weight: 500;
      margin-top: 52px; } }
  @media (max-width: 1010px) {
    nav.navbar-fixed.bootsnav .btn {
      padding: 8px 6px; } }
  @media (max-width: 768px) {
    nav.navbar-fixed.bootsnav .btn {
      margin-right: 0px; } }

nav.no-background.bootsnav .btn {
  padding: 9px 12px !important;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Overpass", sans-serif;
  margin: 55px 10px 0 0px;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: transparent;
  border: 2px solid  #fff;
  color: #fff; }
  @media (max-width: 1260px) {
    nav.no-background.bootsnav .btn {
      padding: 8px 7px;
      font-size: 14px;
      font-weight: 500;
      margin-top: 52px; } }
  @media (max-width: 1010px) {
    nav.no-background.bootsnav .btn {
      padding: 8px 6px; } }
  @media (max-width: 768px) {
    nav.no-background.bootsnav .btn {
      margin-right: 0px; } }

nav.navbar.bootsnav .btn:hover {
  background-color: #263f60;
  border: 2px solid #263f60;
  color: #fff; }

nav.navbar.bootsnav ul.nav > li > .mobile-a {
  width: 240px;
  background: #263f60;
  color: #fff !important;
  display: none; }
  @media (max-width: 992px) {
    nav.navbar.bootsnav ul.nav > li > .mobile-a {
      display: block; } }

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: 140px;
  margin-top: 2px; }
  @media (max-width: 1290px) {
    nav.no-background.bootsnav .navbar-brand img.logo-large {
      height: 85px; } }

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 55px;
    width: auto;
    margin-top: 0; } }
/******navbar end**********/
/*************** slider ****************/
.slider {
  width: 100%;
  min-height: 80vh;
  position: relative;
  z-index: 3;
  overflow: hidden; }
  @media (max-width: 768px) {
    .slider {
      min-height: 70vh;
      overflow: visible; } }
  .slider h1 {
    font-size: 60px;
    font-family: "Overpass", sans-serif;
    line-height: 62px;
    margin-bottom: 0px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: -1px 0px 10px rgba(0, 0, 0, 0.6); }
    @media (max-width: 768px) {
      .slider h1 {
        font-size: 44px;
        line-height: 46px;
        margin-bottom: 5px;
        padding: 0 20px; } }
  .slider h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    line-height: 36px;
    text-shadow: -1px 0px 10px rgba(0, 0, 0, 0.6); }
    @media (max-width: 768px) {
      .slider h2 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
        padding: 0 20px; } }
  .slider .btn {
    padding: 15px 50px;
    margin-top: 20px; }
    @media (max-width: 768px) {
      .slider .btn {
        margin-left: 20px;
        margin-top: 10px;
        padding: 12px 40px; } }

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

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

.slide-content {
  padding-top: 30vh; }
  @media (max-width: 768px) {
    .slide-content {
      padding-top: 20vh;
      padding-bottom: 50px; } }

.slider .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(27, 27, 27, 0.45); }

.slide-text-box {
  z-index: 4; }

.slider-bottom {
  margin-top: -100px;
  z-index: 8;
  padding-bottom: 40px; }
  .slider-bottom .slider-search {
    box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.15); }

/***** slider end********/
/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 150px 0; }
  @media (max-width: 992px) {
    .cta {
      padding: 80px 0; } }
  .cta h3 {
    color: #fff;
    padding-top: 20px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5); }
  .cta p {
    color: #fff;
    font-size: 26px;
    line-height: 34px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5); }
    @media (max-width: 991px) {
      .cta p {
        font-size: 18px;
        line-height: 24px; } }
  .cta .btn {
    margin-top: 20px;
    background-color: transparent;
    border: 2px solid #fff; }
  .cta .back {
    background-color: rgba(28, 53, 100, 0.7); }

/******** cta end ********/
/****** news start *******/
.news {
  padding-bottom: 120px; }
  @media screen and (max-width: 991px) {
    .news {
      padding-bottom: 60px; } }

.card .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.card .menu-content a {
  color: #fff; }

.card .wrapper {
  margin: 15px 0;
  background-color: #fff;
  height: 360px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.15), 0 15px 12px rgba(0, 0, 0, 0.2); }

.card .wrapper:hover .data {
  transform: translateY(0); }

.card .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(calc(100px + 1em));
  transition: transform 0.3s; }

.card .data .content {
  padding: 30px 20px;
  position: relative;
  z-index: 1; }

.card .author {
  font-size: 14px;
  color: #263f60; }

.card .title {
  margin-top: 0px;
  font-family: "Overpass", sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #263f60; }

.card .text {
  height: 80px;
  margin: 0; }

.news-card .content {
  background-color: #fff;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3); }

/****** news end *******/
/****services start******/
.img-circle {
  border-radius: 50%;
  margin-bottom: 15px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 260px;
  width: 260px; }
  @media (max-width: 1050px) {
    .img-circle {
      height: 220px;
      width: 220px; } }

.cover-image-first {
  background-image: url(../images/houston-texas-apartment-complex-2732355_1920.jpg); }

.cover-image-second {
  background-image: url(../images/header1.jpg); }

.cover-image-third {
  background-image: url(../images/kitchen-1940177_1920.jpg); }

.services-box {
  background-color: #f7f9ff;
  padding: 30px 20px 30px 20px;
  box-shadow: inset 0px 0px 25px rgba(0, 0, 0, 0.15);
  transition: all .4s ease;
  min-height: 340px;
  position: relative;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .services-box {
      min-height: auto; } }
  .services-box h4 {
    font-weight: 600;
    font-size: 28px;
    font-family: "Overpass", sans-serif;
    color: #263f60; }
  .services-box .btn {
    background-color: transparent;
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 5px;
    color: #263f60; }

.services-box:hover {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.15); }

/****services end*****/
.cta-box {
  background-attachment: fixed;
  position: relative;
  padding: 100px 0px; }
  @media (max-width: 768px) {
    .cta-box {
      padding: 40px 0px; } }
  .cta-box .back {
    background: rgba(28, 53, 100, 0.7); }

.intro-video {
  background-color: #fff;
  padding-top: 0;
  margin-top: -400px;
  height: 405px; }
  @media (max-width: 991px) {
    .intro-video {
      margin-top: -180px;
      height: 185px; } }

/***************capabilities end********/
/******* intro start ***********/
.intro .title-p {
  color: #fff;
  padding-bottom: 10px;
  font-family: "Overpass", sans-serif;
  letter-spacing: 0px;
  font-size: 30px;
  line-height: 39px; }
  @media (max-width: 991px) {
    .intro .title-p {
      font-size: 22px;
      line-height: 28px; } }
.intro .btn {
  border: 2px solid #fff;
  margin: 5px 3px;
  min-width: 220px; }
.intro .btn:hover {
  background-color: transparent; }

.video-img {
  width: 100%;
  height: 620px;
  position: relative;
  margin-top: 35px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .video-img {
      height: 260px; } }

.play-img {
  width: 190px;
  margin-top: 210px; }
  @media (max-width: 768px) {
    .play-img {
      margin-top: 60px;
      width: 140px; } }

/****** intro end ***********/
/******* logos start *********/
.clients {
  padding: 20px 0 80px 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;
    max-width: 100%; }
    @media (max-width: 991px) {
      .clients .client-img {
        min-height: 70px; } }
  .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: #263f60; }

/***** logos end **********/
/*****tc- footer start******/
.tc-footer {
  padding-top: 80px;
  position: relative; }
  .tc-footer .back {
    background: rgba(242, 242, 242, 0.89); }
  .tc-footer .footer-right {
    text-align: right; }
  .tc-footer .footer-title {
    color: #416ca4;
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0px;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .tc-footer .footer-title {
        margin: 30px 0 10px 0; } }
  .tc-footer a {
    color: #333;
    font-family: "Overpass", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px; }
    @media (max-width: 991px) {
      .tc-footer a {
        line-height: 30px;
        font-size: 15px; } }
  .tc-footer a:hover {
    color: #416ca4; }
  .tc-footer ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
    margin-top: 20px; }
  .tc-footer p {
    color: #333;
    font-family: "Overpass", sans-serif;
    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: 95%;
    margin-top: 0px;
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      .tc-footer img {
        margin-bottom: 30px; } }
  .tc-footer .footer-box {
    padding-left: 60px; }
    @media (max-width: 991px) {
      .tc-footer .footer-box {
        padding-left: 0; } }
  @media (max-width: 991px) {
    .tc-footer .footer-padd {
      text-align: center; } }

.footer-copyright {
  margin-top: 0px;
  padding: 0;
  color: #e6e6e6;
  font-size: 13px; }
  @media (max-width: 991px) {
    .footer-copyright {
      padding: 0px 15px 20px 15px;
      margin-top: 30px; } }
  .footer-copyright .svg-inline--fa {
    display: inline-block;
    border: 1px solid #263f60;
    color: #263f60;
    width: 34px;
    height: 34px;
    padding: 7px;
    margin: 0 5px; }
  .footer-copyright .svg-inline--fa:hover {
    background-color: #263f60;
    color: #fff; }
  .footer-copyright hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #416ca4; }
  .footer-copyright a {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px; }
    @media (max-width: 991px) {
      .footer-copyright a {
        line-height: 20px;
        font-size: 14px; } }

/*****tc-footer end******/
.tc-header {
  min-height: 50vh;
  position: relative;
  overflow: hidden; }

.tc-header .back {
  background: rgba(26, 26, 26, 0.55); }

/***** CONTACT PAGE START ******/
.contact .contact-title {
  font-family: "Overpass", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-top: 40px; }
.contact ul {
  list-style: none;
  padding-left: 0; }
.contact li a, .contact li {
  color: #555; }
.contact .svg-inline--fa {
  width: 25px;
  color: #263f60;
  margin-right: 7px; }
.contact li {
  margin-bottom: 9px; }

input, textarea {
  width: 100%;
  padding: 8px 15px;
  margin-bottom: 20px;
  border: 1px solid #f1f1f1;
  background: #f2f6f7;
  outline: none; }

label {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Overpass", sans-serif; }

/***** CONTACT PAGE END  ********/
.reviews-page .review-box {
  background-color: #f2f6f7;
  padding: 50px;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .reviews-page .review-box {
      padding: 20px;
      margin-bottom: 15px; } }
  .reviews-page .review-box h4 {
    text-align: right;
    margin-top: 50px;
    color: #263f60; }
  .reviews-page .review-box h3 {
    margin-bottom: 30px;
    font-family: "Overpass", sans-serif;
    color: #263f60; }

/***********BLOG PAGE START*********/
.blog-page .blog-box {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  overflow: hidden; }
  .blog-page .blog-box .blog-img {
    height: 370px; }
    @media screen and (max-width: 768px) {
      .blog-page .blog-box .blog-img {
        height: 220px; } }
  .blog-page .blog-box .blog-text {
    padding: 20px 30px; }
    @media screen and (max-width: 768px) {
      .blog-page .blog-box .blog-text {
        padding: 10px 15px 30px 20px; } }
.blog-page .btn {
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .blog-page .btn {
      padding: 12px 65px; } }
.blog-page h1 {
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .blog-page h1 {
      font-size: 34px;
      line-height: 30px; } }
.blog-page p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical; }

.blog-detail h1 {
  margin-top: 25px;
  font-size: 40px;
  line-height: 45px;
  font-family: "Overpass", sans-serif;
  font-weight: 700; }
.blog-detail h2 {
  font-family: "Overpass", sans-serif;
  font-weight: 600; }
.blog-detail .blog-icons .svg-inline--fa {
  margin-right: 10px;
  height: 35px;
  width: 35px;
  padding: 7px;
  border: 1px solid #263f60; }
.blog-detail .blog-icons .svg-inline--fa:hover {
  background-color: #263f60;
  color: #fff; }
.blog-detail .sidebar {
  background-color: #f2f6f7;
  padding: 20px 20px 5px 20px;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .blog-detail .sidebar {
      margin: 15px 0; } }
  .blog-detail .sidebar .back-img {
    height: 110px; }
    @media screen and (max-width: 991px) {
      .blog-detail .sidebar .back-img {
        height: 140px; } }
  .blog-detail .sidebar h2 {
    font-family: "Overpass", sans-serif;
    font-size: 36px;
    line-height: 36px;
    margin-top: 15px;
    font-weight: 600; }
  .blog-detail .sidebar h3 {
    font-family: "Overpass", sans-serif;
    font-size: 18px;
    line-height: 20px;
    margin-top: 0; }
  .blog-detail .sidebar h5 {
    font-size: 36px;
    line-height: 36px;
    margin-top: 20px; }
  .blog-detail .sidebar .btn {
    margin: 0px 0 20px 0;
    padding: 12px 50px; }
.blog-detail .sidebar-box {
  background-color: #fff;
  margin-bottom: 20px;
  position: relative; }
  .blog-detail .sidebar-box .sidebar-text {
    padding: 10px 5px 5px 0; }
  .blog-detail .sidebar-box .sidebar-padding {
    padding-left: 0; }
    @media screen and (max-width: 991px) {
      .blog-detail .sidebar-box .sidebar-padding {
        padding-left: 30px; } }
.blog-detail .sidebar-box:hover {
  box-shadow: 1px 1px 15px #263f60;
  -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; }
.blog-detail .sidebar-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.pagination {
  margin-top: 50px; }

/**********BLOG PAGE END******/
.about-page .sidebar input, .about-page .sidebar textarea {
  background-color: #fff; }
.about-page .sidebar h4 {
  font-size: 23px;
  line-height: 27px;
  font-weight: 700;
  font-family: "Overpass", sans-serif; }
.about-page .sidebar-a {
  display: block;
  margin-bottom: 10px; }

.team-box {
  margin-top: 30px;
  box-shadow: inset 0px 0px 25px rgba(0, 0, 0, 0.15);
  padding: 20px; }
  .team-box .team-img {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 400px; }
  .team-box .btn {
    margin-top: 15px; }
  .team-box .svg-inline--fa {
    margin-right: 8px;
    width: 18px; }
  .team-box h3 {
    font-family: "Overpass", sans-serif; }

.team-h {
  margin-top: 30px;
  font-weight: 700;
  color: #263f60; }

.team-detail-page .svg-inline--fa {
  width: 24px; }

@media screen and (max-width: 768px) {
  form {
    margin-top: 30px; } }

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

/*# sourceMappingURL=style.css.map */
/** CUSTOM CSS for Top Message, above navigation **/
.disable-link {
  pointer-events: none;
  cursor: default;
}
