@charset "utf-8";
/*
* Copyright (c) 2018 ITAcumens
*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
@import url(bootstrap.css);
@import url(bs-slider.css);
@import url(ekko-lightbox.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);
@import url(font-awesome.css);

*{margin:0px; padding: 0px; outline: none !important;}

body{
	font-weight: normal;
	font-size: 15px;
	overflow-x: hidden;
	line-height: 28px;
	font-family: 'Lato', sans-serif;
}

#top_head {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+20,ff2600+64,ff8c00+90 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(left, #000000 20%, #ff2600 64%, #ff8c00 90%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #000000 20%,#ff2600 64%,#ff8c00 90%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #000000 20%,#ff2600 64%,#ff8c00 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ff8c00',GradientType=1 ); /* IE6-9 */
    color: #fff;
}
#top_head p{
	margin: 10px 0 10px;
	font-weight: 600;
	padding-right: 13px;
	font-size: 15px;
}
.phone:before {
    content: url(../images/phone.png);
    position: absolute;
    display: inline-block;
    left: 96px;
}
.email:before{
	content:url(../images/email.png);
	position:absolute;
	display: inline-block;
	left: 56px;
}
#header{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#050000+7,ff2600+100 */
background: #050000; /* Old browsers */
background: -moz-linear-gradient(left, #050000 7%, #ff2600 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #050000 7%,#ff2600 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #050000 7%,#ff2600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050000', endColorstr='#ff2600',GradientType=1 ); /* IE6-9 */
}
.logo {
    position: absolute;
    top: -42px;
}
.menu .navbar{
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 15px;
	border:0px;
}

.menu .navbar-nav li a {
    color: #fff;
    font-weight: 600;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    padding: 9px 30px;
    font-size: 15px;
}

.menu .navbar-nav li:last-child a{
	padding-right: 0px;
}

.menu .navbar-nav li a:hover,
.menu .navbar-nav li a:focus,
.menu .navbar-nav .active a{
	background: none;
	color: #faaf3b;
}
#about-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(109, 62, 28, 0.89);
}

#about-bg {
    background-image: url(../images/about-bg.jpg);
    background-size: cover;
    display: block;
    /* min-height: 957px; */
    position: relative;
    padding-bottom: 50px;
    /* padding-top: 20px; */
}
#about-bg h2{
	color: #fff;
    line-height: 42px;
    font-size: 32px;
}
#about-bg p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    /* line-height: 25px; */
}
.hx1{
	position: absolute;
    margin-top: 130px;
}

.hx2 {
    position: absolute;
    margin-top: 47px;
    margin-left: 151px;
}

.hx5 {
    position: absolute;
    margin-top: 217px;
    margin-left: 148px;
}
.hx4 {
    position: absolute;
    margin-left: 299px;
    margin-top: 133px;
}
.hx3 {
    position: absolute;
    margin-left: 449px;
    margin-top: 50px;
}

.head-con{
	margin-top:150px;
}
.head-con h2{
	font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
}
.head-con p {
    padding: 22px 0px;
    font-size: 15px;
    font-weight: 600;
}

.red-bg {
    background: #ff0000;
    background: -moz-linear-gradient(left, #ff0000 0%, #f6921e 100%);
    background: -webkit-linear-gradient(left, #ff0000 0%,#f6921e 100%);
    background: linear-gradient(to right, #ff0000 0%,#f6921e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#f6921e',GradientType=1 );
    width: 100%;
    position: relative;
    /* top: 595px; */
    border: 3px;
    border-radius: 10px;
    opacity: .8;
    padding-bottom: 20px;
    float: left;
	margin-top: 115px;
}
.red-bg h2 {
    color: #fff;
    padding-top: 0px;
    padding-bottom: 8px;
}
.red-bg h5{
	color:#fff;
	font-weight: 600;
	font-size: 17px;
}

#gallery{
	padding-top: 10px;
	padding-bottom: 30px;
}
#gallery h2{
	color:#000;
	font-weight: 600;
	padding-bottom: 20px;
}
.img {
    border-radius: 15px;
    width: 100%;
	
}
.vd-page h2{
	margin-top: -62px;
}
.img:hover{
	background: #ff0000;
    background: -moz-linear-gradient(left, #ff0000 0%, #f6921e 100%);
    background: -webkit-linear-gradient(left, #ff0000 0%,#f6921e 100%);
    background: linear-gradient(to right, #ff0000 0%,#f6921e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#f6921e',GradientType=1 );
	transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}
#gallery h5{
	
	font-weight: 600;
	font-size:17px;
}

#footer{
	background: #ff0000;
    background: -moz-linear-gradient(left, #ff0000 0%, #f6921e 100%);
    background: -webkit-linear-gradient(left, #ff0000 0%,#f6921e 100%);
    background: linear-gradient(to right, #ff0000 0%,#f6921e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#f6921e',GradientType=1 );
    color:#fff;
    width: 100%;
	opacity: .9;
	padding-top: 30px;
    padding-bottom: 30px;
	position: relative;
	float: left;
	overflow: hidden;
}
#footer ul li a img{
	padding-top: 30px;
}
.fot-img{
    color: #fff;
    background: #000;
    padding: 5px;
    border-radius: 3px;
}
.fot-prag p{
    text-align: justify;
    padding: 0px;
    margin: 0px;
}
#footer p{
	line-height: 30px;
}
#footer ul li a{
	color:#fff;
	text-decoration: none;
	line-height: 30px;
	transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
	
}
#footer ul li a:hover{
	color:#000;
	
}

#hal-facili h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
    margin-top: 5px;
    margin-bottom: 20px;
}

