/*
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=Outfit:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins: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');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
h2,h3,h4,h5,h6,p,strong,a,span{
	font-family: "Inter";
}
a.nectar-button.small.regular.accent-color.regular-button {
    width: 204px;
    height: 55px;
    border-radius: 7px !important;
    border: 1px solid #FFF;
    text-align: center;
    margin: 0;
    line-height: 2;
}
a.nectar-button.small.regular.accent-color.regular-button span {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}
/* ================================================================ */
div#sec-01 h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 72.188px;
    font-style: normal;
    font-weight: 800;
    line-height: 73px;
    text-transform: capitalize;
    padding-bottom: 30px;
    margin: 0;
}
div#sec-01 p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    width: 30%;
    padding-bottom: 10px;
}
#sec-01 a.nectar-button.small.regular.accent-color.regular-button {
    background-color: transparent !important;
}
div#sec-01 .column-image-bg {
    background-size: 100% 100%;
}
/* ====================================================================================== */
#sec-02 h2 {
    color: #141414;
    text-align: right;
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 59px;
	text-align:center;
/*     width: 27%;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
    left: -130px; */
}
#sec-02 h2 strong {
    position: absolute;
    color: #141414;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 9.36px;
    text-transform: uppercase;
    right: -253px;
    top: 43px;
}
#sec-02 p {
    color: #141414;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    padding-bottom: 58px;
    opacity: 0.7;
}
div#sec-02 .we p {
    padding: unset !important;
    font-weight: 300 !important;
    width: 70%;
    margin: 0 auto;
    display: table;
    opacity: 1;
}
div#sec-02 .we h3 {
    color: #141414;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
    margin: 0 !important;
    padding-bottom: 19px;
}
div#sec-02 img {
    margin: 0 auto;
    display: table;
    margin-bottom: 40px;
}
div#sec-02 a.nectar-button.small.regular.accent-color.regular-button {
    margin: 0 auto;
    display: table;
}
/* ====================================================================== */
/* ===================================================================== */
div#sec-08 h2 {
   color: #000;
    font-family: Outfit;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 57px; /* 126.667% */
    letter-spacing: -1.8px;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 40px;
    padding-top: 20px;
}
div#sec-08 ul {
    margin-left: 23px;
}
div#sec-08 ul li {
    color: #1E1E1E;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.8px;
    text-transform: capitalize;
    padding-bottom: 39px;
    margin: 0;
}
div#sec-08 ul li a {
    color: #1E1E1E;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.8px;
    text-transform: capitalize;
}
div#sec-08 ul li:nth-child(2) a{
	text-transform: lowercase;
}
div#sec-08 input {
    backdrop-filter: blur(4.25px);
    background-color: #F9F9F9;
    height: 70px;
    border-radius: 40px;
    border: none;
    padding-left: 30px;
    color: #000;
}
div#sec-08 textarea{
     border-radius: 30px;
     border: none;
     padding-left: 30px;
     color: #000;
     backdrop-filter: blur(4.25px);
     background-color: #F9F9F9;
     height: 158px;
     padding-top: 23px;
}
div#sec-08 input::placeholder,div#sec-08 textarea::placeholder {
    color: #888;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  opacity:0.8;
}
div#sec-08 button#wpforms-submit-18 {
    width: 100%;
    height: 55px;
    border-radius: 27.5px !important;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
    background: #004F84;
    margin-top: 10px;
}
div#wpforms-18 {
    margin: 0;
}
#sec-08 .vc_col-sm-5 {
    position: relative;
}
#sec-08 .vc_col-sm-5:before {
    content: '';
    border: 1px solid #000;
    position: absolute;
    height: 516px;
    opacity: 0.1;
    right: 120px;
}
#sec-08 div.wpforms-container-full .wpforms-form .wpforms-field {
    padding-bottom: 5px;
}
/* ================================================================= */
/* Newsletter Css */
.newsletter-sec h2 {
    width: 55%;
    margin: 0 auto;
    padding-bottom: 29px;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 51.62px;
    font-style: normal;
    font-weight: 700;
    line-height: 65.239px; /* 126.385% */
    text-transform: capitalize;
}
.newsletter-sec p {
    color: #1E1E1E;
}
.newsletter-sec {
    position: relative;
}
.newsletter-sec:before {
    content: "";
    background-image: url(/wp-content/uploads/2026/02/Group-13213157xxx06.png);
    width: 75px;
    height: 128px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 140px;
    top: 20px;
}
.newsletter-sec div#wpforms-15 {
    margin: 0 auto;
}
.newsletter-sec div#wpforms-15 .wpforms-field {
    padding: 0;
}
.newsletter-sec .wpforms-submit-container {
    margin: 0 !important;
}
.newsletter-sec div#wpforms-15 .wpforms-field input {
    border: 2px solid #000000;
    border-radius: 15px;
    padding-left: 34px;
    color: #1E1E1E;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    width: 783px;
    height: 83px;
    fill: #FFF;
    stroke-width: 1.5px;
    stroke: #000;
    filter: drop-shadow(2px 8px 0 #000);
}
.newsletter-sec div#wpforms-15 .wpforms-field input::placeholder {
    color: #1E1E1E;
    opacity: 0.37;
}
.newsletter-sec div#wpforms-15 form#wpforms-form-15 {
    display: flex;
    justify-content: center;
    align-items: center;
}
div#newsletter-row button#wpforms-submit-15 {
    padding: 0 !important;
    height: auto;
    color: #000 !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-size: 0;
    display: flex;
    align-items: center;
}
div#newsletter-row button#wpforms-submit-15:before {
    content: "";
    background-image: url(/wp-content/uploads/2026/02/Group-1321315707-1.png);
    width: 84px;
    height: 55px;
    background-position: center;
    position: absolute;
    right: 15px;
    top: auto;
    bottom: -23px;
}
div#newsletter-row p {
   color: #151515;
   text-align: center;
   font-family: Poppins;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 33px; /* 183.333% */
   letter-spacing: -0.72px;
   text-transform: capitalize;
}
/* ================================================================ */
/* ================================================================ */
div#footer-row .column-image-bg {
    background-size: 100% 100% !important;
}
div#footer-inner-row .row_col_wrap_12_inner.col.span_12.left {
    align-items: center;
}
.footer-details ul li:last-child:before {
    content: "\f041";
    vertical-align: baseline;
}
.footer-links ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.footer-links ul li {
    display: inline-block;
    margin-left: 57px;
}
.footer-links ul li a {
    color: #FFF !important;
    font-family: Oswald;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    opacity: 0.8;
    text-transform: capitalize;
}
div#footer-inner-row {
    border-top: 1.7px solid #ffffff66;
    padding-top: 40px;
    margin-top: 272px;
}
.footer-details ul {
    margin: 0;
}
.footer-details ul li {
    display: inline-block;
    margin-right: 40px;
}
.footer-details ul li a {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
/*     text-transform: lowercase; */
}
.footer-details ul li:before {
    content: "\f095";
    font-family: 'FontAwesome';
    color: #46B58F;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
    top: -2px;
}
.footer-details ul li:nth-child(2):before {
    content: "\f0e0";
}
.footer-details ul li:nth-child(3):before{
     content: "\f041";   
}
.footer-social-sec ul {
    text-align: right;
    margin: 0;
}
.footer-social-sec ul li {
    display: inline-block;
    margin-left: 22px;
}
.footer-social-sec ul li i {
    font-size: 22px;
}

