/*!
Theme Name: FusionOne
Author: Robert Humm
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fusionone
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/




/* Start Common Css */
* {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: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;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus, a:active {
  text-decoration:none;
}

a:focus {
  outline:none;
}

a:hover, a:active {
  outline: 0;
}
p{
  margin:0 0 15px;
}
input:focus,
textarea:focus,
select:focus,
button:focus{
  outline:none;
  box-shadow:none;
}
img{
  max-width:100%;
  height:auto;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color:#000;
}

:root {
    --color-blue-primary: #1c75bc;
    --color-blue-light: #46adff;
    --color-blue-dark: #03244d;
    --color-white: #ffffff;
    --color-blue-accent: #3898ec;
    --color-gray-light: #dddddd;
    --color-blue-navy: #113946;    
    --color-blue-overlay: #03244dcc;  /* Semi-transparent */
    --color-blue-midnight: #041c39;
    --color-black: #000000;
  }

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

a {
    cursor: pointer;
}
body .home-site-content>:where(:not(.alignwide)),
body .site-main>:where(:not(.alignwide)) {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto; 
  padding-left: 15px;
  padding-right: 15px;
}
.container {
    max-width:1250px;
    width:auto;
    margin:0 auto;
    padding-right:15px;
    padding-left:15px
}

.common-heading h2,
.site-main .st-locations-section .common-heading h2  {
    font-size: 44px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    padding-bottom:0;
}

.common-blue-heading h2,
.site-main .st-locations-section .common-heading h2  {
    color: var(--color-blue-primary);
}



.break {
    background-color: var(--color-blue-light);
    width: 45px;
    height: 2px;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-bottom: 0;
}

.break.hd {
    background-color: var(--color-blue-dark);
}

.btn-blue,
.btn-white {
    cursor: pointer;
    padding:12px 15px;
    text-decoration: none;
    display: flex;
    border-radius:50px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    width: fit-content;
    transition: .4s all;
}

.btn-blue {
    color: var(--color-white);
    background-color: var(--color-blue-accent);
}
.btn-blue:hover{
    background-color: var(--color-blue-dark);
}
.btn-blue.dark-blue:hover{
    background-color: var(--color-white);    
    color: var(--color-blue-dark);
}

.btn-white {
    color: var(--color-blue-primary);
    font-size: 14px;
    padding: 5px 25px 3px;
    background-color: var(--color-white);
    line-height: 1.43;
}

.btn-white:hover{
    background-color: var(--color-blue-light);
    color: var(--color-white);
}

.margin-0 {
    margin: 0;
}

/* Start Common Css */

/* Start Header Section */
.header {
    background-color: var(--color-white);
    border-bottom: 1px solid var(--color-gray-light);
}

.header .container {
    max-width: 1300px;
}

.header .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    flex-wrap: wrap;
}

.header .logo {
    display: flex;
}

.header .logo img {
    width: 100%;
    min-width: 171px;
    max-width: 171px;
}

.header .top-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    flex-wrap: wrap;
}

.header .search-icon img {
    height: 21px;
    padding-left: 20px;
    padding-right: 20px;
}

.header .top-links a {
    margin-left: 10px;
    text-decoration: none;
    color: var(--color-blue-navy);
    font-weight: 600;
}

.header .top-contact {
    color: var(--color-blue-primary);
    font-weight: 700;
}
.header .top-contact a{
  color: var(--color-blue-primary);
}
.header .top-links {
    display: flex;
}

.header .top-links .btn-blue {
    padding: 5px 20px 3px;
    font-size: 12px;
    color: var(--color-white);
    line-height: 1.6;
}

.header .top-links .btn-blue:nth-child(1) {
    margin-left: 0;
}

.header .menu-toggle {
    display: none;
    background: none;
    font-size: 28px;
    cursor: pointer;
    border: none;
}

.header .nav-links {
    display: flex;
    flex-wrap: wrap;
}

/* .nav-links a, */
.header .dropbtn,
.header .header-link {
    color: var(--color-blue-dark);
    align-self: center;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 700;
    position: static;
    cursor: pointer;
    text-decoration: none;
    padding: 20px 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: flex-start;
}
.header .header-link.header-link-mobile{
    display: none;
}

.header .dropbtn i {
    color: var(--color-blue-light);
    font-size: 22px;
    font-weight: 600;
}

.header .dropdown {
    position: relative;
}

.header .dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--color-white);
    min-width: 180px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 2;
    top: 100%;
    width: max-content;
}

.header .dropdown-content a {
    display: block;
    padding: 10px 20px;
    color: var(--color-blue-navy);
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
}

.header .dropdown:hover .dropdown-content {
    display: block;
}
/* End Header Section */

/* Start Hero Section Css */
.st-hero-sec .swiper {
    width: 100%;
    height: 100vh;
}

