@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans&family=Lobster&family=Open+Sans:wght@400;500&family=Poppins&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans&family=Lobster&family=Open+Sans:wght@400;500&family=Poppins&family=Roboto&family=Titillium+Web&display=swap');
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
body{
	position: relative;
	width: 100%;
	background-image: url('../images/bg.png');
    background-position: center top;
    background-size: auto;
    background-repeat: repeat-x;
    background-attachment: scroll;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.main_section{
	position: relative;
	width: 85%;
	padding: 30px 60px;
	/*margin-bottom: 50px;*/
}
.px_0{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.logo_section{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo_section h2{
	font-size: 30px;
    font-weight: 700;
    color: #333;
    padding: 0 10px 25px;
}
.logo_section a{
	text-decoration: none;
	color: #000;
}
.logo_section ul{
	list-style: none;
	display: flex;
	margin-bottom: 0;
	padding-left: 0;
}
.logo_section ul li a{
padding: 10px;
color: #333;
font-size: 18px;
}

.bg-light,.dropdown-menu {
    background-color: #4d4d4d !important;
}
.navbar-light .navbar-nav .nav-link,.dropdown-item {
    color: #fff !important;
}
.dropdown-menu > li a:hover, .dropdown-menu > li.show{
	background: #ff6f07 !important;
}
.navbar{
	padding-top: 0;
	padding-bottom: 0;
}
.dropdown-menu{
	border-radius: 0;
}
.navbar-light .navbar-toggler-icon{
	background: url(../images/download.svg);
    background-repeat: no-repeat;
    background-position: center;
}
}
.video_part{
	position: relative;
	width: 100%;
	height: 370px;
}
.section_content video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.banner_section{
	padding: 20px 20px;
	background-color: #fff;
	border-top: 10px solid #e9e753;
}
.banner_section_{
	display: flex;
	flex-direction: column;
	padding: 20px 40px;
	background: #ccc;
	justify-content: center;
	align-items: center;
	border-left: 5px solid #ff0000;
	/*padding: 15px 0;*/
	margin: 20px 0;
}
.banner_section_ img{
	width: 50%;
}
.banner_section_ p{
	padding: 15px 0;
	font-style: italic;
}
.content_section_first{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.content_section_first h3{
	font-size: 28px;
	color: #333;
	padding: 10px 0;
	font-weight: 700;
}
.content_section_first h4{
	font-size: 24px;
	color: #333;

}
.content_section_first h5{
	font-size: 18px;
	color: #333;
	padding: 10px 0;
}
.content_section_first .th_p{
	font-style: italic;
	text-align: center;
}

.btn_g button{
	outline: none;
    border: none;
    background: #48481a;
    color: #fff;
    padding: 8px 30px;
    border-radius: 10px;
}
.one_p{
	font-weight: 700;
	color: #333;
	font-size: 15px;
}
.section_content{
	position: relative;
	padding: 20px 30px;
	box-shadow: 1px 1px 1px #634d4d80, -1px -1px 1px #634d4d80;
	border-radius: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.same_h{
	font-size: 20px;
	font-weight: 700;
}
.margin_{
	margin-top: 10px;
}
.section_content p{
	font-size: 14px;
}
.section_content p span{
	color: #ff0000;
	font-size: 16px;
}
.section_content p a{
	text-decoration: none;
	color: #ff0000;
}
.directors{
	/*margin-top: 50px;*/
	padding: 50px 0;
}
.card_box{
	position: relative;
	
	box-shadow: 1px 1px 1px #634d4d80, -1px -1px 1px #634d4d80;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 10px;
	margin-bottom: 20px;
}
.card_box img{
	height: 100%;
}
.card_box .card_{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 30px 0;
}
.pro_img {
    width: 120px;
    height: 120px;
    border-radius: 50% ;
   
    overflow: hidden;
    /*position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -25%);*/
   margin-bottom: 20px;
}
.pro_img img{
	width: 100%;
	height: 100%;
	border-radius: 50% ;
}
.card_ h4{
	font-size: 18px;
	padding: 15px 0;
}
.card_ h5{
	font-size: 16px;
}

.projects_s{
	padding: 20px 0;
}
.projects_btn{
	position: relative;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
}
.projects_btn ul{
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding-left: 0;
}
.projects_btn ul li a{
	color: #ff0000;
	padding: 8px 10px;
	text-decoration: none;
	font-size: 16px;
}
.md_l{
	width: 1px;
	height: 18px;
	background: #ff0000;
}
.projects_content{
	padding: 35px 0 0;
}
.projects_content p a{
	text-decoration: none;
	color: #ff0000;
}
.projects_content h4{
	font-size: 24px;
    color: #000;
    text-align: center;
    font-weight: 700;
}
.projects_content h6{
	padding: 15px 0;
	font-size: 18px;
}
.projects_content ul{
	list-style: none;
  padding-left: 0;
}
.projects_content ul li{
	padding: 8px 0;
	display: block;

}
.projects_content ul li svg{
	color: #ff0000;
	margin-right: 5px;
	margin-top: 5px;
}
.projects_content ul li a{
	color: #ff0000;
	text-decoration: none;
}
.ul_list{
	display: flex;
	align-items: center;
  flex-wrap: wrap;
}
.ul_list li a{
	padding: 10px 10px;
}
.ul_list ul li span{
	color: #ff0000;
}
.projects_img{
	width: 300px;
	/*height: 300px;*/
	margin: 30px auto;
	/*background: red;*/
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
    box-shadow: 1px 1px 1px #634d4d80, -1px -1px 1px #634d4d80;
    padding: 15px;
    border-radius: 10px;
}
.projects_img img{
	width: 100%;
	border-radius: 10px;
}
.projects_img h5{
	font-size: 18px;
	text-align: center;
	padding: 15px 0;
}
.projects_i{
    padding: 20px 20px;
	position: relative;
	width: 100%;
	 box-shadow: 1px 1px 1px #634d4d80, -1px -1px 1px #634d4d80;
	 border-radius: 10px;
    margin-bottom: 10px;
}
.projects_i img{
	width: 100%;
}
.footer{
	border-top: 1px solid #ebeded;
    background: #ffffff;
    padding: 25px 15px;
    font-size: 13px;
    line-height: 1.2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: -70px;
    width: 100%;
    left: 0;
}
.container_{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}
.footer p{
	margin-bottom: 0;
	font-size: 14px;
	color: #333;
}
.footer ul{
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	display: flex;
	
}
.footer ul li a{
	padding: 10px;
	color: #333;
	font-size: 15px;
}

.right_side{
	position: relative;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: flex-start;
	display: flex;
	padding: 50px 0;
}
.btn_section {
    background: #c6d609;
    width: 80%;
    height: 150px;
    box-shadow: 1px 1px 1px #634d4d80, -1px -1px 1px #634d4d80;
    border-radius: 20px;
    justify-content: center;
	align-items: center;
	display: flex;
}
.right_side button{
	outline: none;
	border: none;
	background: #48481a;
	color: #fff;
	padding: 8px 30px;
    border-radius: 10px;
}
.right_side button a{
	text-decoration: none;
	color: #fff;
}
.logo_section img{
	width: 150px;
	margin-right: 50px;
}
@media(max-width: 1199px){
	.main_section {
		width: 90%;
	}
	.btn_section{
		width: 100%;
	}
}

@media(max-width: 991px){
	.main_section{
		width: 100%;
	}
	.navbar-nav{
		padding-left: 30px;
	}
	.projects_content ul li{
		display: block;
	}
	.logo_section h2{
		font-size: 26px;
	}
	.logo_section img{
		margin-right: 40px;
	}
}
@media(max-width: 769px){
	.btn_section {
    width: 50%;
    margin-top: 50px;
}
.right_side{
	padding: 10px 0;
}
.banner_section{
	margin-bottom: 50px;
}
.logo_section a{
	display: flex;
	flex-direction: column;
}
.logo_section img{
	
	margin-right: 0px;
	margin-bottom: 20px;
}
}
@media(max-width: 567px){
	.main_section{
		padding: 20px 20px;
	}
	.btn_section{
		width: 80%;
	}
	.card_box .card_{
		padding: 18px 0;
	}
	.logo_section{
		padding-bottom: 20px;
	}
	.logo_section h2{
		padding: 0 10px 0;
		font-size: 18px;
	}
	.projects_content ul li{
		display: inline-block;
	}
	.projects_img{
		width: 100%;
	}
	.dropdown-item{
		white-space: normal !important;
	}

}

@media(max-width: 375px){
	.main_section{
		padding: 20px 0;
	}
	.container-fluid{
		padding: 0 15px !important;
	}
}

@media(max-width: 500px){
	.px_0_{
		padding: 0 !important;
	}
}