/*--------------------------------------------------
Template Name: Makali;
Description: Makali – Multipurpose HTML Template;
Version: 1.0;
-----------------------------------------------------*/
/* by default css */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #302aaf;
}

p {
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

a,
a:hover {
    color: #323232;
}

a,
button,
a:before,
img,
input {
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

/* ---Tab Content--- */
.tab-content {
    width: 100%;
}

.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
    border: 7px solid #f4f4f4;
}

.tab-content .tab-pane .owl-item {
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.tab-content .tab-pane.active .owl-item.active {
    transform: scale(1);
    opacity: 1;
}

/* --end here-- */

.form-check .form-check-input {
    margin-left: 0;
}

.form-check-label {
    margin-bottom: 0;
    margin-left: 1.25rem;
    padding-left: 0;
}

input:focus {
    outline: none;
}

input,
select {
    font-size: 14px;
}

textarea {
    resize: none;
}

.modal-backdrop {
    z-index: 1049;
}

option {
    background: #ffffff none repeat scroll 0 0;
    padding: 5px 0 5px 10px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

.table {
    margin-bottom: 0;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ebebeb;
}

button:focus,
select:focus {
    outline: none;
}

button.close {
    cursor: pointer;
}

.img {
    max-width: 100%;
}

.full-img {
    width: 100%;
}

.menu-hidden {
    display: none;
}

.overflow-hidden {
    overflow: hidden;
}

@media (max-width: 991px) {
    .text-center-md {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .text-center-sm {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .text-center-xs {
        text-align: center;
    }
}

@media (max-width: 479px) {
    .text-center-xxs {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .text-start-md {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .text-start-sm {
        text-align: left;
    }
}

@media (max-width: 575px) {
    .text-start-xs {
        text-align: left;
    }
}

@media (max-width: 479px) {
    .text-start-xxs {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .position-static-md {
        position: static !important;
    }
}

.zoom {
    overflow: hidden;
}

.zoom img,
.single-banner img {
    width: 100%;
    -webkit-transition: all 500ms ease-in 0s;
    transition: all 500ms ease-in 0s;
}

.zoom:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

/*************************************
scroll up css
**************************************/
#scrollUp {
    background: #292929 none repeat scroll 0 0;
    border: 1px solid #343434;
    bottom: 65px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    width: 45px;
    height: 45px;
    line-height: 45px;
    right: 30px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 100%;
}

#scrollUp i {
    font-size: 25px;
    line-height: 35px;
}

.pt-35 {
    padding-top: 35px;
}

.pb-25 {
    padding-bottom: 25px;
}

.ptb-50 {
    padding: 50px 0;
}
.ptb-90{
    padding: 90px 0;
}

.mt-30{
    margin-top: 30px;
}
.pt-60{
    padding-top: 60px;
}
.pt-90{
    padding-top: 90px;
}
.mb-40{
 margin-bottom: 40px;
}
.pt-90{
    padding-top: 90px;
}
.pb-90{
    padding-bottom: 90px;
}