:root {
    /**************St Emmanuel Fonts*****************/
    --heading-font: "Poppins", sans-serif;
    --body-font: "Poppins", sans-serif;
    --emmanuel-font: "Poppins", sans-serif;
    --emmanuel-font-two: "Nunito", sans-serif;
    --emmanuel-font-three: "Caveat", cursive;
    --emmanuel-icon-font: "bootstrap-icons";
    /*************St Emmanuel BG Colors****************/
    --emmanuel-color-dominant: #000;
    --emmanuel-color-on-dominant: #000;
    --emmanuel-color-sub-dominant: #000;
    --emmanuel-color-on-sub-dominant: #000;
    --emmanuel-subtitle-color: #007aff;
    --emmanuel-color-less-dominant: #000;
    --emmanuel-primary-color:#005BB5; 
    --emmanuel-primary-dark:#1eb2a6 ;
	--emmanuel-danger:#e13b4d;
    --emmanuel-primary-rgb: rgb(8, 61, 49);
    --emmanuel-on-primary-color: #fff;
    --emmanuel-hover-color: #769e97;
    --primary-soft-color: #edf9f3;
    --emmanuel-nav-color: var(--emmanuel-primary-color);
    --emmanuel-nav-text: #282b2d;
    --emmanuel-hover-on-primary-color: var(--emmanuel-hover-color);

    --emmanuel-warning-text-color: #ff7029;
    --emmanuel-warning-bg: #faeac8fe;
    --emmanuel-overlay: rgba(5, 33, 60, 0.5);
    --emmanuel-secondary-color: #F00041;
    --emmanuel-text-on-secondary-color: var(--emmanuel-white);

    --emmanuel-dark-color: #0a0a0a;
    --emmanuel-dark-rgb: 40, 55, 52;
    --emmanuel-text-on-dark-color: #f5f4f4;
    --emmanuel-header-on-light-color: #283734;
    --emmanuel-extra: #f1f7ff;
    --emmanuel-extra-rgb: 249, 244, 232;
    --emmanuel-on-extra: #006dfc;

    /*************St Emmanuel Text Colors ****************/
    --emmanuel-white: #ffffff;
    --emmanuel-white-rgb: 255, 255, 255;

    --emmanuel-black: #000000;
    --emmanuel-black-rgb: 0, 0, 0;
    --emmanuel-bdr-color: #f0f8ff;
    --emmanuel-bdr-color-rgb: 240, 248, 255;
    --emmanuel-bdr-radius: 20px;
    /****************St Emmanuel Forms***************/
    --bs-gray-100: #f2f2f2;
    --bs-gray-300: #dcdcdc;
    --emmanuel-card-one-bg: #edf9f3;
    --emmanuel-form-bg: rgb(251, 251 ,251);
    --emmanuel-form-border: rgb(235 ,235 ,235);
    --placeholder-color: #636b6a;
}

/**************************************/


*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 164%;
    letter-spacing: 0.32px;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

a:hover {
    color: var(--emmanuel-primary-color);
}

/****************************/

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

/*******************************Navigation*******************************************/
.dropdown-toggle::after {
    display: none;
    border: none;
}

.header-topbar {
  color: #f0f9ff !important;
  border-bottom: 1px solid #1eb2a6 !important;
  background-color: #1eb2a6;
  background: linear-gradient(45deg,var(--emmanuel-primary-color),var(--emmanuel-primary-dark));
  }

.header-topbar .contact-info li:not(:last-child) {
    margin-right: 40px;
}

.header-topbar .contact-info li {
    position: relative;
    display: flex;
    align-items: center;
}

.header-topbar .contact-info {
    display: flex;
    align-items: center;
}

.header-topbar .contact-info li .contents {
    margin-left: 15px;
}

.header-topbar .contact-info li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.header-topbar .contact-info li .icon span {
    position: relative;
    display: inline-block;
    font-size: 29px;
}

.header-topbar .contact-info li .contents p {
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
}

.header-topbar .contact-info li .contents h5,.header-topbar .contact-info li .contents p ,.header-topbar .contact-info li .contents p a {
    color: var(--emmanuel-white);

}

