/* GOOGLE FONTS  */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
/* common css start */

html {
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}

.pt-40 {
    padding-top: 40px;
}

.pt-130 {
    padding-top: 130px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.section_padding {
    padding: 200px 0px;
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px
}

.white-bg {
    background: #ffffff
}

.gray-bg {
    background: #f5f5f5
}

.gray-bg {
    background: #f7f7fd
}

.white-bg {
    background: #fff
}

.black-bg {
    background: #16161a
}

.theme-bg {
    background: #ff2020
}

.brand-bg {
    background: #f1f4fa
}

.testimonial-bg {
    background: #f9fafc
}

.white-color {
    color: #fff
}

.black-color {
    color: #16161a
}

.theme-color {
    color: #ff2020
}

.boxed-btn {
    background: #fff;
    color: #fff !important;
    display: inline-block;
    padding: 18px 44px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #ff2020;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer
}

.boxed-btn:hover {
    background: #ff2020;
    color: #000 !important;
    border: 1px solid #ff2020
}

.boxed-btn:focus {
    outline: none
}

.boxed-btn.large-width {
    width: 220px;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Josefin Sans", sans-serif;
    color: #0b1c39;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal;
}

p {
    font-family: "Roboto", sans-serif;
    color: #777;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: normal;
}

span {
    font-family: "Josefin Sans", sans-serif;
}

.img {
    max-width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

a, .button {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

a:focus, .button:focus {
    text-decoration: none;
    outline: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

a {
    color: #635c5c;
}

a:hover {
    color: #fff
}

a:focus, a:hover {
    text-decoration: none;
}

a, button {
    color: #fff;
    outline: medium none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase
}

input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.capitalize {
    text-transform: capitalize;
}

.theme-overlay {
    position: relative;
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.overlay {
    position: relative;
    z-index: 0;
}

.overlay::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.overlay2 {
    position: relative;
    z-index: 0;
}

.overlay2::before {
    position: absolute;
    content: "";
    background-color: #2E2200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
.section-padding30 {
    padding-top: 200px;
    padding-bottom: 170px;
}
.button {
    display: inline-block;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 54px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #fdcb9e;
    text-transform: uppercase;
    background-color: #ff2020;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.btn {
    background: #ff2020;
    font-family: "Josefin Sans", sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 30px 28px;
    border-radius: 0px;
    display: inline-block;
    line-height: 0;
    cursor: pointer;
    margin-bottom: 0;
    margin: 10px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    -moz-user-select: none;
    border: 0;
    overflow: hidden;
    margin: 0;
}

.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #4a4a4b;
    z-index: 1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0px;
}

.btn:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1;
}

.btn_1 {
    display: inline-block;
    padding: 17px 50px;
    border-radius: 5px;
    background-color: #2577fd;
    border: 2px solid #2577fd;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: capitalize;
    color: #fff;
}

.btn_1:hover {
    background: #ffffff;
    color: #FF4D4D;
    border: 2px solid #2577fd;
}

.btn_3 {
    display: inline-block;
    padding: 18px 36px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #2577fd;
    font-size: 15px;
    font-weight: 700;
    color: #2577fd;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.btn_3:hover {
    color: #ffffff;
    background: #2577fd;
}

.mt-40 {
    margin-top: 40px;
}

/* common css end */

/* extra  */

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(-10px)
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.heartbeat {
    animation: heartbeat 1s infinite alternate
}

@keyframes heartbeat {
    to {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto;
}

.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-top-color: #ff2020;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    background-color: #ffffff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.preloader .preloader-circle2 {
    border-top-color: #0078ff;
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.preloader .preloader-img img {
    max-width: 55px;
}

.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase;
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

/* HEADER PART START  */

.top-header .header {
    padding: 0px 120px;
}
.top-header .header .menu-wrapper {
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.top-header .header .menu-wrapper .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.top-header .header .menu-wrapper .main-menu ul li a {
    font-size: 16px;
    font-family: "Josefin Sans", sans-serif;
    color: #141517;
    font-weight: 600;
    padding: 41px 21px;
    display: inline-block;
    text-transform: capitalize;
    display: block;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.top-header .header .menu-wrapper .main-menu ul li:hover>a {
    color: #ff2020;
}

.top-header .header .menu-wrapper .main-menu ul li.hot {
    position: relative;
}

.top-header .header .menu-wrapper .main-menu ul li.hot::before {
    position: absolute;
    content: "HOT";
    background: #ff003c;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-size: 10px;
    top: 19px;
    right: -13px;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    padding: 3px 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.top-header .header .menu-wrapper .main-menu ul ul.submenu::before {
    border-style: solid;
    border-width: 0 6px 6px;
    border-color: transparent transparent red transparent;
    content: "";
    top: -5px;
    left: 13%;
    position: absolute;
    transition: .3s;
    z-index: -1;
    overflow: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.top-header .header .menu-wrapper .main-menu ul ul.submenu {
    position: absolute;
    width: 170px;
    background: #fff;
    left: 0;
    top: 90%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding: 17px 0;
    border-top: 3px solid #ff2020;
    border-radius: 7px 7px 3px 3px;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}

.top-header .header .menu-wrapper .main-menu ul li:hover>ul.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.top-header .header .menu-wrapper .main-menu ul li:hover>ul.submenu::before {
    top: -8px;
}

.top-header .header .menu-wrapper .main-menu ul ul.submenu>li {
    margin-left: 7px;
    display: block;
}

.top-header .header .menu-wrapper .main-menu ul ul.submenu>li>a {
    padding: 6px 10px !important;
    color: #0b1c39;
    font-size: 16px;
    text-transform: capitalize;
}

.top-header .header .menu-wrapper .main-menu ul ul.submenu>li>a:hover {
    color: #ff2020;
    background: none;
}

.top-header .header .menu-wrapper .header-right ul {
    display: flex !important;
    justify-content: space-between;
}

.top-header .header .menu-wrapper .header-right .nav-search {
    display: inline-block;
}

.top-header .header .menu-wrapper .header-right span {
    color: #000;
    font-size: 16px;
    padding: 31px 19px;
    cursor: pointer;
}

.top-header .header .menu-wrapper .header-right span:hover {
    color: #ff2020;
}

.mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 99;
}

.mobile_menu .slicknav_menu {
    background: transparent;
    margin-top: 0px !important;
}

.mobile_menu .slicknav_menu .slicknav_btn {
    top: -25px;
}

.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
    background-color: #ff2020 !important;
}

.mobile_menu .slicknav_menu .slicknav_nav {
    margin-top: 16px !important;
}

.mobile_menu .slicknav_menu .slicknav_nav a:hover {
    background: transparent;
    color: #ff2020;
}

.mobile_menu .slicknav_menu .slicknav_nav a {
    font-size: 15px;
    padding: 7px 10px;
}

.mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
    padding: 0 !important;
}
.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #fff
}
.search-model-box {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 99999;
}

.search-model-box .search-model-form {
    padding: 0 15px;
}

.search-model-box .search-model-form input {
    width: 500px;
    font-size: 40px;
    border: none;
    border-bottom: 2px solid #333;
    background: none;
    color: #999;
}

.search-model-box .search-close-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    line-height: 28px;
    top: 30px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

/* HEADER PART END  */

/* BANNER PART START  */

.slider-height {
    min-height: 980px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.banner-bg {
    overflow: hidden;
}

.hero__img {
    position: relative;
}

.hero__caption {
    overflow: hidden;
}

.hero__caption h1 {
    text-transform: normal;
    font-size: 96px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 26px;
}

.hero__caption p {
    font-size: 17px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 39px;
    color: #212025;
    margin-bottom: 60px;
    padding-right: 50px;
}

.hero-btn {
    padding: 25px 29px;
    background: #4a4a4b
}

.hero-btn::before {
    background: #ff2020
}

.slide-bg {
    background: #f0f0f2;
}

.slider-active button.slick-arrow {
    position: absolute;
    top: 50%;
    left: 80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    border: 0;
    padding: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    cursor: pointer;
    background: #ff2020;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.slider-active button.slick-arrow i {
    font-size: 20px;
    line-height: 60px;
}

.slider-active button.slick-next {
    left: auto;
    right: 80px;
}

.slider-active button.slick-arrow .secondary-img {
    right: 26px;
}

.slider-active button:hover img {
    opacity: 0;
}

.slider-active button:hover .secondary-img {
    opacity: 1;
}

.slider-active:hover button.slick-prev {
    left: 30px;
}

.slider-active:hover button.slick-next {
    right: 30px;
}

.slider-active:hover button {
    opacity: 1;
    visibility: visible;
}

.slider-active button:hover {
    background: #002d5b;
}

.slider-active .secondary-img {
    position: absolute;
    opacity: 0
}

/* BANNER PART END  */

/* GALLARY PART START  */

.gal-title {
    padding-bottom: 50px;
}

.gal-title h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 48px;
    line-height: 48px;
}

.gal-card h2 {
    padding-top: 30px;
}

.gal-card h2 a {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    color: #444444;
    font-size: 24px;
    line-height: 29px;
}

.gal-card p {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    color: #ff2020;
    font-size: 18px;
    line-height: 27px;
}
.gal_product_slider button.pArrow,
.gal_product_slider button.nArrow{
    position: absolute;
    top: 50%;
    left: -65px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #000;
    border: 0;
    color: #fff;
    font-size: 20px;
    transition: all .3s linear;
}
.gal_product_slider button.pArrow:hover,
.gal_product_slider button.nArrow:hover{
    background: #ff2020;
    color: #fff;
    border: 1px solid #ff2020;
}
.gal_product_slider button.nArrow{
    left: auto;
    right: -65px;
}
.gal-card-2 {
    padding-top: 40px;
}

.gal-card-2 h2 a {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    color: #444444;
    font-size: 24px;
    line-height: 29px;
    padding-top: 30px;
}

.gal-card-2 p {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    color: #444444;
    font-size: 18px;
    line-height: 27px;
}

.gal-img {
    position: relative;
    overflow: hidden;
}

.gal-card:hover .gal-img img {
    transform: scale(1.04);
    transition: 1s ease;
}

.gal-img-2 {
    overflow: hidden;
    position: relative;
}

.gal-img-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(1, 10, 28, 0.3);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.gal-img-2:hover::before {
    opacity: 1;
    visibility: visible;
}

.gal-img-2 img {
    transform: scale(1.06);
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}
.gal-img-2 .big-img{
    position: relative;
    height: 690px;
    background-size: cover;
    background-repeat: no-repeat;
}
.gal-img-2 .small-img{
    position: relative;
    height: 330px;
    background-size: cover;
    background-repeat: no-repeat;
}
.gal-img-2:hover.gal-img-2 img {
    transform: scale(1);
}

.gal-img-3 {
    overflow: hidden;
    border-bottom: 3px solid #ff2020;
    margin-bottom: 19px;
    position: relative;
}

.img-cap {
    position: absolute;
    bottom: -20%;
    right: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all .4s ease-out 0s;
    background: #ff2020;
    visibility: hidden;
}

.img-cap a {
    text-decoration: none;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    padding: 20px;
    background: #ff2020;
}

.favt-icon {
    position: absolute;
    top: 12px;
    right: 20px;
    opacity: 0;
    transition: all .4s ease-out 0s;
    visibility: hidden;
}

.favt-icon i {
    color: #333333;
    font-size: 30px;
    cursor: pointer;
}

.gal-card-2:hover .img-cap {
    opacity: 1;
    bottom: 35px;
    visibility: visible;
}

.gal-card-2:hover .favt-icon {
    opacity: 1;
    visibility: visible;
}

.img-cap-2 {
    position: absolute;
    bottom: -20%;
    right: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all .4s ease-out 0s;
    background: #ff2020;
}

.img-cap-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-cap-2 a {
    text-decoration: none;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    width: 100%;
}

.gal-card-2:hover .img-cap-2 {
    opacity: 1;
    bottom: 0;
    height: 15%;
}

.gal-menu ul li {
    display: inline-block;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #8c8c8c;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    padding: 10px 20px;
    margin-right: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}

.gal-menu ul li:last-child {
    margin-right: 0;
}

.gal-menu ul li.active {
    background: #ff2020;
    color: #ffffff !important;
}

.gal-menu ul li:hover, .gal-menu ul li:focus {
    transition: .6s ease;
    background: #ff2020;
    color: #ffffff;
}

/* GALLARY PART END  */

/* VIDEO PART START  */

.video-bg {
    background: url(../img/sectin_bg1.png);
    width: 100%;
    height: 700px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}
.video-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(2, 5, 12, 0.5);
    opacity: 0;
    z-index: 0;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}
.video-bg:hover::before, .video-bg:focus::before {
    opacity: 1;
}
.video-bg:hover .play-btn a {
    transform: scale(1.1);
}
.video-bg .play-btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    right: 0;
    text-align: center;
}
.video-bg .play-btn a {
    width: 85px;
    height: 85px;
    display: inline-block;
    line-height: 85px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding-left: 5px;
    padding-top: 1px;
    border: 1px solid #fff;
    transform: scale(1);
}

.video-bg .play-btn a:hover {
    background: #fff;
    color: #ff2020;
    border: 1px solid transparent;
}

.thumb-content-box {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    width: 34%;
}
.thumb-content-box .thumb-content {
    position: absolute;
    bottom: 0;
    align-items: end;
    background-image: url(../img/vidoe_more.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    padding: 60px 143px 60px 80px;
    width: 100%;
    line-height: 1;
}
.thumb-content-box .thumb-content h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}
.thumb-content-box .thumb-content a {
    color: #fff;
    display: block;
    position: relative;
    right: -34px;
    font-size: 30px;
}

/* VIDEO PART END  */

/* PRODUCTS CHOICE PART START  */

.choce-item h2 {
    color: #000;
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px;
}

.choce-item p {
    font-family: 'Roboto', sans-serif;
    color: #777777;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* PRODUCTS CHOICE PART END  */

/* PRODUCTS METHOD PART START  */

.shop-method-area {
    padding-bottom: 150px;
}

.method-wrapper {
    padding: 40px;
    background: #EA0000;
}

.single-method i {
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
    margin-bottom: 40px;
}

.single-method h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
}

.single-method p {
    color: #d3d1d1;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

/* PRODUCTS METHOD PART END  */

/* FOOTER PART START  */

.footer-item p {
    color: #868c98;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    padding-top: 40px;
}

.footer-item h3 {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 20px;
}

.footer-item ul li {
    padding-bottom: 15px;
}

.footer-item ul li a {
    text-decoration: none;
    color: #868c98;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.footer-item ul li a:hover {
    color: #ff2020;
    padding-left: 7px;
    transition: .5s ease;
}

.footer-copyright {
    padding-top: 70px;
    padding-bottom: 0px;
}

.footer-copyright p {
    color: #888888;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
}
.footer-m-bg{
    padding-bottom: 100px;
}

.footer-copyright i, .footer-copyright a {
    color: #ff2020;
}

.f-right {
    text-align: right;
}

.footer-social a {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 10px;
}

.footer-social i {
    color: #222222;
}

.footer-social i:hover {
    color: #ff2020;
    transform: rotateY(180deg);
    transition: .3s linear;
}

/* FOOTER PART END  */

/* BACK TO TOP  */

#scroll-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    font-size: 20px;
    border-radius: 0;
    transition: .2s;
    letter-spacing: 1px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-weight: 900;
    border-radius: 100%;
    z-index: 9;
}

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    background: #070500;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff;
    width: 165px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}

.hvr-radial-out::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #EA0000;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-out:hover::before, .hvr-radial-out:focus::before, .hvr-radial-out:active::before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

a.hvr-radial-out:hover, a.hvr-radial-out:focus {
    color: #fff;
}

/* SHOP PART START  */

.inner_page .top-header {
    position: relative;
}

.inner_page .inner_page_header {
    background: url(../img/about_hero.png);
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 200px;
}
.inner_page .inner_page_header .hero-cap h2 {
    font-size: 70px;
    font-weight: 700;
    text-transform: capitalize;
}
.gal-bg .nav-tabs {
    margin-bottom: 15px;
    padding-bottom: 0px;
    position: relative;
    border: 0;
    display: flex;
    justify-content: center;
}
.gal-bg .nav-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid transparent;
}
.gal-bg .nav-tabs .nav-item {
    padding-bottom: 10px;
    display: block;
    color: #1b1b1b;
    text-transform: capitalize;
    font-size: 16px;
}
.gal-bg .nav-tabs .nav-item.show .nav-link,
.gal-bg .nav-tabs .nav-link.active {
    background: none;
    border-bottom: 2px solid #ff5757;
    z-index: 5;
    position: relative;
}
.gal-bg .nice-select {
    background-color: #f2f2f2;
    border-radius: 30px;
    border: none;
    color: #333333;
    height: 31px;
    line-height: 31px;
    padding-right: 47px;
}

.gal-bg .nice-select::after {
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    height: 7px;
    width: 7px;
    margin-top: -4px;
    right: 17px;
}

.gal-bg .nice-select .list {
    background-color: #fff;
    border-radius: 0;
    width: 100%;
}


/* SHOP PART END  */

/* ABOUT PART START  */

.about-item .about-text h3 {
    font-size: 30px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000a2d;
    display: inline-block;
    padding-left: 68px;
    position: relative;
}

.about-item .about-text h3::before {
    position: absolute;
    content: "";
    width: 54px;
    height: 2px;
    background: #eb566c;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.about-item .about-text p {
    color: #464d65;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: normal;
}

/* ABOUT PART END  */

/* PRODUCT DETAILS PART START   */

.product_image_bg {
    margin-top: 150px;
}
.product_image_bg .owl-nav button.owl-prev,
.product_image_bg .owl-nav button.owl-next{
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #E4D3DF;
    color: #fff;
    background: #E4D3DF;
    position: absolute;
    top: 54%;
    left: 30px;
    transition: .5s;
}
.product_image_bg .owl-nav button.owl-prev:hover,
.product_image_bg .owl-nav button.owl-next:hover{
    background: #828bb2;
    color: #fff;
}
.product_image_bg .owl-nav button.owl-next{
    right: 30px;
    left: auto;
    text-indent: 2px;
}
.single_product_text {
    margin: 100px 0 200px;
}
.single_product_text h3 {
    font-size: 40px;
}
.single_product_text p {
    margin-top: 50px;
    color: #707070;
}
.card_bg{
    margin-top: 60px;
}
.card_bg .product_count_area {
    display: flex;
    align-items: center;
    justify-content: center;
}
.card_bg .product_count_area p {
    margin-top: 0 !important;
    color: #828bb2;
}
.card_bg .product_count {
    border: 1px solid #828bb2;
    margin: 0 35px;
}
.card_bg .product_count .product_count_item {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.card_bg .product_count input {
    background-color: #828bb2;
    color: #fff;
    border: 1px solid #828bb2;
    color: #fff;
    cursor: text !important;
}
.card_bg .add_to_cart {
    margin-top: 60px;
}
input:focus {
    outline-offset: 0;
}
.subscribe_part {
    background-color: #191d34;
    margin-bottom: 100px;
}
.subscribe_part .subscribe_part_content {
    text-align: center;
}
.subscribe_part .subscribe_part_content h2 {
    color: #fff;
}
.subscribe_part .subscribe_part_content p {
    color: #fff;
}
.subscribe_part .subscribe_form {
    margin: 0 auto;
    margin-top: 45px;
    position: relative;;
    max-width: 558px;
}
.subscribe_part .subscribe_form input {
    border: 1px solid #fff;
    width: 100%;
    background-color: transparent;
    color: #fff;
    border-radius: 50px;
    padding: 19px 30px;
    line-height: 20px;
}
.subscribe_part .subscribe_form .btn_1 {
    padding: 15px 30px;
    line-height: 16px;
    border-radius: 50px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.subscribe_part .subscribe_form ::placeholder {
    color: #E4D3DF;
}

/* PRODUCT DETAILS PART START   */

/* CONTACT PART START  */

.contact-bg {
    padding: 130px 0 100px;
}

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Josefin Sans", sans-serif;
    color: #0b1c39;
}
.contact-bg .btn_2 {
    background-color: #191d34;
    padding: 18px 60px;
    border-radius: 50px;
    margin-top: 0;
}
.contact-bg .btn_2:hover {
    background-color: #222
}
.form-contact label {
    font-size: 14px;
}
.form-contact .form-group {
    margin-bottom: 30px;
}

.form-contact .form-control {
    border: 1px solid #e5e6e9 !important;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999;
}

.form-contact textarea {
    border-radius: 0px;
    height: 100% !important;
}
.button-contactForm {
    color: #fff;
    border-color: #fdcb9e;
    padding: 12px 25px;
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
    outline: 0;
}

.contact-info {
    margin-bottom: 25px;
}

.contact-info__icon {
    margin-right: 20px;
}

.contact-info__icon i {
    color: #8f9195;
    font-size: 27px;
}

.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a;
}

.contact-info .media-body p {
    color: #8a8a8a;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 400;
}

.button-contactForm {
    color: #fff;
    padding: 12px 25px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #ff2020;
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 3px;
    text-align: center;
    transition: .5s;
}

.button-contactForm:hover {
    color: #000000;
    transform: scale(1.01);
}

/* CONTACT PART END  */

/* LOGIN PART START  */


.login_part .login_part_text {
    background-image: linear-gradient(90deg, #B08EAD 0%, #4B3049 64%, #B08EAD 100%);
    background-size: 200% auto;
}

.login_part .login_part_text, .login_part .login_part_form {
    padding: 80px 70px;
    height: 600px;
    display: table;
}

.login_part .login_part_text .login_part_text_iner, .login_part .login_part_text .login_part_form_iner, .login_part .login_part_form .login_part_text_iner, .login_part .login_part_form .login_part_form_iner {
    display: table-cell;
    vertical-align: middle;
}

.login_part .login_part_text h2 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    color: #fff;
    margin-bottom: 17px;
}

.login_part .login_part_text p {
    color: #ffffff;
    line-height: 25px;
}

.login_part .login_part_text .btn_3 {
    border: 1px solid #fff;
    background-color: transparent;
    font-size: 14px;
    margin-top: 28px;
    color: #fff !important;
}

.login_part .login_part_text .btn_3:hover {
    color: #FF4D4D !important;
    background: #ffffff;
}

.login_part .login_part_form h3 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 80px;
}

