/*

------------------------------------------------------------------
[Master Default Stylesheet]
Company: Aashdit Technologies
Version: 1.0.0
Author: Prasanta Kumar Singh, Sarita Mohanty
BA: Sagar Mishra

-------------------------------------------------------------------

[Table of contents]


1.body
2.header
3.banner
4.about
5.new arrivals
6.team
7.testimonial
8.blog
9.our clients
10.services
11.gallery
12.shop
13.contact
14.Widget
15.footer



-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Handlee&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Engagement&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script|Great+Vibes|Niconne|Playball');
 body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #484848;
    background-color: #f4f4f4;
    cursor:url(../images/mouse.png), auto;
    overflow-x: hidden;
}

body.box_style {
    background-image: url(../images/patterns/pattern-1.jpg);
}
body.box_style2 {
    background-image: url(../images/patterns/pattern-3.jpg);
}
body.box_style2 {
    background-image: url(../images/patterns/pattern-5.png);
}
/*--Normal css start--*/

.padding_right {
    padding-right: 0px !important;
}
.padding_left {
    padding-left: 0px !important;
}
ul {
    
    padding: 0;
    margin: 0;
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #484848;
}
.hm_color {
    color: #fc5a6d;
}
a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important;
}
.form-group input[type="text"]:focus,
.form-group input[type="password"]:focus,
.form-group input[type="tel"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="search"]:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #fc5a6d !important;
}
.margin_btm30 {
    margin-bottom: 30px;
}
/*----preloader css----*/

.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #994929;
    z-index: 10000000;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
@keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        opacity: 0.0;
    }
}
@-webkit-keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        opacity: 0.0;
    }
}


.ball-scale-ripple-multiple {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.ball-scale-ripple-multiple > div:nth-child(0) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.ball-scale-ripple-multiple > div:nth-child(1) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.ball-scale-ripple-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.ball-scale-ripple-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.ball-scale-ripple-multiple > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: -100px;
    left: -100px;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
/* =================================================================== */

/* Styles Switcher
====================================================================== */

.boxed #wrapper {
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.boxed #wrapper .container {
    width: 100%;
    position: relative;
    backface-visibility: hidden;
}
#style-switcher {
    background-color: #fff;
    width: 180px;
    position: fixed;
    top: 160px;
    z-index: 1000;
    border-radius: 0 0 3px 0;
    left: -185px;
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
}
#style-switcher div {
    padding: 5px 10px;
}
#style-switcher h2 {
    background-color: #fc5a6d;
    color: #fff;
    padding: 0;
    font-size: 15px;
    padding: 11px 0 12px 13px;
    margin: 0;
    font-weight: bold;
}
#style-switcher h2 a {
    background-image: url("../images/settings.png");
    background-repeat: no-repeat;
    background-position: 9px center;
    background-color: #fc5a6d;
    display: block;
    height: 41px;
    position: absolute;
    right: -39px;
    text-indent: -9999px;
    top: 0;
    width: 39px;
    border-radius: 0 2px 2px 0;
    -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
}
#style-switcher h3 {
    letter-spacing: 0.5px;
    color: #484848;
    font-size: 14px;
    margin: 5px 0 5px 3px;
    padding-bottom: 10px;
}
.colors {
    list-style: none;
    margin: 0px 0px 10px 0px;
    padding: 9px 5px 5px 5px;
    overflow: hidden;
    border: 1px solid #484848;
    text-align: center;
}
.colors li {
    border: solid 1px #fff;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    display: inline-block;
}
.colors li a {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 100%;
    line-height: 40px;
}
#reset {
    margin: 0 0 10px 2px;
}
#reset button {
    display: inline-block;
    padding: 2px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #fc5a6d;
    color: #fff;
}
#reset a {
    color: #fff;
    font-size: 12px;
    padding: 5px 14px;
    box-shadow: none;
    border-radius: 1px;
}
.default {
    background-color: #fc5a6d;
}
.olive {
    background-color: #abbd38;
}
.purple {
    background-color: #904eab;
}
.blue {
    background-color: #169fe6;
}
.green {
    background-color: #36D7B7;
}
.orange {
    background-color: #fc6a21;
}
#layout-style {
    background-color: #f4f4f4;
    color: #373737;
    font-weight: 600;
    margin-left: 2px;
    margin-bottom: 15px;
    width: 100%;
    height: 30px;
    padding: 5px;
}
#layout-style:focus {
    outline: none;
}
.bg1 {
    background-image: url("../images/patterns/pattern-1.jpg");
}
.bg2 {
    background-image: url("../images/patterns/pattern-2.png");
}
.bg3 {
    background-image: url("../images/patterns/pattern-3.jpg");
}
.bg4 {
    background-image: url("../images/patterns/pattern-4.png");
}
.bg5 {
    background-image: url("../images/patterns/pattern-5.png");
}
.bg6 {
    background-image: url("../images/patterns/pattern-6.png");
}
.bgr {
    padding: 0 !important;
}
.colors li a.active {
    border-radius: 50%;
}
body.boxed .rev_slider_wrapper {
    width: 100% !important;
    left: 0 !important;
}
/*--css start--*/

.hm_top_info {
    width: 100%;
    padding: 15px 0px 5px;
    background-color: #ffffff;
}
.hm_top_login {
    width: 100%;
}
.hm_top_login ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.hm_top_login ul li {
    display: inline-flex;
    list-style: none;
}
.hm_top_login ul li a {
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    margin-right: 25px;
    color: #868686;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.hm_top_login ul li a:hover {
    color: #fc5a6d;
}
.hm_top_login ul li a i.fa {
    margin-right: 7px;
    color: #fc5a6d;
    text-decoration: none;
}
.hm_top_address {
    width: 100%;
    text-align: center;
}
.hm_top_address p {
    font-size: 16px;
    margin: 0px;
    color: #868686;
}
.hm_top_address p i.fa {
    margin-right: 7px;
    color: #fc5a6d;
    text-decoration: none;
    font-size: 16px;
}
.hm_top_wishlist {
    margin-right: 40px;
}
.top_usd {
    display: flex;
    justify-content: flex-end;
    text-align: right;
}
.hm_top_wishlist p {
    font-size: 16px;
    margin: 0px;
}
.hm_top_wishlist p a {
    font-size: 16px;
    color: #868686;
    text-decoration: none;
}
.hm_top_wishlist p a i.fa {
    margin-right: 7px;
    color: #fc5a6d;
    text-decoration: none;
    font-size: 16px;
}
.hm_top_wishlist p a:hover {
    color: #fc5a6d;
    text-decoration: none;
}
.hm_top_usd {
    position: relative;
}
.hm_top_usd p a {
    font-size: 16px;
    text-decoration: none;
    color: #868686;
    text-transform: uppercase;
}
.hm_top_usd p a:hover {
    color: #fc5a6d;
    text-decoration: none;
}
.hm_top_usd p a i.fa {
    margin-right: 7px;
    color: #fc5a6d;
    text-decoration: none;
    font-size: 16px;
}
ul.usd_dropmenu {
    position: absolute;
    width: 150px;
    left: auto;
    top: 100%;
    right: 0;
    border: 1px solid #fff;
    padding: 7px;
    margin: 0px;
    background-color: #fc5a6d;
    z-index: 100;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.hm_top_usd:hover ul.usd_dropmenu {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    visibility: visible;
}
ul.usd_dropmenu li {
    list-style: none;
}
ul.usd_dropmenu li a {
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 4px;
    display: block;
}
ul.usd_dropmenu li a:hover {
    text-decoration: none;
}
/*--Header css start--*/

.hm_header_wrapper {
    width: 100%;
    background-image: url(../images/header_bg.jpg);
    background-size: cover;
    position: relative;
    padding: 30px 0px;
}
.hm_header_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.73);
}
.hm_logo {
    width: 100%;
    position: relative;
    z-index: 1;
}
.hm_top_search {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 13px;
}
.hm_top_search input[type="search"] {
    width: 100%;
    height: 45px;
    border: 1px solid transparent;
    border-radius: 4px;
    padding-left: 15px;
}
.hm_top_search input[type="search"]:focus {
    box-shadow: none;
    outline: none;
    border-color: #fc5a6d;
}
span.search_icon {
    position: absolute;
    top: 3px;
    right: 3px;
    background-color: #fc5a6d;
    height: 39px;
    border: 1px solid transparent;
    padding: 0px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
span.search_icon:hover {
    background-color: transparent;
    border-color: #fc5a6d;
}
span.search_icon i {
    line-height: 39px;
    color: #ffffff;
}
span.search_icon:hover i {
    color: #fc5a6d;
}
/*--Menu css start--*/

.hm_menu_wrapper {
    width: 100%;
    background-color: #fc5a6d;
}
.hm_menu {
    width: 100%;
    text-align: center;
}
.dropdown-expander {
    display: none;
}
.hm_menu_wrapper.hm_fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    -webkit-animation: slideInDown 1s;
    -moz-animation: slideInDown 1s;
    -ms-animation: slideInDown 1s;
    -o-animation: slideInDown 1s;
    animation: slideInDown 1s;
    box-shadow: 0px -1px 11px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 0px -1px 11px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px -1px 11px rgba(0, 0, 0, 0.28);
}
.hm_menu > ul {
    width: auto;
    padding: 15px 5px 0px 5px;
    margin: 0px;
    /* display: block; */
    text-align: left;
    display: flex;
    justify-content: center;
}
.hm_menu > ul > li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hm_menu > ul > li.active a {
    background-color: #ffffff;
    color: #fc5a6d;
}
.hm_menu > ul > li > a {
    padding: 20px 9px;
    color: #dfdfdf;
    text-transform: capitalize;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.hm_menu > ul > li > a:hover {
    background-color: #ffffff;
    color: #fc5a6d;
    text-decoration: none;
}
/*--sub-menu css start--*/

.hm_menu > ul > li ul.sub-menu {
    position: absolute;
    top: 100%;
    max-width: 200px;
    width: 200px;
    z-index: 10;
    left: 0;
    padding: 0px;
    background-color: #ffffff;
    display: none;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.38);
}
.hm_menu > ul > li > ul.sub-menu > li {
    width: 100%;
    list-style: none;
}
.hm_menu > ul > li > ul.sub-menu > li > a {
    padding: 8px 15px;
    display: block;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
    color: #484848;
    line-height: 25px;
    border-bottom: 1px dotted #fc5a6d;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.hm_menu > ul > li > ul.sub-menu li > a:hover {
    color: #fc5a6d;
}
.hm_menu > ul > li:hover ul.sub-menu {
    display: block;
    -moz-animation: frombottom 0.5s ease;
    -webkit-animation: frombottom 0.5s ease;
    animation: frombottom 0.5s ease;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
}
.hm_menu > ul > li:hover ul.sub-menu li ul {
    display: none;
}
.hm_menu > ul > li ul.sub-menu li:hover ul {
    display: block;
    -moz-animation: frombottom 0.5s ease;
    -webkit-animation: frombottom 0.5s ease;
    animation: frombottom 0.5s ease;
}
/*--second level menu--*/

.hm_menu > ul > li:hover ul.sub-menu li ul {
    position: absolute;
    left: 100%;
    top: 0px;
    padding: 0px;
    width: 200px;
    max-width: 200px;
    background-color: #ffffff;
}
.hm_menu > ul > li:hover ul.sub-menu li ul li {
    width: 100%;
    list-style: none;
}
.hm_menu > ul > li:hover ul.sub-menu li ul li a {
    text-align: left;
    display: block;
    padding: 8px 15px;
    font-size: 15px;
    line-height: 25px;
    text-transform: capitalize;
    color: #484848;
    border-bottom: 1px dotted #fc5a6d;
}
.hm_menu > ul > li > ul.sub-menu li ul li:last-child a {
    border-bottom: 2px solid #fc5a6d;
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/*--banner css start--*/

.hm_banner_wrapper {
    width: 100%;
    position: relative;
}
.hm_banner_wrapper canvas {
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 100000;
    top: 70%;
    left: 0;
}
.slider_bg {
    width: 100%;
    padding: 170px 0px;
    position: relative;
}
.slider_bg:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65);
}
.slider_caption {
    position: relative;
    z-index: 1;
    text-align: center;
}
.slider_caption h3 {
    margin: 0px;
    color: #ffffff;
    text-transform: capitalize;
    font-style: italic;
}
.slider_caption h1 {
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 35px;
    font-weight: bold;
    margin: 20px 0px;
}
.slider_caption p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 40px;
}
.hm_banner_wrapper h3 {
    animation: zoom 1s 1 both .4s;
    -webkit-animation: zoom 1s 1 both .4s;
    -moz-animation: zoom 1s 1 both .4s;
    -ms-animation: zoom 1s 1 both .4s;
    -o-animation: zoom 1s 1 both .4s;
}
.hm_banner_wrapper h1 {
    animation: flipInX 1s 1 both .8s;
    -webkit-animation: flipInX 1s 1 both .8s;
    -moz-animation: flipInX 1s 1 both .8s;
    -ms-animation: flipInX 1s 1 both .8s;
    -o-animation: flipInX 1s 1 both .8s;
}
.hm_banner_wrapper p {
    -webkit-animation: fromtop 1s 1 both 1.2s;
    -moz-animation: fromtop 1s 1 both 1.2s;
    animation: fromtop 1s 1 both 1.2s;
}
.hm_banner_wrapper .hm_btn {
    animation: zoom 1s 1 both 1.6s;
    -webkit-animation: zoom 1s 1 both 1.6s;
    -moz-animation: zoom 1s 1 both 1.6s;
    -ms-animation: zoom 1s 1 both 1.6s;
    -o-animation: zoom 1s 1 both 1.6s;
}
@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
    }
}
@-webkit-keyframes fromtop {
    from {
        -webkit-transform: translateY(-30px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}
@keyframes fromtop {
    from {
        transform: translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateY(0px);
        opacity: 1;
    }
}
@-moz-keyframes fromtop {
    from {
        -moz-transform: translateY(-30px);
        opacity: 0;
    }
    to {
        -moz-transform: translateY(0px);
        opacity: 1;
    }
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0.9);
        opacity: 0;
        visibility: hidden;
    }
    to {
        -webkit-transform: scale(1);
        opacity: 1;
        visibility: visible;
    }
}
@keyframes zoom {
    from {
        transform: scale(0.9);
        opacity: 0;
        visibility: hidden;
    }
    to {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }
}
@-moz-keyframes zoom {
    from {
        -moz-transform: scale(0.9);
        opacity: 0;
    }
    to {
        -moz-transform: scale(1);
        opacity: 1;
    }
}
/*--about css start--*/

.hm_about_wrapper {
    width: 100%;
    padding: 100px 0px 80px 0px;
    background-color: #ffffff;
    /* background-image: url(../images/about-bg.jpg); */
    background-position: center top 0;
    background-size: 100% 100%;
    position: relative;
}
.about-left {
    background-image: url(../images/frame.jpg);
    background-size: 100% 100%;
    padding: 19px 16px 17px 16px;
    position: relative;
    margin-top: 50px;
} 
.about-left:before {
    content: '';
    position: absolute;
    top: -86px;
    left: 50%;
    width: 138px;
    height: 86px;
    transform: translateX(-50%);
    z-index: 999;
    background: url(../images/hanger.png);
}
/***
=============================================
    Float Bob X Animation Css
=============================================
***/
@-webkit-keyframes float-bob-x {
    0% {
      transform: translateX(-30px);
    }
  
    50% {
      transform: translateX(-10px);
    }
  
    100% {
      transform: translateX(-30px);
    }
  }
  
  @keyframes float-bob-x {
    0% {
      transform: translateX(-30px);
    }
  
    50% {
      transform: translateX(-10px);
    }
  
    100% {
      transform: translateX(-30px);
    }
  }
  
.project-two-shape-1 {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    z-index: 0;
    opacity: 0.1;
}
.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.float-bob-x > img {
	width: 100%;
}
.about-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hm_about_img {
    overflow: hidden;
}
.hm_about_img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    height: 420px;
    width: auto;
}
.hm_about_img-1 .list-slider {
    margin: 0;
    padding: 0;
}
.hm_about_data a.hm_btn {
    margin-top: 14px;
    
}
body.odia-Lang .hm_about_data a.hm_btn {
    margin-top: 14px;
    line-height: inherit;
}
.hm_about_img:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.hm_about_data {
    width: 100%;
}
.hm_about_data h1 {
    color: #484848;
    font-size: 35px;
    margin: 0px;
    padding-bottom: 40px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}
.hm_about_data p {
    font-size: 15px;
    color: #000;
    line-height: 26px;
    margin-bottom: 24px;
}
.hm_btn {
    color: #ffffff;
    height: 45px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    padding: 12px 41px;
    line-height: 19px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    border: 1px solid #fc5a6d;
    z-index: 1;
    -moz-transition: ease 0.35s all;
    -o-transition: ease 0.35s all;
    -webkit-transition: ease 0.35s all;
    transition: ease 0.35s all;
}
.hm_btn:before,
.cart_icon a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fc5a6d;
    border-radius: 0px;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border: 1px solid transparent;
}
.hm_btn:hover:before,
.hm_btn:focus:before,
.hm_btn:active:before,
.cart_icon a:hover:before,
.cart_icon a:focus:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.hm_btn:hover,
.hm_btn:focus {
    text-decoration: none;
    color: #fc5a6d;
}
/*--New arrivals css start--*/

h1.hm_heading {
    width: 100%;
    text-align: left;
    color: #ffffff;
    font-size: 35px;
    margin: 0px;
    font-weight: bold;
    text-transform: capitalize;
    text-transform: capitalize;
}

.hm_arrivals_wrapper {
    width: 100%;
    background-image: url(../images/bg3.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 70px 0px 50px;
}
.hm_arrivals_wrapper:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.hm_arrivals_wrapper .container {
    position: relative;
}
.new_pro_inner {
    width: 100%;
    margin-top: 50px;
}
.who-sec .col-lg-4 .new_pro_box {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.who-sec .col-lg-4:nth-child(even) .new_pro_box > div:last-child {
	order: -1;
	margin: 0;
}
.new_pro_data {
    width: 100%;
    background-color: #ffffff;
    text-align: left;
    padding: 5px 10px;
    /* height: 250px; */
    border: 1px solid #dddddd;
    /* margin-bottom: 15px; */

}
.new_pro_data h3 {
    margin: 0px;
    padding-bottom: 10px;
}
.new_pro_box .new_pro_data {
    margin-bottom: 0 !important;
}
.new_pro_data h3 a {
    color: #484848;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    text-transform: capitalize;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.tab-pane .new_pro_data h3 a {
    -webkit-line-clamp: 2 !important;
    font-size: 15px !important;
    line-height: 20px !important;
}
.tab-pane .new_pro_data p {
    height: 72px;
        -webkit-line-clamp: 3;
}
.new_pro_box:hover h3 a {
    color: #fc5a6d;
    text-decoration: none;
}
.new_pro_data p {
font-size: 14px;
    line-height: 24px;
    color: #484848;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    text-align: left;
    height: 48px;
}
.new_pro_data_dollar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new_pro_data_dollar a{
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}
.pro_price {
    font-size: 16px;
    color: #fc5a6d;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    line-height: 33px;
}
.new_pro_img {
    width: 100%;
    position: relative;
    overflow: hidden;
      
}
.new_pro_img img {
    height: 230px;
    object-fit: cover;
}
.new_pro_img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.new_pro_box:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.event-image-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: -75%;
    top: 0;
    

    /*transform-origin: center top;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;*/
}
.new_pro_box:hover .event-image-overlay {
    /*-webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);*/
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}





span.cart_icon {
    padding-left: 0 !important;
}
.cart_icon a {
    padding: 3px 7px;
    color: #ffffff;
    display: block;
    position: relative;
    line-height: 22px;
    z-index: 1;
    border-radius: 5px;
    border: 1px solid #fc5a6d;
}
.cart_icon a:hover,
.cart_icon a:focus {
    color: #fc5a6d;
}
.add_cart span {
    color: #fff;
    line-height: 45px;
    padding-left: 20px;
}
/***--choose css start--*/

.hm_choose_wrapper {
    width: 100%;
    background-image: url(../images/choose_bg.jpg);
    background-size: cover;
    padding: 60px 0px 80px;
    background-position: center left;
    background-color: #ffffff;
}
.boxed .hm_choose_wrapper {
    background-position: 34% 50%;
}
.hm_choose_wrapper h1.hm_heading {
    color: #484848;
    text-align: left;
}
.hm_choose_data {
    width: 100%;
    margin-top: 30px;
}
.hm_choose_list {
    width: 100%;
    margin-top: 50px;
}
/**/

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    padding-bottom: 10px;
    background-color: transparent;
}
button.accordion-button.collapsed {
    display: block;
    padding: 5px 15px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    background-color: #ae4d26;
}
.accordion-button.collapsed h4 {
    display: block;
    padding: 8px 15px;
    color: #fff;
    position: relative;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 0;
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #d36336;
    padding: 5px 15px;
}
.accordion-button:not(.collapsed) h4 {
    color: #ffffff;
    font-size: 20px;
    padding: 8px 15px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0;
}
.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.accordion-body {
    padding: 15px 28px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
button.accordion-button.collapsed {
    position: relative;
}
button.accordion-button.collapsed:after {
    content: '';
    position: absolute;
    background-image: url(../images/plus.png);
    top: 12px;
    right: 15px;
    filter: brightness(0) invert(1);
}
.accordion-button:not(.collapsed)::after {
    position: absolute;
    width: 10px;
    height: 3px;
    background: #ffffff;
    top: 22px;
    right: 22px;
}
/**/

/**--our artist css start--**/

.hm_artist_wrapper {
    width: 100%;
    padding: 72px 0px 50px;
    background-image: url(../images/bg5.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
}
.hm_artist_wrapper h1.hm_heading {
    color: #484848;
}
.hm_artist_inner {
    width: 100%;
    margin-top: 50px;
}
.hm_artist_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #fc5a6d;
    margin-bottom: 30px;
}
.artist_data {
    width: 56%;
    display: inline-block;
    text-align: left;
    padding: 20px;
}
.artist_data h3 {
    margin: 0px;
    color: #ffffff;
    font-weight: bold;
}
p.artist_post {
    color: #ffffff;
    font-size: 16px;
    padding-top: 4px;
}
p.artist_para {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 19px;
}
ul.artist_social {
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: left;
}
ul.artist_social li {
    list-style: none;
    display: inline-block;
}
ul.artist_social li a {
    font-size: 15px;
    margin-right: 10px;
}
ul.artist_social li a i {
    color: #ffffff;
}
ul.artist_social li:last-child a {
    margin-right: 0px;
}
.hm_artist_box.artist_right_image .artist_data {}
/**--happy customer css start--**/

.hm_testimonial_wrapper {
    width: 100%;
    background-image: url(../images/customer_bg.jpg);
    background-size: cover;
    padding: 72px 0px 80px;
    position: relative;
}
.hm_testimonial_wrapper:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.78);
}
.hm_testimonial_wrapper .container {
    position: relative;
}
.hm_testimonial_wrapper.test-sec .testimonial-title{
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    position: relative;
}
.hm_testimonial_wrapper.test-sec .testimonial-title i{
    position: absolute;
    top: -56px;
    font-size: 120px;
    opacity: 0.4;
    z-index: 0;
}
.hm_testimonial_wrapper.test-sec .testimonial-title h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    flex-wrap: wrap;
}
.hm_testimonial_wrapper.test-sec .testimonial-title h1 span{
    padding-right: 10px;
}
.hm_test_inner {
    width: 100%;
    margin-top: 60px;
    display: flex;
    z-index: 1;
}
.hm_testi_box {
    text-align: center;
    width: 100%;
    max-width: 365px;
    margin: 0 auto;
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    /* border-bottom: 3px solid #09435b; */
    border: 1px solid #ad4d26;
}

