@import url('https://fonts.googleapis.com/css?family=Montserrat:600|Open+Sans:300');

body {
    margin: 0;
    padding: 0;
    line-height: 2.3;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
	color: #000;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
    margin: 0;
    padding: 0;
    line-height: 2.3;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

a {
	color: #000;
	text-decoration: none;
	transition: 0.5s all ease-in-out;
}

a:hover {
	color: #000;
	text-decoration: none;
	transition: 0.5s all ease-in-out;
}

img {
	width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
}

/*===========================
		HEADER
===========================*/

.logo-header {
	padding: 30px 0;
}

.header-contain {
    width: auto;
    float: right;
    margin-top: 15px;
}

.header-right-contain {
	margin-left: 20px;
	position: relative;
	display: inline-block;
}

.header-right-contain img {
	position: absolute;
	width: 40px;
	left: 0;
	top: 0;
}

.header-right-contain .right {
    padding-left: 50px;
    line-height: 1.4;
    font-size: 14px;
}

.header-right-contain .right span {
	display: block;
	font-weight: bold;
}

.header-right-contain .right.fix {
	width: 370px;
}

.menu-bar {
	background: #333;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 9999;
}

#cssmenu li:hover > ul > li {
    height: auto;
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 345px;
    font-size: 12px;
    text-transform: capitalize;
    text-decoration: none;
    color: #dddddd;
    font-weight: 400;
    background: #333333;
    line-height: 1.8;
    height: auto;
}

/*===========================
		content
===========================*/

.welcome {
	margin-top: 100px;
}

.welcome-inner {
	width: 100%;
	margin: 0 auto;
}

.welcome-inner h1 {
	margin-bottom: 15px;
}

.welcome-inner h1 span {
	display: block;
}

.head {
    font-size: 20px;
    color: #cd0505;
    display: inline-block;
    margin-top: 15px;
}

.gallery {
	margin-top: 100px;
}

.gallery-box {
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

.call-back {
	margin-top: 100px;
	padding: 100px;
	background: url(../img/call-back-bg.jpg) center no-repeat;
	position: relative;
}

.call-back:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: rgba(30,31,33,.8);
	z-index: 0;
}

.call-back-info h2 {
	font-weight: bold;
	color: #fff;
}

.call-back-info h2 span {
	font-weight: bold;
	color: #c40303;
}

.call-back-info p {
	color: #fff;
}

.call-back-form {
	color: #fff;
}

.form-area input {
	width: 100%;
	margin-bottom: 20px;
	padding: 5px 20px;
	border: 0;
	outline: 0;
	color: #333;
}

.form-area textarea {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 20px;
	border: 0;
	outline: 0;
	height: 107px;
	color: #333;
}

.form-area .submit {
    display: inline-block;
    color: #fff;
    background: #333;
    width: fit-content;
    padding: 5px 45px;
}

.form-area .submit:hover {
    background: #c40303;
}



/*===========================
		FOOTER
===========================*/
.footer_above {
	width: 100%;
	position: relative;
}
.heera_ind {
	background: #dc214c;
    padding: 36px 20px;
    overflow: hidden;
    margin-bottom: -66px;
    position: relative;
    z-index: 3;
    display: table;
    width: 100%;
    background-image: url(../img/texture_dots.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 37.5rem;
}
.below-content-inner a {
	padding: 10px 30px;
	background: #fff;
	color: #000;
	float:right;
}
.below-content-inner a:hover {
	color: #fff;
	text-decoration: none;
	background: #000;
}
.below-content-inner p {
	color: #fff;
	font-size: 20px;
}
.below-content-inner p i {
	font-size: 30px;
}
.footer {
    padding: 80px 0 30px 0;
    background: #222222;
    position: relative;
}
.f_head h3 {
    position: relative;
    display: block;
    color: #fff;
    margin-bottom: 30px;
}
.f_head h3::before {
    content: '';
    position: absolute;
    display: block;
    background: #dc214c;
    height: 1px;
    width: 30px;
    left: 0;
    bottom: -10px;
}
.f_head p {
    color: #fff;
}
.f_cont {
    color: #fff;
    padding-left: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}
.address, .calling, .messages {
    position: relative;
}
.address::before {
    position: absolute;
    left: 0;
    top: 10px;
    content: url(../img/map.png);
    display: block;
}
.calling::before {
    position: absolute;
    left: 0;
    top: 15px;
    content: url(../img/call2.png);
    display: block;
}
.messages::before {
    position: absolute;
    left: 0;
    top: 10px;
    content: url(../img/message.png);
    display: block;
}
.f_cont img {
    margin-right: 20px;
}
.f_cont2 {
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}
.footer_list {
    list-style: none;
    display: inline-block;
    padding: 0px;
    margin: 0;
}
.footer_list li a i {
    color: #fff;
}
.footer_list li a i:hover {
    color: #fff;
    text-decoration: none;
}
.subfooter {
    padding: 20px 0;
    background: #282828;
}
.sublink span {
    color: #ccc;
}
.f_cont.messages, .f_cont2.messages2 {
    border-bottom: 0px;
}
.visit img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.sublink span a {
	color: #f00;
}

.other {
	margin: 70px 0;
}

.ab-list {
	margin-left: 50px;
}
.ab-list li {
	list-style: disc;
}


/*===========================
		INQUIRY
===========================*/
.submit {
    padding: 5px 40px;
    background: #02a702;
    color: #fff;
    border-radius: 4px;
    border: 0;
    outline: none;
    font-weight: bold;
    font-size: 15px;
}

.reset {
    padding: 5px 40px;
    background: #f9ae0;0
    color: #fff;
    border-radius: 4px;
    border: 0;
    outline: none;
    font-weight: bold;
    font-size: 15px;
}

.awards img {
	border: 3px solid #ccc;
}


/*===========================
		RESPOMSIVE
===========================*/

@media (max-width: 768px) {
	.header-right-contain .right.fix {
	    width: 100%;
	}
	.gallery-box {
	    margin-left: 150px;
	    margin-right: 150px;
	}
	#cssmenu ul ul {
	    position: relative;
	}
}

@media (max-width: 700px) {
	.call-back {
		padding: 30px;
		background-size: cover;
	}
	.gallery {
		text-align: center;
	}
}

@media (max-width: 500px) {
	.gallery-box {
	    margin-left: 50px;
	    margin-right: 50px;
	}
}