table {
    font-family: 'Lato', sans-serif;
    border-collapse: collapse;
    width: 100%;
	font-size:16px;
	font-weight: 700;
	margin: 30px 0px;
}
th {
    text-align: center;
    font-size: 20px;
    padding: 12px;
}
td,tr {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: transparent;
}













#copyright {
    color: #fff;
    padding: 0px 0px;
    background: rgba(246,145,30,1);
background: -moz-linear-gradient(left, rgba(246,145,30,1) 0%, rgba(255,0,0,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,145,30,1)), color-stop(100%, rgba(255,0,0,1)));
background: -webkit-linear-gradient(left, rgba(246,145,30,1) 0%, rgba(255,0,0,1) 100%);
background: -o-linear-gradient(left, rgba(246,145,30,1) 0%, rgba(255,0,0,1) 100%);
background: -ms-linear-gradient(left, rgba(246,145,30,1) 0%, rgba(255,0,0,1) 100%);
background: linear-gradient(to right, rgba(246,145,30,1) 0%, rgba(255,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6911e', endColorstr='#ff0000', GradientType=1 );
	opacity: 9;
}
#copyright p {
    padding-top: 15px;
    padding-bottom: 0px;
}
#copyright p a{
	color: #fff;
    text-decoration: none;
}
#copyright p a:hover{
	color: #fff;
    text-decoration: none;
}


#inner_banner {
    width: 100%;
    position: relative;
    margin: 30px 0px;
}
.serv_banner:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0000+0,f6921e+100 */
background: #ff0000; /* Old browsers */
background: -moz-linear-gradient(left, #ff0000 0%, #f6921e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ff0000 0%,#f6921e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ff0000 0%,#f6921e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#f6921e',GradientType=1 ); /* IE6-9 */
    opacity: .8;
}

.abt_banner:before, .serv_banner:before, .con_banner:before, .gly_banner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.abt-img {
    width: 100%;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    font-size: 30px;
    transform: translate(-50%, -50%);
}
#inner_banner ul {
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translate(-7%, -50%);
}
#inner_banner ul li {
    color: #000;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}
#inner_banner ul li a {
    color: #fff;
}
#inner_banner ul li:first-child:after {
    content: '\f105';
    position: absolute;
    right: -5px;
    color: #fff;
    font-family: fontAwesome;
    font-weight: normal;
}
#about-page{
	padding-bottom: 20px;
}

#about-page h2{
	padding-bottom: 25px;
    font-size: 30px;
    font-weight: 600;
}
#about-page h2:after {
    content: '';
    border-bottom: 2px solid #bb442f;
    position: relative;
    width: 268px;
    padding-bottom: 10px;
    display: block;
    margin: 0px auto 10px;
}

