/*Fonts Used*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');




*, *:before, *:after { box-sizing: border-box; -moz-box-sizing: border-box; image-rendering: -webkit-optimize-contrast;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline; -webkit-text-size-adjust: 100%;}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer; }
input, textarea, select{-webkit-appearance: none;}
mark {background-color: transparent;}
/* end reset */

/*preset*/
body{font-size: 17px; line-height: 22px; font-family: 'Poppins', sans-serif; color:#393939;font-weight: 300; background:url(images/bg.jpg);background-size: cover;}
body.active{overflow: hidden;width:100%;height:100%;position:fixed!important;}
a{ text-decoration:none; -webkit-transition: all .3s linear;transition: all .3s linear;}
img{max-width: 100%; vertical-align: top; image-rendering: -webkit-optimize-contrast;}
textarea { resize:vertical; }
iframe{ border: none; width: 100%;}
h2{line-height: 100%;font-family: 'Gilroy';font-weight: 400}
h2 span{line-height: 100%;}
ul, h1, h2, h3, h4{ margin:0; padding:0; list-style:none; }
strong , b{ font-weight: bold;}
em, i{font-style: italic;}
input[type="submit"]{cursor: pointer;}
a[href^="tel:"]{color: inherit!important; text-decoration: none;}

.clearfix:before, .clearfix:after { content:""; display: table; clear: both; }
.clearfix {clear: both; overflow: hidden;}
.col2{-webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 0; -moz-column-gap: 0;  column-gap: 0;}
.col3{-webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-gap: 0; -moz-column-gap: 0;  column-gap: 0;}
.col2 li, .col3 li{overflow: hidden; display: inline-block; width: 100%;}
.main_phone {font-weight: bold;}

.back_top{display:none;background:#2b70b1;position: fixed; z-index:999;bottom:0;width: 45px;height: 45px;cursor:pointer;margin: 0 auto;border: 1px solid #fff;border-top-left-radius: 25px;border-top-right-radius: 25px;left: 0;right:0;bottom: 0}
.back_top:before{content:"";position:absolute;top:45%;left:50%;transform:translate(-50%,-45%);border-bottom:15px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;}
.back_top:hover{opacity: .5}

/*Heading for SEO*/
.h1_hdng{font-size: 22px; font-weight: 700; color: #000;}

/* Text Alignment */
.text_left, .text_left p{text-align: left;}
.text_right, .text_right p{text-align: right;}
.text_center,.text_center p{text-align: center; display: block;}

/* Forms Presets */
::-webkit-input-placeholder {opacity: 1; color: inherit;}
::-moz-placeholder {opacity: 1; color: inherit;}
:-ms-input-placeholder {opacity: 1; color: inherit;}
:-moz-placeholder {opacity: 1; color: inherit;}

/*end preset*/

.wrapper{ width:100%; max-width:1000px; margin:0 auto; position:relative;}

/*landing*/

.landing_logo img{margin: 20px auto; display: block; padding:0 10px;}

.landing_form {border: 2px solid #cda349; padding: 20px 30px; margin: 50px 10px 50px 10px; display: block;}
.form_box { width: 49%; display: inline-block; margin: 10px 0; }
.landing_form h2 { font-family: 'Poppins', sans-serif; text-align: center; font-size: 27px; margin: 20px 0; color: #cda349; font-weight: bold; }
.landing_form label{font-weight: 600;}
.landing_form input[type=text] { width:100%;font-size: 15px; background: #FFF; border: 1px solid #393939; padding: 10px; margin: 10px 0; color: #393939;}
.landing_form input[type=email] { width:100%;font-size: 15px; background: #FFF; border: 1px solid #393939; padding: 10px; margin: 10px 0; color: #393939;}
.landing_form input[type=submit] {cursor: pointer; width: 99%; padding: 12px; font-size: 25px; background: #cda349; text-transform: uppercase; letter-spacing: 5px; border: 0;}
.landing_form input[type=submit]:hover{background: #efce88;}

.landing_con { text-align: center; padding: 50px 10px 20px 10px;} 
.landing_con h1 { color: #cda349; font-size: 35px; margin-bottom: 20px; line-height:100%;}

.landing_con h1 span{font-family: 'Dancing Script', cursive; font-size:50px;}

#error {     text-align: center;     color: red;     text-decoration: underline; }

#success {     text-align: center;     color: green;     text-decoration: underline; }


@media only screen
  and (max-width : 600px) {
.landing_form input[type="submit"] {width: 100%;}
.form_box { width: 100%; display: block; }
.landing_form {padding: 20px 10px;}

.landing_con h1 span{display: block; margin-top: 15px;}

  }




/*end landing*/