@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: "Noto Sans Bengali", sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    scroll-behavior: smooth;
    font-weight: 400;
    background-color: #fff
}

a {
    text-decoration: none;
    color: #06b734;
}

.w-img img {
    width: 100%
}

.m-img img {
    max-width: 100%
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c3941;
    line-height: 24px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

ul {
    margin: 0px;
    padding: 0px
}

li {
    list-style: none
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #5e5e5e
}

*::-moz-placeholder {
    color: #2c3941;
    font-size: 14px;
    opacity: 1
}

*::placeholder {
    color: #2c3941;
    font-size: 14px;
    opacity: 1
}

::selection {
    background-color: #f63a4c;
    color: #fff
}

.fix {
    overflow: hidden
}

.clear {
    clear: both
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.z-index-1 {
    z-index: 1
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible
}

.p-relative {
    position: relative
}

.accordion-button:focus {
    z-index: 3;
    border-color: rgba(0, 0, 0, 0) !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0) !important
}

.dropdown-menu.show {
    display: block;
    background: #fff;
    padding: 0px;
    overflow: hidden
}

.dropdown-item {
    font-size: 14px;
    padding: 8px 15px
}

.dropdown-item i {
    padding-right: 3px
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: rgba(94, 167, 209, .2549019608) !important;
    color: #333
}

.chat_D {
    margin-left: 8px
}

.chat_D .dropdown .dropdown-toggle {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 50%;
    color: #333;
    text-align: center;
    padding: 0px !important
}

.chat_D .dropdown .dropdown-toggle::after {
    display: none
}

.header_top {
    height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #d5d5d5
}

.header_top .headerTop_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    padding: 0 20px
}

.header_top .headerTop_wrapper .headerTop_left {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    border-right: 2px solid #d5d5d5;
    padding-right: 12px
}

.header_top .headerTop_wrapper .headerTop_right {
    display: flex;
    align-items: center;
}

.header_top .headerTop_wrapper .headerTop_right .text_1 {
    font-size: 16px;
    color: #f63a4c;
    font-weight: 500;
    border-right: 2px solid #d5d5d5;
    padding-right: 12px
}

.header_top .headerTop_wrapper .headerTop_right .text_2 {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    padding-left: 12px
}

.header_menu {
    background-color: #fff;
    transition: all linear .4s;
    animation: slide-down .7s;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1)
}

.header_menu .manu_wrapper {
    display: flex;
    align-items: center;
    padding: 10px 20px
}

