/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Agency+FB:wght@400;700&display=swap');

@font-face {
    font-family: 'Arlrdbd';
    src: url('../fonts/arlrdbd.ttf') format('truetype');
    
}

/*****---------------------------------------- 1) font-family: 'Agency FB', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #ffffff;
     font-size: 14px;
     font-family: 'Agency FB', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0;
     font-family: 'Arlrdbd', sans-serif;
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

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

p {
     margin: 0px;
     font-weight: 400;
     font-size: 17px;
     line-height: 24px;
     font-family: 'Dearest', cursive;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

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

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 22px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header --*/

.header {
     background: #fff;
     width: 100%;
     z-index: 999;
     box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
     position: fixed;
     top: 0;
     left: 0;
}

.header_bottom {
     background-color: #fff;
     padding: 10px 0;
}

.logo {
     display: flex;
     align-items: center;
}

.logo img {
     height: 50px;
     width: auto;
     /* padding: 5px; */
}

.navigation {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: flex-end;
}

.navbar-toggler {
     border: none;
     padding: 10px;
     width: 44px;
     height: 44px;
     position: relative;
     background: transparent;
     margin-left: auto;
     display: flex;
     align-items: center;
     justify-content: center;
}

.navbar-toggler:focus {
     outline: none;
     box-shadow: none;
}

.navbar-toggler-icon {
     display: flex;
     align-items: center;
     justify-content: center;
}

.navbar-toggler-icon svg {
     width: 24px;
     height: 24px;
     stroke: #000;
}

.navbar-collapse {
     background: url(../images/pattern.png);
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     padding: 20px;
     position: fixed;
     top: 0;
     right: -250px;
     left: auto;
     height: 100vh;
     width: 250px;
     z-index: 9999;
     transition: all 0.3s ease;
     overflow-y: auto;
}

.navbar-collapse.show {
     right: 0;
}

.navbar-nav {
     padding: 0;
     margin: 0;
     list-style: none;
}

.nav-item {
     margin: 7px 0;
     opacity: 0;
     transform: translateY(20px);
     transition: all 0.3s ease;
}

.navbar-collapse.show .nav-item {
     opacity: 1;
     transform: translateY(0);
}

.nav-link {
     color: #fff !important;
     font-size: 24px;
     font-weight: 500;
     text-transform: uppercase;
     padding: 10px 0 !important;
     display: block;
     transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link:focus,
.nav-item.active .nav-link {
     color: #ff0000 !important;
}

/* Close button */
.navbar-close {
     position: absolute;
     top: 10px;
     right: 10px;
     padding: 0.5rem;
     background: transparent;
     border: none;
     color: #000000;
     font-size: 1.5rem;
     line-height: 1;
     cursor: pointer;
     z-index: 1030;
     display: none;
}

@media (max-width: 991px) {
     .navbar-collapse.show .navbar-close {
          display: block;
     }
     
     .navbar-collapse {
          position: fixed;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.9);
          padding: 2rem;
          z-index: 1020;
          overflow-y: auto;
     }
     
     .navbar-nav {
          margin-top: 3rem;
     }
}

@media (min-width: 992px) {
     .navbar-collapse {
          position: fixed;
          background: url(../images/pattern.png);
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          width: 250px;
          height: 100vh;
     }

     .navbar-nav {
          flex-direction: row;
     }

     .nav-item {
          margin: 0 15px;
          opacity: 1;
          transform: none;
     }

     .nav-link {
          color: #000 !important;
          font-size: 16px;
          padding: 10px !important;
     }

     .navbar-toggler,
     .navbar-close {
          display: none;
     }
}

.top_header {
     display: none;
}

.p_there p {
     color: #fff;
     font-size: 15px;
     font-weight: 400;
}

ul.infomaco {
     display: flex;
     justify-content: flex-end;
     flex-wrap: wrap;
}

