/* ================================ */
/* Custom google font integration */
/* ================================ */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");

/* ================================ */
/* General CSS                      */
/* ================================ */

[data-bg="light-gray"] {
  background: #f3f6f8;
  color: #232323;
}
[data-bg="gray"] {
  background: #d8dde6;
  color: #232323;
}
[data-bg="black"] {
  background: #000;
  color: #fff;
}
[data-bg="navy-blue"] {
  background: #001443 !important;
  color: #fff;
}
[data-bg="dark-blue"] {
  background: rgb(6, 34, 65);
  color: #fff;
}
[data-bg="light-blue"] {
  background: #f3fafd;
  color: #232323;
}
[data-bg="light-gray"] {
  background: #f2f2f2;
  color: #232323;
}
[data-bg="brown-black"] {
  background: #444;
  color: #fff;
}
[data-bg="white"] {
  background: #fff;
  color: #232323;
}
[data-bg="purple"] {
  background: rgba(66, 4, 155);
  color: #fff;
}
[data-bg="green"] {
  background: rgba(32, 153, 2) !important;
  color: #fff !important;
}
/* Data padding */

[data-padding="5015"] {
  padding: 50px 15px;
}
[data-padding="7015"] {
  padding: 70px 15px;
}
[data-padding="500"] {
  padding: 50px 0px;
}
[data-padding="5000"] {
  padding: 50px 0px 0px;
}
[data-padding="50020"] {
  padding: 50px 0px 20px;
}
[data-padding="50150"] {
  padding: 50px 15px 0;
}
[data-padding="501520"] {
  padding: 50px 15px 20px;
}
[data-padding="515"] {
  padding: 5px 15px;
}
[data-padding="1015"] {
  padding: 10px 15px;
}
[data-padding="1515"] {
  padding: 15px 15px;
}
[data-padding="2515"] {
  padding: 25px 15px;
}
[data-padding="2500"] {
  padding: 25px 0;
}
[data-padding="10015"] {
  padding: 100px 15px;
}
[data-padding="15015"] {
  padding: 150px 15px;
}
[data-padding="1500"] {
  padding: 150px 0;
}
[data-padding="20015"] {
  padding: 200px 15px;
}
[data-padding="2000"] {
  padding: 200px 0;
}
[data-padding="25015"] {
  padding: 250px 15px;
}
[data-padding="0"] {
  padding: 0;
}
[data-padding="0020"] {
  padding: 0 0 20px;
}
[data-padding="015"] {
  padding: 0 15px;
}

