:root {
    --secondary: #55142a;
    --secondary-bg: #641e36;
}

@font-face {
    font-family: "Calisto MT";
    src: url("../fonts/2568e173df3a278bff48d9926aa656f6.eot"); /* IE9*/
    src: url("../fonts/2568e173df3a278bff48d9926aa656f6d41d.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/2568e173df3a278bff48d9926aa656f6.woff2") format("woff2"), /* chrome、firefox */ url("../fonts/2568e173df3a278bff48d9926aa656f6.woff") format("woff"), /* chrome、firefox */ url("../fonts/2568e173df3a278bff48d9926aa656f6.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("../fonts/2568e173df3a278bff48d9926aa656f6.svg#Calisto MT") format("svg"); /* iOS 4.1- */
}

body {
    font-size: 19px;
    font-weight: normal;
    color: #fff;
    background: var(--secondary);
    font-family: 'Calisto MT';
}

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

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'Calisto MT';
}

a {
    text-decoration: none;
	color: #fff;
}

a:focus {
    outline: none !important;
	color: #fff;
}

a:hover {
    text-decoration: none;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
	color: #fff;
}

.bg-secondary {
    background: var(--secondary-bg) !important;
}

.btn-secondary {
    background: var(--secondary) !important;
    border: 1px solid var(--secondary) !important;
}

.display-none-rh {
    display: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.container {
    max-width: 1370px;
}

.section-padding {
    padding: 100px 0px
}

.section-padding-40x120 {
    padding: 40px 0 120px 0px
}

.section-padding-top-0x100 {
    padding: 0 0 100px 0px
}

.section-padding-130x110 {
    padding: 130px 0px 110px 0
}

.section-padding-80x100 {
    padding: 80px 0px 100px 0
}

.section-padding-70x60 {
    padding: 70px 0px 60px 0
}

.section-padding100x90 {
    padding: 100px 0px 90px 0px
}

.section-padding-80x0 {
    padding: 80px 0px;
}

.section-padding-3d {
    padding: 83px 0px 13px;
}

.section-padding-b0 {
    padding: 100px 0px 0px 0px
}

.section-padding-b1 {
    padding: 100px 0px 50px 0px
}

.section-padding-100x150 {
    padding: 100px 0px 150px 0px
}

.section-padding-50x0 {
    padding: 50px 0px 0px 0px
}

.section-padding-90x90 {
    padding: 90px 0px;
}

.sp-topbot-50px {
    padding: 50px 0px;
}

.rh-img {
    width: 100%;
    height: auto;
}

.section-heading {
    margin: 0 0 40px;
}

.section-title {
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Calisto MT';
}

.slicknav_menu {
    display: none;
}

/* ==========================================================================
   Header Area
   ========================================================================== */

.header-area {
}

.header-main-area {
    height: 150px;
    background: #fff;
}

/* Header Top Bar */

.home .header-top-area {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    border-bottom: 1px solid #e1e3e1;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.header-top-area {
    background: #fff;
    border-bottom: 1px solid #E0DFDC;
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.header-top-info {
    margin: 50px 0;
}

.header-top-info ul li {
    display: inline-block;
    margin-right: 15%;
    position: relative;
}

.phone-b:before {
    content: url(../img/phone.png);
    position: absolute;
    left: -50px;
    top: 5px;
    -webkit-transform: translate(-0px, 5px);
    -ms-transform: translate(-0px, 5px);
    transform: translate(-0px, 5px);
}

.location-b::after {
    content: url(../img/location.png);
    position: absolute;
    left: -50px;
    top: 5px;
    -webkit-transform: translate(-0px, 5px);
    -ms-transform: translate(-0px, 5px);
    transform: translate(-0px, 5px);
}

.header-top-info ul li a {
    color: #000;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

.header-top-info ul li a span {
    display: block;
}

.header-top-info img {
    margin-right: 10px;
}

.btn-medium {
    width: 50%;
    float: right;
}

.btn-medium > a {
    background: #EEB94A none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 11px 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

/* ==========================================================================
   Navigation Area
   ========================================================================== */

/*
 * Logo area
 * Navigation
 * First dorpdown
 * Second dropdown
 * Sticky navigation
 */

.navigation .menu-main-menu-container .menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-navigation-area {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 9;
}

.main-navigation-area {
    background: var(--secondary);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;

}

/* Logo */

.logo {
    margin: 46px 0;
    overflow: hidden;
}

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

/* Navigation */

.padding-fix {
    padding: 0;
}

div.navigation {
}

.navigation ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.navigation ul#nav li {
    float: left;
    position: relative;
    margin-right: 15px;
}

/* .navigation ul#nav li:hover{cursor:pointer;} */

/* .navigation ul#nav li a:hover::before { */

/* background: rgba(0, 0, 0, 0) url("../img/Lb 01.png") no-repeat scroll 0 0; */

/* content: ""; */

/* left: 0; */

/* position: absolute; */

/* top: 78%; */

/* transform: translate(0, -50%); */

/* height:110px; */

/* width:100%; */

/* } */

.navigation ul#nav li a {
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    padding: 15px 15px 13px 0;
    text-decoration: none;
    font-family: 'Calisto MT';
    border-bottom: 2px solid #8d5769;
    text-transform: uppercase;
    text-align: left;
}

.navigation ul#nav li a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}

/*First dorpdown*/

.navigation ul#nav ul {
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 100.99%;
    z-index: 2;
    background: var(--secondary);
}

.navigation ul#nav ul li {
    float: none;
    width: 290px;
    margin-right: 0;
}