ul.infomaco li {
     color: #fff;
     padding-right: 25px;
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

ul.infomaco li:last-child {
     padding-right: 0;
}

ul.infomaco li i {
     padding-right: 10px;
     color: #000;
}

ul.infomaco li a {
     color: #fff;
}

.di_no {
     display: none;
}


/** end header **/


/** banner section **/

.full_bg {
     background: url(../images/banner1.jpg);
     background-size: 100% auto;
     background-position: top center;
     background-repeat: no-repeat;
     background-attachment: fixed;
     box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
     position: relative;
     z-index: 1;
     padding-bottom: 80px;
}

.slider_main {
     padding-top: 10%;
}

.relative {
     left: 0;
     right: 0;
     text-align: center;
}

.carousel-indicators {
     bottom: 0;
}

.carousel-control.right,
.carousel-control.left {
     background-image: none;
}

.carousel-item {
     min-height: 350px;
     height: 100%;
     width: 100%;
}

.carousel-caption h3,
.carousel-caption p,
.carousel-caption .read_more {
    opacity: 0;
    transform: translateX(-20px); /* Start slightly off-screen to the left */
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.carousel-item.active .carousel-caption h3,
.carousel-item.active .carousel-caption p,
.carousel-item.active .carousel-caption .read_more {
    opacity: 1;
    transform: translateX(0); /* Move to final position */
}

.carousel-caption h3 {
     padding: 0;
     font-size: 55px;
     line-height: 60px;
     color: #fff;
     font-weight: 800;
     font-family: 'Agency FB', sans-serif;
     padding-bottom: 30px;
}

.carousel-caption p {
     padding: 0;
     font-size: 17px;
     line-height: 25px;
     color: #fff;
     font-weight: 400;
     padding-bottom: 10px;
}

.carousel-caption button {
     animation-delay: 3s;
}

.relative .read_more {
     border: none;
     background: #ffffff;
     color: #000000;
     gap: 20px;
     margin-top: 20px ;
     font-family: 'Arlrdbd';
}

.relative .read_more:hover {
     background: #ff0000;
     color: #ffffff;
}

.relative .read_more:focus {
     box-shadow: none;
}

.relative h3 {
     padding: 0;
     font-size: 55px;
     line-height: 60px;
     color: #fff;
     font-weight: 800;
     font-family: 'Agency FB', sans-serif;
     padding-bottom: 30px;
}

.relative p {
     padding: 0;
     font-size: 17px;
     line-height: 25px;
     color: #fff;
     font-weight: 400;
     padding-bottom: 10px;
}

.carousel .icon-container {
     display: inline-block;
     font-size: 25px;
     line-height: 25px;
     padding: 1em;
     text-align: center;
     border-radius: 50%;
}

.carousel-caption button {
     border-color: #00bfff;
     margin-top: 1em;
}

.slider_main .carousel-indicators {
     display: none;
}

#carouselExampleIndicators {
    position: relative;
    z-index: 1;
}

#carouselExampleIndicators .carousel-inner {
    position: relative;
    z-index: 1;
}

/* Update indicators */
#carouselExampleIndicators .carousel-indicators {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    bottom: 20px;
    z-index: 5;
}

#carouselExampleIndicators .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.6);
    margin: 0 5px;
    transition: all 0.3s ease;
    cursor: pointer;
}

#carouselExampleIndicators .carousel-indicators li.active {
    background-color: #fff;
    border-color: #fff;
    transform: scale(1.2);
}

/* Ensure carousel content is above navigation */
#carouselExampleIndicators .carousel-caption {
    position: relative;
    z-index: 10;
    background: transparent;
}

/* Add slide animations */
.carousel-item {
    transition: transform 0.6s ease-in-out;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}


/** end banner section **/


/*design*/

.desin {
     padding-top: 90px;
}

