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

body {
  font-family: "Lato", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  background-color: #fff;
  font-weight: 400;
}

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

img {
  max-width: 100%;
}

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

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: #094165;
  border: 2px solid #094165;
  padding: 16px 30px 14px 30px;
  font-size: 17px;
  border-radius: 50px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 15px 0;
}
@media (max-width: 991px) {
  .btn {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.btn:hover {
  color: #fff;
  border-radius: 5px;
  background-color: #094165;
  border: 2px solid #094165;
  transition: all 0.3s ease-in-out;
}

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

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

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

.title-h {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 65px;
  line-height: 70px;
  margin-bottom: 20px;
  color: #094165;
  font-weight: 400;
  margin-top: 10px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 44px !important;
    line-height: 49px !important;
    font-weight: 500;
  }
}

.title-p {
  font-size: 22px;
  line-height: 29px;
  padding-bottom: 10px;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
  color: #333;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 22px !important;
    line-height: 28px;
    font-weight: 300;
  }
}

.inner-h {
  font-weight: 600;
  font-size: 28px;
  font-family: "Arsenal", sans-serif;
  color: #094165;
}

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

.new-img {
  height: 220px;
}

@media (max-width: 992px) {
  .display-desctop {
    display: none;
  }
}

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

/*****navbar start******/
.icon-box {
  position: relative;
  display: inline-block;
  padding-top: 7px;
}
@media (max-width: 768px) {
  .icon-box {
    display: none;
  }
}

.icon-box--icon, .icon-box--text {
  display: inline-block;
  vertical-align: top;
}

.icon-box--description {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.top-bar-a {
  display: block;
  font-size: 21px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  margin-top: 8px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .top-bar-a {
    font-size: 20px;
    margin-top: 4px;
  }
}

.top-text-right {
  text-align: right;
}
@media (max-width: 768px) {
  .top-text-right {
    text-align: center;
  }
}

.top-bar {
  position: absolute;
  height: 40px;
  width: 100%;
  z-index: 999;
  background: #094165;
  transition: all 0.3s ease-in-out;
}
.top-bar p {
  color: #f2f2f2;
  font-family: "Poppins", sans-serif;
  padding-top: 5px;
}
@media (max-width: 991px) {
  .top-bar p {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
    padding-top: 5px;
  }
}
.top-bar a {
  color: #fff;
}
@media (max-width: 991px) {
  .top-bar {
    height: 35px;
  }
}

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

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 55px;
    background-color: #fff;
  }
  .navbar-toggle .svg-inline--fa {
    color: #094165;
  }
  .attr-nav {
    display: none;
  }
}
nav.navbar.bootsnav {
  background: #fff;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    border-bottom: 1px solid #f2f2f2;
  }
}

.navbar {
  min-height: 118px;
}

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

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

.caret {
  margin-left: 4px;
}

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgb(255, 255, 255);
    border-top: 5px solid #094165;
    width: 250px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 68px 21px 25px 0px;
    font-weight: 500;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}
@media (min-width: 991px) and (max-width: 1260px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #999;
  }
  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: #555;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #333;
    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: 500;
    color: #094165 !important;
    font-size: 23px;
    line-height: 30px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  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: #094165;
    font-size: 17px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 35px -15px 10px -15px;
  }
}
nav.navbar.bootsnav .btn {
  margin-left: 0px !important;
}

nav.no-background.bootsnav .btn {
  padding: 11px 17px 11px 17px !important;
  font-size: 16px;
  margin: 53px 10px 0 0px;
  font-weight: 500;
  background-color: transparent !important;
  border: 2px solid #fff !important;
  letter-spacing: 1px;
  box-shadow: none;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

nav.navbar-fixed.bootsnav .btn {
  padding: 11px 17px 11px 17px !important;
  font-size: 16px;
  margin: 53px 10px 0 0px;
  font-weight: 500;
  background-color: transparent;
  border: 2px solid #094165;
  color: #094165;
  letter-spacing: 1px;
  box-shadow: none;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

nav.navbar.bootsnav .btn:hover {
  background-color: #094165 !important;
  border: 2px solid #094165 !important;
  color: #fff !important;
}

nav.navbar.bootsnav ul.nav > li > .mobile-a {
  width: 240px;
  background: #094165;
  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: 100px;
  margin-top: 3px;
}

@media (max-width: 1120px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 75px;
    width: auto;
    margin-top: 0;
  }
}
.nav-back {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

/*****navbar end******/
/*****hero start*********/
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .hero {
    min-height: 70vh;
    padding-bottom: 30px;
  }
}
.hero .back {
  background: rgba(13, 13, 13, 0.35);
  z-index: 1;
}
.hero h1, .hero h2 {
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.55);
}
.hero h2 {
  font-weight: 400;
  font-size: 24px;
  font-family: "Lato", sans-serif;
}
.hero .btn {
  background-color: transparent;
  border: 2px solid #fff;
}
@media (max-width: 991px) {
  .hero .btn {
    display: none;
  }
}

