/*
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
*/
.home .container-wrap {
    padding: 0px 0px !important;
}

/* =========================== */
div#header-space, header#top, header#top ul#menu-main-menu-left-1, header#top ul.buttons.sf-menu {
    height: 140px !important;
}
header#top li#menu-item-27 span {
    background: #FF7200;
    padding: 15px 15px !important;
    color: #fff !important;
}
header#top ul li i {
    font-size: 20px;
}
    #header-outer[data-full-width="true"] header > .container {
        padding: 0 70px 0px 210px !important;
    }
/* =============================== */
div#revolution-slider {
    margin-bottom: 0px !important;
}
/* ============================ */
div#service .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
div#service {
    padding-block: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#service-inner {
    margin: 0px 10px;
    border: 1px solid #E1E7EF;
    padding: 20px 20px !important;
    border-radius: 20px;
    background: #fff;
    filter: drop-shadow(2px 4px 6px #ccc);
}
div#service-inner .t-heading h6 {
    color: #fff;
    margin: 0;
}
div#service-inner .t-heading {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    background: #061F3B;
    color: #fff;
    padding: 5px 15px !important;
    border-radius: 30px !important;
    margin: 10px 10px !important;
}
div#service-inner img {
    border-radius: 10px;
}
div#service-inner h3 {
    min-height: 70px;
}
div#service-inner a#btn {
    float: right;
    margin: 0px !important;
    border-radius: 10px !important;
}
div#service button.owl-prev:before {
    content: "\f060";
}
div#service button.owl-next:before {
	    content: "\f061";
}
div#service button.owl-next:before, div#service button.owl-prev:before {
    font-family: 'FontAwesome';
    font-size: 17px;
    box-shadow: unset !important;
    border-radius: 50%;
    color: #061F3B !important;
    width: 40px;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    background: #0000;
    transition: .9s;
    border: 2px solid #061F3B !important;
}
div#service .owl-nav.disabled {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -80px;
}
div#service button.owl-next, div#service button.owl-prev {
    background: transparent;
    font-size: 0;
    border: 0px;
    padding: 0px !important;
}
/* ============================ */
a#btn {
    border-radius: 10px !important;
}
/* =============================== */
div#about {
    margin-bottom: 0px !important;
}
/* ============================== */
div#experiences {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#experiences-inner .experience-text {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 49%;
    height: 100%;
    padding: 10px 20px !important;
}
div#experiences-inner img {
    width: 100%;
    height: 310px;
}
div#experiences-inner .clm .experience-text {
    justify-content: center;
    right: 0;
    left: unset;
    width: 40%;
}

div#experiences .soon {
    width: 100px;
    height: auto;
    position: absolute;
    z-index: 99;
    bottom: 22px;
    right: 18px;
    rotate: 10deg;
}



div#experiences .cc1 .soon {
    filter: brightness(0) invert(1);
}
/* div#experiences div#experiences-inner .vc_col-sm-6 {
    opacity: 40%;
} */
div#experiences .cc2 .soon {
    left: 12px;
    filter: invert(1);
}


div#experiences-inner .clm .experience-text h5 a.btn {
    background: #FF7200 !important;
    opacity: 1;
    border-radius: 10px;
}
div#experiences-inner .clm-one .experience-text h5 a.btn {
    background: #061F3B !important;
    opacity: 1;
    border-radius: 10px;
}
div#experiences-inner .clm-one.abtn h5 a.btn {
	    background: #FF7200 !important;
}
/* ============================= */
div#event {
    padding: 50px 50px !important;
    margin-bottom: -200px;
    border-radius: 50px !important;
    z-index: 999;
}
div#event .row-bg.viewport-desktop.using-bg-color {
    border-radius: 50px !important;
}
/* ============================= */
div#gallery {
    padding: 250px 30px 30px 30px !important;
    margin-bottom: 0px !important;
    background-color: #fff0 !important;
}
div#gallery-inner .vc_col-sm-3 .hover-wrap-inner a:before {
    content: "";
    background: #00000040;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(90%);
    border-radius: 20px;
    opacity: 0;
    transition: .9s;
}
div#gallery-inner .vc_col-sm-3 .hover-wrap-inner:hover a:before {
    opacity: 1;
    transition: .9s;
}
div#gallery-inner .vc_col-sm-3 .vc_column-inner {
    margin: 0px 10px;
}
div#gallery-inner .hover-wrap {
    margin-bottom: 20px !important;
}
/* ============================== */
div#testimonial {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#testimonial-inner img.right-img {
    float: right;
    width: 32%;
}
div#testimonial-one {
    margin: 0px 10px;
    background: #fff !important;
    padding: 20px 20px !important;
    border-radius: 15px;
    border: 1px solid #DDCAE0;
}
div#testimonial-one .iwithtext {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
div#testimonial-one .iwithtext .iwt-icon {
    position: relative;
}
div#testimonial-one .iwithtext .iwt-icon img {
    width: unset;
    margin: 0;
}
div#testimonial-one .iwithtext .iwt-text {
    padding-left: 15px;
}
div#testimonial-one .iwithtext .iwt-text h4, div#testimonial-one .iwithtext .iwt-text p {
    margin: 0;
}
/* ====================================== */
div#contact {
    padding-block: 50px 20px !important;
    margin-bottom: 0px !important;
}
div#contact-inner .iwithtext .iwt-icon img {
    width: unset;
}
div#contact-inner .iwithtext:last-child .iwt-icon {
    margin-top: 21px !important;
}