.p_star {
    display: inline-block;
    position: relative;
}

.login_part .creat_account {
    margin-top: 11px;
}

.login_part .lost_pass {
    color: #777;
    text-align: right;
    float: right;
    text-transform: capitalize;
}

.login_part .creat_account label {
    color: #777;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 10px;
}

.contact_form .form-control {
    border: 0px;
    border-bottom: 1px solid #e5e6e9;
    box-shadow: none;
    border-radius: 0;
    height: 48px;
}

.login_part .login_part_form .btn_3 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    cursor: pointer;
}

/* LOGIN PART END  */

/* CART PART START  */

.cart_inner .table {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.cart_inner .table thead tr th {
    border-top: 0px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    color: #828bb2;
    border-bottom: 0px !important;
}

.cart_inner .table tbody tr td {
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: middle;
    align-self: center;
}

.cart_inner .table tbody tr td .media .d-flex {
    padding-right: 30px;
}

.cart_inner .table tbody tr td .media .d-flex img {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    max-width: 150px;
}

.cart_inner .table tbody tr td .media .media-body {
    vertical-align: middle;
    align-self: center;
}

.cart_inner .table tbody tr td .media .media-body p {
    margin-bottom: 0px;
}

.cart_inner .table tbody tr td h5 {
    font-size: 14px;
    color: #415094;
    font-family: "Playfair Display", serif;
    margin-bottom: 0px;
}

.cart-bg .product_count {
    display: inline-block;
    position: relative;
    margin-bottom: 24px;
    overflow: hidden;
}

.cart_inner .table tbody tr td .product_count {
    margin-bottom: 0px;
}

.cart-bg .product_count .input-number-decrement {
    position: absolute;
    right: 0px;
    bottom: -12px;
    padding: 10px;
    border-left: 1px solid #ddd;
    display: inline-block;
    cursor: pointer;
}

.cart-bg .product_count input {
    width: 76px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding-left: 10px;
}

.cart_inner .table tbody tr td .product_count input {
    width: 100px;
    padding-left: 30px;
    height: 50px;
    outline: none;
    box-shadow: none;
}

.cart-bg .product_count .input-number-increment {
    position: absolute;
    right: 0;
    top: -7px;
    padding: 10px;
    border-left: 1px solid #ddd;
    display: inline-block;
    cursor: pointer;
}

.cart-bg .product_count .input-number-increment::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 9px;
    width: 100%;
    height: 1px;
    background-color: #ddd;
}

