/* ------------------------------------------------------------------

01. Typography style
02. Owl-Theme custom style
03. Preloader style
04. Navbar style
05. Image Animation style
06. For Images Reveal Effect style
07. Text Animation style
08. For Images Imago Effect style
09. Header style
10. Slider style
11. Parallax Header style
12. Kenburns SlideShow style
13. Video Background style
14. Section style
15. Banner Header style
16. About style
17. Pricing style
18. Team style
19. Team-Single style
20. Skills style
21. Works style
22. Work Single style
23. Services style
24. Services Sidebar style
25. Services 2 style
26. Gallery style
27. YouTube PopUp style
28. Accordion Box (for Faqs) style
29. LetsTalk style
30. Testimonials style
31. Clients style
32. Events style
33. Blog Home style
34. Blog 2 Grid style
35. Blog & Post style
36. Contact style
37. Button style
38. 404 style
39. Footer style
40. toTop Button style
41. Media Query style
42. Overlay Effect Bg image

------------------------------------------------------------------- */


/* ======= Typography style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 400;
}
img {
    width: 100%;
    height: auto;
}
/* typography */
/* headings */
h1 {
    font-size: 48px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 27px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1b1b1b;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    line-height: 1.25em;
    margin-bottom: 15px;
}
/* paragraph */
p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    margin: 0 0 15px;
    color: #000;
    font-weight: 400;
}
/* lists */
ul {
    list-style-type: none;
}
/* links */
a {
    color: #1b1b1b;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #1b1b1b;
}
a:link {
    text-decoration: none;
}
a:focus {
    outline: none;
}
img {
    width: 100%;
    height: auto;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/* form element */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Lato', sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 15px 20px;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1b1b1b;
    background-image: none;
    border: 2px solid #4B3621;
    border-radius: 30px;
}
input:focus,
textarea:focus {
    border: 2px solid #4B3621;
}
/* submit and alert success  */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
     font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    border: none;
    border-radius: 80px;
    background-color: #dc2751;
    color: #fff;
    line-height: 20px;
    text-align: center;
    padding: 20px 50px;
    height: auto;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: none;
    background: #1b1b1b;
    color: #fff;
}
button.mfp-close:hover,
button.mfp-arrow:hover {
    background: transparent;
}
.alert-success {
    background: transparent;
    color: #727272;
    border: 2px solid #dc2751;
    border-radius: 0px;
}
select {
    padding: 10px;
    
}
th,
tr,
td {
    padding: 10px 0;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
/* placeholder */
::-webkit-input-placeholder {
    color: #727272;
    font-size: 16px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #727272;
}
::-moz-placeholder {
    color: #727272;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #727272;
}
/* important css */
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 9;
}
:root {
    scroll-behavior: auto;
}
.pb-0 {
    padding-bottom: 0px !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-120 {
    margin-top: 120px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mr-0 {
    margin-right: 0px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.mr-50 {
    margin-right: 50px !important;
}
.bg-fixed {
    background-attachment: fixed;
}
.bg-drk {
    background: #f0f0f3;
}
.bg-gry {
    background: #f0f0f3;
}
.bg-wht {
    background: #fff;
}
.cw {
    color: #fff;
}
.cd {
    color: #1b1b1b;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-img-position-top {
    background-position: top;
}
.slider-fade .item.position-top,
.position-top {
    background-position: top;
}
.slider-fade .item.position-center,
.position-center {
    background-position: center;
}
.slider-fade .item.position-bottom,
.position-bottom {
    background-position: bottom;
}
.ontop {
    position: relative;
    z-index: 7;
}
.rest {
    padding: 0 !important;
    margin: 0 !important;
}
.d-flex {
    display: flex!important;
}
.full-width {
    width: 100% !important;
}
.position-relative {
  position: relative !important;
}
/* list style */
.ullist {
    display: grid;
    font-size: 16px;
}
.ullist ul {
    position: relative;
    float: left;
    padding: 0px;
}
.ullist ul li {
    position: relative;
    line-height: 1.5em;
    margin-bottom: 10px;
    padding-left: 25px;
}
.ullist ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
    top: 2px;
    color: #dc2751;
    font-weight: 400;
    font-size: 12px;
}
/* list */
.list {
    position: relative;
    display: block;
}
.list li {
    position: relative;
    display: flex;
    align-items: baseline;
}
.list li + li {
    margin-top: 10px;
}
.list-icon {
    align-items: center;
    line-height: 0;
}
.list-icon i {
    font-size: 16px;
    color: #1b1b1b;
}
.list-text {
    /*margin-left: 10px;*/
}
.list-text p {
    font-size: 16px;
    margin: 0;
    color: #727272;
}
.list-text p b {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #1b1b1b;
}
/* vertical line */
.line-vr-section {
    position: relative;
    margin: -25px auto;
    border: 0;
    border-left: 3px solid;
    border-color: #dc2751;
    width: 3px;
    height: 50px;
    z-index: 10;
    opacity: 1;
}
/* horizantal line */
.line-hr-section {
    width: 400px;
    border-top: 2px solid #ad8f55 !important;
    /*border-top: 2px solid transparent;*/
    /*border-image: linear-gradient(90deg, #b37d10,#dcd190,#c18e21) 1;*/
    /*border-image: linear-gradient(90deg, #1fddff, #2C7744, #F0CB35, #fc00ff) 1;*/

    opacity: 1;
    margin: 15px 0;
}
/* horizantal line center */
.line-hr-section.center {
    margin: 15px auto;
}
/* image grayscale */
.img-grayscale img {
    /*-webkit-filter: grayscale(100%);*/
    -webkit-transition: .4s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: .4s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: .4s ease-in-out
}
.img-grayscale:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%)
}
/* blockquote */
blockquote {
    padding: 40px;
    display: block;
    position: relative;
    border: 2px solid #dc2751;
    overflow: hidden;
    margin: 45px 0;
    color: #fff;
    background: #dc2751;
    border-radius: 10px;
}
blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 650px;
    width:100%;
    position:relative;
    z-index:3;
}
blockquote:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    content: "\22";
    right: 40px;
    bottom: 40px;
    font-size: 75px;
    opacity: 1;
    line-height: 1;
    color: #fff;
}
blockquote p {
    margin-bottom: 0;
}
blockquote p a {
    color:inherit;
}
blockquote cite {
    display:inline-block;
    font-size: 16px;
    position:relative;
    border-color:inherit;
    line-height:1;
    margin-top: 22px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    color: #fff;
    font-weight: 900;
}
/* ul list */
ul.disc {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 46px;
}
ul.disc li {
    margin-bottom: 10px;
    text-align: left;
}
ul.disc.disc li:before {
    content: "•";
    font-size: 30px;
    margin: 2px 0 0 -20px;
    color: #dc2751;
    position: absolute;
}


/* ======= Owl-Theme custom style ======= */
/* owl dots */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    line-height: 1.5;
    display: block;
    outline: none;
}
.owl-theme .owl-dots {
    margin-top: 15px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0 2px;
    border-radius: 50%;
    background: #ccc;
    border: 2px solid #ccc;   
}
.slider-fade .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    border: none;

}
.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span {
    background: #dc2751;
    border: none;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    /*background: #d9b348;*/
    border: 1.5px solid #4B3621;
    /*background-image: linear-gradient(to right,#b37d10,#dcd190 50%,#c18e21);*/
    color: #4B3621;
    background: #4B3621;
}
.owl-theme .owl-dots button {
    background: transparent;
    padding: 2px;
}
/* owl-nav */
.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.owl-theme .owl-prev {
    float: left;
    left: 0px!important
}
.owl-theme .owl-next {
    float: right;
    right: 0px!important
}
.owl-theme .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.owl-theme .owl-nav [class*=owl-] {
    width: 55px;
    height: 55px;
    line-height: 45px;
    background: #dc2751;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
    border: 2px solid #dc2751;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #1b1b1b;
}
.owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}
.owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}
.team .owl-theme .owl-nav.disabled + .owl-dots,
.works .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}
.works .owl-theme .owl-nav {
    top: 45% !important;
    margin-top: 0;
}
.services .owl-theme .owl-nav {
    top: 45% !important;
    margin-top: 0;
}
.services .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 25px;
}
.team .owl-theme .owl-nav {
    top: 35% !important;
    margin-top: 0;
}
.team .owl-theme .owl-dots {
    margin-top: 0;
}
.blog-home .owl-theme .owl-nav {
    top: 42% !important;
    margin-top: 0;
}
.gallery .owl-theme .owl-nav {
    top: 45% !important;
    margin-top: 0;
}
.testimonials .owl-theme .owl-nav {
    top: 30% !important;
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .owl-theme .owl-nav {
        display: none;
    }
}


/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 10000009;
}
#preloader {
    display: table;
    table-layout: fixed;
}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 70px;
    height: 70px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 2px solid rgba(0,0,0,0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -2px;
    left: -2px;
    border: 2px solid transparent;
    border-top: 2px solid #dc2751;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* ======= Navbar style ======= */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #2A1E12;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 81px;
    border: none;
}
.navbar .container {
    border: none;
}
.nav-scroll .container {
    border: none;
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #fff;
    font-size: 24px;
    width: 1.5em;
    height: 1em;
}
.navbar .navbar-nav .nav-link {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 10px;
    padding-left: 10px;
}
.navbar .navbar-nav .nav-link.nav-color {
    color: #1b1b1b;
}
.navbar .navbar-nav .nav-link:hover {
    color: #dc2751;
}
.navbar .navbar-nav .nav-link:hover i {
    color: #dc2751;
}
.navbar .navbar-nav .active {
    color: #dc2751 !important;
}
.navbar .navbar-nav .active i {
    color: #dc2751;
}
.nav-scroll {
    background: #2A1E12;
    padding: 0 0 0 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    border: none;
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    /*display: none!important;*/
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #1b1b1b;
}
.nav-scroll .navbar-nav .nav-link {
    color: #1b1b1b;
}
.nav-scroll .navbar-nav .active {
    color: #dc2751;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #fff;
}
.nav-scroll .logo-img {
    width: 150px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-weight: 900;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
    line-height: 1em;
}
.nav-scroll .logo-wrapper .logo h2 i{
    position: relative;
    color: #dc2751;
}
.nav-scroll .logo-wrapper {}
.logo-wrapper {
    float: left;
}
.logo-wrapper .logo h2 {
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-weight: 900;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
    line-height: 1em;
}
.logo-wrapper .logo h2 span {
    position: relative;
    color: #dc2751;
}
.logo {
    padding: 0;
}
.logo-img {
    width: 150px;
    text-align: center;
    margin-top: 0px;
}
.dropdown .nav-link i {
    padding-left: 1px;
    font-size: 14px;
    color: #dc2751;
}
.nav-scroll .dropdown .nav-link i {
    color: #dc2751;
}
.nav-scroll .navbar-nav .active i {
    color: #dc2751;
}
.navbar .dropdown-menu .dropdown-item {
    padding: 7px 0;
    font-size: 16px;
    color: #1b1b1b;
    position: relative;
    background-color: transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
    padding: 10px 0 0 5px;
    font-size: 14px;
    float: right;
    color: #dc2751;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #dc2751;
}
.navbar .dropdown-menu .dropdown-item.active span i {
    color: #dc2751;
}
.navbar .dropdown-toggle::after {
    display: none;
}
.navbar .dropdown-menu {
    box-shadow: 0 16px 50px rgb(27 27 27 / 7%);
}
.navbar .dropdown-menu li {
    border-bottom: none;
}
.navbar .dropdown-menu li:last-child {
    border-bottom: none;
}
/* li hover */
.navbar .dropdown-menu li {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.navbar .dropdown-menu li:hover {
  padding-left: 5px;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}
/* navbar-right */
.navbar .navbar-right {
    position: relative;
    display: flex;
    align-items: center;
}
.navbar .navbar-right .wrap {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5;
    margin-left: 30px;
}
.navbar .navbar-right .wrap .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #dc2751;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.navbar .navbar-right .wrap .text {
    margin-left: 5px;
    top: 3px;
    position: relative;
}
.navbar .navbar-right .wrap .text p {
    font-family: 'Lato';
    font-size: 14px;
    line-height: 12px;
    color: #dc2751;
    margin-bottom: 4px;
    font-weight: 400;
}
.navbar .navbar-right .wrap .text h5 {
    font-size: 18px;
    font-weight: 900;
    line-height: 25px;
    color: #fff;
    margin-bottom: 5px;
}
.navbar .navbar-right .wrap .text h5 a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.navbar .navbar-right .wrap .text h5 a:hover {
    color: #fff;
}
.nav-scroll .navbar-right .wrap .text p {
    color: #dc2751;
}
.nav-scroll .navbar-right .wrap .text h5,
.nav-scroll .navbar-right .wrap .text h5 a {
    color: #1b1b1b;
}
/* Navbar Media Query */
@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        min-width: 240px;
        padding: 20px;
        border: 0;
        background-color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-radius: 10px;
        box-shadow: 0 16px 50px rgb(0 0 0 / 7%);
    }
    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -17px;
        right: auto;
        min-width: 240px;
        transform: translateY(0);
    }
    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}