/* data-overlaycolors */
[data-overlaycolor="Blue-overlay"]:after {
  background: rgba(33, 84, 207);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
[data-overlaycolor="Black-overlay"]:after {
  background: rgba(0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
[data-overlaycolor="Red-overlay"]:after {
  background: rgba(234, 43, 96);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
[data-overlaycolor="Orange-overlay"]:after {
  background: rgba(234, 109, 43);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
[data-overlaycolor="Green-overlay"]:after {
  background: rgba(32, 153, 2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
[data-overlaycolor="Yellow-overlay"]:after {
  background: rgba(254, 193, 2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
[data-overlaycolor="Cyan-overlay"]:after {
  background: rgba(2, 228, 254);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
[data-overlaycolor="Magenta-overlay"]:after {
  background: rgba(66, 4, 155);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}

/* data-overlay opacity */

[data-overlayopacity="opacity-1"]:after {
  opacity: 0.1;
}
[data-overlayopacity="opacity-2"]:after {
  opacity: 0.2;
}
[data-overlayopacity="opacity-3"]:after {
  opacity: 0.3;
}
[data-overlayopacity="opacity-4"]:after {
  opacity: 0.4;
}
[data-overlayopacity="opacity-5"]:after {
  opacity: 0.5;
}
[data-overlayopacity="opacity-6"]:after {
  opacity: 0.6;
}
[data-overlayopacity="opacity-7"]:after {
  opacity: 0.7;
}
[data-overlayopacity="opacity-8"]:after {
  opacity: 0.8;
}
[data-overlayopacity="opacity-9"]:after {
  opacity: 0.9;
}
[data-overlayopacity="opacity-10"]:after {
  opacity: 1;
}

/* Data Position CSS */

[data-position="right"] {
  float: right;
}
[data-position="left"] {
  float: left;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.red-text {
  color: #e22a31;
}
.blue-text {
  color: #0c65ed;
}

html {
  height: 100%;
}
body {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  height: 100%;
  background: #fcfcfc !important;
}
body,
button,
input,
select,
textarea {
  font-family: "Poppins", sans-serif !important;
}
a:link,
a:visited,
a:active,
a:focus,
a::before,
a::after {
  outline: 0 none;
  text-decoration: none;
}
a,
button,
.sub,
.wpcf7-submit {
  transition: all 0.2s linear 0s;
}
a {
  color: var(--base-color);
  text-decoration: none;
  outline: 0;
}
a:hover,
a:active {
  color: #005397;
}
*::-moz-placeholder {
  color: #c6c6c6;
  opacity: 1;
}
*::-moz-selection {
  background: #b3d4fc none repeat scroll 0 0;
  text-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #40454d;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 10px;
  margin-top: 0;
}
h3,
h4,
h5,
h6 {
  margin-bottom: 7px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.mom-main-color,
.mom-main-color a {
  color: #005397;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
  text-transform: capitalize;
  color: #1a1a1a;
}
h6 {
  font-size: 12px;
}

h1 .subTitle,
h2 .subTitle,
h3 .subTitle,
h4 .subTitle,
h5 .subTitle,
h6 .subTitle {
  color: #999;
  display: block;
  font-size: 0.65em;
}
p,
a {
  font-family: "Poppins", sans-serif;
}
.width100 {
  width: 100%;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

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

.full-width {
  width: 100%;
  float: left;
  clear: both;
  z-index: 10;
  overflow-x: hidden;
}
.clearfix {
  clear: both;
}
.main p:last-child {
  margin-bottom: 0;
}
.no-display {
  display: none;
}
.padding-0 {
  padding: 0;
}

/* Common Custom CSS */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.btn-outline {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 17px;
  margin: 15px 0 0;
  padding: 10px 25px;
  color: inherit;
  border-color: inherit;
}
.btn-outline:hover {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  color: #fff;
}
.section-title {
  color: inherit;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 26px;
}
section p {
  margin: 0 0 34px;
  font-size: 15px;
  color: inherit;
  line-height: 25px;
}
.btn-large,
.btn-large:link,
.btn-large:visited,
.btn-large:active,
.btn-large:focus,
.btn-large::before,
.btn-large::after {
  position: relative;
  display: inline-block !important;
  background: none;
  padding: 13px 40px;
  line-height: normal;
  border: 2px solid #fff;
  color: inherit;
  transition: all 0.3s ease 0s;
  border-radius: 30px 30px 30px 30px;
  font-size: 18px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.3);
}
.btn-large:hover {
  border: 2px solid var(--base-color);
  background: var(--base-color);
  color: #fff;
}
/* Common custom CSS ends */

/* Base Button CSS */

.base-btn {
  background: #040404 none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff !important;
  font-size: 25px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  padding: 17px 45px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.base-btn:after {
  position: absolute;
  bottom: 0;
  width: 0%;
  content: "";
  background: #fff;
  height: 2px;
  left: 0;
  transition: all 0.3s;
}
.base-btn:hover {
  color: #fff;
}
.base-btn:hover:after {
  width: 100%;
}
[data-bg="white"] .base-btn {
  background: none;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 17px;
  margin: 15px 0 0;
  padding: 10px 25px;
  color: #000 !important;
}
[data-bg="black"] .base-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 17px;
  margin: 0;
  padding: 10px 25px;
}
[data-bg="white"] .base-btn:hover {
  color: #2154cf !important;
  border: 1px solid #2154cf;
}

/* Base Button CSS ends */

/* Top Header Section */
#top-header-section {
  position: relative;
  z-index: 12;
}
.topbar-left ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.topbar-left ul li {
  display: inline-block;
}
.topbar-left ul li a {
  color: inherit;
  display: block;
  font-weight: 500;
  margin-right: 15px;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 8px 0px;
  text-decoration: none;
}
.topbar-left ul li a:hover {
  color: var(--base-color);
}
.topbar-left ul li a:hover i {
  color: #fff;
}
.topbar-left ul li a i {
  color: var(--base-color);
  font-size: 16px;
  padding-right: 0;
}
.header-social-icons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: auto;
  float: right;
}
.header-social-icons li {
  display: inline-block;
}
.header-social-icons li a {
  color: inherit;
  display: block;
  font-weight: 500;
  margin-left: 15px;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 8px 0px;
  text-decoration: none;
}
.header-social-icons li a:hover {
  color: var(--base-color);
}

/* Top Header section Ends */

/* Header Section */
#main-header-section,
#inner-header-section {
  transform: translateZ(0);
  transition: all 0.5s;
  position: relative;
  z-index: 11;
  background: #fff;
  overflow: inherit;
}
.branding {
  display: block;
  margin: 0;
  outline: 0 none;
}
.header-right .primary-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#main-header-section.shrink,
#inner-header-section.shrink {
  padding: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  animation: slide-down 0.7s;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}

/* Header section ends */

/* Primary Menu */

.primary-nav li {
  display: inline-block;
  position: relative;
}
.primary-nav li a {
  color: inherit;
  padding: 35px 15px;
  display: block;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 2;
}
.primary-nav li a:hover,
.primary-nav li.current-menu-item a {
  color: #000;
}
.primary-nav li a:before,
.primary-nav li.current-menu-item a:before {
  background: #fff;
  color: #000;
  content: "";
  top: -100%;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  height: 100%;
  z-index: -1;
  color: #000;
}
.primary-nav li a:hover:before,
.primary-nav li.current-menu-item a:before {
  opacity: 1;
  top: 0;
}

/* ======================== */
/* Secondary Menu */
/* ======================== */

.primary-nav ul li ul {
  float: left;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  z-index: 99;
  width: 225px;
  margin: 0;
  padding: 5px 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.primary-nav ul li:hover ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  background: #fff;
  width: 225px;
  overflow: hidden;
  color: #000;
}
.primary-nav ul li ul li {
  display: table;
  float: none;
  width: 100%;
  margin: 0;
  line-height: 2.2 !important;
  padding: 0;
}
.primary-nav ul li ul a {
  display: inline-block;
  float: none;
  width: 100%;
  border: 0;
  text-align: left;
  height: auto;
  line-height: 23px;
  padding: 10px 15px;
  font-size: 15px;
}
.primary-nav ul li ul a:hover {
  color: #fff;
  background: #000;
}
.primary-nav ul li ul a:hover:before {
  display: none;
}

/* Primary Menu ends */

/* Home Slider */

#home-slider-container {
  height: 670px;
  overflow: hidden;
}
#home-slider-container .bx-wrapper {
  border: 0;
  position: relative;
  height: 670px;
}
#home-slider-container .bx-wrapper img {
  height: 670px;
}
#home-slider-container .bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  color: #fff;
  font-size: 28px;
  margin-top: -26px;
  width: 52px;
  height: 52px;
  transition: all 0.3s ease 0s;
}
#home-slider-container .bx-wrapper .bx-controls-direction a:hover {
  background: rgba(255, 255, 255, 0.4);
}
#home-slider-container .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 3%;
}
#home-slider-container .bx-wrapper .bx-controls-direction a.bx-next {
  right: 3%;
}
#home-slider-container .bx-wrapper .bx-controls-direction a .fa {
  padding: 10px 15px;
  border: 1px solid #fff;
}
.slider-text-container {
  position: absolute !important;
  z-index: 99999 !important;
  top: 0;
  left: 15%;
  top: 100px;
  color: #fff;
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  width: 40%;
}
.slider-text-container h2 {
  color: inherit;
  font-size: 37px;
  font-weight: 700;
  margin: 0 0 15px;
}
.slider-text-container p {
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  margin: 0 0 20px;
}

