/********** Template CSS **********/
body{
        
}
p{
     font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400 !important; 
    line-height: 25px; 
    color: #000; 
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Saira",sans-serif;
    font-weight: 600;
    line-height: 1.2;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    color: var(--primary);
    background: transparent;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    background: #bb0672;;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}


.navbar .navbar-nav .nav-link {
    margin-right: 26px;
    padding: 25px 0;
    color: #003580;
    font-weight: 500;
    outline: none;
    font-size: 17px;
}


.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: #000000 !important;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: var(--dark);
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #0000002b;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--dark);
    border: 12px solid var(--dark);
    border-radius: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgb(0 0 0 / 12%), rgb(0 0 0 / 38%)), url(../img/about-page-1.jpg) center center no-repeat;
    background-size: cover;
}
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Causes ***/
.causes-item .progress {
    height: 5px;
    border-radius: 0;
    overflow: visible;
}

.causes-item .progress .progress-bar {
    position: relative;
    overflow: visible;
    width: 0px;
    border-radius: 0;
    transition: 5s;
}

.causes-item .progress .progress-bar span {
    position: absolute;
    top: -7px;
    right: 0;
    width: 40px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: var(--primary);
    color: #FFFFFF;
}

.causes-item .causes-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.causes-item:hover .causes-overlay {
    height: 100%;
    opacity: 1;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
}


/*** Donate ***/
.donate {
    background: rgba(0, 29, 35, .8);
}

.btn-group .btn-light:hover,
.btn-group input[type="radio"]:checked+label {
    color: var(--primary);
    border-color: var(--primary);
}


/*** Team ***/
.team-item img {
    position: relative;
    top: 0;
    transition: .5s;
}

.team-item:hover img {
    top: -30px;
}

.team-item .team-text {
    position: relative;
    height: 100px;
    transition: .5s;
}

.team-item:hover .team-text {
    margin-top: -60px;
    height: 160px;
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: #003580;
    transform: scale(1);
    color: #fff;
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {

}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background: var(--primary) !important;
} 

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255,255,255,0.5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: rgba(255,255,255,0.5);
    border: 1px solid rgba(255,255,255,0.5);
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.text-primary {
    color: #ffffff !important;
}

.btn-primary {
    color: #000;
    background-color: #003580;
    border-color: #003580;
}


.services-carousel .owl-nav .owl-prev, .services .owl-nav .owl-next {
    position: relative;
    color: #000;
    font-size: 45px;
    transition: .5s;
}

.services-carousel .owl-nav {

    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}


.services-carousel .owl-nav .owl-prev, .services-carousel .owl-nav .owl-next {
    position: relative;
    color: #000;
    font-size: 45px;
    transition: .5s;
}
.owl-carousel.services-carousel .services-item.bg-white.text-center.h-100 {
    margin: 3px 10px 6px 10px;
}
.contaned-t {
    padding: 0px 14px 26px 14px;
}
.hover06 figure:hover img, .w3_agile_services_grid:hover .hover06 figure img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
}
.hover06 figure img {
    -ms-transform: rotate(5deg) scale(1.4);
    -o-transform: rotate(5deg) scale(1.4);
    -moz-transform: rotate(5deg) scale(1.4);
    -webkit-transform: rotate(5deg) scale(1.4);
    transform: rotate(5deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
}

.agile_services_grid figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.agile_services_grid {
    position: relative;
}
.w3_agile_services_grid {
    text-align: center;
}


.owl-carousel.popular-carousel.wow.fadeInUp.owl-loaded.owl-drag .popular-item.text-center {
    margin: 1px 10px 1px 1px;
}

.btn-outline-primary {
    color: #fff;
    border-color: #003580;
    background: #003580;
}

small, .small {
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 1px;
}

.primary-bg {
    background-color: #003580;
}

.booking-form p input {
    width: 100%;
}


.booking-form-inner {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    padding: 40px 30px;
}

.booking-form-inner h3, .sidebar .booking-form-inner p {
    text-align: center;
    color: #ffffff;
}

.booking-form p {
    padding: 0 10px;
    width: 100%;
    margin-bottom: 20px;
}
.booking-form p input {
    width: 100%;
    height: 45px;
}

.booking-form p.width-5 {
    width: 50% !important;
    float: left;

}

.booking-form p button:hover {
    background-color: #174B90;
    border-color: #174B90;
}
.outline-btn {
    padding: 15px 30px;
    border: 2px solid #3A78C9;
    color: #3A78C9;
    display: inline-block;
    position: relative;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    -ms-transition: background-color 0.3s, border-color 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}

.outline-btn, .round-btn {
    font-size: 16px;
    line-height: 1.1;
    padding: 17px 30px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    text-transform: uppercase;
}

.booking-form p button {
    width: 100%;
}

p.width-5 label {
    margin-bottom: 10px;
}


.paragraph {
    text-align: justify;
}

.bg-info {
    background: #d34216 !important;
}

.sidebar_section_title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #00337d;
    text-transform: uppercase;
    line-height: 0.75;
    background-color: #f7f7f7;
    padding: 20px;
    border-left: #00337d solid;
}

.icon i {
    background: #003580;
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
}

.bg-info h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}

h3.heading1 {
    font-size: 20px;
}

