/********** Template CSS **********/
:root {
    /* --primary: #D81324; */
    /* --primary:#57310D; */
    --primary:#09507D;
    /* --secondary: #0B2154; */
    /* --secondary:#FEC557; */
    /* --secondary:#D9A673; */
    --secondary:#071c34;
    /* --hover-btn:#57310df6; */
    --hover-btn:var(--secondary);
    /* --secondary:#F5ECE1; */
    --light: #F2F2F2;
    --dark: #111111;
    /* --mon-:"montserrat"; */
    --mon-:"Nunito";

}
.row{
    margin-right: 0px !important;
}
.star-color{
    color: #ffc200;
}

.bg-light-color{
    background-color: #57310d48;
}
.text-color{
    color: var(--primary);
}
.text-color-secondary-color{
    /* color: #c3772c; */
    color: var(--secondary);
    font-weight: 700;
}
.text-color-secondary{
    color: var(--secondary);
}
.bg-light{
    border: 1px solid #ededed;
}
.bg-color{
    background-color: var(--primary);
}
.bg-color-transprent{
    background-color: var(--secondary);
}
p{
    font-family:var(--mon-) ;
    font-size: 18px;
    color: #000;
}
h1, h2{
    font-size: calc(0.85rem + 1.5vw) !important;
    
    font-weight: 700 !important;
}
h4{
    font-family: var(--mon-);
}
h5{
    font-family:var(--mon-) ;
    font-size: 18px !important;
    color: #000;
}
.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** 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-btn-button a{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none; 
}
.btn-btn-button{
    padding: 10px 30px;
    background-color:var(--secondary);
    border: none;
}
.btn-btn-button:hover{
    background-color: var(--secondary);
    transition: all ease 0.5s;
}
.btn-btn-button a:hover{
    color: #ffff;
}

.button-btn{
    padding: 10px 30px;
    background-color:var(--primary);
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
}
.button-btn:hover{
    background-color: var(--hover-btn);
    color: #fff;
    transition: all ease 0.5s;
}
.btn-button{
    padding: 10px 30px;
    background-color:var(--primary);
    border: none;
    
}

.btn-button a{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
}
.btn-button:hover{
    background-color: var(--hover-btn);
    transition: all ease 0.5s;
    /* border: 2px solid var(--secondary) !important; */
}
.btn-button a:hover{
    color: #ffff;
}
.btn-button-transprent{
    background-color: transparent;
    border: 2px solid #fff !important;
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
    text-decoration: none !important;

}
.btn-button-transprent a{
   
}
.btn-button-transprent:hover{
    /* background-color: var(--secondary) !important; */
     /* border: 2px solid var(--secondary) !important; */
}
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
    padding: 0.275rem 0.375rem !important;
    
}
.btn:hover{
    /* background-color: var(--secondary); */
}
.btn-icon:hover{
    background-color: var(--secondary) !important;
    color: #fff;
}
/* .btn:hover{
    background-color: var(--secondary) !important;
} */

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.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;
    border-radius: 2px;
}

.topbar-start small{
font-family: "Nunito";
font-weight: 500;
color: #fff;
font-size: 17px;
}
.topbar-start a{
    font-family: "Nunito";
font-weight: 500;
text-decoration: none;
color: var(--primary);
}
.topbar-start a:hover{
    /* color: #fff; */
}
.topbar-start a:hover i{
    color: #fff;
}


/* ------------top-nav------ */
.topbar-start i{
    color: var(--primary);
}
/*** Navbar ***/
.navbar a{
    /* font-family: "Nunito"; 
    font-weight: 800 !important; */
}
.navbar .navbar-nav a{
    /* font-weight: 600 !important; */
    font-size: 16px !important;
    font-family: "Nunito"; 
    font-weight: 800 !important;
    /* border-bottom: 1px dotted gray; */
   
}
.navbar .dropdown-menu a{
    /* border-bottom: 1px dotted gray; */
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color:#000 !important;
    font-size: 17px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary)  !important;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
    .navbar .dropdown-menu a{
        border-bottom: 1px dotted gray ;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--secondary);
    font-weight: 600;
}

