/*!
Theme Name: Upwell Search Partners
Theme URI: https://www.siphon-marketing.com/
Author: Siphon Marketing
Author URI: https://www.siphon-marketing.com/
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: upwell-search-partners
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Upwell Search Partners is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/**** Fonts ****/


/**** Reset CSS ****/
article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  main,  nav,  section,  summary {
    display: block;
    margin: 0;
    padding: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: none;
    margin: 0;
    padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
}

ol, ul {
    /*list-style: none;*/
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

/**** General/Global CSS ****/
* {
    margin:0;
    padding:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: 0;
}
body {
    color: #666;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: normal;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}
p, address{
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 30px;
}
a{
    color: #35a4a6;
    outline: none;
    border: none;
    text-decoration:none;
}
a:hover{
    color: #16325b;
    text-decoration:none;
    outline: none !important;
}

a, img, button, i,
input[type="submit"] {
    transition: all 0.3s ease-in-out;
}

i, em {
    font-style: italic;
}

b, strong, cite {
    font-weight: 700;
}

small {
    font-size: 10px;
}
.title-page,
.title-sec{
    text-align: center;
    margin-bottom: 50px;
}
.title-page strong,
.title-sec strong{
    /*color: #35a4a6;*/
}
h1 {
    font-size: 56px;
    color: #35a4a6;
    line-height: 1.2em;
    font-weight: normal;
    text-transform: capitalize;
    font-family: Georgia, serif;
    margin-bottom: 30px;
}
h2 {
    font-size: 46px;
    color: #16325b;
    line-height: 1.2em;
    font-weight: normal;
    text-transform: capitalize;
    font-family: Georgia, serif;
    margin-bottom: 30px;
}
h3 {
    font-size: 30px;
    color: #35a4a6;
    line-height: 1.2em;
    font-weight: normal;
    text-transform: none;
    font-family: Georgia, serif;
    margin-bottom: 30px;
}
h4 {
    font-size: 24px;
    color: #16325b;
    line-height: 1.2em;
    font-weight: normal;
    text-transform: none;
    font-family: Georgia, serif;
    margin-bottom: 30px;
}
h5 {
    font-size: 18px;
    color: #35a4a6;
    line-height: 1.2em;
    font-weight: normal;
    text-transform: none;
    font-family: Georgia, serif;
    margin-bottom: 30px;
}
h6 {
    font-size: 16px;
    color: #16325b;
    line-height: 1.2em;
    font-weight: normal;
    text-transform: none;
    font-family: Georgia, serif;
    margin-bottom: 30px;
}
.vc_custom_heading {
    font-family: 'Quicksand', sans-serif !important;
}
blockquote {
    border-left: 5px solid #35a4a6;
    font-size: 24px;
    line-height: 1.6em;
    font-weight: normal;
    font-style: italic;
    padding: 0 0 0 20px;
    margin: 30px 0;
    font-family: 'Open Sans', sans-serif;
}

blockquote p {
    font-size: 24px;
    line-height: 1.6em;
    font-weight: normal;
    font-style: italic;
}
hr{
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
iframe{
    max-width: 100% !important;
}
#wrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.clearfix{
    clear: both;
}
.padding-sec{
    padding: 80px 0;
}
.padding-md-sec{
    padding: 60px 0;
}
.padding-sm-sec{
    padding: 40px 0;
}
.hidden,
.mb-only{
    display: none;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.txt-white,
.txt-white p, .txt-white a,
.txt-white h1, .txt-white h2,
.txt-white h1 strong, .txt-white h2 strong,
.txt-white h3 strong, .txt-white h3 strong,
.txt-white h3, .txt-white h4,
.txt-white h5, .txt-white h6{
    color: #fff !important;
}
.txt-white hr{
    border-bottom: 1px solid #fff;
}

/**** Text block with scroll bar CSS ****/
.txt-wrap{
    max-height: 200px;
    overflow: auto;
    padding-right: 15px;
    margin-bottom: 30px;
}
/* width */
.txt-wrap::-webkit-scrollbar {
    width: 3px;
}
/* Track */
.txt-wrap::-webkit-scrollbar-track {
    background: #ccc; 
}
/* Handle */
.txt-wrap::-webkit-scrollbar-thumb {
    background: #35a4a6; 
}
/* Handle on hover */
.txt-wrap::-webkit-scrollbar-thumb:hover {
    background: #35a4a6; 
}
.txt-wrap p:last-of-type{
    margin-bottom: 0;
}

/**** Form CSS ****/
select, input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]){
    font-size: 16px;
    color: #666;
    display: block;
    width: 100%;
    height: 46px;
    line-height: 42px;
    padding: 0 20px;
    margin-bottom: 0px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(assets/images/arrow-icon.png) calc(100% - 15px) center no-repeat #fff;
}
textarea{
    font-size: 16px;
    color: #666;
    display: block;
    width: 100%;
    height: 100px;
    line-height: 1em;
    padding: 20px;
    margin-bottom: 0px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    resize: none;
}
input[type="submit"],
input[type="button"]{
    display: inline-block;
    width: auto;
    min-width: 170px;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    height: 46px;
    line-height: 46px;
    padding: 0 30px !important;
    background-color: #35a4a6;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
input[type="button"]{
    min-width: 200px;
    font-size: 20px;
    height: 52px;
    line-height: 52px;
}
input[type="submit"]:hover,
input[type="button"]:hover{
    color: #fff !important;
    background-color: #16325b !important;
}
input::placeholder,
textarea::placeholder{
    /*color: #fff;*/
}

/**** Button CSS ****/
.btn,
.btn:visited,
.btn-border,
.btn-border:visited,
.btn-blue,
.btn-blue:visited{
    display: inline-block;
    min-width: 160px;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
    background-color: #35a4a6;
    border: none;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
.btn:hover{
    color: #fff !important;
    background-color: #16325b;
}
.btn-blue,
.btn-blue:visited{
    background-color: #16325b;
}
.btn-blue:hover{
    color: #fff !important;
    background-color: #35a4a6;
}
.btn-border,
.btn-border:visited{
    color: #35a4a6 !important;
    border: 1px solid #35a4a6;
    background-color: transparent;
}
.btn-border:hover{
    color: #fff !important;
    background-color: #35a4a6;
}
.txt-white .btn-border,
.txt-white .btn-border:visited{
    color: #fff !important;
    border: 1px solid #fff;
    background-color: transparent;
}
.txt-white .btn-border:hover{
    color: #35a4a6 !important;
    background-color: #fff;
}

.btn-lg{
    font-size: 18px !important;
    height: 54px !important;
    line-height: 54px !important;
    padding: 0 40px !important;
}

/* Button Menu */
.btn-menu{
    width: 36px;
    height: 36px;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    /*background-color: #F8F8F8;*/
    margin: 0px;
    padding: 0; 
    position: relative;
    z-index: 9;
}
.btn-menu span{
    width: 36px;
    height: 5px;
    background-color: #fff;
    position: relative;
    display: block;
    transition: all .2s ease-in-out;
    margin: 3px 0;
    border-radius: 0;
}
.hd-open .btn-menu span {
    opacity: 0;
    background-color: #16325b;
}
#header.sticky .btn-menu span{
    background-color: #16325b;
}
.hd-open .btn-menu span:first-child {
    opacity: 1;
    -webkit-transform: rotate(-45deg) translate(-8px, 8px);
    transform: rotate(-45deg) translate(-8px, 8px);
}
.hd-open .btn-menu span:last-child {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-7px, -8px);
    transform: rotate(45deg) translate(-7px, -8px);
}

/**** Page General CSS ****/
#primary{
    min-height: 300px;
}
#main {
    padding: 80px 0;
}
#main.p-0{
    padding: 0;
}
/**** Header CSS ****/
#header{
    /*height: 149px;*/
    padding-top: 15px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
}
#header .container{
    /*height: 127px;*/
    display: flex;
    /*align-items: center;*/
}
#header .btn{
    height: 42px;
    line-height: 42px;
    font-size: 14px;
}
.header-wrap {
    top: -72px;
}
#header.sticky .header-wrap{
    width: 100%;
    border: none;
    background-color: #fff;
    border-bottom: 2px solid #35a4a6;
    position: fixed;
    top: 0;
    transition-property: top;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    z-index: 99;
}
#header.sticky .header-wrap .container{
    height: 110px;
    position: relative;
    align-items: center;
}
#logo {
    padding: 0;
}
#logo a img{
    display: block;
    height: 100px !important;
}
#header.sticky #logo a img{
    height: 90px !important;
}
.hd-right{
    /*height: 150px;*/
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    margin-left: auto;
    position: relative;
}
/* #header.sticky .hd-right{
    padding-top: 0;
} */
.hd-actions{
    display: none;
    padding-top: 72px;
    margin-left: 30px;
}
.hd-actions .btn-search{
    font-size: 28px;
    color: #fff;
    margin-right: 16px;
}
#header.sticky .hd-actions .btn-search{
    color: #16325b;
}
.hd-widget{
    position: absolute;
    right: 0;
    top: 30px;
}
.hd-widget img{
    max-height: 90px !important;
}
.hd-widget a{
    color: #fff;
    font-weight: bold;
}
#header.sticky .hd-widget a{
    color: #16325b;
}
.hd-widget a:hover,
#header.sticky .hd-widget a:hover{
    color: #35a4a6;
}

