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

/* Header CSS */

header#top nav ul li a span {
    color: #243141;
}

div#hero p, div#hero h1 {
    color: #fff !important;
}

header#top  ul.sub-menu.tracked-pos {
    padding: unset;
}
header#top ul.sub-menu.tracked-pos li a {
    padding: 12px 11px !important;
}
/* hero CSS */

div#hero p {
    font-weight: 600 !important;
}

#hero .flickity-slider .cell {
    padding: 0 340px;
}

#hero .flickity-slider .cell .nectar-split-heading {
    max-width: 47%;
}

div#hero h1 {
    margin: 20px 0 0 0;
}

p, h2, h4 {
    color: #000 !important;
}

div#abt-sec  .col-right .vc_column-inner {
    padding: 70px;
}



a#cta-btn {
    background: #000 !important;
    padding: 14px 40px;
    border-radius: 50px !important;
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 22px;
    font-weight: 500 !important;
    transition: all 0.5s;
}

a#cta-btn:hover {
    box-shadow: unset !important;
    transform: unset !important;
    opacity: 1;
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000;
}
div#abt-sec .col-right .wpb_wrapper{
    max-width: 80%;
}

div#Services img {
    min-height: 220px;
    object-fit: cover;
    max-height: 220px;
}

/* Footer sec */

div#ft-sec p, div#ft-sec h4 {
    color: #fff !important;
}

div#ft-sec h4 {
    font-size: 18px !important;
    line-height: 26px;
    position: relative;
}

div#ft-sec ul {
    margin: unset !important;
    padding: 20px 0 0 0;
}

div#ft-sec ul li {
    list-style: none;
    margin: 0 0 10px 0;
}

div#ft-sec ul li a {
    color: #fff;
}

div#ft-sec ul li i {
    margin: 0 10px 0 0;
}

div#ft-sec h4:before {
    content: "";
    background: #fff;
    height: 2px;
    width: 70px;
    position: absolute;
    left: 0;
    bottom: -10px;
}

#footer-outer #copyright {
    background: #000 !important;
}

#footer-outer #copyright p {
    color: #fff !important;
    font-size: 13px !important;
    line-height: 21px !important;
    font-weight: 400 !important;
}


/* Transalte */

header#top  ul.buttons.sf-menu a.gt_switcher-popup.glink.nturl.notranslate {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
}

header#top ul.buttons.sf-menu a.gt_switcher-popup.glink.nturl.notranslate img {
    width: 30px;
    margin: 0 10px 0 0 !important;
}
header#top  ul.buttons.sf-menu .gt_container-rv3oua a.glink span {
   font-size: 16px !important;
   line-height: 24px !important;
   text-transform: capitalize;
   margin-right: 5px;
   margin-left: 5px;
}



header#top ul.buttons.sf-menu .gt_languages img {
    width: 25px !important;
    margin: unset !important;
}

/* About Sect */





div#Securing h4 {
    font-size: 19px;
    line-height: 27px !important;
    font-weight: 700 !important;
}

#Securing .vc_column-inner {
    box-shadow: 0px 0px 10px 0px rgba(197.24999999999997, 197.24999999999997, 197.24999999999997, 0.5);
    padding: 40px 40px;
    text-align: center;
    min-height: 360px;
}

h3 {
    color: #000 !important;
}


/* Service inner */

div#ser-blk-inner .wpb_raw_code.wpb_content_element.wpb_raw_html {
    box-shadow: 0px 0px 10px 0px #CFCFCF;
    padding: 20px 20px 30px;
    min-height: 200px;
}

div#ser-blk-inner p {
    padding: 0 0 10px 0;
}


div#ser-blk-inner p i {
    margin: 0 10px 0 0;
}
/* Contact Form */

div#contact-form label {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-family: 'Poppins' !important;
}

.form .row {
    padding: unset !important;
}

.form .row textarea {
    height: 100px;
}

.btn {
    padding: unset;
}

body[data-form-submit=regular] .container-wrap input[type=submit] {
    background: #000;
    padding: 10px 60px !important;
    text-transform: uppercase;
}


div#contact-form ul {
    margin: unset;
}

div#contact-form ul li {
    list-style: none;
    margin: 0 0 10px;
}

div#contact-form ul li a {
    font-size: 18px !important;
    line-height: 26px;
    color: #373535;
    font-family: 'Poppins' !important;
}

div#contact-form ul li i {
    margin: 0 10px 0 0;
    color: #373535;
    font-size: 22px;
    line-height: 30px;
}