/*
Theme Name: SIMEC Research Center
Theme URI:
Author: Mahadi Hasan
Author URI: 
Description: Easy, Fast & Creative Blog
Tags: left-sidebar, right-sidebar, post-formats, theme-options, translation-ready
*/


/*==========Common Style Start===========*/


body {
    font-size: 16px;
    overflow-x: hidden;
}

p {
    font-size: 16px;
}


h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

p {
    margin: 0;
    padding: 0;
}


a {
    text-decoration: none;
}


ul {
    list-style-type: none;
    padding: 0;
}

.for_text_justify {
    text-align: justify;
}


.nav-link {
    padding: 0;
}

.container {
    width: 100%;
    max-width: 100%;
    padding: 0% 10%;
}
.custome-container {
    width: 100%;
    max-width: 100%;
    padding: 0% 14.1%;
}
/*================ Mobile nav Start =====================*/

 /* For submenu smooth expand */
 .mobile-nav .menu-item-has-children > ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 0;
}

/* When submenu is active */
.mobile-nav .menu-item-has-children.active > ul {
    max-height: 500px; /* adjust as needed */
    padding: 10px 0;
}

/* Arrow icon (using ::after or SVG rotation) */
.mobile-nav .menu-item-has-children > a::after {
    content: '\f107'; /* FontAwesome down arrow */
    font-family: FontAwesome;
    float: right;
    transition: transform 0.3s ease;
    margin-right: 0px;
}

.mobile-nav .menu-item-has-children.active > a::after {
    transform: rotate(180deg); /* rotate up when open */
}

 .mobile_header_logo img{
    width: 125px;
 }
.nav-close{
    padding: 10px 25px 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 30px 0px #0000001A;
  }
  .nav-close svg{
    border: 1px solid #ffffff;
    color: #585555;
    box-shadow: 0px 0px 30px 0px #0000001A;
    width: 30px;
    height: 30px;
  }
  .mobile-nav{
    width: 325px;
    height: 100%;
    left: -400px;
    position: fixed;
    top: 0;
    transition: all .3s ease 0s;
    /* overflow-x: auto;
    overflow-y: scroll; */
    z-index: 9999;
    box-shadow: 0 10px 40px 0 rgba(255,255,255,.1);
    background-color: #ECF8FF;
  }
  
  .mobile-nav ul li{
    display: block;
    border-bottom: 1px solid #2C2C2C1A
  }
  .mobile-nav .mbl_menu_social ul li a{
    padding: 3px 5px
  }
   .mobile-nav ul li a{
    display: block;
    color: #2C2C2C;
    padding: 12px 0px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
  }
  .nav-arrow{
    position: absolute;
    right: 32px;
  }
  .mobile-nav ul li ul li a{
    padding: 10px 35px 10px 50px;
    display: block;
  }
  .nav-open {
    cursor: pointer;
    position: absolute;
    display: block;
    right: 35px;
    top: 35%;
  }

  .mobile-nav-wrapper{
    display: none;
  }
  .mobile-nav-wrapper.navActive .mobile-nav {
    left: 0;
  }
  .nav-hide{
    display: none;
  }
  .nav-hide.show {
    display: block;
  }
  .dark-shadow.navActive{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    width: 100%;
    background-color: black;
    content: '';
    opacity: .8;
    transition: .3s
  }
  
/*================ Mobile nav end =====================*/
/*==========Common Style End===========================*/
/*==========Header Style Start=========================*/
/* .logoBox img{
        display: block;
    } */
