@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
font-family: 'Open Sans', sans-serif;
}
.mb-30{
    margin-bottom: 30px !important;
}


.header_section {
    background-color: #31A3DD !important;
    color: #fff;
}
.head-contact-info {
    padding-top: 10px !important;
}
.head-contact-info {
    display: block;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 0;
}
.head-contact-info li {
    display: inline;
    margin-right: 10px;
    font-size: 18px;
}
.head-contact-info i {
    margin-right: 8px;
    font-size: 20px;
}
 .head-contact-info a, .head-contact-info a:hover {
    color: #fff;
}
.social {
    display: block;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
}
.social li {
    font-size: 18px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
    display: inline-block;
    height: 35px;
    margin-right: 5px;
    width: 35px;
    text-align: center;
   
    transition: background .5s ease-in-out;
    border: 2px solid #ffffff;
    cursor: pointer;
}
.social i {
    color: #fff;
    line-height: 30px;
}

#header_shadow {
    background: url(images/shadow.png) no-repeat top center;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 20px;
    z-index: 99;
    width: 100%;
}

.carousel-caption h3 {
    margin: 0 0 0px 0;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 3em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    /* text-transform: uppercase; */
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    line-height: 1.4em;
    background: rgba(0,0,0,0.6);
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -ms-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
}
.carousel-caption p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
    overflow: hidden;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 23px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	background: #31A3DD !important;
}



.header {
	
	background: #fff;
}
.logo {
	margin: 15px 0px;
}
.menu_bg {
	background: #f3f3f3;
	border-bottom: #0f385f solid 3px;
}
.header-info {
	width: 100%;
	
}
.header-icon {
	float: left;
	margin-right: 10px;
}
.header-icon i {
	color: #e22a31;
	font-size: 34px;
	line-height: 40px;
}
.header-info-text span {
	display: block;
	font-size: 14px;
}
.info-first {
	font-weight: 700;
	color: #444;
}
.info-simple {
	font-weight: 700;
	color: #777;
	font-size: 12px;
}
.mision {
	padding: 40px 0px;
	background: #fff;
}
.vision {
	padding: 40px 0px;
	
}
.heading {
	margin: 0px;
	padding: 0px;
	position: relative;
}
.heading h3 {
	color: #000;
	font-size: 30px;
	margin: 0px;
	padding: 0px 0px 30px 0px;
	font-family: 'Poppins', sans-serif;
}
.heading:after {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 90px;
	height: 2px;
	background: #ff6800;
	content: '';
}
.heading:before {
	position: absolute;
	top: 45px;
	left: 0px;
	width: 110px;
	height: 2px;
	background: #ff6800;
	content: '';
}
.vision_content {
	margin: 0px;
	padding: 0px;
}
.vision_content p {
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 26px;
}
.price-btn {
	color: #fff;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px;
	padding: 7px 20px;
	display: inline-block;
	background: #e22a31;
	font-size: 12px;
	border: 1px solid #e22a31;
	letter-spacing: 0.5px;
}
.margin-top {
	margin-top: 10px;
}
.brdr_btom {
	border-bottom: #fbc02d solid 5px;
}

.event_confrence {
	padding: 40px 0px;
	background: url(../images/bg-event.jpg) no-repeat;
	background-size: cover;
}
.programe {
	margin-top: 20%;
	padding: 0px;
}
.programe h1 {
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
}
.programe p {
	display: inline-table;
	padding: 10px 0px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
}
.programe i {
	color: #e22a31;
	font-size: 44px;
	margin: 0px 10px;
	float: left;
}
.gallery-title {
	font-size: 36px;
	color: #42B32F;
	text-align: center;
	font-weight: 500;
	margin-bottom: 70px;
}
.gallery-title:after {
	content: "";
	position: absolute;
	width: 7.5%;
	left: 46.5%;
	height: 45px;
	border-bottom: 1px solid #5e5e5e;
}
/*.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}*/



