﻿/* slider_banner_header */
.slider_banner_header {
    position: relative;
}

.slider_banner_header .slider_banner_h1 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 46%;
}

.slider_banner_header .slider_banner_h1 a {
    font-family: Regular;
    font-weight: 400;
    font-size: 60px;
    color: #FFFFFF;
		text-transform: capitalize;
		pointer-events: none;
}

.slider_banner_header .slider_banner_tail {
    width: 100%;
    text-align: center;
    font-family: Light;
    font-weight: 300;
    font-size: 16px;
    color: #535353;
    background: #F7F6F5;
    padding-top: 24px;
    padding-bottom: 19px;
}




/*-------------------------------


					PAGE---Recource-Faq START


					    ----------------------------------*/


/* web_section_information */

.web_section_information {
	position: relative;
	margin-top: 79px;
	padding-bottom: 100px;
}

.web_information_layout {
	display: flex;
	justify-content: space-between;
}

.web_information_layout .web_information_Description {
	width: 72.2%;
}

.web_information_layout .web_information_Description .information_Description_title {
	font-family: Regular;
	font-weight: 400;
	font-size: 36px;
	color: #232323;
	text-align: center;
}

.web_information_Description .information_Description_title {
	font-family: Regular;
	font-weight: 400;
	font-size: 30px;
	color: #232323;
	padding-top: 40px;
	padding-bottom: 10px;
}

.web_information_Description .information_Description_table {
	margin-top: 60px;
	border-right: initial !important;
    border-left: initial !important;
	border-bottom: none;
}

.information_Description_table .Description_table_tr {
	border-bottom: 1px solid rgba(11, 13, 27, 0.19);
	padding: 28px 0;
}

.information_Description_table .Description_table_tr .Description_table_td1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.information_Description_table .Description_table_tr .Description_table_text {
	font-family: Regular;
	font-weight: 400;
	font-size: 24px;
	color: #232323;
	width: 70%;
}

.information_Description_table .Description_table_tr .Description_table_img {
	transition: all 0.5s;
}

.information_Description_table .Description_table_tr .ani {
	transform: rotate(-90deg);
}

.information_Description_table .Description_table_tr .Description_table_td2 {
	font-family: Regular;
	font-weight: 400;
	font-size: 18px;
	color: #232323;
	line-height: 24px;
	opacity: 0.49;
	margin-top: 19px;
	display: none;
}

.information_Description_table .Description_table_tr .choole {
	display: block;
}

.web_information_layout .web_information_Resources {
	width: 22.5%;
}

.web_information_Resources .web_Resources_h1 {
	font-family: Junge_Regular;
	font-weight: 400;
	font-size: 36px;
	color: #020412;
	margin-top: 37px;
}

.web_information_Resources .web_Resources_ul {
	margin-top: 17px;
}

.web_information_Resources .web_Resources_ul .web_Resources_li {
	border-bottom: 1px solid rgba(2, 4, 12, 0.29);
	position: relative;
}

.Resources_li_list {
	width: 100%;
	padding: 20px 0;
	display: flex;
}

.Resources_li_list .Resources_li_p {
	flex: 9.5;
	font-family: SemiBold;
	font-weight: 600;
	font-size: 20px;
	color: #020412;
	position: relative;
}
.Resources_li_list .Resources_li_p.ani a{
	text-decoration: underline;
}

.Resources_li_list .ani::before {
	content: " ";
	position: absolute;
	top: 0;
	left: -10px;
	width: 2px;
	height: 100%;
	background-color: #000000;
	border-radius: 5px;
}

.Resources_li_list .Resources_li_elliptical {
	flex: 0.5;
	display: flex;
	justify-content: flex-end;
	align-items: center;

}

.Resources_li_list .Resources_li_elliptical img {
	transition: all 0.5s;
}

.Resources_li_list .Resources_li_elliptical .ani {
	transform: rotate(-90deg);
}


.web_Resources_ul2 .web_Resources_li2 {
	padding-left: 28px;
	margin-bottom: 15px;
	font-family: SemiBold;
	font-weight: 600;
	font-size: 18px;
	color: #020412;
	opacity: 0.6;
}

.web_Resources_ul2 .ani {
	opacity: 1;
	position: relative;
}

.web_Resources_ul2 .ani::before {
	content: " ";
	width: 18px;
	height: 12px;
	background-image: url(img/grop\ 3.png);
	position: absolute;
	top: 50%;
	right: 100px;
	transform: translateY(-50%);
}

/* web_section_Related */
.web_section_Related {
	padding-top: 60px;
	padding-bottom: 87px;
	background-color: #EBE7E4;
}

.web_section_Related .web_Related_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 30px;
	margin-top: 43px;
}

.web_section_Related .web_Related_grid .Related_grid_box {
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	padding-top: 48px;
	padding-bottom: 23px;
}

.web_Related_grid .Related_grid_box .Related_grid_img {
	display: flex;
	justify-content: center;
}

.web_Related_grid .Related_grid_box .Related_grid_img .Related_grid_Layer img {
	width: 100%;
	max-width: 100%;
}

.web_Related_grid .Related_grid_box .Related_grid_p {
	font-family: Regular;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	margin-top: 55px;
	text-align: center;
}

.web_Related_grid .Related_grid_box .Related_grid_a {
	margin-top: 18px;
	text-align: center;
}

.web_Related_grid .Related_grid_box .Related_grid_a a {
	font-family: Regular;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	text-decoration-line: underline;
}


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

	/*  web_section_information  */
	.web_information_Description .web_Description_text {
		padding-right: 150px;
	}
}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}

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

	/*  web_section_information  */
	.web_information_Description .web_Description_text {
		padding-right: 100px;
	}
}

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



	/*  web_section_information  */
	.web_section_information .web_layout_ul .web_section_li {
		margin-right: 40px;
	}

	.web_information_layout {
		flex-direction: column;
	}

	.web_information_layout .web_information_Description {
		width: 100%;
	}

	.web_information_Description .web_Description_text {
		padding-right: 0;
	}

	.web_information_layout .web_information_Resources {
		width: 100%;
	}


	/* web_section_Related */
	.web_section_Related .web_Related_grid {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 15px;
	}

	.web_section_Related .web_Related_grid .Related_grid_box {
		margin-top: 20px;
	}

}

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

	/*  web_section_information  */
	.web_section_information .web_layout_ul .web_section_li {
		font-size: 20px;
	}


	/*  web_section_Recommendation  */
	.web_section_Recommendation .web_Recommendation_video {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 28px;
	}
}

@media only screen and (max-width: 640px) {}

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

	/* web_section_Related */
	.web_section_Related .web_Related_grid {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(4, 1fr);
		grid-column-gap: 10px;
	}

	/*   web_section_Recommendation   */
	.web_section_Recommendation .web_Recommendation_video {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 28px;
	}
}


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

@media only screen and (max-width: 320px) {}

.dows span .Description_table_img{margin-top: 10px;margin-right: 20px;}
/*-------------------------------
					Page---Recource-Faq end
					    ----------------------------------*/
.information_Description_table .Descrip{ display: flex;  display: inline-block; justify-content: space-between;}

						.dows{display: flex;min-width: 170px;flex-shrink: 0;}
						.downloads{background: #000;color: #fff;height: 35px;width: 124px;text-align: center;display: flex;justify-content: center;align-items: center;}