.full_header_section {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    top: 0%;
    z-index: 999;
}
.full_header_section .primary_menu > ul > li.current-menu-item > a.nav-link {
    color: #413E3E;
    font-weight: 600;
    font-size: 17px;
    font-family: "Lato", sans-serif;
    padding: 30px 22px 30px 15px;
}
.full_header_section .primary_menu > ul > li > a.nav-link:hover {
    color: #105caa !important;
}
.full_header_section .primary_menu > ul > li > a.nav-link {
    color: #413E3E;
    font-weight: 600;
    font-size: 17px;
    font-family: "Lato", sans-serif;
    padding: 30px 22px 30px 15px;
}
.full_header_section .primary_menu > ul > li.menu-item-has-children > a {
    padding: 30px 22px 30px 15px;
}
.full_header_section .primary_menu > ul > li > a:hover:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #0056A7;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
}
.full_header_section .primary_menu > ul > li {
    position: relative;
}
.full_header_section .primary_menu > ul > li.menu-item-has-children > a::after {
    content: "\f0dd";
    font-family: FontAwesome;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translate(-0px, -45%);
    color: #B6ADAD;
}

.full_header_section .primary_menu > ul > li.menu-item-has-children:hover > ul {
    display: block;
}
.full_header_section .primary_menu > ul > li.menu-item-has-children > ul {
    display: none;
    position: absolute;
    top: 85px;
    left: 0%;
    transform: translate(-0%, -0%);
    width: 500px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px #00000026;
    border-radius: 10px;
    padding: 12px 12px;
}
.full_header_section .primary_menu > ul > li.menu-item-has-children > ul > li > a {
    padding: 10px 10px 10px 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #605858;
    letter-spacing: 0px;
    transition: 0.3s;
    position: relative;
}
.full_header_section .primary_menu > ul > li.menu-item-has-children > ul > li > a:hover {
    color: #0659a8;
}
.full_header_section .primary_menu > ul > li.menu-item-has-children > ul > li > a::before {
    content: "";
    width: 2px;
    height: 15px;
    background-color: #105caad6;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(-0px, -50%);
    color: #B6ADAD;
    opacity: .5;
}
.top_gap {
    margin-top: 5.2rem;
}
.custome_slider_caption{
    position: absolute;
    left: 20%;
    top: 60%;
    right: unset;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: start;
    transform: translate(-20%, -60%);
}
.custome_slider_caption h5{
    font-family: "DM Sans", sans-serif;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
}
.custome_slider_caption h4{
    font-family: "DM Sans", sans-serif;
    color: #9CC644;
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
}
.cusotme_carousel_indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #9CC644;
    border-top: -3px solid transparent;
    border-bottom: -3px solid transparent;
}
.cusotme_carousel_indicators {
    margin-right: 75%;
    margin-bottom: 2rem;
    margin-left: 10%;
}

/*==========Header Style End===========*/
/* Home page Welcome Section */
.background_home_nection2 {
    background-color: #F3F3F4;
    padding: 60px 0;
}

.common_title {
    color: #40444F;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
}

.common_title span {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 50px;
    color: #0B66B7;
}

.common_description {
    color: #585555;
    text-align: justify;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    margin-top: 25px;
}
/* Explore Our Services Section */
.background_home_nection3 {
    padding: 60px 0;
    background-image: url(./assets/images/services.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

/* Card Container */
.cart_section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px;
    background: rgba(244, 245, 250, 1);
    border-radius: 15px 0px;
    border: 3px solid rgba(255, 255, 255, 1);
    margin-bottom: 20px;
    height: 100%;
    transition: 0.3s ease;
}

/* Image Container */
.image_section {
    position: relative;
    margin-bottom: 15px;
    transition: transform 0.5s ease;
    border-radius: 15px 0px;
}

/* Image Overlay */
.image_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 102, 183, 0.2);
    border-radius: 15px 0px;
    z-index: 3;
    opacity: 1;
    transition: background 0.5s ease;
}

/* On Hover: Scale Image Section and Darken Overlay */
.cart_section:hover .image_section {
    transform: scale(1.01);
}

.cart_section:hover .image_section::before {
    background: rgba(11, 102, 183, 0.7);
}

/* Main Image Styling */
.image_section .main_image {
    position: relative;
    border-radius: 15px 0px;
    z-index: 2;
    object-fit: cover;
    width: 100%;
    height: auto;
    display: block;
}

/* Icon Positioning */
.icon_position {
    position: absolute;
    bottom: -10px;
    left: -10px;
    z-index: 4;
}

