/*
Theme Name: SIMEC Entertainment Ltd (New)
Theme URI: #
Author: Mahadi Hasan Mahfuz
Author URI: mahadihasanmahfuz880@gmail.com
Description: Easy, Fast & Creative Blog
Tags: left-sidebar, right-sidebar, post-formats, theme-options, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Anek+Bangla:wght@400;500;600;700&family=Hind+Siliguri:wght@400;500;600;700&family=Noto+Sans+Bengali:wght@400;500;600;700&family=Noto+Serif+Bengali:wght@400;600;700&family=Roboto:wght@400;500;700&display=swap');

@font-face {
    font-family: 'Kalpurush', sans-serif;
    src: local('Kalpurush'),
        url('../custom_fonts/Kalpurush.woff') format('woff'),
        url('https://fonts.gstatic.com/s/notosansbengali/v18/1Ptvg833m0qmc5pn2CXiGJ09Vxa263f6q9S_e-U_45w.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans Bengali', sans-serif;
    src: local('Noto Sans Bengali'),
        url('https://fonts.gstatic.com/s/notosansbengali/v18/1Ptvg833m0qmc5pn2CXiGJ09Vxa263f6q9S_e-U_45w.woff2') format('woff2');
    font-weight: 400 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto', sans-serif;
    src: local('Roboto'),
        url('https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2') format('woff2');
    font-weight: 400 700;
    font-style: normal;
}

@font-face {
    font-family: 'Hind Siliguri', sans-serif;
    src: local('Hind Siliguri'),
        url('https://fonts.gstatic.com/s/hindsiliguri/v12/ijw24jh8aci5y58mOHj_37uP30p--z0.woff2') format('woff2');
    font-weight: 400 700;
    font-style: normal;
}

@font-face {
    font-family: 'Anek Bangla', sans-serif;
    src: local('Anek Bangla'),
        url('https://fonts.gstatic.com/s/anekbangla/v4/6q144L3nypS_F2Z6yR4FzG3d.woff2') format('woff2');
    font-weight: 400 700;
    font-style: normal;
}

/*==========Common Style Start===========*/

.slider_box {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.right_slider_box {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.custome_inner .carousel-item img {
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.bg_img {
    width: 100%;
    height: 620px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tabslider {
    position: relative;
}

body {
    font-size: 16px;
}

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;
}

/* @font-face {
     font-family: 'KalindiMJ Bold';
     src: url('./include/custom_fonts/KalindiMJ-Bold.woff');
 } */
@font-face {
    font-family: "FSOMUR";
    src: url(./include/custom_fonts/FN-Shorif-Opekkha-Matrahin-Unicode-Regular.woff);
}

/*================ 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;
    display: block !important;
}

/* Arrow icon (using ::after or SVG rotation) */
.mobile-nav .menu-item-has-children>a::after {
    content: '\f107';
    font-family: "Font Awesome 6 Free", FontAwesome, sans-serif;
    font-weight: 900;
    float: right;
    transition: transform 0.3s ease;
    margin-right: 0px;
}

.mobile-nav .menu-item-has-children.active>a::after {
    transform: rotate(180deg);
}

.mobile_header_logo img {
    width: 140px;
}

.mobile-nav {
    width: 310px;
    height: 100%;
    left: -400px;
    position: fixed;
    top: 0;
    transition: all .3s ease 0s;
    z-index: 9999;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    background-color: #ECF8FF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
}

.nav-close {
    padding: 20px 20px 15px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none;
    background-color: #ECF8FF;
}

.nav-close .close_btn {
    width: 36px;
    height: 36px;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    color: #40423C;
    border: 1px solid #E2E8F0;
    transition: all 0.2s ease;
    text-decoration: none;
}

.nav-close .close_btn:hover {
    background-color: #105CAA;
    color: #ffffff;
    border-color: #105CAA;
}

.mobile-nav .secondary_menu {
    flex-grow: 1;
}

.mobile-nav ul li {
    display: block;
    border-bottom: 1px solid #D6EBFA;
}

.mobile-nav ul li:last-child {
    border-bottom: none;
}

.mobile-nav ul li a {
    display: block;
    color: #40423C;
    padding: 14px 25px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    font-family: "Open Sans", "Roboto", sans-serif;
    transition: all 0.2s ease;
}

.mobile-nav ul li.current-menu-item>a,
.mobile-nav ul li a:hover {
    color: #105CAA;
}

.mobile-nav ul li ul li a {
    padding: 12px 25px 12px 45px;
    font-size: 15px;
    font-weight: 500;
    color: #585555;
}

.mobile_nav_footer {
    padding: 25px 25px 30px 25px;
}

.mobile_contact_phone {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #40423C;
    margin-bottom: 15px;
}

.mobile_social_icons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.mobile_social_icons a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DDF0FB;
    border: 1px solid #C4E4F9;
    border-radius: 8px;
    color: #105CAA;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.mobile_social_icons a:hover {
    background-color: #105CAA;
    color: #ffffff;
    border-color: #105CAA;
}

.mobile_social_icons a svg {
    fill: currentColor;
}

.mobile_social_icons a:hover svg path {
    fill: #ffffff;
}

.nav-arrow {
    position: absolute;
    right: 32px;
}

.nav-open {
    cursor: pointer;
    position: absolute;
    display: block;
    right: 35px;
    top: 20%;
}

.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: 13px;
    width: 100%;
    background-color: black;
    content: '';
    opacity: .8;
    transition: .3s
}

/*================ Mobile nav end =====================*/

/*==============Header Part Start===============*/
.custome-container {
    width: 100%;
    max-width: 100%;
    padding: 0% 14.1%;
}

.page_top {
    margin-top: 80px;
}

.header_bar {
    z-index: 999;
    background-image: url(./include/img/header.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    position: fixed;
    background-size: cover;
    width: 100%;
    height: 155px;
    top: 0%;
}

.header_bar .secondary_menu>ul>li.menu-item-has-children {
    position: relative;
}

#menu-main-header li.menu-item-has-children>a::after {
    content: '';
    display: inline-block;
    position: static;
    /* reset: override position: absolute from hover rule */
    margin-left: 6px;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #B6ADAD;
    border-bottom: none;
    /* reset: override dotted border from hover rule */
    transform: none;
    /* reset: override scaleX from hover rule */
    transition: none;
    top: auto;
    left: auto;
}

.header_bar .secondary_menu>ul li.menu-item-has-children:hover ul {
    display: block;
}

.header_bar .secondary_menu>ul li.menu-item-has-children ul {
    position: absolute;
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 40px 0px #00000026;
    border-radius: 10px;
    padding: 12px 12px;
    top: 100%;
    left: 0%;
    width: 250px;
    display: none;
    z-index: 9999;
}

.header_bar .secondary_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;
}