/* Row Headline */

.row-headline h1 {
  color: inherit;
  font-size: 34px;
  font-weight: 300;
  margin: 0 0 10px;
  position: relative;
}
.row-headline p {
  font-size: 15px;
  margin: 0 0 25px;
}
.text-center .row-headline p {
  font-size: 15px;
  width: 40%;
  margin: 0 auto 25px;
}
/* main container */

.main p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 15px;
  display: block;
}
.flex-container {
  display: flex;
}
.heading-col-special {
  font-size: 7vh;
  text-align: center;
  color: inherit;
  font-weight: 800;
  text-transform: uppercase;
  align-content: center;
  padding: 80px 50px;
  position: relative;
}
.heading-col-special:before {
  content: "";
  left: 0;
  top: 0;
  width: 30%;
  position: absolute;
  height: 100%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  display:none;
}
.heading-col-special:after {
  content: "";
  right: 0;
  bottom: 0;
  width: 68%;
  position: absolute;
  height: 60%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  display:none;
}
.main h3 {
  color: inherit;
}
.three-col-layout .ico-img {
  background: #fff;
  padding: 8px;
  box-sizing: content-box;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
  width: 80px;
  height: 80px;
}
.service-items .service-item {
  background: #fff;
  margin: 0 15px 15px;
  border-radius: 10px;
  padding: 0;
}
.service-items .service-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
}
.service-items .service-item img {
  width: 120px;
  height: 120px;
  margin: 0 0 20px;
}
.service-items .service-item h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px;
}
.service-items .service-item p {
  font-size: 16px;
  color: #444;
  margin: 0;
}
/* Donation Connntainer */
.donation-container h1 {
  color: #fff !important;
  font-size: 48px;
  margin: 0 0 20px;
  position: relative;
}
.donation-container h1:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 10%;
  height: 7px;
  background: red;
}
.donation-container h3 {
  font-size: 30px;
  margin: 0 0 20px;
}
.donation-container p {
  font-size: 20px;
  line-height: 38px;
}
.slide-item img {
  width: 100% !important;
}
footer .copyright {
  margin: 0;
  color: #777;
  font-size: 14px;
  font-weight: 300;
}
#footer-top {
  border-bottom: 1px solid #444;
}
#footer-top .foot-heading {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px;
}
#footer-top ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}
#footer-top ul li {
  margin: 0 0 15px;
}
#footer-top ul li a {
  color: #fff;
}
#footer-top ul li a:hover {
  color: #777;
}
footer .links a {
  color: #fff;
  font-size: 12px;
  padding-right: 8px;
  border-right: 1px solid #fff;
  margin-right: 8px;
  line-height: 11px;
  display: inline-block;
}
footer .links {
  margin: 0 0 5px;
}
footer .links a:last-child {
  border-right: none;
}
footer .links a:hover {
  color: #777;
}
/* remove later */

