/* Base CSS */
:root {
    --primary-color: var(--primary-background);
    --secondary-color: var(--secondary-background);
    --action-color: var(--tertiary-background);
    --white-color: #fff;

    --border-8px-radius: 0px;
    --border-6px-radius: 0px;

    --bs-body-font-family: "Public Sans", "Courier Prime", "SolaimanLipi", -apple-system, "Segoe UI", "Ubuntu", "Cantarell", "Droid Sans", sans-serif;
}

.btn-primary-bg {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
.btn-primary-bg:hover {
    background-color: var(--action-color) !important;
    border-color: var(--action-color) !important;
}

.btn-secondary-bg {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}
.btn-secondary-bg:hover {
    background-color: var(--action-color) !important;
    border-color: var(--action-color) !important;
}

.btn-action-bg {
    background-color: var(--action-color) !important;
    border-color: var(--action-color) !important;
}
.btn-action-bg:hover {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus {
    outline: 0 solid;
}
img {
    max-width: 100%;
    height: auto;
    transition: 0.35s ease-in-out all !important;
}
.img-hover:hover {
    -webkit-transform: scale(1.075) !important;
    -ms-transform: scale(1.075) !important;
    transform: scale(1.075) !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0;
    font-weight: normal;
    line-height: 1.2;
}

figure {
    margin: 0;
}

p {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
body {
    font-size: 17px;
    color: #333;
    width: 100%;
    font-family: var(--bs-body-font-family) !important;
    background: #fff;
}
a {
    color: var(--secondary-color);
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: var(--action-color);
}

/* container Update */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1280px;
}

/* container Update */

.modal-dialog {
    max-width: 550px !important;
    margin-top: 5%;
}

.modal_image img {
    width: 100%;
    height: auto;
}

.btn-modal {
    background: #012f4a;
    width: 30px;
    height: 30px;
    line-height: 23px;
    color: #fff;
    position: absolute;
    right: -5px;
    top: -8px;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px #333;
    text-align: center;
    font-size: 14px;
    z-index: 99;
    cursor: pointer;
}

.modal-body {
    padding: 4px;
}

/*======================================
		ThemesBazar col Start
======================================*/
.themesBazar-1 {
    max-width: 100%;
    width: 100%;
    flex: 0 0 auto;
}

.themesBazar-2 {
    max-width: 50%;
    width: 100%;
    flex: 0 0 auto;
}

.themesBazar-3 {
    max-width: 33.33%;
    width: 100%;
    flex: 0 0 auto;
}

.themesBazar-4 {
    max-width: 25%;
    width: 100%;
    flex: 0 0 auto;
}

.themesBazar-6 {
    max-width: 16.66%;
    width: 100%;
    flex: 0 0 auto;
}

/*======================================
		ThemesBazar col End
======================================*/

/*======================================
		ThemesBazar col End
======================================*/
.header {
    background: var(--primary-color);
    margin: 5px 0;
    margin-top: 0;
    border-bottom-left-radius: var(--border-8px-radius);
    border-bottom-right-radius: var(--border-8px-radius);
}

.date {
    background: #fff;
    padding: 10px 4px;
    text-align: center;
}

.header-social {
    background: #fff;
    text-align: center;
    padding: 5px 0;
    width: 30%;
    float: right;
}

.header-social a {
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 50%;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: 0.5s all;
}

.header-social a:hover {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background: transparent;
}

/*======================================
		ThemesBazar col End
======================================*/

.logo_banner {
    padding: 10px 0;
}

.logo img {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    max-height: 120px;
    border-radius: var(--border-8px-radius);
    object-fit: cover;
    object-position: center;
}

/*======================================
	Logo & Menu Section css-End
======================================*/
.menu-section {
    position: relative;
    z-index: 998 !important;
}

.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all;
}

.clickMenu {
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    transition: 0.35s all;
    top: 45px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: 0 0 0;
}

.clickMenu.showMenu {
    position: absolute;
    top: 51px;
    transition: 0.35s all;
    height: 100%;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 998;
    text-align: center;
}

.menuIcon {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.menu-two {
    padding: 10px 20px 10px 46px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25),
        inset 0 25px 0 rgba(255, 255, 255, 0.3);
    background: #fff;
    border-radius: 0 0 var(--border-6px-radius) var(--border-6px-radius);
}

.menu-item-two ul li {
    padding-bottom: 6px;
    width: 16.35%;
    display: inline-block;
}

.menu-item-two ul li a {
    color: #000;
    font-size: 16px;
    -webkit-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all;
    text-decoration: none;
}

.menu-item-two ul li a:hover {
    color: var(--secondary-color);
}

#wrapper {
    /* margin-top: 17px; */
}

.circle {
    width: 26px;
    height: 20px;
    position: relative;
    margin-top: -24px;
}

.menuIcon > span {
    margin-left: 27px;
}

.line {
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    border-radius: 8px;
    transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s;
}
.top {
    top: 18%;
}
.middle {
    top: 48%;
}
.bottom {
    top: 78%;
}
.icon.close .top {
    transform: rotate(45deg);
    top: 48%;
}
.icon.close .middle,
.icon.close .bottom {
    transform: rotate(-45deg);
    top: 48%;
}