.hm_test_img {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 10px;
}
.hm_test_img img {
    border-radius: 100%;
}
.hm_test_img:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(174, 78, 40, 0.7);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.test-sec .col-lg-3 {
    padding: 0 5px;
}
.hm_testi_box:hover .hm_test_img:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
.hm_testi_box h2 {
    color: #ae4d26;
    font-size: 24px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 15px;
}
.hm_testi_box p {
    color: #000;
    font-size: 13px;
    margin: 0px;
    line-height: 20px;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.6;
        box-shadow: 0 0 0 2px rgba(174, 78, 40, 0.1), 0 0 10px 10px #fc5a6d, 0 0 0 10px rgba(174, 78, 40, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(174, 78, 40, 0.1), 0 0 10px 10px #fc5a6d, 0 0 0 10px rgba(174, 78, 40, 0.2);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.6;
        box-shadow: 0 0 0 2px rgba(174, 78, 40, 0.1), 0 0 10px 10px #f58354, 0 0 0 10px rgba(174, 78, 40, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(174, 78, 40, 0.1), 0 0 10px 10px #f58354, 0 0 0 10px rgba(174, 78, 40, 0.2);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.6;
        box-shadow: 0 0 0 2px rgba(174, 78, 40, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(174, 78, 40, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(174, 78, 40, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(174, 78, 40, 0.2);
        transform: scale(1.5);
        opacity: 0;
    }
}
/*--news css start--*/

.hm_news_wrapper {
    width: 100%;
    padding: 30px 0px 53px;
    background-color: #ffffff;
        z-index: 0;
    position: relative;
}
.hm_news_wrapper.shop_single {
    padding-top: 80px;
}
.hm_news_wrapper h1.hm_heading {
    color: #484848;
}
h1.hm_heading.hm_heading_01 {
    padding-bottom: 50px;
}
.hm_news_inner {
    width: 100%;
    margin-top: 50px;
}
.hm_news_box {
    width: 100%;
    margin-bottom: 30px;
    float: left;
    /* overflow: hidden; */
}
.hm_news_box img {
    transition: all ease 0.3s;
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.blog-view-more .hm_news_box img {
    height: auto !important;
}
.hm_news_img {
    width: 100%;
    float:left;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.hm_news_img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
        height: 230px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
/* .hm_news_box:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
} */
.news_img_overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.overlay_buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hm_news_box:hover .news_img_overlay {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}
.hm_news_box:hover .overlay_buttons .fa {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.hm_news_data {
    width: 100%;
    background-color: #f5f5f5;
    padding: 15px 15px;
}
.hm_news_data h3 {
margin: 0px;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    width: 100%;
    margin-top: 9px;
    float: left;
}
.hm_news_data h3 a {
    color: #484848;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.hm_news_data h3 a:hover {
    color: #fc5a6d;
}
.hm_news_data ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}
.hm_news_data ul li {
    display: inline-flex;
    list-style: none;
    margin-right: 10px;
}
.hm_news_data ul li:last-child {
    margin-right: 0px;
}
.hm_news_data p {
width: 100%;
    font-size: 15px;
    margin: 11px 0px;
    color: #333;
    margin-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}
.blog_admin {
    width: 100%;
    font-size: 16px;
    text-transform: capitalize;
}
.hm_news_data ul li a {
    color: #484848;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.hm_news_data ul li a:hover {
    color: #fc5a6d;
}
.hm_news_data ul li a i {
    margin-right: 5px;
    color: #fc5a6d;
}
a.popup-iframe i {
    font-size: 18px !important;
}
span.news_btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #fc5a6d;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
 span.news_btn {
 color:#ae4d26;
 text-transform: capitalize;
     display: block;
 }
a.news_btn:hover {
    color: #fc5a6d;
    letter-spacing: 2px;
}
.hm_news_big_post {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.hm_news_big_post img {
    width: 100%;
}
.hm_blog_overlay_data {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.hm_single_blog .hm_news_data p {
    -webkit-line-clamp: inherit;
}
.news_data {
    width: 100%;
    padding-left: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.news_data span.hm_blog_date {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
}
.news_data h2 a {
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold;
}
.news_data p {
    font-size: 16px;
    color: #ffffff;
    margin-right: 100px;
}
.news_data .blog_admin {
    color: #ffffff;
    font-weight: bold;
    margin-top: 15px;
}
/*--partners css start--*/

.hm_partners_wrapper {
    width: 100%;
    background-color: #fc5a6d;
    padding: 76px 0px 80px;
}
.hm_partners_slider {
    width: 100%;
    margin-top: 50px;
    text-align: center;
}
.hm_partners_slider .owl-carousel .owl-item img {
    display: inline-block;
    max-width: 100%;
    width: auto;
}
.hm_footer_wrapper {
   width: 100%;
    padding: 80px 0px 0px;
    background: linear-gradient(92deg, #000000,#000000b3),url(../images/footer.jpg);
    background-position: bottom;
    background-attachment: fixed;
    float: left;
    width: 100%;
    position: relative;
}
.hm_footer_wrapper .col-xl-3:nth-child(2) {
padding-right: 15px !important;
}
.hm_footer_wrapper .col-lg-3:nth-child(2) {
	padding-right: 15px !important;
}
.hm_footer_wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: -40px;
    width: calc(25% + 52.2px);
    height: calc(100% + 40px);
    background: #3e3e3e url(../images/footer-bg.png);
    box-shadow: 0 0px 8px 0px #0000003d;
}
.hm_footer_wrapper:after {
    content: '';
    position: absolute;
    left: calc(25% + 52.2px);
    top: -40px;
    width: 0px;
    height: 0px;
    border-top: 40px solid transparent;
    border-bottom: 0px solid transparent;
    border-left:40px solid #282828;
}
.hm_bottom_footer:before {
    content: '';
    position: absolute;
    left: 0;
    top: -40px;
    width: calc(25% + 52.2px);
    height: calc(100% + 40px);
    background: #3f4040 url(../images/footer-bg.png);
    z-index: 0;
}
.hm_footer_wrapper .col-lg-3:first-child .hm_footer_box {
    border: #fff 0px solid;
    background: transparent;
}
.hm_footer_box {
    width: 100%;
     border: #fff 1px solid; 
    padding: 10px;
    border-radius: 5px;
     background: #fffef3; 
    min-height: 250px;
    position: relative;
    z-index: 999;
    margin-bottom:60px;
}
.hm_footer_box h3.footer_heading {
    color: #fc5a6d;
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0px;
    padding-bottom: 25px;
}
.hm_footer_box ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.hm_footer_box ul li {
list-style: none;
    width: 100%;
    margin-bottom: 18px;
    color: #000;
    font-size: 16px;
}
.hm_footer_box ul li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    font-size: 14px;
}
.hm_footer_box ul li a:hover {
    text-decoration: none;
    color: #fc5a6d;
}
.hm_footer_box .op a{
    color: #ae4e28;
    font-weight: 600;
}
.hm_footer_box .op a:hover{
    color: #ae4e28;
}
p.footer_about_para {
    color: #fff;
    padding-top: 15px;
    line-height: 24px;
    margin: 0px;
    font-size: 14px;
}
.hm_footer_information {
    display: flex;
}
.hm_footer_information a {
    display: flex;
}
.footer_icon {
    width: 30px;
    padding-right: 0;
}
p.foo_con_para {
    margin-bottom: 0px;
    line-break: auto;
    font-size: 13px;
    color: #000;
    text-align: left;
        text-transform: initial;
}
.footer_icon i {
    color: #fc5a6d;
}
.hm_bottom_footer {
    width: 100%;
    background-color: #ae4d26 !important;
    padding: 10px 0px;
    text-align: center;
    position: relative;
    float: left;
    z-index: 9;
}
.hm_bottom_footer p {
    color: #ffffff;
    font-size: 14px;
    margin: 0px;
    text-align: left;
    padding-top: 5px;
    float: left;
    margin-left: 20px;
}
.hm_bottom_footer p  a {
    color: #ffeb3b;
    text-decoration: none;
}
ul.footer_so_icons {
    width: auto;
    padding: 0px;
    margin: 0px;
    float: right;
    padding-top: 10px;
}
ul.footer_so_icons li {
    display: inline-flex;
    list-style: none;
}
ul.footer_so_icons li a {
    color: #ffffff;
    margin-right: 15px;
    font-size: 16px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
ul.footer_so_icons li a:hover {
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
}
ul.footer_so_icons li:last-child a {
    margin-right: 0px;
}
/**----home style 1 css start----**/

.hm_home_style1 nav {
    z-index: 998;
    width: calc(100% - 15px);
    position: relative;
    left: 15px;
}
 .hm_home_style1 .hm_logo {
    padding: 0px 0px 20px 0px;
    background: #fff;
    position: absolute;
    width: calc(100% - 25px);
    left: 15px;
    border-radius: 0 0 80px 80px;
    border-top: 0;
    box-shadow: 0px 6px 7px #0000000f;
}
.hm_home_style1 .hm_logo a {
    display: block;
    padding: 0px 10px 10px 10px;
}
.hm_home_style1 .hm_logo a img {
    width: auto;
    margin: 0 auto;
    display: block;
    height: 105px;
}

.hm_home_style1 .hm_header_search {
    width: 30px;
    vertical-align: middle;
    padding-top: 33px;
    text-align: right;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}
.hm_home_style1 .hm_header_search i {
    cursor: pointer;
}
.hm_home_style1 .hm_menu {
    width: auto;
    position: relative;
}
.hm_home_style1 .hm_menu_wrap {
    position: relative;
}
.hm_home_style1 .hm_menu > ul > li > a {
    /*padding: 33px 22px;*/
    padding: 0 14px 7px 14px;
}
.hm_home_style1 .hm_header_search > .hm_search_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    height: 100%;
    opacity: 0;
    visibility: hidden;
    Z-index: 10000;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.hm_header_search.search_open .hm_search_box {
    opacity: 1;
    visibility: visible;
}
.hm_header_search.search_open .hm_search_box form {
    width: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.hm_header_search.search_open .hm_search_box input[type="search"] {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    z-index: 1000;
    font-size: 40px;
    padding-bottom: 20px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}
.hm_header_search.search_open .hm_search_box input[type="search"]:focus {
    outline: none;
}
.icon_close {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 40px;
}
/**----home style2 start----**/

.hm_menu_wrapper.menu_hide {
    position: fixed;
    left: -400px;
    height: 100%;
    bottom: 0;
    z-index: 10;
    width: 320px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}
.hm_menu_bar {
    width: 100%;
    margin: 19px 0px;
    text-align: right;
}
.hm_menu_bar i.fa.fa-bars {
    font-size: 30px;
    color: #fff;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.home_style2 .hm_header_wrapper {
    border-bottom: 2px solid #fc5a6d;
}
.home_style2 .hm_menu_wrapper.menu_hide.hidden_menu_open {
    opacity: 1;
    visibility: visible;
    left: 0px;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}
.home_style2 {
    position: relative;
}
.home_style2 .hm_menu_wrapper.menu_hide .hm_menu {
    width: 300px;
}
.home_style2 .hm_menu_wrapper.menu_hide .hm_menu ul {
    padding: 0px 10px;
}
.home_style2 .hm_menu_wrapper.menu_hide .hm_menu ul li {
    width: 100%;
    text-align: left;
}
.home_style2 .hm_menu_wrap {
    padding: 120px 0px;
}
.home_style2 .hm_menu > ul > li > a {
    padding: 15px 17px;
    border-bottom: 1px solid #fff;
}
.home_style2 .hm_hidden-bar-close {
    position: absolute;
    top: 15px;
    left: 88%;
    color: #ffffff;
    font-size: 25px;
    cursor: pointer;
}
.dropdown-expander2 {
    position: absolute;
    top: 17px;
    right: 20px;
}
.home_style2 .hm_menu > ul > li:hover ul.sub-menu {
    display: none;
    opacity: 1;
    visibility: visible;
}
.home_style2 .hm_menu > ul > li ul.sub-menu {
    position: relative;
    max-width: none;
    width: 100%;
    padding: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    display: none;
    visibility: visible;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    opacity: 1;
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
}
.home_style2 .hm_menu > ul > li > ul.sub-menu li:last-child a {
    border-bottom: none;
}
.hm_menu_wrapper.menu_hide::-webkit-scrollbar {
    width: 1em;
}
.hm_menu_wrapper.menu_hide::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px #ffffff;
}
.hm_menu_wrapper.menu_hide::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    outline: 1px solid #ffffff;
}
.hide_menu_footer {
    position: fixed;
    bottom: 70px;
    text-align: center;
    left: 0;
    width: 320px;
}
.hide_menu_footer ul.hide_menu_social {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.hide_menu_footer ul.hide_menu_social li {
    display: inline-block;
    list-style: none;
}
.hide_menu_footer ul.hide_menu_social li a {
    color: #ffffff;
    margin: 0px 10px;
}
.hide_menu_footer p {
    color: #ffffff;
    text-transform: capitalize;
    padding-top: 10px;
    margin: 0px;
    text-align: center;
    display: inline-block;
}
.boxed .hm_menu_wrapper.menu_hide {
    margin: 0px auto;
    width: 1170px;
    background-color: rgba(0, 0, 0, 0.51);
    overflow-y: initial;
}
.boxed .boxed_hide_menu {
    width: 320px;
    background-color: #fc5a6d;
    z-index: 1;
    height: 100%;
    left: auto;
    bottom: 0;
    top: 0;
    position: fixed;
    overflow-y: scroll;
}
.boxed .hide_menu_footer {
    left: auto;
}
.boxed .home_style2 .hm_menu_wrapper.menu_hide.hidden_menu_open {
    left: auto;
}
.boxed .boxed_hide_menu::-webkit-scrollbar {
    width: 1em;
}
.boxed .boxed_hide_menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px #ffffff;
}
.boxed .boxed_hide_menu::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    outline: 1px solid #ffffff;
}
/**----home style3----**/

.hm_home_style1.hm_home_style3 .hm_menu_wrapper {
    position: fixed;
    left: 0;
    z-index: 10;
    background-color: #1c0604e8;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.44);*/
    padding-bottom: 10px;
}
.hm_banner_wrapper .hm_btn {
    padding: 14px 35px !important;
}
.hm_home_style1.hm_home_style3 .hm_menu_wrapper.hm_fixed {
    background-color: #1d0603;
}
.hm_home_style3 .hm_menu > ul > li.active a {
    background-color: transparent;
}
.hm_home_style3 .hm_menu > ul > li > a:hover {
    background-color: transparent;
}
/**----login form css start----**/

.hm_login_form_overlay,
.hm_signup_form_overlay {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.71);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-animation: fadeIn 2s 1 both;
    animation: fadeIn 2s 1 both;
    -moz-animation: fadeIn 2s 1 both;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
body.login_overflow {
    overflow: hidden;
    padding-right: 17px;
}
.hm_login_form_overlay.login_open,
.hm_signup_form_overlay.login_open {
    opacity: 1;
    visibility: visible;
}
.hm_login_form,
.hm_signup_form {
    width: 500px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1000000;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.hm_login_form h1,
.hm_signup_form h1 {
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 20px 0px 20px;
    display: inline-block;
    background-color: #fc5a6d;
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
    border-radius: 4px 4px 0px 0px;
    font-weight: bold;
}
.login_fields {
    width: 100%;
    padding: 30px 20px 20px;
}
.login_fields .form-group {
    width: 100%;
}
.login_fields .form-group .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 15px;
    color: #484848;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.login_fields .form-group .form-control:focus {
    outline: none;
}
.hm_login_header {
    position: relative;
}
.login_fields .hm_btn {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    padding: 12px 17px;
}
.login_close {
    position: absolute;
    right: 10px;
    top: 4px;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
}
.form_btn {
    width: 100%;
    padding-top: 10px;
}
.register_info {
    margin-top: 11px;
    text-transform: capitalize;
    color: #484848;
}
.register_info a {
    color: #fc5a6d;
}
.register_info a:hover,
.register_info a:focus {
    color: #fc5a6d;
}
/**----about page css start----**/

.hm_bread_wrapper {
    width: 100%;
    background-color: #f5f5f5;
    text-align: center;
    padding: 74px 0px 78px;
}
.hm_bread_wrapper h1 {
    width: 100%;
    font-size: 50px;
    color: #fc5a6d;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    margin: 0px;
    padding-bottom: 10px;
}
.hm_bread_wrapper h1:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 157px;
    left: 50%;
    top: 100%;
    background-color: #fc5a6d;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.hm_bread_wrapper h1:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 90px;
    left: 50%;
    top: 110%;
    background-color: #fc5a6d;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.hm_bread_wrapper .breadcrumb {
    padding: 0px;
    margin-bottom: 0;
    background-color: transparent;
    margin-top: 25px;
    display: inline-block;
    width: 100%;
    display: none !important;
}
.hm_bread_wrapper .breadcrumb > li {
    font-size: 16px;
    display: inline-flex;
    color: #484848;
    text-transform: capitalize;
}
.hm_bread_wrapper .breadcrumb > li a {
    font-size: 16px;
    text-decoration: none;
    color: #fc5a6d;
}
.hm_bread_wrapper .breadcrumb > li a:hover {
    text-decoration: none;
}
.hm_bread_wrapper .breadcrumb > li + li:before {
    color: #484848;
}
@media(min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px;
    }
}
/*----service page css start----*/

.hm_service_wrapper {
    width: 100%;
    padding: 80px 0px 50px;
    background-color: #ffffff;
}
.hm_service_box {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.service_icon {
    width: 75px;
    height: 75px;
    display: inline-block;
    border: 1px solid #fc5a6d;
    line-height: 72px;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}
.service_icon:after {
    top: -8px;
    left: -8px;
    padding: 8px;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    box-shadow: 0 0 0 rgba(252, 90, 109, 0.89);
    -webkit-transition: opacity 0.2s, box-shadow 0.2s;
    -moz-transition: opacity 0.2s, box-shadow 0.2s;
    transition: opacity 0.2s, box-shadow 0.2s;
}
.hm_service_box:hover .service_icon:after {
    opacity: 1;
    box-shadow: 3px 3px 0 rgba(252, 90, 109, 0.89);
}
.service_icon i.flaticon {
    color: #fc5a6d;
}
.service_icon i.flaticon:before {
    font-size: 40px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    display: block;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
    -moz-transition: -moz-transform 0.4s, opacity 0.2s;
    transition: transform 0.4s, opacity 0.2s;
}
.hm_service_box:hover .service_icon i.flaticon:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.hm_service_box h2 {
    width: 100%;
    margin: 0px;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0px 15px;
}
.hm_service_box p {
    width: 100%;
    font-size: 16px;
    color: #777777;
    line-height: 24px;
    margin: 0px;
    padding: 0px 20px;
}
/*----gallery css start----*/

.hm_gallery_wrapper {
    width: 100%;
    padding: 70px 0px 50px;
    background-image: url(../images/bg3.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.hm_gallery_wrapper:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}


.gallery_img {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 200px;
    border-radius: 5px;
}
.gallery_img:hover .gallery_img_overlay {
    /*-webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);*/
}
.gallery_img img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
    min-height: 200px;
    --b: transparent;
    --g: 4px;     /* the gap */
       /* border thickness*/
    --c: #ffffff; /* the color */
  
  
    padding: calc(var(--g) + var(--b));
    --_c: #0000 0 25%, var(--c) 0 50%;
    --_g1: repeating-linear-gradient(90deg ,var(--_c)) repeat-x;
    --_g2: repeating-linear-gradient(180deg,var(--_c)) repeat-y;
    background:
    var(--_g1) var(--_p, 25%) 0   ,var(--_g2) 0    var(--_p,125%),
    var(--_g1) var(--_p,125%) 100%,var(--_g2) 100% var(--_p, 25%);
    background-size: 200% var(--b),var(--b) 200%;
    cursor: pointer;
    filter: grayscale(50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.gallery_img:hover img{
    --_p: 75%;
    filter: grayscale(0%);
    --b: 2px;
}
.gallery_img_overlay {
    /*position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;*/
}

.overlay_buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.overlay_buttons .fa {
    background-color: #fc5a6d;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    display: inline-block;
    margin: 0 1px;
    line-height: 40px;
    border-radius: 100%;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s 0.2s;
    -moz-transition: all 0.2s 0.2s;
    -o-transition: all 0.2s 0.2s;
    transition: all 0.2s 0.2s;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
}
.overlay_buttons .fas, .overlay_buttons .fa-youtube {
    background-color: #fc5a6d;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    display: inline-block;
    margin: 0 1px;
    line-height: 40px;
    border-radius: 100%;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s 0.2s;
    -moz-transition: all 0.2s 0.2s;
    -o-transition: all 0.2s 0.2s;
    transition: all 0.2s 0.2s;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
}
.overlay_buttons a:focus {
    outline: none;
}
.popup-youtube i:before {
    content: "\f167" !important;
}
.gallery_img:hover .overlay_buttons .fa {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.gallery_img:hover .overlay_buttons .fas, .gallery_img:hover .overlay_buttons .fa-youtube {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.mfp-with-zoom .mfp-container {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.mfp-with-zoom.mfp-removing .mfp-container {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}
.mfp-with-zoom .mfp-image-holder .mfp-content {
    max-width: 100%;
    animation: flipinY 1s 1;
}
/**----gallery full width----**/

.filter_list {
    width: 100%;
    position: relative;
    z-index: 1;
}
.filter_list ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.filter_list ul li {
    display: inline-block;
}
.filter_list ul li a {
    font-size: 15px;
    text-decoration: none;
    text-transform: capitalize;
    color: #ffffff;
    padding: 10px 20px;
    display: initial;
    margin: 0px 5px;
    border: 1px solid #fc5a6d;
    position: relative;
    overflow: hidden;
}
.filter_list ul li a.active:before {
    background-color: transparent;
}
.filter_list ul li a.active {
    color: #fc5a6d;
}
.filter_list ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fc5a6d;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border: 1px solid transparent;
}
.filter_list ul li a:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.filter_list ul li a:hover {
    color: #fc5a6d;
}
.gallery_full_width {
    width: 100%;
    margin: 60px 0px 0px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.gallery_img {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 200px;
    border: 1px solid #fff;
}
.gallery_img:hover {
    border: 0px solid #fff;

}
.gallery_full_width .gallery_img {
    margin-bottom: 0px;
}
.hm_gallery_wrapper.gallery_full {
    padding-bottom: 0px;
}
.gallery_full_width .gallery_img {
    margin-bottom: 0px;
}
#portfolio .mix {
    display: none;
}
/**----shop page css start----**/

.hm_product_wrapper {
    width: 100%;
    padding: 75px 0px 50px;
}
.hm_product_inner {
    width: 100%;
    margin-top: 50px;
}
.hm_product_wrapper h1.hm_heading {
    color: #484848;
}
.hm_pro_box {
    width: 100%;
    margin-bottom: 30px;
}
.hm_pro_img {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hm_pro_data {
    width: 100%;
    background-color: #fc5a6d;
    padding: 25px 20px;
    text-align: center;
}
.hm_pro_data .rating {
    width: 100%;
    margin-bottom: 5px;
}
.hm_pro_data .rating span.fa.fa-star {
    margin: 0px 2px;
    color: #FFEB3B;
}
.hm_pro_data h3 {
    margin: 0px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
}
.hm_pro_data h3 a {
    color: #ffffff;
    text-decoration: none;
}
.hm_pro_data h3 a:hover {
    color: #ffffff;
    text-decoration: none;
}
.hm_pro_data p {
    margin: 0px;
    font-size: 16px;
    color: #ffffff;
    padding: 0px 33px;
}
.hm_pro_img img {
    width: 100%;
}
.pro_price_wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 0;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: perspective(600px) rotateX(90deg);
    -moz-transform: perspective(600px) rotateX(90deg);
    -ms-transform: perspective(600px) rotateX(90deg);
    -o-transform: perspective(600px) rotateX(90deg);
    transform: perspective(600px) rotateX(90deg);
}
.hm_pro_box:hover .pro_price_wrap {
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}
a.pro_buy {
    padding: 5px 10px;
    color: #fc5a6d;
    display: block;
    position: relative;
    line-height: 23px;
    z-index: 1;
    border-radius: 5px;
    border: 1px solid #ffffff;
}
a.pro_buy:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border: 1px solid transparent;
}
a.pro_buy:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}
/**----contact page css start----**/

.contact_wrapper {
    width: 100%;
    padding: 80px 0px;
    background-color: #ffffff;
}
.contact_box {
    width: 100%;
    height: 188px;
    text-align: center;
    border: 2px solid #fc5a6d;
    padding: 25px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}
.contact_box:before {
    content: "";
    position: absolute;
    background: #fc5a6d;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contact_box:hover:before {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}
.contact_box:hover i.fa, .contact_box:hover i.fas,
.contact_box:hover h2,
.contact_box:hover p,
.contact_box:hover p a {
    color: #ffffff!important;
}
.contact_box i.fa {
    font-size: 35px;
    color: #ae4d26;
}
.contact_box i.fas {
    font-size: 35px;
    color: #ae4d26!important;
}
.contact_box h2 {
    margin: 10px 0px 15px;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: bold;
}
.contact_box p {
    margin-bottom: 0px;
    font-size: 16px;
}
.contact_box p a {
    font-size: 16px;
    color: #484848;
}
.contact_box p a:hover {
    text-decoration: none;
}
.contact_map #contact_map {
    width: 100%;
    height: 545px;
}
.contact_form_wrapper {
    width: 100%;
    background-color: #fff;
        z-index: 0;
    position: relative;
}
.hm_form {
    width: 100%;
    padding: 50px 0px;
    padding-left: 45px;
}
.hm_form h1 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0px;
    padding-bottom: 30px;
}
.hm_form .hm_btn:focus {
    color: #ffffff;
}
.hm_form .form-control {
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    /*box-shadow: 3px 4px 4px 0px #ccc;*/
    border: 1px solid #b7b2b2;
}
.con_btn {
    width: 100%;
}
.hm_form .form-group input[type="text"]:focus,
.hm_form .form-group input[type="password"]:focus,
.hm_form .form-group input[type="tel"]:focus,
.hm_form .form-group input[type="email"]:focus,
.hm_form .form-group input[type="search"]:focus,
.hm_form .form-group select:focus,
.hm_form .form-group textarea:focus {
    outline: none;
    border-color: #ffffff!important;
}
.hm_form .form-group {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 30px;
}
.hm_form .form-group.textarea {
    width: 100%;
    height: 140px;
}
.hm_form .form-group.textarea .form-control {
    height: 140px;
    resize: none;
}
.hm_form .hm_btn {
    color: #ffffff;
    border: 1px solid #fff;
}
.hm_form .hm_btn:before {
    background-color: #ffffff;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 0px;
}
.hm_form .hm_btn:hover:before {
    background-color: #ffffff;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.hm_form .hm_btn:hover {
    color: #fc5a6d;
}
.hm_form .form-control::-webkit-input-placeholder {
    color: #484848;
}
.hm_form .form-control::-moz-placeholder {
    color: #484848;
}
.hm_form .form-control:-ms-input-placeholder {
    color: #484848;
}
.hm_form .form-control:-moz-placeholder {
    color: #484848;
}
.boxed .hm_form {
    padding-left: 30px;
}
.boxed .hm_form .form-group {
    width: 42%;
}
.boxed .hm_form .form-group.textarea {
    width: 91%;
}
/*----blog page css start----*/

.hm_news_inner.hm_blogs .hm_news_data {
    padding: 20px 25px;
}
.hm_news_inner.hm_blogs {
    margin-top: 8px;
}
/*----blog single page css start----*/

.hm_post_share {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hm_post_share .tags a {
position: relative;
    color: #fff;
    font-size: 14px;
    padding: 2px 20px;
    margin-right: 4px;
    margin-bottom: 6px;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid #fc5a6d;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.hm_post_share .tags a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fc5a6d;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border: 1px solid transparent;
}
.hm_post_share .tags a:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.hm_post_share .tags a:hover {
    color: #fc5a6d;
}
.so_sharing ul li {
    display: inline-flex;
}
.comments-area {
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.group-title {
    position: relative;
    margin-bottom: 30px;
}
.group-title h2 {
    position: relative;
    font-size: 20px;
    color: #484848;
    font-weight: 700;
    text-transform: uppercase;
}
.comments-area .comment-box {
    position: relative;
    padding: 0px 0px 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.comments-area .comment-box:nth-child(1) {
    padding-top: 0px;
}
.comments-area .comment-box:hover {
    border-color: #222222;
}
.comments-area .comment {
    position: relative;
    padding: 0px 0px 0px 115px;
    font-size: 14px;
}
.comments-area .comment .comment-inner {
    position: relative;
    padding-bottom: 22px;
}
.comments-area .comment .comment-reply {
    position: absolute;
    right: 0px;
    text-decoration: none;
    top: 0px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Open Sans', sans-serif;
}
.comments-area .comment .comment-reply .icon {
    position: relative;
    line-height: 1em;
    top: 2px;
}
.comments-area .comment .comment-reply:hover {
    color: #fc5a6d;
}
.comments-area .reply-comment {
    padding-left: 85px;
}
.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    margin-bottom: 20px;
    padding-right: 30px;
}
.comment-form {
    margin-top: 10px;
}
.comments-area .comment-info .comment-time {
    position: relative;
    font-size: 14px;
    color: #fc5a6d;
    margin-top: 4px;
    font-style: italic;
}
.comment-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 15px;
    color: #222222;
    border: 1px solid transparent;
    height: 50px;
    background: #f7f7f7;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #fc5a6d;
    background-color: #ffffff;
    outline: none;
}
.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 8px 15px;
    color: #222222;
    border: 1px solid transparent;
    height: 150px;
    background: #f7f7f7;
    resize: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.comment-form button {
    position: relative;
    padding: 11px 31px;
    margin-top: 20px;
}
button.hm_btn {
    background-color: transparent;
    outline: none;
}
/*--sidebar css start--*/

.sidebar .sidebar_search .form-group input[type="text"],
.sidebar .sidebar_search .form-group input[type="search"] {
    position: relative;
    line-height: 24px;
    padding: 12px 10px 12px 20px;
    border: 1px solid #ccc;
    color: #222222;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 46px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.sidebar .sidebar_search .form-group button {
    position: absolute;
    right: 4px;
    top: 0px;
    width: 40px;
    height: 46px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #484848;
    background: none;
    font-weight: normal;
    border: 1px solid transparent;
}
.sidebar .sidebar_search .form-group button:focus {
    outline: none;
}
.sidebar {
    margin-top: 8px;
}
.sidebar-widget {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.sidebar-title {
    position: relative;
    margin-bottom: 30px;
}
.sidebar-title h2 {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 16px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.sidebar-title h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 32px;
    height: 2px;
    background-color: #fc5a6d;
}
.sidebar .popular-posts .post {
    position: relative;
    padding-left: 85px;
    min-height: 70px;
    margin-bottom: 15px;
    border: #f3f2f2 solid 1px;
    display: flex;
    align-items: flex-start;
    padding-top: 5px;
}
.sidebar .popular-posts .post:last-child {
    margin-bottom: 0px;
}
.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    padding: 5px;
}
.sidebar .popular-posts .post:hover .post-thumb img {
    opacity: 0.70;
}
.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sidebar .popular-posts .post h4 {
    font-size: 14px;
    margin: 8px 0px 0px;
    font-weight: 700;
    color: #484848;
    text-transform: capitalize;
    line-height: 22px;
    margin: 0;
}
.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
    color: #fc5a6d;
}
.sidebar .popular-posts .post h4 a {
    color: #222222;
    text-decoration: none;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sidebar .popular-posts .post-info {
    font-size: 14px;
    color: #fc5a6d;
    font-style: italic;
}
.sidebar-widget ul {
    padding: 0px;
    margin: 0px;
}
.sidebar-widget ul li {
    width: 100%;
    list-style: none;
}
.sidebar-widget.widget_categories a {
    color: #484848;
    font-size: 15px;
    width: 100%;
    text-decoration: none;
    display: inline-block;
    padding: 9px 0px;
    border-bottom: 1px solid #f4f4f4;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
span.cat_no {
    color: #fc5a6d;
    font-weight: bold;
}
.sidebar-widget.widget_categories li:first-child a {
    padding-top: 0px;
}
.sidebar-widget.widget_categories a:hover {
    color: #fc5a6d;
}
.sidebar-widget.widget_categories li:last-child a {
    border-bottom: none;
}
.sidebar-widget.insta_gallery li {
    display: inline-flex;
    width: auto;
    margin: 0px 8px 8px 0px;
}
.sidebar-widget.insta_gallery {
    width: 100%;
}
.insta_img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.insta_img .overlay_buttons .fa {
    line-height: 32px;
    font-size: 13px;
    width: 30px;
    height: 30px;
}
.insta_img:hover .gallery_img_overlay {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}
.insta_img:hover .overlay_buttons .fa {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.sidebar-widget.sidebar_tags li {
    display: inline-flex;
    width: auto;
}
.sidebar_tags, .tags {
display: none;	
}
.sidebar-widget.sidebar_tags li a {
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 8px 19px;
    margin-right: 4px;
    margin-bottom: 6px;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid #fc5a6d;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.sidebar-widget.sidebar_tags li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fc5a6d;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border: 1px solid transparent;
}
.sidebar-widget.sidebar_tags li a:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.sidebar-widget.sidebar_tags li a:hover {
    color: #fc5a6d;
}
/*----pagination css start----*/

ul.hm_pagination {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
ul.hm_pagination li {
    display: inline-block;
    list-style: none;
    position: relative;
    display: inline-block;
    margin: 0px 5px 7px 0px;
}
ul.hm_pagination li a {
    position: relative;
    display: block;
    line-height: 20px;
    text-decoration: none;
    padding: 17px 5px;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 56px;
    border: 1px solid #dddddd;
    color: #484848;
    font-weight: 700;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
ul.hm_pagination li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fc5a6d;
    border-radius: 4px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
ul.hm_pagination li a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
ul.hm_pagination li a:hover {
    color: #ffffff;
    border-color: #fc5a6d;
}
ul.hm_pagination li a.active {
    background-color: #fc5a6d;
    color: #ffffff;
    border-color: #fc5a6d;
}
ul.hm_pagination li a.next {
    text-align: center;
    padding: 17px 30px;
}
/*----shop single page css start----*/

.hm_shop_single {
    width: 100%;
}
.hm_product_details {
    width: 100%;
    display: flex;
}
.hm_product_details .img_box {
    width: 100%;
    overflow: hidden;
}
.hm_product_details .img_box img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.hm_product_details .img_box:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.quantity-spinner {
    position: relative;
    display: block;
    width: 150px;
}
.quantity-spinner_main {
    display: flex;
}
.quantity-spinner {
    margin-bottom: 15px;
    margin-right: 15px;
}
.quantity-spinner input {
    position: relative;
    display: block;
    width: 60px;
    line-height: 24px;
    padding: 12px 10px;
    margin: 0px 44px;
    font-weight: 500;
    height: 45px;
    border: 1px solid #e0e0e0;
    text-align: center;
    border-radius: 2px;
}
.quantity-spinner button:focus {
    outline: none;
}
.quantity-spinner .minus {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 48px;
    height: 45px;
    line-height: 22px;
    padding: 12px 10px;
    text-align: center;
    background: #ffffff;
    font-weight: 400;
    color: #484848;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    z-index: 1;
}
.quantity-spinner .plus {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 48px;
    height: 45px;
    line-height: 22px;
    padding: 12px 10px;
    text-align: center;
    font-weight: 400;
    background: #ffffff;
    color: #484848;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    z-index: 1;
}
.hm_product_info {
    width: 100%;
}
.hm_product_info h2 {
    margin: 0px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: bold;
}
.item_price {
    font-size: 16px;
    font-weight: 700;
    color: #777777;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 10px 0px;
}
.hm_product_info .rating {
    width: 100%;
    margin-bottom: 10px;
}
.hm_product_info .rating span.fa.fa-star {
    font-size: 16px;
    color: #FFC107;
}
a.add-fav {
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 45px;
    background-color: #000000;
    margin-left: 11px;
    color: #ffffff;
    font-size: 16px;
}
p.item_text {
    width: 100%;
    margin-bottom: 15px;
}
.item-categories {
    width: 100%;
}
.item-categories a {
    color: #fc5a6d;
    text-decoration: none;
}
.hm_pro_tab {
    width: 100%;
    margin-top: 50px;
}
.hm_pro_tab .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
    color: #484848;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ae4d26;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
}
.nav-tabs .nav-link {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    color: #484848;
}
.hm_pro_tab .nav-tabs > li > a:hover {
    background-color: transparent;
}
.tab-content {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 20px;
    border-top: none;
}
.hm_pro_tab .tab-content h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #484848;
    margin-bottom: 20px;
}
.hm_pro_tab .tab-content h4 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #484848;
    margin-bottom: 15px;
}
.hm_pro_tab .reviews-container {
    position: relative;
}
.hm_pro_tab .reviews-container .review-box {
    position: relative;
    margin-bottom: 30px;
    padding-left: 100px;
    min-height: 100px;
}
.hm_pro_tab .reviews-container .rev-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 82px;
    height: 82px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    border-radius: 3px;
}
.hm_pro_tab .reviews-container .rev-thumb img {
    display: block;
    width: 80px;
    height: 80px;
}
.hm_pro_tab .reviews-container .rev-content {
    position: relative;
    padding: 15px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}
.hm_pro_tab .reviews-container .rating {
    color: #FFC107;
    font-size: 13px;
}
.hm_pro_tab .reviews-container .rating .fa {
    margin-right: 1px;
}
.hm_pro_tab .reviews-container .rev-info {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.hm_pro_tab .reviews-container .rev-text {
    font-size: 14px;
}
.hm_pro_tab .add-review {
    position: relative;
    margin: 30px 0px 20px;
    font-size: 14px;
}
.hm_pro_tab .add-review .rating {
    position: relative;
    padding-top: 8px;
}
.hm_pro_tab .add-review .rating .rate-box {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #555555;
}
.hm_pro_tab .add-review .rating .rate-box:hover,
.hm_pro_tab .add-review .rating .rate-box:focus,
.hm_pro_tab .add-review .rating .rate-box:active {
    color: #FFC107;
}
.hm_pro_tab .add-review label {
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #303030;
}
.hm_pro_tab .add-review h3 {
    margin-bottom: 20px;
}
.hm_pro_tab .add-review .form-group {
    position: relative;
    margin-bottom: 20px;
}
.hm_pro_tab .add-review .form-group input[type="text"],
.hm_pro_tab .add-review .form-group input[type="password"],
.hm_pro_tab .add-review .form-group input[type="tel"],
.hm_pro_tab .add-review .form-group input[type="email"],
.hm_pro_tab .add-review .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 9px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.hm_pro_tab .add-review .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 8px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    height: 150px;
    resize: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.hm_pro_tab .add-review button {
    padding: 8px 35px;
}
.hm_related_product {
    width: 100%;
    margin-top: 30px;
}
.hm_shop_single h1.hm_heading {
    text-align: left;
    font-size: 25px;
    margin-top: 50px;
}
.hm_related_product .hm_pro_data p {
    padding: 0px 0px;
}
.hm_related_product .hm_pro_data {
    padding: 15px 20px;
}
.side_filter .ui-widget-header {
    background: rgba(252, 90, 109, 0.51);
}
.side_filter .ui-widget.ui-widget-content {
    border: 1px solid #fc5a6d;
}
.side_filter .ui-slider .ui-slider-handle {
    border-radius: 100%;
}
.side_filter .ui-state-hover,
.side_filter .ui-widget-content .ui-state-hover,
.side_filter .ui-widget-header .ui-state-hover,
.side_filter .ui-state-focus,
.side_filter .ui-widget-content .ui-state-focus,
.side_filter .ui-widget-header .ui-state-focus,
.side_filter .ui-button:hover,
.side_filter .ui-button:focus {
    border: 1px solid #fc5a6d;
    background: #fc5a6d;
    outline: none;
}
.side_filter .ui-state-default,
.side_filter .ui-widget-content .ui-state-default,
.side_filter .ui-widget-header .ui-state-default,
.side_filter .ui-button,
.side_filter .ui-button.ui-state-disabled:hover,
.side_filter .ui-button.ui-state-disabled:active {
    border: 1px solid #fc5a6d;
    background: #fc5a6d;
    outline: none;
}
.range_value {
    width: 100%;
    margin-top: 15px;
}
.range_value #amount {
    text-align: right;
    color: #fc5a6d;
    font-weight: bold;
    border: none;
}
.range_value input:focus {
    outline: none;
}
/*----error page css start----*/

.hm_error_wrapper {
    background-color: #ffffff;
    padding: 100px 0px;
}
.error_page img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.error_page h3 {
    font-size: 48px;
    color: #fc5a6d;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-weight: bold;
    margin-bottom: 20px;
}
.error_page form {
    width: 80%;
    position: relative;
    margin-top: 20px;
}
.error_page form input {
    border: 1px solid #cccccc;
    outline: none;
    height: 50px;
    padding-left: 20px;
    width: 100%;
}
.error_page form input:focus {
    border-color: #fc5a6d;
}
.error_page form button {
    border: none;
    outline: none;
    background-color: transparent;
    height: 50px;
    position: absolute;
    top: 0;
    right: 20px;
}
.error_page .hm_btn {
    margin-top: 25px;
}
.error_page {
    display: flex;
}
.err_text {
    width: 250px;
    height: 250px;
    background-color: #f7f7f7;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
}
.err_text h1 {
    font-size: 78px;
    font-weight: bold;
    margin: 0px;
    padding-top: 70px;
    color: #dadada;
}
.err_text p {
    font-size: 17px;
    text-transform: capitalize;
    color: #dadada;
}
.error_data {} .error_data p {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
/*----media css start----*/

@media (min-width: 768px) {
    .boxed #wrapper {
        width: 750px;
    }
    .boxed .hm_menu_wrapper.hm_fixed {
        width: 750px;
    }
    .boxed .hm_home_style1.hm_home_style3 .hm_menu_wrapper {
        left: auto;
        width: 750px;
    }
    .boxed .hm_home_style1 .hm_header_search > .hm_search_box {
        width: 750px;
        margin: 0 auto;
    }
   
}
@media (min-width: 992px) {
    .boxed #wrapper {
        width: 970px;
    }
    .boxed .hm_menu_wrapper.hm_fixed {
        width: 970px;
    }
    .boxed .hm_home_style1.hm_home_style3 .hm_menu_wrapper {
        left: auto;
        width: 970px;
    }
    .boxed .hm_home_style1 .hm_header_search > .hm_search_box {
        width: 970px;
        margin: 0 auto;
    }
    
}
@media (min-width: 1200px) {
    .boxed #wrapper {
        width: 1170px;
    }
    .boxed .hm_menu_wrapper.hm_fixed {
        width: 1170px;
    }
    .boxed .hm_home_style1.hm_home_style3 .hm_menu_wrapper {
        left: auto;
        width: 1170px;
    }
    .boxed .hm_home_style1 .hm_header_search > .hm_search_box {
        width: 1170px;
        margin: 0 auto;
    }
}
@media(max-width:1695px) {
    .hm_form .form-group {
        width: 43%;
    }
}
@media(max-width:1490px) {
    .hm_form .form-group {
        width: 42%;
    }
}
@media(max-width:1400px) {
    .hm_choose_wrapper {
        background-position: 40%;
    }
    .hm_form .form-group {
        width: 44%;
        margin-right: 20px;
    }
}
@media (max-width: 1300px) {
    .hm_form .form-group {
        width: 44%;
        margin-right: 20px;
    }
}
@media(max-width:1200px) {
    .hm_home_style1 .hm_header_search{
        display: none;
    }
    .hm_choose_wrapper {
        background-position: 40%;
    }
    .sidebar-widget.insta_gallery li {
        margin: 0px 7px 7px 0px;
    }
    .hm_news_big_post {
        background-image: url(../images/blog_big.jpg);
        min-height: 501px;
    }
    .hm_news_big_post img {
        display: none;
    }
    .hm_product_info {
        padding: 0px 20px;
    }
    .quantity-spinner_main{
        display: block;
    }
    .item-categories {
    padding: 10px 0px 0px 0px;
}
}
@media(max-width:1024px) {
    .new_pro_data h3 a {
        font-size: 21px;
    }
    .hm_news_big_post {
        min-height: 464px;
    }
    .hm_news_data {
        padding: 15px 20px;
    }
    .hm_news_data h3 {
        font-size: 16px;
    }
    .hm_about_data h1 {
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 997px) {
	.hm_bottom_footer:before, .hm_footer_wrapper:before {
	    width: calc(25% + 5px) !important;
	}
		
.hm_footer_wrapper:after {
    left: calc(25% + 5px) !important;
}
}

@media(min-width:992px) and (max-width:1199px) {
	.counter-sec .col-lg-2 {
	padding: 0 5px;
	}
	ul.footer_so_icons {
    	padding-top: 5px;
	}
.web-c {
    padding: 10px 10px !important;
    margin-top: 30px !important;
}
	body.odia-Lang .counter-box h4 {
	    font-size: 12px !important;
	}
	body.odia-Lang .vtour h4 {
	    font-size: 22px !important;
	}
	.hm_footer_wrapper .col-xl-3:first-child  .hm_footer_box{
	    width: 100%;
	    border: transparent 1px solid;
	    padding: 10px;
	    border-radius: 5px;
	    background: transparent;
	    min-height: 10px;
	    position: relative;
	    z-index: 999;
	    margin-bottom: 60px;
	}
		.hm_footer_box ul li {
		margin-bottom: 0 !important;
	}
	.web-c span {
	margin: 0 !important;
	}
	.mainslider{
     height: calc(100vh - 170px) ;
}
	.hm_footer_wrapper .col-xl-3:nth-child(2) {
	padding-right: 10px !important;
	}
	.hm_footer_box {
    margin-bottom: 0;
	}
	.hm_bottom_footer:before, .hm_footer_wrapper:before, .hm_footer_wrapper:after {
	display: none;}
	.hm_footer_wrapper .col-xl-3:first-child {
		display: none;
	}
	.hm_footer_box.downloadapp-sec > img {
    width: 86% !important;
}
    .hm_home_style1 .hm_menu > ul > li > a {
        padding: 10px 10px 10px 10px;
    }
    .hm_menu > ul {
    padding: 10px 5px 0px 5px;
   }
   .ht-logo h4 {
    font-size: calc(0.5rem + .3vw);
}
.counter-sec .col-sm-2 {
	padding: 0 5px;
}
.book-now-sec h4 {
    font-size: 30px !important;
}
.project-two-shape-1 img {
	display: none;
}
.hm_gallery_wrapper .popup-gallery1 h4 {
    font-size: calc(0.9rem + .3vw);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-size: 14px;
    padding: 5px 6px;
}
    .hm_product_info .hm_btn {
        padding: 12px 25px;
    }
    .hm_news_big_post {
        min-height: 464px;
    }
    .hm_news_data h3 {
        font-size: 16px;
    }
    .hm_news_data {
        padding: 15px 20px;
    }
    p.foo_con_para {
        width: 88%;
        word-wrap: break-word;
    }
    .hm_choose_wrapper {
        background-position: 35% 20%;
    }
    .hm_form .form-group {
        width: 44%;
    }
    .hm_related_product .hm_pro_data {
        padding: 15px 15px;
    }
    .hm_pro_data h3 {
        font-size: 18px;
    }
    .range_value {
        font-size: 12px;
    }
}
@media(min-width:768px) and (max-width:991px) {
	.test-sec .tab-pane {
		text-align: left !important;
	}
	.sovinor-sec:before {
    background: #ffeb3b !important;
}
.who-con .modular-heading {
    margin-bottom: 0;
}
.intern-page {
	background: #fff;
}
ul.footer_so_icons {
    float: none;
    display: inline-block;
    text-align: center;
}
	.fxed-link {
		display: none;
	}
	.hm_footer_wrapper .col-xl-3:nth-child(2) {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.testimonial-box p {
    font-size: 21px;
}
.hm_gallery_wrapper .popup-gallery1 h4 {
    font-size: 14px;
    padding: 0 5px;
}
.hm_testimonial_wrapper.test-sec .testimonial-title {
    margin-bottom: 0;
}
.sovinor-sec .sovin-box, .sovinor-sec .sovin-box p {
    text-align: center;
}
	.hm_footer_wrapper:before, .hm_footer_wrapper:after, .hm_bottom_footer:before{
    display: none;
}
.hm_bottom_footer p {
    margin-left: 0;
}
.hm_footer_wrapper .row > div:first-child .hm_footer_box {
    padding: 0 0 0 0!important;
    text-align: center;
}
.hm_footer_wrapper .row > div:first-child .hm_footer_box p {
    text-align: center;
}
	.hm_footer_wrapper:before, .hm_footer_wrapper:after, .hm_bottom_footer:before{
    display: none;
}
.hm_bottom_footer p {
    margin-left: 0;
}
.hm_footer_wrapper .row > div:first-child .hm_footer_box {
    padding: 0 0 0 0!important;
    text-align: center;
}
.hm_footer_wrapper .row > div:first-child .hm_footer_box p {
    text-align: center;
}
	.book-now-sec, .book-now-sec p {
		text-align: center;
	}
    .hm_news_big_post {
        min-height: auto;
    }
    .book-now-sec .col-xl-6:first-child {
    	margin-bottom: 15px;
    }
    .counter-sec .col-lg-2 {
    	margin-bottom: 15px;
    }
    .mainslider .owl-item img {
    height: 350px !important;
}

  .ht-logo h4  {
      font-size: 0.9rem;
  }
    .hm_home_style1 .hm_menu > ul > li > a {
        padding: 10px 0px;
        font-size: 13px;
    }
    .hm_home_style1 .hm_menu > ul {
        width: 100%;
        text-align: left;
    }
body.odia-Lang .hm_home_style1 .hm_menu > ul > li {
    padding: 0 8px;
}
    .hm_news_data h3 {
        font-size: 19px;
    }
    .hm_form .form-group {
        width: 46%;
        margin-right: 10px;
    }
    .contact_box {
        padding: 25px 20px;
    }
    .contact_box p a {
        font-size: 14px;
    }
    .contact_box p {
        font-size: 14px;
    }
    .hm_about_wrapper {
        text-align: center;
    }
    .hm_about_img {
        margin-bottom: 30px;
    }
    .hm_about_img:hover img {
        -webkit-transform: none;
        transform: none;
    }
    .artist_img img {
        width: 100%;
    }
    .hm_testi_box {
        margin-bottom: 30px;
    }
    .gallery_img img {
        width: 100%;
    }
    .hm_pro_img img {
        width: 100%;
    }
    .hm_choose_wrapper .col-lg-8.col-md-8.pull-right.padding_left {
        padding-left: 15px !important;
    }
    .hm_news_img img {
        width: 100%;
    }
    .hm_product_details .img_box {
        margin-bottom: 30px;
    }
    .hm_product_details .img_box img {
        width: 100%;
    }
}


@media only screen and (max-width: 991px) and (min-width: 768px) {
	
	
}
@media(max-width:991px){
	
    .hm_menu_bar {
     width: 100%; 
    margin: 19px 0px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}
.error_page form {
       width: 100%;
    }
.hm_footer_information {
    display: inline-flex;
}
.footer_icon {
    padding-right: 30px;
}
.hm_menu_bar.hm_menu_bar_001 {
    right: 30px;
    top: 30px;
}
.hm_artist_box{
    display: block;
}
.artist_data{
    width: 100%;
}
.hm_news_big_post img {
    display: block;
}
/*.hm_menu_bar {
   
    position: relative;
    top: -60px;
}*/
.hm_news_big_post {
    background-image: none;
}
.hm_product_details{
    display: block;
}
.error_page{
    display: block;
}
}
@media(max-width:767px) {
    .hm_top_search.hm_top_search1 {
    right: 0;
}
.sovinor-sec .sovin-box {
    text-align: center;
}
    
.hm_menu_bar.hm_menu_bar_001 {
    top: -115px;
    right: 5px;
}
    .hm_menu_bar {
    position: relative;
    top: -115px;
    right: 5px;
}
.hm_post_share {
    display: block;
    z-index: 0;
    position: relative;
}
    .hm_test_inner {
        display: block;
    }
    .error_data {
        width: 100%;
        text-align: center;
    }
    .top_usd {
        justify-content: center;
    }
    .error_page form input {
        width: 100%;
    }
    .error_page form {
        width: 100%;
    }
    .hm_news_big_post {
        min-height: auto;
    }
    
    ul.usd_dropmenu li a {
        text-align: left;
    }
    .hm_bottom_footer p {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }
ul.footer_so_icons {
    width: auto;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
}
    ul.footer_so_icons li {
        display: inline-block;
    }
    .contact_box {
        margin-bottom: 30px;
    }
    .hm_pro_img img {
        width: 100%;
    }
    .gallery_img img {
        width: 100%;
    }
    .hm_footer_box {
        margin-bottom: 30px;
    }
    .new_pro_img img {
        width: 100%;
    }
    .hm_about_wrapper {
        text-align: center;
    }
    .hm_about_img {
        margin-bottom: 30px;
    }
    .hm_about_img:hover img {
        -webkit-transform: none;
        transform: none;
    }
    .artist_img img {
        width: 100%;
    }
    .hm_testi_box {
        margin-bottom: 30px;
    }
    .home_slider .owl-prev,
    .home_slider .owl-next {
        top: 90%;
    }
    .slider_caption h1 {
        font-size: 40px;
        letter-spacing: 20px;
    }
    .slider_caption p {
        font-size: 13px;
    }
    .hm_top_login {
        text-align: center;
        margin-bottom: 15px;
        z-index: 1;
        position: relative;
    }
    .hm_top_login ul {
        text-align: center;
    }
    .hm_top_login ul li {
        list-style: none;
        display: inline-block;
    }
    .hm_top_info .col-lg-4.col-md-4.col-sm-4.pull-right {
        text-align: center;
    }
    
    .hm_menu {
        position: relative;
    }
    .menu_btn {
        position: absolute;
        right: 0;
        width: 35px;
        height: 35px;
        background-color: #ffffff;
        z-index: 1000;
        top: 35px;
        margin-top: 0;
        cursor: pointer;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        -ms-transition: -ms-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        transition: transform 0.3s;
    }
    .menu_btn span {
        width: 20px;
        height: 2px;
        background-color: #fc5a6d;
        margin: 0px auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
    }
    .menu_btn span:nth-child(2) {
        top: 17px;
    }
    .menu_btn span:last-child {
        top: 24px;
    }
    .hm_menu {
        margin: 5px 0 0 0;
        position: absolute;
        width: 100%;
        opacity: 0;
        z-index: 100;
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .hm_menu.open_menu {
        opacity: 1;
        top: 0;
        pointer-events: auto;
        -webkit-animation: flipin 1 1s both;
        animation: flipin 1 1s both;
        -moz-animation: flipin 1 1s both;
    }
    .hm_menu_wrap {
        position: relative;
    }
    .hm_menu_wrapper {
    height: auto;
    position: relative;
    background: #000000;
}
.hm_home_style1.hm_home_style3 .hm_menu_wrapper{
    background-color: #000000;
    height: 50px;
    position: relative;
}
.hm_home_style1 nav {
    width: 100% !important;
}
    .hm_menu > ul {
       background-color: #000;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    }
    .hm_menu > ul > li {
        width: 100%;
    }
    .hm_menu > ul > li > a {
        text-align: left;
        display: flex;
        align-items: center;
    }
    .hm_menu_wrapper.hm_fixed {
        position: relative;
    }
    .hm_menu > ul > li.active a,
    .hm_menu > ul > li:hover > a {
        background-color: transparent;
        color: #fc5a6d;
    }
    @-webkit-keyframes flipin {
        0% {
            -webkit-transform: perspective(400px) rotateX(75deg);
            opacity: 0;
        }
        100% {
            -webkit-transform: perspective(400px) rotateX(0deg);
            opacity: 1;
        }
    }
    @keyframes flipin {
        0% {
            transform: perspective(400px) rotateX(75deg);
            opacity: 0;
        }
        100% {
            transform: perspective(400px) rotateX(0);
            opacity: 1;
        }
    }
    @-moz-keyframes flipin {
        0% {
            -moz-transform: perspective(400px) rotateX(75deg);
            opacity: 0;
        }
        100% {
            -moz-transform: perspective(400px) rotateX(0);
            opacity: 1;
        }
    }
    .hm_choose_wrapper .col-lg-8.col-md-8.pull-right.padding_left {
        padding-left: 15px !important;
    }
    .hm_news_img img {
        width: 100%;
    }
    .hm_menu > ul > li ul.sub-menu {
        max-width: none;
        display: none;
        position: relative;
        width: 100%;
        background-color: transparent;
        left: 0px;
        top: 0;
        z-index: 10000000;
        display: none;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
        padding: 0px 15px;
    }
    .hm_menu > ul > li:hover ul.sub-menu {
        display: block;
        -moz-animation: none;
        -webkit-animation: none;
        animation: none;
    }
    .dropdown-expander {} .hm_menu > ul > li > ul.sub-menu > li > a {
        color: #ffffff;
    }
    .hm_menu > ul > li:hover ul.sub-menu {
        display: none;
        -moz-animation: none;
        -webkit-animation: none;
        animation: none;
    }
    .dropdown-expander {
        display: block;
        padding-left: 20px;
    }
    .hm_product_details .img_box {
        margin-bottom: 30px;
    }
    .hm_product_details .img_box img {
        width: 100%;
    }
    .home_style2 .hm_hidden-bar-close {
        left: 90%;
        z-index: 1;
    }
    .home_style2 .dropdown-expander {
        display: none;
    }
    .home_style2 .hm_menu {
        margin: 0px 0 0 0;
        position: relative;
        opacity: 1;
        z-index: initial;
        pointer-events: initial;
    }
    .home_style2 .hm_menu > ul {
        background-color: transparent;
    }
    .home_style2 .hm_menu > ul > li ul.sub-menu {
        background-color: #ffffff;
        padding: 0px !important;
    }
    .home_style2 .hm_menu > ul > li > ul.sub-menu > li > a {
        color: #484848 !important;
    }
    .home_style2 .hm_menu > ul > li.active a,
    .hm_menu > ul > li:hover > a {
        background-color: transparent;
        color: #fff;
    }
    
    /*.hm_home_style1 .hm_menu_wrap {
        width: 100%;
        top:-24px;
    }*/
    
    .hm_home_style1 .menu_btn {
        top: 3px;
    }
    .hm_home_style1 .hm_menu_wrap {
    position: absolute;
    top: 5px;
    right: 15px;
}
    .hm_home_style1 .hm_header_search {
        padding: 15px 0px;
    }
    .hm_home_style1 .hm_header_search i {
        cursor: pointer;
        font-size: 18px;
    }
    .hm_home_style1 .hm_menu > ul > li > a {
        padding: 12px 17px;
    }
    .hm_home_style1 .hm_menu {
width: 100%;
    top: 45px;
    padding-left: 0;
    margin: 0;
    }
    .project-two-shape-1 {
        display: none;
    }
    .hide_menu_footer {
        position: relative;
        bottom: 0;
    }
    .home_style2 .hm_menu > ul > li > a:hover {
        color: #ffffff;
    }
    .hm_banner_wrapper .hm_btn {
        border: 1px solid #fc5a6d!important;
        height: auto;
    }
    .new_pro_img {
        position: relative;
    }
    .hm_top_search {
    
    right: 55px;
}
.hm_top_search.hm_top_search_01 {
    right: 0;
}
.menu_btn {
    right: 15px;
    top: 45px;
}
.menu_btn.menu_btn_01 {
    top: 18px;
}
}
@media(max-width:600px) {
    .hm_btn {
        height: auto;
    }
    .home_style2 .hm_menu_wrap {
        padding: 10px 0px;
    }
    .hide_menu_footer {
        display: none;
    }
    .news_data {
        padding: 0px 30px;
    }
    .news_data h2 {
        margin-top: 10px;
    }
    .news_data .blog_admin {
        margin-top: 4px;
    }
    .news_data p {
        margin-right: 0px;
    }
   .artist_data{
    width: 100%;
   }
   .hm_artist_box{
    display: block;
   }
}
@media(max-width:575px){
    .hm_top_search {
    right: 0;
}
}
@media(max-width:580px){
    .hm_home_style1 .hm_menu_wrap {
    width: 100%;
    
}

}
@media(max-width:480px) {
    .comments-area .comment-box .author-thumb {
   
    left: 0;
    right: 0;
    text-align: center;
}
    .hm_news_big_post h2 {
        font-size: 25px;
    }
    .hm_home_style1.hm_home_style3 .hm_menu_wrapper {
        position: relative;
        background-color: #000;
    }
    .home_style2 .hm_hidden-bar-close {
        left: 90%;
        z-index: 1;
    }
    .hm_about_data h1 {
        font-size: 28px;
    }
    .hm_login_form {
        width: 90%;
    }
    .hm_header_search.search_open .hm_search_box input[type="search"] {
        font-size: 30px;
    }
    .hm_header_search.search_open .hm_search_box form {
        width: 85%;
    }
    .comments-area .reply-comment {
        padding-left: 0;
    }
    .comments-area .comment {
        padding: 0px 0px 0px 0;
    }
    .comments-area .comment-box .author-thumb {
        position: relative;
    }
    .news_data p {
        margin-right: 0px;
        display: none;
    }
    .artist_img {
        width: 100%;
    }
    .artist_data {
        width: 100%;
    }
    .hm_form {
        padding-left: 0;
    }
    .hm_form .form-group {
        width: 100%;
        margin-right: 0px;
    }
    .hm_form .form-group.textarea {
        width: 100%;
        margin-right: 0px;
    }
    .hm_pro_tab .reviews-container .review-box {
        padding-left: 0;
    }
    .hm_pro_tab .reviews-container .rev-thumb {
        position: relative;
    }
    #style-switcher {
        display: none;
    }
    .hm_banner_wrapper .hm_btn {
        padding: 12px 17px !important;
        height: auto;
    }
    .filter_list ul li {
        line-height: 45px;
    }
    .hm_bread_wrapper h1 {
        font-size: 35px;
    }
    .hm_post_share .tags a {
        padding: 6px 10px;
    }
    .hm_about_wrapper {
        padding: 40px 0px;
    }
    .hm_artist_wrapper {
    padding: 40px 0px 40px;
}
.hm_testimonial_wrapper {
    padding: 60px 0px 40px 0px;
}
.hm_partners_wrapper {
    padding: 40px 0px 40px 0px;
}
.hm_footer_wrapper {
     padding: 60px 0px 40px;
}
.hm_news_wrapper {
    padding: 40px 0px 40px 0px;
}
.hm_bread_wrapper {
    padding: 40px 0px 40px 0px;
}
.hm_news_wrapper {
    padding: 40px 0px 40px 0px;
}
.hm_arrivals_wrapper {
    padding: 40px 0px 30px;
}
.contact_wrapper {
    padding: 40px 0px;
}
.hm_gallery_wrapper {
    padding: 40px 0px;
}
.hm_choose_wrapper{
    padding: 40px 0px;
}
.hm_service_wrapper{
    padding: 40px 0px;
}
.hm_product_wrapper {
    padding: 40px 0px;
}
.hm_error_wrapper {
    padding: 40px 0px;
}
.hm_choose_data{
    margin-top: 0;
}
.hm_choose_wrapper{
    min-height: auto;
}
}
@media(max-width:414px) {
    .err_text {
        width: 230px;
        height: 230px;
    }
    .slider_caption h1 {
        font-size: 29px;
    }
    .news_data p {
        display: none;
    }
    h1.hm_heading {
        font-size: 26px;
    }
}
@media(max-width: 380px){
    .hm_post_share .tags a {
    
    padding: 5px 20px;
}
.hm_top_login ul li a {
     margin-right: 12px;
}
}
@media(max-width:320px) {
    .home_style2 .hm_menu_wrapper.menu_hide {
        width: 85%;
    }
    .home_style2 .hm_menu_wrapper.menu_hide .hm_menu {
        width: 100%;
    }
    .home_style2 .hm_menu_wrap {
        padding: 10px 0px;
    }
    .hide_menu_footer {
        display: none;
    }
    .home_style2 .hm_hidden-bar-close {
        z-index: 1;
    }
    .home_style2 .hm_menu > ul > li.active a,
    .hm_menu > ul > li:hover > a {
        color: #fff !important;
    }
    .sidebar .popular-posts .post h4 a {
        font-size: 13px;
    }
    .hm_bread_wrapper h1 {
        font-size: 30px;
    }
    .hm_choose_list .panel-title a {
        padding: 11px 5px;
        font-size: 16px;
    }
    .hm_news_data h3 {
        font-size: 17px;
    }
    .news_data h2 {
        font-size: 21px;
    }
    .news_data {
        padding-left: 30px;
    }
    .news_data p {
        margin-right: 0px;
        display: none;
    }
    .news_data .blog_admin {
        margin-top: 5px;
    }
   
    .slider_caption h3 {
        font-size: 16px;
    }
    .slider_caption h1 {
        font-size: 27px;
        letter-spacing: 11px;
    }
    .hm_about_data h1 {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .new_pro_data h3 a {
        font-size: 19px;
    }
    h1.hm_heading {
        font-size: 28px;
    }
    .artist_img {
        width: 100%;
    }
    .artist_data {
        width: 100%;
    }
    .hm_pro_data p {
        padding: 0px 7px;
    }
    .hm_pro_data h3 {
        font-size: 22px;
    }
    .filter_list ul li a {
        font-size: 14px;
        padding: 8px 15px;
    }
    .hm_shop_single button.hm_btn {
        padding: 12px 23px;
    }
    .item-categories {
        margin-top: 15px;
    }
    .boxed .boxed_hide_menu {
        width: 250px;
    }
    .hm_news_data ul li a {
        font-size: 13px;
    }
    
}


/* .logo-div {
    width: 155px;
    padding: 15px 15px 30px 15px;
    float: left;
    top: -18px;
    background: #ffffff;
    margin-right: 0;
    text-align: center;
    border-radius: 0 0 80px 80px;
}
.logo-div img {
    width: 130px;
}

.navbar-bg-bf {
    position: relative;
}
.navbar-bg-bf:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    height: 60px;
    z-index: -1;
    width: 100%;
} */

.art-sec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
    padding: 74px 0 50px 0;
    background-color: #ffffff;
    position: relative;
}
.art-sec .owl-next {
    height: 28px;
    width: 28px;
    color: #bd6f50 !important;
    font-size: 28px !important;
    border-radius: 28px;
    border: 2px solid #bd6f50 !important;
}
.art-sec .owl-prev {
    margin-right: 5px;
    height: 28px;
    width: 28px;
    color: #bd6f50 !important;
    font-size: 28px !important;
    border-radius: 28px;
    border: 2px solid #bd6f50 !important;
}
.art-sec .owl-prev i, .art-sec .owl-next i {
    line-height: 25px;
    padding: 0;
    position: relative;
    width: 28px;
    height: 28px;
    text-align: center;
    display: table-cell;
    font-size: 15px;
}
.art-sec:before {
    content: '';
    position: absolute;
    left: 50px;
    top: 0;
    background: url(../images/odisha.png) no-repeat;
    height: 100%;
    width: 500px;
    background-size: 100%;
    background-position: center;
    opacity: 0.2;
}
.hm_topsec_wrapper{
    position: relative;
    top: 0;
    width: 100%;
    background-color: #ad4d26;
    padding-top: 5px;
    padding-bottom: 5px;
}
.btn-booknow{
	padding-right: 0 !important;
}
.btn-login{
	padding-left: 0 !important;
}
.req {
    color: red;
}
.btn-vt{
    padding-left: 0 !important;
     padding-right: 0!important;

}


.btn-vtx{
    padding-left: 5 !important;
     padding-right: 4!important;

}
.btn-booknow span{
   background-color: #ad4d26;
   color: #fff;
   margin-right: 15px;
   padding: 4px 20px;
   font-size: 13px;
   border-radius: 2px;
}
.btn-booknow span:hover{
   background-color: #ad4d26;
   color: #fff;
}
.btn-login span{
    background-color:#733116;
   color: #fff;
   padding: 4px 20px ;
    font-size: 13px;
    border-radius: 2px;
}
.btn-login span:hover{
    background-color: #733116;
   color: #fff;
}
.fxed-link {
position: fixed;
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
    text-align: center;
    display: flex;
    flex-direction: column;
 }

.btn-vt span {
    background-color: #ffeb3b;
    color: #000;
    padding: 8px 0px;
    font-size: 13px;
    margin-right: 15px;
    box-shadow: 3px 3px 8px #000000;
    text-orientation: inherit;
    writing-mode: vertical-lr;
    letter-spacing: 2px;
    min-height: 114px;
}
.btn-vt span:hover{
    background-color: #994929;
     color: #fff;
}
.art-bg {
    background: url(../images/art-bg.png) no-repeat;
    width: 100%;
    height: 100%;
    float: left;
    background-size:  100% 100%;
    background-position: center;
    position: relative;
}
/* .art-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 200px;
    background: #fff;
} */
.art-bg img {
    border-radius: 18px;
    position: relative;
    z-index: -1;
}
.hm_socialmedia_wrapper{
    width: 100%;
    position: relative;
    padding: 60px 0;
    background-color: #fff;
}
.hm_socialmedia_wrapper h1.hm_heading{
    color: #484848;
}
.hm_socialmedia_wrapper .socialmediaitems{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}
.hm_socialmedia_wrapper .socialmediaitems .item1{
    width: 100%;
    margin-right: 10px;
}
.hm_socialmedia_wrapper .socialmediaitems .item2{
    width: 100%;
     margin-right: 10px;
}
.hm_socialmedia_wrapper .socialmediaitems .item3{
    width: 100%;
     margin-right: 10px;
}
.hm_socialmedia_wrapper .socialmediaitems a{
    background-color: #eaeaea;
    width: 100%;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-decoration: none;
}
.hm_socialmedia_wrapper .socialmediaitems a i{
    color: #a3a3a3;
    font-size: 80px;
}
.hm_socialmedia_wrapper .socialmediaitems .item1 a:hover i{
    color: #ae4d26;
    font-size: 80px;
}
.hm_socialmedia_wrapper .socialmediaitems .item2 a:hover i{
    color: #ae4d26;
    font-size: 80px;
}
.hm_socialmedia_wrapper .socialmediaitems .item3 a:hover i{
    color: #ae4d26;
    font-size: 80px;
}
.art-cont h4 {
    font-family: "Great Vibes", cursive;
    font-size: 40px;
    font-weight: 600;
    color: #ad4d27;
    letter-spacing: 4px;
    padding-top: 5px;
}
.art-cont p {
	text-align: left;
}

.counter-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    position: relative;
    padding: 80px 0;
    background: url(../images/vt.jpg);
    background-attachment: fixed;
    background-size: cover;
}
.counter-box {
    width: 100%;
    float: left;
    background: #fff;
    text-align: center;
    padding: 15px 10px;
    position: relative;
}
.counter-box:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px dashed #ffb64c;
}
.counter-box h2 {
    font-size: 26px;
    font-weight: 600;
    color: #ae4d26;
    font-family: 'Open Sans', sans-serif;
}
.counter-box h4 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
}
.counter-box img {
    border: 2px solid #af4d28;
    padding: 3px;
    margin-bottom: 5px;
    border-radius: 50px;
}
.hm_menu > ul > li.active a {
    /*color: #ffdd3c !important;*/
    color: #ffffff!important;
}
.hm_btn:first-child:before{
    background-color: #af4d28;
}
.hm_btn:first-child {
    color: #000;
    background: #ffeb3b;
    border: 1px solid #ae4d26;
}
.hm_btn:first-child:hover {
	color: #000 !important;
}
.vtour {
    text-align: center;
}
.vtour h4 {
    font-family: "Great Vibes", cursive;
    font-size: 31px;
    text-align: right;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
}
.cta-sec {
    display: flex;
    width: 100%;
     
}
.cm-sec {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    padding: 5px;
    box-shadow: 2px 2px 2px 1px #dbdbdb;
}
.cm-cont {
    position: relative;
    width: 100%;
    margin-left: 5px;
    z-index: 1;
}
.cm-cont i {
    position: absolute;
    left: -15px;
    top: -5px;
    z-index: -1;
    color: #ffc1078a;
    font-size: 40px;
}
.cm-cont h5 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    line-height: 21px;
    margin-top: 7px;
    margin-bottom: 0;
    }
.cm-cont p {
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 0;
    color: #ae4d26;
}
.op {
    font-size: 14px !important;
    line-height: 28px;
}

#slide-3010-layer-2 {
    font-size: 30px !important;
    text-transform: capitalize;
    font-style: italic;
    margin-bottom: 20px !important;
    border: 2px solid #fff !important;
    padding: 40px 25px 25px 25px !important;
    border-radius: 15px;
    position: relative;
    top: 0px;
}
#slide-3010-layer-2:before {
    content: '';
    position: absolute;
    top: -27px;
    left: 23px;
    height: 50px;
    width: 67px;
    background: url(../images/quoye.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#slide-3010-layer-2:after {
    content: '';
    position: absolute;
    bottom: -27px;
    right: 23px;
    height: 50px;
    width: 67px;
    background: url(../images/quoye.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotateY(180deg) rotateZ(0deg);
}
.tp-revslider-mainul li:first-child .tp-mask-wrap {
  overflow: visible !important;
}
.deg {
    display: block;
    font-size: 18px!important;
    margin-top: 20px;
}
.cm-name {
    display: block;
    font-size: 18px!important;
    margin-top: 10px;
}

.test-sec {
    background: #fff url(../images/footer-bg.png);
    background-size: contain;
    background-attachment: fixed;
}
.test-sec:before {
    background: none;
}

.img-head {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 100%;
}
.form-inline label {
    width: fit-content;
    position: relative;
    display: inline-block;
}
.form-inline input {
    width: 100%;
    float: left;
}
.form-inline select {
    width: 100%;
    float: left;
}

.form-inline .form-group {
    
    width: 100%;
    float: left;
}

.hm_banner_wrapper .position-relative > img {
    height: 100px;
    width: 100%;
    object-fit: cover;
}

.hm_menu > ul > li > a.dropdownicon i{
	font-size: 10px;
	color: #adadad;
	padding-left: 12px;
}

.hm_footer_box.imgwhite img{
    height: 148px;
    width: auto;
    filter: brightness(0) invert(1);
}
.hm_footer_box.downloadapp-sec {
    display: flex;
    flex-direction: row;
    align-items: center;
     background: url(../images/app-bg.jpg); 
    flex-direction: column;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.hm_footer_box.downloadapp-sec img {
    height: auto;
    width: 95%;
}
.hm_footer_box.downloadapp-sec .hm_downloadapp_img{
    padding-left: 12px;
display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 0;
    padding-left: 0;
}
.img-sec li {
	margin: 0 0;
}
.hm_footer_box.downloadapp-sec .hm_downloadapp_img h3{
    color: #000;
    font-size: 16px;
    padding: 0;
    font-weight: 600;
    margin: 0;
    line-height: 15px;
}
.hm_footer_box.downloadapp-sec .hm_downloadapp_img .img-sec{
    padding: 10px 0;
    display: flex;
    height: 42px;
}
.img-sec li {
	padding: 0;
}
.hm_footer_box.downloadapp-sec .hm_downloadapp_img .img-sec img{
padding: 0 3px;
    display: flex;
    width: 80px;
}
.gridbtn{
	background-color: #ae4d26;
	border-radius: 0 3px 3px 0;
	color: #ffffff;
	text-decoration: none;
}
.listbtn{
	background-color: #ae4d26;
	border-radius: 3px 0 0 3px;
	color: #ffffff;
	border-right: 1px solid #eaeaea;
	padding-right: 13px;
	text-decoration: none;
}
.gridbtn i, .listbtn i{
	color: #ffffff;
}
.gridbtn:hover,.listbtn:hover{
	color:#ffffff;
}
/*.scroltop {
  box-shadow: -4px 4px 24px -10px #000 !important;
  background: red;
  border-color: red;
  border-style: solid;
  border-width: 0;
  bottom: 15px;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 50px;
  line-height: 50px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  border-radius: 3px;
  width: 50px;
  z-index: 999;
  box-shadow: -4px 4px 24px -10px;
  transition: all .8s;
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s; }*/

  .back-to-top {
position: fixed;
    bottom: 60px;
    right: 25px;
    z-index: 999;
    background-color: #ae4e28;
    border: 3px solid #ae4e28;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 0
}
.back-to-top:hover{
	background-color: #ae4e28;
    border: 3px solid #ae4e28;
    color: #fff;
    border-radius: 10px;
}



/* Blog Section Start */
    .blog-box .hm_news_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    }
.blog-box .hm_news_box > div {
    flex: 0 0 40%;
    height: 230px;
}
.blog-box .hm_news_data {
	flex: 0 0 60% !important;
}
    .blog-box .hm_news_box .hm_news_data p {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin: 4px 0px 5px 0px;
    }
/* End Blog */
.owl-carousel.heightset .owl-item .item{
    height: 440px;
}

.owl-carousel.owl-drag .owl-item .item{

}

.hm_testi_box.newboxpattern{
    text-align:left;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background: #ffffff;
    padding: 0 15px 0 0!important;
    border-radius: 2px;
    /* border-bottom: 3px solid #09435b; */
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
    box-shadow: -11px 11px 1px rgb(0 0 0 / 20%);
}
.hm_testi_box.newboxpattern .img-sec{
    position: relative;
    overflow: hidden;
    width: 230px;
    flex:0 0 230px;
}

.hm_testi_box.newboxpattern .img-sec img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
}
.hm_testi_box.newboxpattern .comment-sec{
    padding: 15px;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;
}
.hm_testi_box.newboxpattern .comment-sec p{
    font-size: 16px;
    color: #000;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 25px;
    letter-spacing: 0.2px;
}
.hm_testi_box.newboxpattern .comment-sec h3{
    padding-top: 12px;
    padding-bottom: 0;
    font-size: 13px;
    color: #ae4e28;
    font-weight: 600;
    margin-bottom: 0;
}
.hm_testi_box.newboxpattern .comment-sec h2{
    font-size: 17px;
    color: #ae4e28;
    font-weight: 700;
}
.hm_testi_box.newboxpattern .comment-sec h5{
    padding-top: 3px;
    padding-bottom: 0;
    font-size: 11px;
    color: #ae4e28;
    font-weight: 500;
}
.hm_testi_box.newboxpattern .comment-sec i{
    font-size: 30px;
    color: #ae4e28;
    padding-top: 12px;
    padding-bottom: 12px;
}
.c-rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 14px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.c-rating li {
  margin-right: 3px;
  }
.c-rating li i {
  font-size: 13px;
  color: #edb202!important;
}






.deco a{
    position: relative;
}

.deco > li > a:before {
    position: absolute;
    content: '';
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    bottom: 6px;
    width: 0;
    border-bottom: 2px solid #ffeb3b;

}
.book-now a:before, .login a:before {
    opacity: 0;
    display: none;
    width: 0;
    border-bottom: 0px solid #ffeb3b !important;
}
.deco > li:last-child > a:before {
    border-bottom: 0px solid #ffeb3b;
}
.deco a:hover,
.deco .active a {
  color: #ffffff;
}
.deco a:hover:before,
.deco .active a:before {
  left: 0;
  right: 0;
  width: 100%;
}

.deco a.btn-booknow:before, .deco a.btn-vt:before, .deco a.btn-login:before{
    border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}





.hm_menu > ul > li ul.sub-menu {
    position: absolute;
    top: 100%;
    max-width: 600px;
    width: 600px;
    z-index: 10;
    left: 0;
    padding: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
    border-radius: 7px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.6);
    background-image: url(../images/mm-bg1.png);
}
.hm_menu > ul > li ul.sub-menu.academics {
    left: 0;
    right: auto;
    max-width: 500px !important;
    width: 500px!important;
   
}
.hm_menu > ul > li ul.sub-menu.activities {
    left: 0;
    right: auto;
    max-width: 500px !important;
    width: 500px!important;
   
}
.hm_menu > ul > li ul.sub-menu {
    background: #fff;
}
.hm_menu > ul > li ul.sub-menu.about {
    left: 0;
    right: auto;
    max-width: 500px !important;
    width: 500px!important;
}
.hm_menu > ul > li ul.sub-menu.artifacts-sub {
    left: 0;
    right: auto;
    max-width: 550px !important;
    width: 550px!important;
}
.sub-menu .listyle .pclass{
    padding: 20px 30px;
}
.sub-menu .listyle{
    display: flex;
    justify-content: start;
    align-items: center;
}
.sub-menu .pclass .mm-colone a, .sub-menu .pclass .mm-coltwo a{
    text-decoration: none;
    color: #000;
    padding: 6px 6px;
    border-bottom: 2px solid transparent;
    font-weight: 500;
    font-size: 13px;
}
.sub-menu .pclass .mm-colone a:hover, .sub-menu .pclass .mm-coltwo a:hover{
     color: #ae4e28;
     background-color: rgb(174 78 40 / 4%);
}
.sub-menu .pclass .mm-colone a:before, .sub-menu .pclass .mm-coltwo a:before{
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}
.sub-menu .pclass a {
    position: relative;
    padding-left: 25px !important;
}
.sub-menu .pclass a:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 3px !important;
    height: 20px;
    width: 20px;
    background: url(../images/mouse.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotateY(180deg);
    right: auto !important;
    opacity: 1;
}
.sub-menu .mm-colone, .sub-menu .mm-coltwo{

}
.sub-menu .mm-image{
    position: relative;
    height: 100%;
}
.sub-menu .mm-image img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
}