/**** Top Menu CSS ****/
#top-menu{
    /*float: right;*/
    text-align: center;
    margin-bottom: 30px;
}
#top-menu > ul{
    width: 100%;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
#top-menu > ul > li{
    font-size: 14px;
    line-height: 1;
    height: 14px;
    text-transform: uppercase;
    position: relative;
    padding-left: 16px;
    margin-left: 16px;
    border-left: 1px solid #fff;
    display: flex;
    align-items: center;
}
#header.sticky #top-menu > ul > li{
    border-left: 1px solid #16325b;
}
#top-menu > ul > li.btn-search{
    font-size: 18px;
}
#top-menu > ul > li:first-child,
#header.sticky #top-menu > ul > li:first-child{
    border: none;
    padding: 0;
    margin: 0;
}
#top-menu > ul > li > a{
    display: inline-block;
    color: #fff;
    padding: 0 !important;
    margin: 0;
    position: relative;
    /* font-family: Georgia, serif; */
}
#header.sticky #top-menu > ul > li > a{
    color: #16325b;
}
/* #top-menu > ul > li > a:after {
    transition: transform;
    transition-duration: .35s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    transition-timing-function: cubic-bezier(.37,.01,0,.98);
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #35a4a6;
    transform-origin: left;
    transform: scaleX(0);
} 
#top-menu > ul > li.current-page-ancestor > a:after,
#top-menu > ul > li.current-menu-item > a:after, 
#top-menu > ul > li > a:hover:after, 
#top-menu > ul > li:hover > a:after {
    transform: scaleX(1);
}*/

/* #header.sticky #top-menu > ul > li > a{
    height: 80px;
    line-height: 80px;
    padding: 0 !important;
    border-radius: 0;
} */

#top-menu > ul > li:hover > a, 
#top-menu > ul > li > a:hover,
#top-menu > ul > li.current-menu-item > a,
#top-menu > ul > li.current-menu-item > a:hover,
#header.sticky #top-menu > ul > li:hover > a, 
#header.sticky #top-menu > ul > li > a:hover,
#header.sticky #top-menu > ul > li.current-menu-item > a,
#header.sticky #top-menu > ul > li.current-menu-item > a:hover{
    color: #35a4a6;
	/* color: #35a4a6;
    -webkit-text-stroke: 0.8px #35a4a6; */
}
#top-menu > ul > li > a:hover:after,
#top-menu > ul > li.current-menu-item > a:after {
    opacity: 1;
}
#top-menu > ul > li > a img {
    display: none !important;
}