.searchBar {
    max-width: 30%;
    position: relative;
    opacity: 0;
    display: none;
    width: 100%;
    float: right;
    margin-top: -33px;
    z-index: -1;
    transition: 0.3s all;
}

.searchBar.showSearch {
    opacity: 1;
    display: inline-block;
    position: absolute;
    top: 33px;
    right: 26px;
    z-index: 999;
}

.searchIcon {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.searchBar input[type="text"] {
    width: 100%;
    border: 2px solid var(--secondary-color);
    height: 50px;
    font-size: 16px;
    outline: inherit;
    padding: 0 5px;
    border-radius: var(--border-8px-radius) 0 0 var(--border-8px-radius);
}

.searchBar input[type="submit"] {
    border: none;
    font-size: 16px;
    padding: 0 14px;
    background: transparent;
    color: #fff;
}

.searchBar button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: var(--action-color);
    border: none;
    font-size: 17px;
    padding: 0 10px;
    overflow: hidden;
}

.remove {
    position: absolute;
    right: -25px;
    top: 0px;
    width: 25px;
    height: 25px;
    background: var(--action-color);
    text-align: center;
    font-size: 14px;
    border-radius: 0 var(--border-8px-radius) var(--border-8px-radius) 0;
    color: #fff;
    cursor: pointer;
    border: 2px solid var(--action-color);
    border-left-color: transparent;
    border-top-color: transparent;
    padding: 2px 0px 0px 0px;
}

/*======================================
	Logo & Menu Section css-End
======================================*/

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

.mobile_logo {
    display: none;
}

.main-section {
    overflow: hidden;
}

/*===============Scroll 03 css Start============*/

.scroll-section3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.top_scroll2 {
    overflow: hidden;
}
.scroll3-left {
    position: absolute;
    width: auto;
    padding: 9px 20px 9px 10px;
    font-size: 17px;
    background-color: var(--secondary-color);
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    z-index: 99;
    border-radius: var(--border-8px-radius) 0 0 var(--border-8px-radius);
    overflow: hidden;
}

.scroll3-right {
    height: 42px;
    width: 100%;
    line-height: 42px;
    background: #eee;
    border-radius: 0 var(--border-8px-radius) var(--border-8px-radius) 0;
    overflow: hidden;
}

.scroll3-right div {
    position: relative;
    animation: CSSright linear 25s infinite;
}
@keyframes CSSright {
    0% {
        right: -100%;
    }
    100% {
        right: 100%;
    }
}
.rightCSS:hover div {
    animation-play-state: paused;
}

.scroll3-right a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-right: 12px;
    display: inline-block;
}

.scroll3-right i {
    color: #001f31;
}

/*===============Scroll 03 css End============*/

.meta-right {
    /* float: right; */
    margin-right: 8px;
}

.cat-meta {
    border-top: 1px solid #eee;
    padding-bottom: 9px;
    overflow: hidden;
    margin-top: 10px;
    padding-top: 2px;
}

.meta-right a {
    border-right: 3px solid var(--secondary-color);
    padding-right: 7px;
    color: #333;
    font-size: 13px;
    transition: 0.5s all;
    line-height: 1;
}

/*================ThemesBazar======================
	Section One css Start
==================ThemesBazar====================*/
.section-one {
    padding: 10px 0 20px;
}
.sectionNews-active {
    margin-bottom: 10px;
}

.secGllary-wrpp {
    box-shadow: 0 0 5px #efefef;
    margin-bottom: 26px;
    border-radius: var(--border-8px-radius);
}

.secGllary-padding {
    padding: 0 5px;
}

.secGllary-image {
    position: relative;
    border-top-left-radius: var(--border-8px-radius);
    border-top-right-radius: var(--border-8px-radius);
    overflow: hidden;
}

.secGllary-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: var(--border-8px-radius);
    border-top-right-radius: var(--border-8px-radius);
    overflow: hidden;
}
.secGllary-details {
    text-align: justify;
    padding: 2px 8px 9px;
}

.secGllary-title {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    padding: 8px 7px;
}
.secGllary-title a {
    font-size: 23px;
    color: #fff;
    display: inline-block;
    transition: 0.35s;
}

.secGllary-title a:hover {
    color: rgb(220, 224, 255);
}

.video-icon1 i {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 47px;
    width: 47px;
    background: rgba(0, 0, 0, 0.14);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 41px;
    color: #fff;
    border-radius: 50%;
    font-size: 26px;
    padding-left: 5px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 30px 2px grey;
    box-shadow: 0 0 30px 2px gray;
    opacity: 0.8;
    -webkit-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all;
    z-index: 99;
}

.secGllary-image:hover .video-icon1 i {
    background: #fff;
    color: var(--primary-color);
}

.secOne-add img {
    border-radius: var(--border-8px-radius);
}

.secOne-wrpp:hover .video-icon1 i {
    background: #fff;
    color: var(--primary-color);
}

.secOne-wrpp {
    overflow: hidden;
    box-shadow: 0 0 6px #e8e8e8;
    margin-bottom: 12px;
    background: #fff;
}

