@font-face {
    font-family: ostrich-regular;
    src: url(../fonts/ostrich-regular.ttf)format('truetype');
    /*src: url(../fonts/ostrich-regular.svg)format('svg');*/
}

.logoColor{
	color: #3ac1cd !important;
	font-family:  ostrich-regular;
}

.pi-header-row-fixed .pi-row-reduced .logoColor{
	margin-top: 17px !important;
    margin-bottom: 5px;
    font-size: 34px;
}

.pi-row-lg .logoColor {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 34px;
}

.detailsHead {
    background: #151517;
    color: #fff;
    height: 100px;
}

.companyDetails {
    border-right: 2px solid rgba(152, 139, 139, 0.8);
    text-align: center;
}

.companyDetails h3 {
    color: #deaf3d;
    margin-top: 15px;
}

.brands h3 {
    color: #deaf3d;
    margin-top: 15px;
}

.brands {
    text-align: center;
}

@media (max-width: 1000px)
{
	.detailsHead {
	    height: 80px;
	}

	.companyDetails h3 {
        font-size: 15px;
	}

	.brands h3 {
        font-size: 15px;
	}

	.companyDetails h4 {
        font-size: 13px;
	}

	.brands h4 {
        font-size: 13px;
	}
}

@media screen and (min-width: 300px) and (max-width: 500px){
	.pi-col-xs-4 {
	    width: 33.33333333333333%;
        float: left;
	}

	.detailsHead .pi-col-xs-4 {
	    padding: 0px;
	}

	.companyDetails h3 {
        font-size: 10px;
	}

	.brands h3 {
        font-size: 10px;
	}

	.companyDetails h4 {
        font-size: 10px;
	}

	.brands h4 {
        font-size: 10px;
	}

	.detailsHead {
	    height: 70px;
	    padding: 0px;
	}
}

.footerLogo{
	max-height: 70px;
}

.brand{
	max-height: 27px;
}

.footerList li{
	font-weight: bold;
    color: #fff;
    padding-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.org1{
	max-height: 50px;
}

.org{
	max-height: 40px;
}

.contactFooter h6{
	margin-top: 25px;
    padding-left: 20px;
    color: #0dbba1;
    font-weight: bold;
}

.contactFooter ul li a{
	color: #fff;
	font-weight: bold;
}

.contactFooter ul li a i{
	color: #0dbba1;
}

.footer{
    /*max-width: inherit;*/
}

.mediumIcon{
	max-height: 11px;
}

.copyRight{
    height: 90px;
    position: relative;
}

.centreAlign{
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -10%);
}

#bgvid{
    object-fit: initial;
    width: 100%;
    height: 600px;
}

.footerHrgLogo a img{
	max-height: 70px;
    margin-top: 10px;
}

.footerRights{
	margin-bottom: 0px;
	margin-top: 40px;
}

.bannerPara{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 96px;
    left: 0;
    opacity: 1;
    background-color: rgba(0,0,0,0.7);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.bannerPara h1{
    color: #fff;
    font-family: ostrich-regular;
    font-weight: bold;
    letter-spacing: 3px;
}

.bannerPara p{
	color: #fff;
}

.bannerPara button{
	background: #0dc0c0;
    box-shadow: 0 0 0 0;
    padding: 11px;
    border-radius: 4px;
    border: 0;
}

.bannerPara button a{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.headerPara{
    top: 150px;
    position: absolute;
    padding-left: 0px;
}

.servicesHeader h4 a{
    color: #5BD4D4 !important;
    font-size: 2.6rem;
    text-decoration: none;
}

.servicesHeader p{
    font-size: 18px;
    color: #076EA9;
}

.services{
	/*margin-top: 30px;*/
}

.contentServices{
	margin-top: 25px;
}

.contentServices p{
	color: #0C151E;
}

.contentServices ol li{
	color: #0C151E;
}

.hovereffect {
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:default;
}

.hovereffect .overlay {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(0,0,0,0.5);
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}

.hovereffect .imageOverlay {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(0,0,0,0.5);
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	z-index: 9;
}

.hovereffect img {
	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
	width: 100%;
	height: 100%;
}


.imageOverlay p{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: #fff;
}


.hovereffect:hover img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

.hovereffect .imageOverlay {
	opacity:1;
	filter:alpha(opacity=100);
}

.serviceIcon img{
	width: 15%;
    float: left;
}

.leftSpace img{
	padding-right: 10px;
}

.contactMapWidth img{
	width: 90%;
}

.contactAddress h4{
	font-weight: bold;
}

.mapIcon1 {
    position: absolute;
    left: 63%;
    top: 35%;
}

.marker2{
    left: 32%;
    top: 51%;
    position: absolute;
}

.marker3{
    left: 29%;
    top: 44%;
    position: absolute;
}

.marker4{
    left: 23%;
    top: 34%;
    position: absolute;
}

@media screen and (min-width: 300px) and (max-width: 400px){
	.pi-row-lg .logoColor{
	    font-size: 25px;
	}

	.pi-header-row-fixed .pi-row-reduced .logoColor {
	    font-size: 25px;
	}


}

@media screen and (min-width: 1900px){
	#bgvid {
	    height: 900px;
	}

	.headerPara {
	    top: 200%;
	}

	.homeVideo{
		height: 610px;
    	overflow: auto;
	}
}

.serviceLogo{
	width: 13%;
    margin-bottom: 15px;
}

.contactButton, .contactButton:hover {
    padding: 10px 40px;
	background: #0EC0C0;
	color: #fff !important;
	border: 0px;
	border-radius: 8px;
}