.navigation ul#nav ul li:hover::before {
    background: none;
}

.navigation ul#nav ul li a {
    color: #fff;
    padding: 10px 20px;
    border-bottom: 0px solid #fff;
    font-weight: 500;
    font-size: .95rem;
}

.navigation ul#nav ul li a:hover {
    border-bottom: 0px solid #fff;
    background: var(--secondary-bg);
    color: #fff;
}

.navigation ul#nav li:hover ul {
    display: block
}

/*Seocnd dropdown*/

.navigation ul#nav ul ul, .navigation ul#nav ul ul ul {
    left: 100%;
    top: 0;
    display: none !important;
    padding: 0;
}

.navigation ul#nav ul li:hover ul {
    display: block !important;
}

/* sticky navigation */

.stcik {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
    -webkit-animation: smoothScroll 1s forwards;
    animation: smoothScroll 1s forwards;
}

@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.stcik div.logo img {
    max-width: 100%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s
}

.stcik div.navigation {
    margin: 0px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s
}

.stcik div {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s
}

.stcik div .navigation ul#nav li a {
}

.stcik .navigation ul#nav ul li a {
}

.stcik .navigation ul#nav ul li a:hover {

}

/* ==========================================================================
   Main Banner Area
   ========================================================================== */

.slider-fill {
    width: 100%;
    height: 600px;
}

.slider-middel-text {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    padding: 0 5%;
}

.slider-middel-text h1 {
    font-size: 30px;
    color: #fff;
}

.slider-middel-text h1 span {
    font-size: 104px;
    color: #8d5769;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
}

.slider-middel-text .slider-sb {
    font-size: 20px;
    display: block;
    color: #fff;
}

/* swiper */

.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: auto;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: auto;
}

/* ==========================================================================
   Home About Us
   ========================================================================== */

.home-about-us {
}

.home-about-us .text-block p {
    line-height: 36px;
    text-align: left;
}

/* ==========================================================================
	Practice Area
   ========================================================================== */

.practice-area {
    position: relative;
}

.practice-area .section-heading {
    margin: 0 0 42px;
}

.practice-area:before {
    height: 400px;
    width: 100%;
    content: "";
    background: #c40234;
    left: 0;
    top: 0;
    position: absolute;
}

.practice-area:after {
    height: 400px;
    width: 100%;
    content: "";
    background: #000;
    left: 0;
    top: 400px;
    position: absolute
}