.sectionOne-image2 {
    position: relative;
}

.sectionOne-image2 img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.secOne_title {
    padding: 5px 8px 10px;
}

.secOne_title a {
    color: #000;
    font-size: 18px;
    display: inline-block;
    transition: 0.5s all;
}

.secOne_title a:hover {
    color: var(--primary-background);
}

.sectionNews-active button.owl-prev {
    background: var(--primary-color);
    position: absolute;
    left: 8%;
    top: 31%;
    z-index: 999;
    width: 40px;
    height: 40px;
    color: #ffff;
    font-size: 25px !important;
    line-height: 0;
    transition: 0.6s all;
    outline: inherit;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 5px #333;
}
.sectionNews-active:hover button.owl-prev {
    left: -8px;
    opacity: 1;
    visibility: visible;
}

.sectionNews-active button.owl-prev:hover {
    color: #ff0;
}

.sectionNews-active button.owl-next {
    background: var(--primary-color);
    position: absolute;
    right: 8%;
    top: 31%;
    z-index: 999;
    width: 40px;
    height: 40px;
    padding-right: 0;
    color: #ffff;
    font-size: 25px !important;
    line-height: 0;
    transition: 0.4s all;
    outline: inherit;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
}

.sectionNews-active:hover button.owl-next {
    right: -8px;
    opacity: 1;
    visibility: visible;
}

.sectionNews-active button.owl-next:hover {
    color: #ff0;
}

/* .sectionNews-active .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
}
.sectionNews-active .owl-dots button {
    margin: 0 2px;
    padding: 3px !important;
    transition: 0.35s all;
    background: #01284f !important;
    outline: inherit;
    border-radius: var(--border-6px-radius);
}

.sectionNews-active .owl-dots button.active {
    background: var(--primary-color) !important;
    padding: 10px 3px 3px 3px !important;
} */

.themeBazar_facebook {
    background: #0335670f;
    padding: 10px 6px;
    font-size: 20px;
    color: #000;
    border-left: 4px solid var(--action-color);
    margin-bottom: 10px;
}

.facebook-content iframe {
    border: none;
    overflow: hidden;
    width: 100%;
    border-radius: var(--border-8px-radius);
}

.wordpress-date {
    position: relative;
}

.wordpress-date input[type="text"] {
    width: 100%;
    border: 1px solid #dddd;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    color: #000;
    outline: inherit;
}

.wordpress-date input[type="submit"] {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    background: #01284f;
    border: none;
    color: #fff;
    padding: 0 17px;
}

.sitebar-catWrpp {
    box-shadow: 0 0 10px #efefef;
    padding: 5px;
    border: 4px solid var(--primary-color);
    margin-bottom: 13px;
    border-radius: 5px;
    background: #f6fafd;
}

.sitebarImage {
    position: relative;
}

.sitebarImage img {
    width: 100%;
    height: 155px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--border-6px-radius) var(--border-6px-radius) 0 0;
}

.sitbar-title {
    padding: 3px 0 7px;
    background: #eff8ff;
    margin-bottom: 10px;
}

.sitbar-title a {
    font-size: 20px;
    color: #000;
    transition: 0.5s all;
}
.sitbar-title a:hover {
    color: var(--secondary-color);
}

.sitaber-details {
    text-align: justify;
}

.more_news {
    float: right;
    margin-bottom: 8px;
}

.more_news a {
    display: inline-block;
    color: #033768;
    font-size: 15px;
    padding: 6px 20px;
    border-radius: 50px;
    font-weight: 500;
    transition: 0.5s all;
    margin-top: 2px;
    text-decoration: none;
}

.more_news a:hover {
    color: #067aee;
    transition: 0.7s;
}

/*================ThemesBazar======================
	Section One css End
==================ThemesBazar====================*/

.live-item {
    margin-bottom: 20px;
}

.live_title {
    text-align: left;
    position: relative;
    padding-left: 13px;
    background: #012e48;
    margin-bottom: 3px;
    border-left: 5px solid #0a4466;
    border-radius: var(--border-6px-radius);
}

.live_title a {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
}

.live_image {
    position: relative;
    /* border: 1px solid #ddd; */
    /* padding: 3px; */
    border-radius: 5px;
    border-radius: var(--border-6px-radius);
}

.live_image img {
    width: 100%;
    height: 145px;
    object-fit: cover;
    border-radius: var(--border-6px-radius);
}

.live-icon i {
    position: absolute;
    top: 49%;
    left: 49%;
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, 0.14);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 46px;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    padding-left: 2px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 30px 2px gray;
    box-shadow: 0 0 30px 2px gray;
    opacity: 0.8;
    -webkit-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all;
    cursor: pointer;
}

.live_image:hover .live-icon i {
    background: #fff;
    color: var(--secondary-color);
}

.themesBazar {
    width: 14px;
    height: 14px;
    background: #f00;
    border-radius: 50%;
    text-align: center;
    -webkit-animation: animate 3s linear infinite;
    animation: animate 3s linear infinite;
}
.themesBazar {
    position: absolute;
    left: 8px;
    top: 33%;
    content: "";
}

