/*font face implementation*/
@font-face {
    font-family: 'SolaimanLipi';
    src: url('../fonts/SolaimanLipi.eot');
    src: url('../fonts/SolaimanLipi.eot') format('embedded-opentype'),
         url('../fonts/SolaimanLipi.woff2') format('woff2'),
         url('../fonts/SolaimanLipi.woff') format('woff'),
         url('../fonts/SolaimanLipi.ttf') format('truetype'),
         url('../fonts/SolaimanLipi.svg#SolaimanLipi') format('svg');
}
body {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif,SolaimanLipi;font-size: 16px;}
h1, h2, h3, h4, h5, h6{text-align: center;margin: 0px;font-weight: 600}
a{color:#3c3c3c}
a:hover{color:#000}
.colorRed{color:red}
.colorBlack{color:#000}
.colorBlue{color: #369;}
.cm-row{margin-left:-5px;margin-right:-5px}
.cm-col{padding-left:5px;padding-right:5px}
.marginTop10{margin-top:10px}
.marginBottom10{margin-bottom:10px}
.marginTop25{margin-top:25px}
.marginTopBottom10{margin-top:10px;margin-bottom:10px}
.paddingBottom10{padding-bottom:10px}
.marginTop15{margin-top:15px}
.marginBottom15{margin-bottom:15px}


/*default animation*/
.single_contact a i, .single_contact a span, .single_contact a, .menu_section .navbar-nav .nav-link, .menu_section .navbar-nav .nav-item{
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.banner_section{
     background: linear-gradient(270deg, #01cc98, #bf9900, #00a86e);
background-size: 600% 600%;

-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
-o-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;

    padding-bottom: 15px;
}


/*style for menu*/
.menu_section .navbar{padding:15px 0px;background-color:#0e775e}
.menu_section .nav-item{border-right:  1px solid #00654d;}
.menu_section .nav-item:last-child{border:none}
.menu_section .navbar-nav .nav-link {
	color: #FFF;
	padding: 5px 15px;
	font-size: 18px;
}
.menu_section .navbar-nav .active .nav-link{background: #00684f;}
.menu_section .navbar-nav .nav-link:hover{background: #00684f;}
.menu_section .navbar-nav .nav-item:hover{background: #00684f;}
.menu_section .navbar-nav .nav-item:hover .dropdown-menu{display: block}
.menu_section .navbar-nav .dropdown-menu {
	border: 1px solid #bfbfbf;
	border-radius: 0;
	background-color: #00684f;
	margin-top: 0px;
	border-top: 0px;
}
.nav_drop_down_icon{color:#FFF}


/*Style for notice board*/
.home_notice_board{
    overflow: hidden;
}
.home_notice_board .notice_title {
	margin: 0;
	padding: 0;
	background: #000;
	font-size: 25px;
}
.home_notice_board .notice_title a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}
.home_notice_board .notice_title a:hover{color: #e99600;}
.home_notice_board .notice_title a i{float: left;color: #818181;}
.home_notice_board .board {
	overflow-y: scroll;
	max-height: 360px;
	margin-right: -17px;
	border-bottom: 1px solid #DDD;
}
.notice_table{background: #FFF;margin-bottom: 0px;}
.notice_table tr{}
.notice_table tr td{}
.notice_table tr td:first-child{background: #e99600;}
.notice_table tr td i{font-size: 16px;color: #FFF;}
.notice_table tr td a{font-family: "Helvetica Neue",Helvetica,Arial,sans-serif,SolaimanLipi;margin: 0;font-size: 18px;color: #555;text-decoration: none}
.notice_table tr td a:hover{color:red}
.notice_date{color: #e99600;text-align: center;font-weight: bold;font-size: 16px;}
.notice_date span{display: block;font-weight: normal;border-top: 1px solid #DDD;font-size: 10px;}
.notice_details{background:#FFF}


.contact_section {
	padding: 25px 0px;
	padding-top: 10px;
	background: #3a9881;
}
.single_contact{}
.single_contact a {
	display: block;
	text-decoration: none;
	font-size: 22px;
	color: #FFF;
    position: relative;
}
.single_contact a:hover{
	transform: scale(1.1);
}
.single_contact a i {
	font-size: 40px;
	color: #005c45;
	border: 1px solid #005c45;
	padding: 10px;
	width: 70px;
	text-align: center;
	height: 70px;
	padding-top: 15px;
}
.single_contact a span {
	position: absolute;
	left: 80px;
	top: 17px;
    font-weight: bold;
}
.single_contact a:hover i {
	background: #e99600;
	color: #FFF;
	border-color: #e99600;
}
.single_contact a:hover span{color: yellow;}


.about_us{padding-top:50px; background: whitesmoke;}
.about_us p{margin-bottom: 0px}
.about_details{font-size: 18px;color:#555}


.message{}
.message h2{
    margin: 0;
    padding: 0;
    background: #e99600;
    font-size: 25px;
}

.message h2 a{
    color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}

.message h2 a:hover{
    color: #FFF;
}
.message h2 a i{float: left;color: #FFF;}
.message img{
    width:100%
}
.message_description {
	padding: 5px;
}
.message_description h5{color: #444;}
.message_description a {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #0e775e;
}
.message_full_body{border: 1px solid #d6d6d6;border-top: 0px}

/*This style for home testimonial section*/
.single_testimonial {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.home_testimonial_section{padding:50px 0px;}
.home_testimonial_section a{text-decoration: none}
.section_title{border-bottom: 1px solid #c0c0c0;margin-bottom: 30px;padding-bottom: 15px;color:#e99600}
.single_testimonial {
	padding: 20px;
	background: #0e775e;
	border-radius: 50px 0px 50px 0px;
	margin-top: 30px;
    min-height: 208px;
}
.single_testimonial:hover{border-radius: inherit;}
.single_testimonial img{width: 80px;height: 80px;}
.single_testimonial h3{color:#FED90E;font-size: 25px;margin-bottom: 15px;}
.single_testimonial p{color:#FFF;font-size: 17px;}


/*Style for footer section*/
.footer_top_section{
    padding: 25px 0px;
    
}
.footer_bottom_section {
	background: #1c9376;
	padding: 10px 0px;
}
.footer_bottom_section h5{
	font-size: 16px;
    font-weight: normal;

}



/*Style for application form*/
.application_form{ background: url(../images/form-content-bg.jpg)fixed;}
.application_form_container{ background: #FFFC;padding: 25px 15px;}

.custom-select{
    cursor: pointer;
}

.form_education_title {
	text-align: left;
	font-size: 18px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.label_inline {
	margin: 0;
	padding: 0;
	margin-left: 15px;
	cursor: pointer;
}

fieldset 
{
    border: 1px solid #ddd !important;
    margin: 0;
    xmin-width: 0;
    padding: 10px;       
    position: relative;
    border-radius:4px;
    background-color:#e9fff3;
    padding-left:10px!important;
}	

legend
{
    font-size:14px;
    font-weight:bold;
    margin-bottom: 0px; 
    width: 35%; 
    border: 1px solid #ddd;
    border-radius: 4px; 
    padding: 5px 5px 5px 10px; 
    background-color: #ffffff;
}
.has-error{color:red}
.has-success{}
.has-success label{color:green; font-weight: 600}


/*Default scroll top button*/
.scroll-to-top-link{position: fixed;right: 30px;bottom: 100px;background: #000;color: #FFF;padding: 10px;font-size: 20px;display: none;cursor: pointer;border-radius: 4px;opacity: 0.4;border: 2px solid #FFF;box-shadow: 0px 0px 9px 1px #000;}
.scroll-to-top-link:hover{opacity: 0.9;}
.scroll-to-top-link i{height: 20px;width: 20px;}


/*Style for notice section*/
.notcie_section {
	padding: 50px 0px;
    background: #fafafa;
}
.video_top_content {
    color: #FFF;
    background-color: #005641;
    padding: 50px 0px;
    position: relative;
}
.video_top_content h1, .video_top_content p{color:#FFF}
.page_conent_desc h1, .page_conent_desc p{color:#605E5E}
.page_conent_desc strong{font-weight: bold;}
.video_top_content::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #005641;
    left: 50%;
    margin-left: -10px;
    bottom: -20px;
}

.single_director{}
.single_director img {
	width: 100%;
}
.single_director p{}
.single_director p.title {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 2px;
	text-transform: uppercase;
	color: #0e775e;
}
.single_director a {
	display: block;
	border: 1px solid #DDD;
	border-radius: 5px;
	overflow: hidden;
}




@media print{
    .no-print{display: none;}
    body{
        -webkit-print-color-adjust: exact !important;
        -moz-print-color-adjust: exact !important;
    }
    .container{padding:0px}
    a[href]:after {
        content: none !important;
     }
    @page {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0;
        margin-left: 0px;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
     body{
        padding-top: 0px;
        padding-bottom: 0px ;
    }
    .text-print-center{text-align: center !important}
    
}