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


div#blog-main-sec div#iner-blog a {
    color: #fff;
}

div#blog-main-sec div#iner-blog span {
    color: #fff;
}

#r5 .carousel-item {
    height: 320px;
}

div#r3-ser-sec .carousel-item {
    text-align: center;
    border: 1px solid #bfbfbf;
    border-radius: 0px 0px 0px 0px !important;
    padding: 10px 10px 0px 10px !important;
    margin: 0px 20px;
    transition: 0.9s;
    height: 430px;
}

div#r3-ser-sec .carousel-item img {
    align-items: center;
    margin: 0 auto;
}

div#r3-ser-sec .carousel-item .t2 h3 {
    font-size: 20px;
}

div#r3-ser-sec {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

#r3-ser-sec .carousel-item {
    margin: 0px 20px;
}

#r3-ser-sec .c3 .m1 {
    width: 130px;
}
#r3-ser-sec .c3 .m1 {
    background: white;
    padding: 16px;
    border-radius: 50%;
    height: 126px;
    object-fit: cover;
}

/*  =============== */

:root{
    --c:var(--nectar-accent-color);
--c1: var(--nectar-extra-color-1);
	--c2: var(--nectar-extra-color-2);
	--c3: var(--nectar-extra-color-3);
--g: linear-gradient(180deg, var(--c) 0%, var(--c1)  100%);
	--g1: linear-gradient(180deg, var(--c) 0%, var(--c1)  50%, var(--c)  100%);
	
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

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

::-webkit-scrollbar-thumb
{
	background: var(--c);
}
::selection {
  background:  var(--c);
	color:white;
}

/*------typography-----------*/
html body p,html body em,html body a,html body button,html body input,html body label,html body legend,html body .wpb_text_column li,html body .nectar-split-heading li,html body .nectar-fancy-ul li{
	font-family: 'Poppins';
	color: #666666;
	
	' !important;
}
html body strong{
	font-family:inherit;
}
#r1 h1 em {
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    text-transform: uppercase;
	color: #fff;
}
#top ul.sf-menu.sf-js-enabled.sf-arrows .s1 a span {
    background: var(--c);
    border-radius: 40px !important;
    position: relative;
    transition: 0.9s;
    color:white;
    font-weight: 500;
    padding: 15px 30px 15px 60px;
    transform: translate(0px, 31px);
    text-transform: uppercase;
    font-size: 14px;
}
#top ul.sf-menu.sf-js-enabled.sf-arrows .s1 a span:hover {
    padding: 15px 70px 15px 20px;
}
#top ul.sf-menu.sf-js-enabled.sf-arrows .s1 a span:before {
    content: "\f178";
    position: absolute;
    font-family: fontawesome;
    left: 5px;
    font-size: 20px;
    background-color: var(--c1);
    width: 40px;
    height: 40px;
    top: 5px;
    border-radius: 100px;
    text-align: center;
    line-height: 40px;
    transition: 0.9s;
}
#top ul.sf-menu.sf-js-enabled.sf-arrows .s1 a span:hover:before {
    left: 83%;
}
#top ul.sf-menu.sf-js-enabled.sf-arrows .s1:hover a span {
    background-color: var(--c1) !important;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows .s1 a span:hover:before {
        background-color: var(--c) !important;
}
#top ul.sf-menu.sf-js-enabled.sf-arrows .s1 a {
    width: 300px;
    transform: translate(30px, 0px);
}
a#b1 {
    padding: 20px 30px 20px 90px;
    font-size: 14px;
    font-weight: 100;
    transform: unset;
    border-radius: 100px !important;
    transition: 0.9s;
    opacity: 1;
}

a#b1:hover {
    padding: 20px 80px 20px 40px;
    background-color: var(--c1) !important;
}
a#b1 i {
    width: 41px;
    position: absolute;
    left: 1px;
    background-color: var(--c1) !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    transition: 0.9s;
}

a#b1:hover i {
    left: 80%;
    background-color: var(--c) !important;
    top: 50%;
}
/*------typography-----------*/

body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close:before {
    background: var(--c) !important;
}
#r1 a.primary-color {
    background: transparent !important;
}

