/**
 * Web Developer Custom Stylesheet
 */

#report_cover_wrap {
    margin-top: 0;
}

#report_cover_wrap .elementor-element-populated {
    padding: 0;
}

#report_cover_wrap .elementor-widget {
    margin-bottom: 0;
}

.landing_cover {
    min-height: 100vh;
}

#landing_cover1 {    
    display: flex;
    padding: 63px 45px;
}

.admin-bar #landing_cover1 {
    min-height: calc(100vh - 32px);
}

.report_cover1_top h1 {
    line-height: 1.2;
    padding: 7rem 0;
}

#report_cover1_left {
    width: calc(100% - 250px);
}

.report_cover1_left h5 {
    margin-bottom: 63px;
}

#report_cover1_right {
    width: 250px;
}

.report_cover1_right .elementor-widget-container {
    display: flex;
    justify-content: flex-end;
}

.report_cover1_right img {
    display: block;
    max-width: 100%;
    margin-top: 10px;
}

#landing_cover2 > .elementor-container {
    min-height: 100vh;
}

#landing_cover2 .landing_cover_col_left > .elementor-widget-wrap {
    padding: 63px 45px;
    align-items: center;
    display: flex;
    align-content: center;
    justify-content: flex-end;
}

.landing_cover_col_left .elementor-inner-section {
    width: 89%;
}

#landing_cover2 .landing_cover_text {
    margin-bottom: 65px;
}

.landing_cover_text p {
    margin-bottom: 5px;
}

.landing_cover_text p:last-child {
    margin-bottom: 0;
}

.landing_cover_text p strong {
    font-family: "Montserrat-Bold", Sans-serif;
}

.landing_cover_menu .elementor-nav-menu li {
    margin-bottom:  50px;
}

.landing_cover_menu .elementor-nav-menu li:last-child {
    margin-bottom:  0;
}

.landing_cover_menu .elementor-nav-menu li a {
    padding: 0;
    padding-bottom: 3px;
    border-bottom:  2px solid transparent;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.landing_cover_menu .elementor-nav-menu li a:hover, .landing_cover_menu .elementor-nav-menu li a:focus {
    padding: 0;
    padding-bottom: 3px;
    border-color: #fff;
}

#landing_cover_menu .elementor-nav-menu li ul.sub-menu {
    position: initial;
    display: block !important;
    width: 100%;
    background: transparent;
}

#landing_cover_menu .elementor-nav-menu li ul.sub-menu li {
    margin-bottom: 0;
}

#landing_cover_menu .elementor-nav-menu li ul.sub-menu li a {
    padding: 5px 0;
    margin-top: 12px;
    background: transparent;
    border-left: none;
    margin-left: 30px;
}

#landing_cover_menu .elementor-nav-menu li ul.sub-menu li a:hover {
    background: transparent;
    color: #fff;
}

#report_each_wrap {
    min-height: 100vh;
    max-width: 100%;
    position: relative;
    padding-left: 268px;
    margin-top: 0;
}

.admin-bar #report_each_wrap {
    min-height: calc(100vh - 32px);
}

.report_left_menu {
    position: fixed;
    height: 100vh;
    width: 268px;
    left: 0;
    top: 0;
    background: #62779E;
    display: flex;
    align-items: center;
    align-content: center;
}

#left_sticky_menu {
    padding: 60px 60px 60px 63px;
}

#left_sticky_menu li {
    list-style: none;
    margin-bottom: 39px;
}

#left_sticky_menu li:last-child {
    margin-bottom: 0;
}

#left_sticky_menu li a {
    font-size: 30px;
    line-height: 40px;
    transition: all 0.3s ease-in-out;
    color: #fff;
    border-bottom: 2px solid transparent;
    font-family: "Montserrat-Bold", Sans-serif;
    font-weight: 700;
}

#left_sticky_menu li a:hover, #left_sticky_menu li a:focus {
    border-color: #fff;
}

#left_sticky_menu li ul.sub-menu {
    padding-left: 8px;
}