#menu-main-header .sub-menu li {
    color: #413E3E;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 18.75px;
    letter-spacing: 0.02em;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
}

#menu-main-header .sub-menu li:last-child {
    margin-bottom: 0px;
}

.header_bar .secondary_menu>ul>li>ul.sub-menu li>a {
    font-family: "Roboto", sans-serif;
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 15px 25px !important;
    transition: 0.5s ease-in-out;
}

.header_bar .secondary_menu>ul>li>ul.sub-menu li.current-menu-item>a,
.header_bar .secondary_menu>ul>li>ul.sub-menu li>a:hover {
    color: #105CAA !important;
    font-weight: 500;
}

.sub-menu li a::after {
    display: none;
}

.custom_container_header {
    width: 100%;
    max-width: 100%;
    padding: 0% 9%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_logo {
    position: relative;
    height: 100%;
}

.header_logo img {
    position: absolute;
    top: 55px;
    left: 0%;
    transform: translate(-0%, -50%);
    width: 100%;
    min-width: 243px;
}

.header_bar .custom_container_header,
.header_bar .row,
.header_bar [class*="col-"] {
    height: 100%;
}

.header_bar .secondary_menu {
    height: 100%;
    position: relative;
}

.header_bar .secondary_menu>ul {
    position: absolute;
    right: 0;
    top: 30%;
    transform: translateY(-50%);
    white-space: nowrap;
}

.header_bar .secondary_menu>ul>li {
    display: inline-block;
}

ul li {
    list-style-type: none;
    padding-left: 0px;
}

#menu-primary-menu li.current-menu-item>a {
    color: #105CAA;
    position: relative;
    transition-duration: .3s;
}

.header_bar .secondary_menu ul>li>a {
    position: relative;
    padding: 20px 14px;
    transition: margin-right .3s ease-in-out;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #413E3E;
    font-size: 17px;
}

.header_btn {
    text-align: center;
}

.header_btn a {
    font-family: 'Kalpurush', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
}

.header_contact_btn {
    background-color: #9CC644;
    padding: 8px 35px;
    border-radius: 30px;
    color: white;
    border: 1.5px solid #9CC6444D;
    box-shadow: 1px 3px 0px 0px #0000002e;
}

.cusotme_carousel_indicators [data-bs-target] {
    width: 18px;
    height: 7px;
    background-color: rgb(255, 255, 255);
    opacity: 1;
    border-right-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-radius: 10px;
    border-width: 0px;
    border-image: initial;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
}

.cusotme_carousel_indicators {
    bottom: 8px;
}

.cusotme_carousel_indicators button.active {
    background-color: rgb(156, 198, 68);
}

.custom_carousel_caption {
    position: absolute;
    left: 50%;
    top: 50%;
    right: unset;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
}

.custom_carousel_caption h5 {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    background: #105CAACC;
    padding: 15px 30px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.booking_btn {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 29px;
    text-align: center;
    background-color: #FFFFFF;
    padding: 8px 35px;
    border-radius: 30px;
    color: #9CC644;
    border: 2px solid #9CC644;
    box-shadow: 0px 4px 4px 0px #0000001A;
}

#menu-main-header li a:hover,
#menu-main-header li.current-menu-item>a {
    color: #0659a8 !important;
}

#menu-main-header li a:hover::after {
    transform: translateX(-50%) scaleX(1);
}

#menu-main-header li a {
    position: relative;
}

#menu-main-header li a::after {
    content: '';
    position: absolute;
    top: 75%;
    left: 50%;
    width: 30px;
    border-bottom: 4px dotted #0056A7;
    transform: translateX(-50%) scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
}

#menu-main-header>.menu-item {
    position: relative;
    padding: 10px 0px;
    height: 60px;
}

#menu-main-header .sub-menu {
    padding: 15px !important;
}

