/*
Theme Name: Theme Child Theme
Description: This is a custom child theme for Theme
Theme URI:   https://example.com/
Author: Theme
Author URI:  https://example.com/
Template: theme
Version: 1.0
*/

@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');


h1, h2, h3, h4, h5, h6, p, a, strong, span
{
	font-family: 'Poppins', sans-serif !important;

}

#top {
    padding: 0px 0 !important;
}

#top .container {
    padding: 0 0px !IMPORTANT;
}

#top nav ul li a span {
    font-size: 18px;
    color: #000 !important;
    font-weight: 500;
    margin-right: 20px;
}

#top nav ul li a span::after {
    display: none !important;
}

#header-outer .row .col.span_9 {
    margin-left: 30px !important;
}

#header-outer #logo {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin: 0 !important;
}

#top ul.custom li form br {display: none;}

#top ul.custom li form  {
    position: relative;
}

body[data-button-style*="slightly_rounded"] #top input[type=submit] {
    position: absolute;
    right: -10px;
    font-size: 0;
    padding: 22px 30px;
    background: url(/wp-content/uploads/2022/09/Group-3151.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
}


#top ul.custom li:nth-child(2) a {background: #ca7e39;color: #fff;padding: 15px 40px !important;border-radius: 50px !important;font-size: 16px;font-weight: 600;}

#top ul.custom input[type=text] {
    width: 300px !important;
    border: 1px solid #00000038;
    border-radius: 50px;
    padding: 9px 20px;
    background: transparent;
}

#top > .container > .row {justify-content: center;}


#top ul.custom {
    margin-left: 50px;
}

#sec-banner .content {
    text-align: center;
}

#sec-banner h2 {
    font-size: 60px !important;
    font-weight: bold;
    line-height: 70px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#sec-banner p {
    font-size: 16px;
    margin: 0 auto;
    width: 60%;
    line-height: 30px;
    font-weight: 400;
}

#sec-banner a {
    background: #CD7F32;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 50px;
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
#sec-about .vc_col-sm-6 {
    padding: 8%;
}

#sec-about .vc_col-sm-6:first-child {
    background: #F0F0F0;
}

#sec-about .vc_col-sm-6:first-child h2 {
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}

#sec-about .vc_col-sm-6 p {
    font-size: 16px;
    color: #000;
}

a.btn-global {
    position: relative;
    padding: 15px 70px 15px 40px;
    display: inline-block;
    margin-top: 30px;
    background: #cd7f32;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
}

a.btn-global::before {
    position: absolute;
    content: "\f055";
    font-family: 'FontAwesome';
    right: 30px;
}

#sec-about .vc_col-sm-6 h3 {
    font-size: 25px;
    color: #000;
}

#sec-about .vc_col-sm-6 h4 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
    margin: 20px 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid;
}

#sec-about .owl-dots {
    display: none;
}

#sec-about .owl-nav.disabled {
    display: block;
    position: absolute;
    right: 0;
    top: -60px;
}

.owl-nav.disabled button.owl-prev, .owl-nav.disabled button.owl-next {
    width: 40px;
    height: 40px;
    background: transparent !important;
    font-size: 0 !important;
    border-radius: 50px !important;
    border-color: #00000040;
}

.owl-nav.disabled button.owl-prev span, .owl-nav.disabled button.owl-next span {
    position: relative;
}

.owl-nav.disabled button.owl-prev span::before {
    position: absolute;
    content: "\f060";
    font-family: 'FontAwesome';
    font-size: 16px !important;
    color: #00000040;
    left: -8px;
    top: -8px;
}
.owl-nav.disabled button.owl-next span::before {
    position: absolute;
    content: "\f061";
    font-family: 'FontAwesome';
    font-size: 16px !important;
    color: #00000040;
    left: -6px;
    top: -8px;
}
h2.main {
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}

#sec-serv .srv p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 50%;
    margin: 30px auto 0 auto;
    font-weight: 400;
}

#sec-serv .text {
    position: absolute;
    bottom: 60px;
    text-align: center;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#sec-serv .text h3 {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px !important;
    width: 80%;
    margin: 0 auto;
}

#sec-serv .text p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    height: 90px;
}

#sec-serv .text p a {
    display: inline-block;
    margin-top: 20px;
    text-decoration: underline;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 10px;
}

#sec-serv .owl-dots {
    display: none !IMPORTANT;
}

#sec-serv .owl-nav.disabled {
    display: block !important;
    position: absolute;
    right: 0;
    top: -70px;
}

#sec-serv .owl-nav.disabled button.owl-prev, #sec-serv .owl-nav.disabled button.owl-next {
    border-color: #fff !IMPORTANT;
}
#sec-serv .owl-nav.disabled button.owl-prev span::before, #sec-serv .owl-nav.disabled button.owl-next span::before {
    color: #fff !important;
}
#sec-join {
    padding: 70px 0px !important;
}

#sec-join img {
    width: 100% !IMPORTANT;
}

#sec-join .vc_col-sm-6:first-child {
    padding: 0% 10%;
}

#sec-join .vc_col-sm-6:first-child h2 {
    color: #000;
    text-align: left;
    margin-bottom: 40px;
    line-height: 50px;
}

#sec-join .vc_col-sm-6:first-child p, #sec-join .vc_col-sm-6:first-child li {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

