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


.container.main-content, .container.normal-container.row {
    --scroll-bar-w: 0px !important;
}
/* header CSS start */

#top nav > ul > li > a span:after {
    display: none !important;
}

#top nav > ul > li > a span {
    color: #11142D;
}

header#top {
    border-bottom: 1px solid #8915FF;
}

li#menu-item-16 a {
    background: #11142D;
    padding: 12px 50px 12px 30px !important;
    font-size: 20px !important;
    line-height: 28px !important;
    position: relative;
    transition: all 0.5s;
	border-radius: 5px;
}

li#menu-item-16 a span {
    color: #fff !important;
}

li#menu-item-16 a:before {
    content: '\f061';
    position: absolute;
    top: 24%;
    right: 8%;
    font-family: 'fontAwesome';
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    transition: all 0.5s;
    rotate: -45deg;
}

li#menu-item-16 a:hover:before {
    rotate: 0deg;
}

/* header CSS end */

/* hero section CSS start */

h1 {
    color: #11142D;
}

#light-btn {
    background: transparent !important;
    padding: 12px 50px 12px 40px;
    font-size: 20px;
    line-height: 28px;
    position: relative;
    transition: all 0.5s;
    color: #8915FF;
    border: 1px solid #8915FF;
    margin-left: 20px;
}

#light-btn:before {
    content: '\f061';
    position: absolute;
    top: 24%;
    right: 8%;
    font-family: 'FontAwesome';
    rotate: -45deg;
    transition: all 0.5s
}

#light-btn:hover:before {
    rotate: 0deg;
}

#light-btn:hover {
    transform: unset !important;
    box-shadow: unset !important;
}


#entire-btn {
    background: #11142D !important;
    padding: 12px 50px 12px 40px;
    font-size: 20px;
    line-height: 28px;
    position: relative;
    transition: all 0.5s;
}

#entire-btn:before {
    content: '\f061';
    position: absolute;
    top: 24%;
    right: 8%;
    font-family: 'FontAwesome';
    rotate: -45deg;
    transition: all 0.5s
}

#entire-btn:hover:before {
    rotate: 0deg;
}

#entire-btn:hover {
    transform: unset !important;
    box-shadow: unset !important;
}

#hero .people {
    position: absolute;
    bottom: 0px;
    left: -10%;
    animation: leftRightMove 10s infinite ease-in-out;
}
@keyframes leftRightMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px); /* jitna dur move karwana ho */
  }
  100% {
    transform: translateX(0);
  }
}
/* hero section CSS end */

/* clients section CSS start */

#clients .row-bg {
    background: #11142D;
}

span.white {
    color: #fff;
}

/* clients section CSS end */

/* about section CSS start */

h2 {
    color: #11142D;
}

span.light {
    color: #8915FF;
}

h4 {
    color: #11142D;
}

.type-blk {
    background: #ffffff;
    width: 16.2%;
    padding: 10px 16px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

h5 {
    color: #8915FF;
}

#agent .vc_column-inner {
    background: #fff;
    padding: 20px 20px 20px 100px;
    border-radius: 5px;
	position: relative;
	transition: all 0.5s;
}

#agent .vc_column-inner:before {
    content: "\e533";
    position: absolute;
    top: 18%;
    left: 2%;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 50px;
    line-height: 58px;
    background: #11142D;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.5s;
}

#platform .vc_column-inner {
    background: #fff;
    padding: 20px 20px 20px 100px;
    border-radius: 5px;
	position: relative;
	transition: all 0.5s;
}

#platform .vc_column-inner:before {
    content: "\f5fd";
    position: absolute;
    top: 25%;
    left: 2%;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 50px;
    line-height: 58px;
    background: #11142D;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.5s;
}

#about .row-bg {
    background: #F5F3F4;
}

#agent .vc_column-inner:hover {
    transform: translateY(-10px);
	background: #11142D;
}

#platform .vc_column-inner:hover {
    transform: translateY(-10px);
	background: #11142D;
}

#agent .vc_column-inner:hover:before {
    background: #fff;
    color: #11142D;
}

#platform .vc_column-inner:hover:before {
    background: #fff;
    color: #11142D;
}

#agent .vc_column-inner:hover h4, #agent .vc_column-inner:hover p {
    color: #fff;
    transition: all 0.5s;
}

#platform .vc_column-inner:hover h4, #platform .vc_column-inner:hover p {
    color: #fff;
    transition: all 0.5s;
}

/* about section CSS end */

/* service section CSS start */

#service .vc_column-inner {
    position: relative;
}

#service .power .vc_column-inner:hover .wpb_raw_html {
	opacity: 1;
}

#service .serve .vc_column-inner:hover .wpb_raw_html {
	opacity: 1;
}

#service .ticket .vc_column-inner:hover .wpb_raw_html {
	opacity: 1;
}

