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

body {
  font-family: "Roboto", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 26px;
  color: #111;
}

img {
  width: 100%;
}

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

a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333;
}

p {
  color: #333;
}

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

.btn {
  position: relative;
  white-space: nowrap;
  outline: none;
  margin: 15px 0;
  color: #fff;
  background-color: #05057a;
  border: 2px solid #05057a;
  padding: 8px 35px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 3px;
  font-family: "Smooch Sans", sans-serif;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .btn {
    padding: 9px 35px;
    font-size: 20px;
  }
}

.btn:hover {
  border-radius: 55px;
  color: #fff;
}

.btn:focus {
  border-radius: 55px;
  color: #fff;
}

.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 {
  border-radius: 55px;
  color: #fff;
}

.btn:not(:disabled):not(.disabled).active, .btny:not(:disabled):not(.disabled):active, .show > .btn.dropdown-toggle {
  border-radius: 55px;
  color: #fff;
}

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  border-radius: 55px;
  color: #fff;
}

.btn:focus {
  box-shadow: none;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

.title-h {
  font-size: 70px;
  font-weight: 700;
  line-height: 75px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  letter-spacing: 0px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Smooch Sans", sans-serif;
}
@media (max-width: 768px) {
  .title-h {
    font-size: 48px;
    line-height: 48px;
  }
}

.litle-h {
  position: relative;
  padding: 0 80px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
  color: #05057a;
  letter-spacing: 3px;
  font-family: "Roboto", sans-serif !important;
}
@media (max-width: 991px) {
  .litle-h {
    font-size: 15px;
    padding: 0 70px;
  }
}

.litle-h:before {
  z-index: 1;
  display: block;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 50px;
  margin-top: -1px;
  position: absolute;
  background-color: #05057a;
}

.litle-h:after {
  z-index: 1;
  display: block;
  right: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 50px;
  margin-top: -1px;
  position: absolute;
  background-color: #05057a;
}

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

.inner-h {
  font-size: 39px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 10px;
  margin-top: 5px;
  font-family: "Smooch Sans", sans-serif;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .inner-h {
    font-size: 33px;
    line-height: 35px;
    letter-spacing: 0px;
  }
}

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

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

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

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

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

/******navbar start*******/
.top-bar {
  background-color: #05057a;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .top-bar {
    text-align: center;
  }
}
.top-bar p {
  position: relative;
  color: #fff;
  padding-top: 6px;
  margin-bottom: 4px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .top-bar p {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    padding: 7px 0 4px 0;
  }
}
.top-bar a {
  color: #fff;
  display: inline-block;
}
.top-bar a:hover {
  color: #ccc;
}

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 15px;
    background-color: #fff;
  }
  .navbar-toggle .svg-inline--fa {
    color: #05057a;
  }
  .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: 135px;
  z-index: 100;
}
@media (max-width: 991px) {
  .navbar {
    min-height: 110px;
  }
}

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

.navbar-brand img {
  width: auto;
  height: 80px;
  margin-top: 8px;
}
@media (max-width: 1150px) {
  .navbar-brand img {
    height: 65px;
    margin-top: 12px;
  }
}
@media (max-width: 991px) {
  .navbar-brand img {
    height: 60px;
  }
}
@media (max-width: 460px) {
  .navbar-brand img {
    height: 55px;
    margin-top: 6px;
    margin-left: 15px;
  }
}

nav.navbar.bootsnav.no-background {
  background-color: #fff;
  border: none;
}

.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 #05057a;
    width: 250px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 40px 18px 30px 0px;
    font-weight: 400;
    font-size: 16px;
  }
}
@media (min-width: 991px) and (max-width: 1260px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 40px 12px 10px 0px;
    font-weight: 500;
    font-size: 13px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #05057a;
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 9px 15px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-size: 15px;
    font-weight: 400;
  }
  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: 500;
    color: #05057a !important;
    padding: 10px 0;
    font-size: 20px;
  }
  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: #05057a;
    font-size: 17px;
    padding: 7px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 35px -15px 10px -15px;
  }
}
nav.navbar-fixed.bootsnav .btn {
  padding: 11px 17px 11px 17px !important;
  font-size: 18px;
  margin: 27px 0px 0 0px;
  font-weight: 500;
  background-color: transparent;
  border: 2px solid #05057a;
  letter-spacing: 1px;
  box-shadow: none;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  color: #05057a !important;
}
@media (max-width: 992px) {
  nav.navbar-fixed.bootsnav .btn {
    background-color: transparent !important;
    color: #05057a !important;
    margin: 10px 10px 0 0px;
    padding: 0;
    display: inline-block;
    border: none;
  }
}

