/*@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;lang=en");*/
@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Times-New-Roman';
	src: url('../fonts/Times-New-Roman.ttf') format('truetype');
}
@font-face {
	font-family: 'Times-New-Roman-Bold';
	src: url('../fonts/Times-New-Roman-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Verdana';
	src: url('../fonts/Verdana.ttf') format('truetype');
}
@font-face {
	font-family: 'Times';
	src: url('../fonts/Times.ttc') format('truetype');
}


:root{

	--main_col: #1b756c;
	--sub_col: #454547;
	
}

body, html{
	font-family: "Times";
	background-color: #FFF;
	color: var(--main_col);
	/*scroll-behavior: smooth;*/
}
img{
	width: 100%;
}
a{
	color: var(--main_col);
	text-decoration: none;
}
a:hover{
	color: var(--main_col);
	text-decoration: none;
}

.row{
	margin: 0;
}

.navbar-bg-main{
	background: var(--main_col);
	color: #FFF;	
}
.navbar-bg-main .nav-link{
	color: #FFF;
}
.navbar_mbv{
	display: none;
    justify-content: space-between;
    width: 100%;
    align-items: center;	
}
.menuBtn{
	vertical-align: middle;
}
.top_menu{
	align-items: center;
}
.top_menu .nav-item{
	padding: 0 30px;
	line-height: 16px;
	font-family: MyriadPro-Regular;
}
.chgLang{
	background: none;
	border: none;
	color: #FFF;
	text-align: right;
	padding: 0 5px;
	outline: 0;
}
.chgLang option{
	color: var(--main_col);
	padding: 15px;
}
/* Left Side Bar */
.sidebar {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: var(--sub_col);
	overflow-x: hidden;
	transition: 0.5s;
	padding-bottom: 0;
}

.sidebar.open{
	width: 250px;
}

.sidebar a {
	padding: 8px 8px 16px 32px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	display: block;
	transition: 0.3s;
	text-align: left;
	line-height: 24px;
	font-family: Times;
}

.sidebar a.active{
	background: var(--sub_col);
}

.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

#sidebar-backdrop.show {
	z-index: 1100;
	opacity: .5;
}

#sidebar-backdrop {
	opacity: 0;
}
#sidebar-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -99;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}	

#mySidebar{
	z-index: 1200;
}
.sidebar .closebtn{
	right: 10px;
}
#collapseCat{
	padding: 0;
}
#collapseCat ul{
	list-style-type: none;
	padding: 0;
	margin: 0;						
}
#collapseCat ul li{
	font-size: 16px;
}

.sidebar .cat_div{
	position: relative;
}
.sidebar .cat_div a{
	color: #FFF;
}					
#collapseCat ul li a{
	padding: 8px 8px 8px 52px;
}				
#collapseCat ul li.active{
		background: var(--sub_col);
}					
.sidebar .cat_div:after {
	font-family: 'FontAwesome';  
	content: "\f077";
	float: right; 
	color: #FFF;
	position: absolute;
	right: 15px;
	top: 8px;						
}
.sidebar .cat_div.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\f078"; 
}
.sidebar_bottom{
	display: flex;
	align-items: center;
	margin: 8px 32px 16px 32px;
	padding-top: 15px;
	border-top: 2px solid #fff;
}
.sidebar_bottom a{
	padding: 0;
}
.sidebar_bottom img{
	width: 30px;
	margin-right: 20px;
}

.banner{
	background: #f5f5f5;
}
.banner img{
	width: 100%;
	max-height: 750px;
	margin-top: -35px;
	object-fit: contain;
}
.section{
	padding: 30px;
	color: var(--main_col);
}
.section .title{
	font-family: 'Times';
	font-weight: 700;
	font-style: italic;
	font-size: 30px;
	color: var(--main_col);
}
.divider{
	border-top: 3px solid var(--main_col); 
	margin: 15px 0;
}

.earth_div{
	text-align: center;
	padding: 15px;
}
.earth_div img{
	padding: 30px;
}	

.icon_flex{
	display: flex;
	align-items: center;
    justify-content: space-around;
}

.icon_flex img{
	height: 150px;
	width: auto;
}
.icon_flex .desc{
	font-family: 'Times-New-Roman-Bold';
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
}

.importance_div{
	padding: 30px;
}

.section .importance_div .title{
	margin-top: auto;
	margin-bottom: 30px;	
	font-size: 24px;
	text-align: left;	
}

.importance_div .desc{
	font-family: MyriadPro-Regular;
	font-size: 12px;
	margin-top: 5px;
}

.intro_div{
	margin-top: 30px;
}
.intro_div img{
	width: 100%;
}
.intro_div .desc{
	font-family: Times-New-Roman;
	font-size: 18px;
	padding: 15px 0;
}
.intro2_div{
	display: inherit;
}
.intro_div .intro2{
	float: right;
}
.intro_div .intro2_right{
	float: left;
	margin-top: 30px;
}
.intro_div .intro2 img{
	margin-top: -60px;
	padding-left: 30px;
	margin-bottom: 30px;
}