.brd {
  border: 1px solid #e2eded;
  border-color: #eaf1f1 #e4eded #dbe7e7 #e4eded;
}
#app-cover {
  position: relative;
  width: 100px;
  z-index: 1;
}

#select-button {
  position: relative;
  height: 16px;
  padding: 12px 14px;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

#options-view-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

#selected-value {
  font-size: 13px;
  line-height: 0;
  margin-right: 26px;
}

.option i {
  width: 16px;
  height: 16px;
}

.option,
.label {
  color: #2d3667;
  font-size: 16px;
}

#chevrons {
  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 12px;
    padding: 4px 12px;
}

#chevrons i {
  display: block;
  height: 50%;
  color: #d1dede;
  font-size: 10px;
  text-align: right;
}

#options-view-button:checked + #select-button #chevrons i {
  color: #2d3667;
}

.options {
  position: absolute;
  left: 0;
  width: 250px;
}

#options {
  position: absolute;
  top: 42px;
  right: 0;
  left: 0;
  width: 298px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 4px;
}

#options-view-button:checked ~ #options {
  border: 1px solid #e2eded;
  border-color: #eaf1f1 #e4eded #dbe7e7 #e4eded;
}

.option {
  position: relative;
  line-height: 1;
  transition: 0.3s ease all;
  z-index: 2;
}

