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

body {
  font-family: "Nunito Sans", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 27px;
}

img {
  width: 100%;
}

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

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

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

.btn {
  color: #fff;
  background-color: #222;
  border: 2px solid #222;
  padding: 13px 35px;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.5s ease-in-out;
  border-radius: 3px;
  font-family: "Nunito Sans", sans-serif;
  margin: 15px 0;
}
@media (max-width: 500px) {
  .btn {
    padding: 12px 35px;
    letter-spacing: 1px;
    font-weight: 600;
  }
}

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

.title-h {
  font-size: 50px;
  line-height: 57px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #314252;
  font-family: "Nunito Sans", sans-serif;
  z-index: 1;
  margin-top: -55px;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 34px;
    line-height: 38px;
    margin-top: -10px;
  }
}

.little-h {
  color: #ecf2f9;
  font-size: 120px;
  font-style: normal;
  font-weight: 900;
  line-height: 120px;
  letter-spacing: 3px;
  text-transform: uppercase;
  z-index: -1;
  margin-bottom: -30px;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 991px) {
  .little-h {
    font-size: 50px;
    line-height: 50px;
  }
}

.title-p {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 10px;
    margin-top: 10px;
  }
}

.inner-h {
  font-size: 40px;
  line-height: 47px;
  color: rgba(36, 78, 125, 0.95);
  font-family: "Nunito Sans", sans-serif;
  z-index: 1;
}
@media (max-width: 991px) {
  .inner-h {
    font-size: 26px;
    line-height: 30px;
  }
}

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

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

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

/*****navbar ***/
.top-text-right {
  text-align: right;
}
@media (max-width: 991px) {
  .top-text-right {
    display: none;
  }
}
.top-text-right ul {
  list-style: none;
  padding-left: 0;
  padding: 0;
  margin: 3px 0 0 0;
}
.top-text-right ul li {
  display: inline-block;
  margin: 2px 5px;
}

.top-bar {
  width: 100%;
  z-index: 999;
  background-color: #222;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .top-bar {
    text-align: center;
  }
}
.top-bar p {
  color: #f2f2f2;
  font-family: "Nunito Sans", sans-serif;
  padding: 4px 0 6px 0;
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .top-bar p {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
    padding-top: 5px;
  }
}
.top-bar a {
  color: #fff;
  font-size: 16px;
}
.top-bar li {
  color: #ccc;
}

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

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

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

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

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

.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 #006a9a;
    width: 250px;
  }
  .navbar-nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  .navbar-nav > li > a {
    padding: 28px 10px 25px 10px;
    font-weight: 400;
    font-size: 18px;
    font-family: "Nunito Sans", sans-serif;
  }
}
@media (min-width: 991px) and (max-width: 1150px) {
  .navbar-nav > li > a {
    padding: 28px 8px 25px 8px;
    font-size: 18px;
  }
}
@media (min-width: 991px) {
  .navbar-fixed.bootsnav .navbar-nav > li > a {
    color: #314252;
  }
  .navbar-fixed.bootsnav .navbar-nav > li > a:hover {
    color: #006a9a;
  }
  .no-background.bootsnav .navbar-nav > li > a {
    color: #333;
  }
  .navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none;
  }
  .navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
  }
  .navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 9px 15px;
    border-bottom: solid 1px #eee;
    color: #314252;
    font-size: 18px;
    font-weight: 500;
    font-family: "Nunito Sans", sans-serif;
  }
  .navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #fff;
    background: #006a9a;
  }
}
@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: 600;
    font-family: "Nunito Sans", sans-serif;
    text-transform: uppercase;
    color: #314252 !important;
    font-size: 22px;
  }
  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: "Nunito Sans", sans-serif;
    color: #314252;
    font-size: 20px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 35px -15px 10px -15px;
  }
}
.no-background.bootsnav .btn-nav {
  padding: 8px 17px 11px 17px !important;
  font-size: 19px;
  margin: 34px 25px 0 0px;
  font-weight: 400;
  background-color: transparent !important;
  border: none;
  letter-spacing: 1px;
}