.design_box {
     background: linear-gradient(to right, #808080 20%, #ffffff);
     text-align: center;
     padding: 0 10px 35px 10px;
     margin-top: 85px;
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
     transition: all 0.3s ease;
}

.design_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.design_box i {
     width: 90px;
     display: flex;
     height: 90px;
     align-items: center;
     justify-content: center;
     margin: 0 auto;
     margin-top: -45px;
     position: absolute;
     left: 0;
     right: 0;
     transform: rotate(45deg);
}

.design_box i img {
     transform: rotate(-45deg);
}

.design_box h3 {
     color: #02306f;
     font-size: 20px;
     font-weight: 500;
     line-height: 21px;
     padding-bottom: 15px;
     padding-top: 90px;
}

.design_box p {
     color: #000;
     font-size: 17px;
     font-weight: 400;
     line-height: 26px;
}


/* end design*/

.titlepage {
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 50px;
     color: #000000;
     line-height: 52px;
     font-weight: 800;
     font-family: 'Agency FB', sans-serif;
     padding: 0;
     display: inline-block;
}

.blue {
     font-weight: normal;
     color: #ff0000;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #111111;
     color: #fff;
     padding: 17px 15px;
     ;
     width: 100%;
     max-width: 200px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 10px;
     height: 58px;
     font-family: 'Arlrdbd';
}

.read_more:hover {
     background: #02306f;
     color: #fff;
     transition: ease-in all 0.5s;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.text_align_center {
     text-align: center;
}


/** about section **/

.about {
     background: linear-gradient(to right, rgba(128, 128, 128, 0.2) 50%, #ffffff);
     padding-top: 90px;
     padding-bottom: 80px;
     box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.15);
     position: relative;
     z-index: 2;
}

.about .titlepage {
     padding-bottom: 0;
}

.about .titlepage h2 {
     padding-bottom: 30px;
}

.about .titlepage p {
     font-weight: 400;
     font-size: 17px;
     line-height: 22px;
     color: #000000;
     padding-bottom: 29px;
}

.about_img figure {
     margin: 0;
}



.about .read_more {
     display: block;
}


/** end about section **/


/** product **/

.product {
     background: url(../images/product_bg.jpg);
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
     background-attachment: fixed;
     padding-bottom: 60px;
     padding-top: 80px;
}

.product .titlepage p {
     line-height: 22px;
     color: #fff;
     padding-top: 15px;
}

.whitebg {
     color: #fff;
}

.product-box {
     background: linear-gradient(to right, #808080, #ffffff);
     margin-bottom: 30px;
}

.product-box figure {
     margin: 0;
     background: #000000;
     transition: ease-in all 0.4s;
     overflow: hidden;
}

.product-box figure img {
     width: 100%;
     -webkit-transition: 0.4s ease;
     transition: 0.4s ease;
}

.product-box figure img:hover {
     opacity: 0.4;
     transition: ease-in all 0.4s;
     -webkit-transform: scale(1.08);
     transform: scale(1.08);
}

.pro_text {
     padding: 30px 20px;
}

.pro_text h3 {
     color: #ff0000;
     font-size: 20px;
     font-weight: bold;
}

.pro_text p {
     padding-top: 15px;
}


/** end product **/


/** service **/

.service {
     background: linear-gradient(to right, rgba(128, 128, 128, 0.2) 50%, #ffffff);
     padding-bottom: 80px;
     padding-top: 80px;
     box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
     position: relative;
     z-index: 3;
}

.service .titlepage p {
     line-height: 22px;
     color: #000000;
     padding-top: 15px;
}

.service-box {
     text-align: center;
     margin-bottom: 30px;
     padding: 30px 15px;
     border: #e2e2e2 solid 1px;
     transition: all .3s ease-in-out;
     background-color: white;
}

.service-box:hover {
    background-color: #ffffff;
    border: #ffffff solid 1px;
}

.service-box h3 {
    color: #000000;
}

.service-box p {
    color: #000000;
}

.design_box {
     text-align: center;
     padding: 0 10px 35px 10px;
     margin-top: 85px;
}

.service-box i {
     width: 123px;
     display: flex;
     height: 123px;
     align-items: center;
     justify-content: center;
     margin: 0 auto;
     transform: rotate(45deg);
}

.service-box i img {
     transform: rotate(-45deg);
}

@media (max-width: 575px) {
    .service-box {
        margin-bottom: 30px;
    }
    
    .service-box i {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }
    
    .service-box i img {
        max-width: 40px;
    }
    
    .service-box h3 {
        font-size: 18px;
        padding-top: 20px;
        margin-bottom: 10px;
    }
    
    .service-box p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
}


/** end service **/


/** team **/

.team {
     background: #000000;
     padding-bottom: 60px;
     padding-top: 80px;
}

.team .titlepage p {
     line-height: 22px;
     color: #fff;
     padding-top: 15px;
}

.whitebg {
     color: #fff;
}

.team-box {
     background: #fff;
     margin-bottom: 30px;
     position: relative;
     cursor: pointer;
}

.team-box figure {
     margin: 0;
     background: #000;
}

.team-box figure img {
     width: 100%;
     transition: 0.4s ease;
}

.tea_text {
     padding: 10px 17px;
     position: absolute;
     bottom: 40px;
     background: #ffffffa8;
     left: 0;
     right: 0;
     width: 203px;
     margin: 0 auto;
     text-align: center;
     border-radius: 16px;
     transition: 0.4s ease;
}

.tea_text h3 {
     color: #000;
     font-size: 19px;
     font-weight: 600;
     text-transform: uppercase;
     line-height: 18px;
}

.tea_text p {
     padding-top: 5px;
     text-transform: uppercase;
     font-size: 15px;
     line-height: 12px;
}

ul.social_iconteam {
     position: absolute;
     left: 0;
     top: 90px;
     right: 0;
     display: flex;
     justify-content: center;
     opacity: 0;
     transition: 0.4s ease;
}

ul.social_iconteam li {
     display: inline-block;
     margin: 0 2px;
}

ul.social_iconteam li a i {
     background: #fff;
     width: 33px;
     height: 33px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 20px;
     border-radius: 20px;
     color: #000;
     transition: ease-in all 0.5s;
}

ul.social_iconteam li a i:hover {
     color: #fff;
     background: #02306f;
     transition: ease-in all 0.5s;
}

#hoop:hover.team-box figure img {
     opacity: 0.3;
     transition: ease-in all 0.4s;
}

#hoop:hover ul.social_iconteam {
     opacity: 1;
     transition: 0.4s ease;
}

#hoop:hover .tea_text {
     background: #fff;
     transition: 0.4s ease;
}


/** end team **/


/** contact **/

.contact {
     background: linear-gradient(to right, #d3d1d1 10%, #ffffff );
     padding: 50px 0;
     padding-bottom: 80px;
     position: relative;
     z-index: 4;
}

.main_form {
     width: 100%;
}

.main_form .contactus {
     padding: 0px 10px;
     margin-bottom: 20px;
     width: 100%;
     height: 50px;
     background: #fff;
     color: #021626;
     font-size: 17px;
     font-weight: normal;
     border-radius: 11px;
     border: dashed 1px#d2d2d2;
}

.custom-select {
     padding: 0px 10px;
     color: #021626;
     font-size: 17px;
     height: 50px;
     border: dashed 1px#d2d2d2;
     margin-bottom: 20px;
     border-radius: 11px;
}

.custom-select:focus {
     border: dashed 1px#d2d2d2;
     box-shadow: inherit;
}

.main_form .textarea {
     margin-bottom: 20px;
     width: 100%;
     background: #fff;
     color: #021626;
     font-size: 17px;
     font-weight: normal;
     padding: 12px 15px 10px 15px;
     height: 155px;
     border-radius: 11px;
     /* border: dashed 1px#d2d2d2; */
}

.main_form .send_btn {
     font-size: 18px;
     transition: ease-in all 0.5s;
     background-color: #000;
     text-transform: uppercase;
     /* color: #fff; */
     max-width: 193px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: bold;
     height: 53px;
     float: right;
     border-radius: 10px;
     padding: 13px 0;
}

.main_form .send_btn:hover {
     background-color: #ff0000;
     transition: ease-in all 0.5s;
     color: #ffffff;
}

#request *::placeholder {
     color: #021626;
     opacity: 1;
}

.bor_no {
     border: inherit;
}

.bor_no .card-header {
     padding: 0;
     background: inherit;
     border: inherit;
}

.card-header>a {
     background: #000000;
     border-radius: 29px !important;
     border: inherit;
     margin-bottom: 5px;
     padding: 17px 20px;
     width: 100%;
     float: left;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
     transition: all 0.3s ease;
}

.card-header>a[aria-expanded="true"] {
     background: #000;
}

.card-header>a:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.variat {
     color: #fff;
     font-size: 16px;
     font-weight: 400;
     line-height: 18px;
}

.variat i {
     text-align: right;
     float: right;
     color: #fff;
}

.card-body {
     color: #000;
     padding: 20px;
     background-color: transparent !important;
     margin-bottom: 5px;
     border-radius: 15px;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}


/** end contact **/


/** blog **/

.blog {
     background: url(../images/blog_bg.jpg);
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
     background-attachment: fixed;
     padding-bottom: 60px;
     padding-top: 80px;
}

.blog .titlepage p {
     line-height: 22px;
     color: #fff;
     padding-top: 15px;
}

.whitebg {
     color: #fff;
}

.blog-box {
     background: #fff;
     margin-bottom: 30px;
}

.blog-box figure {
     margin: 0;
     background: #02306f;
     transition: ease-in all 0.4s;
     overflow: hidden;
     position: relative;
}

.blog-box figure img {
     width: 100%;
     -webkit-transition: 0.4s ease;
     transition: 0.4s ease;
}

.blog-box figure img:hover {
     opacity: 0.4;
     transition: ease-in all 0.4s;
     -webkit-transform: scale(1.08);
     transform: scale(1.08);
}

.blog_text {
     padding: 30px 20px;
}

.blog_text h3 {
     color: #000;
     font-size: 20px;
     font-weight: bold;
     padding-bottom: 15px;
}

.comment {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
}

.comment a i {
     padding-right: 10px;
}

.comment a {
     color: #000;
     font-size: 16px;
     font-weight: 500;
}

.comment a:hover {
     color: #02306f;
}

.blog_text p {
     margin-top: 15px;
     padding-top: 15px;
     border-top: #ff0000 solid 1px;
}

.date {
     padding: 16px 17px;
     position: absolute;
     bottom: 0px;
     background: #ff0000;
     left: 0;
     right: 0;
     width: 203px;
     margin: 0 auto;
     text-align: center;
     border-radius: 31px;
     transition: 0.4s ease;
}

.date h3 {
     color: #fff;
     font-size: 19px;
     font-weight: 500;
     text-transform: uppercase;
     line-height: 18px;
}


/** end blog **/


/** footer **/

.footer {
     background: #000000;
     text-align: center;
     box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.15);
}