div#contact-inner .iwithtext {
    margin-bottom: 30px;
}

div#contact-inner .iwithtext+.iwithtext {
    margin-top: 40px !important;
}

div#contact-inner .iwithtext+.iwithtext+.iwithtext {
    margin-top: -10px !important;
}

div#contact-inner .iwithtext .iwt-text a, div#contact-inner .iwithtext .iwt-text span {
    font-weight: 900 !important;
}
div#contact-inner .iwithtext .iwt-text {
    padding-left: 75px;
    padding-top: 20px;
}
div#gform_fields_1 {
    row-gap: 10px !important;
}
div#contact-inner input, div#contact-inner textarea {
    height: 50px !important;
    border-color: #DDD8DB !important;
    border-radius: 10px !important;
    width: 100%;
    color: #79767C !important;
}
div#contact-inner input#gform_submit_button_1 {
    width: auto !important;
    padding: 0px 30px !important;
    background: #FF7300 !important;
    color: #fff !important;
    border-color: #FF7300 !important;
    filter: drop-shadow(2px 4px 6px #ccc);
    font-family: "Unbounded" !important;
    font-weight: 400 !important;
}
/* ======================================= */
div#banner {
    padding: 30px 20px !important;
    margin-bottom: 0px !important;
}
/* ================================== */
div#footer-widgets .row {
    padding: 40px 0px !important;
    border-bottom: 1px solid #fff;
}
#footer-outer .widget {
    margin-bottom: 10px;
}
div#nav_menu-2, div#nav_menu-3 {
    margin: 0 auto;
    display: table;
}
div#footer-widgets ul#menu-contact-details li ruby {
    display: block;
    font-size: 17px;
    color: #FFFFFF !important;
    font-family: 'Bricolage Grotesque';
}
div#footer-widgets ul#menu-contact-details li#menu-item-29 a, div#footer-widgets ul#menu-contact-details li#menu-item-30 a {
    color: #FFAD33 !important;
    font-size: 17px;
    font-family: 'Unbounded';
}
div#custom_html-2 ul li {
    display: inline-block;
    margin-right: 10px;
}
div#newsletterwidgetminimal-2 input.tnp-email {
    border-radius: unset !important;
    margin-bottom: 10px !important;
    color: #1E2A36;
}
div#newsletterwidgetminimal-2 input.tnp-submit {
    border-radius: unset !important;
}
/* ============================ */
div#copyright {
    padding: 20px 0px !important;
}
div#copyright .col.span_5 {
    max-width: 100% !important;
}
div#text-3 {
    float: left;
}
div#text-3 em {
    color: #FFAD33;
}
div#nav_menu-4 {
    float: right;
}
div#nav_menu-4 ul li {
    margin: 0px 0px !important;
}
#footer-outer .widget.widget_media_image img {
    width: 41%;
}
div#nav_menu-4 ul li#menu-item-36 {
    border-right: 1px solid #fff;
    padding-right: 20px !important;
    margin-right: 20px !important;
}
div#footer-widgets div#custom_html-2  h4 {
    margin-bottom: 1px;
}
/* ========================= */
@media (max-width: 1600px){
	#header-outer[data-full-width="true"] header > .container {
    padding: 0 70px 0px 120px !important;
}
	.text-lft {
    margin-left: -90px;
}
}
/* =============================== */
@media (max-width: 1440px){
	header#top span.menu-title-text {
    font-size: 14px !important;
}
	#header-outer[data-full-width="true"] header > .container {
    padding: 0 50px 0px 50px !important;
}
	.text-lft {
    margin-left: -130px;
}
	div#experiences-inner .experience-text p {
    font-size: 14px;
}
}
/* =============================== */
@media (max-width: 1366px){
	div#experiences-inner .clm .experience-text {
    padding: 10px 15px !important;
}

div#testimonial div#testimonial-inner {
    margin-bottom: 0;
}

	header#top span.menu-title-text {
        font-size: 12px !important;
    }
}
/* =============================== */
@media (max-width: 1326px){}
/* =============================== */
@media (max-width: 1280px){
	
div#experiences-inner p {
    font-size: 12px !important;
    line-height: 22px !important;
}

p {
    font-size: 14px !important;
    line-height: 24px !important;
}

#footer-outer  div#text-2 p {
    width: 90%;
}
	    header#top span.menu-title-text {
        font-size: 11px !important;
    }
}
/* =============================== */
@media (max-width: 1024px){
	div#experiences-inner img {
    height: auto;
}

