/**
* Template Name: Culture Web Templates
* Version: 1.0
* Author: Hasanur Rahman
* Email: hasan.codeware@gmail.com
* Developed By: sigmosoft.
* Author URL: https://www.sigmosoft.com/
**/

/*====================================================================
	root css
====================================================================*/
:root {
    --blod-font: P22MackinacProBold;
	--theme-body-font: sans-serif;
	--theme-body-secondery-font: sans-serif;
	--yellowColor: #f9ac19;
	--blueColor: #224e8b;
	--darkColor: #000;
	--whiteColor:#fff;
	--headerFooterBgColor:#efeff5 !important;
	--footerBgColor:#271E55 !important;
	--baseColor:#EE7544 !important;
	--hoverColor:#958CC3 !important;
	--buttonColor:#2CB34A !important;
  }
*{
	scroll-behavior: smooth;
	box-sizing: border-box;
}

body {
    font-family: var(--theme-body-font);
    color: var(--darkColor);
    font-weight: 400;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
a{
	color: var(--darkColor);
}
h1,h2,h3,h4,h5,h6{
	font-family: var(--blod-font);
	color: var(--darkColor);
	font-weight: 600;
}
.bg_light_gray {
    background: #f9f9ff !important;
    
}

.link-btn:hover {
    color: var(--hoverColor);
    transition: 0.3s;
}

/* Plugin Customize */
.select2-container .select2-selection--single {
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f9ac19;
}
.select2-container {
    width: 100% !important;
}
.ticke-book-request-box .b-form-group {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #eee !important;
    border-radius: 5px;
}
.form-control {
    border: 1px solid #eee;
    border-radius: 5px !important;
}
/* Button Customize */
.theme_custom_btn {
    background-color: var(--buttonColor);
    font-size: 18px;
    font-weight: 500;
    color: var(--whiteColor);
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    border: 1px solid var(--buttonColor);
    outline: none;
    box-shadow: none;
    transition: all ease-in-out 0.3s;
    border-radius: 25px;
    padding: 5px 25px;
}
.theme_custom_btn:hover{
	background-color: var(--hoverColor);
	border: 1px solid;
}
.btn-hover:hover {
    color: #fffffe;
    background-color: #005443;
    border-color: #005443;
    transition: 0.4s;
}
/*====================================================================
	Header css
====================================================================*/
header {
    background: var(--headerFooterBgColor);
    position: sticky;
    top: 0;
    z-index: 3;
}
.header-bottom {
    z-index: 111;
    width: 100%;
    padding: 20px 25px;
    padding-top: 0px;
    background: #fff;
}
.navbar-wrap .navbar-nav.demoNavBar.nav-menu-margin {
    justify-content: space-between;
}
.offcanvas-body.navbar-wrap {
    display: block;
}
.home-nav-logo {
    display: none;
}
.mobile-nav-logo {
    display: none;
}
.fixed-top .home-nav-logo {
    display: block !important;
    padding-left: 0 !important;
}
.fixed-top {
    position: fixed;
    width: 100%;
    background: #F7EC1C;
    padding-top: 0;
    padding-bottom: 0;
}

.fixed-top .logo img {
    width: 120px;
}
.fixed-top .site_logo {
    width: 25px;
}
.fixed-top .navbar ul li a {
    color: #212529 !important;
}
.fixed-top .home-nav-wrap-middle-logo {
    display: none;
}
.site_logo {
    width: 25px;
}
.site_main_logo {
    width: 69px;
}
.site_main_logo_right {
    width: 160px;
}
.sticky_logo {
    width: 25px;
}
.sticky_logo_right {
    width: 65px;
}
.fixed-top .nav-menu-margin {
    margin-top: -4px;
}
.about-page-logo img {
    margin-top: 25px;
}
.fixed-top .about-page-logo img {
    margin: 10px 0;
}
.dropdown-menu{
    margin: 0 !important;
    padding: 0 !important;
}
.demoNavBar li {
    padding: 10px;
    line-height: 35px;
}
.demoNavBar li:last-child a{
	padding-right: 0px !important;
}
.demoNavBar li:last-child{
	padding-right: 0px !important;
}
.demoNavBar li a {
    font-family: var(--theme-body-font);
    color: var(--darkColor) !important;
    font-weight: 600;
    transition: all ease-in-out 0.3s;
    margin: 0;
    padding: 0;
}
.demoNavBar li a:hover{
	color: var(--hoverColor) !important;
}
.fixed-top .demoNavBar li a:hover {
    color: var(--hoverColor) !important;
}
.login-user-icon {
    font-size: 24px;
    height: 40px;
    width: 40px;
    background: var(--yellowColor);
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    color: var(--whiteColor);
    margin-top: -16px;
}

/*====================================================================
	Banner css
====================================================================*/
.main-banner-wrap .banner-text {
    margin-top: 20px;
}
.main-banner-wrap .banner-text h1 {
    font-family: P22MackinacProBold;
    font-size: 100px;
    line-height: 108px;
    text-align: left;
    color: var(--baseColor);
}
.main-banner-bottom-wrap {
    margin-bottom: 60px;
}
.main-banner-bottom {
    margin-top: 30px;
}
.banner-bottom-title p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px;
    font-family: var(--theme-body-secondery-font);
}
.highlights-title p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px;
    font-family: var(--theme-body-secondery-font);
}
.banner-bottom-content p {
    font-size: 20px;
    font-family: var(--theme-body-secondery-font);
    line-height: 25px;
}
.banner-bottom-body-img img {
    width: 100%;
}