/**** Main Menu CSS ****/
#main-menu{
    /*float: right;*/
    text-align: center;
}
#main-menu > ul{
    width: 100%;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
#main-menu > ul > li{
    /* font-size: 14px;
    text-transform: uppercase;
    position: relative;
    margin-left: 20px; */
    margin-left: 15px;
    position: relative;
}
/* #header.sticky #main-menu > ul > li:first-child */
#main-menu > ul > li:first-child{
    margin-left: 0px;
}
#main-menu > ul > li > a{
    min-width: 140px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    height: 36px;
    line-height: 34px;
    padding: 0 15px !important;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
#header.sticky #main-menu > ul > li > a{
    color: #16325b;
    border: 1px solid #16325b;
}
/* #header.sticky #main-menu > ul > li > a{
    height: 80px;
    line-height: 80px;
    padding: 0 !important;
    border-radius: 0;
} */

#main-menu > ul > li:hover > a, 
#main-menu > ul > li > a:hover,
#main-menu > ul > li.current-menu-item > a,
#main-menu > ul > li.current-menu-item > a:hover{
    color: #fff;
	background-color: #16325b;
    border: 1px solid #fff;
}
#header.sticky #main-menu > ul > li:hover > a, 
#header.sticky #main-menu > ul > li > a:hover,
#header.sticky #main-menu > ul > li.current-menu-item > a,
#header.sticky #main-menu > ul > li.current-menu-item > a:hover{
    color: #fff;
	background-color: #16325b;
    border: 1px solid #16325b;
}
/* #main-menu > ul > li > a:hover:after,
#main-menu > ul > li.current-menu-item > a:after {
    opacity: 1;
} */
#main-menu > ul > li > a img {
    display: none !important;
}
/*1st sub level menu*/
#main-menu ul li ul {
    position: absolute;
    left: 0;
    display: block;
    visibility: hidden;
    z-index: 99999;
    margin: 0px;
    padding: 15px 0 0;
    list-style: none;
    /*background: rgba(53,164,166,0.95);*/
}
#main-menu > ul > li > ul {
    left: 0px !important;
    top: 35px !important;
}
#header.sticky #main-menu > ul > li > ul {
    left: 0px !important;
    top: 36px !important;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#main-menu ul li ul li {
    display: list-item;
    float: none;
    position: relative;
    margin: 0px;
    padding: 0px;
    background: rgba(22,50,91,0.95);
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#main-menu ul li ul li ul {
    top: 0;
}
/* Sub level menu links style */
#main-menu ul li ul li a {
    font-size: 15px;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    display: block;
    line-height: 20px;
    white-space: nowrap;
    min-width: 200px;
    text-transform: none;
    text-align: left;
    position: relative;
}
#main-menu ul li ul li:first-child a {
    border: none;
}
#main-menu ul li ul li a:hover { 
    /*sub menus hover style*/
    background: #35a4a6;
    color: #fff;
    text-decoration: none;
}
#main-menu > ul > li > ul > li:first-child > a:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(22,50,91,0.95);
    position: absolute;
    left: 12px;
    top: -7px;
}
#main-menu > ul > li > ul > li:first-child > a:hover:before {
    border-bottom-color: #35a4a6;
}
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass {
    position: absolute;
    top: 7px;
    right: 5px;
}
.rightarrowclass {
    position: absolute;
    top: 10px;
    right: 6px;
}


/**** Main Banner CSS ****/
.main-banner{
    width: 100%;
    height: 100vh;
    min-height: 600px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding-top: 133px;
    border-bottom: 5px solid #35a4a6;
}
.ovrly{
    position: relative;
    background-size: cover;
}
.ovrly:after,
.main-banner:after {
    content: "";
    display: block !important;
    background:rgba(0,0,0,0.55);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.mission-sec{
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f3f3f3;
}
.mission-sec h3{
    color: #666;
}
.vc_column_container {
    position: relative;
    z-index: 2;
}

.video-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.video-wrap .banner-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.main-banner .container{
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}
.banner-caption .row > div:last-child{
    text-align: right;
}
.banner-caption h1{
    font-size: 72px;
    text-transform: none;
}
.banner-caption h1 span{
    display: block;
}
.banner-caption p{
   font-size: 30px;
}
.banner-caption .banner-img{
    margin-left: 22px;
}
.banner-caption .banner-img img{
    display: block;
}

/**** Page Banner ****/
.page-banner{
    width: 100%;
    height: 650px;
    padding: 130px 0 0;
    position: relative;
    background-image: url(assets/images/page-banner.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #ddd;
    background-size: cover;
    /* background-attachment: fixed; */
    text-align: center;
    border-bottom: 5px solid #35a4a6;
}
.page-banner:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.55);
}
.page-banner .container{
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.page-banner h1,
.page-banner h2{
    color: #fff;
	font-size: 60px;
    margin-bottom: 50px;
}

/**** Image Holder CSS ****/
.img-holder-wrap {
    overflow: hidden;
    width: 50%;
    height: 100%;
    padding: 0px;
    top: 0px;
    position: absolute;
    z-index: 0;
}
.pull-left.img-holder-wrap {
    left: 0;
}
.pull-right.img-holder-wrap {
    right: 0;
}
.img-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
}
.img-holder-wrap img{
    display: none !important;
}

