@import "https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400&display=swap";
@import "https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800";
body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: mukta, sans-serif;
    color: #23252d;
}
a {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    color: #23252d;
}
a:hover {
    text-decoration: none;
    color: #ee161f !important;
}
a:focus {
    text-decoration: none;
}
button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212121;
    font-weight: 700;
    font-family: mukta, sans-serif;
    text-transform: capitalize;
}
h3 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.4;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.7;
}
p:last-child {
    margin-bottom: 0;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.form-control {
    height: 50px;
    color: #212121;
    border: 1px solid #e8e8e8;
    background-color: #f2f9fc;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
}
.form-control::-webkit-input-placeholder {
    color: #495057;
}
.form-control:-ms-input-placeholder {
    color: #495057;
}
.form-control::-ms-input-placeholder {
    color: #495057;
}
.form-control::placeholder {
    color: #495057;
}
.form-control:focus {
    color: #000;
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #d80650;
}
.form-control:hover:focus,
.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
textarea.form-control {
    height: auto;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-70 {
    padding-top: 70px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-70 {
    padding-bottom: 70px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-minus-50 {
    margin-top: -50px;
}
.mt-minus-100 {
    margin-top: -100px;
}
.bg-color {
    background-color: #fdf1f5;
}
.container {
    max-width: 1280px;
}
.default-btn {
    font-size: 16px;
    color: #fff;
    padding: 15px 30px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #d80650;
}
.default-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #212121;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.default-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #212121;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.default-btn.active {
    margin-left: 20px;
    color: #212121;
    background-color: #fff;
}
.default-btn:hover {
    color: #fff;
}
.default-btn:hover::before {
    left: auto;
    right: 0;
    width: 50%;
}
.default-btn:hover::after {
    left: 0;
    right: 0;
    width: 50%;
}
.read-more {
    line-height: 1;
    color: #d80650;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.read-more i {
    position: relative;
    top: 2px;
}
.read-more:hover {
    color: #d80650;
}
.read-more:hover i {
    color: #d80650;
    -webkit-animation: rotation 0.5s linear infinite;
    animation: rotation 0.5s linear infinite;
}
.section-title {
    margin: -6px auto 50px;
    position: relative;
}
.section-title h2 {
    font-size: 30px;
    position: relative;
    display: block;
    text-transform: capitalize;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
}
.section-title h2:last-child {
    margin-bottom: 0;
}
.navbar-area .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}
.navbar-area .main-nav {
    background-color: #0f0f0f;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-area .main-nav .navbar {
    padding: 0;
}
.navbar-area .main-nav .navbar-brand {
    padding: 0;
    line-height: 1;
}
.navbar-area .main-nav nav .navbar-nav .nav-item {
    padding: 15px 10px;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a {
    font-size: 16px;
    font-family: poppins, sans-serif;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-left: 0;
    margin: 0 10px;
    position: relative;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a i {
    font-size: 20px;
    line-height: 0;
    position: relative;
    top: 5px;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #ee161f;
}
.navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #ee161f;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #fff;
    border-radius: 0;
    border: none;
    top: 97%;
    left: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #ee161f;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    padding: 0 !important;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    color: #212121;
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px dashed #eee;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #d80650;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
    float: right;
    top: 12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #d80650;
    background-color: #f3f3f3;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #d80650 !important;
    background-color: #f3f3f3;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    top: 0;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #343434;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover a {
    color: #d80650;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none;
}
.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    top: -2px !important;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 97%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    background-color: #212121;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100% !important;
}
.navbar-area .others-option {
    position: relative;
    top: -2px;
}
.navbar-area .others-option .call-us {
    display: inline-block;
    color: #fff;
    margin-left: 20px;
}
.navbar-area .others-option .call-us i {
    position: relative;
    top: 3px;
    font-size: 18px;
    margin-right: 3px;
}
.navbar-area .others-option .call-us a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.navbar-area .others-option .call-us a:hover {
    color: #d80650;
}
.navbar-area .others-option .follow {
    display: inline-block;
    color: #fff;
    margin-left: 20px;
    position: relative;
    padding: 24px 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}
.navbar-area .others-option .follow i {
    font-size: 20px;
    line-height: 1;
    top: 2px;
    position: relative;
}
.navbar-area .others-option .follow ul {
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    width: 200px;
    top: 73px;
    left: -60px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-top: 2px solid #d80650;
    z-index: 2;
    display: inline-block;
    text-align: center;
}
.navbar-area .others-option .follow ul li {
    padding: 10px 8px;
    border-bottom: 1px dashed #eee;
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
}
.navbar-area .others-option .follow ul li a {
    color: #343434;
}
.navbar-area .others-option .follow ul li:hover a {
    color: #d80650;
}
.navbar-area .others-option .follow:hover ul {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.navbar-area .others-option .cart {
    display: inline-block;
    color: #fff;
    margin-left: 20px;
    position: relative;
}
.navbar-area .others-option .cart a {
    color: #fff;
}
.navbar-area .others-option .cart a i {
    font-size: 20px;
}
.navbar-area .others-option .cart a:hover {
    color: #d80650;
}
.navbar-area .others-option .cart .cart-count {
    position: absolute;
    top: -8px;
    left: 11px;
    color: #d80650;
    background-color: #fff;
    width: 15px;
    height: 15px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
}
.navbar-area .others-option .option-item {
    color: #343434;
    display: inline-block;
    position: relative;
    line-height: 1;
    top: 0;
    margin-left: 20px;
}
.navbar-area .others-option .option-item .search-overlay {
    display: none;
}
.navbar-area .others-option .option-item .search-overlay.search-popup {
    position: absolute;
    top: 100%;
    width: 300px;
    right: 0;
    background: #fff;
    z-index: 2;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-top: 27px;
    border-top: 2px solid #d80650;
}
.navbar-area .others-option .option-item .search-overlay.search-popup .search-form {
    position: relative;
}
.navbar-area .others-option .option-item .search-overlay.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #eee;
    color: #212121;
    outline: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 15px;
    padding-top: 4px;
    padding-left: 15px;
}
.navbar-area .others-option .option-item .search-overlay.search-popup .search-form .search-input:focus {
    border-color: #d80650;
}
.navbar-area .others-option .option-item .search-overlay.search-popup .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: #d80650;
    border: none;
    width: 50px;
    outline: 0;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0;
}
.navbar-area .others-option .option-item .search-overlay.search-popup .search-form .search-button:hover {
    background-color: #212121;
}
.navbar-area .others-option .option-item .search-btn {
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 27px;
    border-radius: 50%;
    text-align: center;
}
.navbar-area .others-option .option-item .search-btn:hover {
    color: #d80650;
}
.navbar-area .others-option .option-item .close-btn {
    cursor: pointer;
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 27px;
    border-radius: 50%;
    text-align: center;
    color: #d80650;
}
.navbar-area .others-option .option-item .close-btn:hover {
    color: #d80650;
}
.navbar-area .others-option .option-item .close-btn.active {
    display: block;
}
.main-blog-area .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.main-blog-area .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.main-blog-area .owl-prev i {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 26px;
    border-radius: 0% !important;
    background-color: #d80650;
    border: 1px solid #d80650;
}
.main-blog-area .owl-prev i:hover {
    background-color: #fff;
    border-color: #fff;
    color: #d80650;
}
.main-blog-area .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.main-blog-area .owl-next i {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 26px;
    border-radius: 0% !important;
    background-color: #d80650;
    border: 1px solid #d80650;
}
.main-blog-area .owl-next i:hover {
    background-color: #fff;
    border-color: #fff;
    color: #d80650;
}
.main-blog-area .owl-theme .owl-nav {
    margin-top: 0 !important;
}
.main-blog-area .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
}
.single-main-blog-item {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.single-main-blog-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
}
.single-main-blog-item .blog-link {
    position: absolute;
    top: 30px;
    left: 0;
    width: 150px;
    background-color: #24232373;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 30px;
    text-align: center;
}
.single-main-blog-item .blog-link:hover {
    background-color: #d80650;
    color: #fff;
}
.single-main-blog-item .main-blog-content {
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.single-main-blog-item .main-blog-content a h3 {
    color: #fff;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.single-main-blog-item .main-blog-content a:hover h3 {
    color: #d80650;
}
.single-main-blog-item .main-blog-content ul li {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
}
.single-main-blog-item .main-blog-content ul li i {
    color: #d80650;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.single-main-blog-item .main-blog-content ul li .admin {
    color: #fff;
}
.single-main-blog-item .main-blog-content ul li .admin:hover {
    color: #d80650;
}
.single-main-blog-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.featured-area .section-title h2 {
    border-bottom: 10px solid #eee;
}
.single-featured {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.single-featured .blog-img {
    position: relative;
}
.single-featured .blog-img span {
    display: inline-block;
    background-color: #fff;
    padding: 5px 15px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-weight: 500;
    color: #212121;
}
.single-featured .featured-content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.single-featured .featured-content a h3 {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.single-featured .featured-content a:hover h3 {
    color: #d80650;
}
.single-featured .featured-content ul {
    margin-bottom: 15px;
}
.single-featured .featured-content ul li {
    display: inline-block;
    padding-right: 30px;
    font-weight: 500;
}
.single-featured .featured-content ul li i {
    color: #d80650;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: 1px;
    font-size: 15px;
}
.single-featured .featured-content ul li .admin {
    color: #343434;
}
.single-featured .featured-content ul li .admin:hover {
    color: #d80650;
}
.single-featured .featured-content ul li:last-child {
    padding-right: 0;
}
.single-featured .featured-content .read-more {
    margin-top: 18px;
}
.single-featured:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.editor-blog-content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.editor-blog-content a h3 {
    margin-bottom: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.editor-blog-content a h3:hover {
    color: #d80650;
}
.editor-blog-content ul li {
    display: inline-block;
    padding-right: 30px;
}
.editor-blog-content ul li i {
    color: #d80650;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: 1px;
    font-size: 15px;
}
.editor-blog-content ul li .admin {
    color: #343434;
}
.editor-blog-content ul li .admin:hover {
    color: #d80650;
}
.editor-blog-content ul li:last-child {
    padding-right: 0;
}
.right-blog-editor {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 30px;
    position: relative;
}
.right-blog-editor .right-blog-content {
    position: absolute;
    top: 35px;
    left: 200px;
}
.right-blog-editor .right-blog-content a h3 {
    font-size: 16px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.right-blog-editor .right-blog-content a h3:hover {
    color: #d80650;
}
.right-blog-editor .right-blog-content span {
    display: block;
    font-weight: 500;
}
.right-blog-editor .right-blog-content span i {
    color: #d80650;
    font-size: 15px;
    display: inline-block;
    margin-right: 5px;
}
.right-blog-editor:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.right-blog-editor:hover .right-blog-content a h3 {
    color: #d80650;
}
.inspiration-area .section-title {
    margin-bottom: 110px;
}
.single-inspiration {
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 30px;
}
.single-inspiration .blog-link {
    position: absolute;
    top: 30px;
    left: 0;
    width: 150px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 30px;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.single-inspiration .inspiration-content {
    padding: 30px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    max-width: 375px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: -75px;
}
.single-inspiration .inspiration-content a h3 {
    margin-bottom: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
}
.single-inspiration .inspiration-content ul li {
    display: inline-block;
    padding-right: 10px;
}
.single-inspiration .inspiration-content ul li i {
    color: #d80650;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.single-inspiration .inspiration-content ul li .admin {
    color: #343434;
}
.single-inspiration:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.single-inspiration:hover .blog-link {
    background-color: #d80650;
    color: #fff;
}
.single-inspiration:hover .inspiration-content {
    max-width: 100%;
    background-color: #d80650;
}
.single-inspiration:hover .inspiration-content a h3 {
    color: #fff;
}
.single-inspiration:hover .inspiration-content ul li {
    color: #fff;
}
.single-inspiration:hover .inspiration-content ul li .admin {
    color: #fff;
}
.single-inspiration:hover .inspiration-content ul li i {
    color: #fff;
}
.single-full-blog {
    position: relative;
}
.full-blog-content {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 570px;
}
.full-blog-content a h3 {
    margin-bottom: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.full-blog-content a:hover h3 {
    color: #d80650;
}
.full-blog-content ul li {
    display: inline-block;
    padding-right: 10px;
}
.full-blog-content ul li i {
    color: #d80650;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.full-blog-content ul li .admin {
    color: #343434;
}
.full-blog-content ul li .admin:hover {
    color: #d80650;
}
.light-news {
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.light-news::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #212121;
    opacity: 0.8;
}
.light-news .light-news-content {
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.light-news .light-news-content a h3 {
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 10px;
}
.light-news .light-news-content a:hover h3 {
    color: #d80650;
}
.light-news .light-news-content ul li {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
}
.light-news .light-news-content ul li i {
    color: #d80650;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.light-news .light-news-content ul li .admin {
    color: #fff;
}
.light-news .light-news-content ul li .admin:hover {
    color: #d80650;
}
.light-news:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.follows-area h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.follows-area ul li {
    font-size: 16px;
    color: #fff;
    background-color: #575aa6;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.follows-area ul li:nth-child(2) {
    background-color: #4fa6f8;
}
.follows-area ul li:nth-child(3) {
    background-color: #3c6b98;
}
.follows-area ul li:nth-child(4) {
    background-color: #de0438;
}
.follows-area ul li span {
    font-size: 14px;
}
.follows-area ul li a {
    display: block;
    position: relative;
    color: #fff;
}
.follows-area ul li a i {
    font-size: 30px;
    display: inline-block;
    float: right;
    position: relative;
    top: -15px;
    right: -10px;
    color: #fff;
}
.follows-area ul li a:hover {
    color: #fff;
}
.follows-area ul li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.footer-top-area {
    background-color: #f5f3f3;
}
.single-widget {
    margin-bottom: 30px;
}
.single-widget img {
    margin-bottom: 20px;
}
.single-widget h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.single-widget p {
    margin-bottom: 0;
    font-weight: 500;
}
.single-widget ul li {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}
.single-widget ul li:last-child {
    margin-bottom: 0;
}
.single-widget ul li a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #343434;
}
.single-widget ul li a i {
    display: inline-block;
    margin-right: 2px;
    font-size: 18px;
    color: #d80650;
    position: relative;
    top: 3px;
}
.single-widget ul li a:hover {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
}
.single-widget .social-area {
    margin-top: 20px;
}
.single-widget .social-area ul {
    line-height: 1;
}
.single-widget .social-area ul li {
    display: inline-block;
}
.single-widget .social-area ul li a {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    line-height: 34px;
    background-color: #d80650;
    border-radius: 4px;
    text-align: center;
    border-radius: 50%;
}
.single-widget .social-area ul li a i {
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-right: 0;
    font-size: 18px;
    top: 0;
}
.single-widget .social-area ul li a:hover {
    border-color: #d80650;
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
}
.single-widget .social-area ul li a:hover i {
    color: #fff;
}
.single-widget.contact ul li {
    position: relative;
    padding-left: 30px;
}
.single-widget.contact ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #d80650;
    font-size: 20px;
}
.single-widget.contact ul li span {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}
.foot-bottom{
    float: left;
    width: 100%;
    border-top:solid thin #cccccc26;
    padding-top: 20px;
}
.foot-bottom span{
    float: right;
    color: #fff;
    font-size: 15px;
    line-height: 45px;
}
.foot-bottom img{
    width: 100%;
}
.footer-bottom-area {
    background-color: #05224c;
    padding: 20px 0;
}
.footer-bottom-area .copy-right {
    text-align: center;
}
.footer-bottom-area .copy-right p {
    text-transform: capitalize;
    margin-bottom: 0;
    color: #fff;
}
.footer-bottom-area .copy-right p i {
    position: relative;
    top: 1px;
}
.footer-bottom-area .copy-right p a {
    color: #fff;
}
.footer-bottom-area .copy-right p a:hover {
    color: #d80650;
}


.sidebar-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    text-align: center;
}
.sidebar-modal .sidebar-modal-inner {
    position: absolute;
    left: -100%;
    top: 0;
    width: 30%;
    overflow-y: scroll;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
}
.sidebar-modal .sidebar-modal-inner .close-btn {
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 32px;
    background-color: #212121;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}
.sidebar-modal .sidebar-modal-inner .close-btn:hover {
    color: #fff;
    background-color: #d80650;
}
.sidebar-modal .sidebar-about-area {
    margin-bottom: 40px;
}
.sidebar-modal .sidebar-about-area .title h2 {
    margin-bottom: 0;
    font-size: 24px;
}
.sidebar-modal .sidebar-about-area .title p {
    margin-top: 15px;
    font-size: 15px;
}
.sidebar-modal .sidebar-instagram-feed {
    margin-bottom: 40px;
}
.sidebar-modal .sidebar-instagram-feed h2 {
    margin-bottom: 25px;
    font-size: 24px;
}
.sidebar-modal .sidebar-instagram-feed ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
    margin-top: -10px;
}
.sidebar-modal .sidebar-instagram-feed ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}
.sidebar-modal .sidebar-instagram-feed ul li a {
    display: block;
    position: relative;
}
.sidebar-modal .sidebar-instagram-feed ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}
.sidebar-modal .sidebar-instagram-feed ul li a:hover::before {
    opacity: 0.5;
    visibility: visible;
}
.sidebar-modal .sidebar-contact-area .contact-info {
    text-align: center;
}
.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 {
    margin-bottom: 0;
    font-size: 24px;
    text-transform: lowercase;
}
.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a {
    display: inline-block;
    color: #d80650;
}
.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:hover {
    color: #343434;
}
.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:not(:first-child) {
    color: #343434;
}
.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:not(:first-child):hover {
    color: #d80650;
}
.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 span {
    display: block;
    color: #343434;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}
.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 20px;
}
.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li {
    display: inline-block;
    margin: 0 1px;
    padding-left: 0;
}
.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a {
    width: 35px;
    height: 35px;
    line-height: 34px;
    border: 1px solid #dadada;
    border-radius: 50%;
    color: #343434;
    display: block;
}
.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a i {
    font-size: 14px;
}
.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a:hover {
    color: #fff;
    border-color: #d80650;
    background-color: #d80650;
}
.sidebar-modal.active {
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.9);
}
.sidebar-modal.active .sidebar-modal-inner {
    left: 0;
}
.burger-menu {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
.burger-menu i {
    font-size: 30px;
    color: #212121;
    position: relative;
    top: 2px;
}
.banner-area {
    background-image: url(../../assets/img/home-two/banner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}
.banner-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #13020c;
    opacity: 0.21;
    z-index: -1;
}
.banner-text {
    text-align: center;
    max-width: 570px;
    margin: auto;
}
.banner-text span {
    display: inline-block;
    background-color: #fff;
    padding: 5px 10px;
    font-weight: 500;
    margin-bottom: 15px;
}
.banner-text h1 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 30px;
}
.banner-text ul li {
    display: inline-block;
    padding: 0 10px;
}
.banner-text ul li a i {
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.banner-text ul li:hover a i {
    color: #d80650;
}
.main-blog-area-two .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.single-main-blog-item-two {
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.single-main-blog-item-two.middle .main-blog-content {
    padding: 20px;
}
.single-main-blog-item-two.middle .main-blog-content a h3 {
    font-size: 16px;
}
.single-main-blog-item-two.middle .blog-link {
    top: 20px;
    width: 100px;
    font-size: 14px;
    padding: 5px 20px;
}
.single-main-blog-item-two.bg-1 {
    background-image: url(../../assets/img/home-two/main-blog-img/1.jpg);
    height: 100%;
}
.single-main-blog-item-two.bg-4 {
    background-image: url(../../assets/img/home-two/main-blog-img/4.jpg);
    height: 100%;
}
.single-main-blog-item-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9));
}
.single-main-blog-item-two .blog-link {
    position: absolute;
    top: 30px;
    left: 0;
    width: 150px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 30px;
    text-align: center;
}
.single-main-blog-item-two .blog-link:hover {
    background-color: #d80650;
    color: #fff;
}
.single-main-blog-item-two .main-blog-content {
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.single-main-blog-item-two .main-blog-content a h3 {
    color: #fff;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.single-main-blog-item-two .main-blog-content a:hover h3 {
    color: #d80650;
}
.single-main-blog-item-two .main-blog-content ul li {
    display: inline-block;
    padding-right: 5px;
    color: #fff;
    font-size: 13px;
}
.single-main-blog-item-two .main-blog-content ul li:last-child {
    padding-right: 0;
}
.single-main-blog-item-two .main-blog-content ul li i {
    color: #d80650;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.single-main-blog-item-two .main-blog-content ul li .admin {
    color: #fff;
}
.single-main-blog-item-two .main-blog-content ul li .admin:hover {
    color: #d80650;
}
.single-main-blog-item-two:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.plr-5 {
    padding: 0 4px;
}
.mb-8 {
    margin-bottom: 8px;
}
.main-inspiration-area .row {
    margin-right: -4px;
    margin-left: -4px;
}
.latest-news-slider-area .container {
    background-image: url(../../assets/img/home-two/business-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 100px;
}
.latest-news-slider-area .owl-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.latest-news-slider-area .owl-prev i {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 26px;
    border-radius: 50% !important;
    background-color: #d80650;
    border: 1px solid #d80650;
}
.latest-news-slider-area .owl-prev i:hover {
    background-color: #212121;
    border-color: #212121;
}
.latest-news-slider-area .owl-prev i:hover i {
    border-color: #d80650;
}
.latest-news-slider-area .owl-next {
    position: absolute;
    top: 50%;
    right: -60px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.latest-news-slider-area .owl-next i {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 26px;
    border-radius: 50% !important;
    background-color: #d80650;
    border: 1px solid #d80650;
}
.latest-news-slider-area .owl-next i:hover {
    background-color: #212121;
    border-color: #212121;
}
.latest-news-slider-area .owl-next i:hover i {
    border-color: #d80650;
}
.latest-news-slider-area .owl-theme .owl-nav {
    margin-top: 0 !important;
}
.latest-news-slider-area .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
}
.single-latest-news-wrap {
    max-width: 680px;
}
.single-latest-news-wrap .single-latest-news {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
}
.single-latest-news-wrap .single-latest-news h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.single-latest-news-wrap .single-latest-news p {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.single-latest-news-wrap .single-latest-news:hover {
    background-color: #d80650;
}
.single-latest-news-wrap .single-latest-news:hover h3 {
    color: #fff;
}
.single-latest-news-wrap .single-latest-news:hover p {
    color: #fff;
}

.logo-title {
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    color: #212121;
    display: block;
}
.logo-title img{
	height: auto;
    margin-top: 20px;
}
.bottom-header {
    background-color: #fff;
}
.bottom-header .container {
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}
.bottom-header ul {
    line-height: 1;
    position: relative;
    top: 17px;
}
.bottom-header ul li {
    display: inline-block;
    padding-right: 5px;
}
.bottom-header ul li a {
    color: #343434;
    font-size: 20px;
    line-height: 1;
}
.bottom-header ul li a:hover {
    color: #d80650;
}
.bottom-header .long-ad img{
	float: right;
}
.bottom-header .others-option .option-item .search-overlay {
    display: none;
}
.bottom-header .others-option .option-item .search-overlay.search-popup {
    position: absolute;
    top: 100%;
    width: 300px;
    right: 0;
    background: #fff;
    z-index: 2;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-top: 27px;
    border-top: 2px solid #d80650;
}
.bottom-header .others-option .option-item .search-overlay.search-popup .search-form {
    position: relative;
}
.bottom-header .others-option .option-item .search-overlay.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #eee;
    color: #212121;
    outline: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 15px;
    padding-top: 4px;
    padding-left: 15px;
}
.bottom-header .others-option .option-item .search-overlay.search-popup .search-form .search-input:focus {
    border-color: #d80650;
}
.bottom-header .others-option .option-item .search-overlay.search-popup .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: #d80650;
    border: none;
    width: 50px;
    outline: 0;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0;
}
.bottom-header .others-option .option-item .search-overlay.search-popup .search-form .search-button:hover {
    background-color: #212121;
}
.bottom-header .others-option .option-item .search-btn {
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #343434;
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 27px;
    border-radius: 50%;
    text-align: center;
}
.bottom-header .others-option .option-item .search-btn:hover {
    color: #d80650;
}
.bottom-header .others-option .option-item .close-btn {
    cursor: pointer;
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 27px;
    border-radius: 50%;
    text-align: center;
    color: #d80650;
}
.bottom-header .others-option .option-item .close-btn:hover {
    color: #d80650;
}
.bottom-header .others-option .option-item .close-btn.active {
    display: block;
}
.navbar-area-four .main-nav {
    background: linear-gradient(45deg, #154da3 5%, #154da3 20%, #5589dd 100%);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 20px 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 20px 3px rgba(0, 0, 0, 0.05);
}
.navbar-area-four .main-nav nav .navbar-nav .nav-item a {
    color: #ff;
}
.navbar-area-four .others-option .follow {
    color: #212121;
}
.navbar-area-four .others-option .option-item .search-btn {
    color: #212121;
}
.subscribe-wrap .default-btn {
    text-align: center;
    margin: auto;
    display: table;
    margin-top: 20px;
}
.subscribe-wrap #validator-newsletter {
    text-align: center;
    margin-top: 5px;
    color: #d80650;
}
.modal-content .close {
    width: 30px;
    height: 30px;
    background-color: #d80650;
    text-align: center;
    margin-left: auto;
    color: #fff;
}
.banner-area-three {
    background-image: url(../../assets/img/home-three/banner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.banner-area-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: -1;
}
.banner-area-three .banner-item-area {
    height: 100vh;
}
.banner-area-three .banner-text {
    max-width: 700px;
}
.banner-area-three .banner-text ul li {
    display: inline-block;
    padding-right: 5px;
    color: #fff;
}
.banner-area-three .banner-text ul li:last-child {
    padding-right: 0;
}
.banner-area-three .banner-text ul li i {
    color: #d80650;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.banner-area-three .banner-text ul li .admin {
    color: #fff;
}
.banner-area-three .banner-text ul li .admin:hover {
    color: #d80650;
}
.banner-area-three .owl-item.active .banner-text.overflow-hidden {
    overflow: hidden;
}
.banner-area-three .owl-item.active .banner-text.one span {
    -webkit-animation: 1s 0.1s fadeInUpBig both;
    animation: 1s 0.1s fadeInUpBig both;
}
.banner-area-three .owl-item.active .banner-text.one h1 {
    -webkit-animation: 2s 0.2s fadeInUpBig both;
    animation: 2s 0.2s fadeInUpBig both;
}
.banner-area-three .owl-item.active .banner-text.one ul {
    -webkit-animation: 3s 0.3s fadeInUpBig both;
    animation: 3s 0.3s fadeInUpBig both;
}
.banner-area-three .owl-item.active .banner-text.two span {
    -webkit-animation: 1s 0.1s fadeInLeft both;
    animation: 1s 0.1s fadeInLeft both;
}
.banner-area-three .owl-item.active .banner-text.two h1 {
    -webkit-animation: 2s 0.2s fadeInRight both;
    animation: 2s 0.2s fadeInRight both;
}
.banner-area-three .owl-item.active .banner-text.two ul {
    -webkit-animation: 3s 0.3s fadeInRight both;
    animation: 3s 0.3s fadeInRight both;
}
.banner-area-three .owl-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.banner-area-three .owl-prev i {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 26px;
    border-radius: 50% !important;
    background-color: #d80650;
    border: 1px solid #d80650;
}
.banner-area-three .owl-prev i:hover {
    background-color: #fff;
    border-color: #fff;
    color: #d80650;
}
.banner-area-three .owl-next {
    position: absolute;
    top: 50%;
    right: 30px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.banner-area-three .owl-next i {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 26px;
    border-radius: 50% !important;
    background-color: #d80650;
    border: 1px solid #d80650;
}
.banner-area-three .owl-next i:hover {
    background-color: #fff;
    border-color: #fff;
    color: #d80650;
}
.banner-area-three .owl-theme .owl-nav {
    margin-top: 0 !important;
}
.banner-area-three .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
}
.blog-list-area-three {
    position: relative;
    z-index: 1;
}
.economics-area .right-blog-editor a h3 {
    font-size: 17px;
    margin-top: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.economics-area .right-blog-editor a h3:hover {
    color: #d80650;
}
.blog-list-area-three .blog-list-wrap {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    padding-bottom: 0;
    z-index: 2;
}
.blog-list-area-three .blog-list-wrap .right-blog-editor {
    position: relative;
}
.blog-list-area-three .blog-list-wrap .right-blog-editor .right-blog-content {
    position: absolute;
    left: 185px;
    top: 25px;
}
.blog-list-area-two .right-blog-editor {
    position: relative;
}
.blog-list-area-two .right-blog-editor .right-blog-content {
    position: absolute;
    left: 185px;
    top: 25px;
}
.live-news-stream-area .right-blog-editor {
    position: relative;
}
.live-news-stream-area .right-blog-editor .right-blog-content {
    position: absolute;
    left: 185px;
    top: 25px;
}
.live-news-stream-area .right-blog-editor .right-blog-content h3 {
    color: #fff;
}
.live-news-stream-area .right-blog-editor .right-blog-content span {
    color: #fff;
}
.single-featured.article {
    position: relative;
    margin-bottom: 30px;
}
.single-featured.article .featured-content {
    padding-top: 0;
    padding-bottom: 0;
}
.single-featured.article .featured-content span {
    border-radius: 0;
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 15px;
    display: inline-block;
}
.single-featured.article .featured-content ul {
    margin-bottom: 0;
}
.single-featured.article .featured-content h3 {
    margin-bottom: 10px;
}
.right-blog-article-wrap-three .latest-post-sub-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.categories-area {
    background-color: #f9f9f9;
    padding: 30px;
}
.categories-area .categories-title {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.categories-area .categories-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.categories-area .categories-item.bg-1 {
    background-image: url(../../assets/img/home-three/categories/1.jpg);
}
.categories-area .categories-item.bg-2 {
    background-image: url(../../assets/img/home-three/categories/2.jpg);
}
.categories-area .categories-item.bg-3 {
    background-image: url(../../assets/img/home-three/categories/3.jpg);
}
.categories-area .categories-item.bg-4 {
    background-image: url(../../assets/img/home-three/categories/4.jpg);
}
.categories-area .categories-item .default-btn {
    margin-bottom: -6px;
}
.live-news-stream-area {
    background-image: url(../../assets/img/home-three/video-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
}
.live-news-stream-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(0, 0, 0, 0.99)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.99));
    z-index: -1;
}
.live-news-stream-area .live-start {
    color: #fff;
    margin-top: 30px;
    font-size: 30px;
}
.artha-main-news {
    float: left;
    width: 100%;
    margin: 30px0;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    color: #171821;
}
.artha-main-news label { 
	font-size:14px;
    line-height: 27px;
    vertical-align: top;
}
.artha-main-news span{
	font-size:20px;
}
.artha-main-news-wrap{
  float: left;
  width: 100%;
  padding: 0px;
}
.artha-main-news{
    float: left;
    width: 100%;
    margin: 0px 0px 30px 0px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px dashed #f1f1f1;
    text-align: center;
    color: #171821;
}
.artha-main-news h2{
  text-align:center;
  font-family: mukta, sans-serif;
}
.artha-main-news h2 a{
    font-size: 60px;
    line-height: 1.5;
    color: #333;
    display: inline;
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #ee161f 1px);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #ee161f 1px);
    background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 1px), #ee161f 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 0.5s;
    font-weight: 800;
}
.artha-main-news h2  a:hover {
    text-decoration: none;
    background-size: 100% 100%;
    color: #ee161f;
    line-height: 1.5;
}
.artha-main-news img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0px;
	height:auto;
}
.artha-main-news p {
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    color: #3e3c3c;
    line-height: 1.5;
  font-family: mukta, sans-serif;
}
.artha-main-news span.author__img{
	 height: 40px;
    width: 40px;
    max-width: 40px;
}
.author {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    color: #717070;
    font-weight: 600;
    margin-top: 0px;
	padding:15px 15px 0px 15px;
}
.author i{
  margin-right: 10px;
}


.single-top-news {
    margin-bottom: 30px;
}
.single-top-news .top-news-img {
    position: relative;
}
.single-top-news .top-news-img span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: 500;
}
.single-top-news .artha-news-content {
    padding-top: 20px;
}
.single-top-news .artha-news-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.single-top-news .artha-news-content h3:hover {
    color: #d80650;
}
.single-top-news .artha-news-content ul {
    margin-bottom: 20px;
}
.single-top-news .artha-news-content ul li {
    display: inline-block;
    padding-right: 10px;
    font-weight: 500;
}
.single-top-news .artha-news-content ul li:last-child {
    padding-right: 0;
}
.banner-area-five {
    background-image: url(../../assets/img/home-five/banner-bg.jpg);
}
.banner-area-five::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.62;
    z-index: -1;
}
.banner-area-five .banner-text {
    max-width: 670px;
}
.banner-area-five .banner-text h1 {
    font-family: "noto serif", serif;
    font-weight: 600;
    font-size: 52px;
    line-height: 1.4;
}
.main-blog-area-two.five .container-fluid {
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
}
.main-blog-area-two.five .single-main-blog-item-two .main-blog-content h3 {
    font-family: "noto serif", serif;
}
.main-blog-area-two.five .single-main-blog-item-two.bg-1 {
    background-image: url(../../assets/img/home-five/main-blog/1.jpg);
}
.latest-project-area.five .section-title h2 {
    font-family: "noto serif", serif;
    font-size: 40px;
}
.latest-project-area.five .single-featured .featured-content h3 {
    font-family: "noto serif", serif;
    margin-bottom: 5px;
}
.latest-project-area.five .single-featured .featured-content ul li {
    font-size: 13px;
}
.main-inspiration-area.five .section-title h2 {
    font-family: "noto serif", serif;
    font-size: 40px;
}
.main-inspiration-area.five .single-main-blog-item .main-blog-content h3 {
    font-family: "noto serif", serif;
}
.main-inspiration-area.five .single-main-blog-item .main-blog-content ul li {
    font-size: 13px;
}
.economics-area.five .section-title h2 {
    font-family: "noto serif", serif;
    font-size: 40px;
}
.economics-area.five .single-featured .featured-content h3 {
    font-family: "noto serif", serif;
}
.economics-area.five .right-blog-editor .right-blog-content h3 {
    font-family: "noto serif", serif;
    margin-top: 0;
}
.latest-article-area.five .section-title h2 {
    font-family: "noto serif", serif;
    font-size: 40px;
}
.latest-article-area.five .single-featured.article .featured-content h3 {
    font-family: "noto serif", serif;
}
.banner-area-six {
    background-image: url(../../assets/img/home-six/banner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-top: 200px;
    padding-bottom: 400px;
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}
.banner-area-six::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000a0d;
    opacity: 0.25;
    z-index: -1;
}
.banner-area-six .banner-text {
    max-width: 670px;
    text-align: left;
    margin-left: 0;
}
.banner-area-six .banner-text ul li {
    color: #fff;
}
.banner-area-six .banner-text ul li a {
    color: #fff;
}
.banner-area-six .banner-text ul li a img {
    border-radius: 50px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.banner-area-six .banner-text ul li a:hover {
    color: #d80650;
}
.banner-area-six .social-icon {
    position: absolute;
    top: 40%;
    right: 30px;
}
.banner-area-six .social-icon li {
    margin-bottom: 10px;
}
.banner-area-six .social-icon li:last-child {
    margin-bottom: 0;
}
.banner-area-six .social-icon li a i {
    font-size: 25px;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.banner-area-six .social-icon li a:hover i {
    color: #d80650;
}
.main-banner-blog-item {
    position: absolute;
    bottom: 0;
    right: 0;
}
.main-banner-blog-item .single-main-blog-item-two .main-blog-content h3 {
    font-family: "noto serif", serif;
    font-size: 20px;
}
.page-title-area {
    position: relative;
    padding-top: 100px;
    padding-bottom: 0;
    text-align: center;
    z-index: 1;
}
.page-title-area .page-title-content {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
}
.page-title-area .page-title-content h2 {
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 700;
}
.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 0;
}
.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    padding-right: 15px;
    padding-left: 15px;
    color: #343434;
}
.page-title-area .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 2px;
    right: -3px;
    background-color: #343434;
    width: 1px;
    height: 20px;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}
