/*
Theme Name: Southeastern Child
Theme URI: https://them.es/starter
Template: southeastern
Author: them.es
Author URI: https://them.es/
Tags: custom-background,custom-colors,featured-images,flexible-header,microformats,post-formats,rtl-language-support,theme-options,translation-ready,accessibility-ready
Version: 3.0.4.1655322011
Updated: 2022-06-15 19:40:11

*/

:root{
    --color-primary:#0557e8;
    --color-secondary:#6714cc;
    --color-dark:#181d25;
    --color-yellow: #ffe61d;
    --color-orange: #ffa923;

    /* font-family: 'Cabin', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;     */
}

.navbar-brand img{
	height:70px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(254 228 71);
}

.foo-logo {
    max-width: 220px;
}

body{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Cabin', sans-serif;
}

h1{
    font-size: 64px;
}

h2{
    font-size: 40px;
}

h5{
    font-size: 20px;
}

.main-title{
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    line-height: 69px;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.main-title span{
    font-size: 70px;
    
}

.mini-title{
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: -1px;    
}

#header{
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--color-primary ) 0%, var( --color-secondary ) 100%);
    height: 100px;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    margin-left: 20px;
}

.home-section-1{
    background-image: url(./assets/images/bg-image-s1.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    padding-top: 100px;
    position: relative;
}   

.s1-image-holder img{
    width: 100%;
}

.s1-imgage-1 {
    position: relative;
    margin-top: 16px;
    box-shadow: 10px 10px 40px 0px rgb(0 0 0 / 30%);
    width: 98%;
    margin-left: 25px;
}

.blue-title-color{
    color: var(--color-primary);
}

.ctm-btn {
    padding: 15px 30px;
    display: inline-block;
    background-color: var(--color-dark);
    color: #fff;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.ctm-btn:hover{
    background-color: var(--color-yellow);
    color: #000;
}


.main-sec-cont{
    font-size: 17px;
    margin-bottom: 25px;
}

.spacetb100{
    padding: 100px 0;
}

.spacetop100{
    padding-top: 100px;
}

.gradient-color-sec{
        background-color: transparent;
        background-image: linear-gradient(180deg, var( --color-secondary ) 0%, var( --color-orange ) 100%);
        color: #fff;
}

.ctm-box{
    padding: 40px;
    color: var(--color-dark);
}


.bg-yellow{
    background-color: transparent;
    background-image: linear-gradient(180deg,var( --color-orange ) 0%,var( --color-yellow ) 100%);    
}

.pt-bg-center{
    background-color: transparent;
    background-image: linear-gradient(180deg,var( --color-orange ) 0%,var( --color-yellow ) 100%);
    color: var(--color-dark);
}

.bg-white{
    background-color: #fff;
    color: var(--color-dark);
}

.bglight-gray{
    background-color: lightgray;
}

.bglight-shade{
    background-color: #f6f6f6;
}

.bglight-shade{
    background-color: #f6f6f6;
}

.h-100{
    height: 100%;
}

.bg-blue{
    /* background-color: var(--color-primary); */
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--color-primary ) 0%, var( --color-secondary ) 100%);    
}

.bg-blue90-deg{
    /* background-color: var(--color-primary); */
    background-color: transparent;
    background-image: linear-gradient(90deg, var(--color-primary ) 0%, var( --color-secondary ) 100%);    
}

.w-100{
    width: 100%;
}

.s2-cont-holder h2{
    margin-bottom: 25px;
}

.s2-cont-holder h2{
    margin-bottom: 27px;
}
.s2-cont-holder {
    margin-bottom: 27px;
}

.bg-style{
    background-size: cover;
    background-repeat: no-repeat;    
}

