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






body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	background-color: #001239;
}
/*------typography-----------*/

html body p {
    font-family: 'f5';
}
html body h1 {
    font-family: 'f3';
    font-weight: 500;
}

html body h3 {
    font-family: 'f3';
}
html body h2 {
    font-family: 'f3';
}


/*------typography-----------*/
#top ul li a {
    font-family: f5 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    opacity: 1  !important;
}
#sec1 h2 {
    font-family: f3;
}
#sec1 p {
    padding-right: 700px !important;
}
#sec1 .swiper-slide .buttons a {
    font-family: 'f2';
    font-size: 16px;
    line-height: 26px;
    COLOR: BLACK;
    BACKGROUND-COLOR: white !important;
    padding: 24px 20px;
    border-radius: 50px !important;
    box-shadow: -1px 3px 0px 6px #fdc500 !important;
    transition: 0.9s;
}

#sec1 .swiper-slide .buttons a:hover {
    box-shadow: -1px 3px 0px 6px #32538f !important;
}
/* #sec1 .swiper-slide .buttons > div:first-child a {
    font-family: 'f2';
    font-size: 16px;
    line-height: 26px;
    COLOR: BLACK;
    BACKGROUND-COLOR: white !important;
    padding: 24px 20px;
    border-radius: 50px !important;
    box-shadow: -1px 3px 0px 6px #fdc500 !important;
    transition: 0.9s;
}

#sec1 .swiper-slide .buttons > div:first-child a:hover {
    box-shadow: -1px 3px 0px 6px #32538f !important;
} */
#sec1 .slider-pagination {
    position: absolute;
    right: 0;
    bottom: 0;
}
#sec1 .slider-pagination i, #sec3 .slider-pagination i {
    width: 50px;
    height: 50px;
    border: 1px solid #355590;
    background-color: white;
}
#sec1 .slider-pagination span.swiper-pagination-switch, #sec3 .slider-pagination span.swiper-pagination-switch {
    margin: 0px 15px;
}

/* #sec1 .slider-pagination .swiper-active-switch i {
    width: 30px !important;
    height: 30px !important;
} */
#sec1 .swiper-active-switch.ar-vis {
    margin-bottom: -10px;
}
#sec1 .slider-pagination i:before, #sec3 .slider-pagination i:before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    color: #32538f;
    line-height: 48px;
    text-align: center !important;
    left: 17%;
    position: relative;
    font-weight: bold;
    font-size: 26px;
}
#sec1 .slider-pagination i:nth-child(2):before {
    content: '2';
}
#sec1 .swiper-active-switch.ar-vis i, #sec3 .swiper-active-switch.ar-vis i {
    background-color: #32538f;
    width: 50px !important;
    height: 50px !important;
}
div#sec2 {
    padding: 120px 0px 140px 0px !important;
}
div#sec2 .text1 p {
    padding: 0px 640px;
}
a#b1 {
    font-family: 'f2';
    font-size: 18px;
    line-height: 28px;
    COLOR: BLACK;
    BACKGROUND-COLOR: white !important;
    padding: 14px 50px;
    border-radius: 50px !important;
    box-shadow: -1px 3px 0px 6px #fdc500 !important;
    transition: 0.9s;
}
#sec2 .img1 {
    position: absolute;
    top: -430px;
    left: 300px;
    z-index: 99;
}
#sec2 .img2 {
    position: absolute;
    top: -310px;
    left: 100px;
}
#sec2 .img3 {
    position: absolute;
    top: -190px;
    left: 330px;
}
#sec2 .img4 {
    position: absolute;
    top: -440px;
    right: 360px;
    z-index: 9;
}
#sec2 .img5 {
    position: absolute;
    top: -360px;
    right: 40px;
    bottom: unset;
}
#sec2 h1 {
    padding-bottom: 20px;
}
div#sec4 .c1 .vc_column-inner, div#sec4 .c2 .vc_column-inner {
    padding: 60px 0px 60px 0px !important;
}
div#sec4 .c1 .text2, div#sec4 .c2 .text2 {
    padding-top: 30px;
}
div#sec4 .c1 .text2 p, div#sec4 .c2 .text2 p {
    padding: 0px 150px;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    font-family: 'f3';
}
#sec6 .carousel-item h6 img {
    width: 10%;
    animation: move1 2s linear alternate infinite;
}
@keyframes move1{
    0% {
        transform:scale(0.9)
    }
     100% {
        transform:scale(1)
    }
}
#sec6 .owl-dots {
    display: none;
}
#sec6 .owl-nav.disabled {
    display: block;
}
#sec6 button.owl-next span, #sec6 button.owl-prev span {
    font-size: 0;
}
#sec6 button.owl-prev {
    position: absolute;
    right: -120px;
    bottom: 29%;
}
#sec6 button.owl-prev:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    left: 0;
    right: 0px;
    line-height: 19px;
    transition: 0.9s;
}
#sec6 button.owl-next {
    position: absolute;
    left: -120px;
    bottom: 30%;
}
#sec6 button.owl-next:before {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    left: 0;
    right: 0px;
    line-height: 19px;
    transition: 0.9s;
}