#menu-main-header .sub-menu li {
    margin-bottom: 20px;
}

#menu-main-header .sub-menu li:last-child {
    margin-bottom: 0;
}

.cusotme_carousel_indicators_slider [data-bs-target] {
    width: 18px;
    height: 7px;
    background-color: rgb(255, 255, 255);
    opacity: 1;
    border-right-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-radius: 10px;
    border-width: 0px;
    border-image: initial;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
}

.cusotme_carousel_indicators_slider button.active {
    background-color: rgb(156, 198, 68);
}

/* 
--------------------------------------------------
আমাদের পরিষেবাসমূহ  section  start 
--------------------------------------------------
*/
#videobg {
    height: 700px;
    width: 100%;
    object-fit: cover;
}

.service_section {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    gap: 20px;
}

.offer-section {
    background-image: url('./include/img/service_Section.png');
    padding: 0px 0px 50px 0px;
    background-size: cover;
    background-position: center;
}

.text_header {
    text-align: center;
    padding: 3rem 10rem 1rem;
}

.text_header h4 {
    font-family: "Noto Sans Bengali", "Hind Siliguri", "Anek Bangla", sans-serif;
    font-weight: 700;
    font-size: 37px;
    color: #40423C;
    text-align: center;
    margin-bottom: 20px;
}

.text_header p {
    font-family: 'Kalpurush', 'Hind Siliguri', 'Noto Sans Bengali', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #585555;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 28px;
}

.icon-img {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    background: white;
    bottom: -30px;
    width: 60px;
    height: 60px;
    border-radius: 15px;
    line-height: 60px;
    margin: 0 auto;
    border: 1px solid rgba(168, 169, 165, 0.5);
}

.icon-img img {
    width: 30px;
}

.offer-box {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #fff;
    transition: 0.5s ease-in-out;
    border: 1px solid transparent;
    height: 400px;
}

.offer-box:hover {
    border: 1px solid rgba(156, 198, 68, 0.5);
}

.offer-content .main_img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-top-left-radius: 15px;
}

.offer-box .offer-content .radius {
    border-top-left-radius: 15px;
}

.offer-box h4 {
    font-family: "Noto Sans Bengali", "Hind Siliguri", sans-serif;
    color: #9CC644;
    font-size: 19px;
    font-weight: 700;
    line-height: 27px;
    margin-top: 50px;
    margin-bottom: 15px;
}

.offer-box p {
    font-family: 'Kalpurush', 'Hind Siliguri', 'Noto Sans Bengali', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    color: #585555;
}

.offer-box .text-content {
    padding: 0px 12px 30px;
}

.section-head h4 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #585555;
    font-size: 46px;
    font-weight: 600;
    line-height: 43px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.service_lists ul {
    display: grid;
    grid-template-columns: auto auto;
}

/* 
--------------------------------------------------
আমাদের পরিষেবাসমূহ  section  end 
--------------------------------------------------
*/
/* 
--------------------------------------------------
আমাদের সম্পর্কে section  start 
--------------------------------------------------
*/
.about-section {
    padding: 50px 0px;
}

.about-area h2 {
    font-size: 37px;
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 20px;
    color: #40423C;
}

.about-area p {
    font-size: 18px;
    font-family: 'Kalpurush', sans-serif;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 20px;
    color: #585555;
    text-align: justify;
}

.bengali-text {
    font-family: 'Kalpurush', sans-serif;
    font-weight: 400;
    color: #585555;
}

.ent-btn-box {
    width: 200px;
    display: inline-block;
    margin-top: 5px;
}

.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;
}

.ent-btn-text {
    display: flex;
    align-items: center;
    gap: 0px;
    overflow: hidden;
    position: relative;
    transition: .3s;
    width: 200px;
}

.ent-btn-text:hover .ent-btn {
    background-color: #9CC644;
    color: white;
    margin-left: 46px;
    transition: .3s;
}

.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(./include/img/arrow-expose.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 150px;
    transition: .3s;
}

.ent-btn-text:hover::after {
    background-color: #ffffff;
    color: white;
    left: 0;
    transition: .3s;
}

.achivement-section {
    background: linear-gradient(90deg, rgba(158, 198, 67, 0.15) 0%, rgba(16, 92, 170, 0.1) 100%);
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid rgba(242, 239, 239, 1);
}

.achivement-area span {
    font-family: "Noto Sans Bengali", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #105CAA;
}

.achivement-area p {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    color: #6C6A6A;
    margin-top: 5px;

}

.br-line {
    border-right: 1px solid rgba(223, 217, 217, 1);
    border-bottom: 1px solid #DFD9D9;
}

.achivement-area {
    padding: 27px 15px;
    transition: .3s;
    background-color: #EEF6FF;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.achivement-area:hover {
    background-color: #EFF6DF;
    transition: .3s;
}

/* 
--------------------------------------------------
আমাদের সম্পর্কে section  end 
--------------------------------------------------
*/

/* 
--------------------------------------------------
কনভেনশন সেন্টার Services  start 
--------------------------------------------------
*/
.convention-section {
    background-color: #F4F4F3;
}

