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

body {
  font-family: "Archivo", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 24px; }

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

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif; }

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

.btn {
  color: #fff;
  background-color: #0396d1;
  border: 3px solid #0396d1;
  font-family: "Archivo", sans-serif;
  padding: 18px 30px;
  font-size: 17px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out;
  border-radius: 200px;
  margin-top: 10px; }
  @media (max-width: 500px) {
    .btn {
      padding: 14px 35px; } }

.btn:hover {
  background-color: transparent;
  color: #0396d1;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }

.title-h {
  font-size: 54px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
  font-family: "Archivo", sans-serif;
  letter-spacing: 0px;
  margin-top: 10px; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 36px;
      line-height: 40px; } }

.little-h {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #0396d1;
  letter-spacing: 2px;
  font-family: "Archivo", sans-serif; }
  @media (max-width: 991px) {
    .little-h {
      font-size: 20px;
      line-height: 27px;
      letter-spacing: 1px; } }

.little-h:after {
  content: '';
  background: #0396d1;
  width: 80px;
  top: 26px;
  height: 2px;
  margin-left: 10px;
  position: absolute; }
  @media (max-width: 991px) {
    .little-h:after {
      top: 14px; } }

.title-p {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 20px;
  font-family: "Raleway", sans-serif;
  color: #666; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 19px;
      line-height: 25px;
      padding-bottom: 15px; } }

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

/******navbar start*******/
/******navbar start*******/
.top-bar {
  height: 33px;
  background: #0396d1;
  position: relative;
  top: 0;
  z-index: 98;
  width: 100%;
  padding: 5px 0 3px 0; }
  @media (max-width: 991px) {
    .top-bar {
      height: 40px;
      position: relative; } }

.top-bar a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: block; }
  @media (max-width: 991px) {
    .top-bar a {
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 0; } }

.top-bar a:hover {
  color: #333; }

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

/******** top bar end ********/
/*****navbar start******/
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 27px;
    background-color: #fff; }

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

  .attr-nav {
    display: none; }

  .navbar {
    min-height: 70px; } }
nav.navbar.bootsnav {
  border-bottom: solid 1px #e6e6e6; }

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

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

.navbar-brand img {
  width: auto;
  height: 90px; }
  @media (max-width: 1300px) {
    .navbar-brand img {
      height: 60px; } }

.caret {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: white;
    border: solid 1px #eee;
    border-top: 5px solid #0871a1;
    margin-top: 00px;
    width: 240px; }

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

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 30px 10px 29px 10px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #0396d1;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif; } }
  @media (min-width: 991px) and (max-width: 1200px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 30px 6px 10px 6px;
      font-weight: 600;
      font-size: 15px; } }

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

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

  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: 8px 15px;
    border-bottom: solid 1px #eee;
    color: #0871a1;
    font-size: 15px;
    font-weight: 600;
    font-family: "Raleway", sans-serif; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #fff;
    background: #0871a1; } }
@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;
    font-family: "Archivo", sans-serif;
    text-transform: uppercase;
    color: #000 !important; }

  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: "Archivo", sans-serif;
    color: #262626;
    font-size: 17px;
    padding: 8px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 10px -15px; } }
nav .btn-nav1 {
  display: inline-block;
  margin: 17px 0px 0 0;
  padding: 12px 17px;
  font-family: "Archivo", sans-serif;
  font-size: 14px; }
  @media (max-width: 1250px) {
    nav .btn-nav1 {
      padding: 12px 7px;
      letter-spacing: 1px;
      font-size: 13px; } }

nav .btn-nav2 {
  display: inline-block;
  margin: 17px 5px 0 0;
  padding: 12px 17px;
  font-family: "Archivo", sans-serif;
  font-size: 14px; }
  @media (max-width: 1250px) {
    nav .btn-nav2 {
      padding: 12px 7px;
      letter-spacing: 1px;
      font-size: 13px; } }

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

nav.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 115px; }
  @media (max-width: 1300px) {
    nav.bootsnav .navbar-brand img.logo-large {
      height: 110px; } }