.option i {
  position: absolute;
  left: 14px;
  padding: 0;
  display: none;
}

#options-view-button:checked ~ #options .option i {
  display: block;
  padding: 12px 0;
}

.label {
  display: none;
  padding: 0;
  margin-left: 27px;
}

#options-view-button:checked ~ #options .label {
  display: block;
  padding: 12px 14px;
}

.s-c {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
}

.s-c.top {
  top: 0;
}

.s-c.bottom {
  bottom: 0;
}

input[type="radio"] {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 50%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.s-c:hover ~ i {
  color: #fff;
  opacity: 0;
}

.s-c:hover {
  height: 100%;
  z-index: 1;
}

.s-c.bottom:hover + i {
  bottom: -25px;
  animation: moveup 0.3s ease 0.1s forwards;
}

.s-c.top:hover ~ i {
  top: -25px;
  animation: movedown 0.3s ease 0.1s forwards;
}

@keyframes moveup {
  0% {
    bottom: -25px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes movedown {
  0% {
    top: -25px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

.label {
  transition: 0.3s ease all;
}

.opt-val {
  position: absolute;
  left: 14px;
  width: 217px;
  height: 21px;
  opacity: 0;
  background-color: #fff;
  transform: scale(0);
}

.option input[type="radio"]:checked ~ .opt-val {
  opacity: 1;
  transform: scale(1);
}

.option input[type="radio"]:checked ~ i {
  top: 0;
  bottom: auto;
  opacity: 1;
  animation: unset;
}

.option input[type="radio"]:checked ~ i,
.option input[type="radio"]:checked ~ .label {
  color: #fff;
}

.option input[type="radio"]:checked ~ .label:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#options-view-button:not(:checked)
  ~ #options
  .option
  input[type="radio"]:checked
  ~ .opt-val {
  top: -30px;
}

.option:nth-child(1) input[type="radio"]:checked ~ .label:before {
  background-color: #000;
  border-radius: 4px 4px 0 0;
}

.option:nth-child(1) input[type="radio"]:checked ~ .opt-val {
  top: -31px;
}

.option:nth-child(2) input[type="radio"]:checked ~ .label:before {
  background-color: #ea4c89;
}

.option:nth-child(2) input[type="radio"]:checked ~ .opt-val {
  top: -71px;
}

.option:nth-child(3) input[type="radio"]:checked ~ .label:before {
  background-color: #0057ff;
}

.option:nth-child(3) input[type="radio"]:checked ~ .opt-val {
  top: -111px;
}

.option:nth-child(4) input[type="radio"]:checked ~ .label:before {
  background-color: #32c766;
}

.option:nth-child(4) input[type="radio"]:checked ~ .opt-val {
  top: -151px;
}

.option:nth-child(5) input[type="radio"]:checked ~ .label:before {
  background-color: #f48024;
}

.option:nth-child(5) input[type="radio"]:checked ~ .opt-val {
  top: -191px;
}

.option:nth-child(6) input[type="radio"]:checked ~ .label:before {
  background-color: #006400;
  border-radius: 0 0 4px 4px;
}

.option:nth-child(6) input[type="radio"]:checked ~ .opt-val {
  top: -231px;
}

.option .fa-codepen {
  color: #000;
}

.option .fa-dribbble {
  color: #ea4c89;
}

.option .fa-behance {
  color: #0057ff;
}

.option .fa-hackerrank {
  color: #32c766;
}

.option .fa-stack-overflow {
  color: #f48024;
}

.option .fa-free-code-camp {
  color: #006400;
}

#option-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
  transition: 0.3s ease all;
  z-index: 1;
  display: none;
}

#options-view-button:checked ~ #options #option-bg {
  display: block;
}

.option:hover .label {
  color: #fff;
}

.option:nth-child(1):hover ~ #option-bg {
  top: 0;
  background-color: #000;
  border-radius: 4px 4px 0 0;
}

.option:nth-child(2):hover ~ #option-bg {
  top: 40px;
  background-color: #ea4c89;
}

.option:nth-child(3):hover ~ #option-bg {
  top: 80px;
  background-color: #0057ff;
}

