*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face{
    src:url(../font/DroidSerif-Regular.ttf);
    font-family: fontdesign;
}
a{
    text-decoration: none!important;
}
body{
    background-color: #FAF6F3!important;
    color: #161414!important;
    font-weight: 400!important;
    font-family: fontdesign!important;
}
.hero_section{
    padding: 4rem 3.5rem;
}
.hero_title_box .hero_title{
    color: #161414;
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 0.86px;
    text-transform: capitalize;
    margin-top: 4rem;
}
.hero_title_box .hero_title span{
    color: #FD5932;
}
.hero_title_box p{
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 0.42px;
}
.hero_img img{
    width: 100%;
}
.explore_btn{
    /* border-radius: 8px;
    background: #FD5932;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.07);
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px;
    letter-spacing: 0.44px;
    text-transform: capitalize;
    padding: 1rem 2rem; */

    border-radius: 8px;
    background: #fd5932;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .07);
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: .44px;
    text-transform: capitalize;
    padding: 1rem 2rem;
}

.explore_btn i{
    transform: rotate(-38deg);
    flex-shrink: 0;
    font-size: 22px;
}



/*first-module*/
.first_module{
    padding: 4rem 3.5rem;
}
.first_module_title{
    color: #161414;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 121%;
}
.first_module_subtitle{
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    text-align: center;
}

.first_module .sub_module1{
    border-radius: 20px;
    box-shadow: 0px 4px 4px 9px rgba(253, 89, 50, 0.02);
    padding: 2rem;
}
.module1{
    background: #FFF1F1;
}
.module2{
    background: #FFEAFC;
}
.module3{
    background: #F9F5FF;
}
.module4{
    background: #F2F7FF;
}
.module5{
    background: #F6FFED;
}
.module6{
    background: #FFEFE6;
}
.module1 .icon_box img{
    background: #FFDDDD;
}
.module2 .icon_box img{
    background: #FFB6F5;
}
.module3 .icon_box img{
    background: #EADBFF;
}
.module4 .icon_box img{
    background: #CBDFFF;
}
.module5 .icon_box img{
    background: #E3FFC7;
}
.module6 .icon_box img{
    background: #FFE1D0;
}
.first_module .sub_module1 .question_bank_icon img{
    border-radius: 8px;
    width: 85px;
    height: 85px;
    padding: 1rem;
    margin: auto;
    display: block;
}
.sub_module1{
    margin: 2rem 0rem 0rem;
}
.sub_module1 .icon_box{
    padding: 1rem;
}
.sub_module1 .submodule1_content{
    padding: 1rem 1rem;
}