#sec6 button.owl-prev, #sec6 button.owl-next {
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    border: 1px solid #f7f1ed;
    background-color: transparent !important;
    transition: 0.9s;
}
#sec6 .carousel-item .text2  p {
    padding-top: 20px;
    padding-bottom: 40px;
    font-weight: 100 !important;
}
#sec6 button.owl-prev:hover, #sec6 button.owl-next:hover {
    background-color: #fcf5f0 !important;
    transform: rotate(360deg);
}
#sec6 button.owl-next:hover:before, #sec6 button.owl-prev:hover:before {
    color: #e06727;
}
div#sec6 {
    padding: 90px 0px 70px 0px !important;
}
#sec6 .row-bg-wrap:before {
    content: '';
    position: absolute;
    background-image: url(https://starryknightslearningcenter.com/wp-content/uploads/2023/12/Asset-1.png);
    width: 100%;
    height: 100%;
    z-index: 9;
    background-repeat: repeat !important;
    animation: 300s move linear infinite;
    background-size: cover;
}
@keyframes move {
    100% {
    		background-position: 100% 10000px
	}
}
div#sec7 {
    padding: 80px 0px 0px 0px !important;
}
#sec7 .c2 a#b1 {
    float:right
}
#sec7 .carousel-item {
    margin: 0px 10px;
}
#sec7 .carousel-item .article-content-wrap {
    background-color: white;
    border: 1px solid #d1d1d1;
    border-radius: 0px 0px 20px 20px;
    padding: 40px 30px;
}
#sec7 .carousel-item span.meta {
    font-family: poppins;
    color: #292929;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    background-color: #fdc500;
    padding: 10px 14px;
    border-radius: 30px;
}
#sec7 .carousel-item h3.title {
    font-family: 'f3';
    font-size: 26px;
    color: #000000;
    line-height: 36px !important;
    padding-top: 20px;
}
#sec7 .carousel-item  .excerpt {
    font-family: 'f5';
    color: #707070;
    font-size: 17px;
    line-height: 26px;
}
#sec7 .carousel-item  .inner-wrap {
    background-color: transparent;
    box-shadow: unset;
}
#sec7 .carousel-item .inner-wrap a.desing1, #sec7 .carousel-item .inner-wrap a.desing3 {
    display: none;
}
div#footer-outer p, div#footer-outer ul li a {
    font-family: 'f5';
    font-size: 15px;
    line-height: 25px;
}
#footer-outer div#nav_menu-2 {
    margin: 0 auto;
    display: table;
}
#footer-outer h4 {
    font-family: 'f3';
    font-size: 22px !important;
    line-height: 32px !important;
    font-weight: 400 !important;
    position: relative;
    padding-bottom: 20px;
}
#footer-outer h4:before {
    content: '';
    position: absolute;
    border: 3px solid white;
    width: 40px;
    bottom: 0;
}
#footer-outer input.tnp-email {
    font-family: 'f5';
    font-size: 16px;
    line-height: 26px;
    border-radius: 30px  0px 0px  30px;
    padding-left: 20px !important;
}