.page-title-area .page-title-content ul li:last-child::before {
    display: none;
}
.page-title-area .page-title-content ul li a {
    color: #343434;
}
.page-title-area .page-title-content ul li a:hover {
    color: #d80650;
}
.page-title-area .page-title-content ul .active {
    color: #d80650;
}
textarea.textarea-hight {
    height: unset !important;
}
.author-wrap {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
}
.author-wrap .author-img img {
    border-radius: 50%;
}
.blog-details-area {
}
.blog-details-area .blog-details-desc .article-content {
    margin-top: 0;
    margin-bottom: 30px;
}
.blog-details-area .blog-details-desc .article-content .article-image {
    margin-bottom: 30px;
    position: relative;
}
.blog-details-area .blog-details-desc .article-content .article-image .videos-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.blog-details-area .blog-details-desc .article-content .entry-meta {
    margin-bottom: -10px;
}
.blog-details-area .blog-details-desc .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 15px;
    list-style-type: none;
}
.blog-details-area .blog-details-desc .article-content .entry-meta ul li {
    position: relative;
    display: inline-block;
    color: #d80650;
    margin-right: 21px;
    font-size: 14px;
}
.blog-details-area .blog-details-desc .article-content .entry-meta ul li span {
    display: inline-block;
    color: #d80650;
    font-weight: 500;
}
.blog-details-area .blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    color: #666;
    font-size: 13px;
}
.blog-details-area .blog-details-desc .article-content .entry-meta ul li a:hover {
    color: #d80650;
}
.blog-details-area .blog-details-desc .article-content .entry-meta ul li i {
    color: #d80650;
    margin-right: 2px;
}
.blog-details-area .blog-details-desc .article-content .entry-meta ul li::before {
    content: "";
    position: absolute;
    top: 11px;
    right: -15px;
    width: 6px;
    height: 1px;
    background: #d80650;
}
.blog-details-area .blog-details-desc .article-content .entry-meta ul li:last-child {
    margin-right: 0;
}
.blog-details-area .blog-details-desc .article-content .entry-meta ul li:last-child::before {
    display: none;
}
.blog-details-area .blog-details-desc .article-content h3 {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 28px;
}
.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px;
}
.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0;
}
.blog-details-area .blog-details-desc .article-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}
.blog-details-area .blog-details-desc .article-footer .article-tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.blog-details-area .blog-details-desc .article-footer .article-tags span {
    display: inline-block;
    color: #d80650;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}
.blog-details-area .blog-details-desc .article-footer .article-tags a {
    display: inline-block;
    color: #666;
    font-weight: 600;
}
.blog-details-area .blog-details-desc .article-footer .article-tags a:hover {
    color: #d80650;
}
.blog-details-area .blog-details-desc .article-footer .article-share {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.blog-details-area .blog-details-desc .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
}
.blog-details-area .blog-details-desc .article-footer .article-share .social li {
    display: inline-block;
}
.blog-details-area .blog-details-desc .article-footer .article-share .social li span {
    display: inline-block;
    margin-right: 2px;
    font-weight: 500;
    color: #666;
}
.blog-details-area .blog-details-desc .article-footer .article-share .social li a {
    display: block;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 33px;
    border-radius: 50%;
    background-color: #d80650;
    text-align: center;
    font-size: 14px;
}
.blog-details-area .blog-details-desc .article-footer .article-share .social li a:hover {
    -webkit-animation: rubberBand 1s linear;
    animation: rubberBand 1s linear;
}
.blog-details-area .blog-details-desc .post-navigation {
    margin-top: 30px;
}
.blog-details-area blockquote {
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 50px !important;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 4px;
}
.blog-details-area blockquote p {
    color: #212121;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
    font-size: 17px !important;
    text-align: left;
}
.blog-details-area blockquote cite {
    display: none;
}
.blog-details-area blockquote::before {
    color: #d80650;
    content: "\ed67";
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    font-family: boxicons;
    font-size: 140px;
    font-weight: 900;
    opacity: 0.1;
}
.blog-details-area blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #d80650;
    margin-top: 20px;
    margin-bottom: 20px;
}
.blog-details-area .post-navigation {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog-details-area .post-navigation .navigation-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-details-area .post-navigation .navigation-links .nav-previous {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.blog-details-area .post-navigation .navigation-links .nav-previous a i {
    margin-right: 0;
    font-size: 20px;
    position: relative;
    top: 4px;
}
.blog-details-area .post-navigation .navigation-links .nav-next {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
}
.blog-details-area .post-navigation .navigation-links .nav-next a i {
    margin-left: 0;
    font-size: 20px;
    position: relative;
    top: 4px;
}
.blog-details-area .post-navigation .navigation-links div a {
    display: inline-block;
    font-weight: 600;
    color: #212121;
}
.blog-details-area .post-navigation .navigation-links div a:hover {
    color: #d80650;
}
.blog-details-area .comments-area {
    padding: 0;
    margin-top: 30px;
}
.blog-details-area .comments-area .comments-title {
    position: relative;
    margin-bottom: 30px;
    line-height: initial;
    font-size: 22px;
}
.blog-details-area .comments-area ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.blog-details-area .comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.blog-details-area .comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.blog-details-area .comments-area .children {
    margin-left: 40px;
}
.blog-details-area .comments-area .comment-body {
    border-bottom: 1px solid #eee;
    padding-left: 65px;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.blog-details-area .comments-area .comment-body.border-none {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.blog-details-area .comments-area .comment-body .reply {
    margin-top: 15px;
}
.blog-details-area .comments-area .comment-body .reply a {
    border: 1px solid #ded9d9;
    color: #212121;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 500;
}
.blog-details-area .comments-area .comment-body .reply a:hover {
    color: #fff;
    background-color: #d80650;
    border-color: #d80650;
}
.blog-details-area .comments-area .comment-meta {
    margin-bottom: 0.8em;
}
.blog-details-area .comments-area .comment-author {
    font-size: 16px;
    margin-bottom: 0.4em;
    position: relative;
    z-index: 2;
}
.blog-details-area .comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
    border-radius: 50%;
}
.blog-details-area .comments-area .comment-author .fn {
    font-weight: 500;
    color: #212121;
    font-size: 16px;
}
.blog-details-area .comments-area .comment-author .says {
    display: none;
}
.blog-details-area .comments-area .comment-metadata {
    color: #666;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
.blog-details-area .comments-area .comment-metadata a {
    color: #666;
    font-size: 11px;
}
.blog-details-area .comments-area .comment-metadata a:hover {
    color: #d80650;
}
.blog-details-area .comments-area .comment-content p {
    font-size: 14px;
}
.blog-details-area .comments-area .comment-respond {
    margin-top: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
}
.blog-details-area .comments-area .comment-respond .comment-reply-title {
    margin-bottom: 15px;
    font-size: 22px;
}
.blog-details-area .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
}
.blog-details-area .comments-area .comment-respond .comment-form {
    overflow: hidden;
}
.blog-details-area .comments-area .comment-respond .comment-form-comment {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.blog-details-area .comments-area .comment-respond label {
    display: block;
    font-weight: 500;
    color: #212121;
    margin-bottom: 5px;
}
.blog-details-area .comments-area .comment-respond input[type="datetime-local"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog-details-area .comments-area .comment-respond input[type="datetime-local"]:focus {
    border-color: #d80650;
}
.blog-details-area .comments-area .comment-respond input[type="week"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog-details-area .comments-area .comment-respond input[type="week"]:focus {
    border-color: #d80650;
}
.blog-details-area .comments-area .comment-respond input[type="month"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog-details-area .comments-area .comment-respond input[type="month"]:focus {
    border-color: #d80650;
}
.blog-details-area .comments-area .comment-respond input[type="text"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog-details-area .comments-area .comment-respond input[type="text"]:focus {
    border-color: #d80650;
}
.blog-details-area .comments-area .comment-respond input[type="email"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog-details-area .comments-area .comment-respond input[type="email"]:focus {
    border-color: #d80650;
}
.blog-details-area .comments-area .comment-respond input[type="url"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog-details-area .comments-area .comment-respond input[type="url"]:focus {
    border-color: #d80650;
}
.blog-details-area .comments-area .comment-respond input[type="password"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog-details-area .comments-area .comment-respond input[type="password"]:focus {
    border-color: #d80650;
}
.blog-details-area .comments-area .comment-respond input[type="search"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog-details-area .comments-area .comment-respond input[type="search"]:focus {
    border-color: #d80650;
}
.blog-details-area .comments-area .comment-respond input[type="tel"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog-details-area .comments-area .comment-respond input[type="tel"]:focus {
    border-color: #d80650;
}
.blog-details-area .comments-area .comment-respond input[type="number"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog-details-area .comments-area .comment-respond input[type="number"]:focus {
    border-color: #d80650;
}
.blog-details-area .comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog-details-area .comments-area .comment-respond textarea:focus {
    border-color: #d80650;
}
.blog-details-area .comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}
.blog-details-area .comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px;
}
.blog-details-area .comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}
.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 6px;
}
.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #666;
    font-weight: 400;
}
.blog-details-area .comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
}
.blog-details-area .comments-area .comment-respond .form-submit input {
    background: #d80650;
    border: none;
    color: #fff;
    padding: 14px 30px 12px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    font-size: 14px;
}
.blog-details-area .comments-area .comment-respond .form-submit input:hover {
    color: #fff;
    background-color: #212121;
}
.blog-details-area .comments-area .comment-respond .form-submit input:focus {
    color: #fff;
    background-color: #d80650;
}
.blog-details-area .related-posts {
    margin-bottom: 20px !important;
    font-size: 25px !important;
}
.blog-details-area .b-d-s-item {
    position: relative;
}
.blog-details-area .b-d-s-item img {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
}
.blog-details-area .b-d-s-item .s-date {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    padding: 10px 24px;
    line-height: 1.5;
    display: inline-block;
}
.blog-details-area .b-d-s-item h3 {
    margin-bottom: 10px !important;
    font-size: 20px !important;
    margin-bottom: 0 !important;
}
.blog-details-area .b-d-s-item p {
    margin-bottom: 12px;
    margin-top: 10px;
}
.blog-details-area .widget-area .widget {
    margin-top: 35px;
}
.blog-details-area .widget-area .widget .post-wrap {
    padding-top: 20px;
}
.blog-details-area .widget-area .widget:first-child {
    margin-top: 0;
}
.blog-details-area .widget-area .widget .widget-title {
    text-transform: capitalize;
    position: relative;
    font-size: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    color: #212121;
    position: relative;
}
.blog-details-area .widget-area .widget_search form {
    position: relative;
}
.blog-details-area .widget-area .widget_search form label {
    display: block;
    margin-bottom: 0;
}
.blog-details-area .widget-area .widget_search form .screen-reader-text {
    display: none;
}
.blog-details-area .widget-area .widget_search form .search-field {
    background-color: transparent;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog-details-area .widget-area .widget_search form .search-field:focus {
    border-color: #d80650;
}
.blog-details-area .widget-area .widget_search form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    border: none;
    color: #fff;
    background-color: #d80650;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}
.blog-details-area .widget-area .widget_search form button:hover {
    background-color: #212121;
}
.blog-details-area .widget-area .widget-peru-posts-thumb {
    position: relative;
    overflow: hidden;
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px;
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    position: relative;
    background-color: #212121;
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg1 {
    background-image: url(../../assets/img/blog-details/popular-posts-1.png);
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg2 {
    background-image: url(../../assets/img/blog-details/popular-posts-2.png);
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg3 {
    background-image: url(../../assets/img/blog-details/popular-posts-3.png);
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg4 {
    background-image: url(../../assets/img/blog-details/popular-posts-4.png);
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .info {
    overflow: hidden;
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .info span {
    display: block;
    color: #666;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600;
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a {
    display: inline-block;
    color: #474c40;
}
.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a:hover {
    color: #d80650;
}
.blog-details-area .widget-area .widget_recent_entries ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.blog-details-area .widget-area .widget_recent_entries ul li {
    position: relative;
    margin-bottom: 12px;
    color: #666;
    padding-left: 17px;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600;
}
.blog-details-area .widget-area .widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}
.blog-details-area .widget-area .widget_recent_entries ul li::before {
    background: #d80650;
    position: absolute;
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 7px;
}
.blog-details-area .widget-area .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 13px;
    color: #666;
    margin-top: 4px;
}
.blog-details-area .widget-area .widget_categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.blog-details-area .widget-area .widget_categories ul li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #666;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #efefef;
}
.blog-details-area .widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.blog-details-area .widget-area .widget_categories ul li::before {
    background: #d80650;
    position: absolute;
    height: 10px;
    width: 10px;
    content: "";
    left: 0;
    top: 6px;
}
.blog-details-area .widget-area .widget_categories ul li a {
    display: block;
    color: #666;
    font-weight: 400;
    font-size: 14px;
}
.blog-details-area .widget-area .widget_categories ul li a span {
    float: right;
    font-size: 13px;
}
.blog-details-area .widget-area .widget_categories ul li a:hover {
    color: #d80650;
}
.blog-details-area .widget-area .widget_categories ul li .post-count {
    float: right;
}
.blog-details-area .widget-area .widget_meta ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.blog-details-area .widget-area .widget_meta ul li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #666;
    padding-left: 17px;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #efefef;
}
.blog-details-area .widget-area .widget_meta ul li a {
    color: #343434;
    color: #666;
}
.blog-details-area .widget-area .widget_meta ul li a:hover {
    color: #d80650;
}
.blog-details-area .widget-area .widget_meta ul li:last-child {
    margin-bottom: 0;
}
.blog-details-area .widget-area .widget_meta ul li::before {
    background: #d80650;
    position: absolute;
    height: 10px;
    width: 10px;
    content: "";
    left: 0;
    top: 8px;
}
.blog-details-area .widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 0;
}
.blog-details-area .widget-area .tagcloud a {
    display: inline-block;
    color: #666;
    font-weight: 400;
    font-size: 14px !important;
    padding: 7px 10px;
    border: 1px dashed #eee;
    margin-top: 10px;
    margin-right: 10px;
    text-transform: capitalize;
}
.blog-details-area .widget-area .tagcloud a:hover {
    background-color: #d80650;
    color: #fff;
}
.blog-details-area .widget-area .tagcloud a:focus {
    background-color: #d80650;
    color: #fff;
    border-color: #d80650;
}
.blog-details-area .widget-area .widget_services_list ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    background-color: #fff;
}
.blog-details-area .widget-area .widget_services_list ul li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 35px;
    color: #5d6576;
    z-index: 1;
    font-weight: 500;
}
.blog-details-area .widget-area .widget_services_list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #252920;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.blog-details-area .widget-area .widget_services_list ul li a i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-details-area .widget-area .widget_services_list ul li a:hover {
    background-color: #d80650;
    color: #fff;
    padding-left: 20px;
}
.blog-details-area .widget-area .widget_services_list ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    width: 5px;
}
.blog-details-area .widget-area .widget_services_list ul li a.active {
    background-color: #d80650;
    color: #fff;
    padding-left: 20px;
}
.blog-details-area .widget-area .widget_services_list ul li a.active::before {
    opacity: 1;
    visibility: visible;
    width: 5px;
}
.blog-details-area .widget-area .widget_services_list ul li:last-child a {
    border-bottom: none;
}
.blog-details-area .widget-area .widget_download ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    background-color: #fff;
}
.blog-details-area .widget-area .widget_download ul li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 35px;
    color: #5d6576;
    z-index: 1;
    font-weight: 500;
}
.blog-details-area .widget-area .widget_download ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #252920;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.blog-details-area .widget-area .widget_download ul li a i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-details-area .widget-area .widget_download ul li a:hover {
    background-color: #d80650;
    color: #fff;
    padding-left: 20px;
}
.blog-details-area .widget-area .widget_download ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    width: 5px;
}
.blog-details-area .widget-area .widget_download ul li a.active {
    background-color: #d80650;
    color: #fff;
    padding-left: 20px;
}
.blog-details-area .widget-area .widget_download ul li a.active::before {
    opacity: 1;
    visibility: visible;
    width: 5px;
}
.blog-details-area .widget-area .widget_download ul li:last-child a {
    border-bottom: none;
}
.blog-details-area .widget-area .info time {
    font-size: 13px;
    color: #929292;
    display: block;
    margin-bottom: 4px;
}
.blog-details-area .owl-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.blog-details-area .owl-prev i {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 26px;
    border-radius: 50% !important;
    background-color: #d80650;
    border: 1px solid #d80650;
}
.blog-details-area .owl-prev i:hover {
    background-color: #fff;
    border-color: #fff;
    color: #d80650;
}
.blog-details-area .owl-next {
    position: absolute;
    top: 50%;
    right: 30px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.blog-details-area .owl-next i {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 26px;
    border-radius: 50% !important;
    background-color: #d80650;
    border: 1px solid #d80650;
}
.blog-details-area .owl-next i:hover {
    background-color: #fff;
    border-color: #fff;
    color: #d80650;
}
.blog-details-area .owl-theme .owl-nav {
    margin-top: 0 !important;
}
.blog-details-area .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
}
.blog-details-four {
    position: relative;
    z-index: 1;
}
.blog-details-four-sidebar {
    position: relative;
    background-color: #fff;
    z-index: 1;
}
.sidebar-without {
    max-width: 825px;
    margin: auto;
}
.full-width-blog .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}
.video-blog-area .container {
    max-width: 1140px !important;
}
.video-blog-img {
    position: relative;
}
.video-blog-img .videos-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single-client {
    background-color: #f2fbfd;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.single-client img {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    border: 1px solid #d80650;
    border-radius: 4px;
    margin: auto;
}
.single-client p {
    margin-top: 20px;
}
.single-client ul {
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 20px;
}
.single-client ul li {
    display: inline-block;
}
.single-client ul li i {
    color: gold;
}
.single-client h3 {
    margin-bottom: 0;
    font-size: 20px;
}
.single-client .quate {
    position: absolute;
    right: 30px;
    bottom: 30px;
    line-height: 1;
    font-size: 50px;
    opacity: 0.1;
}
.client-area .owl-carousel .owl-item img {
    display: block;
    width: auto;
}
.client-area.client-page .single-client img {
    position: unset;
}
.client-area.client-page .page-navigation-area {
    margin: 40px auto 0;
}
.go-top {
    position: fixed;
    cursor: pointer;
    top: 93%;
    right: -10%;
    background-color: #d80650;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}
.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}
.go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ee161f;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.go-top:hover {
    color: #fff;
    background-color: #212121;
}
.go-top:hover::before {
    opacity: 1;
    visibility: visible;
}
.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.go-top:focus {
    color: #fff;
}
.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}
.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.go-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 93%;
}
.video-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 89px;
    text-align: center;
    border-radius: 50px;
    color: #d80650;
    position: relative;
    top: 3px;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#d2044d), to(#ff5e68));
    background-image: linear-gradient(to bottom right, #d2044d, #ff5e68);
}
.video-btn i {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 0;
    left: 2px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}