.sub_module1 .submodule1_content h3{
    color: #161414;;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.sub_module1 .submodule1_content p{
    color: #585858;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*feature*/
.feature1, .feature2, .feature3{
    border-radius: 10px;
    background: #FFFAF2;
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.10);
    padding: 1rem 2rem;
    height: 100%;
    margin: 2rem 0rem 0rem;
}
.feature1 .icon_box{
    padding: 1rem 0rem;
}
.feature1 .icon_box img{
    border-radius: 5px;
    background: #FD5932;
    width: 60px;
    height: 60px;
    padding: 0.5rem;
    box-shadow: rgba(255, 114, 0, 1) 2px 1px 23px 2px;
}
.feature1 .feature1_content h3{
    color: #FD5932;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 126.688%;
    padding: 0.6rem 0rem 0.3rem
}
.feature1 .feature1_content p{
    color: #585858;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

/*career insight*/
.career_section{
    background: #FDFCF5;
}
.box1{
    border-radius: 14px 0px 0px 14px;
    background: #FFF;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.09);
    padding: 1.5rem 2rem;
    margin: 1rem 0rem;
    width: 100%;
}
.box1 .icon_box img{
    border-radius: 5px;
    width: 60px;
    height: 60px;
    padding: 0.5rem;
}
.box1 .zig_zag_content h3{
    color: #161414;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.zig_zag_content{
    padding: 1.5rem 0rem 0.5rem;
}
.box1 .zig_zag_content p{
    color: #585858;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.zig_zag_box .design_box1{
    border-left: 6px solid #C7FA74;
}
.zig_zag_box .design_box1 .icon_box img{
    background: #C7FA74;
    box-shadow: rgba(199, 250, 116, 1) 2px 1px 23px 2px;
}
.zig_zag_box .design_box2{
    border-left: 6px solid #FAC474;
}
.zig_zag_box .design_box2 .icon_box img{
    background: #FAC474;
    box-shadow: rgba(250, 196, 116, 1) 2px 1px 23px 2px;
}
.zig_zag_box .design_box3{
    border-left: 6px solid #B774FA;
}
.zig_zag_box .design_box3 .icon_box img{
    background: #B774FA;
    box-shadow: rgba(183, 116, 250, 1) 2px 1px 23px 2px;
}
.zig_zag_box .design_box4{
    border-left: 6px solid #FA74A4;
    margin-left: 4rem;
}
.zig_zag_box .design_box4 .icon_box img{
    background: #FA74A4;
    box-shadow: rgba(250, 116, 164, 1) 2px 1px 23px 2px;
}
.zig_zag_box .design_box5{
    border-left: 6px solid #7491FA;
}
.zig_zag_box .design_box5 .icon_box img{
    background: #7491FA;
    box-shadow: rgba(116, 145, 250, 1) 2px 1px 23px 2px;
}
.first_module .career_content h2{
    color: #161414;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 121%;
}
.first_module .career_content p{
    color: #585858;
    font-size: 21px;
    font-family: Droid Serif;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}                                                            


/*networking boost*/
.boost{
    border-radius: 19px;
    background: #FFF6E5;
    padding: 4rem 4rem;
}
.performance img, .boost_img img{
    width: 100%;
}
.performance img{
    margin-top: 11rem;
}
.boost_content h2{
    color: #161414;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.boost_content p{
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
}

/*knowledge hub*/
.knowledge_hub{
    background: #FDFCF5;
}
.knowledge_box1{
    border-radius: 14px;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.09);
    padding: 1.5rem 2rem;
    margin: 1rem 0rem;
}
.knowledge_box1 .icon_box img{
    border-radius: 5px;
    width: 60px;
    height: 60px;
    padding: 0.5rem;
}
.knowledge_box1 .knowledge_box_content{
    padding: 1rem 0rem;
}
.knowledge_box1 .knowledge_box_content h3{
    color: #161414;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}
.knowledge_box1 .knowledge_box_content p{
    color: #585858;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
}
.hub1{
    border: 0px solid #FAC474;
    background: #F6FFD3;
}
.hub1 .icon_box img{
    background: #FAC474;
    box-shadow: rgba(250, 196, 116, 1) 2px 1px 23px 2px;
}
.hub2{
    border: 0px solid #B774FA;
    background: #FFE3F5;
}
.hub2 .icon_box img{
    background: #B774FA;
    box-shadow: rgba(183, 116, 250, 1) 2px 1px 23px 2px;
}
.hub3{
    border: 0px solid #7491FA;
    background: #FFF0E5;
}
.hub3 .icon_box img{
    background: #7491FA;
    box-shadow: rgba(116, 145, 250, 1) 2px 1px 23px 2px;
}
.knowledge_content_box{
    padding-left: 1rem;
}
.knowledge_content_box h2{
    color: #161414;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 121%;
}
.knowledge_content_box p{
    color: #585858;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
/*showtalent video*/
.boxing1{
     border-radius: 14px;
     padding: 1.5rem;
     margin-top: 0.5rem;
     height: 100%;
}
.video_content{
    padding: 1rem 0rem;
}
.boxing1 .video_content h3{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}
.boxing1 .video_content p{
    color: #585858;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.boxing1 .icon_box img{
    border-radius: 5px;
    background: #FD5932;
    width: 60px;
    height: 60px;
    padding: 0.5rem;
    box-shadow: rgba(255, 114, 0, 1) 2px 1px 23px 2px;
}
.video1{
    background: #FDEEFF;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.09);
}
.video2{
    background: #EEFAFF;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.09);
}
.video3{
  background: #FEFFEE;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.09);
}

/*resource library*/
.resource_library{
    background: rgba(217, 217, 217, 19%);
}
.first_box{
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.09);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    margin-top: 2rem;
    height: 100%;
}
.resource_box1{
    border-right: 14px solid #B774FA;
    border-bottom: 14px solid #B774FA;
}
.first_box .icon_box img{
    width: 65px;
    height: 65px;
    border-radius: 5px;
    background: #B774FA;
    padding: 0.8rem;
}
.resource_box1 .icon_box img{
    background: #B774FA;
    box-shadow: rgba(183, 116, 250, 1) 2px 1px 23px;
}
.first_box .box_content{
    padding-left: 1.5rem;
}
.first_box .box_content h3{
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.first_box .box_content p{
    color: #585858;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.resource_box2 .icon_box img{
    background: #FF5771;
    box-shadow: rgba(255, 87, 113, 1) 2px 1px 23px;
}
.resource_box2{
    border-right: 14px solid #FF5771;
    border-bottom: 14px solid #FF5771;
}
.resource_box3{
    border-right: 14px solid #7491FA;
    border-bottom: 14px solid #7491FA;
}
.resource_box3 .icon_box img{
    background: #7491FA;
    box-shadow: rgba(116, 145, 250, 1) 2px 1px 23px;
}

/*personal networking*/
.personal_networking{
    padding: 3rem 0rem;
}
.networking{
    /* background: url('../icon/bg_design.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}
.network_box{
    border-radius: 23px;
    background: #FFF;
    box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.10);
    padding: 3rem 2rem;
    margin-top: 2rem;
}
.network_box .icon_box img{
    width: 70px;
    height: 70px;
    border-radius: 12px;
    padding: 0.8rem;
}
.network_box .box_content{
    padding: 1rem 0rem;
}
.network_box .box_content h3{
    color: #161414;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.network_box .box_content p{
    color: #383838;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.personal_box1 .icon_box img{
    background: rgba(255, 243, 217, 0.67);
}
.personal_box2 .icon_box img{
    background: #FFEBEB;
}
.personal_box3 .icon_box img{
    background: #EBF6E7;
}

/*educational networking*/
.educational_network{
    background: rgba(217, 217, 217, 19%);
}
.educational_box{
    border-radius: 14px;
    border: 0px solid #C7FA74;
    background: #FFF;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.09);
    padding: 2rem;
    margin: 1rem 0rem;
}
.educational_network_content h2{
    color: #161414;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 121%;
}
.educational_network_content p{
    color: #585858;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}
.educational_box .icon_box img{
    width: 65px;
    height: 65px;
    border-radius: 5px;
    padding: 0.8rem;
}
.educational_network_box1 .icon_box img{
    background: #C7FA74;
    box-shadow: rgba(199, 250, 116, 1) 2px 1px 23px;
}
.educational_box .education_content{
    padding: 1.5rem 0rem 1rem;
}
.educational_box .education_content h3{
    color: #161414;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.educational_box .education_content p{
    color: #585858;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.educational_network_box2 .icon_box img{
    background: #B774FA;
    box-shadow: rgba(183, 116, 250, 1) 2px 1px 23px;
}
.educational_network_box3 .icon_box img{
    background: #FAC474;
    box-shadow: rgba(250, 196, 116, 1) 2px 1px 23px;
}
.educational_network_box4 .icon_box img{
    background: #7491FA;
    box-shadow: rgba(116, 145, 250, 1) 2px 1px 23px;
}

/*online class*/
.collabration_content .online_class_item{
    padding: 1rem 0 0.6rem;
}
.collabration_content .online_class_item .online_class_item_list i{
    color: #FF7200;
    margin-right: 8px;
}
.collabration_content .online_class_item .online_class_item_list{
    list-style: none;
    color: #585858;
    font-size: 18px;
    font-style: normal;
    display: flex;
    align-items: center;
    font-weight: 400;
    line-height: 125%;
    padding: 0.3rem 0rem;
}

.collabration_content .community_type{
    color: #000;
    font-family: Droid Serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 2rem;
}
.collabration_content .demo_btn{
    border-radius: 3px;
    background: #FD5932;
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    padding: 1rem 2rem;
}

/*network building*/
.networking_building{
    /* background: url('../icon/right_bg_design.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.building_network{
    position: relative;
    overflow: hidden;
}
.networking_building_content h2{
    color: #161414;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;   
}
.networking_building_content p{
    color: #383838;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;  
    margin: 0;
}
.network_building_box1 .icon_box img{
    background: #D2E7FF; 
    margin: auto;
    display: block;   
}
.network_building_box2 .icon_box img{
    background: rgba(255, 243, 217, 0.67);
    margin: auto;
    display: block;
}
.network_building_box3 .icon_box img{
    background: #FFEBEB;
    margin: auto;
    display: block;
}
.network_building_box4 .icon_box img{
    background: rgba(235, 246, 231, 1);
    margin: auto;
    display: block;
}
.network_building_box1{
    margin-top: 3rem;
}
.network_building_box2{
    margin-top: -3rem;
}
.network_building_box3{
    margin-top: 2rem;
}
.network_building_box4{
    margin-top: -2rem;
    background: #FFFAF2;
}
.network_building_box1 h3, .network_building_box1 p,
.network_building_box2 h3, .network_building_box2 p,
.network_building_box3 h3, .network_building_box3 p,
.network_building_box4 h3, .network_building_box4 p{
    text-align: center;
}

/*community interaction*/
.community_network{
    background: #f5f5f5;
    margin: 3rem 0rem;
}
.comunity_graphic img{
    width: 100%;
/*    padding: 2rem*/
}
.community_network_content h2{
    color: #161414;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}
.community_network_content p{
    color: #585858;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}
.community_box{
    display: flex;
    align-items: center;
    padding: 2rem;
    border-radius: 11px;
    background: #FFF;
    box-shadow: 2px 2px 2px 10px rgba(253, 89, 50, 0.03);
    margin-top: 2rem;

}
.community_box .community_box_content{
    padding-left: 2rem;
    border-left: 3px solid #B774FA;
}
.community_box .icon_box img{
    border-radius: 5px;
    background: #B774FA;
    box-shadow: rgba(183, 116, 250, 1) 2px 1px 23px;
    margin-right: 2rem;
}
.community_box_content h3{
    color: #161414;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}
.community_box_content p{
   color: #585858;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}
/*collaboration opportunities*/
.collabration_img img{
    width: 100%;
}
.collabration_content h2{
    color: #161414;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}
.collabration_content p{
    color: #585858;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}
.collab_box{
    border-radius: 14px;
    border: 0px solid #FAC474;    
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.09);
    padding: 1.8rem;
    margin-top: 2rem;
    height: 100%;
}
.collaboration_box1{
    background: #EEFAFF;   
}
.collaboration_box1 .icon_box img{
    border-radius: 12px;
    background:#D2E7FF;
    padding: 0.8rem;
    width: 65px;
    height: 65px;
}
.collaboration_box2 .icon_box img{
    border-radius: 12px;
    background:#F1D1FC;
    padding: 0.8rem;
    width: 65px;
    height: 65px;
}
.collaboration_box2{
    background: #F9EFFF;
}
.collab_box .collab_content{
    margin-top: 2rem;
}
.collab_box .collab_content h3{
    color: #161414;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}
.collab_box .collab_content p{
    color: #585858;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

/* monetize content */
.monatize_content{
    padding-left: 20px;
}
.monatize_content h2{
    color: #161414;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}
.monatize_content h5{
    color: #333;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}
.monatize_content p{
    color: #585858;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}
/* slick dots  */
.slick-dots{
    position: absolute;
    top: 0%;
    width: auto;
}
.slick-dots li{
    font-size: 55px;
    color: #A6A6A6;
    line-height: 55px;
    cursor: pointer;
}
.slick-dots .slick-active{
    color: #FD5932;
    /* line-height: 26px!important; */
}
.slick-dots .slick-active > ::marker{
    border: 1px solid #FD5932;
}
.slick-dots button{
    display: none;
}
.btn-danger{
    background-color: #FD5932!important;
    border-color: #FD5932!important;
    padding: 0.8rem 2.3rem!important;
}








/*join community*/
.right_community_member img, .left_community_member img{
    width: 100%;
} 
.join_community_box{
    padding: 3rem;
    border-radius: 26px;
    background: radial-gradient(505.54% 58.12% at 50.04% 50.13%, rgba(222, 226, 250, 0.00) 0%, #DEE2FA 100%);
}
.center_community_content h2{
    color: #161414;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.center_community_content p{
    color: #383838;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.subscribe_newsletter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 2rem auto;
}
.subscribe_newsletter{
    border-radius: 8px;
    background: #FFF;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.07);
}
.subscribe_newsletter input{
    border: none;
    padding: 0px 1rem;
    box-shadow: none;
    outline: none;
    width: 70%;
}
.subscribe_newsletter input:hover, .subscribe_newsletter input:focus, .subscribe_btn:hover, .subscribe_btn:focus{
    box-shadow: none!important;
    border: none!important;
    outline: none!important;
}
.subscribe_newsletter .subscribe_btn{
    width: 40%;
    padding: 1rem;
    border-radius: 0px 8px 8px 0px!important;
    background: #FD5932!important;
    border: none!important;
}


/*hover effect*/
.sub_module1 .submodule1_content h3:hover, .box1 .zig_zag_content h3:hover, .knowledge_box1 .knowledge_box_content h3:hover, .boxing1 .video_content h3:hover, .first_box .box_content h3:hover, .network_box .box_content h3:hover, .educational_box .education_content h3:hover, .network_box .box_content h3:hover, .community_box_content h3:hover, .collab_box .collab_content h3:hover{
    color: #ff7200;
    transition: all 0.6s ease-in-out;
}
.module1 .icon_box img:hover{
    box-shadow: rgba(255, 102, 102, 1) 2px 1px 23px 2px;
    transition: all 0.5s ease;
}
.module2 .icon_box img:hover{
    box-shadow: rgba(255, 31, 224, 1) 2px 1px 23px 2px;
    transition: all 0.5s ease;
}
.module3 .icon_box img:hover{
    box-shadow: rgba(155, 87, 250, 1) 2px 1px 23px 2px;
    transition: all 0.5s ease;
}
.module4 .icon_box img:hover{
    box-shadow: rgba(52, 127, 249, 1) 2px 1px 23px 2px;
    transition: all 0.5s ease;
}
.module5 .icon_box img:hover{
    box-shadow: rgba(155, 255, 55, 1) 2px 1px 23px 2px;
    transition: all 0.5s ease;
}
.module6 .icon_box img:hover{
    box-shadow: rgba(255, 125, 52, 1) 2px 1px 23px 2px;
    transition: all 0.5s ease;
}



.zig_zag_box .design_box1 .icon_box img:hover{
    box-shadow: rgb(171 255 35) 2px 1px 23px 2px;
    transform:scale(1.2);
    transition: all 0.5s ease;

}
.zig_zag_box .design_box2 .icon_box img:hover{
    box-shadow: rgb(255 169 41) 2px 1px 23px 2px;
    transform:scale(1.2);
    transition: all 0.5s ease;

}
.zig_zag_box .design_box3 .icon_box img:hover{
    box-shadow: rgb(155 56 255) 2px 1px 23px 2px;
    transform:scale(1.2);
    transition: all 0.5s ease;

}
.zig_zag_box .design_box4 .icon_box img:hover{
    box-shadow: rgb(255 44 120) 2px 1px 23px 2px;
    transform:scale(1.2);
    transition: all 0.5s ease;

}
.zig_zag_box .design_box5 .icon_box img:hover{
    box-shadow: rgb(61 102 250) 2px 1px 23px 2px;
    transform:scale(1.2);
    transition: all 0.5s ease;

}

.hub1 .icon_box img:hover{
    box-shadow: rgb(255 169 41) 2px 1px 23px 2px;
    transform:scale(1.2);
    transition: all 0.5s ease;
}
.hub2 .icon_box img:hover{
    box-shadow: rgb(155 56 255) 2px 1px 23px 2px;
    transform:scale(1.2);
    transition: all 0.5s ease;
}
.hub3 .icon_box img:hover{
    box-shadow: rgb(61 102 250) 2px 1px 23px 2px;
    transform:scale(1.2);
    transition: all 0.5s ease;
}
.boxing1 .icon_box img:hover{
    box-shadow: rgba(255, 114, 0, 1) 2px 1px 23px 2px;
    transform:scale(1.2);
    transition: all 0.5s ease;
}

.resource_box1 .icon_box img:hover{
    box-shadow: rgb(155 56 255) 2px 1px 23px 2px;
    transform:scale(1.2);
    transition: all 0.5s ease;
}
.resource_box2 .icon_box img:hover{
    box-shadow: rgb(255 23 59) 2px 1px 23px 2px;
    transform:scale(1.2);
    transition: all 0.5s ease;
}
.resource_box3 .icon_box img:hover{
    box-shadow: rgb(61 102 250) 2px 1px 23px 2px;
    transform:scale(1.2);
    transition: all 0.5s ease;
}
.personal_box1 .icon_box img:hover{
    box-shadow: rgb(255 174 0) 2px 1px 23px 2px;
    transition: all 0.5s ease;
}
.personal_box2 .icon_box img:hover{
    box-shadow: rgb(255 45 45) 2px 1px 23px 2px;
    transition: all 0.5s ease;
}
.personal_box3 .icon_box img:hover{
    box-shadow: rgb(100 255 44) 2px 1px 23px 2px;
    transition: all 0.5s ease;
}
.educational_network_box1 .icon_box img:hover{
    box-shadow: rgb(171 255 35) 2px 1px 23px 2px;
    transform:scale(1.2);
    transition: all 0.5s ease;   
}
.educational_network_box2 .icon_box img:hover{
     box-shadow: rgb(155 56 255) 2px 1px 23px 2px;
    transform:scale(1.2);
    transition: all 0.5s ease; 
}
.educational_network_box3 .icon_box img:hover{
    box-shadow: rgb(255 169 41) 2px 1px 23px 2px;
    transform:scale(1.2);
    transition: all 0.5s ease;
}
.educational_network_box4 .icon_box img:hover{
    box-shadow: rgb(61 102 250) 2px 1px 23px 2px;
    transform:scale(1.2);
    transition: all 0.5s ease;
}
.network_building_box1 .icon_box img:hover{
    box-shadow: rgb(49 145 255) 2px 1px 23px 2px;
    transition: all 0.5s ease;
}
.network_building_box2 .icon_box img:hover{
    box-shadow: rgb(255 181 20) 2px 1px 23px 2px;
    transition: all 0.5s ease;
}
.network_building_box3 .icon_box img:hover{
    box-shadow: rgb(255 0 0) 2px 1px 23px 2px;
    transition: all 0.5s ease;
}
.network_building_box4 .icon_box img:hover{
    box-shadow: rgb(87 252 27) 2px 1px 23px 2px;
    transition: all 0.5s ease;
}
.community_box .icon_box img:hover{
    box-shadow: rgb(155 56 255) 2px 1px 23px 2px;
    transform: scale(1.2);
    transition: all 0.5s ease;
}
.collaboration_box1 .icon_box img:hover{
    box-shadow: rgb(49 145 255) 2px 1px 23px 2px;
    transition: all 0.5s ease;
}
.collaboration_box2 .icon_box img:hover{
    box-shadow: rgb(200 41 255) 2px 1px 23px 2px;
    transition: all 0.5s ease;
}
.explore_btn:hover{
    color:#ff7200;
    background: #fff;
    border: 1px solid #ff7200;
    box-shadow: rgba(255, 114, 0, 1) 0px 0px 14px 0px;
    transition: all 0.6s ease;
}