.navbar.bootsnav ul.nav > li > .mobile-a {
  width: 240px;
  background: #006a9a;
  color: #fff !important;
  display: none;
}
@media (max-width: 992px) {
  .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: 110px;
  margin-top: 3px;
}

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 65px;
    width: auto;
    margin-top: 0;
  }
}
/********************************************************************/
.main-wrapper ul li {
  list-style-type: none;
}

.navbar-toggler {
  display: block;
  border: none;
  background: transparent;
  font-size: 1.8rem;
  cursor: pointer;
  padding: 0.2rem 0.5rem;
  transition: all 0.4s ease;
  border: 2px solid #fff;
  border-radius: 4px;
  position: absolute;
  margin-top: 15px;
}

.navbar-toggler:hover {
  opacity: 0.7;
}

.navbar-collapse {
  overflow-y: scroll;
  display: none;
}

.sub-menu ul li a {
  opacity: 0.8;
  transition: all 1s ease;
}

.sub-menu ul li a:hover {
  padding-left: 14px;
  opacity: 0.9;
}

.sub-menu {
  display: none;
  transition: all 0.4s ease;
  border: 1px solid #fff;
}

.nav-right-window .svg-inline--fa {
  font-size: 15px;
  margin-right: 7px;
}
.nav-right-window h4 {
  margin-top: 20px;
}
.nav-right-window h2 {
  font-family: "Oswald", sans-serif;
}

@media screen and (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
  .navbar-collapse {
    display: block !important;
    overflow-y: hidden;
    flex: 1 0 auto;
  }
  .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 25px 0;
  }
  .sub-menu {
    position: absolute;
    left: 10%;
    width: 80%;
    top: 100%;
    background: #fff;
    transition: all 0.4s ease;
    border-radius: 2px;
    border-top: 1px solid #eee;
  }
  .navbar-nav > li:hover .sub-menu {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    border: 1px solid #f5f5f5;
  }
}
.window-nav-box {
  display: inline-block;
  width: calc(33% - 20px);
  margin: 5px 5px;
  position: relative;
  box-shadow: -1px 1px 12px rgba(0, 0, 0, 0.1);
  padding: 15px 10px 10px 10px;
  transition: all 0.3s ease-in-out;
  vertical-align: top;
}
@media screen and (max-width: 992px) {
  .window-nav-box {
    width: calc(50% - 12px);
    padding: 10px 3px 10px 3px;
    margin: 5px 4px;
  }
}
.window-nav-box h5 {
  font-size: 14px;
  line-height: 19px;
  min-height: 40px;
  margin-bottom: 0;
}

.window-nav-box:hover {
  box-shadow: -1px 1px 12px rgba(0, 0, 0, 0.2);
}

.window-nav-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
}
@media screen and (max-width: 992px) {
  .window-nav-img {
    height: 60px;
  }
}

.navbar-box-padding {
  padding: 10px 20px 10px 20px;
}
@media screen and (max-width: 992px) {
  .navbar-box-padding {
    padding: 0;
  }
}

.navbar-color {
  background-color: #f7f7f7;
  padding: 1px 20px 10px 20px;
}

@media screen and (max-width: 992px) {
  .nav-right-window .btn {
    margin: 5px 0;
  }
}

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

/*********************************************************************/
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero {
    min-height: 85vh;
  }
}
.hero .hero-box {
  margin-top: 35vh;
}
@media (max-width: 991px) {
  .hero .hero-box {
    margin-top: 24vh;
  }
}
.hero .back {
  background-color: rgba(13, 13, 13, 0.5);
}
.hero h1 {
  color: #fff;
  margin-top: 100px;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@media (max-width: 991px) {
  .hero h1 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 5px;
  }
}
.hero h2 {
  color: #fff;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  margin-bottom: 35px;
  margin-top: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 24px;
}
@media (max-width: 991px) {
  .hero h2 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
.hero .btn {
  background-color: #222;
  border: 2px solid #222;
  margin: 10px 5px 0 5px;
  min-width: 220px;
}

.indicator {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -15px;
  bottom: 20px;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .indicator {
    display: none;
  }
}

.indicator span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  animation: animate 1s linear infinite;
}

.indicator span:nth-child(1) {
  top: -20px;
  left: -20px;
  animation-delay: 0s;
}