.copyright-sec p {
    padding: 0;
    color: #000;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 6.3px;
    text-transform: capitalize;
    font-size: 18px;
    text-align: center;
}
.copyright-sec p a {
    color: #000;
}
.footer-social-sec ul li i {
    color: #46B58F;
}
.footer-links ul#menu-menu-2 li a {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 168%; /* 26.88px */
    text-transform: uppercase;
    opacity:1;
}
/* ============================================================== */
#header-outer[data-lhe="default"] #top nav > ul > li > a {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0 20px;
}
#header-outer[data-lhe="default"] #top nav > ul > li#menu-item-51> a {
    width: 240px;
    height: 55px;
    color: #FFF;
    font-family: Inter;
    border-radius: 7px;
    background: #46B58F;
    line-height: 3.3;
    margin-left: 187px;
}
#header-outer[data-lhe="default"] #top nav > ul > li#menu-item-50> a h3 {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    margin: 0;
}
#header-outer[data-lhe="default"] #top nav > ul > li#menu-item-50> a br {
    display: none !important;
}
#header-outer[data-lhe="default"] #top nav > ul > li#menu-item-50> a {
    text-align: left;
    font-size: 17px;
    line-height: 1.5;
}
#header-outer[data-lhe="default"] #top nav > ul > li#menu-item-50> a strong {font-weight: 400;}
#header-outer[data-lhe="default"] #top nav > ul > li#menu-item-50 {
    position: relative;
}
#header-outer[data-lhe="default"] #top nav > ul > li#menu-item-50:before {
    content: '';
    background-image: url(/wp-content/uploads/2026/02/Group-1321315711.png);
    position: absolute;
    width: 39px;
    height: 39px;
    background-repeat: no-repeat;
    left: -39px;
}
#header-outer[data-lhe="default"] #top nav .sf-menu > .current-menu-item > a {
    font-weight: 900;
    color: #000 !important;
}
#header-outer[data-format=centered-menu] #top .span_9 nav .sf-menu:not(.buttons) {
    justify-content: left;
}
#header-outer[data-format=centered-menu] #top .span_3 {
    margin-right: 100px;
}
.footer-links ul#menu-menu-2 li.current-menu-item a {
    padding: 10px 40px  !important;
    border-radius: 7px;
    background: #46B58F;
}
div#sec3 h6 {
    color: #151515;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.2px; /* 130% */
    letter-spacing: 2.8px;
    text-transform: uppercase;
    position: relative;
    padding-left: 20px;
    margin-bottom:13px;
}
div#sec3 h6:before{
    content:"";
    background: #A2B7FF;
    width: 8px;
    height: 8px;
    border-radius:8px;
    position:absolute;
    left:0;
    top:5px;
}
div#sec3 h2{
    color: #151515;
    font-family: Poppins;
    font-size: 48.727px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px; /* 139.554% */
    letter-spacing: -1.949px;
    text-transform: capitalize;
}