@-webkit-keyframes animate {
    0% {
        -webkit-box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
    }

    40% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 109, 74, 0), 0 0 0 0 #fff;
        box-shadow: 0 0 0 10px rgba(255, 109, 74, 0), 0 0 0 0 #fff;
    }

    80% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 109, 74, 0),
            0 0 0 20px rgba(255, 109, 74, 0);
        box-shadow: 0 0 0 10px rgba(255, 109, 74, 0),
            0 0 0 20px rgba(255, 109, 74, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 109, 74, 0),
            0 0 0 20px rgba(255, 109, 74, 0);
        box-shadow: 0 0 0 0 rgba(255, 109, 74, 0),
            0 0 0 20px rgba(255, 109, 74, 0);
    }
}

@keyframes animate {
    0% {
        -webkit-box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;
    }

    40% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 109, 74, 0), 0 0 0 0 #fff;
        box-shadow: 0 0 0 20px rgba(255, 109, 74, 0), 0 0 0 0 #fff;
    }

    80% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 109, 74, 0),
            0 0 0 20px rgba(255, 109, 74, 0);
        box-shadow: 0 0 0 20px rgba(255, 109, 74, 0),
            0 0 0 20px rgba(255, 109, 74, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 109, 74, 0),
            0 0 0 20px rgba(255, 109, 74, 0);
        box-shadow: 0 0 0 0 rgba(255, 109, 74, 0),
            0 0 0 20px rgba(255, 109, 74, 0);
    }
}

/**=================================
           tab  start
==================================**/

.news-tavs {
    overflow: scroll;
    max-height: 340px;
    overflow-x: hidden;
    background-color: #fff;
    padding: 2px;
    margin-bottom: 5px;
}
.news-tavs::-webkit-scrollbar {
    width: 0;
}
.recentPopular {
    margin-bottom: 3px;
    border-radius: var(--border-6px-radius) var(--border-6px-radius) 0 0;
    overflow: hidden;
}

#recentPopular-tab > li {
    color: #000d39;
    font-size: 17px;
    cursor: pointer;
    display: inline-block;
    width: 50%;
}

#recentPopular-tab .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
}

#recentPopular-tab .nav-link {
    display: block;
    color: #000;
    padding: 10px 10px;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
    text-align: center;
    /* background: #ddd; */
    /* border-top: 3px solid var(--primary-color); */
    font-size: 17px;
    margin: 0;
}

#recentPopular-tab .nav-link.active {
    color: var(--action-color);
    border-bottom: 3px solid var(--primary-color);
    font-weight: 600;
}

.conut {
    position: absolute;
    left: 0px;
    top: 0px;
    /* background: var(--primary-color); */
    /* width: 36px; */
    /* height: 36px; */
    /* line-height: 26px; */
    color: #3a3a3a;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    border: 4px solid #fff;
    /* padding-left: 1px; */
    z-index: 99;
}

.tab-image {
    position: relative;
    padding-top: 5px;
}

.tab-image img {
    width: 40%;
    float: left;
    margin-right: 7px;
    margin-left: 23px;
    height: 66px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--border-6px-radius);
}

.tab-border {
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.tab_hadding {
    padding: 5px;
    padding-top: 0;
    margin: 0;
}

.tab_hadding a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    display: inherit;
    text-decoration: none;
    -webkit-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all;
}

.tab_hadding a:hover {
    color: var(--primary-color);
}

.videoIcon-03 i {
    position: absolute;
    top: 45%;
    left: 28%;
    height: 36px;
    width: 36px;
    background: rgba(0, 0, 0, 0.14);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    padding-left: 4px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 30px 2px gray;
    box-shadow: 0 0 30px 2px gray;
    opacity: 0.8;
    -webkit-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all;
    z-index: 9;
}

.tab-image:hover .videoIcon-03 i {
    background: #fff;
    color: var(--primary-color);
}

/* Add image start */
.top-add {
    margin: 10px 0 15px;
}

.add-image img {
    width: 100%;
    height: auto;
    border-radius: var(--border-8px-radius);
}

.date_content {
    overflow: hidden;
    margin-bottom: 8px;
}

.last-date select {
    border: 1px solid #d9d9d9;
    padding: 8px 4px;
    font-size: 16px;
    color: #333;
    border-bottom-left-radius: var(--border-6px-radius);
    border-bottom-right-radius: var(--border-6px-radius);
}

.last-date select > option {
    border-radius: 15px;
}

.last-date input[type="submit"] {
    background: var(--secondary-color);
    padding: 4px 9px;
    font-size: 15px;
    color: #fff;
    border: none;
    text-align: center;
    transition: 0.35s;
    letter-spacing: 0.5px;
    height: 75%;
    width: 80% !important;
    cursor: pointer;
    border-bottom-left-radius: var(--border-6px-radius);
    border-bottom-right-radius: var(--border-6px-radius);
    transition: 0.35s ease-in-out background-color;
}

.themeBazar_cat02 {
    display: block;
    margin-bottom: 7px;
    background-color: #e7f0f7;
    line-height: 24px;
    border-radius: var(--border-6px-radius);
    overflow: hidden;
}