.option:nth-child(4):hover ~ #option-bg {
  top: 120px;
  background-color: #32c766;
}

.option:nth-child(5):hover ~ #option-bg {
  top: 160px;
  background-color: #f48024;
}

.option:nth-child(6):hover ~ #option-bg {
  top: 200px;
  background-color: #006400;
  border-radius: 0 0 4px 4px;
}


/* New Changes */
ul.top-rit, ul.top-lft {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-bar {
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    background: #1f0606;
    padding: 5px 10px;
    margin-bottom: 6px;
    border: 1px solid #561616;
    border-top: 0px;
    border-radius: 0 0 10px 10px;
}
.top-bar ul.top-lft li {
    margin-right: 10px;
}
.top-bar ul li i {
    color: #ffdd3c;
}
.top-bar ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
.top-bar ul.top-rit li {
    margin-right: 5px;
}
.top-bar ul.top-rit li a {
    background: #ffeb3b;
    width: 22px;
    float: left;
    text-align: center;
    font-size: 12px;
    border-radius: 2px;
    font-weight: 600;
    color: #000;
    height: 22px;
}
.top-bar ul.top-rit li i {
    color: #ffdd3c;
}
.top-bar ul.top-rit select {
    background: #994929 url(../images/lang.jpg) no-repeat;
    background-position: top 0 right 0;
    color: #fff;
    border: 0px;
    height: 22px;
    float: left;
    width: 120px;
    border-radius: 2px;
    position: relative;
    padding-left: 5px;
    background-size: contain;
    appearance: none;
    outline: none;
    line-height: 22px;
    font-size: 12px;
}
.top-bar ul.top-rit select:focus {
    outline: none;
}
.book-now {
    margin-left: auto;
}

.hm_banner_wrapper h1 {
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;

}
.related_pro_slider .owl-item {
    position: relative;
    border-radius: 10px;
    border-bottom: 3px solid #1f060614;
}

.testimonial-box {
    border-radius: 10px;
    overflow: hidden;
    border-bottom: 0;
}
.testimonial-box .text-content {
    background: #fff;
    padding: 10px;
    border: 1px solid #e3e3e3;
    padding-top: 50px;
    margin-top: 50px;
    min-height: 250px;
}
.testimonial-box img {
    height: 100px;
    object-fit: cover;
    object-position: top;
    width: 100px !important;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: calc(50% - 50px);
    border: 3px solid #ffdd3c;
}
.testimonial-box h4 {
    font-size: 19px;
    font-weight: 700;
    color: #8b3b1a;
}
.testimonial-box h5 {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}
.testimonial-box h6 {
    font-size: 12px;
}
.testimonial-box p {
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
}
.testi-quote {
    font-size: 100px;
    color: #919191;
    margin-bottom: 15px;
}
/*.test-sec::before {
    content: '';
    position: absolute;
    top: 40%;
    left: 50px;
    background: url(../images/testi-bg.png);
    width: 350px;
    height: 353px;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translateY(-60%);
    opacity: 0.3;
    animation: MoveUpDown 5s linear infinite;
}*/
  
.test-sec .owl-item {
    opacity: 0.8;
    transform: scale(0.7);
    transition: all linear 0.3s;
}
.box {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: -250px;
    left: -200px;
    opacity: 0.1;
}
  
.test-sec .owl-item.center {
    opacity: 1;
    transform: scale(1);
}
  @keyframes MoveUpDown {
    0%, 100% {
      top: 35%;
      left: 50px;
    }
    50% {
        top: 45%;
        left:60px;
    }
  }


  .svgwave {
    margin-left: calc(50% -150px);
    margin-top: 30px;
  }
/* .testimonial-box .owl-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 300px;
    width: 250px;
    background: #ccc;
} */


/* Start fall Css */
.night {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    transform: rotateZ(45deg);
  }
  
  .shooting_star {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2px;
    background: linear-gradient(-45deg, #ffdd3c, rgba(0, 0, 255, 0));
    border-radius: 999px;
    filter: drop-shadow(0 0 6px #ffdd3c);
    -webkit-animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
            animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
  }
  .shooting_star::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    height: 2px;
    background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #ffdd3c, rgba(0, 0, 255, 0));
    transform: translateX(50%) rotateZ(45deg);
    border-radius: 100%;
    -webkit-animation: shining 3000ms ease-in-out infinite;
            animation: shining 3000ms ease-in-out infinite;
  }
  .shooting_star::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    height: 2px;
    background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #ffdd3c, rgba(0, 0, 255, 0));
    transform: translateX(50%) rotateZ(45deg);
    border-radius: 100%;
    -webkit-animation: shining 3000ms ease-in-out infinite;
            animation: shining 3000ms ease-in-out infinite;
    transform: translateX(50%) rotateZ(-45deg);
  }
  .shooting_star:nth-child(1) {
    top: calc(50% - 70px);
    left: calc(50% - 80px);
    -webkit-animation-delay: 6684ms;
            animation-delay: 6684ms;
  }
  .shooting_star:nth-child(1)::before, .shooting_star:nth-child(1)::after {
    -webkit-animation-delay: 6684ms;
            animation-delay: 6684ms;
  }
  .shooting_star:nth-child(2) {
    top: calc(50% - -13px);
    left: calc(50% - 280px);
    -webkit-animation-delay: 6073ms;
            animation-delay: 6073ms;
  }
  .shooting_star:nth-child(2)::before, .shooting_star:nth-child(2)::after {
    -webkit-animation-delay: 6073ms;
            animation-delay: 6073ms;
  }
  .shooting_star:nth-child(3) {
    top: calc(50% - 136px);
    left: calc(50% - 75px);
    -webkit-animation-delay: 3702ms;
            animation-delay: 3702ms;
  }
  .shooting_star:nth-child(3)::before, .shooting_star:nth-child(3)::after {
    -webkit-animation-delay: 3702ms;
            animation-delay: 3702ms;
  }
  .shooting_star:nth-child(4) {
    top: calc(50% - 33px);
    left: calc(50% - 254px);
    -webkit-animation-delay: 2720ms;
            animation-delay: 2720ms;
  }
  .shooting_star:nth-child(4)::before, .shooting_star:nth-child(4)::after {
    -webkit-animation-delay: 2720ms;
            animation-delay: 2720ms;
  }
  .shooting_star:nth-child(5) {
    top: calc(50% - -168px);
    left: calc(50% - 150px);
    -webkit-animation-delay: 5005ms;
            animation-delay: 5005ms;
  }
  .shooting_star:nth-child(5)::before, .shooting_star:nth-child(5)::after {
    -webkit-animation-delay: 5005ms;
            animation-delay: 5005ms;
  }
  .shooting_star:nth-child(6) {
    top: calc(50% - 0px);
    left: calc(50% - 102px);
    -webkit-animation-delay: 6012ms;
            animation-delay: 6012ms;
  }
  .shooting_star:nth-child(6)::before, .shooting_star:nth-child(6)::after {
    -webkit-animation-delay: 6012ms;
            animation-delay: 6012ms;
  }
  .shooting_star:nth-child(7) {
    top: calc(50% - -42px);
    left: calc(50% - 181px);
    -webkit-animation-delay: 342ms;
            animation-delay: 342ms;
  }
  .shooting_star:nth-child(7)::before, .shooting_star:nth-child(7)::after {
    -webkit-animation-delay: 342ms;
            animation-delay: 342ms;
  }
  .shooting_star:nth-child(8) {
    top: calc(50% - -160px);
    left: calc(50% - 63px);
    -webkit-animation-delay: 6799ms;
            animation-delay: 6799ms;
  }
  .shooting_star:nth-child(8)::before, .shooting_star:nth-child(8)::after {
    -webkit-animation-delay: 6799ms;
            animation-delay: 6799ms;
  }
  .shooting_star:nth-child(9) {
    top: calc(50% - 149px);
    left: calc(50% - 17px);
    -webkit-animation-delay: 8059ms;
            animation-delay: 8059ms;
  }
  .shooting_star:nth-child(9)::before, .shooting_star:nth-child(9)::after {
    -webkit-animation-delay: 8059ms;
            animation-delay: 8059ms;
  }
  .shooting_star:nth-child(10) {
    top: calc(50% - -192px);
    left: calc(50% - 192px);
    -webkit-animation-delay: 2976ms;
            animation-delay: 2976ms;
  }
  .shooting_star:nth-child(10)::before, .shooting_star:nth-child(10)::after {
    -webkit-animation-delay: 2976ms;
            animation-delay: 2976ms;
  }
  .shooting_star:nth-child(11) {
    top: calc(50% - 20px);
    left: calc(50% - 58px);
    -webkit-animation-delay: 5882ms;
            animation-delay: 5882ms;
  }
  .shooting_star:nth-child(11)::before, .shooting_star:nth-child(11)::after {
    -webkit-animation-delay: 5882ms;
            animation-delay: 5882ms;
  }
  .shooting_star:nth-child(12) {
    top: calc(50% - 137px);
    left: calc(50% - 118px);
    -webkit-animation-delay: 6540ms;
            animation-delay: 6540ms;
  }
  .shooting_star:nth-child(12)::before, .shooting_star:nth-child(12)::after {
    -webkit-animation-delay: 6540ms;
            animation-delay: 6540ms;
  }
  .shooting_star:nth-child(13) {
    top: calc(50% - 166px);
    left: calc(50% - 259px);
    -webkit-animation-delay: 7024ms;
            animation-delay: 7024ms;
  }
  .shooting_star:nth-child(13)::before, .shooting_star:nth-child(13)::after {
    -webkit-animation-delay: 7024ms;
            animation-delay: 7024ms;
  }
  .shooting_star:nth-child(14) {
    top: calc(50% - -113px);
    left: calc(50% - 276px);
    -webkit-animation-delay: 3444ms;
            animation-delay: 3444ms;
  }
  .shooting_star:nth-child(14)::before, .shooting_star:nth-child(14)::after {
    -webkit-animation-delay: 3444ms;
            animation-delay: 3444ms;
  }
  .shooting_star:nth-child(15) {
    top: calc(50% - 28px);
    left: calc(50% - 13px);
    -webkit-animation-delay: 5008ms;
            animation-delay: 5008ms;
  }
  .shooting_star:nth-child(15)::before, .shooting_star:nth-child(15)::after {
    -webkit-animation-delay: 5008ms;
            animation-delay: 5008ms;
  }
  .shooting_star:nth-child(16) {
    top: calc(50% - 198px);
    left: calc(50% - 26px);
    -webkit-animation-delay: 2958ms;
            animation-delay: 2958ms;
  }
  .shooting_star:nth-child(16)::before, .shooting_star:nth-child(16)::after {
    -webkit-animation-delay: 2958ms;
            animation-delay: 2958ms;
  }
  .shooting_star:nth-child(17) {
    top: calc(50% - -149px);
    left: calc(50% - 242px);
    -webkit-animation-delay: 1069ms;
            animation-delay: 1069ms;
  }
  .shooting_star:nth-child(17)::before, .shooting_star:nth-child(17)::after {
    -webkit-animation-delay: 1069ms;
            animation-delay: 1069ms;
  }
  .shooting_star:nth-child(18) {
    top: calc(50% - 123px);
    left: calc(50% - 149px);
    -webkit-animation-delay: 8268ms;
            animation-delay: 8268ms;
  }
  .shooting_star:nth-child(18)::before, .shooting_star:nth-child(18)::after {
    -webkit-animation-delay: 8268ms;
            animation-delay: 8268ms;
  }
  .shooting_star:nth-child(19) {
    top: calc(50% - -167px);
    left: calc(50% - 177px);
    -webkit-animation-delay: 320ms;
            animation-delay: 320ms;
  }
  .shooting_star:nth-child(19)::before, .shooting_star:nth-child(19)::after {
    -webkit-animation-delay: 320ms;
            animation-delay: 320ms;
  }
  .shooting_star:nth-child(20) {
    top: calc(50% - 181px);
    left: calc(50% - 202px);
    -webkit-animation-delay: 2442ms;
            animation-delay: 2442ms;
  }
  .shooting_star:nth-child(20)::before, .shooting_star:nth-child(20)::after {
    -webkit-animation-delay: 2442ms;
            animation-delay: 2442ms;
  }
  
  @-webkit-keyframes tail {
    0% {
      width: 0;
    }
    30% {
      width: 100px;
    }
    100% {
      width: 0;
    }
  }
  
  @keyframes tail {
    0% {
      width: 0;
    }
    30% {
      width: 100px;
    }
    100% {
      width: 0;
    }
  }
  @-webkit-keyframes shining {
    0% {
      width: 0;
    }
    50% {
      width: 30px;
    }
    100% {
      width: 0;
    }
  }
  @keyframes shining {
    0% {
      width: 0;
    }
    50% {
      width: 30px;
    }
    100% {
      width: 0;
    }
  }
  @-webkit-keyframes shooting {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(300px);
    }
  }
  @keyframes shooting {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(300px);
    }
  }
  @-webkit-keyframes sky {
    0% {
      transform: rotate(45deg);
    }
    100% {
      transform: rotate(405deg);
    }
  }
  @keyframes sky {
    0% {
      transform: rotate(45deg);
    }
    100% {
      transform: rotate(405deg);
    }
  }



  .animat-header {
    padding-bottom: 10px !important;
    margin-bottom: 30px !important;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .animat-header:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 6px;
    height: 10px;
    width: 10px;
    background: #ffeb3b;
    border-radius: 50%;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    -ms-transition: all ease 1s;
  }
  .animat-header:hover:before {
    left: 100%;
  }





  /* Circle Animation Start */
  /* Core Loader */
@keyframes lds-double-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes lds-double-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes lds-double-ring_reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes lds-double-ring_reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.lds-double-ring {
    position: relative;
}
.lds-double-ring div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 4px solid #000;
    border-color: #ae4e28 transparent #ae4e28  transparent;
    -webkit-animation: lds-double-ring 5.7s linear infinite;
    animation: lds-double-ring 5.7s linear infinite;
}
.lds-double-ring div:nth-child(2) {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    border-color: transparent #fecb33 transparent #fecb33;
    -webkit-animation: lds-double-ring_reverse 5.7s linear infinite;
    animation: lds-double-ring_reverse 5.7s linear infinite;
}
.lds-double-ring {
    width: 100% !important;
    height: 100% !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-50%, -50%) scale(1) translate(50%, 50%);
    position: absolute;
}


.lds-css {
    position: absolute;
    width: 400px;
    height: 400px;
    top: 50%;
    margin-top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}

.core-animation{
    position: relative
}
/* circle Loader Ends */


.svg-img {
    overflow: hidden;
    width: calc(100% - 10px);
    height: 290px;
    border-radius: 8px;
    background-size: contain;
    border: 4px solid white;
    display:inline-block;
}



.sovinor-sec {
    padding: 50px 0;
    float: left;
    width: 100%;
    background: #f5f5f5;
    min-height: 450px;
    position: relative;
}
.sovinor-sec .hm_btn:hover:before, .sovinor-sec .cart_icon:hover a:before {
    background-color: #ffeb3b;
}
.sovinor-sec  .hm_btn, .sovinor-sec .cart_icon a {
    color: #fff;
}
.sovinor-sec .sovin-box a:hover {
    border-color: #1d0603;
    color: #fff;
    background: #1d0603;
}
.sovinor-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 100%;
    background: #ffeb3b url(../images/souvenirs-shop.jpg) fixed no-repeat bottom right;
    background-size: 50%;
}
.sovinor-sec:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 50%;
    height: 100%;
    background-size: 50%;
}
.sovinor-sec .sovin-box {
    z-index: 1;
    position: relative;
}
.sovin-box img:first-child {
    position: relative;
    right: 0;
    top: 0;
}
.sovin-box img {
    position: absolute;
    right: 0;
    top: 0;
}
.sovinor-sec .col-lg-6:first-child {
    align-self: center;
}
.sovinor-sec .sovin-box:first-child p {
    margin-bottom: 0;
    font-size: 27px;
    line-height: 46px;
    color: #fff;
    font-style: italic;
    font-family: 'Raleway';
    font-weight: 600;
    width: 90%;
}

.text-justify {
    text-align: justify;
}
.modular-heading {
    position: relative;
    z-index: 0;
    margin-bottom: 25px;
    font-size: 30px;
    display: inline-block;
    margin-left: 25px;
}
.modular-heading:before {
    border-radius: 50px;
    content: '';
    position: absolute;
    top: -15px;
    left: -16px;
    height: 60px;
    width: 60px;
    background: #ffeb3b;
    z-index: -1;
}
.modular-heading:after {
    border-radius: 50px;
    content: '';
    position: absolute;
    top: -20px;
    left: -25px;
    height: 60px;
    width: 60px;
    background: transparent;
    z-index: -2;
    border: 2px dashed #ae4e28;
}
.modular-heading.brown-before:before {
    border-radius: 50px;
    content: '';
    position: absolute;
    top: -15px;
    left: -16px;
    height: 60px;
    width: 60px;
    background: #994929;
    z-index: -1;
}
.modular-heading.brown-before:after {
    border-radius: 50px;
    content: '';
    position: absolute;
    top: -20px;
    left: -25px;
    height: 60px;
    width: 60px;
    background: transparent;
    z-index: -2;
    border: 2px dashed #ffeb3b;
}


.area-sec {
    position: relative;
    background: url(../images/bg-area.jpg);
    padding: 70px 0;
    float: left;
    width: 100%;
    z-index: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
#holiDay .modular-heading:before {
    background: #ae4e28;
}
.area-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000000c2;
    height: 100%;
    width: 100%;
    z-index: -1;

}
/* .menu_btn span:nth-child(2) {
    margin-right: 0 !important;
    margin-left: 8px !important;
} */
.area-sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/paper-bg.png) no-repeat;
    height: 120px;
    width: 100%;
    background-size: cover;
}
.cont p {
    color: #fff;
}
.area {
    list-style: none;
    position: relative;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
}
.area li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 140px;
    text-align: center;
    background: #00000094;
    border-radius: 50%;
    height: 140px;
    flex: 0 0 140px;
    margin: 10px;
    color: #fff;
    font-weight: 600;
    border: 10px solid #0000009c;
    font-size: 13px;
    transition: all linear 0.3s;
    position: relative;
}
.area li img {
    width: 46px;
    filter: brightness(0) invert(1);
    margin-bottom: 5px;
    transition: all linear 0.3s;
}
.area li:nth-child(2) {
    width: 170px;
    height: 170px;
    flex: 0 0 170px;
    border: 10px solid #c6b309 !important;
    color: #000 !important;
    background: #ffeb3b !important;
    font-size: 18px;
    font-weight: 700;
}
.area li:nth-child(3) {
    left: 15px;
}
.area li:nth-child(1) {
    right: 15px;
}
.area li:nth-child(3):before {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 1px;
    border-bottom: 1px dashed #fff;
    left: -43px;
}
.area li:nth-child(1):before {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 1px;
    border-bottom: 1px dashed #fff;
    right: -43px;
}
.area li:nth-child(3):before {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 1px;
    border-bottom: 1px dashed #fff;
    left: -43px;
}
.area li:nth-child(4):before {
    content: '';
    position: absolute;
    left: calc(100% - 25px);
    top: -48px;
    width: 1px;
    height: 44px;
    border-left: 1px dashed #fff;
    transform: rotate(45deg);
}
.area li:nth-child(5):before {
    content: '';
    position: absolute;
    right: calc(100% - 25px);
    top: -48px;
    width: 1px;
    height: 44px;
    border-left: 1px dashed #fff;
    transform: rotate(-45deg);
}
.area li:nth-child(4) {
    margin-right: 30px !important;
}
.area li:nth-child(5) {
    margin-left: 30px ;
}
.area-sec{
	padding-bottom:130px;
}
.area li:nth-child(2) img {
    filter: brightness(0) invert(0);
    width: 60px;
}
.area li:hover {
    background: #ccc;
    color: #000;
}
.area li:hover img {
    filter: inherit;
}
.who-sec {
    position: relative;
    background: #f5f5f5;
    padding: 70px 0;
    float: left;
    width: 100%;
    z-index: 0;
   border-bottom: 1px solid #ccc;
}