.st-hero-sec .swiper-slide {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    text-align: center;
    flex-direction: column;
}

.st-hero-sec .swiper-slide .swiper-slide-content .common-heading h1 {
    display: flex;
    flex-direction: column;
    font-size: 60px;
    margin: 0;
    line-height: 1.1;
}

.st-hero-sec .swiper-slide .swiper-slide-content .common-heading h1 span {
    font-size: 44px;
    margin-bottom: 5px;
    line-height: 1.4;
}

.st-hero-sec .swiper-slide .swiper-slide-content p {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.2;
}

.st-hero-sec .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 3px .5em;
}

.st-hero-sec .swiper-slide .swiper-slide-content {
    background-color: var(--color-blue-overlay);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 575px;
    max-height: 100%;
    height: 100%;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    text-align: left;
}

.st-hero-sec #swiper-slide1 {
    background-image:url(assets/images/slider-bg-1.jpg);
}

.st-hero-sec #swiper-slide2 {
    background-image:url(assets/images/slider-bg-2.jpg);
}

.st-hero-sec #swiper-slide3 {
    background-image:url(assets/images/slider-bg-3.jpg);
}

.st-hero-sec .slide-content h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.st-hero-sec p {
    font-size: 1.25rem;
}

.st-hero-sec .swiper-button-next,
.st-hero-sec .swiper-button-prev {
    color: var(--color-white);
}

.st-hero-sec .swiper-pagination-bullet {
    background: var(--color-white);
}

/* End Hero Sectio Css */

/* Start Services Section */
.st-services-sec {
    margin-top: 75px;
    padding: 0 20px;
}

.st-services-sec .common-heading h2,
.st-services-sec .common-heading p,
.site-main .st-locations-section .common-heading h2 {
    text-align: center;
}

.st-services-sec .common-heading p {
    max-width: 1005px;
    margin: auto;
    font-size:20px;
}
.st-about-sec .st-about-sec-content p,
.st-contact-sec .st-contact-sec-content p{
    font-size:20px;
}

.st-services-sec .common-heading .break,
.site-main .st-locations-section .common-heading .break  {
    margin-left: auto;
    margin-right: auto;
}

.st-services-sec .st-services-list {
    display: flex;
    justify-content: space-around;
    margin-top: 55px;
}

.st-services-sec .st-services-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 250px;
    width: 100%;
    text-align: center;
}

.st-services-sec .st-services-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-blue-dark);
    border-radius: 50%;
    width: 110px;
    height: 110px;
}
.st-services-sec .st-services-item:hover h4{
    text-decoration: underline;
}

.st-services-sec .st-services-item span img {
    width: 55px;
}

.st-services-sec .st-services-item h4 {
    color: var(--color-blue-primary);
    margin: 24px 0 0;
    font-size: 22px;
    line-height: 1.2;
}

.st-services-sec .btn-blue {
    margin: 55px auto 0;
}

/* End Services Section */

/* Start About Section */
.st-about-sec {
    margin-top: 75px;
}

.st-about-sec .st-about-sec-container {
    display: flex;
}

.st-about-sec .st-about-sec-content {
    display: flex;
    flex-direction: column;
    color: var(--color-white);
    background-color: var(--color-blue-dark);
    width: 50%;
    padding: 60px;
}

.st-about-sec .st-about-sec-content .btn-blue {
    margin-top: 40px;
}

.st-about-sec .st-about-sec-info {
    background: var(--color-blue-dark) url(assets/images/about-bg.jpg);
    background-repeat:no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 50%;
    padding: 60px;
}

/* End About Section */

/* Start Contact Section */
.st-contact-sec {
    margin-top: 55px;
    background: var(--color-blue-dark) url(assets/images/contact-banner-bg.jpg);
    background-repeat:no-repeat;
    background-position: 50%;
    background-size: cover;
}

.st-contact-sec .st-contact-sec-content {
    background-color: var(--color-blue-overlay);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 575px;
    max-height: 100vh;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    color: var(--color-white);
}

.st-contact-sec .st-contact-sec-content .btn-blue {
    margin-top: 40px;
}

/* End Contact Section */

/* Start Client Css */
.st-client-sec .st-client-list {
    display: flex;
    margin-top: 55px;
}

.st-client-sec .st-client-list span img {
    max-width: 100%;
}

/* End Client Css */

/* Start Footer Section */
.st-footer-sec {
    background-color: var(--color-blue-dark);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
}

.st-footer-sec .container {
    max-width: 1300px;
}

.st-footer-sec .st-footer-sec-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.st-footer-sec .st-footer-sec-logo img {
    width: 171px;
}

.st-footer-sec .st-footer-sec-links {
    color: var(--color-white);
    font-size: 16px;
}
.st-footer-sec .st-footer-sec-links a{
    color: var(--color-white);
}
.st-footer-sec .st-footer-sec-buttons {
    display: flex;
}