.header_menu .manu_wrapper .nav_list li {
    padding: 5px;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.nav_list {
    margin-left: 150px;
}

.header_menu .manu_wrapper .logo {
    height: 60px;
    width: auto;
    /* margin-bottom: 15px; */
}

.header_menu .manu_wrapper .logo img {
    max-height: 100%;
    max-width: 100%
}



.header_menu .manu_wrapper .nav_list li:hover a {
    width: 100%
}

.header_menu .manu_wrapper .nav_list li:hover .sub_down {
    top: 41px;
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    padding: 10px 10px 10px 10px
}

.header_menu .manu_wrapper .nav_list li a {
    font-size: 22px;
    color: #3a3636;
    font-weight: 400
}

.header_menu .manu_wrapper .nav_list li a span {
    padding-right: 10px;
    font-size: 18px
}

.header_menu .manu_wrapper .nav_list li a .droppper {
    font-size: 16px
}

.header_menu .manu_wrapper .nav_list li .sub_down {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    box-shadow: 1px 1.732px 20px 0px rgba(0, 0, 0, .3);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    visibility: hidden;
    display: block;
    width: 200px;
    border: none !important;
    opacity: 0;
    top: 43px;
    right: 0;
    padding: 0;
    z-index: 10
}

.header_menu .manu_wrapper .nav_list li .sub_down li {
    padding: 5px 10px;
    width: 100%
}

.header_menu .manu_wrapper .nav_list li .sub_down li:hover {
    background-color: #dad6d6;
    width: 100%
}

.header_menu .manu_wrapper .nav_list li .sub_down li a {
    font-size: 15px;
    color: #9d8686;
    font-weight: 400
}

.headerNewClass {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    background-color: #fff;
    box-shadow: 1px .532px 1px 1px rgba(41, 41, 41, .1)
}

.headerNewClass .header_content {
    height: 70px
}

.headerNewClass .header_content .logo h5 {
    color: #333
}

.headerNewClass .header_content .nav_item ul li a {
    color: #333
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(1rem)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

@keyframes slide-up {
    0% {
        transform: translateY(-120px)
    }

    100% {
        transform: none
    }
}

.eroor_img {
    height: 400px;
    width: 500px;
    margin: 80px auto
}

.eroor_img img {
    max-width: 100%;
    max-height: 100%
}

.subBanner {
    height: 160px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto
}

.subBanner img {
    max-height: 100%;
    max-width: 100%
}

.homeOne {
    padding: 12px;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 12px
}

.PageTwoBody {
    padding: 12px;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 12px
}

.homeTwo {
    padding: 0 12px 12px 12px;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    margin-top: 30px
}

.homeTwo .Home_vedio {
    margin-top: 18px
}

.homeTwo .Home_vedio .vedio_iframe {
    height: 500px;
    width: 100%
}

.homeThree {
    padding: 12px;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    margin-top: 30px
}

.homeThree .sahitto_links {
    padding-top: 16px
}

.homeThree .sahitto_links ul li {
    padding-bottom: 6px
}

.homeThree .sahitto_links ul li a {
    font-size: 16px;
    color: #9d8686;
    font-weight: 400
}

.homeThree .sahitto_links ul li a i {
    margin-right: 10px;
    color: #d79c6a !important
}

.homeThree .sahitto_links ul li a:hover {
    color: #d79c6a
}

.homeFour {
    padding: 12px;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    margin-top: 30px
}

.heading_title {
    position: relative;
    text-align: center;
    margin-bottom: 20px
}

.heading_title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: auto;
    right: 0;
    top: 50%;
    border-top: 3px double #e5e5e5
}

.heading_title h4 {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    font-size: 20px;
    line-height: 30px;
    color: #b70606;
    font-weight: 600
}

.layout_one {
    height: 205px;
    width: 100%;
    border: 1px dashed #d5d5d5;
    border-radius: 12px;
    display: flex;
    padding: 10px;
    margin-top: 15px;
    cursor: pointer
}

.layout_one:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, .1) !important;
    border: 1px solid #d5d5d5
}

.layout_one:hover .layout_one_img img {
    transform: scale(1.05);
    transition: all linear .4s
}

.layout_one .layout_one_img {
    height: 180px;
    width: 620px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden
}

.layout_one .layout_one_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

.layout_one .layout_one_right {
    height: 100%;
    width: 100%;
    padding-left: 17px
}

.layout_one .layout_one_right .content_name {
    font-size: 15px;
    color: #b70606;
    font-weight: 500;
    line-height: 22px
}

.layout_one .layout_one_right .content_titile {
    font-size: 19px;
    color: #9d8686;
    font-weight: 600;
    line-height: 28px;
    padding: 6px 0 8px 0
}

.layout_one .layout_one_right .content_text {
    padding-top: 8px;
    font-size: 15px;
    color: #746c6c;
    font-weight: 400;
    line-height: 24px;
    text-align: justify
}

.layout_two {
    height: 400px;
    width: 100%;
    border: 1px dashed #d5d5d5;
    border-radius: 12px;
    padding: 10px;
    margin-top: 18px;
    cursor: pointer
}

.layout_two:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, .1) !important;
    border: 1px solid #d5d5d5
}

.layout_two:hover .layout_two_img img {
    transform: scale(1.05);
    transition: all linear .4s
}

.layout_two .layout_two_img {
    height: 175px;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden
}

.layout_two .layout_two_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

.layout_two .layout_two_bottom {
    padding-top: 12px
}

.layout_two .layout_two_bottom .content_name {
    font-size: 15px;
    color: #b70606;
    font-weight: 500;
    line-height: 22px
}

.layout_two .layout_two_bottom .content_titile {
    font-size: 19px;
    color: #746c6c;
    font-weight: 600;
    line-height: 28px;
    padding: 6px 0
}