.line {
    width: 70px;
    height: 3px;
    background: #00337d;
}

.padding-top15{
    padding-top: 15px;
}


.bg-darka h1{
color: #fff !important;
}

.booking input[type=text], select, textarea {
    width: 100%;
    padding: 7px;
    border: 1px solid #003580;
    border-radius: 4px;
    margin-bottom: 10px;
    resize: vertical;
    margin-top: -7px;
}

.booking label {
    color: black;
    padding: 12px 12px 12px 0;
    display: inline-block;
    font-size: 16px;
}

.booking input[type=submit] {
    background-color: #003580;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
   width: 100%;
   margin-top: 30px;
}

nav.navbar.navbar-expand-lg.navbar-dark.py-lg-0.px-lg-5.wow.fadeIn {
    background: #fff;
}
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
      left: 20px;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 120px;
    left: 10px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #003580;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.btn-outline-primary {
    color: #fff;
    border-color: #bb0672;
    background:#bb0672;
}

.text-light {
    color: #fff !important;
}
.style  attribute {
    background-color:#d7e8ba !important;
    visibility: visible  !important;
    animation-delay: 11.1s  !important;
    animation-name: fadeIn  !important;
}
.element.style {                                                         
    background-color:#044d70 !important;
    visibility: visible;
    animation-delay: 0.1s;
    animation-name: fadeIn;
}
.text-white {
    color: #fff !important;

}
.testimonial-text {
    background: #af066b  ! important;
    transform: scale(1);
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff !important;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}
.footer .btn.btn-square {
    color: #fff;
    border: 1px solid #92055e ;
}
a.btn.btn.px-5.py-2.px-3.me-3 {
    color: white;
    background-color: #fb7750;
}
.container-fluid.copyright {
    background-color: #3f679f;
    color: white;
}
.new-css-5 {
    background-color: #f34f50;
    color: white;
    margin-left: 118px;
    margin-right: 118px;
    border-radius: 10px;
}
.new-css-4 {
    background-color: #fbf9f7;
    color: #0264b0;
    margin-left: 27px;
    margin-right: 385px;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;

}
.list-style-one li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.about-1 {
    background-color: #FFFFFF;
    background-image: url(../img/bg-sc-home-2.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -47px;
}
 .heading-about{
    font-size: 27px;
 }
 .samll-heading{
    font-size: 17px;
    color: #000;
 }
.form-2{
    background-image: url(../img/home-2.jpg);
     background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
   }


div#header-carousel {
    margin-top: 65px;
}

.icon-box .icon-box-icon {
    display: table-cell;
    vertical-align: top;
    font-size: 30px;
    color: #fff;
    width: 50px;
    padding-top: 8px;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.icon-box-title {
    margin-top: 20px;
}
H4.icon-title {
    color: #fff;
    font-size: 22px;
}
.new-css-2{
    background-color: #ff6f0f;
}
.image-t2 {
    margin-top: 24px;
}


.btn-2 {
    color: black;
    list-style-type: circle;
   line-height: 32px;
   text-align: justify; 
}


.form-bg {
    background-color: #bb0672;
    padding: 20px;
}
.loan-form .form-control {
    border-radius: 0;
    font-size: 1rem;
    font-weight: 400;
    height: 39px;
    display: inline;
    border-radius: 4px;
}

.form-head h1 {
    color: #fff;
    background-color: #ea1567;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    border-radius: 60px;
    margin-bottom: 10px;
    font-weight: 500;
}

.form-f {
    margin-bottom: 12px;
}

.btn-submit {
    background-color: #ffdf06;
    padding: 8px 35px;
    font-weight: 500;
    border-radius: 50px;
}
.silder-banner {
    text-align: left;
    margin-top: 30px;
}
.silder-banner a{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.silder-banner h1{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}
.silder-banner p{
    color: #fff;
    
}

.btn-get-started {
    font-weight: 400!important;
    font-size: 16px !important;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: .5s;
    line-height: 1;
    color: #fff;
    animation-delay: .8s;
    background: #bb0672;
}

.form-bg textarea.form-control.form-f {
    height: 80px;
    margin-top: 4px;
}

form.contat {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 5%);
    padding: 30px;
    text-align: center;
}

.site-btn {
    background: black;
    border: none;
    color: #fff;
    padding: 12px 24px 10px 25px;
    border-radius: 4px;
}
form.contat h3 {
    margin-bottom: 20px;
}

.contat select#country {
    background: #fff;
    margin-bottom: 20px;
    margin-top: 18px;
}

ul.point-web li {
    line-height: 36px;
    color: #000;
    text-align: justify;
    margin-left: 15px;
}
ul.point-web  {
    padding: 0px;
}

.hading {
    font-size: 25px;
}
.heding-new{
    padding: 25px 28px 22px 8px;
    margin: 10px;
    border-radius: 103px;
}
.book-an{
    background-color: #f3e9e6;
    border-radius: 7px;
    margin-top: 36px;
    margin-left: 84px;
}
.btn-new {
    margin-top: 57px;
}
a.btns.btn-outline-primary.px-3 {
  padding: 23px 48px 33px 28px;
    border-radius: 5px;
    font-size: 20px;

}
.footer-new {
    padding-left: 100px;
}
span.per {
    font-size: 16px;
    margin-left: 17px;
}