.header-topbar .contact-info li .contents h5 {
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
}

.header-topbar p,
.header-topbar h5 {
    margin: 0;
}

.header-topbar .social-icons li {
    display: inline-block;
}

.header-topbar .social-icons {
    margin: 5px 2px;
}

.sticky-header .fixed-top {
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transition: all 500ms ease;
    animation: 300ms ease-in-out 0s normal none 1 running slideDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}
.navbar-brand img{
    width: 50px;
    /* height: 55px; */
}
/*************************************************************/

/* Desktop layout */
@media (min-width: 992px) {
    header {
        display: flow-root;
        width: -moz-available;
        position: relative;
        z-index: 999;
    }

    .navbar {
        transform: translateY(0);
        padding: 0px;
        box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        transition-duration: 0.3s;
        transition-duration: 500ms;
		background:var(--emmanuel-white);
    }

    .content {
        padding: 16px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 21px 0.5rem;
    }

    .navbar-nav .dropdown-menu::before {
        position: absolute;
        z-index: -5;
        bottom: 100%;
        left: 20px;
        display: block;
        width: 16px;
        height: 16px;
        content: "";
        transform: rotate(-45deg) translateY(1rem);
        border-radius: 0.2rem;
        background: #fff;
        box-shadow: none;
    }

    .dropdown-menu {
        background-color: #fff;
        z-index: 101;
        min-width: 300px;
        text-align: left;
        margin: 0;
        padding: 0;
        z-index: 1;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        border: 0;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    }

    li a.dropdown-item {
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        white-space: nowrap;
        display: block;
        font-size: 15px;
        padding: 10px 12px;
    }

    .dropdown-item {
        padding: 0.25rem 1.5rem;
        text-align: inherit;
        white-space: nowrap;
        color: #fff;
        border: 0;
        background-color: transparent;
    }

    .nav-link.dropdown-toggle:hover::after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    li:first-child .dropdown-item {
        border-top-left-radius: calc(0.25rem - 1px);
        border-top-right-radius: calc(0.25rem - 1px);
    }

    li:last-child .dropdown-item {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

    .sticky.navbar-expand-lg .navbar-nav a.nav-link {
        font-size: 15px;
        font-weight: 800;
        text-transform: uppercase;
        box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1),
            0 5px 15px rgba(0, 0, 0, 0.07) !important;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        text-decoration: none;
        color: #f2f6fd;
        font-weight: 600;
    }

    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar-nav li.nav-link :hover > a.dropdown-item {
        color: #0c5adb;
    }

    .navbar-nav a.dropdown-item {
        position: relative;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .navbar-nav a.dropdown-item:hover {
        padding-left: 15px;
    }

    nav.sticky .collapse .navbar-nav .dropdown-menu::before {
        display: none;
    }

    nav.sticky .collapse .navbar-nav .dropdown-menu {
        background-color: #fff;
        border: #fff;
    }

    nav.sticky .collapse .navbar-nav .dropdown-menu .dropdown-item {
        color: #000;
        border: 0;
        background-color: transparent;
        border: 1px solid rgba(0, 0, 0, 0.125);
    }

    .navbar-nav .dropdown > .dropdown-menu {
        opacity: 0;
        position: absolute;
        display: block;
        pointer-events: none;
        background: #ffffff;
        -webkit-transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
        transition: all 0.5s ease-in-out 0s, opacity 0.5s ease-in-out;
    }

    .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        pointer-events: auto;
        left: 0;
    }

    nav.sticky .collapse .navbar-nav .dropdown-menu::before {
        position: absolute;
        z-index: -5;
        bottom: 100%;
        left: 20px;
        display: block;
        width: 16px;
        height: 16px;
        content: "";
        transform: rotate(-45deg) translateY(1rem);
        border-radius: 0.2rem;
        background: rgb(247, 250, 253);
        box-shadow: none;
    }
}

/* Mobile layout */