nav.no-background.bootsnav .btn {
  padding: 11px 17px 11px 17px !important;
  font-size: 18px;
  margin: 27px 0px 0 0px;
  font-weight: 500;
  background-color: #05057a !important;
  border: 2px solid #05057a !important;
  letter-spacing: 1px;
  box-shadow: none;
  color: #fff !important;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 992px) {
  nav.no-background.bootsnav .btn {
    background-color: transparent !important;
    color: #05057a !important;
    margin: 10px 10px 0 0px;
    padding: 0;
    display: inline-block;
    border: none;
  }
}

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

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: 90px;
  margin-top: 8px;
}
@media (max-width: 1150px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 65px;
    margin-top: 12px;
  }
}

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 55px;
    width: auto;
    margin-top: 0;
  }
}
nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

/******navbar end**********/
/*****hero start*********/
.hero {
  min-height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero {
    min-height: auto;
    padding-bottom: 0px;
    text-align: center;
  }
}
.hero .hero-box {
  margin-top: 35vh;
}
@media (max-width: 991px) {
  .hero .hero-box {
    margin: 26vh 0px 10px 0px;
  }
}
.hero .hero-box h1 {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
.hero .hero-box h2 {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 400;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  margin-top: 0px;
}
@media (max-width: 991px) {
  .hero .hero-box h2 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}

.hero .back {
  background: rgba(26, 26, 26, 0.5);
}

/***************hero end******/
.hero-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 30px 0;
  background-color: #05057a;
}
@media (max-width: 991px) {
  .hero-bottom {
    text-align: center;
    position: relative;
    margin-top: 50px;
  }
}
.hero-bottom h4 {
  color: #fff;
  margin: 0;
}
.hero-bottom p {
  color: #fff;
}
.hero-bottom .btn {
  border: 2px solid #fff;
}

/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 140px 0;
}
@media (max-width: 991px) {
  .cta {
    padding: 80px 0;
  }
}
.cta h3 {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.cta .back {
  background-color: rgba(26, 26, 26, 0.5);
}
.cta .btn {
  margin-top: 10px;
  border: 2px solid #fff;
  background-color: transparent;
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/******** cta end ********/
/*********************/
.services-box-img {
  position: relative;
  height: 300px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .services-box-img {
    height: 250px;
  }
}

.services-box-img img {
  width: 100%;
  height: 300px;
  position: absolute;
  inset: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
  border-radius: 8px 8px 0 0;
  transition: 0.3s ease-in-out;
}
@media (max-width: 750px) {
  .services-box-img img {
    height: 250px;
  }
}

.services-box-img .services-img {
  height: 300px;
  z-index: -1;
  transition: 0.3s ease-in-out;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 750px) {
  .services-box-img .services-img {
    height: 250px;
  }
}

.services-content {
  background: #fff;
  padding: 5px 0px 0px 5px;
}
@media (max-width: 991px) {
  .services-content {
    padding: 2px 10px 20px 10px;
  }
}
.services-content h3 {
  font-family: "Smooch Sans", sans-serif;
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 600;
  color: #333;
  letter-spacing: 1px;
}
.services-content a {
  font-weight: 700;
}

.services-box:hover img {
  transform: scale(0.9);
}

.services-box:hover .btn {
  background-color: #05057a;
}

.services-box {
  box-shadow: 2px -2px 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  width: calc(33% - 25px);
  margin: 15px 10px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  border-radius: 8px 8px 0 0;
  padding: 20px;
}
@media (max-width: 1150px) {
  .services-box {
    width: calc(49% - 25px);
  }
}
@media (max-width: 750px) {
  .services-box {
    width: calc(100% - 0px);
    margin: 8px 0px;
  }
}

.services-box .link {
  cursor: pointer;
}

/*********** before-after slider end *********/
#accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
  position: relative;
}

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

#accordion .panel-heading:before {
  content: "";
  width: 40px;
  height: 100%;
  background: #05057a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#accordion .panel-title a {
  display: block;
  padding: 10px 30px 10px 60px;
  background: #fff;
  font-size: 24px;
  font-weight: 500;
  font-family: "Smooch Sans", sans-serif;
  color: #333;
  overflow: hidden;
  position: relative;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before,
#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;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  transition: all 0.3s ease 0s;
}

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
  content: "+";
  transform: translateY(250px);
}

