/*======= navbar link ======*/
.main-menu .navigation > li > ul > li > a{
    font-size: 16px !important;
}
.main-menu .navigation > li > ul > li:hover > a {
    background: #fbca00;
    color: #000 !important;
    font-size: 16px;
}

/*=========== What We Do css ============*/
#main_what_we_do{
    padding: 50px 0;
}

#main_what_we_do .do_heading {
    font-weight: 700;
    color: #153e4d;
    text-transform: uppercase;
    padding-bottom: 10px;
}
#main_what_we_do .do_heading::after{
    left: 42% !important;
}
#main_what_we_do .do_text {
    padding-bottom: 30px;
    font-size: 22px;
}
#main_what_we_do .img-box{
    position: relative;
    overflow: hidden;
}
#main_what_we_do .img-box img {
    width: 100%;
}
#main_what_we_do .content_box p{
    padding: 0 20px;
}
#main_what_we_do .img-box:hover .caption{
    position: absolute;
    bottom: -50px;
}
#main_what_we_do .img-box:hover .content_box{
    position: absolute;
    bottom: 0;
}
#main_what_we_do .img-box:hover .video_play{
    position: absolute;
    top: 20%;
}
#main_what_we_do .img-box .video_play{
   transition: all 0.5s ease-in-out;
}

#main_what_we_do .caption{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #153e4db5;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    background-blend-mode: overlay;
    transition: all 0.5s ease-in-out;
}
#main_what_we_do .content_box a{
    display: block;
    padding: 8px 0;
}
#main_what_we_do .content_box a:hover{
    color: #fbca00 !important;
}
#main_what_we_do .content_box{
    position: absolute;
    left: 0;
    bottom: -163px;
    text-align: center;
    background-color: #153e4d99;
    background-blend-mode: overlay;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
#main_what_we_do .overlay-box{
    padding:0 !important;
}
#main_what_we_do .overlay-box h3{
    font-weight: 600;
}
#main_what_we_do .overlay-box .text{
    line-height: 20px;
}


/*========== Why Business Task ===========*/
.business_task{
    width: 100%;
    padding-top: 50px;
}
.business_task .business_heading{
    text-align: center;
}
.business_task .business_heading h1{
    font-weight: 700;
    color: #153E4D;
    padding-bottom: 10px;
}
.business_task .peragraph{
    text-align: center;
    padding-bottom: 20px;
    font-size: 22px;
}
.business_task .business_content{
    width: 100%;
    border-radius: 10px;
    color: #000;
    display: block;
    height: 550px !important;
}
/*====== day-1 ======*/
.business_task .business_content.day_1{
    background-color:#000;
    color: #fff;
    border: 1px solid #000;
    transition: all 0.3s ease-in-out;
}
.business_task .business_content.day_1:hover {
    background-color: #fff;
    color: #000;

}
.business_task .business_content.day_1:hover h2{
    background-color: #000;
    color: #fff;
}


/*====== day-2 ======*/
.business_task .business_content.day_2{
    background-color:#000;
    color: #fff;
    border: 1px solid #000;
    transition: all 0.3s ease-in-out;
}
.business_task .business_content.day_2:hover{
    background-color: #fff;
    color: #000;

}
.business_task .business_content.day_2:hover h2{
    background-color: #000;
    color: #fff;
}

/*====== day-3 ======*/
.business_task .business_content.day_3{
    background-color:#000;
    color: #fff;
    border: 1px solid #000;
    transition: all 0.3s ease-in-out;
}
.business_task .business_content.day_3:hover {
    background-color: #fff;
    color: #000;

}
.business_task .business_content.day_3:hover h2{
    background-color: #000;
    color: #fff;
}
.business_task .business_content .business_list{
    padding: 20px !important;
}
.business_task .business_content .business_list li span{
    font-size: 12px;
}
.business_task .business_content h2{
    background-color:#fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    font-weight: 700 !important;
    color: #000;
}

/*================== MODULES ================*/
.modules_section{
    width: 100%;
    padding: 50px 0;
}
.modules_section .modules_heading{
    text-align: center;
}
.modules_section .modules_heading h1{
    font-weight: 700;
    color: #153E4D;
    margin-bottom: 30px;
}
.modules_section .modules_content{
    background-color: #fff;
    border-radius: 10px;
    height: 540px;
}
.modules_section .modules_color_01{
    border: 2px solid #2868A3;
}
.modules_section .modules_color_02{
    border: 2px solid #716f73
}
.modules_section .modules_color_03{
    border: 2px solid #004579;
}

/*======= modules-1 ======*/
.modules_section .modules_color_01:hover{
    background-color: #2868A3;
    color: #fff;
}
.modules_section .modules_color_01:hover .icon_1{
    background-color: #fff;
}
.modules_section .modules_color_01:hover .icon_1::before{
    border-top: 50px solid #fff;
    border-right: 50px solid transparent;
}
.modules_section .modules_color_01:hover i{
    color: #fff !important;
}
.modules_section .modules_color_01:hover h2{
    color: #fff;
}
.modules_section .modules_color_01:hover h3{
    color: #fff;
}
.modules_section .modules_color_01:hover .a1{
    background-color: #fff;
    color: #2868A3 !important;
}
.modules_section .modules_color_01:hover ul li{
    color: #fff;
}