/**** Services CSS ****/
.services-sec.padding-sec {
    padding: 120px 0;
}
.services-sec h2{
    /* color: #fff; */
}
.service-1{
    /* background-color: #16325b; */
    margin-bottom: 80px;
}
.service-2{
    /* background-color: #35a4a6; */
}
.service-1, .service-2,
.services-sec .container{
    position: relative;
}
.services-sec .row{
    align-items: center;
    margin-left: -50px;
    margin-right: -50px;
}
.services-sec .row > div{
    padding-left: 50px;
    padding-right: 50px;
}
.services-sec .img-holder-wrap{
    width: 50%;
    z-index: 1;
}
.services-sec .btn-border{
    color: #16325b !important;
    border: 1px solid #16325b;
    background-color: transparent;
}
.services-sec .btn-border:hover{
    color: #fff !important;   
    background-color: #16325b;
}

/**** Blog CSS ****/
.blogpost-sec{
    display:none;
	text-align: center;
    background-color: #e1e1e1;
}
.blogpost-sec .title-sec{
    color: #16325b;
    margin-bottom: 30px;
}
.blogpost-sec .title-sec strong{
    color: #35a4a6;
}
.blogpost-block{
    margin: 20px 0;
}
.blogpost-block a{
    display: block;
    position: relative;
}
.blogpost-block a > span{
    display: block;
    position: relative;
    overflow: hidden;
}
.blogpost-block a img{
    display: block;
    width: 100%;
}
.blogpost-block a:hover img {
    transform: scale(1.2);
}
.blogpost-block img{
    display: block;
}
.blogpost-desc {
    transition: all 0.3s ease-in-out;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 30px;
    background-color: rgba(24,55,101,0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}
.blogpost-block a:hover .blogpost-desc{
    opacity: 1;
}
.blogpost-desc .blogpost-title{
    font-size: ;
    
}
.blogpost-desc h3{
    color: #fff;
    text-transform: capitalize;
    margin: 0;
}
.blogpost-desc p{
    color: #fff;
    font-size: 14px;
}
.blogpost-desc p:last-of-type{
    margin-bottom: 0;
}
.blogpost-desc .btn-border{
    height: 40px;
    font-size: 14px;
    line-height: 38px;
}

/**** Clients Logo CSS ****/
.clients-sec{
    text-align: center;
    border-top: 5px solid #35a4a6;
    border-bottom: 5px solid #35a4a6;
    background-color: #fff;
}

.clients-slider .owl-stage {
    /*display: flex;*/
}
.clients-slider .owl-item {
    /*display: -ms-flexbox;
    display: flex;
    flex: 1 0 auto;
    align-items: center;*/
}

/**** Testimonials CSS ****/
.testimonial-sec{
    background-color: #fff;
}
.testimonial-slider{
    max-width: 750px;
    padding-left: 230px;
    background: url(assets/images/left-quote.png) 0 0 no-repeat;
    margin: 0 auto;
}
.testimonial-sec p{
    color: #666;
    font-weight: bold;
    font-style: italic;
}
.testimonial-sec h5{
    color: #666;
}

/**** Heading CSS ****/
.heading-sec .row{
    margin-left: -50px;
    margin-right: -50px;
}
.heading-sec .row > div{
    padding-left: 50px;
    padding-right: 50px;
}
.heading-sec h2{
    color: #fff;
    text-align: right;
	text-transform: uppercase;
}
.heading-sec h2 strong{
    display: block;
    color: #35a4a6;
}
.heading-sec p{
    color: #ccc;
}
.heading-sec h2:last-of-type,
.heading-sec p:last-of-type{
    margin: 0;
}
/**** Services CSS ****/
.service-block{
    margin-bottom: 30px;
}
.service-block a{
    display: block;
    position: relative;
}
.service-block a > span{
    display: block;
    position: relative;
    overflow: hidden;
}
.service-block a img{
    display: block;
    width: 100%;
}
.service-block a:hover img {
    transform: scale(1.2);
}
.service-item img{
    display: block;
}
.service-desc {
    transition: all 0.3s ease-in-out;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 30px;
    background-color: rgba(24,55,101,0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}
.service-block a:hover .service-desc{
    opacity: 1;
}
.service-desc h3{
    color: #fff;
}
.service-desc p{
    color: #fff;
    font-size: 14px;
}
.service-desc p:last-of-type{
    margin-bottom: 0;
}
.service-desc .btn-border{
    height: 40px;
    font-size: 14px;
    line-height: 38px;
}
/**** Process CSS ****/
.process-sec{
    background-color: #16325b;
    padding: 220px 0 80px;
    margin-top: -170px;
    border-top: 6px solid #35a4a6;
}
.process-sec .heading-sec h2{
    margin-bottom: 30px;
}
.process-sec .heading-sec .row > div:first-child{
    text-align: right;
}
.process-sec ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.process-sec ul li{
    font-size: 24px;
    background: url(assets/images/arrow-icon.png) left 7px no-repeat;
    padding-left: 20px;
    margin-bottom: 10px;
}
.process-sec ul li a{
    color: #fff;
    display: inline-block;
}
.process-sec ul li a:hover{
    color: #35a4a6;
}
/**** CTA CSS ****/
.cta-sec{
    padding: 40px 0;
    background-color: #35a4a6;
}
.cta-sec h3{
	font-size: 34px;
	text-transform: capitalize;
}
.vc_row.cta-sec{
    background-color: #16325b;
}
.cta-sec .container{
    /*max-width: 800px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-around;*/
}
.vc_column-inner,
.cta-sec .vc_column-inner{
    padding-top: 0 !important;
}
.cta-sec .wpb_content_element,
.team-grid .wpb_content_element{
    margin-bottom: 0;
}
.cta-sec .row{
    margin-left: -50px;
    margin-right: -50px;
    align-items: center;
}
.cta-sec .row > div{
    padding-left: 50px;
    padding-right: 50px;
}
.cta-sec h2{
    color: #fff;
    text-align: right;
    margin: 0;
}
.cta-sec h2 strong{
    /*display: block;*/
    color: #16325b !important;
}
.cta-sec .btn-border{
    /*font-size: 20px;
    height: 56px;
    line-height: 52px;
    border-width: 2px;
    padding: 0 30px;*/
}
.cta-sec p{
    margin: 0;
}
.cta-sec p:last-of-type{
/*     margin-top:10px; */
}

/**** Contact Form ****/
.form-wrap .field{
    margin-bottom: 25px;
}
.form-wrap label{
    font-size: 16px;
}
.form-wrap .field > label{
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
.form-wrap hr{
    border-bottom: 1px dotted #ddd;
    padding-top: 10px;
}
.form-wrap .field-radio{
    display: flex;
    position: relative;
}
.form-wrap .field-radio .wpcf7-form-control-wrap{
    position: static;
}
.form-wrap .field-radio .wpcf7-not-valid-tip{
    position: absolute;
    left: 15px;
    top: 22px;
}

div#contact-form .field{
    margin-bottom: 20px;
}
div#contact-form .field label{
    display: block;
    margin-bottom: 5px;
}
div#contact-form textarea {
    height: 150px;
}
div#contact-form .field-checkbox .wpcf7-list-item{
    margin: 0;
}
div#contact-form .field-checkbox input{
    margin-right: 5px;
}