#sec-join .vc_col-sm-6:first-child p a {
    background: #ca7e39;
    color: #fff;
    padding: 15px 40px !important;
    border-radius: 50px !important;
    font-size: 16px;
    display: inline-block;
    margin-top: 40px;
}

#sec-test {
    text-align: center;
}

#sec-test h5 {font-size: 30px;color: #fff;font-weight: 500;letter-spacing: 3px;}

#sec-test h3 {
    font-size: 55px;
    line-height: 70px;
    color: #fff;
    font-weight: bold;
    margin: 20px 0;
}

#sec-test p {
    font-size: 20px;
    color: #fff;
    width: 80%;
    margin: 20px auto 0px auto;
    font-weight: 400;
}

.owl-dots {
    display: none !important;
}

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

#sec-test .owl-nav.disabled button.owl-prev, #sec-test .owl-nav.disabled button.owl-next {
    border-color: #fff !important;
    border: 1px solid !important;
}

#sec-test .owl-nav.disabled button.owl-prev span::before, #sec-test .owl-nav.disabled button.owl-next span::before {
    color: #fff !important;
}

#sec-test h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    font-style: italic;
}
#sec-blg h2.main {
    color: #000 !important;
}

#sec-blg p {text-align: center;color: #000;font-size: 16px;width: 50%;margin: 20px auto 40px auto;font-weight: 400;}

#sec-blg ul {
    display: flex;
    margin: 0;
    justify-content: center;
}

#sec-blg ul img {
    width: 100% !important;
    margin: 0;
    z-index: 0 !important;
}

#sec-blg .overlay {background: #ffffff;width: 95%;margin: 0 auto;margin-top: -20px;border: 1px solid #00000014;border-radius: 20px;padding: 5%;text-align: center;position: absolute;left: 0;right: 0;}

#sec-blg .overlay p {
    text-align: center;
    width: 100% !important;
    padding: 0;
    margin-bottom: 20px;
    font-weight: 400;
}

#sec-blg ul li {
    list-style: none;
    margin: 0 10px;
    position: relative;
}

#sec-blg .overlay h4 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

#sec-blg .overlay a {
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    padding-right: 40px;
}

#sec-blg .overlay a::before {
    position: absolute;
    content: "\f178";
    right: 0;
    font-family: 'FontAwesome';
}
#footer-outer {
    background: #000 !important;
}

#footer-outer h1 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

#footer-outer ul li a {
    font-size: 18px;
    color: #fff !important;
}

#footer-outer ul {
    display: flex;
    justify-content: center;
}

.material #footer-outer #footer-widgets .col ul.add li {
    padding-left: 35px !important;
    position: relative;
    margin-right: 50px;
}

.material #footer-outer #footer-widgets .col ul.add li:nth-child(1)::before {
    position: absolute;
    content: "\f041";
    left: 0;
    font-family: 'FontAwesome';
    color: #fff;
}
.material #footer-outer #footer-widgets .col ul.add li:nth-child(2)::before {
    position: absolute;
    content: "\f095";
    left: 0;
    font-family: 'FontAwesome';
    color: #fff;
}

.material #footer-outer #footer-widgets .col ul.social li a i {
    color: #cd7f32;
    font-size: 20px;
    margin: 20px 20px;
}

.material #footer-outer #footer-widgets .col ul.social {
    margin-top: 30px;
}

.material #footer-outer #copyright {
    border-top: 1px solid;
    padding: 20px 0 !important;
}

.material #footer-outer #copyright p {
    color: #ffffffbd;
    font-size: 16px;
}

#footer-outer #footer-widgets .row {padding-bottom: 60px;}
#top ul.custom input[type=text]::placeholder {
    font-family: 'Poppins' !important;
    color: #000 !important;
    font-weight: bold !important;
}
#sec-cont h2 {
    text-align: center;
    font-size: 50px;
    color: #000;
    font-weight: bold;
}

#sec-cont .cont p {
    width: 50%;
    text-align: center;
    margin: auto;
}

#sec-cont .cont {
    margin-bottom: 60px;
}

#sec-cont .wpcf7 p {
    display: inline-block;
    width: 46%;
    margin-right: 20px;
    padding-bottom: 10px;
}

#sec-cont .wpcf7 p:nth-child(4), #sec-cont .wpcf7 p:nth-child(5), #sec-cont .wpcf7 p:nth-child(6) {
    width: 96%;
}

#sec-cont .wpcf7 p label {
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    
}

#sec-cont .wpcf7 p input {
    border: 2px solid #00000047;
    border-radius: 0;
    background: transparent;
}

#sec-cont .wpcf7 p textarea {
    border: 2px solid #00000047;
    border-radius: 0;
    background: transparent;
    height: 170px;
}

body[data-form-submit="regular"] .container-wrap #sec-cont input[type=submit] {
    border: 0;
    background: #cd7f32 !important;
    border-radius: 50px !IMPORTANT;
    padding: 15px 50px !important;
    font-family: 'Poppins';
    text-transform: uppercase;
}

span.wpcf7-not-valid-tip {display: none;}

#sec-cont .wpcf7-not-valid {
    border-color: #e42b19 !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    text-align: center;
    background: #e42b19;
    color: #fff;
    border: 0;
    font-size: 13px;
    font-family: 'Poppins';
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450;
    color: #fff;
    text-align: center;
    font-family: 'Poppins';
}
#header-outer #logo img {
    position: relative;
    left: 30px;
}
#sec-join .vc_col-sm-6:first-child img {
    width: 60% !IMPORTANT;
}