@media (max-width: 767.98px) {
    .header {
        padding: 10px 16px;
        background: rgb(255, 255, 255);
        color: #c6bdbd;
        position: relative;
        z-index: 99;
    }

    header {
        display: flow-root;
        width: -moz-available;
    }

    header.header-v1 .top-bar {
        border-bottom: 1px solid rgba(247, 250, 253, 0.12);
        background-color: #000;
        text-align: center;
    }

    img.custom-logo {
        width: 30px;
        height: 30px;
    }

    .navbar .navbar-toggler .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: rgb(247, 250, 253);
    }

    .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 4px;
    }

    .navbar-toggler {
        cursor: pointer;
        margin-top: 0px;
        border-color: transparent;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
        border: 0;
    }

    /***************************************************/
.navbar-dark .navbar-toggler,
.navbar-link-white .navbar-toggler {
  color:#fff
}
.navbar-toggler {
  padding:0;
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:none;
  background-color:transparent
}
.navbar-toggler:focus {
  outline:0;
  box-shadow:none
}
.navbar-toggler .navbar-toggler-icon {
  background-image:none;
  width:24px;
  height:24px;
  position:relative;
  display:inline-block;
  transition:all .5s ease;
  vertical-align:middle;
  font-size:0;
  cursor:pointer
}
.navbar-toggler .navbar-toggler-icon>i {
  width:27px;
  height:2px;
  display:block;
  position:absolute;
  top:50%;
  margin-top:-1px;
  background-color:var(--emmanuel-primary-color);
  transition:background-color 0s .3s
}
.navbar-toggler .navbar-toggler-icon>i::after,
.navbar-toggler .navbar-toggler-icon>i::before {
  content:"";
  width:27px;
  height:2px;
  position:absolute;
  display:block;
  left:0;
  background-color:var(--emmanuel-primary-color);
}
.navbar-toggler .navbar-toggler-icon>i::before {
  top:8px;
  transition:top .3s .3s,transform .3s 0s,background-color .3s 0s
}
.navbar-toggler .navbar-toggler-icon>i::after {
  bottom:8px;
  transition:bottom .3s .3s,transform .3s 0s,background-color .3s 0s
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon>i {
  background-color:transparent;
  transition:background-color 0s .2s
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon>i:before {
  top:0;
  transform:rotate(45deg);
  background-color:var(--emmanuel-danger);

  transition:top .2s 0s,transform .3s .2s,background-color .2s 0s
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon>i::after {
  bottom:0;
  transition:bottom .2s 0s,transform .2s .2s,background-color .2s 0s;
  transform:rotate(-45deg);
    background-color:var(--emmanuel-danger);

}
.navbar-dark .navbar-toggler .navbar-toggler-icon i::before,
.navbar-dark .navbar-toggler .navbar-toggler-icon>i,
.navbar-dark .navbar-toggler .navbar-toggler-icon>i::after {
  background-color:#fff
}
.navbar-dark .navbar-toggler[aria-expanded=true] .navbar-toggler-icon>i {
  background-color:transparent
}










    .navbar .navbar-toggler {
        border-color: transparent;
    }

    .navbar .navbar-toggler:hover,
    .navbar .navbar-toggler:focus {
        background-color: transparent;
    }

    .navbar-toggler {
        cursor: pointer;
        padding: 15px 15px 10px;
        margin-top: 0px;
    }
	
    .navbar-nav {
        margin: 6px -15px;
        background: rgb(247, 250, 253);
        border-radius: 10px;
    }
    .fs-8{
        font-size: 15px !important;
    }

 

    .navbar ul.navbar-nav li.nav-item {
        background: rgb(247, 250, 253);
        float: left;
        position: relative;
        width: 100%;
        border-top: 1px solid rgb(255, 255, 253);
    }

    .navbar .navbar-nav a.nav-link {
        background: rgb(247, 250, 253);
        text-transform: capitalize;
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        position: relative;
        padding: 10px 15px;
    }

    .navbar .navbar-nav .nav-link {
        display: flex;
        color: #6e84a3;
        align-items: center;
    }

    .dropdown-menu {
        background-color: transparent;
        background-clip: padding-box;
        border: none;
        border-radius: 0;
    }

    .dropdown-menu .dropdown-item,
    .dropdown-menu li a.dropdown-item {
        font-size: 14px;
        font-weight: 500;
        opacity: 0.75;
        padding: 0.6em 3em;
        text-shadow: none !important;
        text-transform: capitalize;
        border-top: 2px solid rgb(247, 250, 253);
        border-radius: 0;
    }

    .navbar
        .navbar-nav
        .nav-link.dropdown-toggle[data-toggle="dropdown"][aria-expanded="true"]::after {
        transform: rotate(90deg);
        transition: transform 0.2s;
    }

    .navbar .navbar-nav .nav-link.dropdown-toggle::after {
        display: none;
    }

    a.nav-link {
        display: flex;
    }
}

/******************************************/

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(247, 250, 253, 0.91);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    background-clip: border-box;
    border: 0;
}
.card .card-header {
    border-bottom: 1px solid rgb(240, 248, 255);
}

 

.span-text-primary {
    color: var(--emmanuel-subtitle-color);
}

.contact-btn:hover {
    background-color: var(--emmanuel-secondary-color);
    color: var(--emmanuel-on-secondary-color);
}
   
/*************Social Buttons***************/
.social-icons.social-links a {
    font-size: 18px;
    display: inline-block;
    background: var(--emmanuel-white);
    color: var(--emmanuel-primary-color);
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.5s all ease;
}
.social-icons.social-links a:hover {
    background: var(--emmanuel-primary-color);
    color: var(--emmanuel-white);
    text-decoration: none;
}
.btn-light {
	background-color: #faf8f2;
	border-color: #e1e1e1;
	color: #050d36;
}

.btn {
 	border-radius: 0;
	font-size: 16px;
	font-weight: 500;
 	text-transform: capitalize;
	line-height: 1.4;
	align-items: center;
 	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	font-family: var(--font-family-base);
	justify-content: center;
}
/*******************************
*
* *Page Menu Updates************
*
********************************/
.emmanuel-menu {
    background-color: var(--emmanuel-white);
    box-shadow: 0 2px 4px rgba(1,1,1,.15);
    transition: 0.5s all ease;
}

.navbar-expand-lg:not(.sticky) .navbar-nav a.nav-link {
    display: block;
    padding: 21px 0.5rem;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
	color:var(--emmanuel-primary-color);
	font-weight: 500;
}

.navbar-nav a.nav-link {
	font-weight: 300;
	text-transform: capitalize;
	color: var(--dark-color);
	font-family: var(--heading-font);
	transition: all 0.3s ease-in-out;
	font-size: 16px;
	line-height: 21.86px;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}

.nav-item a.nav-link:hover,
.nav-item a.nav-link:active {
    color: var(--emmanuel-black);
}


/*--------------------------------------------------------------
  # Site Footer
  --------------------------------------------------------------*/
.site-footer {
    position: relative;
    display: block;
    /* background-color: var(--emmanuel-secondary-color); */
    color: var(--emmanuel-text-on-secondary-color);
    z-index: 1;
    /* background: linear-gradient(84deg, #222928 0%, #090e0d 99.4%); */
    position: relative;
	background-color:#000f2d !important
}
img.foot-logo {
    width: 90px;
    /* aspect-ratio: 1/1; */
    text-align: center;
    margin: 0px auto;
}
.site-footer-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: luminosity;
    opacity: 0.33;
    z-index: -1;
}

