/*==== Global Css =====*/
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: #a6a6a66e;
}
::-webkit-scrollbar-thumb {
    background-color: #006699;
    border-radius:5px;
}
p:last-child {
    margin-bottom: 0px;
}
/* ==== Header =====*/
.header-wy.elementor-sticky--effects {
    box-shadow: 0 0 10px 0 #00000029;
}
/* ==== newsletter form =====*/
.subscribe-form-wy form {
    max-width:640px;
    margin: 0 auto;
    position: relative;
}
.subscribe-form-wy .ginput_container_email input {
    padding: 10px !important;
    border-radius: 8px!important;
    height: 58px !important;
    border-color: #fff !important;
	font-size: 16px !important;
}
.subscribe-form-wy input[type="submit"] {
    position: absolute;
    right: 10px;
    top: 6px;
    margin-bottom: 0px !important;
    font-size: 20px !important;
    padding: 12px 20px !important;
    background: #006699 !important;
	border-color: #006699 !important;
}
.gform-footer input[type="submit"] {
    font-size: 20px !important;
    padding: 12px 20px !important;
    background: #006699 !important;
	border-color: #006699 !important;
}
.gform-footer input[type="submit"]:hover {
    background: #033751 !important;
	border-color: #033751 !important;
}
.gform_validation_errors {
    display: none !important;
}
.subscribe-form-wy .gform_confirmation_message {
    text-align: center;
}
.subscribe-form-wy .gform_footer {
    padding: 0px !important;
	margin: 0px !important;
}
/* upload file */

.upload-file-form-wy form {
    max-width: 774px !important;
    margin: 0 auto !important;
}
.upload-file-form-wy .gform_fields {
    position: relative;
}
.upload-file-form-wy .gform_drop_area {
    background: #F3F5F5 !important;
    box-shadow: 0px 4px 20px 0px #00000040 !important;
    border: 0 !important;
	padding: 50px 30px 80px 30px !important;
    border-radius: 10px !important;
}
.upload-file-form-wy .gform_button_select_files {
	background: #006699 !important;
	border-color: #006699 !important;
}
.upload-file-form-wy .gform_fileupload_rules {
	display: none !important;
}
.upload-file-form-wy .gform-footer input[type="submit"] {
    font-size: 16px !important;
    display: none !important;
}
.upload-file-form-wy .gform-footer input[type="submit"].active-submit {
    display: block !important;
}

