﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

a{
    text-decoration:none;
    color:#fff;
}


p {
    text-align: justify;
    color: grey;
    font-family: "Ubuntu", sans-serif;
    font-size:15px;
}
::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background: #000;
}

::-webkit-scrollbar-thumb {
    background-color: #e37c00;
    -webkit-border-radius: 1ex;
}
.topbar {
    background: linear-gradient(29deg, #004636, #008328);
}
.topbar a{
    color:#fff;
    font-size:15px;

}
.topbar i{
    color:#fff;
}
.topbar p{
    color:#fff;
    font-size:15px;
}
.navbar .navbar-brand img{
    width:180px;
}
.navbar {
    background-color: #040916;
}
    .navbar .nav-link {
        color:#fff!important;
    }
    .navbar .navbar-nav {
        margin-left:100px;

    }
    .navbar .nav-item {
        margin-left: 50px;
    }

    .navbar .active {
        color: #e37c00 !important;
        font-weight:600;
    }
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #00000059, #00000054);
}
.carousel-caption {
    bottom: 10.25rem;
}
    .carousel-caption h5 {
        color: #ffb300;
        font-weight: 700;
    }
    .carousel-caption h2 {
        color: #fff;
        font-size:30px;
        font-weight:700;
    }
.section_one h5 {
    color: #e37c00;
    font-weight: 700;
}
.section_one h2 {
    font-size: 35px;
    color: #002e56;
    font-weight: 700;
}

.section_one img {
    border-radius:15px;
}
.section_two h2 {
    font-size: 35px;
    color: #002e56;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.section_two .card {
    border: none;
    padding: 20px;
}
    .section_two .card h4 {
        color: #e37c00;
        font-weight: 700;
    }
    .section_two .card p b {
        color: #626262;
    }

.section_three h2 {
    font-size: 35px;
    color: #002e56;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom:1px solid #ccc;
}
.section_three .card{
    border:none;
    padding:15px;
    margin-bottom:15px;
}
.section_three .card img{
    width:100%;
    height:150px;
}
    .section_three .card h6 {
        color: #484848;
        font-size: 20px;
        font-weight: 600;
    }

.section_four {
    background-image: linear-gradient(#00000047, #00000069), url(../images/section_four.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
    .section_four h2 {
        font-size: 35px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 15px;
        border-bottom: 1px solid #fff;
    }
.slider {
    max-width: 1100px;
    display: flex;
}

    .slider .card {
        flex: 1;
        margin: 0 10px;
        background: #00000061;
        height:420px;
    }

        .slider .card .img {
            height: 200px;
            width: 100%;
        }

            .slider .card .img img {
                height: 100%;
                width: 100%;
                object-fit: cover;
            }

        .slider .card .content {
            padding: 10px 20px;
        }

            .slider .card .content .title {
                font-size: 25px;
                font-weight: 600;
                color:#fff;
            }

            .slider .card .content p {
                text-align: justify;
                margin: 10px 0;
                color:#fff;

            }


.section_five h2 {
    font-size: 35px;
    color: #002e56;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.section_five .accordion-button {
    color: #e37c00;
}

footer{
    background-color:#000;
    padding:20px;
}
    footer img {
    width:250px;
    margin-bottom:15px;
    }
    footer p {
        color:#fff;
    }
    footer h3 {
        color: #e37c00;
        font-weight: 700;
    }
    footer p i {
        color: #e37c00;
        background-color: #fff;
        padding: 10px;
        border-radius: 50px;
    }
        footer p i:hover {
            color:#fff;
            background-color: #e37c00;
        }
    footer ul{
        list-style-type:none;
    }
    footer a:hover {
        color: #e37c00;
    }

.section_banner {
    background-image: linear-gradient(#00000014, #0000), url(../images/section_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
    .section_banner h2 {
        text-align: center;
        color: #e37c00;
        font-weight:700;
        font-size:35px;
    }
                 
    .section_banner p {
        text-align: center;
        color: #fff;
        font-weight:700;
    }
                  
    .section_banner a {
        text-align: center;
        color: #fff;
        font-weight:700;
    }

        .section_banner a:hover {
            text-align: center;
            color: #e37c00;
            font-weight: 700;
        }

.section_six .card {
    border: none;
    padding: 20px;
    margin-bottom: 15px;
    background-color: #002c48;
    height: 230px;
}
    .section_six .card i {
        margin-bottom: 15px;
        font-size: 35px;
        color: #e37c00;
        background-color:#fff;
        border-radius:50px;
        border:1px solid #fff;
        padding:10px;
    }
    .section_six .card a {
       text-align:center;
        font-size: 18px;
        color: #fff;
    }
    .section_six .card p {
       text-align:center;
        font-size: 18px;
        color: #fff;
    }
.fa-solid {
    animation: fa-fa 5s infinite;
}
.fa-brands {
    animation: fa-fa 5s infinite;
}
@keyframes fa-fa {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    5% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -15deg);
        -moz-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -15deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -15deg);
    }

    10% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 25deg);
        -moz-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 25deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 25deg);
    }

    15% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
        -moz-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
    }

    20% {
        -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
        -moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
        transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    }

    80% {
        -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
        -moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
        transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    }

    85% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
        -moz-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
    }

    90% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