.practice-single-item.text-center {
    padding: 30px;
    margin-bottom: 36px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.practice-single-item .content-title {
    color: #fff;
    font-size: 20px;
    margin: 10px 0;
}

.practice-single-item.text-center:hover {
    border: 1px solid #fff;
    cursor: pointer;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.practice-single-item.text-center > img {
    max-width: 100%;
    margin: 0 auto;
}

/* ==========================================================================
  Practice Area Inner
   ========================================================================== */

.practice-area-inner {
    padding: 20px 0 100px 0;
    overflow: hidden;
}

.practice-area-inner .text-block {
    margin-bottom: 20px;
    padding: 0 0px 0 30px;
}

.practice-area-inner .practice-text-block {
    padding: 15px;
    position: relative;
    margin: 0 0 45px 30px;
}

.practice-area-inner .practice-text-block::before {
    position: absolute;
    content: "";
    left: -16px;
    top: 25px;
    background: url(../img/arrow-services.png);
    height: 12px;
    width: 16px;
}

.practice-area-inner .text-block ul {
    margin-left: 60px;
}

.practice-area-inner .text-block ul li {
    position: relative;
}

.practice-area-inner .text-block ul li::before {
    position: absolute;
    content: "";
    left: -2%;
    top: 0;
    background: transparent;
    height: 10px;
    width: 10px;
    transform: translate(2%, -0%);
    margin-top: 7px;
    border: 2px solid #c40234;
    border-radius: 50%;
}

.practice-area-inner .text-block h3 {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

.practice-area-inner .text-block h3::before {
    position: absolute;
    content: "";
    left: -2%;
    top: 0;
    background: url(../img/arrow-services.png);
    height: 12px;
    width: 16px;
    transform: translate(2%, -0%);
    margin-top: 7px;
}

/* ==========================================================================
   CTA Area
   ========================================================================== */

.cta-area {
    padding: 20px 0;
    background: #c40234
}

.cta-area ul li {
    display: inline-block;
    font-size: 19px;
    color: #ffffff;
    margin: 0 10px;
}

/* ==========================================================================
   Footer Area
   ========================================================================== */

.footer-area {
    background: #000 none repeat scroll 0 0;
    clear: both;
    color: #fff;
    padding: 30px 0;
}

.footer-box p {
    line-height: 24px;
    margin: 0;
    text-align: left;
    font-size: 16px;
}

.footer-box p span {
    color: #c40234;
    line-height: 22px;
    margin-right: 10px;
}

.footer-widget-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 26px;
    text-transform: uppercase;
}

.footer-box ul li {
    float: left;
    width: 50%;
}

.footer-box ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.footer-box ul li a:hover {
    color: #c40234;
}

.footer-box.rh-extr-p {
    padding-top: 100px;
}

.rh-line {
    border-top: 1px solid #313131;
    margin-top: 30px;
}

.footer-box .social-media img {
    margin: 5px;
}

.copy-right p {
    margin: 10px 0 0;
}

/*.sity-by-area {*/
/*	background: #5c0120;*/
/*	*/
/*}*/

.sity-by-area .container {
}

.site-by-contain {

}

.sity-by-area .site-by-contain p {
    color: #fff;
    line-height: 34px;
    margin: 0;
}


.mar-fix-foot {
    margin: 9px 0;
}

.social-media img {
    margin-right: 20px;
    overflow: hidden;
}

.sity-by-area .site-by-contain a {
    color: #fff;;
}

.sity-by-area .site-by-contain a:hover {
    color: #E5BE2E;
}

.sity-by-area .site-by-contain img {
    margin-right: 5px;
}

/* ==========================================================================
  News and Events Area
   ========================================================================== */

.news-events-area.section-padding {
    border-bottom: 1px solid #ddd;
}

.newsevernts-single-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.newsevernts-single-item img {
    width: 100%;
    height: auto;
}

.news-events-area .newsevernts-single-item .newsevernts-content {
    padding: 15px;
    border-bottom: 1px solid #fff;
    text-align: left;
}

.newsevernts-single-item > h3 {
    border-top: 1px solid #ddd;
    display: block;
    font-size: 14px;
    padding: 15px 5px;
    text-transform: uppercase;
}

.news-events-area .newsevernts-single-item .additional-content {
    padding: 10px 0
}

.news-events-area .newsevernts-single-item .additional-content .date {
    color: #757575;
    font-size: 14px;
    text-align: left;
    border: 1px solid #757575;
    border-radius: 50px;
    padding: 5px 25px;
    float: left;
}

.news-events-area .newsevernts-single-item .additional-content .bttn {
    float: right;
    text-align: right;
    color: #757575;
    font-size: 14px;
    float: right;
    padding: 5px 0;
    text-transform: uppercase;
}

.newsevernts-single-item:hover {
    cursor: pointer;
}

.newsevernts-single-item:hover .additional-content .bttn {
    color: #c40234;
}

.event__thumb {
    border-radius: 10px;
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.single__post__body .content{
	padding-right: 4rem;
	border-right: 1px solid var(--secondary);
	margin-right: 39px;
	margin-top: -10px;
	padding-top: 33px;
}

.read__more {
	margin-top: 8rem !important;
}

/* ==========================================================================
   News and Events Inner Page 
   ========================================================================== */

.inner-room-area {
    padding: 40px 0;
}

.room-inner-owl {
    clear: both;
    margin-bottom: 30px;
}

.inner-room-area .owl-dots {
    display: none;
}

.inner-room-area .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.inner-room-area .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.room-inner-title {
    color: #1d1d1d;
    display: inline-block;
    font-size: 25px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.inner-room-wrapper > h3 {
    text-align: right;
    display: inline-block;
    float: right;
}

.inner-room-wrapper > h3 {
    color: #eeb94a;
    display: inline-block;
    float: right;
    font-size: 17px;
    text-align: right;
}

.inner-facilities-icon {
    margin-left: -1%;
}

.inner-room-wrapper > h3 span {
    color: #1d1d1d;
    font-size: 25px;
    margin-left: 10px;
}

.inner-single-facilities-item {
    border: 1px solid #ddd;
    float: left;
    margin-bottom: 1%;
    margin-left: 1%;
    padding: 15px;
    text-align: center;
    width: 15.66%;
}

.inner-single-facilities-item img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

.inner-single-facilities-item span {
    color: #1d1d1d;
    display: block;
    font-size: 12px;
}

.room-inner-content {
    clear: both;
    padding: 15px 0;
}

.inner-room-sidebar {
    margin: 40px 0 15px;
}

.btn-room {
    background: #EEB94A;
    border: 2px solid #EEB94A;
    color: #fff;
    display: block;
    margin-bottom: 30px;
    padding: 21px;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
}

.btn-room:hover {
    background: #fff;
    border: 2px solid #1b1b1b;
    color: #1b1b1b;
}

.btn-bg {
    background: #fff;
    border: 2px solid #1b1b1b;
    color: #1b1b1b;
    margin-bottom: 0px;
}

.btn-bg:hover {
    background: #EEB94A;
    border: 2px solid #EEB94A;
    color: #fff;;
}

.inner-room-area .text-block {
    margin: 30px 0;
}

.inner-room-area .text-block img {
    float: left;
    margin-right: 15px;
}

.inner-room-area .text-block ul li {
    margin: 10px 0;
}

.btn-large {
    margin-top: 20px;
    margin-right: 8%;
}

.btn-large > a {
    border: 1px solid #c40234;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 5px 46px;
    z-index: 2;
    position: relative;
    background: #c40234;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
}

.btn-large > a:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}


.single__post__body .thumb img{
	position: absolute;
	top: -146px;
	right: 0;
	border: 2px solid var(--secondary);
}

/* =========================================================================================================================================================================
   Page Template Style || www.razib.pro || Vertext Chamber October-2019
   =========================================================================================================================================================================*/

/* ==========================================================================
   Banner
   ========================================================================== */

.page-banner {
    height: 250px;
    position: relative;
    width: 100%;
}

.banner-text {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.banner-text h1 {
    color: #fff;
    display: inline-block;
    font-size: 28px;
    padding: 15px 49px;
    text-align: center;
    text-transform: uppercase;
    line-height: 36px
}

.banner-text p {
    text-align: center;
    text-transform: uppercase;
}

/* ==========================================================================
   About Us
   ========================================================================== */
.inner-title-page {
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    line-height: 36px
}

.abt-group {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
}

.about {
    background: #0D0D0D;
}

.about-us .text-block img {
    width: 100%;
    height: auto;
}

.abt-group {
    width: 100%;
    height: 315px;
    object-fit: cover;
}

.total-textblock-wrap {
    margin-left: -3.33%
}

.total-textblock-wrap .text-block {
    width: 46.6666%;
    float: left;
    margin-left: 3.33%;
    margin-bottom: 3.33%;
}

.about-partner-wrap {
    overflow: hidden;
    width: 100%;
}

.about-image-block-wrap {
    margin-left: -1.33%;
    display: flex;
    flex-wrap: wrap;
}

.about-image-block {
    float: left;
    width: 23.67%;
    margin-left: 1.33%;
    margin-bottom: 1.33%;
    padding: 15px;
}

.about-image-block img {
    max-width: 100%;
    height: auto;
}

.about-image-block h3 {
    font-size: 16px;
    color: #54544c;
    margin-top: 20px
}

.about-image-block:hover {
    cursor: pointer;
    background: rgba(45, 45, 45, 1)

}

/* ==========================================================================
   Blog Main Page
   ========================================================================== */

.blog-wrapper:after {
    content: '';
    display: block;
    clear: both;
}

.blog-gutter-sizer {
    width: 3.33%;
}

.blog-sizer, .blog-single-item {
    width: 48.33%;
}

.blog-single-item {
    font-size: 19px;
    margin-bottom: 3.33%;
    color: #fff;
    position: relative;
    float: left;
}

.blog-single-item::before {
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    background: #c40234;
    bottom: 0px;
    left: 0;
}

.publication-new.blog-area .bttn-main {
    margin: 20px 0
}

.blog-single-item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px
}

.sec__publication .card .text-intro {
    font-size: 1.2rem;
    line-height: 1.3;
    font-style: italic;
    letter-spacing: .4px;
    color: #ffcf39 !important;
}

.blog-title, .blog-area .text-block h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px
}

.blog-area .text-block h3 {
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #c40234;
}

.blog-date {
    color: #c40234;
    margin-bottom: 10px;
    font-size: 16px;
}

.blog-date a {
    color: #c40234;
    margin-bottom: 10px;
    font-size: 16px;
}

.bttn-main {
    margin-top: 20px;
}

.bttn-main h5 {
    background: #c40234;
    padding: 2px 10px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    border-radius: 50px;
    z-index: 1;
    position: relative;
}

.law-note {
    margin-top: 60px;
    font-size: 16px;
    position: relative;
    padding-top: 40px;
}

.law-note::before {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 310px;
    height: 2px;
    content: "";
}

.archive-rh {
    background: #c40234;
    width: 100%;
    padding: 15px;
}

.archive-rh .footer-widget-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
}

.archive-rh ul li {
    padding-left: 15px;
    position: relative;
}

.archive-rh ul li a {
    font-size: 19px;

}

.archive-rh ul li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    content: "";
    background: url(../img/circle.png);
    background-repeat: no-repeat;
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
    margin-top: 2px;
}