.st-footer-sec .st-footer-sec-buttons a {
    margin: 0 10px;
}

.st-footer-sec .st-footer-sec-links-mobile {
    display: none;
    text-align: center;
}

.st-sub-footer-sec {
    background-color: var(--color-blue-midnight);
    padding-top: 15px;
    padding-bottom: 15px;
}

.st-sub-footer-sec .container {
    max-width: 1300px;
}

.st-sub-footer-sec .st-sub-footer-sec-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--color-white);
    font-size: 14px;
}
.st-sub-footer-sec .st-sub-footer-sec-container a{
    color: var(--color-white);
}
/* End Footer Section */


@media screen and (max-width: 991px) {

    /* Start Common Css */
    p {
        font-size: 18px;
    }

    /* End Common Css */

    /* Start Header Section */    
    .header .menu-toggle {
        display: block;
        margin-left: auto;
        font-size: 22px;
        cursor: pointer;
        line-height: 1;
      }
      .header .nav-links {
        display: none;
        width: 100%;
        flex-direction: column;
        padding-top: 10px;
      }
      .header .header-link{
        padding-bottom: 20px;
      }
      .header .nav-container{
        padding: 15px 0;
        min-height:100%;
      }
      .header .dropdown-content {
        position: static;
        box-shadow: none;
      }
      .header .top-bar{
        display: none;
      }
      .header .nav-links{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        overflow: visible;
        display: none;
      }
      .header .nav-links.active {
        display: block;
        top: 121px;
        z-index: 2;
        background: var(--color-white);
        transition: all, transform 400ms;
        transform: translateY(0px) translateX(0px);
      }
      .header .header-link.header-link-mobile{
        display: flex;
    }
    /* End Header Section */

    /* Start Hero Section Css */
    .st-hero-sec .swiper,
    .st-hero-sec .swiper-slide {
        height: fit-content;
    }

    .st-hero-sec .swiper-slide .swiper-slide-content {
        max-width: 400px;
        padding: 40px;
        height: auto;
        min-height: 410px;
    }

    .st-hero-sec .swiper-slide .swiper-slide-content .common-heading h1 span {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .st-hero-sec .swiper-slide .swiper-slide-content .common-heading h1 {
        font-size: 40px;
    }

    .st-hero-sec .swiper-slide .swiper-slide-content p {
        font-size: 20px;
    }

    .st-hero-sec .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        opacity: .6;
    }

    .st-hero-sec .swiper-pagination-bullet-active {
        opacity: 1;
    }

    .st-hero-sec .swiper-button-next:after,
    .st-hero-sec .swiper-button-prev:after {
        font-size: 18px;
    }

    /* End Hero Section Css */

    /* Start Contact Css */
    .st-contact-sec .st-contact-sec-content {
        max-width: 400px;
        max-height: none;
        padding-left: 40px;
        padding-right: 40px;
    }

    /* End Contact Css */

    /* Start Client Css */
    .st-client-sec .st-client-list {
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 0 20px;
    }

    .st-client-sec .st-client-list span {
        display: flex;
        width: 33%;
        align-items: center;
        justify-content: center;
    }

    /* End Contact Css */

    /* Start Footer Section */
    .st-footer-sec .st-footer-sec-container {
        flex-direction: column;
        padding-top: 10px;
    }

    .st-footer-sec .st-footer-sec-logo,
    .st-footer-sec .st-footer-sec-links,
    .st-footer-sec .st-footer-sec-buttons {
        margin-bottom: 20px;
    }

    .st-sub-footer-sec {
        padding-top: 10px;
    }

    .st-sub-footer-sec .st-sub-footer-sec-container {
        flex-direction: column;
    }

    .st-sub-footer-sec .st-sub-footer-sec-container .st-sub-footer-sec-links {
        margin-bottom: 20px;
        text-align: center;
    }

    /* End Footer Section */

}