.navbar-light.sticky-top {
    /* top: -100px;
    transition: .5s; */
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
    .navbar .nav-item .dropdown-menu a:hover{
        background-color: var(--secondary);
        color: #fff;

    }
    .navbar .nav-item .dropdown-menu a{
        border-bottom: 1px dotted gray;
        color: #000;
        font-weight: 700 !important;
        padding: 10px;
    }
}
@media screen and (max-width:441px){
    .navbar .navbar-brand img{
        height: 55px !important;
    }

}

/*** Header ***/
.header-container-section .carousel-control-prev {
    /* left: -30px !important; */
    width: 8% !important;
}
.header-container-section .carousel-control-next {
    /* right: -30px !important; */
    width: 8% !important;
}
.header-container-section h2{
    font-weight: 600;
    font-size: 46px;
}
.carousel-caption {
    top: 0;
    left: 0 !important;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 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 {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), url(./img/about/banner.jpg) top center no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(0, 0, 0, .7);
}
.page-header .banner-section{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.breadcrumb-item{
    font-weight: 500;
}
.breadcrumb-item a{
    text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    /* display: flex; */
}


/* -------------------about----------------- */
.about-container{
    /* display: flex; */
    /* align-items: center; */
    /* flex-direction: column; */
}


@media screen and (max-width:441px){
    .about-container{
        display: flex;
        /* align-items: center; */
        /* flex-direction: column-reverse !important; */
    }
}
@media screen and (max-width:441px){
    .services-container .about-btn{
        display: none;

}
}


/*** About ***/
.about-section-head span{
    font-size: 18px;
    font-family: var(--mon-);

}
.about-left-section h4, 
.about-left-section p{
    font-weight: 600;
}
.about-experience {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -45px;
    bottom: -45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:441px){
    .about-container.g-5 {
        --bs-gutter-y: -2rem !important;
    }
    .about-container .year-section{
        bottom: 78px !important;
    }
    .about-container .about-btn{
        display:flex ;
        align-items: center;
        justify-content: center;
    }
    .about-section-container h1,
    .about-section-container h6{
        text-align: center;
    }

 
}

.why-choose-section h5{
    font-weight: 600;

}
.why-choose-section{

}
.why-choose-section-img img{
    border: 5px solid var(--secondary);
}

.why-choose-section-img{
    /* border: 5px solid var(--secondary); */
}
.why-choose-section span{
    font-size: 18px;
    font-family: var(--mon-);
}
@media  screen and (max-width:441px) {
    .why-choose-section .box-section{
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .why-choose-heading-tag h2, .why-choose-heading-tag h6{
text-align: center;

    }

    
}


/*** Features ***/
.feature {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/feature.jpg) left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}

.experience .nav-pills .nav-link {
    color: var(--dark);
}

.experience .nav-pills .nav-link.active {
    color: #FFFFFF;
}

.experience .tab-content hr {
    width: 30px;
}














/*** Service ***/


.image-section-part{
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-section-partone{
    display: flex;
    align-items: center;
    justify-content: center;
}



.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: var(--primary);
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}
.our-services p{
    /* text-align: justify; */
}

/* .service-item {
    height: 320px;
    background: #F4F5F8;
    transition: .5s;
  }
  
  .service-item:hover {
    background: #222429;
  }
  
  .service-item h4 {
    transition: .5s;
  }
  
  .service-item:hover h4,
  .service-item:hover p{
    color: #F4F5F8;
  } */
  





  











  /* -----------------project0--------------- */
  
/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.portfolio-inner img {
    transition: .5s;
}

.portfolio-inner:hover img {
    transform: scale(1.1);
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.portfolio-inner:hover .portfolio-text {
    bottom: 0;
    opacity: 1;
}








/*** Blog Start ***/
.services-container h2 span,
.services-container h2
{
    font-size: calc(0.85rem + 1.5vw) !important;
}
.services-container .blog-content a{
text-decoration: none;
color: #000;
}
.services-container .blog-content:hover a{
    /* color: #000; */
}
.services-container .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.services-container .blog-item:hover {
    /* box-shadow: 0 0 45px rgba(0, 0, 0, .2); */
}

.services-container .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.services-container .blog-item .blog-content::after {
    /* content: "";
    position: absolute;
    width: 0;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    background-color: #57310da9;
    transition: 0.5s; */
}
.services-container .blog-item:hover .blog-content::after {
    /* width: 100%; */
}
.services-container .blog-item .blog-img::after {
    /* content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.5s; */
}

.services-container .blog-item:hover .blog-img::after {
    /* height: 100%; */
}

.services-container .blog-item .blog-img img {
    transition: 0.5s;
}

.services-container .blog-item:hover .blog-img img {
    transform: scale(1.2);
}  

.services-container .blog-item .blog-content {
    position: relative;
    background: var(--light);
}

.services-container .blog-item .blog-content .blog-date {
    /* position: absolute;
    top: 0; 
    left: 25px; 
    transform: translateY(-50%);
    padding: 12px 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: var(--primary); */
}

.services-container .blog-item .blog-content .blog-comment {
    display: flex;
    justify-content: space-between;
}

/* ----------owl-nav------- */
.services-container .owl-nav .owl-prev span,
.services-container .owl-nav .owl-next span{
    padding: 10px 10px !important ;
    background-color: var(--secondary) !important;
}
.services-container .owl-nav .owl-prev,
.services-container .owl-nav .owl-next{
    background-color: var(--secondary) !important;
    color: #fff !important;
}
.services-container .owl-nav .owl-prev span:hover,
.services-container .owl-nav .owl-next span:hover{
    background-color: var(--primary) !important;
    transition: all ease 0.9s;
}
.services-container button.owl-prev {
    position: absolute;
    width: 25px;
    left: -35px !important;
    /* right: 2px !important; */
    top: 220px;
}
.services-container button.owl-next {
    position: absolute;
    width: 25px;
    /* left: -35px !important; */
    right: -35px !important;
    top: 220px;
}
@media screen and (max-width:767px){
    .services-container .owl-nav .owl-prev span,
    .services-container .owl-nav .owl-next span{
        display: none !important;
    }
}
@media screen and (min-width:768px){
    .services-container .owl-dots{
        display: none;
    }
}
.services-container .owl-theme .owl-dots .owl-dot span {
    background:var(--secondary) !important;
   
  
}

/* element.style {
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
} */

.services-container .owl-theme .owl-dots .owl-dot.active span
 {
    background:var(--primary) !important;
}
/* .owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
} */
/* .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    background: red;
} */
/*** Blog End ***/







/*** testimonial Start ***/
.testimonial .owl-carousel.testimonial-carousel {
    position: relative;
}

.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content {
    position: relative;
    border-radius: 10px;
    background: var(--bs-light);
}

.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    bottom: -20px;
    left: 30px;
    transform: rotate(45deg);
    background: var(--bs-light);
    z-index: -1;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    font-size: 40px;
    color: var(--bs-primary);
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
    margin-right: 40px;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-secondary);
}