.indicator span:nth-child(2) {
  top: -10px;
  left: -10px;
  animation-delay: 0.2s;
}

@keyframes animate {
  0% {
    border-color: #fff;
    transform: translate(0, 0);
  }
  20% {
    border-color: #fff;
    transform: translate(10px, 10px);
  }
  20.1%, 100% {
    border-color: #999;
  }
}
/********* services start *********/
.services-home .services-box {
  position: relative;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
  margin: 15px 0;
  transition: all 0.3s ease-in-out;
  border-radius: 15px 15px 0 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.services-home .services-img {
  height: 410px;
  border-radius: 20px 20px 4px 4px;
}
@media (max-width: 991px) {
  .services-home .services-img {
    height: 270px;
  }
}
.services-home .services-text {
  padding: 0 15px 5px 15px;
}
@media (max-width: 1200px) {
  .services-home .services-text {
    padding: 0 5px 5px 15px;
  }
}
.services-home .services-text h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .services-home .services-text h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
  }
}
@media (max-width: 550px) {
  .services-home .services-text h3 {
    min-height: auto;
    margin-bottom: 10px;
    font-weight: 600;
  }
}
.services-home a {
  text-align: right;
  display: block;
  margin-top: -20px;
}
@media (max-width: 550px) {
  .services-home a {
    margin-top: -30px;
  }
}
.services-home .svg-inline--fa {
  margin-top: -7px;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  padding: 7px;
  border: 1px solid #fff;
}
.services-home .services-box:hover {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}
.services-home .services-box:hover .svg-inline--fa {
  color: #333;
}

/********* services end *********/
/**********cta2 start*********/
.cta {
  padding: 40px 0;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .cta {
    padding: 80px 0;
  }
}
.cta .back {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#314252+0,009ddc+100 */
  background: rgb(49, 66, 82); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(49, 66, 82) 0%, rgb(0, 157, 220) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#314252", endColorstr="#009ddc",GradientType=0 ); /* IE6-9 */
}
.cta h3 {
  text-shadow: 0px 0px 1px #333;
  margin-bottom: 15px;
  color: #fff;
}
@media (max-width: 768px) {
  .cta h3 {
    font-size: 36px;
    line-height: 40px;
  }
}

