/*
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
*/

#top select.gt_selector.notranslate {
    margin-left: 10px;
    background: #fff;
    border: 1px solid #000;
    padding: 5px 4px;
    color: #000;
}
.wpcf7-response-output {
    background: transparent !important;
    border: 0px !important;
    color: #fff !important;
}
div.wpcf7-validation-errors, .light .wpcf7 div.wpcf7-response-output {
    color: #fff!important;
}


/****************************** Typography ***************************************************/
p {
	font-family: 'poppin';
}
h1 {
	font-family: 'gtwal';
}
h2 {
	font-family: 'gtwal';
}
h3 {
	font-family: 'gtwal';
}
h4 {
	font-family: 'gtwal';
}
h5 {
	font-family: 'gtwal';
}
h1 strong {
	font-family: 'gtwalbd';
}
h2 strong {
	font-family: 'gtwalbd';
}
h3 strong {
	font-family: 'gtwalbd';
}
h4 strong {
	font-family: 'gtwalbd';
}
h5 strong {
	font-family: 'gtwalbd';
}

h1 b {
	font-family: 'gtwalbd';
}
h2 b {
	font-family: 'gtwalbd';
}
h3 b {
	font-family: 'gtwalbd';
}
h4 b {
	font-family: 'gtwalbd';
}
h5 b {
	font-family: 'gtwalbd';
}

/****************************** Contact Page ***************************************************/


div#contact-main input[type=text] {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0px !important;
    width: 50%;
}
div#contact-main input[type=email] {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0px !important;
    width: 50%;
}
div#contact-main input[type=number] {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0px !important;
    width: 50%;
	color: #fff;
}
div#contact-main textarea.wpcf7-form-control.wpcf7-textarea {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0px !important;
    width: 50%;
}
div#contact-main .col.span_12.msg-line {
    margin-top: -288px;
    margin-left: 53%;
}
div#contact-main input[type=submit] {
    float: right;
    margin-right: -39px;
    margin-top: 10px;
    border-radius: 0px !important;
    background: #FD6D15;
    color: #000;
    font-weight: 500;
    border: 1px solid #fff;
    padding: 12px 70px !important;
    font-size: 16px;
    letter-spacing: 2px;
}

/****************************** Menu ***************************************************/

#top ul.sf-menu.sf-js-enabled.sf-arrows a {
    border-right: 1px solid #fff;
    padding-right: 10px !important;
}






/****************************** Slider ***************************************************/

#slider .btn-plus span {
    color: #ff0000;
}




#slider-yellow .yellow-txt {
    font-family: 'pony' !important;
    line-height: 40px !important;
    font-weight: 100 !important;
}




#ban-sec {
    padding: 20em 0 27em 0 !important;
}
#ban-sec .row-bg.viewport-desktop.using-image {
    background-size: 100% 100% !important;
}
#ban-sec h1 {
/*     font-size: 82px; */
    font-weight: 100;
    line-height: 90px;
    text-transform: uppercase;
}

/******* Animation ************/
#ban-sec .ban-img:hover {
    opacity: 0.6;
    transition: .9s;
}

/****************************** Sec-1 ***************************************************/
/* #sec-1 .sec-1-btn {
    text-transform: uppercase;
    background-image: url(https://testedwebsite.us/awyva/wp-content/uploads/2023/05/Shape-26-copy.png);
    background-size: 100% 100%;
    padding: 14px 40px;
    font-weight: 700;
    color: #fff;
    background-color: transparent !important;
    font-family: 'gtwalbd';
    margin-top: 20px;
} */

#sec-1 .sec-1-btn2 {
    border-radius: 0px !important;
    font-family: 'poppins';
    margin-left: 5px;
}
#sec-1 .sec-1-btn1 {
    border-radius: 0px !important;
    font-family: 'poppins';
    margin-right: 5px;
}



/******* Animation ************/