.footer-widget-title {
    font-size: 20px;
    color: var(--emmanuel-white);
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 27px;
}

.site-footer__top {
    position: relative;
    display: block;
    padding: 100px 0 98px;
}

.footer-widget__about {
    position: relative;
    display: block;
    margin-right: 84px;
}

.footer-widget__about-logo {
    position: relative;
    display: block;
}

.footer-widget__about-text-box {
    position: relative;
    display: block;
    padding-top: 16px;
    padding-bottom: 20px;
}

.footer-widget__about-text {
    color: #98a8a5;
    font-weight: 400;
}

.footer-widget__btn {
    position: relative;
    display: block;
}

.footer-widget__btn a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    color: var(--emmanuell-black);
    background-color: var(--emmanuel-primary-color);
    padding: 10px 40px 10px;
    text-transform: uppercase;
    border-radius: 25px;
    transition: all 500ms ease;
}

.footer-widget__btn a span {
    position: relative;
    top: 1px;
    padding-right: 9px;
}

.footer-widget__btn a:hover {
    background-color: var(--emmanuel-white);
    color: var(--emmanuel-black);
}

.footer-widget-links {
    position: relative;
    display: block;
}

.footer-widget-links-list {
    position: relative;
    display: block;
}

.footer-widget-links-list li {
    position: relative;
    display: block;
}

