/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/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;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
     overflow-x: hidden !important;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: Poppins;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden !important;
}

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 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

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: 20px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

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;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.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: 30px;
     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%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 0px;
}
.padding_0{
    padding: 0px;
}
.padding_left_0{
    padding-left: 100px;
}
.header_section {
    width: 100%;               /* Full width */
    margin: 0;                 /* Remove any default margins */
    padding: 15px 0;           /* Vertical padding */
    
    background-image: url(../images/banner-bg.png);
    background-size: cover;    /* Makes image cover entire section */
    background-position: center center; /* Centers the image */
    background-repeat: no-repeat;

    border-bottom: 1px solid #b9b9b9;
}
.logo {
    width: 120%;
    float: left;
}
.menu_main {
    font-size: 16px;
    color: #fff;
    float: left;
}

.logo img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767.98px) {
    .logo img {
        width: 250px;   /* adjust as needed */
        max-width: none;
    }
    .logo {
        text-align: center;
    }
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.toggle_menu {
    position: relative;
    left: 0;
    float: right;
    top: -12mm !important /* move up by 3px — adjust to your liking */
}
.banner_section {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 90px;
}
.image_1 {
    height: 100%;
  width: auto;
  display: block;
  max-width: 100%;
  object-fit: contain; /* optional, for extra safety */
    float: right;
    height: 570px;
}
.retailer_text {
    width: 100%;
    float: left;
    font-size: 60px;
    color: #3A3286;
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.search_text {
    width: 95%;                /* Let it use full width of the container */
    max-width: none;             /* Remove artificial limit so it fills parent block */
    font-size: 16px;
    color: #0e0e0e;

    text-align: justify;         /* Neat alignment across the block */
    line-height: 1.8;             /* Comfortable line spacing */
    word-spacing: 0.05em;         /* Slight word spacing for readability */
    hyphens: auto;                /* Breaks long words neatly */
    overflow-wrap: break-word;    /* Prevents overflow on long words */
    margin: 0;                    /* Remove extra margins */
}
#my_slider a.carousel-control-prev {
    position: absolute;
    left: 516px;
    top: 112%;
    background-color: #E41F25;
}
#my_slider .carousel-control-prev, #my_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #E41F25;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 100%;
}

#my_slider .carousel-control-prev:hover, #my_slider .carousel-control-next:hover, #my_slider .carousel-control-prev:focus, #my_slider .carousel-control-next:focus {
    background: #3A3286;
    color: #fff;
}
#my_slider a.carousel-control-next {
    position: absolute;
    right: 486px;
    top: 112%;
}
.btn_main {
    width: 100%;
    float: left;
    margin-top: 30px; /* Adds space above buttons */
}
.more_bt{
    width: 150px;
    float: left;
    margin-top: 30px; /* Adds space above buttons */
}
.more_bt a{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fffdfd;
    background-color: #3A3286;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
}
.more_bt a:hover{
    color: #fffdfd;
    background-color: #3A3286;
}