/****************************** sec-2 ***************************************************/
/* #serv-sec .row-bg.viewport-desktop.using-image {
    background-size: contain !important;
} */
div#serv-sec .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#serv-sec {
    padding-top: 190px !important;
    z-index: 1;
    margin-top: -110px;
    padding-bottom: 43% !important;
}
#serv-sec h1 {
    font-weight: 100;
}
#serv-sec .serv-hd p {
    max-width: 43%;
    margin: auto;
    color: #000;
}
#serv-sec button.owl-prev:before {
    content: "\f060";
    font-family: 'FontAwesome';
    font-size: 18px;
    box-shadow: unset !important;
    padding: 15px 16px;
    background: transparent;
    color: #ff000369 !important;
    border-radius: 60px;
    border: 2px solid #ff000570 !important;
	display: none;
}
#serv-sec button.owl-prev:hover:before {
    color: #ff0003 !important;
    border: 2px solid #ff0005 !important;
    transition: .9s;
}
#serv-sec button.owl-prev {
    background: transparent;
    position: absolute;
    left: -110px;
    top: 311px;
    font-size: 0;
    border: 0px;
}

#serv-sec button.owl-next:before {
    content: "\f061";
    font-family: 'FontAwesome';
    font-size: 18px;
    box-shadow: unset !important;
    padding: 16px 18px;
    background: transparent;
    color: #d7111594 !important;
    border-radius: 60px;
    border: 2px solid #d7111594 !important;
	display: none;
}
#serv-sec button.owl-next:hover:before {
    color: #ff0003 !important;
    border: 2px solid #ff0005 !important;
    transition: .9s;
}
#serv-sec button.owl-next {
    background: transparent;
    position: absolute;
    right: -110px;
    top: 311px;
    font-size: 0;
    border: 0px;
    opacity: 0.7;
    transition: 0.85s ease;
}
#serv-sec .owl-carousel .owl-nav.disabled {
    display: block !important;
}
#serv-sec .owl-dots {
    display: block;
	display: none;
}

#serv-sec .carousel-item .s-txt a {
    text-decoration: underline;
    font-family: 'gtw-bd';
    font-size: 17px;
    line-height: 25px;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #C18F3D 0%, #E7CF87 53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid #E7CF87;
}
#serv-sec .carousel-item .inner .mask_shape_custom.mask_size_contain {
    filter: drop-shadow(2px 4px 6px black) !important;
}
#serv-sec .carousel-item:hover {
    background: url(https://testedwebsite.us/awyva/wp-content/uploads/2023/05/Untitled-20161.png);
}

#serv-sec .carousel-item {
    background: url(https://testedwebsite.us/awyva/wp-content/uploads/2023/05/Layer-15-copy.png);
    background-size: 100% 100% !important;
    margin: 0 15px;
    padding: 10px 10px 30px 10px;
    transition: 0.4s ease;
    min-height: 500px;
}

#serv-sec a#btn-lm {
    background-image: url(https://testedwebsite.us/awyva/wp-content/uploads/2023/05/Shape-26.png);
    background-size: 100% 100% !important;
    padding: 10px 39px !important;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase !important;
	font-family: 'gtwalbd';
	background-color:transparent !important;
	margin: 0px auto;
	display: table;
}
#serv-sec .carousel-item .s-txt p {
    font-size: 14px;
    line-height: 25px;
    max-width: 91%;
    margin: auto;
}




/******* Animation ************/

/****************************** sec-3 ***************************************************/




#sec-3 h1 {
    font-weight: 100;
    padding-bottom: 15px;
}
#sec-3 .sec-3-img {
    padding-top: 20px;
}


#sec-3 input[type=email] {
    border: 1px solid #fff;
    border-radius: 0px !important;
    background: transparent;
}
#sec-3 input[type=email]::placeholder {
    color: #fff;
    opacity: 1;
}