.footer-widget-links-list li + li {
    margin-top: 11px;
}

.footer-widget-links-list li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #98a8a5;
    font-weight: 400;
    transition: all 500ms ease;
}

.footer-widget-links-list li a:hover {
    padding-left: 20px;
    color: var(--emmanuel-white);
    font-weight: 500;
}

.footer-widget-links-list li a:before {
    position: absolute;
    top: 36%;
    left: 0;
    bottom: 0;
    content: "\f138";
    font-family: "bootstrap-icons";
    font-weight: 900;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 500ms ease;
    font-size: 15px;
    color: var(--emmanuel-primary);
}

.footer-widget-links-list li a:hover:before {
    opacity: 1;
}

.footer-widget__non-profit {
    position: relative;
    display: block;
}

.footer-widget__non-profit-list {
    position: relative;
    display: block;
}

.footer-widget__non-profit-list li {
    position: relative;
    display: block;
}

.footer-widget__non-profit-list li + li {
    margin-top: 11px;
}

.footer-widget__non-profit-list li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #98a8a5;
    font-weight: 400;
    transition: all 500ms ease;
}

.footer-widget__non-profit-list li a:hover {
    padding-left: 20px;
    color: var(--emmanuel-white);
}

.footer-widget__non-profit-list li a:before {
    position: absolute;
    top: 36%;
    left: 0;
    bottom: 0;
    content: "\f138";
    font-family: "bootstrap-icons";
    font-weight: 900;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 500ms ease;
    font-size: 15px;
    color: var(--emmanuel-white);
}
.bottom-footer{
	border-top:1px dotted #ccc;
}
.footer-widget__non-profit-list li a:hover:before {
    opacity: 1;
}

.footer-widget__contact {
    position: relative;
    display: block;
    margin-left: 40px;
}

.footer-widget__contact-text {
    color: #98a8a5;
    font-weight: 400;
    padding-bottom: 10px;
}

.footer-widget__contact-list {
    position: relative;
    display: block;
}

.footer-widget__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget__contact-list li .icon i {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: var(--emmanuel-primary);
}

.footer-widget__contact-list li .text {
    margin-left: 15px;
}

.footer-widget__contact-list li .text p {
    font-weight: 700;
}

.footer-widget__contact-list li .text p a {
    color: var(--emmanuel-white);
    transition: all 500ms ease;
}

.footer-widget__contact-list li .text p a:hover {
    color: var(--emmanuel-primary);
}

.site-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px;
}

.site-footer__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--emmanuel-white);
    background-color: #212d2b;
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.site-footer__social a:hover {
    color: var(--emmanuel-primary-color);
    background-color: var(--emmanuel-white);
}

.site-footer__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--emmanuel-white);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.site-footer__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.site-footer__social a + a {
    margin-left: 10px;
}

.footer-bottom {
    position: relative;
    display: block;
	border-top: 1px dotted rgb(247,250,253);
}

.footer-bottom-inner {
    position: relative;
    display: block;
    text-align: center;
    padding: 25px 0;
}

.footer-bottom-text {
    font-size: 15px;
    color: #98a8a5;
    font-weight: 400;
}

