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

/* Global */
p {
	font-family: 'ITC-Avant-Garde-Book';
	font-weight: 300;
}
.nectar-button.small {
    margin-bottom: 0px;
    font-family: 'ITCAvantGardeStdDemi';
    font-weight: 400;
    font-size: 18px;
    padding: 16px 30px;
	background-image: -moz-linear-gradient( 175deg, rgb(40,39,105) 0%, rgb(38,110,182) 100%);
  	background-image: -webkit-linear-gradient( 175deg, rgb(40,39,105) 0%, rgb(38,110,182) 100%);
  	background-image: -ms-linear-gradient( 175deg, rgb(40,39,105) 0%, rgb(38,110,182) 100%);
}
/* Header */
#header-outer #top .sf-menu.sf-js-enabled.sf-arrows li a .menu-title-text::after {
    border-color: #263272 !important;
}
#header-outer #top .sf-menu.sf-js-enabled.sf-arrows .current-menu-item a span, #header-outer #top .sf-menu.sf-js-enabled.sf-arrows li a:hover span {
    color: #263474;
    font-family: 'ITC-Avant-Garde-Medium';
}
#header-outer #top .buttons.sf-menu .appoint-btn a {
    background-image: -moz-linear-gradient( 175deg, rgb(40,39,105) 0%, rgb(38,110,182) 100%);
    background-image: -webkit-linear-gradient( 175deg, rgb(40,39,105) 0%, rgb(38,110,182) 100%);
    background-image: -ms-linear-gradient( 175deg, rgb(40,39,105) 0%, rgb(38,110,182) 100%);
    color: #fff !important;
    border-radius: 50px;
    padding: 15px 30px !important;
}
#header-outer #top .buttons.sf-menu .appoint-btn a .menu-title-text::after {
	display: none;
}
/* Home Banner */
#home-banner .banner-text h1 {
    color: #111111;
}
#home-banner .banner-text h1 em {
    font-style: normal;
    color: #840000;
}
#home-banner .banner-text p {
    color: #666666;
}
#home-banner .nectar_video_lightbox {
    position: relative;
    left: 30px;
}
#home-banner .nectar_video_lightbox .link-text p {
    font-size: 20px;
    line-height: 30px;
    color: #222222;
    font-family: 'ITC-Avant-Garde-Medium';
}
#home-banner .nectar_video_lightbox .inner-wrap.inner::before {
	background-image: -moz-linear-gradient( 175deg, rgb(40,39,105) 0%, rgb(38,110,182) 100%);
  	background-image: -webkit-linear-gradient( 175deg, rgb(40,39,105) 0%, rgb(38,110,182) 100%);
  	background-image: -ms-linear-gradient( 175deg, rgb(40,39,105) 0%, rgb(38,110,182) 100%);
}
#home-banner .owl-stage-outer {
    width: 160%;
}
#home-banner .owl-item.active .carousel-img {
    width: 100%;
    transform: scaleY(1);
}
#home-banner .owl-item .carousel-img {
    transition: .5s ease-in-out;
    transform: scaleY(0.7);
    margin-left: 10px;
}
#home-banner .owl-item.active .carousel-img-1 {
    opacity: 1;
}
#home-banner .owl-item .carousel-img-1 {
    position: absolute;
    top: -30px;
    left: 0px;
	opacity: 0;
	transition: .5s ease-in-out;
}
/* Home Section-2 */
#homesecion-2 .home-text h2, #homesecion-2 .home-text p {
	color: #111111;
}
#homesecion-2 .home-text h2 em {
    font-style: normal;
    color: #840000;
}
/* Home Team */
#home-team .team-text h2, #home-team .team-text p {
	color: #111111;
}
#home-team .team-text h2 em {
    font-style: normal;
    color: #840000;
}
/* Home Wiscoin */
#home-wiscoin .wiscoin-text h2, #home-wiscoin .wiscoin-text p {
	color: #111111;
}
#home-wiscoin .wiscoin-text h2 em {
    font-style: normal;
    color: #840000;
}
#home-wiscoin #wiscoin-inner .iwithtext .iwt-icon {
    position: relative;
}
#home-wiscoin #wiscoin-inner .iwithtext .iwt-icon img {
    width: 92px;
	margin-bottom: 0px;
}
#home-wiscoin #wiscoin-inner .iwithtext .iwt-text {
    padding-left: 0px;
}
#home-wiscoin #wiscoin-inner .iwithtext .iwt-text h4 {
    color: #111111;
    font-size: 26px;
    line-height: 36px;
}
#home-wiscoin #wiscoin-inner .iwithtext .iwt-text p {
    color: #424242;
    font-size: 14px;
    line-height: 24px;
}
/* Home Services */
#home-services .services-text h2, #home-services .services-text p {
	color: #111111;
}
#home-services .services-text h2 em {
    font-style: normal;
    color: #840000;
}
#home-services .hover-wrap {
    margin: 0px;
}
#home-services #services-inner .inner-col .service-img {
    z-index: -1;
}
div#cont-sec .cont-form .wpcf7-form {
    padding: 2%;
    border: 1px solid #ccc;
    border-radius: 20px;
}
#home-services #services-inner .inner-col .services-text-2 {
    background-color: #1d1d1d;
    padding: 20px;
    text-align: left;
    margin: 0px 0px;
    margin-top: -80px;
    z-index: 1;
	transition: .6s ease-in-out;
	min-height: 280px;
}
#home-services #services-inner .inner-col:hover .services-text-2 {
    background-image: -moz-linear-gradient( 175deg, rgb(40,39,105) 0%, rgb(38,110,182) 100%);
  	background-image: -webkit-linear-gradient( 175deg, rgb(40,39,105) 0%, rgb(38,110,182) 100%);
  	background-image: -ms-linear-gradient( 175deg, rgb(40,39,105) 0%, rgb(38,110,182) 100%);
}
#home-services #services-inner .inner-col .services-text-2 h4, #home-services #services-inner .inner-col .services-text-2 p, #home-services #services-inner .inner-col .services-text-2 h5 a {
    color: #fff;
}
#home-services #services-inner .inner-col .services-text-2 p {
    font-size: 14px;
    line-height: 24px;
}
#home-services #services-inner .inner-col .services-text-2 h5 a:after {
    content: "\f178";
    font-family: FontAwesome;
    position: relative;
    left: 10px;
    font-weight: 400;
}
/* Testimonial Section */
#testimonial-section {
	margin-bottom: 0px;
}
#testimonial-section #testimonial-inner .testimonial-text h3 {
    color: #666666;
    font-size: 32px;
    line-height: 42px;
    font-family: 'ITC-Avant-Garde-Medium';
    padding-bottom: 30px;
    font-weight: 400;
}
#testimonial-section #testimonial-inner .testimonial-text h4 {
    color: #9c020e;
}
#testimonial-section #testimonial-inner .testimonial-text h5 {
    color: #666666;
    font-size: 20px;
    line-height: 30px;
    font-family: 'ITCAvantGardeStdDemi';
}
#testimonial-section #testimonial-inner .testimonial-img {
    margin-top: -20px;
    margin-left: -20px;
}
#testimonial-section .owl-prev, #testimonial-section .owl-next {
    background: transparent;
    position: absolute;
    bottom: 160px;
    font-size: 0;
    border: 0px;
}
#testimonial-section .owl-prev {
    right: 150px;
}
#testimonial-section .owl-next {
    right: 100px;
}
#testimonial-section .owl-prev:before, #testimonial-section .owl-next:before {
    font-family: 'FontAwesome';
    font-size: 30px;
    box-shadow: unset !important;
    color: #000;
}
#testimonial-section .owl-prev:hover:before, #testimonial-section .owl-next:hover:before {
    color: #27498e;
}
#testimonial-section .owl-prev:before {
    content: "\f177";
}
#testimonial-section .owl-next:before {
    content: "\f178";
}
#testimonial-section .owl-carousel .owl-nav.disabled {
    display: block !important;
}
#testimonial-section .owl-dots {
    display: none;
}
/* Footer */
#main-footer #footer-inner-1, #main-footer #footer-inner-2 {
    margin-bottom: 0px;
}
#main-footer #footer-inner-1 .footer-text {
	margin-bottom: 0px;
}
#main-footer #footer-inner-1 .footer-text h4, #main-footer #footer-inner-1 .footer-text p, #main-footer #footer-inner-1 .footer-text a {
    color: #fff;
}
#main-footer #footer-inner-1 .footer-text h4 {
    font-size: 24px;
    line-height: 34px;
    min-height: 60px;
    margin-bottom: 0px;
}
#main-footer #footer-inner-1 .footer-text p, #main-footer #footer-inner-1 .footer-text a {
    font-size: 15px;
    line-height: 25px;
}
#main-footer #footer-inner-1 .menu {
    margin: 0px;
}
#main-footer #footer-inner-1 .menu li {
    list-style: none;
}
#main-footer #footer-inner-1 .menu li a {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    font-family: 'ITC-Avant-Garde-Book';
}
#main-footer #footer-inner-1 .tnp.tnp-widget-minimal {
    position: relative;
}
#main-footer #footer-inner-1 .tnp.tnp-widget-minimal .tnp-email {
    background-color: #fff0;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #363636;
    width: 70%;
}
#main-footer #footer-inner-1 .tnp.tnp-widget-minimal .tnp-submit {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 6px 0px !important;
    font-size: 12px;
    line-height: 22px;
    width: 30%;
    background-image: -moz-linear-gradient( 175deg, rgb(40,39,105) 0%, rgb(38,110,182) 100%);
    background-image: -webkit-linear-gradient( 175deg, rgb(40,39,105) 0%, rgb(38,110,182) 100%);
    background-image: -ms-linear-gradient( 175deg, rgb(40,39,105) 0%, rgb(38,110,182) 100%);
}
#main-footer #footer-inner-1 .social_icon ul {
    margin: 0px;
}
#main-footer #footer-inner-1 .social_icon ul li {
    list-style: none;
    display: inline-block;
}
#main-footer #footer-inner-1 .social_icon ul li a .fa {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
#main-footer #footer-inner-2 .footer-text p {
    color: #777777;
    font-size: 15px;
    line-height: 25px;
}
@media (max-width: 1600px) {}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {
	#home-banner .banner-text h1 {
    font-size: 70px;
    line-height: 80px;
}
	#homesecion-2 .home-text h2 {
    font-size: 50px;
    line-height: 60px;
}
	#home-services #services-inner .inner-col .services-text-2 h4 {
    font-size: 30px;
    line-height: 40px;
}
}
@media (max-width: 1280px) {
	#home-services #services-inner .inner-col .services-text-2 {
    min-height: 305px;
}
	#home-banner .banner-text h1 {
    font-size: 65px;
    line-height: 75px;
}
	#home-services #services-inner .inner-col .services-text-2 h4 {
    font-size: 28px;
    line-height: 38px;
}
	#testimonial-section #testimonial-inner .testimonial-text {
    padding: 20px 0px 0px 0px;
}
}
@media (max-width: 1024px) {
	#home-services #services-inner .inner-col .services-text-2 {
    min-height: 390px;
}
	#home-services.inner-serv #services-inner .inner-col .services-text-2 {
    min-height: 340px;
}
	#header-outer #top .sf-menu.sf-js-enabled.sf-arrows li a {
    margin: 0px 13px;
}
	#header-outer #top #logo img {
    height: 130px;
}
	#home-banner .banner-text h1 {
    font-size: 50px;
    line-height: 60px;
}
	#home-team .team-text h2 br {
    display: none;
}
	#home-wiscoin .wiscoin-text h2 br {
    display: none;
}
	#testimonial-section #testimonial-inner .testimonial-text h3 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
}
	#testimonial-section .owl-prev, #testimonial-section .owl-next {
    bottom: 120px;
}
}
@media (max-width: 800px) {
	#home-services #services-inner .inner-col .services-text-2 {
    min-height: unset;
}
	#home-services.inner-serv #services-inner .inner-col .services-text-2 {
    min-height: unset;
}
	#home-banner {
    padding: 50px 0px 50px 0px !important;
}
	#homesecion-2 {
    padding: 70px 70px !important;
}
	#homesecion-2 .home-img-1 {
    margin: 0px auto;
    display: table;
}
	#home-wiscoin #wiscoin-inner .inner-col {
    width: 50%;
}
	#home-services #services-inner .inner-col .service-img {
    width: 100%;
}
	#testimonial-section {
    padding: 40px 0px !important;
}
	#testimonial-section #testimonial-inner {
    padding: 30px !important;
}
	#testimonial-section #testimonial-inner .row_col_wrap_12_inner {
    padding: 0px;
}
	#testimonial-section #testimonial-inner .testimonial-img {
    margin-top: 0px;
    margin-left: 0px;
}
	#testimonial-section #testimonial-inner .testimonial-text {
    padding: 0px 0px 0px 0px;
}
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
	#home-banner {
    padding: 50px 0px 0px 0px !important;
}
	#home-banner .owl-dots {
    display: none;
}
	#homesecion-2 .home-text h2 {
    font-size: 30px;
    line-height: 40px;
}
	#testimonial-section .owl-prev, #testimonial-section .owl-next {
    display: none;
}
}
@media (max-width: 414px) {
	#homesecion-2 {
    padding: 70px 20px !important;
}
	#home-wiscoin .wiscoin-text h2 {
    font-size: 32px;
    line-height: 42px;
}
}
@media (max-width: 375px) {}
@media (max-width: 360px) {}