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



body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	background-color: #be1b2c;
}
#top i.label {
    font-family: dbold;
    text-transform: uppercase;
    letter-spacing: 01px;
}

#r1 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
#r1 h1 {
    font-weight: 100;
}
#r1 {
    padding-block: 470px !important;
}

a#b1 {
    font-size: 0;
    background-color: transparent !important;
    border: 1px solid #be1b2c;
    width: 120px;
    height: 120px;
    border-radius: 100px !important;
    position: relative;
    transition: 0.6s !important;
}

a#b1::before {
    content: "\f177";
    position: absolute;
    font-family: fontawesome;
    font-size: 40px;
    font-weight: 100;
    top: 50px;
    rotate: -90deg;
    left: 39px;
}
#page-header-bg h1, body h1, body .row .col.section-title h1, .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2, body #error-404 h1, [data-inherit-heading-family="h1"] {
    font-weight: 100;
    font-size: 120px !important;
    line-height: 130px !important;
}
#r1 a#b1 {
    display: table;
    margin: auto;
    position: relative;
    left: 30px;
    top: 120px;
    transition: 0.6s;
}

#r1 .t1 {
    position: relative;
    left: 40px;
    top: 150px;
}
#r2 .m1 {
    position: absolute;
    top: -230px;
    left: 270px;
    transition: 0.6s;
}

#r2 .m1:hover {filter: grayscale(1);transform: scale(0.9);}

#r2 {
    padding-block: 100px 530px !important;
}

#r2 h2 {
    position: relative;
    z-index: 99999;
}

#r2 .cc2 {
    position: relative;
    top: 300px;
}
#r3 {
    padding-block: 100px !important;
}

#r3 a#b1::before {
    color: #605e5c;
}

#r3 h2 {
    margin-bottom: 50px;
}
#r3 h5 {
    font-family: 'Playfair Display';
    color: black;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}
#r3 .v2 {
    position: relative;
    top: 15px;
}
#r3 h3 img {
    animation: grow 3s infinite linear;
}
@keyframes grow{
    0%,100%{
        transform:scale(1);
        rotate: -5deg;
    }
    50%{
        transform:scale(0.9);
        rotate: 0deg;
    }
}
#r4 .tt2 p {
    width: 44%;
}

#r4 .owl-dots {
    display: none;
}


#r4 {padding-bottom: 100px !important;}

#r4 .owl-nav.disabled {
    display: block;
    position: absolute;
    right: 60px;
    bottom: 40px;
}

#r4 .owl-nav button {
    background: #efebe6;
    color: #605e5c;
    border: 1px solid #be1b2c !important;
    height: 80px;
    width: 80px;
    border-radius: 100px ! IMPORTANT;
    font-size: 0px;
    transition: 0.6s;
}


#r4 button.owl-prev {
    position: relative;
}

#r4 button.owl-prev:before {
    content: "\f177";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 25px;
    top: 29px;
    left: 26px;
}
#r4 h2:after {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    right: 70px;
    bottom: 270px;
    color: white;
    opacity: 0.5;
    font-size: 130px;
}

#r4 .owl-carousel.owl-theme.owl-loaded.owl-drag {
    counter-reset: section;
}
#r4 .carousel-item {
    margin: 0px 10px;
}
#r4 button.owl-next {position: relative;}

#r4 button.owl-next:before {
    content: "\f178";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 25px;
    top: 29px;
    left: 26px;
}
#f1 {
    padding-block: 100px 20px !important;
}

#f1 .image1 {display: table;margin: auto;}

#f1 a#b2 {
    font-size: 16px;
    font-family: inherit;
    text-transform: uppercase;
    padding: 14px 40px;
    border-radius: 0px !important;
    display: table;
    margin: auto;
    font-weight: 100;
}

#f1 ul li a {
    color: white;
}

#f1 ul {
    margin-left: 0;
}

#f1 ul li {
    list-style: none;
}

#f1 .icon1 ul {
    display: flex;
    justify-content: space-around;
    margin-top: 110px;
    position: relative;
    font-family: inherit;
}

#f1 .icon1 ul li a span {
    color: #be1b2c;
}
#f1 .icon1 ul li:before {
    content: "Talk";
    position: absolute;
    top: -40px;
    color: white;
    font-size: 50px;
    right: 0;
    left: 0;
    text-align: center;
}


#f1 .icon1 ul li {
    position: relative;
}

#f1 .icon1 ul li.map:before {
    content: "Meet";
}
#f1 .icon1 ul li.mail:before {
    content: "Email";
}
#f1 .icn ul {
    display: flex;
    justify-content: center;
    gap: 0px 30px;
    position: relative;
}