.footer-bottom-text a {
    color: #98a8a5;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-bottom-text a:hover {
    color: var(--emmanuel-white);
}
/*------------ footer ---------------- */
/* Footer
------------------------------------------ */
.footer {
  background-color: #161e2d;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer .top-footer {
  padding: 50px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer .top-footer .content-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer .inner-footer {
  padding: 50px 0px 50px;
}
.footer .inner-footer .navigation-menu-footer li {
  margin-top: 4px;
}
.footer .content-footer-bottom {
  padding: 30px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.footer .content-footer-bottom .copyright {
  color: #a3abb0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.footer .content-footer-bottom .menu-bottom {
  display: flex;
  align-items: center;
  gap: 19px;
}
.footer .content-footer-bottom .menu-bottom a {
  color: #a3abb0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.footer .content-footer-bottom .menu-bottom a:hover {
  color: #1563df;
}

.footer-cl-1 {
  margin-right: 20.4%;
}

.footer-cl-2 {
  margin-left: 15.4%;
}

.footer-cl-3 {
  margin-left: 20%;
}

.footer-cl-4 {
  margin-left: 17.3%;
}

.list-social {
  flex-wrap: wrap;
  gap: 12px;
}

.footer .wd-social {
  display: flex;
  align-items: center;
}

.footer .wd-social span {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-right: 16px;
}

#subscribe-form {
  position: relative;
  margin-top: 24px;
}
#subscribe-form .icon-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #a3abb0;
}

#subscribe-form input {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  padding: 12px 16px;
  border-color: transparent;
  border-radius: 999px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  color: #a3abb0;
  font-style: unset;
}

#subscribe-form input::placeholder {
  font-size: 14px;
  line-height: 19.6px;
  color: #a3abb0;
  font-style: unset;
}

#subscribe-form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: 0;
}
#subscribe-form button .icon {
  font-size: 20px;
  color: #a3abb0;
}

.navigation-menu-footer li a {
  position: relative;
}

.navigation-menu-footer li a::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0px;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #1563df;
}

.navigation-menu-footer li a:hover {
  color: #1563df;
}

.navigation-menu-footer li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.ft-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}

.ft-download li:not(:last-child) {
  margin-bottom: 10px;
}

/* #Progress
================================================== */

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  box-shadow: 0px 10px 25px 0px rgba(54, 95, 104, 0.1019607843);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background: var(--emmanuel-white);
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: "\f148";
font-family: var(--emmanuel-icon-font)!important;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  font-weight: 900;
  color: var(--emmanuel-primary-color);
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap svg path {
  fill: var(--emmanuel-white);
  box-sizing: border-box;
  stroke: var(--emmanuel-primary-color);
  stroke-width: 5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}




