@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;}
html 
{
	position: relative;
	min-height: 100%;
	box-sizing: border-box;
}
body
{
	
	background:#ebeaea;
	margin:0;
	padding:0;
	font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6,label,button,input
{
	font-family: 'Poppins', sans-serif;
	line-height:1.5em;
	padding:0;
	margin:0;
}
li,a
{
	font-family: 'Karla', sans-serif;
}
p
{
	font-family: 'Karla', sans-serif;
	line-height:1.5em;
	padding:0;
	margin:0;
}
a
{
	transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}
span
{
	font-family: 'Karla', sans-serif;
}


.clearfix
{
	padding:10px 0;
}

/* HEADER */
.header_section
{
	background:#fff;
	padding:20px 0;
	box-shadow:rgba(0,0,0,0.3) 2px 2px 5px;
	position:relative;
	z-index:1;
}
.header_section .logo
{

}
.header_section .logo img
{
	width:100%;
}
.header_section .menu_container
{
	float:right;
	margin-top:15px;
}
.header_section .menu_container ul
{
	padding:0;
	margin:0;
	list-style:none;
}
.header_section .menu_container ul li
{
	display:inline-block;
	margin-right:25px;
}
.header_section .menu_container ul li:last-of-type
{
	margin-right:0;
}
.header_section .menu_container ul li a
{
	color:#333;
	font-weight:500;
	text-decoration:none;
	font-family: 'Poppins', sans-serif;
}
.header_section .menu_container ul li a.active
{
	color:#000;
	font-weight:600;
}
.header_section .menu_container ul li a.btn_contact
{
	background:#0072bc;
	color:#fff;
	padding:10px 20px;
	border-radius:100px;
}
/* HEADER END */


/* SLIDER */
.slider_section
{
	border-bottom:5px solid #0072bc;

}
.slider_section .container-fluid
{
	
	
}
.slider_section .container-fluid .col-12
{
	padding:0;
}
.slider_section .container-fluid .carousel
{
	height:80vh;	
}
.slider_section .container-fluid .carousel-item
{
	height:80vh;	
}
.slider_section .container-fluid .carousel-item img
{
	width:100%;
	height:auto;
}
@media only screen and (max-width: 768px) 
{
   .slider_section .container-fluid .carousel
    {
    	height:auto;	
    }
    .slider_section .container-fluid .carousel-item
    {
    	height:auto;	
    } 
}

/* SLIDER */

/* PAGE SETTING */
.page_section
{

}
.white_bg
{
	background:#fff;
}
.bg_light_blue
{
	background:#e0f4fd;
}
.page_section h2.page_title
{
	font-size:23px;
}
.page_section h2.page_title span
{
	color:#0072bc;
}
.page_section ul
{
	padding:0;
	margin:0 20px;
	list-style:none;
}
.page_section ul li
{
	font-size:14px;

	padding-bottom:10px;
	text-align:justify;
	color:#444;
}
.page_section ul li:before 
{    
    font-family: 'FontAwesome';
    content: '\f105';
    margin:0 7px 0 -15px;
    color: #333;
    font-weight:900;
}

.page_section p
{
	padding-bottom:10px;
	color:#444;
}
.page_section table
{
	border-collapse:collapse;
}
.page_section table thead tr th
{
	border:1px solid #999;
}
.page_section table tbody tr td
{
	border:1px solid #999;
}

.page_padding
{
	padding:8vh 0;
}

.page_banner_section
{
	background:#011622;
	padding:3vh 0;
}
.page_banner_section h1
{
	color:#fff;
	font-size:30px;
}

.page_sidebar_container
{
	background:#eee;
	border-top:2px solid #0072bc;
	padding:20px;
}
.page_sidebar_container h1
{
	font-size:20px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:20px;
	color:#0072bc;
}
.page_sidebar_menu
{

}
.page_sidebar_menu ul
{
	padding:0;
	margin:0 20px;
	list-style:none;
}
.page_sidebar_menu ul li
{
	padding-bottom:7px;
}
.page_sidebar_menu ul li:before 
{    
    font-family: 'FontAwesome';
    content: '\f105';
    margin:0 7px 0 -15px;
    color: #333;
    font-weight:900;
}
.page_sidebar_menu ul li:last-of-type
{
	padding-bottom:0;
}
.page_sidebar_menu ul li a
{
	color:#444;
	font-size:15px !important;
	text-decoration:none;
	text-align:left;
}
.page_sidebar_menu ul li a.active
{
	font-weight:700;
}

/* PAGE SETTING */

/* Chairman Message */
.chairman_message
{
	padding:30px 30px;
	text-align:center;
	background:#fff;
	box-shadow:#ddd 0 0 11px;
}
.chairman_message h5
{
	font-size:14px;
	text-align:center;
}
.chairman_message .chairman_img
{
	margin:20px auto;
	text-align:center;
}
.chairman_message .chairman_img img
{
	width:50%;
	border-radius:10px;
}
.chairman_message h2
{
	font-size:15px;
	font-weight:600;
	padding-bottom:10px;
	color:#0072bc;
}
.chairman_message p
{
	text-align:center;
}
/* Chairman Message End */

/* Vision & Misson */
.vision_mission_container
{
	background:#0072bc;
	padding:30px;
	border-top:5px solid #fff200;
}
@media only screen and (max-width: 768px)
{
   .vision_mission_containe
   {
       display:block;
       margin-bottom:20px;
   }
   
}
.vision_mission_container h2
{
	color:#fff;
	padding-bottom:10px;
	font-size:20px;
	overflow: hidden;
  	position: relative;
  	margin-bottom:30px;
}
.vision_mission_container h2:after 
{ 
  position:absolute;
  bottom:0;
  left:0;
  content:"";
  background:#fff;
  width:20%;
  height:3px;
  
}
.vision_mission_container ul
{
	padding:0;
	margin:0 20px;
}
.vision_mission_container ul li
{
	padding-bottom:10px;
	color:#fff;
	text-align:left;
	font-weight:100;
	font-size:15px;
}
.vision_mission_container ul li::before
{
	font-family: 'FontAwesome';
    content: '\f105';
    margin: 0 7px 0 -15px;
    color: #fff;
    font-weight: 900;
}
/* Vision & Misson End */

/* Footer */
.footer_section
{
	background:#01253a;
	padding:4vh 0;
}
.footer-first-content
{

}
@media only screen and (max-width: 768px)
{
    .footer-first-content
    {
        margin-bottom:20px;
    }
}

.footer-first-content h1
{
	color:#ddd;
	text-transform:uppercase;
	font-size:20px;
	letter-spacing:2px;
	font-family: 'Roboto', sans-serif;
}
.footer-first-content p
{
	color:#fff;
}
.saparate
{
	width:50px;
	height:2px;
	margin-top:10px;
	background:#ddd;
	margin-bottom:20px;
}
.social-network
{
	margin-top:30px;
}
.social-network ul
{
	margin:0;
	padding:0;
	list-style:none;
}
.social-network ul li
{
	display:inline;
	float:left;
	margin-right:10px;
}
.social-network ul li a
{
	
	width:40px;
	height:40px;
	float:left;
	color:#01253a;
	border-radius:100px;
	line-height:40px;
	text-align:center;
}
.social-network ul li a i
{
	line-height:40px;
	font-size:20px;
}
.facebook
{
	background:#fff;
}
.twitter
{
	background:#fff;
}
.instagram
{
	background:#fff;
}
.youtube
{
	background:#fff;
}
.facebook:hover
{
	background:#3b5998;
	color:#fff;
}
.twitter:hover
{
	background:#1da1f2;
	color:#fff;
}
.instagram:hover
{
	background:#405de6;	
	color:#fff;
}
.youtube:hover
{
	background:#cd201f;
	color:#fff;
}
.quick-link
{
}
.quick-link ul
{
	margin:0;
	padding:0;
	list-style:none;
}
.quick-link ul li
{
	padding-bottom:5px;
}
.quick-link ul li a
{
	font-family: 'Karla', sans-serif;
	color:#ddd;
	text-decoration:none;
	text-transform:capitalize;
}
.quick-link ul li a i
{
	padding-right:5px;
}
.quick-link ul li a:hover
{
	text-decoration:underline;
}
/* Footer */
.footer_end_section
{
	background:#011622;
	height:50px;
}
.footer_end_section p
{
	line-height:50px;
	text-align:center;
	color:#005282;
}
@media only screen and (max-width: 768px) 
{
    .footer_end_section
    {
        height:auto;
        padding:20px;
    }
    .footer_end_section p
    {
        line-height:1.6em;
    }
}


.staff_category_dropdown
{

}
.staff_category_dropdown .select
{
	outline:none;
	box-shadow:none;
	padding:10px 20px;
	border:1px solid #333;
}
	

/* Contact Us */
.contact_form_container
{

}
@media only screen and (max-width: 768px) 
{
    .contact_form_container
    {
        margin-bottom:50px;
    }
}
.contact_form_container h1
{
	padding-bottom:10px;
	font-size:25px;
	margin-bottom:50px;
	position:relative;
}
.contact_form_container h1::after
{
	position:absolute;
	bottom:0;
	left:0;
	width:50px;
	height:2px;
	background:#333;
	content:"";
}
.contact_form_container h1 span
{
	color:#0072bc;
}
.contact_form
{

}
.contact_form .form-group
{
	margin-bottom:10px;
}
.contact_form .form-group label
{
	padding-bottom:10px;
	text-transform:uppercase;
	font-size:14px;
}
.contact_form .form-group .form-control
{
	border-radius:0;
	box-shadow:none;
	outline:none;
	padding:10px;
	resize:none;
	border:1px solid #999;
}
.contact_form .form-group .form-control::placeholder
{
	font-size:12px;
	color:rgba(0,0,0,0.5);
	font-style:italic;
}
.contact_form .form-group .btn_submit
{
	background: #0072bc;
    color: #fff;
    padding: 10px 30px;
    border-radius: 100px;
    border:none;
    margin-top:20px;
}

.map_container
{

}
@media only screen and (max-width: 768px) 
{
    .map_container
    {
        margin-bottom:20px;
    }
}
.map_container img
{
	border:2px solid #ddd;
	padding:10px;
	width:100%;
}

.contact_address
{
	padding:20px 0;
}
.contact_address h1
{
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	margin:0;
	color:#666;
	text-transform:uppercase;
	padding-bottom:5px;
}
.contact_address .saparate
{
	background:#666;
	width:40px;
	height:2px;
	margin:0;
	margin-bottom:25px;
}
.contact_address table
{
	width:100%;
	border-collapse:collapse;
	margin-top:-20px;
}
.contact_address table tbody tr td
{
	padding-bottom:20px;
	border:none;
	font-family: 'Lato', sans-serif;
}
.contact_address table tbody tr td h4
{
	font-family: 'Roboto', sans-serif;
	color:#333;
	font-size:17px;
}
.contact_address table tbody tr td strong
{
    
    font-family: 'Roboto', sans-serif;
    color:#666;
}
.contact_address table tbody tr td p.p-font-size
{
	font-size:15px;
	font-family: 'Lato', sans-serif;
}

.contact_address table tbody tr td i
{
	margin-right:10px;
	margin-top:1px;
	background:#0076bc;
	width:30px;
	font-size:18px;
	border-radius:3px;
	text-align:center;
	line-height:30px;
	height:30px;
	border:none;
	color:#fff;
}
.contact_address table tbody tr td i.i-css-none
{
   padding-right:5px;
   margin-right:0;
	margin-top:0;
	background:#0076bc;
	width:auto;
	font-size:18px;
	border-radius:0;
	text-align:left;
	line-height:0;
	height:auto;
	border:none;
	color:#333;
}


.mobile_menu
{
    display:none;
    float:right;
    margin-top:10px;
    margin-right:10px;
}
.mobile_menu span
{
    cursor:pointer;
}
.menu_container
{
    display:block;
}
@media only screen and (max-width: 768px) 
{
  .mobile_menu
    {
        display:block;
    }
    .menu_container
    {
        display:none;
    }
}


.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index:999999999; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}