.page-landing-page-new #main-header-section,
.page-landing-page-new footer {
  display: none !important;
}

#landing-container h1 {
  margin: 30px 0;
  font-size: 50px;
  color: #fff;
  font-weight: 700;
}

#landing-container .content {
  width: 90%;
  font-size: 23px;
  margin: 0 auto 20px;
}
#landing-container p {
  margin: 0 0 15px;
}

#landing-container .logo-cont {
  display: table;
  margin: 0 auto;
  background: #fff;
  padding: 5px 22px 15px;
  border-radius: 15px;
}

/* Mobile Nav */
#menu-ham {
  position: fixed;
  right: 0;
  top: 15px;
  z-index: 99999;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #000;
  width: 30px;
}
.is-active .hamburger-inner,
.is-active .hamburger-inner::before,
.is-active .hamburger-inner::after {
  background-color: #fff;
  width: 30px;
}

#mobile-nav {
  opacity: 0;
  right: -1800px;
  background: rgba(0, 0, 0, 0.9);
  display: block;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99998;
  transition: all 0.3s;
}
#mobile-nav.is-active {
  right: 0;
  opacity: 1;
}
/* Row Headline */

.row-headline h1 {
  color: inherit;
  font-size: 34px;
  font-weight: 300;
  margin: 0 0 10px;
  position: relative;
}
.row-headline p {
  font-size: 15px;
  width: 100%;
  margin: 0 0 25px;
}
.text-center .row-headline p {
  width: 40%;
  margin: 0 auto 25px;
}
/* Mobile Nav ends */