/****************** Resources Start  *********************/
.resources-section-wrap {
    /* background: #fff url("../img/home-page/bg/1.67e854c0061f.png") 0% -21% no-repeat; */
    background: url("../img/home-page/bg/1.67e854c0061f.png") no-repeat;
    width: 100%;
    z-index: 999;
    padding-top: 245px;
    margin-top: -135px;
}
.resources-card-wrap {
    margin-left: 23px;
    margin-top: 30px;
}
.section-title h1 {
    color: var(--baseColor);
    font-size: 49px;
    font-weight: 700;
    font-family: var(--theme-body-secondery-font);
}
.resources-card {
    text-align: center;
}
.resources-card-img {
    width: 235px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}
.resources-card-img img {
    width: 100%;
    margin-top: 20px;
}
.resources-card-img.card-img-3 img {
    margin-top: 35px;
    width: 107%;
    margin-left: -10px;
}
.resources-card-img.card-img-1 {
    background: #EE7544 !important;
}
.resources-card-img.card-img-2 {
    background: #958CC3 !important;
}
.resources-card-img.card-img-3 {
    background: #2CB34A !important;
}
.resources-card-img.card-img-4 {
    background: #F7EC1C !important;
}
.resources-card-title h3 {
    font-size: 20px;
    margin-top: 40px;
}
.resources-card-content p {
    padding: 0 14px;
    margin-bottom: 25px;
}
.resources-bottom-bg-wrap {
    float: right;
    margin: 0px;
    margin-bottom: 115px;
}
.resources-bottom-bg {
    background: url("../img/home-page/bg/2.353dd40c5dae.png") no-repeat;
    width: 100%;
    z-index: 999;
    margin-top: -53px;
    margin-right: 217px;
    margin-bottom: -137px;

}


/************************* Link Section *****************/

.link-section-wrap {
    background: rgb(240 241 244);
    padding-top: 60px;
    padding-bottom: 75px;
    position: relative;
}
.link-section-left h1 {
    color: #EE7544;
    font-size: 100px;
    font-family: P22MackinacProBold !important;
    font-weight: 700;
    line-height: 93px;
    padding: 0 10px;
}
.all-link-wrap {
    list-style: none;
    padding-left: 0;
}
.all-link-wrap li {
    margin-bottom: 8px;
}
.all-link-wrap a {
    text-decoration: none;
}
.all-link-wrap a:hover{
    color: var(--hoverColor);
    transition: 0.3s;
}
.link-icon {
    margin-right: 15px;
}
.link-icon i:hover {
    color: var(--hoverColor);
}
.link-content p {
    font-size: 28px;
    line-height: 100%;
    font-family: var(--theme-body-secondery-font);
    text-align: left;
    margin-bottom: 28px;
}
.link-section-btn {
    margin-top: 30px;
}
.border-img img {
    position: absolute;
    top: -12px;
    width: 180px;
}


/************************* Upcoming Section *****************/
.upcoming-section-wrap {
    position: relative;
}
.upcoming-card-wrap {
    border-left: 1px solid var(--baseColor);
    padding-left: 45px;
    margin-bottom: 50px;
}
.upcoming-section-wrap .section-title {
    padding-top: 50px;
    padding-bottom: 40px;
}
.upcoming-card-btn {
    margin-bottom: 50px;
}
.upcoming-card a {
    text-decoration: none;
}
.upcoming-card a:hover {
    color: unset;
}

/************************* Highlights Section *****************/
.highlights-section-wrap {
    background: #eaf7ed;
}
.highlights-section-wrap .section-title {
    padding-top: 40px;
    padding-bottom: 30px;
}
.highlights-card-des {
    margin-top: 15px;
}
.highlights-card-img {
    height: 165px;
    width: 230px;
    margin-bottom: 40px;
}
.highlights-card-img img {
    width: 100%;
}
.highlights-card-wrap {
    margin-bottom: 20px;
}