.contact_bt{
    width: 150px;
    float: left;
    margin-left: 15px;
}
.contact_bt a{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color:  #3A3286;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
}
.contact_bt a:hover{
    color: #ffffff;
    background-color: #E41F25;
}
.image_main {
    bottom: 100px;
    width: 45%;
    float: left;
    position: relative;
}
.image_0 {
    width: 50%;
    float: left;
    background-image: url(../images/img-2.png);
    height: 200px;
    padding: 70px 50px 130px 50px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.image_2{
    width: 100%;
    float: left;
}

.see_text {
    width: 50%;
    float: left;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    padding-top: 75px;
    padding-left: 10px;
}

.play_icon {
    width: 30%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.advisor_section{
    width: 100%;
    float: left;
}

.what_text{
    width: 100%;
    float: left;
    color: #0c0b0f;
    font-size: 40px;
    font-weight: bold;
}
.what_text::after {
    content: '';
    position: absolute;
    background-color: #000;
    width: 500px;
    height: 1px;
    top: 32px;
}
.advisor_section{
    width: 100%;
    float: left;
}

.box_main{
    width: 100%;
    float: left;
    background-color: #FFFFFF;
    height: auto;
    padding: 0px 20px 20px 20px;
}
.box_main:hover{
    background-color: #3A3286;
}
.box_main:hover .consultative_text{
    color: #ffffff;
}
.box_main:hover .readable_text{
    color: #ffffff;
}
.consultative_text{
    
    float: left;
    color: #0c0b0e;
    font-size: 22px;
    font-weight: 600;
    
    width: 95%;                /* Let it use full width of the container */
    max-width: none;             /* Remove artificial limit so it fills parent block */
    

    text-align: justify;         /* Neat alignment across the block */
    line-height: 1.8;             /* Comfortable line spacing */
    word-spacing: 0.05em;         /* Slight word spacing for readability */
    hyphens: auto;                /* Breaks long words neatly */
    overflow-wrap: break-word;    /* Prevents overflow on long words */
    margin: 0;                    /* Remove extra margins */

}
.readable_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #0c0b0e;
    margin-left: 0px;
    
    text-align: justify;         /* Aligns both left and right edges */
    line-height: 1.8;            /* Adds space between lines for readability */
    word-spacing: 0.06em;        /* Slightly adjusts space between words */
    max-width: 800px;            /* Limits the paragraph width for better layout */
    hyphens: auto;                /* Breaks long words neatly */
    overflow-wrap: break-word;    /* Prevents overflow on long words */
    margin: 0;        
}
.image_3 {
    width: 100%;
    float: left;
    background-image: url(../images/img-4.png);
    height: 94px;
    background-repeat: no-repeat;
    top: -40px;
    position: relative;
}
.box_main .image_3:hover{
    background-image: url(../images/img-6.png);
}
.image_4 {
    width: 100%;
    float: left;
    background-image: url(../images/img-6.png);
    height: 94px;
    background-repeat: no-repeat;
    top: -40px;
    position: relative;
}
.box_main .image_4:hover{
    background-image: url(../images/img-3.png);
}
.image_4.active{
    background-image: url(../images/img-6.png);
}
.image_4a {
    width: 100%;
    float: left;
    background-image: url(../images/img-8a.png);
    height: 94px;
    background-repeat: no-repeat;
    top: -40px;
    position: relative;
}
.box_main .image_4a:hover{
    background-image: url(../images/img-5.png);
}
.image_4.active{
    background-image: url(../images/img-6.png);
}
.image_5 {
    width: 100%;
    float: left;
    background-image: url(../images/img-7.png);
    height: 94px;
    background-repeat: no-repeat;
    top: -40px;
    position: relative;
}
.box_main .image_5:hover{
    background-image: url(../images/img-4.png);
}
.box_main.active{
    background-color: #3A3286;
    color: #ffffff;
}
.consultative_text.active{
    color: #ffffff;
}
.readable_text.active{
        color: #ffffff;

}
.about_section{
    width: 100%;
    float: left;
}
.advisor_section_2 {
    width: 100%;
    float: left;
}
.image_8{
    width: 100%;
    float: left;
}
.about_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #3A3286;
    font-weight: bold;
}
.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1d1c24;
    margin-left: 0px;
    padding-bottom: 20px;
}
.portfolio_section{
    width: 100%;
    float: left;
}
.images_section{
    width: 100%;
    float: left;
    padding-top: 40px;
}



.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: 270px;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: left; /* important */
  width: 200px; /* or any width to see left alignment */
}

.bullet-list {
    font-size: 16px;

  list-style-type: disc; /* show bullets */
  padding-left: 20px; /* space for bullets */
  margin: 0;
}

.container_1:hover .image {
  display: flex;
  justify-content: center; /* centers horizontally */
  align-items: center;     /* centers vertically if container has height */

}

.container_1:hover .middle {
  opacity: 1;
  z-index: 2;
}