.intro3_div ul{
	padding-left: 30px;
	list-style-type: circle;
}
.intro3_img img{
	padding: 15px 0 0 45px;
}

.icon_main_div{
	text-align: center;
	background: var(--main_col);
	color: #FFF;
	font-family: Times-New-Roman;
}

.icon_main_div .title{
	color: #FFF;
}

.icon_div{
	text-align: center;
	margin: 15px 0;
}
.icon_div .img{
	height: 150px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon_div .img img{
	width: 175px;
}
.icon_div .title{
	font-size: 20px;
	font-weight: 600;	
	margin: 15px 0 5px;
	text-transform: uppercase;
}
.icon_div .desc{
	font-size: 16px;
	line-height: 24px;
}
.icon_div .desc_sub{
	font-weight: 600;	
}

.join_div{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	padding: 60px 0;
}
.join_div .title{
	font-family: Times;
	font-style: normal;
	text-align: center;
	line-height: 36px;
}

.contact_div{
}
.contact_div p{
	font-size: 18px;	
	margin: 15px 0 5px;
}
.contact_div img{
	width: 18px;
	margin-right: 5px;
}

/* About */
.about_title{
	font-family: Times;
	font-style: italic;
	font-weight: 600;
	background: var(--main_col);
	padding: 15px 0;
	color: #FFF;
	font-size: 30px;
}
.about_div{
	background: #E6E7E8;
}
.about_div .subtitle{
	color: var(--main_col);
	font-weight: 600;
	margin-bottom: 15px;
}
.ab_div{
	display: flex;
	align-items: top;
}
.ab_div .img{
	width: 150px;
}
.ab_div img{
	width: 125px;
	padding-right: 0;
}
.ab_div table{
	width: 100%;
	font-size: 14px;
	font-weight: 600;
}
.ab_div table td{
	padding: 5px;
	vertical-align: top;
}


/* Enquiry */
#enquiry{
	font-family: Times;
	color: var(--main_col);
	font-weight: 600;	
	margin-top: 0;
	margin-bottom: 30px;
}		

#enquiry .title{
	font-size: 24px;	
}

#enquiry-form .col-md-6, #enquiry-form .col-md-12{
	padding: 15px 0; 
}
#enquiry-form .form-control{
	border: none;
	background: #f5f5f5;
	border-bottom: 2px solid var(--main_col);
	outline: none;
	border-radius: 0;
}
#enquiry-form .form-control:focus{
	-webkit-box-shadow: none;
	box-shadow: none;			
	outline: none;
	border-bottom: 3px solid var(--main_col);
}

/* Swal */
.swal2-title, .swal2-content{
	font-family: Times !important;
}
.swal2-title{
	font-family: Times !important;
	font-weight: 600 !important;
}
.swal2-icon.swal2-info, .swal2-icon.swal2-success{
	border-color: var(--main_col) !important;
	color: var(--main_col) !important;
}

.btn-custom, .swal2-confirm{
	background: var(--main_col) !important;
	border: none !important;
	color: #FFF !important;
	border-radius: 0 !important;
	padding: 12px 24px !important;
	font-family: Times !important;
	font-size: 16px !important;
	font-weight: 600 !important;
}
.btn-custom:focus, .btn-custom:hover,
.swal2-confirm:focus, .swal2-confirm:hover{
	background: var(--sub_col);
	color: #FFF;
	-webkit-box-shadow: none;
	box-shadow: none;			
	outline: none;	
}

/* Gallery */	
#gallery .header{
	height: 50px;
	background-repeat: no-repeat;
	background-size: 100%;
}	
#gallery .header.sub{
	margin-top: -40px;
	transform: rotateX(45deg);		
}	
	
.gallery_div{
	background: var(--main_col);
	padding: 15px 25px;
	margin-top: -10px;
}

.gallery_div .img_div.hide_img_div{
	display: block;
}
.gallery_div .title, .gallery_div .title a{
	font-family: Times;
	color: #FFF;
	font-weight: 600;
	font-size: 24px;
}
.gallery_div .title{
	text-align: center;
}

.gallery_div .lightBoxGallery{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gallery_div .lightBoxGallery a.img_div{
	width: calc(20% - 15px);
	background: #FFF;
	border: 2px solid #FFF;
	margin: 15px 15px 15px 0;
	height: 200px;
}
.gallery_div .lightBoxGallery img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery_div .lightBoxGallery .empty{
	padding: 30px; 
	text-align: center; 
	width: 100%; 
	color: #FFF;
}

.contact_btm{
	position: fixed;
	bottom: 0;
	right: 0;
}
.contact_btm img{
	width: 60px;
	display: block;
	padding: 5px;
	margin: 10px;
}

.footer{
	font-family: Verdana;
	text-align: center;
	background: var(--sub_col);
	padding: 10px;
	color: #FFF;	
}

/* Desktop View */
@media (min-width: 992px){
/*@media (min-width: 768px){*/
	.wbv{ display: block; }
	.mbv{ display: none; }	
	
	.row .acc_content{
		padding-left: 60px;
	}
}