/*
Theme Name: Salient Child theme of salient
Theme URI: 
Description: Child theme of salient theme for the Salient theme
Author: <a href="https://themeforest.net/user/themenectar">ThemeNectar</a>
Author URI: 
Template: salient
Version: 15.1.0
*/

/* The plugin now uses the recommended approach for loading the css files.*/

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@200;300;900&display=swap');
.margin-lr-auto{
	margin-left: auto;
	margin-right: auto;
}

#shu-watch-our-training-sticky-right{
	position: fixed;
    display: block;
    width: 110px;
    height: 110px;
    top: 50vh;
    right: 0;
    z-index: 300;
    background: url(/wp-content/uploads/2019/05/sticky-button-min-min.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(1.25);
}

body #pum-743{z-index:9999 !important;}


/**************** New Css ************************/
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100;200;300;400;500;600;700;800;900&display=swap');
html {
  scroll-behavior: smooth;
}
img{
    max-width: 100%;
    height: auto;
}
body,strong{
     font-family: 'Archivo', sans-serif !important;
}
.banner-section-inner {
    padding: 0px 40px !important;
}
.image-heading {
    max-width: 400px;
}
.banner-col-left p {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 125%;
    margin-top: 35px;
}
.banner-col-left img {
    max-width: 380px;
}
.site-btn{
    background: #FF4264 !important;
    color: #FFFFFF;
    font-size: 24px !important;
    border-radius: 150px !important;
    padding: 10px 30px !important;
}
body .nectar-button.regular-button.site-btn[data-color-override="false"] {
    background-color: #FF4264 !important;
    color: #FFFFFF !important;
    font-size: 22px !important;
    border-radius: 150px !important;
    padding: 14px 30px !important;
    font-family: 'Archivo', sans-serif !important;
    font-weight: 500;
}
.section1 {
    padding: 100px 0px !important;
}
.section1 h3{
    color: #fff !important;
    font-size:60px !important;
    line-height: 118% !important;
    font-weight: 300 !important;
}
.split-lines {
    margin-bottom: 0px !important;
}
.section1 p {
    color: #B6B6B6;
    font-size: 30px;
    line-height: normal;
    width: 100%;
    max-width: 80%;
    font-weight: 300 !important;
    padding-bottom: 0px;
}
.section2 {
    padding: 80px 0px !important;
}
.heading-row h4{
    font-size: 28px !important;
    color: #fff !important;
    text-transform: capitalize; !important;
    margin-bottom: 15px !important;
    font-weight: 300 !important;
    font-family: 'Archivo', sans-serif !important;
}
.heading-row h2 {
    font-size: 60px !important;
    line-height: normal !important;
    color: #fff !important;
    margin-bottom: 0px !important;
    font-weight: 300 !important;
    font-family: 'Archivo', sans-serif !important;
}
.heading-row p{
    color: #fff !important;
    margin-top: 25px !important;
    margin-bottom: 0px !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    font-family: 'Archivo', sans-serif !important;
}
.slider-block {
    width: 100%;
    display: grid;
    padding: 0px 15px;
    grid-template-columns: repeat(3, 1fr);
    margin: 40px 0px 80px !important;
    column-gap: 28px;
    row-gap: 28px;
}
/*.slider-block:before {
    content: "";
    z-index: 3;
    width: 135px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: linear-gradient(90deg,#000000,rgb(0 0 0 / 0%));
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
}
.slider-block:after {
    content: "";
    width: 135px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image:linear-gradient(90deg,rgb(0 0 0 / 0%),#000000);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
}*/
.slider-content-block {
    border: 1px solid #212123;
    border-radius: 30px;
    padding: 35px 24px;
    width: 100%;
    background: rgb(33 33 35 / 30%);
}
.slider-content-block:hover{
     border: 1px solid #FF4264;
}
.slider-col {
    padding: 0px 0px;
}
.slider-content-block img {
    margin: 0px !important;
    max-width: 70px !important;
    width: 100% !important;
    display: block
}
.slider-content-block h3 {
    font-size: 26px !important;
    line-height: normal !important;
    color: #fff !important;
    margin-bottom: 10px !important;
    font-weight: 600 !important;
    font-family: 'Archivo', sans-serif !important;
    margin-top: 30px !important;
    text-align: left !important;
}
.slider-content-block p{
    color: #B6B6B6;
    font-size: 20px;
    font-family: 'Archivo', sans-serif !important;
    font-weight: 300;
    line-height: 134%;
    text-align: left !important;
}
.slider-content-block p a{
    color:#B6B6B6;
}
.section3 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}
.section4 {
    padding: 80px 0px !important;
}
.faq-section .faq-accordion {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    column-gap: 30px;
}
.faq-section .faq-accordion .faq-main {
    margin-bottom: 0px;
    border: 1px solid #464646 !important;
    background: #0C0C0C !important;
    padding: 40px !important;
    border-radius: 20px !important;
    padding-left: 80px !important;
    height: 104px !important;
}
.faq-section .faq-accordion .faq-main.open {
    height: auto !important;
}
.faq-section .faq-accordion .faq-main .faq-title {
    padding: 0px;
    position: relative;
}
.faq-section .faq-accordion .faq-main .faq-title:before {
    content: "?";
    position: absolute;
    top: -9px;
    left: -62px;
    width: 40px;
    height: 40px;
    color: #fff;
    background:#000000;
    border: 1px solid #464646;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 22px;
}
.faq-section .faq-accordion .faq-main.open .faq-title:before{
    background:#FF4264
}
.faq-section .faq-accordion .faq-main .faq-title h4{
    font-weight: 500 !important;
    font-size: 28px !important;
    color: #fff !important;
    font-family: 'Archivo', sans-serif !important;
}
.faq-section .faq-accordion .faq-main .faq-content{
    padding: 0px !important;
    margin-top: 20px;
}
.faq-section .faq-accordion .faq-main .faq-content p{
    color: #B6B6B6 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: 'Archivo', sans-serif !important;
}
.contact-block .iwithtext{
    border-radius: 30px;
    border:1px solid #414141;
    padding: 30px
}
.contact-block .iwithtext h3 {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 500;
    font-family: 'Archivo', sans-serif !important;
    line-height: normal !important;
    margin-bottom: 0px !important;
}
.contact-block .iwithtext .iwt-text {
    padding-right: 50px;
}
.contact-block .iwithtext .iwt-icon {
    left: 30px;
    top: 27px;
}
.contact-block .iwithtext p {
    margin: 12px 0px !important;
    padding: 0px !important;
    color: #B6B6B6 !important;
    line-height: 24px !important;
}
.contact-block .iwithtext p:last-child{
    margin-bottom: 0px !important;
}
.contact-block .iwithtext a{
    color: #FF4264 !important;
    font-weight: bold !important;
}
.contact-form {
    border: 1px solid #414141;
    border-radius: 30px !important;
    overflow: hidden;
    padding: 30px !important;
}
.contact-form-row {
    margin: 0px -20px;
}
.contact-form-col{
    width: 100%;
    display: inline-block;
    padding: 0px 20px;
    margin-bottom: 30px;
}
.col-half {
    width: 49%;
    display: inline-block;
}
.contact-form-row br{
    display: none;
}
.contact-form-row label {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400 !important;
    display: block;
}
.contact-form-row input,
.contact-form-row textarea{
    border:1px solid #464646 !important;
    background: #0D0D0D !important;
    width: 100% !important;
    color: #fff !important;
    font-size: 16px !important;
    border-radius: 15px !important;
}
.contact-form-col.submit-btn{
    margin-bottom: 0px;
}
.contact-form .contact-form-row .contact-form-col.submit-btn input {
    background: #FF4264 !important;
    border-radius: 150px !important;
    border: 0px !important;
    padding: 15px 20px !important;
}
.contact-block-left {
    padding-right: 30px !important;
}
.contact-block-right {
    padding-left: 30px !important;
}
p:last-child{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.inner-wrapper {
    margin: 0px auto !important;
    max-width: 1280px !important;
    padding: 0px 15px!important;
}
.header-section {
    width: 100%;
    background: #0A0A0A;
    padding: 20px 40px;
}
.header-section-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-navigation ul {
    margin: 0px;
    padding: 0px;
}
.header-navigation li {
    display: inline-block;
    padding-left: 40px;
}
.header-navigation li:first-child {
    padding-left: 0px;
}
.header-navigation li a{
    color: #fff;
    font-size: 18px;
    font-family: 'Archivo', sans-serif !important;
}
.header-navigation li a:hover{
    color: #FF4264;
    background: #fff;
}
.book-btn a {
    background: #FF4264;
    border-radius: 150px;
    padding: 13px 30px;
    color: #fff;
}
.book-btn a:hover {
    background: #000;
    color: #fff;
}
.book-btn {
    padding-left: 70px !important;
}
.footer-section {
    width: 100%;
    float: left;
    background: #000000;
    padding:80px 40px 0px;
}
.footer-inner {
    width: 100%;
    float: left;
    background: #0D0D0D;
    border-radius: 130px 130px 0px 0px;
}
.newsletter-box {
    width: 100%;
    max-width: 1000px;
    background: #000;
    margin: 0 auto;
    border: 1px solid #FF4264;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    margin-top: -130px;
}
.newsletter-box-inner {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.newsletter-box-inner h2 {
    text-transform: capitalize;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    margin: 25px 0px 5px;
    font-family: 'Archivo', sans-serif !important;
    line-height: normal;
}
.newsletter-box-inner p {
    font-family: 'Archivo', sans-serif !important;
    color: #fff;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0px;
    font-weight: 300;
}
.footer-form {
    width: 100%;
    margin-top: 30px;
}
.footer-from-row {
    margin-left: -35px;
}
.footer-from-row p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-from-row p span {
    width: 100%;
}
.footer-from-row span.wpcf7-spinner {
    display: none;
}
.footer-from-row input {
    width: 100%;
    border: 0px;
    background: #FFFFFF;
    border-radius: 90px 0px 0px 90px;
    color: #A5A5A5;
    font-size: 14px;
    padding: 14px 20px;
    height: auto !important;
    line-height: normal !important;
    margin-right: -35px;
    padding-right: 60px;
    font-family: 'Archivo', sans-serif !important;
}
.footer-from-row #sign-btn {
    background: #FF4264;
    border-radius: 150px !important;
    font-size: 14px;
    padding: 14px 20px;
    color: #fff;
    max-width: 215px;
    font-weight: 400;
    position: relative;
    transform: initial;
    opacity: 1;
    font-family: 'Archivo', sans-serif !important;
}
.footer-from-row .wpcf7-not-valid-tip {
    position: absolute;
    text-align: left;
    color: red !important;
    font-size: 12px;
    padding-left: 35px;
}
.footer-form .wpcf7-response-output {
    color: #fff;
    font-size: 16px;
    margin-top: 50px !important;
}
.main-footer {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-left: -20px;
    margin-right: -20px;
   /* display: flex;
    justify-content: space-between;*/
    margin-bottom: 50px;
}
.main-footer .inner-wrapper {
    max-width: 95%;
}
.main-footer-col {
    width: 100%;
    padding: 0px 20px;
    text-align: center;
    border-bottom: 1px solid #ffffff47;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.main-footer-col:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.main-footer-col p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Archivo', sans-serif !important;
}
.main-footer-col img {
    max-width: 160px !important;
    margin: 0 auto 30px;
}
.main-footer-col .widget_text {
    margin-bottom: 10px;
}
.main-footer-col .widget_text:last-child {
    margin-bottom: 0px;
}
.main-footer-col .wp-block-heading {
    color: #fff;
    font-size:28px;
    margin-bottom: 25px;
    line-height: normal;
    font-weight: 700;
    font-family: 'Archivo', sans-serif !important;
}
.main-footer-col ul {
    margin: 0px;
    padding: 0px;
    list-style: none !important;
}
.main-footer-col ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 10px;
    line-height: normal !important;
    margin-right: 20px;
}
.main-footer-col ul li:last-child {
    margin-right: 0px;
}
.main-footer-col ul li a {
    color: #fff !important;
    font-size: 16px;
    line-height: normal !important;
    font-family: 'Archivo', sans-serif !important;
}
.main-footer-col ul li a:hover {
    color:#FF4264 !important;
}
.theme-row-section {
    margin-top: 70px !important;
}
.theme-col h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px !important;
    font-family: 'Archivo', sans-serif !important;
    line-height: normal !important;
}
body .theme-col .nectar-button.regular-button.site-btn[data-color-override="false"]{
    font-weight: bold;
    padding: 11px 30px !important;
    font-size: 18px !important;
}
.theme-col {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.theme-col .inner {
    border-radius: 40px 40px 0px 0px !important;
    overflow: hidden;
}
.heading_wrap {
    width: 100%;
    height: auto;
    min-height: auto;
    position: relative;
}
.line {
    position: relative;
}
.line-mask {
    position: absolute;
    top: 0;
    right: 0;
    background-color:#0d0d0d;
    opacity: 0.65;
    height: 100%;
    width: 100%;
    z-index: 2;
}
/*.has-animation{
    opacity: 1 !important;
}*/

@media(min-width: 1300px){
.banner-col-left {
    left: -100px !important;
    position: relative;
}
}

@media(max-width: 1199px){
.banner-section:before {
    content: "" !important;
    position: absolute !important;
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
    background: #000000c4 !important;
    z-index: 2;
}
.header-section {
    padding: 10px 15px;
}
.header-navigation li {
    padding-left: 15px;
}
.header-navigation li a {
    font-size: 16px;
}
.book-btn {
    padding-left: 20px !important;
}
.header-logo {
    max-width: 200px;
}
.banner-section {
    padding: 50px 0px 0px !important;
}
.banner-col-left p {
    font-size: 26px;
    margin-top: 40px;
}
body .nectar-button.regular-button.site-btn[data-color-override="false"] {
    font-size: 18px !important;
    padding: 12px 25px !important;
}
.section1,.section2,.section4 {
    padding: 60px 0px !important;
}
.theme-col {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 50px !important;
}
.theme-col:last-child{
    margin-bottom: 0px !important;
}
.theme-row-section {
    margin-top: 0px !important;
}
.theme-row-section:last-child{
    margin-bottom: 0px !important;
}
.section4{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.faq-section .faq-accordion .faq-main {
    padding: 24px !important;
    height: auto !important;
}
.faq-section .faq-accordion .faq-main .faq-title h4 {
    color: 22px !important;
}
.faq-section .faq-accordion .faq-main .faq-title:before {
    width: 30px;
    height: 30px;
    font-size: 16px;
}
.contact-block-left {
    padding-right: 0px !important;
    margin-bottom: 30px !important;
}
.contact-block-right {
    padding-left: 0px !important;
}
.contact-block-right .wpcf7-response-output {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.contact-block{
    margin-bottom: 0px !important;
}
.main-footer-col .wp-block-heading {
    font-size: 18px;
    margin-bottom: 20px;
}
.main-footer-col ul li a {
    font-size: 14px;
}
.main-footer-col ul li {
    margin-bottom: 13px;
}
.main-footer {
    margin-bottom: 50px;
}
.newsletter-box-inner h2 {
    font-size: 33px;
}
.newsletter-box-inner p {
    font-size: 16px;
}
.section1 h3 {
    font-size: 40px !important;
}
.section1 p {
    font-size: 22px;
}
.section3{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.section3-inner .row_col_wrap_12_inner {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
}
.section3-col-left{
    display: none !important;
}
.section3-col-right {
    float: right !important;
    max-width: 520px !important;
    width: 100%;
}
.slider-block {
    grid-template-columns: repeat(2, 1fr);
}
}

@media(max-width: 1024px){
.faq-section .faq-accordion .faq-main .faq-title:before {
    width: 20px;
    height: 20px;
    font-size: 12px;
    left: -3px;
    top:-2px;
}
.faq-section .faq-accordion .faq-main .faq-title {
    padding-left: 35px;
}
.footer-section {
    padding:40px 20px 0px;
}
.footer-inner {
    border-radius: 20px 20px 0px 0px;
}
.footer-from-row {
    margin-left: 0;
}
.footer-from-row p {
    display: block;
}
.footer-from-row input {
    border-radius: 90px;
    padding: 14px 20px;
    margin-right: 0;
    padding-right: 20px;
}
.footer-from-row #sign-btn {
    margin-top: 30px;
}
.faq-section .faq-accordion .faq-main .faq-title h4 {
    font-size: 18px !important;
}
.faq-section .faq-accordion .faq-main {
    padding: 18px !important;
}
.faq-section .faq-accordion {
    row-gap: 20px;
    column-gap: 20px;
}
.section3-col-right {
    max-width: 100% !important;
}
.section3:before{
    content: "" !important;
    position: absolute !important;
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
    background: #0000005e !important;
    z-index: 2;
}
.inner-wrapper {
    padding: 0px 20px!important;
}
.heading-row h4 {
    font-size: 18px !important;
    margin-bottom: 8px !important;
}
body .heading-row h2.vc_custom_heading {
    font-size: 35px !important;
}
.theme-col h2.vc_custom_heading.vc_custom_heading {
    font-size: 20px !important;
}
body .theme-col .nectar-button.regular-button.site-btn[data-color-override="false"] {
    padding: 11px 30px !important;
    font-size: 15px !important;
}
.header-section {
    position: relative;
}
.header-navigation {
    display: none;
    position: absolute;
    top: 63px;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 999;
    text-align: center;
    padding: 10px 20px;
}
.header-navigation li {
    display: block;
    padding-left: 0px;
    margin-bottom: 10px;
}
.header-navigation li a {
    font-size: 16px;
    color: #000;
    display: block;
    font-weight: 600;
}
.book-btn {
    padding-left: 0px !important;
    text-align: center;
}
.book-btn a {
    color: #fff !important;
}
.toogle-bar {
    display: block !important;
    color: #fff;
    cursor: pointer;
}
.toogle-bar i {
    font-size: 26px;
}
.header-navigation.active {
    display: block;
}
}

@media(max-width: 767px){
.banner-section-inner {
    padding: 0px 20px !important;
}
.banner-col-left p {
    font-size: 18px;
    margin-top: 30px;
}
.banner-section {
    padding: 40px 0px 0px !important;
}
.section1 h3 {
    font-size: 22px !important;
}
.section1 p {
    font-size: 16px;
    max-width: 100%;
}
.slider-content-block {
    padding: 30px;
}
.slider-block:after,.slider-block:before {
    width: 70px;
}
.slider-content-block h3 {
    font-size: 22px !important;
}
.slider-content-block p {
    font-size: 14px;
}
body .heading-row h2.vc_custom_heading {
    font-size: 27px !important;
    line-height: 32px !important;
}
.heading-row h4 {
    font-size: 16px !important;
    line-height: 26px !important;
}
body .heading-row h2.vc_custom_heading {
    font-size: 21px !important;
    line-height: 26px !important;
}
.theme-col {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 30px !important;
}
.faq-section .faq-accordion {
    grid-template-columns: repeat(1, 1fr);
}
.contact-block .iwithtext .iwt-text {
    padding-right: 0px;
}
.contact-block .iwithtext h3 {
    font-size: 22px;
}
.contact-block .iwithtext p {
    margin: 8px 0px !important;
    line-height: 20px !important;
    font-size: 14px !important;
}
.contact-form-row {
    margin: 0px;
}
.col-half,.contact-form-col {
    width: 100%;
    display: inline-block;
    padding: 0px;
}
.contact-form {
    padding: 20px !important;
}
.contact-form-row label {
    font-size: 14px;
}
.contact-form-row input, .contact-form-row textarea {
    font-size: 14px !important;
}
.newsletter-box {
    padding: 20px;
}
.newsletter-box-inner h2 {
    font-size: 18px;
    margin:15px 0px 5px;
}
.newsletter-box-inner p {
    font-size: 14px;
}
.faq-section .faq-accordion .faq-main {
    padding: 16px !important;
}
.main-footer {
    margin-bottom: 30px;
    margin-top: 30px;
    display: block;
    margin-left: 0px;
    margin-right: 0px;
}
.main-footer-col {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 15px;
}
.main-footer-col:last-child {
    margin-bottom: 0px;
}
.main-footer-col img {
    max-width: 120px !important;
    margin-bottom: 10px !important;
}
.main-footer-col ul{
    display: flex;
}
.main-footer-col ul li {
    margin-right: 4px;
    display: inline-block;
    margin-bottom: 5px;
}
.main-footer-col ul li a {
    font-size: 11px;
}
.footer-section .inner-wrapper {
    padding: 0px 10px!important;
}
.main-footer-col p {
    font-size: 12px;
    line-height: 21px;
}
.banner-col-left img {
    max-width: 196px !important;
}
.heading-row h1.vc_custom_heading {
    font-size: 33px !important;
    line-height: normal !important;
}
.heading-row p {
    font-size: 16px !important;
}
}

@media(max-width: 700px){
.slider-block {
    grid-template-columns: repeat(1, 1fr);
    margin: 0px 0px 60px !important;
}
.image-col {
    margin-top: 30px;
}
}