.btn-default:active .filter-button:active {
	background-color: #42B32F;
	color: white;
}
.port-image {
	width: 100%;
}
.gallery_product {
	margin-bottom: 30px;
}
.gallery_product img {
	min-height: 218px;
}
#contact .get-tech-line {
	margin-left: 10px;
	vertical-align: text-bottom;
	display: none;
}
#contact .get-tuch {
	margin: -29px 0;
	padding: 25px 0;
}
#contact .get-tuch {
	display: inline-block;
}
#contact .container {
	padding: 40px 0 50px;
}
#contact .get-tuch i {
	font-size: 35px;
	color: #fff;
}
#contact .get-tuch ul li h4 {
	ont-weight: bold;
	color: #fff;
}
#contact .get-tuch ul li p {
	color: #fff;
	font-size: 15px;
}
#contact .get-tuch ul li a {
	color: #fff;
}
#contact .get-tuch > ul {
	margin-top: 10px;
}
#contact .bg-color-blue .get-tuch h4, #contact .bg-color-blue .get-tuch p, #contact .bg-color-blue .get-tuch i {
	color: #fff !important;
}
/* ================================= */
/* ----------- FOOTER CSS ---------- */
/* ================================= */
.footer {
	background: #222222;
	position: relative;
}
.footer a, #footer p, ul.list li::before, .opening-hourse ul li {
	color: #808080;
}
.footer a:focus, .footer a:hover, .footer a:active {
	color: #666666;
}
.footer .widget .widget-title {
	margin-top: 0px;
}
#footer p {
	font-weight: 300;
}
#footer .copy-right {
	font-size: 12px;
}
.widget.dark .widget-title {
	color: #fff;
}
.widget .widget-title {
	margin-bottom: 20px;
	margin-top: 0;
}
.small-title {
	margin-bottom: 40px;
	margin-top: 20px;
}
.line1 {
	float: left;
	height: 5px;
	width: 40px;
}
.line2 {
	float: left;
	height: 1px;
	margin-top: 2px;
	width: 78px;
}
.background-color-white {
	background: #fff none repeat scroll 0 0;
}
.line1, .line2 {
	background-color:#31A3DD !important;
}
.widget.dark .list-border li {
	border-bottom: 1px dashed #404040;
	transition: all 0.5s linear 0s;
	margin-bottom: 8px;
	list-style: none;
	padding-bottom: 8px;
}
ul.list li::before {
	border: medium none;
	content: "";
	display: inline-block;
	font-family: fontawesome;
	font-size: 12px;
	margin-right: 10px;
	padding: 0;
}
.widget.dark .list-border li:hover {
	margin-left: 10px;
}
.socials li {
	display: inline-block;
}
.socials li a {
	color: #dbdbdb;
	border: 1px solid #dbdbdb;
	padding-top: 8px;
	display: block;
	font-size: 14px;
	height: 32px;
	line-height: 16px;
	width: 32px;
	margin: 5px 5px 5px 0;
	text-align: center;
}
.socials li a:hover, .socials li a:focus {
	color: #fff;
	background: #fecc00;
	border-color: #fecc00;
}
.socials1 {
	float: right;
}
.socials1 li {
	margin-top: 15px;
	display: inline-block;
	float: right;
}
.socials1 li a {
	color: #fff !important;
	background: #0f385f;
	border: 1px solid #0f385f;
	padding: 8px 0px!important;
	display: block;
	font-size: 14px;
	height: 37px;
	line-height: 24px!important;
	width: 32px;
	margin: 5px 5px 5px 0;
	text-align: center;
}
.socials1 li a:hover, .socials1 li a:focus {
	color: #fff;
	background: #fecc00;
	border-color: #fecc00;
}
.footer {
	background: #222222;
	position: relative;
}
.bg-black-333 {
	background-color: #333333;
	padding: 10px 0px 10px 0px;
}
.bg-color-red {
	background: #0f385f;
}
.list {
	margin: 0px;
	padding: 0px;
}
.top_nav {
	margin-top: 6px;
	padding: 0px;
}
.top_nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.top_nav li {
	list-style: none;
	margin: 0px;
	padding: 0px 8px;
	display: inline-table;
}
.top_nav li a {
	color: #000;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
}
.page-heading {
	background: #0f385f;
	padding:10px 0px; 
	
}
.page-heading h1 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
}
.ullist {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
.ullist li {
	list-style: disc;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
.boldhead {
	color: #000;
	font-size: 20px;
	margin: 0px;
	padding: 20px 0px 10px 0px;
	font-family: 'Poppins', sans-serif;
}
.ullist1 {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
.ullist1 li {
	list-style: decimal;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
.heading1 {
	margin: 0px;
	padding: 0px;
	position: relative;
}
.heading1 h3 {
	color: #fff;
	font-size: 30px;
	margin: 0px;
	padding: 0px 0px 30px 0px;
	font-family: 'Poppins', sans-serif;
}
.heading1:after {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 90px;
	height: 2px;
	background: #ff6800;
	content: '';
}
.heading1:before {
	position: absolute;
	top: 45px;
	left: 0px;
	width: 110px;
	height: 2px;
	background: #ff6800;
	content: '';
}
.tophd {
	background: #fbc02d;
	
}
.icon_soc {
	margin-top: 4px;
	padding: 0px;
}
.icon_soc ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.icon_soc li {
	list-style: none;
	margin: 4px 10px;
	padding: 0px;
	float: left;
}
.icon_soc li i {
	color: #000;
}
/*************************
********* Contact Us CSS ******
**************************/
#map-outer {
	height: 390px;
	width: 100%;
}
.gmap-area {
	background: url(../images/map.jpg) no-repeat;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.gmap-area .gmap iframe {
	border-radius: 50%;
	height: 380px;
	width: 400px;
}
.gmap {
	border: 10px solid #f6f5f0;
	border-radius: 50%;
	height: 380px;
	width: 400px;
	box-shadow: 0px 0px 3px 3px #e7e4dc;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.gmap-area .map-content ul {
	list-style: none;
}
.gmap-area .map-content address h5 {
	font-weight: 700;/* font-size: 16px; */
}
#contact-page {
	padding-top: 0;
}
#contact-page .contact-form .form-group label {
	color: #4E4E4E;
	font-size: 16px;
	font-weight: 300;
}
.form-group .form-control {
	padding: 7px 12px;
	border-color: #f2f2f2;
	box-shadow: none;
}
textarea#message {
	resize: none;
	padding: 10px;
}
#contact-page .contact-wrap {
	margin-top: 20px;
}