.themeBazar_cat02 > a::after {
    left: 100%;
    height: 0;
    width: 7px;
    position: absolute;
    top: 0;
    content: "";
    pointer-events: none;
    margin-left: 0;
    margin-top: 0;
    border-top: 44px solid var(--secondary-color);
    border-right: 8px solid transparent;
}

.themeBazar_cat02 a {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    background: var(--secondary-color);
    padding: 10px 10px;
}

/*****=================================
    Section Two Start
==================================*****/
.section-two {
    padding: 20px 0;
}

.news2-active {
    margin: 0 0 20px;
}

.secTwo_wrpp {
    margin: 0 8px 8px;
}

.secTwo_image {
    position: relative;
}
.secTwo_image img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--border-8px-radius);
}
.section-1-2 .secTwo_image img {
    height: 165px;
}
.secTwo_title {
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    width: 100%;
    padding: 8px 7px;
    border-radius: 0 0 var(--border-8px-radius) var(--border-8px-radius);
}

.secTwo_title a {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    transition: 0.35s all;
}
.secTwo_title a:hover {
    color: var(--primary-color);
}

.secTwo_wrpp:hover .video-icon1 i {
    background: #fff;
    color: var(--primary-color);
}

.news2-active .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    content: "";
    z-index: 1;
}

.news2-active .owl-dots button {
    margin: 0 2px;
    padding: 3px !important;
    transition: 0.35s all;
    background: #01284f !important;
    outline: inherit;
    border-radius: var(--border-6px-radius);
}
.news2-active .owl-dots button.active {
    background: var(--primary-color) !important;
    padding: 10px 3px 3px 3px !important;
}

/*****=================================
    Section Two End
==================================*****/

/*****=================================
        Section Four Start
==================================*****/
.section_three {
    padding: 20px 0;
}

.secThree_wrpp {
    overflow: hidden;
    box-shadow: 0 0 10px #ddd;
    margin-bottom: 8px;
    background: #fff;
    padding: 6px 6px 0 6px;
    border-radius: var(--border-8px-radius);
}

.secThree_image {
    position: relative;
}

.secThree_image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--border-8px-radius) var(--border-8px-radius) 0 0;
}

.secThree_title {
    padding: 5px 4px 11px;
}

.secThree_title a {
    color: #000;
    font-size: 20px;
    display: inline-block;
    transition: 0.5s all;
}

.secThree_title a:hover {
    color: var(--primary-color);
}
.secThree_title2 a:hover {
    color: var(--primary-color);
}

.secThree_item {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.secThree_image2 img {
    /* width: 33%; */
    height: 72px;
    float: left;
    margin-right: 5px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--border-6px-radius);
}

.secThree_title2 {
    margin: 0 0 5px;
}

.secThree_title2 a {
    color: #02121c;
    font-size: 18px;
    transition: 0.5s all;
}

.video-icon2 i {
    position: absolute;
    top: 43%;
    left: 16%;
    height: 33px;
    width: 33px;
    background: rgba(0, 0, 0, 0.14);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    padding-left: 3px;
    border: 2px solid #fff;
    opacity: 0.8;
    transition: 0.35s all;
    z-index: 99;
}
.secThree_item:hover .video-icon2 i {
    background: #fff;
    color: var(--primary-color);
}
.secThree_image:hover .video-icon1 i {
    background: #fff;
    color: var(--primary-color);
}

/*****=================================
        Section Four End
==================================*****/

.themesBazar_cat01 {
    background: #0335670f;
    color: #000;
    padding: 10px 8px;
    margin-bottom: 10px;
    border-left: 4px solid var(--action-color);
    border-radius: 0 var(--border-6px-radius) var(--border-6px-radius) 0;
}

.themesBazar_cat01 a {
    color: #000;
    transition: 0.5 all;
}

/*****=================================
    Section Ten Start
==================================*****/
.section-four {
    padding: 20px 0;
}

.secFour_wrpp {
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 6px 6px 6px 6px;
    margin: 0 0 15px;
}

.secFour_image {
    position: relative;
}

.secFour_image img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
}

.secFour_image2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.secFour_image2 img {
    width: 30%;
    float: left;
    margin-right: 5px;
    height: 64px;
    object-fit: cover;
    object-position: center;
}