.hero .hero-box {
  margin-top: 40vh;
}
@media (max-width: 1100px) {
  .hero .hero-box {
    margin-top: 30vh;
  }
}
@media (max-width: 991px) {
  .hero .hero-box {
    margin-top: 24vh;
    text-align: center;
  }
}
.hero .hero-box-right {
  margin-top: 27vh;
  border-radius: 4px;
}
@media (max-width: 1100px) {
  .hero .hero-box-right {
    margin-top: 24vh;
  }
}
@media (max-width: 991px) {
  .hero .hero-box-right {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
.hero .hero-box-right .inner-h {
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  font-weight: 400;
}
.hero .hero-box-right .btn {
  padding: 12px 35px;
  background-color: #094165;
  color: #fff;
}

.hero form {
  background-color: #094165;
  border-radius: 4px;
  padding: 15px 30px 15px 30px;
}
@media (max-width: 768px) {
  .hero form {
    padding: 15px 15px;
  }
}
.hero form .btn {
  border: 2px solid #fff;
}
.hero form .btn:hover {
  border: 2px solid #fff;
}

.hero input, .hero textarea {
  width: 100%;
  border: 1px solid #333;
  padding: 7px 10px;
  margin: 3px 0;
  background-color: rgba(255, 255, 255, 0.7);
}

::-moz-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  color: #111;
  font-weight: 500;
}

::placeholder {
  text-transform: uppercase;
  font-size: 12px;
  color: #111;
  font-weight: 500;
}

.padd-right {
  padding-right: 6px;
}

.padd-left {
  padding-left: 6px;
}

/***************hero end******/
/******* intro start ********/
.intro {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#094165+0,222222+100 */
  background: radial-gradient(ellipse at center, rgb(9, 65, 101) 30%, rgb(34, 34, 34) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 55px 0;
}
@media (max-width: 991px) {
  .intro {
    background: #094165;
  }
}
.intro h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
}
.intro .title-p {
  color: #fff;
}
.intro .btn {
  border: 2px solid #fff;
  background-color: transparent;
  margin-top: 50px;
  animation: pulse 1.5s infinite;
}
@media (max-width: 991px) {
  .intro .btn {
    margin-top: 0px;
  }
}
.intro .intro-right {
  text-align: right;
}
@media (max-width: 991px) {
  .intro .intro-right {
    text-align: left;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/******** intro end *********/
/*********services start*******/
.testimonial {
  padding: 20px;
}
@media (max-width: 991px) {
  .testimonial {
    padding: 5px;
  }
}

.service-img {
  background-size: cover;
  background-position: center;
  height: 290px;
}

.service-box {
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .service-box {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }
}

.service-text {
  background-color: #fff;
  padding: 10px 20px 20px 20px;
  min-height: 150px;
}
@media (max-width: 991px) {
  .service-text {
    min-height: auto;
  }
}
.service-text h3 {
  font-weight: 600;
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #094165;
}
.service-text a {
  color: #333;
}
.service-text .btn {
  margin-top: 10px;
  padding: 12px 30px;
}

.service-box:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

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

/******services end********/
.top-black {
  background-color: #333;
  padding-bottom: 200px;
}
@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.3);
}
.top-black .back {
  background-color: rgba(13, 13, 13, 0.75);
}

.map-index {
  margin-top: -240px;
}
@media (max-width: 768px) {
  .map-index {
    margin-top: -200px;
  }
}
.map-index iframe {
  height: 320px;
  background-color: #666;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .map-index iframe {
    height: 250px;
  }
}
@media (max-width: 470px) {
  .map-index iframe {
    margin-top: 15px;
  }
}
.map-index .btn {
  margin: 6px;
  min-width: 220px;
}