.btn-slide2 {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 200px;
    line-height: 50px;
    padding: 0;
    border-radius: 50px;
    background: #e37c00 !important;
    border: 2px solid #e37c00 !important;
    margin: 10px;
    transition: .5s;
}

.btn-slide2 {
    border: 2px solid #efa666;
}

.btn-slide:hover {
    background-color: #0099cc;
    color: #fff;
}

.btn-slide2:hover {
    background-color: #fff !important;
}

    .btn-slide:hover span.circle, .btn-slide2:hover span.circle2 {
        left: 100%;
        margin-left: -45px;
        background-color: #e37c00 !important;
        color: #fff;
    }

    .btn-slide2:hover span.circle2 {
        color: #fff;
    }

    .btn-slide:hover span.title, .btn-slide2:hover span.title2 {
        left: 40px;
        opacity: 0;
    }

    .btn-slide:hover span.title-hover, .btn-slide2:hover span.title-hover2 {
        opacity: 1;
        left: 40px;
    }

.btn-slide span.circle, .btn-slide2 span.circle2 {
    display: block;
    /* background-color: #af00cf !important; */
    color: #e37c00;
    position: absolute;
    float: left;
    margin: 5px;
    line-height: 42px;
    height: 37px;
    width: 38px;
    top: 0px;
    left: 0px;
    transition: .5s;
    border-radius: 50%;
  
}

.btn-slide2 span.circle2 {
    background-color: #fff !important;
}

.btn-slide span.title,
.btn-slide span.title-hover, .btn-slide2 span.title2,
.btn-slide2 span.title-hover2 {
    position: absolute;
    left: 90px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    transition: .5s;
}

.btn-slide2 span.title2,
.btn-slide2 span.title-hover2 {
    color: #fff !important;
    left: 60px;
    top: -2px;
}

.btn-slide span.title-hover, .btn-slide2 span.title-hover2 {
    left: 80px;
    opacity: 0;
}

.btn-slide span.title-hover, .btn-slide2 span.title-hover2 {
    color: #e37c00 !important
}

.navbar-toggler {
    background-color: #fff;
}
#button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 80px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #button:hover {
        cursor: pointer;
        background-color: #333;
    }

    #button:active {
        background-color: #555;
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }

/* Styles for the content section */



.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    background: #ec8b00;
    width: 3rem;
    height: 3rem;
    padding: 1rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

    .call-buton .cc-calto-action-ripple i {
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        font-size: 1.2rem;
    }

    .call-buton .cc-calto-action-ripple:hover i {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

span.num {
    position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
}


@media only screen and (max-width:480px){
    #button {
        margin: 30px;
        right:0px;
    }
    .navbar .navbar-nav {
        margin-left: 0;
    }
    .topbar p {
        color: #fff;
        font-size: 12px;
    }
    .topbar a {
        color: #fff;
        font-size: 10px;
    }
    .navbar .nav-item {
        margin-left: 0;
    }
    .carousel-item img{
        height:300px;
    }
    .section_one h5 {
        font-size: 20px;
        margin-top: 10px;
    }
    .section_one h2 {
        font-size: 30px;
    }
    .section_two h2 {
        font-size: 27px;
    }
    .section_two .card h4 {
        font-size: 20px;
    }
    p {
        font-size: 13px;
    }
    .section_three h2 {
        font-size: 30px;
    }
    .section_three .card h6 {
        text-align:center;
    }
    .section_four h2 {
        font-size: 30px;
    }
    .section_five h2 {
        font-size: 30px;
    }
    .carousel-caption {
        bottom:25px;
    }
        .carousel-caption h5 {
            font-size: 16px;
        }
        .carousel-caption h2 {
            font-size: 25px;
        }
}