.blue-background{
    background-image:url(../images/light-blue.jpg);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}
.focus{
  margin-bottom:30px;	
}
.text-sec {
    padding: 50px 0;
}
.text-sec p{
    font-size:21px;
    line-height:25px;
    font-family: 'Roboto', sans-serif;
	color:#777;	
}
.title{
    margin-bottom: 30px;
}
.title h2{
 font-size:26px;
 text-transform:uppercase;
 font-weight:bold;
 border-bottom:4px solid #31A3DD;
 display:inline-block;	
}
.aim-inner{
padding:10px;	
}
.aim-inner .icon{
    text-align: center;
    width: 75px;
    height: 75px;
    background:#87d5f7;
    border-radius: 50%;
    margin: 0 auto;
	 margin-bottom: 20px;
}
.aim-inner .icon i{
font-size:35px;	
    color: #076cb5;
	line-height:75px;
}

.aim-inner .txt h3{
     margin-top: 0;
    font-size: 22px;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;	
}
.aim-inner:hover .icon i{
color:#31A3DD;	
}
.aim-inner p {
    font-size: 18px;
    color: #777;
	text-align: justify;
}
.aim-inner:hover{
background:#fff;
 box-shadow: 0 0 6px rgba(0,0,0,.7);	
	
}
.heading.text-center:before,.heading.text-center:after{
left:0;
right:0;
margin:0 auto;	
	
}

.img-sec img{
width:100%;
 transition: all .5s;	
}
.img-sec{
overflow:hidden;
 transition: all .5s;		
}
.news-inner{
    background: #fff;
    border-bottom: 5px solid #31A3DD !important;
    box-shadow: 0 0 6px rgba(0,0,0,.7);
	padding: 10px;
	transition: all .5s;
}
.news-inner:hover  .img-sec img{
 transform: scale(1.2);
 transition: all .5s;	
	
}
.news-inner h3{
font-size:22px;	
}
.hbar{
background:#31A3DD;
color:#fff;
padding:45px 0;
font-size:22px;	
position:relative;
}
.hbar i{
margin-right:20px;	
}