.video-btn::after,
.video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50px;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#d2044d), to(#ff5e68));
    background-image: linear-gradient(to bottom right, #d2044d, #ff5e68);
}
.video-btn::before {
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
}
.video-btn::after {
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
}
.video-btn:hover {
    background-color: #d80650;
}
.video-btn:hover i {
    color: #fff;
}
.video-btn:hover::after,
.video-btn:hover::before {
    background-color: #d80650;
}
@-webkit-keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
.page-navigation-area {
    text-align: center;
    margin: 20px auto 0;
    display: table;
}
.page-navigation-area .page-link {
    color: #d80650;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px #d0d0d0;
    box-shadow: 0 0 15px #d0d0d0;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    line-height: 29px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 700;
}
.page-navigation-area .page-link i {
    margin-right: -4px;
    font-size: 21px;
    line-height: 28px;
}
.page-navigation-area .page-link:hover {
    color: #fff;
    background-color: #d80650;
    border: 1px solid #d80650;
}
.page-navigation-area .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-navigation-area .page-link.page-links i::before {
    margin-left: -4px;
}
.page-navigation-area .page-item {
    padding: 0 8px;
}
.page-navigation-area .page-item:first-child .page-link {
    border-radius: none;
}
.page-navigation-area .page-item:last-child .page-link {
    border-radius: none;
}
.page-navigation-area .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #d80650;
    border-color: #d80650;
}
.featured-area.one a h3 {
    margin-bottom: 0;
}
.latest-project-area.three a h3 {
    margin-bottom: 0;
}
.latest-project-area.four a h3 {
    margin-bottom: 0;
}
.footer-area-four {
    float: left;
    width: 100%;
    background: linear-gradient(45deg, #154da3 5%, #154da3 20%, #5589dd 100%);
	margin-top:40px;
}
.footer-area-four .footer-wrap {
    text-align: center;
}
.footer-info{
    float: left;
    border-right: solid thin #cccccc26;
}
.footer-info .footer-logo{
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: solid thin #cccccc26;
}
.footer-info img{
    float: left;
}
.footer-info ul {
    float: left;
    width: 100%;
    font-weight: 100;
    font-size: 16px;
}
.footer-info ul li{
    color: #fff;
    list-style: none;
    text-align: left;
    padding-bottom: 5px;
}
.footer-team{
    float: left;
    border-right: solid thin #cccccc26;
}
.footer-team h3{
    font-size: 36px;
    font-family: poppins, sans-serif;
    padding-bottom: 15px;
    float: left;
    width: 100%;
    color: #fff;
    border-bottom: solid thin #cccccc26;
}
.footer-team ul li{
    float: left;
    width: 100%;
    color: #fff;
    padding-bottom: 20px;
    font-size: 18px;
}
.footer-team ul li strong{
    float: left;
    width: 100%;
    font-size: 22px;
}







.footer-area-four .footer-wrap .social {
    margin-bottom: 20px;
}
.footer-area-four .footer-wrap .social li {
    float: left;
    width: 100%;
    background: #154da3;
    text-align: left;
    padding: 10px 15px;
    margin-bottom: 15px;
    box-shadow: inset 0 3px 5px rgb(21 77 163);
    border-radius: 5px;
}
.footer-area-four .footer-wrap .social li:hover{
    background: #ee161f;
    box-shadow: inset 0 3px 5px rgb(167 10 19);
}
.footer-area-four .footer-wrap .social li a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.footer-area-four .footer-wrap .social li a i {
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    float: left;
    margin-right: 20px;
}
.footer-area-four .footer-wrap .social li a:hover {
    color: #fff !important; 
}
.footer-area-four .footer-wrap .important-links {
    margin-bottom: 20px;
}
.footer-area-four .footer-wrap .important-links li {
    display: inline-block;
    padding: 0 5px;
}
.footer-area-four .footer-wrap .important-links li a {
    color: #fff;
}
.footer-area-four .footer-wrap .important-links li a:hover {
    color: #d80650;
}
.footer-area-four .footer-wrap p {
    color: #fff;
}
.list-unstyled {
    margin-top: 10px;
    color: #d80650;
}
.single-privacy {
    max-width: 1020px;
    margin: auto;
}



.copyright{
    float: left;
    width: 100%;
    border-top:solid thin #cccccc26;
}
.copyright ul li{
    display: inline-block;
}
.copyright-text{
    color: #fff;
}
.copyright p{
    color: #fff;
}
.copyright img{
    width: 10%;
}

/******************************************** Ad *******************************************************/

.long-ad{
	float: left;
	width: 100%;
}
.long-ad img{
	width: 100% !important;
}
.small-ads{
    float: left;
    width: 100%;
}
.small-ads img{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

/******************************************** Ad *******************************************************/




/****************************************** Title ******************************************************/


.title-wrap {
    float: left;
    width: 100%;
    background: 0 0;
    font-weight: 700;
    color: #222;
    display: block;
    line-height: 34px;
    position: relative;
    margin-bottom: 20px;
}
.title-wrap:before {
    display: block;
    content: "";
    width: 98%;
    height: 1px;
    background: #33333336;
    position: absolute;
    top: 50%;
    right: 8px;
    z-index: 1;
    bottom: inherit;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.title-wrap .cat-name {
    color: #191953;
    font-size: 30px;
    font-family: poppins, sans-serif;
    line-height: 32px;
    font-weight: 600;
    padding: 0 25px 0 0;
    margin: 0;
    display: inline-block;
    border: 0;
    background: #fff;
    position: relative;
    top: 4px;
    z-index: 2;
    letter-spacing: -1px;
}
.title-wrap a.cat-all {
    display: inline-block;
    margin-top: 0;
    color: #000;
    font-size: 18px;
    background: #fff;
    border:solid thin #33333336;
    font-weight: 400;
    padding: 0 0 7px 0px;
    line-height: 16px;
    position: absolute;
    z-index: 2;
    right: 9px;
    top: 4px;
    font-weight: 600;
    -webkit-border-radius: 9px;
    border-radius: 30px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    width: 30px;
    height: 30px;
    text-align: center;
}
.title-wrap a.cat-all i{
    font-size: 24px;
    line-height: 30px;
}
.title-wrap a.cat-all:hover{
    background: #ee161f;
    color: #fff !important;
}



/****************************************** Title ******************************************************/







/****************************************** Samachar ******************************************************/

.samachar-big .single-featured img{
    height: 300px;
    object-fit: cover;
    object-position: top;
}
.samachar-big .single-featured .featured-content a h3{
    font-size: 26px;
}
.samachar-big p{
    font-size: 18px;
}
.samachar-small{
    float: left;
}
.samachar-small .right-blog-editor{
    margin-bottom: 35px;
}
.samachar-small .right-blog-editor img{
    width: 180px;
    height: 120px;
}
.samachar-small .right-blog-editor .right-blog-content{
    top: 5px;
}
.samachar-small .right-blog-editor .right-blog-content h3{
    font-size: 20px;
}

/****************************************** Samachar ******************************************************/




.big-img-text{
    float: left;
}
.big-img-text img{
    height: 400px;
    object-fit: cover;
    object-position: top;
}
.big-img-text .featured-content h3{
    font-size: 32px;
    font-weight: 800;
}
.big-img-text .featured-content p{
    font-size: 18px;
}

.artha-title-only {
    float: left;
}
.artha-title-only .single-featured .featured-content{
    padding-top: 0px;
}
.artha-title-only .featured-content h3{
    font-size: 30px;
    margin-top: 0px;
}
.artha-title-only .featured-content p{
    font-size: 18px;
}


ul.title-list{
}
ul.title-list li {
    float: left;
    width: 100%;
    background: rgba(245, 245, 247, 0.6);
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
}
ul.title-list li:first-child{
    border-top: 1px solid rgba(0, 0, 0, .1);
}
ul.title-list li a{
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 600;
}


.banking-block{}
.banking-block .small-block{
    float: left;
    margin-bottom: 30px;
}
.banking-block .small-block img{
    height: 130px;
    object-position: top;
    object-fit: cover;
    margin-bottom: 15px;
}
.banking-block .small-block h3{
    font-size: 18px;
    line-height: 1.5;
}
.banking-block .small-block .right-blog-editor{
    margin-bottom: 10px;
}

.artha-banking{
    float: left;
    width: 100%;
}
.arthik-bottom{
    float: left;
    width: 100%;
    margin: 30px 0px;
}
.arthik-bottom img{
    height: 166px;
    object-fit: cover;
    object-position: top;
}

.artha-banking .long-ad{
    margin-bottom: 30px;}

.share-bazar{
    float: left;
    width: 100%;
}
.share-bazar img{
    height: 587px;
    object-fit: cover;
    object-position: top;
}
.share-bazar .single-featured .featured-content a h3{
    font-size: 32px;
}

.share-bazar .single-featured .featured-content p{
    font-size: 20px;
}
.share-bazar .right-blog-editor{
    width: 100%;
float: left;
}
.share-bazar .right-blog-editor img{
    width: 100%;
    min-width: 292px!important;
    height: 170px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 15px;
}





.three-col{
    float: left;
    width: 100%;
}
.upbhokta{
    float: left;
    margin:30px 0px;
}
.upbhokta .right-blog-editor{
    float: left;
}
.upbhokta .right-blog-editor img{
    margin-bottom: 15px;
}
.upbhokta .right-blog-editor a h3{
    font-size: 26px;
}
.upbhokta .right-blog-editor a h3:hover{
    color: #ee161f;
}
.upbhokta .right-blog-editor p{
    font-size: 16px;
}

ul.small-list {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
ul.small-list li{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
ul.small-list li img{
    height: 100px;
    float: left;
    object-fit: cover;
    object-position: top;
}
ul.small-list li h3{
    float: left;
    padding:0px 20px;
    font-size: 20px;
}
.left-col{
    float: left;
}
.left-col .right-blog-editor{
    float: left;
}
.left-col .right-blog-editor img {
    margin-bottom: 15px;
}
.left-col .right-blog-editor a h3{
    font-size: 26px;
}
.left-col .right-blog-editor a h3:hover{
    color: #ee161f;
}
.left-col .right-blog-editor p{
    font-size: 16px;
}
.center-col h3{
    font-size: 26px;
}
.center-col p{
    font-size: 16px;
}
.center-col .single-featured{
    border-bottom: dashed thin #eee;
    margin-bottom: 15px;
}
.center-col .single-featured .featured-content{
    padding-top: 15px;
    padding-bottom: 15px;
}
.center-bottom img{
	width:100%;
    height: 140px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 15px;
}
.center-bottom h3{
    font-size: 20px;
}



.corporate{
    float: left;
    margin:30px 0px;
}
.corporate-main .single-featured .featured-content{
    padding-bottom: 10px;
    padding-top: 10px;
}
.corporate-main .single-featured .featured-content a h3{
    font-size: 30px;
}
.corporate-main .single-featured .featured-content p{
    font-size: 18px;
}
.corporate-main ul.small-list{
    padding-top: 15px;
    border-top:dashed thin #eee;
}


.rojgari{
    float: left;
    margin:30px 0px;
}
.rojgari .right-blog-editor {
    float: left;
    width: 100%;
}
.rojgari .right-blog-editor img{
    margin-bottom: 15px;
}

.rojgari .right-blog-editor a h3:hover{
    color: #ee161f;
}


.interview-wrap{
    float: left;
    width: 100%;
}
.interview-block{
    float: left;
}
.interview-block .single-main-blog-item{
    float: left;
}
.interview-block .single-main-blog-item img {
    height: 420px;
    object-fit: cover;
    object-position: top;
}
.interview-block .single-main-blog-item .main-blog-content a h3{
    font-size: 30px;
}


.interview-block .right-blog-editor{
    float: left;
}
.interview-block .right-blog-editor img {
    height:300px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 15px;
}
.interview-block .right-blog-editor a h3:hover{
    color: #ee161f;
}





.bichar{
    float: left;
    width: 100%;
}

.bichar-box{
    float: left;
}
.bichar-box .single-featured.article{
    float: left;
    background: #eeeeee59;
    padding: 15px;
}
.bichar-small .single-featured img{
    height: 140px;
    object-fit: cover;
    object-position: top;
}


.tourism{
    float: left;
    width: 100%;
}
.toursim-right{
    float: left;
}
.tourism-right h3{
    font-size: 28px;
}
.tourism-right p{
    font-size: 18px;
}

.tab-menu .tab-big img{
    float: left;
    width: 100%;
    height:345px;
    object-fit: cover;
    object-position: top;
}
.tab-menu .tab-small .right-blog-editor{
    margin-bottom: 15px;
}
.tab-menu .tab-small img{
    float: left;
    min-width: 217px;
    width: 100%;
    height:140px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 10px;
}
.tab-menu .tab-small h3{
    font-size: 18px;
}
.tab-menu .tab-small h3:hover{
    color: #ee161f ;
}

.video-block{
    float: left;
    width: 100%;
    background: #161b2a;
}
.video-block .title-wrap .cat-name{
    background: #161b2a;
    color: #fff;
    line-height: 20px;
}
.video-block .title-wrap:before{
    background: #7070703B;
    height: 14px;
}
.video-block .title-wrap a.cat-all{
    background: #2b2f3a;
}
.video-main-title h3 a{
    font-size: 33px;
    color: #fff;
    align-items: center;
    justify-content: center;
    padding: 120px 25px 30px 0;
}
.video-main iframe{
	width:100%;
}
.video-bottom{
    float: left;
    width: 100%;
    margin-top: 50px;
}
.video-bottom h3{
    color: #fff;
}
.video-bottom img{
    height: 171px;
    object-position: top;
    object-fit: cover;
    margin-bottom: 15px;
}
.video-bottom i{
    color: #ffffffb8;
    position: absolute;
    font-size: 50px;
    left: 40%;
    top: 25%;
}
.video-bottom i:hover{
    color: #ee161f9e;
}


.lifestyle{
    float: left;
}
.lifestyle .single-main-blog-item{
    float: left;
    margin-bottom: 15px;
}
.lifestyle .single-main-blog-item img{
    height: 220px;
    object-position: top;
    object-fit: cover;
}
.lifestyle .single-main-blog-item .main-blog-content{
    padding: 30px 10px 0px 10px;
}
.lifestyle .single-main-blog-item .main-blog-content h3{
    font-size: 20px;
}




.auto{
    float: left;
    width: 100%;
}
.auto .long{
    float: left;
}
.auto .long .single-featured .featured-content{
    padding-top: 10px;
    padding-bottom: 10px;
}
.auto .long img{
    height: 420px;
    float: left;
    object-fit: cover;
    object-position: top;
}
.auto .long h3{
    font-size: 26px;
}
.auto .auto-small img{
    height: 150px;
    object-position: top;
    object-fit: cover;
    float: left;
    margin-bottom: 15px;
}
.auto .auto-small h3{
    font-size: 20px;
}
.auto .auto-small h3:hover{
    color: #ee161f ;
}


.sports-block{
    float: left;
    width: 100%;
}
.sports-block img{
    height: 450px;
    object-fit: cover;
    object-position: top;
}
.category-wrap .title-wrap{
	margin-top:40px;
}
.category-block{
	float:left;
	width:100%;
    border-bottom: dashed thin #ddd;
    margin-bottom: 20px;
}
.category-block img {
    width: 100%;
    float: left;
}
ul.latest-list {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #fbfbfb;
}
ul.latest-list li{
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 10px;
    border-bottom: 1px dashed #f1f1f1;
}
ul.latest-list li a{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}
.cat-right .title-wrap{
	margin-top:0px;
}
.pagination {
    float: left;
    width: 100%;
}

span.page-numbers.current {
    padding: 5px 16px;
    background-color: #e71829;
    color: #fff;
    border-radius: 50px
}

a.page-numbers {
    padding: 5px 14px;
    border-radius: 50px;
    border: 1px solid #e71829;
    color: #000;
    display: inline-block;
    margin: 0 5px
}

a.page-numbers:hover {
    background: #e71829;
    border: 1px solid #e71829
}

.pagination>li>a,
.pagination>li>span {
    border-radius: 50% !important;
    margin: 0 5px
}
h3.single-title {
    margin: 10px 0px;
    float: left;
    width: 100%;
    font-size: 55px;
    font-weight: 800;
}
.blog-details-area .entry-meta {
    float: left;
    width: 100%;
    border-top: 1px dashed #f1f1f1;
    border-bottom: 1px dashed #f1f1f1;
}
.author {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    color: #717070;
    font-weight: 600;
    padding:0px 15px;
}
span.author__img {
    height: 60px;
    width: 60px;
    max-width: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
}
span.author__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: 0px;
}
.entry-meta .author label {
    line-height: 5;
    vertical-align: top;
    margin-bottom: 0px;
}
img.single-main {
    width: 100%;
    height: auto;
}
.single-content p {
    font-size: 22px;
    margin: 0 0 28px;
    font-weight: 400;
    line-height: 1.8;
}

.widget-title {
    font-size: 24px;
    background-color: #fff;
    margin: 0 0 15px;
    padding: 10px 0 10px 0px;
    line-height: 20px;
    float: left;
    width: 100%;
}
.widget-title .title-line {
    display: block;
    height: 4px;
    width: 100%;
    background-color: #e20a17;
    left: 0;
    top: 50%;
    margin-top: -5px;
    float: left;
}
.widget-title .title-line-second {
    display: block;
    height: 4px;
    width: 100%;
    background-color: #000;
    left: 0;
    top: 50%;
    margin-top: 1px;
    width: 100%;
    float: left;
}
.widget-title .title-text {
    font-family: poppins, sans-serif;
    font-weight: bold;
    display: inline-block;
    background-color: #fff;
    z-index: 1;
    float: left;
    padding: 0 5px;
    margin-top: -15px;
}
.widget-title .title-text a {
    color: #333;
}

.related-block{
	margin-bottom: 30px; 
	background-color: #ffffff; 
	-webkit-box-shadow: 0 0 40px 3px rgb(0 0 0 / 5%); 
	box-shadow: 0 0 40px 3px rgb(0 0 0 / 5%); 
}
.related-block img{
	width:100%;
	height:197px;
	object-fit:cover;
	object-position:top;
	margin-bottom:10px;
}
.related-block a{
    font-size: 20px;
    font-weight: 600;
    padding: 10px 20px;
}

.share-btn {
    float: right;
    margin: 30px 0px;
}

div#st-2 {
    display: none;
}


















