/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
header#top {
    /* background: #005486; */
}

header#top ul li a {
    color: #fff!important;
    font-size: 16px !important;
    font-family: 'Karla', sans-serif;
    font-weight: 700 !important;
/*     text-shadow: none !important;
    margin: 0 !important; */
/*     padding: 0px 28px 0 0px !important; */
    line-height: 59px !important;
}
header#top li.current-menu-item a {
    /* color: #ffffff !important; */
}


li#menu-item-109 a {
    color: #fff !important;
    border-radius: 0px;
    font-size: 15px !important;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
    padding: 0 0 0 40px !important;
    border-left: 1px solid #65717b;
	height: 59px;
}

/* ------------------------------------------------------------------------------------- */
header#top ul li:nth-last-child(2) a::after, header#top ul li:last-child a::after {
    display: none !important;
}
/* ----------------------------------------------------------------------------------- */
header#top ul li a::after {
    bottom: -10px !important;
    height: 2px;
    border-radius: 10px !important;
}

p.annoce-area {
    padding-bottom: 0 !important;
    text-align: center;
    background: #0a87d1;
    padding: 7px 0 !important;
    font-size: 15px;
    color: #ffffff !important;
    font-family: 'Helvetica';
}

p.annoce-area a {
    color: #f7b519;
    text-decoration: underline;
}
.hero-area h2 {
    line-height: 70px !important;
    font-size: 70px !important;
}

h2 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 800 !important;
    font-size: 45px;
    color: #00000a;
    padding-bottom: 10px;
    line-height: 50px;
}

.hero-area p strong {
    font-family: 'Roboto', sans-serif;
    font-size: 21px !important;
    color: hsla(0, 0%, 0%, .70);
    font-weight: 400;
    width: 41%;
    display: block;
    line-height: 28px;
    margin-bottom: 35px;
}

.hero-area p {
    letter-spacing: 0 !important;
    /* font-family: 'Helvetica-Bold' !important; */
}

a.primry-btn {
    background: #ed702d;
    font-size: 14px;
    color: #fff;
    font-family: 'Karla', sans-serif;
    border-radius: 2px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 12px 35px !important;
    opacity: 1 !important;
    margin-right: 18px;
    display: inline-block;
}
p {
    font-size: 18px;
    color: #000000b0;
    font-family: 'Roboto', sans-serif;
}

.serv-area p {
    padding-bottom: 0;
}

.serv-area h4 {
    /* background: #005486; */
    color: #2c3740;
    padding: 0px 30px;
    font-size: 23px;
    cursor: pointer;
    line-height: 33px;
    font-family: 'Raleway', sans-serif !important;
    margin: 0 0 10px 0 !important;
    text-transform: uppercase;
    font-weight: 800;
}

.serv-area img {
    width: 100% !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif !important;
}

.serv-area h4 i {
    float: right;
    font-size: 25px;
    border: 2px solid #20c959;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 28px;
    text-align: center !important;
    position: relative;
    top: 0px;
    color: #20c959 !important;
}

.serv-area h4:hover i {
    background: #20c758;
    color: #fff !important;
}
.owl-theme .owl-dots .owl-dot span {
    /* border-radius: 0 !important; */
    height: 10px;
    width: 10px;
    transform: scale(1.5);
    border: 1px solid #bfbfbf;
    background: transparent !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    border-color: #ed702d;
    background: #ed702d;
}

.owl-theme .owl-dots {
    margin-top: 30px !important;
    position: relative;
    top: -10px;
}
.faq-area h2 {
    font-size: 32px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px !important;
    font-family: 'Raleway', sans-serif !important;
    color: #fff !important;
}

.faq-area h2::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 34px;
    background: #ed702d;
    bottom: 0;
    border-radius: 20px;
}

.faq-area .accordion {
    background: #ffffff;
    padding: 0 30px 0;
}

.faq-area .accordion h3 a {
    color: #17181a;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.faq-area .accordion p {
    font-size: 15px;
    color: #00000a80;
}

body div[data-style="minimal"] .toggle.open h3 a, body div[data-style="minimal"] .toggle:hover h3 a {
    color: #17181a !important;
    border-bottom: 1px solid #ccc !important;
}
body div[data-style="minimal"] .toggle.default.open i {
    background: #11da61!important;
    border-color: #11da61 !important;
}

body div[data-style="minimal"] .toggle.open h3 i:before {
    background: #ffffff !important;
}