/*** testimonial end ***/


/* ---------------------brand-logo-------------------- */
.customer-logos .slide{
    border: 1px solid gray !important;
    padding: 5px 25px;
}
.customer-logos .owl-nav {
    display: none !important;
}
/* ---------------------brand-logo-------------------- */




/* -------service-page----------- */
.border-line {
    border: 1px solid var(--primary)!important;
}
ol, ul{
    padding-left: 0rem !important;
}
.service-benefit li{
    list-style: none;
    padding-right: 0px !important;
    padding-left: 0px !important;
    color: #000;
    font-family: var(--mon-);
    font-weight: 500;
    font-size: 18px;
    display: flex;
}
.service-section-box{
    padding: 50px 0px 0px 0px;
}
@media screen and (max-width:768px) {
    .service-section-box{
        padding: 0px 0px 0px 0px !important;
    }
    
}
.service-section-container{
    /* padding: 0px 50px !important; */
}
.second-image-reverse{
    /* background-color: #7F8499; */
}
.service-section-container{
    /* padding: 0px 50px !important; */
}
/* -------service-page----------- */
/* ---------------about-page------- */
@media  screen and (max-width:768px) {

    .second-image-reverse {
        display: flex;
        flex-direction: column-reverse;
    } 
    .service-section-container .about-btn{
        display: flex;
       align-items: center;
       /* justify-content: center; */
    }
    .service-section-container .about-btn .button-btn{
        padding: 10px 20px !important;
    }
}

/* ---------------about-page------- */