.img-cir {
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #ffeb3b;
    position: relative;
    width: 350px;
    height: 350px;
}
.img-cir img {
    width: 350px;
    height: 350px;
    object-fit: cover;
}
.img-bor-c {
    position: absolute;
    width: 350px;
    height: 350px;
    float: left;
}
.img-bor-c:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 2px dashed #ae4d26;
    border-radius: 50%;
}
.pad-50 {
    padding: 50px 0;
}
.osm-sec .col-lg-4 {
margin-bottom: 90px;
}
.suv-sec .col-lg-4 {
    margin-bottom: 30px !important;
}
.ocm-img {
    height: 130px;
    width: 130px;
    border: 2px solid #ccc;
    transform: rotate(45deg);
    background: #ccc;
    border-radius: 5px;
    overflow: hidden;
margin-right: 30px;
}
.ocm-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 30px);
    background: #ffc107;
    border-radius: 100px 10px 10px 100px;
}
.ocm-img img {
    position: absolute;
    transform: rotate(-45deg);
    min-width: 200px;
    height: 200px;
    top: -31px;
    left: -35px;
}
.ocm-cont {

}
.ocm-cont h5 {
    color: #000;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
}
.ocm-cont p {
    color: #000;
    margin-bottom: 5px;
}
.ocm-cont a{
    background: #000;
    height: auto;
    width: auto;
    text-align: center;
    line-height: 25px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    padding: 3px 15px;
    float: left;
    text-decoration: none;
}


.workshop-sec {
    background: #fff !important;
    position: relative;
    z-index: 1;
}
.workshop-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-workshop.jpg) !important;
    opacity: 0.3;
    z-index: -1;
}

/* workshop CSS */
/*.workshop-sec img {
    width: 380px;
    height: 380px;
  }*/
  .list-workshop {
    float: left;
    width: 100%;
  }
  .list-workshop li {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 36px;
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 16px;
  }
  .list-workshop li:before {
    content: "\f30b";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 26px;
    height: 26px;
    border: #fff dashed 1px;
    text-align: center;
    line-height: 24px;
    border-radius: 50px;
    background: #ae4d26;
    color: #fff;
  }
  .workshop-sec .clip-animation { 
    clip-path: polygon(100% 50%,84.70057014808336% 54.5684167277018%,91.0518476172854% 60.99980941685713%,82.33578363789503% 63.39392013277814%,93.30127018922194% 75%,77.76736691019323% 71.30665001530522%,80.05203820042827% 80.05203820042827%,71.30665001530522% 77.76736691019323%,75% 93.30127018922192%,63.39392013277814% 82.33578363789503%,60.99980941685714% 91.0518476172854%,54.56841672770181% 84.70057014808336%,50% 100%,45.4315832722982% 84.70057014808336%,39.000190583142874% 91.0518476172854%,36.606079867221865% 82.33578363789505%,25.00000000000001% 93.30127018922194%,28.693349984694787% 77.76736691019323%,19.947961799571733% 80.05203820042827%,22.23263308980677% 71.30665001530522%,6.698729810778076% 75.00000000000001%,17.664216362104966% 63.39392013277815%,8.948152382714603% 60.99980941685715%,15.299429851916635% 54.568416727701816%,0% 50.00000000000001%,15.299429851916635% 45.431583272298205%,8.94815238271459% 39.00019058314288%,17.66421636210496% 36.60607986722188%,6.698729810778062% 25.000000000000014%,22.23263308980676% 28.693349984694787%,19.947961799571715% 19.947961799571747%,28.69334998469477% 22.232633089806775%,24.99999999999998% 6.698729810778083%,36.60607986722184% 17.664216362104973%,39.00019058314284% 8.948152382714603%,45.43158327229816% 15.299429851916642%,49.99999999999999% 0%,54.568416727701795% 15.299429851916635%,60.99980941685711% 8.94815238271459%,63.39392013277812% 17.66421636210496%,74.99999999999997% 6.6987298107780475%,71.3066500153052% 22.23263308980675%,80.05203820042826% 19.947961799571722%,77.76736691019323% 28.69334998469477%,93.30127018922192% 24.99999999999998%,82.33578363789502% 36.60607986722184%,91.0518476172854% 39.00019058314283%,84.70057014808336% 45.43158327229816%)}
  
    .workshop-sec .clip-animation { 
    animation: clip 3s infinite;
  }
  
  @keyframes clip {
    0% {
      clip-path: polygon(100% 50%,84.70057014808336% 54.5684167277018%,91.0518476172854% 60.99980941685713%,82.33578363789503% 63.39392013277814%,93.30127018922194% 75%,77.76736691019323% 71.30665001530522%,80.05203820042827% 80.05203820042827%,71.30665001530522% 77.76736691019323%,75% 93.30127018922192%,63.39392013277814% 82.33578363789503%,60.99980941685714% 91.0518476172854%,54.56841672770181% 84.70057014808336%,50% 100%,45.4315832722982% 84.70057014808336%,39.000190583142874% 91.0518476172854%,36.606079867221865% 82.33578363789505%,25.00000000000001% 93.30127018922194%,28.693349984694787% 77.76736691019323%,19.947961799571733% 80.05203820042827%,22.23263308980677% 71.30665001530522%,6.698729810778076% 75.00000000000001%,17.664216362104966% 63.39392013277815%,8.948152382714603% 60.99980941685715%,15.299429851916635% 54.568416727701816%,0% 50.00000000000001%,15.299429851916635% 45.431583272298205%,8.94815238271459% 39.00019058314288%,17.66421636210496% 36.60607986722188%,6.698729810778062% 25.000000000000014%,22.23263308980676% 28.693349984694787%,19.947961799571715% 19.947961799571747%,28.69334998469477% 22.232633089806775%,24.99999999999998% 6.698729810778083%,36.60607986722184% 17.664216362104973%,39.00019058314284% 8.948152382714603%,45.43158327229816% 15.299429851916642%,49.99999999999999% 0%,54.568416727701795% 15.299429851916635%,60.99980941685711% 8.94815238271459%,63.39392013277812% 17.66421636210496%,74.99999999999997% 6.6987298107780475%,71.3066500153052% 22.23263308980675%,80.05203820042826% 19.947961799571722%,77.76736691019323% 28.69334998469477%,93.30127018922192% 24.99999999999998%,82.33578363789502% 36.60607986722184%,91.0518476172854% 39.00019058314283%,84.70057014808336% 45.43158327229816%);
    }
    50% {
      clip-path: polygon(84.70057014808336% 54.5684167277018%,91.0518476172854% 60.99980941685713%,82.33578363789503% 63.39392013277814%,93.30127018922194% 75%,77.76736691019323% 71.30665001530522%,80.05203820042827% 80.05203820042827%,71.30665001530522% 77.76736691019323%,75% 93.30127018922192%,63.39392013277814% 82.33578363789503%,60.99980941685714% 91.0518476172854%,54.56841672770181% 84.70057014808336%,50% 100%,45.4315832722982% 84.70057014808336%,39.000190583142874% 91.0518476172854%,36.606079867221865% 82.33578363789505%,25.00000000000001% 93.30127018922194%,28.693349984694787% 77.76736691019323%,19.947961799571733% 80.05203820042827%,22.23263308980677% 71.30665001530522%,6.698729810778076% 75.00000000000001%,17.664216362104966% 63.39392013277815%,8.948152382714603% 60.99980941685715%,15.299429851916635% 54.568416727701816%,0% 50.00000000000001%,15.299429851916635% 45.431583272298205%,8.94815238271459% 39.00019058314288%,17.66421636210496% 36.60607986722188%,6.698729810778062% 25.000000000000014%,22.23263308980676% 28.693349984694787%,19.947961799571715% 19.947961799571747%,28.69334998469477% 22.232633089806775%,24.99999999999998% 6.698729810778083%,36.60607986722184% 17.664216362104973%,39.00019058314284% 8.948152382714603%,45.43158327229816% 15.299429851916642%,49.99999999999999% 0%,54.568416727701795% 15.299429851916635%,60.99980941685711% 8.94815238271459%,63.39392013277812% 17.66421636210496%,74.99999999999997% 6.6987298107780475%,71.3066500153052% 22.23263308980675%,80.05203820042826% 19.947961799571722%,77.76736691019323% 28.69334998469477%,93.30127018922192% 24.99999999999998%,82.33578363789502% 36.60607986722184%,91.0518476172854% 39.00019058314283%,84.70057014808336% 45.43158327229816%,100% 50%);
    }
     100% {
      clip-path: polygon(91.0518476172854% 60.99980941685713%,82.33578363789503% 63.39392013277814%,93.30127018922194% 75%,77.76736691019323% 71.30665001530522%,80.05203820042827% 80.05203820042827%,71.30665001530522% 77.76736691019323%,75% 93.30127018922192%,63.39392013277814% 82.33578363789503%,60.99980941685714% 91.0518476172854%,54.56841672770181% 84.70057014808336%,50% 100%,45.4315832722982% 84.70057014808336%,39.000190583142874% 91.0518476172854%,36.606079867221865% 82.33578363789505%,25.00000000000001% 93.30127018922194%,28.693349984694787% 77.76736691019323%,19.947961799571733% 80.05203820042827%,22.23263308980677% 71.30665001530522%,6.698729810778076% 75.00000000000001%,17.664216362104966% 63.39392013277815%,8.948152382714603% 60.99980941685715%,15.299429851916635% 54.568416727701816%,0% 50.00000000000001%,15.299429851916635% 45.431583272298205%,8.94815238271459% 39.00019058314288%,17.66421636210496% 36.60607986722188%,6.698729810778062% 25.000000000000014%,22.23263308980676% 28.693349984694787%,19.947961799571715% 19.947961799571747%,28.69334998469477% 22.232633089806775%,24.99999999999998% 6.698729810778083%,36.60607986722184% 17.664216362104973%,39.00019058314284% 8.948152382714603%,45.43158327229816% 15.299429851916642%,49.99999999999999% 0%,54.568416727701795% 15.299429851916635%,60.99980941685711% 8.94815238271459%,63.39392013277812% 17.66421636210496%,74.99999999999997% 6.6987298107780475%,71.3066500153052% 22.23263308980675%,80.05203820042826% 19.947961799571722%,77.76736691019323% 28.69334998469477%,93.30127018922192% 24.99999999999998%,82.33578363789502% 36.60607986722184%,91.0518476172854% 39.00019058314283%,84.70057014808336% 45.43158327229816%,100% 50%,84.70057014808336% 54.5684167277018%);
    }
  }

  .tander-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px 10px 10px 10px;
    border-radius: 5px;
    text-decoration: none;
  }
  .tander-box i {
    color: #ea4a35;
  }
  .pdf {
    height: 80px;
    width: 50px;
    font-size: 70px;
    border-radius: 50%;
    position: relative;
    text-align: left;
    margin-right: 10px;
  }
  .pdf-con {
    width: calc(100% - 65px);
  }
  .pdf-con p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 0;color: #333;
  }
  .pdf h5 {
    width: 30px;
    display: inline-block;
    height: 30px;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffc107;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    color: #000;
    font-size: 15px;
  }
  .pdf-con h6 {
    font-size: 18px;
    font-weight: 800;
    color: #ea4a35;
    margin-bottom: 0;
  }
/* Masonary Gakllery start */


.bok-frm {
    background: url(../images/book-bg.jpg);

}



@media only screen and (max-width:2400px) and (min-width: 1386px) {
    .hm_bottom_footer:before, .hm_footer_wrapper:before {
        width: calc(25% + 86.2px);
    }
    .hm_footer_wrapper:after {
        left: calc(25% + 86.2px);
    }
}



@media only screen and (max-width:1199px) and (min-width: 992px) {
	.hm_footer_wrapper {
	    padding: 80px 0px 50px;
	}
}




.hm_menu > ul > li.active .sub-menu .listyle a{
    color: #000 !important;
}
.hm_menu > ul > li.active .sub-menu .listyle a:hover{
    color: #ae4e28!important;
}
.friendsofmuseum_wrapper{
    width: 100%;
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.friendsofmuseum_wrapper:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image:url(../images/fom_bg.png);
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}
.friendsofmuseum_wrapper .content-sec{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;

}
.friendsofmuseum_wrapper .content-sec h1{
   margin: 0 0 20px 0;
   font-size: 30px;
}
.friendsofmuseum_wrapper .content-sec p{
   margin: 0 0 20px 0;
}
.friendsofmuseum_wrapper .content-sec a{
   margin: 0 0 20px 0;
}
.friendsofmuseum_wrapper .content-sec a:hover{   
    color: #ae4d26;
    background: transparent!important;
    border: 1px solid #ae4d26;
}
.friendsofmuseum_wrapper .content-sec a.b1{
    
}
.friendsofmuseum_wrapper .content-sec a.b2{
    color: #ae4d26;
    background: transparent!important;
    border: 1px solid #ae4d26;
}
.friendsofmuseum_wrapper .content-sec a.b2:hover{
    color: #fff;
    background: #ae4d26!important;
    border: 1px solid #ae4d26;
}
.friendsofmuseum_wrapper .content-sec a.b2:before{
    background: transparent!important;
}
.friendsofmuseum_wrapper .image-sec{
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}
.friendsofmuseum_wrapper .image-sec .image-grid{
    width: 100%;
    height: 100%;
    padding: 5px;
    border-radius: 4px;
}
.friendsofmuseum_wrapper .image-sec .image-grid.section-3{
    height: 140px;
}
.friendsofmuseum_wrapper .image-sec .image-grid img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; 
}

.friendsofmuseum_wrapper .image-sec .image-grid:hover img{
     transform: scale(1.04);
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    /*box-shadow: 0 2px 3px #00000073;*/
}
.hm_contactus_form_overlay {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.71);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-animation: fadeIn 2s 1 both;
    animation: fadeIn 2s 1 both;
    -moz-animation: fadeIn 2s 1 both;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
   
}
.overlay-mod:before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9999999;
	pointer-events: none;
}

body.contactus_overflow {
    overflow: hidden;
    padding-right: 17px;
}
.hm_contactus_form_overlay.contactus_open {
    opacity: 1;
    visibility: visible;
}
.hm_contactus_form {
    width: 500px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10000000;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.hm_contactus_form h1 {
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 20px 0px 20px;
    display: inline-block;
    background-color: #fc5a6d;
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
    border-radius: 4px 4px 0px 0px;
    font-weight: bold;
}
.contactus_fields {
    width: 100%;
    padding: 30px 20px 20px;
}
.contactus_fields .form-group {
    width: 100%;
}
.contactus_fields .form-group .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 15px;
    color: #484848;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.contactus_fields .form-group .form-control:focus {
    outline: none;
}
.hm_contactus_header {
    position: relative;
}
.contactus_fields .hm_btn{
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    padding: 12px 17px;
}
.contactus_close {
    position: absolute;
    right: 10px;
    top: 4px;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
}


/*publication1*/

.hm_publication_des_overlay {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.71);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-animation: fadeIn 2s 1 both;
    animation: fadeIn 2s 1 both;
    -moz-animation: fadeIn 2s 1 both;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

body.publication_overflow {
    /* overflow: hidden; */
    padding-right: 17px;
}
.hm_publication_des_overlay.publication_open {
    opacity: 1;
    visibility: visible;
}
.hm_publication_des {
    width: 500px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1000000;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.hm_publication_des h1 {
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 20px 0px 20px;
    display: inline-block;
    background-color: #fc5a6d;
    color: #ae4e28;
    font-size: 22px;
    text-transform: capitalize;
    border-radius: 4px 4px 0px 0px;
    font-weight: bold;
}
.hm_publication_des h4 {
    width: 100%;
    text-align: left;
    margin: 0px;
    padding: 8px 0px 5px;
    display: inline-block;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
}
.hm_publication_des p{
    font-size: 14px;
    color: #000;
}
.publication_fields {
    width: 100%;
    padding: 22px 20px 20px;
}
.publication_fields .group {
    width: 100%;
}

.hm_publication_header {
    position: relative;
}
.publication_fields .hm_btn{
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    padding: 12px 17px;
}
.publication_close {
    position: absolute;
    right: 10px;
    top: 4px;
    color: #1a1a1a;
    font-size: 15px;
    cursor: pointer;
}


/*publication2*/

.hm_publication2_des_overlay {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.71);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-animation: fadeIn 2s 1 both;
    animation: fadeIn 2s 1 both;
    -moz-animation: fadeIn 2s 1 both;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

body.publication2_overflow {
    overflow: hidden;
    padding-right: 17px;
}
.hm_publication2_des_overlay.publication2_open {
    opacity: 1;
    visibility: visible;
}
.hm_publication2_des {
    width: 500px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1000000;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.hm_publication2_des h1 {
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 20px 0px 20px;
    display: inline-block;
    background-color: #fc5a6d;
    color: #ae4e28;
    font-size: 22px;
    text-transform: capitalize;
    border-radius: 4px 4px 0px 0px;
    font-weight: bold;
}
.hm_publication2_des h4 {
    width: 100%;
    text-align: left;
    margin: 0px;
    padding: 8px 0px 5px;
    display: inline-block;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
}
.hm_publication2_des p{
    font-size: 14px;
    color: #000;
}
.publication2_fields {
    width: 100%;
    padding: 22px 20px 20px;
}
.publication2_fields .group {
    width: 100%;
}

.hm_publication2_header {
    position: relative;
}
.publication2_fields .hm_btn{
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    padding: 12px 17px;
}
.publication2_close {
    position: absolute;
    right: 10px;
    top: 4px;
    color: #1a1a1a;
    font-size: 15px;
    cursor: pointer;
}



/*publication3*/

.hm_publication3_des_overlay {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.71);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-animation: fadeIn 2s 1 both;
    animation: fadeIn 2s 1 both;
    -moz-animation: fadeIn 2s 1 both;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

body.publication3_overflow {
    overflow: hidden;
    padding-right: 17px;
}
.hm_publication3_des_overlay.publication3_open {
    opacity: 1;
    visibility: visible;
}
.hm_publication3_des {
    width: 500px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1000000;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.hm_publication3_des h1 {
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 20px 0px 20px;
    display: inline-block;
    background-color: #fc5a6d;
    color: #ae4e28;
    font-size: 22px;
    text-transform: capitalize;
    border-radius: 4px 4px 0px 0px;
    font-weight: bold;
}
.hm_publication3_des h4 {
    width: 100%;
    text-align: left;
    margin: 0px;
    padding: 8px 0px 5px;
    display: inline-block;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
}
.hm_publication3_des p{
    font-size: 14px;
    color: #000;
}
.publication3_fields {
    width: 100%;
    padding: 22px 20px 20px;
}
.publication3_fields .group {
    width: 100%;
}

.hm_publication3_header {
    position: relative;
}
.publication3_fields .hm_btn{
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    padding: 12px 17px;
}
.publication3_close {
    position: absolute;
    right: 10px;
    top: 4px;
    color: #1a1a1a;
    font-size: 15px;
    cursor: pointer;
}


/*06-04-2023*/

.imagegallery_wrapper{
    width: 100%;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 0;
}

.imagegallery_wrapper:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/fom_bg.png), linear-gradient(45deg, #fff, #fff);
    background-attachment: fixed;
    object-fit: cover;
    opacity: 0.5;
    z-index: -1;
}
.imagegallery_wrapper .imagegallery-sec{
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 2;
}
.imagegallery_wrapper .imagegallery-sec .imagegallery-grid{
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.imagegallery_wrapper .imagegallery-sec .imagegallery-grid:hover{
     border:1px solid #fff;
}
.imagegallery_wrapper .imagegallery-sec .imagegallery-grid.smallpart{
    height: 200px;
    width: 100%;
    margin-bottom: 12px;
}
.imagegallery_wrapper .imagegallery-sec .imagegallery-grid.bigpart{
    height: 300px;
    width: 100%;
    margin-bottom: 12px;
}

.imagegallery_wrapper .imagegallery-sec .imagegallery-grid.smallpart img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1px;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease; 
    
}
.imagegallery_wrapper .imagegallery-sec .imagegallery-grid.bigpart img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1px;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    filter: grayscale(80%);
}
.imagegallery_wrapper .imagegallery-sec .imagegallery-grid:hover img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
     filter: grayscale(0%);
}
.imagegallery_wrapper .inner-heading{
    display: flex;
    justify-content: start;
    margin-bottom: 30px;
}
.imagegallery_wrapper .inner-heading.ingallery{
    padding-left: 0;
}
   
.imagegallery_wrapper .inner-heading h1{
    font-size: 22px;
    font-weight: 600;
    width: 100%;
}
.imagegallery_wrapper .inner-heading h1 span{
    padding-left: 12px;
    padding-right: 10px;
}

.imagegallery_wrapper .inner-heading.addonss{
    margin-top: 60px;
}
.imagegallery_wrapper .inner-heading.addonss h1 span{
    padding-left: 0;
    padding-right: 0;
}
.imagegallery_wrapper .inner-heading.addonss{
    display: flex;
    justify-content: start;
    margin-bottom: 30px;
}


.imagegallery_wrapper .imagegallery-sec .imagegallery-grid:hover .overlay_buttons .fas,
.imagegallery_wrapper .imagegallery-sec .imagegallery-grid:hover .overlay_buttons .fa-youtube {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.contact_wrapper{
    width: 100%;
    background-image: url(../images/fom_bg.png);
    background-size: 100% 100%;
    padding: 80px 0px;
    z-index: 0;
    position: relative;
}
.contact_form_wrapper .hm_form{
    width: 100%;
    padding: 40px 40px;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 1;
}
.contact_form_wrapper .hm_form:before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 545px;
    border-bottom: solid 273px rgb(177 81 42);
    border-right: solid 273px #ad4d26;
    border-left: solid 273px #b5532b;
    border-top: solid 273px #ad4d26;
    z-index: -1;
}
  
.contact_form_wrapper .hm_form .con_btn .hm_btn{
    box-shadow: 0 1px 6px #6a3018;
}


.contact_wrapper .contact_boxx{
    position: relative;
    cursor: pointer;
    width: 100%;
    padding: 0 20px;
    z-index: 1;
}
.contact_wrapper .contact_boxx .face{
    width: 300px;
    height: 200px;
    transition: 0.5s;
    padding: 40px;
}
.contact_wrapper .contact_boxx .face.face1{
    position: relative;
    background: #333;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    z-index: 3;
    width: 100%;
}
.contact_wrapper .contact_boxx .face.face1:before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    border-bottom: solid 12px rgb(86 86 86);
    border-right: solid 12px #4c4440;
    border-left: solid 30px #b5532b00;
    border-top: solid 30px #ad4d2600;
    z-index: 2;
}
.contact_wrapper .contact_boxx .face.face1:after{
     content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-bottom: solid 30px rgb(177 81 42 / 0%);
    border-right: solid 30px rgb(177 81 42 / 0%);
    border-left: solid 12px #b5532b;
    border-top: solid 12px #ad4d26;
    z-index: -1;
}

.contact_wrapper .contact_boxx .face.face1 .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: 0.5s;
}
.contact_wrapper .contact_boxx i{
    position: absolute;
    top: -33px;
    left: 50%;
    width: 70px;
    height: 70px;
    font-size: 20px;
    color: #fff;
    transform: translateX(-50%);
    z-index: 9999999;
    background: #ae4e28;
    text-align: center;
    line-height: 70px;
    border-radius: 50px;
    font-size: 30px;
}

.contact_wrapper .contact_boxx .face.face1 h2{
    color: #fff;
    position: relative;
}
.contact_wrapper .contact_boxx .face.face1 .content p{
    margin-top: 20px;
     color: #fff;
      font-size: 15px;
      text-align: left;
}
.contact_wrapper .contact_boxx .face.face1 .content p a{
     color: #fff;
     text-decoration: none;

}
.contact_wrapper .contact_boxx .face.face1 .content p a:hover{
    color: #fff;
}




/*.contact_wrapper .contact_boxx .face.face2 .content a:hover{
    background: #333;
    color: #fff;
}*/

/*dipti*/

.exit h4{
    font-size:12px;
}