div[data-style*="minimal"] .toggle h3 i {border-color: #f2f2f2 !IMPORTANT;color: #f2f2f2 !important;}

.faq-area .lft {
    /* float: left; */
    /* width: 50%; */
    /* padding-top: 40px; */
    /* padding-right: 20px; */
}

.faq-area .rgt {
    padding-top: 40px;
    padding-right: 0;
    padding-right: 20px;
}

.faq-area .wpb_content_element h4 {
    color: #889aa9;
    font-size: 14px;
    font-family: 'Karla', sans-serif !important;
    margin: 0 !important;
    line-height: 20px;
}

.faq-area .wpb_content_element p {
    color: #9cabb7;
    font-size: 15px;
    font-family: 'Karla', sans-serif;
    line-height: 20px;
    width: 100%;
}

body div[data-style*="minimal"] .toggle >div {
    padding-bottom: 10px;
}
.services-area .inner_row .wpb_content_element {
  float: left;
  transition: 0.5s;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(212, 222, 229);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.07);
  width: 100% !important;
  padding: 20px 25px;
}
.services-area a.primry-btn {
    float: right;
    position: relative;
    top: -70px;
}

.services-area h2::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 34px;
    bottom: -5px;
    left: 0;
    background: #ed702d;
}
.services-area h2 {
    position: relative;
    font-family: 'Raleway', sans-serif !important;
    font-size: 32px !important;
    color: #2c3740 !important;
    font-weight: 900 !important;
    line-height: 40px;
    margin-bottom: 20px;
}
.services-area .lft {
    float: left !important;
    width: 25%;
    top: 14px !important;
    position: relative;
}

.services-area .rgt {
    float: right;
    width: 75%;
}
.services-area .inner_row .wpb_content_element h4{
    color: #2c3740;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 12px;
    font-family: 'Raleway', sans-serif !important;
    text-transform: uppercase;
    font-weight: 900 !important;
    margin: 0 !important;
}

.services-area .inner_row .wpb_content_element p {
    color: #60707d !important;
    font-size: 15px;
    width: 100%;
    font-family: 'Karla', sans-serif !important;
}
.milestone-area .number {color: #17181a;font-size: 40px !important;margin-bottom: 0;font-family: "GT Walsheim Pro Bold Regular" !important;}

.milestone-area span.symbol {
    font-size: 36px;
    font-family: "GT Walsheim Pro Bold Regular" !important;
}

.milestone-area .subject {
    color: #000000ab;
    font-size: 17px !important;
    font-family: 'Roboto', sans-serif !important;
    width: 84%;
    margin: 0 auto;
    line-height: 22px;
}

.milestone-area .nectar-milestone {
  border-width: 1px;
  border-color: rgb(238, 238, 238);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  padding: 20px 0;
  border-bottom: 3px solid #0b4b52;
}
.test-area .wpb_raw_html {
    height: 450px;
    vertical-align: bottom;
    display: table-cell;
    padding-left: 60px;
}

.test-area h3 {
    color: #2c3740;
    font-size: 18px;
    margin-bottom: 0 !important;
    line-height: 24px;
    margin-bottom: 20px !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 900;
    text-transform: uppercase;
}
.test-area p {
    font-size: 15px;
    /* padding-right: 80px; */
    color: #60707d;
    font-family: 'Karla', sans-serif;
}

.test-area small {
    /* color: #000000; */
    text-transform: uppercase;
    /* font-size: 15px; */
    /* padding-bottom: 25px; */
    /* display: inline-block; */
    /* position: absolute; */
    /* right: 0; */
}

.test-area ul {
    margin: 0;
    margin-top: 30px !important;
}

.test-area ul li {
    /* display: inline-block; */
    /* list-style-type: none; */
}

.test-area ul li i {
    color: #b2b2b2;
    font-size: 14px;
    margin-right: 5px;
    width: auto;
}

.test-area ul li i:hover {
    background: #0a87d1;
    color: #ffffff;
    border-color: #0a87d1;
    transition: 0.5s;
}

.test-area .owl-nav.disabled {
    display: block;
}

.owl-nav {
    position: absolute;
    bottom: 55px;
    right: 140px;
}

.owl-nav button {
    background: transparent !important;
    border: 1px solid #ececec;
    padding: 4px 12px !important;
    transition: 0.5s !important;
}

body[data-button-style*="slightly_rounded"] button {
    -webkit-border-radius: 2px !important;
    margin: 0 !important;
}

.owl-nav button span {
    color: #ececec;
    font-size: 30px;
    line-height: 20px;
}

.owl-nav button:hover {
    background: #f7b519 !important;
    transition: 0.5s;
}

.owl-nav button:hover span {
    color: #ffffff;
}

.test-area .inner {
    /* position: absolute; */
    /* right: 23%; */
    /* top: 200px; */
}

.test-area h2 {
    position: relative;
    margin-bottom: 0px !important;
    font-size: 14px !important;
    color: #6d7c88 !important;
    font-family: 'Karla', sans-serif !important;
    line-height: 32px;
}

.test-area h2::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 7px;
    background: #ffffff;
    bottom: -20px;
    border-radius: 20px;
    right: 0;
    margin: 0 auto;
    left: 40px;
}
.test-area .owl-dots {
    display: none;
}
.phone-area h4 {
    font-size: 24px;
    color: #ffffff;
    padding-bottom: 5px;
}