@media (max-width: 991px) {
  nav.bootsnav .navbar-brand img.logo-large {
    height: 78px;
    width: auto;
    margin-top: 0; } }
nav.sticked.bootsnav .navbar-brand img.logo-large {
  height: 80px; }

nav.navbar.bootsnav .logo1 {
  display: inline-block !important; }

nav.sticked.bootsnav .logo1 {
  display: none !important; }

nav.navbar.bootsnav .logo2 {
  display: none !important; }

nav.sticked.bootsnav .logo2 {
  display: inline-block !important; }

@media (max-width: 992px) {
  nav.navbar.bootsnav .logo1 {
    display: none !important; }

  nav.navbar.bootsnav .logo2 {
    display: inline-block !important; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav.no-full .navbar-collapse {
    height: auto !important;
    max-height: none  !important; } }
/*****navbar end******/
/*****hero start*********/
.slider #owlCarousel,
.slider .owl-stage-outer,
.slider .owl-stage,
.slider .owl-item-bg,
.slider .owl-item {
  min-height: 70vh; }
  @media (max-width: 992px) {
    .slider #owlCarousel,
    .slider .owl-stage-outer,
    .slider .owl-stage,
    .slider .owl-item-bg,
    .slider .owl-item {
      min-height: 75vh; } }

.slider {
  width: 100%;
  min-height: 70vh;
  position: relative;
  z-index: 3; }
  @media (max-width: 992px) {
    .slider {
      min-height: 75vh; } }
  .slider .back {
    background-color: rgba(0, 0, 0, 0.45); }
  .slider h1 {
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); }
    @media (max-width: 992px) {
      .slider h1 {
        font-size: 35px;
        line-height: 37px;
        margin-bottom: 5px; } }
  .slider h2 {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); }
    @media (max-width: 992px) {
      .slider h2 {
        font-size: 18px;
        line-height: 22px; } }
  .slider .btn {
    margin: 15px 5px 50px 0px; }
    @media (max-width: 768px) {
      .slider .btn {
        margin: 10px 2px 50px 2px;
        font-size: 15px;
        padding: 11px 25px 10px 25px; } }

.slider #owlCarousel {
  width: 100%;
  overflow: hidden;
  position: relative; }

.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: 23vh;
  padding-left: 40px; }
  @media (max-width: 768px) {
    .slide-content {
      padding: 17vh 5px 80px 15px; } }

.slider .owl-theme .owl-dots .owl-dot.active span, .slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #0871a1; }
.slider .owl-theme .owl-controls {
  position: absolute;
  bottom: 15px;
  left: 40px; }
  @media (max-width: 768px) {
    .slider .owl-theme .owl-controls {
      bottom: 5px;
      left: 15px; } }
.slider .owl-theme .owl-dots .owl-dot span {
  background: #ccc;
  border-radius: 50%; }

/*************hero slider end**********/
/******* services start *******/
.services {
  padding-top: 50px; }
  .services p {
    text-align: justify; }

.services-img {
  height: 500px;
  width: 100%; }
  @media (max-width: 991px) {
    .services-img {
      height: 260px; } }

.grid {
  position: relative;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  height: 500px;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .grid {
      height: 260px;
      margin-bottom: 20px; } }

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
  width: 100%; }

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media (max-width: 991px) {
    .grid figure figcaption {
      padding: 1em; } }

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none; }

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 28, 51, 0.2); }

.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

figure.services-box {
  background: #0871a1; }

figure.services-box .services-img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.services-box:hover .services-img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

figure.services-box h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.3em 0.8em;
  text-align: left;
  font-family: "Archivo", sans-serif;
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }
  @media (max-width: 768px) {
    figure.services-box h2 {
      padding: 0.2em 0.6em;
      font-size: 28px;
      line-height: 34px; } }

