/*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, .testimonial_title, .single_testimonial:hover, .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;
}


@-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: #105376;
}


/*style for menu*/
.menu_section .navbar{padding:0px 0px;background-color:#1b5d71}
.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: 7px 15px;
	font-size: 18px;
}
.menu_section .navbar-nav .active .nav-link{background: #105376;}
.menu_section .navbar-nav .nav-link:hover{background: #e07b27;}
.menu_section .navbar-nav .nav-item:hover{background: #004d3a;}
.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: #004d3a;
	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: #cecece;
	font-size: 25px;
}
.home_notice_board .notice_title a {
	color: #444;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}
.home_notice_board .notice_title a:hover{color: #000;}
.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: #F3F3F3;margin-bottom: 0px;}
.notice_table tr{}
.notice_table tr td{}
.notice_table tr td:first-child{background: #;}
.notice_table tr td i{font-size: 16px;color: #474747;}
.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: #575757;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 {
	background: #cbcbcb;
    padding: 6px 0px;
}
.single_contact{}


.about_us{padding-top:50px}
.about_us p{margin-bottom: 0px}
.about_details{font-size: 18px;color:#555}


.message{}
.message h2{
    margin: 0;
    padding: 0;
    background: #cecece;
    font-size: 25px;
}

.message h2 a{
    color: #444;
	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;padding-bottom: 15px;color:#e99600}
.single_testimonial {
	margin-top: 30px;
    position: relative;
    overflow: hidden
}
.single_testimonial:hover{border-radius: inherit;}
.single_testimonial:hover .testimonial_title{border-radius: inherit;top:0;
	bottom: 0;}
.single_testimonial img{ width: 100%}
.single_testimonial h3{color:#FED90E;font-size: 25px;margin-bottom: 15px;}
.single_testimonial p{color:#FFF;font-size: 17px;}
.single_testimonial .testimonial_title {
	position: absolute;
	top: -100%;
	left: 0;
	right: 0;
	bottom: 100%;
	background: #00000075;
	color: #fff;
	text-align: center;
	padding: 15px;
    font-size: 25px;
    display: table;
    width: 100%;
    height: 100%;
}
.single_testimonial .testimonial_title span {
	display: block;
    display: table-cell;
    vertical-align: middle;
}

/*Style for footer section*/
.footer_top_section{
    padding: 25px 0px;
    
}
.footer_bottom_section {
	background: url(../images/footer-bg.png);
	padding: 15px 0px;
}
.footer_bottom_section h5{
	font-size: 20px;
    font-weight: normal;

}



/*Style for application form*/
.application_form{padding:25px 0px}

.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;
    min-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;
}

/*Style for widget*/
.widget{
    border: 1px solid #00BA7F;
    margin-bottom: 15px;
    padding: 10px;
    padding-top: 0px;
    background: #FFF;
}
.widget img{max-width: 100%}
.widget_title {
	margin: 0;
	/* padding: 0; */
	background: #00BA7F;
	font-size: 25px;
	color: #f2f2f2;
	padding: 5px 10px;
	margin-left: -10px;
	margin-right: -10px;
}
/*claander style*/
#wp-calendar { width: 100%; font-size: 11px; background: #FFF;}
#wp-calendar thead th { background: #f5f5f5; border: 1px solid #ddd; border-top: none; font-size: 11px; }
#wp-calendar tbody td { text-align: center; border: 1px solid #ddd; line-height: 2.5em; transition: background 0.15s ease; -webkit-transition: background 0.15s ease; -o-transition: background 0.15s ease; -moz-transition: background 0.15s ease; }
#wp-calendar tbody td:hover { background: #f1f1f1; color: #333; }
#wp-calendar tbody td a { display: block; text-decoration: none; background: #f1f1f1; color: #333; }
#wp-calendar tbody td:hover a { background: #4d4d4d; color: #fff; }
#wp-calendar tfoot td { padding-top: 1px; padding: 4px; }
#wp-calendar caption { cursor: pointer; font-size: 13px; text-transform: uppercase; margin: 0; padding: 12px; outline: 0 none !important; background: #3b86b0; color: #fff; }
#wp-calendar tbody a { display: block; text-decoration: underline; }
#wp-calendar th { text-align: center; border: 1px solid transparent; border-top: none; padding: 7px 0; color: #a7a7a7; }
#footer #wp-calendar thead th { background: #222 }
#footer #wp-calendar tbody td { border-color: #222 }
#calendar_wrap{margin-top: 10px;}



/*single widget styling*/
.widget ul{list-style: none;background: #fff;padding: 0;margin-bottom: 0px;
margin-top: 10px;}
.widget ul li {
	background: #FFF;
	border: 1px solid #DDD;
	border-bottom: none;
}
.widget ul li:last-child{border-bottom: 1px solid #DDD}
.widget ul.menu li{background: #FFF;border: 1px solid #DDD;margin: 2px;display: inline-block;}
.widget ul li a{display: block;padding: 5px 10px;}
.widget ul li .post-date{color: #a7a5a5;font-size: 12px;}
.widget ul li a:hover{}

/* Search */


/*this style for wp default search form*/
#searchform{padding-top:15px}
#searchform div{overflow:hidden}
#searchform label{display:none}
#searchform input[type=text]{float: left;width: 70%;padding: 5px;border: 1px solid #DDD;border-radius: 4px 0px 0px 3px;color: teal;}
#searchform input[type=submit]{border: 1px solid #ddd;color: teal;background: #FFF;float: left;padding: 5px;box-shadow: 0px 0px 26px -20px inset;border-radius: 0px 3px 3px 0px;}
#searchform input[type=submit]:hover{color: #f3660c;}


/*Style for single article*/
.single_article{}
.inner_single_article {
	background: #FFF;
	margin-bottom: 15px;
	padding: 15px;
	border: 2px solid #EAEAEA;
	border-radius: 3px;
}
.inner_single_article h1 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	text-align: left;
	color: #666;
}
.inner_single_article a{text-decoration: none}
.inner_single_article .date {
	margin: 5px 0px;
	color: #888;
	font-size: 14px;
	font-style: italic;
	margin-top: ;
}
.inner_single_article .excerpt{color: #555;}


/*language nalanguage_nav*/
.language_nav{
    margin: 0;
    padding: 0;
    display: inline;
    float: right;
}
.language_nav .navbar-nav .nav-link{
    padding: 0px 10px;
}

.language_nav .navbar-nav .nav-link:hover {
	background: #e99600;
	color: #FFF;
}
.language_nav .navbar-nav .nav-item{
    float:right;
}

.single_contact{}
.single_contact a{text-decoration: none}
.single_contact a:hover{}


/*Footer top section design*/
.bottom_section{
    background: url(../images/footer-bg.png);
    position: relative;
    margin: 40px 0 0 0;
    padding-bottom: 40px;
}
.footer_top_arrow{
    position: absolute;
    width: 75px;
    height: 35px;
    z-index: 999;
    background: url(../images/arrow-footer.png) no-repeat;
    left: 47%;
    top: -34px;
}
.bottom_box {
	background: #FFF;
	padding: 10px;
	margin-top: 15px;
}
.bottom_box img{}
.bottom_box a {
	text-decoration: none;
	font-size: 19px;
	display: block;
}
.bottom_box p{margin-bottom: 0px;margin-top: 10px;text-align: center;}

.bottom_section.bottom {
	background: #f8f8dd;
	margin-top: 0px;
}
.bottom_section.bottom .bottom_box {
	padding: 0px;
	background: inherit;
}
.bottom_section.bottom .bottom_box img {
	padding: 10px;
	background: #d6d6a8;
}
.bottom_section.bottom .bottom_box p {
	text-align: center;
	color: #bb0302;
}
.bottom_section.bottom .bottom_box a{}

.gallery_section{background: #f8f8dd;}
.gallery_section .bottom_box{}