#f1 .icn ul li a i {
    font-size: 25px;
    border: 1px solid #be1b2c;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 100px;
    transition: 0.6s;
}


/*------Contact_Us-----------*/

.page-id-22 #c1 {
    padding-block: 260px !important;
}
#c1 h1 {
    font-weight: 100;
}
.page-id-22 #c1 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
#c2 .ff1 a {
    opacity: 1;
}
#c2 .vv1 {
    padding-block: 110px;
    border: 1px solid #be1b2c;
    margin-bottom: 60px;
    width: 32%;
    margin-inline: 0px 12px;
}

#c2 .ff1 a, #c2 .ff1 p {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#c2 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background-color: transparent;
    border: 1px solid #be1b2c;
    border-radius: 0px !important;
    margin-bottom: 10px;
}

#c2 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
    color: white;
    opacity: 1;
}

#c2 textarea.wpcf7-form-control.wpcf7-textarea {
    background-color: transparent;
    border: 1px solid #be1b2c;
    border-radius: 0px !important;
    resize: unset;
    height: 200px;
}

#c2 textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: white;
    opacity: 1;
}

#c2 input.wpcf7-form-control.wpcf7-submit.has-spinner {font-family: 'Roboto';font-weight: 100;text-transform: uppercase;letter-spacing: 1px;margin-top: 20px;border-radius: 0px !important;width: 25%;}

.wpcf7-response-output {
    background-color: transparent !important;
    border: unset !important;
    font-family: 'Roboto';
}
#c2 .ff1 {
    position: relative;
    top: 50px;
}

#c2 .ff1::before {
    content: "\f041";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 40px;
    right: 0;
    left: 0;
    margin: auto;
    display: table;
    top: -70px;
    color: #be1b2c;
    border: 3px solid #be1b2c;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
}


/*------Contact_Us-----------*/

/*------Projects-----------*/

.page-id-21 #p1 {
    padding-block: 260px !important;
}
#p1 h1 {
    font-weight: 100;
}
.page-id-21 #p1 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
.page-id-21 h5 {
    font-family: roboto;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page-id-21 h2 {
    font-size: 40px;
    font-weight: 100;
    line-height: 50px;
}
#p2 .n1, #p2 .n2, #p2 .n3, #p2 .n4, #p2 .n5, #p2 .n6#p2 .n1 {position: relative;}

#p2 .n1::before, #p2 .n2::before, #p2 .n3::before, #p2 .n4::before, #p2 .n5::before, #p2 .n6::before {
    content: '';
    position: absolute;
    border: 2px solid #be1b2c;
    width: 90%;
    top: -40px;
}

#p2 .n3, #p2 .n4 {
    margin-top: 100px;
}

#p2 .n5, #p2 .n6 {
    margin-top: 100px;
}

/*------Projects-----------*/

/*------HOVER-----------*/

#r1 a#b1:hover {
    background-color: white !important;
}

#r1 a#b1:hover:before {
    color: #ab2231;
}

#r1 a#b1:before {
    transition: 0.6s;
}

#r2 a#b1:hover {
    background-color: white !important;
}

#r2 a#b1:hover:before {
    color: #ab2231;
}

#r2 a#b1:before {
    transition: 0.6s;
}

#r3 a#b1:hover {
    background-color: #05151b !important;
}

#r3 a#b1:hover:before {
    color: white ;
}

#r3 a#b1:before {
    transition: 0.6s;
}
#r4 .owl-nav button:hover {
    background-color: #05151b;
    color: white;
}
#f1 .icn ul li:hover a i {
    background-color: #efebe6;
    color: #ab1a2b;
}
#f1 .icn ul li:hover a i {
    rotate: -360deg;
}
/*------HOVER-----------*/

/*------ABOUT-----------*/

#ab1 .mm2 {
    position: absolute;
    bottom: 200px;
    width: 50%;
    right: 50px;
}

#ab1 .mm1 {
    padding-right: 70px;
}
#page-header-bg h1 {
    font-weight: 100;
}

/*------ABOUT-----------*/


/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
    #r1 {
        padding-block: 360px !important;
    }
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
	    #r1 {
        padding-block: 290px !important;
    }
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
    #r1 h1 {
        font-size: 100px !important;
        line-height: 110px !important;
    }