.submit-btn{
    position: relative;
    text-align: center;
}
.submit-btn .wpcf7-spinner{
    position: absolute;
    top: calc(50% - 12px);
    margin: 0 15px;
}
div#contact-form input[type="submit"]{
    margin: 15px 0;
}
.form-wrap .wpcf7-not-valid,
div#contact-form .wpcf7-not-valid {
    border: 1px solid #f00 !important;
}
.form-wrap .wpcf7-not-valid-tip{
    font-size: 13px;
}
div#contact-form .wpcf7-not-valid-tip{
    font-size: 13px;
    /* display: none !important; */
}
.form-wrap .wpcf7-response-output,
div.wpcf7 .wpcf7-response-output {
    border: none !important;
    font-size: 14px !important;
    /*color: #f00 !important;*/
    padding: 0px !important;
    margin: 20px 0 40px !important;
    text-align: center;
}
.form-wrap form.sent .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
    color: #398f14 !important;
}

.form-wrap .submit-btn{
    float: right;
    position: relative;
}
.form-wrap .submit-btn .ajax-loader{
    position: absolute !important;
    right: 10px !important;
    top: 10px !important;
    margin: 0 !important;
}
.form-wrap input[type="submit"]{
    margin-top: 0px !important;
    background-color: #333;
    border-radius: 0 !important;
}
.form-wrap input[type="submit"]:hover{
    background-color: #ccc;
}
.map-sec iframe{
    display: block;
    width: 100%;
    height: 420px;
}

#primary .nf-before-form-content{
    margin-bottom: 30px;
}
#primary .nf-form-content{
    padding: 0;
}
#primary .nf-form-content nf-fields-wrap{
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
#primary .nf-form-content nf-fields-wrap nf-field{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
#primary .nf-form-content nf-fields-wrap nf-field:nth-child(14),
#primary .nf-form-content nf-fields-wrap nf-field:nth-child(15),
#primary .nf-form-content nf-fields-wrap nf-field:nth-child(16),
#primary .nf-form-content nf-fields-wrap nf-field:nth-child(17),
#primary .nf-form-content nf-fields-wrap nf-field:nth-child(18),
#primary #nf-form-2-cont nf-fields-wrap nf-field:nth-child(5),
#primary #nf-form-2-cont nf-fields-wrap nf-field:nth-child(6){
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

#primary .nf-field-element ul{
    padding: 0;
}
#primary .nf-field-container{
    margin-bottom: 30px;
}
#primary .nf-error-msg{
	font-size: 13px !important;
}

/************** Content CSS **************/
.content {
    min-height: 50vh;
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */

    word-break: break-all;
    /* Instead use this non-standard one: */

    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */

    -ms-hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
}
.content ul{
    padding: 0 0 0 40px;
    margin: 30px 0;
}
.content ol{
    padding: 0 0 0 40px;
    margin: 30px 0;
}
.content ol ol{
    margin: 10px 0;
}
.content ul li,
.content ol li{
    font-size: 18px;
    line-height: 1.6em;
}
.content ul li h2, .content ul li h3, .content ul li h4, .content ul li h5, .content ul li h6,
.content ol li h2, .content ol li h3, .content ol li h4, .content ol li h5, .content ol li h6{
    line-height: 1.6em;
}


/*==== Blog page css start ====*/

/**** Blog CSS ****/
.blog-page{
    /* padding: 80px 0; */
}
.blog-page a{
    outline: none;
    border: none;
    text-decoration:none;
    transition: all 0.3s ease-in-out;
} 
.blog-page a:hover{
    color: #16325b;
    text-decoration:none;
    outline: none !important;
} 
.blog-page p{
    line-height: 1.6em;
    margin-bottom: 30px;
}
.blog-page i, .blog-page em {
    font-style: italic;
}

