/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Taviraj: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');
h1,h2,h3,h4,h5{
	font-family: "Taviraj", serif !important;
}
h5,p,li,a,body{
	font-family: "Open Sans", sans-serif !important;
}
nav.left-side {
    display: none;
}
.image-long .column-image-bg {
    background-size: cover;
}
a#logo {
    float: left;
}
/* header */
header#top {
    border-bottom: 10px solid #e4ce96;
}
div#header-secondary-outer {
    background: #355374 !important;
}
header#top .col.span_9.col_last ul.sf-menu.sf-js-enabled.sf-arrows li a {
    margin: 0 !IMPORTANT;
    font-size: 20px !important;
    padding: 15px 0 !IMPORTANT;
    font-family: 'Open Sans' !important;
}

header#top .col.span_9.col_last ul.sf-menu.sf-js-enabled.sf-arrows li {
    margin: 0 20px;
}

header#top nav.right-side ul#menu-header-right-menu li:first-child a {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #f3f3f3 !important;
    font-family: 'Open Sans' !important;
    font-size: 30px !important;
    text-transform: capitalize;
    margin-bottom: 8px !important;
    line-height: 34px !important;
    margin: 0 !important;
}

header#top nav.right-side ul#menu-header-right-menu li:last-child a {
    border-radius: 15px;
    color: white;
    cursor: pointer;
    font-size: 20px !important;
    border-radius: 5px !important;
    background-color: #5f7b99;
    padding: 12px 16px !IMPORTANT;
    font-family: 'Open Sans' !IMPORTANT;
    font-weight: 600;
    font-size: 21px !IMPORTANT;
}

header#top .col.span_9.col_last {
    border-top: 1px solid #355374;
}


/* banner */
div#banner {
    height: 70vh;
    display: flex;
    margin-top: 8%;
}

div#banner h2 {
    font-size: 80px;
    line-height: 85px !important;
    font-family: 'Taviraj', serif !important;
    color: #4b5a73 !important;
    font-weight: 600;
}

/* section-1 */
div#section-1 .vc_column-inner {
    text-align: center;
}

div#section-1 .vc_column-inner {
}

div#section-1 h3 {
    color: #e4ce96 !important;
    font-size: 18px;
    line-height: 32px;
}

div#section-1 p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

div#section-1 .sec-1in:hover {
    background: #2c445f;
}

div#section-1 .sec-1in {
    padding: 20px !IMPORTANT;
    transition: .5s ease;
}

div#section-1 .sec-1in .nectar_icon {
    border: 6px solid #e4ce96 !important;
    border-radius: 60px;
    padding: 21px !important;
}

div#section-1 span.im-icon-wrap {
    width: 60px !important;
    line-height: 60px !IMPORTANT;
    height: 60px !IMPORTANT;
    display: flex !IMPORTANT;
    align-items: center !important;
    justify-content: center !important;
    padding-top: 20px;
}

/* section-2 */
#section-2 h2.vc_custom_heading {
    font-size: 50px !important;
    line-height: 52px !important;
    margin-bottom: 16px !important;
    color: #4b5a73 !important;
}

#section-2 p {
    font-size: 16px;
    color: #444;
}

#section-2 .divider-small-border {
    margin-bottom: 20px !IMPORTANT;
}
/* section-3 */
div#section-3 {
    padding: 30px  0 80px 0 !IMPORTANT;
}

div#section-3 h2 {
    font-size: 75px;
    line-height: 75px;
    color: #4b5a73 !important;
}

div#section-3 .sec-3in {
    background: #f3f6f5;
    width: 23% !important;
    margin: 0 auto !IMPORTANT;
    padding: 0 !important;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08), 0 13px 45px rgba(0, 0, 0, 0.08) !IMPORTANT;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px !IMPORTANT;
}

div#section-3 img.img-with-animation.skip-lazy {
    background: rgba(53, 83, 116, 1);
    width: 100% !important;
    object-fit: contain !IMPORTANT;
    height: 130px !important;
    padding: 25px 30px !IMPORTANT;
    border-bottom: 10px solid #e4ce96;
}