/*================================================
Inner Area CSS
=================================================*/
.uni-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/footer-bg.jpg");
  position: relative;
}
.uni-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.uni-banner-text-area {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.uni-banner-text-area h1 {
  font-size: 48px;
  font-weight: 700;
  color: var(--whiteColor);
  font-family: var(--fontFamily);
  margin-bottom: 15px;
}
.uni-banner-text-area ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.uni-banner-text-area ul li {
  display: inline-block;
  margin: 0px 10px;
  position: relative;
  color: var(--mainColor);
  font-weight: 500;
  font-size: 15px;
  font-family: var(--fontFamily);
}
.uni-banner-text-area ul li a {
  color: var(--whiteColor);
}
.uni-banner-text-area ul li::after {
  content: "\f280";
  font-size: 12px;
  font-family: var(--emmanuel-icon-font);
  font-weight: 600;
  position: absolute;
  right: -18px;
  top: 55%;
  transform: translateY(-50%);
}
.uni-banner-text-area ul li:last-child::after {
  display: none;
}
.uni-banner-text-area ul li:first-child {
  margin-left: 0px;
}



/**********************************/
.portfolio-menu {
    text-align: center;
}
.portfolio-menu ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 7px 15px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all 0.5s ease;
}
.portfolio-menu ul li.btn-tabbed {
    background-color: transparent;
    border: none;
    margin: 0;
    border-radius: 0;
    color: var(--emmanuel-secondary-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    padding: 6px 20px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.portfolio-menu ul li.btn-tabbed.active {
    background-color: var(--emmanuel-primary-color);
    color: var(--emmanuel-white);
}

.portfolio-item .item {
    float: left;
    margin-bottom: 10px;
}

.img-zoom {
    transform: scale(1);
    transform-origin: center;
    transition: transform 1.8s cubic-bezier(0.2, 1, 0.2, 1);
}

.card-split-hover:hover .img-zoom {
    transform: scale(1.1);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.card-overlay .overlay-items li {
    transition: opacity 0.25s ease 0.2s, visibility 0.25s ease 0.2s,
        transform 0.25s ease 0.2s;
    transition-duration: 0.25s, 0.25s, 0.25s;
    transition-delay: 0.2s, 0.2s, 0.2s;
    display: block;
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.card-hover .card-overlay::before,
.card-split-hover .card-overlay::before {
    opacity: 0;
}

.card-overlay::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: -1;
    background: linear-gradient(
        0deg,
        rgba(8, 7, 19, 0.8) 0,
        rgba(8, 7, 19, 0.35) 25%,
        rgba(8, 7, 19, 0) 50%
    );
    transition: background-color, opacity 1.2s ease;
}

.card-split-hover .card-overlay {
    opacity: 0;
    transition: all 0.15s;
}

.card-split-hover {
    will-change: transform;
    /* border-radius: 12px */
    width: 100%;
    border-radius: 30px 30px 0 30px;
    transition: 0.5s all ease;
}

.card-split-hover:hover .card-overlay::before {
    opacity: 1;
}

.card-split-hover .card-overlay {
    opacity: 0;
    transition: all 0.15s;
}

.card-split-hover:hover .card-overlay {
    opacity: 1;
    display: flex;
}

.card-split-hover .card-overlay::before {
    opacity: 0;
}

.card-split-hover:hover .card-overlay::before {
    opacity: 1;
}

.card-overlay::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: -1;
    background: linear-gradient(
        0deg,
        rgba(35, 14, 104, 0.671) 0,
        rgba(105, 84, 244, 0.35) 35%,
        rgba(20, 8, 158, 0) 50%
    );
    transition: background-color, opacity 1.2s ease;
}

.card-overlay {
    will-change: transform;
    transition: opacity 1.1s cubic-bezier(0.5, 0, 0, 1) 0.3s,
        transform 1.1s cubic-bezier(0.5, 0, 0, 1) 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.card-split-hover .card-overlay .overlay-items li {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
}

.card-hover:hover .overlay-items li,
.card-split-hover:hover .overlay-items li {
    opacity: 1;
    transform: translateZ(0);
    transition-duration: 0.6s;
}

.card-hover:hover .overlay-items li:first-child,
.card-split-hover:hover .overlay-items li:first-child {
    transition-delay: 0.1s;
}

/******************************************************/






/*****************************************/

.banner-text-part{
	
	
}
 
 
.banner-text-part h1 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 15px;
}
 .banner-text-part h5 {
	color: #fff;
  }
.banner-text-part h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.7s;

}
.banner-text-part p,.carousel-vertical .news-content{
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.9s;

}
.banner-text-part h5 {
  animation-duration: 1.0s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.7s;

}


.carousel-fade .carousel-inner .active {
    opacity: 0.9;
  }
  
  @-webkit-keyframes zoom {
  
  
    0%, 100% {
      -webkit-transform: scale(1, 1);
      opacity: 1;
    }
  
    45%, 55% {
      -webkit-transform: scale(1.5, 1.5);
      opacity: 1;
    }
  
    50%, 54% {
      opacity: 0.2;
    }
  }
  
  @keyframes zoom {
  
  
    0%, 100% {
      transform: scale(1, 1);
      opacity: 1;
    }
  
    45%, 55% {
      transform: scale(1.5, 1.5);
      opacity: 1;
    }
  
    50%, 54% {
      opacity: 0.2;
    }
  }
  
  .carousel-inner .carousel-item>img {
    -webkit-animation: zoom 30s;
    animation: zoom 30s;
  }
