/* #  
Template: Amjad  
Template Version: 1
*/
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
/* ## Typographical Elements
--------------------------------------------- */

body {
	color: #333;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
	background: #c8c3be;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #e5554e;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */
h2.zf-frmTitle {
    font-size: 18px;
}

p.zf-frmDesc {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}
/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #d3d3d3;
	color: #4e473e;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
	border: unset;
	height: 32px;
	padding: 5px;
	margin-bottom: 20px;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #e5554e;
	color: #fff;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */
.wrap {
	margin: 0 auto;
	max-width: 833px;
	width: 100%;
}

/* ## Landing Page Style started
--------------------------------------------- */
.site-header {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
}

.header-wrap.wrap {
	display: flex;
	justify-content: space-between;
	padding: 47px 0;
	max-width: 855px;
}
.header-right {
	display: flex;
	justify-content: center;
	gap: 31px;
}

.header-right a {
	display: flex;
	align-items: center;
	color: #fff;
	gap: 10px;
	font-size: 14px;
}
.header-logo {
	display: block;
}

.header-logo img {
	display: block;
}
.inner-sectio-1 {
	background: #c8c3be;
	padding-top: 125px;
	background-image: url(../images/bg-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	padding-bottom: 104px;
}

.inner-sectio-1 h1 {
	font-size: 72px;
	display: block;
	color: #4e473e;
	font-weight: bold;
	line-height: 1;
}

.inner1-m {
	display: flex;
	gap: 5%;
	margin-bottom: 253px;
	position: relative;
}

.q-1 {
	font-size: 17px;
	color: #72675b;
	font-weight: 600;
	padding-left: 75px;
	padding-top: 56px;
	position: relative;
	line-height: 24px;
	background-image: url(../images/q-icon.png);
	background-repeat: no-repeat;
	background-position: 12px 34px;
	position: relative;
	z-index: 1;
}
.inner1-right {
	width: 66%;
	padding-top: 18px;
	position: relative;
	z-index: 1;
}

.inner1-left {
	background: #fff;
	padding: 34px 28px 19px;
	border-radius: 15px;
	width: 40%;
	font-size: 10px;
	position: relative;
	z-index: 2;
}
.inner-sectio-1 .inner2-m {
	position: relative;
	padding-bottom: 0;
	z-index: 1;
}

.inner-sectio-1 .inner2-m h2 {
	font-size: 42px;
	font-weight: 600;
	color: #fff;
}

.inner-sectio-1 .inner2-m p {
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	width: 100%;
	max-width: 443px;
	margin: 0;
}

.inner-sectio-1 .inner2-m h2 span {
	font-weight: bold;
	display: block;
	font-size: 73px;
	margin-bottom: 20px;
}

.inner-sectio-1 .inner2-m:after {
	position: absolute;
	content: "";
	opacity: 0.8;
	background: #adb0b8;
	height: 420px;
	border-radius: 0 200px 200px 0;
	transform: rotate(-20deg);
	top: 62px;
	left: -999px;
	z-index: -1;
	right: 300px;
}
/* .inner-sectio-1 .inner2-m::before {
	position: absolute;
	content: "";
	background-image: url(../images/c-image.png);
	background-repeat: no-repeat;
	width: 777px;
	height: 620px;
	top: -268px;
	left: -11px;
	z-index: -1;
} */
.inner-sectio-2 {
	position: relative;
	margin: 0 auto;
}
.inner-sectio-2 .fl .image-col-b {
	width: 106px;
	height: 106px;
	background: #382721;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px;
}

.inner-sectio-2 .fl .inner-col {
	font-size: 16px;
	color: #fff;
	max-width: 133px;
	text-align: center;
	line-height: 1.2;
	position: relative;
}

.inner-sectio-2 .inner2-m {
	display: flex;
	flex-wrap: wrap;
	max-width: 450px;
	justify-content: center;
	top: -83px;
	position: relative;
	gap: 23px;
	z-index: 1;
}

.inner-sectio-2 .wrap.fl {
	display: flex;
	justify-content: flex-end;
}

.image-col-b img {
	display: block;
	margin: 0 auto;
}

.wrap.fl .inner-col:nth-child(1) {
	top: 127px;
}

.wrap.fl .inner-col:nth-child(2) {
	top: 65px;
}

.wrap.fl .inner-col:nth-child(4) {
	top: 79px;
	right: -52px;
}

.inner-col:nth-child(5) {
	top: 18px;
	right: -46px;
}
.inner-sectio-2 .inner2-m::after {
	position: absolute;
	content: "";
	opacity: 0.8;
	background: #382721;
	height: 462px;
	border-radius: 250px 0 0 250px;
	transform: rotate(-20deg);
	top: -143px;
	right: -999px;
	z-index: -1;
	left: -186px;
}
.site-inner {
	overflow: hidden;
	background: #aaa39b;
	margin: 0 auto;
}
.inner1-left button {
	background: #382721;
	padding: 10px 24px;
	display: block;
	margin: 6px auto 0;
	font-weight: bold;
	font-size: 18px;
	border-radius: 15px;
}

.inner1-left label em {
	text-align: center;
	color: #f00;
}
.image-ss {
	position: absolute;
	left: -83px;
	top: -30px;
}

.inner-sectio-3 {
	position: relative;
	display: flex;
	justify-content: flex-end;
	z-index: 1;
}

.inner-sectio-3 h2 {
	font-size: 36px;
	color: #adb0b8;
	font-weight: bold;
	max-width: 300px;
	width: 100%;
}

.inner3-m {
	padding: 171px 0 0;
	max-width: 381px;
	width: 100%;
	position: relative;
}

.inner-sectio-3:after {
	position: absolute;
	content: "";
	opacity: 1;
	border-radius: 0 200px 200px 0;
	transform: rotate(-20deg);
	top: 179px;
	left: 0;
	z-index: -1;
	right: 71px;
	height: 230px;
	background: rgb(255,255,255);
	background: linear-gradient(179deg, rgba(255,255,255,1) 60%, rgba(0,212,255,0) 100%);
}
.image-col-b {
	text-align: center;
	margin-bottom: 13px;
}

.inner3-m .inner-col {
	padding: 14px 30px 53px;
	font-size: 16px;
	color: #52443f;
	width: 250px;
	line-height: 1.2;
	text-align: center;
	background-image: url(../images/icon-bg.png);
	background-repeat: no-repeat;
	background-position: 10px 22px;
}

.inner3-m .inner-col:nth-child(3) {
	position: absolute;
	right: -56px;
	bottom: 94px;
}
.inner-sectio-4 {
	z-index: 2;
	position: relative;
	background-image: url(../images/bg-3.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	margin: 0 auto;
	margin-top: -40px;
	padding: 75px 0 50px;
}
.inner-sectio-4 h2{
	font-size: 36px;
	color:#fff;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 20px;
}
.inner-sectio-4 h2 span{
	font-size: 70px;
	color:#52443f;
	font-weight: 600;
	display: block;
} 
.inner-sectio-4 h2 + p{
	font-size: 16px;
	color:#fff;
	font-weight: 600;
	line-height: 1.2;
	max-width: 675px;
	width: 100%;
	margin-bottom: 0;
}
.faq {
	max-width: 630px;
	margin: 29px auto 0;
}
.other-post {
	display: none;
}
.other-hold {
	background: #adb0b8;
	border-radius: 35px;
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	margin: 15px 0;
	padding: 14px;
	box-shadow: 0 7px 15px #000;
}
.faq p {
	margin: 0;
	padding: 20px;
	background: #fff;
	border-radius: 35px;
	font-size: 16px;
	line-height: 1.5;
}
footer {
	background: #a29b92;
	padding: 25px;
	text-align: center;
}

footer img {
	display: block;
	margin: 0 auto;
}
/* .inner1-right:after {
	position: absolute;
	right: -84px;
	top: -125px;
	background-image: url(../images/cl-bg.png);
	content: "";
	width: 1000px;
	height: 930px;
	background-position: right top;
	background-repeat: no-repeat;
} */
.headings {
	font-size: 33px;
	color: #fff;
	position: relative;
	z-index: 1;
	margin-top: 0;
	display: block;
}

.inner1-left:after {
	position: absolute;
	left: -5px;
	top: -5px;
	content:"";
	width: 183px;
	height: 180px;
	background-image: url(../images/form-b.png);
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 1;
}

.inner1-left #form {
	position: relative;
	z-index: 2;
}
.header-right a:hover{
	text-decoration: underline;
}
.inner1-left button:hover {
	background: #adb0b8;
}
.inner-sectio-2-3 {
    background: #fff;
    background-image: url(../images/bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {
	.wrap {
		padding: 0 20px;
	}

	.inner1-m {
		align-items: flex-start;
	}

	.headings {
		font-size: 24px;
	}

	.inner-sectio-1 h1 {
		font-size: 60px;
	}

	.inner-sectio-1 .inner2-m p {
		max-width: 350px;
	}

	.inner-sectio-2 .inner2-m::after {
		left: -90px;
	}

	.image-ss {
		left: -150px;
	}
	.inner-sectio-1 .inner2-m h2 {
		font-size: 30px;
	}

	.inner-sectio-1 .inner2-m h2 span {
		font-size: 60px;
	}
	.header-wrap.wrap {
		padding: 30px 20px;
	}

	.inner-sectio-1 {
		padding-top: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.header-right a {
		font-size: 0;
	}
	.inner-sectio-1 {
		background-size: cover;
	}
	.inner1-m {
		flex-direction: column-reverse;
	}
	.inner1-right,
	.inner1-left {
		width: 100%;
	}
	.other-hold,
	.inner-sectio-4 h2,
	.headings {
		font-size: 20px;
	}
	.inner-sectio-4 h2 span,
	.inner-sectio-1 h1 {
		font-size: 48px;
	}
	.inner-sectio-1 .inner2-m:after {
		right: -300px;
        top: 0;
	}
	.inner-sectio-2 .inner2-m::after {
		left: -300px;
		height: 600px;
		top: -165px;
		left: -186px;
	}
	.inner-sectio-2 .fl .inner-col{
		position: static;
	}
	.inner-sectio-2 .inner2-m {
		top: 0;
        padding-top: 50px;
        max-width: 400px;
	}
	.inner1-left {
		margin-top: 30px;
	}
	.inner-sectio-3 {
		flex-direction: column-reverse;
	}

	.inner3-m .inner-col:nth-child(3) {
		position: static;
	}

	.inner-sectio-3:after {
		opacity: 0;
	}

	.inner3-m {
		padding-top: 100px;
	}

	.inner-sectio-3 h2 {
		max-width: 100%;
		color: #4e473e;
	}

	.inner3-m .inner-col {
		margin: 0 auto;
	}
	.image-ss {
		position: static;
		margin: 0 auto;
		display: block;
	}
	.inner-sectio-4 {
		margin-top: -190px;
	}
    .inner3-m {
        padding-top: 100px;
        max-width: 100%;
        text-align: center;
    }
}

  /* ---------- Fog ---------- */
  .fogwrapper {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
	filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
  }
  #foglayer_01 {
	position: absolute;
    right: -84px;
    top: -125px;
    background-image: url(../images/cl-bg.png);
    content: "";
    width: 3688px;
    height: 930px;
    background-position: right top;
    background-repeat: repeat;
    background-size: cover;
	
}
  #foglayer_01 {
	-webkit-animation:  foglayer_moveme 100s linear infinite;
	-moz-animation: foglayer_moveme 100s linear infinite;
	animation: foglayer_moveme 100s linear infinite;
  }
  

  #foglayer_01 .image01, #foglayer_01 .image02 {
	background: url("../images/cl-bg.png") center center/cover repeat transparent;
  }
  /* ---------- Keyframe moveMe ---------- */
  @-webkit-keyframes foglayer_moveme {
	0% { left: -500px; }
	100% { left: -3688px; }
  }
  @-moz-keyframes foglayer_moveme {
	0% { left: -500px; }
	100% { left: -3688px; }
  }
  @-o-keyframes foglayer_moveme {
	0% { left: -500px; }
	100% { left: -3688px; }
  }
  @keyframes foglayer_moveme {
	0% { left: -500px; }
	100% { left: -3688px; }
  }