.cart-bg .btn_1 {
    border: 1px solid transparent;
}
.cart-bg .btn_1:hover {
    border: 1px solid #2577fd;
}

.cart_inner .table tbody tr.bottom_button td:last-child {
    width: 60px;
}

.cart_inner .table tbody tr.bottom_button td .cupon_text {
    margin-left: -446px;
}

.cart_inner .table tbody tr.shipping_area td:nth-child(3) {
    vertical-align: top;
}

.cart_inner .table tbody tr.shipping_area .shipping_box {
    margin-left: -250px;
    text-align: right;
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li {
    margin-bottom: 12px;
    color: #828bb2;
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li input {
    margin-left: 10px;
}

.cart_inner .table tbody tr.shipping_area .shipping_box .list li:last-child {
    margin-bottom: 0;
}

.cart_inner .table tbody tr.shipping_area .shipping_box h6 {
    font-size: 14px;
    font-weight: 400;
    color: #415094;
    font-family: "playfair display", serif;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cart_inner .table tbody tr.shipping_area .shipping_box h6 i {
    color: #828bb2;
    padding-left: 5px;
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select {
    display: block;
    width: 100%;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    margin-bottom: 20px;
    border-radius: 5px;
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list {
    width: 100%;
    border-radius: 0;
}

.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list li {
    font-size: 14px;
    font-weight: 400;
    color: #828bb2;
}

.post_code {
    display: block;
    width: 100%;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    height: 40px;
    margin-bottom: 20px;
    padding: 8px 15px;
}

/* CART PART END  */

/* CHECKOUT PART START  */

.check_title h2 {
    font-size: 14px;
    font-weight: 400;
    font-family: "playfair display", serif;
    background: #f7f7f7;
    line-height: 40px;
    padding-left: 30px;
    margin-bottom: 0;
}

.check_title h2 a {
    color: #2577fd;
    text-decoration: underline;
}

.returning_customer p {
    margin-top: 15px;
    padding-left: 30px;
    margin-bottom: 25px;
}

.checkout_area p {
    font-size: 14px;
}

.returning_customer .contact_form {
    max-width: 710px;
    margin-left: 15px;
}

.returning_customer .contact_form .form-group {
    margin-bottom: 20px;
}

.returning_customer .contact_form .form-group input::placeholder {
    font-size: 14px;
    font-family: "playfair display", serif;
    color: #828bb2;
    font-weight: 400;
}

.p_star .placeholder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    z-index: 1;
}

.p_star .placeholder::after {
    content: " *";
    color: tomato;
}

.p_star .placeholder::before {
    content: attr(data-placeholder);
    color: #777;
}

.returning_customer .contact_form .form-group .creat_account input {
    height: auto;
    margin-right: 10px;
}

.returning_customer .contact_form .form-group input {
    border: 1px solid #eee;
    height: 40px;
    border-radius: 3px;
    font-size: 14px;
    font-family: "playfair display", serif;
    color: #828bb2;
    font-weight: 400;
}

.returning_customer .contact_form .form-group .creat_account {
    display: inline-block;
    margin-left: 15px;
}

.returning_customer .contact_form .form-group .lost_pass {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-family: "playfair display", serif;
    color: #828bb2;
    font-weight: 400;
}

.cupon_area {
    margin-bottom: 40px;
}

.cupon_area input {
    margin-left: 30px;
    max-width: 730px;
    width: 100%;
    display: block;
    height: 40px;
    border-radius: 3px;
    padding: 0 15px;
    border: 1px solid #eee;
    outline: none;
    box-shadow: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cupon_area .tp_btn {
    margin-left: 30px;
}

.tp_btn {
    border: 1px solid #eee;
    display: inline-block;
    line-height: 38px;
    padding: 0 40px;
    color: #415094;
    text-transform: capitalize;
    font-family: "playfair display", serif;
    font-weight: 500;
    border-radius: 50px;
    transition: .5s;
}

.tp_btn:hover {
    background: #2577fd;
    color: #ffffff;
}

.billing_details h3 {
    font-size: 18px;
    color: #415094;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.billing_details .contact_form .form-group {
    margin-bottom: 20px;
}

.billing_details .contact_form .form-group input::placeholder {
    color: #828bb2;
}

.billing_details .contact_form .form-group .country_select {
    background: #f7f7f7;
    width: 100%;
    border-radius: 5px;
}

.billing_details .contact_form .form-group .country_select span {
    color: #828bb2;
}

.billing_details .contact_form .form-group .country_select .list {
    width: 100%;
    border-radius: 0;
}

.billing_details .contact_form .form-group .country_select .list li {
    font-size: 14px;
    font-family: "playfair display", serif;
    font-weight: 400;
}

.billing_details .contact_form .form-group .creat_account #f-option2 {
    margin-right: 5px;
}

.checkout_area .form-control {
    font-size: 14px;
    height: 40px;
}

.checkout_area .form-control {
    border: 1px solid #eee;
}

.billing_details .contact_form .form-group input {
    border-radius: 3px;
    color: #828bb2;
}

.billing_details .contact_form .form-group textarea {
    height: 150px;
    border-radius: 3px;
    margin-top: 15px;
}

.billing_details .contact_form .form-group .creat_account #f-option3 {
    margin-right: 5px;
}

.order_box {
    background: #f7f7f7;
    padding: 30px;
}

.order_box h2 {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 500;
    color: #415094;
    padding-bottom: 15px;
    font-family: "josefin sans", sans-serif;
}

.order_box .list li a {
    font-size: 14px;
    color: #828bb2;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    display: block;
    line-height: 42px;
}

.order_box .list li a span {
    float: right;
}

.order_box .list li a .middle {
    float: none;
    width: 50px;
    text-align: right;
    display: inline-block;
    margin-left: 30px;
    color: #415094;
}

.order_box .list li:nth-child(4) a .middle {
    margin-left: 48px;
}

.order_box .list_2 li a {
    text-transform: uppercase;
    color: #415094;
    font-weight: 500;
}

.order_box .list_2 li a span {
    color: #828bb2;
    text-transform: capitalize;
}

.radion_btn {
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
}

.radion_btn input[type="radio"] {
    position: absolute;
    visibility: hidden;
}

.radion_btn input[type="radio"]:checked~.check::before {
    background: #fff;
}

.radion_btn input[type="radio"]:checked~.check {
    border: 1px solid #2577fd;
    background: #2577fd;
}

.radion_btn input[type="radio"]:checked~label {
    color: #000;
}

.radion_btn label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 0 25px 21px;
    height: 14px;
    z-index: 9;
    cursor: pointer;
    font-family: "playfair display", serif;
    font-weight: 500;
    color: #415094;
    font-size: 13px;
    letter-spacing: .25px;
    text-transform: uppercase;
}

.radion_btn .check::before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 100%;
    height: 4px;
    width: 4px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear;
}

.radion_btn .check {
    display: block;
    position: absolute;
    border: 1px solid #cdcdcd;
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 5px;
    left: 0;
    background: #fff;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.order_box .payment_item p {
    background: #fff;
    padding: 20px;
}

.radion_btn img {
    position: absolute;
    right: 40px;
    top: 0;
}

.order_box .creat_account {
    margin: 15px 0;
}

.order_box .creat_account label {
    padding-left: 10px;
    font-size: 12px;
    color: #415094;
}

.order_box .creat_account a {
    color: #2577fd;
    font-size: 15px;
    font-weight: 400;
}

.order_box .btn_3 {
    display: block;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center;
}

/* CHECKOUT PART END  */

/* CONFIRMATION PART START  */

.confirmation_part .confirmation_tittle {
    text-align: center;
    margin-bottom: 35px;
}

.confirmation_part .confirmation_tittle span {
    color: #ff2020;
}

.confirmation_part .single_confirmation_details {
    background-color: #f7f7f7;
    padding: 35px 40px;
}

.confirmation_part .single_confirmation_details h4 {
    font-size: 18px;
    font-weight: 500;
    color: "Roboto", sans-serif;
    text-transform: capitalize;
    margin-bottom: 16px;
    color: #0b1c39;
}

.confirmation_part .single_confirmation_details ul li {
    position: relative;
    text-transform: capitalize;
    padding-left: 55%;
    margin-bottom: 3px;
}

.confirmation_part .single_confirmation_details ul li p {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 21px;
    color: #777;
}

.confirmation_part .single_confirmation_details ul li span {
    color: "Roboto", sans-serif !important;
}

.confirmation_part .order_details_iner {
    margin-top: 50px;
    background-color: #f7f7f7;
    padding: 30px 30px 15px;
    text-transform: capitalize;
}

.confirmation_part .order_details_iner h3 {
    font-size: 18px;
    font-family: josefin sans, sans-serif;
    color: #0b1c39;
    margin-top: 0;
    font-weight: 500;
}

.confirmation_part .order_details_iner {
    text-transform: capitalize;
}

.confirmation_part .order_details_iner thead {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.confirmation_part .order_details_iner .table thead th {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.confirmation_part .order_details_iner th {
    font-weight: 500;
}

.confirmation_part .order_details_iner span {
    color: #777;
}

.confirmation_part .order_details_iner tfoot {
    border-top: 1px solid #ddd;
}

/* CONFIRMATION PART END  */

/* BLOG PART START  */

.blog_item {
    margin-bottom: 50px;
}

.blog_item_img {
    position: relative;
}

.blog_item_img .blog_item_date {
    position: absolute;
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
    display: block;
    color: #fff;
    background-color: #ff2020;
    border-radius: 5px;
}

.blog_part a {
    font-family: "Josefin Sans", sans-serif !important;
    color: #000;
    text-decoration: none;
    transition: .4s;
}

.blog_part a:hover, .blog_part a :hover {
    background: -webkit-linear-gradient(131deg, #ff2020 0%, #ff2020 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: .4s
}

.blog_item_img .blog_item_date h3 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
}

.blog_item_img .blog_item_date p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}

.blog_details {
    padding: 60px 30px 35px 35px;
    box-shadow: 0 10px 20px 0 rgba(221, 221, 221, .3);
}

.blog_details a {
    color: #ff8b23;
}

.blog_details h2 {
    font-family: "Josefin Sans", sans-serif;
    color: #0b1c39;
    margin-top: 0px;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
}

.blog_details p {
    margin-bottom: 30px;
}

.blog-info-link::after {
    content: "";
    display: block;
    clear: both;
    display: table;
}

.blog-info-link li {
    float: left;
    font-size: 14px;
}

.blog-info-link li::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
}

.blog-info-link li a {
    color: #999999;
}

.blog-info-link li:last-child::after {
    display: none;
}

.blog-info-link li i, .blog-info-link li span {
    font-size: 13px;
    margin-right: 5px;
}

.blog-pagination {
    margin-top: 80px;
}

.blog-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: #8a8a8a;
    border: 1px solid #f0e9ff;
    margin-right: 10px;
}