div#section-3 .sec-3in h3 {
    font-size: 34px;
    color: #355374 !important;
    font-weight: 400;
    padding-top: 10px;
    width: 90%;
    margin: auto;
}

.sec-3in p {
    font-size: 16px;
    font-weight: 400;
    width: 80%;
    margin: auto;
    min-height: 210px;
}

div#section-3 .sec-3in p a {
    background: #5f7b99 !important;
    color: #fff !important;
    padding: 8px 16px;
    font-size: 18px;
    border-radius: 5px;
    /* text-transform: capitalize; */
    font-weight: 600;
    font-family: 'Open Sans';
    transition: all 0.3s ease-in-out;
    display: inline-block !important;
    margin-bottom: 30px;
}

div#section-3 .sec-3in p:last-child {
    min-height: unset;
}

div#section-3 .sec-3in:hover a {
    transition: all 0.3s ease-in-out;
    background-color: #5f7b99;
    color: white !important;
    /* box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3); */
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
}

/* section-4 */
.section-4-1 {
    padding: 5% 10% !IMPORTANT;
}

.section-4-1 h2 {
    font-size: 50px !important;
    line-height: 52px !important;
    margin-bottom: 16px !important;
    color: #4b5a73 !important;
}

.section-4-1 p {
    font-size: 16px;
    color: #444;
}

.section-4-1 .divider-small-border {
    margin-bottom: 20px !IMPORTANT;
}

.section-4-2 {
    padding: 5% 10% !IMPORTANT;
    background: #355374;
    color: #fff;
    position: relative;
}

.section-4-2 h2 {
    font-size: 50px !important;
    line-height: 52px !important;
    margin-bottom: 16px !important;
    color: #fff;
}

.section-4-2 p {
    font-size: 16px;
    font-weight: 400;
}

.section-4-2:before {
    position: absolute;
    content: "";
    top: -15px;
    left: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom-color: #355374;
    border-top: 0;
    margin-left: -20px;
    margin-bottom: -20px;
    z-index: 9 !important;
}

/* section-5 */
.section-5-1 {
    padding: 5% 5% !important;
    background: #eaedec;
}

#section-5 h2 {
    font-size: 50px !important;
    line-height: 52px !important;
    margin-bottom: 16px !important;
    color: #4b5a73 !important;
}

#section-5 .divider-small-border {
    margin-bottom: 20px !IMPORTANT;
}

#section-5 p {
    font-size: 16px;
    color: #444;
}

.section-5-2 {
    background: #f2f6f5;
    padding: 5% !important;
}
#section-5 li {
    font-size: 28px !important;
    font-weight: 400 !important;
    font-family: 'Taviraj', serif !important;
    color: #4b5a73 !important;
    line-height: 50px;
    position: relative;
    padding-left: 55px;
    list-style: none;
}

#section-5 li:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2024/05/checkkk.png);
    width: 40px;
    height: 35px;
    left: 0;
    top: 6px;
}

#section-5 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#section-5 input {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0);
    background: #e9eceb !important;
    height: 46px !important;
    font-size: 14px !important;
}

#section-5 select {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0);
    background: #e9eceb !important;
    padding: 10px !important;
    height: 46px !important;
    font-size: 14px !important;
}

#section-5 textarea {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0);
    background: #e9eceb !important;
    padding: 10px !important;
    font-size: 14px !important;
}

#section-5 label {
    font-size: 14px !important;
    font-weight: 400;
    text-align: center;
}

#section-5 div.wpforms-container-full .wpforms-form button[type=submit] {
    width: 50% !important;
    font-size: 16px !important;
    background-color: #5f7b99 !important;
    padding: 15px 22px !important;
    color: #fff;
    font-family: 'Open Sans';
}

#section-5 div.wpforms-container-full .wpforms-form .wpforms-submit-container {text-align: center;}


/* section-6 */
div#section-6 {
    padding: 70px 0 !important;
}

div#section-6 h2 {
    color: #fff !important;
    font-size: 50px !important;
    margin-bottom: 32px !important;
    line-height: 38px !important;
}

div#section-6 h4 {
    font-size: 34px;
    line-height: 38px !important;
    color: #fff;
    font-weight: 400;
    margin-bottom: 40px !IMPORTANT;
}