.abt-bdr:hover{
background: #ff0000; /* Old browsers */
background: -moz-linear-gradient(left, #ff0000 0%, #f6921e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ff0000 0%,#f6921e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ff0000 0%,#f6921e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#f6921e',GradientType=1 ); /* IE6-9 */
    opacity: .8;
	transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
	
}
.abt-bdr{
	width: 100%;
}
#about-page p{
	font-size: 15px;
    line-height: 36px;
    text-align: justify;
}
#abt-cir{
	padding-top:20px;
	padding-bottom: 20px;
}
#abt-cir h3{
	font-weight:600;
}
#abt-cir img{
	border:2px solid #eee;
}
#abt-cir img:hover{
background: #ff0000; /* Old browsers */
background: -moz-linear-gradient(left, #ff0000 0%, #f6921e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ff0000 0%,#f6921e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ff0000 0%,#f6921e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#f6921e',GradientType=1 ); /* IE6-9 */
    opacity: .8;
	transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}
#faci-cont{
	padding-bottom: 20px;
}
#faci-cont h2{
	padding-bottom: 40px;
    padding-top: 10px;
    font-weight: 600;
    margin: 0px;
}
#faci-cont img{
	width:100%;
}
#faci-cont img:hover{
	background: #ff0000; /* Old browsers */
background: -moz-linear-gradient(left, #ff0000 0%, #f6921e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ff0000 0%,#f6921e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ff0000 0%,#f6921e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#f6921e',GradientType=1 ); /* IE6-9 */
    opacity: .8;
	transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}
#faci-cont h3{
	margin:0px;
	padding-bottom: 20px;
}
#faci-cont p{
	line-height:30px;
	text-align: justify;
	font-size: 15px;
}
#faci-cont ul li{
	padding: 0px 40px;
	line-height: 35px;
	position: relative;
	font-weight: 600;
}
.faci-pad{
	padding-top: 10px;
}
.li-st:before {
    content: '\f101';
    position: absolute;
    display: block;
    left: 17px;
    color: #F44336;
    font-size: 15px;
    right: 5;
    width: 100%;
    font-family: fontAwesome;
}

#hall-con{
	padding-top:10px;
	padding-bottom:30px;
}
#hall-con h3{
	font-weight:600;
}
#hall-con img:hover{
	background: #ff0000; /* Old browsers */
background: -moz-linear-gradient(left, #ff0000 0%, #f6921e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ff0000 0%,#f6921e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ff0000 0%,#f6921e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#f6921e',GradientType=1 ); /* IE6-9 */
    opacity: .8;
	transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}
