body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  position: relative;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e2ddd7;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

p {
  color: #b3b3b3;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a,
a:hover {
  text-decoration: none !important;
}

.hero {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 0;
  background: #ededed;
  background-image: url(../images/mike.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 500px;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%;
}
.site-navbar .site-logo {
  position: relative;
  left: 0;
  font-size: 24px;
  color: black;
  padding-top: 0;
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
  padding-left: 0;
  display: flex !important;
}
.site-navbar .site-navigation .site-menu .active {
  color: #007bff;
  display: inline-block;
  padding: 20px 20px;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 700;
  font-family: Roboto;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #007bff;
}
.site-navbar .site-navigation .site-menu > li.social > a {
  padding-left: 5px;
  padding-right: 5px;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #007bff;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
  color: #007bff !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 210px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  background: #eff1f3;
  color: #000;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #007bff;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li .active {
  color: #007bff;
}
.site-mobile-menu .site-nav-wrap .social {
  display: inline-block;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li.social {
  float: none !important;
  width: auto !important;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}
.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sticky-wrapper .site-navbar .site-menu-toggle {
  color: #fff;
}
.sticky-wrapper .site-navbar .site-logo a {
  color: #fff;
}
.sticky-wrapper .site-navbar {
  color: #e2ddd7 !important;
}
.sticky-wrapper .site-navbar .site-menu > li > a:hover,
.sticky-wrapper .site-navbar .site-menu > li > a.active-2 {
  color: #164aaa !important;
}
.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}
.sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
  color: #000;
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #007bff;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  color: #000 !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
  color: #007bff !important;
}
.site-logo > a {
  color: black !important;
  font-family: Roboto;
  font-weight: 700;
  font-size: 24px;
}
.custom-header {
  background-color: #e2ddd7 !important;
  padding: 20px 0;
  width: 100%;
}
.custom-st-lg {
  padding-top: 25px;
}
/* .custom-nv-br {
  margin-top: -33px;
  margin-left: 24%;
} */
.custom-nv-br ul {
  padding-left: 0;
}

.site-menu > li > a {
  color: black !important;
  padding: 0 0.5rem;
  line-height: 1;
}

.cs-home-pic {
  width: 100%;
}
.cs-home-pic-desc {
  width: 315px;
  height: 222px;
  /* margin-top: -37%;
  margin-left: 7%; */
}
.cs-home-pic-desc > p {
  color: black !important;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: justify;
}
.cs-home-pic-link {
  width: 100%;
}
.cs-home-pic-link > a {
  color: #164aaa;
  display: inline-block;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: justify;
  border: solid #6b6b6b;
  border-width: 3px 3px;
  background-color: #dadada;
  padding: 20px;
}
.ftr-right > p {
  color: black !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  margin-bottom: 0;
}
.ftr-right {
  padding-top: 0px;
  /* margin-left: 32% !important;
  margin-top: -3%; */
}
.ftr {
  align-items: center;
  /* width: 100%; */
  background-color: #ededed !important;
  padding-top: 0% !important;
}
.ftr_outer {
  background-color: #ededed !important;
  padding: 20px 0;
}
.ftr_outer .ftr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 !important;
}
.ftr-left > img {
  padding-top: 0;
  display: block;
  /* margin-left: 30%; */
}
.site-menu > li > a:hover {
  color: #164aaa !important;
}

