a{
    transition: all 0.5s ease;
    text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'News Cycle', sans-serif;
    color: #000;
}
ul{
    padding: 0;
    list-style: none;
}
li{
    font-family: 'News Cycle', sans-serif;
    line-height: 24px;
    color: #262626;
}
p{
    font-family: 'News Cycle', sans-serif;
    line-height: 24px;
    color: #262626;
}
.sec-header{
}
.sec-header h2{
    color: #000;
    margin-bottom: 0;
    line-height: 33px;
    text-transform: uppercase;
}
.sec-header h5{
    font-weight: 400;
    color: #000;
    margin-bottom: 3px;
}
.my-btn{
    font-family: "News Cycle",sans-serif;
    padding: 8px 25px;
    background: #ee2326;
    color: #fff;
    font-size: 15px;
    transition: all 0.5s ease-out;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: 1px 0 3px rgba(255,255,255,0.25);
}
.my-btn:hover{
    background: #77bc4b;
    color: #fff;
}
.img-hover{
    overflow: hidden;
    width: 100%;
    display: block;
}
.img-hover img{
    transition: all 0.5s ease;
    width: 100%;
}
.img-hover:hover img{
    transform: scale(1.1);
}
.parallax{
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.parallax:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(17,4,20,0.5);
}
.parallax > div{
    position: relative;
    z-index: 5;
}
.parallax h6, .parallax h5, .parallax h4, .parallax h3, .parallax h2, .parallax p{
    color: #fff;
}
section{
    padding: 65px 0;
}
.carousel-item{
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}
.social-icons a{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s ease;
    border-radius: 3px;
}
.social-icons a[data-bs-original-title="Facebook"]{
    background-color: #3b5998;
}
.social-icons a[data-bs-original-title="Twitter"]{
    background-color: #00acee;
}
.social-icons a[data-bs-original-title="Yelp"]{
    background-color: #c41200;
}
.social-icons a[data-bs-original-title="Instagram"]{
    background-color: #e90070;
}
.social-icons a[data-bs-original-title="Linkedin"]{
    background-color: #0077b4;
}
.social-icons a[data-bs-original-title="Youtube"]{
    background-color: #c4302b;
}
.social-icons a[data-bs-original-title="Pinterest"]{
    background-color: #e60023;
}
.social-icons a[data-bs-original-title="Google"]{
     background-color: #3982f3;
 }
.social-icons a:hover{
    background: #f18a21;
    color: #fff;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #f18a21;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #f18a21;
}
.tooltip.bs-tooltip-bottom .tooltip-inner,
.tooltip.bs-tooltip-top .tooltip-inner{
    background-color:#f18a21;
}