@media screen and (max-width: 767px) {
    .break {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    /* Start Services Section */
    .st-services-sec .st-services-list {
        flex-wrap: wrap;
        flex-direction: column;
    }
    

    .st-services-sec .st-services-item {
        margin-bottom: 20px;
        max-width:100%;
    }

    .st-services-sec .st-services-item h4 {
        font-size: 20px;
    }

    /* End Services Section */

    /* Start About Section */
    .st-about-sec {
        padding: 0 0;
    }

    .st-about-sec .st-about-sec-container {
        flex-direction: column;
    }

    .st-about-sec .st-about-sec-info {
        height: 400px;
        max-height: 400px;
        padding: 0;
        width: 100%;
    }

    .st-about-sec .st-about-sec-content {
        width: 100%;
    }

    /* End About Section */

    /* Start Contact Section */
    .st-contact-sec {
        background-image: none;
        margin-top: 20px;
    }

    .st-contact-sec .st-contact-sec-content {
        background-color: #fff;
        align-items: center;
        max-width: none;
        padding-top:40px;
        padding-bottom: 50px;
        color: inherit;
        text-align: center;
    }

    .st-contact-sec .st-contact-sec-content .common-heading h2,
    .site-main .st-locations-section .common-heading h2 {
        color: var(--color-blue-primary);
    }

    .st-contact-sec .st-contact-sec-content .common-heading .break {
        margin-left: auto;
        margin-right: auto;
    }

    .st-contact-sec .st-contact-sec-info {
        background:  url(assets/images/contact-banner-bg.jpg);
        background-position: 50%;
        background-size: cover;
        height: 300px;
        display: block;
    }

    /* End Contact Section */

    /* Start Client Section */
    .st-client-sec .st-client-list span {
        width: 50%;
    }

    .st-hero-sec .swiper-slide .swiper-slide-content {
        width: 300px;
    }

    .st-hero-sec .swiper-slide .swiper-slide-content .common-heading h1 {
        font-size:26px;
        line-height: 1.4;
    }
    .st-hero-sec .swiper-slide .swiper-slide-content p {
        font-size: 18px;
    }

    .st-hero-sec .swiper-slide .swiper-slide-content .common-heading h1 span {
        font-size: 24px;
    }

    /* End Services Section */

    /* Start Footer Section */
    .st-footer-sec .st-footer-sec-links-mobile {
        display: block;
        font-size: 18px;
        line-height: 1.5;
    }

    .st-footer-sec .st-footer-sec-links-desktop {
        display: none;
    }
    nav.main-menu{
        display:none;
    }
    .st-about-sec .st-about-sec-content{
        padding: 40px 20px;
    }
    .st-services-sec {
        margin-top: 50px;
    }
    .st-services-sec .btn-blue {
        margin: 30px auto 0;
    }
    .st-sub-footer-sec .st-sub-footer-sec-container .st-sub-footer-sec-links{
        margin-bottom:10px;
    }
    .st-sub-footer-sec {
        padding-top: 15px;
    }
    .st-footer-sec .st-footer-sec-links-desktop {
        display: block;
    }
    /* End Footer Section */

}

@media screen and (max-width: 479px) {
    .common-heading h2,
    .site-main .st-locations-section .common-heading h2 {
        font-size: 34px;
    }

    /* Start Hero Section Css */
    .st-hero-sec .swiper-slide {
        min-height: 100%;
        justify-content: flex-end;
    }

    .st-hero-sec .swiper-slide .swiper-slide-content {
        padding: 20px 30px 40px;
        width: 100% !important;
        min-width: 100%;
    }

    .st-hero-sec .swiper-slide .swiper-slide-content {
        min-height: auto;
    }

    .st-hero-sec .swiper-slide .swiper-slide-content .common-heading h1 span {
        margin-bottom: 5px;
    }

    /* End Hero Section Css */

    /* End Services Section */
    .st-services-sec .st-services-list {
        display: flex;
    }
    .st-services-sec .st-services-item span img {
        width: 50px;
        height: auto;
    }

    /* End Services Section */

    /* Start About Section */
    .st-about-sec .st-about-sec-content {
        padding: 30px;
    }

    /* End About Section */

    /* Start Contact Section */
    .st-contact-sec {
        margin-top: 40px;
        padding: 0 0;
    }

    .st-contact-sec .st-contact-sec-info {
        background-position: 90%;
    }

    /* End Contact Section */

    /* Start Footer Css */
    .st-footer-sec .st-footer-sec-links-mobile {
        font-size: 16px;
    }

    .st-footer-sec .st-footer-sec-buttons {
        flex-direction: column;
        align-items: center;
    }

    .st-footer-sec .st-footer-sec-buttons a:nth-child(1) {
        margin-bottom: 10px;
    }
    .st-footer-sec .st-footer-sec-links{
        font-size:13px;
    }
    .st-sub-footer-sec .st-sub-footer-sec-container{
        font-size:12px;
    }
    /* End Footer Css */

}

/*--------------------------------------------------------------
# Nav Menu
--------------------------------------------------------------*/
nav.main-menu{
  /*  display:none;*/
  text-align:right;
}
nav.main-menu ul ul {
  display: none;
}
nav.main-menu ul li:hover > ul {
  display: block;
}
nav.main-menu ul {
  list-style: none;
  position: relative;
  margin:0;
  padding:0;
}
nav.main-menu ul li {
  display: inline-block;
  padding:0 20px 0;
  position:relative;
}
nav.main-menu ul li:last-of-type{
  padding-right:0;
}
nav.main-menu ul li a {
  display: block;
  padding:20px 2px;
  align-self: center;
  color: #03244d;
  font-size:18px;
  font-weight:700;
  font-family: Oswald, sans-serif;
  text-decoration: none;
  position:relative;
  letter-spacing:0;
  text-transform:inherit;
}
nav.main-menu ul>li.menu-item-has-children>a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    background: url(assets/images/down-arrow.svg) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin-top: 0;
    display: inline-block;
    margin-left:-10px;
}
nav.main-menu ul ul li a:after{
  display:none;
}
nav.main-menu ul li a:hover,
nav.main-menu ul li.current-menu-item a,
nav.main-menu ul li.active a{
  color:#46adff;
}
nav.main-menu ul ul {
  background:#fff;
  border-radius: 0px;
  padding: 0;
  position: absolute;
  top:100%;
  width:220px;
  z-index:4;
}
nav.main-menu ul ul li {
  display: block;
  position: relative;
  padding:0;
  float:none;
}
nav.main-menu ul ul li a {
  padding:10px 15px;
  color:#222 !important;
  font-size:15px;
  text-align: left;
  border-bottom:0;
  font-weight:700;
  font-family: Roboto, sans-serif;
}
nav.main-menu ul ul li:hover a,
nav.main-menu ul ul li.current-menu-item a{
  color:#46adff !important;
  background:#fff;
  border-bottom:0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}   