#accordion .panel-title a.collapsed:before {
  transform: translateY(-50px);
}

#accordion .panel-title a.collapsed:after {
  transform: translateY(0);
}

#accordion .panel-body {
  padding: 10px 30px 10px 60px;
  background: #fff;
  border-top: none;
  font-size: 15px;
  color: #6f6f6f;
  letter-spacing: 0px;
  line-height: 24px;
  position: relative;
}

#accordion .panel-body:before {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.faq-img {
  height: 600px;
}
@media (max-width: 768px) {
  .faq-img {
    height: 250px;
  }
}

.test-img {
  height: 600px;
}
@media (max-width: 768px) {
  .test-img {
    height: 250px;
  }
}

.faq-padd {
  height: 20px;
}
@media (max-width: 768px) {
  .faq-padd {
    height: 1px;
  }
}

/*************** slider ****************/
.testimonial-index {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .testimonial-index {
    padding-top: 50px;
  }
}
.testimonial-index .back {
  background-color: rgba(255, 255, 255, 0.5);
}
.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: 20px;
  line-height: 30px;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .testimonial-index .review-content p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
  }
}
.testimonial-index .review-content h4 {
  color: #05057a;
  font-size: 20px;
  margin-top: 40px;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "Smooch Sans", sans-serif;
}
@media (max-width: 991px) {
  .testimonial-index .review-content h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
.testimonial-index .owl-theme .owl-controls {
  text-align: left;
  margin-top: 30px;
}
.testimonial-index .owl-theme .owl-dots .owl-dot.active span, .testimonial-index .owl-theme .owl-dots .owl-dot:hover span {
  background: #05057a;
}

/***** slider end********/
.services-right-text {
  padding: 0;
}

.services-right-text .services-img {
  margin-right: 45vw;
}
@media screen and (max-width: 991px) {
  .services-right-text .services-img {
    margin-right: 0;
  }
}

.services-right-text .services-text {
  padding: 110px 100px;
  width: 50vw;
  margin-left: 50vw;
  background-color: #0d1a26;
  margin-right: -45vw;
}
@media screen and (max-width: 991px) {
  .services-right-text .services-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%;
  }
}

.services-right-text .services-img2 {
  display: none;
}
@media screen and (max-width: 991px) {
  .services-right-text .services-img2 {
    height: 220px;
    display: block;
  }
}

.services-right-text h3, .services-right-text p, .services-right-text li, .about-left-text h3, .about-left-text p, .about-left-text li {
  color: #fff;
}
.services-right-text p, .services-right-text li, .about-left-text p, .about-left-text li {
  color: #eee;
}
.services-right-text ul, .about-left-text ul {
  list-style: none;
  padding-left: 0;
}
.services-right-text .svg-inline--fa, .about-left-text .svg-inline--fa {
  margin-right: 15px;
  color: #05057a;
}
.services-right-text li, .about-left-text li {
  margin-bottom: 10px;
}

.about-left-text {
  padding: 0;
}

.about-left-text .about-img {
  margin-left: 45vw;
}
@media screen and (max-width: 991px) {
  .about-left-text .about-img {
    margin-left: 0;
  }
}

.about-left-text .about-text {
  padding: 110px 100px;
  width: 50vw;
  margin-right: 50vw;
  background-color: #0d1a26;
  margin-left: -45vw;
}
@media screen and (max-width: 991px) {
  .about-left-text .about-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%;
  }
}

.about-left-text .about-img2 {
  display: none;
}
@media screen and (max-width: 991px) {
  .about-left-text .about-img2 {
    height: 220px;
    display: block;
  }
}

.services-right-text input, .services-right-text textarea {
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
}
.services-right-text ::-moz-placeholder {
  font-family: "Smooch Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #ccc;
  letter-spacing: 1px;
}
.services-right-text ::placeholder {
  font-family: "Smooch Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #ccc;
  letter-spacing: 1px;
}