.upload-file-form-wy .gfield--type-fileupload .gfield_description {
    position: absolute;
    top: 96px;
    font-size: 18px !important;
    color: #006699 !important;
    width: 100%;
    text-align: center;
}
.upload-file-form-wy .gfield--type-fileupload .gform_button_select_files {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0 !important;
}
.upload-file-form-wy .gfield--type-fileupload span.gform_drop_instructions {
    display: none !important;
}
/* heading bg */
.heading-bg-wy .elementor-heading-title {
    max-width: fit-content;
    position: relative;
}
.heading-bg-wy .elementor-heading-title:after {
    content:"";
    width: 100%;
    height: 48px;
    border-radius: 8px;
    background: #F3F5F5;
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: -14px;
}
/* table */
.resource-table-wy th {
    color: #006699;
    font-weight: 600;
	font-size: 28px;
	line-height: 1.14;
}
.resource-table-wy th:first-child {
    text-align: left;
	width:60%;
}
.resource-table-wy td {
    font-size: 20px;
    color: #7b7b7b;
    text-align: center;
}
.resource-table-wy table tbody>tr:nth-child(odd)>td,.resource-table-wy table tbody>tr:nth-child(odd)>th {
    background: transparent !important;
}
.resource-table-wy td:first-child {
    text-align: left;
}
/*=== reports cards ===*/
.report-list-wrapper {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.report-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
}
.report-year {
    border-radius: 8px !important;
    border: 0px !important;
    height: 57px !important;
    box-shadow: none !important;
    padding: 10px 15px;
}
.report-year:focus {
    outline: none  !important;
}
/* pagination */
.carousel-pagination-wy .swiper-pagination-bullet {
    width: 200px !important;
    border-radius: 0;
    height: 11px !important;
    background-color: #D9D9D9 !important;
    opacity: 1 !important;
}
.carousel-pagination-wy  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #006699 !important;

}
.padding-left-section {
    padding-left: calc((100vw - 1528px) / 2) !important;
}
/* contact us form */
.contact-form-wy .ginput_container>input {
    border-radius: 8px !important;
    border: 0px !important;
    height: 57px !important;
    box-shadow: none !important;
}
.contact-form-wy .ginput_container input:focus {
    outline: none  !important;
}
.contact-form-wy  .ginput_container_select select  {
    border-radius: 8px !important;
    border: 0px !important;
    height: 57px !important;
    box-shadow: none !important;
    padding: 10px 15px;
}
.contact-form-wy .ginput_container_select select:focus {
    outline: none  !important;
}
.contact-form-wy .ginput_container_textarea textarea {
    border-radius: 8px !important;
    border: 0px !important;
    box-shadow: none !important;
}
.contact-form-wy .ginput_container_radio .gfield_radio {
    flex-direction: row !important;
	flex-wrap: wrap;
    gap: 30px !important;
}
.contact-form-wy .gform-footer input[type="submit"] {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.contact-form-wy .gfield_label {
    font-size: 22px !important;
    font-weight: 600 !important;
}
p.gform_required_legend {
    display: none;
}
.contact-form-wy .gform_footer {
    justify-content: center !important;
}

.left-identify-form .ginput_container>input {
    border-radius: 8px !important;
    border: 0px !important;
    height: 57px !important;
    box-shadow: none !important;
}
.left-identify-form .ginput_container input:focus {
    outline: none  !important;
}
.left-identify-form  .ginput_container_radio .gfield_radio {
    flex-direction: row !important;
	flex-wrap: wrap;
    gap: 30px !important;
}
.left-identify-form .gfield_label {
    color: #fff !important;
}
.left-identify-form .gform-field-label {
    color: #fff !important;
}
.left-identify-form .gform_button {
    display: none !important;
}
/* ============================Media query ================== */

@media (max-width:1680px) and (min-width:1201px) {
	h1 {
		font-size: 50px !important;
	}
	h2 {
		font-size: 44px !important;
	}
}
@media (max-width:1500px) and (min-width:1201px) {
	.header-wy .header-logos-wy {
		width: 20%;
		gap: 5px;
	}
	.header-wy .header-menu-wy {
		width: 80%;
	}
	.header-menu-wy .elementor-item {
		font-size: 12px !important;
	}
}
@media (max-width:1250px) and (min-width:1201px) {
	.header-menu-wy .elementor-item {
		font-size: 11px !important;
	}
}
@media (max-width:1580px) {
	.padding-left-section {
		padding-left: 50px !important;
	}
}
@media (max-width:1200px) {
	.resource-table-wy th {
		font-size: 22px;
	}
	.resource-table-wy td {
		font-size: 16px;
	}
	.carousel-pagination-wy .swiper-pagination-bullet {
		width: 50px !important;
		height: 6px !important;
	}
	.padding-left-section {
		padding-left: 20px !important;
	}
    .upload-file-form-wy .gfield--type-fileupload .gfield_description {
		font-size: 16px !important;
	}
}

@media (max-width:980px) {
	.resource-table-wy th {
		font-size: 20px;
	}
	.resource-table-wy td {
		font-size: 14px;
	}
    .report-year {
        height: 48px !important;
    }
    .report-list-wrapper {
        padding-top: 20px;
        gap:15px;
    }
    .report-cards {
        padding: 20px;
    }
}

@media (max-width:767px) {
	.carousel-pagination-wy .swiper-pagination-bullet {
		width: 30px !important;
		height: 5px !important;
	}
    .upload-file-form-wy .gfield--type-fileupload .gfield_description {
        font-size: 14px !important;
    }
}