.imm-hdr {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: justify;
  padding-left: 40%;
  padding-top: 14%;
}
.imm-sub-hdr {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  padding-left: 25%;
  padding-right: 16%;
}
.imm-p-hdr {
  padding-top: 4%;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: justify;
  color: black;
  padding-left: 13%;
}
.imm-rg-hdr {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: justify;
  color: black;
  padding-top: 42%;
  padding-left: 10%;
  padding-right: 15%;
}
.imm-rg-hdr > a,
.emp-lf-hdr > a,
.fgc-rg-hdr > a {
  color: black;
}
.imm-vid {
  width: 100%;
}
.emp-lf-hdr {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: justify;
  color: black;
  padding-top: 20px;
}
.emp-vid {
  width: 100%;
}
.emp-p-hdr {
  padding-top: 3%;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: justify;
  color: black;
}
.emp-sub-hdr {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
}
.emp-hdr {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}
.fgc-hdr {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}
.fgc-sub-hdr {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
}
.fgc-p-hdr {
  padding-top: 4%;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: justify;
  color: black;
}
.fgc-rg-hdr {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: justify;
  color: black;
  padding-top: 20px;
  /* text-align: center; */
}
.fgc-vid {
  width: 100%;
}

.fgc-hdr-2 {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.fgc-cl-hdr {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: justify;
}
.fgc-cl-ul {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: justify;
}
.fgc-cl-blk {
  background-color: #fff;
  padding: 35px;
  margin-top: 3%;
  flex-wrap: wrap;
}
/* .extra-space-mg {
  margin-bottom: 14%;
} */
/* .extra-space-mg-2 {
  margin-bottom: 5%;
} */
.ctu-label {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: justify;
  padding-bottom: 5%;
}
.ctu-lb {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: justify;
}
.ctu-fd {
  width: 372px;
  height: 33px;
  top: 276px;
  left: 121px;
  border-radius: 10px;
  border: 1px;
}

#ctu-form {
  width: 100%;
}
.ctu-btn {
  width: 90px;
  height: 35px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: justify;
  padding-left: 20px;
  background-color: #164aaa !important;
  border-radius: 10px;
  margin-left: 24%;
}
.ctu-ul {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: justify;
  list-style: none;
  padding-top: 10%;
  padding-left: 0;
}
#googleMap {
  margin-left: 0 !important;
  width: 100% !important;
}
.mda-hdr {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: justify;
  padding-left: 32%;
  padding-top: 14%;
}
.mda-sub-hdr {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  padding-left: 25%;
  padding-right: 16%;
}
.mda-p-hdr {
  padding-top: 4%;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: justify;
  color: black;
  padding-left: 13%;
}
.mda-img {
  width: 100%;
}
.mda-cl-blk-ext {
  margin-bottom: 4%;
}
.mda-label {
  font-family: Roboto;
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: justify;
  padding-bottom: 10px;
  padding-top: 20px;
}
.mda-lb {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: justify;
}
.mda-fd {
  width: 372px;
  height: 33px;
  top: 276px;
  left: 121px;
  border-radius: 10px;
  border: 1px;
}
#mda-form,
.mda-label {
  margin-left: 10%;
}
.mda-fd-gp {
  width: 30% !important;
}
.form-group-class {
  margin-left: 35%;
  margin-top: -7%;
}
.mda-rd-btn {
  border: 1px solid #000000;
  background: linear-gradient(0deg, #000000, #000000),
    linear-gradient(0deg, #ffffff, #ffffff);
}
.mda-rd-lb {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: justify;
}
.mda-btn {
  width: 100px;
  height: 35px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: justify;
  padding-left: 26px;
  background-color: #164aaa !important;
  border-radius: 10px;
  margin-left: 25%;
}

.abt-img {
  width: 87%;
  margin-left: 13%;
  padding-top: 13%;
}
.abt-hdr {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}
.abt-sub-hdr {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
}

.abt-pill-menu {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: justify;
  background-color: #164aaa;
  width: 145px;
  height: 48px;
  color: white;
  text-align: center;
  padding-top: 15px;
}
.abt-pill-menu:hover {
  background-color: white;
  color: #164aaa;
}
.active {
  background-color: white;
  color: #164aaa;
}
.abt-pill-mu {
  padding-right: 27%;
  padding-top: 8%;
}
.abt-pill-1 > p,
.abt-pill-2 > p,
.abt-pill-3 > p {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: justify;
  color: black;
  width: 95%;
  padding-left: 3%;
  padding-top: 7%;
}
.abt-pill-1,
.abt-pill-2,
.abt-pill-3 {
  background-color: white;
  margin-left: 2%;
}
.abt-pill-2 {
  padding-bottom: 0%;
  margin-bottom: 15%;
}
.abt-cl-blk-ext > p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: justify;
  color: black;
  padding-left: 9%;
  padding-right: 9%;
  margin-top: 2%;
  padding-bottom: 2.5%;
}
.abt-pill-2 > ul {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: justify;
  color: black;
  margin-bottom: -10%;
  padding-bottom: 3%;
}
.abt-pill-2 > p:nth-child(2) {
  margin-bottom: -20% !important;
}

.ftr-addon {
  padding-top: 3% !important;
}
footer .ftr-addon {
  padding: 20px 0 !important;
}
.ftr-addon-zr {
  padding-top: 0% !important;
}
.hero .container {
  height: 100%;
}
.hero_inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.padding_top {
  padding-top: 71px;
}
.main_container {
  width: 100%;
}
footer .ftr {
  padding-bottom: 0;
}
.hero_main {
  flex-direction: unset;
  min-height: 100vh;
  height: auto;
  background-image: none;
}
.about_outer {
  width: 100%;
  background-color: #ededed;
}
.hero_main .abt-cl-blk-ext figure {
  display: block;
  width: 100%;
}
.hero_main .abt-cl-blk-ext figure img {
  display: block;
  width: 100%;
}
.my_slider .owl-item .d-md-flex {
  display: none !important;
}
.my_slider .owl-item.active .d-md-flex {
  display: flex !important;
}
.hero_bottom {
  width: 100%;
  padding-top: 40px;
}
.hero_bottom .abt-cl-blk-ext > p {
  padding: 0;
  margin: 0;
}
.fraction_outer {
  width: 100%;
  background-color: #ededed;
}
.custom_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(75, 75, 75, 0.4);
  display: none;
  justify-content: center;
}