#service .wpb_raw_html {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #11142D;
    padding: 10px 20px;
    opacity: 0;
    transition: all 0.5s;
}

#service strong {
	color: #11142D;
}

#service .wpb_raw_html h4, #service .wpb_raw_html p {
    color: #fff;
}

#service .wpb_raw_html a {
    position: absolute;
    bottom: 10%;
    right: 5%;
}

#service .wpb_raw_html a i {
    color: #11142D;
    height: 40px;
    width: 40px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    line-height: 33px;
    border-radius: 50%;
    rotate: -45deg;
    transition: all 0.5s;
}

#service .wpb_raw_html:hover a i {
    rotate: 0deg;
} 

#service h2 {
    text-align: center;
}

/* service section CSS end */

/* testimonial section CSS start */

#testimonial .row-bg {
    background: #F5F3F4;
}

ul {
    margin: unset;
}

ul li {
    list-style: none;
}

#testimonial ul.icon {
    display: flex;
    gap: 3px;
}

#test-inr .vc_column-inner {
    background: #fff !important;
    padding: 30px 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    min-height: 290px 
}

#testimonial ul.icon li i {
    font-size: 25px;
    line-height: 33px;
    color: #FF7A01;
}

#test-inr span.name {
    font-size: 25px;
    line-height: 33px;
    color: #11142D;
    font-weight: bold;
}

#test-inr .wpb_text_column {
    margin-bottom: 10px;
}

#test-inr span.title {
    font-size: 16px;
    line-height: 24px;
    color: #8915FF;
}

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

#testimonial .owl-nav.disabled {
    display: block;
    position: absolute;
    top: -12%;
    right: 2%;
}

#testimonial .owl-nav button.owl-prev, #testimonial .owl-nav button.owl-next {
    background: #a700f5;
    font-size: 30px;
    border-radius: 50% !important;
    color: #fff;
    border: 1px solid;
    width: 40px;
}

#testimonial .type-blk {
    width: 14%;
    padding: 10px 30px;
}

/* testimonial section CSS end */

/* contact section CSS start */

#contact .row-bg {
    background: #11142D;
}

#contact .type-blk {
    background: #ffffff3d;
    width: 19%;
}

#contact .white-col .vc_column-inner {
    background: #fff;
    padding: 40px 20px;
    border-radius: 20px;
}

h3 {
    color: #11142D;
}

#contact input, #contact textarea {
    background: #fff;
    border: 1px solid #11142D;
    padding: 12px 15px;
    color: #11142D;
    font-size: 16px;
    line-height: 24px;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #77787b;
}

p {
    color: #77787b;
}

#contact input.wpcf7-submit {
    background: #11142D;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    padding: 15px 30px !important;
    position: relative;
    right: -13%;
}

#contact .btn {
    padding: unset;
    text-align: right !important;
}
#contact #call .vc_column-inner {
    background: #fff;
    padding: 20px 20px 20px 100px;
    border-radius: 10px;
	position: relative;
	transition: all 0.5s;
}

#contact #email .vc_column-inner {
    background: #fff;
    padding: 20px 20px 20px 100px;
    border-radius: 10px;
	position: relative;
	transition: all 0.5s;
}

#contact span.num {
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
}

#contact #call a, #contact #email a {
    color: #11142D;
}

#contact #call .vc_column-inner:before {
    content: '\f2a0';
    display: flex;
    position: absolute;
    top: 15%;
    left: 2%;
    font-family: 'FontAwesome';
    color: #8915FF;
    background: #08ecf557;
    height: 70px;
    width: 70px;
    font-size: 40px;
    line-height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

#contact #email .vc_column-inner:before {
    content: '\f0e0';
    display: flex;
    position: absolute;
    top: 15%;
    left: 2%;
    font-family: 'FontAwesome';
    color: #8915FF;
    background: #08ecf557;
    height: 70px;
    width: 70px;
    font-size: 40px;
    line-height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

#contact #call .vc_column-inner:hover {
    transform: translateY(-10px);
}

#contact #email .vc_column-inner:hover {
    transform: translateY(-10px);
}

/* contact section CSS edn */

/* footer CSS start */

#footer .row-bg {
    background: #11142D;
}

#footer h4, #footer p, #footer a {
    color: #fff;
}

#inr-footer {
    text-align: center;
    border-top: 1px solid #fff; 
}

#footer-inr label {
    display: none;
}

#footer-inr label {
    display: none;
}

#footer-inr input#tnp-1 {
    background: #fff;
    border: 1px solid #000;
}

#footer-inr input.tnp-submit {
    background: #8915FF;
    width: 100%;
    border: unset;
    font-size: 18px;
    line-height: 26px;
}

div#copyright {
    display: none;
}

div#footer-widgets {
    display: none;
}

/* footer CSS end */