#r1 {
    padding-block: 270px !important;
}
    html body h2 {
        font-size: 45px;
        line-height: 55px;
    }
		#p1 h1 {
    font-size: 90px !important;
    line-height: 100px !important;
}
	.page-id-21 #p1 {
    padding-block: 180px !important;
}
	#c1 h1 {
    font-size: 90px !important;
    line-height: 100px !important;
}
		.page-id-22 #c1 {
    padding-block: 180px !important;
}
	#page-header-wrap h1 {
    font-size: 90px !important;
    line-height: 100px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
    #r1 h1 {
        font-size: 80px !important;
        line-height: 90px !important;
    }

    #r1 {
        padding-block: 200px !important;
    }
	#r2 .m1 {
    width: 50%;
    top: -140px;
    left: 240px;
}
	#r2 .cc2 p {
    width: 120%;
}

    #r2 .cc2 {
        left: -30px;
        top: 200px;
    }
	#f1 .tt1 p {
    width: 80%;
    margin: auto;
}
	#r4 .tt2 p {
    width: 55%;
}
	#r2 {
    padding-block: 100px 350px !important;
}
	#f1 {
    padding-block: 80px 20px !important;
}
	.page-id-21 h2 {
    font-size: 35px;
    line-height: 45px;
}
	#c2 .vv1 {
    width: 32%;
    margin-inline: 0px 9px;
}
	.page-id-19 h2 {
    font-size: 40px;
    line-height: 50px;
}
#ab1 .mm2 {
    position: absolute;
    width: 55%;
    right: 20px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
    #r1 h1 {
        font-size: 60px !important;
        line-height: 70px !important;
    }

#r1 {
    padding-block: 120px  0px !important;
}

#r1 a#b1 {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: table;
}

#r1 .t1 {
    position: unset;
    text-align: center;
}

#r2 .m1 {
    position: unset;
    display: table;
    margin: auto;
    width: 50%;
}

#r2 h2, #r2 h4 {
    text-align: center;
}

#r2 .cc2 p {
    width: unset;
}

#r2 .cc2 {
    position: unset;
    text-align: center;
}

#r3 h2, #r3 h4 {
    text-align: center;
}




#r3 h2 {
    margin-bottom: 0;
}

#r4 .tt2 p {
    width: 65%;
}

#r4 .owl-nav.disabled {
    right: 30px;
    bottom: 20px;
}
	body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close:before, body[data-slide-out-widget-area-style=slide-out-from-right].material a.slide_out_area_close:before {
    background-color: black;
}
    #r2 {
        padding-block: 60px !important;
    }	
	#r3 {
    padding-block: 60px !important;
}
	#r1 .text1 {
    margin-bottom: 0;
}
	.page-id-21 #p1 {
    padding-block: 100px !important;
}
    #p1 h1 {
        font-size: 60px !important;
        line-height: 70px !important;
    }
	#p2 .n2 {
    margin-top: 100px;
}
    #p2 .n1::before, #p2 .n2::before, #p2 .n3::before, #p2 .n4::before, #p2 .n5::before, #p2 .n6::before {
        width: 85%;
        right: 0;
        left: 0;
        margin: auto;
    }
	#p2 .g1 {
    text-align: center;
}
	#p2 img {
    display: table;
    margin: auto;
}
#c2 .col.span_12, #c2 .col.span_6 {
    margin-bottom: 0;
}
	.page-id-22 #c1 {
    padding-block: 100px !important;
}
	#c2 .vv1 {
    width: 98%;
    margin: auto;
    margin-bottom: 30px;
}
	#ab1 .mm1 {
    display: none;
}

#ab1 .mm2 {
    position: unset;
    display: table;
    margin: auto;
    width: 80%;
}

.page-id-19 .tt10 {
    text-align: center;
}
	.page-id-22 iframe {
    display: table;
    margin: auto;
}
	    #c1 h1 {
        font-size: 50px !important;
        line-height: 60px !important;
    }
	    #page-header-wrap h1 {
        font-size: 60px !important;
        line-height: 70px !important;
    }
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
    #r1 h1 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
	    html body h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}
#r4 .owl-nav.disabled {display: none;}

#r4 .owl-dots {
    display: block;
}

#r4 .tt2 p {
    width: unset;
}

#f1 .tt1 p {
    width: 100%;
}

#f1 .icon1 ul li:before {
    font-size: 40px;
}	
	    #f1 {
        padding-block: 40px 20px !important;
    }
	    .page-id-21 h2 {
        font-size: 25px !important;
        line-height: 35px !important;
    }
    #c1 h1 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
	#c2 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 35%;
}
	#page-header-bg h1 {
    font-size: 45px !important;
}
	    #p1 h1 {
        font-size: 50px !important;
        line-height: 60px !important;
    }
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {
    #r1 h1 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

#f1 .image1 {
    width: 50%;
}

#f1 .icon1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px 70px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}