/* Card Content */
.cart_content_section {
    z-index: 3;
    margin-top: auto;
}

.cart_content_section h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: rgba(99, 95, 95, 1);
    z-index: 3;
}

/* Explore More Tag */
.explore_more_position {
    position: absolute;
    top: 70%;
    right: 0;
    background-color: rgba(167, 196, 43, 0.5);
    z-index: 4;
    padding: 4px 16px;
    border-radius: 15px 0 0 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 17.17px;
    line-height: 26.26px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.cart_section:hover .explore_more_position {
    opacity: 1;
}


.review_section_home{
    background: #F3F3F4;
    padding: 50px 0px 30px;
    position: relative;
}
.review_section_home::after{
    position: absolute;
    content: '';
    background-image: url(./assets/images/review_after.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 5%;
    left: 2%;
    transform: translate(-2%, -5%);
    width: 179px;
    height: 166px;
}
.review_section_home::before{
    position: absolute;
    content: '';
    background-image: url(./assets/images/review_before.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 5%;
    right: 2%;
    transform: translate(-2%, -5%);
    width: 179px;
    height: 166px;
}
.review_box {
    border-bottom: 3px solid #105CAA33;
    background-color: white;
    padding: 30px;
    border-radius: 25px;
    transition: 0.5s ease-in-out;
    margin-bottom: 4rem;
    position: relative;
}
.review_box_left {
    display: flex;
    gap: 20px;
    align-items: center;
    height: 120px;
}
.review_box_right_vector{
    position: absolute;
    top: 20%;
    right: 5%;
    transform: translate(-5%, -20%);
}
.review_box_left h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #555555;
    text-align: start;
    margin-bottom: 5px;
}
.review_box_left h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #555555;
    text-align: start;
    margin-bottom: 5px;
}
.review_box p {
    font-family: "Open Sans", serif;
    font-weight: 400;
    font-size: 17px;
    color: #585555;
    letter-spacing: 0;
    line-height: 27px;
    margin-top: 20px;
}
.review_box_left img{
    border-radius: 10px;
    width: 95px;
    height: 95px;
    object-fit: cover;
}
.swiper-pagination-bullet {
    width: 18px;
    height: 18px;
}
.swiper-pagination-bullet-active {
    background: #9CC644;
}

/* Gallery section home  */
.galary_section_home {
   background: linear-gradient(90deg, rgba(149, 195, 66, 0.05) 0%, rgba(16, 92, 170, 0.03) 100%);
    padding: 60px 0;
}
/* common cart  */

.custom-card {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    height: 330px;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
}

.main-image {
    width: 100%;
    height: 233px;
    object-fit: cover;
    transition: filter 0.4s ease, transform 0.4s ease;
    transform: scale(1);
}

.image-wrapper:hover .main-image {
    filter: brightness(60%);
    transform: scale(1.05);

}

.overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.image-wrapper:hover .overlay-icon {
    opacity: 1;
}

.overlay-icon img {
    width: 38px;
    height: 38px;
}

.card-body {
    padding: 15px;
}

.card-body h2 {
     font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #656262;
}


.ent-btn-box {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.ent-btn-text {
    display: flex;
    align-items: center;
    gap: 0px;
    overflow: hidden;
    position: relative;
    transition: .3s;
    width: 200px;
}

.ent-btn {
    border: 1.5px solid #9CC644;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    padding: 9px 24px;
    display: inline-block;
    border-radius: 100px;
    color: #9CC644;
    font-size: 17px;
    transition: .3s;
    background-color: #ffffff;
}

.ent-btn-text:after {
    border: 1.5px solid #9CC644;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    content: "";
    font-size: 11px;
    font-size: 0.6875rem;
    padding-left: 1px;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    background-image: url(./assets/images/Home/arrow-expose.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 150px;
    transition: .3s;
    background-color: #ffffff;
}

.ent-btn-text:hover .ent-btn {
    background-color: #9CC644;
    color: white;
    margin-left: 46px;
    transition: .3s;
}

.ent-btn-text:hover::after {
    background-color: #ffffff;
    color: white;
    left: 0;
    transition: .3s;
}
/* FOOTER SECTION */
/* ============================= */

.footer_sec_two {
    padding: 30px 0px 20px;
    background-image: url('./assets/images/footer_bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer_quick_link {
    display: grid;
    grid-template-columns: auto auto;
}

.footer_quick_link li a {
    line-height: 30px;
    color: rgba(88, 85, 85, 1);
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    padding-left: 10px;
}

.footer_quick_link li a:hover {
    color: #0659a8;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 500;
}

.quick_links li a:hover::before {
    color: #0659a8;
}

.footer_bottom_text h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #585555;
    text-align: end;
    margin-top: 12px;
}

.footer_social_icon {
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    gap: 15px;
}

.footer_social_icon li {
    padding: 5px 10px;
    border: 1px solid #105CAA33;
    background-color: #dcf0fc;
    border-radius: 4px;
    transition: 0.5s ease-in-out;
}

.footer_social_icon li a {
    color: #105CAACC;
}

.footer_social_icon li:hover {
    background-color: #105CAA;
    border-radius: 4px;
    color: #FFFFFF;
}

.footer_social_icon li:hover a {
    color: #FFFFFF;
}

.quick_links li a::before {
    content: "";
    width: 2px;
    height: 10px;
    background-color: rgba(16, 92, 170, 0.84);
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(10px, -50%);
    color: rgb(182, 173, 173);
    opacity: 0.5;
}

.footer_sec::before {
    content: '';
    position: absolute;
    background-image: url(./include/img/steal_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 15px;
    width: 100%;
    top: 0%;
    right: 0%;
}

.footer_head h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #105CAA;
    letter-spacing: 0px;
    margin-bottom: 15px;
}

.footer_head p {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #585555;
    letter-spacing: 0px;
    line-height: 27px;
}

.footer_head p a {
    color: #585555;
}

.footer_head p a:hover {
    color: #105CAA;
}

/* SERVICE -> Research Consultancy Page=================================================*/
.page_top {
    margin-top: 4.3%;
}

.main_banner {
    position: relative;
}

.main_banner img {
    width: 100%;
}

.main_banner h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #FFFFFF26;
    padding: 8px 18px 8px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 37px;
    color: #FFFFFF;
    background: #105CAAB2;
    border-radius: 10px;
    text-align: center;
}

.Research_Consultancy_bg {
    background: linear-gradient(90deg, rgba(16, 92, 170, 0.1)0%, rgba(156, 198, 68, 0.15)100%);
    padding: 60px 0;
}

.Research_text h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    color: #40444F;
}

.Research_text p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    text-align: justify;
    width: 95%;
    color: #585555;
}