nav.main-menu ul ul ul {
  position: absolute;
  left: 100%;
  top:0;
  min-width:220px;
  background:#fff;
}
nav.main-menu ul ul ul li a{
  color:#222;
}
nav.main-menu ul ul ul li:hover a,
nav.main-menu ul ul ul li.current-menu-item a{
  color:#46adff;
  background:#fff;
}
/*--------------------------------------------------------------
# Inner Content
--------------------------------------------------------------*/
.inner-banner {
  position: relative;
  background-color: #03244d;
}
.inner-banner img {
  width: 100%;
  display: block;
  object-fit:cover;
}
.inner-banner-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.inner-banner .container {
  max-width: 1250px;
  margin: 0 auto;
  width:auto;
  height: 100%;
  padding:0 15px;
}
.inner-banner-main {
    display: flex;
    flex-direction: row;
    height: 100%;
    color: var(--black-color);
    justify-content: flex-start;
    align-items: center;
}
.entry-header h1.entry-title {
    font-size: 18px;
    min-width: 575px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
    clear: none;
    background-color: #03244dcc;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-height: 100vh;
    padding-left: 50px;
    display: inline-block;
    color: #fff;
}
.single  .entry-header h1.entry-title,
.archive .entry-header h1.entry-title{
  line-height:1.1;
}
.site-main{
  padding:40px 0;
}
.site-content .entry-content{
  font-size:15px;
  font-weight:400;
  line-height:1.6;
}
/*=========================================== 
   Blog & Single Post
=============================================*/
.blog article.post,
.single article.post,
.archive article.post,
.search article{
  margin-bottom: 30px;
  margin-top: 0px;
  line-height:1.6;
  border-bottom: 2px solid var(--grey-color);
  padding-bottom: 35px;
  position:relative;
}
.blog article.post:before,
.single article.post:before,
.archive article.post:before,
.search article:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background: rgba(255, 255, 255, 0.8);
}
.blog article.post:last-of-type,
.single article.post:last-of-type,
.archive article.post:last-of-type,
article.hentry:last-of-type,
.search article:last-of-type{
  border-bottom: 0px solid #eee;
  margin-bottom:0;
  padding-bottom:0;
}
.blog article.post h2,
.archive article.post h2,
article.hentry h2{
  font-size:20px;
  line-height:1.1;
  text-transform:inherit;
  font-weight:800;
  margin-bottom:10px;
  letter-spacing:0.50px;
}
.blog article.post h2 a,
.archive article.post h2 a,
article.hentry h2 a{
  color:#46adff;
}
.blog article.post h2 a:hover,
.archive article.post h2 a:hover,
.blog article.post h2 a:focus,
.archive article.post h2 a:focus, 
.entry-meta a:hover, 
.entry-meta a:focus {
  color:#03244d;
}
.entry-summary{
  position:relative;
}
.entry-media{
  margin-bottom:15px;
}
.entry-meta {
  font-size:13.5px; 
  line-height: 100%;
  margin-bottom: 15px;
}
.entry-meta a {
  color:#46adff;
  font-weight:600;
}
.entry-meta a:hover{
  color:#03244d;
}
.entry-meta .post-cat, .entry-meta .post-date{
  font-style: italic;
}
.entry-meta .post-date{
  margin-left: 10px;
}
.entry-meta .post-cat {
  margin-right: 10px;
}
.single .entry-meta {
  font-size:14px;
}
.single .entry-media {
  text-align: center;
  margin-bottom: 20px;
}
a.entry-button {
  background: #03244d;
  color: #fff !important;
  padding: 16px 25px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  border-radius: 50px;
  border: 0;
  letter-spacing: 1px;
  margin-top: 15px;
  line-height: 100%;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.3sease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3sease-in-out;
}
a.entry-button:hover {
  background:#46adff;
  color: #fff !important;
  text-decoration:none !important;
}
.single_post_nav a{
  padding: 5px 0;
}
.entry-header,
.post-thumbnail,
.entry-content,
.entry-footer{
  position:relative;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
#secondary.widget-area{
  margin-top: 50px;
  max-width:310px;
  margin-left:auto;
  margin-right:auto;
}
#secondary.widget-area .search-form span.screen-reader-text,
#secondary.widget-area .search-form .search-submit{
  display:none;
}
#secondary.widget-area .search-form input{
  width: 100%; 
  padding:16px 15px;
  border:0;
  transition: all .9s ease-in-out;
  transition: ease-in-out, width .9s ease-in-out;
}
#secondary.widget-area .search-form input:focus, 
#secondary.widget-area .search-form input:active {
  transition: all .9s ease-in-out!important;
  outline: none!important;
  border:0px solid #004a80!important;
  position: relative!important;
}
#secondary.widget-area .search-form label{
  display:block;
}
#secondary.widget-area .widget{
  margin-bottom:15px;
  background: #03244d;
  padding: 25px;
  text-align: center;
  border-radius: 0;
  border-bottom: 0;
  border-radius:15px;
  box-shadow: 0 10px 0px var(--grey-color);
}
#secondary.widget-area .wp-block-search .wp-block-search__button{
  display:none;
}
#secondary.widget-area .widget:last-of-type{
  border-bottom:0;
  margin-bottom:0;
}
#secondary.widget-area .widget h2{
  font-size:20px;
  text-transform:uppercase;
  color: var(--color-white);
  margin-bottom: 15px;
  font-weight: 700;
  position:relative;
  padding-bottom:15px;
  margin-top:0;
}
#secondary.widget-area .widget h2:after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #fff;
  width: 16px;
  height: 4px;
  margin-left: -8px;
}
#secondary.widget-area .widget ul{
  margin:0px;
  padding:0;
  list-style: none;
}
#secondary.widget-area .widget ul li a,
#secondary.widget-area .widget a{
  font-size:15px;
  text-transform:inherit;
  color: rgba(255, 255, 255, 0.8);
  line-height:1.5;
  font-weight:400;
  letter-spacing:0;
}
#secondary.widget-area .widget ul li{
  margin-bottom:12px;
  line-height:100%;
}
#secondary.widget-area .widget ul li:last-of-type{
  margin-bottom:0;
}
#secondary.widget-area .widget ul li a:hover,
#secondary.widget-area .widget a:hover{
  color: var(--color-white);
}
#secondary.widget-area .widget:last-of-type {
  margin-bottom:0;
}
#secondary.widget-area input[type="search"]{
  padding: 15px;
  border: none;
  font-size: 14px;
  min-height: 60px;
}
.single  .page-header h1.page-title,
.archive .entry-header h1.entry-title{
  font-size:28px;
}
.error404 .entry-content .search-form input,
.search-no-results .entry-content .search-form input,
.search .page-content .search-form input{
  width: 100%;
  padding:21px 15px;
  border: 1px solid #ccc;
  transition: all .9s ease-in-out;
  transition: ease-in-out, width .9s ease-in-out;
  background:#eee;
  font-size:16px;
}
.error404 .entry-content .search-form span.screen-reader-text,
.error404 .entry-content .search-form .search-submit,
.search-no-results .entry-content .search-form span.screen-reader-text,
.search-no-results .entry-content .search-form .search-submit,
.search .page-content .search-form .search-submit{
  display: none;
}
.error404 .entry-content .search-form  label,
.search-no-results .entry-content .search-form  label,
.search .page-content .search-form  label{
  display:block;
  max-width: 355px;
}
.content-area.with-sidebar .row{
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.content-area.with-sidebar .row .col-md-8{
  width: 62%;
  padding: 0 15px;
}
.content-area.with-sidebar .row .col-md-4{
  width: 33.3%;
  padding: 0 15px;
}
#secondary.widget-area .widget label.wp-block-search__label{
  display:none;
}
.single .entry-footer{
  display:none;
}
.contact-form-area .contact-form{
  max-width:100%;
  margin-right:auto;
  margin-left:auto;
  margin-top:0;
}
.contact-form-area .contact-form form.wpcf7-form input[type="text"], 
.contact-form-area .contact-form form.wpcf7-form input[type="email"], 
.contact-form-area .contact-form  form.wpcf7-form input[type="tel"], 
.contact-form-area .contact-form form.wpcf7-form  textarea,
.contact-form-area .contact-form .gform_wrapper form input[type="text"],
.contact-form-area .contact-form .gform_wrapper form input[type="email"],
.contact-form-area .contact-form .gform_wrapper form input[type="tel"], 
.contact-form-area .contact-form .gform_wrapper form textarea {
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 17px 15px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  width:100% !important;
  margin-top:2px;
}
.contact-form-area .contact-form form.wpcf7-form input[type="text"]:focus, 
.contact-form-area .contact-form form.wpcf7-form input[type="email"]:focus, 
.contact-form-area .contact-form  form.wpcf7-form input[type="tel"]:focus, 
.contact-form-area .contact-form form.wpcf7-form  textarea:focus{
  border:1px solid rgba(28, 117, 188, 0.50);
}
.contact-form-area .contact-form form.wpcf7-form  span.wpcf7-form-control-wrap {
  margin-bottom: 15px;
  display: block;
}
.contact-form-area .contact-form form.wpcf7-form  textarea,
.contact-form-area .contact-form .gform_wrapper form textarea {
  height:140px !important;
}
.contact-form-area .contact-form form.wpcf7-form label,
.contact-form-area .contact-form .gform_wrapper form label,
.contact-form-area .contact-form .gform_wrapper form legend.gfield_label{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.90);
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}
.contact-form-area .contact-form .gform_wrapper form label span.gfield_required,
.contact-form-area .contact-form .gform_wrapper form legend.gfield_label span.gfield_required{
    text-transform: initial !important;
}
.contact-form-area .contact-form .gform_wrapper form label,
.contact-form-area .contact-form .gform_wrapper form legend.gfield_label{
    margin-bottom:0;
}
.contact-form-area .contact-form .gform_wrapper form .has_first_name label {
    font-size:13px;
}
.contact-form-area .contact-form  form.wpcf7-form input[type="submit"],
.contact-form-area .contact-form .gform_wrapper form input[type="submit"]{
    background: #03244d;
    color:  var(--color-white);
    padding:16px 32px;
    text-transform:uppercase;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 700;
    border-radius:50px;
    border:0;
    letter-spacing: 1px;
    line-height:100%;
    width:auto;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-form-area .contact-form form.wpcf7-form  input[type="submit"]:hover,
.contact-form-area .contact-form .gform_wrapper form input[type="submit"]:hover {
  background: #46adff;
}
.contact-form-area .contact-form .gform_wrapper form .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
    padding-left: 34px;
}
.contact-form-area .contact-form form.wpcf7-form  input::placeholder, 
.contact-form-area .contact-form form.wpcf7-form  textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.contact-form-area .contact-form  form.wpcf7-form input::-moz-placeholder, 
.contact-form-area .contact-form form.wpcf7-form  textarea::-moz-placeholder {
  opacity: 1;
}
.contact-form form.wpcf7-form  .wpcf7-not-valid-tip {
  color: #ff0000;
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-transform:initial;
}
.contact-form form.wpcf7-form .wpcf7-response-output{
    font-size:16px;
}
.single .site-content .entry-title{
  display:none;
}
article.hentry .entry-content  h2{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 0;
  color:#03244d;
}
.site-main ul.service-lists {
  -moz-column-count: 1;
  -moz-column-gap: 20px;
  -webkit-column-count: 1;
  -webkit-column-gap: 20px;
  column-count: 3;
  margin:0;
  padding:10px 0 30px;
  list-style:none;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.site-main ul.service-lists li{
  position:relative;
  margin-bottom:5px;
  padding-left:28px;
}
.site-main ul.service-lists li:before{
  content: '';
  position: absolute;
  left: 0;
  top:4px;
  background:url(assets/images/check-mark.svg) left no-repeat;
  width: 18px;
  height: 18px;
  background-size: 20px;
}
.contact-form h3 {
  font-size:25px;
  font-weight:800;
  letter-spacing:0;
  text-transform:uppercase;
  color: #03244d;
  margin-bottom:30px;
}
.post-navigation .nav-links a{
  font-weight:700;
  color:#03244d;
}
body.logged-in .site-header{
  top:0;
}
.contact-form-area .map-area iframe{
  margin-top:30px;
  width:100%;
}
h2{
  line-height:1.1;
  margin-bottom:10px;
  font-size:30px;
  letter-spacing:0;
}
h3{
  font-size:26px;
  font-weight:700;
  margin-bottom:15px;
  line-height:100%;
  letter-spacing:0;
}
h4{
  font-size:24px;
  font-weight: bold;
  margin-bottom: 10px;
}
h5{
  font-size:22px;
  font-weight:500;
  margin-bottom:8px;
}
h6{
  font-size:20px;
  font-weight:500;
  margin-bottom:8px;
}
.home .site-main{
  padding: 0;
}
.contact-location-area {
  text-align: center;
  margin-bottom:50px;
  max-width:1120px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.contact-location-area .contact-col {
  background: var(--background-grey);
  padding:32px 15px;
  border-radius:25px;
  margin-bottom: 15px;
  height: 100%;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 0px #03244d;
  font-weight:500;
  color:rgba(0, 0, 0, 0.80);
}
.contact-location-area .contact-col p{
  margin-bottom:0;
}
.contact-location-area .contact-col strong {
  font-size: 22px;
  display: block;
  color: #03244d;
  letter-spacing:1px;
}
.contact-location-area .contact-col a{
  color:rgba(0, 0, 0, 0.80);
}
.top-location-area .col-md{
  width:92%;
  padding: 0 15px;
}
.contact-location-area .contact-col:before {
  content: "";
  display: inline-block;
  background:#03244d url(/assets/images/phone.svg) center no-repeat;
  color: #fff;
  font-size: 32px;
  width:65px;
  height:65px;
  line-height:65px;
  border-radius: 15px;
  margin-bottom: 15px;
  background-size:26px!important;
}
.contact-location-area .contact-col.phone-number:before {
  background:#03244d  url(assets/images/phone.svg) center no-repeat;
}
.contact-location-area .contact-col.contact-location:before {
  background:#03244d url(assets/images/map-marker.svg) center no-repeat;
}
.contact-location-area .contact-col.contact-email:before {
  background:#03244d url(assets/images/email-icon.svg) center no-repeat;
  background-size:35px!important;
}
.contact-location-area .contact-col span{
  font-size:16px;
  letter-spacing:1px;
}
.contact-location-area .row{
  flex-direction:column;
}
.contact-location-area .contact-col h3.wp-block-heading{
  margin-bottom:0;
}
.site-main h2{
    color: #1c75bc;
    margin-top: 20px;
    margin-bottom: 25px;
    padding-bottom: 8px;
    font-size: 32px;
    font-weight: 700;
    line-height:1.2;
}
.site-main p{
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.5;
}
.site-main h3{
    color: #03244d;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}
.site-main p a{
    color: #3898ec;
}
.site-main p a:hover{
    text-decoration: underline;
}
.location-box .location-wrap{
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin:50px auto 0;
}
.location-box .location-wrap.right{
    flex-direction:row-reverse;
    text-align:left;
}
.location-box .location-wrap .location-image {
    width: 35%;
}
.location-box .location-wrap .location-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.location-box .location-wrap .location-content {
    width: 65%;
    color: #fff;
    background-color: #03244d;
    padding: 60px;
    display: block;
}
.location-box .location-wrap .location-content .location-info h2{
    margin: 0;
    font-size: 36px;
    color: #fff;
    padding: 0;
}
.location-box .location-wrap .location-content .location-info .info-text{
    font-size: 20px;
    font-weight:600;
    line-height:1.4;
    margin-bottom:25px;
    color:#fff;
}
.location-box .location-wrap .location-content .location-info .info-text a{
    color:#fff;
}
.location-box .location-wrap .location-content .location-info .btn-blue{
    display:inline-block;
    margin-top:20px;
}
.st-locations-section.contact{
    margin-top:70px;
}
.st-hero-sec .swiper{
    height:auto;
}
.swiper-wrapper.slick-slider .home-banner-content {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.swiper-wrapper.slick-slider  .container {
    max-width: 1250px;
    margin: 0 auto;
    width: auto;
    height: 100%;
    padding: 0 15px;
}
.swiper-wrapper.slick-slider .home-banner-main {
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content:flex-end;
    padding: 0;
    text-align: left;
}
.swiper-wrapper.slick-slider .slick-dots {
    position: absolute;
    bottom:12px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.swiper-wrapper.slick-slider .slick-dots li {
    position: relative;
    display: inline-block;
    height:20px;
    width:20px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
}
.swiper-wrapper.slick-slider .slick-dots li button {
    border:transparent;
    background:rgba(255, 255, 255, 0.40);
    display: block;
    height:20px;
    width:20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: #000;
    padding:0;
    cursor: pointer;
    border-radius: 100%;
}
.swiper-wrapper.slick-slider .slick-dots li.slick-active button {
    background: #fff;
    border:0px solid transparent;
}
.swiper-wrapper.slick-slider .slide {
    display: none;
}
.swiper-wrapper.slick-slider .slide:first-child {
    display: block;
}
.swiper-wrapper.slick-slider .slick-arrow{
    display:none !important;
}
.swiper-wrapper.slick-slider .slick-slide img{
    width: 100%;
    height: 640px;
    object-fit: cover;
}
.st-hero-sec{
    position:relative;
    background-color: var(--color-blue-dark);
}
.contact-form-area .contact-form .fm-wrap{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:15px;
}