.bg-sec-3{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.white-text{
    color: #FFF;
}

.home-section-4{
    background-image: url(./assets/images/image-section-03-min-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.s4-box{
    padding: 30px;
    margin-bottom: 35px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 30%);
}

.s4-box h5{
    margin-bottom: 18px;
}

.s4-cont {
    margin-bottom: 40px;
}

.p-table-box {
    padding: 45px 30px;
    position: relative;
}

.p-table-box-center{
    padding: 70px 30px;    
}

.p-table-box-center .btn-p-box{
    background-color: var(--color-dark) !important;
    color: #fff !important;
}

.p-table-box-center .btn-p-box:hover{
    background-color:#fff !important;
    color:var(--color-dark) !important;
}

.p-table-box ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.price-box-cont ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.price-box-cont ul li span {
    /* flex:1; */
}

.price-box h2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 70px;
}

.price-box-cont ul li .icon-pb {
    flex: 1 0 32px;
    max-width: 32px;
}

.doller-sign {
    font-size: 20px;
}

.month{
    font-size: 20px;
}

.btn-p-box{
    background-color: var(--color-dark);
    padding: 12px 15px;
    color: #fff;
    display: block;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.btn-p-box:hover{
    color: var(--color-dark);
    background-color: var(--color-yellow);
}

.recommended {
    display: block;
    background: #fff;
    padding: 10px 5px;
    text-transform: uppercase;
    position: absolute;
    top: -24px;
    width: 81%;
    font-size: 14px;
}

.home-section-6 {
    background-image: url(./assets/images/image-section-03-min-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#footer{
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--color-primary ) 0%, var( --color-secondary ) 100%);
    color: #fff;
}

.widget-title{
    color: var(--color-yellow);
    margin-bottom: 15px;
}

.foo-links ul{
    list-style: none;
    padding-left: 0;
}

.foo-links a{
    color: #fff !important;
    margin-bottom: 10px;
    display: block;
}

.nl-form .wpcf7-text {
    height: 47px;
    padding: 3px 12px;
    width: 100%;
}
.nl-form .wpcf7-text:focus{
    outline-color: var(--color-orange);
}

.nl-form .wpcf7-submit {
    background-color: var(--color-yellow);
    color: #000;
    padding: 10px 24px;
    margin-top: 7px;
    border: 1px solid var(--color-yellow);
}

.cp p{
    margin-bottom: 0;
}

.cp {
    padding: 20px 0px;
}
.ctm-social-icons {
    text-align: right;
}
.ctm-social-icons ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.ctm-social-icons ul li {
    display: inline-block;
    margin-left: 3px;
}

.ctm-social-icons ul li a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #005ee2;
    color: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.ctm-social-icons ul li a:hover {
    background-color: var(--color-yellow);
    color: var(--color-dark);
}

/* Shapes */

.shape-1{
    width: 150px;
    height: 150px;
    position: absolute;
    top: 5%;
    left: 10%;
    animation: zoom-1 5s infinite;
    -webkit-animation: zoom-1 5s infinite;
}

.shape-2{
    width: 100px;
    height: 100px;
    position: absolute;
    top: -7px;
    left: 0;
    background-color: var(--color-yellow);
    animation: zoom 10s infinite;
    -webkit-animation: zoom 10s infinite ease-in-out;
}

/* Titlebar */
.titlebar{
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;      
    position: relative;
    filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.titlebar:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 88%);
    z-index: 0;
}
/* Titlebar End*/

#main {
    margin-top: 0rem;
}

.titlebar-main{
    position: relative;
}

.titlebar-main::after {
    position: absolute;
    content: "-----";
    top: 77px;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 36px;
}



/* About page */

.about-section-1 {
    padding: 60px 60px 100px 0px;
}
.about-content-sec h2{
    font-weight: 800;
}

.inner-col-1 {
    /* padding-right: 50px; */
    padding: 25px 0;
    padding-left: 30px;
}

.inner-col {
    margin-right: 50px;
}

.inner-col-2 {
    /* padding: 60px; */
    margin-bottom: -120px;
    padding: 50px 0;
    padding-left: 30px;
}

.inner-col-cont {
    max-width: 460px;
    margin-left: auto;
    padding-right: 0px;
    /* min-height: 195px; */
}

/* .inner-col-cont {
    max-width: 360px;
    margin-left: auto;
} */

.col-left-ctm{
    align-content: flex-end;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    
/* display: -webkit-box;
    display: -ms-flexbox; */
    
}

.bss-image-holder{
    padding-right: 60px;
}
.bss-image-holder img {
    width: 100%;
}

.blue-section{
    background-color: transparent;
    background-image: linear-gradient(270deg, var( --color-primary ) 0%, var( --color-secondary ) 100%);
    color: #fff;

}

/* .blue-section{
    margin-top: -60px;
} */

.about-content-sec{
    padding-bottom: 60px;
}


.about-section-2{
    padding:0px 60px 0px 90px;
}

.abs-2-inner-col{
    padding: 0 30px;
    display: flex;
    align-items: center;
    height: 100%;
    
}