#left_sticky_menu li ul.sub-menu li {
    margin: 0;
    margin-top: 10px;
}

#left_sticky_menu li ul.sub-menu li a {
    font-size: 16px;
    line-height: 1.2;
    border-bottom-width: 1px;
    font-weight: 400;
}

#left_sticky_menu .current_page_item > a {
    color: #ffc732;
}

#left_sticky_menu .current_page_item > a:hover, #left_sticky_menu .current_page_item > a:focus {
    border-color: transparent;
}

.report_right_main {
    padding-top: 150px;
    padding-left: 100px;
}

.report_each_title {
    margin: 0;
    margin-bottom: 50px;
    min-height: 160px;
    font-size: 71px;
    line-height: 82px;
    position: relative;
    color: #192F5B;
    text-transform: uppercase;
    font-family: "Montserrat-Regular", Sans-serif;

}

.report_each_title:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 10px;
    left: 0;
    top: 33px;
    background: #FFC732;
}

.report_each_title strong {
    display: inline-block;
    position: relative;
    background: #fff;
    padding-right: 30px;
    font-family: "Montserrat-Bold", Sans-serif;
}

.report_each_title span {
    display: block;
    padding-right: 85px;
}

.report_main_content {
    padding-right: 85px;
}

.report_right_main .elementor-9528 {
    margin-left: -100px;
}
#left_sticky_menu li.menu-item-type-custom a {
    font-size: 16px;
	line-height: 1.2;
}


/**
 * Web Developer Custom Media Query
 */

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

#landing_cover1 .report_cover1_top h1 {
    font-size: 132px;
}

#report_cover1_left h5 {
    font-size: 42px;
    line-height: 48px;
}

#report_cover1_left h6 {
    font-size: 24px;
    line-height: 27px;
}

.landing_cover_col_left .elementor-inner-section {
    width: 100%;
}

#landing_cover2 .landing_cover_text {
    margin-bottom: 54px;
}

#landing_cover2 .landing_cover_text p {
    font-size: 36px;
    line-height: 40px;
}

.landing_cover_menu .elementor-nav-menu li {
    margin-bottom: 39px;
}

#landing_cover2 .landing_cover_menu li a {
    font-size: 33px;
}

#landing_cover_menu .elementor-nav-menu li ul.sub-menu li a {
    font-size: 20px;
    line-height: 1;
}

#report_each_wrap {
    padding-left: 200px;
}

.report_left_menu {
    width: 200px;
}

#left_sticky_menu {
    padding: 50px 36px 50px 42px;
}

#left_sticky_menu li {
    margin-bottom: 32px;
}

#left_sticky_menu li a {
    font-size: 25px;
    line-height: 33px;
}

#left_sticky_menu li ul.sub-menu li a {
    font-size: 13px;
}

.report_right_main {
    padding-top: 120px;
    padding-left: 63px;
}

.report_each_title {
    min-height: 136px;
    font-size: 54px;
    line-height: 67px;
}

.report_each_title:before {
    height: 7px;
    top: 28px;
}

.report_each_title span {
    padding-right: 36px;
}

.report_main_content {
    padding-right: 45px;
}

.report_right_main .elementor-9528 {
    margin-left: -63px;
}
	 #left_sticky_menu li.menu-item-type-custom a {
    	font-size: 13px;
	}

}


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

#landing_cover1 .report_cover1_top h1 {
    font-size: 112px;
    padding:  5rem 0;
}

#report_cover1_left {
    width: calc(100% - 190px);
}

#report_cover1_left h5 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 32px;
}

#report_cover1_left h6 {
    font-size: 21px;
    line-height: 24px;
}

#report_cover1_right {
    width: 190px;
    padding-left: 20px;
}

#landing_cover2 .landing_cover_text {
    margin-bottom: 42px;
}

#landing_cover2 .landing_cover_text p {
    font-size: 32px;
    line-height: 36px;
}

.landing_cover_menu .elementor-nav-menu li {
    margin-bottom: 25px;
}

#landing_cover2 .landing_cover_menu li a {
    font-size: 27px;
    line-height: 36px;
}