.hm_news_data.e-data{
    position:relative;
    margin-top: 16px;
}
.weight a{
    font-weight:500;
}
.hm_news_data.e-data:hover{
    color: #ae4d26;
}
.hm_news_data.e-data:before{
    content: '';
    position: absolute;
    left: 9px;
    top: -15px;
    height: 157px;
    width: 2px;
    background: #ffeb3b;

}

    .hm_news_data.e-data:after {
        content: '';
        position: absolute;
        left: 10px;
        bottom: 27px;
        height: 2px;
        width: 10px;
        background: #ffeb3b;}
.hm_news_img.e-img img{
    height:300px;
}
.news_btn.e-btn{
     font-size: 10px;
}
.animat-header.e-heading {
    border-bottom: 1px solid #b9b9b9;
}
.hm_news_data.e-data h3 {
  font-size:21px;  

}
.hm_news_box.e-box {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 1px 4px #0000003d;}
    .hm_news_img.e-img {
        overflow: hidden;
    }

/*10-04-2023?*/

h1.hm_heading .morebtn{
    font-size: 13px;
    padding: 10px 18px;
    line-height: 9px;
    height: 30px;
    font-weight: 500;
    letter-spacing: 0.4px;
    float: right;
}
h1.hm_heading .morebtn:hover{
    color: #ffffff;
    border-color: #ffffff;
}
h1.hm_heading .morebtn span{
    letter-spacing: 1.5px;
}
.sovin-box a{
    margin:26px 0;
    box-shadow: 0 0 7px #0000008c;
}
.sovin-box a:hover{
    border-color: #ffffff;
    color: #ffffff;
}
.hm_banner_wrapper h1{
    font-family: "Roboto Slab", serif!important;
    display: none;
}

.insta_img{
    height: 70px;
    width: 70px;
    position: relative;
}
.insta_img img.insimg{
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.insta_img .gallery_img_overlay{
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translate(-100px,-100px);
    -moz-transform: translate(-100px,-100px);
    -ms-transform: translate(-100px,-100px);
    -o-transform: translate(-100px,-100px);
    transform: translate(-100px,-100px);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.insta_img:hover .gallery_img_overlay{
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    transform: translate(0px,0px);
}

.insta_img .overlay_buttons .fas, .insta_img .overlay_buttons .fa-youtube {
    line-height: 32px;
    font-size: 13px;
    width: 30px;
    height: 30px;
}
.insta_img:hover .overlay_buttons .fas, .insta_img:hover .overlay_buttons .fa-youtube {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.sidebar.blog-details .popular-posts .post .post-thumb{
    height: 100%;
}
.sidebar.blog-details .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sidebar .popular-posts .post a:hover {
    color: #ae4e28!important;
}
.sidebar.blog-details .popular-posts .post-info{
    margin-top: 6px;
}
.comments-area.blog-d .comment{
    margin-top: 6px;
    position: absolute;
    bottom: -3px;
    font-size: 10px;
    color: #6e6e6e;
    font-style: normal;
}
.comments-area.blog-d .comment-box .comment .author-thumb {
    position: relative;
    left: 0px;
    top: 0px;
    /* border-radius: 50%; */
    /* margin-bottom: 20px; */
    padding-right: 20px;
    /* margin-right: 20px; */
    width: 18%;
    height: 100px;
    overflow: hidden;
    border-radius: 4px;
}
.comments-area.blog-d  .comment-box .comment .comment-inner {
    position: relative;
    padding-bottom: 22px;
    width: 82%;
}
.comments-area.blog-d .comment-box .comment .author-thumb img{
    height: 100%;
    width: auto;
    object-fit: cover;
    object-position: center;
}
.hm_news_data ul li a:hover {
    color: #ae4e28!important;
}

.hm_arrivals_wrapper.eventsec {
    width: 100%;
    background-image: linear-gradient(90deg,#ffffffe8,#ffffffb0),url(../images/bg3.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 70px 0px 50px;
}
.hm_arrivals_wrapper.eventsec:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / 74%);
}
    
.hm_arrivals_wrapper.eventsec h1{
    font-size: 22px;
}

.hm_arrivals_wrapper.eventsec .new_pro_box {
    box-shadow: 0 1px 7px #00000052;
}
ul.hm_pagination li a:hover {
    border-color: #ae4d26!important;
}
.art-sec{
    overflow: hidden!important;
}
.gallery-section{
    position: relative;
    background: #fefefe;
    padding: 0;
    float: left;
    width: 100%;
    z-index: 0;
}
.gallery-section .imagegallery_wrapper:before{
    background-color: rgb(255 255 255 / 95%);
}
    












/* Explore Page Start */
.fee-box {
    position: relative;
    margin-bottom: 30px;
    background: url(../images/ticket.png);
}
.fee-box h2 {
    background-image: linear-gradient(#ff5e21, #ffc107);
    margin: 0;
    padding: 5px 15px 15px 15px;
    color: #fff;
    font-size: 20px;
    border-radius: 7px 7px 0 0;
    position: relative;
}
.fee-box h2 span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 8px;
    left: 63px;
    font-size: 14px;
    color: #000;
    font-style: italic;
}
.fee-box h2 img {
    margin-right: 5px;
    width: 40px;
    display: inline-block;
}
.fee-cont {
    position: relative;
    padding: 0px 15px 15px 15px;
    min-height: 170px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fee-cont:before {
    content: '';
    position: absolute;
    bottom: -35px;
    right: -4px;
    background: url(../images/ticket.png) bottom 0 right 0;
    background-size: auto;
    background-repeat: no-repeat;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    transform: rotate(-45deg);
}
.fee-cont ul li {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 25px;
    margin-bottom: 5px;
}
.fee-cont ul li:before {
    content: "\f061";
    position: absolute;
    top: 3px;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000;
    font-size: 9px;
    border-radius: 50px;
    background: #fc0;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 18px;
}
.fee-cont h4 {

}
.fee-cont span {

}
.flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
  }
  
  /* This container is needed to position the front and back side */
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  /* Position the front and back side */
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    border-radius: 50%;
  }
  
  /* Style the front side (fallback if image is missing) */
  .flip-card-front {
    background-image: url(https://i3.wp.com/nalastminute.cz/wp-content/uploads/2019/05/Brela-Makarska-Riviera-Chorvatsko.jpg);
    background-size: cover;
    background-position: 40% 50%;
  }
  
  /* Style the back side */
  .flip-card-back {
    background-color: dodgerblue;
    color: white;
    transform: rotateY(180deg);
  }
  
  .flip-card-back h1 {
    margin-top: 2.5em;
  }
  .oph h2 {
    font-size: 24px;
    color: #fff;
  }
  .oph h2 span {
    font-style: italic;
    font-size: 14px;
    color: #ffeb3b;
    display: block;
  }
  .oph ul {
    margin-top: 10px;
  }
  .oph ul li, .mt-list li, .mlb-box li {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 25px;
    margin-bottom: 5px;
    color: #fff;
    margin-top: 5px;
}
.int-box > div > ul {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 25px;
    margin-bottom: 5px;
    color: #fff;
    margin-top: 5px;
    padding: 0;
    margin: 0;
}
.oph ul li:before, .mt-list li:before, .mlb-box li:before {
    content: "\f061";
    position: absolute;
    top: 3px;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000;
    font-size: 9px;
    border-radius: 50px;
    background: #fc0;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 18px;
}
.int-box > div > ul li:before {
	content: "\f061";
    position: absolute;
    top: 3px;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000;
    font-size: 9px;
    border-radius: 50px;
    background: #fc0;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 18px;
}
.mt-list li, .mlb-box li {
    color: #000;
}
.int-box > div > ul > li {
    color: #000;
    position: relative;
    float: left;
    width: 100%;
    padding-left: 25px;
}
.mwb-sec {
    float: left;
    width:100%;
    padding: 50px 0 100px 0;
    background: #fff;
}
.mwb-sec .new_pro_box{
    box-shadow: 0 1px 6px #00000038;
}
.mlb-box {
    float: left;
    width: 100%;
    margin-top: 30px;
    background:#ae4d26;
    padding: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    min-height: 222px;
}
.mlb-box h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.mlb-box h4 span {
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #fc0;
    font-weight: 700;
    margin-top: 5px;
}
.mlb-box li, .mlb-box p {
    color: #fff;
}
/* Explore Page End */


.sub-ul, .int-box > div > ul > li > ul {
    margin-left: 15px;
}
.int-box > div > ul > li > ul > li {
	padding-left: 20px;
    position: relative;
}
.sub-ul li:before, .int-box > div > ul > li > ul li:before {
    top: 5px;
    left: 0;
    color: #fff;
    font-size: 7px;
    border-radius: 50px;
    background: #ae4d26;
    height: 14px;
    width: 14px;
    line-height: 15px;
}

.int-box {
    background: #fff;
    float: left;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    position: relative;
    overflow: hidden;
    height: 344px;
}
.int-box h4 {
    background: #ffeb3b;
    padding: 5px 10px;
    color: #000;
    border-radius: 5px;
        min-height: 54px;
}

.int-box h4 span {
    font-size: 13px;
    display: block;
    margin: 5px 0;
    font-style: italic;
    color: #000;
    font-weight: 600;
}
.int-box > span.price {
    background: #af4d28;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    padding: 2px 40px;
    position: absolute;
    right: -37px;
    top: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.web-c {
    background: #ae4e28;
    text-align: left;
    color: #fff !important;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 5px;
}
.web-c span {
    height: auto;
    width: 100%;
    float: right;
    margin-left: 5px;
    line-height: 20px;
    border-radius: 11px;
    color: #feea3b;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
.web-c span:before {
    content: '\f06e';
    position: absolute;
    top: 2px;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    color: #762c0e;
    font-size: 20px;
}
.suv-sec {
    position: relative;
    background: #fff !important;
    padding: 70px 0;
    float: left;
    width: 100%;
    z-index: 0;
}
.suv-sec::before {
    display: none;
}

@media only screen and (max-width: 1600px) and (min-width: 997px) {
    .hm_bottom_footer:before, .hm_footer_wrapper:before {
        width: calc(25% + 60.2px);
    }
    .hm_footer_wrapper:after {
        left: calc(25% + 60.2px);
    }
}
@media only screen and (max-width: 2400px) and (min-width: 1600px) {
    .hm_bottom_footer:before, .hm_footer_wrapper:before {
        width: calc(25% + 86.2px) ;
    }
    .hm_footer_wrapper:after {
        left: calc(25% + 86.2px);
    }
}


.rev_slider_wrapper, .rev_slider, .tp-fullwidth-forcer, .rev_slider .tp-bgimg.defaultimg {
    max-height: calc(100vh - 87px) !important;

}
.twit2{height:221px;width:211px;} #fav img{max-height:none!important;max-width:none!important;background:none!important} #twit twit{max-height:none!important;max-width:none!important;background:none!important}
.header-logo {
    display: flex;
    width: 100%;
    padding: 5px 10px;
    flex-wrap: wrap;
    background: #fff;
}
.header-logo .col-lg-8 {

}
.header-logo .col-lg-8 a {
   
}
.header-logo .col-lg-8 a img{
    max-width: 90%!important;
    height: auto!important;
}
.header-logo .col-lg-8 a:last-child {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
    border-left: 1px solid #ccc;
}

.publ-box {
    background: #fff;
    float: left;
    position: relative;
    box-shadow: 0 0 5px #ccc;
    overflow: hidden;
}
.publ-cont {
    padding: 15px;
        min-height: 66px;
}
.publ-cont h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.publ-cont h5 {
    font-size: 14px;
    font-weight: 700;
    background: #ffeb3b;
    position: absolute;
    top: 12px;
    right: -34px;
    padding: 8px 45px;
    transform: rotate(45deg);
    color: #000;
}
.publ-box a{
    text-decoration: none;
}
.publ-box i{
    color: #ffffff;
}
.amenity-sec {
    background: #F5F5F5;
}
.ami-box {
    width: 100%;
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 10px 5px;
    border-radius: 5px;
    position: relative;
    text-align: center;
    min-height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    transition: all linear 0.3s;
    cursor: pointer;
}

.ami-box img {
    width: 50px;
    transition: all linear 0.3s;
}
.ami-box:hover img {
    filter: brightness(0) invert(1);
}
.ami-box h4 {
    position: relative;
    margin: 10px 0 5px 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    transition: all linear 0.3s;
}
.ami-box:hover {
    background: #ae4e28;
}
.ami-box:hover h4 {

    color: #fff;
}
.ami-box h4 i {
    position: absolute;
    bottom: -12px;
    left: 46%;
    background: red;
    height: 12px;
    width: 12px;
    color: #fff;
    font-size: 8px !important;
    text-align: center;
    line-height: 12px;
    border-radius: 10px;
    cursor: pointer;
}

.team-sec {
    background: #fff;
}
.team-box {
    background: #f5f5f5;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    padding-top: 60px;
    margin-top: 30px;
    text-align: center;
    min-height: 160px;
    border: 1px solid #ccc;
}
.team-box h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 7px;
}
.team-box h5 {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #ae4e28;
}
.team-box h6 {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #333;
}
.team-box img {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -25%;
    left: calc(50% - 50px);
    border-radius: 50%;
    border: 4px solid #ffeb3b;
}
.team-sec table th {
    background: #ae4e28;
    color: #fff;
    border-bottom: 0px;
}
.team-sec .table>:not(:first-child) {
    border-top: 2px solid transparent;
}

.fix-height-table {
    height: 350px;
    overflow-y: auto;
}
.fix-height-table::-webkit-scrollbar {
    width: 3px;
  }
   
  .fix-height-table::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
   
  .fix-height-table::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }
  .fix-height-table table thead {
    position: sticky;
    top: 0;
  }
  .mb70{
    margin-bottom: 70px;
  }
  .ml10{
    margin-left: 10px;
  }

  .hm_gallery_wrapper .popup-gallery1 {
    color: #fff!important;
    text-decoration: none !important;
}
.hm_gallery_wrapper .popup-gallery1 h4 {
    color: #fff!important;
    opacity: 0;
    transition: all linear 0.3s;
}
.gallery_img:hover .popup-gallery1 h4 {
    opacity: 1;
}
.gallery_img:hover img {
    filter: brightness(50%);
}
.eventsec .tab-content {
    border: 0px solid #dddddd;
    padding: 0;
}



/**
 * Simple fade transition,
 */
 .mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}


#artifatModal .modal-header {
    padding: 5px 15px;
    font-weight: 600;
    background: #ad4d26;
    border-radius: 0;
}
#artifatModal .btn-close {
    background: url(../images/close.png);
    background-size: contain;
    opacity: 1;
        background-repeat: no-repeat;
}
#artifatModal .modal-header h5 {

    color: #fff !important;
}
#artifatModal .btn-close:focus {
    outline: none;
    box-shadow: none;
}
#artifatModal img {
    border: 5px solid #ffc107;
    border-radius: 10px;
}

.arti-box {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 1px 1px 4px #c4c4c4;
}
.arti-img {
    float: left;
    width: 100%;
        position: relative;

}
.arti-box img {
height: 250px;
    width: 100%;
    object-fit: cover;
}
.arti-box .arti-cont {
    padding: 5px 10px;
    background: #f5f5f5;
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.arti-box .arti-cont h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: #ae4d26;
    text-transform: capitalize;
    width: calc(100% - 40px);
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}
.arti-box .arti-cont a {
    background: #ffc107;
    color: #a51300;
    text-decoration: none;
    width: 24px;
    float: right;
    height: 24px;
    border-radius: 50px;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    border: 1px dashed #f5f5f5;
}
.arti-box .arti-img .overlay {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: #0000007a;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.arti-box:hover .arti-img .overlay {
    opacity: 1;
    visibility: visible;
}
.arti-box:hover .arti-img::after, .arti-box:hover .arti-img::before{
    transform: scale(1, 1);
}
.arti-img::after, .arti-img::before{
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    transition: all 0.5s;
}
.arti-img::after{
    border-right: 1px solid yellow;
    border-left: 1px solid yellow;
    transform: scale(1, 0);
}
.arti-img::before{
    z-index: 9;
    border-top: 1px solid yellow;
    border-bottom: 1px solid yellow;
    transform: scale(0, 1);
}

.navin-sec {
    background: #fff url(../images/wall.jpg) right 0 center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    position: relative;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
}
/* .navin-sec:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    background-color: #ccc;
    height: 100%;
    z-index: -1;
} */
.cm-quote {
    position: absolute;
    top: -8px;
    left: 250px;
    background: #994929;
    height: 200px;
    width: 250px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 35px 9px 0 34px;
    color: #fff;
}
.cm-quote h5 {
    font-size: 14px;
    color: #ffeb3b;
    text-align: left;
    float: left;
    width: 100%;
    margin-top: 5px;
    font-style: italic;
}
.cm-quote h6 {
    font-size: 12px;
    color: #fff;
    text-align: left;
    float: left;
    width: 100%;
    margin-top: 0;
}
.cm-quote p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 26px;
}
.cm-quote:before {
    content: '';
    position: absolute;
    bottom: 45px;
    left: -19px;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    /* border-right: 42px solid #994929; */
}
.cm-quote:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 14px;
    width: 100%;
    height: 100%;
    border: 1px dashed #994929;
    border-radius: 50%;
}
.publ-box > a {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffeb3b;
    padding: 5px 20px;
    color: #000;
    font-weight: 700;
    border-radius: 5px;
}
.dnl-pdf {
    background: #994929;
    width: 100%;
    float: left;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    color: #fff;
}
.dnl-pdf:hover {
    color: #fff;
}

.imp-slider {

}
.imp-link-box {
    margin-left: 10px;
}
.imp-link-box h4 {
    position: relative;
    color: #fff;
    top: -15px;
}
.imp-link-box h4 span {
    color: #ffeb3b;
}
.imp-link-box h4:before {
    content: '';
    position: absolute;
}

/* Wall of thanks */

.note {
    position: relative;
    width: 100%;
    color: #4c4e67;
    background: #f1e000;
    overflow: hidden;
    font-size: 16px;
    border-radius: 5px 36px 5px 5px;
    min-height: 200px;
    padding: 40px 15px 15px 15px;
    font-family: 'Handlee', cursive;
    margin-bottom: 15px;
    float: left;
}
.note:after {
    content: '';
    position: absolute;
    top: 7px;
    left: calc(50% - 15px);
    background: url(../images/pin.png);
    width: 20px;
    height: 37px;
    background-size: contain;
    background-repeat: no-repeat;
}
.navin-sec .col-lg-3:nth-child(odd) .note {
    transform: rotate(-6deg)
}
.navin-sec .col-lg-3:nth-child(even) .note {
    transform: rotate(6deg);
    margin-top: 15px;
}
.navin-sec .col-lg-3:nth-child(2) .note {
    transform: rotate(-8deg);
    margin-top: 25px;
}
.navin-sec .col-lg-3:nth-child(4) .note {
    transform: rotate(-8deg);
    margin-top: 25px;
}
.navin-sec .col-lg-3:nth-child(even) .note {
    transform: rotate(6deg)
}
.navin-sec .col-lg-3:nth-child(even) .note {
    transform: rotate(6deg)
}
.note:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: #fff0 #fff0 #ffffffe6 #ffffffe6;
    background: #fff;
    box-shadow: 0px 0px 15px 4px #0c0f4180;
    display: block;
    width: 0;
    border-width: 12px;
    border-color: #fff #fff transparent transparent;
    border-radius: 0 0 0 5px;
    transition: border .4s ease-in;
}
.note p {
    font-size: 18px;
    line-height: 26px;
}
.note ul {
    display: flex;
    align-items: center;
}
.note ul li {
    
}
.note ul li:last-child {
    margin-left: 10px;
}
.note ul li h5 {
    font-size: 13px;
    font-weight: 700;
}
.note ul li h6 {
    font-size: 12px;
    font-weight: 500;
}
.note ul li img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ffffff;
}



/* Latest CSS */
p {
    text-align: justify;
}


.hm_footer_wrapper .row > div:first-child .hm_footer_box {
    padding: 0 60px 0 0!important;
    border: transparent 1px solid;
    background: transparent;
    text-align: center;
}
.hm_footer_wrapper .row > div:first-child .hm_footer_box p{
	text-align: center;
}
.hm_wallofthanks_wrapper{
    width: 100%;
    padding: 70px 0px 50px;
    background-image: url(../images/wall-of-thanks/wot.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    float: left;
    height: 550px;
}
.brick-sec {
    /*background-image: url(../images/wall-of-thanks/brick.png);*/
    background-size: 100% 100%;
    padding: 19px 16px 17px 16px;
    position: relative;
    margin-top: 50px;
}
.hm_wallofthanks_data{
    width:100%;
}
.hm_wallofthanks_data p{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.bg-animation{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    opacity: 0.1;
}

.img-cir-sml {
    width: 250px;
    height: 250px;
}
.img-cir-sml img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}
.img-bor-c-sml {
    position: absolute;
    width: 250px;
    height: 250px;
    float: left;
}


.openair-sec {
    background: #fff !important;
    position: relative;
    z-index: 1;
    padding: 70px 60px;
}
.openair-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/openair-bg.jpg) !important;
    opacity: 0.9;
    z-index: -1;
}

.topbar{
    background-color: #1f0606;
    width: 100%;
}
.odisha-cm{
   position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.odisha-cm h5{
    font-size: 13px;
    text-align: right;
    position: relative;
    right: 100px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
    padding: 5px 5px;
    color: #000;
}
.odisha-cm h5 span{
    font-size: 12px;
    font-weight: 500;
    color: #000;
}
.odisha-cm img{
    position: absolute;
    bottom: 10px;
    right: 0;
}


.contact-form .form-group {
    width: 100%;
}
#holiDay .modular-heading span:last-child {
	position: relative;
    left: -7px;
}
#holiDay .modular-heading:after {
    border: 2px dashed #ffeb3b;
}


@media only screen and (max-width: 587px) and (min-width: 320px) {
	.art-cont a {
	    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    float: left;}
	.who-sec .row .mb70:last-child {
		margin-bottom: 0 !important;
	}
	.img-bor-c {
	    left: 84px !important;
	}
	.btn-vt span {
	left: 0px;
	padding: 0px;
	}
	.mainslider .owl-item img {
	height: 250px !important;
	}
	.hm_footer_wrapper .col-xl-3 {
		padding:0 25px !important;
	}
.img-cir {
    width: 300px;
    height: 300px;
    display: block;
    margin: 0 auto;
}
.amenity-sec .col-lg-2 {
	width: 50%;
}
.amenity-sec .row {
	    justify-content: center;
}
    .img-cir img {
        width: 300px;
        height: 300px;
        object-fit: cover;
    }
    .hm_banner_wrapper .position-relative > img {
    height: 80px;
}
.area li:before {
   display:none;
}
.area li:nth-child(2){
	order:-1;
}
.area li{
	margin-left: 7px !important;
}
    .img-bor-c {
    position: absolute;
    width: 300px;
    height: 300px;
    left: 43px
    }
    .footer_so_icons.top-social-icons{
        width: 100%;
        padding: 0px;
        margin: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        display: flex!important;
       justify-content: center!important;
    }
    .open-air-image{
    
            margin-left: -40px;
       
    }

}
a{
    text-decoration: none;
}
.margin-right-style{
    margin-right: 20px;
}
.openair-sec .list-workshop li a{
    color: #ae4d26;
    font-weight: 500;
}



/*Download OAT form*/

.hm_oat_overlay {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.71);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-animation: fadeIn 2s 1 both;
    animation: fadeIn 2s 1 both;
    -moz-animation: fadeIn 2s 1 both;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