#sec-3 input[type=tel] {
    border: 1px solid #fff;
    border-radius: 0px !important;
    background: transparent;
}
#sec-3 input[type=tel]::placeholder {
    color: #fff;
    opacity: 1;
}


#sec-3 input[type=submit] {
    color: #0097B2;
    background: transparent;
    border: 1px solid #fff;
    font-family: 'poppins';
    letter-spacing: 2px;
    font-size: 17px;
    border-radius: 0px !important;
    padding: 9px 60px !important;
    position: absolute;
    margin-top: -67px;
    right: 0px;
    margin-right: -210px;
}


#sec-3 .icon-img1 {
    position: absolute;
    margin-left: -50px;
    margin-top: 8px;
    transform: scale(1.4);
}

#sec-3 .icon-img2 {
    position: absolute;
    margin-left: -50px;
    margin-top: 8px;
    transform: scale(1.4);
}


/* #sec-3 input[type=email]::placeholder {
    color: #000;
    opacity: 1;
    font-family: 'poppins';
}
#sec-3 input[type=email] {
    background: #fff;
    border-radius: 0px;
    color: #000;
    padding: 10px 30px;
}

#sec-3 input[type=tel]::placeholder {
    color: #000;
    opacity: 1;
    font-family: 'poppins';
}
#sec-3 input[type=tel]{
    background: #fff;
    border-radius: 0px;
    color: #000;
    padding: 10px 30px;
}


#sec-3 input[type=submit] {
    width: 100%;
    background: #000;
    font-family: 'poppins';
    font-weight: 500;
    font-size: 20px;
    padding: 13px 0px !important;
}
 */



/******* Animation ************/


/****************************** sec-4 ***************************************************/



#sec-4 h4 {
    font-family: 'pony';
    font-size: 40px;
    font-weight: 200 !important;
    line-height: 50px;
}


/* #sec-4 a#sec-4-btn {
    background-image: url(https://testedwebsite.us/awyva/wp-content/uploads/2023/05/Shape-26.png);
    background-size: 100% 100% !important;
    padding: 10px 39px !important;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase !important;
    font-family: 'gtwalbd';
    background-color: transparent !important;
    margin: 0px auto;
    display: table;
    margin-top: 4%;
}
#sec-4 h1 {
    font-weight: 100;
    font-size: 50px;
}
#sec-4 p {
    width: 54%;
    margin: auto;
    color: #000;
    font-size: 17px;
}
div#sec-4 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
div#sec-4 {
    padding-top: 20% !important;
    padding-bottom: 25% !important;
    margin-top: -10%;
    z-index: -1;
}
 */

/******* Animation ************/


/****************************** sec-5 ***************************************************/

div#sec-5 p {
    padding-right: 65%;
    padding-left: 8%;
}
div#sec-5 h2 {
    padding-right: 65%;
    padding-left: 2%;
}
div#sec-5 h1 {
    padding-right: 65%;
    padding-left: 2%;
}

/***************************/



/******* Animation ************/


/****************************** sec-6 ***************************************************/

div#sec-6 p {
    padding-Left: 70%;
    padding-right: 8%;
}
div#sec-6 h2 {
    padding-left: 70%;
    padding-right: 2%;
}
div#sec-6 h1 {
    padding-left: 70%;
    padding-right: 2%;
}



/******* Animation ************/


/****************************** sec-7 ***************************************************/

div#sec-7 p {
    padding-right: 50%;
    padding-left: 8%;
}
div#sec-7 h2 {
    padding-right: 50%;
    padding-left: 8%;
}
div#sec-7 h1 {
    padding-right: 50%;
    padding-left: 8%;
}

div#sec-7-inr a {
    color: #fff;
    font-family: 'poppins' !important;
}
div#sec-7-inr .fa-whatsapp:before {
    content: "\f232";
    color: #fff;
}





/****************************** sec-8 ***************************************************/


/****************************** sec-9 ***************************************************/

