/*!
 * Start Bootstrap - Shop Item HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@font-face {
	font-family: arial;
	src: url(../fonts/arial.ttf);
}
@font-face {
	font-family: neuro;
	src: url(../fonts/neuro.otf);
}
@font-face {
	font-family: berlin;
	src: url(../fonts/berlin.ttf);
}
* {
	font-family: arial;
}
body, html {
	padding: 0px;
	margin: 0px;
}
body{
	background: url(../images/bodybg.png) no-repeat;
	background-repeat: repeat-x;
	background-position: top;
	background-size: auto 100%;
}

.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.upper {
	text-transform: uppercase !important;
}
.capitalize {
	text-transform: capitalize !important;
}
.m-0 {
	margin: 0px !important;
}
.mt-0 {
	margin-top: 0px !important;
}
.mt-5{
	margin-top: 20px;
}
.mb-5{
	margin-bottom: 20px;
}
a {
	text-decoration: none;
}
ul, ol {
	margin: 0px;
	padding: 0px;
}
.center {
	width: 98%;
	margin: auto;
	position: relative;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.bold {
	font-weight: bold;
}
.container {
	width: 100%;
	max-width: 1256px;
	margin: auto;
	position: relative;
}
.innerContainer {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;/*left: 50%;
	transform: translateX(-50%);
	margin: 0px 0px 20px 0px;
	overflow: hidden;*/
	
}
header, section, footer, .row {
	width: 100%;
	float: left;
	position: relative;
}
.half {
	width: 50%;
}
header {
	top: 30px; 
	left: 0px;
	position: absolute;
	text-align: center;
	z-index: 999;
}

.magic-display {
	opacity: 0;
}
.whiteSpace {
	height: 10px;
}

.logo {
	margin-top: -167px;
}
.logo img {
	width: 200px;
}
.navSec {
}
.nav {
	width: 70%;
	border-bottom: 2px solid #56917d;
	margin: auto;
	padding-bottom: 0px;
}
.nav ul {
	list-style: none;
	text-align: center;
}
.nav ul li {
	display: inline-block;
	position: relative;
	text-align: center;
	list-style: none;
	margin: 0px 15px 0px 15px;
	line-height: 30px;
	transition: all ease 0.3s;
	padding: 0px 5px 0px 5px;
}

.nav ul li a {
	color: #56917d;
	text-transform: uppercase;
	font-size: 15px;
	padding: 0px;
	font-family: berlin;
	position: relative;
	letter-spacing: 1px;
	transition: all .5s ease;
}
.nav ul li:hover{
    background: #56917d;
}
.nav ul li:hover a{
    color: #fff;
}
.nav ul li.active {
	background: #56917d;
	color: #fff;
}
.nav ul li.active a {
	color: #fff;
}
.active {
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	border-bottom: 2px solid #fff;
	transition: all ease 0.3s;
	animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
 0% {
 transform: translateY(-40px);
}
 100% {
 transform: translateY(0px);
}
}
header.fixed {
	background: rgba(255, 255, 255, 0.9);
}
.fixed > .nav ul li a {
	font-size: 14px;
}


.fixedLogo .logo {
	margin-top: 0px;
	top: 0px;
	left: 9%;
	position: fixed;
	z-index: 9999;
	text-align: left;
	transition: ease all 1s;
	width: 20%;
	
}
.fixedLogo .logo img {
	width: 100px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	border-radius: 50%;
	
}
 /* Basic styles for the slider */
        .slider {
            position: relative;
            width: 100%;
            max-width: 1256px;
            margin: auto;
            overflow: hidden;
            box-shadow: rgba(50, 50, 93, 0.25) 0px -5px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	margin-top: 20px;
	border-radius: 5px 5px 0px 0px;
        }

        .slides {
            position: relative;
            width: 100%;
            height: 75vh;
        }

        .slides img {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1s ease-in-out;
        }

        .slides img.active {
            opacity: 1;
        }