.cta2 {
  padding: 150px 0;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .cta2 {
    padding: 80px 0;
  }
}
.cta2 .back {
  background: rgba(13, 35, 64, 0.5);
}
.cta2 .cta-box {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 120px 80px 60px 80px;
  border-radius: 20px 20px 4px 4px;
}
@media (max-width: 768px) {
  .cta2 .cta-box {
    padding: 60px 15px 20px 15px;
  }
}
.cta2 h3 {
  text-shadow: 0px 0px 1px #333;
  margin-bottom: 15px;
  color: #333;
}
@media (max-width: 768px) {
  .cta2 h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
.cta2 .cta-row h4 {
  color: #2e5285;
}
.cta2 .title-p {
  color: #333;
}
.cta2 .little-h {
  color: rgba(196, 215, 237, 0.5);
}
.cta2 .btn {
  min-width: 200px;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .cta2 .btn {
    margin: 5px;
  }
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta2 {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/*************cta end*********/
.about-padd {
  height: 100px;
}
@media (max-width: 991px) {
  .about-padd {
    height: 0;
  }
}

.tips-box {
  width: calc(49% - 20px);
  margin: 10px 7px;
  display: inline-block;
  vertical-align: top;
  border-radius: 15px 15px 4px 4px;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  .tips-box {
    width: calc(100% - 0px);
    margin: 7px 0;
  }
}
.tips-box .svg-inline--fa {
  margin-right: 8px;
}

.tips-img {
  height: 300px;
  border-radius: 15px 15px 0 0;
}
@media (max-width: 768px) {
  .tips-img {
    height: 220px;
  }
}

.tips .back, .services-home .back {
  background-color: rgba(255, 255, 255, 0.8);
}

.tips-text {
  padding: 5px 15px 15px 15px;
}

.partner-box {
  width: calc(20% - 20px);
  margin: 7px;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  padding: 20px;
  position: relative;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .partner-box {
    width: calc(100% - 0px);
    margin: 7px 0;
  }
}

.partner-box:hover {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
}

.partner-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
}
@media (max-width: 768px) {
  .partner-img {
    height: 80px;
  }
}

/*****tc- footer start******/
.tc-footer {
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .tc-footer {
    padding-top: 40px;
  }
}
.tc-footer a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .tc-footer a {
    line-height: 22px;
    font-size: 16px;
  }
}
.tc-footer a:hover {
  color: #006a9a;
}
.tc-footer ul {
  list-style: none;
  padding-left: 0px;
}
.tc-footer .footer-row li {
  display: inline-block;
  margin: 10px 20px;
}
.tc-footer p {
  color: #eee;
  font-size: 14px;
  font-weight: 500;
  line-height: 38px;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .tc-footer p {
    line-height: 22px;
  }
}
.tc-footer .svg-inline--fa {
  margin: 0 3px;
  color: #006a9a;
  font-size: 17px;
  width: 18px;
  height: 18px;
  padding: 8px;
  border: 2px solid #006a9a;
  border-radius: 2px;
}
.tc-footer .svg-inline--fa:hover {
  background-color: #006a9a;
  border: 2px solid #006a9a;
  color: #fff;
}
.tc-footer .back {
  background: rgba(29, 38, 48, 0.94);
}
.tc-footer img {
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  .tc-footer img {
    margin: 25px 0px;
    width: 95%;
  }
}
.tc-footer hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-copyright {
  padding: 20px 0 20px 0;
}
@media (max-width: 991px) {
  .footer-copyright {
    text-align: center;
  }
}
.footer-copyright p, .footer-copyright a {
  color: #eee;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: "Nunito Sans", sans-serif;
}
.footer-copyright .footer-bootom li {
  display: inline-block;
}

/*****tc-footer end******/
.tc-header {
  height: 120px;
  background-color: rgba(236, 242, 249, 0.8);
  padding: 0;
}
@media (max-width: 991px) {
  .tc-header {
    height: 87px;
  }
}

input, textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid rgb(236, 242, 249);
  background: rgba(236, 242, 249, 0.6);
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
}

select {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid rgb(236, 242, 249);
  background: rgba(236, 242, 249, 0.6);
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  letter-spacing: 1px;
  height: 50px;
}

::-moz-placeholder {
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  letter-spacing: 1px;
}

::placeholder {
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  letter-spacing: 1px;
}

.partners-page:nth-child(even) {
  background: rgba(236, 242, 249, 0.4);
}

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

.partners-page .partner-box {
  width: calc(25% - 20px);
}
@media (max-width: 991px) {
  .partners-page .partner-box {
    width: calc(100% - 0px);
    margin: 7px 0;
  }
}

.pagination {
  margin-top: 50px;
}

.tips-text h3 {
  font-size: 25px;
  line-height: 30px;
  min-height: 60px;
  margin-bottom: 5px;
}
@media (max-width: 550px) {
  .tips-text h3 {
    min-height: auto;
    margin-bottom: 15px;
  }
}

.tips-box:hover h3 {
  color: #006a9a;
}

.blog-detail-img {
  height: 550px;
}
@media (max-width: 768px) {
  .blog-detail-img {
    height: 350px;
  }
}
@media (max-width: 550px) {
  .blog-detail-img {
    height: 210px;
  }
}

.iframe-row iframe {
  height: 550px;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .iframe-row iframe {
    height: 350px;
  }
}
@media (max-width: 550px) {
  .iframe-row iframe {
    height: 210px;
  }
}

.styles-box {
  width: calc(33% - 20px);
  margin: 10px 7px;
  display: inline-block;
  vertical-align: top;
  border-radius: 15px 15px 4px 4px;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  .styles-box {
    width: calc(100% - 0px);
    margin: 7px 0;
  }
}
.styles-box .svg-inline--fa {
  margin-right: 8px;
}

.styles-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 300px;
  border-radius: 15px 15px 0 0;
}
@media (max-width: 768px) {
  .styles-img {
    height: 220px;
  }
}

.styles-text {
  padding: 0 15px 15px 20px;
}

.styles-box:hover {
  box-shadow: 1px -2px 15px rgba(0, 0, 0, 0.18);
}

