p.success {
	color: green;
	font-size: 15px;
}
p.error {
	color: red;
	font-size: 15px;
}
body section.news-corousel {
    display: none;
}
.site-preloader .spinner {
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/*responsive css */

@media (max-width: 991px){
body section.serviece-details .left-sidebar .side-bar-cont ul li {
    min-height: 90px;
}
body section.serviece-details .left-sidebar .side-bar-cont ul li a {
    font-size: 14px;
}
}
@media screen and (max-width: 767px){
body .container-fluid.wrapper.header .menu nav ul {
    width: 100%;
    float: left;
    margin: 0;
    text-align: center;
    background: #000;
    margin-top: 1px !important;
}
body .container-fluid.wrapper.header .menu nav ul li a {
    font-size: 17px;
}
.why-con-out {
    padding: 0;
}
}

@media screen and (max-width:480px){
	body section.serviece-details .left-sidebar .side-bar-cont ul li {
    width: 100%;
    min-height: auto;
}
body .container-fluid.divisions h1 {
    margin-bottom: 10px !important;
    margin-top: 20px !important;
}
body .container-fluid.partners h1 {
    margin-bottom: 5px !important;
    margin-top: 10px !important;
}
body .container-fluid.project h1 {
    margin-bottom: 10px !important;
    margin-top: 0px !important;
}
.c_box h3 {
    margin: 0 0 15px;
    font-size: 20px;
}
body .container-fluid.about .c_box {
    padding: 15px 0px;
}
body section.serviece-details {
    margin-bottom: 10px;
}
.award h1 {
    font-size: 25px;
}
}

.gallery {
	margin-bottom: 35px;
}
.gal {
	border: 0px solid #ececec;
	overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}
.gal img {
	transition: transform .4s ease;
}
.gal:hover img {
	transform: scale(1.1);
}

button.fancybox-button.fancybox-button--play {
    display: none;
}

button.fancybox-button.fancybox-button--fullscreen {
    display: none;
}

button.fancybox-button.fancybox-button--thumbs{
	display:none !important;}
	
	.fancybox-caption-wrap{display:none;}
	
	
	body .container-fluid.project .project_box a {
    position: inherit;

}

section.container-fluid.wrapper.serv h2{
	float:left;
	height:auto;
	width:100%;
	display:block;
	color:#333;
	font-size:36px;
	font-weight:600;
	    margin: 15px 0px 20px 15px;
	
	}