@font-face {
  font-family: "Abuget";
  src:
    url("assets/web-font/Abuget.ttf.woff") format("woff"),
    url("assets/web-font/Abuget.ttf.svg#Abuget") format("svg"),
    url("assets/web-font/Abuget.ttf.eot"),
    url("assets/web-font/Abuget.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Abuget";
  src: url("assets/fonts/Abuget.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/
html,
body {
  height: 100%;
}
body {
  font-family: "sofia-pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #424242;
}

strong {
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select > .dropdown-toggle,
input:hover,
.bootstrap-select > .dropdown-toggle:hover,
input:focus,
.bootstrap-select > .dropdown-toggle:focus,
input:active,
.bootstrap-select > .dropdown-toggle:active,
select {
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: 0px;
}

img {
  max-width: 100%;
}

a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #2a84c5;
}

a:hover {
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
}

/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/

.header_area {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  z-index: 999999;
}

.header_area .navbar-expand-lg {
  padding: 0;
}

.logo a {
  color: #fff;
  font-size: 20px;
}

.navbar-expand-lg .navbar-nav li a {
  color: #707070;
  font-size: 18px;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    margin-right: 100px;
  }
}

.home .navbar-expand-lg .navbar-nav li a {
  color: #fff;
}

.mainmenu .navbar-nav li a.dropdown-toggle {
  cursor: pointer;
}

.navbar-expand-lg .navbar-nav li a i {
  font-size: 22px;
  color: #be1a31;
  transform: translateY(3px) translateX(5px);
}

div#navbarsExampleDefault {
  text-align: left;
}

.navbar-toggler {
  background: #fff;
  padding: 0;
  font-size: 24px;
  line-height: 33px;
  height: 35px;
  width: 38px;
  cursor: pointer;
}

.navbar-expand-lg .dropdown-menu a {
  color: #333 !important;
}

.home-logo-area {
  background: url(assets/img/logo-bg.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 200px;
  position: absolute;
  z-index: 2;
  width: 100%;
  padding-top: 15px;
}

.home-wraper-area {
  background-size: cover !important;
  background-position: center !important;
  height: 1050px;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home .logo {
  display: none;
}

.wraper-txt h5 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 0;
  margin-top: 20px;
}

.menu-social a {
  color: #be1a31;
  font-size: 22px;
  margin-left: 10px;
  border-radius: 100px;
}

.menu-social {
  margin-left: 50px;
}

.wraper-txt {
  margin-top: 120px;
}

.home .menu-social {
  margin-left: 180px;
  display: none;
}

.home .navbar-expand-lg .navbar-nav {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.home .navbar-expand-lg .navbar-nav li {
  display: inline-block;
}

.home .navbar-expand-lg .navbar-nav li a.hactive,
.build-together .navbar-expand-lg .navbar-nav li a.bactive,
.partner .navbar-expand-lg .navbar-nav li a.sactive,
.get .navbar-expand-lg .navbar-nav li a.sactive,
.serve .navbar-expand-lg .navbar-nav li a.tactive {
  border-bottom: 2px solid #be1a31;
  color: #be1a31;
}

.global-left-menu li {
  display: block;
}

.global-left-menu li:first-child {
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #0a2e78;
  font-size: 17px;
  padding: 10px 10px;
}

.global-left-menu a {
  color: #2a84c5;
  display: block;
  font-size: 17px;
  padding: 10px 10px;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
}

.global-left-menu {
  position: fixed;
  left: 0;
  z-index: 2;
  background: #fff;
  top: 250px;
  padding: 15px 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
}

.global-left-menu a.active {
  color: #be1a31;
  border-bottom: 1px solid #e3e1e1;
}

.global-left-menu a:hover {
  color: #be1a31;
}

.global-right-social {
  position: fixed;
  right: 30px;
  z-index: 2;
  background: #fff;
  padding: 5px 20px;
  border-radius: 8px;
  top: 370px;
  text-align: center;
}

.global-right-social a {
  display: block;
  color: #be1a31;
  font-size: 22px;
  margin: 5px 0px;
}

.home .header_area {
  position: absolute;
  width: 100%;
  top: 220px;
}

.section-title {
  background: url(assets/img/section-title-bg.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  text-align: center;
  margin: 20px 30px;
  background-repeat: no-repeat;
  padding: 120px 100px;
}

.section-title h1 {
  font-size: 42px;
  color: #2a84c5;
}

.section-title h4 {
  color: #707070;
  font-size: 20px;
}

.section-title img {
  padding-left: 100px;
  padding-right: 100px;
}

.single-image img {
  width: 100%;
}

.section-group-area {
  background-size: cover !important;
  background-position: center !important;
}

.group-title p {
  margin: 0;
  font-size: 18px;
  color: #707070;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.group-title {
  background: #fff;
  padding: 20px 30px;
  padding-top: 50px;
  padding-bottom: 140px;
}

.group-title h1 {
  font-size: 120px;
  font-family: "sofia-pro";
}
.home-bottom-section-area {
  background-size: cover !important;
  background-position: center !important;
  padding: 70px 0px;
  padding-bottom: 150px;
}

.home-bottom-title h5 {
  color: #fff;
  text-align: right;
  padding: 0px 60px;
}

.footer-txt {
  text-align: center;
  position: relative;
}

.footer-txt h4 {
  color: #0a2e78;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 22px;
}

.footer-txt h4 span {
  margin: 0px 8px;
}

.copyright {
  position: absolute;
  right: 25px;
  top: 80px;
}

.footer-area {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 50px;
  overflow: hidden;
}

.footer-area:after {
  position: absolute;
  left: 0;
  top: 50px;
  height: 100%;
  width: 100%;
  content: "";
  background: url(assets/img/footer-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.home .footer-area {
  background: none !important;
  margin-top: -100px;
}

.home .footer-area:after {
  top: 0;
}

.arrow-expand {
  display: none;
}

.cusHd .header_area {
  padding: 17px 15px;
  box-shadow: 0px 5px 20px #dadada;
  background: #fff;
  transition: 0.4s;
}

.cusHd .global-left-menu {
  box-shadow: 0px 5px 20px #dadada;
}

.globalHd .group-title h1 {
  font-size: 100px;
  color: #2a84c5 !important;
  line-height: 88px;
  font-family: "Abuget";
  font-weight: 500;
  /* margin-left: -20px*/
}

.globalHd .group-title h1 span {
  display: block;
  font-size: 70px;
  color: #be1a31;
  font-family: "sofia-pro";
  font-weight: 800;
  text-transform: uppercase;
  margin-left: 15px;
}

.globalHd .group-title {
  padding-left: 90px;
  padding-right: 90px;
}

.globalHd .group-title h5 span {
  color: #2a84c5;
}

.globalHd .group-title p {
  font-family: "sofia-pro";
  line-height: 24px;
  margin-top: 30px;
}

.globalHd .group-title p span {
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
  color: #0a2e78;
}

.cusHd .header_area {
  box-shadow: 0px 0px 10px #999;
}

.section-img-title h1 {
  color: #2a84c5;
  font-size: 120px;
  line-height: 100px;
  font-family: "sofia-pro";
}

.section-img-title h1 span {
  color: #be1a31;
}

.section-img-title h1 span {
  display: block;
  font-size: 90px;
}

.section-img-title h3 {
  color: #0a2e78;
}

.section-img-title {
  margin-top: 60px;
}

.global-sec-title h4 {
  color: #be1a31;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 30px;
}

.global-sec-title p {
  margin: 0;
  color: #424242;
  line-height: 22px;
}

.global-section {
  position: relative;
  z-index: 1;
}

.global-section:after {
  position: absolute;
  left: 0;
  top: 40px;
  height: 75%;
  width: 100%;
  content: "";
  background: #f5f6f6;
  z-index: -1;
}

.global-sec-title {
  padding-top: 80px;
}

.global-section:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 76px;
  width: 100%;
  content: "";
  background: url(assets/img/global-shape.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.global-sec-title p strong {
  color: #1f3c5f;
}

.section-img2-bg {
  position: relative;
  z-index: 1;
}

.section-img2-bg .row {
  padding-top: 50px;
}

.section-img2-bg:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #f5f6f6;
  z-index: -1;
}

.sec-img2.left {
  margin-left: -40px;
}

.section-img2-bg:before {
  position: absolute;
  bottom: 0;
  height: 80px;
  width: 100%;
  content: "";
  background: url(assets/img/global-shape.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.section-center-text {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  margin-bottom: 0px;
}

.section-center-text:before,
.section-center-text:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 25%;
  content: "";
  background: #4c6380;
}

.section-center .global-sec-title {
  padding-top: 0;
}

.section-center-text:after {
  left: auto;
  right: 0;
}

.section-center .global-sec-title a {
  color: #2a84c5;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  line-height: 26px;
  font-size: 20px;
}

.section-center .global-sec-title a span {
  color: #707070;
}

.section-center .global-sec-title h4 {
  margin-bottom: 6px;
}

.section-title h6 {
  color: #2a84c5;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 3px;
}

.section-list-area {
  z-index: 1;
  position: relative;
  margin-bottom: -37px;
}

.section-list-area:after {
  position: absolute;
  left: 0;
  top: 40px;
  height: 90%;
  width: 100%;
  content: "";
  background: #f5f6f6;
  z-index: -1;
}

.sec-list h2 {
  color: #be1a31;
}

.sec-list {
  margin-top: 100px;
}

.sec-list li {
  color: #707070;
  font-size: 20px;
  display: block;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 8px 0px;
  padding-left: 35px;
  position: relative;
}

.sec-list li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  color: #2a84c5;
}

.globalHd .group-title h6 {
  text-align: center;
  color: #2a84c5;
  font-size: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #e3e1e1;
  padding-bottom: 20px;
}

.filter-txt h5 {
  color: #be1a31;
  font-size: 24px;
  margin-top: 20px;
}
.filter-txt h5 a {
  color: #be1a31;
}

.filter-select {
  margin-top: 20px;
  text-align: right;
}

.filter-select select {
  width: 250px;
  color: #707070;
  font-size: 20px;
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
  border: 1px solid #b2bbc9;
  background: #fff;
  height: 44px;
  display: inline-block;
}

.single-box {
  padding: 30px;
  border: 1px solid #ced6d8;
  margin-bottom: 30px;
  min-height: 600px;
  overflow: hidden;
}

.single-box h5 {
  color: #72889f;
  font-size: 10px;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.single-box h4 {
  font-size: 22px;
  color: #0a2e78;
}

.single-box p {
  line-height: 22px;
  margin-top: 10px;
}

.play-icon {
  text-align: right;
}

.section-box-area {
  border-bottom: 1px solid #eeeded;
  margin-bottom: 30px;
}

.section-box-area.noBdr {
  border-bottom: none;
  padding-bottom: 60px;
}

.get-title h4 {
  color: #be1a31;
}

.get-title p {
  line-height: 24px;
}

.get-single-box h5 {
  font-size: 22px;
  color: #0a2e78;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.get-single-box p {
  line-height: 25px;
  margin: 0;
}

.get-single-box a {
  text-decoration: underline !important;
  color: #2a84c5;
  font-weight: bold;
}

.get-single-box {
  box-shadow: 0px 4px 10px #e2e2e2;
  padding: 30px;
  margin-bottom: 30px;
}

.get-title {
  margin-bottom: 40px;
}

.get-image-area .section-img-title h1 {
  font-size: 100px;
}

.get-image-area .section-img-title p {
  line-height: 25px;
}

.get-image-area .sec-list {
  margin-top: 30px;
}

.get-image-area .sec-list li {
  color: #707070;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.get-image-area {
  padding-top: 40px;
  padding-bottom: 80px;
}

.get .section-img2-bg:before,
.get .section-img2-bg:after {
  display: none;
}

.get .section-img2-bg {
  background: #f5f6f6;
  padding-bottom: 50px;
}
.get .global-sec-title {
  margin-top: 0;
  padding-top: 0;
}

.get .global-sec-title h4 {
  margin-bottom: 20px;
}

.get .global-sec-title li {
  color: #707070;
  font-size: 18px;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.get .global-sec-title ul {
  margin-bottom: 20px;
}

.get .global-sec-title p {
  font-size: 18px;
}

.get .global-sec-title p a {
  color: #2a84c5;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.get-contact-area .get-title h4 {
  font-size: 30px;
}

.get-contact-area .get-title {
  border-bottom: 1px solid #e3e1e1;
  padding-bottom: 20px;
}

.contact-single strong {
  display: block;
  margin-bottom: 5px;
}

.contact-single input[type="text"],
.contact-single input[type="email"],
.contact-single input[type="phone"],
.contact-single textarea {
  width: 100%;
  border: 1px solid #0a2e78;
  padding: 8px 15px;
  border-radius: 4px;
}

.contact-single input::placeholder,
.contact-single textarea::placeholder {
  color: #979797;
  font-size: 18px;
}

.contact-single {
  margin-bottom: 25px;
}

.contact-single textarea {
  height: 220px;
}

.contact-single.submit {
  text-align: right;
}

.contact-single.submit input[type="submit"] {
  background: #0a2e78;
  color: #fff;
  padding: 6px 25px;
  border-radius: 4px;
  font-size: 20px;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  transition: 0.4s;
}

.contact-single.submit input[type="submit"]:hover {
  background: #be1a31;
}

.get-contact-area {
  margin-bottom: 70px;
}

.team-single {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 5px 5px 10px #00000029;
  padding: 24px;
  margin-bottom: 30px;
  text-align: center;
  height: 100%;
}

.team-single img {
  padding: 15px;
  border-radius: 130px;
  outline: 7px solid #be1a31;
  outline-offset: -22px;
  width: 180px;
  height: 180px;
  object-fit: cover;
}

.team-single h5 {
  color: #0a2e78;
  margin-bottom: 0;
  text-transform: uppercase;
}

.team-single p {
  color: #798ba1;
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

.serve-area .section-img-title h1 {
  font-size: 100px;
  line-height: 85px;
}

.serve-area .section-img-title {
  margin-top: 40px;
  padding-left: 90px;
}

.serve-area .section-img-title h1 span {
  font-size: 75px;
}

.serve-area .section-img-title h3 {
  color: #707070;
  font-size: 20px;
  margin-bottom: 35px;
}

.serve-area {
  border-bottom: 1px solid #e3e1e1;
  margin-bottom: 50px;
}

.section-img-title.cta a {
  display: block;
  color: #707070;
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
}

.section-img-title.cta a.mail {
  color: #2a84c5;
  text-decoration: underline;
  font-family: "sofia-pro";
}

.section-img-title.cta a i {
  color: #be1a31;
  margin-right: 10px;
}

.section-img-title.cta a {
  display: block;
  color: #707070;
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
}

.section-img-title.cta a.mail {
  color: #2a84c5;
  text-decoration: underline;
  font-family: "sofia-pro";
}

.section-img-title.cta a i {
  color: #be1a31;
  margin-right: 10px;
}

.serve-area-team {
  border-bottom: 1px solid #e3e1e1;
  padding-bottom: 25px;
}

.serve-area.cta {
  padding-bottom: 45px;
  margin-bottom: 0;
}

.section-btn {
  text-align: center;
}

.section-btn a {
  background: #2a84c5;
  display: inline-block;
  padding: 13px 30px;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.section-btn a:hover {
  background: #0a2e78;
}

.gallery-title {
  text-align: center;
}

.gallery-title h4 {
  color: #be1a31;
  font-size: 28px;
}

.gallery-area {
  padding-top: 50px;
  border-top: 1px solid #e3e1e1;
  margin-top: 50px;
}

.subjectslist {
  display: inline-block;
}
.subjects li {
  width: 30%;
  /*float: left;*/
  padding-right: 10px;
  display: inline-block;
  min-height: 500px;
}

@media screen and (max-width: 768px) {
  .subjects li {
    width: 100%;
    bottom: 0;
  }
}

.hidden-keywords {
  display: none;
}

.gallery-all-image .owl-item .item,
.gallery-all-image .owl-item .item img {
  height: 100%;
  width: 100%;
}

#sync1 .item {
  background: #2a84c5;
  padding: 80px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
#sync2 .item {
  background: #c9c9c9;
  padding: 10px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .synced .item {
  background: #2a84c5;
}

.owl-dots div.active {
  background: #fff;
}

.gallery-all-image .col-md-3 {
  margin: 10px 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.gallery-slide {
  margin-bottom: 20px;
}

.gallery-all-image img {
  width: 100%;
}

.gallery-all-image .owl-item {
  width: 25% !important;
  height: 170px;
  padding: 10px;
  cursor: pointer;
}

.gallery-all-image .owl-item .item,
.gallery-all-image .owl-item .item img {
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.gallery-all-image .owl-item .item {
  transform: 0.4s;
}

.gallery-all-image .owl-item.current .item {
  opacity: 0.6;
}
.gallery-bg {
  background: #f5f6f6;
  padding: 50px;
}

.gallery-all-image {
  padding: 5px;
}
.gallery-slide .owl-nav div {
  position: absolute;
  left: -44px;
  top: 50%;
  background: none;
  transform: translateY(-50%);
}

.gallery-slide .owl-nav .owl-next {
  left: auto;
  right: -44px;
}

.gallery-slide .owl-nav div i {
  font-size: 23px;
}

.gallery-slide.owl-theme .owl-nav [class*="owl-"] {
  background: #be1a31;
  height: 30px;
  width: 30px;
  transition: 0.4s;
}

.gallery-slide.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #0a2e78;
}
.photo-gallery {
  margin-bottom: 70px;
}

.bylaw-hd {
  text-align: center;
  margin-bottom: 60px;
}

.bylaw-hd h3 {
  color: #be1a31;
  margin-bottom: 0;
  font-size: 40px;
}

.bylaw-hd h4 {
  color: #2a84c5;
  font-size: 28px;
}

.bylaw-area {
  margin-top: 130px;
}

.bylaw-single-sec h4 {
  color: #2a84c5;
  margin-bottom: 5px;
}

.bylaw-single-sec h5 {
  font-size: 24px;
  color: #0a2e78;
  margin-bottom: 5px;
}

.bylaw-single-sec p {
  color: #707070;
  font-family: "sofia-pro";
  line-height: 22px;
  margin-bottom: 20px;
}

.bylaw-single-sec p strong {
  color: #0a2e78;
}

.bylaw-single-sec {
  margin-bottom: 50px;
}

.suthor_name p {
  font-family: "sofia-pro";
}

.suthor_name {
  margin-bottom: 100px;
}

.cus-Bdr {
  width: 28%;
  height: 1px;
  background: #707070;
  margin-bottom: 5px;
}

.navbar-expand-lg .navbar-nav li a:hover {
  color: #be1a31;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a {
  margin-left: 0;
}

.navbar-expand-lg .navbar-nav li .dropdown-menu a {
  margin-left: 0;
}

.navbar-expand-lg .navbar-nav li .dropdown-menu a:hover {
  color: #be1a31 !important;
}

nav#mainNav .dropdown-toggle::after {
  color: #be1a31;
}

.dropdown-item {
  margin-bottom: 10px;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #f8f9fa;
}

.cusHd .is-sticky .header_area,
.home.fixed-header .header_area {
  padding-top: 12px;
  padding-bottom: 12px;
}

.cusHd .is-sticky .header_area .logo img,
.home.fixed-header .header_area .logo img {
  max-width: 200px;
}

.cusHd .logo img,
.home .header_area .logo img {
  transition: 0.4s;
  width: 290px;
}

body.Hunger .section-box-area,
body.Health .section-box-area,
body.Housing .section-box-area,
body.Education .section-box-area,
body.Family.Engagement .section-box-area {
  display: none;
}

body.Hunger .section-box-area.Hunger,
body.Housing .section-box-area.Housing,
body.Education .section-box-area.Education,
body.Family.Engagement .section-box-area.Family,
body.Health .section-box-area.Health {
  display: block;
}

.section-title.colorT h4 a {
  color: #0a2e78;
}

.home .header_area {
  position: fixed;
  width: 100%;
  transition: 0.4s;
}

.home.fixed-header .header_area {
  top: 0;
  background: #fff;
  z-index: 9999;
}
.home.fixed-header .home-logo-area {
  opacity: 0;
}

.home.fixed-header .header_area .logo {
  display: block;
}

.home.fixed-header .menu-social {
  margin-left: 50px;
  display: block;
}
.home.fixed-header .navbar-expand-lg .navbar-nav li a {
  color: #707070;
}

.home.fixed-header .navbar-expand-lg .navbar-nav li a:hover {
  color: #be1a31;
}

.home.fixed-header .navbar-expand-lg .navbar-nav li a.hactive {
  color: #be1a31;
}

.linklink {
  color: #2a84c5;
  text-decoration: underline;
  font-weight: bold;
}

.linklink:hover {
  color: #0a2e78;
}

.subtitle {
  display: block;
  font-size: 70px;
  color: #be1a31;
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
  margin-top: -50px;
}

@media (max-width: 786px) {
  .subtitle {
    font-size: 34px;
    color: #be1a31;
    margin-top: -29px;
    line-height: 32px;
  }
  .subtitlesmall {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .filter-txt h5 {
    padding: 0;
    margin: 0;
  }
  .single-box {
    min-height: auto;
  }

  .serve-area .section-img-title {
    padding-left: 0;
  }

  .ourteam {
    text-align: center;
  }

  .ourteam img {
    margin-top: 20px;
  }

  .ourteam h6,
  h5 {
    margin: 0;
  }

  .partnersection {
    padding-left: 20px;
  }
}

.handwriting {
  position: relative;
  z-index: 10;
  font-family: "Abuget" !important;
  font-weight: 500;
}

.grey {
  color: #707070;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1040px;
  }

  .foot-container {
    max-width: 100%;
  }

  .partnersection {
    padding-left: 30px;
  }

  .col-centered {
    float: none;
    margin: 0 auto;
  }

  .ourteam h5,
  .ourteam h6 {
    margin-bottom: 5px;
  }

  .ourteam h5 {
    color: #0a2e78;
  }

  .ourteam h6 {
    color: #be1a31;
  }

  .team-single p strong {
    color: #be1a31;
  }

  .hidden-keywords {
    display: none;
  }

  .single-box .fa,
  .single-box a {
    color: #0a2e78;
  }

  .subtitlesmall {
    font-size: 12px;
  }

  .filter-txt input {
    width: 250px;
    color: #707070;
    font-size: 20px;
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    border: 1px solid #b2bbc9;
    background: #fff;
    height: 44px;
    display: inline-block;
  }

  /*  .scrolltext {
        height: 200px;
        overflow-y: auto;
    }*/

  .Housing .single-box {
    background-color: #eef8fb;
  }

  .Family .single-box {
    background-color: #f9e9df;
  }

  .Education .single-box {
    background-color: #eef8fb;
  }

  .Hunger .single-box {
    background-color: #ffe4d9;
  }

  .Health .single-box {
    background-color: #e4eef7;
  }
}

.alertbanner {
  width: 100%;
  padding: 5px;
  background-color: #be1a31;
  text-align: center;
  color: #fff;
  z-index: 99999999999;
  position: relative;
}

.alertbanner a {
  text-decoration: underline;
  color: #fff;
  font-weight: bold;
}

#thumbs {
  display: none;
}

.bump {
  margin-top: 30px;
}

.menuimage {
  width: 250px;
  border: 1px solid black;
}

.opioid {
  position: relative;
}

.opioid::before {
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(/assets/img/WhiteChalk_Layer.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.group-title-opioids {
  padding: 30px 0 150px;
  width: 320px;
}

.group-title-opioids h1 {
  line-height: 0.9;
}

.group-title-opioids span {
  display: block;
  color: #fff;
}

.group-title-opioids span:nth-child(1) {
  font-size: 76px;
  text-transform: uppercase;
}

.group-title-opioids span:nth-child(2) {
  text-align: end;
  font-size: 36px;
  text-transform: uppercase;
}

.group-title-opioids span:nth-child(3) {
  font-family: "Abuget", sans-serif;
  font-size: 136px;
  font-weight: 400;
  line-height: 0.7;
}

.group-title-opioids h4 {
  width: 235px;
  font-size: 26px;
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 30px 0 0 50px;
  padding: 5px 0;
}

.save-life {
  position: relative;
}

.section-title-2 {
  padding-top: 30px;
  color: #fff;
  width: 280px;
  position: relative;
}

.section-title-2::after {
  content: "";
  width: 400px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 7px;
  right: -300px;
}

.section-text {
  background-color: #fff;
  color: #707070;
  font-size: 14px;
  padding: 50px 30px 100px 30px;
}

.save-life::before {
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(/assets/img/WhiteChalk_Layer.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.subtitle-2 {
  font-size: 32px;
  color: #be1a31;
}

.grey-box {
  background-color: #f5f6f6;
  padding: 40px;
  margin: 0 auto;
}

.image-overflow {
  position: relative;
  margin-top: -80px;
  margin-bottom: -80px;
}

.ready-to h5 {
  color: #be1a31;
}

.img-pud {
  padding: 40px 0;
}

.prescription {
  margin-top: 150px;
  background-color: #f5f6f6;
  padding-top: 60px;
}

.prescription h4 {
  color: #be1a31;
  font-size: 27px;
  margin-left: -100px;
}

.prescription h5 {
  color: #0a2e78;
  font-size: 29px;
  margin-top: 30px;
}

.prescription ul {
  list-style-type: decimal;
  padding-left: 30px;
  font-size: 26px;
  font-weight: 600;
  color: #707070;
}

.prescription li::marker {
  color: #be1a31;
}

.locations {
  margin-bottom: 50px;
}

.locations h1 {
  color: #2a84c5;
}
.locations p {
  color: #707070;
  font-size: 19px;
}

.location-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.location-items li {
  flex: 0 0 calc(33.3% - 20px);
  background-color: #e6f9fb;
  padding: 20px 20px 50px 20px;
  border: 1px solid #abb4b5;
  position: relative;
}

.location-items li::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-image: url(/assets/img/icon-play.png);
  background-repeat: no-repeat;
}

.location-items h4 {
  color: #abb4b5;
  font-size: 19px;
}

.location-items h3 {
  color: #0a2e78;
  font-size: 23px;
}
.location-items p {
  color: #707070;
}

.teen {
  position: relative;
}

.teen::before {
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(/assets/img/WhiteChalk_Layer.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.teen-title {
  padding: 50px 50px 100px 50px;
  background-color: #fff;
}

.teen-title h1 {
  font-family: "Abuget", sans-serif;
  font-size: 110px;
  color: #2a84c5;
  font-weight: 400;
  margin-bottom: -45px;
}

.teen-title h3 {
  font-size: 60px;
  color: #be1a31;
  text-transform: uppercase;
}

.plan {
  margin-top: -220px;
  z-index: 0;
}

.location {
  display: flex;
  align-items: center;
}

.grey-box-2 {
  background-color: #f5f6f6;
  padding: 40px;
  margin: 150px auto 0px;
}

.img-left {
  margin-left: -80px;
  padding-right: 20px;
}

.location-text h5 {
  color: #0a2e78;
  font-size: 24px;
}

.btn-blue {
  background-color: #2a84c5;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

.btn-blue:hover {
  color: #0a2e78;
}

.special h3 {
  font-size: 42px;
  color: #be1a31;
  text-align: center;
}

.special-img {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.special-img img {
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .special-img {
    flex-direction: column;
  }
  .section-title-2::after {
    display: none;
  }

  .btn-blue {
    font-size: 10px;
  }

  .section-title h1 {
    font-size: 24px;
  }

  .location {
    flex-wrap: wrap;
  }

  .plan {
    margin-top: -100px;
  }

  .img-left {
    margin-left: 0;
    padding-right: 0;
  }

  .image-overflow {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-group-area {
    margin-bottom: 0 !important;
  }

  .section-text {
    padding: 50px 30px 0px 30px;
  }
  .img-pud {
    padding: 10px;
  }

  .location-items li {
    flex: 0 0 100%;
  }

  .prescription {
    margin-top: 50px;
    background-color: #f5f6f6;
    padding: 20px;
  }

  .prescription h4 {
    color: #be1a31;
    font-size: 27px;
    margin-left: 0;
  }

  .teen-title h1 {
    font-size: 60px;
    margin-bottom: 0;
  }

  .teen-title h3 {
    font-size: 24px;
  }

  .teen-title {
    padding: 40px;
  }
}

.listitems {
  list-style: disc;
  margin-left: 40px;
}

.home-logo img {
  width: 75%;
}

.footer-logo img {
  width: 25%;
}
