::selection{color:#A64E4E }::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:#A64E4E }

@font-face {font-family: 'PlayfairDisplay-Bold';src: url('../fonts/PlayfairDisplay-Bold.eot');src: url('../fonts/PlayfairDisplay-Bold.eot@#iefix') format('embedded-opentype'),url('../fonts/PlayfairDisplay-Bold.woff') format('woff'),url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype'),url('../fonts/PlayfairDisplay-Bold.svg') format('svg');font-weight: normal;font-style: normal;}  
@font-face {font-family: 'Sansation-Regular';src: url('../fonts/Sansation-Regular.eot');src: url('../fonts/Sansation-Regular.eot@#iefix') format('embedded-opentype'),url('../fonts/Sansation-Regular.woff') format('woff'),url('../fonts/Sansation-Regular.ttf') format('truetype'),url('../fonts/Sansation-Regular.svg') format('svg');font-weight: normal;font-style: normal;}

p {
	font-size: 15px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-family: 'PlayfairDisplay-Bold';
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-family: 'PlayfairDisplay-Bold';
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-family: 'PlayfairDisplay-Bold';
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-family: 'PlayfairDisplay-Bold';
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-family: 'PlayfairDisplay-Bold';
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	background-color: #A64E4E;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #3d3d3d;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	    color: #151110;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	background-image: url(../images/bgg.jpg);
	font-family: Sansation-Regular;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 50px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 60px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	float: left;
	font-size:24px;
	font-weight:700;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:7px;
}
#header.fixed {
	    background-color: #ffffff;
	border-bottom: 1px solid #fff;
}
#header.fixed a {
	color: #000;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 0px;
}
#header.fixed .nav-toggle {
	top: 18px;
	color: #000;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
    padding-top: 35px;
    margin-top: -20px;

}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: rgba(255, 255, 255, 0.75);
	font-size: 13px;
	font-weight: 700;
	margin-left: 40px;
	text-transform: uppercase;
}
.navigation a:hover, .navigation a.active {
	color: #fff;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #000;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #000;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/

.banner img{
	vertical-align: middle;
    max-width: 100%;
    height: auto;
    width: 100%;
}
/* ==========================================================================
about
========================================================================== */
.about h3 {
	color: #000;
	margin-top: 0;
	font-size:40px;
	letter-spacing:3px;
	text-align:center
}
.about .headerbar {
    width: 115px;
    height: 9px;
    background: url(../images/heading_border.png) no-repeat;
    margin: auto;
    position: relative;
}

.about .headerbar .dot {
    background: #000 none repeat scroll 0 0;
    display: block;
    height: 7px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -3px;
    transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    width: 7px;
    z-index: 99;
}
.about p {
	color: #000;
	font-weight: 400;
	text-align:center
}

/* ==========================================================================
services
========================================================================== */
.services h3 {
	color: #000;
	margin-top: 0;
	font-size:40px;
	letter-spacing:3px;
	text-align:center
}
.services .headerbar {
    width: 115px;
    height: 9px;
    background: url(../images/heading_border.png) no-repeat;
    margin: auto;
    position: relative;
}

.services .headerbar .dot {
    background: #000 none repeat scroll 0 0;
    display: block;
    height: 7px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -3px;
    transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    width: 7px;
    z-index: 99;
}
.servicebox{border:1px solid #ddd;text-align:center}
.servicebox img{width:100%;display:block}
.servicebox h1{text-align:center;font-size:18px;}
.services p {
	color: #fff;
	font-weight: 400;
}

/* ==========================================================================
	$facilities
========================================================================== */
.facilities {
	
}
.facilities h3 {
	color: #000;
	margin-top: 0;
	font-size:40px;
	letter-spacing:3px;
	text-align:center
}
.facilities .headerbar {
    width: 115px;
    height: 9px;
    background: url(../images/heading_border.png) no-repeat;
    margin: auto;
    position: relative;
}

.facilities .headerbar .dot {
    background: #000 none repeat scroll 0 0;
    display: block;
    height: 7px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -3px;
    transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    width: 7px;
    z-index: 99;
}

.facilities p {
	color: #fff;
	font-weight: 400;
}
.skills {
    background: #A64E4E none repeat scroll 0 0;
    margin-left: -70px;
    /* margin-top: 50px; */
    padding: 55px 60px;
    width: 55%;
}
.skills ul li{list-style: square;color:#000;text-transform:uppercase;padding-bottom:5px;letter-spacing:1px;color:#000}
/* ------------------------------------------------------------------------------
	 Serives
-------------------------------------------------------------------------------*/
.service-section {
	padding-top: 100px;
}
.services {
	margin-bottom: 50px;
}
.services-content {
	padding: 0 15px;
	margin-top: 30px;
}
.services .icon {
	color: #00aeda;
	font-size: 50px;
	padding-left: 15px;
}

/* ------------------------------------------------------------------------------
	Contact form
-------------------------------------------------------------------------------*/
.conForm {
	text-align: center;
}
.conForm h5 {
	font-size: 30px;
}
.conForm p {
	text-align: center;
	margin: 7%;
}
.conForm input {
	color: #000;
	padding: 15px 10px;
	border: none;
	margin-bottom: 30px;
	outline: none;
	font-style: normal;
	border-bottom:1px solid #000;
	font-size: 14px;
	width:100%;
}
.conForm textarea {
	color: #000;
	padding: 15px 10px;
	margin-bottom: 18px;
	outline: none;
	height: 150px;
	font-style: normal;
	resize: none;
	font-size: 14px;
	border: none;
	border-bottom:1px solid #000;
	width:100%;
}
.conForm .submitBnt {
    background: #f58220;
	color: #000;
	margin-top: 30px;
padding:15px 30px 15px 30px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.conForm .submitBnt:hover {
	color: #fff;
}

/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: left;
    background-color: #f58220;
    
}
.footer p {
	    color: #000;
}
.footer a{color:#fff}
.footer-top {
	padding-top: 30px;
    padding-bottom: 22px;
    text-align: center;
}
.footer-top p{text-align:center;color:#fff;letter-spacing:1px }
.footer-top a{text-align:center;color:#fff;letter-spacing:1px}
.footer a:hover {
	color: #fff;
}
.footer-bottom {
	border-top: 1px solid #313131;
	
	padding: 20px 0;
}
.footer .footer-col {
	margin-bottom: 80px;
}
.footer h1{color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 22px;}


.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 30px;
	color: rgba(255, 255, 255, 0.25);
	    padding: 0px 20px;
}
.footer .footer-share a:hover {color:#fff}
.footer h2{
	color: #fff;
}
.footer h5{
	    color: #fff;
    font-size: 21px;
    font-weight: bold;
}
	.fa{
		    color: gray;
	}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
        margin-left: 4px;

}

.dropdown-content a:hover {background-color: #ddd}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
label{
	    color: #fff;
}