.sliderbg img {
  width: 100%;
  margin-top: -1px;
}
.contentSection {
	margin: 0px;
	border-radius: 10px;
    padding: 5px 0px 0px 0px;
    border: 2px solid #56917d;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}
.contentSec {
	margin: 0px;
}
.contentMainHeading {
	font-size: 17px;
	color: #a1060c;
	width: 100%;
	float: left;
	position: relative;
	font-family: neuro;
	margin-top: 30px;
}
.mainHeading p, .mainHeading h1, .mainHeading h3{
	font-size: 17px;
	color: #000;
	width: 100%;
	float: left;
	position: relative;
	font-family: neuro;
	margin: 0px 0px 15px 0px;
	word-spacing: 5px;
	font-weight: 500;
}
.contentSubHeading p, .contentSubHeading h3 {
	font-size: 2vw;
	color: #11201c;
	width: 100%;
	float: left;
	position: relative;
	font-family: neuro;
	margin: 0px 0px 20px 0px;
	font-weight: 500;
}
/*
.contentSection{
    padding-top: 2px;
    margin: 0px;
    border-radius: 10px 10px 0px 0px;
    background: linear-gradient(to bottom, #487465, rgb(72 116 101 / 0%));
    box-sizing: border-box;
	border-radius: 10px 10px 0px 0px;
	
}

.contentSection::before{
	content: '';
 width: 99.1%;
    height: 153px;
    top: 6px;
    left: 3px;
	position: absolute;
	border-radius: 10px 10px 0px 0px;
	border: 2px solid #56917d;
	border-bottom: none;
	
}


.topcontentSec{
    background: url(../images/contentbg2.png) repeat-x;
    background-size: auto 100%;
    width: 98.7%;
    border-radius: 10px;
    padding: 5px;
    margin: 1px 0px 0px 3.5px;
    box-shadow: 0px -5px 8px 1px rgba(99, 137, 124, 0.39);
     
}
*/
.topcontentSec{
    background: #fff;
    
}
.contentSec p {
	width: 100%;
	float: left;
	position: relative;
	font-size: 16px;
	color: #73716b;
	margin: 0px 0px 24px 0px;
  line-height: 24px;
}
.contentSec ul{
    margin: 2px 0px 20px 35px;
    float: left;
    position: relative;
    width: 96%;
}
.contentSec ul li{
    font-size: 16px;
	color: #3a3a3a;
}
.contentSec li::marker{
    margin-left: 20px;
    color: #56917d;
}
.highlightsRow{
	text-align: center;
	margin-top: 10px;
	
}
.highlightsBox{
	overflow: hidden;
    height: 200px;
    width: 19%;
	display: inline-block;
	border-radius: 7px;
	margin: 3px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px -5px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.highlightsBox img{
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
}
.highlightsBox img:hover{
	opacity: 0.7;
	cursor: pointer;
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}
.threeImgsSec{
	background: #fff;
	margin-top: 30px;
	border-radius: 10px 10px 0px 0px;
	padding: 10px 0px 50px 0px;
	border: 2px solid #fff;
	border-bottom: none;
	box-sizing: border-box;
}
.threeImgsSec {
	
}
.threeImgsSec.contentSec{
	margin-bottom: 0px;
}
.threeImgsSec p{
	color: #3a3a3a;
}
.threeImgsRow{
	display: flex;
	justify-content: space-between;
}
.imgBox {
	width: 32%;
}
.imgBox img{
	width: 100%;
	height: 266px;
	border: 1px solid #56917d;
	box-sizing: border-box;
}
.imgBox p{
	color: #3a3a3a;
}
.imgBox p > a{
	color: #56917d;
}

footer {
	background: url(../images/footerImg.png) no-repeat;
	background-size: cover;
	background-position: bottom;
	
	min-height: 430px;
	
	border: 2px solid #fff;
	border-top: none;
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
footer .footerImg{
 display: none;	
}
/*
footer img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
*/
.footerNav {
	background: url(../images/footerbg.png) no-repeat;
	background-position: top;
	background-size: cover;
	height: 95px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.flogo img{
	width: 201px;
  margin: -36px 0px 0px -48px;
}
.fnav{
	
}
.fnav ul {
	list-style: none;
	width: 100%;
}

.fnav ul li {
	line-height: 30px;
}
.fnav ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-family: berlin;
	transition: all ease 0.2s;
}
.fnav ul li a.active {
	font-weight: bold;
}
.fnav ul li a:hover {
	font-weight: bold;
}
.leftNav li{
	float: left;
	position: relative;
	margin: 0px 10px 0px 12px;
}
.rightNav li{
	float: left;
	position: relative;
	margin: 0px 12px 0px 10px;
}
.rights p {
	color: #fff;
	font-size: 14px;
	margin-top: 0px;
}
.rights a {
	color: #000;
	font-weight: bold;
}
/***********gallery******************/
.galleryRowSec{
	margin-bottom: 30px;
}
.galleryImgs {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.galleryImgs img {
    width: 24%;
	height: 250px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	transition: all ease 0.5s;
	border: 1px solid #56917d;
	box-sizing: border-box;
}
.galleryImgs img:hover {
	transform: scale(0.9);
}

/******clients*****/
.cardsRow{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    
}
.companyCard {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 24%;
  min-height: 100%;
    border: 1px solid #56917d;
	box-sizing: border-box;
    overflow: hidden;
    background: #56917d;
}

.companyCard:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card-logo {
	width: 100%;
    float: left;
    position: relative;
    height: 130px;
    text-align: center;
    display: flex;
    justify-content: center;
  	align-items: center;
    border-bottom: 1px solid #201c5a;
	background: #fff;
}
.card-logo img {
	max-width: 70%;
    margin: auto;
}
.card-content {
	float: left;
    overflow: hidden;
    position: relative;
    
}
.card-content p {
  margin: 10px;
  font-size: 14px;
  color: #fff;
}
/*****responsive*****/
@media only screen and (max-width:1200px) {
}

@media only screen and (max-width:1024px) {
.innerContainer {
	max-width: 100%;
}

.nav ul li {
	margin: 0px 10px 0px 10px;
}
.nav ul li a {
	font-size: 12px;
}
.ss-slides-wrap {
	height: 300px;
}
	.highlightsBox {
  height: 150px;
  width: 16%;
	}
	.imgBox img {
  height: 166px;
	}
}

@media only screen and (max-width:645px) {
header {
	
}
	.logo{
		margin-top: -56px;
	}
.logo img {
	width: 65px;
	
}
	.fixed{
		z-index: 9999999;
	}
	.fixedLogo .logo{
		top: 15px;
  left: 5px;
	}
	.fixedLogo .logo img {
  width: 63px;
		background: #fff;
	}
	
.nav {
	width: 100%;
	margin: 0px;
	z-index: 9999;
	float: left;
	position: relative;
	background: none;
	
	border: none;
}
.nav p {
	width: 100%;
	padding-right: 0px;
	text-align: center;
	text-stroke: 1px #fff;
	-webkit-text-stroke: 1px #fff;
	margin: 10px auto 10px auto;
}
	
#menu {
	display: block !important;
	width: 35px;
	height: 28px;
	top: 2px;
    right: 10px;
	position: fixed;
	border-radius: 2px;
	cursor: pointer;
	z-index: 99999999;
	border: 1px solid #cdd1da;
}
	.fixed > #menu{
		top: 17px;
	}
#nav {
	display: none;
	width: 100%;
	float: none;
	top: 7px;
	left: 0px;
	position: absolute;
	background: #56917d;
	z-index: 9999;
	padding: 0px;
}
.nav ul li {
	width: 100%;
	text-align: center;
	border: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #fff;
	line-height: 40px;
	height: 40px;
}
.nav ul li .active {
}
.nav ul li a {
	font-size: 16px;
	color: #fff;
	padding: 0px 0px 0px 0px;
	opacity: 1 !important;
	position: relative !important;
	left: unset !important;
	bottom: unset !important;
	top: unset !important;
}
.navBtn {
	margin: 10px 0px 5px 0px;
	width: 100%;
}
	.slides{
		height: 250px;
	}
	
	.contentSection {
		padding-top: 30px;
	}
.contentSection::before{
 width: 99%;
    height: 153px;
    top: 6px;
    left: 0px;
	
}
.contentSec {
	margin: 0px 0px 30px 0px;
}
.mainHeading h1, .mainHeading h3 {
	font-size: 17px;
}
.contentSubHeading h3 {
	font-size: 40px;
}
	.highlightsRow{
		float: left;
		position: relative;
	}
	.highlightsBox{
    width: 95%;
		position: relative;
	}
	.highlightsBox img {
		transform: none;
	}
	.threeImgsRow{
		flex-direction: column;
	}
	.imgBox{
		width: 100%;
	}
	.footerNav{
		display: none;
	}
.rights p {
	margin-top: 0px;
	font-size: 14px;
	line-height: 25px;
}
.rights p > a {
	font-size: 14px;
	background: #fff;
	padding: 2px;
}
.galleryImgs {
    flex-direction: column;
}
.galleryImgs img {
	width: 99%;
	margin-bottom: 20px;
	height: auto;
}
	.cardsRow {
    flex-direction: column;
    margin-top: 0px;
}
.companyCard {
    width: 99%;
    margin-bottom: 20px;
    
}
}