.secFour_title {
    padding: 6px 0 7px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.secFour_title a {
    font-size: 20px;
    color: #000;
    transition: 0.5s all;
}

.secFour_title a:hover {
    color: var(--secondary-color);
}

.secFour_title2 {
    margin-top: 2px;
}

.secFour_title2 a {
    font-size: 17px;
    color: #000;
    transition: 0.5s all;
}

.secFour_title2 a:hover {
    color: var(--primary-color);
}

.video-icon3 i {
    position: absolute;
    top: 41%;
    left: 20%;
    height: 35px;
    width: 35px;
    background: rgba(0, 0, 0, 0.14);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 31px;
    color: #fff;
    border-radius: 50%;
    font-size: 23px;
    padding-left: 4px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 30px 2px gray;
    box-shadow: 0 0 30px 2px gray;
    opacity: 0.8;
    -webkit-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all;
}

.secFour_image2:hover .video-icon3 i {
    background: #fff;
    color: var(--primary-color);
}

.secFour_image:hover .video-icon1 i {
    background: #fff;
    color: var(--primary-color);
}

/*****=================================
    Section Four End
==================================*****/

/*****=================================
    Section Five Start
==================================*****/
.section-five {
    padding: 20px 0;
}

.map-area {
    width: 100%;
    background: #eff3f4;
    padding: 2px 50px;
    border-radius: var(--border-8px-radius);
}

.division {
    background: #eff3f4;
    padding: 22px 20px;
    margin-top: 10px;
    border-radius: var(--border-8px-radius);
}

.input-division {
    text-align: center;
}

.input-division select {
    width: 90%;
    margin: 0 12px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    color: #333;
}

.input-division input[type="submit"] {
    width: 90%;
    color: #fff;
    background: var(--secondary-color);
    cursor: pointer;
    border-radius: var(--border-6px-radius);
    transition: 0.35s ease-in-out background-color;
    margin: 10px 12px 0;
    padding: 10px;
    font-size: 16px;
    border: none;
}

.division_wrpp {
    overflow: hidden;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 6px 6px 6px 6px;
    margin: 0 0 15px;
    border-radius: var(--border-8px-radius);
}

.division_image {
    position: relative;
}

.division_image img {
    width: 100%;
    height: 145px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--border-8px-radius);
}

.division_title {
    padding: 5px 4px 10px;
}

.division_title a {
    color: #000;
    font-size: 20px;
    display: inline-block;
    transition: 0.5s all;
}

.division_title a:hover {
    color: var(--secondary-color);
}

.cat-meta2 {
    border-top: 1px solid #eeeeee;
    padding: 4px 6px 7px;
    text-align: left;
}

.cat-meta2 a {
    font-size: 13px;
    color: #444;
    border-left: 3px solid #52656f;
    padding-left: 5px;
}

.division_wrpp:hover .video-icon1 i {
    background: #fff;
    color: var(--primary-color);
}

/*****=================================
    Section Five End
==================================*****/

/*****=================================
    Section Six Start
==================================*****/
.section-six {
    padding: 20px 0;
}

.secSix_wrpp {
    margin: 0 0 15px;
}

.secSix_image {
    position: relative;
}

.secSix_image img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--border-8px-radius);
}

.secSix_title {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 13, 53, 0.4);
    width: 100%;
    padding: 8px 7px;
    border-radius: 0 0 var(--border-8px-radius) var(--border-8px-radius);
    transition: 0.35s all;
}

.secSix_title a {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    transition: 0.35s all;
}

.secSix_title a:hover {
    color: rgb(218, 226, 255);
}

.secSix_wrpp:hover .video-icon1 i {
    background: #fff;
    color: var(--primary-color);
}

/*****=================================
    Section Six End
==================================*****/

/****======================================
	Section Seven css Start
======================================****/
.section-seven {
    padding: 30px 0;
}

.secSeven-wrpp {
    margin-bottom: 15px;
    border-radius: var(--border-8px-radius);
    overflow: hidden;
    box-shadow: 0 0 10px #ddd;
}

.secSeven-image {
    position: relative;
    max-width: 100%;
}

.secSeven-image img {
    width: 100%;
    height: 165px;
    object-fit: cover;
}

.secSeven-title {
    padding: 6px 5px 7px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.secSeven-title a {
    font-size: 20px;
    color: #000;
    transition: 0.5s all;
}

.secSeven-title a:hover {
    color: var(--secondary-color);
}

.secSeven-title2 {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 2px 6px 4px;
    margin-bottom: 6px;
}

.secSeven-title2 a {
    color: #000;
    font-size: 17px;
    display: inline-block;
    transition: 0.5s all;
}

.secSeven-title2 a:hover {
    color: #0a4466;
}

.secSeven-image:hover .video-icon1 i {
    background: #fff;
    color: var(--primary-color);
}

/****======================================
	Section Seven css End
======================================****/

/*****=================================
    home_video_gallery  Start
==================================*****/
.home_video_gallery {
    background: #605d5d;
    margin: 20px 0;
}

.dark-bg {
    background: #000000;
    padding: 20px;
    position: relative;
    height: 100%;
}

.themesBazar_darkCat {
    background-color: transparent;
    padding-left: 10px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.themesBazar_darkCat a {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
    padding: 3px 15px 0 0;
    display: inline-block;
}

.themesBazar_darkCat .themesBazar2::before {
    position: absolute;
    content: "";
    width: 100%;
    border-top: 13px solid #222;
    bottom: 5px;
    display: inline-block;
    vertical-align: bottom;
}

.dark_image {
    position: relative;
    max-width: 100%;
}

.dark_image img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: var(--border-8px-radius);
}

.dark_title {
    line-height: 22px;
    padding: 14px 0 0;
}

.dark_title a {
    font-size: 20px;
    color: #fff;
    transition: 0.5s all;
}

.darkPadding {
    padding: 20px 0;
}

#pills-tab.darkTav {
    margin-bottom: 10px;
}

#pills-tab.darkTav li > button {
    padding: 8px 20px;
    color: #fff;
    font-size: 20px;
}