.emergency-img {
  height: 350px;
  margin-bottom: 15px;
}
@media (max-width: 470px) {
  .emergency-img {
    height: 250px;
  }
}

/**********cta2 start*********/
.cta2 {
  padding: 150px 0;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .cta2 {
    padding: 80px 0;
  }
}
.cta2 .back {
  background-color: rgba(0, 0, 0, 0.25);
}
.cta2 h3, .cta2 h4 {
  text-shadow: 0px 0px 1px #333;
  margin-bottom: 15px;
  color: #fff;
}
.cta2 .btn {
  background-color: #094165;
  border: 2px solid #094165;
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta2 {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/*************cta end*********/
/************product-home start***********/
.product-home {
  padding: 30px;
}
@media (max-width: 991px) {
  .product-home {
    margin-top: 0;
  }
}

.product-home .owl-theme .owl-controls {
  text-align: center;
  margin-top: 30px;
}

.product-home .owl-theme .owl-dots .owl-dot.active span, .clients .owl-theme .owl-dots .owl-dot:hover span {
  background: #ccc;
}

.product-home .owl-theme .owl-dots .owl-dot span {
  background: #094165;
}

.product-home .product-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 15px);
  padding: 20px;
  margin: 5px 4px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .product-home .product-box {
    padding: 0px;
    width: calc(50% - 5px);
    margin: 5px 0px;
  }
}
@media (max-width: 768px) {
  .product-home .product-box {
    padding: 0px;
    width: calc(100% - 0px);
    margin: 5px 0px;
  }
}

.product-home-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
  height: 80px;
}
@media (max-width: 991px) {
  .product-home-img {
    min-height: 90px;
  }
}

@media (max-width: 991px) {
  .product-home {
    text-align: center;
    padding-top: 15px;
  }
}
/*************product-home end************/
/**********testimonial start*************/
.testimonial-index {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .testimonial-index {
    padding-top: 50px;
  }
}
.testimonial-index .review-content {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .testimonial-index .review-content {
    margin-top: 15px;
  }
}
.testimonial-index .review-content p {
  font-size: 24px;
  line-height: 36px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .testimonial-index .review-content p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 26px;
  }
}
.testimonial-index .review-content h4 {
  color: #094165;
  font-size: 24px;
  margin-top: 30px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .testimonial-index .review-content h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
.testimonial-index .owl-theme .owl-controls {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .testimonial-index .owl-theme .owl-controls {
    text-align: center;
  }
}
.testimonial-index .owl-theme .owl-dots .owl-dot.active span, .testimonial-index .owl-theme .owl-dots .owl-dot:hover span {
  background: #094165;
}

/**********testimonial end**********/
/*************footer start**********/
.tc-footer {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 100px 0 90px 0;
}

@media (max-width: 991px) {
  .tc-footer {
    text-align: center;
  }
}
.tc-footer .back {
  background: rgba(242, 242, 242, 0.89);
}

.tc-footer a {
  color: #222;
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
}

@media (max-width: 991px) {
  .tc-footer a {
    line-height: 20px;
    font-size: 16px;
  }
}
.tc-footer a:hover {
  color: #094165;
  transition: all 0.4s ease-in-out;
}

.tc-footer ul {
  margin-top: 70px;
  list-style: none;
  padding-left: 0px;
}
@media (max-width: 1100px) {
  .tc-footer ul {
    margin-top: 20px;
  }
}

.tc-footer p {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

@media (max-width: 991px) {
  .tc-footer p {
    line-height: 20px;
    font-size: 16px;
  }
}
.footer-copyright {
  margin-top: 20px;
  padding: 0px 0 0px 0;
  letter-spacing: 1px;
  color: #222;
  font-size: 13px;
}
.footer-copyright ul {
  list-style: none;
  padding-left: 0;
}
.footer-copyright .svg-inline--fa {
  display: inline-block;
  background-color: #094165;
  border: 1px solid #094165;
  border-radius: 50%;
  color: #fff;
  width: 36px;
  height: 36px;
  padding: 9px;
  margin: 5px 5px 0 0;
  transition: all 0.3s ease-in-out;
}
.footer-copyright .svg-inline--fa:hover {
  border: 1px solid #094165;
  background: #094165;
  color: #fff;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .footer-copyright {
    padding: 0px 15px 10px 15px;
    margin-top: 20px;
  }
}
.footer-logo {
  width: 95%;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .footer-logo {
    margin: 30px 0;
  }
}

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

.tc-header .back {
  background: rgba(15, 30, 62, 0.5);
}

.services-page .service-box {
  position: relative;
  vertical-align: top;
  width: calc(49% - 15px);
  margin: 15px 5px 15px 5px;
  display: inline-block;
}
@media (max-width: 850px) {
  .services-page .service-box {
    width: calc(100% - 0px);
    margin: 15px 0px 5px 0px;
  }
}

/*****************************/
#accordion {
  margin-top: 50px;
}

