/*
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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');

:root{
    --primary: #51B848;
    --secondary:#271D57;
    --text:#6E7A84;
    --white: #fff;
}
body{
    font-family: "Inter", sans-serif !important;
    color: var(--text);
    font-size: 16px;
    line-height: 28px;
}
h1,h2,h3,h4,h5,h6,span,strong{
  font-family: "Playfair Display SC", serif;
}
h3{
    font-size: 26px;
    line-height: 36px;
    color: var(--secondary);
}
/*Extras*/
.btn-business{
    background-color: var(--primary);
    color: var(--white);
    position: relative;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 30px;
    cursor: pointer;
    transition: all .5s ease;
/*    box-shadow: 0px 0px 10px 0px #b1a8db;*/
}
.btn-business:hover{color: var(--primary);background-color: var(--white);box-shadow: 0px 0px 10px 0px #ccc;}
.btn-business{}
.btn-business:hover:after{

}
.btn-business:after{
    position: absolute;
    content: "";

}
.dis-flex-start{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.dis-flex-center{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.dis-flex-end{}
.sec-heading{
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: var(--secondary);
    margin: 10px 0;
    text-transform: capitalize;
}
.sec-heading strong{}
.sec-para{}
/*Extras*/
/*Header*/
header{}
header a span{
    color: #fff;
}
.home #header-outer,
.home #header-space{
        background-color: transparent;
    height: 0;
}

a#logo {
    font-size: 0 !important;
    position: relative;
}

a#logo:before {
    position: absolute;
    content: "MENU";
    width: 10px;
    height: 10px;
    color: #fff;
    font-size: 16px;
}
.slide-out-widget-area-toggle .lines-button:after{
    background-color: #fff;
}
#slide-out-widget-area ul.menu li:first-child{
    margin: 0 0 40px !important;
}
#slide-out-widget-area ul.menu li a img{
    width: 100%;
    margin: 0 0 10px;
}

header {
    position: relative;
}

header:before {
    position: absolute;
    content: "";
    background-color: #00000069;
    width: 12%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .5s ease;
}
.small-nav header:before{
    width: 100%;
    background-color: #00796B;
}
#top nav>ul #social-in-menu a{
    color: #fff;
}

/*Header*/
/*Banner*/

#banner_sec {

}
#banner_sec h2{
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
}
#banner_sec .buttons a{
    padding: 15px 30px !important;
    font-size: 16px;
    border-radius: 8px !important;
    transition: all .5s ease;
	font-family: "Playfair Display SC", serif;
}
#banner_sec .buttons a:hover{
    background-color: #00796B !important;
}

/*Banner*/

/*Our Services*/
#our_services{
    position: relative;
}
#our_services:before{
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #00796b, #fff);
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    z-index: -1;
    border-radius: 0px 50px 50px 0px;
}

/*Our Services*/

/*Footer */
div#footer-outer {
    background-color: #fff;
    box-shadow: 0px -10px 10px 10px #f9f9f9;
}

div#footer-outer a,div#footer-outer a i {
    color: #000 !important;
}
div#copyright {
    padding: 80px 0px 40px !important;
}

div#copyright p {
    color: #000;
}

/*Footer */