/* ==========================================================================
   Blog Single Page
   ========================================================================== */

.blog-area .text-block h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.blog-area .text-block img {
    margin: 30px 0px;
    width: 100%;
    height: auto;
}

.blog-area .text-block a {
    color: #c40234;
    margin-bottom: 10px;
}

.blog-area .text-block ul li {
    margin-left: 30px;
    margin-bottom: 15px;
    list-style: disc;
}

.news-book-published img {
    margin: 0px !important;
}

/* ==========================================================================
   CSR
   ========================================================================== */

.csr-wrapper:after {
    content: '';
    display: block;
    clear: both;
}

.csr-gutter-sizer {
    width: 2.33%;
}

.csr-sizer, .csr-single-item {
    width: 31.78%;
}

.csr-area .csr-single-item {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    float: left;
}

.csr-area .csr-single-item::before {
    position: absolute;
    width: 185px;
    background: #c40234;
    height: 2px;
    left: 0;
    bottom: 0;
    content: "";
}

.csr-area .csr-single-item img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.csr-area .csr-single-item .csr-title {
    font-size: 20px;
    line-height: 30px;
    color: #c40234;
    margin-bottom: 20px;
}

/* ==========================================================================
	News and Events Page
   ========================================================================== */

.news-events .blog-single-item {
    border-bottom: 5px solid #252525;
    padding-bottom: 30px;
    margin-bottom: 10px;
    float: left;
}

