/*
Default Style
============================*/
:root{
    --theme-primary: #f00;
}
button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

/*
Default Btn Area Style
======================================================*/

.default-btn {
    font-size: 16px;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
    text-transform: capitalize;
    /* background-color: #ED3949; */
    background: red;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    border-radius: 50px;
    font-family: "Muli", sans-serif;
    text-align: center;
}

.default-btn i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
    color: #ED3949;
    border-radius: 50%;
    position: relative;
    left: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.default-btn:hover {
    color: #ffffff;
}

.default-btn:hover i {
    background-color: #fff;
    -webkit-animation: fadeInLeft 1s linear;
    animation: fadeInLeft 1s linear;
}




/*
Eorik SliderArea Style
======================================================*/

.eorik-slider-area {
    position: relative;
}

.eorik-slider-area .owl-next {
    position: absolute;
    top: 50%;
    right: 30px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.eorik-slider-area .owl-next i {
    background-color: #cc8c18;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 26px;
    border-radius: 4px;
}

.eorik-slider-area .owl-next i:hover {
    background-color: #cc8c18 !important;
}

.eorik-slider-area .owl-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.eorik-slider-area .owl-prev i {
    background-color: #cc8c18 !important;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 26px;
    border-radius: 4px;
}

.eorik-slider-area .owl-prev i:hover {
    background-color: #cc8c18 !important;
}

.eorik-slider-area:hover .owl-prev {
    opacity: 1;
}

.eorik-slider-area:hover .owl-next {
    opacity: 1;
}

.eorik-slider-area .owl-theme .owl-nav {
    margin-top: 0 !important;
}

.eorik-slider-area .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.eorik-slider-area .white-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.eorik-slider-area .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 110px;
}

.eorik-slider-area .owl-theme .owl-nav.disabled+.owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    background: #D6D6D6;
    border-radius: 0;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.eorik-slider-area .owl-theme .owl-nav.disabled+.owl-dots .owl-dot:hover span {
    background: #cc8c18;
}

.eorik-slider-area .owl-theme .owl-nav.disabled+.owl-dots .owl-dot.active span {
    background: #cc8c18;
    -webkit-clip-path: polygon(49% 0, 100% 48%, 70% 48%, 71% 100%, 29% 100%, 29% 48%, 0 48%);
    clip-path: polygon(49% 0, 100% 48%, 70% 48%, 71% 100%, 29% 100%, 29% 48%, 0 48%);
    -webkit-animation: fadeInUp 0.5s linear;
    animation: fadeInUp 0.5s linear;
}

.eorik-slider-area .social-link {
    position: absolute;
    top: 50%;
    right: 50px;
    z-index: 1;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}

.eorik-slider-area .social-link ul li {
    margin-bottom: 10px;
}

.eorik-slider-area .social-link ul li:last-child {
    margin-bottom: 0;
}

.eorik-slider-area .social-link ul li a {
    background-color: #cc8c18;
    color: #ffffff;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.eorik-slider-area .social-link ul li a:hover {
    -webkit-animation: rubberBand 1s linear;
    animation: rubberBand 1s linear;
}

.eorik-slider-area .social-link ul li a:hover i {
    -webkit-animation: fadeInLeft 0.5s linear;
    animation: fadeInLeft 0.5s linear;
}

.eorik-slider-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 1;
}

.eorik-slider-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
}

.eorik-slider-item .eorik-slider-text {
    text-align: center;
    margin-top: 45px;
}

.eorik-slider-item .eorik-slider-text.eorik-slider-text-one {
    margin-top: -80px;
}

.eorik-slider-item .eorik-slider-text h1 {
    font-size: 50px;
    color: #ffffff;
    margin-top: 30px;
    /* margin-bottom: -25px; */
    font-family: "beautiful-heartregular";
}

.eorik-slider-item .eorik-slider-text span {
    color: #ffffff;
    font-size: 25px;
    display: block;
    margin-bottom: 30px;
    font-weight: normal;
}

.eorik-slider-item .eorik-slider-text .slider-btn .default-btn {
    margin: 0 20px;
}

.eorik-slider-item .eorik-slider-text .slider-btn .default-btn.white {
    color: #ffffff;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.overflow-hidden {
    overflow: hidden;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.one h1 {
    -webkit-animation: 1s .1s fadeInUpBig both;
    animation: 1s .1s fadeInUpBig both;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.one span {
    -webkit-animation: 2s .2s fadeInUpBig both;
    animation: 2s .2s fadeInUpBig both;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.one .slider-btn {
    -webkit-animation: 3s .3s fadeInUpBig both;
    animation: 3s .3s fadeInUpBig both;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.two h1 {
    -webkit-animation: 2s .2s fadeInLeft both;
    animation: 2s .2s fadeInLeft both;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.two span {
    -webkit-animation: 2s .2s fadeInDownBig both;
    animation: 2s .2s fadeInDownBig both;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.two .slider-btn {
    -webkit-animation: 2s .2s fadeInUpBig both;
    animation: 2s .2s fadeInUpBig both;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.three h1 {
    -webkit-animation: 2s .2s fadeInDown both;
    animation: 2s .2s fadeInDown both;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.three span {
    -webkit-animation: 2s .2s fadeInDown both;
    animation: 2s .2s fadeInDown both;
}

.eorik-slider-area .owl-item.active .eorik-slider-text.three .slider-btn {
    -webkit-animation: 2s .2s fadeInUp both;
    animation: 2s .2s fadeInUp both;
}

.slider-item-bg-1 {
    background-image: url(../img/banner-1.jpg);
}

.slider-item-bg-2 {
    background-image: url(../img/banner-2.jpg);
}

.slider-item-bg-3 {
    background-image: url(../img/blog-1.jpg);
}
      .owl-carousel .owl-nav .owl-prev {
        left: 0; 
    }
      .owl-carousel .owl-nav .owl-next {
        right: 0;
     }
    .owl-carousel .owl-dots {
      text-align: center;
      margin-top: 20px; 
    }
      .owl-carousel .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin: 5px;
        border-radius: 50%;
        background: var(--theme-primary);
        position: relative; 
    }
   