.form_subscri {
     margin-right: 31px;
}

.infoma {
     display: block;
}

.infoma p {
     color: #fff;
}

ul.social_icon {
     float: left;
     padding-top: 40px;
}

ul.social_icon li {
     display: inline-block;
     margin: 0 10px;
     transform: rotate(45deg);
}

ul.social_icon li a {
     background: #fff;
     width: 33px;
     height: 33px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #021626;
}

ul.social_icon li a i {
     font-size: 22px;
     transition: ease-in all 0.5s;
     transform: rotate(-45deg);
}

ul.social_icon li a:hover {
     color: #ffffff;
     background: #ff0000;
     transition: ease-in all 0.5s;
}

.infoma h3 {
     text-align: left;
     font-weight: 600;
     font-size: 19px;
     line-height: 24px;
     color: #fff;
     padding-bottom: 15px;
}

ul.gikx li {
     color: #fff !important;
     font-size: 17px !important;
     text-align: left !important;
     line-height: 28px !important;
     display: block !important;
}

.infoma ul li {
     color: #bebbbb;
     font-size: 14px;
     text-align: left;
     line-height: 35px;
     display: inline-block;
}

.infoma ul li img {
     max-width: 100px;
}

ul.conta {
     padding-top: 12px;
}

ul.conta li {
     color: #fff;
     text-align: left;
     padding-bottom: 15px;
     font-size: 14px;
     line-height: 18px;
     display: flex;
     align-items: center;
}