#r1 a#b1:before {
    content: "\f178";
    font-family: 'FontAwesome' !important;
    font-size: 20px;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    z-index: 9;
    transition: 0.9s;
    left: 31px;
}

#r1 a#b1:after {
    background-color: var(--c1);
    border-radius: 40px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    content: '';
    position: absolute;
    left: 30px;
    top: 50%;
    transition: 0.9s;
    transform: translate(-50%, -50%);
}

#r1 a#b1:hover:before,#r1 a#b1:hover:after {transform: translate(277px, 0px);}

#r1 a#b1:hover:after {
    background-color: var(--c);
    transform: translate(350%, -50%);
}

#r1 a#b1:hover:before {
    top: 50%;
    transform: translate(191px, -46%);
}
div#r2 {
    padding-block: 100px !important;
}

#r2 .owl-stage {
    padding-top: 50px;
}

#r2 .carousel-item {
    margin: 0px 20px;
}

#r2 :nth-child(odd).owl-item.active {
    transform: translate(0px, -50px);
}

#r2 a#b2 {font-size: 0px;padding: 40px 50px;border-radius: 100PX !IMPORTANT;position: absolute;top: 200px;left: 0;right: 0;margin: auto;display: table;opacity: 0;!I;!;}

#r2 a#b2 i {
    font-size: 30px;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    rotate: -45deg;
    transform: translate(40%, -30%);
}

html body h3,html body h2 {
    color: black;
}

#r2 a#b1 {
    position: absolute;
    right: 0;
    top: 20px;
}
#r3 .t1 p {
    width: 95%;
    color: #666666;
}

.home div#r3 {
    padding-block: 50px 60px !important;
}

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

#r4 .t1 p {
    width: 55%;
    margin: auto;
}
#r4 .woocommerce img {object-fit: cover;aspect-ratio: 1/1.2;}

#r4 .woocommerce li .product-wrap {
    background-color: white;
}

#r4 .carousel-item {
    margin: 0px 5px;
}

#r4 .woocommerce h2 {font-size: 22px !important;line-height: 22px !important;}

#r4 bdi {
    color: white;
    float: right;
    margin-top: -34px;
    font-weight: 400;
    font-family: Poppins !important;
}

#r4 a#b1 {
    display: table;
    margin: auto;
}

#r4 .row-bg.viewport-desktop.using-image {
    border-radius: 40px;
}

div#r5 {
    padding-block: 60px !important;
}

#r5 .t1 p {
    margin: auto;
    width: 55%;
}

#r5 .carousel-item {
    background: white;
    box-shadow: 0px 0px 10px #ccc;
    margin: 0px 20px;
    padding: 40px 30px 40px 30px;
    border-radius: 20px;
}

#r5 .carousel-item p {font-size: 13.81px;line-height: 23.81px;padding-bottom: 30px;}

#r5 .iwt-icon img {
    width: 70%;
    margin-top: -27px;
}

#r5 .iwt-text {
    padding-left: 90px;
}

#r5 .iwt-text h4 {
    font-size: 15px;
    line-height: 25px;
}

#r5 .owl-stage-outer {
    width: 240%;
    overflow: visible;
}

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

#r6 .row-bg.viewport-desktop.using-image {border-radius: 40px;}

div#r6 {
    padding-block: 100px !important;
}

#r6 .t1 {
    text-align: center;
}

#r6 .t1 p {
    margin: auto;
    width: 55%;
}

#r6 #sidebar .widget input[type=email] {padding-left: 70px;border-radius: 40px;padding-block: 15px;max-width: 75%;margin: auto;display: table;background-color: white;color: #666666;padding-right: 15%;}

#r6 input[type=submit] {
    width: 15%;
    border-radius: 40px !important;
    position: absolute;
    right: 182px;
    top: 151px;
    transform: unset !important;
    padding: 16px 40px !important;
}
#r6 #sidebar .widget input[type=email]::placeholder {
    color: #666666;
}
#r7 .cell {
    padding-block: 0px;
}
#footer-widgets ul li a, #footer-outer p {
    font-weight: 600;
    color: black;
    font-size: 18px;
}

.icn ul li {
    display: inline-block;
    margin-right: 15px;
}