.blog-page b, .blog-page strong, .blog-page cite {
    font-weight: bold;
}
.blog-page small {
    font-size: 16px;
}
.blog-page h1{
    color: #666;
    font-size: 36px;
    line-height: 1em;
    /*font-weight: bold;*/
    margin-bottom: 30px;
    /*text-transform: uppercase;*/
}
.blog-page h1.sec-title{
    color: #35a4a6;
    margin-bottom: 50px;
}
.blog-page h2,
.blog-page h1.entry-title{
    color: #35a4a6;
    font-size: 32px;
    line-height: 1em;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.blog-page h2 a:hover{
    color: #16325b !important;
}
/* .blog-page h3{
    color: #35a4a6;
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 30px;
}
.blog-page h4{
    color: #666;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 30px;
}
.blog-page h5{
    color: #35a4a6;
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 30px;
}
.blog-page h6{
    color: #666;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 30px;
}
.blog-page blockquote {
    font-size: 24px;
    line-height: 1.6em;
    font-weight: normal;
    border-left: 4px solid #35a4a6;
    padding: 0 0 0 30px;
    margin: 30px 0;
}
.blog-page blockquote p {
    font-size: 24px;
    font-weight: normal;
}
.blog-page hr{
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}  
.blog-page ul{
    list-style: disc;
    padding: 0 0 0 40px;
    margin: 30px 0;
}
.blog-page ol{
    padding: 0 0 0 40px;
    margin: 30px 0;
}
.blog-page ol ol{
    margin: 20px 0;
}
.blog-page ul li,
.blog-page ol li{
    font-size: 20px;
    line-height: 1.6em;
}
.blog-page ul li h2, .blog-page ul li h3, .blog-page ul li h4, .blog-page ul li h5, .blog-page ul li h6,
.blog-page ol li h2, .blog-page ol li h3, .blog-page ol li h4, .blog-page ol li h5, .blog-page ol li h6{
    line-height: 1.6em;
}
.blog-page .btn,
.blog-page .btn:visited,
.seo-content .btn,
.seo-content .btn:visited{
    display: inline-block;
    min-width: 170px;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    height: 46px;
    line-height: 44px;
    padding: 0 30px;
    background-color: #35a4a6;
    border: 1px solid #35a4a6;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    margin: 0;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.2px;
}
.blog-page .btn:hover,
.seo-content .btn:hover{
    color: #35a4a6 !important;
    background-color: transparent;
    text-decoration: none !important;
} */

.post-block{
    padding-bottom: 40px;   
    /*border-bottom: 1px solid #f3f3f3; */
    margin-bottom: 40px;
}
/*.post-block:last-child{
    padding-bottom: 0px;   
    border-bottom: none; 
    margin-bottom: 0px;
}*/
.blog-page .post-featured-img{
    padding-top: 5px;
    padding-right: 0;
}
.blog-page .post-featured-img img{
    width: 100%;
}
.blog-page .sp-featured-img{
    padding: 5px 0 0;
    margin: 0 0 30px;
}
.blog-page .sp-featured-img img{
    width: 100%;
    max-height: 500px !important;
    object-fit: cover;
}
.blog-page .entry-meta {
    display: block;
    width: 120px;
    height: 18px;
    line-height: 18px;
    padding: 0px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    background: #16325b;
    text-transform: capitalize;
    margin-bottom: 8px;
    font-weight: normal;
}
.blog-page .entry-title a:hover{
    color: #35a4a6;
}
.post-block .entry-content{
    padding-left: 15px;
}
.post-block .entry-content.pl-0{
    padding-left: 0;
}
.blog-page .entry-content .btn{
    float: right;
    margin-top: -5px
}
/*.blog-page .entry-content .btn:hover{
    color: #fff !important;
    background: #fff;
}*/
.post_navigation,  
.post_navigation a {
    font-size: 16px;
    /*color: #127baa;*/
}
.post_navigation .prev a {
    float: right;
}
.post_navigation .next a {
    float: left;
}
/**** Sidebar CSS ****/
/* #sidebar{
    padding-left: 45px;
}
#sidebar .widget-title{
    font-size: 24px;
    color: #35a4a6;
    margin-bottom: 25px;
} */
.featured-img{
    margin-bottom: 40px;
}
.screen-reader-text{
    display: none !important;
}
.search-form{
    display: flex;
    position: relative;
    z-index: 9;
}
.search-form label,
#sidebar .search-form label{
    max-width: 100%;
    width: 100%;
}
.search-form .search-field {
    width: 100%;
    font-size: 16px;
    color: #666;
    display: block;
    width: 100%;
    height: 46px;
    line-height: 44px;
    padding: 0 15px;
    margin-bottom: 0px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
}
.search-form .search-submit {
    border: none;
    cursor: pointer;
    height: 46px;
    width: 46px;
    min-width: 46px;
    cursor: pointer;
    text-indent: -999999px;
    border-radius: 0;
    /*border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;*/
    padding: 0 10px !important;
    margin: 0;
    background: url(assets/images/search-icon.png) center center no-repeat transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.search-form .search-submit:hover {
    opacity: 0.85;
    background: url(assets/images/search-icon.png) center center no-repeat transparent;
}
.blog-page #sidebar ul{
    list-style: square;
    padding: 0 0 0 19px;
    margin-top: 0;
}
#sidebar ul li {
    font-size: 16px;
}
#sidebar ul li a{
    color: #666;
}
#sidebar ul li a:hover,
#sidebar ul li.current-menu-item a{
    color: #35a4a6;
}

.featured-img img {
    width: 100% !important;
    height: 240px !important;
    object-fit: cover;
}

/*==== Blog page css end ====*/

/************** Sidebar CSS **************/
div#sidebar {
    padding-left: 45px;
    /*margin-bottom: 40px;*/
}
div#sidebar iframe {
    width: 100% !important;
    height: 250px !important;
    margin-top: 30px;
}
div#sidebar .screen-reader-text {
    display: none !important;
}

div.sidebar-widget {
    margin-bottom: 50px;
}
div.sidebar-widget:last-child {
    margin-bottom: 10px;
}
div.sidebar-widget h3.widget-title {
    color: #35a4a6;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 20px;
}
div#sidebar ul.product_list_widget li{
    padding: 10px 0;
}
div#sidebar ul.product_list_widget li img{
    width: 60px;
}
div#sidebar ul{
    padding-left: 21px;
    margin-top: 0;
}
div#sidebar ul li{
    margin-bottom: 5px;
}
div#sidebar a{
    color: #666;
}
div#sidebar a:hover{
    color: #35a4a6;
}