.btn.research-btn{
    color: #FFFFFF;
    background-size: 100% 200%;
	background-color:#31A3DD;
    background-image: linear-gradient(to bottom, transparent 50%, #393c40 50%);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border: 4px solid #393c40;
	display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 10px;
    padding: 16px 18px;
    text-align: right;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
	
}
.hbar:after{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    height: 40px;
    z-index: 99;
    width: 100%;
    background-size: 100% 100%;
    background: url(../images/shadow3.png) center center no-repeat;
}
.btn.research-btn:hover {
    background-position: 0 -100%;
    color: #fff;
    background-color: #393c40;
}
.news-inner h2{
    background: #31A3DD;
    color: #fff;
    margin: 5px 0;
    font-size: 22px;
    text-transform: uppercase;
    padding: 6px 0;
    font-weight: 700;	
}
.news-inner h2 a{
color:#fff;	
}
.check-list{
	padding-left:0;
}
.check-list li{
	position:relative;
	list-style-type:none;
	    padding-left:20px;
		text-align:left;
		margin-bottom:10px;
		font-size: 16px;
    color: #777;
}
.check-list li:before{
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f00c";
	color:#076cb5;
	position:absolute;
	left:0;
	top:3px;
}
.research .news-inner{
min-height:245px;	
}


/*programe offered*/
.program-offered {
    background:#fff url(../images/books-mockup.png) no-repeat right 90px;
    background-size: 32%;
    min-height: 500px;
	padding-top:20px;
}
.program-offered h4.panel-title{
position:relative;	
background:#eee;
    color: #555;
border-bottom-left-radius: 5px;
}
.program-offered .panel-heading{
	padding:0;
}
h4.panel-title a{
	 background:#31A3DD;
	    color: #fff;
    text-decoration: none;
    display: block;
   padding: 14px 0 14px 56px;
    position: relative;	
}
.program-offered .panel-group .panel{
border:none;	
}
h4.panel-title a[aria-expanded="true"]:before{
 content: "\f068";
 background:#31A3DD;	
}
h4.panel-title a[aria-expanded="true"] {
    background:#FCCA03;
	color:#000;
}
h4.panel-title a:before {
	color:#fff;
    z-index: 2;
    content: "\f067";
    font-family: 'FontAwesome';
    display: inline-block;
    width: 48px;
    height: 46px;
    line-height: 46px;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
	background:#FCCA03;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 0px 4px 0 4px;
    -moz-border-radius: 0px 4px 0 4px;
    border-radius: 0px 4px 0 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
h4.panel-title a:after {
    z-index: 1;
    left: 30px;
    top: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 7px;
    height: 46px;
    line-height: 46px;
    background: transparent;
		background:#FCCA03;
    -webkit-transform: skewX(35deg);
    -moz-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    -o-transform: skewX(35deg);
    transform: skewX(35deg);
    -webkit-transition: 0.5s 0.2s ease-out;
    -moz-transition: 0.5s 0.2s ease-out;
    -o-transition: 0.5s 0.2s ease-out;
    transition: 0.5s 0.2s ease-out;
}
h4.panel-title a[aria-expanded="true"]:after {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);

}

.program-offered #accordion{
 margin-top:30px;	
}
.course-list li{
position:relative;
padding-left:35px;
margin-bottom:15px;	
list-style-type:none;
}
.course-list li a{
 color:#000;
 font-weight:700;
 text-decoration:none;	
}
.course-list li a:hover{
color:#FCCA03;
}
.course-list li:before{
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f19d";
	position:absolute;
	left:0;
	top:2px;
	font-size: 18px;
	color:#FCCA03;	
}
.panel-default > .panel-heading{
padding:0;	
	
}
 @media only screen and (max-width:1199px) {
 #cssmenu > ul > li > a {
    padding: 17px 12px;
}
.news-inner h3 {
    font-size: 18px;
}
.research .news-inner {
    min-height: 290px;
}	 
	 
 }
  @media only screen and  (max-width:991px) {
	#cssmenu > ul > li > a {
    padding: 17px 6px;
    font-size: 12px;
}
.hbar .btn.research-btn{
    font-size: 14px;
	padding:10px;	
}
.head-contact-info li {
    font-size: 15px  !important;
}
	 
	 
 }
 @media only screen and (max-width:767px) {
.carousel-caption {
	top: 0px;
}
.carousel-caption h1 {
	font-size: 20px;
	letter-spacing: 0px;
}
#cssmenu.small-screen #menu-button {
    color: #000;
}
#cssmenu.small-screen #menu-button:after {
    height:8px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;

}
#cssmenu.small-screen #menu-button:before{
background: #000;
height:3px;	
}
.news-inner{
margin-bottom:20px;	
}
.hbar{
text-align:center;	
}
.hbar i {
    display: block;
}
.program-offered{
background:none;	
}
}

 @media only screen and (max-width:479px) {
.head-contact-info li {
    font-size: 12px !important;
}
.social {
    padding-left: 0;
}	 
	 
	 
 }