#footer-widgets .icn ul li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid black;
    border-radius: 40px;
    transition: 0.9s;
    opacity: 1;
}

#footer-widgets .icn ul li i:hover {
    rotate: 360deg;
    background: var(--c1);
    color: white;
    border: 1px solid transparent;
    opacity: 1;
}

div#nav_menu-2 {
    margin: auto;
    display: table;
}

div#copyright {
    padding: 20px 0px !important;
}

#footer-widgets .row {
    padding-bottom: 30px !important;
    border-bottom: 1px solid #ccc;
}

div#text-3 p {
    color: #666666;
    font-weight: 400;
}

.home #footer-widgets .row {
    padding-top: 150px;
}
#r2 .carousel-item:hover a#b2 {
    opacity: 0.8;
}
#r1 a#b1 {
    padding: 20px 30px 20px 80px;
    font-size: 14px;
    letter-spacing: 0;
}

#r1 a#b1:hover {
    padding: 20px 70px 20px 30px;
}
#r1 h1 {
    text-shadow: 1px 1px 0px white;
}

#r1 h1 em {
    text-shadow: none;
}
#r2 .t2 {
    text-align: center;
}

div#text-2 p {
    text-transform: uppercase;
}
#r4 a#b1:hover i {
    left: 75%;
}
#r2 .m1 {
    filter: brightness(0.8);
}

.home div#r7 {
    margin-top: 60px;
}

div#r8 img {
    padding: 10px;
    border: 1px solid #003d76;
}
/* #r5 .owl-stage {
    animation: marquee 50s linear infinite;
}
@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
} */
#footer-widgets img {
    width: 350px;
}
#r3 .m1 {
    animation: translate 3s infinite;
    transition: 0.6s;
}
@keyframes translate {
   0% {
       transform: translate(0px, 0px);
       animation-timing-function:ease-in-out
   }

   50% {
       transform: translate(0px, 15px);
       animation-timing-function:ease-in-out
   }

   100% {
       transform: translate(0px, 0px);
       animation-timing-function:ease-in-out
   }
}
#r5 .iwt-icon img {
    animation: 2s move1 linear alternate infinite;
}
@keyframes move1{
    0%{
        transform:rotate(10deg)
    }
}
#r3 .c2 :hover.m1 {
    filter: drop-shadow(2px 4px 6px var(--c));
}

#top ul li a span {
    color: #fff;
}

/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
#top ul li a span {
    margin-right: -10px;
}

html body p, html body em, html body a, html body button, html body input, html body label, html body legend, html body .wpb_text_column li, html body .nectar-split-heading li, html body .nectar-fancy-ul li {font-size: 16px;}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
#top ul li a span {
    margin-right: -15px;
}
#r3 .t1 p {
    width: 100%;
}

#r5 .carousel-item p {
    font-size: 12px;
    line-height: 22px;
}

#r6 input[type=submit] {
    right: 153px;
}

#footer-widgets ul li a, #footer-outer p {
    font-size: 16px;
}
html body h1 {
    font-size: 65px;
    line-height: 75px;
}
#r6 #sidebar .widget input[type=email] {
    padding-right: 18%;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
#r3 .t1 p {
    width: 100%;
}

#r5 .carousel-item p {
    font-size: 12px;
    line-height: 22px;
}

#r6 input[type=submit] {
    right: 154px;
}

#footer-widgets ul li a, #footer-outer p {
    font-size: 16px;
}

#r2 a#b1 {
    top: 0px;
}

html body p, html body em, html body a, html body button, html body input, html body label, html body legend, html body .wpb_text_column li, html body .nectar-split-heading li, html body .nectar-fancy-ul li {
    font-size: 14px;
    line-height: 24px;
}

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

#r5 .carousel-item {
    padding: 40px 20px 40px 20px;
}

#r6 input[type=submit] {
    top: 133px;
    right: 143px;
}
#footer-widgets p br {
    display: none;
}
#top ul li a span {
    margin-right: -20px;
}
html body h1 {
    font-size: 60PX;
    line-height: 70px;
}
body #sidebar h4, body .widget h4, body #footer-outer .widget h4 {
    font-size: 26px !important;
    line-height: 36px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