/**** About Page CSS ****/
.padding-adj{
    padding: 80px 0 45px; 
}
.padding-adj2{
    padding: 120px 0 85px; 
}
.about-cta{
    display: flex;
    align-items: center;
    background-color: #f3f3f3;
}
.about-cta > div:first-child{
    order: 2;   
}
.about-cta > div:last-child{
    order: 1;   
}

/* Count */
.count-sec,
.count-circle-sec{
    background-size: cover;
    background-color: #f3f3f3;
}
.count-circle-sec h4{
    font-weight: bold;
}
.count-sec h5,
.count-circle-sec h5{
    font-size: 3.25rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.count-circle-sec h5{
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.circle-progress {
    width: 160px; 
    height: auto;
    margin: 0 auto 10px !important;
    text-align: center;
}
.circle-progress-value {
	stroke: #fff;
    stroke-width: 4px;
	stroke-linecap: round;
}
.circle-progress-circle {
    stroke: #fff;
	stroke-width: 1px;
}
.circle-progress-text{
    fill: #fff;
    font-size: 1.75rem;
}

/* Our Values */
.our-value-sec.padding-adj{
	padding: 80px 0;
}
.our-value-sec .vc_row{
    display: flex;
}
.our-value-sec .vc_row > div{
    border-left: 1px solid #35a4a6;
}
.our-value-sec .vc_row > div:first-child{
    border-left: none;
}
.our-value-sec p{
    font-size: 16px;
}
.our-value-sec .btm-pad {
	padding-bottom:80px !important;
}

/* Text Block */
.txt-block{
    background-color: #f3f3f3;
}
.txt-block > div:last-child .wpb_wrapper{
    position: relative;
}
.txt-block > div:last-child .wpb_wrapper:before{
    content: "";
    width: 1px;
    background-color: #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
}

/**** What We Do CSS ****/
/* Why USP */
.why-usp-sec .vc_row .vc_column-inner{
    margin: 15px 0;
}
.why-usp-sec .vc_row .vc_column-inner > .wpb_wrapper{
    height: 100%;
    border: 1px solid #35a4a6;
    padding: 15px;
}
.why-usp-sec .vc_row .wpb_content_element{
    margin-bottom: 0;
}
.why-usp-sec .vc_row .vc_column-inner > .wpb_wrapper h3{
    color: #666;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    min-height: 50px;
}
.why-usp-sec .vc_row .vc_column-inner > .wpb_wrapper p{
    font-size: 16px;
    margin-bottom: 20px;
}
.why-usp-sec .vc_row .vc_column-inner > .wpb_wrapper p:last-of-type{
    margin-bottom: 0;
}

/**** Expertise CSS ****/
.border-bottom{
    border-bottom: 1px solid #ddd;
}
.expertise-block > div:last-child{ 
    padding-left: 45px;
}
.expertise-block h2{
    /* color: #35a4a6; */
}
.expertise-reverse-block{
    background-color: #f3f3f3;
}
.expertise-reverse-block > div:first-child{ 
    float: right;
}
.expertise-reverse-block > div:last-child{ 
    padding-left: 15px;
    padding-right: 45px;
}
/**** Team CSS ****/
.team-grid{
    background-color: #f3f3f3;
}
.team-block{
    margin: 30px 0 !important;
}
.team-block .row > div:first-child a{
    display: block;
    overflow: hidden;
    position: relative;
}
.team-block img{
    transition: all .3s ease-in-out;
}
.team-block h3{
    font-size: 30px;
    margin-bottom: 4px;
}
.team-block h4{
    color: #16325b;
    font-size: 22px;
}
.team-block h5,
.team-block p{
    font-size: 20px;
    margin-bottom: 12px;
}
.team-block p a{
    color: #666;
}
.team-block p a:hover{
    color: #16325b;
}
.social-links{
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0 !important;
    margin: 16px 0 !important;
}
.social-links li{
    margin-left: 15px;
}
.social-links li:first-child {
    margin-left: 0px;
}
.social-links li a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background-color: #35a4a6;
    font-size: 22px;
    border-radius: 0;
}
.social-links li a:hover{
    color: #fff !important;
    background-color: #16325b;
}
.social-links li a i{
    transition: none;
}

/**** Team Single CSS ****/
.team-title{
    background-color: #f3f3f3;
}
.team-title .row > div:first-child{
    text-align: right;
}
.team-title .row > div:first-child img{
    max-width: 300px !important;
}
.team-title h1{
    margin-bottom: 4px;
}
.team-title h2{
    font-size: 30px;
}

/* Team Content */
.team-content .row > div:last-child{
    padding-right: 45px;
}
.team-testimonial{
    padding-left: 55px;
    background: url(assets/images/left-quote2.png) 0 0 no-repeat;
    margin-top: 40px;
}
.team-testimonial p{
    color: #666;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 20px;
}
.team-testimonial h5{
    color: #666;
}

.team-all{
    background-color: #f3f3f3;
}

/* Team CTA */
.team-cta{
    background-color: #16325b;
}
.team-cta .row > div:first-child{
    border-right: 1px solid #fff;
}

/* Footer social media */
.social-links-block{
    list-style: none;
    padding: 0 !important;
    margin: 0 0 30px !important;
}
.social-links-block li{
    margin-bottom: 20px;
}
.social-links-block li a{
    display: flex;
    align-items: center;
}
.social-links-block li a:hover{
    color: #16325b;
}
.social-links-block li .fa,
.social-links-block li .fas,
.social-links-block li .fab{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    color: #fff !important;
    background-color: #35a4a6;
    border-radius: 0;
    margin-right: 15px;
}
.social-links-block li a:hover .fa,
.social-links-block li a:hover .fas,
.social-links-block li a:hover .fab{
    color: #fff !important;
    background-color: #16325b;
}
.social-links-block li a strong,
.social-links-block li a strong em{
    transition: all 0.3s ease-in-out;
}
.social-links-block li em{
    color: #666;
    display: block;
    font-style: normal;
    font-weight: normal;
}
.social-links-block li a:hover strong,
.social-links-block li a:hover strong em{
    color: #16325b;
}
.inner-cta {
    text-align: center;
    min-height: auto !important;
    /* background-color: #35a4a6; */
}
.inner-cta .container,
.inner-cta .container p{
/*     display: flex;
    align-items: center;
    justify-content: center;
    margin: auto !important; */
}
.inner-cta .inner-content{
    position: relative;
    z-index: 1;
}
.inner-cta .btn-border{
	width: 100%;
    height: 140px;
    line-height: 1.3;
    padding: 0 20px;
    font-size: 20px;
	font-weight: bold;
    color: #16325b !important;
    border: none;
    background-color: transparent;
    margin: 0 10px;
	
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner-cta .btn-border:hover{
    color: #16325b !important;
    background-color: #ddd;
}
.inner-cta .row > div{
/*     padding-top: 80px;
    padding-bottom: 80px; */
    text-align: center;
}
.inner-cta .blue-bg{
    position: relative;
}
.inner-cta .blue-bg:before{
    content: "";
    background-color: #16325b;
    position: absolute;
    top: 0;
    right: -100%;
    left: 0;
    bottom: 0;
}
.inner-cta h2{
    margin-bottom: 0;
}
.inner-cta p{
    margin: 30px 0 0;
}

/**** Scroll Up Button CSS ****/
.btn-scrollup {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9;
    opacity: 0;
}
.btn-scrollup img{
    display: block;
}
.btn-scrollup.active{
    opacity: 1;
}

/**** Footer CSS ****/
#footer{
    background-color: #151e3d;
}
#footer .container{
    padding-top: 40px;
    padding-bottom: 40px;
}
#footer .row > div:last-child{
    text-align: right;
}
#footer h4{
    color: #ccc;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
    margin: 0;
}
#footer p{
    color: #fff;
    font-size: 14px;
    line-height: 1.6em;
    margin: 0 0 15px;
}
/*#footer ul{
    min-height: 21px;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}
#footer ul li{
    font-size: 14px;
    line-height: 1em;
    text-transform: capitalize;
    border-right: 1px solid #fff;
    padding-right: 12px;
    margin-right: 12px;
}
#footer ul li:last-child {
    border: 0;
    padding: 0;
    margin-right: 0;
}*/
#footer a{
    color: #fff;
}
#footer a:hover{
    color: #35a4a6;
}