#footer-outer form.tnp-form {
    display: flex;
}
#footer-outer #footer-widgets .col input[type=submit] {
    font-family: 'f5';
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    border-radius: 0px 30px 30px 0px !important;
    width: 60%;
    transform: unset !important;
}
#top .b1 a span {
    font-family: 'f2';
    font-size: 16px;
    line-height: 26px;
    COLOR: BLACK;
    BACKGROUND-COLOR: white !important;
    padding: 20px 30px;
    border-radius: 50px !important;
    box-shadow: -1px 3px 0px 6px #fdc500 !important;
    transition: 0.9s;
    text-transform: uppercase;
    font-weight: 800;
}
div#footer-widgets .row {
    border-bottom: 1px solid #384664;
    padding-bottom: 50px;
}
div#copyright {
    padding: 15px 0px !important;
}
div#copyright div#text-4 {
    float: left;
}
div#copyright div#text-5 {
    float: right;
}
div#copyright .col.span_5 {
    max-width: 100% !important;
}
#sec1 .slider-pagination, #sec3 .slider-pagination {
    color: #191919;
    position: absolute;
    font-family: 'font1';
    letter-spacing: 16px;
    right: 0px;
    margin: auto;
    font-size: 20px;
    bottom: 40px;
    counter-reset: my-sec-counter;
}
#sec1 .slider-pagination:before {
    counter-increment: my-sec-counter;
    opacity: 0;
    color: black !important;
}

#sec1 span.swiper-pagination-switch i, #sec3 span.swiper-pagination-switch i {
    color: #191919;
    font-family: 'font1';
    letter-spacing: 16px;
    transform: unset !important;
}
a#b1:hover {
    box-shadow: -1px 3px 0px 6px #00296b!important;
}
a#b1:before {
    content: '';
    position: absolute;
    background-color: #fdc500;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 30px;
    transition: 1.5s;
    transform: scale(0);
}
a#b1:hover:before {
    transform: scale(1);
}
#sec2 img {
    position: relative;
}
#sec2 img:hover {
    filter: drop-shadow(2px 4px 6px black);
}
#sec4 .c1 img:hover, #sec4 .c2 img:hover {filter: brightness(0.5);transition: 0.9s;}
#sec6 h5 {
    font-size: 16px;
    line-height: 26px;
    font-family: 'f5';
    font-weight: 400;
}
#footer-outer .widget {
    margin-bottom: 5px;
}
#footer-outer img.image.wp-image-35.attachment-full.size-full {
    width: 80%;
}
#sec1 .swiper-active-switch.ar-vis i:before, #sec3 .swiper-active-switch.ar-vis i:before {
    line-height: 49px !important;

    left: 16% !important;
    position: relative;
    color: white;
}
#sec3 .slider-pagination {
    left: 0;
    right: 0;
}
#sec2 .img2, #sec2 .img5 {
    animation: move1 2s linear alternate infinite;
}
#sec2 .img1, #sec2 .img3,#sec2 .img4 {
    animation: move2 2s linear alternate infinite;
}
@keyframes move2{

    0% {
        transform:rotate(5deg)
    }
    100% {
        transform:rotate(-5deg)
    }
}
div#page-header-wrap h1 {
    font-family: 'f3';
}
.page-id-15 #sec2 {
	padding: 220px 0px 140px 0px !important; 
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
    #sec1 .slider-pagination, #sec3 .slider-pagination {
    right: 90px;
}
    #sec2 .img1 {
    top: -440px !important;
    left: 200px !important;
    width: 11%;
}

#sec2 .img2 {
    top: -330px;
    left: 10px;
    width: 20%;
}
#sec2 .img3 {
    top: -150px;
    left: 160px;
    width: 16%;
}
#sec2 .img4 {
    top: -390px;
    right: 200px;
    width: 13%;
}
#sec2 .img5 {
    top: -270px;
    right: 0px;
    width: 22%;
}
div#sec2 .text1 p {
    padding: 0px 410px;
}
div#sec4 .c1 .vc_column-inner, div#sec4 .c2 .vc_column-inner {
    padding: 60px 70px 50px 70px !important;
}
div#sec4 .c1 .text2 p, div#sec4 .c2 .text2 p {
    padding: 0px 20px;
    font-size: 16px;
    line-height: 33px;
}
#sec6 button.owl-next {
    left: -70px;
}

#sec6 button.owl-prev {
    right: -70px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
	div#sec2 .text1 p {
    padding: 0px 360px;
}
    div#sec4 .c1 .text2 p, div#sec4 .c2 .text2 p {
    padding: 0px 10px;
    font-size: 15px;
    line-height: 32px;
}
#sec7 .carousel-item .excerpt {
    font-size: 17px;
    line-height: 25px;
}
#sec6 button.owl-next {
    left: -50px;
}
#sec6 button.owl-prev {
    right: -50px;
}
    #sec2 .img1 {
    top: -400px !important;
    
}
    div#sec2 {
    padding: 70px 0px 120px 0px !important;
}
.page-id-15 #sec2 .img3 {
    width: 13% !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
    #sec1 .swiper-slide .buttons a {
    font-size: 14px;
    line-height: 24px;
    padding: 20px 20px;
	}