div#experiences-inner .experience-text {
    top: -15px;
    padding: 10px 11px !important;
}
	div#service {
    padding-block: 40px 0px !important;
}
#top a#logo img {
    height: 119px;
}
	div#experiences-inner .clm .experience-text {
    padding: 120px 0px !important;
}
div#service .nectar-woo-flickity {
    padding-top: 0;
}

div#about p br {
    display: none;
}


div#event {
    padding: 30px 20px !important;
}

div#gallery {
    padding: 240px 20px 10px 20px !important;
}

p {
    font-size: 12px !important;
    line-height: 22px !important;
}

div#testimonial-one .iwithtext .iwt-icon img {
    width: 86%;
}

div#testimonial-one .iwithtext .iwt-text {
    padding-left: 0;
}

div#testimonial-one h6 img {
    margin-bottom: 2px;
}

div#testimonial {
    padding: 30px 0px !important;
}
}
/* =============================== */
@media (max-width: 912px){
	div#header-outer {
    padding-block: 0;
}
	div#experiences-inner .clm .experience-text {
    padding: 70px 40px !important;
}

div#experiences-inner .experience-text {
    padding-inline: 20px 110px !important;
}


		div#header-space, header#top, header#top ul#menu-main-menu-left-1, header#top ul.buttons.sf-menu {
    height: 100% !important;
}
div#contact .c1 {
    text-align: center;
}

div#contact p br {
    display: none;
}
div#service {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

div#about {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

div#about .c1 {
    order: 1;
    margin-bottom: 0;
}

p {
    font-size: 14px !important;
    line-height: 24px !important;
}

div#experiences-inner p {
    font-size: 14px !important;
    line-height: 24px !important;
}

div#event .row-bg.viewport-desktop.using-bg-color {
    border-radius: 0px !important;
}

div#event {
    padding: 50px 80px !important;
}

div#testimonial div#testimonial-inner {
    text-align: center;
}

div#testimonial div#testimonial-inner img {
    float: unset;
    margin: 0 auto;
}

div#testimonial-one p {
}

div#testimonial-one .wpb_text_column.wpb_content_element p {
    height: 100px;
}

div#contact-inner .iwithtext .iwt-icon {
    position: relative;
    margin: 0 auto;
    display: table;
    margin-top: 0px !important;
}

div#contact-inner .iwithtext .iwt-icon img {
    margin-bottom: 0;
}

div#contact-inner .iwithtext .iwt-text {
    padding: 0;
    text-align: center;
}

div#contact-inner .iwithtext {
    margin-bottom: 30px !important;
}

div#footer-widget .col.span_3 {
}

#footer-outer #footer-widgets .col.span_3 {
    margin-bottom: 0;
}

div#nav_menu-2, div#nav_menu-3 {
    margin: unset;
}

div#copyright {
    text-align: center !important;
}


div#copyright div#text-3 {
    float: unset;
}

div#nav_menu-4 {
    float: unset;
    margin-top: 10px;
}
	#header-outer[data-full-width="true"] header > .container {
    padding-inline: 20px !important;
}
}
/* =============================== */
@media (max-width: 800px){}
/* =============================== */
@media (max-width: 768px){

}
/* =============================== */
@media (max-width: 480px){
		div#experiences-inner .clm .experience-text {
    padding: 10px 2px !important;
    background-color: #061F3B;
    width: 100%;
}
	div#service {
    width: 100%;
}

div#service .nectar-woo-carousel-top {
    display: none;
}

div#about {
    width: 100%;
}

h1 {
    font-size: 25px !important;
    line-height: 35px !important;
}

div#experiences-inner .experience-text {
    position: unset;
    text-align: center !important;
}

div#experiences-inner .clm .experience-text h3 {
    margin: 0 auto;
}

div#experiences-inner .clm .experience-text h5 {
    margin: 0 auto !important;
    display: table !important;
}

div#experiences-inner .clm .experience-text {
    padding: 30px !important;
}

div#experiences-inner img {
    height: auto;
}

div#experiences-inner .experience-text {
    width: 100%;
    padding: 30px 32px !important;
    background-color: #FF7300;
    width: 100%;
}

div#experiences-inner .experience-text h3 {
    margin: 0 auto;
    margin-bottom: 7px;
}

div#experiences .cc2 .soon {
    left: 0;
    right: 0;
    margin: 0 auto;
}

div#experiences-inner .clm-one .experience-text h5 {
    margin: 0 auto;
}

div#event {
    padding: 30px 20px !important;
}

div#testimonial div#testimonial-inner img {
    width: 50%;
}



#footer-outer #footer-widgets .col.span_3 {
    margin-bottom: 30px;
}

div#copyright p,div#copyright a {
    font-size: 10px !important;
    line-height: 20px !important;
}
}
/* =============================== */
@media (max-width: 428px){}
/* =============================== */
@media (max-width: 414px){}
/* =============================== */
@media (max-width: 390px){}
/* =============================== */
@media (max-width: 375px){}
/* =============================== */
@media (max-width: 360px){}
/* =============================== */