.layout_two .layout_two_bottom .content_text {
    font-size: 15px;
    color: #494848;
    font-weight: 400;
    line-height: 24px;
    text-align: justify
}

.layout_three {
    height: 95px;
    width: 100%;
    border: 1px dashed #d5d5d5;
    border-radius: 12px;
    display: flex;
    padding: 10px;
    margin-top: 18px;
    cursor: pointer
}

.layout_three:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, .1) !important;
    border: 1px solid #d5d5d5
}

.layout_three:hover .layout_three_img img {
    transform: scale(1.05);
    transition: all linear .4s
}

.layout_three .layout_three_img {
    height: 70px;
    width: 140px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden
}

.layout_three .layout_three_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

.layout_three .layout_three_right {
    height: 100%;
    width: 100%;
    padding-left: 10px
}

.layout_three .layout_three_right .content_titile {
    font-size: 16px;
    color: #423e3e;
    font-weight: 500;
    line-height: 22px
}

.layout_four {
    height: 600px;
    width: 100%;
    border: 1px dashed #d5d5d5;
    border-radius: 12px;
    padding: 12px;
    margin-top: 18px;
    cursor: pointer
}

.layout_four:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, .1) !important;
    border: 1px solid #d5d5d5
}

.layout_four:hover .layout_four_img img {
    transform: scale(1.05);
    transition: all linear .4s
}

.layout_four .layout_four_img {
    height: 180px;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden
}

.layout_four .layout_four_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

.layout_four .layout_four_bottom {
    padding-top: 12px
}

.layout_four .layout_four_bottom .content_name {
    font-size: 15px;
    color: #b70606;
    font-weight: 500;
    line-height: 22px
}

.layout_four .layout_four_bottom .content_titile {
    font-size: 19px;
    color: #746c6c;
    font-weight: 600;
    line-height: 28px;
    padding: 6px 0 8px 0;
    border-bottom: 1px dashed #d5d5d5
}

.layout_four .layout_four_bottom .content_text {
    font-size: 15px;
    color: #494848;
    font-weight: 400;
    line-height: 24px;
    text-align: justify
}

.layout_five {
    width: 100%;
    border: 1px dashed #d5d5d5;
    border-radius: 12px;
    padding: 12px;
    margin-top: 18px;
    margin-bottom: 20px
}

.layout_five .content_name {
    font-size: 16px;
    color: #b70606;
    font-weight: 500;
    line-height: 22px
}

.layout_five .content_titile {
    font-size: 26px;
    color: #746c6c;
    font-weight: 600;
    line-height: 28px;
    padding: 6px 0 8px 0
}

.layout_five .layout_five_right {
    height: 100%;
    width: 100%;
    display: flex
}

.layout_five .layout_five_right .layout_five_img {
    height: 210px;
    width: 350px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden
}

.layout_five .layout_five_right .layout_five_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

.layout_five .layout_five_right .content_text {
    padding-top: 8px;
    font-size: 15px;
    color: #494848;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
    width: 65%;
    padding-left: 40px
}

.sahitto_links {
    padding-top: 22px
}

.sahitto_links ul li {
    padding-bottom: 12px
}

.sahitto_links ul li a {
    font-size: 16px;
    color: #9d8686;
    font-weight: 400;
    display: flex
}

.sahitto_links ul li a i {
    color: #e36a03 !important;
    margin-right: 10px
}

.sahitto_links ul li a:hover {
    color: #e36a03
}

.sahitto_links_2 {
    padding-top: 22px
}

.sahitto_links_2 ul li {
    padding-bottom: 6px
}

.sahitto_links_2 ul li a {
    font-size: 16px;
    color: #9d8686;
    font-weight: 400;
    display: flex;
    align-items: center
}

.sahitto_links_2 ul li a i {
    margin-right: 10px;
    color: #d79c6a !important
}

.sahitto_links_2 ul li a:hover {
    color: #d79c6a
}

.content_detail_body {
    padding: 12px;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 12px
}

.content_detail_body .content_detail {
    width: 95%
}

.content_detail_body .content_detail .content_title {
    font-size: 30px;
    color: #9d8686;
    font-weight: 600;
    line-height: 44px
}