div#sec2 {
    padding: 90px 0px 140px 0px !important;
}
#sec2 .img1 {
    top: -360px !important;
    left: 140px !important;
}
div#sec2 .text1 p {
    padding: 0px 310px;
}
#sec2 .img3 {
    top: -130px;
    left: 107px;
    width: 17%;
}
#sec2 .img2 {
    top: -280px;
    left: 10px;
    width: 20%;
}
html body p {
    font-size: 14px;
    line-height: 24px;
}
#sec2 .img5 {
    top: -200px;
    right: 0px;
    width: 22%;
}
#sec2 .img4 {
    top: -320px;
    right: 130px;
    width: 12%;
}
div#sec4 .c1 .vc_column-inner, div#sec4 .c2 .vc_column-inner {
    padding: 60px 60px 50px 60px !important;
}
div#sec4 .c1 .text2 p, div#sec4 .c2 .text2 p {
    padding: 0px 0px;
}
html body h1 {font-size: 70px;line-height: 80px;}
html body h2 {
    font-size: 34px;
    line-height: 44px;
}
#sec7 .carousel-item .excerpt {
    font-size: 16px;
    line-height: 25px;
	}
div#footer-outer p, div#footer-outer ul li a {
    font-size: 14px;
    line-height: 24px;
}
    #sec1 h2 {
    font-size: 80px;
    line-height: 90px;
}
    #sec1 p {
    padding-right: 600px !important;
    padding-top: 20px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
    div#sec2 .text1 p {
    padding: 0px 270px;
}
#sec2 .img2 {
    top: -270px;
    left: 10px;
    width: 19%;
	}
#sec2 .img3 {
    top: -100px;
    left: 77px;
    width: 15%;
}
#sec2 .img5 {
    top: -170px;
    right: 0px;
    width: 20%;
}
#sec2 .img4 {
    top: -310px;
    right: 90px;
    width: 13%;
}
div#sec4 .c1 .text2 p, div#sec4 .c2 .text2 p {
    font-size: 13px;
    line-height: 24px !important;
}
#sec7 .carousel-item .excerpt {
    font-size: 15px;
    line-height: 24px;
}
div#footer-outer p, div#footer-outer ul li a {
    font-size: 13px;
    line-height: 24px;
}
#footer-outer h4 {
    font-size: 19px !important;
    line-height: 29px !important;
}
    div#sec6 {
    padding: 80px 0px 90px 0px !important;
}
    #sec6 h1 {
    margin-bottom: -20px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
    #sec1 h2 {
    font-size: 60px !important;
    line-height: 70px !important;
}
#sec1 p {
    padding-right: 400px !important;
    padding-bottom: 20px !important;
}
#sec1 .swiper-slide .buttons a {
    font-size: 12px;
    line-height: 24px;
    padding: 17px 10px;
}
#top a#logo img {
    height: 90px;
}
html body p {
    font-size: 12px;
    line-height: 24px !important;
}
div#sec2 .text1 p {
    padding: 0px 210px;
}
#sec2 .img2 {
    top: -270px;
    left: -1px;
    width: 20%;
}
#sec2 .img1 {
    top: -350px !important;
    left: 70px !important;
    width: 14%;
}
#sec2 .img3 {
    top: -100px;
    left: 78px;
    width: 17%;
}
#sec2 .img5 {
    top: -170px;
    right: 0px;
    width: 23%;
}
div#sec2 {
    padding: 40px 0px 100px 0px !important;
}
#sec2 .img4 {
    top: -310px;
    right: 10px;
    width: 16%;
}
a#b1 {
    font-size: 16px;
    line-height: 26px;
}
div#sec4 .c1 .vc_column-inner, div#sec4 .c2 .vc_column-inner {
    padding: 30px 50px 30px 50px !important;
}
div#sec4 .c1 .text2 p, div#sec4 .c2 .text2 p {
    font-size: 13px;
    line-height: 24px !important;
}
html body h1 {
    font-size: 60px;
    line-height: 70px;
}
#sec6 .owl-stage {
    padding: unset;
}
#sec6 button.owl-prev {
    right: -60px;
    bottom: 32%;
}
#sec6 button.owl-next {left: -60px;bottom: 32%;}