body.material .nectar-button.large {
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    padding: 23px 50px;
    font-size: 20px;
}

/* section-7 */
div#section-7 img {
    height: 200px !important;
    object-fit: contain;
    width: 200px !important;
}

/* footer */
div#footer-widgets {
    background: #355374!important;
}

.footer-social {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
div#footer-widgets .footer-hours h5 {
	font-size: 20px;
	color: #e9edec !important;
        font-family: 'Taviraj', serif !important;
}
div#footer-widgets .footer-hours h5 span{
    font-family: 'Open Source Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;    
}
div#footer-widgets div#media_image-2 {
    text-align: center;
}

#footer-outer .widget h4 {
    font-size: 25px;
    color: #e4ce96 !important;
    margin-bottom: 0 !important;
    line-height: 72px !important;
    text-transform: capitalize;
}

div#footer-widgets ul#menu-featured-services {
    column-count: 2;
    column-gap: 15px;
}

div#footer-widgets ul#menu-featured-services li a {
    color: #d1e0dc !important;
}

div#footer-outer div#custom_html-5 ul li {
    position: relative;
    margin-left: 35px;
}

div#footer-outer div#custom_html-5 ul li i {
    position: absolute;
    left: -35px;
    top: 5px;
}

div#footer-outer div#custom_html-5 ul li a {
    font-size: 16px !important;
    font-weight: 300 !important;
    padding-bottom: 0.5rem !important;
    color: #fff !IMPORTANT;
}

div#footer-outer div#custom_html-5 ul li i {
    color: #e4ce96;
}

body #footer-outer #footer-widgets .row {
    padding: 30px 0 !important;
}

div#footer-outer div#copyright {
    background: #fff !important;
    padding: 5px 0;
}

#footer-outer #copyright p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 3px;
    color: #355374 !important;
}

/*inner pages*/
.sec-head-bg {
    border-top: 10px solid #dfcf8e !important;
    background: #355374 !important;
    padding: 2% !important;
    padding-left: 5% !important;
    margin-bottom: 0 !important;
}
.section-three-inner .sec-head-in p {
    color: #fff;
    padding: 0px 25px 20px 28px !important;
}
.page-id-211 .section-three-inner .sec-head-in p {
    color: #fff;
    padding: 0px 25px 20px 28px !important;
}



.section-one-in h2.vc_custom_heading {
    font-size: 34px;
    color: #f3f3f3;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
}
.section-two-inner-bg {
    padding: 50px 0px !important;
    background: #355374eb !important;
    width: 49%;
}


.section-one-in h3.vc_custom_heading {
    font-size: 22px;
    color: #f3f3f3;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
}
.sec-head-in p {
    font-size: 16px;
    padding: 25px 24px 15px 25px !important;
    color: #444;
    font-weight: 400;
}

.section-one-img img {
    padding: 15px 15px !important;
}
.global-form input {
    border-radius: 4px !important;
    border: 2px solid rgba(0, 0, 0, 0) !important;
    background: #e9eceb !important;
    height: 46px !important;
    font-size: 14px !important;
}

div#page-header-bg h1 {
    font-size: 75px;
    color: #355374!important;
    font-weight: 600;
    line-height: 85px !important;
}

.global-form select#wpforms-47-field_4 {
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0);
    background: #e9eceb !important;
    padding: 10px !important;
    height: 46px !important;
    font-size: 14px !important;
}

.global-form label {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #676767;
}

.global-form textarea {
    min-height: 100px !important;
    background-color: rgba(0, 0, 0, 0.04) !important;
    border-radius: 4px !important;
    border: 2px solid rgba(0, 0, 0, 0) !important;
}

.global-form button#wpforms-submit-47 {
    font-size: 16px !important;
    background-color: #5f7b99 !important;
    padding: 15px 42px !important;
    color: #fff;
    font-family: 'Open Sans';
}
.section-one-in {
    padding: 20px 20px !important;
    margin-top: -130px;
}
.global-form form#wpforms-form-47 {
    padding: 0px 9px !important;
}


