/********** Template CSS **********/

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.modal-title{
    color:white;
}

.fw-medium {
    font-weight: 500;
}


/*** 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;
}

.bg-dark{
    background-color: #000000 !important;
}
.text-dark{
    color: #000000 !important;
}
.text-indigo{
    color: #3487E8 !important;
}
.bg-indigo{
background-color: #3487E8 !important;
}
/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}
img, svg {
    vertical-align: middle;
    margin: -31px;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.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;
    border-radius: 50px;
    font-weight: normal;
}

.icon-box-primary,
.icon-box-light {
    position: relative;
    padding: 0 0 10px 10px;
    z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
    font-size: 60px;
    line-height: 0;
}

.icon-box-primary::before,
.icon-box-light::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    left: 0;
    bottom: 0;
    border-radius: 35px;
    transition: .5s;
    z-index: -1;
}

.icon-box-primary::before {
    background: var(--bs-primary);
}

.icon-box-light::before {
    background: var(--bs-light);
}



/*----------------

/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
    
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: var(--bs-dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

/* .navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
} */

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .sticky-top {
        margin-top: -34px;
    }

    .navbar {
        height: 68px;
    }

    .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;
    }
}
/* .bg-images{
    background-image: url('/images/backg.png'); background-size: cover; background-position: center;
} */

#header-carousel{
    margin-top: -7rem;
}
.First-slide{
    width: 105% !important;
    height: 641px !important;
    margin-top: 0rem;

}
.second-slide{
    width: 105% !important;
    height: 641px !important;
    margin-top: 0rem;

}
.third-slide{
    width: 105% !important;
    height: 641px!important;
    margin-top: 0rem;

}
.Four-slide{
    width: 105% !important;
    height: 641px !important;
    margin-top: 0rem;

}
/*** Header ***/
@media (min-width: 992px) {
    .header-carousel,
    .page-header {
        margin-top: -34px;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(3, 27, 78, .3);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--bs-primary);
    border: 15px solid var(--bs-primary);
}

@media (max-width: 767.98px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: relative;
        width: 100%;
        height: 400px;
        object-fit: inherit;
    }
}

.page-header {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/images.webp) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}


/*** Features ***/
.feature {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../images/img/bg.png) 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;
}


/*** About ***/
.First{
    width: 105% !important;
    height: 500px !important;
    margin-top: -7rem;
    OBJECT-FIT: inherit;
    margin-left: auto;
}
.about-fact {
    width: 220px;
    height: 220px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {
    .about-fact.mt-n130 {
        margin-top: -130px;
    }
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--bs-primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

/** product section **/
.product {
	background: #fff;
	padding-top: 60px;

}

.product .title {
	text-align:center;

}

.product .title h2 {
	font-size: 50px;
	line-height: 55px;
	color:#3487E8;
	font-weight: 500;
	text-transform: uppercase;
    margin-bottom: 27px;
    position: relative;
    padding-bottom: 8px;
}



.product .title span{
color:#070500;
font-size: 22px;
line-height: 28px;
margin-top: 20px;
}

.product-bg {
	
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.product-bg-white {
	background: transparent;
	
	padding-top: 80px;
	padding-bottom: 60px;
}
 .product-bg .product-bg-white .product-box {
    background: #f1f1f1;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 30px;
    padding: 62px 25px;

 }
 .product-bg .product-bg-white .product-box i img {width: 100%;}
 .product-bg .product-bg-white .product-box:hover {
 	background: #c9c9c9;
 }

 .product-bg .product-bg-white .product-box  h3 {
 	color: #020000;
 	font-weight: 500;
 	font-size: 17px;
 	line-height: 20px;
 	padding-top: 51px;
 }

 .product-bg .product-bg-white .product-box span {
 	color: #020000;
 	font-weight: 500;
 	font-size: 22px;
 	line-height: 22px;
 }
.product-bg .product-bg-white .product-box span:hover {
	color: #fff;
}

/*** Service ***/
.container-service {
    position: relative;
}

.container-service::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
    z-index: -1;
}

.service-item {
    position: relative;
    height: 100%;
    padding: 45px 30px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: .5s;
    background: var(--bs-primary);
}

.service-item:hover::before {
    height: 100%;
    top: 0;
}

.service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover h5,
.service-item:hover p {
    color: var(--bs-white);
}

.service-item:hover .icon-box-primary::before {
    background: var(--bs-dark);
}

.service-item:hover .icon-box-primary i {
    color: var(--bs-white) !important;
}


/*** Team ***/
.container-team {
    position: relative;
}

.container-team::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 70%, 100% 30%, 100% 100%, 0% 100%);
    z-index: -1;
}

.team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/testimonial.jpg) left center no-repeat;
    background-size: cover;
}

.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    color: var(--bs-primary);
    font-size: 30px;
    line-height: 0;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/footer.png) center center no-repeat;
    background-size: contain;
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    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, .5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    border-top: 1px dashed rgba(255, 255, 255, .2);
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
}