.Research_image img {
    border: 5px solid #9CC6444D;
    border-radius: 15px 0 15px 15px;
    height: 345px;
    width: 100%;
    object-fit: cover;
}

.Research_Consultancy {
    padding: 60px 0;
}

.Research_Consultancy h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 35px;
    color: #40444F;
}

.resarch_container {
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    justify-content: center;

}

.resarch_container li {
    position: relative;
    padding-left: 2.5rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #585555;
}

.resarch_container li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background-image: url('./assets/images/services/research_consultancy/List_arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.resarch_container_Executive_Education {
    grid-template-columns: auto auto;
    gap: 10%;
}

.resarch_container_Policy_Forum {
    grid-template-columns: auto;
    justify-content: start;
}
/* common cart  */
.collab-container-bg {
    background-image: url('./assets/images/Home/Our_Collaboration_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
    width: 100%;
}



.collab-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;


}

/* Text Section */
.collab-text {
    max-width: 600px;
}

.collab-text h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 43px;
    color: rgba(64, 68, 79, 1);
    margin-bottom: 20px;
}

.collab-text p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    text-align: justify;
    color: rgba(88, 85, 85, 1);
}
.collab-text h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 33px;
    color: #40444F;
    margin-top: 15px;
}
.collab-text span {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #004A9B;
    text-decoration: underline;
}
.logo-column_one{
    margin-top: 5rem;
}
.logo-columns {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 20px;
    align-items: center;
}