div#sec3 a#btn {
    background: #004F84 !important;
    display:table;
    margin:0 auto;
    margin-right:0;
    margin-top:10px;
}
div#sec3 .ser-sec{
    border-radius: 5px;
    background: #F2EEEE;
    width:95%;
    padding:18px 0 35px;
    transition:all 0.5s linear;
}
div#sec3 .ser-sec img{
    display:table;
    margin:0 auto;
}
div#sec3 .ser-sec .inner{
    padding:30px 30px 0px;
    display:flex;
    justify-content:space-between;
}
div#sec3 .ser-sec .inner h3{
    color: #565656;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 112% */
    letter-spacing: -0.36px;
    margin-bottom:0px;
}
div#sec3 .ser-sec .inner a#link i{
    transform: rotate(-45deg);
    font-size:18px;
    color:#565656;
}
div#sec3 .ser-sec:hover{
    background: linear-gradient(179deg, #004F84 -9.25%, #53C582 99.24%);
}
div#sec3 .ser-sec:hover *{
    color:#fff !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
#slide-out-widget-area .inner .off-canvas-menu-container li a{
    font-family: Inter !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 26px !important;
    text-transform: uppercase !important;
}
li.menu-item-50 a h3 {
    font-size: 16px;
    line-height: 26px;
}
li.menu-item-50 a br {
    display: none;
}
body[data-slide-out-widget-area-style="slide-out-from-right"]:not([data-header-color="custom"]).material .slide_out_area_close:before{
    background-color:#000;
}
div#sec-01 .row_col_wrap_12.col.span_12.dark.left.flip-in-vertical-wrap {
    padding:0;
}
div#sec-01 .vc_column-inner {
    padding:60px 0;
}
div#sec-01 h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 15px;
    text-align:center;
}
div#sec-01 p {
    font-size: 14px;
    line-height: 26px;
    width: 95%;
    padding-bottom: 0px;
    margin:0 auto;
    text-align:center;
}
a.nectar-button.small.regular.accent-color.regular-button {
    width: 180px;
    height: 45px;
    line-height: 25px;
    display:table;
    margin:0 auto;
}
a.nectar-button.small.regular.accent-color.regular-button span {
    font-size: 16px;
}
div#sec-01 .column-image-bg {
    background-size: cover;
}
div#sec-01 .column-image-bg:before {
    content:"";
    background:#00402A;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    opacity:0.5;
}
div#sec-01 {
    padding-bottom: 50px !important;
}
div#sec-02 .row_col_wrap_12.col.span_12.dark.left {
    padding:0;
}
#sec-02 h2 {
    font-size: 24px;
    line-height: 40px;
}
#sec-02 p {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 10px;
    margin: 0 auto;
    width: 95%;
}
div#sec-02 .we h3 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 7px;
}
div#sec-02 .we p {
    font-weight: 400 !important;
    width: 95%;
    opacity: 0.7;
}
div#sec-02 {
    padding-bottom: 50px !important;
}
div#sec3 .row_col_wrap_12.col.span_12.dark.left {
    padding:0;
}
div#sec3 h6 {
    text-align:center;
    width: 32%;
    margin:0 auto;
    margin-bottom: 13px;
}
div#sec3 h2 {
    font-size: 24px;
    letter-spacing: 0px;
    text-align:center;
    margin-bottom:13px;
    line-height: 1.2;
}
div#sec3 h2 br{
    display:none;
}
div#sec3 a#btn{
    margin:0 auto !important;
}
div#sec3 .ser-sec {
    width: 93%;
    padding: 10px 0 25px;
    margin:0 auto;
    margin-bottom: 20px;
}
div#sec3 .ser-sec img {
    width:95%;
}
div#sec3 .ser-sec .inner {
    padding: 20px 15px 0px;
}
div#sec3 .ser-sec .inner h3 {
    font-size: 17px;
    letter-spacing: 0px;
    margin-bottom: 0px;
}
div#sec3 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
div#sec-08 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
div#sec-08 .row_col_wrap_12.col.span_12.dark.left {
    padding:0;
}
#sec-08 .vc_col-sm-5:before {
    content: '';
    border: 1px solid #000;
    position: absolute;
    height: 516px;
    opacity: 0.1;
    right: 120px;
    display:none;
}
div#sec-08 h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
    padding-bottom: 20px;
    padding-top: 0px;
    text-align:center;
}
div#sec-08 ul {
    width: 100%;
    margin:0 auto;
    text-align: center;
}
div#sec-08 ul li {
    font-size: 14px;
    letter-spacing: 0px;
    padding-bottom: 18px;
    /* text-align:center; */
}
div#sec-08 ul li a {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
}
div#wpforms-18{
    width:90%;
    margin:0 auto;
}
div#sec-08 button#wpforms-submit-18{
    font-size:16px;
}
div#footer-row .row_col_wrap_12.col.span_12.dark.left {
    padding:0;
}
div#footer-row .vc_column-inner {
    padding:40px 0;
}
div#footer-row .inner_row .vc_column-inner{
    padding:0;
}
div#footer-links-row img {
    margin-bottom: 30px;
}
.footer-links ul {
    text-align: center;
}
.footer-links ul li {
    display: block;
    margin-left:0px;
    margin-bottom:20px;
}
.footer-links ul li:last-child{
    margin-bottom:0;
}
div#footer-inner-row {
    border-top: 1.7px solid #ffffff66;
    padding-top: 40px;
    margin-top: 0px;
}
div#footer-links-row {
    padding-bottom: 40px !important;
}
.footer-details ul li {
    display: block;
    margin-right: 0px;
    text-align:center;
    margin-bottom:10px;
}
.footer-social-sec ul {
    text-align: center;
    margin: 0;
    margin-top:20px;
}
div#copyright-row .row_col_wrap_12.col.span_12.dark.left {
    padding:0;
}
.copyright-sec p {
    letter-spacing: 2px;
    font-size: 16px;
}
div#copyright-row {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
div#footer-row .column-image-bg {
    background-size: cover !important;
	background-position: 60% 100%;
}
.footer-social-sec ul li:first-child{
    margin-left:0;
}
.page-id-41 div#sec-02 {
    padding-top: 50px !important;
}
div#sec-01-new .row_col_wrap_12.col.span_12.dark.left.flip-in-vertical-wrap {
    padding:0;
}
div#sec-01-new {
    padding-bottom: 50px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