.news-events .blog-single-item::before {
    position: absolute;
    height: 0px;
    width: 100%;
    content: "";
    background: #c40234;
    bottom: 12px;
    left: 0;
}

.news-events .side-bar ul li {
    border: 1px solid #0D0D0E;
    background: #252525;
    padding: 10px 15px;
    display: block;
    color: #fff;
}

.news-events .side-bar ul li a {
    color: #fff;
    display: block;
}

.news-events .side-bar .active {
    background: #c40234;
}

.news-events .side-bar ul li:hover {
    background: #c40234;
    cursor: pointer;
}

.news-events .blog-date {
    display: inline-block;
}

.news-events .bttn-main h5 {
    color: #fff;
    display: inline-block;
    float: right;
}

/* ==========================================================================
   Pupils
   ========================================================================== */

.pupils-area .pupils-single-item {
    background: var(--secondary-bg);
    padding: 30px 100px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #5c0017;
}

.pupils-area .pupils-single-item .image-block {
    float: left;
    width: 20%;
    margin-right: 1.2rem;
    background: var(--light);
    padding-bottom: .8rem;
    text-align: center;
}

.pupils-title {
    font-size: 20px;
    line-height: 24px;
    color: #e39500;
}

.pupils-area .pupils-single-item .image-block img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.pupils-area .pupils-single-item ul li {
    width: 65%;
    float: right;
    margin-bottom: 40px;
    font-size: 16px;
}