/************************* Footer Top Section *****************/
.footer-top-section-wrap {
    background: var(--baseColor);
    padding-top: 60px;
    padding-bottom: 100px;
    position: relative;
}
.footer-top-text h1 {
    color: var(--whiteColor);
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
    font-family: P22MackinacProBold;
}

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

.blog-m-banner-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.blog-banner-description-wrap {
    position: absolute;
    top: 40%;
}
.blog-banner-content {
    margin: 0px 100px;
    margin-top: 20px;
    color: var(--whiteColor);
}
.blog-banner-description-wrap h1 {
    color: var(--whiteColor);
    margin-bottom: 20px;
}
.blog-banner-description-wrap.overlay {
    height: 400px;
    width: 100%;
    background-color: #fe7e4a99;
    top: 77px;
    padding-top: 160px;
}
.fixed-header.blog-banner-description-wrap.overlay {
    top: 0px !important;
}
.blog-main-img img {
    width: 100%;
}
.blog-post-data {
    padding-top: 30px;
    margin-bottom: 15px;
}
.blog-post-data p {
    color: #6b6b6b;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0px;
}
.blog-post-data p a:hover {
    color: var(--baseColor);
}
.blog-post-data p a {
    color: #6b6b6b;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-right: 8px;
}
.blog-post-data p {
    color: var(--baseColor);
    margin-right: 9px;
}
.blog-detail-left-wrap .blog-content h2 {
    font-size: 22px;
    margin: 0 0 10px 0;
    font-weight: 900;
    color: #333;
}
.blog-detail-left-wrap .blog-content p {
    color: #606060;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 25px;
    margin: 0 0 20px 0;
    text-align: justify;
}
.blog-detail-left-wrap .blog-content iframe {
    width: 100%;
    height: 400px;
    /* padding-top: 56.25%; */
}
.richtext-image.full-width{
    width: 100%;
}
.blog-detail-share-post {
    display: flex;
    padding: 15px 0;
}
.blog-detail-share-post h4 {
    font-size: 16px;
    margin-top: 10px;
    color: #333;
}
.blog-detail-share-post-links {
    margin: 0;
}
.blog-detail-share-post-links li {
    background-color: #ececec;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-detail-share-post-links li a {
    width: 40px;
    height: 40px;
    color: #797979;
    display: block;
    vertical-align: middle;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 40px;
}
.blog-detail-share-post-links li:hover {
  background: var(--hoverColor);
}
.blog-detail-share-post-links li a:hover {
    color: var(--whiteColor);
}
.blog-detail-share-post-links li a i {
    vertical-align: middle;
}
.about-event-header p {
    margin-top: 18px;
    text-align: justify;
}

.row::before,
.row::after {
    content: " ";
    display: table;
}
.blog-detail-author-bio {
    overflow: hidden;
    background: #504645;
    padding: 30px 0;
}
.blog-detail-author-bio .profile-img {
    text-align: center;
}
.blog-detail-author-bio .profile-img img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: 10px;
    width: 100%;
}
.post img {
    max-width: 100%;
    vertical-align: bottom;
    -webkit-transition: ease-in-out 0.50s;
    transition: ease-in-out 0.50s;
}
.blog-detail-author-bio .author-info {
    padding-left: 25px;
}
.blog-detail-author-bio h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}
.blog-detail-author-bio .author-info .author-description {
    color: #eee;
    margin: 0;
}
.blog-detail-author-bio p {
    color: #eee;
    font-size: 16px;
}
.row::after {
    clear: both;
}

/******* blog comment ***********/
.blog-detail-left-wrap {
    margin-right: 35px;
}
.blog-detail-comment-respond .small-heading {
    margin-bottom: 20px;
    margin-top: 40px;
}
.blog-detail-wrap .small-heading h2 {
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 1px;
}
.blog-detail-comment-respond .small-heading p {
  color: #5c5c5c;
}
.blog-detail-wrap .small-heading h2::after {
    content: "";
    display: block;
    height: 2px;
    width: 55px;
    background-color: var(--baseColor);
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 18px;
    margin: 13px 0 18px;
}
.blog-detail-comment-respond .contact-form-white textarea {
    color: #505050;
    font-size: 14px;
    border: 2px solid #ccc;
    background-color: transparent;
    display: block;
    width: 100%;
    padding-top: 9px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    transition: all ease 0.50s;
    resize: vertical;
    outline: none;
}