#slide-out-widget-area .inner .off-canvas-menu-container li a{
    font-family: Inter !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 26px !important;
    text-transform: uppercase !important;
}
li.menu-item-50 a h3 {
    font-size: 16px;
    line-height: 26px;
}
li.menu-item-50 a br {
    display: none;
}
body[data-slide-out-widget-area-style="slide-out-from-right"]:not([data-header-color="custom"]).material .slide_out_area_close:before{
    background-color:#000;
}
div#sec-01 .row_col_wrap_12.col.span_12.dark.left.flip-in-vertical-wrap {
    padding:0;
}
div#sec-01 .vc_column-inner {
    padding: 80px 0;
}
div#sec-01 h2 {
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 15px;
    text-align:center;
}
div#sec-01 p {
    font-size: 15px;
    line-height: 27px;
    width: 85%;
    padding-bottom: 0px;
    margin:0 auto;
    text-align:center;
}
a.nectar-button.small.regular.accent-color.regular-button {
    width: 180px;
    height: 45px;
    line-height: 25px;
    display:table;
    margin:0 auto;
}
a.nectar-button.small.regular.accent-color.regular-button span {
    font-size: 16px;
}
div#sec-01 .column-image-bg {
    background-size: cover;
}
div#sec-01 .column-image-bg:before {
    content:"";
    background:#00402A;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    opacity:0.5;
}
div#sec-01 {
    padding-bottom: 50px !important;
}
div#sec-02 .row_col_wrap_12.col.span_12.dark.left {
    padding:0;
}
#sec-02 h2 {
    font-size: 35px;
    line-height: 45px;
}
#sec-02 p {
    font-size: 15px;
    line-height: 27px;
    padding-bottom: 10px;
    margin: 0 auto;
    width: 85%;
}
div#sec-02 .we h3 {
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 7px;
}
div#sec-02 .we p {
    font-weight: 400 !important;
    width: 85%;
    opacity: 0.7;
}
div#sec-02 {
    padding-bottom: 50px !important;
}
div#sec3 .row_col_wrap_12.col.span_12.dark.left {
    padding:0;
}
div#sec3 h6 {
    text-align:center;
    width: 14%;
    margin:0 auto;
    margin-bottom: 13px;
}
div#sec3 h2 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0px;
    text-align:center;
    margin-bottom:13px;
}
div#sec3 h2 br{
    display:none;
}
div#sec3 a#btn{
    margin:0 auto !important;
}
div#sec3 .ser-sec {
    width: 80%;
    margin:0 auto;
    margin-bottom: 20px;
}
div#sec3 .ser-sec img {
    width: 95%;
}
div#sec3 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
div#sec-08 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
div#sec-08 .row_col_wrap_12.col.span_12.dark.left {
    padding:0;
}
#sec-08 .vc_col-sm-5:before {
    content: '';
    border: 1px solid #000;
    position: absolute;
    height: 516px;
    opacity: 0.1;
    right: 120px;
    display:none;
}
div#sec-08 h2 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0px;
    padding-bottom: 20px;
    padding-top: 0px;
    text-align:center;
}
div#sec-08 ul {
    width: 28%;
    margin:0 auto;
}
div#sec-08 ul li {
    font-size: 16px;
    letter-spacing: 0px;
    padding-bottom: 20px;
    text-align:center;
}
div#sec-08 ul li a {
    font-size: 15px;
    letter-spacing: 0px;
}
div#wpforms-18{
    width: 75%;
    margin:0 auto;
}
div#sec-08 button#wpforms-submit-18{
    font-size:16px;
}
div#footer-row .row_col_wrap_12.col.span_12.dark.left {
    padding:0;
}
div#footer-row .vc_column-inner {
    padding: 40px 0;
}
div#footer-row .inner_row .vc_column-inner{
    padding:0;
}
div#footer-links-row img {
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
}
.footer-links ul {
    text-align: center;
}
div#footer-inner-row {
    padding-top: 40px;
    margin-top: 0px;
}
div#footer-links-row {
    padding-bottom: 40px !important;
}
.footer-details ul{
    text-align:center;
}
.footer-details ul li {
    text-align:center;
}
.footer-social-sec ul {
    text-align: center;
    margin-top:20px;
}
.footer-social-sec ul li:first-child{
    margin-left:0;
}
.footer-links ul li:first-child{
    margin-left:0;
}
.footer-details ul li:last-child{
	margin-right:0;	
}
div#copyright-row .row_col_wrap_12.col.span_12.dark.left {
    padding:0;
}
div#copyright-row {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
div#footer-row .column-image-bg {
    background-size: cover !important;
}
.page-id-41 div#sec-02 {
    padding-top: 50px !important;
}
div#sec-01-new .row_col_wrap_12.col.span_12.dark.left.flip-in-vertical-wrap {
    padding:0;
}
div#sec-01-new {
    padding-bottom: 50px !important;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1300px){
#header-outer[data-full-width="true"] header > .container {
    padding: 0 30px;
}
#header-outer #logo img {
    height: 60px;
}
#header-outer[data-format=centered-menu] #top .span_3 {
    margin-right: 0px;
}
#header-outer[data-lhe="default"] #top nav > ul > li > a {
    font-size: 15px;
    line-height: 20px;
    padding: 0 12px;
}
#header-outer[data-lhe="default"] #top nav > ul > li#menu-item-51> a {
    width: 180px;
    height: 50px;
    margin-left: 20px;
}
#header-outer[data-lhe="default"] #top nav > ul > li#menu-item-50> a {
    font-size: 15px;
}
div#sec-01 .row_col_wrap_12.col.span_12.dark.left.flip-in-vertical-wrap {
    padding:0 30px;
}
div#sec-01 .vc_column-inner {
    padding-left:60px;
    padding-bottom: 240px;
    padding-top: 160px;
}
div#sec-01 h2 {
    font-size: 45px;
    line-height: 55px;
    padding-bottom: 20px;
}
div#sec-01 p {
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    width: 42%;
}
div#sec-02 .row_col_wrap_12.col.span_12.dark.left {
    padding: 0 180px;
}
#sec-02 h2 {
    font-size: 45px;
    line-height: 55px;
}
#sec-02 p {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px;
}

