/********** Template CSS **********/
:root {
    --primary: #ef1d26;
    --secondary: #BDBDBF;
    --light: #F4F5F8;
    --dark: #222429;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    transition: .5s;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 11;
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;
}

@-webkit-keyframes action {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-15px)
    }
}

@keyframes action {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-15px)
    }
}

.btn-outline-primary {
    color: #e31c25;
    border-color: #e31c25;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Oswald', sans-serif;
    margin-right: 30px;
    padding: 40px 0;
    color: var(--light);
    font-size: 17px;
    text-transform: uppercase;
    outline: none;
}

    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link.active {
        color: var(--primary);
    }

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
}
.text-white{
    color:white!important
}
.border-top-left{
    border-radius:5px 0 0 5px!important
}
.border-top-right {
    border-radius: 0px 5px 5px 0 !important
}
.border-full {
    border-radius: 5px!important
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 36, 41, .5);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.bg-hero {
    background: linear-gradient(rgba(34, 36, 41, .8), rgba(34, 36, 41, .8)), url(../Uploads/images/bg.jpg) top center no-repeat;
    background-size: cover;
}

.programe::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 45px);
    top: 135px;
    left: 0;
    background: var(--dark);
    z-index: -1;
}

.team-item img {
    transition: .5s;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    margin-left:-5px!important;
}
.team-item:hover img {
    transform: scale(1.1);
}
.line-through{
    text-decoration:line-through!important
}
.mgt10{
    margin-top:10px!important
}
.text-red{
    color:darkred!important
}
.text-green {
    color: forestgreen !important
}
.searchbox {
    padding: 40px 0 !important
}
.hidden{
    display:none!important
}
.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        position: relative;
        margin: 0 5px;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        background: var(--primary);
        font-size: 22px;
        border-radius: 45px;
        transition: .5s;
    }

        .testimonial-carousel .owl-nav .owl-prev:hover,
        .testimonial-carousel .owl-nav .owl-next:hover {
            color: var(--dark);
        }

.testimonial-carousel .owl-item img {
    width: 90px;
    height: 90px;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.2);
}

@media (min-width: 991.98px) {
    .credit {
        background: var(--primary);
    }
}
.footer {
    border-top: 3px solid #ef1d26
}
.footer, .page-header {
    background: linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.8)),url(../uploads/images/carousel-33.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}
 .subscribe {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}
 .text-black{
     color:#000!important
 }
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

@media (min-width: 576px) {
    .form-inline .custom-select, .form-inline .input-group {
        width: auto;
    }
}
.inline-block {
    display: inline-block !important
}
.bg-secondary {
    background-color: #000 !important;
}
.text-secondary {
    color: #000 !important;
}
.text-element {
    color: #fff !important;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 100;
    line-height: 1.2;
}
.mr-3, .mx-3 {
    margin-right: 1rem !important;
}
.bg-dark {
    background-color: #000 !important;
}
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px) !important;
    padding: 0.5rem 1rem !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-append, .input-group-prepend {
    display: flex;
}
.mgt50{
    margin-top:48px!important
}
.user-i i{
    font-size:1.5em!important;
    color:#ffffff
}
.footer i{
    padding-right:5px!important
}
.mgt100{
    margin-top:100px!important
}
.mgt200 {
    margin-top: 200px !important
}
.mgb100 {
    margin-bottom: 100px !important
}

.mgb200 {
    margin-bottom: 200px !important
}