ul.conta li:last-child {
     padding-right: 0;
}

ul.conta li i {
     padding-right: 15px;
     text-align: center;
     font-size: 21px;
     color: #fff;
}

ul.conta li a {
     color: #fff;
}


/*subscribe*/

.form_subscri h3 {
     color: #ffffff;
     font-size: 17px;
     text-align: left;
     font-weight: 600;
     padding: 20px 0 2px 0;
}

.subsrib {
     margin-bottom: 20px;
     width: 100%;
     height: 40px;
     background: transparent;
     color: #ffffff;
     font-size: 14px;
     font-weight: normal;
     border: inherit;
     border-bottom: #fff solid 1px;
}

.subsci_btn {
     font-size: 14px;
     transition: ease-in all 0.5s;
     background-color: #fff;
     text-transform: uppercase;
     color: #000;
     max-width: 98px;
     width: 100%;
     display: block;
     font-weight: 500;
     height: 22px;
     float: right;
     line-height: 14px;
}

.subsci_btn:hover {
     background-color: #000000;
     transition: ease-in all 0.5s;
     color: #fff;
}


/* end subscribe*/

.copyright {
     padding-bottom: 20px;
     background: #808080;
}

.copyright p {
     color: #fff;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     padding-top: 25px;
     font-weight: normal;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #ff0000;
}