.text {
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.hm-gradient {
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.darken-grey-text {
    color: #2E2E2E;
}

.container_1{
    position: relative;
}
.container_1::after{
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100%;

}

.container_1:hover::after{
    display: block;
}

.portfolio_section_2 {
    width: 100%;
    float: left;
    background-image: url(../images/portfolio-bg.png);
    height: auto;
    background-size: cover;
    padding-bottom: 60px;
    background-repeat: no-repeat;
}
.best_taital {
    width: 40%;
    margin: 0 auto;
    font-size: 40px;
    color: #23242a;
    font-weight: bold;
    text-align: center;
}
.best_text {
    width: 75%;
    margin: 0 auto;
    font-size: 16px;
    color: #23242a;
    text-align: center;
    padding-top: 20px;
}
.get_bt {
    width: 330px;
    margin: 0 auto;
    text-align: center;;
}
.get_bt a{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background-color: #3A3286;
    border-radius: 40px;
    padding: 10px 0px;
    margin-top: 40px;
}
.consulting_section{
    width: 100%;
    float: left;
}.consulting_section_2{
    width: 100%;
    float: left;
    padding-top: 70px;
}
.lorem_text_1 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1d1c24;
    margin-left: 0px;
    padding-bottom: 80px;
    padding-top: 80px;
}

.client_section {
    width: 100%;
    float: left;
    padding-bottom: 120px;
}
.client_section_2{
    width: 100%;
    float: left;
    padding-top: 70px;
}

.ipsum_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1d1d1d;
    margin-left: 0px;
    padding: 20px;
    border: 1px solid #3A3286;

    text-align: justify;         /* Aligns both left and right edges */
    line-height: 1.8;            /* Adds space between lines for readability */
    word-spacing: 0.06em;        /* Slightly adjusts space between words */
    max-width: 800px;            /* Limits the paragraph width for better layout */
    hyphens: auto;                /* Breaks long words neatly */
    overflow-wrap: break-word;    /* Prevents overflow on long words */

}
.image_16{
    width: 28%;
    float: left;
}
.adipiscing_text {
    width: 72%;
    float: left;
    font-size: 15px;
    color: #23242a;
    padding-top: 7px;
}

.carousel-indicators .active {
    background-color: #3A3286;
}
.carousel-indicators li {
    width: 40px;
    height: 10px;
    border-radius: 20px;
    background-color: #E41F25;
}
.carousel-indicators {
    bottom: -30px;
    
}


.Contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.categories_text {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #1b1b1b;
    text-align: center;
    font-weight: bold;
}
.dummy_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1b1b1b;
    text-align: center;
    margin-left: 0px;
}
.email_box {
    width: 50%;
    margin: 0 auto;
    height: auto;
}
.input_main {
    width: 100%;
    float: left;
    margin-top: 70px;
}
.email-bt {
    color: #a6a6a6;
    width: 100%;
    height: auto;
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    background: #ffffff;
    border-radius: 40px;
    border: 1px solid #8f8f8f;
    font-family: Raleway;
}
input.email-bt::placeholder {
    color: #a6a6a6;
}
.massage-bt {
    color: #a6a6a6;
    width: 100%;
    height: 110px;
    font-size: 18px;
    padding: 36px 20px 10px 20px;
    background: #ffffff;
    border-radius: 40px;
    border: 1px solid #8f8f8f;
    font-family: Raleway;
}
textarea#comment::placeholder {
    color: #a6a6a6;
}
.form-group {
    margin-bottom: 30px;
}
.send_bt {
    width: 190px;
    margin: 0 auto;
    text-align: center;
}
.send_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #E41F25;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
    margin-top: 20px;
    text-transform: uppercase;
}
.send_bt a:hover {
    color: #ffffff;
    background-color: #420106;
}

.footer_section{
    width: 100%;
    float: left;
    background-color: #3A3286;
    height: auto;
    padding-bottom: 45px;
}
.footer_section{
    width: 100%;
    float: left;
}
.address_text{
    width: 100%;
    float: left;
    font-size: 26px;
    color: #ffffff;
    text-transform: uppercase;
}
.simply_text{
    width: 71%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
    margin-bottom: 5px; /* reduce space between paragraphs */
    line-height: 1.3;   /* optional: tighten lines within the paragraph */

}
.footer_menu_main{
    width: 100%;
    float: left;
}
.footer_left{
    width: 50%;
    float: left;
}
.footer_right{
    width: 50%;
    float: left;
}
.footer_menu{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
}
.footer_menu ul{
    margin: 0px;
    padding: 0px;
}
.footer_menu li{ 
    font-size: 16px;
    color: #ffffff;
}
.footer_menu li a{ 
    color: #ffffff;
}
.footer_menu li a:hover{ 
    color: #d1b75e;
}
.newsletter_section{
    width: 100%;
    float: left;
}
.newsletter_left{
    width: 50%;
    float: left;
}
.newsletter_right {
    width: 32%;
    float: right;
}

