
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-size: 19px;
  line-height: 1;
  font-weight: normal;
  
  margin: 0px;
  padding: 0px;
  color: #000;
  background: #fff;
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}


a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #000;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #000 !important;
}
img {
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.img-obj-fit {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:-moz-placeholder {
  color: transparent;
}

::-webkit-input-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

.container {
  margin: 0 auto;
  max-width: 1480px;
  width: 100%;
}

.container.md {
  max-width: 1420px;
}

.bgImg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlayGreen,
.overlayBlack {
  position: relative;
}
.overlayGreen:after,
.overlayBlack:after {
  width: 100%;
  height: 100%;
  background: rgba(0, 122, 134, 1);
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  border-top: 2px solid rgba(255, 255, 255, 0.35);
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
}
.overlayBlack:after {
  background: rgba(99, 102, 106, 0.73);
  border: none;
}
address {
  line-height: 27px;
  margin-bottom: 0;
}
.bg-grey {
  background-color: #e8e8e8 !important;
}

/* FONT WEIGHT */
.fw-900 {
  font-weight: 900 !important;
}

.float {
  float: left;
  width: 100%;
}

.text-center {
  text-align: center !important;
}

/* PADDING */
.p-0 {
  padding: 0;
}
.plr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* MARGIN */
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 80px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mr-37 {
  margin-right: 37px !important;
}
@media only screen and (max-width: 1024px) {
  .m-mt-0 {
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .m-mt-50 {
    margin-top: 20px !important;
  }
}

/* .plr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.plr-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.plr-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.ptb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ptb-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

.ptb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.ptb-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.pl-75 {
  padding-left: 75px !important;
}

.pl-90 {
  padding-left: 90px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pr-90 {
  padding-right: 90px !important;
}

.pt-30 {
  padding-top: 30px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}

@media only screen and (max-width: 767px) {
  .m-mb-0 {
    margin-bottom: 0 !important;
  }
  .m-pl-0 {
    padding-left: 0 !important;
  }
  .m-pl-20 {
    padding-left: 20px !important;
  }
  .m-m-20 {
    margin: 20px !important;
  }
  .m-mlr-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-mtb-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .m-mlr-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .m-nmlr-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .m-ptb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-ptb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .m-ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .m-p-20 {
    padding: 20px !important;
  }
  .m-pb-30 {
    padding-bottom: 30px !important;
  }
  .m-pb-40 {
    padding-bottom: 40px !important;
  }
  .m-mb-20 {
    margin-bottom: 20px !important;
  }
  .m-mb-50 {
    margin-bottom: 50px !important;
  }
  .m-mb-60 {
    margin-bottom: 60px !important;
  }
  .m-mt-20 {
    margin-top: 20px !important;
  }
  .m-mt-30 {
    margin-top: 30px !important;
  }
  .m-mb-15 {
    margin-bottom: 15px !important;
  }
  .m-mb-20 {
    margin-bottom: 20px !important;
  }
  .m-mb-40 {
    margin-bottom: 40px !important;
  }
  .m-plr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .m-ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .m-pb-0 {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 575px) {
  .m-mb-0 {
    margin-bottom: 0 !important;
  }
  .m-p-0 {
    padding: 0 !important;
  }
  .m-plr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .m-ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
} */

.skipnav {
  text-align: left;
}
.skipnav a {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: #000;
}
.skipnav a:focus,
.skipnav a:active {
  position: static;
  left: 0;
  width: auto;
  height: auto;
  overflow: visible;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {

  font-weight: normal;
  color: #007a86;
}

h1,
.h1 {
  font-size: 57px;
  font-weight: bold;
}

h2,
.h2 {
  font-size: 45px;
  font-weight: bold;
}
h3,
.h3 {
  font-size: 35px;
}
h4,
.h4 {
  font-size: 28px;
}

p,
.para {
  font-size: 19px;
  line-height: 30px;
}

.fw-bold {
  font-weight: bold !important;
}


.fs-16 {
  font-size: 16px !important;
}

.text-white {
  color: #fff !important;
}

.btn {
  font-size: 20px;
  
  font-weight: bold;
  color: #fff;
  background: #ba0c2f;
  padding: 9px 20px;
  border: 3px solid #ba0c2f;
  border-radius: 0;
}
.btn:focus,
.btn:hover,
.btn:active,
.btn:active:focus,
.btn:active:hover {
  color: #ba0c2f;
  background: #fff;
  border-color: #ba0c2f;
}
.btn:active {
  box-shadow: none;
}

.btn-primary,
.btn-primary-reverse:hover,
.btn-primary-reverse:active,
.btn-primary-reverse:active:focus,
.btn-primary-reverse:active:hover {
  background: #fff;
  color: #007a86;
  border-color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary-reverse,
.btn-primary:hover:active,
.btn-primary:active:focus {
  background: #007a86;
  color: #fff;
  border-color: #fff;
}
.btn-primary-reverse,
.btn-primary-reverse:hover,
.btn-primary-reverse:focus,
.btn-primary-reverse:active,
.btn-primary-reverse:active:hover,
.btn-primary-reverse:active:focus {
  border-color: #007a86;
}
.btn-primary-reverse:focus {
  color: #007a86;
}
.btn-secondary {
  background: #8a387c;
  color: #fff;
  border-color: #8a387c;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:active:hover,
.btn-secondary:active:focus {
  background: #eeeeee;
  color: #8a387c;
  border-color: #8a387c;
}
.btn-secondary.w-icon {
  font-weight: normal;
}

.btn-orange {
  border: 3px solid #c05131;
  background: #fff;
  color: #c05131;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus,
.btn-orange:active:focus,
.btn-orange:active:hover {
  border-color: #fff;
  background: #c05131;
  color: #fff;
}

.btn-group .btn {
  margin-right: 37px;
}
.btn-group .btn:last-of-type {
  margin-right: 0;
}

/* added styles for fonts */
 
/** Regular body text: **/
body { font-family: "Gotham A","Gotham B","Helvetica Neue",Helvetica,Arial,sans-serif; }
 
/** Headings **/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Vitesse A","Vitesse B",Cambria,Rockwell,"Times New Roman",serif;
font-weight: 700;
line-height: 1.1;
}