@media screen and (max-width: 991px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .nav-scroll {
        background: #fff;
    }
    .logo-wrapper {
        float: left;
        padding: 34.15px 15px;
    }
    .nav-scroll .logo-wrapper {
        padding: 34.15px 15px;
        background-color: transparent;
    }
    .nav-scroll .logo-img {
        width: 150px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .nav-scroll .logo {}
    .logo-img {
        margin-bottom: 0px;
        width: 150px;
        padding: 0;
    }
    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        margin-top: 0px;
        border: none;
    }
    .navbar button:hover {
        background: transparent;
    }
    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }
    .navbar .container {
        max-width: 100%;
        padding: 0;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #1b1b1b;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #1b1b1b !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #dc2751 !important;
    }
    .navbar .dropdown-menu .dropdown-item {
        color: #1b1b1b;
        padding: 0 15px;
        font-size: 16px;
        line-height: 40px;
    }
    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 400;
    }
    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 13px;
    }
    .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }
    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: #fff;
        box-shadow: none;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar .navbar-nav {
        padding: 20px;
    }
    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: #fff;
        text-align: left;
    }
    .dropdown .nav-link i {
        color: #1b1b1b;
    }
    .nav-scroll .dropdown .nav-link i {
       color: #1b1b1b;
    }
    .nav-scroll .dropdown .nav-link.active i {
        color: #dc2751;
    }
    .navbar .dropdown-menu .dropdown-item i {
    color: #1b1b1b;
    }
    .navbar .navbar-right {
        display: none;
    }
}


/* ======= Image Animation style ======= */
.ripple-animation,
.morp-ani {
    --morp-value: 66% 24% 44% 56% / 44% 24% 70% 56%;
    --morp-md-value: 43% 38% 39% 35% / 44% 39% 43% 56%;
    --morp-time: 8s;
    --morp-spin-time: 20s;
    animation: morpspin var(--morp-spin-time) linear infinite reverse
}
.morp-ani:before {
    -webkit-animation: vsmorph var(--morp-time) ease-in-out infinite both alternate;
    animation: vsmorph var(--morp-time) ease-in-out infinite both alternate
}
.transform-banner img {
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;
    border-radius: 100%
}
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.40
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}
@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.40
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}
@-webkit-keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%
    }

    100% {
        border-radius: 40% 60%
    }
}
@keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%
    }

    100% {
        border-radius: 40% 60%
    }
}
@-webkit-keyframes vsmorph {
    0% {
        border-radius: var(--morp-value)
    }

    50% {
        border-radius: var(--morp-md-value)
    }

    100% {
        border-radius: 40% 60%
    }
}
@keyframes vsmorph {
    0% {
        border-radius: var(--morp-value)
    }

    50% {
        border-radius: var(--morp-md-value)
    }

    100% {
        border-radius: 40% 60%
    }
}
@-webkit-keyframes vsheromorph {
    0% {
        border-radius: 25% 80% 57% 47% / 53% 60% 43% 52%
    }

    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%
    }

    100% {
        border-radius: 40% 60%
    }
}
@keyframes vsheromorph {
    0% {
        border-radius: 25% 80% 57% 47% / 53% 60% 43% 52%
    }

    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%
    }

    100% {
        border-radius: 40% 60%
    }
}
@-webkit-keyframes morpspin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes morpspin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@-webkit-keyframes border-transform {
    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}
@keyframes border-transform {
    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}
@-webkit-keyframes moving {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    20% {
        -webkit-transform: translate(0px, -60px);
        transform: translate(0px, -60px)
    }

    50% {
        -webkit-transform: translate(-60px, -60px);
        transform: translate(-60px, -60px)
    }

    70% {
        -webkit-transform: translate(-60px, 0px);
        transform: translate(-60px, 0px)
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }
}
@keyframes moving {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    20% {
        -webkit-transform: translate(0px, -60px);
        transform: translate(0px, -60px)
    }

    50% {
        -webkit-transform: translate(-60px, -60px);
        transform: translate(-60px, -60px)
    }

    70% {
        -webkit-transform: translate(-60px, 0px);
        transform: translate(-60px, 0px)
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }
}
@-webkit-keyframes arrow-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    40% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    60% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes arrow-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    40% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    60% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@-webkit-keyframes arrow-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    40% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    60% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes arrow-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    40% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    60% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}


/* ======= For Images Reveal Effect style ======= */
.reveal-effect {
  float: left;
  position: relative;
}
.reveal-effect.animated:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #dc2751;
  position: absolute;
  left: 0;
  top: 0;
  animation: 1s reveal linear forwards;
  -webkit-animation-duration: 1s;
  z-index: 1;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.reveal-effect.animated > * {
  animation: 1s reveal-inner linear forwards;
}
@-webkit-keyframes reveal {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@-webkit-keyframes reveal-inner {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: hidden;
    opacity: 0;
  }
  51% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .cursor {
    display: none;
  }

}