.pupils-area .pupils-single-item ul li span {
    display: block;
    font-size: 20px;
}

/* ==========================================================================
   Scholars
   ========================================================================== */

.scholars-area .mx-wdth {
    max-width: 1170px;
    margin: 0 auto;
}

.scholars-area .scholars-single-item {
    background: #131313;
    border: 2px solid #1A1A1A;
    padding: 30px;
    margin-bottom: 30px;
}

.administer .scholars-single-item {
    padding: 30px 0
}

.scholars-area .scholars-single-item img {
    width: 100%;
    height: auto;
}

.administer .scholars-single-item img {
    height: 214px;
    width: 214px;
    border-radius: 50%;
}

.scholars-content {
    padding: 0 3px;
}

.scholars-title {
    font-size: 19px;
    line-height: 26px;
    margin-top: 20px;
}

.scholars-area .scholars-single-item p {
    font-size: 16px;
    margin-bottom: 5px;
}


/* ==========================================================================
   Pro Bono Services
   ========================================================================== */
.probono-area img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.probono-area .text-block ul li {
    margin-bottom: 15px;
    position: relative;
    margin-left: 10px;
    padding-left: 30px;
}

.probono-area .text-block ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 16px;
    background: url(../img/probono/probono-arrow.png);
    background-repeat: no-repeat;
    margin-top: 8px;
}

.probono-area .text-block h3, .probono-area .text-block h1, .probono-area .text-block h2 {
    font-size: 20px;
    color: #f42b34;
    line-height: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* ==========================================================================
   Consaltants
   ========================================================================== */

.consaltants-area .consaltants-single-item {
    margin-bottom: 100px;
}

.consaltants-area .consaltants-info img {
    width: 100%;
    height: auto;
}

.consaltants-area .scholars-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}


/*===================
Client Area
================================*/

.sec__client .thumb img {
    height: 150px;
    object-fit: contain;
    width: 150px;
    object-fit: cover;
    margin: 0 auto;
    border: 1px solid var(--secondary-bg);
}


/* ==========================================================================
   Pertners
   ========================================================================== */

.partners-area .meet-partner-textblock {
    margin-top: 25px;
}

.partners-area .meet-partner-textblock h2 {
    font-size: 48px;
    color: #c40234;
    margin-bottom: 30px;
    font-style: italic;
    font-weight: 700;
}

.partners-area .partner-single-item {
    padding: 15px;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.partners-area .partner-single-item img {
    margin: 0 auto;
    width: 214px;
    height: 214px;
    border-radius: 50%;
}

.partners-area .scholars-single-item img {
    width: 100%;
    height: auto;
}

.partners-area .scholars-single-item img:hover {
    cursor: pointer;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: .5s;
}

.partners-area .partners-content {
    margin-top: 20px;
    padding: 0 5px;
}

.modal-single-item-2 {
    width: 100%;
    padding: 140px 100px;
}

.modal-dialog {
    max-width: 1240px;
}

.partners-area .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #c40234;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.partners-area .left-content {
    width: 30%;
    float: left;
    margin-right: 5%;
}

.partners-area .left-content img {
    margin-bottom: 15px;
    width: 214px;
    height: 214px;
    border-radius: 50%;
}

.partners-area .right-content {
    float: left;
    width: 65%;
    margin-left: -4%;
}

.partners-area .right-content .text-block {
    float: left;
    width: 46%;
    margin-left: 4%;
}

.modal-wrapper .close {
    float: right;
    color: #000;
    opacity: 1;
    position: absolute;
    right: -14px;
    background: #fff !important;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    line-height: 30px;
    top: -14px;
}

/* ==========================================================================
   Author Profile Template
   ========================================================================== */

.author-short-info {
}

.author-short-info img {
    margin-bottom: 15px;
    width: 214px;
    height: 214px;
    border-radius: 50%;
}

.content-wrapper {
    margin-left: -3.33%;
}

.content-wrapper .text-block {
    float: left;
    width: 46%;
    margin-left: 3.33%;
}


/* ==========================================================================
   Gallary
   ========================================================================== */

/* clear fix */

.gallery-wrapper:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.gal-gutter-sizer {
    width: 2%;
}

.gallery-sizer, .gallery-item {
    width: 23.5%;
}