.blog-detail-comment-respond .contact-form-white input {
    color: #505050;
    font-size: 14px;
    border: 2px solid #ccc;
    border-radius: 0;
    background-color: transparent;
    display: block;
    width: 100%;
    padding-top: 9px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    transition: all ease 0.50s;
    padding-bottom: 7px;
    outline: none;
}
.blog-detail-comment-respond .contact-form-white .contact-from-btn {
    text-align: right;
}


/********* comment list *************/
.blog-detail-wrap .blog-detail-comment-list {
    padding: 0;
    list-style: none;
}
.blog-detail-wrap .blog-detail-comment-list>li {
    margin: 15px 0;
    padding: 15px 0 15px 0;
}
.blog-detail-wrap .blog-detail-comment-list img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.avatar-80 {
    width: 80px;
    height: 80px;
}
.blog-detail-wrap .blog-detail-comment-list .user {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px 0;
    margin-bottom: 0;
    color: #5c5c5c;
}
.blog-detail-wrap .blog-detail-comment-list .user span {
    background: #e8c656;
    font-size: 9px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: 5px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.blog-detail-wrap .blog-detail-comment-list .user span a {
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}
.blog-detail-wrap .blog-detail-comment-list .info {
    font-size: 14px;
    font-weight: 400;
    color: #979797;
    margin: 0 0 20px 0;
    margin-bottom: 10px;
}
.blog-detail-wrap .blog-detail-comment-list .children {
    list-style: none;
    padding: 0;
    border-top: 1px solid #e7e7e7;
}
.blog-detail-wrap .blog-detail-comment-list .children li {
    border-bottom: 1px solid #e7e7e7;
    padding-top: 30px;
    padding-bottom: 30px;
}


/**************** Blog Detail Right ********************/
.blog-detail-right-wrap {
    padding-left: 60px;
}
#blog_detail_right_sidebar {
    position: relative;
}
#blog_detail_right_sidebar::before {
    content: '';
    position: absolute;
    height: 106%;
    top: -4%;
    bottom: 0;
    right: -104px;
    left: 0;
    background: #f8f8f8;
    z-index: -1;
}
.blog-detail-right-wrap .blog-detail-right-search .search-form label input {
    background: #fff url("../img/blog-page/search.bf75ebcb75ed.png") 95% 50% no-repeat;
    width: 270px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dadada;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#blog_detail_right_sidebar h4 {
    font-size: 18px;
    margin: 60px 0 20px 0;
}
#blog_detail_right_sidebar h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background-color: var(--baseColor);
    margin-top: 9px;
    margin-bottom: 15px;
}
#blog_detail_right_sidebar ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#blog_detail_right_sidebar ul li {
    list-style: none;
    margin: 0 0 10px 0;
}
#blog_detail_right_sidebar ul li a {
    color: #5c5c5c;
    text-decoration: none;
    -webkit-transition: all ease 0.57s;
    transition: all ease 0.57s;
}
#blog_detail_right_sidebar ul li a:hover {
    color: var(--hoverColor);
}
#blog_detail_right_sidebar ul li.cat-item a::before {
    font-family: FontAwesome;
    content: "\f192";
    font-size: 11px;
    color: var(--baseColor);
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    margin-right: 10px;
}
#blog_detail_right_sidebar .tagcloud {
    overflow: hidden;
}
#blog_detail_right_sidebar .tagcloud a {
    display: block;
    float: left;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #5c5c5c;
    font-size: 14px;
    padding: 6px 12px;
    margin: 0 6px 6px 0;
    -webkit-transition: all ease 0.55s;
    transition: all ease 0.55s;
    text-decoration: none;
}
#blog_detail_right_sidebar .tagcloud a:hover {
    background: var(--hoverColor);
    color: var(--whiteColor);
}
#blog_detail_right_sidebar ul.social-links {
    overflow: visible;
    margin-top: 25px;
    margin-left: 7px;
    display: flex;
    margin-bottom: 30px;
}
#blog_detail_right_sidebar ul.social-links li {
    margin-right: 25px;
}
#blog_detail_right_sidebar ul.social-links li a {
    color: #fff;
}
#blog_detail_right_sidebar ul.social-links li a i {
    -webkit-transform: rotate(-45deg) translate(0px, 0px);
    -ms-transform: rotate(-45deg) translate(0px, 0px);
    transform: rotate(-45deg) translate(0px, 0px);
}
#blog_detail_right_sidebar ul.social-links li a {
    -webkit-transform: rotate(45deg) translate(0px, 0px);
    -ms-transform: rotate(45deg) translate(0px, 0px);
    transform: rotate(45deg) translate(0px, 0px);
    list-style: none;
    background-color: var(--baseColor);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}