.logo-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 15px;
    border-radius: 20px 0 20px 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
}

.logo-card:hover {
    border-bottom-color: rgba(156, 198, 68, 1);
    border-right-color: rgba(156, 198, 68, 1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}


.logo-card img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
}

.More_Collaboration {
    text-align: center;
}

.More_Collaboration a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    color: #0B66B7;
    transition-duration: .5s;
}

.More_Collaboration a:hover {
    color: #9CC644;
}





/* Responsive stacking for small screens ===============================================================*/
@media only screen and (max-width:1800px) {
.cart_content_section h1 {
    font-size: 18px;
    line-height: 22px;
}
.card-body h2 {
    line-height: 22px;
}
.footer_quick_link {
    grid-template-columns: auto;
}
.full_header_section .primary_menu > ul > li > a.nav-link {
    padding: 30px 15px 30px 12px;
}
.full_header_section .primary_menu > ul > li.current-menu-item > a.nav-link {
    padding: 30px 15px 30px 12px;
}
.full_header_section .primary_menu > ul > li.menu-item-has-children > a::after {
    top: 45%;
    right: 3px;
    transform: translate(-0px, -45%);

}
}
@media only screen and (max-width:1440px) {

}
@media only screen and (max-width:1366px) {
.custome_slider_caption h5, .custome_slider_caption h4 {
    font-size: 40px;
    line-height: 40px;
}
.common_title {
    font-size: 35px;
}
.common_title span {
    font-size: 28px;
}
.common_description {
    font-size: 16px;
    line-height: 26px;
}
.cart_content_section h1 {
    font-size: 16px;
}
.review_box p {
    font-size: 16px;
    line-height: 26px;
}
.collab-text {
    max-width: 430px;
}
.collab-text p {
    font-size: 16px;
    line-height: 26px;
}
.collab-text h6 {
    font-size: 16px;
    line-height: 26px;
}
.footer_head p {
    font-size: 15px;
    line-height: 25px;
}
.footer_quick_link li a {
    font-size: 15px;
    line-height: 25px;
}
}
@media only screen and (max-width:1280px) {
.full_header_section .primary_menu > ul > li > a.nav-link {
    font-size: 16px;
}
.full_header_section .primary_menu > ul > li.current-menu-item > a.nav-link {
    font-size: 16px;
}
.full_header_section .primary_menu > ul > li.menu-item-has-children > ul > li > a {
    padding: 8px 8px 8px 22px;
    font-size: 16px;
}
.full_header_section .primary_menu > ul > li.menu-item-has-children > ul {
    top: 82px;
}
}
@media only screen and (max-width:1024px) {
.container {
    padding: 0% 5%;
}
.custome-container {
    padding: 0% 9%;
}
.logoBox img{
    width: 120px;
}
.full_header_section .primary_menu > ul > li.current-menu-item > a.nav-link, .full_header_section .primary_menu > ul > li > a.nav-link {
        font-size: 15px;
}
.full_header_section .primary_menu > ul > li.current-menu-item > a.nav-link, .full_header_section .primary_menu > ul > li > a.nav-link {
    padding: 30px 10px 30px 10px;
}
.full_header_section .primary_menu > ul > li.menu-item-has-children > a::after {
        top: 46%;
        right: 0px;
        transform: translate(-0px, -46%);
        font-size: 12px;
}
.custome_slider_caption h5, .custome_slider_caption h4 {
    font-size: 32px;
    line-height: 30px;
}
.common_title {
    font-size: 30px;
}
.common_title span {
    font-size: 26px;
    line-height: 25px;
}
.common_description {
    margin-top: 10px;
}
.background_home_nection3, .galary_section_home {
    padding: 35px 0px;
}
.review_section_home {
    padding: 35px 0px 30px;
}
.main-image {
    height: 180px;
}
.card-body h2 {
    font-size: 15px;
}
.custom-card {
    height: 295px;
}
.collab-text h2 {
    font-size: 30px;
}
.collab-text span {
    font-size: 20px;
}
.footer_head p, .footer_quick_link li a, .footer_bottom_text h6 {
    font-size: 13px;
    line-height: 22px;
}
}
@media screen and (max-width: 991px) {
    .mobile-nav-wrapper {
        display: block;
        z-index: 999;
        position: fixed;
        width: 100%;
        top: 0%;
        padding: 10px 10px;
        background-color: #ffffff;
    }
    .logoBox img{
        display: none;
    }
    #menu-header-menu-1, .menu_bottom{
          padding: 10px 25px 15px 20px;  
    }
    .header_logo img{
        margin-left: 30px;
        width: 125px;
    }
    .collab-container {
        flex-direction: column;
        align-items: center;
    }

    .logo-columns {
        justify-content: center;
    }
    .resarch_container {
        grid-template-columns: repeat(1, minmax(auto, 1fr));
    }
    .Research_image img{
        height: auto;
    }
    .mobile-nav ul li a {
        font-size: 14px;
    }
    .custome_slider_caption h5, .custome_slider_caption h4 {
        font-size: 24px;
        line-height: 19px;
    }
    .custome_slider_caption {
        left: 18%;
        top: 50%;
        transform: translate(-18%, -50%);
    }
    .background_home_nection2 {
        padding: 40px 0px;
    }
    .common_description {
        margin-bottom: 30px;
    }
    .collab-text {
     max-width: unset;
    }
    .footer_head p, .footer_quick_link li a, .footer_bottom_text h6 {
        font-size: 15px;
        line-height: 22px;
    }
}

