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

.woocommerce-shop nav.woocommerce-breadcrumb {
    display: none !important;
}

.woocommerce-shop form.woocommerce-ordering {
    display: none !important;
}

.woocommerce-shop p.woocommerce-result-count {
    display: none !IMPORTANT;
}
.single-product nav.woocommerce-breadcrumb {
    display: none !IMPORTANT;
}

.woocommerce-form button.woocommerce-Button {
    margin: 0 !important;
}
a#btn1 {
    background: transparent !important;
    border: 1px solid #FCD309;
    border-radius: unset !important;
    color: #FCD309;
    font-family: 'Orbitron';
    font-weight: 300 !important;
    font-size: 18px;
    padding: 14px 20px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: 0.5s;
    margin: 0;
}

.sgpb-popup-dialog-main-div-theme-wrapper-2 {
    width: 65% !important;
}



div#get-sec {
    padding: 10px 0 20px !important;
}

div#sgpb-popup-dialog-main-div div {
    overflow: hidden !important;
}

.sgpb-popup-builder-content-294.sgpb-popup-builder-content-html {
    width: 110%;
    transform: scale(0.9);
}

div#sgpb-popup-dialog-main-div {
    width: 120% !important;
}

#award-sec div#r1 {
    margin: 0 150px;
    margin-left: -30px;
}

.sgpb-popup-close-button-2 {
    right: -20.2% !important;
    top: 0 !important;
    z-index: 999999 !important;
}

.sgpb-theme-2-overlay.sgpb-popup-overlay.sgpb-popup-overlay {
    background-color: transparent !important;
}

/* .sgpb-popup-dialog-main-div-theme-wrapper-2 {
    z-index: 10 !important;
} */


#o-team .tryu h2 {
    padding-left: 70px;
}

#o-team #r1 .navi {
    margin-bottom: 15px;
}

div#o-team {
    padding-bottom: 30px !important;
}

div#o-team #r1 img {
    width: 100%;
}

div#o-team #r1 h6 {
    margin: 0;
}

div#o-team #r1 p {
	padding-bottom: 10px;
}

#o-team div#r1 {
    margin: 0px 70px 0px;
}

#get-sec input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border-bottom: 1px solid #fff;
    width: 80%;
    margin-bottom: 10px;
    padding: 15px 0;
}

#get-sec input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::Placeholder {
    color: white;
    font-family: 'Montserrat';
    font-size: 18px;
}

#get-sec input.wpcf7-form-control.wpcf7-submit.has-spinner.form-button-fm {
    background: transparent;
    border: 1px solid #FCD309;
    padding: 10px 20px !important;
    color: #FCD309;
    font-family: 'Orbitron';
    text-transform: capitalize;
    font-size: 16px;
    transition: 0.5s;
}

.sgpb-popup-builder-content-281.sgpb-popup-builder-content-html {
    padding: 0 160px;
}

#award-sec img {
    width: auto;
    margin: 0 auto;
    display: table;
}

div#award-sec {
    padding-right: 380px;
    margin-left: 10px;
    margin-right: 0px;
}

.wpcf7-response-output {
    background-color: transparent !important;
    border: unset !IMPORTANT;
}

span.wpcf7-not-valid-tip {
	margin-top: -11px;
}

.sgpb-popup-builder-content-281.sgpb-popup-builder-content-html {
    padding: 0 150px 0 30px;
}

ul.sf-menu.sf-js-enabled.sf-arrows li a {
    opacity: 10 !important;
}

ul.buttons.sf-menu li a {
    padding: 0 10px !IMPORTANT;
}

ul.buttons.sf-menu li a i {
    font-size: 30px;
}

#banner .nectar_icon_wrap {
    position: absolute;
    right: 0;
    bottom: 0;
}.nectar_icon_wrap {}

#banner .nectar_icon_wrap i {
    color: white !important;
    font-size: 25px !important;
    border: 1px solid #fff;
    border-radius: 30px;
}

#sec1 a#btn1 {
    float: right;
}

#sec2 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.tab-item.active-tab a.active-tab {
    background-color: transparent;
    border: unset;
    color: #FCD309;
    padding: 10px 20px;
}

#sec2 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.tab-item a {
    padding: 10px 5px;
    font-size: 20px;
    color: #fff;
}

#sec2 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.tab-item.active-tab a.active-tab span {
    font-weight: 500;
    border-bottom: 1px solid #FCD309;
}

#sec2 .owl-stage {
    padding: 0;
}

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

#sec2 ul.wpb_tabs_nav.ui-tabs-nav.clearfix {
    margin: 0;
}

#sec2 a.play_button_2.large.nectar_video_lightbox {
    display: none;
}

#port-sec {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
}

#port-sec .owl-stage-outer {
    overflow: visible;
}

#port-sec #r1 {
  overflow: hidden;
  white-space: nowrap;
  animation: slideRight 20s linear infinite;
}

@keyframes slideRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

#port-sec #r2 {
  overflow: hidden;
  white-space: nowrap;
  animation: slideLeft 20s linear infinite;
}

@keyframes slideLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}


#sec3 #r1 img {
    width: auto;
    margin: 0 auto;
    display: table;
}

