﻿

.gal {
   display: inline-block;
  position: absolute;
  margin-left:-20px;
  font-family: Fjalla One;
  letter-spacing: 0px;

}
.gal li
{
      list-style-type: disc;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}
.gallery a{
cursor: pointer;
    color: #000;
}
.gallery {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-width: 33%;
-moz-column-width: 33%;
column-width: 33%; }
.gallery .pics {
-webkit-transition: all 350ms ease;
transition: all 350ms ease; }
.gallery .animation {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }

@media (max-width: 450px) {
.gallery {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-width: 100%;
-moz-column-width: 100%;
column-width: 100%;
}
}
.works
{
    background-color:#fff;
}

.post-dates {
    position: absolute;
    top: 10%;
    left:-10%;
    padding: 3% 5%;
    padding-right: 20px;
    background: #0099CC;
    font-family: Fjalla One;
}
.dates {
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: bold;
}
.post-titles {
    margin: 1px 0 30px 0;
    padding-left: 10%;
    padding-right: 1%;
      padding-top: 20px;
}
.post-titles p {
    color: #666;
    letter-spacing: 0px; 
    margin-left: 10px;
    font-size: 18px;
    line-height: 1.5em;
    color: #666;
    font-family: Fjalla One;
    text-align:justify;
}
.months:after {
    content: "";
    display: block;
    border: 2px solid #fff;
}
.months {
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: bold;
}
.proper
{
    color: #666;
    letter-spacing: 0px; 
    margin-left: 10px;
    font-size: 18px;
    line-height: 1.5em;
    color: #666;
    
    text-align:justify;
}