/* ======= Text Animation style ======= */
.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}
.splitting .whitespace {
    width: 10px;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.splitting.txt.animated .char {
    -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(10ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index));
}
.splitting.txt .whitespace {
    width: 5px;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* ======= For Images Imago Effect style ======= */
.imago {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.imago.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}


/* ======= Header style ======= */
.header {
   height: 100vh;
    overflow: hidden;
}
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption h1,
.header .caption[data-overlay-dark] h1 {
    position: relative;
    font-size: 110px;
    letter-spacing: 3px;
    line-height: 120px;
    color: #fff;
    margin-bottom: 20px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.header .caption h1 span,
.header .caption[data-overlay-dark] h1 span {
    font-size: 100px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    opacity: .8;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.header .caption p,
.header .caption[data-overlay-dark] p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.header .caption .btn-1,
.header .caption .btn-2 {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}


/* ======= Slider style ======= */
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider-fade .item .caption {
    z-index: 9;
}
/* owl-theme owl-dots */
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 6vh;
    width: 100%;
}
.slider-fade .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    border: none;
}
.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span {
    background: #dc2751;
    border: none;
}
/* owl-theme owl-nav */
.slider-fade .owl-theme .owl-nav {
    position: absolute!important;
    top: 45%!important;
    bottom: auto!important;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slider-fade .owl-theme .owl-prev {
    left: 10px!important
}
.slider-fade .owl-theme .owl-next {
    right: 10px!important
}
.slider-fade .owl-theme .owl-prev>span,
.slider-fade .owl-theme .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.slider-fade .owl-theme .owl-nav [class*=owl-] {
    width: 55px;
    height: 55px;
    line-height: 45px;
    background: transparent;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
    border: 2px solid #dc2751;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    opacity: 0;
}
.slider-fade .owl-theme .owl-nav [class*=owl-]:hover {
    background: #dc2751;
    border: 2px solid #dc2751;
    color: #fff;
}
.slider-fade .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .slider-fade .owl-theme .owl-nav {
        display: none;
    }
}


/* ======= Parallax Header style ======= */
.parallax-header {
    height: 100vh;
    background-position: center;
    overflow: hidden;
}
.parallax-header.position-top {
    background-position: top;
}
.parallax-header.position-center {
    background-position: center;
}
.parallax-header.position-bottom {
    background-position: bottom;
}
.parallax-header h6,
.parallax-header[data-overlay-dark] h6 {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    color: #dc2751;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.parallax-header h1,
.parallax-header[data-overlay-dark] h1 {
    position: relative;
    font-size: 90px;
    line-height: 120px;
    letter-spacing: 3px;
    font-weight: 900;
    color: #ad8f55;
    margin-bottom: 15px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.parallax-header h1 span,
.parallax-header[data-overlay-dark] h1 span {
    position: relative;
    font-size: 90px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    /*opacity: .8;*/
}
.parallax-header[data-overlay-dark] p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}


/* ===== Kenburns SlideShow style ===== */
.kenburns-section {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
}
.kenburns-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background: #1b1b1b;
}
.kenburns-inner {
    position: relative;
    z-index: 15;
}
.kenburns-inner .caption {
    position: relative;
}
.kenburns-inner .caption h6,
.kenburns-inner .caption[data-overlay-dark] h6 {
    display: inline-block;
    font-weight: 900;
    font-size: 12px;
    color: #dc2751;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.kenburns-inner .caption h1,
.kenburns-inner .caption[data-overlay-dark] h1 {
    position: relative;
    font-size: 110px;
    line-height: 120px;
    letter-spacing: 3px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.kenburns-inner .caption h1 span,
.kenburns-inner .caption[data-overlay-dark] h1 span {
    position: relative;
    font-size: 100px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    opacity: .8;
}
.kenburns-inner .caption p,
.kenburns-inner .caption[data-overlay-dark] p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}
#kenburnsSliderContainer .vegas-overlay {
    outline: none;
}
@media screen and (max-width: 767px) {
    .kenburns-inner .caption h6 {
        font-size: 12px;
    }
    .kenburns-inner .caption h1 {
        font-size: 60px;
    }
}


/* =======  Video Background style  ======= */
.video-fullscreen {
  overflow: hidden;
}
.video-fullscreen .video.grayscale {
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.video-fullscreen .video {
    height: 100vh;
}
.video-fullscreen video {
  width: 100vw;
  min-width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-fullscreen .v-middle {
    z-index: 1;
}
.video-fullscreen h6,
.video-fullscreen[data-overlay-dark] h6 {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    color: #dc2751;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.video-fullscreen h1,
.video-fullscreen[data-overlay-dark] h1 {
    position: relative;
    font-size: 110px;
    line-height: 120px;
    letter-spacing: 3px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.video-fullscreen h1 span,
.video-fullscreen[data-overlay-dark] h1 span {
    position: relative;
    font-size: 100px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    opacity: .8;
}
.video-fullscreen p,
.video-fullscreen[data-overlay-dark] p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}


/* ======= Section style ======= */
.section-padding {
    padding: 130px 0;
}
.section-padding h1 {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #1b1b1b;
}
.section-padding h1.cd {
    color: #1b1b1b;
}
.section-padding h1.cw {
    color: #fff;
}
.section-padding h2 {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 5px;
    color: #1b1b1b;
    font-family: 'Lato', sans-serif;
}
.section-padding h5 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 900;
    margin-bottom: 15px;
    color: #fff;
}
.section-padding[data-overlay-dark] h6,
.section-padding h6 {
    display: inline-block;
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
}


/* ======= Banner Header style ======= */
.banner-header {
    height: 70vh;
    background-position: center;
}
.banner-header.full-height {
    min-height: 100vh;
}
.banner-header[data-overlay-dark] h1,
.banner-header h1 {
    font-size: 48px;
    color: #fff;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 0;
}
.banner-header p {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
/* breadcrumbs */
.banner-header .breadcrumbs {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}
.banner-header .breadcrumbs li {
    display:inline-block;
    margin:0;
    font-size: 16px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    color:#fff;
}
.banner-header .breadcrumbs li a {
    color:#ad8f55;;
  /*  background-image: linear-gradient(to right,#b37d10,#dcd190 50%,#c18e21);
   background-clip: text;
   color: transparent;*/
}
.banner-header .breadcrumbs li a:hover {
    color:#fff;
}
.banner-header .breadcrumbs li:not(:last-child):after {
    margin: 0 20px 0 20px;
    vertical-align: middle;
    position: relative;
    top: 0px;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "|";
    font-size: 12px;
    font-weight: 900;
    /*color: #dc2751;*/
    background-image: linear-gradient(to right,#b37d10,#dcd190 50%,#c18e21);
    color: transparent;
    background-clip: text;
}
@media screen and (max-width: 767px) {
    .banner-header h1 {
        font-size: 36px;
    }
}


/* ======= About style ======= */
.about {
  position: relative;
}
.about .item {
    position: relative;
    margin-bottom: 1.5rem;
}
.about .item .wrap {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.about .item .wrap .img {
  position: relative;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
    border-radius: 10px;
    background: #101010;
}
.about .item .wrap .img img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  opacity: 1;
}
.about .item .wrap:hover .img {
  transform: scale(0.98);
}
.about .item .wrap .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(16, 16, 16);
    background: linear-gradient(0deg, rgba(16, 16, 16, 0.9528186274509804) 20%, rgba(16, 16, 16, 0) 75%);
}
.about .item .wrap .title {
  position: absolute;
  bottom: 0px;
  padding: 30px 30px 30px 45px;
  transform: translateX(-20px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.about .item .wrap .title h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 5px;
}
.about .item .wrap .title h6 {
    font-size: 16px;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    position: relative;
    text-transform: none;
    letter-spacing: 0;
}
.about .item .wrap:hover .title {
  transform: translateY(-10px);
   transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.about h5 {
    font-size: 24px;
}

/* ======= About-Box style ======= */
.about-box {
  position: relative;
}
.about-box .item {
  background-color: transparent;
  position: relative;
  border-radius: 0px;
  transition: 0.7s;
    border: none;
}
.about-box .item .wrap {
  transition: 0.7s;
  /*padding: 75px 30px 15px 30px;*/
}
.about-box .item .wrap .con {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.about-box .item .wrap .con h4 {
  font-size: 24px;
  color: #1b1b1b;
}
.about-box .item .wrap .con p {
  color: #727272;
}
.about-box .item .wrap .con .icon-2 a {
  color: #fff;
  font-size: 24px;
  opacity: 0;
  transition: 0.7s;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.about-box .item:hover {
  background-color: #dc2751;
}
.about-box .item:hover .wrap .con {
  color: #fff;
  transform: translateY(-25px);
}
.about-box .item:hover .wrap .con h4 {
  color: #fff;
}
.about-box .item:hover .wrap .con p {
  color: #fff;
}
.about-box .item:hover .wrap .con .icon-2 a {
  color: #fff;
  opacity: 1;
}


/* ======= Pricing style ======= */
.price .item {
  padding: 60px 30px 40px;
  position: relative;
  background-color: #f0f0f3;
  overflow: hidden;
  border-radius: 10px;
}
.price .item .type {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 10px 20px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 16px;
    background: #dc2751;
    border-radius: 30px;
    border: 2px solid #dc2751;
}
.price .item .content h2 {
    font-size: 60px;
    color: #1b1b1b;
    font-weight: 900;
    display: inline-flex;
}
.price .item .content h2 span {
    font-family: 'Lato', sans-serif;
    color: #dc2751;
    font-weight: 400;
    font-size: 16px;
    padding-left: 10px;
}
.price .item .content .feat li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #727272;
}
.price .item .content .feat li i {
    font-size: 16px;
    color: #dc2751;
    margin-right: 10px;
    padding-top: 10px;
}
.price .item .numb {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 84px;
    position: absolute;
    top: -10px;
    left: 40px;
    color: transparent;
    -webkit-text-stroke: 2px rgba(0,0,0,0.05);
    opacity: .8;
    transform-origin: 0 0;
    transform: rotate(90deg);
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .price .item .content {
    display: block !important;
  }
  .price .item .content .mr-40 {
    margin-bottom: 40px !important;
  }   
}


/* ======= Team style ======= */
.team {
    position: relative;
}
.team .item {
    position: relative;
    
}
.team .item .img {
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    border-radius: 10px;
}
.team .item .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.team .item .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.team .item .con {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    bottom: 45px;
    z-index: 2;
    background: #f0f0f3;
    padding: 25px 20px;
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
}
.team .item:hover .con {
    background: #ad8f55;
    /*background-image: linear-gradient(to right,#b37d10,#dcd190 50%,#c18e21);
    color: transparent;*/
}
.team .item:hover .con h5 {
  transform: translateX(10px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.team .item .con .arrow {
    position: relative;
    display: block;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: rotate(0);
}
.team .item:hover .con .arrow {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.team .item .con .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: #ad8f55;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 100%;
    background: #fff;
}
.team .item .con .arrow a:hover {
    background: #fff;
    color: #ad8f55;
}
.team .item .con h5 {
    font-size: 18px;
    color: #1b1b1b;
    line-height: 1.5em;
}
.team .item .con h5 a {
    color: #1b1b1b;
}
.team .item .con h5 span {
    font-size: 16px;
    color: #727272;
    text-transform: none;
    font-weight: 400;
    font-family: 'Latoo', sans-serif;
    letter-spacing: 0;
}
.team .item:hover .con h5,
.team .item:hover .con h5 a,
.team .item:hover .con h5 span {
    color: #fff;
}


/* ======= Team-Single style ======= */
.team-single img:hover {
    transform: scale(0.98);
}
.team-single .img {
    position: relative;
}
.team-single .img {
    padding: 0 30px 30px 15px;
    position: relative;
}
.team-single .img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 45px;
    bottom: 0;
    background-color: #dc2751;
    border-radius: 10px;
}
.team-single .img img {
    position: relative;
    z-index: 2;
    background: transparent;
    border-radius: 10px;
}
/* details */
.team-single .wrapper {
    position: relative;
}
.team-single .wrapper .cont {
    width: 100%;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 30px 0 0 0;
}
.team-single .wrapper .cont .coll {
    width: auto;
    max-width: auto;
}
.team-single .wrapper .cont .coll h6 {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2em;
    white-space: normal;
    margin: 0;
    color: #1b1b1b;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0;
}
.team-single .wrapper .cont .coll h5 {
    font-size: 16px;
    font-weight: 900;
    white-space: normal;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    transition: color .3s;
    color: #1b1b1b;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0;
}
/* link */
.team-single p a {
   position: relative;
    color: #1b1b1b;
    text-decoration: none;
}
.team-single p a:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #dc2751;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team-single p a:hover {
    color: #1b1b1b;
}
/* tabs */
.team-single .con .simpl-bord.nav-tabs {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #dc2751;
    ;
}
.team-single .con .simpl-bord .nav-item {
    margin-right: 30px;
}
.team-single .con .simpl-bord .nav-item:last-of-type {
    margin-right: 0;
}
.team-single .con .simpl-bord .nav-link {
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent !important;
    font-weight: 900;
    cursor: pointer;
    color: #1b1b1b;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}
.team-single .con .simpl-bord .nav-link.active {
    font-weight: 900;
    color: #dc2751;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}
.team-single .tab-content p {
    color: #727272;
}
/* team-single social */
.team-single .social-icon {
    margin-bottom: 0px;
}
.team-single .social-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    border: 2px solid #dc2751;
    background: #dc2751;
    color: #fff;
    border-radius: 0;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 100%;
    display: inline-block;
}
.team-single .social-icon a:hover {
    border: 2px solid #1b1b1b;
    background: #1b1b1b;
    color: #fff;
}


/* ======= Skills style ======= */
.skills {
    position: relative;
}
.skills .skill-item {
    margin-bottom: 40px;
}
.skills .skill-item h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #1b1b1b;
    font-size: 16px;
    margin-bottom: 15px;
}
.skills-box .skill-progress {
  height: 4px;
  background-color: rgba(0,0,0,0.07);
  position: relative;
}
.skills-box .skill-progress .progres {
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background-color: #dc2751;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.skills-box .skill-progress .progres:after {
  content: attr(data-value);
  position: absolute;
  right: 10px;
  top: -25px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 900;
  color: #1b1b1b;
}


/* ======= Works style ======= */
.works {
    overflow: hidden;
}
.works .item {
    margin-bottom: 25px;
}
.works .item .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
}
.works .item .wrap .img {
  position: relative;
  background-color: #000;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    border-radius: 10px;
}
.works .item .wrap .img img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
    border-radius: 10px;
}
.works .item .wrap:hover img {
  opacity: 0.7;
}
.works .item .wrap:hover .img {
  transform: scale(0.95);
}
.works .item .wrap:hover .text {
  opacity: 1;
  transform: translateX(0px);
}
.works .item .wrap .text {
  position: absolute;
  opacity: 0;
  transform: translateX(-20px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  padding: 15px;
}
.works .item .wrap .text h4 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #fff;
}
.works .item .wrap .text p {
    font-family: 'Lato';
    font-size: 20px;
    color: #dc2751;
    margin-bottom: 0;
    font-weight: 400;
}
/* icon box button */
.works .item .wrap .text .icon-box {
  position: relative;
  display: block;
}
.works .item .wrap .text a .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.3s;
    z-index: 1;
    margin: 0 auto;
}
.works .item .wrap .text a .icon-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #dc2751;
  background: #dc2751;
  border-radius: 50%;
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
  content: "";
}
.works .item:hover .wrap .text a .icon-box::before {
  transform: scale(1.0);
  opacity: 1;
}
.works .item .wrap .text a .icon-box i::before {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.works .item:hover .wrap .text a .icon-box i::before {
    transform: rotate(0);
    color: #fff;
    z-index: 9;
}
/* btn-1 */
.works .item:hover .wrap .text .btn-1 i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.works .item:hover .wrap .text.btn-1:hover i {
    transform: rotate(0);
}


/* =======  Work Single style  ======= */
.work-single {
    position: relative;
}
.work-single h5 {
    font-size: 27px;
    color: #1b1b1b;
}
.work-single .s-list {
    padding: 0;
    list-style: none;
}
.work-single .s-list>li::after, 
.work-single .s-list>li::before {
    content: "";
    display: table;
}
.work-single strong {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 900;
    display: block;
    color: #1b1b1b;
}
.work-single span {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.work-single .s-list>li>:last-child {
    margin-bottom: 0;
}
.work-single .s-list>li::after {
    clear: both;
}
.work-single .s-list-divider>li:nth-child(n+2) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid rgba(0,0,0,0.05);
}
.work-single .s-list a {
    color: #727272;
}


/* ======= Services style ======= */
.services {
  position: relative;
}
.services .item {
  /*background-color: #f0f0f3;*/
  background-image: linear-gradient(to right,#b37d10,#dcd190 50%,#c18e21);
  position: relative;
  border-radius: 10px;
  transition: 0.7s;
    border: none;
}
.services .item .wrap {
    transition: 0.7s;
    text-align: center;
    padding: 75px 30px 15px 30px;
    overflow: hidden;
}
.services .item .wrap .icon-1 {
    color: #1b1b1b;
    transition: 0.7s;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    margin-bottom: 25px;
}
.services .item .wrap .icon-1 i {
  font-size: 60px;
  line-height: 60px;
}
.services .item .wrap .con {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.services .item .wrap .con h4 {
  font-size: 24px;
  color: #1b1b1b;
}
.services .item .wrap .con p {
  color: #1b1b1b;
}
.services .item .wrap .con .icon-2 a {
  color: #fff;
  font-size: 24px;
  opacity: 0;
  transition: 0.7s;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.services .item:hover {
  background-color: #dc2751;
}
.services .item:hover .wrap .icon-1 { 
    color: #fff;
    transform: translateY(-25px);
}
.services .item:hover .wrap .con {
  color: #fff;
  transform: translateY(-25px);
}
.services .item:hover .wrap .con h4 {
  color: #fff;
}
.services .item:hover .wrap .con p {
  color: #fff;
}
.services .item:hover .wrap .con .icon-2 a {
  color: #fff;
  opacity: 1;
}
.services .item .wrap .numb {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 100px;
    position: relative;
    bottom: 0px;
    right: -15px;
    text-align: end;
    color: transparent;
    -webkit-text-stroke: 2px rgba(0,0,0,0.05);
    opacity: .8;
}
.services .item:hover .wrap .numb {
   color: transparent;
    -webkit-text-stroke: 2px rgba(255,255,255,0.2);
    opacity: .8;
}
.services .item.active {
    /*background: #dc2751;*/
    background-image: linear-gradient(to right,#b37d10,#dcd190 50%,#c18e21);
}
.services .item.active .wrap .icon-1,
.services .item.active .wrap .con h4,
.services .item.active .wrap .con p {
    color: #fff;
}
.services .item.active .sub-icon {
    color: rgba(255,255,255,0.05);
}
.services .item.active .numb {
        color: transparent;
    -webkit-text-stroke: 2px rgba(255,255,255,0.2);
    opacity: .8;
}



.services-single h5 {
    font-size: 27px;
    color: #1b1b1b;
}


/* ======= Services Sidebar style ======= */
.sidebar .sidebar-widget {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}
.sidebar .sidebar-widget .widget-inner {
    position: relative;
    display: block;
    padding: 45px;
    background: #f0f0f3;
    border-radius: 10px;
    margin-top: -225px;
    z-index: 9;
}
.sidebar-title {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 2px solid #dc2751;
    padding-bottom: 10px;
}
.sidebar-title h4 {
    position: relative;
    display: inline-block;
    font-size: 27px;
    color: #1b1b1b;
    margin-bottom: 0px;
    
}
.sidebar .services ul {
    position: relative;
    padding-left: 0;
}
.sidebar .services ul li {
    position: relative;
    line-height: 60px;
    color: #1b1b1b;
    margin-bottom: 5px;
}
.sidebar .services ul li:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    right: -20px;
    bottom: 0;
    background: #dc2751;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.3s ease;
}
.sidebar .services ul li:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    opacity: 0;
    transition: all 0.3s ease;
}
.sidebar .services ul li:last-child {
    margin-bottom: 0;
}
.sidebar .services ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #1b1b1b;
    transition: all 0.3s ease;
    z-index: 1;
}
.sidebar .services ul li:hover a,
.sidebar .services ul li.active a {
    color: #fff;
}
.sidebar .services ul li:hover:before,
.sidebar .services ul li.active:before,
.sidebar .services ul li:hover:after,
.sidebar .services ul li.active:after {
    opacity: 1;
}
.sidebar .services ul li a:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '\f105';
    font-family: "Font Awesome 6 Pro";
    opacity: 1;
    font-size: 16px;
    font-weight: normal;
    z-index: 1;
    font-style: normal;
}
.sidebar .services ul li a:hover:before,
.sidebar .services ul li.active a:before {
    opacity: 1;
    transform: scaleX(1);
    transition: all 0.3s ease 0.1s;
}

/* =======  Gallery Image style  ======= */
.gallery-filter {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
    position: relative;
}
.gallery-filter li {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 900;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
    color: #1b1b1b;
}
.gallery-filter li:last-child {
    margin-right: 0;
}
.gallery-filter li.active {
    color: #4B3621 ;
    content: "";
    left: 0;
    bottom: -4px;
    border-bottom: 2px solid #4B3621 ;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.gallery-filter li:hover {
    color: #4B3621 ;
}
.gallery-item-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    -moz-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    border-radius: 6px;
    
    
}
.gallery-box {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
}
.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);   
}
.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.gallery-box:hover .gallery-img > img{
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.gallery-box .gallery-detail {
    position: absolute;
    opacity: 0;
    transform: translateX(-20px);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    padding: 10px;
}
.gallery-box .gallery-detail h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
}
.gallery-box .gallery-detail p {
    font-family: 'Lato';
    font-size: 20px;
    color: #dc2751;
    margin-bottom: 0;
    font-weight: 400;
}
.gallery-box:hover .gallery-detail {
    opacity: 1;
    transform: translateX(0px);
}
.mfp-counter {
    display: none;
}



/* ======= Gallery Video style ======= */
.video-gallery {}
.video-gallery .item {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
}
.video-gallery .item:hover > img {
    transform: scale(1.1);
}
.video-gallery .item .img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.video-gallery .item .img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.video-gallery .item .img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.video-gallery .item:hover .img > img{
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.video-gallery .item .text {
    position: absolute;
    opacity: 0;
    transform: translateX(-20px);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    padding: 10px;
}
.video-gallery .item .text h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
}
.video-gallery .item .text p {
    font-family: 'Lato';
    font-size: 20px;
    color: #dc2751;
    margin-bottom: 0;
    font-weight: 400;
}
.video-gallery .item:hover .text {
    opacity: 1;
    transform: translateX(0px);
}
.video-gallery .item .video-icon {
	z-index: 2;
    padding-left: 5px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #dc2751;
    border-radius: 50%;
    color: #fff;
    padding: 17px 20px 17px 20px;
    line-height: 0;
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.video-gallery .item .video-icon:hover {
    background: #fff;
    color: #1b1b1b;
    transform: translate3d(0px, -5px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.video-gallery .item .video-icon i {
	font-size: 24px;
}

/* ======= Popup Video style ======= */
.video-popup {
    position: relative;
    overflow: hidden;
}
.video-popup .vid {
    position: relative;
    z-index: 8;
}
.video-popup .vid .vid-butn:hover .icon {
    color: #fff;
    transform: translate3d(0px, -5px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.video-popup .vid .vid-butn:hover .icon:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.video-popup .vid .vid-butn .icon {
    color: #dc2751;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    line-height: 110px;
    text-align: center;
    font-size: 40px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: inline-block;
}
.video-popup .vid .vid-butn .icon:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border-radius: 50%;
    z-index: -1;
}
.video-popup .vid .vid-butn .icon:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background-color: rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}


/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
  position: relative;
    padding: 0px;
}
.accordion-box .block {
    position: relative;
    background: #f0f0f3;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 10px;
}
.accordion-box .block.active-block {}
.accordion-box .block:last-child {
  margin-bottom: 0;
}
.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    line-height: 18px;
    font-weight: 900;
    cursor: pointer;
    padding: 30px;
    padding-right: 60px;
    color: #1b1b1b;
    transition: all 500ms ease;
    font-family: 'Lato', sans-serif;
}
.accordion-box .block .acc-btn .count {
    color: #dc2751;
    padding-right: 5px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}
.accordion-box .block .acc-btn.active .count {
    color: #fff;
}
.accordion-box .block .acc-btn:before {
    position: absolute;
    right: 35px;
    top: 24px;
    height: 30px;
    font-size: 16px;
    font-weight: 900;
    color: #dc2751;
    line-height: 30px;
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
    background-color: #dc2751;
    color: #fff;
}
.accordion-box .block .acc-btn.active:before {
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  content: "\f106";
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .content {
    position: relative;
    padding: 30px;
    color: #1b1b1b;
    border-radius: 0px 0px 10px 10px;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box .block .content .text {
  display: block;
  position: relative;
  top: 0px;
  color: #727272;
}


/* ======= LetsTalk style ======= */
.lets-talk {
    position: relative;
}
.lets-talk .wrap {
    position: relative;
    background: #fff;
    padding: 45px 30px;
    overflow: hidden;
    z-index: 1;
}
.lets-talk[data-overlay-dark] h6,
.lets-talk h6 {
    display: inline-block;
    font-family: 'Lato';
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
}
.lets-talk[data-overlay-dark] h5,
.lets-talk h5 {
    font-size: 55px;
    color: #fff;
    line-height: 1em;
}
.lets-talk[data-overlay-dark] h5 span,
.lets-talk h5 span {
    position: relative;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    opacity: .8;
}
.lets-talk[data-overlay-dark] p,
.lets-talk p {
    font-size: 18px;
    color: #fff;
    line-height: 1.5em;
}


/* ======= Testimonials style ======= */
.testimonials {
    position: relative;
}
.testimonials .item {
    position: relative;
    background: #f0f0f3;
    padding: 45px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.testimonials .item .quote {
    position: relative;
    font-size: 55px;
    /*color: #d9b348;*/
    background-image: linear-gradient(to right,#b37d10,#dcd190 50%,#c18e21);
   color: transparent;
   background-clip: text;
    line-height: 65px;
}
.testimonials .item p {
    color: #727272;
}
.testimonials .item .info {
    text-align: left;
    padding: 15px 0 0 0;
    border: none;
    border-top: 2px solid rgba(0,0,0,0.05);
}
.testimonials .item .info .author-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    border: 2px solid rgba(0,0,0,0.05);
    padding: 4px;
}
.testimonials .item .info .author-img img {
    border-radius: 100%;
}
.testimonials .item .info .cont {
    margin-left: 80px;
}
.testimonials .item .info .cont h6 {
    display: block;
    font-size: 16px;
    margin-bottom: 0px;
    padding-top: 15px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    color: #1b1b1b;
    line-height: 1.2em;
    text-transform: none;
    letter-spacing: 0px;
}
.testimonials .item .info span {
    font-size: 16px;
    color: #727272;
    line-height: 1.2em;
}


/* ======= Clients style ======= */
.clients {
    position: relative; 
    overflow: hidden;
}
.clients .clients-logo {
    line-height: 0;
    padding: 22px;
    /*border: 2px solid #f0f0f3;*/
    position: relative;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    overflow: hidden;
    border-radius: 50%;
    background: #ad8f55;
}
.clients .clients-logo:hover {
  transform: scale(0.95);
  overflow: hidden;
    transition: .5s ease;
}
.clients img {
    -webkit-filter: none;
    filter: none;
}


/* ======= Events style ======= */
.events .item {
  padding: 30px 0;
  border-bottom: 2px solid rgba(0,0,0,0.05);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.events .item:first-of-type {
  border-top: 2px solid rgba(0,0,0,0.05);
}
.events .item:hover {
  border-bottom-color: #dc2751;
}
.events .item:hover .text a {
  text-decoration: none;
}
.events .item:hover .img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.events .item .text h5,
.events .item .text h5 a {
    font-size: 24px;
    margin-bottom: 0;
    color: #1b1b1b;
}
.events .item .text p {
    color: #dc2751;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato';
    margin-bottom: 0;
}
.events .item .date {
    display: flex;
    align-items: center;
}
.events .item .date > span {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    line-height: 48px;
    font-size: 85px;
    margin-right: 12px;
    color: transparent;
    -webkit-text-stroke: 1.5px #dc2751;
    opacity: .8;
}
.events .item .date div span {
    display: block;
    color: #1b1b1b;
    font-size: 16px;
    line-height: 16px;
    margin-top: 4px;
}
.events .item .date > h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}
.events .item .date h5 {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
}
.events .item .img {
  position: absolute;
  top: 50%;
/*  right: -30px;*/
    right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
}
.events .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.position-re {
    position: relative;
}
.ml-auto {
    margin-left: auto;
}
@media screen and (max-width: 768px) {
.events .item .img {
    right: 5px;
    width: 160px;
    height: 160px;
  }
.events .item .text h5,
.events .item .text h5 a {
    font-size: 20px;
    margin-bottom: 0px;
}

}


/* Event detail */
.event-detail .item {
    display: flex;
    padding: 30px;
    border-radius: 10px;
    background: #f0f0f3;
}
.event-detail .item:nth-child(even) {
    flex-direction: row-reverse
}
.event-detail .item:nth-child(even) .con {
    text-align: left
}
.event-detail .item:nth-child(even) .number {
    margin-left: unset;
    margin-right: 40px
}
.event-detail .item .number {
    text-align: center;
    margin: 0 20px 0 0;
    border-right: 1px solid rgba(255,255,255,0.05);
    padding: 0px 20px 0px 0px;
    width: 120px;
}
.event-detail .item .number h1 {
    font-size: 80px;
    line-height: 70px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1.5px #dc2751;
    opacity: .8;
    margin-bottom: 0;
}
.event-detail .item .number span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #727272;
}
.event-detail .item .con {
    margin: 10px 0;
}
.event-detail .item .con span {
    font-size: 14px;
    font-weight: 400;
    color: #727272;
    line-height: 1;
}
.event-detail .item .con h5 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #1b1b1b;
}
.event-detail .item .con a {
    display: block; 
    color: #dc2751;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato';
    margin-bottom: 0;
}


/* ======= Blog Home style  ======= */
.blog-home {
  overflow: hidden;
}
.blog-home .item {
    position: relative;
    margin-bottom: 15px;
}
.blog-home .item .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
}
.blog-home .item .wrap .img {
  position: relative;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
.blog-home .item .wrap .img img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  opacity: 1;
  border-radius: 10px;
}
.blog-home .item .wrap .title {
  position: absolute;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  bottom: 0px;
  padding: 15px 30px 0 30px;
}
.blog-home .item .wrap .title h6 a {
    font-size: 16px;
    color: #fff;
}
.blog-home .item .wrap .title h4 a {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.2em;
}
.blog-home .item .wrap .title h4.stitle a {
    font-size: 24px;
}
.blog-home .item .wrap .title h6 a {
    font-family: 'Lato';
    font-size: 35px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    font-weight: 400;
}
.blog-home .item .wrap:hover {
 transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.blog-home .item .wrap:hover .img img {
  opacity: 1;
  transform: scale(0.95);
}
.blog-home .item .wrap:hover .title {
  transform: translateY(-35px);
}
/* icon box button */
.blog-home .item .wrap .title {}
.blog-home .item .wrap .title .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.3s;
    z-index: 1;
    margin: 0 auto;
    opacity: 0;
}
.blog-home .item .wrap:hover .title .icon-box {
    opacity: 1;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.blog-home .item .wrap .title .icon-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(0.7);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
  content: "";
  opacity: 0;  
}
.blog-home .item .wrap:hover .title .icon-box::before {
    transform: scale(1.0);
    opacity: 1;
}
.blog-home .item .wrap .title .icon-box i::before {
  position: relative;
  display: inline-block;
  font-size: 24px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 1;
}
.blog-home .item .wrap:hover .title .icon-box i::before {
    transform: rotate(0);
    color: #fff;
    z-index: 9;
}



/* ======= Blog 2 Grid style ======= */
.blog2 {
    position: relative;
    overflow: hidden;
}
.blog2 .item {
    margin-bottom: 15px;
}
.blog2 .item .img {
  overflow: hidden;
  border-radius: 10px;
}
.blog2 .item .img img {
  width: 100%;
}
.blog2 .item .wrapper {
  background-color: #fff;
  padding: 0.1px 30px 35px 30px;
  margin: -35px 20px 0 20px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  transition: all ease 0.4s;
}
.blog2 .item .wrapper .date {
  margin: -20px 0 20px 0;
}
.blog2 .item .wrapper .date a {
    display: inline-block;
    font-size: 14px;
    padding: 10.5px 20px;
    line-height: 1;
    background-color: #dc2751;
    color: #fff;
    border-radius: 5px;
}
.blog2 .item:hover .wrapper .date a {
    background-color: #fff;
    color: #7b7b7b;
}
.blog2 .item .wrapper .con {
  overflow: hidden;
  position: relative;
  transition: all ease 0.4s;
  padding-bottom: 0;
}
.blog2 .item .wrapper .con .category {
  margin: 28px 0 0px 0;
}
.blog2 .item .wrapper .con .category a {
  color: #7b7b7b;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}
.blog2 .item .wrapper .con .category a i {
    transition: all ease 0.4s;
    color: #dc2751;
    margin-right: 5px;
    font-size: 12px;
}
.blog2 .item .wrapper .con .text {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2em;
}
.blog2 .item .wrapper .con .icon-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(60px);
  opacity: 0;
  visibility: hidden;
    display: inline-block;
    border: none;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 55px;
    font-size: 14px;
    background-color: #fff;
    color: #101010;
    text-align: center;
    border-radius: 50%;
    transition: all ease 0.4s;
}
.blog2 .item .wrapper .con .icon-btn:hover {
    background-color: #fff;
    color: #101010;
}
.blog2 .item:hover .wrapper {
  margin-top: -104px;
  /*background-color: #dc2751;*/
  background-image: linear-gradient(to right,#b37d10,#dcd190 50%,#c18e21);
  border-color: transparent;
}
.blog2 .item:hover .wrapper .con {
  padding-bottom: 70px;
}
.blog2 .item:hover .wrapper .con .category a {
  color: #fff;
}
.blog2 .item:hover .wrapper .con .category a i {
  color: #fff;
}
.blog2 .item:hover .wrapper .con .category a:hover {
  color: #fff;
}
.blog2 .item:hover .wrapper .con .text a {
  color: #fff;
}
.blog2 .item:hover .wrapper .con .text a:hover {
  color: #fff;
}
.blog2 .item:hover .wrapper .con .icon-btn {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}




/* ======= Blog & Post style ======= */
.blog .item {
    margin-bottom: 30px;
}
.blog img,
.blog .vid-icon img {
    border-radius: 10px;
}
.blog .item .img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.blog .item .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.blog .item .img a {
    display: block;
}
.blog .item .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.blog .item .img .date {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #dc2751;
    border: 2px solid #dc2751;
    color: #fff;
    padding: 5px 12px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    border-radius: 5px;
}
.blog .item .img .date span {
    display: block;
    font-size: 16px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 3px;
}
.blog .item .img .date i {
    font-style: normal;
    display: block;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
.blog .item .wrap {
    padding: 30px 0;
}
.blog .item .wrap h4 {
    font-size: 32px;
    margin-bottom: 15px;
}
.blog .item .wrap h4 a:hover,
.blog .item .wrap h5 a:hover {
    color: #dc2751;
}
/* post */
.blog .comment {
    padding-top: 60px;
    margin-bottom: 60px;
}
.blog .comment h5 {
    font-size: 24px;
    color: #1b1b1b;
}
.blog .comment h5 span {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #727272;
    font-weight: 400;
    margin-left: 15px;
}
.blog .comment .wrap {
    display: flex;
    margin-bottom: 60px;
}
.blog .comment .img img {
    margin-right: 30px;
    flex: 0 0 auto;
    border-radius: 100%;
    width: 100px;
    border: 2px solid rgba(0,0,0,0.1);
    padding: 4px;
}
.blog .comment .text {
    margin-right: 20px;
}
.blog .repay {
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: 400;
}
.blog .category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #727272;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
.blog .category a {
    color: #dc2751;
}
.blog .category span {
    color: #727272;
}
.blog .divider {
    width: 20px;
    height: 2px;
    margin-right: 15px;
    margin-left: 15px;
    background-color: #dc2751;
}
/* sidebar */
.blog-sidebar .item {
    position: relative;
    /*background: #f0f0f3;*/
    background-image: linear-gradient(to right,#b37d10,#dcd190 50%,#c18e21);
    padding: 45px 30px;
    margin-bottom: 30px;
    display: grid;
    border-radius: 10px;
}
.blog-sidebar .item ul {
    margin-bottom: 0;
    padding: 0;
}
.blog-sidebar .item ul li {
    margin-bottom: 15px;
    color: #1b1b1b;
    font-size: 16px;
    line-height: 1.5em;
}
.blog-sidebar .item ul li a {
    color: #727272;
}
.blog-sidebar .item ul li a.active {
    color: #dc2751;
}
.blog-sidebar .item ul li a:hover {
    color: #dc2751;
}
.blog-sidebar .item ul li:last-child {
    margin-bottom: 0;
}
.blog-sidebar .item ul li i {
    font-size: 12px;
    margin-right: 10px;
    color: #dc2751;
}
.blog-sidebar .item .recent li {
    display: block;
    overflow: hidden;
}
.blog-sidebar .item .recent .thum {
    width: 90px;
    overflow: hidden;
    float: left;
}
.blog-sidebar .item .recent a {
    display: block;
    margin-left: 105px;
}
.blog-sidebar .item .text {
    margin-bottom: 5px;
}
.blog-sidebar .item .text h5 {
    font-size: 24px;
    color: #1b1b1b;
}
.blog-sidebar .item .search form {
    position: relative;
}
.blog-sidebar .item .search form input {
    width: 100%;
    padding: 15px;
    border: 0;
    background: #fff;
    margin-bottom: 0;
    height: 61px;
    border-radius: 30px;
    color: #1b1b1b;
}


.blog-sidebar .item .search form button {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #dc2751;
    color: #fff;
    border: 0;
    padding: 16px 17px 14px 17px;
    cursor: pointer;
    border-radius: 100%;
    transform:rotate(0);
}
.blog-sidebar .item .search:hover form button {
    background-color: #1b1b1b;
    color: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.blog-sidebar .tags li {
    margin: 5px !important;
    padding: 5px 25px;
    background-color: transparent;
    border: none;
    color: #727272 !important;
    float: left;
    border: 2px solid #dc2751;
    border-radius: 30px;
}
.blog-sidebar .item ul.tags li a {
    font-size: 14px;
    color: #727272;
}
.blog-sidebar .item ul.tags li:hover,
.blog-sidebar .item ul.tags li:hover a {
    background-color: #dc2751;
    color: #fff;
}
/* pagination */
.pagination-wrap {
    padding: 0;
    margin: 0;
}
.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.pagination-wrap li a {
    background: #f0f0f3;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    color: #1b1b1b;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    border: 2px solid #f0f0f3;
    border-radius: 50%;
    font-size: 16px;
}
.pagination-wrap li a i {
    font-size: 16px;
}
.pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: #dc2751;
    border: 2px solid #dc2751;
    color: #fff;
}
.pagination-wrap li a.active {
    background-color: #dc2751;
    border: 2px solid #dc2751;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}


/* ======= Contact style ======= */
.contact h5 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}
.contact .item {
    padding: 15px 0px;
}
.contact .item .wrap-block {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.contact .item .icon {
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 24px;
    border-radius: 100%;
    margin-right: 15px;
    text-align: center;
    position: relative;
    z-index: 3;
    float: left;
    border: 2px solid #dc2751;
    font-weight: normal;
}
.contact .item .text-block {
    overflow: hidden;
}
.contact .item h5 {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #fff;
}
.contact .item p {
    margin-bottom: 0px;
}
.google-map {
	width: 100%;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
    height: calc(100% + 30px);
    overflow: hidden;
}
.contact .con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #1b1b1b;
    text-decoration: none;
}
.contact .con .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 100%;
    /*border: 2px solid #dc2751;*/
    text-align: center;
    background: #ad8f55;
    font-size: 18px;
    /*color: #fff;*/
    color: #1b1b1b;
    /*background-image: linear-gradient(to right,#b37d10,#dcd190 50%,#c18e21);*/
}
.contact .con .icon .img {
    border-radius: 0;
    border: 2px solid #dc2751;
}
.contact .con .icon img {
    background: transparent;
    padding: 13px;
}
.contact .con .text {
    color: #1b1b1b;
    line-height: 1.5em;
    margin-top: 15px;
}
/* opening-hours list */
.opening-hours ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    width: 320px;
}
.opening-hours ul li .tit,
.opening-hours ul li .dots,
.opening-hours ul li span {
    display: table-cell;
    white-space: nowrap;
}
.opening-hours ul li {
    margin-bottom: 15px;
    font-size: 16px;
}
.opening-hours ul li:last-of-type {
    margin-bottom: 0;
}
.opening-hours ul li span {
    white-space: nowrap;
    padding-left: 10px;
    color: #727272;
}
.opening-hours ul li .tit {
    padding-right: 10px;
    color: #727272;
}
.opening-hours ul li .dots {
    height: 4px;
    width: 100%;
    border-bottom: 2px solid rgba(0,0,0,0.05);
    position: relative;
    top: -7px;
}


/* ======= 404 style ======= */
.not-found h2 {
    font-size: 180px;
    line-height: 180px;
    font-family: 'Lato', sans-serif;
    color: #dc2751;
    margin-bottom: 15px;
    font-weight: 900;
}
.not-found p {
    color: #727272;
}


/* ======= Button style ======= */
/* button 1 */
.btn-1 {
    display: inline-block;
    height: auto;
    padding: 20px 50px;
    border: none;
    border-radius: 80px;
    /*background-color: #dc2751;*/
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #1b1b1b;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    background-image: linear-gradient(to right,#b37d10,#dcd190 50%,#c18e21);
    /*color: transparent;*/
}
.btn-1:hover {
  /*border: 2px solid #fff;*/
  background-color: #fff;
  color: #1b1b1b;
}
.btn-1 i {
    color: #1b1b1b;
    font-size: 20px;
    margin-right: 5px;
}
.btn-1:hover i {
    color: #1b1b1b;
}
/* button 2 */
.btn-2 {
    display: inline-block;
    height: auto;
    padding: 20px 50px;
    border: 1px solid #1b1b1b;
    border-radius: 80px;
    background-color: #1b1b1b;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}
.btn-2:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #1b1b1b;
}
.btn-2 i {
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
}
.btn-2:hover i {
    color: #1b1b1b;
}
/* button 3 */
.btn-3 {
    display: inline-block;
    height: auto;
    padding: 20px 50px;
    border: 1px solid #dc2751;
    border-radius: 80px;
    background-color: #dc2751;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}
.btn-3 i {
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
}
.btn-3:hover {
  border: 1px solid #1b1b1b;
  background-color: #1b1b1b;
  color: #fff;
}
/* button 4 */
.btn-4 {
    display: inline-block;
    height: auto;
    padding: 20px 50px;
    border: 1px solid #1b1b1b;
    border-radius: 80px;
    background-color: #1b1b1b;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}
.btn-4 i {
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
}
.btn-4:hover {
  border: 1px solid #dc2751;
  background-color: #dc2751;
  color: #fff;
}
/* button 5 */
.btn-5 {
    display: inline-block;
    height: auto;
    padding: 20px 50px;
    border: none;
    border-radius: 80px;
    background-color: #ad8f55;
    /*background-image: linear-gradient(to right,#b37d10,#dcd190 50%,#c18e21);
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;*/
    color: #1b1b1b;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}
.btn-5:hover {
  border: none;
  background-color: #ad8f55;
  color: #1b1b1b;
  /*background-image: linear-gradient(to right,#b37d10,#dcd190 50%,#c18e21);*/
}
.btn-5 i {
    color: #1b1b1b;
    font-size: 20px;
    margin-right: 5px;
}
.btn-5:hover i {
    color: #1b1b1b;
}


/* ======= Footer style ======= */
.footer {
    position: relative;
    background-color: #1b1b1b;
}
/* top */
.footer .top {
    position: relative;
    display: block;
    padding: 120px 0 60px 0;
    z-index: 1;
    background-color: #2A1E12;
}
.footer .top img {
    width: 150px;
    margin-bottom: 15px;
}
.footer .top h4 {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 900;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    line-height: 1.2em;
}
.footer .top h4 span {
    color: #dc2751;
}
.footer .top h5 {
    /*font-size: 24px;
    color: #fff;
    margin-bottom: 15px;*/

  font-size: 26px;
  color: #ad8f55;
  margin-bottom: 15px;
  /*background-image: linear-gradient(to right,#b37d10,#dcd190 50%,#c18e21);*/
  /*background-clip: text;*/
}
.footer .top p {
    color: #fff;
}
.footer .top .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .top .social a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    border: 2px solid #ad8f55;
 /*   border: 2px solid transparent;
    border-image: linear-gradient(90deg, #b37d10,#dcd190,#c18e21) 1;*/
    color: #fff;
    border-radius: 0;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: transparent;
    /*border-radius: 100%;*/
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.footer .top .social a:hover {
    border: 2px solid #ad8f55;
   /* border-image: linear-gradient(90deg, #b37d10,#dcd190,#c18e21) 1;*/
    color: #0b395b;
    transform: translate3d(0px, -5px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.footer .top .social a + a {
    margin-left: 5px;
}
.footer .top .phone {
    font-size: 24px;
    color: #dc2751;
    font-weight: 600;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: 'Lato', sans-serif;
}
.footer .top .phone a {
    color: #fff;
}
.footer .top .phone a:hover
.footer .top .phone:hover {
    color: #fff;
}
.footer .top .mail {
    font-size: 16px;
    line-height: 3em;
    color: #fff;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer .top .mail a {
    color: #fff;
}
.footer .top .mail a:hover
.footer .top .mail:hover {
    color: #fff;
}
.footer .top .mail:before {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #fff;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer .top .mail:hover:before {
    background-color: #fff;
}
/* bottom */
.footer .bottom {
    position: relative;
    display: block;
    background-color: #2A1E12;
    padding: 10px 0;
    border: none;
    border-top: 1px solid #ccc;
}
.footer .bottom p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}
.footer .bottom p a {
    color: #fff;
    font-size: 14px;
    line-height: 3em;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer .bottom p a:hover {
    color: #fff;
}
.footer .bottom p a:before {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #fff;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer .bottom p a:hover:before {
    background-color: #fff;
}
.footer .bottom .horizontal-link li {
    display: inline-block;
    margin: 0 25px 5px 0 !important;
    }
.footer .bottom .horizontal-link li a {
    font-size: 14px;
    color: #fff;
    }
/* list */
.footer .list li + li {
  margin-top: 5px;
}
.footer .list li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding-left: 15px;
}
.footer .list li a:hover {
  padding-left: 15px;
  color: #fff;
}
.footer .list li a:before {
  position: absolute;
  top: 45%;
  left: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  content: "";
  background-color: #fff;
  -webkit-transform: translateY(-50%);
transform: translateY(-50%);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer .list li a:hover:before {
  opacity: 1;
}
/* subscribe */
.subscribe form {
    margin-top: 30px;
    position: relative;
}
.subscribe form input {
    width: 100%;
    padding: 16px 60px 17px 16px;
    background-color: transparent;
    border: 2px solid #ad8f55;
    /*border: 2px solid transparent;
    border-image: linear-gradient(90deg, #b37d10,#dcd190,#c18e21) 1;*/
    border-radius: 0px;
    color: #fff;
    margin-bottom: 15px;
    outline: none;
}
.subscribe form input::placeholder {
    color: #fff;
}
.subscribe form button {
    background-color: #fff;
    padding: 16px 17px 14px 17px;
    /*border-radius: 100%;*/
    color: #ad8f55;
    /*background-image: linear-gradient(to right,#b37d10,#dcd190 50%,#c18e21);*/
    background-clip: text;
    color: transparent;
    border: 0;
    position: absolute;
    top: 5.25px;
    right: 6px;
    cursor: pointer;
    outline: none;
    transform: rotate(0);
}
.subscribe:hover form button {
    background-color: #fff;
    /*color: #0b395b;*/
    outline: none;
    -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    -webkit-box-shadow: inset 0 0 0 2px 2px rgba(0,0,0,0.03);
    box-shadow: inset 0 0 0 2px 2px rgba(0,0,0,0.03);
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    content: '\f062';
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #dc2751;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap::after {
    color: #dc2751;
}
.progress-wrap svg.progress-circle path {
    stroke: #dc2751;
}


/* ======= Media Query style ======= */

@media (max-width: 767px) {
    .parallax-header h1,
    .parallax-header h1 span,
    .parallax-header[data-overlay-dark] h1,
    .parallax-header[data-overlay-dark] h1 span,
    .not-found h1,
    .header .caption h1,
    .header .caption h1 span,
    .video-fullscreen h1,
    .events .item .date > span {
        font-size: 60px;
        line-height: 1.2em;
    }
    
    .section-padding h1 {
        font-size: 36px;
    }
    
    .section-padding[data-overlay-dark] h6, .section-padding h6 {
        font-size: 16px;
    }
    
    .section-padding h2 {
        font-size: 32px;
    }

    
    .not-found h2 {
    font-size: 120px;
    height: 140px;
    }
    
    .lets-talk[data-overlay-dark] h5, .lets-talk h5 {
        font-size: 32px;
    }
    
    .sidebar .sidebar-widget .widget-inner {

    margin-top: 0px;
}
    
    .footer .bottom p {
        text-align: left;
}
    
    .blog .item .wrap h4 {
    font-size: 27px;
    }
    .testimonials .wrap {
        padding: 40px 20px;
        margin-bottom: 15px;
    }
    .accordion-box .block .acc-btn {
        padding: 25px 30px 25px 15px;
        font-family: 'Lato', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
    .accordion-box .block .acc-btn:before {
        right: 15px;
    }
    .pagination-wrap {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .sidebar .sidebar-widget .widget-inner {
        margin-top: 0px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1190px !important;
    }
}


/* ======= Overlay Effect Bg image ======= */
[data-overlay-dark] {
    position: relative;
}
[data-overlay-dark] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #000;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6 {
    color: #fff;
}
[data-overlay-dark] p {
    color: #1b1b1b;
}
[data-overlay-dark="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before {
    opacity: 1;
}


.f-fnts
{
    font-size: 21px;
    color: #fff;
}


.cont-back
{
    background: #0e192d;
    color: #fff;
    height: 172px;
    border-radius: 100px;
    text-align: center;
}

.eit-pls
{
    padding-top: 28px;
    color: #fff;
    font-size: 74px;
}

.sp-colr
{
    color: #0b395b;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 700;
}

.ab-out
{
    font-size:17px;
}


.web-head
{
    color: #0e192d!important;
}

.web-p
{
    color: #d9d9d9;
    /*font-size: 50px;*/
    font-size: 22px;
    font-weight: 700;
}


.c-pad
{
    /*padding-top: 0px;*/
    padding-bottom: 0px;
}

.h-bord
{
    border: 2px solid #ad8f55;
    /*border-top: 2px solid transparent;
    border-image: linear-gradient(90deg, #b37d10,#dcd190,#c18e21) 1;
    opacity: 0.5;*/
}

.tes-mt
{
    padding-top: 0px;
}

.cer-mb
{
    padding-bottom: 90px;
}

.t-back
{
    /*background: #fff;*/
    text-align: center;
}

.back-y
{
    color: #fff!important;
    font-size: 50px!important;
}

.back-p
{
    color: #fff!important;
    font-size: 35px !important;
}

.pad-ng
{
    /*padding: 45px;*/
    padding: 65px 20px 34px 25px;
}

.web-pp
{
    color: #0b395b!important;
    font-size: 22px!important;
}


.images .image{
  position: relative;
}

.images .first{
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
  transition: z-index .5s ease,transform .6s ease;
}

.images .image:hover .first{
  z-index: 0;
  background-color: red;
  transform: scale(1.05);
}

.boardname{
  
    position: absolute;
    z-index: 9;
    color: #fff;
    font-size: 50px!important;
    top: 65vh;
    left: 40px;
    /*text-align: center;*/
    width: 100%;
    font-weight: 700;
    z-index: 0;
}

.boardnam{
  
    position: absolute;
    z-index: 9;
    color: #fff;
    font-size: 50px!important;
    top: 77vh;
    left: 40px;
    /*text-align: center;*/
    width: 100%;
    font-weight: 700;
    z-index: 0;
}



.p-whrr
{
    font-size: 280px!important;
    color: #fff!important;
    padding: 0px 0px 0px 60px !important;
}

.boardnamess{
  
    position: absolute;
    z-index: 9;
    color: #fff;
    font-size: 50px!important;
    top: -10vh;
    left: 40px;
    /*text-align: center;*/
    width: 100%;
    font-weight: 700;
}

.p-whr
{
    font-size: 70px!important;
    color: #fff!important;
    /*padding: 0px 15px 0px 60px!important;*/
}

.h-header {
  position: relative;
  width: 100%;
  height: 130vh;
  overflow: hidden;
  background: #0e192d;
  /*background-image: linear-gradient(to right,#b37d10,#dcd190 50%,#c18e21);*/
}

.inner {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  background-image: url(../images/ban.webp);
  background-size: cover;
  /*background-position: center center;*/
  background-repeat: no-repeat;
}

#header-front
{
    top: 25.3125vw;
    left: calc(52.65% - 65.98958333333333vw / 2);
    width: 65.98958vw;
    position: absolute;
    z-index: 3;
    height: auto;
}

#header-stones
{
    position: absolute;
    top: 35.08333vw;
    left: 0;
    width: 100%;
    height: auto;
}

.round {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; 
  top: 15%;
  /*background: #f7f7f7;*/
  background-image: url(../images/banner1.png);
  border-radius: 960px 960px 0px 0px;
}

.rounds {
  position: absolute;
  width: 39%;
  height: 46vh;
  left: 60vh;
  top: 40%;
  bottom: 50%;
  /*background: #f7f7f7;*/
  background-image: url(../images/teaser-mobile.mp4);
  border-radius: 100%!important;
}

/*.r-rnd
{
    border-radius: 150px;
    height: 300px;
    width: 530px;
}*/



#header-sroll {
    position:fixed;
    height: 100px;
    /*left:0;*/
    top:15%;
    /*float:left;*/
    width:100%;
    -ms-transition:     all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}
#header-sroll h1 {
    font-size: 250px;
    z-index: 0;
    /*text-align: center;*/
    line-height: 50px;
     -ms-transition:    all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}
#header-sroll.small {
    height: 70px;
    line-height: 35px;
}
#header-sroll.small h1{
    height: 70px;
    line-height: 35px;
    font-size: 50px;
}

.c-inx
{
    z-index: 99999;
}


/*.separators{
  display:flex;
  align-items: center;
}

.separators .lines{
  height: 3px;
  flex: 1;
  background-color: #000;
}

.separators h2{
  padding: 0 2rem;
}*/

 .b-backs
 {
    background: #fff;
 }
.section1
{
    width: 100%;
    height: 120vh;
    background-size: cover;
    background-position: center;
    position: fixed;
    left: 0;
    top: 0;
    clip-path: circle(0%);
    z-index: 1
}

.scroller
{
    height:700vh;
}

.section2
{
    height: 100vh;
    position: relative;
    z-index: 1;
    background: #000;
    color: #ddd;
    font-size: 15px;

}

.hr-line {
  border-top: 1px solid transparent;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, White, DimGrey, White) border-box;
}

p.intro {
  font-size: 24px;
  text-align: center;
}


.main-timeline:before {
  content: "";
  display: block;
  width: 2px;
  height: 48%;
  background: #c6c6c6;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 78px;
}

p.year {
  display: block;
  font-weight: 800 !important;
  font-size: 30px;
  color: #fff;
  margin: 0px 30px;
}

p.description {
  font-weight: 200;
  font-size: 15px;
  color: #fff!important;
}

.order_1 {
  order: 3;
}

.order_2 {
  order: 2;
  left: 10px;
}

.order_3 {
  order: 1;
}

.main-timeline .icon {
  width: 18px;
  height: 18px;
  position: relative;
  right: 8px;
}

.main-timeline .icon:before,
.main-timeline .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
}

.main-timeline .icon:before {
  background: #fff;
  border: 2px solid #232323;
  left: -3px;
}

.main-timeline .icon:after {
  border: 2px solid #c6c6c6;
  left: 3px;
}

.main-timeline .date-content {
  width: 50%;
  position: relative;
}

.main-timeline .date-content:before {
  content: "";
  width: 50%;
  height: 2px;
  background: #c6c6c6;
  margin: auto 0;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
}

.main-timeline .order_1:before {
  content: "";
  width: 50%;
  height: 2px;
  background: #c6c6c6;
  position: absolute;
  padding-right: 30px;
  margin-right: 50% !important;
}

.main-timeline .date-outer {
  width: 125px;
  height: 125px;
  font-size: 16px;
  text-align: center;
  z-index: 1;
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
  content: "";
  width: 125px;
  height: 125px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  right: 0;
}

.main-timeline .date-outer:before {
  background: #fff;
  border: 2px solid #232323;
  left: -6px;
}

.main-timeline .date-outer:after {
  border: 2px solid #c6c6c6;
  left: 6px;
}

.main-timeline .date {
  width: 100%;
  position: absolute;
  top: 27%;
  left: 0;
}

@container timeline (max-width: 640px) {
  .timeline {
    flex-direction: column !important;
  }

  .main-timeline:before {
    margin-left: 1px;
  }

  .main-timeline .icon {
    margin: auto 2px;
  }

  .main-timeline .timeline-content {
    padding: 10px 30px;
  }

  .order_1 {
    order: 2;
  }

  .order_2 {
    order: 1;
    left: -1em;
  }

  .order_3 {
    order: 3;
  }

  .order_1b {
    order: 2;
  }

  .order_2b {
    order: 1;
    left: -1em;
  }

  .order_3b {
    order: 3;
  }

  .main-timeline .order_1:before {
    width: 100%;
  }

  .main-timeline .order_1b:before {
    width: 100%;
  }

  .main-timeline .order_1b:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #c6c6c6;
    position: absolute;
    top: 0;
    padding-right: 30px;
    bottom: 0;
    margin-right: 50% !important;
  }
}

@container timeline (max-width: 350px) {
  .icon {
    display: none;
  }

  .main-timeline .date-content:before {
    visibility: hidden;
  }

  .date-content {
    left: -15px;
  }
}

.slider-wrap {
  width: 100%;
  height: 75vh;
  display: flex;
  float: left;
  overflow: hidden;
}
.slide {
  width: 50%;
  transition: 0.5s;
  position: relative;
  background-size: cover!important;
  background-repeat: no-repeat;
  background-position: left;
  margin-left: 10px;
}
.slide1 {
  background: url("../images/blg.png")
}
.slide2 {
  background: url("../images/blg2.png")
}

.slide:hover {
  width: 60%
}
.slide .content {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -100%;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  
}
.slide:hover .content {
  bottom: 10.5%;
  transition: 0.5s;
  text-align: right;
  padding: 0px 40px 0px 0px;
  /*transition-delay: 0.3s*/
}

.p-padss
{
    padding: 40px;
    font-size: 28px!important;
    color: #fff;
}

.hed-til
{
  margin-top: 230px;
  padding: 9px 0px 10px 40px;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 26px;
  font-weight: 700;
}

.bt-des
{
    background: #ad8f55;
  /*background-image: linear-gradient(to right,#b37d10,#dcd190 50%,#c18e21);*/
  /*color: transparent;*/
  color: #1b1b1b;
  border: none;
  padding: 10px 25px 12px 26px !important;
  border-radius: 25px;
  font-weight: 700;
}



.bt-des:hover
{
  background:#ad8f55;
  color: #1b1b1b;
  border: none;
  padding: 10px 18px 10px 18px;
  border-radius: 25px;
}


.primary-btn {
  display: inline-block;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  padding: 1.5rem 2rem;
  border: 1px solid #ffffff;
  text-decoration: none;
  margin-top: 1rem;
  -webkit-box-shadow: 2px 2px 0 #0b0b0b, 0.3em 0.3em 0 #ffffff;
          box-shadow: 2px 2px 0 #0b0b0b, 0.3em 0.3em 0 #ffffff;
  -webkit-transition: all ease-in-out .4s;
  -o-transition: all ease-in-out .4s;
  -moz-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
}

.primary-btn:hover, .primary-btn:focus {
  color: #0b0b0b;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 0 #0b0b0b, 0.3em 0.3em 0 #2c2c2c;
          box-shadow: 2px 2px 0 #0b0b0b, 0.3em 0.3em 0 #2c2c2c;
}




@media screen and (min-width: 500px) {
  .banner__text,
  .footer__text {
    font-size: 2rem;
  }
}


/* Banner Section Style */
.banner__sub-title {
  font-size: 3rem;
  background: -webkit-gradient(linear, right top, left top, from(#b25d46), color-stop(#a74141), color-stop(#743879), to(#4a3ca0));
  background: -webkit-linear-gradient(right, #b25d46, #a74141, #743879, #4a3ca0);
  background: -moz-linear-gradient(right, #b25d46, #a74141, #743879, #4a3ca0);
  background: -o-linear-gradient(right, #b25d46, #a74141, #743879, #4a3ca0);
  background: linear-gradient(to left, #b25d46, #a74141, #743879, #4a3ca0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Timeline Section Style */
.timeline {
  position: relative;
}

.timeline__progressbar {
  --width: 2px;
  --left: -moz-calc(((15vw / 2) + 15px) - (var(--width) / 2));
  --left: calc(((15vw / 2) + 15px) - (var(--width) / 2));
  position: absolute;
  left: var(--left);
  width: var(--width);
  height: 80%;
  background-color: #fff;
  z-index: -1;
}

.timeline__progressbar::after {
  content: "";
  /*position: fixed;*/
  top: 0;
  left: var(--left);
  width: var(--width);
  height: 50vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#b25d46), color-stop(#a74141), color-stop(#743879), to(#4a3ca0));
  background: -webkit-linear-gradient(#b25d46, #a74141, #743879, #4a3ca0);
  background: -moz-linear-gradient(#b25d46, #a74141, #743879, #4a3ca0);
  background: -o-linear-gradient(#b25d46, #a74141, #743879, #4a3ca0);
  background: linear-gradient(#b25d46, #a74141, #743879, #4a3ca0);
}

@media screen and (min-width: 800px) {
  .timeline__progressbar {
    --width: 3px;
    --left: -moz-calc(50% - (var(--width) / 2));
    --left: calc(50% - (var(--width) / 2));
  }
}

.timeline__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15vw 1fr;
      grid-template-columns: 15vw 1fr;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media screen and (min-width: 800px) {
  .timeline__block {
    -ms-grid-columns: 1fr 15vh 1fr;
        grid-template-columns: 1fr 15vh 1fr;
  }
}

@media screen and (min-width: 800px) {
  .timeline__block__head {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    text-align: right;
    position: -webkit-sticky;
    position: sticky;
    top: 50vh;
  }
}

.timeline__block__body {
  grid-column: 2 / -1;
}

@media screen and (min-width: 800px) {
  .timeline__block__body {
    grid-column: 3 / -1;
  }
}

.timeline__block__bullet-point {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 800px) {
  .timeline__block__bullet-point {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
}

.timeline__block__circle {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 4px solid #fff;
  background-color: #ffffff;
  border-radius: 50%;
}

.timeline__block__title {
  font-size: 3rem;
}

@media screen and (max-width: 799px) {
  .timeline__block__title {
    margin-top: -1.5rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 800px) {
  .timeline__block__title {
    line-height: 0;
  }
}

.timeline__block__text {
  font-size: 1.6rem;
}

@media screen and (min-width: 500px) {
  .timeline__block__text {
    font-size: 24px;
    color: #fff;
    margin-bottom: 2px;
  }
}

.timeline__hider {
  position: -webkit-sticky;
  position: sticky;
  bottom: -2px;
  width: 100%;
  height: 50vh;
  /*background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#0b0b0b));
  background: -webkit-linear-gradient(transparent, #0b0b0b);
  background: -moz-linear-gradient(transparent, #0b0b0b);
  background: -o-linear-gradient(transparent, #0b0b0b);
  background: linear-gradient(transparent, #0b0b0b);*/
  pointer-events: none;
}

.im-g
{
   height: 56%;
  width: 34%;
  border-radius: 100px;
  margin-bottom: 44px;
  /*margin-top: -23px;*/
  /*margin-top: -135px;*/
  margin-top: -32px;
  float: left;

}

.im-gss
{
    height: 56%;
  width: 34%;
  border-radius: 100px;
  margin-bottom: 44px;
  margin-top: -121px;

}

.c-centr
{
    text-align: center;
}

.new-hr
{
  background: #fff;
  color: #fff;
  height: 2px;
  opacity: 1;
  width: 60%;
  float: right;
/*  margin-top: 20px;
  margin-right: 33px;*/
  margin-top: -119px;
  margin-right: 33px;
}

.new-hrr {
  background: #fff;
  color: #fff;
  height: 2px;
  opacity: 1;
  width: 60%;
  /*float: right;*/
  margin-top: -119px;
  margin-left: 28px;
  overflow: hidden;
}


.timeline {
  position: relative;
  min-height: 15rem;
}

.line {
  background-color: #fff;
  position: absolute;
  z-index: 2;
  left: calc(50% - 1px);
  width: 2px;
  top: -5rem;
  bottom: -5rem;
  display: none;
}

.line::before,
.line::after {
  background-color: #fff;
  position: absolute;
  display: block;
  content: "";
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.line::after {
  bottom: 0;
}

.sections {
  display: flex;
  opacity: 0;
  transform: translateX(-100%);
  transition: 600ms ease;
  position: relative;
  z-index: 1;
  margin: 5rem 0;
  padding: 1rem;
  border-radius: 1rem;
  background-color: transparent;
  align-items: center;
  min-height: 40rem;
  
  h4 {
    color: #fff;
    font-weight: 400;
  }

  &:nth-child(odd) {
    flex-direction: row-reverse;
    /*transform: translateX(100%);*/
    // text-align: left;
  }

  &:nth-child(even) {
    text-align: right;
  }
}

.bead {
  position: absolute;
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: #fff;
  left: 50%;
  /*top: 20%;*/
  top: 43.5%;
  transform: translateX(-50%);
}

.content {
  width: calc(50% - 2rem);
}

.contents {
  width: calc(50% - 6rem);
  text-align: center;
}

.show-me:nth-child(n) {
  transform: none;
  opacity: 1;
}

.free-des
{
    font-size: 30px!important;
    color: #fff!important;
}

.man-fac
{
    color: #fff;
    font-size: 18px;
}

.carousel {
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  transform: perspective(1000px);
}
.carousel .item {
  width: 20%;
  height: 250px;
  max-width: 250px;
  /* background-color: white; */
  margin: 2px;
  transition: 0.5s;
  object-fit: cover;
  filter: brightness(1);
}
.carousel .item:hover {
  filter: brightness(1);
  transform: translateZ(170px);
}
.carousel .item:hover + * {
  filter: brightness(0.6);
  transform: translateZ(120px) rotateY(25deg);
}
.carousel .item:hover + * + * {
  filter: brightness(0.4);
  transform: translateZ(50px) rotateY(15deg);
}
.carousel .item:has(+ *:hover) {
  filter: brightness(0.6);
  transform: translateZ(120px) rotateY(-25deg);
}
.carousel .item:has(+ * + *:hover) {
  filter: brightness(0.4);
  transform: translateZ(50px) rotateY(-15deg);
}
.code-by {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-color: #ffffff4a;
  width: 100%;
  padding: 20px 0;
  transition: 0.9s;
}
.code-by:hover {
  background-color: transparent;
}
.code-by h2 {
  color: aliceblue;
  font-size: 30px;
}
.code-by h2 span {
  text-transform: uppercase;
  position: relative;
  font-size: 30px;
}
.code-by h2 span::before {
  content: attr(data);
  position: absolute;
  bottom: 0;
  left: 0;
  color: rgb(22, 77, 126);
  text-transform: uppercase;
  /* width: 0; */
  opacity: 0;
  transition: 0.99s;
}
.code-by h2 span:hover::before {
  width: 100%;
  opacity: 1;
}

.c-grad
{

 /* background-image: linear-gradient(to right,#b37d10,#dcd190 50%,#c18e21);
  background-clip: text;*/
  color: #ad8f55;
}

/*.cer-grad
{
    border: 2px solid transparent;
    border-image: linear-gradient(90deg, #b37d10,#dcd190,#c18e21) 1;
}*/

.cer-grad {
    position: relative;
    background: #fff;

    /*The background extends to the outside edge of the padding. No background is drawn beneath the border.*/
    background-clip: padding-box;

    border: solid 15px transparent;
    /*border-radius: 20rem;*/
    border-radius: 20rem;
    padding: 44px 15px 0px 15px;
    height: 200px;

    &:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -2px; /* same as border width */
        border-radius: inherit; /* inherit container box's radius */
        /*background: linear-gradient(to left, turquoise, greenyellow);*/
        background: linear-gradient(90deg, #b37d10,#dcd190,#c18e21);
        /*background: linear-gradient(to left, #b37d10, #dcd190, #c18e21);*/
    }
}

.clnt-tp
{
    /*background: rgba(2, 0, 0, 0.5);*/
    /*padding:25px;*/
    height: 300px;
}

.single-img {
  position: relative;
  width: 100%;
  height: 100%
  /*float: left;*/
  /*margin: 0 1%;*/
}


.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*background-color: #144775;*/
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  /*background: rgb(232, 130, 19,0.6);*/
  /*background: rgba(1, 1, 1, 0.6);*/
}

.single-img:hover .img-overlay {
  height: 100%;
}

.text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  /*text-align: center;*/
  font-size: 17px;
  width: 100%;
  height: 100%;
  /*text-transform: uppercase;*/
  /*letter-spacing: 2px;*/
  /*font-weight: bold;*/
}

.im-big
{
    height: 330px!important;
}

.im-sm {
  height: 220px !important;
}

.f-ture
{
    text-align: center;
    font-size: 20px;
    margin-top: 25px;
    font-weight: 700;
    padding: 0px 35px;
}

.im-p
{
   padding: 0px 35px!important; 
}

.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  text-decoration: none;
  background: #B9B7B7 !important;
  color: #fff;
}
.dropdown-menu{
    padding:0px 0px !important;  
    left: 32% !important;
}

.stripe {
  height: 70px;
}
div.hamburger-box {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: -14px;
    right: 0;
    cursor: pointer;
    /*background: #fff;*/
    z-index:9999;
}
.hamburger-box.active span{
    display:none;
} 
.hamburger-box span {
    color: #fff;
    background: #fff;
    position: absolute;
    line-height: 50px;
    font-size: 16px;
    right: 50px;
    padding: 0 10px;
    display: inline-block;
    height: 50px;
    width: 105%;
}
div.hamburger-box .bun,
div.hamburger-box .meat {
    width: 30px;
    height: 5px;
    border-radius: 30%;
    background-color: #fff;
    position: absolute;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
div.hamburger-box .top {
  top: 12px;
}
div.hamburger-box .meat {
  top: 50%;
  margin-top: -3px;
}
div.hamburger-box .bottom {
  bottom: 13px;
}
div.shamburger-box:hover .top {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 18px;
  top: 17px;
}
div.hamburger-box.active .top {
  transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
  width: 28px;
  top: 35%;
}
div.hamburger-box.active .top,
div.hamburger-box.active .bottom {
  transition: all 800ms ease-in-out;
}
div.shamburger-box:hover .meat {
  width: 22px;
  margin-left: -10px;
}
div.hamburger-box.active .meat {
  width: 0px;
  margin-left: 0px;
}
div.shamburger-box:hover .bottom {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 18px;
  bottom: 17px;
}
div.hamburger-box.active .bottom {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  width: 28px;
  bottom: 55%;
}

    .super-container {
      position: relative;
    height:100%;
    }
    .slide-container {
      position: fixed;
      text-align: center;
    height:100%;
    right:0;
    }
    a.toggle {
      position: relative;
      top: 30px;
    }
    .menu {
      width: 355px;
      background-color: #4B3621;
      position: absolute;
      top: 0;
      right: -380px;
      margin: 0;
      text-align: left;
      z-index:99;
    height:100%;
    }
.menu.active{
  right:0;
  top: -43px;
}
    .menu a {
        transition: all 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out;
      color: #fff;
      text-decoration: none;
      display: block;
      /*padding: 12px 15px;*/
      padding: 42px 30px 40px 30px;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid rgba(200, 200, 200, 0.1);
      background: #2A1E12;
      font-weight: 700;
     font-size: 20px;
    }
    .menu a:first-child {
      border-top: none;
    }
    .menu a:hover {
      background-color: #2A1E12;
    }
    .slide-container, .menu {
        transition: right 300ms ease-out;
        -webkit-transition: right 300ms ease-out;
    }
    .menu-on .slide-container {
      left: -200px;
    }
    div.hamburger-box{
        z-index: 999;
        width: 50px;
        right: 85px;
    }
    .menu ul{
        background: #273d52;
        padding:0px;
    }
    .dropbtn{
        color: #fff;
        padding: 12px 15px;
    }
    .dropdown-content{
        padding-left: 10px;
    }
    .hamburger-box span{
        right: 55px;
    }
    .hamburger-box.active {
        top:-30px;
        right: 20px;
        background: #2A1E12;
    }
    .hamburger-box.active .bun{
        background: #fff;
    }
    div.hamburger-box.active .top, div.hamburger-box.active .bottom {
        right: 10px;
        top: 20px;
    }

.na-colr
{
    background: #fff!important;
    right: 11px;
}

.l-im
{
    margin-top: 26px!important;
}

/*.d-ham*/
/*{*/
/*    background: #061b30;*/
/*    border-radius: 5px;*/
/*}*/

@media only screen and (max-width: 600px) {
  .l-img {
    margin-top: -15px!important;
  }
}

.c-copy-cnt
{
    text-align: center;
}

.cl-p
{
    color: #010101;
    font-weight: 700;
    font-size: 18px;
    margin-top: -56px !important
}

.txt-bg
{
    margin-top: 56px!important;
    text-transform: uppercase;
}

.flip-card {
  background-color: transparent;
  /*width: 300px;*/
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  border-radius: 10px;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner{
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flip-card-front {
  /*background: linear-gradient(to left, #4364f7, #6fb1fc);*/
  /*background-image: linear-gradient(to right,#b37d10,#dcd190 50%,#c18e21);*/
  background: #ad8f55;
  color: black;
  z-index: 2;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.flip-card-back {
  background: #ad8f55;
  /*background-image: linear-gradient(to right,#b37d10,#dcd190 50%,#c18e21);*/
  color: white;
  transform: rotateY(180deg);
  z-index: 1;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.c-brw
{
    margin-top: 85px;
    font-size: 60px;
    margin-bottom: 10px;
}

.p-crw
{
    margin-top: 120px;
    font-size: 19px;
    padding: 0px 25px 0px 25px;
}

.f-lip
{
    margin-bottom: 6px;
}

.box-im-flip
{
    width: 28%;
    margin-top: 60px;
}


.box1,.box2,.box3,.box4,.box5,.box6{
  width:230px;
  /*height:100px;*/
  /*background:#FF6666;*/
  /*margin:5% 5% 2% 10%;*/
  float:left;
  -webkit-transition: width 2s,-webkit-transform 2s;
  /*box-shadow:5px 5px 5px gray;*/
}

.box1 p,.box2 p,.box3 p,.box4 p,.box5 p,.box6 p{
  font-size:20px;
  text-align:center;
  padding-top:5px;
}

.box1:hover{
  -webkit-transform:rotate(360deg);
}

.box2:hover{
  -webkit-transform:rotate(-360deg);
}

.box3:hover{
  -webkit-transform:rotateY(360deg);
}

.box4:hover{
  -webkit-transform:rotateY(-360deg);
}

.box5:hover{
  -webkit-transform:rotateX(360deg);
}

.box6:hover{
  -webkit-transform:rotateX(-360deg);
}

.b-brandss
{
    font-size: 22px!important;
    font-weight: 700;
    color: #1b1b1b!important;
}

.r-pst
{
    padding: 30px!important;
}

.c-cls
{
    color: #1b1b1b!important;
}

.k-feat
{
    font-size: 25px;
    margin-bottom: 5px;
}

.h-ft
{
    font-size: 19px!important;
    margin-top: 26px;
}

.m-tops
{
    margin-top: 15px;
}

.icon-ct
{
    color: #fff;
}

.icon-ct:hover
{
    color:#fff;
}

.wraps {
  padding: 12px;
  /*text-align: center;*/
  /*background-color: #00989A;*/
}

.wraps a {
  color: #fff;
}

.hover-fx {
  font-size: 36px;
  display: inline-block;
  cursor: pointer;
  margin: 15px;
  /*width: 80px;*/
  /*height: 80px;*/
  line-height: 84px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  color: #fff;
  /*background-color: rgba(255, 255, 255, 0.1);*/
  transition: 300ms;
}

.hover-fx:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
  /*box-shadow: 0 0 0 1px #1b1b1b;*/
  /*background: linear-gradient(90deg, #b37d10,#dcd190,#c18e21);*/
  color: transparent;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms;
}

.hover-fx:hover {
  background-color: #fff;
  color: #00989A;
}

.hover-fx:hover:after {
  opacity: 1;
  transform: scale(1.15);
}

.l-botm
{
    margin-bottom: 25px!important;
}

.w-wd
{
    width: 300px;
}

.td-rits
{
    text-align: right;
}

.nosel {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;  
}


.img-enlarged__cont {
    width: 100%;
    height: 0px;
    opacity: 0;
    cursor: zoom-out;
    background: rgba(0,0,0,0.5);
    position: fixed; top: 0; left: 0;
    z-index: 998;
    
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
}

.img-enlarged__cont.open {
    height: 100%;
    opacity: 1;
    
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
}

.img-enlarged {
    max-width: 70%;
    max-height: 80%;
    border: 5px solid #eee;
    display: block;
    margin: auto !important;
    
    position: relative; top: 10%; bottom: 10%;
}


.gallery img {
    cursor: zoom-in;
}

.img-enlarged__counter {
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-family: monospace;
    width: 50px;
    text-align: center;
    font-size: 15px;
    padding: 7px 0 7px 0;
    margin: auto !important;
    display: none;
    
    position: absolute; left: 49%; bottom: 5%;
}

.f-cont-co
{
    color: #fff;
}

.sl-opt
{
    margin-bottom: 18px;
    color: #fff;
    margin-top: 12px;
    font-size: 19px;
}

.h-line
{
    border: 1px solid #fff;
    opacity: 1;
}

.c-form
{
    border-radius: 0px!important;
    height: 45px!important;
}

.sl-optt
{
    margin-bottom: 5px;
    color: #fff;
   margin-top: 0px;
   font-size: 17px;
}

.o-spcl
{
    font-size: 20px;
    margin-bottom: 13px;
    font-weight: 500 !important;
}

.splitting .word {
  position: relative;
  
}


.splitting .word::before,
.splitting .word::after {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  user-select: none;
}


.splitting .char {
  animation: slide-in 1s cubic-bezier(.5, 0, .5, 1) both;
  animation-delay: calc(60ms * var(--char-index));
}

.chrs.splitting .char {
  animation: slide-in 1s cubic-bezier(.5, 0, .5, 1) both;
  animation-delay: calc(60ms * var(--char-index));
}

.wrds.splitting .word {
  animation: slide-in 1s cubic-bezier(.5, 0, .5, 1) both;
  animation-delay: calc(0.2s + (60ms * var(--word-index)));  
}

.lines.splitting .word {
  animation: slide-in 1s cubic-bezier(.5, 0, .5, 1) both;
  animation-delay: calc(0.4s + (60ms * var(--line-index)));
  border: 1px solid #fff;
}

.lines {
  max-width:150px;
}

@keyframes slide-in {
  from {
    transform: translateY(-1em) rotate(-.5turn) scale(0.5);
    opacity: 0;
  }
}

.c-cntrs
{
    text-align: center;
}

.gallery {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }
        .main-image-container {
            position: relative;
            /*width: 300px;*/
            height: 400px;
            overflow: hidden;
            border: 1px solid #ddd;
        }
        .main-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            cursor: zoom-in;
            transition: transform 0.3s ease;
        }
        .thumbnails {
            display: flex;
            gap: 10px;
        }
        .thumbnails img {
            width: 60px;
            height: 60px;
            cursor: pointer;
            border: 1px solid #ddd;
            transition: border 0.3s ease;
        }
        .thumbnails img:hover {
            border: 2px solid #333;
        }

        @media only screen and (max-width: 600px) {
  .line-hr-section
  {
    width: 100%!important;
  }
}

     @media only screen and (max-width: 600px) {
  .w-scr
  {
    width: 30%!important;
  }
}



     @media only screen and (max-width: 600px) {
  .m-lfts
  {
    margin-left: 0px!important;
  }
}

.at-dc
{
    /*text-align: justify;*/
    text-transform: uppercase;
}

.ref-vib
{
    text-transform: uppercase;
}