.phone-area a {
    font-size: 60px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
}

.phone-area p{
    color: #ffffff;
    font-size: 60px;
    font-weight: 800;
    padding-bottom: 30px;
}

.phone-area p a  {
    color: #ffc600;
}

.phone-area a.primry-btn {
    font-size: 15px;
    font-weight: 700;
    margin-top: 0;
    color: #ffffff;
}
.quote-area .quote-row {
    display: flex;
}

.quote-area .quote-row .quote-lft {
    margin-right: 20px !important;
}

.quote-row input, .quote-row textarea {
    background: transparent !important;
    border: 1px solid #ececec !important;
    border-radius: 4px !important;
}

.quote-row label {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 10px !important;
    float: left;
}

.quote-main {
    background: #ffffff;
    padding: 25px 30px;
}
.quote-area h2 {
    position: relative;
    margin-bottom: 14px !important;
    font-size: 14px !important;
    color: #6d7c88 !important;
    font-family: 'Karla', sans-serif !important;
    font-weight: 800 !important;
    line-height: 35px;
}


.quote-area h2::after {content: url(/wp-content/uploads/2020/06/headingafter.png);position: absolute;bottom: -20px;border-radius: 20px;right: 0;margin: 0 auto;left: 0;}


.quote-area .inner_row {
  border-width: 1px;
  border-color: rgb(244, 244, 244);
  border-style: solid;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.quote-area img {
    /* width: 100% !important; */
}

.quote-area h3 {
    color: #2c3740;
    font-size: 14px;
    padding-bottom: 30px;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 800 !important;
    line-height: 25px;
    padding: 0 !important;
}

.quote-row textarea {
    height: 140px;
    resize: none;
}

input#request-btn {
    width: 100%;
    padding: 30px 0 !important;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif !important;
}
.become-area h2 {
    font-size: 18px;
    font-weight: 800 !important;
    padding-bottom: 0 !important;
    /* padding-top: 13px; */
    color: #ffffff;
    line-height: 30px;
    font-family: 'Raleway', sans-serif !important;
    margin-bottom: 0 !important;
}

.become-area a.primry-btn {
    font-size: 14px;
    border-radius: 0px;
    font-weight: 400 !important;
    padding: 10px 40px !important;
    background-color: #2c3740;
    font-family: 'Karla', sans-serif;
    text-transform: capitalize;
    position: relative;
    top: 4px;
    text-transform: uppercase;
}

.become-area p {
    padding-bottom: 0;
    font-size: 15px;
    color: #fff;
    font-family: 'Karla', sans-serif;
}

.become-area .wpb_content_element {
    margin-bottom: 0 !important;
}

.row, div.clear {
    padding-bottom: 0;
}
input.es_required_field.es_txt_email.ig_es_form_field_email {
    width: 78% !important;
    float: left;
    /* border: 1px solid; */
    background: #4f5f6c;
    border-radius: 0px;
    padding: 9px 20px !important;
}

div#footer-outer {background: #394650;}

div#footer-outer * {
    color: #ffffff !important;
    position: relative;
}

#footer-outer #footer-widgets .col input[type=submit].es_submit_button {
    font-size: 0 !important;
    height: 50px;
    width: 50px !important;
    background-color: transparent !important;
    background: url(/wp-content/uploads/2020/06/sendicon.jpg) no-repeat;
    /* background-position: center center; */
    position: relative;
    right: 1px;
    opacity: 1 !important;
    top: 0px;
    border-radius: 0px !important;
}

div#nav_menu-2 {
    /* padding-left: 60px; */
}

#footer-outer h4 {
    position: relative;
    font-size: 18px !important;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
    padding-bottom: 10px;
    margin-bottom: 30px !important;
    font-family: 'Raleway', sans-serif !important;
}


#footer-outer h4::after {content: "";position: absolute;height: 1px;width: 34px;bottom: 0;border-radius: 20px;left: 0;background: #ed702d;}

#footer-outer p {
    font-size: 14px;
    color: #99abb8 !important;
    line-height: 24px;
}
.latest-main {
    display: flex;
    border-bottom: 1px solid #155259;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.latest-main .latest-lft {
    margin-right: 20px;
    width: 40%;
}

.latest-main h5 {
    line-height: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

div#footer-outer .latest-main small {
    font-size: 14px;
    color: #3c6f75 !important;
    font-weight: 300;
}

div#custom_html-2 {
}

div#custom_html-3 {
    padding-left: 50px;
}

div#custom_html-3 ul li i {
    color: #ddab24 !important;
    float: left;
    width: 20px;
    text-align: center;
    padding-right: 35px;
}