#sec3 #r1 .sam {
    top: 30px;
}

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

#sec3 a#btn1 {
    float: right;
}

#sec4 .icons {
    float: right;
}

#sec4 .icons ul {
    margin: 0;
}

#sec4 .icons ul li {
    display: inline;
    padding-left: 10px;
}

#sec4 .icons ul li i {
    font-size: 25px;
    color: white;
    transition: 0.9s;
}

#sec4 .icons ul li i:hover {
    color: #fcd309;
    transform: scale(0.9);
}

#sec4 h3 {
    color: #FCD309;
    border-bottom: 1px solid #ffff;
    width: 85%;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#sec4 .dub {
    margin-bottom: 50px;
}

#sec5 a#btn1 {
    float: right;
}

#sec5 h2 {
    font-size: 60px;
    line-height: 70px;
}

#footer .icn ul li {
    display: inline-block;
    padding-right: 10px;
}

#footer .icn ul li i {
    color: #2B2B2B;
    font-size: 26px;
    transition: 0.9s;
    line-height: 65px;
    height: 45px;
}

#footer .icn ul {
    margin: 0;
}

#footer .icn ul li i:hover {
    transform: scale(0.9);
}

#footer ul#menu-contact {
    margin: 0;
}

#footer ul#menu-contact li {
    list-style: none;
}

#footer ul#menu-contact li a {
    color: #000000;
}

#footer a#btn-l {
    width: 100%;
    transition: 0.9s;
    background: transparent !important;
    color: black;
    font-family: 'Orbitron';
    font-size: 30px;
    line-height: 30px;
    border-bottom: 1px solid #000000;
    border-radius: unset !important;
    padding: 10px 0 10px 16px;
    box-shadow: unset !important;
    opacity: 1;
}

#footer a#btn-l:last-child {
    border-bottom: unset;
}

#footer a#btn-l i {
    font-size: 30px;
    right: 20px;
}

#footer div#r2 {
    padding-top: 30px;
} 

@media (max-width: 1600px) {
	div#banner {
    padding-top: 290px !important;
    padding-bottom: 0px !important;
}
	
/* div#sgpb-popup-dialog-main-div {
    width: 120% !important;
}	 */
	
}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {
div#banner {
    padding-top: 240px !important;
    padding-bottom: 20px !important;
}	
	
div#o-team #r1 p {
    font-size: 14px;
    line-height: 24px;
}	
	
	
}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {}
@media (max-width: 820px) {
	
div#banner {
        padding-top: 175px !important;
        padding-bottom: 0px !important;
        text-align: center;
    }	
	
#page-header-bg .nectar-video-wrap video, .nectar-post-grid-item-bg__video, .wpb_row .nectar-video-wrap video {
    object-fit: none;
}	
	
#banner .nectar_icon_wrap {
    position: unset;
}

#banner .nectar_icon_wrap a {
    /* width: auto; */
    /* height: auto; */
}

#banner .prod {
    margin: 0;
}

div#sec1 {
    text-align: center;
}

br {
    display: none;
}

#sec1 a#btn1 {
    float: unset;
}

#sec1 h4 {
    font-size: 20px;
    line-height: 30px;
}	
	
div#sec2 {
    text-align: center;
}

#sec2 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.tab-item a {
    padding: 10px 5px;
}

div#sec3 {
    text-align: center;
}

#sec3 a#btn1 {
    float: unset;
}

div#sec4 {
    text-align: center;
}

#sec4 h3 {
    width: 100%;
}

#sec4 .dub {
    margin-bottom: 20px;
}

#sec4 .icons {
    float: unset;
}

#sec5 h2 {
    font-size: 37px;
    line-height: 47px;
}

#sec5 a#btn1 {
    float: unset;
}

div#sec5 {
    text-align: center;
}

#sec5 .miind {
    margin-bottom: 20px;
}	
	
#o-team div#r1 {
    margin: 0 0;
    padding: 0 20px;
}	

div#award-sec {
    padding: 0 0px 0 0px !important;
    text-align: center;
    margin-left: -15px;
    margin-top: -10px;
    margin-bottom: -30px;
}	
	
	div#sgpb-popup-dialog-main-div div {
    /* transform: scale(0.98); */
}
	
div#o-team {
    padding: 0 0 !important;
}

#award-sec h2 {
    font-size: 28px;
    line-height: 35px;
}	
	
.sgpb-popup-builder-content-281.sgpb-popup-builder-content-html {
    padding: 0 10px;
}

#get-sec h2 {
    font-size: 25px;
    line-height: 35px;
}

div#get-sec {
    padding: 0 0 !important;
}	
	
div#sgpb-popup-dialog-main-div {
    width: 160% !important;
}

.sgpb-popup-close-button-2 {
    right: -60.8% !important;
}	
	
#get-sec input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 90%;
}	
	
#o-team .tryu h2 {
    padding-left: 20px;
}	
	
#award-sec div#r1 {
    margin: 0;
}	
	
}
@media (max-width: 768px) {}
@media (max-width: 480px) {}
@media (max-width: 428px) {}
@media (max-width: 414px) {}
@media (max-width: 390px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}