.blog-pagination .page-link i, .blog-pagination .page-link span {
    font-size: 13px;
}

.blog-pagination .page-item.active .page-link {
    background-color: #fbf9ff;
    border-color: #f0e9ff;
    color: #888888;
}

.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px;
}

.blog_right_sidebar .search_widget .form-control::placeholder, .blog_right_sidebar .newsletter_widget .form-control::placeholder {
    color: #999999;
}

.blog_right_sidebar .search_widget .form-control, .blog_right_sidebar .newsletter_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    border-right-color: rgb(240, 233, 255);
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0;
    box-shadow: none !important;
}

.blog_right_sidebar .search_widget .input-group button {
    background: #ff2020;
    border-left: 0;
    border: 1px solid #f0e9ff;
    border-left-color: rgb(240, 233, 255);
    border-left-style: solid;
    border-left-width: 1px;
    padding: 4px 15px;
    border-left: 0;
    cursor: pointer;
}

.blog_right_sidebar .search_widget .input-group button i {
    color: #fff;
}

.blog_right_sidebar .single_sidebar_widget .btn_1 {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 54px;
    margin-top: 0px;
    border: 1px solid #fdcb9e;
    text-transform: uppercase;
    background-color: #ff2020;
    cursor: pointer;
    transition: .5s;
}