div#custom_html-3 ul li {
    padding-bottom: 15px !important;
}

ul.social-icon {
    display: flex;
    padding-top: 30px;
}

ul.social-icon li {
    padding: 0 !important;
    padding-bottom: 0 !important;
}

#footer-outer ul.social-icon li i {
    color: #3c6f75 !important;
    width: 40px;
    height: 40px;
    border: 1px solid;
    text-align: center !important;
    padding: 0;
    line-height: 40px;
    font-size: 16px;
    margin-right: 10px;
    border-radius: 50%;
}

#footer-outer .row {
    padding-bottom: 30px !important;
    /* border-bottom: 1px solid #155259; */
}

#footer-outer div#copyright {
    padding-bottom: 10px !important;
}
#footer-outer div#copyright .col.span_5 {
    width: 100% !important;
}

#footer-outer div#copyright .col.span_5 .lft {
    float: left;
    font-size: 15px;
    color: #8899a6 !important;
    font-family: 'Karla', sans-serif;
}

#footer-outer div#copyright .col.span_5 p {
    display: none;
}

#footer-outer div#copyright .col.span_5 li {
    margin-left: 0;
    padding: 0 5px;
}
span.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    border-color: red !important;
    color: red !important;
}

.wpcf7 .wpcf7-not-valid {
    border-color: red !important;
}

div.wpcf7-mail-sent-ok {
    color: green !important;
}
@media only screen and (max-width : 1366px) {

header#top ul li a {
    margin: 0 !important;
    padding: 0 14px !important;
    font-size: 14px !important;
/*     height: 60px; */
    line-height: 61px !important;
}

header#top ul li:nth-last-child(2) a {
    /* font-size: 20px !important; */
}

header#top ul li:nth-last-child(2)::before {
    left: 70px !important;
}

header#top ul li:last-child a {
    font-size: 13px !important;
}    	
}

#header-secondary-outer {
    background-color: #ed702d !important;
    border: none !important;
}

#header-secondary-outer #social {
    float: right;
    padding: 0 !important;
}

body #header-secondary-outer .nectar-center-text {
    color: #fff !important;
    padding: 0 !important;
    -webkit-transform: translateX(-100%) translateY(-50%);
    transform: translateX(-100%) translateY(-50%);
    line-height: 58px;
    font-weight: 400;
    letter-spacing: -0.5px;
    font-family: 'Karla', sans-serif;
	    position: absolute;
    left: 1015px;
}

body #header-secondary-outer .nectar-center-text strong {
	display: inline-block;
    border-right: 1px solid #f4a981;
    border-left: 1px solid #f4a981;
    width: 80px;
    margin-left: 20px;
    cursor: pointer;
    font-family: 'Karla', sans-serif;
    position: absolute;
    height: 51px;
    left: 1700px;
}

body #header-secondary-outer .nectar-center-text strong i {
    width: auto !important;
    margin-left: 10px;
}

#header-secondary-outer #social li a i {
    color: #fff !important;
    font-size: 25px !important;
}

#header-secondary-outer #social li a {
    margin: 0 !important;
    line-height: 44px !important;
    border-right: 1px solid #f4a981;
    width: 40px;
    text-align: center;
}

#header-secondary-outer #social li a:hover {
    background-color: #f4a981 !important;
    color: #fff !important;
}
#header-secondary-outer #social li a:hover i {
    color: #fff !important;
}
body.material #header-outer:not([data-format="left-header"]) header#top .span_3 {
    width: 100% !important;
    display: block !important;
    margin-bottom: 10px;
}

body.material #header-outer[data-format="default"] header#top .span_9 {
    width: 100% !important;
    display: block !important;
}

header#top .container .row {
    display: block !important;
}

body.material #header-outer #logo {
    width: 23%;
    display: inline-block;
    vertical-align: middle;
}

ul#topsec {
    width: 76% !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important;
}

ul#topsec li {
    display: inline-block;
    width: 33%;
}

ul#topsec li img {
    margin: 0 12px 0px 0px !important;
    display: inline-block;
    vertical-align: middle;
    width: 34px;
}

ul#topsec li p {
    display: inline-block;
    font-size: 15px !important;
    color: rgba(0, 0, 0, .60);
    font-weight: 500;
    vertical-align: middle;
    line-height: 24px;
    font-family: 'Karla', sans-serif;
}

ul#topsec li p strong {
    font-size: 18px;
    font-weight: 700 !important;
    display: block;
    color: #00000a;
    font-family: 'Karla', sans-serif;
    letter-spacing: 0px;
}

.widget_search .search-form input[type=text] {
    background-color: transparent !important;
    border-radius: 50px !important;
    border: 1px solid #e3e3e3;
    padding: 14px 25px !important;
}

body .widget_search .search-form button[type=submit] {
    right: 10px;
}