div#sec3 .row_col_wrap_12.col.span_12.dark.left {
    padding:0 30px;
}
div#sec3 h2 {
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -1px;
}
div#sec3 .ser-sec .inner h3 {
    font-size: 23px;
}
div#sec3 .ser-sec img{
    width:93%;
}
div#sec-08 .row_col_wrap_12.col.span_12.dark.left {
    padding:0 90px;
}
div#sec-08 ul li{
    font-size: 16px; 
    letter-spacing:0;
}
div#sec-08 ul li a {
    font-size: 15px;
    letter-spacing:0;
}
#sec-08 .vc_col-sm-5:before {
    right: 90px;
}
div#footer-row .vc_column-inner {
    padding: 40px 30px;
}
div#footer-row .inner_row .vc_column-inner{
    padding:0;
}
.footer-links ul#menu-menu-2 li.current-menu-item a {
    padding: 10px 30px !important;
}
.footer-links ul li {
    margin-left: 40px;
}
.footer-social-sec ul li {
    display: inline-block;
    margin-left: 14px;
}
.footer-details ul li:last-child {
    margin-right: 0;
}
div#footer-inner-row {
    margin-top: 160px;
}
div#sec-01-new .row_col_wrap_12.col.span_12.dark.left.flip-in-vertical-wrap {
    padding:0 30px;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1180px){
#header-outer #logo img {
    height: 52px;
}
#header-outer[data-lhe="default"] #top nav > ul > li > a {
    font-size: 12px;
    line-height: 18px;
    padding: 0 8px;
}
#header-outer[data-lhe="default"] #top nav > ul > li#menu-item-51> a {
    width: 160px;
    height: 40px;
    margin-left: 20px;
}
#header-outer[data-lhe="default"] #top nav > ul > li#menu-item-50> a {
    font-size: 14px !important;
}
}
@media only screen and (min-width: 1301px) and (max-width: 1600px){
#header-outer[data-full-width="true"] header > .container {
    padding: 0 30px;
}
#header-outer #logo img {
    height: 65px;
}
#header-outer[data-format=centered-menu] #top .span_3 {
    margin-right: 0px;
}
#header-outer[data-lhe="default"] #top nav > ul > li > a {
    padding: 0 15px;
}
#header-outer[data-lhe="default"] #top nav > ul > li#menu-item-51> a {
    width: 180px;
    height: 50px;
    margin-left: 20px;
}
#header-outer[data-lhe="default"] #top nav > ul > li#menu-item-50> a {
    font-size: 16px;
}
div#sec-01 .row_col_wrap_12.col.span_12.dark.left.flip-in-vertical-wrap {
    padding:0 30px;
}
div#sec-01 .vc_column-inner {
    padding-left:60px;
    padding-bottom: 240px;
    padding-top: 160px;
}
div#sec-01 h2 {
    font-size: 45px;
    line-height: 55px;
    padding-bottom: 20px;
}
div#sec-01 p {
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    width: 42%;
}
div#sec-02 .row_col_wrap_12.col.span_12.dark.left {
    padding: 0 180px;
}
#sec-02 h2 {
    font-size: 45px;
    line-height: 55px;
}
#sec-02 p {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px;
}

div#sec3 .row_col_wrap_12.col.span_12.dark.left {
    padding:0 30px;
}
div#sec3 h2 {
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -1px;
}
div#sec3 .ser-sec .inner h3 {
    font-size: 23px;
}
div#sec3 .ser-sec img{
    width:93%;
}
div#sec-08 .row_col_wrap_12.col.span_12.dark.left {
    padding:0 90px;
}
div#sec-08 ul li{
    font-size: 16px; 
    letter-spacing:0;
}
div#sec-08 ul li a {
    font-size: 16px;
    letter-spacing:0;
}
#sec-08 .vc_col-sm-5:before {
    right: 90px;
}
div#footer-row .vc_column-inner {
    padding: 40px 30px;
}
div#footer-row .inner_row .vc_column-inner{
    padding:0;
}
.footer-links ul#menu-menu-2 li.current-menu-item a {
    padding: 10px 30px !important;
}
.footer-links ul li {
    margin-left: 40px;
}
.footer-social-sec ul li {
    display: inline-block;
    margin-left: 14px;
}
div#footer-inner-row {
    margin-top: 160px;
}
div#sec-01-new .row_col_wrap_12.col.span_12.dark.left.flip-in-vertical-wrap {
    padding:0 30px;
}
}