.all-about .back {
  background-color: rgba(236, 242, 249, 0.7);
}

.example-image {
  background-size: cover;
  background-position: center;
  height: 270px;
  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);
  }
}

.cta-color {
  padding: 50px 0 40px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3b69ab+0,223663+100 */
  background: radial-gradient(ellipse at center, rgb(59, 105, 171) 0%, rgb(34, 54, 99) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.cta-color .title-h, .cta-color .title-p {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.cta-color .title-h {
  margin-top: 15px;
}

.form-control {
  box-shadow: none;
  padding: 13px 10px;
  height: 50px;
  background: #FFF;
  color: #3a404d;
  border-radius: 5px;
  border-color: #DFE2E8;
}

.form-control:focus, .form-control.input-focus {
  box-shadow: none !important;
  border-color: #2b98eb;
}

.card {
  background: #FFF;
  overflow: hidden;
}

.card__content {
  padding: 5px 0;
  font-size: 14px;
  line-height: 22px;
}

.card__content p:last-child {
  margin-bottom: 0;
}

.card__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
}

.card__title a {
  color: #3a404d;
  text-decoration: none;
}

.card__title a:hover, .card__title a:focus {
  color: #006a9a;
  text-decoration: none;
}

.glossary__nav__item.active a {
  color: #FFF;
  background-color: #006a9a;
}

.glossary__nav__item a {
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  display: block;
  min-width: 50px;
  border: 1px solid #eee;
}
@media screen and (max-width: 500px) {
  .glossary__nav__item a {
    min-width: 45px;
  }
}

.glossary__nav__item a:hover, .glossary__nav__item a:focus {
  color: #FFF;
  background-color: #006a9a;
}

.glossary__nav__item a.card__content {
  padding: 11px 10px;
  margin-bottom: 5px;
  border-radius: 3px;
}
@media screen and (max-width: 500px) {
  .glossary__nav__item a.card__content {
    padding: 7px 5px;
    margin-bottom: 7px;
  }
}

.glossary__search__form {
  position: relative;
  max-width: 600px;
  margin: 20px auto;
}

.glossary__search__form:before {
  content: "\f002";
  color: #006a9a;
  font: var(--fa-font-solid);
  position: absolute;
  left: 15px;
  top: 14px;
  font-size: 18px;
}

.glossary__search__form .form-control {
  padding-left: 40px;
}

.glossary__results__row {
  overflow: hidden;
  margin-bottom: 40px;
  transition: all 0.4s ease-in-out;
}

.glossary__results__row:last-child {
  margin-bottom: 0;
}

.glossary__results__row.inactive {
  opacity: 0;
  height: 0;
  margin: 0;
  width: 100%;
}

.glossary__results__term {
  color: #006a9a;
}

.glossary__results__item {
  margin-bottom: 20px;
}

.glossary__results__item a {
  display: block;
  text-decoration: none;
  color: #3a404d;
}

.glossary__results__item a.card {
  border: none;
}

.glossary__results__item a:hover {
  border-color: #006a9a;
}

.glossary__results__item a:hover .card__title {
  color: #006a9a;
}

.title-style--three {
  margin-bottom: 15px;
  position: relative;
  padding-top: 0px;
  padding-bottom: 10px;
}

.title-style--three:after {
  content: "";
  background: #006a9a;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
}

.glossary .list-inline > li {
  display: inline-block;
  padding-right: 2px;
  padding-left: 2px;
}

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

.team-img {
  height: 450px;
  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-info h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #006a9a;
  font-size: 30px;
  margin-top: 0;
}

.team-info h4 {
  font-size: 15px;
  font-weight: 300;
  color: #333;
  opacity: 0.7;
}

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

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

.team-page h5 {
  font-size: 22px;
  margin-top: 20px;
}

.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-job-desc {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #333;
  margin-top: 0;
}

.team-name {
  font-size: 16px;
  color: #006a9a;
  font-weight: 300;
}

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

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

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

@media screen and (max-width: 768px) {
  .staff-padd {
    padding: 0 15px;
  }
}
/********* TEAM PAGE END *******//*# sourceMappingURL=style.css.map */