#accordion .panel {
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #eee;
}

#accordion .panel-heading {
  padding: 0;
}

#accordion .panel-title a {
  display: block;
  font-size: 22px;
  font-weight: 400;
  color: #094165;
  padding: 17px 30px 17px 65px;
  background: #fff;
  border-bottom: none;
  position: relative;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 991px) {
  #accordion .panel-title a {
    padding: 10px 15px 10px 60px;
    font-size: 20px;
    line-height: 25px;
  }
}

#accordion .panel-title a.collapsed {
  color: #333;
}

#accordion .panel-title a.collapsed:hover {
  color: #094165;
}

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "-";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  color: #fff;
  width: 45px;
  height: 100%;
  line-height: 54px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: -1px;
  background: #094165;
  transition: all 0.2s;
}
@media only screen and (max-width: 660px) {
  #accordion .panel-title a:after,
  #accordion .panel-title a.collapsed:after {
    line-height: 44px;
  }
}

#accordion .panel-title a.collapsed:after {
  content: "+";
  color: #959595;
  background: #f4f4f4;
  transition: all 0.5s ease 0s;
}

#accordion .panel-title a.collapsed:hover:after {
  background: #094165;
  color: #fff;
}

#accordion .panel-title a:before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: -1px;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #094165;
}

#accordion .panel-title a.collapsed:before {
  display: none;
}

#accordion .panel-body {
  font-size: 18px;
  color: #222;
  padding: 1px 35px 25px 55px;
  line-height: 25px;
  margin-left: 12px;
  background: #fff;
  border-top: none;
}
@media only screen and (max-width: 991px) {
  #accordion .panel-body {
    padding: 20px 15px 25px 15px;
  }
}

.panel-group .panel + .panel {
  margin-top: 10px;
}

.contact-page input, .contact-page textarea {
  width: 100%;
  border: 1px solid #ebf4fa;
  padding: 13px 10px;
  margin: 7px 0;
  background-color: #f4f9fc;
}
.contact-page .contact-info h4 {
  text-transform: uppercase;
  font-size: 26px;
  margin-top: 30px;
  color: #094165;
}
.contact-page .contact-info p a {
  color: #333;
}

#check_hidden {
  display: none;
}

.positions #accordion .panel-title a.collapsed:after {
  background: #094165;
  color: #fff;
}

.reviews-box {
  background-color: #f4f9fc;
  padding: 40px;
  margin-bottom: 30px;
}
.reviews-box img {
  width: 60px;
  opacity: 0.85;
  margin: 20px 0 10px 0;
}
.reviews-box h4 {
  color: #094165;
  margin-top: 25px;
}
.reviews-box h3 {
  color: #094165;
  margin-bottom: 20px;
}

.pagination {
  margin-top: 50px;
}

/********** TEAM PAGE START ********/
.team-box {
  background-color: #fff;
  overflow: hidden;
  display: inline-block;
  margin: 12px 12px;
  width: calc(33% - 30px);
}
@media (max-width: 1100px) {
  .team-box {
    width: calc(49% - 15px);
  }
}
@media (max-width: 550px) {
  .team-box {
    width: calc(99% - 15px);
  }
}

.team-img {
  height: 350px;
  background-position: top;
  transition: all 0.3s ease-in-out;
}