.inner-headline h1 {
  font-size: 47px;
  text-transform: uppercase;
  font-weight: 800;
}
.inner-headline p {
  font-size: 18px;
}

.special-list {
  font-size: 19px;
}
.special-list li {
  margin: 0 0 15px;
  width: 100%;
}

#contact-form-section input[type="text"], #contact-form-section input[type="email"], #contact-form-section input[type="tel"] {
    float: left;
    height: 42px;
    margin: 0;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #ccc;
}
#contact-form-section textarea {
    height: 160px;
    padding: 20px;
    width: 100%;
    border: 1px solid #ccc;
}
#contact-form-section input[type="submit"] {
    background: #000 none repeat scroll 0 0;
    height: 47px;
    position: relative;
    font-size: 15px;
    width: 150px;
    text-shadow: none;
    color: #fff;
}
#contact-form-section .fld {
    float: left;
    margin: 0 0 15px;
    width:100%;
    clear:both;
}

.cboxPhoto{width:100% !important;height:100% !important;}

/* Responsive CSS */
@media screen and (max-width: 768px) {
  #mobile-nav ul {
    list-style-type: none;
    margin: 40px 0 0;
    padding: 0;
  }
  #mobile-nav ul li {
    line-height: 2.5;
    margin: 0;
    width: 100%;
    position: relative;
  }
  #mobile-nav ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    height: 100%;
    position: relative;
    outline: 0 !important;
    padding: 0 20px;
  }
  #mobile-nav .sub-menu {
    background: red none repeat scroll 0 0;
    margin: 0;
    padding: 10px 0;
    display: none;
  }
  #mobile-nav .sub-menu {
    background: var(--base-color);
    margin: 0;
    padding: 10px 0;
    display: none;
  }
  .slider-text-container {
    display: none;
  }
  #home-slider-container .bx-wrapper,
  #home-slider-container {
    height: 225px;
  }
  .flex-container {
    display: block;
  }
  .main p img {
    width: 100%;
    height: auto;
  }
  .main .btn-large {
    width: 100%;
    margin: 15px auto;
  }
  #landing-container .logo-cont img {
    width: 100%;
    height: auto;
  }
  .page-landing-page-new #menu-ham {
    display: none;
  }
}

footer .social-icons {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
}
footer .social-icons li {
    display: inline-block;
    font-size: 22px;
    margin-left: 15px;
    margin-top:15px;
}
footer .social-icons li a{
    color:#fff;
}

.language-change-icon a{
    padding: 0 10px 0 43px!important;
    color:#fff !important;
}
.language-change-icon a:before{
    display:none !important;
}
.language-change-icon a img{
    width: 27px;
    height: 27px;
    margin-right: 4px;
}
.language-change-icon a:hover{
    color:#959595 !important;
}