<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	margin:0;
	font-family: 'Roboto', sans-serif;
	background: url('../images/mainbg.jpg') no-repeat scroll 0 0 / 100% 100%;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
}
.body_2{
	background: url('../images/bg2.png') no-repeat scroll 0 0 / 100% 100% !important;
}
.main-area{
	height:100vh;
	position: relative;
}
.main-area::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	/*background: red;*/
	background: url('../images/Path.png') no-repeat scroll 0  0 / 100% 100%;
	width: 100%;
	 height: 80%; 
	/* transform: rotate(-750deg); */
/*	border-top: 100px solid transparent;
	border-right: 100px solid green;
	border-bottom: 100px solid green;
	border-left: 100px solid green;*/
}
.main-area2::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	/*background: red;*/
	background: url('../images/Path2.png') no-repeat scroll 0  0 / 100% 100%;
	width: 50%;
	 height: 100%;  
}
.logo {
	margin-top: 30px;
	margin-bottom: 20px;
	display: none;
}
.banner-text{}
.banner-text h2 {
	color: #FFF;
	font-weight: 900;
	font-size: 35px;
}
.banner-text h1 {
	color: #FFF;
	font-weight: 900;
	font-size: 45px;
	margin-top: 15px;
}


.form-area {
	overflow: hidden;
}
/*form styles*/
#msform {
	width: 450px;
	margin: auto;
	text-align: center;
	position: relative;
	margin-top: 50px;
	z-index: 9;
	min-height: 500px;
	/* overflow: hidden; */
	margin-bottom: 20px;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 30px;
	box-shadow: 0 0 25px rgba(104, 104, 104, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 100%; 
	position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#msform .action-button ,#msform input[type="submit"]{
	width: 280px;
	background: #FBB926;
	color: white;
	border: 0 none;
	border-radius: 5px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 50px;
	outline: none !important;
}
#msform .action-button:hover, #msform .action-button:focus,#msform input[type="submit"]:hover {
	/*box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;*/
	background: #FEA70C;
}
/*headings*/
.fs-title {
	color: #FBB926;
	margin-bottom: 10px;
	font-size: 35px;
	font-weight: 900;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
fieldset hr{
	border-bottom: 3px solid #969696;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	/*counter-reset: step;*/
	/*margin-top: 100px;*/
	bottom:-50px;
	position: absolute;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 40px;
	float: left;
	position: relative;
	background: #EDD397;
	margin: 15px 5px;
	height: 8px;
}
/*#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}*/
/*progressbar connectors*/
/*#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}*/
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #FBB926;
	color: white;
}

#progressbar li.active{
	background: #FBB926;
}

.step_1 {
	padding: 10% 0;
}
.input_title p {
	font-weight: 400;
	font-size: 20px; 
	margin-bottom: 25px;
}
.single_label {
	/* display: flex; */
	margin: auto;
	max-width: 210px;
	overflow: hidden;
}
.single_label label {
	text-align: left;
	overflow: hidden;
	display: block;
}
.single_label input {
	width: 35px !important;
	float: left;
	display: inline-block;
	overflow: hidden;
	margin-top: 5px;
}
.action-button{
	position: relative;
}
.action-button i {
	position: absolute;
	right: 20px;
}

.single_input {
	display: flex;
	margin-bottom: 10px;
}

.single_input label {
	background: #FBB926;
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	width: 150px;
	line-height: 47px;
	text-align: left;
	padding: 0 15px;
}
.single_input input {
	border: 1px solid #FBB926 !important;
	color: #FBB926 !important;
	border-radius: 0 !important;
}
.single_input input::placeholder {
	opacity: 1
}

.form-group.step_7 {
	padding: 20px 0;
}label { 
	margin-bottom: 0.6rem!important;
}

.form-group.step_6 .single_label {
	max-width: 284px;
}
.form-group.step_5 .single_label {
	max-width: 220px;
}
.header-area {
	position: relative;
	z-index: 9;
}
.middle-right{
	text-align: center;
}
.middle-right img {
	width: 250px;
}
.middle-right-2 img {
	width: 500px !important;
}
.middle-left {
	position: relative;
	z-index: 9;
}
.middle-left h2 {
	color: #969696;
	font-weight: 700;
	font-size: 40px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.middle-left h2::after {
	content: "";
	width: 70%;
	height: 2px;
	background: #FBB926;
	bottom: 0;
	left: 0;
	position: absolute;
} 
.middle-left p {
	color: #FBB926;
	font-weight: 500;
	font-size: 18px;
}
.middle-left img {
	height: 80px;margin-top: 15px;
}
.middle-left a {
	display: block;
	width: 250px;
	background: #FBB926;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	padding: 10px;
	box-shadow: 0 0 10px #c2c2c2;
	border-radius: 3px;
	margin-top: 20px;
	text-decoration: none;
}
.middle-left a:hover{
	background: #FEA70C;
}
.middle-area {
	margin-top: 7%;
}


@media all and (max-width:1365px){
	.main-area{
		height:100%;
		padding-bottom:150px;
	}
}

@media all and (max-width:767px){
	.main-area{
		height:100%;
		padding-bottom:150px;
	}
	.banner-text h2{
		font-size:25px;
		text-shadow: 0 0 4px #000;
	}
	.banner-text h1{
		font-size:30px;
		text-shadow: 0 0 4px #000;
	}
	.main-area2::after {
		background: rgba(255,255,255,.8);
		width: 100%;
	}
	.middle-right img {
		width: 250px;
		z-index: 9;
		position: relative;
	}
	.body_2 {
		background-size:cover !important;
	}
	.middle-right-2 img{
		width: 250px !important;
		margin-top: 50px;
	}
}

@media all and (max-width:500px){
	.banner-text h1 {
		font-size: 24px;
	}
	.banner-text h2 {
		font-size: 20px;
	}
	#msform {
		max-width: 350px;  
		width: 100%;
		min-height: auto;
	}
	#msform .action-button{
		width: 230px;
		font-size:15px;
	}
	.input_title p{
		font-size:16px;
	}
	.single_label label{
		font-size:14px;
	}
	.single_input input {
		box-sizing: border-box !important;
		width: calc(100% - 100px) !important;
	}
	.single_input label{
		flex:0 0 100px;
		padding: 0 10px;
	}
	#progressbar li{
		height: 5px;
		width: 25px;
	}

}