.widget_search .search-form button[type=submit] .icon-salient-search {
    color: #dedede !important;
}

header#top nav >ul {
    display: block !important;
    width: 100%;
    /* border-width: 1px; */
    /* border-color: rgb(246, 246, 246); */
    /* border-style: solid; */
    background-color: #394650;
}

header#top nav >ul.buttons {
    display: none !important;
}

header#top nav >ul:before {
    content: "";
    position: absolute;
    left: -100%;
    height: 59.5px;
    background-color: #394650;
    right: 99%;
    bottom: 0;
    /* border-top: 1px solid #f6f6f6; */
    /* border-bottom: 1px solid #f6f6f6; */
    }

header#top nav >ul:after {
    content: "";
    position: absolute;
    right: -100%;
    height: 60px;
    background-color: #394650;
    left: 99%;
    bottom: 0;
    /* border-top: 1px solid #f6f6f6; */
    /* border-bottom: 1px solid #f6f6f6; */
    }

body .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2 {
    font-size: 40px !important;
    color: #fff !important;
    line-height: 40px !important;
    margin: 0 !important;
    font-family: 'Karla', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: -4px !important;
    background-color: #394650;
    font-weight: 800 !important;
    WIDTH: 41%;
    padding: 20px 25px;
}

.swiper-slide .content p {
    font-size: 21px !important;
    color: #000000 !important;
    /* margin-bottom: 10px !important; */
}

a.primry-btn.trans {
    /* background-color: transparent !important; */
    /* border: 1px solid #e5e5e5 !important; */
    /* color: #26292d !important; */
}

.services-area p {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    color: #60707d !important;
    font-family: 'Karla', sans-serif;
}

div#services-area {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
}

div#services-area .col.span_12.left:not(.dark) {/* margin-top: 60px; *//* margin-bottom: 50px !important; */}

/* ----------------------------------------------------- */
li#menu-item-109 a img {
    margin: 0 0px 0 25px !important;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    position: relative;
    width: 24%;
	height: 60px;
}
/* ----------------------------------------- */
/* header#top ul li:last-child {
    position: absolute;
    right: 0;
} */

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev i, .nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next i {
    border-radius: 2px !important;
    border: none !important;
    background-color: #0b4b52 !important;
    font-weight: 300 !important;
    line-height: 47px !important;
    font-size: 24px;
}

.swiper-container .slider-prev {
    top: initial !important;
    bottom: 40px;
    left: 5% !important;
}

.swiper-container .slider-next {
    right: initial !important;
    left: 15%;
    top: initial !important;
    bottom: 40px;
    z-index: 9999999 !important;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev i:hover, .nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next i:hover {
    background-color: #11da61 !important;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next i, .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next i {
    right: 0 !important;
}

.nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev i, .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev i {
    left: 0 !important;
}

.carousel-wrap[data-full-width="false"] .carousel-heading h2 {
    font-size: 36px !important;
    color: #2c3740;
    font-family: 'Raleway', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: -2px !important;
    margin-bottom: 30px !important;
    position: relative;
}

#serv-area li.col.span_4 {
    /* margin: 0 !important; */
}

#serv-area .wpb_text_column.wpb_content_element {
    /* position: absolute; */
    /* width: 100%; */
    /* bottom: 20px; */
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.07);
    padding: 30px 0;
}

#serv-area .wpb_row {
    margin: 0 !important;
}

.serv-area h4:hover {
    color: #ed702d;
}

.serv-area p {
    position: relative;
    font-size: 15px;
    color: #60707d;
    font-weight: 400;
    line-height: 25px;
    width: 85% !important;
    margin: 0 auto;
    font-family: 'Karla', sans-serif;
}

.carousel-wrap .control-wrap .item-count {
    display: none !important;
    visibility: hidden !important;
}

[data-full-width="false"] .carousel-next:after, [data-full-width="false"] .carousel-prev:after {
    display: none !important;
}

.carousel-next i, .carousel-prev i {
    color: #fff !important;
}

.carousel-next, .carousel-prev {
    margin: 0 !important;
    padding: 0 !important;
    width: 12px !important;
    height: 12px !important;
    line-height: 36px !important;
    border: 2px solid #6b7780 !important;
    border-radius: 50px;
}

[data-full-width="false"] .carousel-prev:hover i {
    transform: translateX(0px) !important;
}

[data-full-width="false"] .carousel-prev.next-hovered, [data-full-width="false"] .item-count.next-hovered {
    transform: translateX(0px) !important;
}

body .carousel-heading .container .carousel-next:hover, body .carousel-heading .container .carousel-prev:hover {
    background-color: #fd8104 !important;
}