.abs2-image-holder{
    position: relative;
}

/* .react-box{
    width: 220PX;
    height: 100px;
    background-color: transparent;
    background-image: linear-gradient(180deg, var( --color-primary ) 0%, var( --color-secondary ) 100%);    
} */

.react-box {
    width: 220PX;
    height: 100px;
    background-color: transparent;
    background-image: linear-gradient(180deg, var( --color-primary ) 0%, var( --color-secondary ) 100%);
    position: absolute;
    bottom: 60px;
    left: -50px;
    z-index: -1;
}

.abs2-image-holder img {
    padding-bottom: 100px;
}

.arrow-box {
    margin-bottom: 35px;
}

.arrow-box h5 {
    margin-bottom: 23px;
}

.arrow-box h5 i {
    margin-right: 15px;
}

.abs-2-inner-col-holder {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
}

.about-section-3{
    padding:0px 0px 0px 67px;
}

.abs3-inner-col-1 {
    padding: 0px 30px;
    min-height: 180px;
    display: flex;
    align-items: center;
}

.abs3-inner-col-11{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    min-height: 180px;
    color: #fff;
    padding: 0 25px;
}

.seprator-ctm {
    height: 1px;
    background-color: #fff;
    width: 80%;
}

.about-section-4{
    padding: 60px 0px 40px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
}
.abs4-box-1 {
    margin-top: 60px;
    padding-right: 20px;
}

.abs4-box-2{
    padding: 60px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    margin-right: -28px;
    position: relative;
    background: #ffff;
    margin-top: 60px;    
}

.abs4-box-3 {
    padding: 60px;
    display: flex;
    align-items: center;
    height: 100%;
}

.tm-bg-box-1{
    background-color: transparent;
    background-image: linear-gradient(180deg, var( --color-secondary ) 0%, var( --color-orange ) 100%);
    color: #fff;
}

.tm-bg-box-2{
    background-color: transparent;
    background-image: linear-gradient(180deg, var( --color-primary ) 0%, var( --color-secondary ) 100%);
    color: #fff;
}

.tm-bg-box-3{
    background-color: transparent;
    background-image: linear-gradient(180deg, var( --color-orange ) 0%, var( --color-yellow ) 100%);
}