.animate {
    /*visibility:hidden;*/
}
.scrollAnm {
    animation-name: scroll;
    -webkit-animation-name: scroll;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    visibility: visible;
}
@keyframes scroll {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@-webkit-keyframes scroll {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
body{

}

header{

}

/* START: top bar section */
    .top-bar{
        background: #e7e5e5;
        padding: 5px 0;
    }
    .top-bar h6{
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        color: #222;
        line-height: 18px;
    }
    .top-bar h6 a{
        color: #fff;
    }
    .top-bar h6 a:hover{
        color: #f18a21;
    }
/* END: top bar section */

/* START: logo section */
    .logo-sec{
        padding: 2px 0;
    }
    .logo-sec .navbar-toggler{
        padding: 8px 13px;
        /*margin: 5px 0;*/
        background: #ed1c24;
        border-radius: 0;
        box-shadow: none;
        vertical-align: middle;
        color: #fff;
    }
    .logo-sec .navbar-toggler:hover,
    .logo-sec .navbar-toggler[aria-expanded="true"]{
        background: #000;
    }
/* END: logo section */

/* START: Menu section */
    .menu-sec{
        background: #000;
    }
    .menu-sec .navbar-nav .nav-link{
        /*font-weight: 600;*/
        text-transform: uppercase;
        font-size: 15px;
        color: #fff;
        padding: 8px 15px;
        white-space: nowrap;
    }
    .menu-sec .navbar-nav .nav-link:hover,
    .menu-sec .navbar-nav .nav-link.active{
        color: #ed1c24;
    }
/* END: Menu section */

/* START: Trending News */
    .trending-news{
        background: #cdced0;
        padding: 10px 0;
    }
    .trending-news-body{
        display: flex;
        align-items: center;
        width: 100%;
    }
    .trending-news h6{
        color: #ed1c24;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 0;
        margin-right: 15px;
        white-space: nowrap;
    }
    .trending-news marquee{
        line-height: 20px;
    }
    .trending-news marquee a{
        color: #000;
        margin-bottom: 0;
    }
    .trending-news marquee a:hover{
        color: #ed1c24;
    }
/* END: Trending News */

/* START: banner section */
    .banner-slider-sec{
    }
    .banner-slider-sec .carousel-item{
        height: 400px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .banner-slider-sec .carousel-indicators [data-bs-target]{
        height: 5px;
        width: 20px;
    }
    .banner-slider-sec button{
        font-size: 25px;
        color: #f18a21 !important;
    }
    .banner-slider-sec button i{
        text-shadow: 0 0 3px #fff;
    }
    .banner-slider-sec button:hover{
        opacity: 1;
    }
/* END: banner section */

/* START: magazines section  */
    .magazine ._df_thumb{
        width: 100%;
        height: 300px;
        margin: 0;
    }
/* END: magazines section  */

/* START: Welcome section */
    .welcome-sec{
        background-color: #c6c8c6;
    }
    .mvg-topic{
        background-color: #67b76a;
        padding: 35px 20px 20px 20px;
        position: relative;
    }
    .mvg-title{
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        text-align: center;
    }
    .mvg-topic h6{
        background-color: #267ebb;
        padding: 10px 15px;
        display: inline-block;
        margin: 0 auto;
        color: #fff;
        text-transform: uppercase;
    }
    .welcome-sec .row .col-md-4:nth-child(2) .mvg-topic{
        background-color: #267ebb;
    }
    .welcome-sec .row .col-md-4:nth-child(2) .mvg-topic h6{
        background-color: #f18921;
    }
    .welcome-sec .row .col-md-4:nth-child(3) .mvg-topic{
        background-color: #f18921;
    }
    .welcome-sec .row .col-md-4:nth-child(3) .mvg-topic h6{
        background-color: #67b76a;
    }
    .mvg-topic ul li{
        padding-left: 20px;
        position: relative;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 15px;
    }
    .mvg-topic ul li:before{
        content: '\f14a';
        font-family: "Font Awesome 5 Free", sans-serif;
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 0;
    }
/* END: Welcome section */

/* START: blog section */
    .blog-item{
        height: 300px;
        display: flex;
        align-items: flex-end;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        position: relative;
    }
    .blog-item:before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.2);
        transition: all 0.5s;
    }
    .blog-item:hover:before{
        background: rgba(0, 0, 0, 0.7);
    }
    .blog-content{
        position: relative;
        z-index: 1;
        padding: 20px;
    }
    .blog-title {
        color: #fff;
        position: relative;
        padding-bottom: 10px;
    }
    .blog-title:after{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 45px;
        border: 2px solid #ee2326;
    }
    .blog-date{
        color: #fff;
        font-size: 14px;

    }
    .blog-text{
        height: 95px;
        overflow: hidden;
    }
/* END: blog section */

/* START: footer section */
    footer{
        background: #000;
    }
    .top-footer{
        padding: 30px 0;
    }
    .top-footer h5{
        color: #ee2326;
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        line-height: 20px;
        text-transform: uppercase;
    }
    .top-footer p{
        color: #fff;
        font-size: 14px;
        line-height: 20px;
    }
    .footer-menu li a,
    .top-footer p a{
        color: #fff;
    }
    .footer-menu li a:hover,
    .top-footer p a:hover{
        color: #ee2326;
    }
    
    .newsletter .emaillist .es-field-wrap label{
        display: block;
    }
    .newsletter .emaillist .es-field-wrap input{
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        outline: none;
    }
    .newsletter .emaillist .es_subscription_form_submit{
        font-family: "Open Sans",sans-serif;
        padding: 8px 25px;
        background: #ee2326;
        color: #fff;
        font-size: 15px;
        transition: all 0.5s ease-out;
        text-transform: uppercase;
        border-radius: 0;
        box-shadow: 1px 0 3px rgb(255 255 255 / 25%);
        border: 0;
    }

    .btm-footer{
        border-top: 1px solid rgba(255,255,255,0.4);
        padding: 20px 0;
    }
    .btm-footer .social-icons a{
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    .btm-footer p{
        line-height: 20px;
    }
    .btm-footer p,
    .btm-footer p a{
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        font-size: 14px;
    }
    .btm-footer p a:hover{
        color: #f18a21;
    }
/* END: footer section */

/* START: page header section */
    .page-header-sec{
        background-color: #f9a74c;
        padding-top: 40px;
        height: 350px;
    }
    .page-header h2{
        font-family: 'HelveticaNeueLT Com 57 Cn', sans-serif;
        margin-bottom: 5px;
    }
    .page-header h4{
        font-family: "Poppins", sans-serif;
        color: #3a3838;
    }
    .page-title{
        font-family: 'HelveticaNeueLT Com 57 Cn', sans-serif;
        color: #ed1c24;
    }
    .page-header-img{
        border: 3px solid #fff;
        border-bottom: 0;
    }
    .page-gallery h5{
        background-color: #267ebb;
        padding: 8px 15px;
        color: #fff;
        text-transform: uppercase;
    }
/* END: page header section */

/* START: page section */
    .about-page .welcome-sec{
        background-color: initial;
    }
    .page-sidebar h5{
        font-family: 'HelveticaNeueLT Com 57 Cn', sans-serif;
        color: #ee791c;
    }
    .page-sidebar ul li{
        position: relative;
        padding-left: 20px;
    }
    .page-sidebar ul li:before{
        content: '\f14a';
        font-family: "Font Awesome 5 Free", sans-serif;
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 0;

    }
    .page-sidebar ul li a{
        color: #262626;
    }
    .page-sidebar ul li a:hover{
        color: #77bc4b;
    }
    .blog-row{
        background: #e7e5e5;
        padding: 20px;
    }
    .blog-row h4{
        color: #000;
        font-weight: 600;
    }
    .blog-row .blog-info p{
        /*font-weight: 500;*/
    }
    .blog-row .blog-date{

        color: #3a3a3a;
    }
    .single-blog-page .comment-form-comment textarea{
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .single-blog-page .form-submit input{
        font-family: "Open Sans",sans-serif;
        padding: 8px 25px;
        background: #f18a21;
        color: #fff;
        font-size: 15px;
        transition: all 0.5s ease-out;
        text-transform: uppercase;
        border-radius: 3px;
        border: 0;
        box-shadow: 1px 0 3px rgb(255 255 255 / 25%);
    }
    .single-blog-page .form-submit input:hover{
        background: #77bc4b;
    }
    .contact-content{
        background-color: #111;
        height: 100%;
        padding: 30px;
    }
    .contact-content h3{
        color: #fff;
    }
    .contact-content h6{
        color: #fff;
        line-height: 24px;
    }
    .contact-content .contact-info {
        color: #fff;
        line-height: 24px;
    }
    .contact-content .contact-info i {
        font-size: 40px;
    }
    .contact-content .contact-info a{
        color: #fff;
    }
    .contact-content .contact-info a:hover{
        color: #77bc4b;
    }
    .contact-body{
        background-color: #f1f1f1;
    }
    .contact-form{
        padding: 35px 25px 35px 0;
    }
    .contact-form textarea.form-control{
        height: 95px;
    }
/* END: page section */



/* START: contact Page section */
    .preeti-girl{
        position: relative;
    }
    .preeti-girl img{
        width: 100%;
    }
    .preeti-girl h3{
        position: absolute;
        left: 30px;
        bottom: 30px;
        color: #ffff1c;
        text-shadow:
                -1px -1px 0 #000,
                1px -1px 0 #000,
                -1px 1px 0 #000,
                1px 1px 0 #000;
    }

    .contact-page form .form-control{
        border-radius: 0;
        background: #dfdfdf;
    }
    .contact-page form .form-control::placeholder{
        font-family: 'Roboto Slab', sans-serif;
        color: #868484;
    }
    .contact-page form .mybtn{
        border-radius: 0;
    }
    .google-map{
        height: 310px;
        margin-top: 30px;
    }
    .google-map iframe{
        height: 100%;
        width: 100%;
    }
/* END: contact Page section */
    #toTop {
        position: fixed;
        bottom: 10px;
        right: 10px;
        border-color: rgba(255,255,255,0.2);
        width: 40px;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        z-index: 9999;
        text-align: center;
        padding: 0;
    }
/* START: responsive section */

/* END: responsive section */