.whyschose {
    padding: 60px 0;
}

.whyschose .title {
    text-align: center;
    margin-bottom: 40px;
}

.whyschose .title h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.whyschose .title span {
    font-size: 18px;
}

.choose_bg {
   
    padding: 60px 0;
}

.white_bg {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.for_box {
    text-align: center;
    box-shadow: 5px 5px 29px -19px black;
    margin-bottom: 0px;
	padding:20px;
}

.for_box i img {
    max-width: 100%;
    height: auto;
}

.for_box h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
}

.for_box p {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

#headphone {
	position: fixed;
	bottom: 20px;  /* Distance from the bottom of the page */
	right: 20px;   /* Distance from the right side of the page */
	z-index: 1000; /* Ensure it appears above other elements */
}

#headphone img {
	width: 50px;   /* Adjust the size of the image as needed */
	height: auto;
	border-radius: 50%;  /* Make the image circular if needed */
}
.fixed-wrap {
	clip: rect(0, auto, auto, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  
  .figure_history {
	background-image: url("/images/Back.png");
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	transform: translateZ(0);
	will-change: transform;
	
  }
  .figure_history2000 {
	background-image: url("/images/item2.jpg");
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	transform: translateZ(0);
	will-change: transform;

  }
  .marquee-container {
    width: 60%;
    overflow: hidden;
    background-color: transparent;
    padding: 4px 205px;
    margin-top: -34px;
    display: flex;
    justify-content: center;
    margin-left: 23rem;
}
.marquee {
	display: inline-block;
	white-space: nowrap;
	box-sizing: border-box;
	animation: marquee 15s linear infinite;
	color: #3487E8; /* Couleur du texte */
}
@keyframes marquee {
	0%   { transform: translateX(100%); }
	100% { transform: translateX(-100%); }
}
@media (max-width: 768px) {
	.marquee-container {
		display: none;
	}}
/* Fixed Button */
.btn-service {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.img-thumbnail {
    width: 50px;
    height: 50px;
}

/* Latest News */
.Lastestnews {
    padding: 60px 0;
    background-color: transparent;
}

.Lastestnews .title {
    text-align: center;
    margin-bottom: 50px;
}

.Lastestnews .title h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.Lastestnews .title span {
    font-size: 16px;
    color: #777;
}

.news-box {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 60px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.news-box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.news-box figure {
    margin-bottom: 20px;
}

.news-box img {
    width: 100%;
    height: auto;
}

.news-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 3rem;
}


.news-box span {
    font-size: 14px;
    color: #888;
    display: block;
    margin-bottom: 20px;
}

.news-box p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.read-more {
    display: inline-block;
    margin: 1rem auto;
    padding: 0.5rem 1rem;
    background-color: #ffffff;
    color: #0056b3;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}
.read-more:hover {
    background-color: #0056b3;
    color: #fff;
}

/* Modal Content */
.modal-content {
    padding: 20px;
}

.modal-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.modal-content p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.modal-content ul, .modal-content ol {
    margin-bottom: 20px;
}

.modal-content li {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}

.modal-content a {
    color: #007bff;
}

.modal-content a:hover {
    text-decoration: underline;
}
.about_box {
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.about_box figure {
    margin: 0;
    text-align: center;
}

.about_box img {
    max-width: 100%;
    height: auto;
}

.UnDiv h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.UnDiv p, .UnDiv ul {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.more-content {
    display: none;
}

@media (max-width: 767px) {
    .UnDiv h3 {
        font-size: 1.5rem;
    }

    .UnDiv p, .UnDiv ul {
        font-size: 0.875rem;
    }
}
 
@media (max-width: 768px) {
        .First-slide {
            content: url('/images/ban1_mobile.webp');
       width: 100% !important;
            height:100% !important;
            margin-top: 5rem;
            OBJECT-FIT: inherit;
            margin-left: auto;
        }
        .second-slide {
            content: url('/images/nn.webp');
    width: 100% !important;
            height:100% !important;
            margin-top: 5rem;
            OBJECT-FIT: inherit;
            margin-left: auto;
        }
        .third-slide {
            content: url('/images/ban2_mobile.webp');
            width: 100% !important;
            height:100% !important;
            margin-top: 5rem;
            OBJECT-FIT: inherit;
            margin-left: auto;
        }
        .Four-slide {
            content: url('/images/ban4_mobile.webp');
    width: 100% !important;
            height:100% !important;
            margin-top: 5rem;
            OBJECT-FIT: inherit;
            margin-left: auto;
        }
    }
    #headphone {
        position: fixed;
        bottom: 20px;  /* Distance from the bottom of the page */
        right: 20px;   /* Distance from the right side of the page */
        z-index: 1000; /* Ensure it appears above other elements */
    }
    
    #headphone img {
        width: 50px;   /* Adjust the size of the image as needed */
        height: auto;
        border-radius: 50%;  /* Make the image circular if needed */
    }