﻿h1, h2, h3 {
    color: #242424;
}
p.aboutUsText {
    color: #000;
    font-size: 2em;
    line-height: 45px;
}
a.kt-menu__link.kt-menu__toggle {
    font-size: 16px;
    font-weight: 600;
    color: #717171;
}

.main_content_ft h1 {
    font-size: 6.2em;
    color: #242424;
    padding-top: 25px;
    padding-bottom: 25px;
}

.main_content_ft p {
    color: #4d4b4b;
    font-size: 2.5em;
}
/* Section One End */

/* Section TWO Begin */
.bg-ai_img {
    background: url(../media/bg/bg-Ai.png);
    height: 100vh;
    background-size: contain;
    background-attachment: local;
    background-repeat: no-repeat;
    position: relative;
}

.blue-text {
    color: #122766;
}
.btn-play {
    top:42%;
    left:26%;
}
.btn-play a {
    width: 133px;
    height: 133px;  
    line-height: 116px;
    border-radius: 50%;
    text-align: center;
    
}
.btn-play a i {
    font-size: 50px !important;
    padding-left: 15px;
}
article.careergoal_cm {
    display: inline-block;
    background: #fff;
    box-shadow: 2px 3px 15px #e6e6e6;
    padding: 30px 20px;
}
article.careergoal_cm h2 {
    font-size: 3.6em;
    font-weight: 600;
}
article.careergoal_cm p {
    font-size: 1.5em;
    color: black;
    line-height: 33px;
}
article.careergoal_cm {
    display: inline-block;
    background: #fff;
    box-shadow: 2px 3px 15px #e6e6e6;
    padding: 30px 20px;
    position: absolute;
    right: 0;
    bottom: 50px;
}
/* Section TWO End */

/* Section THIRD Begin */
.unique_content_cm {
    margin: 70px 0;
}

h2.content_section_heading {
    font-size: 4.5em;
    font-weight: 800;
}
/* Section THIRD End */


/* Section FOURTH Begin */
.bg-map_img {
    background: url(../media/bg/map.png);
    background-size: contain;
    background-attachment: local;
    background-position: center;
    background-repeat: no-repeat;
    /*opacity: 0.5;
    filter: alpha(opacity=50);*/
}
.work_module {
    background: #fff;
    padding: 20px;
    box-shadow: 2px 1px 15px #e4e4e4;
    border-radius: 10px;
    margin: 50px 30px;
    width: 50%;
}
.display_img-cm {
    display: flex;
    width: 50%;
    margin: 15px auto;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 0px 10px #e6e6e6;
    border-radius: 2px;
    background: white;
    padding: 10px;
}
.work_module h3 {
    font-size: 1.8em;
    font-weight: 800;
    margin: 15px 0; 
}
.work_module p {
    color: #000;
    font-size: 1.1em;
}
/* Section Forth End */

/* Section Fifth Begin*/
.why_cm{
    margin: 50px 0;
}
.slider_container h2 {
    font-size: 3em;
    font-weight: 800;
    color: #2a2a2a;
}
.slider_container p {
    font-size: 1.5em;
    line-height: 30px;
    color: #000;
}
.slick-prev:before, .slick-next:before{
    color: darkgrey;
    font-size: 30px;
}
.slick-prev {
    left: -70px;
}
.slick-next {
    right: -70px;
}
.slick-slider {
    box-shadow: 0px 0px 27px #efefef;
    padding: 60px 25px;
}
/* Section Fifth End*/

/*Section Last Begin*/
.join_now_cm {

}

.join_now_cm h2{
    font-size: 2em;     
    font-weight: 800;
    text-align: center;
    margin: 20px;
}
.form_div {
    box-shadow: 0 0 20px #e5e5e5;
    border-radius: 5px;
    padding: 20px;
}
.join_now_cm h3{
    font-weight: 600;
    margin-bottom: 20px;
}

/*FOOTER*/
#kt_footer{
    background: #f7f7f7;
}
.foot-icons ul li a {
    width: 34px;
    height: 34px;
    display: block;
    margin: 0;
    line-height: 34px;
    background-color: orange;
    text-align: center;
    border-radius: 3px;
    color:white !important;
    font-size:14px !important;
}

.foot-icons ul li a.facebook {
    background-color: #3b5998;
}

.foot-icons ul li a.twitter {
    background-color: #00acee;
}

.foot-icons ul li a.youtube {
    background-color: #c4302b;
}

.foot-icons ul li a.instagram {
    background-color: #40729a;
}
.foot-icons ul li a:hover{
    opacity: 0.8;
}
/* ------------------------ video modal ---------------------*/


/*MEDIA QUERY*/
@media only screen and (max-width: 576px) {
    /************************/
    .main_content_ft{
        text-align: center;
    }
    .main_content_ft h1 {
        font-size: 4em;
    }

    /***********************/
    article.careergoal_cm h2 {
        font-size: 2.5em;
        font-weight: 600;
        text-align: center;
        line-height: 40px;
    }
    .btn-play {
        top: 13%;
        left: 37%;
    }
    .btn-play a i {
        font-size: 30px !important;
        padding-left: 15px;
    }
    .btn-play a {
        width: 100px;
        height: 100px;
        line-height: 85px;
        border-radius: 50%;
        text-align: center;
    }
    .careergoal_cm{
        text-align:center;
    }
    /************************/
    .unique_content_cm {
        text-align: center;
        margin: 20px 0;
    }
    h2.content_section_heading {
        font-size: 3.5em;
        font-weight: 800;
    }
    /**************************/
    .work_module {
        width: auto;
    }
    /*************************/
    .slider_container h2 {
        font-size: 2.1em;
    }
    .slick-slider {
        padding: 30px 25px;
    }
    .why_cm_slider .slick-prev, .why_cm_slider .slick-next {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main_content_ft{
        margin-bottom: 60px;
        text-align:center;
    }
    .btn-play {
        top: 20%;
        left: 42%;
    }
    .bg-ai_img {
        height: 70vh;
    }
    .unique_content_cm{
        text-align: center;
    }
    .work_module {
        margin: 30px auto;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .main_content_ft {
        margin: 90px 0;
    }

    .btn-play {
        top: 20%;
        left: 42%;
    }
    .bg-ai_img {
        height: 50vh;
    }
    .work_module {
        padding: 10px;
        margin: 50px 15px;
    }
}