#top a#logo img {
    height: 70px !important;
}

#r1 h1 em {
    font-size: 14px;
    line-height: 24px;
}

#r2 a#b2 {
    top: 100px;
}

#r2 .t2 h3 {
    font-size: 16px;
    line-height: 26px;
}

div#r2 {
    padding-block: 50px !important;
}

#r2 .owl-stage {
    padding-bottom: 0px;
}

.home div#r3 {
    padding-block: 0px 50px !important;
}

div#r4 {
    padding-block: 50px !important;
}

.t1 p {
    width: 70% !important;
}

#r3 .t1 p {
    width: 100% !important;
}

#r5 .iwt-text h4 {
    font-size: 16px;
}

#r5 .carousel-item {
    margin: 0px 10px;
}

#r5 .carousel-item p {
    padding-bottom: 15px;
}

#r5 .owl-stage {
    padding: 4px 0px;
}

div#r5 {
    padding-block: 50px !important;
}

div#r6 {
    padding-block: 50px !important;
}

#r6 input[type=submit] {
    right: 110px;
    width: 160px;
}

#r6 #sidebar .widget input[type=email] {
    padding-left: 35px;
}

.home #footer-widgets .row {
    padding-top: 80px;
}

body #sidebar h4, body .widget h4, body #footer-outer .widget h4 {
    font-size: 22px !important;
    line-height: 32px;
}

#footer-widgets img {
    width: 250px;
}

#footer-widgets ul li a, #footer-outer p {
    font-size: 14px;
}
html body h1 {
    font-size: 45px;
    line-height: 55px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
#r1 .content {
    text-align: center;
    background-color: #ffffff47;
    padding-bottom: 30px;
    padding-top: 30px;
	margin-top: 40px;
}

#r1 .button {
    margin: auto !important;
    display: table !important;
}

#r2 a#b1 {
    top: unset;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
}

div#r2 {
    text-align: center;
}

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

#r2 :nth-child(odd).owl-item.active {
    transform: unset;
}

#r2 a#b2 {
    top: 150px;
}

#r2 .t2 h3 {
    font-size: 20px;
    line-height: 30px;
}

.home div#r3 {
    padding-block: 50px 50px !important;
}

div#r3 {
    text-align: center;
}

#r3 .m1 {
    margin: auto;
    display: table;
    width: 70%;
}

.t1 p {
    width: 100% !important;
}

#r4 .woocommerce ul li {
    width: 100%;
    margin: 0;
}

#r5 .carousel-item p {
    font-size: 14px;
    line-height: 24px;
}

#r6 input[type=submit] {
    width: 25%;
    top: 129px;
    right: 88px;
}

#r7 .m1 {
    width: 100%;
}

div#nav_menu-2 {
    margin: unset;
    display: block;
}

#footer-widgets ul li a, #footer-outer p {
    font-size: 16px;
}
html body h1 {
    font-size: 50px;
    line-height: 60px;
}
    #r6 #sidebar .widget input[type=email] {
        padding-right: 25%;
    }
#top a#logo img {
    height: 50px !important;
}
html body h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
img.starting-logo.skip-lazy.default-logo {}

#top a#logo img {
    height: 50px !important;
}

html body h1 {
    font-size: 30px;
    line-height: 40px;
}

#r1 h1 em {
    font-size: 12px;
    line-height: 22px;
}

html body h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}
#r2 a#b2 {
    top: 235px;
}

#r3 .m1 {
    width: 90%;
}

#r4 bdi {
    float: unset;
    text-align: center;
    margin: auto;
    display: table;
}

#r4 .woocommerce h2 {
    text-align: center;
    font-size: 22px !important;
}

#r6 #sidebar .widget input[type=email] {width: 100%;max-width: none;}

#r6 input[type=submit] {
    position: unset;
    width: 100%;
    margin-top: 10px;
}

.home #footer-widgets .row {
    padding-top: 80px;
}

#footer-widgets ul li a, #footer-outer p {
    font-size: 14px;
}
#r1 .content {
    margin-top: 0px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {
#r2 a#b2 {
    top: 115px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}