/*======= modules-2 ======*/
.modules_section .modules_color_02:hover{
    background-color: #716f73;
    color: #fff;
}
.modules_section .modules_color_02:hover .icon_2{
    background-color: #fff;
}
.modules_section .modules_color_02:hover .icon_2::before{
    border-top: 50px solid #fff;
    border-right: 50px solid transparent;
}
.modules_section .modules_color_02:hover i{
    color: #fff !important;
}
.modules_section .modules_color_02:hover h2{
    color: #fff;
}
.modules_section .modules_color_02:hover h3{
    color: #fff;
}
.modules_section .modules_color_02:hover .a2{
    background-color:#fff;
    color: #716f73 !important;
}
.modules_section .modules_color_02:hover ul li{
    color: #fff;
}

/*======= modules-3 ======*/
.modules_section .modules_color_03:hover{
    background-color: #004579;
    color: #fff;
}
.modules_section .modules_color_03:hover .icon_3{
    background-color: #fff;
}
.modules_section .modules_color_03:hover .icon_3::before{
    border-top: 50px solid #fff;
    border-right: 50px solid transparent;
}
.modules_section .modules_color_03:hover i{
    color: #fff !important;
}
.modules_section .modules_color_03:hover h2{
    color: #fff;
}
.modules_section .modules_color_03:hover h3{
    color: #fff;
}
.modules_section .modules_color_03:hover .a3{
    background-color:#fff;
    color: #004579 !important;
}
.modules_section .modules_color_03:hover ul li{
    color: #fff;
}


/*==== icon image hover ======*/

.modules_section .modules_color_01:hover .first-icon654{
    opacity: 0;
}
.modules_section .modules_content:hover img.second-icon544 {
    opacity: 1;
}
.modules_section img.second-icon544 {
    width: 70px;
    position: absolute;
    opacity: 0;
}
.modules_section .modules_content a{
    position: absolute;
    bottom: 10px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding: 8px;
    text-align: center;
    font-size: 21px;
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
    border-radius: 10px;
}
.modules_section .icon_1 {
    background-color: #2868a3;
    width: 90px;
    height: 90px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius:5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    top: -2px;
}
.modules_section .icon_1::before{
    position: absolute;
    top:0;
    right: -50px;
    width: 0;
    height: 0;
    border-top: 50px solid #2868a3;
    border-right: 50px solid transparent;
    content: '';
}

.modules_section .icon_2 {
    background-color:#716f73;
    width: 90px;
    height: 90px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius:5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    top: -2px;
}
.modules_section .icon_2::before{
    position: absolute;
    top: 0;
    right: -50px;
    width: 0;
    height: 0;
    border-top: 50px solid #716f73;
    border-right: 50px solid transparent;
    content: '';
}
.modules_section .icon_3 {
    background-color: #004579;
    width: 90px;
    height: 90px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius:5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    top: -2px;
}
.modules_section .icon_3::before{
    position: absolute;
    top: 0;
    right:-50px;
    width: 0;
    height: 0;
    border-top: 50px solid #004579;
    border-right: 50px solid transparent;
    content: '';
}
.modules_section img{
    width: 70px;
    display: block;
    margin: 0 auto;
}
.modules_section .modules_list{
    padding: 20px;
}
.modules_section .modules_content h2{
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
    color: #2868A3;
    text-decoration: underline;
    font-weight: 600;
}
.modules_section .modules_content h3{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #153E4D;
    font-weight: 600;
    margin-top: 8px;
}
.modules_section .modules_content ul li{
    font-size: 14px;
    display: block;
    line-height: 18px;
    color: #000000d1;
}
.modules_section .modules_content span i{
    font-size: 8px;
    margin-right: 5px;
    color: #2868A3 !important;
}
.modules_section .modules_color_02 span i{
    color: #716f73 !important;
}
.modules_section .modules_color_03 span i{
    color: #004579 !important;
}
.modules_section .modules_content .a1{
    display: block;
    background-color: #2868A3;
    color: #fff;
}
.modules_section .modules_content .a2{
    display: block;
    background-color:#716f73;
    color: #fff;
}
.modules_section .modules_content .a3{
    display: block;
    background-color: #004579;
    color: #fff;
}
.mailpoet_form .mailpoet_submit {
	background-color: transparent !important;
	border: none !important;
}
.btn-style-two.theme-btn {
    border-bottom: none !important;
    border-radius: 5px !important;
}
.get_started .get_start_btn a {
    border-radius: 5px !important;
}
.map_training_content ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 20px;
}
.map_training_content ul li {
    list-style: disc;
}
.module-list-content .module-mainhead {
    color: #153e4d;
    font-weight: 700;
    background: #f79330;
    padding: 5px 15px;
    border-radius: 5px;
}
.clasic_training_cont h2 {
    margin: 0 0 16px !important;
}
.clasic_training_cont p {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 16px;
}