div[data-style="minimal"] .toggle h3 i:before {background-color: #f2f2f2 !important;}

div[data-style="minimal"] .toggle h3 i:after {
    background-color: #f2f2f2 !important;
}

div#faq-area a.primry-btn {
    background-color: transparent;
    font-size: 15px !important;
    color: #00000a !important;
    border: 2px solid #eaeaea;
    padding: 8px 30px !important;
    letter-spacing: 0px !important;
    margin-top: 25px !important;
    display: inline-block;
    border-radius: 3px !important;
}

div#faq-area {
    padding-bottom: 65px !important;
    padding-top: 60px !important;
}

.toggles.accordion {
    border: 1px solid #f3f3f3;
    width: 90%;
}

div[data-style="minimal"] .toggle {
    border-bottom: 1px solid #f7f7f7 !important;
}

div#milestone-area {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

div#test-area .carousel-wrap[data-full-width="false"] .carousel-heading h2 {
    font-size: 42px !important;
    color: #00000a !important;
    margin-bottom: 10px !important;
    display: none;
}


#test-area h2::after {
    margin: 0 !important;
    left: 0;
    bottom: 10px;
    content: url(/wp-content/uploads/2020/06/headingafter.png);
    height: 0;
    right: 0;
    margin: 0 auto !important;
    width: auto !important;
}

div#test-area .carousel-next, div#test-area .carousel-prev {
    border: 1px solid #ececec !important;
    color: #ececec !important;
}

#test-area .carousel-next i, #test-area .carousel-prev i {
    color: #c6c6c6 !important;
}

body #test-area .carousel-next:hover, body #test-area .carousel-prev:hover {
    background-color: #0b4b52 !important;
}

div#test-area {
    padding-top: 100px !important;
    padding-bottom: 40px !important;
}

#test-area img.img-with-animation.skip-lazy.animated-in {
    width: 100%;
}

#test-area .span_4 .wpb_text_column.wpb_content_element {
 border-style: solid;
 border-width: 1px;
 border-color: rgb(212, 222, 229);
 background-color: rgb(255, 255, 255);
 box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.07);
 padding: 25px 35px;
}

.test-area h5 {
    color: #2c3740;
    position: relative;
    font-family: 'Karla', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
}

.test-area small {
    /* color: rgba(0, 0, 0, .60); */
    position: relative;
    margin-left: 20px;
}

.lastcol .wpb_text_column.wpb_content_element {
    margin-top: 25px;
    margin-bottom: 25px;
}

.test-area .wpb_text_column.wpb_content_element:hover h3 {
    color: #ed702d;
}

.become-area h2 strong {
    font-family: "GT Walsheim Pro Bold Regular" !important;
    letter-spacing: 0px;
    letter-spacing: 0px;
}

#footer-outer #footer-widgets .col ul li img {
    margin: 0 20px 0 0 !important;
    display: inline-block;
    vertical-align: middle;
}

#footer-outer #footer-widgets .col ul li p {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #e4e6eb !important;
    width: 74%;
}

#custom_html-3 li {
    margin-bottom: 5px !important;
}

#footer-outer ul.social-icon li i:hover {
    background-color: #fd8104 !important;
    color: #fff !important;
    border-color: #fd8104;
}

#footer-outer #footer-widgets .col #menu-footer li {
    /* padding-left: 20px !important; */
    border-bottom: 1px solid #42505b !important;
    width: 44%;
    display: inline-block;
    margin-right: 15px;
}
#menu-footer li {
    margin-bottom: 10px !important;
}
div#serv-area {
    padding-top: 70px !important;
    padding-bottom: 100px !important;
}

.milestone-area .number span {
    margin-right: 10px;
}

.instance-19 .number > span {
    display: none !important;
}
body .carousel-heading .container a i {
    display: none;
}

.carousel-wrap[data-full-width="false"] .control-wrap .carousel-next {
    margin-left: 10px !important;
}

.carousel-wrap[data-full-width="false"] .carousel-heading h2:after {content: "";position: absolute;height: 1px;width: 35px;background-color: #ed702d;left: 0;bottom: 0;}

.serv-area p a {
    font-size: 14px;
    text-transform: uppercase;
    color: #2c3740;
    font-family: 'Karla', sans-serif !important;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
}

.serv-area p a i {
    width: auto !important;
    font-weight: 600;
    margin-left: 5px;
}

.carousel-wrap[data-full-width="false"] .control-wrap {
    top: 25px !important;
}

#services-area h3 {
    font-size: 14px;
    color: #6d7c88;
    font-family: 'Karla', sans-serif !important;
    margin: 0 !important;
}

.services-area p a {
    font-size: 14px;
    color: #ffffff;
    background-color: #ed702d;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    padding: 12px 38px !important;
    display: inline-block;
    margin-top: 10px;
}

.services-area img.alignnone {
    top: 10px !important;
}
.faq-area p small {
    background: url(/wp-content/uploads/2020/06/textbg.png);
    display: block;
    color: #fff;
    font-family: 'Karla', sans-serif !important;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    padding: 15px 20px 33px 30px;
    margin-top: 35px;
}