.team-box:hover .team-img { /* IE 9 */ /* Safari 3-8 */
  transform: scale(1.1);
}

.team-info {
  padding: 15px 5px 25px 5px;
}

.team-job-desc {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #094165;
  font-size: 28px;
  margin-top: 0;
}

.team-name {
  color: #666;
  font-weight: 300;
  font-size: 15px;
  opacity: 0.7;
  font-family: "Lato", sans-serif;
}

.team-info .btn {
  padding: 8px 20px;
  font-size: 16px;
  margin-top: 10px;
}

.team-link {
  display: block;
  margin: 2px 0;
  font-weight: 400;
}

.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%;
  }
}
.staff-bio .svg-inline--fa {
  width: 28px;
  height: 28px;
  padding: 4px;
  border: 1px solid #094165;
  border-radius: 50%;
  margin: 10px 6px 2px 0px;
  color: #094165;
}

.staff-bio .svg-inline--fa:hover {
  background-color: #094165;
  color: #fff;
}

/********* TEAM PAGE END *******/
.blog-detail-img {
  height: 450px;
  margin: 10px 0 30px 0;
}
@media (max-width: 768px) {
  .blog-detail-img {
    height: 250px;
    margin: 10px 0 20px 0;
  }
}

.blog-page .service-box {
  width: calc(49% - 20px);
  margin: 15px 7px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 900px) {
  .blog-page .service-box {
    width: calc(100% - 0px);
    margin: 15px 0px;
  }
}
.blog-page .service-box .service-text h3 {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 26px;
  line-height: 30px;
  min-height: 90px;
}
@media (max-width: 768px) {
  .blog-page .service-box .service-text h3 {
    min-height: auto;
  }
}

.example-image {
  background-size: cover;
  background-position: center;
  height: 250px;
  margin: 5px 5px;
  width: calc(33% - 15px);
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .example-image {
    height: 250px;
    margin: 5px 5px;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 500px) {
  .example-image {
    height: 250px;
    margin: 5px 0px;
    width: calc(100% - 0px);
  }
}

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

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

.before-after, .gallery-page {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .before-after, .gallery-page {
    padding-bottom: 60px;
  }
}
.before-after .b-a-content img, .gallery-page .b-a-content img {
  height: 363px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 668px) {
  .before-after .b-a-content img, .gallery-page .b-a-content img {
    height: 230px;
  }
}
.before-after .owl-nav, .gallery-page .owl-nav {
  position: absolute;
  top: 27%;
  left: -3.5%;
  right: -3.5%;
  width: 107%;
  z-index: -1;
}
@media (max-width: 991px) {
  .before-after .owl-nav, .gallery-page .owl-nav {
    top: 18%;
    left: -4.5%;
    right: -4.5%;
    width: 109%;
  }
}
.before-after .owl-theme .owl-controls .owl-nav [class*=owl-], .gallery-page .owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 4px 2px;
  display: inline-block;
  cursor: pointer;
  width: 18px;
  background: transparent;
  opacity: 1;
}
@media (max-width: 768px) {
  .before-after .owl-theme .owl-controls .owl-nav [class*=owl-], .gallery-page .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 14px;
  }
}
.before-after .owl-theme .owl-controls .owl-nav [class*=owl-]:hover, .gallery-page .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  opacity: 0.7;
}
.before-after .owl-prev, .gallery-page .owl-prev {
  float: left;
}
.before-after .owl-next, .gallery-page .owl-next {
  float: right;
}

.b-a {
  margin: 0 5px;
}
.b-a .title-p {
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .b-a .title-p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
  }
}

.b-a .b-a-content {
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}

.b-a .inner-h {
  margin: -5px 0 40px 0;
  text-transform: uppercase;
  color: #094165;
  font-size: 29px;
  font-weight: 600;
  letter-spacing: 1px;
}

.inner-h {
  font-family: "Oswald", sans-serif;
}

.gallerys-page:nth-child(even) {
  background: #f4f9fc;
}

.gallerys-page:nth-child(odd) {
  background: #fff;
}

.projects-page .service-box {
  width: calc(49% - 20px);
  margin: 15px 7px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 900px) {
  .projects-page .service-box {
    width: calc(100% - 0px);
    margin: 15px 0px;
  }
}/*# sourceMappingURL=style.css.map */