.team-memeber-box{
    padding: 30px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.team-memeber-box img{
    margin-top: 10px;
}

.team-memeber-box h5{
    margin-bottom: 5px;
}

.about-section-5{
    background-image: url(./assets/images/bg-image-s1.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 34% auto;
    
}


.quotes-ctm {
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0;
}

.quotes-ctm i{
    font-size: 45px;    
}

.quotes-ctm span{
    display: block;
}

.expert-info span{
    display: block;
}

.exp-cont-holder{
    padding-left: 60px;
    padding-right: 40px;
}

.progresbars .progress-holder{
    margin-bottom: 20px;
}

.progresbars .progress{
    height: 10px;
    border-radius: 0.10rem;
    -webkit-border-radius: 0.10rem;
    -moz-border-radius: 0.10rem;
    -ms-border-radius: 0.10rem;
    -o-border-radius: 0.10rem;
}

.progress-bar{
    background-color: var(--color-orange);
}

.bg-image-expert{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exper-img-textbox{
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exper-img-textbox {
    width: 214px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    position: absolute;
    top: 40px;
    left: -164px;
}

/* About page End*/



/* Contact Us Page */

.cp-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cp-cont-holder {
    max-width: 550px;
    padding: 30px 0;
}
.cp-cont-holder h5{
    margin-bottom: 0;
}

.cp-icon-box {
    display: flex;
    margin-bottom: 20px;
}

.cp-icon{
    flex: 1 0 50px;
    max-width: 50px;
    background-color: var(--color-orange);
    color: #000;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.cp-form .wpcf7-text{
    width: 100%;
    margin-bottom: 10px;
    height: 42px;
    border: 1px solid #818a91;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 5px 20px;
}

.cp-form .wpcf7-textarea {
    padding: 10px 20px;
    width: 100%;
    height: 200px;
    border: 1px solid #818a91;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;    
}

.cp-form .wpcf7-submit {
    background: var(--color-dark);
    color: #fff;
    border: 1px solid var(--color-dark);
    margin-top: 10px;
    padding: 12px 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.cp-form .wpcf7-submit:hover {
    background: var(--color-yellow);
    color: #000;
    border: 1px solid var(--color-yellow);

}

.contact-info {
    margin: 30px 0;
}

/* Contact Us end */

@keyframes zoom {
    0%{ 
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);        
    }
    50%{
        opacity: 0.5;
    }
    100%  {
        opacity: 1;
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
  }
}
  
 @keyframes zoom-1 {
    0%{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    50%{
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    100%  {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}

.mob-menu-m{
    display: none;
}

@media screen and (min-width:768px) {
    .ma5menu__toggle{
        display: none !important;
    }

}

@media only screen and (max-width:1599.98px){

    .blue-section h2 {
        font-size: 34px;
    }

    .about-content-sec h2{
        font-size: 34px;
    }

    .about-section-2 h2{
        font-size: 34px;
    }
    .about-section-4 h2{
        font-size: 34px;
    }
}

@media only screen and (max-width:1199.98px){
    .exper-img-textbox{
        left: -44px;
    }
}

@media only screen and (max-width:991px){
    .s1-imgage-1 {
        margin-top: 0px;
        width: 100%;
        margin-left: 0px;
    }

    .shape-2{
        display: none;
    }

    .home-section-1{
        padding-top: 50px;
    }
    h1 {
        font-size: 40px;
    }

    .main-title span {
        font-size: 40px;
        display: block;
        line-height: 36px;
    } 

    .main-title {
        line-height: 48px;
    }


    .home-section-1 .ctm-btn{
        margin-bottom: 30px;
    }

    h2 {
        font-size: 34px;
    }

    .spacetb100 {
        padding: 50px 0;
    }

    .spacetop100{
        padding-top: 50px;
    }
    .about-section-2 {
        padding: 0px 35px 0px 50px;
    }
    .inner-col {
        margin-right: 15px;
    }

    .about-section-1 {
        padding: 40px 20px 80px 0px;
    }
    .blue-section h2 {
        font-size: 28px;
    }

    .exper-img-textbox {
        left: 0;
        bottom: 0;
        top: inherit;
        width: 100%;
        height: 140px;
    }

    .react-box {
        width: 190PX;
        height: 66px;        
        bottom: 70px;
        left: -28px;        
    }
    .abs4-box-3 {
        padding: 40px;
    }
}

@media only screen and (max-width:767.98px){
    .p-table-box{
        margin-bottom: 20px;
    }
    .recommended {
        top: 0;
        width: 81%;
        font-size: 14px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .hs-4-img{
        margin-bottom: 20px;
    }

    .inner-col-2{
        margin-bottom: 20px;
        margin-right: 0;
    }

    .inner-col-cont{
        max-width: 100%;
    }

    .about-section-1{
        padding-right: 0;
    }

    .titlebar {
        height: 250px;
    }

    .blue-section{
        text-align: center;
        padding: 40px 0;
    }
    .bss-image-holder {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-section-3{
        padding-left: 0;
    }

    /* .seprator-ctm{
        display: none;
    } */

    .abs3-inner-col-11{
        min-height: auto;
        padding: 40px 30px;
        text-align: center;
        align-items: center;
    }

    .abs4-box-1{
        margin-top: 0;
        padding-right: 0px;
    }

    .abs4-box-2{
        margin-right: 0;
        margin-top: 18px;
    }
    .team-memeber-box{
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .abs-2-inner-col-holder{
        padding: 0;
        margin-top: 20px;
    }

    .react-box{
        display: none;
    }

    .abs2-image-holder img{
        padding-bottom: 20px;
    }

    .expert-imgbox-holder {
        margin-bottom: 20px;
    }

    .exp-cont-holder {
        padding-left: 15px;
        padding-right: 15px;
    }

    .inner-col {
        margin-right: 0;
    }

    .cp-cont-holder {
     
        padding: 30px 28px;
        max-width: 100%;
    }
}


@media only screen and (max-width:575.98px){

    .about-content-sec h2 {
        font-size: 28px;
    }

    .navbar-brand img {
        height: 60px;
    }
    .ctm-btn {
        padding: 7px 20px;
    }

    .shape-1{
        display: none;
    }
    h2 {
        font-size: 24px;
    }

    .ctm-social-icons {     
        text-align: center;
        margin-top: 12px;
    }
    .price-box h2{
        font-size: 58px;
    }    

    .cp {
        text-align: center;
    }

    .cp p{
        font-size: 12px;
    }
}