.global-side .sec-head-bg {
    padding: 6% 3% !important;
    position: relative;
}


.global-side .sec-head-bg:before {
    position: absolute;
}

.global-side .sec-head-bg:before {
    position: absolute;
    content: '';
    left: 50%;
    border: 20px solid transparent;
    z-index: 9 !important;
    border-top-color: #355374;
    bottom: -37px !important;
    margin-left: -20px;
}

.sec-head-in.sec-head-bg {
    position: relative;
}

.sec-head-in.sec-head-bg:before {
    position: absolute;
    content: '';
    left: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #355374;
    border-bottom: 0;
    margin-left: -20px;
    margin-bottom: -14px;
    z-index: 9 !important;
    bottom: 0px !important;
}


.global-side .sec-head-in ul li strong {
    font-size: 18px !important;
    line-height: 10px;
    color: #2A2D2C !important;
    margin-bottom: 0 !important;
    font-family: 'Taviraj';
}

.global-side .sec-head-in ul li {
    list-style: none !important;
}
.global-side-bottom p {
    padding-bottom: 25px !important;
}

.global-side-bottom {
    padding: 0 0 6% 0 !important;
}

.global-side .sec-head-in ul li {
    font-size: 16px;
    color: #444;
}

.section-two-inner .sec-head-in h3.vc_custom_heading {
    font-weight: 600 !important;
    color: #fff !important;
    font-size: 37px !important;
    line-height: 42px !important;
    text-transform: capitalize !important;
    margin-bottom: 17px;
}

.section-two-inner a.nectar-button.medium.regular.accent-color.regular-button {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 100px;
    text-transform: uppercase;
    font-family: 'Open Sans' !important;
    background: #5f7b99 !important;
    opacity: 1 !important;
    letter-spacing: 2.2px;
}

.section-three-inner h2.vc_custom_heading {
    font-size: 34px;
    font-weight: 400;
    padding: 30px 24px 0px 25px !important;
}

.section-three-inner img.img-with-animation.skip-lazy {
    height: 270px;
    object-fit: cover;
}
.wpb_text_column.wpb_content_element.sec-head-in {
    margin-bottom: 2px;
}
.section-one-in {
    background: url(/wp-content/uploads/2024/05/section-bg-1.jpg) border-box #ebedec;
    background-position: bottom;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    box-shadow: 2px 2px 40px rgba(105, 105, 105, .5) !important;
}

.section-team {
    padding: 30px 30px;
}


.sec-head-team h3 {
    color: #4b5a73 !important;
    font-family: 'Taviraj';
    font-size: 34px;
    font-weight: 600 !important;
    margin: 0px !important;
    padding: 0px !important;
}

.sec-head-team p {
    font-size: 16px;
    font-weight: 700;
    color: #676767;
    font-family: 'Open Sans';
}
.page-id-142 .sec-team-mar {
    margin-bottom: 0px !important;
}
header#top .col.span_9.col_last ul.sf-menu.sf-js-enabled.sf-arrows li ul li {
    margin: 0 !important;
}

header#top .col.span_9.col_last ul.sf-menu.sf-js-enabled.sf-arrows li ul li a {
    padding: 10px 5px !important;
}

.sec-head-in-ser {
    padding-bottom: 0px !important;
}

.sec-head-in-ser h4 {
    font-size: 22px;
    padding-left: 15px;
    color: #355374 !important;
    margin: 0px !important;
}