@media only screen and (max-width:768px) {
    .collab-container {
        flex-direction: column;
        align-items: center;
    }

    .logo-columns {
        grid-template-columns: block;
        justify-content: center;
    }
    
}
@media only screen and (max-width:600px) {
    .custome-container {
        padding: 0% 6%;
    }
    .header_logo img {
        margin-left: 20px;
        width: 110px;
    }
    .top_gap {
        margin-top: 4.2rem;
    }
    .cusotme_carousel_indicators [data-bs-target] {
        width: 8px;
        height: 7px;
    }
    .cusotme_carousel_indicators {
        margin-bottom: 8px;
    }
    .custome_slider_caption h5, .custome_slider_caption h4 {
        font-size: 16px;
        line-height: 10px;
    }
    .custome_slider_caption {
        left: 18%;
        top: 45%;
        transform: translate(-18%, -45%);
    }
    .common_title {
        font-size: 25px;
        line-height: 35px;
        text-align: center;
    }
    .background_home_nection2 {
        padding: 30px 0px;
    }
    .common_description {
        font-size: 15px;
        line-height: 24px;
    }
    .review_section_home::after {   
        width: 70px;
        height: 70px;
    }
    .review_section_home::before {
        bottom: 0%;
        right: 2%;
        transform: translate(-2%, 0%);
        width: 75px;
        height: 75px;
    }
    .custom-card {
        height: 265px;
    }
    .collab-container-bg {
        padding: 30px 0;
    }
    .collab-text h2 {
        font-size: 30px;
        text-align: center;
    }
    .collab-text p {
        font-size: 15px;
        line-height: 26px;
    }
    .logo-columns {
        grid-template-columns: auto auto;
    }
    .last_footer{
        margin-bottom: 24px;
    }
     .footer_bottom_text h6 {
        font-size: 13px;
        line-height: 22px;
        text-align: center;
    }
    .review_box_left h4 {
        font-size: 15px;
    }
    .review_box_left h5 {
        font-size: 14px;
    }
    .review_box p {
        font-size: 15px;
        line-height: 24px;
        margin-top: 5px;
    }
    .review_box_left img {
        width: 75px;
        height: 75px;
    }
    .custom-card {
        height: 285px;
    }
}

@media only screen and (max-width:480px) {

}

@media only screen and (max-width:375px) {
    
}