figure.services-box p {
  padding: 0 10px 0 0;
  width: 50%;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

figure.services-box:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

/******** cta end ********/
/******* cta start *********/
.cta2 {
  position: relative;
  padding: 120px 0; }
  @media (max-width: 991px) {
    .cta2 {
      padding: 80px 0; } }
  .cta2 h3 {
    color: #fff;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5); }
  .cta2 p {
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5); }
    @media (max-width: 991px) {
      .cta2 p {
        font-size: 18px;
        line-height: 24px; } }
  .cta2 .back {
    background-color: rgba(13, 13, 13, 0.7); }

/******** cta end ********/
/******* testimonials start **********/
.testimonials span {
  display: block;
  margin-top: 15px;
  color: #0871a1; }
.testimonials .owl-theme .owl-controls {
  text-align: left;
  margin-left: -5px; }
.testimonials .owl-theme .owl-dots .owl-dot.active span, .testimonials .owl-theme .owl-dots .owl-dot:hover span {
  background: #0396d1; }

.testimonial {
  margin: 0 00px; }

.testimonial .description {
  padding: 20px 70px 0px 0px;
  margin-bottom: 0px;
  font-size: 20px;
  color: #333;
  line-height: 27px;
  position: relative;
  font-style: italic; }
  @media (max-width: 768px) {
    .testimonial .description {
      padding: 20px 0px 0px 0px;
      font-size: 17px;
      line-height: 24px; } }

.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #444;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px; }

.review-small-img {
  height: 250px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .review-small-img {
      height: 220px;
      margin-top: 15px;
      margin-bottom: 0; } }

.review-big-img {
  height: 530px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .review-big-img {
      height: 220px;
      margin-top: 15px;
      margin-bottom: 0; } }

/******* testimonials end **********/
.associations .assoc-logo {
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  height: 120px;
  margin: 10px 60px 10px 0; }
  @media (max-width: 760px) {
    .associations .assoc-logo {
      margin: 10px 0px 10px 0;
      height: 50px; } }

/*****tc- footer start******/
.tc-footer {
  position: relative;
  padding-top: 70px; }
  @media (max-width: 991px) {
    .tc-footer {
      text-align: center; } }
  .tc-footer .footer-title {
    color: #0396d1;
    font-size: 28px;
    font-weight: 800;
    line-height: 34px;
    position: relative;
    margin: 30px 0 10px 0; }
  .tc-footer ul {
    list-style: none;
    padding-left: 0; }
  .tc-footer img {
    margin-top: 0px;
    width: 85%; }
    @media (max-width: 991px) {
      .tc-footer img {
        width: 80%;
        margin-bottom: 30px; } }

.tc-footer a {
  color: #333;
  font-size: 17px;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  line-height: 32px; }

.tc-footer a:hover {
  color: #0396d1; }

.tc-footer p {
  color: #333;
  font-size: 17px;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0; }

.copyright {
  margin-top: 60px;
  padding: 20px 15px;
  border-top: 1px solid #999; }
  .copyright p {
    padding-top: 10px;
    color: #0396d1; }

.footer-icons {
  text-align: right; }
  @media (max-width: 991px) {
    .footer-icons {
      text-align: center; } }

.tc-footer .svg-inline--fa {
  color: #0396d1;
  font-size: 35px;
  margin-left: 6px;
  margin-top: 3px;
  border: 1px solid #0396d1;
  padding: 6px;
  min-width: 35px; }

.tc-footer .svg-inline--fa:hover {
  color: #fff;
  background-color: #0396d1;
  border: 1px solid #0396d1; }

.footer-box {
  padding-left: 0px; }
  @media (max-width: 991px) {
    .footer-box {
      padding-left: 0; } }

/*****tc-footer end******/
.tc-header {
  min-height: 50vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  @media (max-width: 768px) {
    .tc-header {
      min-height: 45vh; } }

.bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.35); }

.header-box {
  padding: 20px 40px;
  background-color: rgba(3, 163, 226, 0.6);
  margin-top: 20vh; }
  @media (max-width: 768px) {
    .header-box {
      margin-top: 15vh;
      padding: 10px 15px; } }
  .header-box h1 {
    margin: 0 0 15px 0;
    color: #fff;
    letter-spacing: 1px; }
    @media (max-width: 768px) {
      .header-box h1 {
        font-size: 28px;
        line-height: 32px; } }

.breadcrumb {
  background-color: transparent;
  margin-bottom: 0; }
  .breadcrumb a, .breadcrumb li {
    color: #fff;
    letter-spacing: 1px; }
    @media (max-width: 768px) {
      .breadcrumb a, .breadcrumb li {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0; } }

@media (max-width: 768px) {
  .breadcrumb > li + li:before {
    padding: 0 2px; } }

/*
.tc-header-bottom {
    z-index: 3;
    .tc-header-bottom-box {
        background-color: #fff;
        min-height: 150px;
        margin-top: -75px;
        box-shadow: 0px 0px 25px rgba(0,0,0,.2); 
        @media (max-width: 768px) {
            min-height: 80px;
            margin-top: -40px;
            padding: 10px;
        }
        h1 {
            vertical-align: middle;
            line-height: 150px;
            @media (max-width: 768px) {
                line-height: 30px;
                margin: 20px 0;
                font-size: 26px;
            }
        }
    }
}
.header-bottom-padd {
    padding-top: 50px;
}
*/
/******** services-page start *******/
.services-page-main {
  box-shadow: 2px -2px 25px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
  position: relative; }
  .services-page-main .services-page-text {
    padding: 20px 20px 30px 20px; }
    .services-page-main .services-page-text p {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      /* number of lines to show */
      -webkit-box-orient: vertical; }

.services-page-main:hover .btn {
  background-color: #fff;
  color: #0396d1; }

.services-page-img {
  height: 240px; }

.services-detail-box {
  box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  margin-top: 30px;
  -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: 766px) {
    .services-detail-box {
      margin-top: 15px; } }
  .services-detail-box a {
    display: block;
    padding: 40px 20px; }
    @media (max-width: 766px) {
      .services-detail-box a {
        padding: 20px 10px; } }

.services-detail-box:hover {
  box-shadow: -3px -5px 20px rgba(0, 0, 0, 0.1); }

.clients-list .services-detail-box {
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-top: 15px;
  -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; }
  .clients-list .services-detail-box a {
    color: #333;
    display: block;
    padding: 20px 10px; }

.client-list-box {
  padding: 0 8px; }
  @media (max-width: 766px) {
    .client-list-box {
      padding: 0 15px; } }

/******** services-page end *******/
.example-image {
  background-size: cover;
  background-position: center;
  height: 250px;
  margin-top: 30px; }
  @media (max-width: 766px) {
    .example-image {
      height: 200px;
      margin-top: 15px; } }

/***************************/
input, textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid rgba(3, 150, 209, 0.1);
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
  background-color: rgba(3, 150, 209, 0.05); }

select {
  width: 100%;
  padding: 15px 15px;
  border: 1px solid rgba(3, 150, 209, 0.1);
  background-color: rgba(3, 150, 209, 0.05);
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
  font-size: 15px;
  color: #333; }

::-webkit-input-placeholder {
  /* Edge */
  font-size: 15px;
  color: #333; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 15px;
  color: #333; }

::placeholder {
  font-size: 15px;
  color: #333; }

form {
  margin-top: 20px; }

.contact-top ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px; }
.contact-top li {
  margin-bottom: 5px; }
.contact-top a {
  color: #555;
  font-size: 20px; }
.contact-top a:hover {
  color: #0396d1; }

/********REVIEW PAGE***********/
.reviews-box {
  overflow: hidden;
  padding: 30px 5px 20px 30px;
  border: 1px solid #ddd;
  margin: 20px 0; }

.reviews-page blockquote {
  quotes: "\201C" "\201D";
  border-left: 1px solid #ddd;
  padding: 20px 20px 15px 55px;
  margin: 0 0 10px; }
  @media screen and (max-width: 768px) {
    .reviews-page blockquote {
      border-left: none !important;
      padding: 20px 20px 5px 15px; } }

.reviews-page blockquote:before, blockquote:after {
  color: rgba(3, 127, 176, 0.5);
  content: open-quote;
  font-size: 5em;
  line-height: 0em;
  margin-right: 0.1em;
  vertical-align: -0.4em; }

.reviews-page blockquote:before {
  content: open-quote;
  margin: 15px 0 0 -20px; }

.reviews-page blockquote:after {
  float: right;
  content: close-quote;
  margin-top: 25px; }

.reviews-page .name {
  margin-top: 35px; }
  @media screen and (max-width: 768px) {
    .reviews-page .name {
      margin-top: 0px;
      margin-bottom: 20px; } }

.reviews-page .name .svg-inline--fa.fa-w-14, .reviews-page .name .svg-inline--fa.fa-w-16 {
  color: #0396d1;
  font-size: 20px;
  margin-left: 5px; }
  @media screen and (max-width: 768px) {
    .reviews-page .name .svg-inline--fa.fa-w-14, .reviews-page .name .svg-inline--fa.fa-w-16 {
      font-size: 15px; } }

.reviews-page .company-name {
  font-weight: 400;
  color: #999;
  font-size: 14px;
  font-style: italic; }
  @media screen and (max-width: 768px) {
    .reviews-page .company-name {
      margin-top: 5px;
      margin-bottom: 5px; } }

.reviews-page h4 {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px; }

.reviews-box img {
  height: 30px;
  width: auto;
  display: inline-block;
  margin: -5px 0 0 5px; }

/********REVIEW PAGE***********/
/****BLOG PAGE*****/
.blog-box {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }

.blog-img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 250px; }

.blog-text {
  padding: 15px; }
  .blog-text h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    min-height: 56px;
    margin-top: 10px; }
  .blog-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical; }

.blog-footer {
  padding: 0 15px 15px 15px; }
  .blog-footer a {
    float: right;
    color: #0396d1;
    font-weight: 700; }
    @media (max-width: 991px) {
      .blog-footer a {
        float: left;
        padding-top: 10px; } }
  .blog-footer .btn {
    color: #fff;
    padding: 14px 25px;
    font-size: 16px;
    letter-spacing: 1px; }
    @media (max-width: 991px) {
      .blog-footer .btn {
        margin-top: 15px; } }
  .blog-footer .btn:hover {
    color: #0396d1; }
  .blog-footer .svg-inline--fa.fa-w-14 {
    color: #0396d1;
    margin-right: 5px;
    margin-top: 25px; }

/******BLOG PAGE END*****/
/****BLO-DETAIL PAGE START****/
.blog-text {
  padding: 10px 20px; }

.blog-content ul {
  margin-bottom: 5px; }

.blog-detail li {
  display: inline-block;
  color: #333; }

.blog-detail-page {
  padding: 120px 0 80px 0; }
  @media (max-width: 7681px) {
    .blog-detail-page {
      padding: 70px 0 50px 0; } }
  .blog-detail-page .blog-cale {
    color: #0396d1;
    margin-right: 10px; }

.blog-share a {
  margin-right: 5px; }

.blog-share .svg-inline--fa {
  color: #0396d1;
  width: 36px;
  height: 36px;
  border: 1px solid #0396d1;
  text-align: center;
  line-height: 26px;
  font-weight: 600;
  font-size: 18px;
  padding: 7px;
  margin-top: 10px; }

.blog-share .svg-inline--fa:hover {
  color: #fff;
  background-color: #0396d1; }

.blog-post img {
  margin-bottom: 20px; }

.sidebar {
  padding-left: 30px; }
  @media (max-width: 991px) {
    .sidebar {
      margin-top: 50px;
      padding-left: 15px; } }

.sidebar-blog {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.18);
  padding: 10px 30px 20px 30px;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .sidebar-blog {
      padding: 10px 20px 20px 20px;
      margin-top: 30px; } }

.sidebar h3 {
  color: #0396d1;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px; }

.sidebar ul {
  padding-top: 0px;
  list-style: none; }

.sidebar li {
  font-size: 14px;
  color: #333;
  display: list-item;
  margin-bottom: 15px;
  margin-left: -20px; }

.sidebar ul li a {
  color: #333;
  font-size: 16px;
  line-height: 18px;
  transition: all .5s ease;
  font-weight: 500;
  margin-left: 11px; }

.sidebar ul li a:hover {
  color: #0396d1;
  text-decoration: none; }

.sidebar .svg-inline--fa.fa-w-6 {
  margin-right: 10px;
  color: #0396d1;
  margin-left: -28px; }

/****BLOG-DETAIL PAGE END****/
/********** cta inner start ********/
.cta-inner {
  background-attachment: fixed;
  position: relative;
  padding: 50px 0 60px 0; }
  .cta-inner h3, .cta-inner p {
    color: #fff; }
  .cta-inner h3 {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }
  .cta-inner .btn {
    background-color: transparent;
    border: 3px solid #fff; }
  .cta-inner .btn:hover {
    background-color: #fff;
    color: #0871a1; }

.back-inner {
  background: #024c89;
  /* Old browsers */
  background: -moz-linear-gradient(top, #024c89 0%, rgba(3, 141, 183, 0.9) 51%, #024c89 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #024c89 0%, rgba(3, 141, 183, 0.9) 51%, #024c89 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #024c89 0%, rgba(3, 141, 183, 0.9) 51%, #024c89 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#024c89', endColorstr='#024c89',GradientType=0 );
  /* IE6-9 */ }

/********** cta inner end ********/
/********** TEAM PAGE START ********/
.team-box {
  background: #024c89;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(2, 76, 137, 0.8) 0%, rgba(3, 141, 183, 0.9) 51%, rgba(2, 76, 137, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(2, 76, 137, 0.8) 0%, rgba(3, 141, 183, 0.9) 51%, rgba(2, 76, 137, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(2, 76, 137, 0.8) 0%, rgba(3, 141, 183, 0.9) 51%, rgba(2, 76, 137, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#024c89', endColorstr='#024c89',GradientType=0 );
  /* IE6-9 */
  overflow: hidden;
  margin: 15px 0;
  box-shadow: 1px -1px 15px rgba(0, 0, 0, 0.12); }

.team-img {
  height: 440px;
  background-position: top;
  -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; }

.team-box:hover .team-img {
  opacity: .3; }

.team-info {
  padding: 15px 5px 25px 5px;
  background-color: #fff; }

.team-info h3 {
  letter-spacing: 1px;
  font-weight: 700;
  color: #333;
  margin-top: 0; }

.team-info h4 {
  font-size: 15px;
  font-weight: 400;
  color: #0396d1;
  opacity: 0.8;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px; }

.team-box .btn {
  font-size: 16px;
  margin-top: 0px;
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent; }

.team-link {
  display: block;
  margin: 2px 0;
  letter-spacing: 1px;
  font-weight: 300; }

.inline-box-open {
  overflow: auto;
  background: #FDFDF6;
  padding: 40px;
  width: 70%;
  max-width: 100%;
  border-radius: 6px;
  margin-left: 15%; }

@media screen and (max-width: 768px) {
  .inline-box-open {
    background: #FDFDF6;
    padding: 10px;
    width: 96%;
    max-width: 100%;
    border-radius: 6px;
    margin-left: 2%; } }
.team-name {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  color: #0396d1; }

.staff-bio .svg-inline--fa {
  width: 35px;
  height: 35px;
  padding: 8px;
  border: 1px solid #0396d1;
  margin: 10px 6px 2px 0px;
  color: #0396d1; }

.staff-bio .svg-inline--fa:hover {
  background-color: #0396d1;
  color: #111; }

.staff-padd {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  .staff-padd {
    padding: 0 15px; } }
.social {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 53%;
  left: 0;
  opacity: 0;
  z-index: 5;
  transition: all 0.5s ease 0.3s; }

.team-box:hover .social {
  opacity: 1; }

/********* TEAM PAGE END *******/

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