
h2{
	color:#329ED7;
	font-size:40px;
}
h6{
	color:black;
	font-size:20px;
}
h3{
	color:#ED8182;
	font-size:30px;
}
h4{
	color:#329ED7;
	font-size:25px;
}
h5{
	color:#ED8182;
	font-size:20px;
}

.mt-100{
	margin-top:100px;
}
.mb-100{
	margin-bottom:100px;
}
.font-20{
	font-size:20px;
}

.navbar ul li a:hover{
  background-color: #3E4095;
}

.active{
  background-color: #3E4095;
}

.top-bar{
	background-color:#009999;
	margin:0px;
}
.top-bar p{
	margin:0px;
}
.top-bar ul{
	margin:0px;
}
.about-info {
    padding:0px;
}
.carousel-inner img {
    width:100%;
    height:auto;
  }
 .footer-bar{
	background-color:#3E4095;
	margin:0px;
 }
 .footer-bar p{
	margin:0px;
 }
 .top-right-info li {
    display: inline-block;
}
.soci-effe a span{
	margin:0px;
}
.top-right-info li p{
	margin:0px;
}


.why {
    background: url(../images/vision.jpg) no-repeat center;
    background-size: cover;
}
.layer {
    background: rgba(255, 255, 255, 0.84);
}

/*---gallery section-------*/

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 20px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}



.baguetteBox-button {
    background-color: transparent !important;
}


/*---contactform-------*/

.contact-section .info-column .inner-column {
    position: relative;
    padding-left: 70px;
    margin-top: 54px;
    margin-left: 60px;
    border-left: 1px solid #d5d5d5;
}
.contact-section .info-column ul li {
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #242424;
    font-family: 'Montserrat', sans-serif;
}
.contact-section .info-column ul {
    position: relative;
    padding-bottom: 1px;
	list-style:none;
}
.contact-section .info-column ul li span {
    position: relative;
    color: #00B0F0;
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

/* Media Queries
--------------------------------------------- */


@media all and (max-width : 330px) {

.foot-bar{
    text-align: right;
}

}

/*-- responsive design --*/
@media(max-width:1400px) {
    .foot-bar {
		text-align:right;
	}
	.links {
		text-align:left;
	}
}
@media(max-width:1200px) {
    .foot-bar {
		text-align:right;
	}
	.links {
		text-align:left;
	}
}
@media(max-width:992px) {
    .links {
		text-align:center;
	}
	.foot-bar {
		text-align:center;
	}
	.foot-bar  p{
		margin-top:10px;
	}
	
}
@media(max-width:768px) {
	.links {
		text-align:center;
	}
	.foot-bar {
		text-align:center;
	}
	.footer-bar  p{
		margin-top:10px;
	}
	.contact-section .info-column .inner-column {
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 0px;
    border: 0px;
   }
	
	
}
@media(max-width:576px) {
    .links {
		text-align:center;
	}
	.footer-bar {
		text-align:center;
	}
	.footer-bar  p{
		margin-top:10px;
	}
	.contact-section .info-column .inner-column {
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 0px;
    border: 0px;
   }
    .table td, .table th {
    padding: .0rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
	font-size: 10px;
   }
	
}


/*-- //responsive design --*/

