/* fonts  */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('bootstrap.min.css');
@import url('owl.carousel.min.css');
@import url('animate.min.css');
@import url('video-js.min.css');
@import url('app.css');
@import url('reponsive.css');

body {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.container-fluid {
    padding: 0 160px;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

a {
    color: #000;
}

a:hover {
    color: #00A94E;
}

button {
    cursor: pointer;
}

a:active,
a:hover,
a,
a:focus,
button:focus,
button,
button:hover,
input,
input:hover,
input:focus,
select:focus,
textarea:focus {
    outline: 0 0 -webkit-focus-ring-color;
    outline: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: none;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    border: 0;
    max-width: 100%;
}

p {
    line-height: 30px;
}

main {
    overflow: hidden;
    min-height: calc(100vh - 110px);
    margin-top: 110px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
}


.heading,
h2 {
    font-weight: 300;
    font-size: 35px;
}

.heading span {
    font-weight: 700;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

::placeholder,
select {
    color: rgba(0, 0, 0, 0.5);
}

img {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

input+label {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;

}


::-moz-selection {
    background: #B53C97;
    color: #fff;
}

::selection {
    background: #B53C97;
    color: #fff;
}

.prev:hover,
.next:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.prev,
.next {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: none;
}

table {
    width: 100%;
}

table td,
table th {
    padding: 15px 0;
}


tfoot {
    border-top: 1px solid #e6e6e6;
    font-weight: 600;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 999999;
}

.loader:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 999999;
    top: 50%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url('../img/loader.gif');
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center center;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.back-top {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    bottom: 20px;
    right: 20px;
    text-align: center;
    background: #fff;
    border-radius: 15px;
    font-size: 26px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    color: #000;
    z-index: 99;
    display: none;
    cursor: pointer;
}

.btn-main {
    padding: 10px 25px;
    border: 2px solid #000;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    letter-spacing: 1.5px;
}

.btn-main.filled.pink-bg {
    background: #B53C97;
    color: #fff;
    border-color: #B53C97;
}

.btn-main.filled.pink-bg:hover {
    background: #00A94E;
    border-color: #00A94E;
}

.btn-main.bordered.green-border:hover {
    border-color: #00A94E;
    color: #00A94E;
}

.gradient {
    background: #b53c97;
    background-image: -o-linear-gradient(135deg, #00A94E, #b53c97);
    background-image: linear-gradient(-45deg, #00A94E, #b53c97);
    color: #fff;
}

.bg-main {
    position: relative;
}

.bg-main::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #b53c97;
    background-image: -o-linear-gradient(135deg, #00A94E, #b53c97);
    background-image: linear-gradient(-45deg, #00A94E, #b53c97);
    opacity: 0.7;
}

.form-control {
    height: 45px;
    padding: .375rem .75rem;
    font-size: 13px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(112, 112, 112, 0.2);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border: 1px solid rgba(112, 112, 112, 0.2);
    box-shadow: 0 0 5px 0.2rem rgb(0, 0, 0, 0.03);
}

.text-pink {
    color: #b53c97;
}

.text-green {
    color: #00A94E;
}

.bordered.green {
    border-color: #00A94E;
    color: #00A94E;
}

.bordered.green:hover {
    background: #00A94E;
    color: #fff;
}

.light-green {
    background: #F7F7F7;
}

h1 {
    font-size: 60px;
    line-height: 70px;
}

.owl-nav li img {
    width: 60px;
}

.owl-nav {
    position: absolute;
    top: -130px;
    right: 0;
}

.owl-nav button+button {
    margin-left: 15px;
}

.container-fluid.no-pd,
.no-pd [class*=col-] {
    padding: 0;
}

.container-fluid.no-pd>.row {
    margin: 0;
}

.no-pd form .row [class*=col-] {
    padding: 0 7.5px;

}

textarea.form-control {
    min-height: 120px;
}

.block {
    display: block;
}

.table,
.table h5 {
    font-size: 14px;
}

.table td,
.table th {
    padding: 15px;
    vertical-align: middle;
    border-top: 0;
}

.table thead th {
    vertical-align: middle;
    border-bottom: 0;
}

.table {
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 15px;
}

.no-pd .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}


@media(max-width:1499px) {

    .container-fluid {
        padding: 0 100px;
    }
}

@media(max-width:1299px) {

    .heading,
    h2 {
        font-size: 30px;
    }

    main {
        margin-top: 85px;
    }

    .btn-main {
        padding: 7px 25px;
        font-size: 14px;
    }
}

@media(max-width:1199px) {
    .container-fluid {
        padding: 0 30px;
    }


}

@media (max-width: 991px) {
    p {
        line-height: 25px;
        font-size: 14px;
    }

    .heading,
    h2 {
        font-weight: 300;
        font-size: 28px;
    }

    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7215686274509804);
        left: 0;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 300ms all;
        -o-transition: 300ms all;
        transition: 300ms all;
    }

    .open .overlay {
        opacity: 1;
        visibility: visible;
    }

    h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .container-fluid {
        padding: 0 15px;
    }

    h1 {
        font-size: 30px;
        line-height: 37px;
    }

    main {
        margin-top: 0;
        min-height: inherit !important;
    }



}

@media(max-width:767px) {

    .heading,
    h2 {
        font-weight: 300;
        font-size: 21px;
    }


    .owl-dot span {
        background: #fff;
        width: 10px;
        height: 10px;
        display: block;
        border-radius: 50%;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    }

    .owl-dots .owl-dot+.owl-dot {
        margin-left: 5px;
    }

    .owl-dot.active span {
        background: #00a94e;
        border-color: #00a94e;
        position: relative;
        top: 1px;
    }

    .owl-dots {
        display: block;
        text-align: center;
        position: relative;
        top: 14px;
    }

    p {
        line-height: 25px;
    }

    .foot-copyright ul {
        margin: 15px auto 0;
        border-top: 1px solid #e8e9ed;
        width: 100%;
        justify-content: center;
        padding-top: 15px;
    }

    footer {
        text-align: center;
    }

    .loader:after {
        background-size: 50px;
    }

}