@charset "utf-8";
/* CSS Document */

*{
	box-sizing: border-box;
}

html{
	overflow-x: hidden;
	overflow-y: auto;
	scroll-behavior: smooth;
}

#top-btn{
	dispaly:none;
	position: fixed;
	bottom:20px;
	right: 30px;
	cursor: pointer;
	z-index: 99;
	border:none;
	outline: none;
	background-color:rgba(0,0,0,0.00);	
}

#top-btn img{
	width:2.5rem;
}

.row-color{
	background-color: #000000;
}
.ph-num-cnt p{
	text-align: right;
	margin-top: 35px;
	margin-right: 10px;
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 1.05em;
	font-weight: 700;
}

.bg-img{
	background-image: url("../images/slider_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size:cover;
	opacity: 1;
	max-height: 500px;
	width: 100%;
	
}

.hi-slide {
	position: relative;
	width: 850px;
	height: 450px;
	margin: 100px auto 0;
}

 .hi-slide > ul{ 
	list-style: none; 
	position: relative;
	width: 850px; 
	height: 515px;	
	padding: 0;
}

.hi-slide > ul > li {
	overflow: hidden; 
	position: absolute; 
	z-index: 0;
	cursor: pointer;
}

.hi-slide > ul > li > img {
	width: 100%;
	height: 100%;
	
}

.sec1-bg{
	background-image: url("../images/bg1-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 175px;
	
}

.sec2-bg{
	background-image: url("../images/bg2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 750px;
}

.sec3-bg{
	background-image: url("../images/bg3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 644px;
}

.sec4-bg{
	background-image: url("../images/bg4.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 646px;
	background-color:#1E1E1E;
}

.sec5-bg{
	background-image: url("../images/bg3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 644px;
}

.sec6-bg{
	background-image:url("../images/bg5.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.serv-txt{
	font-family: 'Amaranth', sans-serif;
	font-size: 20px;
	color:#272727;
	text-decoration: none;
}

.serv-txt:hover{
	color:#CB0003;
	text-decoration: none;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;	
	background-color: #f1f1f1;
	min-width: 300px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	text-align:left;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	font-weight: 600;
	color: black;
	padding: 10px 5px 10px 10px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #ddd;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	font-weight: 600;
	color:#CB0003;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}

.con-txt{
	font-family: 'Amaranth', sans-serif;
	font-size: 20px;
	color:#272727;
	text-decoration: none;
}

.con-txt:hover{
	color:#CB0003;
	text-decoration: none;
}

/* Section 2 */

.sec2-row{
	margin-top:0px;
}

.lt-col2{
	margin-top: 175px;
}

.rt-col2{
	margin-top: 150px;
}

.left-img-cnt img{		
	object-fit: cover;
	transform: rotate(-10deg);
}

.left-img-cnt img:hover{
	transform: rotate(360deg) scale(1.2);
	trasition: transform 2s;
}

.can-title{
	font-family: 'Emblema One', cursive;
	color:#d8df20;
	font-size: 25px;
	text-align: left;
}

.can-txt{
	font-family: 'roboto', sans-serif;
	color:#FFFFFF;
	font-size: 15px;
	text-align: justify;
}

.can-img-row{
	margin-top: 10px;
}

.can-img-left-cnt1{
	width:100%;
}

.can-img-left-cnt2{
	width:100%;
}

.can-img-left-cnt3{
	width:100%;
}

.can-img-left-cnt1 div img{
	width:100%;
	height: auto;
	padding:5px 5px 5px 0px;
}

.can-img-left-cnt1 div img:hover{
	transform: scale(2.0);
	transition: transform .75s;
	position:relative;
	z-index: 1;
	
}

.can-img-left-cnt2 div img{
	width:100%;
	height: auto;
	padding:5px 5px 5px 0px;
}

.can-img-left-cnt2 div img:hover{
	transform: scale(2.0);
	transition: transform .75s;
	position:relative;
	z-index: 1;
}

.can-img-left-cnt3 div img{
	width:100%;
	height: auto;
	padding:5px 5px 5px 0px;
}

.can-img-left-cnt3 div img:hover{
	transform: scale(2.0);
	transition: transform .75s;
	position:relative;
	z-index: 1;
}


/* Section 3 */

.sec3-row{
	margin-top:0px;
}

.lt-col3{
	margin-top: 50px;
}

.rt-col3{
	margin-top: 25px;
}

.fa-lt-img-cnt img{		
	object-fit: cover;
	transform: rotate(-10deg);
}

.fa-lt-img-cnt img:hover{
	transform: rotate(360deg) scale(1.2);
	trasition: transform 2s;
}

.fa-title{
	font-family: 'Emblema One', cursive;
	color:#40220a;
	font-size: 25px;
	text-align: left;
}

.fa-txt{
	font-family: 'roboto', sans-serif;
	color:#000000;
	font-size: 15px;
	font-weight: 600;
	text-align: justify;
}

.fa-img-row{
	margin-top: 10px;
}

.fa-img-left-cnt1{
	width:100%;
}

.fa-img-rt-cnt2{
	width:100%;
}

.fa-img-rt-cnt3{
	width:100%;
}

.fa-img-rt-cnt1 div img{
	width:100%;
	height: auto;
	padding:5px 5px 5px 0px;
}

.fa-img-rt-cnt1 div img:hover{
	transform: scale(2.0);
	transition: transform .75s;
	position:relative;
	z-index: 1;
}

.fa-img-rt-cnt2 div img{
	width:100%;
	height: auto;
	padding:5px 5px 5px 0px;
}

.fa-img-rt-cnt2 div img:hover{
	transform: scale(2.0);
	transition: transform .75s;
	position:relative;
	z-index: 1;
}

.fa-img-rt-cnt3 div img{
	width:100%;
	height: auto;
	padding:5px 5px 5px 0px;
}

.fa-img-rt-cnt3 div img:hover{
	transform: scale(2.0);
	transition: transform .75s;
	position:relative;
	z-index: 1;
}

/* Section 4 */

.sec4-row{
	margin-top:0px;
}

.lt-col4{
	margin-top: 75px;
}

.rt-col4{
	margin-top: 50px;
}

.we-lt-img-cnt img{		
	object-fit: cover;
	transform: rotate(-10deg);
}

.we-lt-img-cnt img:hover{
	transform: rotate(360deg) scale(1.2);
	trasition: transform 2s;
}

.we-title{
	font-family: 'Emblema One', cursive;
	color:#d9e021;
	font-size: 25px;
	text-align: left;
}

.we-txt{
	font-family: 'roboto', sans-serif;
	color:#FFFFFF;
	font-size: 15px;
	font-weight: 600;
	text-align: justify;
}

.we-img-row{
	margin-top: 10px;
}

.we-rt-img-cnt1{
	width:100%;
}

.we-rt-img-cnt2{
	width:100%;
}

.we-rt-img-cnt3{
	width:100%;
}

.we-rt-img-cnt1 div img{
	width:100%;
	height: auto;
	padding:5px 5px 5px 0px;
}

.we-rt-img-cnt1 div img:hover{
	transform: scale(2.0);
	transition: transform .75s;
	position:relative;
	z-index: 1;
}

.we-rt-img-cnt2 div img{
	width:100%;
	height: auto;
	padding:5px 5px 5px 0px;
}

.we-rt-img-cnt2 div img:hover{
	transform: scale(2.0);
	transition: transform .75s;
	position:relative;
	z-index: 1;
}

.we-rt-img-cnt3 div img{
	width:100%;
	height: auto;
	padding:5px 5px 5px 0px;
}

.we-rt-img-cnt3 div img:hover{
	transform: scale(2.0);
	transition: transform .75s;
	position:relative;
	z-index: 1;
}

/* Section 5 */

.video-col{
	margin-top: 10px;
}

.video-title h3{
	font-family: 'Emblema One', cursive;
	color:#41210a;
	font-size: 25px;
	text-align: center;	
}

iframe .embed-responsive-item{
	margin-top: 10px;
	border: 3px solid #FFFFFF;
}

/* Section 6 */

.contact-title h3{
	font-family: 'Emblema One', cursive;
	color:#d9e021;
	font-size: 25px; 
}

form div{
	padding: 5px 0px 5px 0px;
}

form .form-elemt1 input[type='text']{
	width: 300px;
	height: 40px;
	border: 1px solid #303030;
}

::placeholder{
	font-family: 'roboto', sans-serif;
	color:#272727;
	font-size: 12px;	
	text-align: justify;
	margin-left: 10px;
}

form .form-elemt2 input[type='email']{
	width: 300px;
	height: 40px;
	border: 1px solid #303030;
}

form .form-elemt3 input[type='text']{
	width: 300px;
	height: 40px;
	border: 1px solid #303030;
}

.mapouter{
	margin-top: 10px;
	margin-bottom: 10px;
	position:relative;	
	height:300px;
	width:100%;	
}
.gmap_canvas{
	overflow:hidden;
	background:none!important;
	height:300px;
	max-width:100%;
	border: 1px solid #999;
}


/* Section 7 */

.sec7-bg{
	background-color:#000000;
	padding: 20px 0px 20px 0px;
}

.copy-right-txt{
	font-family: 'roboto', sans-serif;
	color:#FFFFFF;
	font-size: 12px;
	font-style: italic;
}

.design-txt{
	font-family: 'roboto', sans-serif;
	color:#FFFFFF;
	font-size: 12px;	
	text-align: right;
	font-style: italic;
}

.design-txt a{
	text-decoration:none;
	font-family: 'roboto', sans-serif;
	color:#E00003;
	font-size: 12px;	
	text-align: right;
	font-style: italic;
	
}

.design-txt a:hover{
	text-decoration: none;
	font-family: 'roboto', sans-serif;
	color:#FFFFFF;
	font-size: 12px;	
	text-align: right;
	font-style: italic;
	
}


/* Media Quaries */


@media (max-width: 576px) {	

	.slide{
		display: none;
	}
	
	.ph-num-cnt p{
		text-align: center;
		margin-top: 10px;
		margin-right: 10px;
		color: #FFFFFF;
		font-family: 'Roboto', sans-serif;
		font-size: 1.05em;
		font-weight: 700;
	}
	
	.sec1-bg{
		background-image: url("../images/bg1-1.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height:auto;

	}

	.sec2-bg{
		background:none;
		background-color: #272727;
		height:auto;
		margin-top: 0px;
	}

	.sec3-bg{
		background:none;
		background-color:#808080;
		height: auto;
		margin-top: 0px;
	}

	.sec4-bg{
		background:none;
		background-color:#272727;
		height: auto;
		margin-top: 0px;
		
	}
	
	.lt-col2{
		margin-top: 85px;
	}
	
	.rt-col2{
		margin-top: 40px;
	}
	
	.left-img-cnt img{
		
		height: auto;
		object-fit: cover;
		transform: rotate(-10deg);
	}
	
	.can-img-left-cnt1 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.can-img-left-cnt1 div img:hover{		
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}

	.can-img-left-cnt2 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.can-img-left-cnt2 div img:hover{		
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}

	.can-img-left-cnt3 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.can-img-left-cnt3 div img:hover{		
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}	
		
	.lt-col3{
		margin-top:50px;
	}
	
	.rt-col3{
		margin-top: 40px;
	}
	
	.fa-lt-img-cnt img{		
		object-fit: cover;
		transform: rotate(-10deg);
	}
	
	.fa-img-rt-cnt1 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.fa-img-rt-cnt1 div img:hover{		
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}

	.fa-img-rt-cnt2 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.fa-img-rt-cnt2 div img:hover{		
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}

	.fa-img-rt-cnt3 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.fa-img-rt-cnt3 div img:hover{		
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}
	
	.lt-col4{
		margin-top: 50px;
	}
	.rt-col4{
		margin-top: 40px;
	}
	
	.we-lt-img-cnt img{		
		object-fit: cover;
		transform: rotate(-10deg);
	}
	
	.we-rt-img-cnt1 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.we-rt-img-cnt1 div img:hover{
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}

	.we-rt-img-cnt2 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.we-rt-img-cnt2 div img:hover{
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}

	.we-rt-img-cnt3 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.we-rt-img-cnt3 div img:hover{
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}
	
	.sec5-bg{
		background:none;
		background-color:#808080;
	}
	
	.video-col{
		margin-top: 50px;
	}
	
	.sec6-bg{
		background:none;
		background-color:#272727;
	}
	
	.contact-col{
		margin-top: -300px;
	}	
}



@media (max-width: 768px) {	
	
	.sec1-bg{
		background-image: url("../images/bg1-1.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height:auto;
	}

	.sec2-bg{
		background:none;
		background-color: #272727;
		height:auto;
		margin-top: 0px;
	}

	.sec3-bg{
		background:none;
		background-color:#808080;
		height: auto;
		margin-top: 0px;
	}

	.sec4-bg{
		background:none;
		background-color:#272727;
		height: auto;
		margin-top: 0px;
		
	}
	
	.lt-col2{
		margin-top: 35px;
	}
	
	.rt-col2{
		margin-top: 40px;
	}
	
	.left-img-cnt img{
		
		height: auto;
		object-fit: cover;
		transform: rotate(-10deg);
	}
	
	.can-img-left-cnt1 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.can-img-left-cnt1 div img:hover{		
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}

	.can-img-left-cnt2 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.can-img-left-cnt2 div img:hover{		
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}

	.can-img-left-cnt3 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.can-img-left-cnt3 div img:hover{		
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}	
		
	.lt-col3{
		margin-top:50px;
	}
	
	.rt-col3{
		margin-top: 40px;
	}
	
	.fa-lt-img-cnt img{		
		object-fit: cover;
		transform: rotate(-10deg);
	}
	
	.fa-img-rt-cnt1 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.fa-img-rt-cnt1 div img:hover{		
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}

	.fa-img-rt-cnt2 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.fa-img-rt-cnt2 div img:hover{		
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}

	.fa-img-rt-cnt3 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.fa-img-rt-cnt3 div img:hover{		
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}
	
	.lt-col4{
		margin-top: 50px;
	}
	.rt-col4{
		margin-top: 40px;
	}
	
	.we-lt-img-cnt img{		
		object-fit: cover;
		transform: rotate(-10deg);
	}
	
	.we-rt-img-cnt1 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.we-rt-img-cnt1 div img:hover{
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}

	.we-rt-img-cnt2 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.we-rt-img-cnt2 div img:hover{
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}

	.we-rt-img-cnt3 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.we-rt-img-cnt3 div img:hover{
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}
	
	.sec5-bg{
		background:none;
		background-color:#808080;
	}
	
	.video-col{
		margin-top: 125px;
	}
	
	.sec6-bg{
		background:none;
		background-color:#272727;
	}
	
	.contact-col{
		margin-top: 0px;
	}
	
	form .form-elemt1 input[type='text']{
		width: 275px;
		height: 40px;
		border: 1px solid #303030;
	}

	form .form-elemt2 input[type='email']{
		width: 275px;
		height: 40px;
		border: 1px solid #303030;
	}

	form .form-elemt3 input[type='text']{
		width: 275px;
		height: 40px;
		border: 1px solid #303030;
	}
}




@media (max-width: 800px) {	
	
	.sec1-bg{
		background-image: url("../images/bg1-1.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height:auto;
	}

	.sec2-bg{
		background:none;
		background-color: #272727;
		height:auto;
		margin-top: 0px;
	}

	.sec3-bg{
		background:none;
		background-color:#808080;
		height: auto;
		margin-top: 0px;
	}

	.sec4-bg{
		background:none;
		background-color:#272727;
		height: auto;
		margin-top: 0px;
		
	}
	
	.lt-col2{
		margin-top: 35px;
	}
	
	.rt-col2{
		margin-top: 40px;
	}
	
	.left-img-cnt img{
		
		height: auto;
		object-fit: cover;
		transform: rotate(-10deg);
	}
	
	.can-img-left-cnt1 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.can-img-left-cnt1 div img:hover{		
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}

	.can-img-left-cnt2 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.can-img-left-cnt2 div img:hover{		
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}

	.can-img-left-cnt3 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.can-img-left-cnt3 div img:hover{		
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}	
		
	.lt-col3{
		margin-top:50px;
	}
	
	.rt-col3{
		margin-top: 40px;
	}
	
	.fa-lt-img-cnt img{		
		object-fit: cover;
		transform: rotate(-10deg);
	}
	
	.fa-img-rt-cnt1 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.fa-img-rt-cnt1 div img:hover{		
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}

	.fa-img-rt-cnt2 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.fa-img-rt-cnt2 div img:hover{		
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}

	.fa-img-rt-cnt3 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.fa-img-rt-cnt3 div img:hover{		
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}
	
	.lt-col4{
		margin-top: 50px;
	}
	.rt-col4{
		margin-top: 40px;
	}
	
	.we-lt-img-cnt img{		
		object-fit: cover;
		transform: rotate(-10deg);
	}
	
	.we-rt-img-cnt1 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.we-rt-img-cnt1 div img:hover{
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}

	.we-rt-img-cnt2 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.we-rt-img-cnt2 div img:hover{
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}

	.we-rt-img-cnt3 div img{		
		height: auto;
		padding:5px 5px 5px 0px;
	}

	.we-rt-img-cnt3 div img:hover{
		transform: scale(1.1);
		transition: transform .75s;
		z-index: 1;
	}
	
	.sec5-bg{
		background:none;
		background-color:#808080;
	}
	
	.video-col{
		margin-top: 125px;
	}
	
	.sec6-bg{
		background:none;
		background-color:#272727;
	}
	
	.contact-col{
		margin-top: 0px;
	}
	
	form .form-elemt1 input[type='text']{
		width: 275px;
		height: 40px;
		border: 1px solid #303030;
	}

	form .form-elemt2 input[type='email']{
		width: 275px;
		height: 40px;
		border: 1px solid #303030;
	}

	form .form-elemt3 input[type='text']{
		width: 275px;
		height: 40px;
		border: 1px solid #303030;
	}
}