.gallery-item {
    float: left;
    margin-bottom: 2%;
    position: relative;
    overflow: hidden;
}

.galley-thum-img {
    opacity: 1;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gallery-overlay {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(201, 37, 44, .9);
    font-size: 38px;
    height: 100%;
    width: 100.5%;
}

.ovr_imag {
    background: rgba(0, 0, 0, 0) url("../img/gallery/icon-overlay.png") repeat scroll 0 0;
    background-position: center;
    max-width: 100%;
    width: 56px;
    height: 57px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .galley-thum-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* ==========================================================================
   contact
   ========================================================================== */
.contact-us .contact-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}

.contact-us ul li {
    float: left;
    width: 33.33%;
    padding-bottom: 40px;
    overflow: hidden;
}

.contact-us ul li span {
    width: 30%;
    float: left;
    font-size: 20px;
}

.contact-us ul li span img {
    margin-right: 10px
}

.contact-us ul li .add-info {
    width: 70%;
    float: left;
    font-size: 16px;
    text-align: left;
}

.contact-us iframe {
    height: 450px;
    width: 100%;
}


/* ==========================================================================
   Sample Page
   ========================================================================== */


.blog_content_ h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
}

.blog_content_ h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
}

.blog_content_ h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

.blog_content_ h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.blog_content_ h5, h6 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 8px;
}

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

.blog_content_ ul {
    margin-left: 30px;
}

.blog_content_ ul li {
    position: relative;
    padding-left: 30px;
}

.blog_content_ ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: "";
    background: url(../img/circle.png);
    background-repeat: no-repeat;
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    transform: translate(-0%, -0%);
    margin-top: 10px;
}


.blog_content_ a {
    color: #c40234;
}

.blog_content_ a:hover {
    color: #fff;
}

.rh-button {
    border: 1px solid #c40234;
    color: #fff !important;
    display: inline-block;
    font-weight: 500;
    padding: 5px 46px;
    z-index: 2;
    position: relative;
    background: #c40234;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    margin: 0 15px;
    text-decoration: none;
}

.rh-button > a:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}

/*-----------------------------
	News Ticker
------------------------------*/
.acme-news-ticker {
    background: #fff;
    position: relative;
    height: 45px;
    margin-top: 45px;
    background: #000
}


@media (min-width: 768px) {
    .acme-news-ticker {
        margin-top: 0;
    }
}

.acme-news-ticker-label {
    background: #1974d2;
    padding: 10px;
    width: auto;
    float: left;
    margin-right: 15px;
    line-height: normal;
    height: 100%;
    color: #fff;
}

@media (max-width: 575px) {
    .acme-news-ticker-label {
        position: absolute;
        top: -45px;
    }
}

.acme-news-ticker-box {
    height: 100%;
    padding-top: 10px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .acme-news-ticker-box {
        padding-left: 10px;
        padding-right: 120px;
    }
}

.acme-news-ticker-box ul {
    width: 100%;
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}

.acme-news-ticker-box ul li a {
    text-decoration: none;
}

.acme-news-ticker-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}

.acme-news-ticker-controls button {
    height: 100%;
    background: #f6f6f6;
    padding: 0;
    width: 40px;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 0 0 0 1px;
    cursor: pointer;
    display: inline-block;
}

.acme-news-ticker-controls button:hover {
    background: #eeeeee;
}

.acme-news-ticker-controls button.acme-news-ticker-arrow {
    margin: 0;
    display: inline-block;
    position: relative;
}

.acme-news-ticker-controls button.acme-news-ticker-arrow:after {
    border-color: #999;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: '';
    display: inline-block;
    height: 8px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 8px;
}

.acme-news-ticker-controls button.acme-news-ticker-pause {
    position: relative;
    display: inline-block;
}

.acme-news-ticker-controls button.acme-news-ticker-pause:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-color: #999;
    border-style: solid;
    border-width: 0 2px 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-prev:after {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.acme-news-ticker-controls.acme-news-ticker-horizontal-controls button.acme-news-ticker-next:after {
    -webkit-transform: translate(-50%, -50%) rotate(315deg);
    -ms-transform: translate(-50%, -50%) rotate(315deg);
    transform: translate(-50%, -50%) rotate(315deg);
}

.acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-prev:after {
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    -ms-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg);
}

.acme-news-ticker-controls.acme-news-ticker-vertical-controls button.acme-news-ticker-next:after {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
    -ms-transform: translate(-50%, -50%) rotate(405deg);
    transform: translate(-50%, -50%) rotate(405deg);
}