.convention-tab .nav-pills .nav-link.active,
.convention-tab .nav-pills .show>.nav-link {
    font-family: "Noto Sans Bengali", sans-serif;
    background-color: transparent;
    font-weight: 700;
    color: #105CAA;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    border-bottom: 2px solid #105CAA;
    border-radius: 0px;
    margin-right: 15px;
    margin-bottom: 8px;
}

.convention-tab .nav-pills .nav-link {
    font-family: "Noto Sans Bengali", sans-serif;
    color: #4E504A;
    font-size: 16px;
    font-weight: 700;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 2px solid #D4CACA;
    border-radius: 0px;
    margin-right: 15px;
    margin-bottom: 8px;
}

.right_side {
    background: #FCFFF5;
    height: 620px;
    position: relative;
}

.left_side {
    background: #F4F4F3;
    height: 620px;
    position: relative;
}

.right_side .convention-tab {
    padding-left: 250px;
    padding-right: 0px !important;
}

.tab-wrapper h3 {
    font-size: 24px;
    color: #585555;
    font-family: 'Kalpurush', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.3;
}

.tab-wrapper ul li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #585555;
    font-family: 'Kalpurush', sans-serif;
    font-weight: 400;
    line-height: 28px;
}

.convention-tab {
    padding-top: 50px;
    padding-right: 210px;
    padding-bottom: 40px;
    padding-left: 40px;
}

.convention-tab h2 {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 28px;
    color: #585555;
    margin-bottom: 10px;
}

.tab-wrapper p {
    margin-bottom: 10px;
    font-family: 'Kalpurush', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    color: #585555;
    text-align: justify;
}

.tab-wrapper ul li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #585555;
    font-family: 'Kalpurush', sans-serif;
    font-weight: 400;
    line-height: 28px;
}

.tab-wrapper ul li:before {
    background-image: url(./include/img/li_arrow.png);
    content: '';
    width: 50px;
    padding: 0px 12px;
    background-repeat: no-repeat;
    vertical-align: middle;
    align-items: center;
    background-position: center;
    margin-right: 7px;
}

/* #pills-tab{
  gap: 20px;
} */
/* 
--------------------------------------------------
Convension section  end 
--------------------------------------------------
*/

/* 
--------------------------------------------------
Client section  start 
--------------------------------------------------
*/

.our_clients_bg {
    padding: 50px 0px;
    /* background: linear-gradient(90deg, rgba(16, 92, 170, 0.14) 0%, rgba(156, 198, 68, 0.14) 100%); */
    background: #EFF3F6;
}

.ourclients_text_header {
    text-align: center;
    padding: 0rem 3rem 0rem;
}

.client-content {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, .06);
    background-color: #ffffff;
    padding: 15px 20px;
    border-radius: 12px;
    transition: all .3s ease-in-out;
    border: 2px solid transparent;
    margin-bottom: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 16 / 10;
}

.client-content img {
    max-height: 80%;
    max-width: 85% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}

.client-content:hover {
    border: 2px solid rgba(156, 198, 68, 1);
    border-right: 0px;
    border-bottom: 0px;
    transition: .3s;
}

/* 
--------------------------------------------------
Client section  end 
--------------------------------------------------
*/
/* 
--------------------------------------------------
Contact US section  start 
--------------------------------------------------
*/
.contact_us_sec {
    background: linear-gradient(180deg, rgba(16, 92, 170, 0.056) 0%, rgba(156, 198, 68, 0.098) 100%);
    padding-bottom: 50px;

}

.address-info {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .05);
    background-color: white;
    padding: 35px;
    border-radius: 8px;
    height: 200px;
}

.address-info h4 {
    font-size: 24px;
    color: #105CAA;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-top: 20px;
}

.address-info p {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    line-height: 28px;
    font-weight: 400;
}

.contact-box {
    background: white;
    padding: 30px 35px 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, .08);
}

.contact_section_head h4 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #585555;
    font-size: 34px;
    font-weight: 600;
    line-height: 43px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact-box .form-control {
    border: none;
    border-bottom: 1px solid #9CC644;
    border-radius: 0;
    padding: 10px;
}