#pills-tab.darkTav li {
    background: rgba(128, 145, 255, 0.211);
    margin-right: 4px;
    border-radius: var(--border-6px-radius);
}

#pills-tab.darkTav .nav-link.active {
    color: #fff;
    background-color: var(--action-color);
    border-radius: var(--border-6px-radius);
}

.darkNews-wrpp {
    border: 1px solid #ddd;
    background: #fff;
    padding-bottom: 10px;
    border-radius: var(--border-8px-radius);
    overflow: hidden;
}

.dark_image2 {
    position: relative;
    max-width: 100%;
}
.dark_image2 img {
    width: 100%;
    height: 135px;
    object-fit: cover;
    object-position: center;
}

.dark_title2 {
    padding: 5px 10px 8px;
    line-height: 21px;
}

.dark_title2 a {
    font-size: 19px;
    color: #000;
    transition: 0.35s all;
}

.dark_title2 a:hover {
    color: #0a4466;
}

.dark-btn {
    text-align: right;
    padding-top: 25px;
}

.dark-btn a::after {
    bottom: 0;
    content: "";
    position: absolute;
    left: -39px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 37px 40px;
    border-color: transparent transparent var(--action-color) transparent !important;
}

.dark-btn a {
    background: var(--action-color);
    display: inline-block;
    padding: 8px 23px;
    font-size: 17px;
    color: #fff;
    position: relative;
    border-top-right-radius: var(--border-6px-radius);
}

.dark-btn i {
    padding-left: 9px;
}
.darkNews-active button.owl-prev {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 8%;
    top: 27%;
    z-index: 999;
    width: 40px;
    height: 40px;
    color: #ffff;
    font-size: 25px !important;
    line-height: 0;
    transition: 0.6s all;
    outline: inherit;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 5px #333;
}

.darkNews-active:hover button.owl-prev {
    left: -8px;
    opacity: 1;
    visibility: visible;
}

.darkNews-active button.owl-prev:hover {
    color: #ff0;
}

.darkNews-active button.owl-next {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 8%;
    top: 27%;
    z-index: 999;
    width: 40px;
    height: 40px;
    padding-right: 0;
    color: #ffff;
    font-size: 25px !important;
    line-height: 0;
    transition: 0.4s all;
    outline: inherit;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
}

.darkNews-active:hover button.owl-next {
    right: -8px;
    opacity: 1;
    visibility: visible;
}

.darkNews-active button.owl-next:hover {
    color: #ff0;
}

.darkNews-active .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -32px;
    content: "";
    z-index: 1;
}

.darkNews-active .owl-dots button {
    margin: 0 2px;
    padding: 3px !important;
    transition: 0.35s all;
    background: #808080;
    outline: inherit;
    border-radius: var(--border-6px-radius);
}

.darkNews-active .owl-dots button.active {
    background: var(--primary-color) !important;
    padding: 10px 3px 3px 3px !important;
}

.dark_icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 47px;
    width: 47px;
    background: rgba(0, 0, 0, 0.14);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 41px;
    color: #fff;
    border-radius: 50%;
    font-size: 26px;
    padding-left: 5px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 30px 2px grey;
    box-shadow: 0 0 30px 2px gray;
    opacity: 0.8;
    -webkit-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all;
    z-index: 99;
}

.dark_image:hover .dark_icon i {
    background: #fff;
    color: #01192f;
}

.dark_icon2 i {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    background: rgba(0, 0, 0, 0.14);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
    padding-left: 2px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 30px 2px grey;
    box-shadow: 0 0 30px 2px gray;
    opacity: 0.8;
    -webkit-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all;
    z-index: 99;
}
.dark_image2:hover .dark_icon2 i {
    background: #fff;
    color: #01192f;
}

.themesBazar3 {
    position: absolute;
    left: 12px;
    top: 31px;
    content: "";
}

.themesBazar3 {
    width: 10px;
    height: 10px;
    background: #f00;
    border-radius: 50%;
    text-align: center;
    -webkit-animation: animate 3s linear infinite;
    animation: animate 3s linear infinite;
}

@-webkit-keyframes animate {
    0% {
        -webkit-box-shadow: 0 0 0 0 #f00, 0 0 0 0 #f00;
        box-shadow: 0 0 0 0 #f00, 0 0 0 0 #f00;
    }

    40% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 109, 74, 0), 0 0 0 0 #f00;
        box-shadow: 0 0 0 15px rgba(255, 109, 74, 0), 0 0 0 0 #f00;
    }

    80% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 109, 74, 0),
            0 0 0 15px rgba(255, 109, 74, 0);
        box-shadow: 0 0 0 10px rgba(255, 109, 74, 0),
            0 0 0 15px rgba(255, 109, 74, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 109, 74, 0),
            0 0 0 15px rgba(255, 109, 74, 0);
        box-shadow: 0 0 0 0 rgba(255, 109, 74, 0),
            0 0 0 15px rgba(255, 109, 74, 0);
    }
}

