@charset "utf-8";

/* CSS Document */

body {
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	margin: 0px;
	padding: 0px;
	font-family: 'TheSans';
}

html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

a,
a:hover,
a:active,
a:focus {
	outline: none !important;
}
.container p,.container span,.container h1,.container h2,.container h2,.container h3,
.container h4,.container h5,.container h6{
	word-wrap: break-word;	
}

h1,
h2,
h3,
h4,
h5,
h6,
button {
	font-family: 'Bliss2-Medium';
}

/* p,
span,
div {
	font-size: 16px;
} */

p,
div {
	font-size: 16px;
}

.h1-head {
	font-size: 35px;
	margin-bottom: 30px;
	letter-spacing: 1px;

}

.h2-head {
	font-size: 35px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-weight: 400;
}

.h3-head {
	font-size: 30px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-weight: 400;
}

.h4-head {
	font-size: 25px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-weight: 400;
}

.h5-head {
	font-size: 23px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-weight: 400;
}

.h6-head {
	font-size: 20px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-weight: 400;
}

.bg-img-common {
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.common-space {
	padding: 70px 0px;
	margin: 0px;
}

.common-btn {
	padding: 10px 40px 10px 30px;
	margin: 20px 0px 0px;
	font-size: 16px;
	display: table;
	position: relative;
}

.common-btn:after {
	font-family: 'FontAwesome';
	content: "\f054";
	font-size: 16px;
	right: 16px;
	position: absolute;
	top: 11px;
	font-weight: 300;
}

.spacer {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	border: none !important;
	background: none !important;
	min-height: 0 !important;
}


/* Header */
header {
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: inline-block !important;
	position: relative;
	z-index: 9999999;
}

#header {
	padding: 0px 0px;
	/* display: table;
	width: 100%; */
}

/* Logo */




.logo {
	padding: 0px;
	margin: 0px;
	display: block;
}

.logo img {
	padding: 10px;
	margin: 0px;
	width: 100%;
}
h3{
	font-size: 30px;
}
button:focus {
    outline: none;
    background-color: transparent !important;
}
@media (min-width:280px) and (max-width:399px) {

	/* .contact-address-res{
	display:none;
} */
}

@media (min-width:400px) and (max-width:767px) {
	.contact-address-res {
		display: none;
	}
}

@media (min-width:280px) and (max-width:767px) {
	h3{
		font-size: 25px !important;
	}
	.h1-head h1,
	.h1-head h2, 
	.h1-head h3,
	.h1-head h4
	{
		font-size: 25px !important;
	}
	.h1-head h5,
	.h1-head h6
	{
		font-size: 23px !important;
	}
	.h1-head h1 span,
	.h1-head h2 span, 
	.h1-head h3 span,
	.h1-head h4 span
	{
		font-size: 25px !important;
	}
	.h1-head h5 span,
	.h1-head h6 span
	{
		font-size: 23px !important;
	}
	.our-slider {
		padding-top: 20px !important;
	}

	.logo {
		width: 120px;
		float: left;
	}

	.bg-img-common {
		background-position: center;
	}
	.h1-head
	{
		font-size: 26px;
	}
	.h2-head
	{
		font-size: 24px;
	}
	.h3-head, .h4-head
	{
		font-size: 22px;
	}
	.h5-head, .h6-head
	{
		font-size: 20px;
	}
}

@media (min-width:1024px) and (max-width:1199px) {

	/* Logo */
	.logo {
		width: 150px;
		float: left;
	}
}

@media (min-width:768px) and (max-width:1199px) {
	h3{
		font-size: 25px !important;
	}
	.h1-head h1,
	.h1-head h2, 
	.h1-head h3,
	.h1-head h4
	{
		font-size: 25px !important;
	}
	.h1-head h5,
	.h1-head h6
	{
		font-size: 23px !important;
	}
	.h1-head h1 span,
	.h1-head h2 span, 
	.h1-head h3 span,
	.h1-head h4 span
	{
		font-size: 25px !important;
	}
	.h1-head h5 span,
	.h1-head h6 span
	{
		font-size: 23px !important;
	}

	/* h1 span, h2 span, h3 span, h4 span, h5 span, h6 span
	{
		font-size:28px !important;
	}
	.h1-head h3 span
	{
		font-size:36px !important;
	}
	.h2-head
	{
		font-size:32px;
	}
	.h1-head h1 span{
		font-size:40px !important;
	}
	p span{
		font-size:18px !important;
	} */
	.h1-head
	{
		font-size: 28px;
	}
	.h2-head
	{
		font-size: 26px;
	}
	.h3-head, .h4-head
	{
		font-size: 24px;
	}
	.h5-head, .h6-head
	{
		font-size: 22px;
	}
	.our-slider {
		padding-top: 20px !important;
	}

	.container {
		width: 95% !important;
	}

	/* header {
	padding: 1% 0% 1%;
} */

	.bg-img-common {
		background-position: center;
	}
}

@media (min-width:1200px) and (max-width:4000px) {

	/* Logo */


	.logo-length-10>.logo {
		width: 10%;
	}

	.logo-length-15>.logo {
		width: 15%;
	}

	.logo-length-20>.logo {
		width: 20%;
	}

	.logo-length-25>.logo {
		width: 23%;
	}

	.logo-length-30>.logo {
		width: 30%;
	}

	.logo-length-35>.logo {
		width: 35%;
	}

	.logo-length-40>.logo {
		width: 40%;
	}

	.logo-left .logo {
		float: left;
	}

	.logo-center .logo {
		margin: 0px auto;
	}

	.logo-right .logo {
		float: right;
	}
}

@media (max-width: 1023px) and (min-width: 768px) {
	.logo {
		width: 160px;
		float: left;
	}
}

#slide-demo .owl-controls .owl-pagination {

		margin: 0px auto 0px !important;
	}
	.image-slider-item img{
		width:100%;
	}
	.mfp-bg
	{
z-index: 99999 !important;
	}
	.mfp-wrap
	{
		z-index: 99999 !important;
			}