.sec-head-in-ser h4:nth-child(1) {
    margin-top: 30px !important;
}
.glob-menu ul li {list-style: none !important;color: #000;}

.section-last-inner {
    padding: 20px 0px;
}
.section-last-inner {
    padding: 20px 0px;
}

.section-three-inner .sec-head-in ul li {
    font-size: 16px;
    color: #fff;
    margin-left: 30px;
}
.sec-head-in ul li {
    font-size: 16px;
    color: #444;
    line-height: 25px;
    margin-bottom: 10px;
}

.sec-head-in ul li:nth-child(1) {
    padding-top: 10px;
}

.image-long img.img-with-animation.skip-lazy {
    height: 240px;
    object-fit: fill;
}

.section-three-inner .image-long img.img-with-animation.skip-lazy {
    height: 350px;
}

.sec-head-in ul li h4 {
    font-size: 22px;
    color: #4b5a73 !important;
    margin: 0px !important;
    padding: 0px !important;
}

.sec-head-in ul li p {
    padding: 0px !important;
    line-height: 27px;
}

.section-last .sec-head-in ul {
    margin-left: 60px;
}
.page-id-224 .section-three-inner .image-long img.img-with-animation.skip-lazy {
    height: 420px;
}
.section-bot {
    padding: 30px 0px !important;
}
.page-id-246 .image-long img {
    height: 360px !important;
    object-fit: fill;
}
.sec-head-in.global-side-bottom ul li:nth-child(1) {
    padding-bottom: 20px !important;
}


.page-id-281 .section-one-img .sec-head-in ul {
    margin-left: 42px !important;
    margin-bottom: 30px !important;
}



/*inner pages end*/







/* responsive */
@media only screen and (max-width: 1444px) {
ul.sf-menu.sf-js-enabled.sf-arrows li a {
    font-size: 12px !important;
}

header#top .col.span_9.col_last ul.sf-menu.sf-js-enabled.sf-arrows li a {
    font-size: 18px !important;
}

div#banner h2 {
    font-size: 60px;
    line-height: 65px !important;
}

#section-2 h2.vc_custom_heading {
    font-size: 42px !important;
    line-height: 47px !important;
}

#section-2 p {
    font-size: 15px;
}

div#section-3 h2 {
    font-size: 55px;
    line-height: 55px;
}

div#section-3 .sec-3in h3 {
    font-size: 22px;
}

.sec-3in p {
    font-size: 14px;
    min-height: 180px;
}

div#section-3 .sec-3in p a {
    font-size: 16px;
}

.section-4-1 h2 {
    font-size: 40px !important;
    line-height: 42px !important;
}

.section-4-1 p {
    font-size: 15px;
}

.section-4-2 h2 {
    font-size: 40px !important;
    line-height: 42px !important;
}

.section-4-2 p {
    font-size: 15px;
}

#section-5 h2 {
    font-size: 40px !important;
    line-height: 42px !important;
}

#section-5 p {
    font-size: 15px;
}
.sec-head-in ul li h4 {
    font-size: 18px;
  
}


.sec-head-in ul {
    margin-left: 60px;
}
#section-5 li {
    font-size: 25px !important;
    line-height: 40px;
    margin-bottom: 10px;
}

#section-5 li:before {
    background-size: contain !IMPORTANT;
    width: 40px !IMPORTANT;
    background-repeat: no-repeat;
}

div#section-6 h4 {
    font-size: 28px;
    line-height: 35px !important;
}
div#section-1 h3 {
    font-size: 16px;
}
div#section-6 h2 {
    font-size: 45px !important;
}
	/*services*/
	div#page-header-bg h1 {
    font-size: 74px;
    margin: 0px !important;
}

.section-one-in h2.vc_custom_heading {
    font-size: 30px;
    line-height: 38px;
}



.section-one-in h3.vc_custom_heading {
    font-size: 19px;
    line-height: 24px;
}
.sec-head-in p {
    font-size: 14px;
 
}


.section-two-inner .sec-head-in h3.vc_custom_heading {
    font-size: 30px !important;
    line-height: 40px !important;
    margin-bottom: 14px;
}


.section-two-inner a.nectar-button.medium.regular.accent-color.regular-button {
    font-size: 15px;
    padding: 18px 90px;
   
}

.section-three-inner .sec-head-in ul li {
    font-size: 14px;
  
}
.global-side .sec-head-in ul li {
    font-size: 15px;
}
.global-side-bottom p {
    padding-bottom: 15px !important;
}
	.sec-head-in ul li {
    font-size: 14px;
  
}

.sec-head-in ul li:nth-child(1) {
    padding-top: 7px;
}


	
	/*services end*/
	

	
}

/*  */


body #header-outer nav>ul>.megamenu>.sub-menu>li a span {
    text-transform: capitalize;
}

