@import url(../font/font.css);

* {
  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;
  font-family: "Montserrat";
  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[href^="tel"] {
  text-decoration: inherit;
  color: inherit;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #000;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #000 !important;
}
img {
  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: 1160px;
  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, 138, 147, 0.78);
  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(41, 41, 41, 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-family: "Montserrat";
  font-weight: normal;
  color: #343434;
}

h1,
.h1 {
  font-size: 60px;
  font-weight: 400;
  line-height: 73px
}

h2,
.h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 49px;
}
h3,
.h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight:900;
}
h4,
.h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
}

p,
.para {
  font-size: 19px;
  line-height: 28px;
}

.fw-bold {
  font-weight: bold !important;
}

.fs-16 {
  font-size: 16px !important;
}

.text-white {
  color: #fff !important;
}

.btn {
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: bold;
  color: #fff;
  background: #c01533;
  padding: 9px 20px;
  border: 3px solid #c01533;
  border-radius: 0;
}
.btn:focus,
.btn:hover,
.btn:active,
.btn:active:focus,
.btn:active:hover {
  color: #c01533;
  background: #fff;
  border-color: #c01533;
}
.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: #008a93;
  border-color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary-reverse,
.btn-primary:hover:active,
.btn-primary:active:focus {
  background: #008a93;
  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: #008a93;
}
.btn-primary-reverse:focus {
  color: #008a93;
}
.btn-secondary {
  background: #5c124c;
  color: #fff;
  border-color: #5c124c;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:active:hover,
.btn-secondary:active:focus {
  background: #eeeeee;
  color: #5c124c;
  border-color: #5c124c;
}
.btn-secondary.w-icon {
  font-weight: normal;
}

.btn-orange {
  border: 3px solid #bc4f36;
  background: #fff;
  color: #bc4f36;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus,
.btn-orange:active:focus,
.btn-orange:active:hover {
  border-color: #fff;
  background: #bc4f36;
  color: #fff;
}

.btn-group .btn {
  margin-right: 37px;
}
.btn-group .btn:last-of-type {
  margin-right: 0;
}


/*move to styles*/

.three-up .bgImg2{
  height:250px;
  width:100%;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}

.bgGray{
  background-color:#F1F2F2;
}

.three-up .bgGray{
  padding:25px 15px;
}

.three-up article{
  background-color:#FFFFFF;
}

section ul li, 
section ol li{
   position: relative;
   margin-bottom: 10px;
}


section ul:not(:first-child) ul{
  margin-top:20px;
}

section ul ul{
  margin-left:20px;
}
 section ul ul li::before{
  background-color:#FFF;
  border: 1px solid #707070;
 }

 section ul ul ul li::before{
  border:0;
  background-color:#707070;
 }

 table.tblClear{
  width:100%;
  margin-bottom:60px;
 }

 table.tblClear th{
  background-color:#FFFFFF;
  color:#000000;
 }

 table.tblClear tr{
  border-bottom:1px solid #707070;
  background-color:#FFFFFF;
 }

 table td h1,table td h2,table td h3,table td h4, table td .h1,table td .h2,table td .h3,table td .h4{
  margin:0;
  line-height: 1em;

 }

 table.tblClear tr td{
 /* padding:20px 0;*/
  height:100px;
 }

  table.tblClear tr th{
    padding:20px 0;
  }

 table.tblClear tr th, table.tblClear tr th *{
  font-size:15px;
  line-height: 16px;
  font-weight:700;
 }

table blockquote{
  border:0;
  padding:0;
}

table blockquote::before{
  content:'';
}

table th{
  background-color:#343434;
  color:#FFFFFF;
}

table.tblClear td, table.tblClear th{
  padding:0;
}

table td, table th{
  font-size:16px;
  line-height: 17px;
  padding:10px 30px;
}

table tr:nth-child(even){
  background-color:#F1F2F2;
}

table.tblClear tr{
  background-color:#FFFFFF;
}

.dkdp {
    display: block;
}

.mtdp {
    display: none;
}

/* tabs */
.nav-tabs .nav-link{
background-color:#777676;
border:0;
padding: 25px;
color: #fff;
font-weight: 700;
}

 .nav-tabs .nav-link.active {
    color: #FFFFFF;
    background-color:#343434;
    padding: 25px;
 font-size: 20px;

}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 33.33%;
    border-right: 25px solid #FFFFFF;
    margin-left:0;
}
.nav-tabs {
    border-bottom: 20px solid #343434;
    margin-left:0;

}

.nav-tabs .nav-item::before{
  display: none;
}


@media screen and (max-width:767px){
  h1,
  .h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 40px
  }

  h2,
  .h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
  }
}
