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

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root{
    --primary: #f66617;
    --secondary: #000;
    --blue: #0E2553;
}

body{
    font-family: "Barlow", sans-serif !important;
}
.sec-heading{
    font-size: 42px;
    font-weight: 700;
    margin: 10px 0;
    color: var(--blue);
    line-height: 50px;
    text-transform: capitalize;
}
.sec-heading strong{
    color: var(--primary);
    font-weight: 700;
}
.sec-para{
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;,
    animation: 0;
}
.dis-flex-start{
    display: flex;
    align-items: center;
}
.dis-flex-end{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
/* Extra */

.btn.btn-business{
    background-color: var(--primary);
    padding: 15px 40px;
    color: #fff;
    font-size: 18px;
    transition: all .5s ease;
    text-transform: capitalize;
    position: relative;
    font-family: 'circular-std';
}
.btn.btn-business:hover{
    background-color: var(--secondary);
}
/* Extra */

/* Header */
header ul.sub-menu li a span {
    color: #000;
    line-height: 20px;
}
header nav ul li a span {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    font-family: 'circular-std';
}
#header-space {
    height: 0 !important;
    background-color: transparent !important;
}
div#header-outer {
    background-color: transparent;
}
/* Banner */

#banner{
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#banner h2{
    font-size: 65px;
    font-weight: 400;
    line-height: 70px;
    color: #fff;
}
#banner p{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 10px 0 50px;
    padding: 0px 25% 0 0;
    color: #fff;
}
#banner a.btn{
   
} 


/* Banner */

/* About */
#about{
    padding: 60px 0 !important;
}
/* About */
/* Solutions */
#solutions_sec{
    padding: 60px 0 100px !important;
}
#solutions_sec .box{
    background-color: #fff;
    padding: 40px 20px;
}
#solutions_sec .box ul{
    padding: 0;
    margin: 0 0 20px;
}
#solutions_sec .box ul li{
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    position: relative;
    cursor: pointer;
    list-style: none;
    padding: 0 0 0 20px;
}
#solutions_sec .box ul li:before{
    position: absolute;
    content: "\f078";
    font-size: 14px;
    left: 0;
    top: 0;
    font-family: fontawesome;
    transform: rotate(270deg);
    color: var(--primary);
}
#solutions_sec .box h3{
    color: var(--blue);
}
#solutions_sec .box a{
    background-color: var(--primary);
    color: #fff;
    padding: 6px 20px;
    transition: all .5s ease;
}
#solutions_sec .box a:hover{
    background-color: #000;
}
#solutions_sec .box a i{}
/* Solutions */

/* CTA */
#cta_sec{
    padding: 100px 0  !important;
}
#cta_sec .sec-heading{
    color: #fff;
}
#cta_sec .sec-para{
    color: #fff;
}

/* CTA */


/*Contact*/
#contact_sec{
    padding: 100px 0  !important;
}
#contact_sec .box{
    background: url(/wp-content/uploads/2024/07/background-vertical.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5% 5%;
    border-radius: 20px;
    width: 48%;
    margin-right: 2%;
}
#contact_sec .box .sec-heading{
    color: #fff;
}
#contact_sec .box .sec-para{
    color: #fff;
}
#contact_sec .box .call_btn{
    position: relative;
    z-index: 1;
}
#contact_sec .box .call_btn h3 a{
    padding: 30px 0 0 30px;
    color: #fff;
    font-weight: 800;
    font-size: 2.3rem;
    line-height: 39px;
    position: relative;
    z-index: 1;
    text-decoration: none;
    display: -webkit-inline-box;
}
#contact_sec .box .call_btn a{}
#contact_sec .box .call_btn:before{
    position: absolute;
    content:"";
    background: #5A32F3;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #000;
    margin: 10px;
    height: 110px;
    width: 110px;
    transform: scale(1);
    position: absolute;
    left: -20px;
    top: -20px;
    box-shadow: 0 0 0 0 #5A32F3;
    animation: 10s infinite pulse-orange;
    z-index: -1;
    background: -moz-linear-gradient(113deg, #a33378 31%, #ff372b 100%);
    background: -webkit-linear-gradient(113deg, #5A32F3, 31%, #ff372b 100%);
    background: linear-gradient(113deg, #2c002c, 31%, #5A32F3 100%);
}
#contact_sec form{}
#contact_sec form label,
form.wpforms-form label{
    font-size: 14px;
    color: var(--blue);
}
#contact_sec form input,
#contact_sec form textarea,
form.wpforms-form input{
    font-size: 16px;
    font-weight: 400;
    transition: all .5s ease;
    height: 45px;
}
#contact_sec form input:focus, #contact_sec form textarea:focus{
    border-color: var(--primary);
    box-shadow: none;
}
#contact_sec form textarea{resize: none;height: 120px;}
#contact_sec form button{
    background-color: var(--primary);
    padding: 15px 40px !important;
    color: #fff;
    font-size: 18px;
    transition: all .5s ease;
    text-transform: capitalize;
    position: relative;
    font-family: 'circular-std';
}
/*Contact*/

@keyframes pulse-orange {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(255,121,63,.7)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255,121,63,0)
    }

    100% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(255,121,63,0)
    }
}
div#footer-outer {
    background: url(/wp-content/uploads/2024/07/banner-simple.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0 0px !important;
}

div#footer-outer h4 {
    color: #fff !important;
    font-size: 22px !important;
}
div#footer-outer p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

div#footer-outer ul li a {
    color: #fff !important;
    font-size: 16px;
}
#footer-outer #copyright {
    padding: 30px 0;
    border-top: 2px solid #28426c;
}
#footer-outer .span_5{
    max-width: 100% !important;
}
#footer-outer .pay {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#footer-outer .pay img{height: 30px;}
#footer-outer .pay span{}
#footer-outer .span_5 p{
    width: 100%;
}

/*Footer*/
/*USA Sec*/
#usa_sec{
    padding: 60px 0px !important;
}
#usa_sec .sec-heading{}
#usa_sec .sec-para{}
/*USA Sec*/

/*Services*/
.service_inner_sec{
    padding: 60px 0 !important;
}
/*Services*/
header  ul.sub-menu li a span{
    font-size: 16px;
}
.pum-theme-331, .pum-theme-default-theme {
    background-color: rgb(173 173 173 / 33%);
}
form button.wpforms-submit {
    background-color: var(--primary) !important;
    padding: 15px 40px !important;
    color: #fff !important;
    font-size: 18px !important;
    transition: all .5s ease !important;
    text-transform: capitalize !important;
    position: relative !important;
    font-family: 'circular-std' !important;
}
button.pum-close.popmake-close {
    background-color: var(--primary) !important;
}
div.popmake{
    border-radius: 10px !important;
}
.popmake p{
    font-size: 17px;
    padding: 0;
}
.popmake .popmake-title{
    font-size: 42px;
    font-weight: 700;
    margin: 10px 0;
    color: var(--blue);
    line-height: 50px;
    text-transform: capitalize;
}


#header-outer .cart-menu .cart-icon-wrap .icon-salient-cart, #top nav ul #nectar-user-account a span, #top nav ul #search-btn a span{
	color: #fff !important;
}