/** end footer **/


/**  inner page css **/

.inner_page .header {
     box-shadow: 0px 0px 9px 0px #C0C0C0;
     margin-bottom: 10px;
}

.navigation .navbar-collapse {
background: url(../images/pattern.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    position: fixed;
    top: 0;
    right: -250px;
    left: auto;
    height: 100vh;
    width: 250px;
    z-index: 9999;
    transition: all 0.3s ease;
    overflow-y: auto;
}

.navigation .navbar-collapse.show {
    right: 0;
}

.navbar-dark .navbar-toggler {
    position: fixed;
    top: 15px;
    right: 15px;
    left: auto;
    z-index: 9999;
    padding: 0;
    border: none;
    background: transparent;
    transition: all 0.3s ease-in-out;
    display: block !important;
}

.navbar-dark .navbar-toggler-icon {
    background-image: none !important;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation.navbar-dark .navbar-nav .nav-link {
    color: #000000 !important;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 10px;
}

.navigation.navbar-dark .navbar-nav .nav-link i {
    font-size: 18px;
    width: 24px;
    text-align: center;
}

.navigation.navbar-dark .navbar-nav .nav-link:hover i,
.navigation.navbar-dark .navbar-nav .nav-link:focus i,
.navigation.navbar-dark .navbar-nav .active > .nav-link i {
    color: #ff0000;
}

/* Add overlay when menu is open */
.navigation .navbar-collapse::before {
    content: '×';
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 32px;
    color: #000000;
    cursor: pointer;
    z-index: 10000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.navigation .navbar-collapse::before:hover {
    background: rgba(0, 0, 0, 0.4);
    transform: rotate(90deg);
}

.navigation .navbar-collapse.show::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/* Remove desktop specific styles */
@media (min-width: 992px) {
    .navigation .navbar-collapse {
        position: fixed;
        background: url(../images/pattern.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 250px;
        height: 100vh;
    }

    .navigation.navbar-dark .navbar-nav {
        flex-direction: column;
    }

    .navbar-dark .navbar-toggler {
        width: 40px;
        height: 40px;
    }
    
    .navbar-dark .navbar-toggler-icon {
        width: 32px;
        height: 32px;
    }
    
    .navbar-dark .navbar-toggler-icon svg {
        width: 100%;
        height: 100%;
        stroke-width: 1.5;
    }
}

@media (max-width: 991px) {
    .navigation .navbar-collapse {
        background: url(../images/pattern.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 20px;
        position: fixed;
        top: 0;
        right: -250px;
        left: auto;
        height: 100vh;
        width: 250px;
        z-index: 9999;
        transition: all 0.3s ease;
        overflow-y: auto;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
    }

    .navigation .navbar-collapse.show {
        right: 0;
    }

    .navigation.navbar-dark .navbar-nav .nav-link {
        color: #000000 !important;
        padding: 10px 0;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .navigation.navbar-dark .navbar-nav .nav-link i {
        font-size: 18px;
        width: 24px;
        text-align: center;
    }

    .navbar-dark .navbar-toggler {
        width: 30px;
        height: 30px;
    }
    
    .navbar-dark .navbar-toggler-icon {
        width: 24px;
        height: 24px;
    }
    
    .navbar-dark .navbar-toggler-icon svg {
        width: 100%;
        height: 100%;
        stroke-width: 2;
        margin-top: 20px;
    }
}

/* Add new styles for the custom accordion */
.custom-accordion .custom-card {
    margin-bottom: 10px;
    border-radius: 0 !important;
}

.custom-accordion .custom-card-header {
    padding: 0;
    border: none;
    background: #000000;
    border-radius: 0 !important;
    margin-bottom: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.custom-accordion .custom-card-header a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding: 17px 20px;
    display: block;
    width: 100%;
}

.custom-accordion .custom-card-header a i {
    float: right;
    color: #fff;
}

.custom-accordion .custom-card-header a:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.custom-accordion .custom-card-header a[aria-expanded="true"] {
    background: #000;
}

.custom-accordion .custom-card-body {
    color: #000;
    padding: 20px;
    background-color: transparent !important;
    margin-bottom: 5px;
    border-radius: 0 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
