/* ==========================================================================
   Base styles
   ========================================================================== */
.para {
  padding-bottom: 20px;
}
.apply-form {
  border: 2px solid #e3e3e3;
}

.form-text {
  font-size: 12px;
  line-height: 15px;
  width: 42%;
  /* margin: 0 auto; */
  padding-bottom: 5px;
  padding-top: 20px;
  /* text-align: center; */
  /* color: #aaa; */
}

#subscribe-field {
  margin-top: 10px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: Roboto !important;
}

.overlay {
  position: fixed;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.zoomlogo{
  width: 60%;
}
.popup {
  margin: 10% auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  font-size: 28px;
  color: #333;
  font-family: Roboto;
  margin-bottom: 10px;
}
.popup .close {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06d85f;
}
.popup .content {
  max-height: 30%;
  font-size: 16px;
  overflow: auto;
}


@media screen and (max-width: 700px) {
  .popup {
    width: 70%;
  }
}

.btn-remove {
  display: block;

  background-color: #ffb000;
  box-shadow: 0px 2px 0px 0px rgba(255, 176, 0, 0.8);
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: 0px;

  text-align: left;
  border-radius: 5px;
  padding: 6px 25px;
  overflow: hidden;
  position: relative;
}
.btn-remove:hover,
.btn-remove:focus,
.btn-remove.focus {
  background: #0f57b1;
  border: 0px;
  box-shadow: 0px 2px 0px 0px #144a8e;
}
.unsub {
  margin-top: 15px;
}

html {
  font-size: 12px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}
body {
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
a.link:focus,
a.link:hover {
  text-decoration: underline;
}
ul {
  padding: 0;
}
input,
button,
select,
textarea {
  font-family: Roboto;
  font-size: inherit;
  line-height: inherit;
}
figure {
  margin: 0;
}
p {
  margin: 0 0 10px;
}
small {
  font-size: 70%;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/* * A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* * Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* * Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}
/* * Allow images to be responsive. */
img {
  max-width: 100%;
  height: auto; /*vertical-align: top;*/
}

/*sub menu style*/

ul li .subnav {
  padding: 10px 0;
  position: absolute;
  width: 155px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.header-block .nav-block li .subnav li {
  padding: 10px;
}

ul li .subnav li {
  background: rgba(0, 0, 0, 0.55);
  display: block;
  color: #fff;
  text-shadow: 0 -1px 0 #000;

  font-size: 16px;
}

ul li .subnav li a {
  color: #fff;
}

ul li .subnav li a:hover {
  font-weight: 900;
  color: #ffb400;
  text-decoration: none;
}
ul li .subnav li:hover {
  background: rgba(0, 0, 0, 0.79);
}
ul li:hover .subnav {
  display: block;
  opacity: 0.85;
  visibility: visible;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
a,
button {
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.link-block {
  display: inline-block;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.block {
  display: block;
  width: 100%;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  font-size: 0;
}
.list-inline > li {
  display: inline-block;
  font-size: 12px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.form-control {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 0.65em 1.2em;
  font-size: 14px;
  line-height: 1.4;
  color: inherit;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  letter-spacing: 1px;
}
.select.form-control {
  padding: 0;
  background-image: url(../images/icon_arrow_select.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.select select {
  display: block;
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0.6em 0.75em;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: radio-container;
  appearance: none;
  background: none;
}
.form-control:focus,
.select.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
  letter-spacing: 2px;
}
.form-control:-ms-input-placeholder {
  color: #999;
  letter-spacing: 2px;
}
.form-control::-webkit-input-placeholder {
  color: #999;
  letter-spacing: 2px;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.row.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutter > [class^="col-"],
.row.no-gutter > [class^="col-"] > .row {
  padding: 0;
}
.posrel {
  position: relative;
}
.show-sm {
  display: none;
}
.show-md {
  display: none;
}
.show-lg {
  display: none;
}
/* ==============================================++My Updated Css============================================== */
.AddColMenuSty {
  /* padding-left: 26em !important; */
}
.footer .footer-logo {
  max-width: 100%;
  margin: 30px 0px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.secure-logos {
  display: flex;
}
.secureLogosWidth {
  width: 50%;
  float: right;
  margin-left: 10px;
  max-height: 32px;
}
.footer ul {
  padding: 15px 0;
  margin: 0;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.footer ul li {
  color: #000000;
  display: inline-block;
}
.footer ul li:after {
  content: " | ";
  padding: 0 10px;
}

.step-two{
  padding-top: 3rem;
}
.login-section{
margin-top: 12rem !important;
}
.collapse{
  display: none;
  transition:all 0.2s ;
}
.collapse.in{
  display:block;
}

.footer ul .LineRemove:after {
  content: "  ";
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .AddColMenuSty {
    padding-left: 12em !important;

}
.section-04{
      display: none;
}
.form-text {

  width: 65%;

  }

}
/* @media only screen and (max-width: 600px) {

} */


@media only screen and (max-width: 425px) {
  .footer .footer-logo {
    max-width: 100%;
    margin: 0px 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .banner-content h1 {
    font-size: 2.5rem !important;
  }
  .secure-logos {
    padding-top: 20px;
}
.header-block .col-logo a img {
  width: 100% !important;
  max-height: 5rem !important;
}
.AddColMenuSty {
  padding-left: 12em !important;
  padding-top: 1rem;
}
.header-block .col-logo, .header-block .col-menu {
  width: auto;
  margin-left: 20px;
}
.banner-content h1 {
  font-size: 1.5em !important;

}
.addstymob{
  justify-content: center !important;
}
.textalignCenter{
  padding-top: 20px;
}
.banner-block {
  padding: 8.5em 0 6.5em !important;
}
.form-text {
  width: 65%;
  text-align: center;
  margin: auto;
  color: #2b3a3f !important;
}

}

@media only screen and (max-width: 375px) {
  .AddColMenuSty {
    padding-left: 8em !important;
    padding-top: 1rem;
  }
  .banner-block {
    padding: 8.5em 0 6.5em !important;
  }
}

@media only screen and (max-width: 320px) {
  .AddColMenuSty {
    padding-left: 7em !important;
    padding-top: 1rem;
  }
  .header-block .col-logo a img {
    width: 100% !important;
    max-height: 3rem !important;
}
.banner-content h1 {
  font-size: 1.1em !important;
}
.banner-block {
  padding: 8.5em 0 6.5em !important;
}
.form-text {
  width: 100%;

}
  
}
/* ==============================================++My Updated Css============================================== */

@media only screen and (min-width: 768px) {
  .show-xs {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .show-lg {
    display: block;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1024px) {
  .show-md {
    display: block;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .show-sm {
    display: block;
  }
  .banner-content h1 {
    font-size: 1em !important;
  }
  
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 768px) {
  body,
  .list-inline > li {
    font-size: 12px;
  }

}

@media only screen and (min-width: 1024px) {
  body,
  .list-inline > li {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  body,
  .list-inline > li {
    font-size: 16px;
  }
}

/*####    ########## ####   #### ####      ##########
####   ### ########## ####   #### ####      ##########
####          ####     #### ####  ####      ####
  ####        ####       #r3d#    ####      ##########
	####      ####        ###     ####      ##########
	  ####    ####        ###     ####      ####
###   ####    ####        ###     ######### ##########
  ######      ####        ###     ######### ########*/

.justify-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: justify;
}

body {
  font-family: "Roboto", sans-serif;
  color: #677883;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1.25em;
}
strong {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300 !important;
}
.font-white {
  color: #fff !important;
}
.font-black {
  color: #0b0a0b !important;
}
.font-yellow {
  color: #24a2ff!important;
}
.font-gray {
  color: #6a6a6a !important;
}

.btn.btn-01 {
  padding: 0.625em 1.3em;
  background-color: transparent;
  border: 2px solid #24a2ff;
  border-radius: 7.5em;
}

.btn.btn-02 {
  padding: 0.625em 1em;
  background-color: #af3100cf;
  border: none;
  border-radius: 7.5em;
  color: #fff;
  font-family: Roboto;
  font-weight: 400;
}
.banner-form .btn.btn-02:hover {
  background-color: #fff;
  color: #b93434;
}
.btn.btn-03 {
  padding: 0.325em 1em;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 7.5em;
  color: #2b1e00;
}

.btn_.btn-02 {
  padding: 0.525em 1em;
  font-size: 17px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 0.2em;
  color: #2b1e00;
}

.btn_ {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: inherit;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-control_ {
  display: block;
  width: 100%;
  padding: 0.525em 1.75em;
  font-size: 17px;
  line-height: 1.42857143;
  color: #333;
  background: none;
  border: 2px solid #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  letter-spacing: 1px;
}

.header-area {

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
}
.header-block {
  padding: 1.5em 0;
}
.header-block .nav-block li {
  padding: 0 0.75em;
}
.header-block .nav-block li a {
  color: #fff;
}
.header-block .nav-block li a:not(.btn) {
  padding: 0.75em 0;
}
.header-block .nav-block li.active a {
  font-weight: 900;
  color: #24a2ff;
  border-bottom: 0.275em solid #24a2ff;
}
.ParantStyNav{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ContactModel{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.unsubStyModale{
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 1200px) {
  .header-block .nav-block li a {
    font-size: 1em;
  }
}
@media only screen and (max-width: 1199px) {
  .header-block .col-logo a img {
    max-height: 2.25em;
  }
}
@media only screen and (max-width: 1023px) {
  .header-block .col-logo a img {
    max-height: 1.85em;
  }
}

@media only screen and (max-width: 767px) {

  .header-block {
    position: relative;
  }
  .header-block .col-logo,
  .header-block .col-menu {
    width: auto;
  }
  .banner-content h1 {
    font-size: 3.5rem !important;
    line-height: 1.1;
    padding-bottom: 25px;
    font-weight: 900;
    font-family: Roboto;
}
  .header-block .nav-block ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  .header-block .nav-block ul li .subnav {
    top: 20%;
    left: 0;
    right: 0;
  }
  .header-block .nav-block ul li {
    display: block;
    text-align: center;
    padding: 1em;
  }
  .header-block .nav-block ul li a {
    font-size: 1.25em;
  }
  .header-block .nav-block:before {
    content: "\f0c9";
    font: normal normal normal 2em/1 FontAwesome;
    color: #fff;
  }
}

.banner-area {
  background: url(../images1/banner1.png) top center fixed;
  background-size: cover;
}
.banner-block {
  padding: 14.5em 0 6.5em;
}
/*button#fomSubmit {
    position: absolute;
    border-radius: 0;
    padding: 8px 90px;
    bottom: 4.9em;
    left: 36em;
}*/
.banner-content {
  font-size: 1.2em;
  color: #fff;
}
.banner-content h1 {
  font-size: 3.5em;
  line-height: 1.1;
  padding-bottom: 25px;
  font-weight: 900;
  font-family: Roboto;
}
.banner-content h1 small {
  font-size: 0.6em;
}

/*.banner-form {    background: #0000003d;
    border-radius: 0;
    padding: 1.5em 2.25em;
    font-size: 1.125em;
    border: solid 2px #ffb000; position: relative;}*/
.banner-form h2 {
  font-size: 1.4em;
  line-height: 1;
  margin-bottom: 1.2em;
  color: #fff;
}
.banner-form .barrow-label {
  font-size: 1.25em;
}
.banner-form .btn.btn-02 {
  font-size: 1.7em;
  padding: 0.8em 7em 0.8em 3em;
}
.banner-form .btn.btn-02 .fa {
  display: inline-block;
  vertical-align: middle;
  line-height: 3.1rem;
  margin-top: -0.175em;
  margin-left: 0.25em;
}
.banner-form .field-row {
  margin: 0 -5px 1em;
}
.banner-form .field-row .field-range {
  margin: 0.75em 0 0.475em;
}
.banner-form .field-row .form-control {
  font-size: 1em;
}
.banner-form .field-row > [class^="col-"] {
  padding: 0 5px;
}

@media only screen and (max-width: 1023px) {
  .banner-content {
    margin-top: 1em;
    padding-top: 0em;
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-content {
    text-align: center;
    padding-top: 0em;
  }
  .FormBtnSty{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.section-01 {
  background: #f1f4f6;
}
.section-01 .section-block {
  padding: 2.5em 0 2.5em;
}
.section-01 .row-list .col-content {
  padding-left: 1em;
}
.section-01 .row-list .col-content h3 {
  font-size: 1.7em;
  color: #24a2ff;
  font-family: Roboto;
  line-height: 26px;
}
.section-01 .row-list .col-content span {
  display: block;
  color: #161616;
  font-size: 0.875em;
}

@media only screen and (max-width: 767px) {
  .section-01 .section-block {
    text-align: center;
  }
  .section-01 .row-list > [class^="col-"] > .row {
    padding: 1em 0;
  }
}

.section-02 .section-block {
  padding: 3.75em 0;
}
.section-02 .content-block {
  font-size: 1.125em;
}
.section-02 .content-block h2 {
  font-size: 3.725em;
  line-height: 1;
  color: #24a2ff;
  margin-bottom: 0.625em;
}
.section-02 .content-block h2 span {
  display: block;
  color: #1c1c1c;
  font-size: 0.575em;
}

@media only screen and (max-width: 767px) {
  .section-02 .content-block {
    text-align: center;
    margin-bottom: 1.75em;
  }
  .section-02 .content-block h2 {
    font-size: 2.75em;
    line-height: 1.25;
  }
}

.section-03 .section-block {
  font-size: 1.125em;
  padding: 3.5em 0 4.5em;
}
.section-03 .title-block h2 {
  font-size: 2.4125em;
}
.section-03 .row-list > [class^="col-"] {
  margin-top: 7.5em;
}
.section-03 .row-list > [class^="col-"],
.section-03 .row-list .item-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.section-03 .row-list .item-box {
  position: relative;
  width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  background: #fff;
  border: 1px solid #d2eaff;
  border-radius: 0.475em;
  padding: 4.75em 1.75em 1.5em;
  box-shadow: 0 0 1.5em #cccccc;
}
.section-03 .row-list .item-box h4 {
  font-size: 1.25em;
  color: #0e0e0e;
  margin-bottom: 0.75em;
}
.section-03 .row-list .item-box figure {
  position: absolute;
  top: -3.75em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .section-03 .row-list .item-box figure {
    max-width: 7.5em;
  }
}

.section-04 {
  background: url(../images/bg_02.jpg) center fixed;
  background-size: cover;
}
.section-04 .section-block {
  font-size: 1.125em;
  padding: 4.5em 0;
}
.section-04 .title-block h2 {
  font-size: 2.4125em;
}
.section-04 .row-list {
  padding-top: 2.5em;
}
.section-04 .row-list .item-box {
  color: #fff;
  margin-top: 2.5em;
}
.section-04 .row-list .item-box h4 {
  font-size: 1.25em;
  margin: 0.75em 0;
  color: #24a2ff;
}

@media only screen and (max-width: 767px) {
  .section-04 .row-list .item-box figure {
    max-width: 7.5em;
    margin: auto;
  }
}

.section-05 {
  background: #32adfe url(../images1/doler.png) 65% center no-repeat;
  background-size: contain;
}
.section-05 .section-block {
  font-size: 1.25em;
  padding: 4em 0;
  color: #faf8f3;
}
.section-05 .section-block h3 {
  color: #ffffff;
  font-size: 2.5em;
}
.section-05 .section-block .btn {
  font-size: 1.8em;
  padding-right: 1.5em;
  padding-left: 1.5em;
}
.section-05 .section-block .btn .fa {
  margin-left: 0.325em;
}

@media only screen and (max-width: 767px) {
  .section-05 .section-block {
    text-align: center;
    padding: 2.5em 0;
  }
  .section-05 .section-block h3 {
    font-size: 2em;
  }
}

.section-06 {
  background: url(../images/bg_04.jpg) center fixed;
  background-size: cover;
}
.section-06 .section-block {
  font-size: 1.5em;
  padding: 5em 0 7.5em;
}
.section-06 .section-block h2 {
  font-size: 2.5em;
  line-height: 1.125;
  color: #ffb400;
}
.section-06 .section-block h2 small {
  font-size: 0.275em;
  color: #121212;
  letter-spacing: 2px;
}
.section-06 .section-content {
  color: #2e2e2e;
}
.section-06 .section-content .author {
  line-height: 1.125;
}
.section-06 .section-content .author span {
  font-size: 0.85em;
  text-transform: capitalize;
}
.section-06 .qoute-message {
  position: relative;
  font-size: 1.5em;
  font-style: italic;
  margin: 0.75em 0 0.675em;
}
.section-06 .qoute-message:before {
  background: url(../images/icon_qoute_01.png) center no-repeat;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.section-06 .qoute-message:after {
  background: url(../images/icon_qoute_02.png) center no-repeat;
  margin-left: 15px;
  vertical-align: middle;
}
.section-06 .qoute-message:before,
.section-06 .qoute-message:after {
  content: "";
  width: 2.125em;
  height: 1.575em;
  background-size: contain;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .section-06 .section-block {
    padding: 3.75em 0;
    font-size: 1.25em;
  }
}

.section-07 .section-block {
  font-size: 1.125em;
  padding: 4.5em 0;
}
.section-07 .title-block h2 {
  font-size: 2.4125em;
}
.section-07 .title-block .head-kicker {
  font-size: 1.5em;
  line-height: 1;
}
.section-07 .row-list {
  padding-top: 2.5em;
}
.section-07 .accordion-item {
  background: #faf8f3;
  color: #909090;
  margin-top: 1em;
}
.section-07 .accordion-head {
  padding: 1em 1.75em;
  cursor: pointer;
}
.section-07 .accordion-head h3 {
  font-size: 1.15em;
  color: #222228;
  position: relative;
  padding-right: 2.5em;
}
.section-07 .accordion-head h3:before {
  content: "";
  height: 1em;
  width: 1em;
  background: url(../images/icon_accordion_label_01.gif) left center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-07 .accordion-head.open h3:before {
  background-position: right center;
}
.section-07 .accordion-body {
  padding: 0.425em 1.75em 2em;
  display: none;
}

@media only screen and (max-width: 767px) {
  .section-07 .accordion-head h3 {
    font-size: 1.25em;
  }
}

.footer-block-01 {
  font-size: 1.125em;
  padding: 1.25em 0 2.2em;
  border-bottom: 1px solid #e8e8e8;
}
.footer-block-01 li a {
  font-weight: 700;
  color: #423f3f;
  font-size: 1.125em;
}
.footer-block-01 li + li:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #423f3f;
  vertical-align: middle;
  margin: -2px 0.75em 0;
}

.footer-block-02 {
  color: #007f4e;
  font-size: 0.875em;
  padding: 2.875em 0 4.5em;
}
.footer-block-02 li a {
  font-size: 0.875em;
}
.footer-block-02 li + li:before {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0.75em 0;
}

@media only screen and (max-width: 1023px) {
  .footer-block-01 .col-right {
    padding-top: 2.5em;
  }
  .footer-block-01 li + li:before {
    width: 5px;
    height: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-block {
    text-align: center;
  }
  .footer-block-01 li a {
    padding: 5px 3px;
    display: inline-block;
  }
}

.section-08 {
  background: url(../images/bg_07.jpg) center fixed;
  background-size: cover;
}
.section-08 .section-block {
  font-size: 1.125em;
  padding: 2.5em 0 4.5em;
}
.section-08 .row-list dl,
.section-08 .row-list dd {
  margin: 0;
}
.section-08 .row-list dl {
  margin-top: 2.5em;
}
.section-08 .row-list dl {
  position: relative;
  padding-left: 3.5em;
  color: #fff;
}
.section-08 .row-list dt {
  font-size: 1.33333em;
  color: #ffb000;
  margin-bottom: 0.675em;
  position: relative;
}
.section-08 .row-list dt span {
  display: block;
  position: absolute;
  top: -0.5em;
  left: -2.75em;
}

@media only screen and (max-width: 1199px) {
  .section-08 .row-list dt span {
    max-width: 2em;
    top: -0.2em;
    left: -2.5em;
  }
}

.section-09 {
  background: url(../images/bg_09.jpg) center fixed;
  background-size: cover;
}
.section-09 .section-block {
  font-size: 1.125em;
  padding: 4.5em 0 3.5em;
}
.section-09 .section-block h2 {
  font-size: 2.125em;
}
.section-09 .section-block ul {
  color: #fff;
  counter-reset: itemCountA;
  list-style: none;
  padding: 0;
}
.section-09 .section-block ul li {
  counter-increment: itemCountA;
  position: relative;
  padding-left: 1.5em;
  margin-top: 1em;
}
.section-09 .section-block ul li:before {
  content: counter(itemCountA) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.section-10 .section-block {
  padding: 4.5em 0;
}
.section-10 .row-kicker {
  font-size: 1.325em;
  color: #252525;
  margin-bottom: 3.5em;
}
.section-10 .list-address {
  font-size: 1.325em;
}
.section-10 .list-address li {
  margin-bottom: 0.675em;
}
.section-10 .list-address .fa-li {
  color: #ffb400;
}
.section-10 .col-form {
  padding-top: 1em;
}
.section-10 .col-form .field-block {
  margin-bottom: 1em;
}
.section-10 .col-form label {
  color: #777;
  letter-spacing: 2px;
  font-size: 12px;
  display: block;
  margin-bottom: 0.75em;
}
.section-10 .col-form label .field-required {
  color: #f95e3a;
}
.section-10 .col-form button {
  padding: 0.475em 1.5em 0.625em;
  font-size: 1.125em;
}
.section-10 .col-form button .fa {
  margin-left: 0.475em;
}

@media only screen and (min-width: 768px) {
  .section-10 .col-address {
    border-right: 1px solid #e5e5e5;
    padding-right: 3.5em;
  }
  .section-10 .col-form {
    padding-left: 3.5em;
    padding-bottom: 2.5em;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

button.scores {
  overflow: hidden;
  position: relative;
  background: #f34235;
  border-radius: 1000px;
  font-size: 20px;
  color: #fff;
  font-weight: 800;
  border: none;
  text-align: left;
  padding: 0.75em 0 0.75em 1em;
  /*width: 100%;*/
}
button.scores span {
  -webkit-animation: ripple 0.6s linear infinite;
  animation: ripple 0.6s linear infinite;
  position: absolute;
  right: 7%;
  top: 61%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 20px rgba(0, 0, 0, 0.1),
      0 0 0 40px rgba(0, 0, 0, 0.1), 0 0 0 60px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1), 0 0 0 40px rgba(0, 0, 0, 0.1),
      0 0 0 60px rgba(0, 0, 0, 0.1), 0 0 0 80px rgba(0, 0, 0, 0);
  }
}
input#amount::placeholder,
input.form-control::placeholder {
  letter-spacing: 0px;
}


@media only screen and (max-width: 425px) {
  .zoomlogo{
    width: 100%;
}

}