#blog_detail_right_sidebar ul.social-links li a:hover {
    background-color: var(--hoverColor);
}

/*====================================================================
        Blog Listing Page
====================================================================*/
.blog-post {
    position: relative;
    margin-bottom: 50px;
}
.clearfix::after,
.clearfix::before {
    content: "";
    display: table;
}
.blog-md .dez-post-info,
.blog-md .dez-post-media {
    display: table-cell;
    vertical-align: middle;
}
.blog-md .dez-post-media {
    vertical-align: top;
    width: 350px;
    border-radius: 4px;
}
.dez-img-effect.zoom-slow img {
    transition: all 10s;
}
.dez-media img,
.dez-post-media img {
    width: 100%;
    height: auto;
}
.dez-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 transparent;
    transition: all .25s;
}
.blog-md .dez-post-info {
    border: none;
    padding-left: 30px;
}
.blog-md .dez-post-meta {
    padding: 0 5px;
}
.dez-post-meta {
    margin-bottom: 10px;
}
.dez-post-meta ul {
    margin: 0 -4px;
    list-style: none;
    text-transform: capitalize;
    padding: 0 !important;
}
.dez-post-meta li::after {
    content: "|";
    display: inline-block;
    font-weight: 400;
    margin-left: 5px;
    opacity: .5;
    margin-right: 5px;
}
.dez-post-meta ul li {
    padding: 0;
    display: inline-block;
    color: var(--baseColor);
    font-weight: 500;
    font-size: 15px;
}
.dez-post-meta i {
    color: var(--baseColor);
    margin: 0 5px 0 0;
    font-size: 15px;
    font-weight: 500;
}
.dez-post-title {
    margin-bottom: 5px;
}
.dez-post-title .post-title {
    margin-bottom: 10px;
}
.blog-md .dez-post-info .post-title {
    margin-top: 0;
}
.blog-md .dez-post-info .post-title a {
    text-decoration: none;
}
.blog-md .dez-post-info .post-title a:hover {
    color: unset !important;
}
.dez-post-text {
    margin-bottom: 10px;
}
.dez-post-text p:last-child {
    margin: 0;
    font-size: 15px;
}
.blog-list-paginetor-wrap .page-link:focus {
    box-shadow: none !important;
    z-index: 1 !important;
}

/*====================================================================
	Bottom Text
====================================================================*/

.home-highlights-link{
    text-decoration: none;
}

.home-highlights-link:hover{
    color: #fff;
}

/*====================================================================
	Footer
====================================================================*/
footer {
    background-color: var(--footerBgColor);
    border-top: 1px solid #eee;
    position: relative;
    margin-top: auto;
}
.footer_logo {
    width: 130px;
}
.b-footer-logo-containter {
    margin-top: 3rem;
}
.xxs_logo{
    width: 115px;
}
.f-primary-sb {
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--yellowColor);
    text-transform: uppercase;
}
.fq-link a {
    display: inline-block;
    color: var(--whiteColor);
    line-height: 33px;
    text-decoration: none;
    font-size: 18px;
}
.fq-link a:hover {
    color: var(--baseColor);
    transition: 0.3s;
}
.footer-address {
    color: var(--whiteColor);
    width: 75%;
}
.footer-phone {
    color: var(--whiteColor);
    margin-bottom: 5px;
}
.footer-mail {
    color: var(--whiteColor);
}
.b-blog-short-post {
    margin: 0;
    display: inline-flex;
    flex-direction: column;
}
.footer-search-input {
    border: 1px solid rgba(255, 255, 255, 0.596);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.7);
}

.footer-search-input input {
    background: none;
    border: none;
    outline: none;
}

.footer-search-input button {
    background: none;
    border: none;
    padding-left: 16px;
}
.footer-logo-right {
    margin-left: 20px;
}
.copy_right_text {
    font-size: 16px;
    color: var(--whiteColor);
}
.scroll-to-top {
    position: absolute;
    right: 20px;
    bottom: 60px;
}
.btn-scroll {
    color: var(--baseColor);
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    border-radius: 50%;
    font-size: 20px;
    border: 2px solid var(--baseColor);
    transition: all ease-in-out 0.3s;
}
.btn-scroll:hover{
    background: var(--baseColor);
    color: var(--whiteColor);
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

/********************** Blog Page  **********************/
.header-bottom.other-page-header {
    padding: 10px 0;
}
.page-link {
    color: var(--baseColor);
}
.page-link:hover {
    color: var(--hoverColor);
}
.page-link:focus {
    color: var(--hoverColor);
}