
/*Common css*/
*{margin: 0;padding: 0;box-sizing: border-box;}
body{font-family: Arial, sans-serif; font-size: 16px;color:#333333;/*-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;*/}
a{display: inline-block;outline: none;cursor: pointer;}
body a:hover{text-decoration: none;}
.page-wrap { max-width: 1920px; margin: 0 auto; overflow-x: hidden;}
.page-wrap h1{line-height: 56px;font-size: 46px;color: #ffffff;margin: 0 0 40px;}
.page-wrap h2{line-height: 43px;font-size: 36px;color: #808285;margin: 0;}
.page-wrap p{font-weight: normal;font-size: 20px;color:#808285;margin: 0 0 20px;line-height: 1.4;font-family: Arial, sans-serif;}
p:last-of-type{margin-bottom:0;}
.page-wrap .container{max-width: 1030px; width: 100%;position: relative;  z-index:2;}
img{max-width: 100%;}
.white {color:#ffffff;}

/*Header Css*/
.web-header{
  padding: 40px 0px 40px;
}
.web-header a {
  max-width: 350px;
}
.web-header a img{
  max-width: 200px !important;
  padding-top: 5px !important;

}

/*Banner Section*/
.banner-section-1 {
  background-image: url(https://via.placeholder.com/1280x700);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*Form Style*/
.form-section-1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px 0 80px;
  min-height: 600px;
}
.form-section-1 h3 {
    line-height: 34px;
    font-size: 26px;
    color: #ffffff;
    margin: 0 0 15px;
}
.form2-bg-1 {
  padding: 40px 0 20px;
}
.form-section-2 h3 {
    line-height: 34px;
    font-size: 26px;
    color: #ffffff;
    margin: 0 0 15px;
}
.form2-bg-2 {
  padding: 30px 0 40px;
  min-height: 450px;
}
.form-wrap {
  position: relative;
}
.form-section-1 .form-1 {
    padding: 30px;
    max-width: 315px;
}
.form-wrap .mktoForm *{
  font-family:Arial, sans-serif;
  font-weight: 400;
}
.form-wrap .mktoForm {
  width: 100% !important;
  padding: 0 !important;
}

.form-wrap .form-3 .checkbox-row .mktoLabel ~ .mktoCheckboxList {width: 6% !important; margin-top: 7px;
float: left;}
.form-wrap .mktoFormCol, .form-wrap .mktoFieldWrap, .form-wrap .mktoLabel{
  width: 100% !important;
}
.form-wrap .mktoFormCol{
  margin: 0 0 10px !important;
  min-height: auto !important;
}
.form-wrap .mktoOffset, .form-wrap .mktoGutter, .form-wrap .mktoAsterix, .form-wrap .mktoForm .mktoRequiredField .mktoAsterix {
  display: none;
}
.mktoForm a, .mktoForm a:hover, .mktoForm a:focus, .mktoForm a:active{color: #f2f2f2 !important;}
.form-wrap .mktoForm .mktoFormRow .mktoLabel, .text-row .mktoHtmlText {
	padding-bottom: 5px;
   width: 100% !important;
  color: #f2f2f2;
  font-size: 16px !important;
  line-height: 22px;
  font-weight: 400;
}
.form-wrap .mktoForm input[type=text], 
.form-wrap .mktoForm input[type=email], 
.form-wrap .mktoForm input[type=number], 
.form-wrap .mktoForm input[type=tel], 
.form-wrap .mktoForm select {
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  padding: 11px 15px !important;
  line-height: 1.25 !important;
  font-size: 16px !important;
  color: #808285;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px;
}
.form-wrap .mktoForm select {
  background-image:url('https://www3.zapproved.com/rs/503-UGJ-486/images/select-arrow.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 25px !important;
}
select::-ms-expand {
    display: none;
}
.form-wrap .checkbox-wrap {
  position: relative;
}
.form-wrap .mktoForm .mktoCheckboxList > label {
  padding: 0 20px 10px 25px;
  margin: 0;
  position: relative;
  display: block;
}
.form-wrap .mktoForm .mktoCheckboxList > label:last-of-type {
    padding-bottom: 0;
}
.form-wrap .mktoForm .checkbox-wrap .mktoLabel {
  padding-left: 25px;
}

/*.form-1 .mktoForm .mktoFormRow:nth-of-type(6) label {
    display: block;
}*/
.form-wrap .mktoForm .checkbox-wrap .mktoCheckboxList > label {
  position: absolute;
  top: 6px;
  left: 0;
}
.form-wrap .mktoForm .mktoRadioList > input, .form-wrap .mktoForm .mktoCheckboxList > input {
  display: none !important;
}
.form-wrap .mktoForm .mktoRadioList {
  padding: 0 !important;
  width: 100% !important;
}
.form-wrap .mktoForm .mktoRadioList label {
  display: inline-block !important;
  vertical-align: middle;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0px 0 10px 25px;
  font-size: 14px;
  font-weight: normal;
  color: #262626;
  /*max-width: 120px;*/
  cursor: pointer;
}
.form-wrap .mktoForm .mktoRadioList label:last-of-type {
  padding-bottom: 0;
}
.form-wrap .mktoForm input[type=radio]:checked + label:before {
  content: "\2022" !important;
  color: #ffffff !important;
}
.form-wrap .mktoForm input[type=radio] + label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  font-family: FontAwesome;
  border: 1px solid #ffffff;
  background: transparent;
  top: 0;
  left: 0px;
  text-align: center;
  color: #262626 !important;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 13px;
  border-radius: 100%;
}
.form-wrap .mktoForm input[type=checkbox]:checked + label:before {
  content: "\2713" !important;
  color: #ffffff;
}
.form-wrap .mktoForm input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 12px;
  border: 1px solid #ffffff;
  background: transparent;
  left: 0;
  text-align: center;
  background: #fff;
}
.form-wrap .mktoForm input[type=checkbox] + label:before{
  border-radius: 0;
      font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
}
.form-wrap .mktoForm .mktoCheckboxList {
  padding: 0;
  display: block;
  width: 100% !important;
  position: relative;
  left: 0;
}
.form-wrap .mktoButtonRow {
  width: 100%;
  position: relative;
}
.form-wrap span.mktoButtonWrap {
  margin: 10px 0 0 !important;
  width: 100%;
  display: block;
  text-align: center;
}
.form-wrap .mktoForm:after{content:"";display: block;float: none;clear: both;}
.form-wrap .form-3 .checkbox-row .mktoLabel {width: 94% !important;
float: right;}
.form-wrap .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton{
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    padding: 6px 30px;
    transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    border-radius: 0px;
    line-height: 22px;
    width: auto;
    font-family:Arial, sans-serif;
}

.form-wrap .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:hover{
  color: #ffffff;
	opacity: 0.7;
}
.form-wrap .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:focus{
  outline: none;
}

#marketo-form-3 .mktoForm .mktoButtonWrap .mktoButton{
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    padding: 6px 30px;
    transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    border-radius: 0px;
    line-height: 22px;
    width: auto;
    font-family:Arial, sans-serif;
}
#marketo-form-3 .mktoForm .mktoButtonWrap .mktoButton:active{
  color: #ffffff;
}
#marketo-form-3 .mktoForm .mktoButtonWrap .mktoButton:hover{
  color: #ffffff;
  opacity: 0.7;
}
#marketo-form-3 .mktoForm .mktoButtonWrap .mktoButton:focus{
  outline: none;
}

.form-section-2 .form-2 {
    padding: 30px;
    border-radius: 10px;
    max-width: 290px;
}
/*.form-3 .mktoForm .mktoFormRow:nth-of-type(5) label{
  display: block;
}
.form-2 .mktoForm .mktoFormRow:nth-of-type(6) label, 
.form-2 .mktoForm .mktoFormRow:nth-of-type(7) label {
  display: block !important;
}*/
.form-2 .mktoForm .mktoFormRow:nth-of-type(7) label {
    padding-left: 30px;
}
.form-2 .mktoForm .mktoFormRow:nth-of-type(7) .mktoCheckboxList {
    left: 0;
    width: auto !important;
    top: 2px;
    position: absolute;
}
.form-wrap .form-2 .mktoForm .mktoCheckboxList > label {
    margin: 0;
    position: relative;
    display: block;
    color: #333333;
    font-size: 14px;
    line-height: 16px;
}
.form-wrap .form-2 .mktoForm .mktoCheckboxList {
    position: relative;
    width: 100% !important;
}

/*Form Section 3*/
.form-section-3 {
    padding: 30px 0 60px;
}
.form-section-3 .form-3 {
    padding: 30px 130px;
    border-radius: 10px;
}
.form-section-3 h2 {
  text-align: center;
  margin: 0 0 20px;
}
.form-section-3 p {
  text-align: center;
  padding: 0 0px 25px;
}
.form-3 .mktoForm .mktoFormRow:nth-of-type(2n) {
    margin-left: 5%;
}
.form-3 .mktoForm .mktoFormRow {
    width: 47.5%;
    float: left;
    clear: none;
}
/*.form-3 .mktoForm .mktoFormRow:nth-of-type(5) label{
  display: block !important;
}
.form-3 .mktoForm .mktoFormRow:nth-of-type(6) label, 
.form-3 .mktoForm .mktoFormRow:nth-of-type(7) label {
  display: block !important;
}*/
.form-wrap .form-3 .mktoForm input[type=radio]:checked + label:before {
    color: #ffffff !important;
}
.form-wrap .form-3 .mktoForm .mktoFormRow .mktoLabel {
    line-height: 20px;
    font-weight: normal;
}
.form-wrap .form-3 .mktoForm .mktoCheckboxList > label {
    margin: 0;
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}
.form-wrap .form-3 .mktoForm .mktoCheckboxList {
    position: relative;
    width: 100% !important;
}
.form-3 .mktoForm .mktoFormRow:nth-of-type(7) .mktoCheckboxList {
    left: 0;
    width: auto !important;
    top: 2px;
    position: absolute;
}
.form-3 .mktoForm .mktoFormRow:nth-of-type(7) label {
    padding-left: 30px;
    cursor: pointer;
    width: auto !important;
}
.form-wrap .form-3 .mktoForm input[type=checkbox]:checked + label:before {
  content: "\2713" !important;
  color: #ffffff;
}
.form-wrap .form-3 .form-2 .mktoForm .mktoCheckboxList > label {
  color: #fff;
}
.text-row .mktoHtmlText {
    width: 100% !important;
}
.form-wrap .mktoForm .mktoFormRow.checkbox-row .mktoLabel, 
.form-wrap .mktoForm .mktoFormRow.radio-row .mktoLabel {
    display: block;
	font-size: 16px;
}
/*.mktoFormRow.hidden-field-row {
    height: 0 !important;
    width: 0 !important;
}*/
/*Sections 1*/
.section-1 {
  padding: 60px 0px 30px;
}
.section-1-image {
  padding: 20px 15px 20px;
}
/*Sections 2*/
.section-2 {
  padding: 30px 0px 20px;
}
.section-2 h2 {
    margin: 0 0 5px;
}
.section-2 h3, .section-3 h3 {
  line-height: 34px;
  font-size: 26px;
  color: #808285;
  margin: 0 0 20px;
}
/*Sections 3*/
.section-3 {
  padding: 20px 0px 30px;
}
.section-3 p {
    margin: 15px 0 15px;
}
.section-3 a {
  text-decoration: none;
  font-size: 20px;
  font-family: Arial, sans-serif;
}
/*Sections 4*/
.section-4 {
  margin-top: 30px !important;
  padding: 70px 0px 30px;
  position: relative;
}
.section-4:before {
    content: "";
    width: 50%;
    height: 1px;
    background-color: #75787B;
    position: absolute;
    left: 0;
    right: 0;
}
.section-4:before {
    top: 0;
  margin: 0 auto;
}
.section-4:after {
    bottom: 0;
  margin: 0px auto;
}
.section-4 h2 {
    margin: 0 0 5px;
}
.section-4 h3, .section-5 h3 {
  line-height: 34px;
  font-size: 26px;
  color: #808285;
  margin: 0 0 20px;
}
.section-4 .common-btn, .section-5 .common-btn {
    margin: 30px 0 0;
}
/*Sections 5*/
.section-5 {
  margin-top: 30px !important;
  padding: 70px 0px 30px;
  position: relative;
}
.section-5:before {
    content: "";
    width: 50%;
    height: 1px;
    background-color: #75787B;
    position: absolute;
    left: 0;
    right: 0;
}
.section-5:before {
    top: 0;
  margin: 0px auto 0px;
}
.section-5:after {
    bottom: 0;
  margin: 0px auto;
}
.section-5 h2 {
    margin: 0 0 5px;
}
/*Sections 6*/
.section-6 {
    padding: 30px 0px 30px;
}
.section-6 iframe {
    width: 100%;
    height: 492px;
    display: block;
}
/*Sections 7*/
.section-7 {
  padding: 60px 0px 60px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section-7 p {
    color: #ffffff;
}
.section-7 .common-btn {
  margin: 40px 0 0;
}
/*Footer*/
.web-footer {
  padding: 30px 0;
}
.web-footer p {
    text-align: center;
    color: #ffffff;
}
.web-footer a {
    text-align: center;
    color: #FFFFFF;
}
.web-footer a:hover {
    text-align: center;
}
.web-footer .footer_top_text {
    font-size: 14px;
    line-height: 20px;
}
.web-footer .footer_bottom_text {
    font-size: 12px;
    line-height: 16px;
}
.footer-logo > div {
    padding: 10px 0 0;
    display: block !important;
}
.footer-logo img{
	max-width: 200px;	
}
.footer_favicons {
    padding: 10px 0 0;
    text-align: right;
}
.footer_favicons img {
	width:30px;
}
/*Responsive*/
@media only screen and (max-width: 1199px){
  .form-section-3 p {
      text-align: center;
      padding: 0 0 25px;
  }
}
@media only screen and (max-width: 991px){
  #sec-3-txt {
      padding-right: 20px;
  }
  .footer-logo > div {
    text-align: center;
    padding: 0 0 20px;
  }
  .footer-logo img{
	max-width: 200px;	
  }
    .footer_favicons {
    text-align: center;
	margin-top: 15px;
  }
  .footer_favicons img {
	width:45px;
  }
  .form-section-3 .form-3 {
      padding: 30px 30px;
  }
  .form2-bg-2 {
    padding: 30px 0 40px;
    min-height: 380px;
  }
}
@media only screen and (min-width: 768px){
  #header-btn {
      text-align: right;
  }
  .row.flex-wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .form-section-2 .form-2 {
      position: absolute;
      left: 15px;
      top: -295px;
      z-index: 91;
  }
}

@media only screen and (min-width: 992px) and (max-width:1024px) and (orientation: landscape )  {
  .form-section-2 .form-2 {
    top: -295px !important;
}
}
@media only screen and (min-width: 768px) and (max-width:992px) and (orientation: portrait ) {
  .form-section-2 .form-2 {
    top: -395px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .form-section-2 .col-sm-8 {
    padding-left: 40px;
  }
  .form-section-1 .col-sm-8 {
      width: 64.5%;
  }
  .form-section-1 .col-sm-4 {
      width: 35.5%;
  }
  .form-section-1 .form-1 {
      float: right;
  }
}
@media only screen and (max-width: 767px){
  .web-header{
    text-align: center;
  }
  #header-btn {
      padding: 30px 0 0;
  }
  .form-section-1 {
      padding: 25px 0 0;
      text-align: center;
  }
  .section-1, .section-2, .section-3, .section-4, .section-5, .section-7{
      padding: 25px 0px;
      text-align: center;
  }
  .section-6 {
      padding: 25px 0 25px;
  }
  .section-3 .col-sm-4:nth-of-type(2) {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section-3 figure {
      margin: 0 0 15px;
  }
  .section-4 .common-btn {
      margin-bottom: 20px;
  }
  .section-5 .common-btn {
      margin-bottom: 20px;
  }
  .section-4 h2 {
      margin: 20px 0 15px;
  }
  .section-5 h2 {
      margin: 20px 0 15px;
  }
  .form-section-1 .form-1 {
      margin: 40px auto;
  }
  .form-section-2 .form-2 {
      padding: 30px 30px;
      margin: 40px auto 0;
  }
  .form-section-3 {
      padding: 25px 0 50px;
  }
}

@media only screen and (max-width: 480px){
  .form-3 .mktoForm .mktoFormRow {
      width: 100%;
      float: none;
      clear: both;
  }
  .form-3 .mktoForm .mktoFormRow:nth-of-type(2n) {
      margin-left: 0;
  }
  .mktoForm a {padding:0 !important;}
}