#gallery-page{
	padding-top:20px;
	padding-bottom:20px;
}
.gl_res{
	margin-bottom:20px;
	width:100%;
}
#cont-page{
	padding-top:20px;
	padding-bottom: 20px;
}
#cont-page h3{
	font-weight:600;
}
.con-bdr{
	border: 1px solid #df701b;
	border-radius: 7px;
	text-align: center;
	padding-top:20px;
	margin-bottom: 20px;
	
}
.en-form .form-control:focus, .en-form .form-control:hover {
    border: 1px solid #03A9F4;
}
.vide{
	margin: 0px;
    padding: 0px;
    width: 300px;
    height: 140px;
    left: 0px;
}
.form-brd {
    border-radius: 10px;
    
    width: 100%;
    padding-bottom: 20px;
}
.form-brd h3{
	text-align:center;
	font-weight: 600;
}
.en-form {
    padding: 20px;
}
.form-group {
    margin-bottom: 15px;
}
.en-form .btn-primary {
    color: #fff;
    background-color: #f7911f;
    border-color: #f7911f;
    float: right;
    border-radius: 1px;
    padding: 8px 45px;
}
.btn-primary:active:hover{
	background: #ff0000; /* Old browsers */
background: -moz-linear-gradient(left, #ff0000 0%, #f6921e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ff0000 0%,#f6921e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ff0000 0%,#f6921e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#f6921e',GradientType=1 ); /* IE6-9 */
    opacity: .8;
	transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
	border:none;
}
.map{
	padding-top:30px;
}



@media(min-width:360) and (max-width:479){
	.phone:before{
		    left: 85px;
	}
}




@media screen and (min-width:768px){
	.menu .navbar-brand{
		display: none;
	}
}
@media (min-width:480px) and (max-width:520px){
	.hx1, .hx2, .hx3, .hx4, .hx5{
		padding-left: 80px;
	}
	.phone::before {
    left: 140px;
}
}

@media screen and (max-width:767px){
.slide-text h4 {
    font-size: 20px;
    color: #fdfcfa;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-shadow: 3px 1px #69504d;
    /* margin: 4px; */
    margin-top: 26px
}
	
	
	#top_head p {
    text-align: center;
    padding: 1px 0px;
    margin: 1px 0px;
}
	.phone::before{
		left: -10px;
        position: relative;
        top: 7px;
	}
	.email::before{
		left: -10px;
        position: relative;
        top: 7px;
	}
	
.menu .navbar-brand{
		color: #000;
        padding-left: 5px;
	}
	
	.menu .navbar-nav li a{
		padding: 12px 10px;
	}
	.logo{
		width: 150px;
        position: relative;
        top: 10px;

	}
	
	
	.menu .navbar-toggle{
		margin-right: 0px;
	}
	toggle .icon-bar {
    background: #fff;
}
	.menu .navbar-brand {
    color: #fff;
    padding-left: 5px;
}
	.navbar-toggle .icon-bar{
		background: #fff;
	}
	
	#inner_banner ul{
		right: 0;
	}
	
	#inner_banner ul li{
		font-size: 10px;
	}
	
	.centered{
		font-size: 15px;
		left: 10%;
		transform: translate(-10%, -50%);
	}
	
	.slide-text {
    width: 95%;
    top: 11%;
}
	#about-bg{
		padding-bottom: 40px;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
	}
	#about-bg h2{
		line-height: 34px;
        font-size: 25px;
       margin-top: 15px;
        text-align: center;
	}
	.red-bg h2{
		text-align:center;
	}
	.hx1{
		margin-top: 20px;
		position: relative;
	}
	.hx2{
		margin-top: 3px;
        margin-left: 0px;
        position: relative;
        width: 100%;
	}
	.hx5{
		margin-top: 3px;
		margin-left:0px;
		position: relative;
	}
	.hx4{
		margin-top: 3px;
		margin-left:0px;
		position: relative;
	}
	.hx3{
		margin-top: 3px;
		margin-left:0px;
		position: relative;
	}
	
	
	#inner_banner{
		margin-top: 10px;
		margin-bottom: 0px;
	}
	#about-page h2{
		padding-bottom: 6px;
		font-size: 20px;
	}	
	#about-page h2::after{
		width: 128px;
	}
	#about-page p{
		font-size: 14px;
	line-height: 30px;
	}
	#abt-cir{
		padding-top:0px;
		padding-bottom:10px;
	}
	#faci-cont h2{
		padding-bottom: 10px;
        padding-top: 20px;
		font-size:18px;
	}
	#faci-cont h3{
		    padding-bottom: 10px;
            font-size: 18px;
}
	.red-bg{
		margin-top: 15px;
	}
	.map{
		padding-top:30px;
	}
    
	.red-bg h5{
		padding-bottom: 10px;
	}
	#footer h3{
		text-align: left;
        padding: 0px;
        margin: 0px;
	}
	.en-form .form-control:focus, .en-form .form-control:hover {
    border: 1px solid #03A9F4;
}
	#footer p{
		padding-top: 10px;
		padding-bottom: 10px;
        margin: 0px;
	}
	.fot-img{
		margin: 0px;
	}
	#footer ul li a img{
		padding-top: 20px;
        width: 38px;
        padding-left: 0px;
        margin: 2px;
	}
	#copyright p{
		text-align: center;
        padding: 0px;
        margin: 0px;
		font-size: 13px;
	}
	#cont-page h3{
		margin:0px;
		padding:0px;
	}
	
	#hal-facili h2 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 0px;
}
	.table,th,td{
		margin: 20px 0px;
		font-size:13px;
	}
	
	.en-form {
    padding: 14px 0px;
		font-size: 13px;
    }
	.en-form .btn-primary{
		float: left;
        margin-left: 40px;
	}
	.en-form .form-control {
    background-color: rgba(230, 230, 230, 0.45);
    border-radius: 2px;
}
	.form-brd{
		float: none;
	}
	.slide-text > h2{
		font-size: 12px;
		margin: -7px;
	}
	.slide-text h3{
		font-size: 12px;
		margin: 10px;
	}
}
@media screen and (max-width:359px){
	.slide-text h1{
		font-size: 12px !important;
		padding-top: 13px;
		line-height: 15px;
	}
	
	#copyright{
		font-size: 12.5px;
		
	}
	
	#galler1 .btn{
		font-size: 13px;
	}
}

@media (min-width:360px) and (max-width:479px){
	#galler1 .btn{
		font-size: 13px;
	}
}