body.oat_overflow {
    overflow: hidden;
    padding-right: 17px;
}
.hm_oat_overlay.oat_open {
    opacity: 1;
    visibility: visible;
}
.hm_oat-form {
    width: 500px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1000000;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.hm_oat-form h1 {
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 20px 0px 20px;
    display: inline-block;
    background-color: #f8f8f8!important;
    color: #ae4e28;
    font-size: 20px;
    text-transform: capitalize;
    border-radius: 4px 4px 0px 0px;
    font-weight: bold;
}
.hm_oat-form h5{
    font-size: 12px;
    color: red;
    margin-top: 16px;
    margin-bottom: 10px;
}
.hm_oat-form h4 {
    width: 100%;
    text-align: left;
    margin: 0px;
    padding: 8px 0px 5px;
    display: inline-block;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
}
.hm_oat-form p{
    font-size: 14px;
    color: #000;
}
.oat_fields {
    width: 100%;
    padding: 22px 20px 20px;
}
.oat .group {
    width: 100%;
}

.hm_oat_header {
    position: relative;
}
.oat_fields .hm_btn{
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    padding: 12px 17px;
}
.oat_close {
    position: absolute;
    right: 10px;
    top: 4px;
    color: #1a1a1a;
    font-size: 15px;
    cursor: pointer;
}

.bottom-close {
	position: relative;
	left: 0;
}


@media only screen and (max-width: 767px) and (min-width: 320px) {
.hm_arrivals_wrapper .col-lg-3:nth-child(even) .new_pro_box .new_pro_data {
	order: 1 !important;
}
	body.odia-Lang .hm_btn span {
    top: 0 !important;
}
body.odia-Lang .vtour .hm_btn span, body.odia-Lang .sovin-box .hm_btn span {
	top: -5px !important;
}
body.odia-Lang .modular-heading span {
    top: -1px !important;
}
.friendsofmuseum_wrapper, .imagegallery_wrapper {
	padding: 15px 0 20px 0!important;
}

.contact_form_wrapper0 {
	padding: 40px 0 !important;
}

.artifat-img {
    display: flex;
    justify-content: center;
    float: none !important;
}
.who-sec {
   padding: 30px 0;
   border-bottom: 1px solid #f5f5f5;
}
.arti-box img {
    height: 150px;
}
.int-box {
	height: auto;
}
.two-btn {
	flex-direction: column;
}
.two-btn a {
	margin-top: 5px;
	width: 100%;
	text-align: center;
	border-radius: 5px;
}
	.book-now-sec h2 {
    font-size: 20px!important;
    line-height: 24px !important;
}
.book-now-sec h4 {
    margin: 6px 0!important;
    font-size: 20px!important;
}
.book-now-sec p {
    font-size: 16px!important;
}
.book-now-sec p span {
    display: block;
    font-size: 24px!important;
}

	.header-logo .col-lg-8 {
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}
.fxed-link {
position: fixed;
    top: auto;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translateY(0);
    z-index: 99;
    text-align: center;
    display: flex;
    flex-direction: row;
    background: #ffeb3b;
    justify-content: center;
    justify-content: space-around;
	}
.btn-vt span {
    background-color: transparent;
    color: #000;
    padding: 12px 7px 10px 9px;
    font-size: 13px;
    margin-right: 15px;
    box-shadow: 0 0 0 #00000000;
    text-orientation: inherit;
    writing-mode: horizontal-tb;
    letter-spacing: 2px;
    min-height: 114px;
    display: table-cell;
    font-weight: 600;
}
.btn-vt:nth-child(2) span {
border-left: 2px solid #e7d42c;
    border-right: 2px solid #e7d42c;
}
.hm_bottom_footer {
    padding-bottom: 60px;
}




	.book-now-sec .col-lg-6:last-child {
		order: -1;
	}
.hm_footer_wrapper .col-xl-3:nth-child(2) {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
	.hm_menu  {
		display: none;
	}
	.mainslider .owl-dots button span {
    width: 9px !important;
    height: 9px  !important;
}
	.cta-sec img {
    height: auto;
    }
	.hm_menu.open_menu {
		display: block !important;
	}
	.arrangebtn {
	display: none !important}
	.book-now-sec p {
    text-align: center;
}
.book-now-sec .container:after {
	display: none;
}
	.book-now-sec {
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
}
	.related_pro_slider .owl-nav {
		display: none;	
	}
   .new_pro_data {
	height: auto;
	}
	.hm_footer_box {
    min-height: fit-content;
}
	.modular-heading {
    font-size: 22px;
    margin-top: 25px;
    font-weight: 600;
}
.counter-sec .col-sm-2{
	width:50%;
}
.vtour h4 {
    text-align: center;
    font-size: 20px;
}
.vtour {
    text-align:center
}
.owl-nav {
    text-align: center;
}
.hm_footer_wrapper .col-lg-3:nth-child(2) {
	    padding: 0 10px !important;
}
    .top-bar {
        justify-content: center;
    }
    .header-logo .col-lg-8 {
    flex-direction: column;
    align-items: center;
    justify-content: center;}
.header-logo .col-lg-8 a:last-child {
    display: none !important;
}
 .topbar .col-lg-4:last-child {
    display: none !important;
 }
 .header-logo .col-lg-4 {

 }
 .rev_slider_wrapper, .rev_slider, .tp-fullwidth-forcer, .rev_slider .tp-bgimg.defaultimg {
    max-height: 400px !important;
}
.counter-sec .col-sm-2 {
    margin-bottom: 15px;
}
.sovinor-sec:before {
    background: #ffeb3b;
}
.hm_footer_wrapper:before, .hm_footer_wrapper:after, .hm_bottom_footer:before{
    display: none;
}
.hm_bottom_footer p {
    margin-left: 0;
}
.hm_footer_wrapper .row > div:first-child .hm_footer_box {
    padding: 0 0 0 0!important;
    text-align: center;
}
.hm_footer_wrapper .row > div:first-child .hm_footer_box p {
    text-align: center;
}
.hm_wallofthanks_wrapper {
    background-size: cover;
    background-attachment: inherit;
    height: auto;
}
.bg-animation {
    display: none;
}
.lds-css {
    display: none;
}
.fee-box h2 span {
    display: inline-block;
    width: 200px;
}
.imageholder-friend-left{
    padding-left: 15px !important;
}
.imageholder-friend-right{
    padding-right: 15px !important;
}
.imagegirdright{
    padding-right: 15px !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-size: 12px;
}
.nav-tabs .nav-link {
    font-size: 14px;
    padding: 8px 15px;
}
.new_pro_box {
    margin-bottom: 30px;
}
.hm_contactus_form {
    width: 90%;
}
.contact_wrapper .contact_boxx {
    margin-bottom: 50px;
}
li.dropdown a i.fa-chevron-down {
    display: none;
}
}


.wrapper1 {
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
  }
  .box1 {
    position: relative;
    max-height: 300px;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: 0 1.4px 1.7px rgba(0, 0, 0, 0.017), 0 3.3px 4px rgba(0, 0, 0, 0.024), 0 6.3px 7.5px rgba(0, 0, 0, 0.03), 0 11.2px 13.4px rgba(0, 0, 0, 0.036), 0 20.9px 25.1px rgba(0, 0, 0, 0.043), 0 50px 60px rgba(0, 0, 0, 0.06);
  }
  .box1 .hide {
    opacity: 0;
  }
  .box1 .frame1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .box1 .frame1:before {
    content: '';
    position: absolute;
    border: 1px dashed #ffeb3b;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  
  }
  .box1 h2, .box1 p {
    position: absolute;
    color: #fff;
    z-index: 2;
    width: 100%;
    transition: opacity 0.2s, 
    transform 0.3s;
  }
  .box1 h2 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    letter-spacing: 1px;
  }
  .box1 p {
    bottom: 0;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .box1:hover {
    transition: all 0.3s ease-in-out;
  }
  .box1:hover:before {
    transition: all 0.3s ease-in-out;
  }
  .box1 img {
    position: relative;
    width: 100%;
    height: 250px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    object-fit: cover;
}
 
  .box1 img:hover {
    transition: all 0.3s ease-in-out;  filter: brightness(0.3);
  }
  .box1 img:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .box1 img:hover {
    transition: all 0.3s ease-in-out;
  }
  .w-content1 .frame1:before {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-color: transparent;
    background-color: #000;
    opacity:0.5;
  }
  .w-content1 h2 {
     margin-top: 0;
    transition: all ease 0.3s;
    text-align: center;
    background: #000;
    padding: 15px 0;
    letter-spacing: -0.2px;
    font-size: 16px;
  }
  .w-content1 p {
    transform: translate3d(0, -10px, 0);
  }
  /*.w-content1:hover {
    opacity: 0.8;
  }*/
  .frame1{
    opacity: 1;
    position: relative;
  }
  .w-content1:hover .frame1{
    background-color: #000;
    position: relative;
    opacity: 1;
  }
  .w-content1:hover .frame1:before {
    border-color: #ffeb3b;
    transition: color 0.3s ease-in-out, all 0.3s ease-in-out;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }  

  
@media screen and (max-width: 880px) {
    .wrapper1 {
      width: 50%;
    }
  }
  @media screen and (max-width: 520px) {
    .wrapper1 {
      width: 100%;
    }
  }

  .mv-btn {
position: absolute;
    bottom: 15px;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
  }
  .mv-btn a:first-child {
    background: #fff;
    padding: 5px 15px;
    color: #000;
    border-radius: 26px;
    font-weight: 600;
  }
  .mv-btn a:last-child {
    background: #f8e539;
    padding: 0;
    color: #000;
    border-radius: 3px;
    font-weight: 600;
    opacity: 0;
    font-size: 0px;
    transition: all ease 0.3s;
  }

 
  .wrapper1:hover .mv-btn a:last-child  {
    padding: 5px 15px;
    opacity: 1;
    font-size: 14px;
    
  }
  .bk-frm-box {
    margin-bottom: 80px;
    background: #fff;
    padding: 15px 25px 0;
    box-shadow: 0 6px 10px #e9e9e9;
    min-height: 500px;
}
  .book-frm {

  }
  .t-ticket {
  font-size: 50px;
    display: block;
    transform: rotate(-13deg);
    margin-bottom: 5px;
    }

  .book-frm button[data-decrease], .book-frm button[data-increase] {
background: #e5e5e5;
    border: 0px;
    height: 30px;
    width: 30px;
    padding: 0;
    line-height: 24px;
    color: #000;
    font-size: 24px;
  }
  .book-frm .form-group > i {
    background: #994929;
    border: 0px;
    height: 32px;
    width: 40px;
    padding: 0;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
  }
  .book-frm .form-group {
    position: relative;
  }
  .book-frm .form-group input, .book-frm .form-group select {
    padding-left: 48px;
    padding-right: 30px;
    background: #fff;
    height: 32px;
}
  .book-frm button[data-decrease] {
    position: absolute;
    left: 0px;
    top: 0px;
  }
   .book-frm td input {
      height: 30px;
   }
  .book-frm button[data-increase] {
    position: absolute;
    right: 0px;
    top: 0px;
}
.book-frm td input {
    padding: 0 33px;
    width: 150px !important;
    box-sizing: border-box;
}
.book-frm tbody tr:nth-child(3) td small, .book-frm tbody tr:nth-child(2) td small {
	display: none !important;
}
tr.ttp {
    background: #ffede6;
}
.book-frm label {
    margin-top: 13px;
    margin-bottom: 5px;
        font-weight: 600;
}
.bk-frm-box .table thead th {
    background: #994929;
    color: #fff;
    font-weight: 600 !important;
    font-size: 14px;
    padding: 5px 10px;
}
tfoot.ticketfoot {
    text-align: center;
}
.purchaseticketbutton {
    margin-top: 30px;
    margin-bottom: 30px;
    background: #303030;
    border: none;
    font-size: 15px;
}
.purchaseticketbutton {
    padding: 6px 32px;
}
.purchaseticketbutton:hover{
    background-color: #000;
    transition: all linear 0.5s;
}
.tablecart-heading {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 0;
}
/* .bk-frm-box td i {
    width: 60px;
    height: 60px;
    background: #994929;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    border-radius: 50px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
} */
.bk-frm-box td small {
	display: block;
}
.ttp td {
    font-weight: 700;
    padding: 20px 10px;
    font-size: 15px;
}

.imageholder-friend-right{
    padding-right: 0;
}
.imageholder-friend-left{
    padding-left: 0;
}
.imagegirdright{
    padding-right: 0;
}

.col-lg-4 .bk-frm-box td {
    border: 1px dashed #efefef !important;
    height: 50px;
    vertical-align: middle;
}


/* OTP Modal */
.digit-group {

    display: flex;
  justify-content: center;
  }
.digit-group input {
width: 40px;
  height: 40px;
  background-color: #f1f1f1;
  border: none;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  border: 1px solid #bdbdbd;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  color: #000;
  margin: 0 2px;
}
.digit-group input:focus {
   outline: none !important;
  border:1px solid #ae4e28;
  box-shadow: 0 0 0 #ae4e28;
  border: 1px solid #ae4e28;
}
.digit-group .splitter {
padding: 0 5px;
color: #fff;
font-size: 24px;
}

.prompt {
margin-bottom: 20px;
font-size: 20px;
color: white;
}
.OTPmodal .modal-header {
  background: #ae4e28;
}
.OTPmodal .modal-header h5 {
color: #ffeb3b;
}
.imp-slider a {
	background: #fff;
	float: left;
	width: 100%;
}
.imp-slider img {
    height: 74px;
    object-fit: contain;
    width: 100% !important;
}
.new_pro_box {
	display: flex;
	flex-direction: column;
}
.hm_arrivals_wrapper .col-lg-3:nth-child(even) .new_pro_box .new_pro_data{
	order: -1;
}


.mainslider .owl-nav, .mainslider .owl-dot{
    display: block;
}
.mainslider .owl-dots button span {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
}
.mainslider .owl-dots {
    display: flex;
    position: absolute;
    bottom: 10px;
    justify-content: center;
    width: 100%;
}
.mainslider .owl-dots button {
	margin: 0 4px;
}
.mainslider .owl-dots .owl-dot.active span {
	background: #ffeb3b;
}
.homeslider .deg{
    margin: 0;
}
.homeslider .owl-item  {
	position: relative;
}
.homeslider .owl-item > div  {
	position: relative;
}
.homeslider .owl-item i.fa-info {
position: absolute;
height: 40px;
    width: 40px;
    right: 40px;
    bottom: 40px;
    z-index: 999999;
    background: #000;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 40px;
    font-size: 15px;
    box-shadow: -2px 3px 3px #2a2a2a52;
    cursor: pointer;
    display: none;
}
.slidercontent{
    position:absolute;
    top: 20%;
    left:0;
    right: 0;
}
.slidercontent img{
    margin: auto;
}
.slidertestimonial{
    border: 2px solid #fff !important;
    width: 70%;
    padding: 5px !important;
    position: relative;
    top: 0px;
    margin: auto;
    text-align: center;  
    border-radius: 15px;
    color:#fff;
}
.slidertestimonial:after{
    content: '';
    position: absolute;
    top: -27px;
    left: 23px;
    height: 50px;
    width: 67px;
    background: url(../images/quoye.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.slidertestimonial:before{
    content: '';
    position: absolute;
    bottom: -20px;
    right: 23px;
    height: 50px;
    width: 67px;
    background: url(../images/quoye.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotateY(180deg) rotateZ(0deg);
}
.slidertestimonial h2{
    font-size: 30px !important;
    text-transform: capitalize;
    font-style: italic;
    color:#fff;   
}
.slidertestimonial span{
    font-style: italic;
}
.mainslider{
    position: relative;
    z-index: 0;
}
.mainslider .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
        height: calc(100vh - 170px);
}
.carouselbuttonholder{
    position: absolute;
    z-index: 999;
    top:50%;
    left:0;
    right: 0;
}
.slidernext{
    position: absolute;
    left: 40px;
}
.sliderprev {
    position: absolute;
    right: 40px;
}
.hm_home_style1.hm_home_style3 .hm_menu_wrapper{
    position: inherit;
        z-index: 1;
    position: relative;
}
/*****=============slider==============*****/
/* Feel free to change duration  */ 
.animated  {
    -webkit-animation-duration : 1000 ms  ;
    animation-duration : 1000 ms  ;
    -webkit-animation-fill-mode : both  ;
    animation-fill-mode : both  ;
  }  
  /* .owl-animated-out - only for current item */ 
  /* This is very important class. Use z-index if you want move Out item above In item */ 
  .owl-animated-out {
    z-index : 1 
     }
  /* .owl-animated-in - only for upcoming item
  /* This is very important class. Use z-index if you want move In item above Out item */ 
  .owl-animated-in {
    z-index : 0 
     }
  /* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
  .fadeOut  {
    -webkit-animation-name : fadeOut  ;
    animation-name : fadeOut  ;
  }  
  @-webkit-keyframes  fadeOut  {
    0% {
      opacity : 1   ;
    }  
    100% {
      opacity : 0   ;
    }  
  }
  @keyframes  fadeOut  {
    0% {
      opacity : 1   ;
    }  
    100% {
      opacity : 0   ;
    }  
  }
  .tck-head{
    border-left: 3px solid #994929;
    padding-left: 5px;
    line-height: 18px;
  }
  .tck-head span{
  color:#994929;
  
  }
  
  .tck-head2 span{
  color:#994929;
  
  }
  
  .artifat-img {
  float: left;
    margin-right: 20px;
    }
    .who-con {
    	margin-top: 30px;
    }
    .who-sec table {
        width: -webkit-fill-available;
    }
    .who-sec table th, .who-sec table td {
    border: 1px solid #d5d5d5;
    padding: 2px 5px;
    }
   .gal-title {
    float: left;
    width: 100%;
    background: transparent;
    padding: 10px 10px;
    text-align: center;
    border-radius: 0 0 40px 40px;
   }
  .gal-title h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    color: #000;
  }
  .gal-title h3 a {
  	color: #333;
  }
  .gal-bg {
  	    padding: 20px;
  	    position: relative;
  }
  .gal-bg:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 4px;
    width: 92%;
    height: 92%;
    background: #ffffff;
    box-shadow: 0 0 3px #818181;
    transform: rotate(-6deg);
    z-index: -1
  }
   .gal-bg:after {
content: '';
    position: absolute;
    top: 9px;
    left: 4px;
    width: 92%;
    height: 92%;
    background: #ffffff;
    box-shadow: 0 0 3px #818181;
    transform: rotate(6deg);
    z-index: -1;
  }
  .foo_con_para a {
  color: #000 !important;
  }
  .book-now-sec {
display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    position: relative;
    padding: 70px 0;
    background: url(../images/book.jpg);
    background-size: 100% 100%;
     z-index: 1;
  }
  .book-now-sec:before {
content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(153 73 41) 0%, rgb(153 73 41 / 65%) 100%);
    z-index: -1;
    width: 100%;
    height: 100%;
  }
   .book-now-sec .container {
   	    position: relative;
   }
  .book-now-sec .container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    /* border: 1px dashed #fff; */
    z-index: -1;
    width: 60%;
    height: 100%;
    border-right: 0px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
  }
    .book-now-sec:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/book-after.png);
    z-index: -2;
    width: 220px;
    height: 100%;
    background-size: 100% 100%;
    opacity: 0.3;
  }
   .book-now-sec .col-lg-7 {
  	    padding: 30px 30px 45px 30px;
  }
  
  .book-now-sec h2 {
      color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 36px;
    }
    .book-now-sec h4 {
    color: #ffd40e;
        margin: 20px 0;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 36px;
    }
    .book-now-sec p {
     color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 10px;
    font-size: 28px;
    line-height: 50px;
    }
    .book-now-sec a {
        background: #ffd40e;
    padding: 10px 30px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    }
    .book-now-sec p span {
       font-family: "Great Vibes", cursive;
    font-size: 50px;
    margin-left: 15px;
    }
    .souv-det .img-cir {
    border-radius: 0;
    }
     .souv-det .img-bor-c:before {
    bottom: 20px;
    left: -25px;
    border-radius: 0;
    }
      .deco > li:last-child {
    display: none !important;
    }
    .widget_categories, .insta_gallery {
    display: none;
    }
    .two-btn > a:last-child {
	 	background: #000 !important;
	 }
	.two-btn > a:last-child:before {
    background-color: #000;
}
.two-btn > a:last-child {
    border: 1px solid #000 !important;
}
.ht-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}
.ht-logo p,  .ht-logo h4 {
margin: 0 0 0 10px;
    color: #000;
    font-weight: 600;
}
.ht-logo p {
	font-size: 14px;
}
.botom-hide {
	position: relative;
}
.botom-hide:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fafbfb;
    height: 30px;
    width: 100%;
    z-index: 999;
}

.vmArtifact{
background: #ffbf70;
    color: #000;
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 15px;
}
.headphone-icon {
    position: absolute;
    right: 22px;
    top: 22px;
    color: #060606;
    background: #ffeb3b;
    border-radius: 5px;
    display: inline-block;
    width: 23px;
    text-align: center;
    z-index: 999;
}
.no-audio .headphone-icon {
	display: none;
}


.audio-ico strong{
	padding-right: 25px;
	position: relative;
	display: inline-block;
}
.audio-ico strong:after {
content: "\f025";
    position: absolute;
    top: 1px;
    right: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background: #ffeb3b;
    border-radius: 5px;
    box-shadow: #707070 2px 1px 2px;
}

.top-implink {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #af4d28;
    width: 100%;
}
.top-implink li {
    flex: 0 0 30%;
    max-width: 30%;
}
.top-implink li:nth-child(2) {
    border-right: 1px dashed #fff;
    border-left: 1px dashed #fff;
	
}
.top-implink li img {
	/* filter: brightness(0) invert(1); */
	    width: 40px;
	    margin: 10px 0;
}
.top-implink li span {
	color: #fff;
    font-size: 16px;
}
.top-implink li a{
	    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    position: relative; 
    z-index: 0; 
}
.top-implink li a:after {
    content: '';
    position: absolute;
    top: 12px;
    height: 50px;
    width: 50px;
    z-index: -1;
    background: #ffeb3b;
    border-radius: 50%;
}


body.odia-Lang p, body.odia-Lang button, body.odia-Lang a, body.odia-Lang h1, body.odia-Lang h1, body.odia-Lang h2, body.odia-Lang h3, body.odia-Lang h4, body.odia-Lang h5, body.odia-Lang h6, body.odia-Lang span, body.odia-Lang small {
	font-family: 'Baloo Bhaina 2', cursive !important;
	line-height: initial;
}

body.odia-Lang span{
letter-spacing:0px;	
}
/* body.odia-Lang span:nth-child(2) {
    margin-left: 1px;
    margin-right: 7px;
} */
body.odia-Lang .art-cont h4 {
    font-size: 32px;
}
body.odia-Lang .vtour h4 {
    font-size: 28px;
}
body.odia-Lang .counter-box h4 {
    font-size: 14px;
}
body.odia-Lang .hm_btn span {
	position: relative;
    top: -5px;
    font-weight: 700;
    font-size: 18px
}
body.odia-Lang .modular-heading span {
	position: relative;
    top: -10px;
}
body.odia-Lang .book-now-sec a {
	
}
body.odia-Lang .hm_footer_box h3.footer_heading {
    padding-top: 5px;
}

@media only screen and (max-width: 1920px) and (min-width: 1680px) {

		.mainslider{
     height: calc(100vh - 170px);
}
  p {

    font-size: 18px !important;
    line-height: 27px;
  }
  li {
    font-size: 17px;
  }
.qote {
 font-size: 18px !important;
 }

/*   span {
    font-size: 15px;
  } */
   .hm_menu_wrap li span, .fee-cont span, .oph span, .oph h2 {
   font-size: 18px;
  }
  .hm_home_style1 .hm_menu > ul > li > a {
    padding: 0 20px 7px 20px;
	}
	.hm_menu_wrapper .container {
	max-width: 100%;
	}
	.sub-menu .pclass .mm-colone a, .sub-menu .pclass .mm-coltwo a {
		font-size: 16px;
	}
	h1 span {
		font-size: 30px;
	}
	
body.odia-Lang p {
	line-height: 28px;
}
	.pro_price {
	margin-top: 5px;
	}
	.container {
		max-width: 1600px;
	}
	.hm_footer_box ul li a {
	font-size: 18px;
	}
	.hm_footer_box.downloadapp-sec img {
    width: 79%;
	}
	.hm_footer_box {
    min-height: 300px;
	}
	.related_pro_slider p {
		text-align: left;
	}
	.hm_footer_wrapper .row > div:first-child .hm_footer_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hm_bottom_footer:before, .hm_footer_wrapper:before {
    width: calc(25% + 25.2px);
}
.hm_footer_wrapper:after {
    left: calc(25% + 25.2px);
}
h4.modular-heading span, h4.modular-heading {
font-size: 32px;
    font-weight: 600;
}
.ami-box h4 span, .team-cont h4 span {
	font-size: 17px;
}
.team-sec table {
	font-size: 16px;
	font-weight: 600;
}
.team-cont, .area li {
	font-size: 18px;
}
.hm_footer_box p, .hm_footer_box li, .hm_footer_box span, .hm_footer_box a {
	font-size: 16px;
}
.img-cir {
    width: 450px;
    height: 450px;
}
.img-cir img {
    width: 450px;
    height: 450px;
}
.img-bor-c {
    width: 450px;
    height: 450px;
}
h4, h5, h6, h2 {
    font-weight: 600;
   }
.nav-tabs .nav-link {
    font-size: 18px;
}
.tab-pane .new_pro_box {
	margin-bottom: 15px;
}
.book-now-sec a {
    font-size: 18px;
    border-radius: 5px;
}
.hm_menu li a {
	
}
.testimonial-box p {
    font-size: 14px !important;
    line-height: 23px;
}
.vtour h4 {
    /* font-family: "Great Vibes", cursive; */
    text-align: center;
    letter-spacing: 0.5px;
}
.counter-box h4 {
    font-size: 16px;
}
.arti-box .arti-cont h4 {
    margin: 0;
    font-size: 18px;
}


}

.bootbox button.close {
	    position: absolute;
    right: 5px;
    top: 24px;
    background: #ff3434;
    opacity: 1;
    border: 0px;
    color: #fff;
    border-radius: 27px;
}
@media only screen and (max-width: 1920px) and (min-width: 1200px) {
	body.odia-Lang p, .body.odia-Lang p span, .ophh2 span {
	 	font-size: 18px;
	 	line-height: 28px;
	 }
	 body.odia-Lang .book-now-sec p {
	 	font-size: 28px;
	 }
	 body.odia-Lang .new_pro_data p {
	 height: 56px;
	 }
	 body.odia-Lang .pdf-con p {
	 font-size: 14px !important;
	 	line-height: 23px !important;
	 }
	 body.odia-Lang .arti-box .arti-cont h4, body.odia-Lang .nav-tabs .nav-link {
    font-size: 18px;
	 }
	 body.odia-Lang .int-box h4 span, body.odia-Lang .form-group label, body.odia-Lang span.news_btn, body.odia-Lang .sidebar .popular-posts .post h4 a {
    font-size: 18px;
	 }
	 body.odia-Lang .publ-cont h4 {
    	font-size: 19px;
	 }
	 body.odia-Lang #artifatModal h6 span {
	 font-size: 22px;
	 }
	 body.odia-Lang .hm_footer_box li:last-child a p.foo_con_para {
	 	font-size: 14px;
	 }
	 body.odia-Lang .hm_bottom_footer p {
	 	font-size: 14px !important;
	 }
	 body.odia-Lang .ami-box span, ul li {
	 font-size: 17px;
	 }
	 body.odia-Lang .ami-box {
	 	min-height: 143px;
	 }
	 body.odia-Lang .who-sec table th, .who-sec table td {
    font-size: 17px;
}
body.odia-Lang .team-box h4 {
    font-size: 20px;
}
body.odia-Lang .team-box h5, body.odia-Lang .team-box h6, body.odia-Lang .sub-menu .pclass .mm-colone a, body.odia-Lang .sub-menu .pclass .mm-coltwo a {
    font-size: 16px;
}


}

@media only screen and (max-width: 1679px) and (min-width: 1200px) {
	.hm_home_style1 .hm_menu > ul > li > a {
    font-size: 17px;
    font-weight: 600;
}
body.odia-Lang .modular-heading span {
    font-weight: 600;
}
	.hm_footer_box ul li {
		margin-bottom: 5px;
	}
	body.odia-Lang .web-c, body.odia-Lang .web-c span {
	margin: 0;
	}
	.mainslider{
     height: calc(100vh - 170px) ;
}
	.area li {
    width: 122px;
    height: 122px;
    flex: 0 0 122px;
}
.area li:nth-child(2) {
    width: 155px;
    height: 155px;
    flex: 0 0 155px;
    font-size: 16px;
}
	}
	
	
	
	
	
	@media only screen and (max-width: 587px) and (min-width: 320px) {
	.hm_footer_wrapper .col-xl-3:nth-child(2) {
    padding-right: 25px !important;
    padding-left: 25px !important;
}
body.odia-Lang span:nth-child(2) {
    margin-left: 8px;
    margin-right: 0;
}
	
	}
	
	
	.holi-text{
    text-align: justify;
    color: #ffffff;
}
/* .img-sec li:first-child {
display: none;
} */
.img-sec li {
    display: flex;
    justify-content: center;
}

.mfp-figure figure img{
	pointer-events: none;
}
.twitter-timeline {
height: 350px !important;
overflow-y: scroll !important;
 }