/* ------contact-page */
.contact-section-container .contact-box{
    display: flex;
    /* align-items: center; */
    flex-direction: column;

}
.contact-section-container .contact-box li{
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--mon-);
}
.contact-section-container .contact-page-bg{
    background-color: #1f2e4e;
}
.right-side-contact h4{
    font-family: var(--mon-);
    font-weight: 700;
}
.contact-box-icon i{
    color: var(--primary);
    font-size: 24px;
    background-color: #fff;
    padding: 10px;
}
.contact-box-icon i:hover{
    background-color: var(--secondary);
    color: #fff
}

/* ------contact-page */



/* -------------------------------------------CONTACT PAGE START------------------------------------------------- */
.contact-sec .contact-page-sec {
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact-sec .contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.contact-sec .contact-info-icon {
    margin-bottom: 15px;
}

.contact-sec .contact-info-item {
    /* background: #09507D; */
    background-color: var(--secondary);
    padding: 12px 0px;
}

.contact-sec .contact-page-sec .contact-page-form h2 {
    color: #071c34;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
}

.contact-sec .contact-page-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
}

.contact-sec .contact-page-form.contact-form input {
    margin-bottom: 5px;
}

.contact-sec .contact-page-form.contact-form textarea {
    height: 110px;
}

.contact-sec .contact-page-form.contact-form input[type="submit"] {
    background: var(--secondColor);
    width: 150px;
    border-color: #071c34;
}

.contact-sec .contact-info-icon i {
    font-size: 35px;
    color: #ffffff;
}

.contact-sec .contact-info-text p {
    margin-bottom: 0px;
}

.contact-sec .contact-info-text h2 {
    color: #fff;
    font-size: 22px !important;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: var(--mon-);
}

.contact-sec .contact-info-text span a {
    color: #ffffff;
    text-decoration: none;
}

.contact-sec .contact-info-text span {
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-family: var(--mon-);
}

.contact-sec .contact-page-form input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    /* margin-bottom: 20px; */
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
}

.contact-sec .contact-page-form .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0;
}

.contact-sec .single-input-field textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    width: 100%;
    height: 120px;
    padding: 12px 16px;
    border-radius: 4px;
}

.contact-sec .single-input-fieldsbtn input[type="submit"] {
    /* background: #09507D none repeat scroll 0 0; */
    background: var(--primary) none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
}

.contact-sec .single-input-fieldsbtn input[type="submit"]:hover {
    /* background: #071c34; */
    background: var(--secondary);
    transition: all 0.4s ease-in-out 0s;
    /* border-color: #071c34 */
}

.contact-sec .single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px;
}

.contact-sec .contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.contact-sec .contact-page-map {
    margin-top: 36px;
}

.contact-sec .contact-page-form form {
    padding: 20px 15px 0;
}

/* -------------------------------------------CONTACT PAGE START------------------------------------------------- */
/* ------contact-page */





/*** Footer ***/
.footer .copyright a{
    font-size: 17px;
}
.footer a{
    text-decoration: none;
    
}
.footer i{
    color: #fff;

}
.footer {
    color: #ffffff;
    font-family: var(--mon-);
}

.footer .btn.btn-link {
    display: flex;
    margin-bottom: 0px;
    padding: 0;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    font-size: 17px;
    font-family: var(--mon-);
}
.footer span{
    color: #fff;
    font-family: var(--mon-);
    font-size: 18px;
}
.footer p,
.footer a{
    font-family: var(--mon-);
    color: #fff;
}
.footer a{
    color: #fff;
}
.footer a:hover{
    color: #fff;
}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffffff;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    /* color: var(--secondary); */
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #7F8499;
    border: 1px solid #7F8499;
}

.footer .btn.btn-square:hover {
    color: var(--light);
    border-color: var(--secondary);
    background-color: var(--secondary);
}

.footer .copyright {
    padding: 10px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
    background-color: var(--secondary);
}

.footer .copyright a {
    color: var(--primary);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
@media screen and (max-width:441px){
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 100%;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .footer .px-5 {
        padding-right: 0rem!important;
        padding-left: 1rem!important;
    }
    .footer .text-light-links{
        padding-top: 20px;
    }
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 20px;
    /* background-color: #25d366; */
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    padding: 10px 13px !important;
    background-color: var(--primary) !important;
    color: #fff !important;
    border: none;
}