#report_each_wrap {
    padding-left: 180px;
}

.report_left_menu {
    width: 180px;
}

#left_sticky_menu {
    padding: 50px 36px;
}

#left_sticky_menu li a {
    font-size: 25px;
    line-height: 33px;
}

#left_sticky_menu li ul.sub-menu li a {
    font-size: 12px;
}
	

    #left_sticky_menu li.menu-item-type-custom a {
    	font-size: 12px;
	}

.report_main_content {
    padding-right: 36px;
}

.report_right_main {
    padding-left: 42px;
}

.report_each_title {
    min-height: 90px;
    font-size: 32px;
    line-height: 45px;
}

.report_each_title:before {
    height: 5px;
    top: 20px;
}

.report_each_title strong {
    padding-right: 21px;
}

.report_right_main .elementor-9528 {
    margin-left: -42px;
}

}


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

.admin-bar #landing_cover1 {
    min-height: calc(100vh - 46px);
}

.admin-bar #report_each_wrap {
    min-height: calc(100vh - 46px);
}

}


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

#landing_cover1 .report_cover1_top h1 {
    font-size: 90px;
    padding: 3rem 0 5rem;
    text-align: center;
}

#report_cover1_left {
    width: 100%;
}

#report_cover1_left h5 {
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 21px;
    text-align: center;
}

#report_cover1_left h6 {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
}

#report_cover1_left .elementor-widget-heading {
    width: 100%;
}

#report_cover1_right {
    margin: 45px auto 0;
    padding: 0;
}

.landing_cover_col_left {
    background: url('../imgs/report-girl.jpg') no-repeat center center;
    background-size: cover;
}

#landing_cover2 .landing_cover_col_left > .elementor-widget-wrap {
    background: rgba(98, 119, 158, 0.9);
}

.landing_cover_col_right {
    display: none;
}

#report_each_wrap {
    padding-left: 0;
}

body.menu_on {
    overflow-y: hidden;
}

body.menu_on:before {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
}

.report_left_menu {
    transition: all 0.5s ease-in-out;
    transform: translateX(-100%);
    z-index: 9;
}

.report_left_menu.expanded {
    transform: translateX(0);
}

#left_sticky_menu {
    padding: 42px 36px;
}

#left_sticky_menu li {
    margin-bottom: 27px;
}

#left_sticky_menu li a {
    font-size: 21px;
    line-height: 27px;
}

.report_right_main {
    padding-left: 36px;
    padding-top: 72px;
}

#toggle_menu {
    background: url('../imgs/hamburger.svg') no-repeat center center #62779E;
    width: 45px;
    height: 40px;
    position: absolute;
    right: -45px;
    top: 15px;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    background-position: left 6px top 5px;
}

#toggle_menu.active {
    background: url('../imgs/close.svg') no-repeat center center #62779E;
    background-position: left 6px top 5px;
}

.admin-bar #toggle_menu {
    top: 61px;
}

}


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

#landing_cover1 {
    padding: 55px 30px;
}

#landing_cover1 .report_cover1_top h1 {
    padding: 2rem 0 4rem;
    font-size: 72px;
}

#report_cover1_left h5 {
    font-size: 20px;
    line-height: 27px;
}

#report_cover1_left h6 {
    font-size: 16px;
    line-height: 18px;
}

#landing_cover_menu .elementor-nav-menu li ul.sub-menu li a {
    font-size: 16px;
    margin-top: 5px;
    margin-left: 25px;
}

#report_cover1_right {
    width: 160px;
}

#landing_cover2 .landing_cover_col_left > .elementor-widget-wrap {
    padding: 55px 36px;
}

#landing_cover2 .landing_cover_text {
    margin-bottom: 32px;
}

#landing_cover2 .landing_cover_text p {
    font-size: 27px;
    line-height: 30px;
}

.landing_cover_menu .elementor-nav-menu li {
    margin-bottom: 18px;
}

#landing_cover2 .landing_cover_menu li a {
    font-size: 21px;
    line-height: 27px;
}

}