@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
.nav-item { margin-top:2px;font-size: 17px;}
.dropdown-menu{ background-color:rgba(0,0,0,0.5); border:0px; color:#fff;  border-radius:00px;   }
.dropdown:hover{ transition:0.8s}
.dropdown:hover .dropdown-menu{ display:block;background-color:rgba(0,0,0,0.5); }               
.dropdown-menu a{color:#fff; font-size:14px;  padding:10px; margin:00px;}
.dropdown-menu a.dropdown-item{ background-color:transparent; color:#fff;margin:00px;}
.dropdown-menu a.dropdown-item:hover
{
    background-color: #0099CC;
}

@media (max-width:768px){
header.masthead { margin-top:95px;}
header.masthead .carousel-caption
{ position:absolute; top:180px; margin-left:-210px;}

header.masthead .carousel-caption h4{font-size:40px;font-style:italic;line-height:40px;margin-bottom:25px;font-family:'Droid Serif','Helvetica Neue',Helvetica,Arial,sans-serif}

header.masthead .carousel-caption .button1 button{ position:absolute; left:95px;}
header.masthead .carousel-caption .button2 button{ position:absolute; left:280px;}
}

header.masthead { 
    text-align: center;
    color: #fff; 
	background-color:rgba(0,0,0,1);
     
    background-attachment:scroll;
    background-position: center center;
   
}


#portfolio{ padding:40px;}
.carousel-caption  { 
position:absolute; 
top:00px; 
left:75px; 

width:1200px; 
padding-top:290px; 
text-align:left;
	
}

.carousel-caption h4{ padding-left:120px; font-size:45px;
   
}

.carousel-caption p{
	padding-left:120px;
    color: #fff;
   
	font-size:24px;
}
.carousel-caption .button1 button  {
	position: relative;
    right: 15%;
    bottom: -160px;
    left: 28%;
    z-index: 10;
    padding-top:5px;
    padding-bottom: 10px;
    color: #fff;
	background-color:rgba(255,102,102,1);
	 border: 0px;
   
	font-size:18px;
	
	}
	.carousel-caption .button1 button a{color:#fff;}
	.carousel-caption button:hover{ background-color:transparent;}
	.carousel-caption .button2 button {
	position: relative;
    right: 20%;
    bottom: -118px;
	width:250px;
	height:250px;
    left: 75%;
    z-index: 10;
    padding-top:5px;
    padding-bottom: 10px;
    color: #fff;
	background-color:rgba(0,0,0,0.5);
	border: 0px; width:150px;
   
	font-size:18px;
	
	}
	.carousel-caption .button2 button a{color:#fff;}
	.carousel-caption .button2 button:hover{ background-color:transparent;}
	#carouselExampleIndicators .active{ color:#900; }
	
	.box-nav{ height:150px; background-color:rgba(0,0,0,0.5); margin-left:10px}
	.box-nav:hover{ background-color:rgba(0,0,0,1); transition:0.5s}
	.content-box {height:150px; padding-top:50px;}
	.content-box ul{margin:00px;}
	.content-box ul li{ display:inline-block; }
	.content-box ul li i {color:#0099CC;}
	.content-box ul li img{padding-top:-20px; margin-top:-10px}
	.content-box ul li p a{text-align:center; font-size:20px; margin-top:-45px; padding-left:20px;  color:#fff;}
	#slider-nav{position:absolute; top:520px; width:100%; height:100%; padding:00px 00px 50px 00px;}
	
	
	
	@media (max-width:1024px){#slider-nav{ position:relative;left:00px; right:00px; top:30px;  }}
	
#intro
{
    background-color: #fff;
    height: 650px;
    background-image: url(../img/AboutUS.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.intro-content-wrap{ height:650px; position:relative; top:20px;   }
.intro-content{width:80%; background-color:#0099CC; margin:auto; padding:30px; }	
.intro-content h2{border-bottom:#000 1px solid;  width:50%; margin:auto; padding-bottom:10px; font-weight:bold; color:#fff;}
.intro-content p{ font-size: 16px;
    text-align: justify;
    color: #fff;
    line-height: 27px;}
.arrow-up { position:relative;
  width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent; margin:auto;
  
  border-bottom: 30px solid #0099CC; top:-60px;
}
section#about-us
{
   
    height: 100%;
    background-image: url('../img/about/Principal_bg.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 120px;
    background-color: rgba(0%,0%,0%,0.2)
}

.circle-area{width:100%; margin-top:90px;}
.circle{width:150px; height:150px; margin:auto; background-image:url(../img/Principal.jpg); background-repeat:no-repeat; border-radius:50%; padding:120px;}
.overlay{width:150px; height:150px; background-color:rgba(0%,0%,0%,0.2); border-radius:50%; position:relative; padding:120px; bottom:120px; right:120px; }
.overlay:hover{ background-color:transparent}

.title-area{ width:100%; height:480px;padding:50px; background-image:url(../img/about/page-quote.png); 
background-repeat:no-repeat; margin-left:35px;}
.title{margin:auto; text-align:left;color:#000; }
.title p{ font-size:12px; text-align:justify; padding-top:10px; color:#000; width:80%; margin:auto; margin:00px;}
.controls a { color:#0099CC;}
.line-title {
  margin-bottom: 1.3em;
  font-size: 1.5em;
  text-align: center;
  display: block;
  position: relative;
  overflow: hidden;
}
.line-title:before, .line-title:after {
  content: '';
  display: inline-block;
  height: 1px;
  background: #6F7C80;
  width: 50%;
  position: relative;
  vertical-align: middle;
}
.line-title:before {
  left: -0.5em;
  margin-left: -50%;
}
.line-title:after {
  right: -0.5em;
  margin-right: -50%;
}


[data-slide="prev"]
{
    margin-right: 10px;
}
  .section-box-twelve{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-twelve figure
{
    position: absolute;
    text-align: center;
    padding: 10px 19px 19px 19px;
    width: 100%;
    height: 100%;
    transition: ease-in-out .5s;
    opacity: 0;
    transform: scale(2);
    vertical-align: middle;
}
    .section-box-twelve:hover figure {
        opacity: 1;
        transform: scale(1);
        background: rgba(0, 0, 0, 0.71);
    }
    .section-box-twelve figure a{
        color: #fff;
        font-size: 3em;
        top: 35%;
        position: relative;
    }
    .section-box-twelve img{
        height: 100%;
    }
.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none; border-radius:00px;
    
   
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-title a{
    font-size: 1.0em;
    font-weight: 700;
    line-height: 1.2857em;
}
.card-title a:hover{color:#f15a2}
.card-text { padding:10px; text-align:center;
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, 0.68);
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

.profile-inline ~ .card-title {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}

.text-bold {
    font-weight: 700;
}

.meta {
    font-size: 1em;
    color: rgba(0, 0, 0, 0.4);
}

.meta a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.4);
}

.meta a:hover {
    color: rgba(0, 0, 0, 0.87);
}
.read-more
{
        background-color: #0099CC;
    /* width: 150px; */
    font-size: 24px;
    /* position: absolute; */
    left: 0px;
    /* top: 44%; */
    margin-top: 26%;
    /* top: 50%; */
    padding: 12px;
    vertical-align: middle;
    display: inline-block;
    color: #FFFFFF;
}

.section-heading{ font-size:150px;}

.form-area{width:450px; position:absolute; background-color:#fff; top:-90px;}
.top-area{ background-color:#0099CC; color:#fff; padding:20px 90px; text-align:center; border-radius:0 0 100% 100% / 100%; height:100px;}
.bottom-area {padding:20px 90px;}
.form-control{ margin:10px 10px; border-radius:00px;}
.button { margin:25px 35px; width:100%;}
.button a{
    background-color: #000; /* Green */
    border: none;
    color: white;
    padding: 10px 35px;
    text-align: center;
    text-decoration: none;
   
    font-size: 16px;
}
.button a:hover{  background-color:#0099CC; color: #fff;transition: 0.6s; }
.section-subheading{ padding:0px;}
.viewall{ padding:5px 10px; border:1px #ccc solid; margin-top:50px;}
.viewall:hover{ border:1px #0099CC solid; color:#0099CC; transition: 0.6s;}
.date-space{ padding:50px 120px; line-height:30px; margin-top:50px; text-align:center; border-right:1px #ccc solid; color:#0099CC;}

.event-space{ padding:10px; line-height:30px; margin-top:50px;   }
.event-txt{text-align:left;}
.event-pic {padding:10px; line-height:30px; margin-top:50px; width:250; height:250px; }
.event-pic img{width:100%; height:100%; }
   
   .media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 350px;
  height: 200px
}
.wrapprer{text-align:center;  background-color:rgba(255,255,255,1); height:350px; width:100%;}
.section-heading2{ color:#000;}

.image-box
{
    border-left: 150px #fff solid;
    background-color: #0099CC;
    border-bottom: 350px transparent solid;
    height: 350px;
    margin-left: -30px;
    background-image: url(../img/map-image.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
}
.button-submit{ margin:20px 10px; background-color:#0099CC; width:100%; padding:10px;}
.button-submit a{ color:rgba(255,255,255,1);}
.button-submit:hover{ border:1px #0099CC solid; background-color:transparent; color:#0099CC; transition: 0.6s;}
.button-submit:hover a{color:#0099CC}
.wrapprer-add{ padding:40px 40px;}
.wrapprer-add-form{padding:20px 40px;}
#footer a{ color:rgba(153,153,153,1)}
#footer a {
    color: rgba(153,153,153,1);}
#footer i{ color:rgba(153,153,153,1);}
.share-icon{margin:00px; padding:20px 00px;}
.share-icon ul{margin:00px; padding:00px;}
.share-icon ul li{
	padding:5px 11px;
	list-style: none;
	color: #fff;
	display: inline-block;
	width: 35px;
	height: 35px;
background-color:#000; border-radius:30px;
}
.share-icon ul li:hover {background-color:#0099CC; transition: 0.6s;}
.share-icon li a :hover { color:#FFF;}
.bottom-txt{ padding:20px 00px;text-align:center; font-size:12px; color:rgba(153,153,153,1);}
.bottom-txt a{}
.last-txt{padding:10% 32%; text-align:center; color:#fff;}
.button-submit-last{width:100%; margin-top:20px; }
.button-submit-last-btn{ width:150px; border:1px #ccc solid; margin:auto; padding:15px;}
.button-submit-last-btn a{ color:#fff;}
.button-submit-last-btn:hover {background-color:#0099CC;  transition: 0.6s; border:0px;}


/*------arrow-----------*/

.fa-angle-double-down:hover{ color:#fff;}

.bounce {
 position: absolute;
 bottom: 10px;
 left: 50% ;
 width: 60px;
 height: 60px ;
 margin-left:-30px;

 -webkit-border-radius:50%;
 -moz-border-radius:50%;
 -ms-border-radius:50%;
 border-radius:50%;
 animation: bounce 2s infinite;
 -webkit-animation: bounce 2s infinite;
 -moz-animation: bounce 2s infinite;
 -o-animation: bounce 2s infinite;
}
 
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateY(-30px);}
 60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-30px);}
 60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-30px);}
 60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-30px);}
 60% {transform: translateY(-15px);}
}

@media (max-width:620px){
	.box-nav{ height:150px; background-color:#000; margin-left:10px}
	.box-nav:hover{ background-color:#0099CC; transition:0.5s}
	.content-box {height:150px; padding-top:50px;}
	.content-box ul{margin:00px;}
	.content-box ul li{ display:inline-block; }
	.content-box ul li i {color:#0099CC;}
	.content-box ul li img{padding-top:-20px; margin-top:-10px}
	.content-box ul li p a{text-align:center; font-size:20px; margin-top:-45px; padding-left:20px;  color:#fff;}
	#slider-nav{ width:100%; height:100%; padding:00px 00px 150px 00px;}
	
	.intro-content-wrap
    {
        height: 650px;
        position: relative;
         background-color: #663300;
    }
	.intro-content{width:100%; background-color:#0099CC; margin:auto; padding:10px; }
	.arrow-up { position:relative;
  width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent; margin:auto;
  
  border-bottom: 30px solid #0099CC; top:-30px;}
  #second-sec{background-color:rgba(255,255,255,1); position:relative; top:120px;}
  .title-wrapper{ position:relative; top:50px; padding-top:20px}

.title-area{ width:80%; height:480px;padding:30px; background-image:url(../img/about/page-quote.png); 
background-repeat:no-repeat;}
.title{ text-align:center;color:#000; padding-top:20px; }

.title p{ font-size:12px; text-align:justify; padding-top:10px; color:#000; width:100%; margin:auto;}
.modal-content{ margin:00px;background-color:#0099CC}

.close{position:absolute; right:10px;}
.event-title h2{ font-size:30px; border-bottom:dotted 1px #333; }
.calendar-area{ height:100%; border-radius:10px; padding:10px;}
section#team{ height:100%;}
.image-box{ border-left:00px #fff solid; background-color:#0099CC; border-bottom:00px transparent solid;height:350px; 
margin-top:20px; background-image:url(../img/map-image.png); background-repeat:no-repeat; padding-left:25px;  }
.wrapprer-add{ padding-top:20px;}
.accordion {
    background-color: #0099CC;
    color: #000;
    cursor: pointer;
    padding: 5px;
    width: 55px;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.download-box{ position:fixed; bottom:40px; left:00px;  padding:0px; width:100%; }
.space-download{ width:520px; background-color:#000; margin:00;}
 .sidenav {padding-top: 15px; width:100%;}
	}
	.download-box{ position:fixed; bottom:40px; left:00px;  padding:0px; width:100%; }
	.space-download{ width:20%; background-color:#000; margin:00;}
	
	.modal-content{  background-color:#FFF}
	.modal-title{ width:100%; background-color:#0099CC}
	.modal-title h2{ font-size:40px; text-align:center;}
	.modal-body-cont{ margin:auto; width:80%; }
	.close{position:absolute; top:12px;}
	.top{position:fixed; bottom:00px; color:#0099CC; padding:0px; right:00px; z-index:2; }
	
	
.accordion {
    background-color: #0099CC;
    color: #000;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active-1, .accordion:hover {
    background-color: #000;color: #fff; border:none;
}

/*.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left:0px;
}

.active-1:after {
    content: "\2212";
}
*/
.panel {
    padding: 0 8px;
    background-color: white; color:#000; 
	margin-top:-155px; text-align:center;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel ul{ margin:00px; padding:00px;}
.panel ul li{padding:00px; list-style:none; width:100%;}
.panel li a { font-size:14px; padding:2px;}
.panel li a:hover { text-decoration:none;}

.slide-btn{font-size:30px;cursor:pointer; position:fixed; bottom:0px; padding:10px 10px 10px; border-radius:150px; width:80px; height:80px; color:#fff; z-index:2; background-color:#fff;}
.sidenav {
    height:50%;
    width: 0;
    position: fixed;
    z-index: 5;
   bottom: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav h2{ padding:00px 10px; color:#fff; border-bottom:1px #ccc solid; margin-top:-40px; padding-bottom:5px;}
.sidenav a {
    padding: 8px 20px 0px 20px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px; width:100%;}
  .sidenav a {font-size: 18px;}
}

/*------------------------------#Inner page#-----------------------------*/
/*////////////////////////////////about the institute////////////////////*/
/*------------------------------##########-----------------------------*/
#newNav{
padding-top: 0;
	padding-bottom: 0;
	background-color: #0099CC
}
#newNav .navbar-nav .nav-item .nav-link.active,
#newNav .navbar-nav .nav-item .nav-link:hover{color:#fed136}
#newNav .navbar-nav .nav-item .nav-link{font-size:17px;font-weight:400;padding:.75em 0;letter-spacing:1px;color:#fff;font-family:'Fjalla One', sans-serif; margin:10px 10px 10px 15px;}
#newNav .navbar-toggler{
	font-size: 12px;
	right: 0;
	padding: 13px;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	background-color: #0099CC;
	font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif
}

#about-the-institution{padding:00px; margin:00px; height:100%;}

.caption-wrapper{width:100%; margin:auto; background-color:#CCC;}
.top-banner-caption{position:absolute;top:180px; padding:20px; width:100%; margin:auto;}
.top-banner-caption h2{ color:#fff; text-align:center; }
.info-wrapper{height:500px;}
.arrow-up1{ position:relative;
  width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent; margin:auto;
  
  border-bottom: 30px solid #fff; top:-30px;
}
.breadcrumb { background-color:transparent; padding:00px; font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif}
.breadcrumb li{ margin:4px; padding-top:-10px;}
.title-info { padding:10px;}
.title-info i{ color:#0099CC}
.title-info i:hover{ font-size:60px; transition:0.5s; opacity:0.5}
.title-info h2{ width:100%; margin:auto; padding:10px;}
.title-info p{ text-align:justify; width:100%; margin:auto; padding:10px;}
.vert-line{ border-left:#ccc 0px dotted;}
.left-tittle h2{ padding:10px; background-color:#0099CC; margin-bottom:20px;  color:#fff; font-size:20px;}
.date-box{ background-color:#0099CC; padding:10px; color:#fff; font-size:24px; line-height:25px;}
.loc-nav{ font-size:10px; text-align:left;}
.left-bar{ background-color:#fff; padding:0px; margin-top:20px;}
.event-block{ padding:30px;}
.arrow-up-left{ 
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 20px solid  #0099CC;
	border-bottom: 20px solid transparent; position:absolute; right:00px; top:3px;
}
.quick-links ul li{list-style:none;position:relative}
.quick-links ul li i{padding-right:5px; color:#0099CC}
.info-container{border:1px dotted #ccc; border-radius:30px; margin-bottom:30px; box-shadow:2px 2px 4px #ccc; padding:10px}

#history{ padding-top:80px;}

/*------------------------------#Inner page#-----------------------------*/
/*////////////////////////////////Courses//////////////////*/
/*------------------------------##########-----------------------------*/

#bg-img{ background-image:url(../img/Courses/bg-im.png); background-position:top; background-color:#000;}
#courses-inner{ margin:00px;}
.title-wrapper {margin-left:10%;}
.tittle-top{ border-left:1px #0099CC solid; padding-left:20px; border-left-width:3px;}
.tittle-top h2{ color:#fff;}
.arrow-up-top{ position:relative;
  width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent; margin:auto;
  
  border-bottom: 30px solid #0099CC; top:00px;
}
#second-sec-inner{background-color:rgba(255,255,255,1); margin-top:-120px; padding:00px;}
.breadcrumb a.fa-home {color:#fff;}
.breadcrumb li a{color:#fff;}
.breadcrumb li.active{color:#999;}
.info-innerpage{ background-color:#ccc; margin:0px;padding:00px;}
.right-bar{ background-color:#fff; padding:0px; margin-top:10px; padding:10px;}
.info-innerpage-img{ margin:00px; padding:00px;}
.info-innerpage-txt{ padding:10px;}
.info-innerpage-txt h2{ margin:00px;}
.info-innerpage-txt p{ font-size:12px;text-align:justify}
.info-detail-sec{ margin:00px; background:#ccc;}
.card-header{ background-color:transparent;border-bottom:1px #0099CC solid; padding-bottom:00px; margin-left:20px; width:60%;}
#accordion .card-header:after
{
    font-family: 'FontAwesome';
    content: "\f0a4";
    float: left;
    margin-right: 10px;
    padding: 0px;
    color: #0099CC;
    border-bottom: 1px #ccc solid;
    font-weight: bold;
}
#accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";  }
/*------------------------------#Inner page#-----------------------------*/
/*////////////////////////////////Events//////////////////*/
/*------------------------------##########-----------------------------*/	
.nav{ border-radius:00px;}	

.nav-tabs li{ border-radius:00px; }
.nav-tabs li a{ font-family:Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif;background-color:rgba(204,204,204,0.2)}
/*.nav-tabs li a:hover{ border:00px; }
.nav-tabs li.nav-item a.active{border-radius:00px; border-top-color:#0099CC; border-top-width:3px; }
.nav-tabs li.nav-item a.active:hover{border-radius:00px; border-top-color:#0099CC; border-top-width:3px;}*/
.nav-tabs .nav-link.active {
    font-weight:bold;
    background-color: transparent;
    border-bottom:3px solid #0099CC;
    border-right: none;
    border-left: none;
    border-top: none;
}
.date-space-inner{font-size:20px; padding:20px; border-right:1px #ccc solid; margin-top:60px;}
.date{ font-size:60px}
.event-txt-inner{ font-size:12px; line-height:20px; margin:00px;}
.event-pic{ width:220px; height:200px; padding:5px; background-color:#ccc; margin-top:50px;}
.event-pic img{width:100%; height:100%;}














/*latest----------------------news--------------*/
#team .card-body
{
    min-height:100px;
}
.isteColor{
    color: #cd2147;
  }
  .isteColor:hover{
    color: #353A40;
  }
/*haber akışı list*/
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 10px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 30px;
}
ul.timeline > li a:hover{
  text-decoration:none;
  color:#0099CC;
}
ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #cd2147;
  left: 0px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

 ul.timeline > li a p
 {
     padding:5px 5px 5px 40px;
 }
/*vertical carousel*/
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}



/*--our courses--------------------------------kc*/
.demo{
    background: linear-gradient(to right,#ffcccc,#d3d3d3);
}
.post-slide{
   
    margin-right: 15px;
    background-color:#fff !important;
}
.post-slide .post-img {
    float: left;
    width:50%;
    position: relative;
    margin-right: 30px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .post-date{
    background: #ec3c6a;
    color:#fff;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 2% 3%;
    width: 60px;
    height: 60px;
    text-align: center;
    transition:all 0.50s ease;
}
.post-slide .date{
    display: block;
    font-size:20px;
    font-weight: 700;
}
.post-slide .month{
    display: block;
    font-size:11px;
    text-transform: uppercase;
}
.post-slide .post-review {
    padding: 5% 3% 1% 0;
    border-top: 3px solid #38cfd8;
}
.post-slide:hover .post-review{
    border-top-color:#ec3c6a;
}
.post-slide .post-title{
    margin:0 0 10px 0;
}
.post-slide .post-title a{
    font-size:14px;
    color:#333;
    text-transform:uppercase;
}
.post-slide .post-title a:hover{
    text-decoration:none;
    font-weight: bold;
}
.post-slide .post-bar{
    padding:0;
    list-style:none;
    text-transform:uppercase;
    position: relative;
    margin-bottom: 20px;
}
.post-slide .post-bar:after,
.post-slide .post-bar:before{
    border: 1px solid #38cfd8;
    bottom: -10px;
    content: "";
    display: block;
    position: absolute;
    right: 36%;
    width: 25px;
}
.post-slide .post-bar:before{
    border: 1px solid #ec3c6a;
    right: 32%;
}
.post-slide .post-bar li{
    color:#555;
    font-size:10px;
    margin-right:10px;
    display:inline-block;
}
.post-slide .post-bar li a{
    font-size: 13px;
    text-decoration:none;
    text-transform:uppercase;
    color:#ec3c6a;
}
.post-slide .post-bar li a:hover{
    color:#ec3c6a;
}
.post-slide .post-bar li i{
    color:#777;
    margin-right:5px;
}
.post-slide .post-description{
    font-size:12px;
    line-height:21px;
    color:#444454;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    border: 2px solid #37a6a4;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #37a6a4;
}
@media only screen and (max-width: 990px) {
    .post-slide .post-img {
        width:100%;
    }
    .post-slide .post-review{
        width:100%;
        border-bottom: 4px solid #ec3c6a;
    }
    .post-slide .post-bar:before{
        left: 0;
    }
    .post-slide .post-bar:after{
        left: 25px;
    }
}