.contact-box textarea::placeholder,
.contact-box input::placeholder {
    color: #585555;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.contact-box .form-control:focus {
    color: #C8C3C3;
    background-color: unset;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.textarea_contact .form-control {
    height: 120px;
}

.contact_btn:after {
    left: 91px;
}

/* 
--------------------------------------------------
Contact US section  end 
--------------------------------------------------
*/


/*=============Gallery Page Start===============*/
.gallery_sec {
    margin-bottom: 50px;
}

.gallery_lists_tab .nav-pills .nav-link.active,
.gallery_lists_tab .nav-pills .show>.nav-link {
    background-color: #9CC644;
    font-size: 17px;
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 700;
    border: 1px solid transparent;
    transition: 0.5s ease-in-out;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 8px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.gallery_lists_tab .nav-pills .nav-link {
    background-color: white;
    font-size: 17px;
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 700;
    color: #706E6E;
    border: 1px solid #9CC644;
    transition: 0.5s ease-in-out;
    padding: 10px;
    border-radius: 8px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.galary_image {
    position: relative;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

.galary_image_main {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.zoom_icone_gallary {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .4s;
    z-index: 1;
    opacity: 0;
}

.galary_image:hover .zoom_icone_gallary {
    opacity: 1;
}

.galary_image:hover .galary_imaghover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: .4s;
}

ul.etm_gallary_clist {
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 50px;
}


/*=============Gallery Page End===============*/


/*============about us page Start=============*/

.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 #FFFFFF4D;
    padding: 10px 30px 10px 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    background: #105CAA33;
    border-radius: 10px;
    text-align: center;
}

.about_simec {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-template-areas: "content image";
    gap: 2%;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.about_simec_content {
    grid-area: content;
}

.about_image {
    height: 100%;
}

.about_simec img {
    grid-area: image;
}

.about_simec_content h1 {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 700;
    font-size: 37px;
    line-height: 43px;
    color: #40423C;
    padding-bottom: 15px;
}

.about_simec_content p {
    font-family: "Kalpurush", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 29px;
    text-align: justify;
    color: #585555;
    padding-bottom: 20px;
}

.about_simec_content h2 {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    text-align: justify;
    color: #585555;
}

.about_simec img {
    border-radius: 10px;
}

.about_section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.about_section_background_yellow {
    background-color: #FCFFF5;
}

.about_section_background_blue {
    background-color: #FFFFFF;
}

.about_section img {
    width: 100%;
    object-fit: cover;
}

.content_section_about {
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.content_section_about p {
    padding-bottom: 20px;
    text-align: justify;
    font-family: "Kalpurush", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: rgba(88, 85, 85, 1);
}

.content_section_about h1 {
    font-family: "Noto Sans Bengali", sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 43px;
    color: #4E4B4B;
}

.content_section_about h2 {
    font-family: "Kalpurush", sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    color: #585555;
}

.about_left_content {
    width: 70%;
    margin-left: auto;
}

.about_right_content {
    width: 70%;
    margin-right: auto;
    text-align: left;
}

.fix_hight1 {
    height: 540px;
}

.fix_hight2 {
    height: 100%;
    object-position: bottom;
}

.fix_hight3 {
    height: 530px;
    object-fit: cover;
    object-position: center;
}

.fix_hight4 {
    height: 440px;
    object-fit: cover;
    object-position: center;
}

.about_list li,
.about_list2 li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-family: "Kalpurush", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
}

.about_list>li::before,
.about_list2>li::before {
    content: url("./include/img/about/list_arrow.svg");
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.about_list2>li {
    color: #105CAA;
    font-size: 18px;
    font-weight: 400;
}

.nested_list {
    color: #585555;
}

.about_list_grid {
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 20px;
}

.contact_btn .ent-btn {
    background-color: white;
}

/*==============Footer Start=================*/

.footer_sec_two {
    background-image: url(./include/img/footer_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0px;
    background-position: center center;
}

.footer_head h3 {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: rgb(16, 92, 170);
    letter-spacing: 0px;
    margin-bottom: 15px;
}

.footer_head p {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: rgb(88, 85, 85);
    letter-spacing: 0px;
    line-height: 27px;
}

.footer_head p a {
    color: rgb(88, 85, 85);
}

.footer_head p a:hover {
    color: rgb(16, 92, 170);
}

.footer_social_icon {
    margin-top: 10px;
    display: flex;
    gap: 15px;
}

.footer_social_icon li {
    background-color: rgb(220, 240, 252);
    padding: 5px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(16, 92, 170, 0.2);
    border-image: initial;
    border-radius: 4px;
    transition: 0.5s ease-in-out;
}

.footer_social_icon li a {
    color: rgba(16, 92, 170, 0.8);
}

.footer_social_icon li:hover {
    background-color: rgb(16, 92, 170);
    color: rgb(255, 255, 255);
    border-radius: 4px;
}

.footer_social_icon li:hover a {
    color: rgb(255, 255, 255);
}

.footer_quick_link {
    display: grid;
    grid-template-columns: auto auto auto;
}

.footer_quick_link li {
    line-height: 30px;
    color: rgb(88, 85, 85);
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    padding-left: 10px;
}

.footer_quick_link li a {
    line-height: 15px;
    color: rgb(88, 85, 85);
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    padding-left: 10px;
}

.footer_quick_link li a:hover {
    color: rgb(6, 89, 168);
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 500;
}

.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_bottom_text h6 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: rgb(88, 85, 85);
    text-align: start;
    margin-top: 12px;
}

/* Privacy Policy */
.privacy_background {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.12) 0%, rgba(16, 92, 170, 0.078) 100%);
}

.all_privacy_content {
    border: 3px solid #9CC6444D;
    padding: 25px 50px;
    border-radius: 10px;
    background-color: #FFFFFF;
}

.all_privacy_content .privacy_content:last-child p {
    margin-bottom: 0;
}


.privacy_gaps {
    padding: 50px 0;
}

.privacy_content h2 {
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #105CAA;
    margin-bottom: 8px;
}

.privacy_content p {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    text-align: justify;
    color: #585555;
    margin-bottom: 30px;
}


/******************  bottom to top **********************/
.scroll-to-top-right {
    text-align: right;
    position: absolute;
    display: inline-block;
    right: 50px;
    bottom: 0;
}

.scroll-to-top {
    background-color: #f9f9f980;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    border: 3px solid #fff;
}

.arrow-up {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #ffffff;
}

/******************  bottom to top End**********************/
/* SIMEC Academic Plaza */
.academic_sec {
    background: linear-gradient(90deg, rgba(16, 92, 170, 0.08) 0%, rgba(156, 198, 68, 0.07) 100%);
    padding: 50px 0;
}

.academic_sec_content {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-template-areas: "content image";
    gap: 2%;
    justify-content: center;
    align-items: center;
}

.academic_sec_gallery {
    background: linear-gradient(180deg, #FCFFF5 0%, #F5FFE2 100%);
    padding: 50px 0;
}

.common-card {
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px #00000026;
    margin-bottom: 20px;
    overflow: hidden;
}

.common-card img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.common-card-text {
    position: relative;
    z-index: 2;
    padding: 30px 10px;
    background-color: #ffffff;
}

.common-card-text h1 {
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    color: #585555;
    margin-bottom: 0;
    text-align: center;
    transition: transform 0.5s ease;
}

.common-card:hover .common-card-text h1 {
    transform: translateY(-5px);
}

.common-card .common-button-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    background-color: #9CC644;
    border: none;
    border-radius: 6px;
    padding: 5px 15px;
    color: #fff;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 29px;
}

.common-card:hover .common-button-card {
    opacity: 1;
    transform: translate(-50%, -100%);
}

.common-card:hover::after {
    opacity: 1;
}

.common-card::after {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(2px);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.plaza-single-section {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.15) 0%, rgba(16, 92, 170, 0.1) 100%);
    padding: 50px 0px;
}

.plaza-single-back {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plaza-single-back a {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #413E3E;
    margin-bottom: 20px;
}

.outlate-back-button {
    display: flex;
    align-items: center;
    gap: 10px;
}

.common-image-preview {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px #00000026;
    cursor: pointer;
}

.common-image-preview img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.common-image-preview:hover::after {
    opacity: 1;
}

.common-image-preview::after {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

/* ================== RESPONSIVE-DEVICE-START=================== */
@media only screen and (max-width:1800px) {
    .achivement-area span {
        font-size: 38px;
        line-height: 46px;
    }

    .achivement-area p {
        font-size: 16px;
        line-height: 26px;
    }

    .page_top {
        margin-top: 75px;
    }

    .header_bar {
        height: 135px;
    }

    .header_logo img {

        min-width: 200px;
    }



    .offer-box {
        height: 410px;
    }

    .tab-wrapper ul li {
        font-size: 15px;
        line-height: 20px;
    }


    .custome_carousel_item img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .about_right_content {
        width: 80%;
    }

    .address-info p {
        font-size: 17px;
        line-height: 24px;
    }

    .address-info h4 {
        font-size: 22px;
    }

    .address-info {
        padding: 25px;
    }

    .convention-tab h2 {
        font-size: 30px;
    }

    .right_side .convention-tab {
        padding-left: 160px;
        padding-right: 0px;
    }

    .offer-content .main_img {
        height: 135px;
    }

    .tab-wrapper p {
        font-size: 15px;
    }

    .common-card img {
        height: 250px;
    }

    .common-image-preview img {
        height: 195px;
    }
}

@media only screen and (max-width:1440px) {

    .achivement-area span {
        font-size: 38px;
        line-height: 46px;
    }

    .achivement-area p {
        font-size: 16px;
        line-height: 26px;
    }

    .custom_carousel_caption h5 {
        font-size: 34px;
    }

    .offer-box h4 {
        font-size: 18px;
    }

    .offer-box p {
        font-size: 16px;
    }

    .offer-box .text-content {
        padding: 0px 10px 12px;
    }

    .service_section {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 20px;
    }

    .offer-box {
        height: 320px;
    }

    .fix_hight3 {
        height: 100%;
    }

    .gallery_lists_tab .nav-pills .nav-link {
        font-size: 15px;
    }

    .gallery_lists_tab .nav-pills .nav-link.active,
    .gallery_lists_tab .nav-pills .show>.nav-link {
        font-size: 15px;
    }

    .galary_image {
        height: 350px;
    }


}

@media only screen and (max-width: 1399px) {

    .convention-tab .nav-pills .nav-link.active,
    .convention-tab .nav-pills .show>.nav-link,
    .convention-tab .nav-pills .nav-link {
        padding: 0px 0px 2px 0px !important;
    }

    .convention-tab,
    .right_side .convention-tab {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .text_header {
        text-align: center;
        padding: 3rem 1rem 1rem;
    }

    .gap-5 {
        gap: 2rem !important;
    }

    .tab-wrapper ul li {
        font-size: 15px;
        line-height: 27px;
    }



    .about_left_content {
        width: 77%;
    }

    .galary_image {
        height: 300px;
    }
}

@media only screen and (max-width:1280px) {

    .custom_container_header {

        padding: 0% 12%;
    }

    .offer-box p {
        font-size: 15px;
    }

    .offer-box h4 {
        font-size: 16px;
    }

    .footer_head p {
        font-size: 15px;
    }

    .footer_quick_link li a {
        font-size: 15px;
    }

    .about_right_content,
    .about_left_content {
        width: 77%;
    }

    .fix_hight3 {
        height: 100%;
    }

    .content_section_about {
        padding: 20px;
    }

    .content_section_about h1 {
        font-size: 30px;
    }

    .contact_section_head h4 {
        font-size: 28px;
    }

    .galary_image {
        height: 250px;
    }

    .right_side .convention-tab {
        padding-left: 75px;
        padding-right: 25px;
    }

    .main_banner h4 {
        font-size: 24px;
    }
}

@media only screen and (max-width:1024px) {
    .header_bar {
        height: 120px;
        background-position-x: 15%;
    }

    .custom_container_header {
        padding: 0% 5%;
    }

    .header_logo img {
        top: 44px;
    }

    .custome_carousel_item img {
        width: 100%;
        height: 273px;
        object-fit: cover;
    }



    .custom_carousel_caption h5 {
        font-size: 25px;
    }

    .booking_btn {
        font-size: 15px;
        padding: 6px 30px;
    }

    .custom_carousel_caption {
        left: 50%;
        top: 40%;
        transform: translate(-50%, -40%);
    }

    .offer-box {
        height: 380px;
    }

    .text_header p {
        font-size: 16px;
        line-height: 26px;
    }

    .about-area p {
        font-size: 16px;
        line-height: 26px;
    }

    .achivement-area p {
        font-size: 16px;
    }

    .about-area h2 {
        font-size: 32px;
    }

    .convention-tab h2 {
        font-size: 22px;
    }

    .tab-wrapper h3 {
        font-size: 18px;
    }

    .convention-tab {
        padding-right: 0px;
        padding-top: 25px;
        padding-bottom: 46px;
        padding-left: 0px;
    }

    .tab-wrapper ul li {
        font-size: 13px;
        line-height: 27px;
    }

    .gap-5 {
        gap: 1rem !important;
    }

    .section-head h4 {
        font-size: 32px;
    }

    .our_clients_bg {
        padding: 10px 0px;
    }

    .client-content {
        padding: 10px 12px;
        margin-bottom: 15px;
    }



    .about_simec {
        display: block;
    }

    .about_simec_content h2 {
        margin-bottom: 23px;
    }

    .about_simec_content h1 {
        font-size: 30px;
    }

    .content_section_about h1 {
        font-size: 30px;
    }

    .about_list li,
    .about_list2 li,
    .about_list2>li {
        font-size: 14px;
        line-height: 26px;
    }

    .about_right_content {
        width: 85%;
    }

    ul.etm_gallary_clist {
        margin-top: 40px;
        margin-bottom: 25px;
    }

    .contact_section_head h4 {
        font-size: 25px;
        line-height: 34px;
    }

    .address-info {
        padding: 16px;
    }

    .address-info h4 {
        font-size: 18px;
    }

    .address-info p {
        font-size: 14px;
        line-height: 21px;
    }

    .address-info {
        height: 170px;
    }

    .contact-box {
        padding: 15px 15px;
    }

    iframe {
        height: 375px;
    }

    .right_side .convention-tab {
        padding-left: 0px;
        padding-right: 0px;
    }

    .convention-tab .nav-pills .nav-link.active,
    .convention-tab .nav-pills .show>.nav-link {
        margin-right: 15px;
        margin-bottom: 8px;
        padding: 0px 0px 2px 0px !important;
    }

    .convention-tab .nav-pills .nav-link {
        margin-right: 15px;
        margin-bottom: 8px;
        padding: 0px 0px 2px 0px !important;
    }

    .left_side {
        background: #F4F4F3;
        height: auto;
    }

    .tab-wrapper p {
        font-size: 13px;
        line-height: 25px;
    }

    #videobg {
        height: 500px;
        width: 100%;
        object-fit: cover;
    }

    #pills-tab {
        margin-bottom: 16px;
    }

    .common-card img {
        height: 170px;
    }

    .common-card-text {
        padding: 18px 10px;
    }

    .header_bar .secondary_menu>ul li.menu-item-has-children ul {
        top: 82%;
    }

    .common-image-preview img {
        height: 138px;
    }
}

@media only screen and (max-width: 991px) {
    .header_full {
        background-size: cover;
        height: 100px;
    }

    .custom_container_header {
        display: none;
    }

    .header_logo img {
        left: 10%;
    }

    .responsive-nav .header_logo img {
        width: 140px;
        min-width: unset;
    }

    .header_bar {
        height: 105px;
        background-position-x: 10%;
    }

    .mobile-nav-wrapper {
        display: block;
        z-index: 999;
        background-repeat: no-repeat;
        position: fixed;
        width: 100%;
        height: 110px;
        top: 0%;
        background-position: 10% bottom;
    }



    .page_top {
        margin-top: 60px;
    }

    .custom_carousel_caption h5 {
        font-size: 20px;
    }

    .text_header h4 {
        font-size: 28px;
    }

    .service_section {
        grid-template-columns: auto auto;
    }

    .offer-box {
        height: 410px;
    }

    .offer-box h4 {
        font-size: 20px;
    }

    .ent-btn-text {
        margin-bottom: 20px;
    }

    .about-section {
        padding: 40px 0px;
    }

    .achivement-area span {
        font-size: 38px;
    }

    .achivement-area {
        padding: 15px 15px !important;
    }

    .header_bar .secondary_menu>ul {
        display: block;
        text-align: start;
    }

    .header_bar .secondary_menu ul>li>a {
        margin-right: 42px;
        padding: 15px 20px;
        font-weight: 500;
        font-size: 16px;
        margin-left: 40px;
    }

    .menu_bottom {
        padding: 15px 42px;
    }

    .footer_social_icon li {
        padding: 5px 15px;
    }

    .menu_bottom p a {
        font-family: "Roboto", sans-serif;
        color: #413E3E;
        font-size: 16px;
    }

    .main_banner h4 {
        font-size: 22px;
    }

    .main_banner img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .about_section {
        display: block;
    }

    .about_section img {
        width: 100%;
        object-fit: cover;
        height: 250px;
        margin-bottom: 30px;
    }

    .about_simec {
        grid-template-columns: 1fr;
        grid-template-areas:
            "image"
            "content";
    }

    .about_section {
        grid-template-columns: 100%;
    }

    .about_right_content,
    .about_left_content {
        width: 100%;
        text-align: left;
        margin: 0;
    }

    .content_section_about {
        padding: 20px 15px;
    }

    .about_section {
        display: flex;
        flex-direction: column;
    }

    .about_image {
        order: 1 !important;
        width: 100% !important;
    }

    .content_section_about {
        order: 2 !important;
    }

    .about_image img,
    .about_section img,
    .about_simec img,
    .fix_hight1,
    .fix_hight2,
    .fix_hight3,
    .fix_hight4 {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        object-fit: cover !important;
    }

    .content_section_about h1 {
        font-size: 24px;
    }

    .about_list_grid {
        grid-template-columns: auto auto auto;
    }

    .contact_section_head h4 {
        font-size: 18px;
        line-height: 25px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .contact-box {
        margin-bottom: 25px;
    }

    .right_side .convention-tab {
        padding-left: 40px;
        padding-right: 16px;
    }

    .custome_inner .carousel-item img {
        width: 100%;
        height: 380px;
        object-fit: cover;
    }

    .bg_img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        background-size: cover !important;
        background-position: center !important;
    }

    .custome_inner .carousel-item img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        object-fit: cover !important;
    }

    .right_side .convention-tab,
    .left_side .convention-tab,
    .convention-tab {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .convention-tab .nav-pills {
        margin-bottom: 20px !important;
    }

    .slider_box,
    .right_slider_box {
        width: 100% !important;
        height: auto !important;
        overflow: hidden;
        position: relative !important;
        top: 0;
        left: 0;
        right: 0;
        margin-top: 15px;
    }

    .left_side,
    .right_side {
        height: unset;
    }

    .galary_image {
        height: 180px;
    }

    .offer-box {
        height: 340px;
    }

    #videobg {
        height: 432px;
    }

    .demohospital_video {
        height: 430px;
    }

    .academic_sec_content {
        display: inline-block;
    }
}

@media only screen and (max-width: 768px) {}


@media only screen and (max-width: 600px) {
    .custome-container {
        padding: 0 15px !important;
    }

    .custom_carousel_caption h5 {
        font-size: 14px;
        width: 275px;
    }

    .custome_carousel_item img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        object-fit: cover !important;
    }

    .booking_btn {
        font-size: 14px;
        padding: 5px 20px;
    }

    .text_header {
        text-align: center;
        padding: 2rem 0rem 1rem;
    }

    .service_section {
        grid-template-columns: auto;
    }

    .about-area h2 {
        text-align: center;
    }

    .offer-box {
        height: 320px;
    }

    .ent-btn {
        font-size: 16px;
    }

    .br-line {
        border-right: 0 !important;
        border-bottom: 0 !important;
    }

    .achivement-area {
        padding: 15px 12px !important;
        border-bottom: 1px solid #cbcbcb;
        margin: 0 !important;
    }

    .swiper-slide img {
        width: 100%;
        height: 250px;
    }

    .convention-tab {
        padding-right: 20px;
        padding-left: 20px;
    }

    .tab-wrapper p {
        font-size: 16px;
    }

    .gap-5 {
        gap: 1rem !important;
        display: block !important;
    }

    .tab-wrapper ul li,
    .about_list li,
    .about_list2 li,
    .about_list2>li {
        font-size: 13px;
        line-height: 25px;
    }

    .client-content {
        padding: 8px 10px;
        margin-bottom: 12px;
    }

    .footer_head {
        margin-bottom: 20px;
    }

    .about_simec_content h1 {
        text-align: center;
    }

    .content_section_about {
        padding: 15px 15px;
    }

    .about_list_grid {
        grid-template-columns: auto;
    }

    .convention-tab h2 {
        font-size: 25px;
    }

    .custome_inner .carousel-item img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        object-fit: cover !important;
    }

    .bg_img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        background-size: cover !important;
        background-position: center !important;
    }

    .service_lists ul {
        grid-template-columns: auto;
    }

    .galary_image {
        height: 240px;
    }

    .demohospital_video {
        height: 238px;
    }

    #videobg {
        height: 240px;
    }

    .main_banner h4 {
        font-size: 18px;
    }

    .common-image-preview img {
        height: 200px;
    }

    .main_banner img {
        height: 200px;
    }
}

/* Cafe, Restaurant & Others Section Only: Hide Arrow, Show Dot & Decrease Font Size */
.cafe_dot_list ul {
    display: block !important;
    list-style-type: disc !important;
    padding-left: 20px !important;
    grid-template-columns: none !important;
}

.cafe_dot_list ul li {
    display: list-item !important;
    list-style-type: disc !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #444444 !important;
    margin-bottom: 5px !important;
}

.cafe_dot_list ul li::before {
    content: none !important;
    display: none !important;
}