/*****tc- footer start******/
.tc-footer {
  position: relative;
  padding: 70px 0 35px 0;
}
@media only screen and (max-width: 990px) {
  .tc-footer {
    padding: 50px 0 25px 0;
  }
}
.tc-footer .back {
  background: rgba(242, 242, 242, 0.93);
}
.tc-footer a {
  font-weight: 400;
  color: #333;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 990px) {
  .tc-footer a {
    font-size: 17px;
  }
}
.tc-footer a:hover {
  color: #05057a;
}
.tc-footer p, .tc-footer p a {
  color: #333;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 990px) {
  .tc-footer p, .tc-footer p a {
    font-size: 14px;
    line-height: 21px;
  }
}
.tc-footer .svg-inline--fa {
  color: #fff;
  margin: 5 2px;
  background-color: #05057a;
  padding: 7px;
  font-size: 20px;
  border-radius: 3px;
  height: 20px;
  width: 20px;
}
.tc-footer .svg-inline--fa:hover {
  border-radius: 10px;
}
.tc-footer .copyright .svg-inline--fa {
  font-size: 20px;
  margin: 5px 4px;
}
.tc-footer img {
  width: 100%;
  margin-top: 0px;
}
@media only screen and (max-width: 990px) {
  .tc-footer img {
    height: auto;
    width: 100%;
    margin-bottom: 5px;
  }
}
.tc-footer hr {
  margin-top: 40px;
  margin-bottom: 35px;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 990px) {
  .tc-footer hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.tc-footer ul {
  list-style: none;
  margin: 2px 0 2px 0;
  padding: 0;
}
@media only screen and (max-width: 990px) {
  .tc-footer ul {
    margin: 15px 0;
  }
}

/*****footer end******/
.tc-header {
  height: 140px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 990px) {
  .tc-header {
    height: 125px;
  }
}

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

.team-img {
  height: 370px;
  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: "Smooch Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #05057a;
  text-transform: uppercase;
  font-size: 28px;
  margin-top: 0;
}

.team-name {
  color: #555;
  font-weight: 400;
  font-size: 15px;
  opacity: 0.7;
}

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

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

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

/********* TEAM PAGE END *******/
.review-box {
  padding: 50px;
  margin-bottom: 30px;
  border-radius: 5px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 700px) {
  .review-box {
    padding: 30px 15px 20px 15px;
  }
}
.review-box h4 {
  text-align: right;
  margin: 20px 30px 0 0;
  color: #05057a;
  font-weight: 500;
  font-family: "Smooch Sans", sans-serif;
  font-size: 25px;
}
.review-box img {
  width: 70px;
  margin-bottom: 20px;
}
.review-box hr {
  border-top: 1px solid #e7e7fe;
}

input, textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #f7f7f7;
  background-color: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 15px;
  outline: none;
}

select {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #f7f7f7;
  background-color: #f9f9f9;
  margin-bottom: 15px;
  outline: none;
  border-radius: 5px;
  height: 58px;
  font-size: 19px;
  letter-spacing: 1px;
  font-family: "Smooch Sans", sans-serif;
  color: #05057a;
  font-weight: 500;
}

::-moz-placeholder {
  font-size: 19px;
  letter-spacing: 1px;
  font-family: "Smooch Sans", sans-serif;
  color: #05057a;
  font-weight: 500;
}

::placeholder {
  font-size: 19px;
  letter-spacing: 1px;
  font-family: "Smooch Sans", sans-serif;
  color: #05057a;
  font-weight: 500;
}

input[type=file] {
  border: none;
}

.contact-h {
  font-family: "Smooch Sans", sans-serif;
  font-size: 32px;
  margin-top: 15px;
}
@media only screen and (max-width: 700px) {
  .contact-h {
    font-size: 25px;
  }
}

.guides-page .review-box ul {
  padding-left: 0;
}
.guides-page .review-box li {
  display: inline-block;
  width: 49%;
  margin-bottom: 4px;
}
@media only screen and (max-width: 700px) {
  .guides-page .review-box li {
    width: 100%;
    margin-bottom: 7px;
  }
}
.guides-page .review-box li .svg-inline--fa {
  margin-right: 7px;
  font-size: 15px;
}

.services-detail-page iframe {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .services-detail-page iframe {
    height: 220px;
  }
}

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

.clients {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .clients {
    text-align: center;
    padding: 20px 0;
  }
}
.clients .client-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
  margin: 15px 15px;
}
@media (max-width: 991px) {
  .clients .client-img {
    height: 80px;
    margin: 5px 3px;
  }
}
.clients .client-img:hover {
  box-shadow: 0px 0px 5px rgba(244, 203, 203, 0.1);
}
.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: #ccc;
}
.clients .owl-theme .owl-dots .owl-dot span {
  background: #05057a;
}/*# sourceMappingURL=style.css.map */