.content_detail_body .content_detail .content_bio {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #d5d5d5;
    padding: 5px 0 10px 0
}

.content_detail_body .content_detail .content_bio .author_name {
    font-size: 15px;
    color: #c10517;
    font-weight: 500
}

.content_detail_body .content_detail .content_bio .content_date {
    font-size: 14px;
    color: #494848;
    font-weight: 500;
    padding-left: 25px
}

.content_detail_body .content_detail .content_image {
    height: 480px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
    border-radius: 15px;
    margin-top: 15px;
    overflow: hidden
}

.content_detail_body .content_detail .content_image img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.content_detail_body .content_detail .content_text {
    padding-top: 50px
}

.content_detail_body .content_detail .content_text p {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px
}

.content_detail_body .content_detail .author {
    display: flex;
    width: 100%;
    border-top: 1px dashed #d5d5d5;
    border-bottom: 1px dashed #d5d5d5;
    padding: 18px 0;
    margin-top: 12px
}

.content_detail_body .content_detail .author .author_img {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
    border-radius: 15px;
    overflow: hidden
}

.content_detail_body .content_detail .author .author_img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.content_detail_body .content_detail .author .author_detail {
    padding-left: 12px;
    width: 94%
}

.content_detail_body .content_detail .author .author_detail .authorName {
    font-size: 18px;
    color: #c10517;
    font-weight: 600;
    line-height: 24px
}

.content_detail_body .content_detail .author .author_detail .author_text {
    font-size: 15px;
    color: #383636;
    font-weight: 400;
    line-height: 24px
}

.content_detail_body .content_detail .author_more_content {
    padding-top: 12px
}

.content_detail_body .content_detail .author_more_content h4 {
    font-size: 20px;
    color: #d76404;
    font-weight: 500;
    line-height: 30px
}

.content_detail_body .content_detail .author_more_content ul li {
    padding-bottom: 10px
}

.content_detail_body .content_detail .author_more_content ul li a {
    font-size: 20px;
    color: #7e6f6f;
    font-weight: 400
}

.content_detail_body .content_detail .author_more_content ul li a:hover {
    color: #dd985e;
}

.content_detail_body .content_detail .author_more_content ul li a i {
    color: #d79c6a;
    padding-right: 8px
}

.footer {
    background-color: #fbfbfb;
    padding: 25px 0 0 0;
    margin-top: 30px
}

.footer .footer_wrapper .footer_wrap .logo {
    height: 70px;
    width: auto
}

.footer .footer_wrapper .footer_wrap .logo img {
    max-height: 100%;
    max-width: 100%
}

.footer .footer_wrapper .footer_wrap .hints {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    line-height: 25px;
    padding-top: 30px
}

.footer .footer_wrapper .footer_wrap h3 {
    font-size: 18px;
    color: #494848;
    font-weight: 600;
    line-height: 30px
}

.footer .footer_wrapper .footer_wrap h4 {
    font-size: 16px;
    color: #494848;
    font-weight: 400;
    line-height: 24px
}

.footer .footer_wrapper .footer_wrap h5 {
    font-size: 15px;
    color: #494848;
    font-weight: 400;
    line-height: 15px
}

.footer .footer_wrapper .footer_wrap .social_icon {
    padding-top: 12px;
    padding-bottom: 7px
}

.footer .footer_wrapper .footer_wrap .social_icon h6 {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    font-family: "Playfair Display", serif
}

.footer .footer_wrapper .footer_wrap .social_icon ul li {
    display: inline-block;
    height: 34px;
    width: 34px;
    border-radius: 4px;
    text-align: center;
    margin-right: 10px;
    line-height: 40px;
    cursor: pointer
}

.footer .footer_wrapper .footer_wrap .social_icon ul li i {
    font-size: 22px;
    color: #fff
}

.footer .footer_wrapper .footer_wrap .social_icon ul .facebook {
    background-color: #3b5998;
    border: 1px solid #3b5998
}

.footer .footer_wrapper .footer_wrap .social_icon ul .twitter {
    background-color: #00acee;
    border: 1px solid #00acee
}

.footer .footer_wrapper .footer_wrap .social_icon ul .instagram {
    background-color: #fcaf45;
    border: 1px solid #fcaf45
}