.ft-social{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.ft-social li{
    margin-left: 15px;
}
.ft-social li:first-child {
    margin-left: 0px;
}
.ft-social li a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #35a4a6;
    color: #333333 !important;
    font-size: 22px;
    border-radius: 0;
}
.ft-social li a:hover{
    color: #35a4a6 !important;
    background-color: #fff;
}
.ft-social li a i{
    transition: none;
}

.ft-widget-2{
    text-align: center;
}
#footer .ft-widget-2 img{
    max-width: 260px !important;
}
#footer .ft-widget-2 p{
    margin-bottom: 30px !important;
}

/* #footer .ft-widget-2 p,
#footer .ft-widget-2 p a{
    color: #999;
}
#footer .ft-widget-2 p a:hover{
    color: #35a4a6;
} */

/**** Copyrights CSS ****/
.copyrights{
    text-align: center;
    padding: 30px 0;
    background-color: #fff;
}
#footer .copyrights p{
    color: #999;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 10px;
}
#footer .copyrights p:last-of-type{
    margin-bottom: 0;
}
#footer .copyrights p,
#footer .copyrights p a{
    color: #999;
}
#footer .copyrights p a:hover{
    color: #35a4a6;
}
#footer input[type="submit"]{
	color: #35a4a6 !important;
	background: transparent;
	border: 1px solid #35a4a6;
	font-weight: normal;
}
#footer input[type="submit"]:hover{
	color: #fff !important;
	background: #35a4a6 !important;
	border: 1px solid #35a4a6;
}
/****  Search Overlay CSS ****/
#search-overlay{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 999;
}
#search-overlay .container{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
#search-overlay .container .row{
    width: 100%;
}
#search-overlay form{
    display: flex;
    position: relative;
}
#search-overlay form:after{
    content: "\f002";
    font-size: 21px;
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    background-color: #fff;
}
#wrapper #search-overlay form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]).search-field{
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
    color: #333;
    background-color: #fff;
}
#wrapper #search-overlay form input[type="submit"]{
    width: 60px !important;
    height: 60px !important;
    cursor: pointer;
    opacity: 0;
    position: relative;
    z-index: 1;
}
.btn-close{
    color: #fff !important;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 15px;
}
.btn-close:hover{
    /*opacity: 0.9;*/
}

/**** Background Colors CSS ****/
.teal {
    background-color: #35a4a6 !important;
}
.lgt-teal {
    background-color: #bbf1f2 !important;
}
.blue {
    background-color: #16325b !important;
}
.lgt-blue {
    background-color: #a8bfe2 !important;
}
.gray {
    background-color: #333 !important;
}
.lgt-gray {
    background-color: #f3f3f3 !important;
}

/**** WP DEFAULT CSS ****/
.alignnone {
    margin: 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}
.bypostauthor {
}
.gallery dl {
    margin: 0;
}
.gallery-caption {
}
.sticky {
}
blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
    width: 33%;
}
blockquote.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}