.blog_right_sidebar .single_sidebar_widget .btn_1:hover {
    background: #fff;
    border: 1px solid #ff2020 !important;
    color: #000 !important;
}

.blog_right_sidebar .widget_title {
    font-family: "Josefin Sans", sans-serif;
    color: #0b1c39;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 40px;
}

.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff;
}

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px;
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
    padding-top: 15px;
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
    border-bottom: 0;
}

.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-family: "Josefin Sans", sans-serif;
    color: #0b1c39;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all 0.3s linear;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
    margin-top: 20px;
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block;
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    transition: all 0.3s ease 0s;
    color: #888888;
    font-size: 13px;
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #ff2020;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.blog_right_sidebar .instagram_feeds .instagram_row {
    display: flex;
    margin-right: -6px;
    margin-left: -6px;
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
    width: 33.33%;
    float: left;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 15px;
}

/* BLOG PART END  */

/* BLOG DETAILS PART START  */

.single-post-area .blog_details {
    padding-top: 26px;
    box-shadow: none;
}

.blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.single-post-area .blog_details p {
    margin-bottom: 20px;
    font-size: 15px;
}

.single-post-area .quote-wrapper {
    background: rgba(130, 139, 178, 0.1);
    padding: 30px;
    line-height: 1.733;
    color: #888888;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px;
}