.footer .footer_wrapper .footer_wrap .social_icon ul .youtube {
    background-color: red;
    border: 1px solid red
}

.footer .copy_right {
    background-color: #dfdede;
    padding: 15px 0;
    margin-top: 25px
}

.footer .copy_right .copyRight_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer .copy_right .copyRight_wrapper .copyright_left {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    font-family: "Open Sans", sans-serif
}

.footer .copy_right .copyRight_wrapper .copyright_left span {
    font-family: "SolaimanLipi", sans-serif
}

.footer .copy_right .copyRight_wrapper .copyright_right {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    font-family: "Open Sans", sans-serif
}

.mobile_header {
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    background-color: #fff;
    z-index: 10;
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.mobile_header .headerTop_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.mobile_header .headerTop_wrapper .headerTop_left .left_text {
    font-size: 13px;
    color: #494848;
    font-weight: 500;
    line-height: 20px
}

.mobile_header .headerTop_wrapper .logo {
    height: 45px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.mobile_header .headerTop_wrapper .logo img {
    max-height: 100%;
    max-width: 100%
}

.mobile_header .headerTop_wrapper .headerTop_right {
    text-align: end
}

.mobile_header .headerTop_wrapper .headerTop_right i {
    font-size: 26px;
    color: #d79c6a;
    transform: rotate(90deg)
}

.mobile_header .headerTop_wrapper .headerTop_right i svg:not(:root).svg-inline--fa,
.mobile_header .headerTop_wrapper .headerTop_right i svg:not(:host).svg-inline--fa {
    transform: rotate(90deg)
}

.offcanvas-body .nav_list li {
    padding-left: 18px;
    padding-top: 10px;
    cursor: pointer;
    position: relative
}

.offcanvas-body .nav_list li:hover a {
    width: 100%
}

.offcanvas-body .nav_list li:hover .sub_down {
    top: 31px;
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    padding: 10px 10px 10px 10px
}

.offcanvas-body .nav_list li a {
    font-size: 16px;
    color: #9d8686;
    font-weight: 400
}

.offcanvas-body .nav_list li a span {
    padding-right: 10px;
    font-size: 18px
}

.offcanvas-body .nav_list li a .droppper {
    font-size: 16px
}

.offcanvas-body .nav_list li .sub_down {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    transition: all .3s ease-in-out;
    position: absolute;
    visibility: hidden;
    display: block;
    border: none !important;
    opacity: 0;
    top: 43px;
    left: 0;
    padding: 0;
    z-index: 10
}

.offcanvas-body .nav_list li .sub_down li {
    padding: 5px 10px;
    width: 100%
}

.offcanvas-body .nav_list li .sub_down li:hover {
    background-color: #dad6d6;
    width: 100%
}

.offcanvas-body .nav_list li .sub_down li a {
    font-size: 16px;
    color: #9d8686;
    font-weight: 400
}

.banner_swipper {
    width: 100%;
}

.banner_swipper .swiper .swiper-wrapper .swiper-slide .banner_img {
    height: 380px;
    width: 100%;
    position: relative;
}

.banner_swipper .swiper .swiper-wrapper .swiper-slide .banner_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner_swipper .swiper .swiper-wrapper .swiper-slide .banner_img .banner_text {
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
}

.banner_swipper .swiper .swiper-pagination {
    position: absolute;
    text-align: end;
    transition: 0.7s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    left: -10px;
    text-align: center;
}

.banner_swipper .swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(197, 192, 192, 0.596);
    height: 8px;
    width: 8px;
    opacity: 1;
}

.banner_swipper .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    height: 10px;
    width: 10px;
}

.banner_swipper .swiper .swiper-button-next {
    right: 15px;
    height: 35px;
    width: 35px;
    background-color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}

.banner_swipper .swiper .swiper-button-next::after {
    font-size: 18px;
    color: #333;
}

.banner_swipper .swiper .swiper-button-prev {
    left: 15px;
    height: 35px;
    width: 35px;
    background-color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}

.banner_swipper .swiper .swiper-button-prev::after {
    font-size: 18px;
    color: #333;
}