#header-outer nav>ul>.megamenu ul li {
    padding: 0px 0px 0px 0px  !IMPORTANT;
    margin: 0px !IMPORTANT;
}


body #header-outer ul.sub-menu {}


body #header-outer .sf-menu .megamenu li ul {
    width: 100% !important;
}


body #header-outer .sf-menu .megamenu li ul {
    padding: 0px  !IMPORTANT;
}


body #header-outer .sf-menu .megamenu li ul li a {
    line-height: 16px !IMPORTANT;
    font-family: var(--first-font);
    font-style: normal;
    font-weight: normal;
    font-size: 12px !important;
    line-height: 10px !IMPORTANT;
}


body #header-outer .sf-menu .megamenu li ul li a span {
    font-size: 12px;
    font-family: 'Prompt';
    font-weight: 500 !IMPORTANT;
    font-family: var(--first-font);
    font-style: normal;
    font-size: 12px;
    line-height: 0.3;
    color: #141312 !important;
    opacity: 0.65 !important;
    padding: 0;
    margin-bottom: 7px;
    white-space: nowrap;
    text-transform: inherit;
}

#header-outer nav>ul>.megamenu ul li a {
    margin: 0px !IMPORTANT;
    line-height: 27px;
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu, #header-outer nav>ul>.nectar-megamenu-menu-item>.sub-menu li {
}


body #header-outer ul.sub-menu.tracked-pos {
    padding: 15px 10px 15px 10px !IMPORTANT;
    margin: 0 auto !important;
}

/* #header-outer nav>ul>.megamenu ul li a span {font-weight: ;} */

.head-class span.menu-title-text {
	font-family: 'Prompt', sans-serif !important;
	font-style: normal;
	font-weight: 550 !important;
	font-size: 14px;
	color: var(--black);
	line-height: 130%;
	white-space: nowrap; 
	margin-bottom: 20px;
}

.head-class  a {
    text-transform: capitalize !important;
    color: #000 !important;
}

#header-outer nav > ul >.megamenu > ul ul li a:hover {
    background: transparent !important;
    color: #bd974c !important;
}

#header-outer nav > ul >.megamenu > ul ul li a:hover span {color: #bd974c !important;}

.head-class a span {
    color: #000 !important;
    color: #666565 !IMPORTANT;
}
div#sec-headpadding {
    padding: 25px 15px;
}
#buttonlast a.nectar-button.medium.regular.accent-color.regular-button {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 100px;
    text-transform: uppercase;
    font-family: 'Open Sans' !important;
    background: #5f7b99 !important;
    opacity: 1 !important;
    letter-spacing: 2.2px;
    width: 94%;
    text-align: center;
    margin: 10px 0% 30px 3%;
}
div#faq-headpara {
    padding: 5%;
}

div#faq-headpara p {padding: unset !IMPORTANT;padding-bottom: 1.5em !important;}

div#faq-headpara h2 {
    color: #4b5a73 !important;
}

div#faq-headpara h3 {
    color: #4b5a73 !important;
}
.section-one-img .column-image-bg {background-size: cover;}
.section-one-img p {
    background: #fff;
}
.buttonwidth {
    padding: 20px 0;
}

.buttonwidth ul {
    margin: 0;
    padding: 0;
}

.buttonwidth ul li {
    list-style: none;
    display: inline;
    margin: 0 5px !IMPORTANT;
}

.buttonwidth ul li a {
    padding: 23px 35px !important;
    display: inline-block;
    font-size: 18px !important;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #5f7b99 !important;
    color: #FFF;
    font-family: 'Open Sans';
    margin-bottom: 10px;
    opacity: 1;
    -webkit-border-radius: 4px !important;
    width: 48%;
    text-align: center;
}
body a {
    color: #5f7b99;
}
.review-section .buttonwidth {
    padding: 60px 40px;
}
body:not([data-header-format="left-header"]) #header-outer .sf-menu li ul, #header-outer nav > ul > .megamenu > .sub-menu {
    background-color: rgba(235, 237, 236, 100) !important;
}
.section-three-inner .column-image-bg {
    background-size: cover;
}
.section-three-inner .sec-head-in ul {
    margin-bottom: 20px !IMPORTANT;
}