.faq-area .wpb_content_element .lft h4 {
    font-size: 18px !important;
    color: #2c3740 !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 900 !important;
    margin-bottom: 5px !important;
}

.faq-area .wpb_content_element .lft p {
    font-size: 14px;
    color: #889aa9 !important;
}

#faq-area .vc_col-sm-6 .wpb_wrapper {
    padding-left: 20px;
}

.test-area h2 strong {
    font-size: 36px !important;
    color: #2c3740;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}

#test-area .carousel-wrap .carousel-heading {
    display: none;
}

.test-area small:before {content: "";width: 6px;height: 6px;background-color: #d4dee5;border-radius: 50px;position: absolute;left: -15px;top: 5px;}

.quote-area h2 strong {
    font-size: 36px !important;
    color: #2c3740;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 900;
}

div#quote-area {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
}

.quote-area p {
    font-size: 18px !important;
    color: #2c3740 !important;
    font-family: 'Karla', sans-serif;
    font-style: italic;
}

.quote-area h3 strong {
    color: #889aa9;
    FONT-SIZE: 14px !important;
    font-family: 'Karla', sans-serif;
    font-weight: 800;
}

.quote-area .owl-item .wpb_text_column {
    width: 95%;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(212, 222, 229);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.07);
    padding: 30px 30px;
}

.owl-dots.disabled {
    display: block !important;
}

#footer-outer .widget.widget_nav_menu li a {
    font-size: 14px !important;
    color: #99abb8 !important;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif !important;
    font-weight: 800;
}

#text-2 p strong {
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 0px !important;
}

#text-2 p, #text-2 p a {
    color: #99abb8 !important;
    font-family: 'Karla', sans-serif !important;
    line-height: 22px;
}

#text-4 p a {
    color: #99abb8 !important;
    font-size: 15px !important;
}

input.es_required_field.es_txt_email.ig_es_form_field_email::placeholder {
    color: #99abb8;
    font-size: 15px;
    font-family: 'Karla', sans-serif;
}

#footer-outer #copyright li a {
    font-size: 15px !important;
    color: #8899a6 !important;
    font-family: 'Karla', sans-serif !important;
    margin-left: 15px;
}


/* div#copyright:after {content: "";position: absolute;background-color: #2c3740;right: 0;height: 55px;z-index: 0;visibility: visible;opacity: 1;bottom: 0;width: 50%;transform: skew(-30deg, 0deg);} */

#serv-area h2 strong {
    display: block;
    font-size: 14px !important;
    color: #bdc2c5;
    letter-spacing: 0px;
    font-family: 'Karla', sans-serif;
    line-height: 13px;
}
div#search-3 {
    width: 85%;
    float: right;
}
body[data-dropdown-style="minimal"][data-header-color="light"] #header-outer:not(.transparent) .sf-menu >li ul {
    border-top: 1px solid #e9e9e9;
    background: #394650;
    line-height: 100px !important;
    padding: 10px 10px !important;
    width: 265px;
}