.social_icon{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
}
.social_icon ul{
    margin: 0px;
    padding: 0px;
}
.social_icon li{ 
    font-size: 16px;
    color: #ffffff;
    float: left;
    padding-left: 20px;
}
.mail_bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background: transparent !important;
    border: 1px solid #ffffff;
    border-radius: 40px;
    padding: 10px 20px;
    margin-top: 20px;
}
input.mail_bt::placeholder {
    color: #fff;
}
.subscribe_bt {
    width: 170px;
    float: left;
    text-align: center;
}
.subscribe_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #E41F25;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
    margin-top: 20px;
    text-transform: uppercase;
}
.copyright_section{
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
}
.copyright_text {
    width: 100%;
    float: left;
    color: #000;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
    padding: 10px 0px;
}
.copyright_text a{
    color: #000
}
.copyright_text a:hover{
    color: #d1b75e;
}
.margin_top{
    margin-top: 90px;
}



.swiper {
    width: 100%;
    padding: 20px 0;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5mm; /* horizontal spacing inside each slide */
}

.client-logo {
    display: flex;
    justify-content: flex-start; /* left-aligned */
    align-items: left;         /* vertically center logos */
    padding: 0 0mm 20px 5mm;    /* horizontal + bottom spacing */
    height: auto;                /* let height adjust naturally */
}

.client-logo img {
    max-height: 80px;   /* optional: limit max height */
    width: auto;         /* preserve aspect ratio */
    object-fit: contain; /* make sure images scale correctly */
}

.swiper-slide img {
    height: 100px; /* 👈 Set global logo height here */
    width: auto;
    object-fit: contain;
    filter: grayscale(0%);
    transition: filter 0.3s ease;
}

.swiper-slide img:hover {
    filter: grayscale(0%);
}


.publications_section img {
    border: 2px solid #ccc;
    border-radius: 8px;
    transition: transform 0.2s;
    cursor: pointer;
}

.publications_section img:hover {
    transform: scale(1.05);
    border-color: #E41F25;
}


.thumb-container {
  text-align: center; /* centers the number below */
  margin-bottom: 15px; /* spacing between rows */
}

.thumb-number {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #3A3286;
  margin-top: 5px; /* space between image and number */
}

/* Default: mobile */
.menu_toggle {
  float: right;
  margin-top: 0px;  /* fine for mobile */
}

/* Desktop screens */
@media (min-width: 992px) {
  .menu_toggle {
    margin-top: 75px; /* adjust this to vertically center on desktop */
  }
}


.thumbnail-row {
  display: flex;
  flex-wrap: wrap; /* allow items to wrap to next line */
  justify-content: space-between;
  margin-bottom: 20px;
}

.thumbnail-item {
  display: flex;
  align-items: center;
  width: 32%;
  gap: 20px; /* space between image and text */
  margin-bottom: 20px; /* spacing for wrapped rows */
}

.thumbnail-item img {
  max-height: 200px; /* global height */
  height: auto;
  width: auto;
  display: block;
}

.thumbnail-item p {
  margin: 0;
  font-size: 25px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .thumbnail-item {
    width: 48%; /* two per row */
  }
}

@media (max-width: 480px) {
  .thumbnail-item {
    width: 100%; /* stack vertically on small screens */
    gap: 10px;
  }

  .thumbnail-item p {
    font-size: 20px; /* smaller text on mobile */
  }
}


/* Make sure your rule is stronger than Bootstrap */
.presentation-link {
  color: #3A3286 !important;  /* use the same as .about_taital */
  text-decoration: none !important;
  font-weight: 600;
}



  