.popup_inner {
  width: 100%;
  padding: 112px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.popup_inner::-webkit-scrollbar {
  display: none;
}


.popup_main {
  width: 100%;
  padding: 46px 40px;
  max-width: 1000px;
  background-color: #fff;
}
.popup_main form {
  padding: 0 20px;
  max-height: calc(100vh - 300px);
  overflow-y: auto;
  overflow-x: hidden;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.popup_main form::-webkit-scrollbar {
  width: 8px;
  border-radius: 50px;
}
.popup_main form::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 50px;
}
.popup_main form::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 50px;
}
.popup_main form::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 50px;
}

.popup_heading {
  padding-bottom: 17px;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
}
.popup_heading h2 {
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 400;
  line-height: 28.13px;
  text-align: center;
  color: #000;
  margin-bottom: 0;
}
.close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 32px;
}
.close img {
  display: block;
  width: 100%;
}
.form_section {
  width: 100%;
  padding-bottom: 10px;
}

.form_title {
  width: 100%;
  padding-bottom: 20px;
}
.form_title h3 {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  line-height: 16.41px;
  color: #000;
  margin-bottom: 0;
}

.form_list {
  width: 100%;
}
.form_list > ul {
  margin: 0 -35px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.form_list > ul > li {
  padding: 0 35px 20px;
  width: 50%;
}
.form_list > ul > li.w_100 {
  width: 100%;
}
.form_list > ul > li.w_100 .form_data {
  width: 50%;
}

.form_data {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form_data.v2 > label {
  width: 100%;
  padding-bottom: 10px;
}
.form_data.v2 input {
  width: 100%;
}
.form_data.v3 {
  display: block;
}
.form_data.v3 > label {
  width: 100%;
  padding-bottom: 10px;
}
.form_data.v3 input {
  width: 100%;
}
.form_data.v4 {
  display: block;
}
.form_data.v4 > label {
  width: 100%;
  padding-bottom: 10px;
}
.form_data.v4 ul {
  margin: 0 -10px;
}
.form_data.v4 ul li {
  width: auto;
  padding: 0 10px;
}
.form_data.v5 {
  display: flex;
}
.form_data.v5 ul {
  margin: 0 -10px;
}
.form_data.v5 ul li {
  width: auto;
  padding: 0 10px;
}
.form_data > label {
  display: block;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  color: #000;
  width: 35%;
  padding-right: 10px;
  margin-bottom: 0;
}
.form_data > input,
.form_data > textarea,
.form_data > select,
.form_data > ul > li > input {
  display: block;
  width: 65%;
  max-width: 264px;
  padding: 8px 8px 7px;
  border-radius: 10px;
  border: 1px solid #000;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  color: #000;
}
.form_data > input::-webkit-input-placeholder,
.form_data > textarea::-webkit-input-placeholder,
.form_data > select::-webkit-input-placeholder,
.form_data > ul > li > input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4509803922);
}
.form_data > input::-moz-placeholder,
.form_data > textarea::-moz-placeholder,
.form_data > select::-moz-placeholder,
.form_data > ul > li > input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4509803922);
}
.form_data > input::-webkit-inner-spin-button, .form_data > input::-webkit-outer-spin-button,
.form_data > textarea::-webkit-inner-spin-button,
.form_data > textarea::-webkit-outer-spin-button,
.form_data > select::-webkit-inner-spin-button,
.form_data > select::-webkit-outer-spin-button,
.form_data > ul > li > input::-webkit-inner-spin-button,
.form_data > ul > li > input::-webkit-outer-spin-button {
  display: none;
}
.form_data > textarea {
  width: 100%;
  max-width: 100%;
  max-height: 65px;
}
.form_data > ul {
  margin: 0 -25px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.form_data > ul > li {
  width: 50%;
  padding: 0 25px;
}
.radio {
  position: relative;
  line-height: 1;
}
.radio label {
  margin-bottom: 0;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  color: rgba(0, 0, 0, 0.4509803922);
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #000;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 0;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #000;
  box-shadow: inset 0 0 0 4px #fff;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #000;
  border-color: black;
  background: black;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.form_btn {
  text-align: center;
}

.custom_btn {
  display: inline-block;
  padding: 10px 36px;
  border-radius: 10px;
  border: 1px solid #164aaa;
  background-color: #164aaa;
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.4s ease;
}
.custom_btn:hover {
  background-color: #fff;
  color: #164aaa;
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
   .popup_main {
    width: 95%;
  }
  .popup_main form {
    max-height: calc(100vh - 200px);
  }
  .popup_inner {
    padding: 50px 0;
  }
  .popup_main {
    padding: 40px 20px;
  }
  .form_list > ul {
    margin: 0 -15px;
  }
  .form_list > ul > li {
    padding: 0 15px 20px;
  }
}
@media only screen and (max-width: 767px) {
   .popup_inner {
    padding: 50px 0;
  }
  .popup_main {
    padding: 45px 15px;
    width: 95%;
  }
  .popup_main form {
    max-height: calc(100vh - 200px);
  }
  .close {
    top: -33px;
    width: 24px;
  }
  .form_list > ul {
    margin: 0;
  }
  .form_list > ul > li {
    padding: 0 0 20px;
    width: 100%;
  }
  .form_list > ul > li.w_100 .form_data {
    width: 100%;
  }
  .form_data > input,
  .form_data > textarea,
  .form_data > select {
    max-width: 100%;
  }
  .form_data.v2 > label {
    padding-right: 0;
  }
  .form_data.v2 select {
    width: 100%;
  }
  .form_data.v4 label {
    padding-right: 0;
  }
  .form_data.v5 label {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 0;
  }
}/*# sourceMappingURL=style.css.map */