#sec6 button.owl-prev, #sec6 button.owl-next {width: 40px;height: 40px;}

div#sec6 {
    padding: 50px 0px 70px 0px !important;
}
#sec7 .carousel-item .article-content-wrap {
    padding: 30px 20px;
}
#sec7 .carousel-item span.meta {
    font-size: 14px;
    line-height: 23px;
}
#sec7 .carousel-item h3.title {
    font-size: 19px !important;
    line-height: 30px !important;
}
#sec7 .carousel-item .excerpt {
    font-size: 13px;
    line-height: 22px;
}
    #footer-outer #footer-widgets .col input[type=submit] {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    border-radius: 30px !important;
    margin-top: 10px;
}
#footer-outer form.tnp-form {
    display: block;
}
#footer-outer input.tnp-email {
    border-radius: 30px !important;
}
    html body h3 {
    font-size: 27px !important;
    line-height: 37px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
    #sec1 .content {
    background-color: #000000bd;
    padding: 20px 20px;
}
    #sec1 h2, #sec1 p, #sec1 .buttons {
    text-align: center;
    padding: unset !important;
	}
#sec1 .slider-pagination {
    display: none;
}
#sec2 .img1, #sec2 .img2, #sec2 .img3,#sec2 .img4,#sec2 .img5,#sec6 .owl-nav.disabled,#sec7 .owl-dots,#sec3 .container.normal-container.slider-pagination-wrap {
    display: none;
}
div#sec2 .text1 p {
    padding: 0px 40px;
}
div#sec2 {
    padding: 30px 0px 60px 0px !important;
}
#sec6 .carousel-item h6 img {
    width: 20%;
}
div#sec7 {
    padding: 60px 0px 0px 0px !important;
    text-align: center;
}
#sec7 .c2 a#b1 {
    float: unset;
}
#footer-outer div#nav_menu-2 {
    margin: unset;
}
    html body p, #sec1 p {
    font-size: 14px !important;
    line-height: 24px !important;
}
#sec1 p {
    font-size: 14px !important;
    line-height: 26;
}
#sec1 .swiper-slide .buttons a {
    font-size: 12px;
    line-height: 24px;
    padding: 17px 30px;
}
div#sec7 {
    padding: 60px 0px 0px 0px !important;
}
#sec1 h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}
html body h3, html body h1 {
    font-size: 40px !important;
    line-height: 50px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {

    #sec1 h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}
#sec2 h1 {
    padding-bottom: 0;
}
html body p, #sec1 p {
    font-size: 12px !important;
    line-height: 24px !important;
}
html body h1, html body h2,html body h3 {
    FONT-SIZE: 25px !important;
    line-height: 35px !important;
	}
#footer-outer img.image.wp-image-35.attachment-full.size-full {
    width: 40%;
}
div#copyright div#text-4, div#copyright div#text-5 {
    float: unset;
}

#footer-outer #copyright[data-layout="centered"] .col.span_5 {
    display: flex;
    flex-direction: column-reverse;
}
    div#sec2 {
    padding: 30px 0px 30px 0px !important;
}
    div#sec6 {
    padding: 60px 0px 60px 0px !important;
}

#sec6 .carousel-item .text2 p {
    padding-bottom: 20px;
    padding-top: 10px;
}
#sec6 h1 {
    margin-bottom: -20px;
}

div#sec7 {
    padding: 40px 0px 0px 0px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {
    div#sec2 .text1 p {
    padding: 0px 20px;
}
div#sec2 {
    padding: 30px 0px 40px 0px !important;
}
a#b1 {
    font-size: 14px;
    line-height: 24px;
    padding: 12px 40px;
}
div#sec6 {
    padding: 60px 0px 50px 0px !important;
}
#sec6 .carousel-item h6 img {
    width: 35%;
}
#sec6 h5 {
    font-size: 12px;
    line-height: 24px;
	}
#sec6 .carousel-item .text2 p {
    padding-bottom: 20px;
}
div#sec7 {
    padding: 40px 0px 0px 0px !important;
}
#sec7 .carousel-item .article-content-wrap {
    padding: 30px 10px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}