@keyframes animate {
    0% {
        -webkit-box-shadow: 0 0 0 0 #f00, 0 0 0 0 #f00;
        box-shadow: 0 0 0 0 #f00, 0 0 0 0 #f00;
    }

    40% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 109, 74, 0), 0 0 0 0 #f00;
        box-shadow: 0 0 0 15px rgba(255, 109, 74, 0), 0 0 0 0 #f00;
    }

    80% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 109, 74, 0),
            0 0 0 15px rgba(255, 109, 74, 0);
        box-shadow: 0 0 0 20px rgba(255, 109, 74, 0),
            0 0 0 15px rgba(255, 109, 74, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 109, 74, 0),
            0 0 0 15px rgba(255, 109, 74, 0);
        box-shadow: 0 0 0 0 rgba(255, 109, 74, 0),
            0 0 0 15px rgba(255, 109, 74, 0);
    }
}

/*****=================================
    home_video_gallery  End
==================================*****/

.photoGallery {
    padding: 20px 0;
}

.gallery-container {
    overflow: hidden;
    box-shadow: 0 0 10px #ddd;
    background: #fff;
    padding: 6px;
    border-radius: var(--border-8px-radius);
}

.gallery_image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--border-8px-radius);
}

.gallery_image2 {
    margin: 5px;
    margin-top: 8px;
    cursor: pointer;
}

.gallery_image2 img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--border-6px-radius);
}

.gallery_wrpp2.slick-slide.slick-current {
    opacity: 0.7;
}

.themesBazar_gallery2 .la-angle-left {
    background: #061539;
    color: #fff;
    font-size: 17px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
.themesBazar_gallery2 .la-angle-right {
    background: #061539;
    color: #fff;
    font-size: 17px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

/* single_pro_area Start */

/*****================ Countdown css Start =================*****/
.countdown_content {
    box-shadow: 0 0 10px #eee;
    padding: 10px 10px 20px;
    border-radius: 5px;
}

.countdown_content img {
    width: 100%;
    height: auto;
    margin: 0 0 12px;
    border-radius: 5px;
}

#clock-b {
    display: flex;
}

.countdown {
    text-transform: uppercase;
    color: #000d39;
    font-size: 17px;
    text-align: center;
}

.countdown span {
    display: inline-block;
    padding: 6px 15px;
    border: 2px solid#000D39;
    background: #001f31;
    font-size: 16px;
    border-radius: 10px;
    margin-right: 6px;
    color: #ffff;
    margin-bottom: 5px;
}

#clock-b span {
    margin-left: 10px;
}

/*****================ Countdown css End =================*****/

/*======================================
	Footer-Section css-Start
======================================*/
.footer_section {
    /* margin: 20px 0 0; */
    background: #eeeeee;
    padding: 20px 0;
}

.footer_color a {
    color: #fff;
}
.footer_color {
    color: #fff;
}

.editorial_text {
    border-right: 2px solid var(--action-color);
    padding: 0 20px;
    font-size: 1.2rem;
}

/*--------- bottom footer css-start---------------*/
.bottom-footer-section {
    background: #eee;
    padding: 15px 0;
    margin-bottom: 39px;
}

.design-developed {
    text-align: right;
}

.design-developed a {
    text-decoration: none;
    /* font-size: 14px; */
    font-weight: 700;
}

.themesBazar_scroll {
    width: 37px;
    height: 45px;
    padding: 10px;
    background: var(--primary-color);
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 998;
    border-radius: 50px 50px 0 0;
    transition: 0.35s;
}

.themesBazar_scroll i {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    top: 10px;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
}

/*--------- bottom footer css-End---------------*/

/*===============Footer Scroll Start============*/
.footer_scroll {
    position: fixed;
    background: aliceblue;
    color: #fff;
    z-index: 99;
    overflow: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px -5px 50px 5px rgba(51, 54, 79, 0.3);
}

.footer_left {
    position: absolute;
    width: auto;
    padding: 9px 20px 9px 10px;
    font-size: 17px;
    background-color: var(--action-color);
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    z-index: 99;
    box-shadow: 0px 0px 15px -10px rgb(51 54 79 / 70%);
}

.footer_right {
    height: 42px;
    width: 100%;
    line-height: 42px;
    background: #dfe7ff;
    overflow: hidden;
}

.footer_right div {
    position: relative;
    animation: CSSright linear 25s infinite;
}
@keyframes CSSright {
    0% {
        right: -100%;
    }
    100% {
        right: 100%;
    }
}
.rightCSS:hover div {
    animation-play-state: paused;
}

.footer_right a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-right: 12px;
    display: inline-block;
}

.footer_right i {
    color: #001f31;
}

/*===============Footer Scroll End============*/

/*======================================
	Footer-Section css-End
======================================*/

#livePopUpModal {
    position: relative;
    background-color: #fff;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 0 8px #333;
    border-radius: 5px;
    transition: 0.35s all;
}

.mfp-close-btn-in .mfp-close {
    background: #012f4a;
    width: 30px;
    height: 30px;
    line-height: 23px;
    opacity: inherit;
    color: #fff;
    text-align: center;
    position: absolute;
    right: -5px;
    top: -8px;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px #333;
    text-align: right;
    padding-right: 3px;
    font-size: 24px;
}

/* Magnific popup modal End */