.single-post-area .quotes {
    background: #fff;
    padding: 25px 25px 25px 30px;
    border-left: 2px solid;
}

.single-post-area .navigation-top {
    padding-top: 15px;
    border-top: 1px solid #f0e9ff;
}

.single-post-area .navigation-top .like-info {
    font-size: 14px;
}

.single-post-area .navigation-top p {
    margin-bottom: 0
}

.single-post-area .navigation-top .like-info i, .single-post-area .navigation-top .like-info span {
    font-size: 16px;
    margin-right: 5px;
}

.single-post-area .navigation-top .social-icons li {
    display: inline-block;
    margin-right: 15px;
}

.single-post-area .navigation-top .social-icons li a {
    color: #999999;
    font-size: 14px;
}

.single-post-area .navigation-top .social-icons li:last-child {
    margin: 0;
}

.single-post-area .navigation-area {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-top: 55px;
}

.single-post-area .navigation-area .nav-left {
    text-align: left;
}

.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000;
}

.single-post-area .navigation-area .nav-left .thumb img {
    transition: all .3s ease-out 0s;
}

.single-post-area .arrow {
    position: absolute;
}

.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600;
}

.single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    transition: all .3s ease-out 0s;
}

.single-post-area .navigation-area .nav-left:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: .5
}