li#menu-item-109 {
    position: absolute;
    right: 0;
}
.h2-heading-class h2 {
    color: #00193c !important;
}
.h2-heading-class ul li {
    color: #9cabb7;
    font-size: 15px;
    font-family: 'Karla', sans-serif;
}
#top nav ul li ul li a {
    font-size: 12px !important;
    line-height: 20px !important;
}
#header-outer .sf-menu li ul li a {
    padding: 10px 20px !important;
    line-height: 20px !IMPORTANT;
    color: #373737;
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 600 !important;
}
.same-height {
    height: 280px;
}
ul#topsec li a {
    font-size: 18px;
    font-weight: 700 !important;
    display: block;
    color: #00000a;
    font-family: 'Karla', sans-serif;
    letter-spacing: 0px;
	position: relative;
    top: 20px;
}
ul#topsec li a img {
    position: absolute;
    top: 0px;
    right: 315px;
}
ul#topsec li a h4 {
    line-height: 0;
    padding: 0 0 !important;
    margin: 0 !important;
}
ul#topsec li a p {
    bottom: 5px;
    position: relative;
    line-height: 0;
    padding: 0 0 !important;
    margin: 0 !important;
}
.become-area p a {
    color: #f8f8f8 !important;
}
/*-----responsive-----  */
@media all and (max-width: 999px){
	ul#topsec {
    width: 120% !important;
}
	ul#topsec li p
	{
		font-size: 10px !important;
	}
	
	ul#topsec li a h4 {
    font-size: 12px !important;
}
	ul#topsec li p strong 
	{
		font-size: 12px !important;
	}
	div#search-3 {
    width: 34%!important;
    float: left;
    position: absolute;
    right: -22px!important;
    top: 75px!important;
}
	.widget_search .search-form input[type=text] {
    font-size: 10px !important;
    padding: 5px 25px !important;
}
	header#top ul li a
	{
	padding: 0px 0px !important;
    line-height: 45px !important;
}
	ul#topsec img {
    width: 20px !important;
}
	ul#topsec li a img {
	right: 118px !important;
    top: 0px !important;
}
	body[data-is="minimal"] #header-outer .icon-salient-search:before, body.material #header-outer .icon-salient-search:before {
    content: "\e906";
    font-size: 10px;
    position: absolute !important;
    top: 8px !important;
    right: 10px !important;
}
	body.material #header-outer[data-header-resize="0"]:not([data-format="left-header"]):not(.scrolled-down):not(.fixed-menu) {
    box-shadow: none;
    height: 140px !important;
}
	
	body .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2
	{	
	font-size: 15px!important;
    line-height: 21px!important;
    letter-spacing: 0px !important;
	}
	
	body.material header#top #logo img, #header-outer[data-permanent-transparent="false"] #logo img.dark-version {
		height: 75px !important;
	}
	body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container > .menu > li a img {
		position: absolute;
		bottom: -30px;
	}


	body.material #header-outer[data-header-resize="0"]:not([data-format="left-header"]):not(.scrolled-down):not(.fixed-menu) {
		height: auto !important;
	}
	body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container > .menu > li a {
		font-size: 16px;
		line-height: normal;
	}
	
		body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container > .menu > li a img {
		position: absolute;
		bottom: -30px;
	}

	body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container > .menu > li a {
	}

	ul#topsec {
		margin-top: 50px !important;
		width: 100% !important;
	}

	div#search-3 {
		position: unset !important;
		width: 100% !important;
	}

	ul#topsec li:last-child {
		width: 100%;
		margin-top: 20px;
	}

	.widget_search .search-form input[type=text] {
		width: 100% !important;
	}

	form.search-form {
		width: 100% !important;
	}

	ul#topsec li {
		width: 49%;
		text-align: center;
	}

	ul#topsec li a img {
		left: 0;
		top: -10px !important;
	}

	ul#topsec li a {
		position: relative;
	}

	ul#topsec li {
		position: relative;
	}

	ul#topsec li img {
		top: -6px !important;
	}

	.material header#top .span_9 >.slide-out-widget-area-toggle > div, #header-outer .mobile-search .icon-salient-search, #header-outer header#top #mobile-cart-link i, .material #header-outer .mobile-user-account .icon-salient-m-user {
		top: 40px !important;
	}
	
	body.material .quote-area .quote-row {
		display: block;
	}
}

/*-------------------------------------  */
@media all and (max-width: 1200px){
	body #header-secondary-outer .nectar-center-text {
		left: 715px !important;
		font-size: 14px !important;
	}
	ul#topsec li a img {
    position: absolute;
    top: -6px;
    right: 196px;
}
	
	div#search-3 {
    width: 21%;
    float: left;
    position: absolute;
    right: 0;
    top: 35px;
}
	body .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2
	{
		    font-size: 30px !important;
	}
	.carousel-wrap[data-full-width="false"] .carousel-heading h2
	{
		font-size: 26px !important;
	}
	.serv-area h4
	{
		font-size: 13px !important;
		text-align: center;
	}
	.serv-area p
	{
		font-size: 10px !important;
		text-align: center;
	}
	.serv-area p a {
		font-size: 11px;
	}
	.faq-area h2 {
		font-size: 20px !important;
	}
	.faq-area .wpb_content_element p {
    font-size: 10px !important;
    width: 80% !important;
    text-align: justify !important;
}
	.quote-area h2 strong {
		font-size: 26px !important;}
	
	.quote-area p {
    font-size: 11px !important;
    text-align: center;
    line-height: 20px !important;
}
	.quote-area h3 {
    font-size: 10px !important;
    text-align: center !important;
}
	.quote-area h3 strong {
		FONT-SIZE: 10px !important;
	}
	.become-area h2 {
		font-size: 12px !important;
		text-align: center !important;
	}
	
	.become-area p 
	{
		font-size: 10px !important;
		text-align: center !important;
	}
	#footer-outer h4 {
		font-size: 12px !important;
	}
	#footer-outer .widget.widget_nav_menu li a {
		font-size: 10px !important;
	}
	#text-2 p strong {
    font-size: 10px;
	}
	#text-2 p, #text-2 p a {
    font-size: 10px !important;
}
	div#footer-outer * {
    font-size: 10px !important;
}
	#text-4 p a {
    font-size: 10px !important;
}
	#footer-outer div#copyright .col.span_5 .lft {
    text-align: center !important;
		float:none!important;
}
	.h2-heading-class ul li
	{
		font-size: 10px !important;
	}
	
}