/*new popup */

.buttons_list {
            display: flex;
        }

        .buttons_list a {
            margin-right: 10px;
        }

       .me_area {
			background: #FFF;
			color: #000;
			text-align: center;
			padding: 0px 30px 30px 30px;
		}

        .me_area h2 {
            font-weight: 500;
            border-bottom: 2px solid #FBB934;
            padding: 20px;
        }
		.close {
			position: absolute;
			right: 12px;
			top: 3px;
			z-index: 99;
		}
        .me_Boxs {
            display: flex;
            justify-content: center;
            margin-top: 30px;
        }

        .me_left {
            margin-right: 20px;
        }

        .me_left img {
            width: 150px;
            height: 150px;
            border-radius: 50%;
        }

        .me_right {
            margin-left: 20px;
        }

        .me_right h3 {
            margin: 0;
            font-size: 22px;
        }

        .me_right p {
            margin: 0;
            padding: 10px 0;
        }

        @media all and (max-width: 500px) {
            .buttons_list {
                display: flex;
                flex-direction: column;
                width: 85%;
            }

            .buttons_list a {
                margin-right: 0px;
                margin-bottom: 10px;
            }
        }


 /*from main .css */

 .scrolldown {
  position: absolute;
  bottom: 100%;
  margin-bottom: 32px;
  right: 13px;
  font-family: 'Montserrat', sans-serif;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.scrolldown a {
  color: #ffffff;
}

.scrolldown a:after {
  position: absolute;
  right: -16px;
  height: 64px;
  width: 2px;
  content: "";
  background: #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  bottom: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.scrolldown a:hover:after {
  height: 32px;
}
.desc p {
  width: 72%;
  color: #000 !important;
}
.subTitle {
  color: #FFD479;
  font-size: 30px;
}

.arrow-circ-btn .arrow-icon.arey:after {
  position: absolute;
  top: 18px;
  left: 17px;
  height: 12px;
  width: 12px;
  z-index: -1;
  content: "";
  border: 2px solid #000;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: none;
}
.arrow-circ-btn .arrow-icon.arey:before {
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    border-radius: 40px;
    border: 2px solid #8CC63F;
    border-left-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.item-desc .desc p {
  width: 100%;
  font-size: 14px;
}
.item-desc h3 {
  font-size: 28px;
  color: #ffd479;
  line-height: 34px;
}
.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section .cta-btns .btn.align-center span.txt {
  text-align: left;
}

.cta-btns.helper {
  position: absolute;
  bottom: 5%;
  right: 15%;
}

.myModal.video {
  width: 100%;
  max-width: 550px;
  text-align: center;
  background: rgba(0,0,0,0.7);
  z-index: 9999999999999999999999;
  position: fixed;
  top: 25%;
  left: 0;
  padding: 35px;
  display: none;
  right: 0;
  margin: auto;
}
#closeMyModal {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  cursor: pointer;
}
.myModal.video iframe {
  display: block;
  width: 100%; 
  min-height: 300px;
}
.bodyAfter:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000c;
  z-index: 999999999999999;
}
.none {
  display: none;
}
.formModal.form {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  display: none;
  z-index:99999999999;
}
#closeformModal {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 999;
}
.form {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 999;

  margin: 0 auto;
  padding-top: 42px;
  max-width: 912px;
}
.form.pb:after {
  content: "";
  width: 3px;
  height: 165%;
  background: #ffd479;
  position: absolute;
  top: -45%;
  left: -13%;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
  z-index: -1;
  display: none;
}
.form.pb form input {
  border: none;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  padding: 10px;
  width: 100%;
  text-transform: uppercase;
}
.line {
  width: 94%;
  height: 2px;
  background: #8CC63F;
  display: block;
  margin: -2px 0 0 11px;
  position: relative;
}
.form.pb form .anim-wrapper {
  margin-top: 20px;
  display: inline-block;
}
.form-text {
  text-align: left;
  color: #ffd479;
  font-size: 17px;
  font-weight: 600;
}

.form input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Firefox */
}

.form input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Firefox */
}

.form input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Firefox */
}

.form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Firefox */
}

.form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333333;
}

.form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #333333;
}


/*footer*/

.footer_area ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

.footer_area { 
	/* background: #ddd; */
	color: #FFFF;
	text-align: center;
	padding: 20px;
	 position: relative; 
	/* bottom: 0; */
	width: 100%;
	 z-index: 99; 
	overflow: hidden;
}

.footer_area ul li a:hover {
	color:#FEA70C;
}
.footer_area ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #000;
	display: inline-block;
	padding: 5px;
}
.pops_btn{
	text-align: center;
}
.pops_btn a {
	display: block;
	width: auto;
	background: #FBB926;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	padding: 10px;
	box-shadow: 0 0 10px #c2c2c2;
	border-radius: 3px;
	margin-top: 40px;
	text-decoration: none;
}
.pops_btn a:hover {
	background: #FEA70C;
}

.btn_bottom {
	width: auto !important;
	display: inline-block !important;
	padding: 10px 30px !important;
}</pre></body></html>