.single-post-area .thumb .overlay-bg {
    background: rgba(0, 0, 0, 0.8)
}

.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px;
}

.single-post-area .navigation-area .nav-right {
    text-align: right
}

.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-right .thumb img {
    transition: all .3s ease-out 0s
}

.single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    transition: all .3s ease-out 0s
}

.single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: .5
}

.single-post-area .blog-author {
    padding: 40px 30px;
    background: #fbf9ff;
    margin-top: 50px;
}

.single-post-area .blog-author img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 30px;
}

.single-post-area .blog-author a {
    display: inline-block;
}

.single-post-area .blog-author h4 {
    font-size: 16px;
}

.single-post-area .blog-author p {
    margin-bottom: 0;
    font-size: 15px;
}

.comments-area {
    background: transparent;
    border-top: 1px solid #eee;
    padding: 45px 0;
    margin-top: 50px;
}

.comments-area h4 {
    margin-bottom: 35px;
    font-size: 18px;
}

.comments-area .comment-list {
    padding-bottom: 48px;
}

.comments-area .thumb {
    margin-right: 20px;
}

.comments-area .thumb img {
    width: 70px;
    border-radius: 50%;
}

.comments-area .comment {
    margin-bottom: 10px;
    color: #777777;
    font-size: 15px;
}

.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0px;
}

.comments-area .date {
    font-size: 14px;
    color: #999999;
    margin-bottom: 0;
    margin-left: 20px;
}

.comments-area .btn-reply {
    background-color: transparent;
    color: #888888;
    padding: 5px 18px;
    font-size: 14px;
    display: block;
    font-weight: 400;
}

.comments-area .comment-list:last-child {
    padding-bottom: 0px;
}

.comment-form {
    border-top: 1px solid #eee;
    padding-top: 45px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.comment-form h4 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px;
}

.comment_form .btn_1 {
    border: 1px solid #ff2020;
    background: #ff2020;
    box-shadow: none !important;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* BLOG DETAILS PART END  */

/* ElEMENT PART START  */

.sample_text_bg {
    background: #fff;
    padding: 100px 0 70px 0;
}

.sample-text-area {
    background: #fff;
    padding: 100px 0 70px 0
}

.text-heading {
    margin-bottom: 30px;
    font-size: 24px
}

b, sup, sub, u, del {
    color: #222
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    color: #828bb2
}

.button-area {
    background: #fff
}

.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee
}

.button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px
}

.button-group-area .genric-btn:last-child {
    margin-right: 0
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 40px;
    padding: 0 30px;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.genric-btn:focus {
    outline: none
}

.genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px
}

.genric-btn.large {
    line-height: 45px
}

.genric-btn.medium {
    line-height: 30px
}

.genric-btn.small {
    line-height: 25px
}

.genric-btn.radius {
    border-radius: 3px
}

.genric-btn.circle {
    border-radius: 20px
}

.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.genric-btn.arrow span {
    margin-left: 10px
}

.genric-btn.default {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent
}

.genric-btn.default:hover {
    border: 1px solid #f9f9ff;
    background: #fff
}

.genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff
}

.genric-btn.default-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent
}

.genric-btn.primary {
    color: #fff;
    background: #222;
    border: 1px solid transparent
}

.genric-btn.primary:hover {
    color: #222;
    border: 1px solid #222;
    background: #fff
}

.genric-btn.primary-border {
    color: #222;
    border: 1px solid #222;
    background: #fff
}

.genric-btn.primary-border:hover {
    color: #fff;
    background: #222;
    border: 1px solid transparent
}

.genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent
}

.genric-btn.success:hover {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff
}

.genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff
}

.genric-btn.success-border:hover {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent
}

.genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent
}

.genric-btn.info:hover {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff
}

.genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff
}

.genric-btn.info-border:hover {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent
}

.genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent
}

.genric-btn.warning:hover {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff
}

.genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff
}

.genric-btn.warning-border:hover {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent
}

.genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent
}

.genric-btn.danger:hover {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff
}

.genric-btn.danger-border {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff
}

.genric-btn.danger-border:hover {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent
}

.genric-btn.link {
    color: #415094;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent
}

.genric-btn.link:hover {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff
}

.genric-btn.link-border {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline
}

.genric-btn.link-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent
}

.genric-btn.disable {
    color: #222, 0.3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed
}

.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #f9f9ff;
    border-left: 2px solid #222
}

.progress-table-wrap {
    overflow-x: scroll
}