#sec-9 .vc_column-inner {
    padding-right: 5%;
    padding-left: 73%;
}
#sec-9 .sec-9-menu {
    padding-left: 50px;
}
#sec-9 .sec-9-menu ul {
    margin: 0px;
}
#sec-9 .sec-9-menu li {
    display: inline-block;
    margin-left: 50px;
}
#sec-9 .smart-social ul {
    margin-top: -46px;
    margin-left: 120px;
}
#sec-9 .smart-social li a {
    color: #fff;
    margin-left: 20px;
    font-size: 20px;
}
#sec-9 .smart-social li {
    display: inline-block;
}





/****************************** sec-10 ***************************************************/




/****************************** Footer ***************************************************/
#footer .footer-logo {
    padding-top: 60px;
}
#footer h2 {
    font-size: 28px;
    color: #ffffff;
}
#footer .footer-copy p {
    color: #fff;
    font-size: 15px;
}
.footer-menu li a:hover {
    color: #0068b6 !important;
    transition: .9s;
}

.footer-menu li a {
    color: #d3d3d3 !important;
}
.footer-menu li {
    list-style-type: none;
    margin-left: -28px;
    font-weight: 500;
    line-height: 35px;
}
#footer .iwt-icon img {
    width: 100%;
}
#footer .iwithtext .iwt-text {
    padding-left: 35px;
    padding-right: 0px;
    font-weight: 500;
    color: #fff;
}
#footer .iwt-text a {
    font-weight: 500;
    color: #fff;
}
#footer .iwt-text a:hover {
    color: #0068b6 !important;
    transition: .9s;
}

#footer .socliy li a:hover {
    background: transparent;
    transition: .9s;
    border: 1px solid #636363;
    color: #636363;
}
#footer .socliy li a {
    background: #00c3b5;
    color: #fff;
    padding: 11px 13px;
    font-size: 20px;
    border-radius: 40px !important;
    border: 1px solid #00c3b5;
}
#footer .socliy li {
    list-style-type: none;
    display: inline-block;
}
#footer .socliy {
    margin-left: -30px;
}
#footer .socliy li i.fa.fa-facebook {
    padding: 0px 4px;
}
#footer .socliy li i.fa.fa-instagram {
    padding: 0px 2px;
}
#footer input[type=submit] {
    background-image: url(https://testedwebsite.cloud/atlaspope/wp-content/uploads/2023/01/plane.png);
    background-repeat: no-repeat;
    font-size: 0px;
    background-position: 10px;
    padding: 20px 20px !important;
    border-radius: 40px !important;
    position: absolute;
    bottom: 86px;
    right: 5px;
    background-color: transparent;
}
#footer input[type=submit] {
    box-shadow: 0px 0px 0px 0px !important;
}
#footer input[type=email] {
    background: transparent;
    border: 1px solid #000;
    border-radius: 40px;
    padding: 10px 20px;
    color: #000;
}
#footer label {
    font-family: 'inter';
    color: #111;
    font-weight: 500;
}
#footer-inner2 a:hover {
    color: #00c3b6;
    transition: .9s;
}

#footer-inner2 a {
    font-family: 'inter';
    color: #000;
    font-weight: 500;
}
.footer-col2 .vc_column-inner {
    padding-left: 40px;
}


.footer-col1 .divider-vertical.nectar-bg-default {
    height: 200px;
    position: absolute;
    top: 30px;
    right: -30px;
}
.footer-col2 .divider-vertical.nectar-bg-default {
    height: 150px;
    position: absolute;
    top: 10px;
    right: 30px;
    background: #535353;
}
.footer-col3 .divider-vertical.nectar-bg-default {
    height: 160px;
    position: absolute;
    top: 10px;
    right: 70px;
    background: #505050;
}
.divider-border {
    margin: 35px auto 35px auto;
    background-color: rgb(255 255 255 / 18%);
    height: 1px;
}