/* --- ডেস্কটপ ভিউতে মোবাইল হেডার হাইড থাকবে --- */
.mobile-only-header {
    display: none;
}

button:focus {
    outline: 1px dotted;
    outline: none !important;
}

p {
    font-size: 1.1rem !important;
}

.btn__more {
    background: #ffffff;
    font-size: .8rem;
    line-height: 1;
    padding: 6px 12px;
    border-radius: 24px;
    color: var(--secondary) !important;
}

/* --- শুধুমাত্র মোবাইল এবং ট্যাবলেটের জন্য (991px বা তার নিচে) --- */
@media (max-width: 991px) {

    /* পুরানো ডেস্কটপ হেডার সম্পূর্ণ হাইড */
    .desktop-only {
        display: none !important;
    }

    /* নতুন মোবাইল হেডার কন্টেইনার */
    .mobile-only-header {
        display: block !important;
        width: 100% !important;
        position: relative;
        box-sizing: border-box;
    }

    /* লোগো ও বাটনের মেইন বার (ফুল উইডথ, নো মার্জিন) */
    .m-header-bar {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        background-color: #ffffff !important; /* লোগোর অংশ সাদা */
        padding: 10px 15px !important;
        width: 100% !important;
        box-sizing: border-box;
        border-bottom: 2px solid #5c0120;
    }

    .m-logo-area img {
        max-height: 45px; /* লোগোর সাইজ অ্যাডজাস্টমেন্ট */
        display: block;
    }

    /* হ্যামবার্গার বাটনের ব্যাকগ্রাউন্ড কালার */
    .m-hamburger-btn {
        background-color: var(--secondary);
        border: none !important;
        padding: 8px 10px !important;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
    }

    /* ফুল-উইডথ মোবাইল নেভিগেশন র‍্যাপার */
    .m-navigation-wrapper {
        display: none; /* ডিফল্ট হাইড */
        width: 100% !important;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 99999;
        background-color: var(--secondary-bg);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    /* মেনু ওপেন ক্লাস */
    .m-navigation-wrapper.open {
        display: block !important;
    }

    /* মোবাইল মেনু লিস্ট */
    .m-menu-list {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .m-menu-list li {
        width: 100% !important;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .m-menu-list li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 14px 20px;
        color: #ffffff !important;
        text-decoration: none !important;
        font-size: 15px;
        font-weight: 500;
        width: 100%;
        box-sizing: border-box;
    }

    /* রাইট চেভরণ বা তীর চিহ্ন */
    .m-chevron {
        display: inline-block;
        width: 6px;
        height: 6px;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        transform: rotate(-45deg);
        transition: transform 0.3s ease;
        margin-right: 5px;
    }

    /* সাব-মেনু ওপেন হলে চেভরণ ঘুরে যাবে */
    .m-has-children.active > a .m-chevron {
        transform: rotate(45deg);
    }

    /* মোবাইল সাব-মেনু (ফুল উইডথ ও একটু ডার্ক ব্যাকগ্রাউন্ড) */
    .m-sub-menu {
        display: none; /* ডিফল্ট হাইড */
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        background-color: rgba(0, 0, 0, 0.2) !important; /* সাব-মেনু আলাদা করার জন্য ডার্ক শেড */
    }

    /* সাব-মেনু একটিভ হলে শো করবে */
    .m-has-children.active > .m-sub-menu {
        display: block !important;
    }

    /* সাব-মেনুর ভেতরের লিংকগুলোর প্যাডিং */
    .m-sub-menu li a {
        padding: 12px 35px !important;
        font-size: 14px;
    }

    .single-slide-area {
        height: 80vh;
    }

    .practice-area-d .card {
        margin-bottom: 1rem !important;
    }

    .event__body {
        padding: 1rem !important;
    }

    .slider-middel-text h4 {
        width: 100% !important;
    }
	.single__post__body .thumb img {
		position: relative;
		top: 0;
		right: 0;
		border: 2px solid var(--secondary);
		margin-bottom: 16px;
	}
	.single__post__body .content {
		padding-right: .5rem;
		border-right: 1px solid var(--secondary);
		margin-right: 0;
		margin-top: -10px;
		padding-top: 33px;
	}
	.read__more {
		margin-top: 0rem !important;
	}
	.single__post__head h1{
		font-size: 1.5rem;
		margin-top: .5rem !important;
	}
}