.progress-table {
    background: #f9f9ff;
    padding: 15px 0px 30px 0px;
    min-width: 800px
}

.progress-table .serial {
    width: 11.83%;
    padding-left: 30px
}

.progress-table .country {
    width: 28.07%
}

.progress-table .visit {
    width: 19.74%
}

.progress-table .percentage {
    width: 40.36%;
    padding-right: 50px
}

.progress-table .table-head {
    display: flex
}

.progress-table .table-head .serial, .progress-table .table-head .country, .progress-table .table-head .visit, .progress-table .table-head .percentage {
    color: #415094;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500
}

.progress-table .table-row {
    padding: 15px 0;
    border-top: 1px solid #edf3fd;
    display: flex
}

.progress-table .table-row .serial, .progress-table .table-row .country, .progress-table .table-row .visit .progress-table .table-row .percentage {
    display: flex;
    align-items: center
}

.progress-table .table-row .country img {
    margin-right: 15px
}

.progress-table .table-row .percentage .progress {
    width: 80%;
    border-radius: 0px;
    background: transparent
}

.progress-table .table-row .percentage .progress .progress-bar {
    height: 5px;
    line-height: 5px
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
    background-color: #6382e6
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
    background-color: #e66686
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
    background-color: #f09359
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
    background-color: #73fbaf
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
    background-color: #73fbaf
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
    background-color: #6382e6
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
    background-color: #a367e7
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
    background-color: #e66686
}

.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px
}

.list-style {
    width: 14px;
    height: 14px
}

.unordered-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important
}

.unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #222;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%
}

.ordered-list {
    margin-left: 30px
}

.ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #222;
    font-weight: 500;
    line-height: 1.82em !important
}

.ordered-list li span {
    font-weight: 300;
    color: #828bb2
}

.ordered-list-alpha li {
    margin-left: 30px;
    list-style-type: lower-alpha;
    color: #222;
    font-weight: 500;
    line-height: 1.82em !important
}

.ordered-list-alpha li span {
    font-weight: 300;
    color: #828bb2
}

.ordered-list-roman li {
    margin-left: 30px;
    list-style-type: lower-roman;
    color: #222;
    font-weight: 500;
    line-height: 1.82em !important
}

.ordered-list-roman li span {
    font-weight: 300;
    color: #828bb2
}

.single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input:focus {
    outline: none
}

.input-group-icon {
    position: relative
}

.input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3
}

.input-group-icon .icon i {
    color: #797979
}

.input-group-icon .single-input {
    padding-left: 45px
}

.single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
    height: 100px;
    resize: none
}

.single-textarea:focus {
    outline: none
}

.single-input-primary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input-primary:focus {
    outline: none;
    border: 1px solid #222
}

.single-input-accent {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55
}

.single-input-secondary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359
}

.default-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.default-switch input+label {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #222;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer
}

.default-switch input:checked+label {
    left: 19px
}

.primary-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.primary-switch input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.primary-switch input+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.primary-switch input+label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.primary-switch input:checked+label:after {
    left: 19px;
}

.primary-switch input:checked+label:before {
    background: #222;
}

.confirm-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.confirm-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.confirm-switch input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.confirm-switch input+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.confirm-switch input+label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.confirm-switch input:checked+label:after {
    left: 19px
}

.confirm-switch input:checked+label:before {
    background: #4cd3e3
}

.primary-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.primary-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.primary-checkbox input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.primary-checkbox input:checked+label {
    background: url(../img/primary-check.png) no-repeat center center/cover;
    border: none;
}

.confirm-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.confirm-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.confirm-checkbox input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked+label {
    background: url(../img/success-check.png) no-repeat center center/cover;
    border: none;
}

.disabled-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.disabled-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.disabled-checkbox input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
    cursor: not-allowed;
    z-index: 3;
}

.disabled-checkbox input:checked+label {
    background: url(../img/disabled-check.png) no-repeat center center/cover;
    border: none;
}

.primary-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.primary-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.primary-radio input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.primary-radio input:checked+label {
    background: url(../img/primary-radio.png) no-repeat center center/cover;
    border: none;
}

.confirm-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.confirm-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.confirm-radio input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.confirm-radio input:checked+label {
    background: url(../img/success-radio.png) no-repeat center center/cover;
    border: none;
}

.disabled-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.disabled-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.disabled-radio input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
    cursor: not-allowed;
    z-index: 3;
}

.disabled-radio input:checked+label {
    background: url(../img/disabled-radio.png) no-repeat center center/cover;
    border: none;
}

.default-select {
    height: 40px;
}

.default-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 20px;
    padding-right: 40px;
}

.default-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
    color: #222;
    background: transparent;
}

.default-select .nice-select .list .option:hover {
    color: #222;
    background: transparent;
}

.default-select .current {
    margin-right: 50px;
    font-weight: 300;
}

.default-select .nice-select::after {
    right: 20px;
}

.form-select {
    height: 40px;
    width: 100%;
}

.form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%;
}

.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px;
}

.form-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
    color: #222;
    background: transparent;
}

.form-select .nice-select .list .option:hover {
    color: #222;
    background: transparent;
}

.form-select .current {
    margin-right: 50px;
    font-weight: 300;
}

.form-select .nice-select::after {
    right: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.switch-wrap {
    margin-bottom: 10px
}

.submit_btn {
    width: auto;
    display: inline-block;
    background: #fff;
    padding: 0px 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    border: 1px solid #fdcb9e;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.submit_btn:hover {
    background: transparent;
}

.btn_1 {
    display: inline-block;
    padding: 17px 50px;
    border-radius: 5px;
    background-color: #2577fd;
    border: 2px solid #2577fd;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: capitalize;
    color: #fff;
}

.btn_1:hover {
    background-color: #fff;
    color: #ff2020;
}

.btn_3 {
    display: inline-block;
    padding: 18px 36px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #2577fd;
    font-size: 15px;
    font-weight: 700;
    color: #2577fd;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.btn_3:hover {
    background-color: #2577fd;
    color: #fff;
}

.btn_2 {
    display: inline-block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #1e1e1e;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: capitalize;
}

.btn_2:hover {
    color: #fff !important;
    background-color: #2577fd;
}

.btn_4 {
    color: #ff2020;
    font-size: 15px;
    font-weight: 700;
    margin-top: 53px;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 5px;
}

.btn_4 img {
    width: 20px;
    margin-left: 15px;
}

/* ElEMENT PART END  */