

/* ===================================
                About
   =================================== */

/*
    Theme Name: Product
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page , Multi Parallax Template
    Tags: One page, multi page, multipurpose, parallax, creative, html5

 */

/***************Table of Content**************/
/*  - Fonts
    - General Classes
    - Preloader
    - Scroll bar
    - Header And Navigation
    - Slider
    - About
    - Causes
    - Gallery
    - Blog
    - Contact
    - Footer
    - Stand alone page
    - Media Queries   */



@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

*{
    font-family: 'Montserrat', sans-serif;
}
/*************GENERAL CLASSES***********/
html,body{
    scroll-behavior: smooth;
}
.text-yellow{
    color: #FFC107;
}
.text-black{
    color: #000;
}
.mb-60{
    margin-bottom: 5% !important;
}
a{
    text-decoration: none;
}


/*******************PRELOADER****************/
.loader-area{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color:#000;
    z-index: 999999;
}
.spinning-area{
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.spinner {
    border: 10px solid rgba(255, 255, 255, 0.2);
    border-top: 10px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    margin-top: 5%;
    padding: 50px;
    -webkit-box-shadow: 0 0 180px #000;
    box-shadow: 0 0 180px #000;

    -webkit-animation-name: spin;

    animation-name: spin;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/************SCROLLBAR************/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #000;
}
::-webkit-scrollbar-thumb {
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #fff),
    color-stop(.5, transparent), to(transparent));
}
::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}
.slidebar-ul .nav-link {
    display: inline-block;
}

/* ===================================
    Header
====================================== */

header a.logo img {
    max-width: 180px;
}

.navbar-top-default{
    position: relative;
    z-index: 99;
    /* overflow: hidden; */
    height: 120px;
    width: 100%;
    background: transparent;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.header-appear .navbar-top-default {
    height: 120px;
    position: fixed;
    z-index: 99;
    top: 0;
    background: #fff;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

/*change nav color on sticky nav*/
.header-appear .navbar-simple .navbar-nav .nav-link {
    color: #000;
}

.navbar-nav {
    align-items: center;
}
.navbar-ul {
    display: flex;
    margin: 0px;
}
.navbar-nav ul li {
    list-style: none;
}
.navbar-nav-sub {
    display: none ;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    top: 65%;
}
.slidebar-ul {
    display: none ;
    position: absolute;
    z-index: 999;
    background-color: transparent;
    top: -10%;
    left: 87%;
    width: max-content;
    padding: 0px 20px;

}

.navbar-nav-sub li {
    margin: 10px 0px;
}
.side-nav .nav-link {
    color: black;
    text-transform: uppercase;
}
/*Navbar Simple*/
.navbar-simple .navbar-nav .navbar-ul .nav-link {
    position: relative;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 0 30px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
    display: inline-table;
}
.navbar-simple .navbar-nav .navbar-ul .nav-link::after {
    position: relative;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: -5px;
    content: " ";
    display: block;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 0;
}
.navbar-simple .navbar-nav .navbar-ul .nav-link:hover:after, .navbar-simple .navbar-nav .navbar-ul .nav-link.active.active:after
 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #000;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
 }
.fixed-menu .navbar-simple .navbar-nav .navbar-ul  .nav-link:hover:after, .navbar-simple .navbar-nav .navbar-ul .nav-link.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #000;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
} 
li.dropdown-mennu:hover .navbar-nav-sub {
    display: block;
}
li.dropdown-mennuslide:hover .slidebar-ul {
    display: block;
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 25%;
    position: fixed;
    right: 0;
    top: 0;
    background: #00b7ff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #000, #000);  /* Chrome 10-25, Safari 5.1-6 */
    background: #fff; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-navbar.navbar-nav {
    align-items: start;
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 34px;
    width: 34px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 40px;
    cursor: pointer;
}

.side-menu.before-side .btn-close{
    display: none;
}

.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #000;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    right: 40px;
    top: 45px;
    position: absolute;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #000;
    display: block;
    margin-left: auto;
    transition: .5s ease;
}

.header-appear .sidemenu_btn span {
    background: #002450;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.sidemenu_btn:hover span:first-child, .sidemenu_btn:hover span:last-child{
    width: 70%;
    transition: .5s ease;
    margin-left: auto;
}

.side-menu .inner-wrapper {
    padding: 1rem 4rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    height: 70%;
    display: flex;
    align-items: center;
}

.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 8px 0; 
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.slidebar-ul .nav-link {
    padding: 3px 0px;
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .navbar-ul .nav-link {
    display: inline-table;
    color: #ffffff;
    padding: 2px 0 3px 0 !important;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    position: relative;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.side-nav .navbar-nav  .nav-link:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: -5px;
    content: " ";
    display: block;
    margin: 0 auto; 
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.side-nav .navbar-nav .nav-link:hover:after, .side-nav .navbar-nav .nav-link.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #000;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

.side-menu p{
    margin-top: .5rem;
    margin-bottom: 0;
}



.side-footer p{
    color: #000;
}


li .social-icon {
    display: inline-block;
    margin-right: 10px;
    font-size: 19px;
    color: #000;
    border: 1px solid #000;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    padding-top: 12px;
    -webkit-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease;
}
li .social-icon:hover{
    color:  #fff;
    background-color: #000;
    -webkit-animation: .1s ease;
    animation: .1s ease;
}
li .social-icon:hover i{
    color:  #fff;
    background-color: #000;
    -webkit-animation: .1s ease;
    animation: .1s ease;
} 
.social-icons-simple li {
    list-style: none;
}
.social-icon i {
    color: #000;
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.side-menu .btn-close:hover {
    -webkit-animation: .8s rotate;
    animation: .8s rotate;
}

@-webkit-keyframes rotate {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotates {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 767px) {
.side-menu {
    width: 100%;
}
}
/***********BANNER AND BANNER TEXT***********/
.transparent-banner{
    position: absolute;
    width: 100%;
    z-index: 9;
    margin-top: 30px;
}
.top-banner{
    height: 55px;
}
.top-banner .banner-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 12px 0;
}


/****************REVOLUTION SLIDER***********/
.layer-overlay{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.43);
}
.gradient-yellow-btn{
    background-color: #FFC107 ;
    border: 1px solid #FFC107;
    z-index: 2;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}
.gradient-yellow-btn:hover{
    background-color: #fff;
    border: 1px solid #fff;
    color: #000 !important;
}

.black-btn{
    background-color: #000;
    border: 2px solid #000;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    color: #fff;
}
.trans-btn{
    background-color: transparent;
    color: #fff;
    /* border: 1px solid #fff; */
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}
.black-btn:hover{
    background-color: #fff;
    color: #000;
    border: 2px solid #fff;
}
/* .trans-btn:hover{
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
} */
.small-btn{
    padding: 8px 15px !important;
    font-weight: 300 !important;
    font-size: 13px !important;
}

.btn-slider {
    padding: 13px 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 17px !important;
    font-weight: bold;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    background-color: #922520;
    color: #FFF !important;
    border-radius: 30px;
}





/***************CONTACT US SECTION START************/
.contact{
    padding: 50px 0px;
}
.mapouter {
    position: relative;
    text-align: right;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:100%;
    width:100%;
}
.map{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.height-map{
    height: 300px;
}



/****************FOOTER SECTION*******************/
.footer{
    padding: 50px 0px;
}
ul.footer_ul{
    list-style: none;
    display: inline-block;

}
li.footer_list{
    display: inline-block;
    margin-right: 10px;
    font-size: 19px;
    color: #000;
    border: 1px solid #000;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    padding-top: 12px;
    -webkit-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease;
}

li.footer_list:hover{
    color: white;
    background-color: #000;
    -webkit-animation: .1s ease;
    animation: .1s ease;
}
li .footer_list{
    display: inline-block;
    margin-right: 10px;
    font-size: 19px;
    color: #000;
    border: 1px solid #000;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    padding-top: 12px;
    -webkit-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease;
}
li .footer_list:hover {
    color: white !important;
    background-color: #000;
    -webkit-animation: .1s ease;
    animation: .1s ease;
}
.footer_text{
    text-align: center;

}


/*******************DETAIL BLOG****************/
.header-img{
    background: url(../img/banner5.jpg);
    background-attachment: fixed;
    height: 400px;
    position: relative;
    background-size: cover;
    background-position: bottom;
}
.overlay{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.73);
}
.margin-heading{
    padding-top: 17.5%;
    padding-bottom: 8%;
}
.minimal_image .min-post .large_post div {
    background: black;
    height: 24.8vw;
}
.blog_detail-heading{
    color:#000;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
}
.text_minimal ul{
    color: #000;
}
.mt-40{
    margin-top: 70px;
}
.mejs__controls:not([style*='display: none']) {
    background: black;
}
.text_dummy {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    margin-top: 15px;
    letter-spacing: 0.2px;
}
.quote_text .quote{
    color: #FFC107;
    font-size: 24px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    cursor: pointer;
    width: 480px;
    line-height: 1.3;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: left;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.quote_text{
    margin-bottom: 20px;
}
.verticle_lineQ {
    width: 2.3px;
    height: 75px;
    background-color:#ffc107;
    text-align: right;
    margin-top: -87px;
    margin-left: 38.7rem;
}
.blogN_images img{
    height: 100%;
    width: 100%;
}
.pt-6{
    padding-top: 40px;
}
.written_outerbox{
    height: auto;
    width: auto;
    background-color: #f6f6f6;
}
.written_outerbox .written_img {
    width: 20%;
    border-radius: 50%;
    border: 1px solid transparent;
    margin-left: 60px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.written_text {
    margin-top: auto;
    margin-left: 20px;
    margin-bottom: auto;
}
.main_written{
    color:#000;
    font-size: 24px;
    font-family: 'Open Sans' , sans-serif;
}
.comment_text{
    color: #000;
    font-size: 24px;
    text-align: center;
    font-family: 'Open Sans' , sans-serif;
}
.user_icon{
    color: lightgray;
    font-size: 65px;
    background: #f6f6f6;
    width: 100px;
    height: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 50px;
    padding-left: 21px;
    padding-right: 15px;
}
.icon_text{
    margin-bottom: auto;
    margin-top: auto;
    padding-left: 20px;
}
.height{
    line-height: 25px;
    font-size: 17px;
    padding-top: 10px;
}
.font{
    font-size: 21px;
}
.icon_comment{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
}
.margin_days {
    font-size: 18px;
    margin-bottom: 10px;
}
.mt-6{
    margin-top: 70px;
}
/*..............SEARCH...........*/
.pt-lg-10{
    padding-top: 7rem;
}
.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem transparent;
    box-shadow: 0 0 0 0.2rem transparent;
}
.search_outerbox{
    background-color: #f6f6f6;
    width: auto;
    height: auto;
}
.input-group{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 38px;
}
.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #000;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem transparent;
    box-shadow: 0 0 0 0.2rem transparent;
}
.form-control{
    font-family: 'Montserrat', sans-serif;
    border-color: #ffc107;
}
.btn-search {
    background-color: #ffc107;
    border-radius: 0;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #ffc107;
    -webkit-animation: 0.8s ease;
    animation: 0.8s ease;
}
.btn-search:link, .btn-search:visited {
    color: #fff;
}
.btn-search:active, .btn-search:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.display{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/*............TOPIC..............*/
.topic_outerbox{
    height: auto;
    width: auto;
    background-color: #f6f6f6;
    padding-bottom: 12px;
}

.topic_outerbox h2 {
    color:#000;
    font-size: 26px;
    padding-left: 42px;
    padding-top: 30px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

.topic_outerbox ul{
    list-style: none;
    padding: 0;
}
.topic_outerbox li{
    text-decoration: none;
    color: #000;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 500;
    overflow:hidden !important;
    font-family: 'Montserrat', sans-serif;
}
.topic_outerbox li a{
    text-decoration: none;
    color: #000;
    padding-right: 5px;
}
.topic_outerbox li a:hover{
    color: #ffc107;
}

.dots{
    letter-spacing: 6.5px;
    font-size: 16px;
    font-weight: normal;
}
.inner-box {
    margin-left: 13%;
    margin-right: 13%;
    text-align: center
}
.inner-box1 {
    margin-left: 12%;
    margin-right: 13%;
    text-align: center;
}
.image{
    height: 100%;
    width: 100%;
}
/*.............POPULAR POST..............*/
.outer_popular{
    height: auto;
    width: auto;
    background-color: #f6f6f6;
    padding-bottom: 35px;
}
.outer_popular h2 {
    color:#000;
    font-size: 26px;
    padding-left: 42px;
    padding-top: 30px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
.pt-lg-4{
    padding-top: 2rem;
}
.popular_image{
    height: 100%;
    width: 35%;
}
.outer{
    margin-right: 13%;
    margin-left: 13%;
}
.text_post {
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: auto;
}
.main{
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    line-height: 18px;
    letter-spacing: 0;
    font-family: 'Montserrat', sans-serif;
}
.date{
    color: gray;
    font-size: 14px;
    margin-bottom: 4px;
    font-family: 'Montserrat', sans-serif;
}
.text_post span{
    color: #000;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    letter-spacing: 0;
    font-family: 'Montserrat', sans-serif;
}
.main:hover{
    color: #ffc107;
}
.text_post span:hover{
    color: #ffc107;
}
/*..............TAGS.................*/
.outer_tag {
    height: auto;
    width: auto;
    background-color: #f6f6f6;
    padding-bottom: 30px;
}
.main_tag {
    color: #000;
    font-size: 26px;
    padding-left: 42px;
    padding-top: 30px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
span{
    display: unset;
}
.inner_tag {
    margin-left: 13%;
    margin-right: 13%;
}
.tag_text a:hover{
    color: #000;
    background-color: #ffc107;
    border: solid 1px transparent;
}
.tag_text a {
    text-decoration: none;
    font-size:14px ;
    color: #000;
    border: solid 1px #000;
    padding: 5px 12px 5px 12px;
    margin-top: 9px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}
.sale_img{
    width: 100%;
    height: 100%;
}
.img-area img{
    height: 100%;
    width: 100%;
}



/**************MEDIA QUERIES************/
@media (min-width: 1022px) and (max-width: 1199px) {
    .bg-trans-color .navbar-nav .nav-item {
        margin: 12px 8px;
    }
}

@media (min-width: 992px) and (max-width: 1021px) {
    header .nav-link {
        margin-right:0;
        margin-left: 11px;
    }
    .bg-trans-color .navbar-nav .nav-item {
        margin: 12px 3px;
    }
}
@media screen and (max-width:991px){
    header{
        display: contents;
        position: fixed;
        z-index: 9;
        width: 100%;
        background: #000000bd;
        padding: 16px 0;
    }
    .logo_display{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #navbar_btn{
        display: block;
    }
    #my-nav1{
        display: none;
    }
    .logo{
        margin-top: 30px;
    }
    .logo {
        text-align: left;
        margin-right: auto;
        margin-top: 0;
    }
    .my-tog-btn{
        display: -ms-inline-grid;
        display: inline-grid;
        width: 35px;
        height: auto;
        /*padding-top: 30px;*/
    }

}

@media (min-width:769px) and (max-width:991px) {
    .top-banner{
        display: none;
    }
    .logo {
        text-align: left;
        margin-right: auto;
        margin-top: 0;
    }

    .margin_navbar-logo {
        margin-bottom: 15px;
    }

    .my-tog-btn {
        margin-right: 30px;
    }
}

@media screen and (width:768px){
    #navbar1{
        display: none;
    }
    .top-banner{
        display: none;
    }
    .my-tog-btn{
        margin-right: 30px;
    }
    .sub-width{
        width: auto;
        margin: 0 auto;
    }
    .hover-heading{
        font-size: 20px;
    }
    .main-heading{
        font-size: 38px;
    }
    .header{
        display: -webkit-box;
        position: fixed;
        z-index: 9;
        width: 100%;
        background: #000000bd;
        padding: 20px 0;
    }

}

@media screen and (max-width:767px){
    .main-heading{
        font-size: 36px;
    }
    .footer{
        padding-top: 80px;
    }
    .contact{
        padding-top: 80px;
    }
    .blog{
        padding-top: 0;
    }
    .donator{
        padding-top: 80px;
    }
    .causes{
        padding-top: 80px;
    }
    
    .gallery{
        padding-top: 80px;
    }
    #blog-carousal .owl-dots {
        margin-top: 30px !important;
    }
    li.footer_list {
        margin-right: 5px;
        width: 45px;
        height: 45px;
    }
    .footer_text{
        font-size: 12px;
    }
    .sub-width{
        width: auto;
        margin: 0 auto;
    }
    .top-banner{
        display: none;
    }
    .my-tog-btn {
        margin-right: 30px;
    }
    .logo {
        text-align: left;
        margin-right: auto;
        margin-top: 0;
    }

    .menu-icon{
        padding-left: 2rem;
    }
    #navbar_btn{
        display: block;
    }
    #my-nav1{
        display: none;
    }
}



/**************STANDALONE PAGE MEDIA QUERIES***********/
@media screen and (min-width:1600px){
    .bg-img .text1{
        margin-left: 20px;
    }
    .bg-img .text {
        position: absolute;
        margin-left: 18px;
    }
}

@media screen and (width:768px) {

    .colored_hover {
        width: 96%;
    }
    .colored_hover-center {
        width: 96%;
    }
    .popular_image {
        height: 100%;
        width: 22%;
    }

}

@media screen and (max-width:767px) {
    li.navbar_list {
        padding-top: 0;
        width: 23px;
        height: 23px;
    }

    .padding_blog-img{
        padding-top: 10px;
    }

    .btn-model {
        padding: 9px 35px 9px 35px;
    }
    .bg-img .text1{
        margin-top: 90px;
        text-align: center;
        padding-bottom: 3.3%;
    }
    .modal.show .modal-dialog {
        -webkit-transform: none;
        margin-top: 30px;
    }
    .input-group {
        padding-left: 10%;
        padding-right: 10%;
        text-align: left;
    }
    .inner-box {
        margin-left: 20px;
        margin-right: 5%;
    }
    .box4 .box-content {
        margin-top: 35px;
    }
    .text_post {
        margin-bottom: 15px;
    }
    .mt-10{
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .pr-6{
        padding-right: 30px;
    }
    .box4:hover:before {
        width:470%;
    }
    .box4 .post {
        font-size: 12px;
    }
    .box4 .icon li a{
        font-size:22px;
    }
    .divider {
        border: 0.5px solid #dbdbdb;
    }
    .pt-lg-10 {
        padding-top: 1.5rem;
    }
    .margin_small{
        margin-top: 30px;
    }
    .verticle_lineQ {
        margin-top: -131px;
        margin-left: 0;
    }
    .font {
        font-size: 17px;
    }
    .quote_text .quote {
        font-size: 21px;
        width: 325px;
        margin-right:0;
        margin-top: 60px;
        margin-left: 15px;
    }
    .text1 h1 {
        font-size: 1.2rem;
        margin-left: 0;
        text-align: center;
    }
    .text1 p {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 17px;
    }
    .written_text {
        padding-bottom: 22px;
        text-align: center;
        margin-left: 0;
    }
    .written_img {
        width: 40%;
        margin-left: 100px;
    }
    .written_outerbox{
        text-align: center;
    }
    .written_outerbox .written_img {
        width: 40%;
        margin-left: 0;
    }
    .written .display{
        display: inline-block;
    }
    .icon_text {
        margin-top: auto;
        margin-bottom: auto;
    }
    .form-control {
        text-align: left;
    }
    .icon_comment {
        margin-left: 55px;
    }



}

@media screen and (max-width:992px) {
    .min-post {
        margin-top: 20px;
    }
}



/*********REV SLIDER ARROWS*************/
#rev_slider_2_1 .zeus.tparrows{cursor:pointer; min-width:70px; min-height:70px; position:absolute; display:block; z-index:100; border-radius:50%;   overflow:hidden; background:rgba(0,0,0,0.1)}#rev_slider_2_1 .zeus.tparrows:before{font-family:"revicons"; font-size:20px; color:rgb(255,255,255); display:block; line-height:70px; text-align:center;   z-index:2; position:relative}#rev_slider_2_1 .zeus.tparrows.tp-leftarrow:before{content:"\e824"}#rev_slider_2_1 .zeus.tparrows.tp-rightarrow:before{content:"\e825"}#rev_slider_2_1 .zeus .tp-title-wrap{background:rgba(0,0,0,0.5); width:100%; height:100%; top:0px; left:0px; position:absolute; opacity:0; -ms-transform:scale(0); transform:scale(0); -webkit-transform:scale(0);  -o-transition:all 0.3s;  transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s;  border-radius:50%}#rev_slider_2_1 .zeus .tp-arr-imgholder{width:100%; height:100%; position:absolute; top:0px; left:0px; background-position:center center; background-size:cover; border-radius:50%; -ms-transform:translatex(-100%); transform:translatex(-100%); -webkit-transform:translatex(-100%);  -o-transition:all 0.3s;  transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s}#rev_slider_2_1 .zeus.tp-rightarrow .tp-arr-imgholder{-ms-transform:translatex(100%);transform:translatex(100%); -webkit-transform:translatex(100%)}#rev_slider_2_1 .zeus.tparrows:hover .tp-arr-imgholder{-ms-transform:translatex(0);transform:translatex(0); -webkit-transform:translatex(0); opacity:1}#rev_slider_2_1 .zeus.tparrows:hover .tp-title-wrap{-ms-transform:scale(1);transform:scale(1); -webkit-transform:scale(1); opacity:1}

.numbered .tp-bullet,
.numbered .tp-bullet-number,
.numbered .tp-bullet .tp-count {
    position: relative;
}

.numbered .tp-bullet {
    width: 20px;
    height: 15px;
    background: transparent;
    cursor: pointer;
    color: #18191d;
    -webkit-transition: 3s height;
    -o-transition: 3s height;
    transition: 3s height;
}

.numbered .tp-bullet-number {
    text-align: left;
}

.numbered .tp-bullet-number,
.numbered .tp-bullet .tp-count {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.numbered .tp-bullet.selected:nth-child(4) {
    padding-bottom: 4px;
    border-bottom: 2px solid;
}

.numbered,
.tp-tabs,
.tp-thumbs {
    top: 47% !important;
}

.numbered .tp-bullet .tp-count {
    font-size: 17px;
    bottom: 5px;
}

.numbered .tp-count:before {
    height: 3px !important;
    width: 40px !important;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    display: block;
    background: #24cdd5;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.numbered .tp-count:before,
.revicon {
    position: absolute;
}
.numbered .tp-count:before {
    content: "";
}
.numbered .tp-bullet.selected .tp-count {
    color: #24cdd5;
}

.white .numbered .tp-bullet .tp-count,
.white .numbered .tp-count:before,
.white .numbered .tp-bullet.selected .tp-count {
    color: #fff;
}
.tp-bullet.selected, .tp-bullet:hover {
    background: transparent !important;
}
.numbered .tp-bullet.selected .tp-count:before {
    margin-top: 2px;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.white .numbered .tp-count:before {
    background: #fff;
}

.numbered .tp-bullet.selected .tp-count:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.animate-out {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.revicon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
    z-index: 11;
}

.revicon li a {
    height: 40px;
}

/* ===================================
      About Section
====================================== */

.img-sec{
    position: relative;
    padding-right: 50px;
    padding-bottom: 0px;
}

.about_img {
    padding: 2%;
    background-color: #f6f6f6;
    position: relative;
}

.about_img img{
    height: 100%;
    width: 100%;
}

.blue_rectangle{
    position: absolute;
    width: 90%;
    height: 60%;
    bottom: 2%;
    left: 54%;
    transform: translateX(-50%);
    background-color: #00bbff;
}

.about-heading .text-small{
    font-size: 20px;
    color: #494949;
}

.about-heading .heading{
    font-size: 36px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.about-heading .info {
    font-size: 18px;
    color: #494949;
    line-height: 1.4;
    font-family: Montserrat', sans-serif;
}

.margin_heading{
    margin: 25px 0;
}

.video-play-button {
    height: 70px;
    width: 70px;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-border-radius: 50px;
    border: 3px solid #000;
    border-radius: 50px;
    line-height: 77px;
    text-align: center;
    color: #000;
    background: #fff;
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgba(0, 36, 80, .7);
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.video-play-button:hover i {
    color: #000;
    transition: .3s ease;
}

.video-play-button:hover {
    background: transparent;
    -o-animation: ripple 1.3s infinite;
    -webkit-animation: ripple 1.3s infinite;
    animation: ripple 1.3s infinite;
}

.video-play-button.slider-play-button {
    margin: 10px;
    -webkit-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
}

.video-play-button i {
    font-size: 32px;
    transition: .3s ease;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0,0,0, 0.4);
        box-shadow: 0 0 0 15px rgba(0,0,0, 0.1);
    }
    to {
        -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
        box-shadow: 0 0 0 0 rgba(0,0,0, 0.1);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0,0,0, 0.4);
        box-shadow: 0 0 0 15px rgba(0,0,0, 0.1);
    }
    to {
        -webkit-box-shadow: 0 0 0 20px rgba(0,0,0, 0.4);
        box-shadow: 0 0 0 0 rgba(0,0,0, 0.1);
    }
}
/* ===================================
           Product-card
====================================== */
/* .products-section{
    overflow-x: hidden;
    overflow-y: hidden;
} */

.products-section #review-circle{
    height: 380px;
    width: 380px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(150%, -233%);
}

.products-section .row-1, .row-2, .row-3, .row-4{
    margin-bottom: 40px;
}
.card {
    border-radius: 0.5rem;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #922520;
}
.products-section .card{
    display: block;
    overflow: hidden;
    border: 1px solid transparent;
}

.products-section .sub-heading{
    font-size: 20px;
    color: #c14545;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.products-section .heading{
    font-size: 72px;
    font-family: 'Great Vibes', cursive;
    color: #212121;
}

.products-section .card .subheading{
    font-size: 30px;
    font-weight: 500;
}

.products-section .card:hover .subheading{
    color: #000;
}

.products-section .card .text{
    color:#606060;
    font-size: 16px;
    font-weight: normal;
    width: 90%;
    margin: auto;
}

.products-section .card .button-center{
    color: #FFFFFF;
    opacity: 1;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.products-section .review-bottom-text{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #212121;
    width: 60%;
    margin: auto;
    padding-bottom: 80px;
}

.overlay-image {
    position: relative;
    overflow: hidden;
}
.card img {
    transition: all 0.7s;
}

.card:hover img {
    transform: scale(1.1);
    transition: all 0.7s;
}

.card:hover {
    cursor: pointer;
}

.card:hover .overlay {
    transform: scale(1);
}
.collections {
    padding:  50px  0px;
}

/* ===================================
        services section
====================================== */
.services-sec{
    padding: 50px 0px;
    background-color: #f6f6f6;
}
.services-sec .services-box{
    padding: 15px;
}

.services-sec .services-box i{
    font-size: 45px;
    height: 100px;
    transition: .5s ease;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    background-color: #fff;
    margin-bottom: 20px;
    border: 3px solid black;
}
.services-sec .services-box:hover i{
    transform: translateY(-10px);
    /*border: solid 20px #6479bf;*/
    -webkit-animation: itg_pulse_blue 1s infinite;
    -o-animation: itg_pulse_blue 1s infinite;
    animation: itg_pulse_blue 1s infinite;
    -webkit-box-shadow:0 0 0 0 rgb(100, 121, 191);
}


.services-sec .services-box .services-heading{
    /*text-transform: uppercase;*/
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 12px;
    font-size: 18px;
    transition: .5s ease;
}
.services-sec .services-box:hover .services-heading{
color: #000;
}
.services-sec .services-box .services-des{
    font-family: Montserrat, sans-serif;
    font-weight: 300;
}
.services-sec .row {
    justify-content: center;
}
@media (max-width: 568px) {
    .col-lg-2 {
        max-width: 50%;
    } 
    .about-heading .heading {
        font-size: 24px;
    }
}
@media (min-width: 1200px) {
.container {
    max-width: 1350px;
}
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}
}

.single-items {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.single-items h3 {
	font-size: 2rem;
	margin-bottom: 1.3rem;
}

.single-items h3 a:hover,
.single-items h3 a:focus {
	color: inherit;
}

.single-items p {
	margin-bottom: 10px;
}

.center-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
}


/* ===================================
    About-section
====================================== */
.about-area {
    text-align: center;
}
.about-heading{
    font-size: 60px;
    color: #000;
    font-weight: normal;
}

.about-text{
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.about-sec .owl-carousel, .about-sec .owl-carousel.owl-loaded{
    position: absolute;
    left: 0;
}

.owl-testimonial .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span{
    background: #212121;
}

.owl-testimonial .owl-dots{
    display: flex;
    justify-content: left;
}

.owl-testimonial .owl-dots .owl-dot span {
    background: #FFFFFF;
    border: 2px solid #212121;
    font-size: 5px;
    padding: 5px;
    margin-left: 15px;
    border-radius: 50%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-400px, -100px);
}

/* ===================================
    About-card
====================================== */
.about{
    overflow-x: hidden;
}

.about #about-circle{
    height: 380px;
    width: 380px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-150%, -50%);
}

.about {
    padding: 50px 0px;
}

.about .card {
    display: inline-block;
    background-color: transparent;
    border: 0 solid rgba(0,0,0,.125);
}

.about .card-body {
    padding: 0;
}

.about .numbering {
    font-size: 48px;
    color: #040608;
    font-weight: 500;
    transition: all 1.2s;
    font-family: "Roboto", sans-serif;
}

.about .cover:hover .numbering {
    transform: rotateY(360deg);
    transition: all 1.2s;
}

.about .cover{
    padding: 25px;
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.about .cover:hover .card-title{
    color: #c84c4c;
}

.about .cover .card-title{
    margin-bottom: 26px;
    font-size: 26px;
    font-weight: 300;
    color: #000000;
    -webkit-transition: 0.9s ease;
    -o-transition: 0.9s ease;
    transition: 0.9s ease;
    font-family: 'Poppins', sans-serif;
}


.about .cover .card-text {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    font-family: 'Roboto', sans-serif;
}
.bg-black {
    background-color: #212121;
}
.about-sec {
    margin: 50px 0px;
}
@media (max-width: 567px) {
    /* .about {
        padding-top: 5rem;
    } */
    .collection-set {
        max-width: 50% !important;
    }
    .products-section .card .subheading{
        font-size: 16px;
        font-weight: 500;
    }
    .products-section .card .text{
        color:#606060;
        font-size: 12px;
        font-weight: normal;
        width: 90%;
        margin: auto;
        line-height: 1.7;
    }
    .collection-set-home {
        max-width: 50% !important;
    }
    .btn-calletcion {
        position: absolute;
        font-size: 12px;
        bottom: 15% !important;
    }
    .btn-slider {
        padding: 8px 10px;
        font-size: 12px;
    }
}
@media (min-width: 568px) {
    .collection-set {
        max-width: 33.33% !important;
    }
    .products-section .card .subheading{
        font-size: 16px;
        font-weight: 500;
    }
    .products-section .card .text{
        color:#606060;
        font-size: 12px;
        font-weight: normal;
        width: 90%;
        margin: auto;
        line-height: 1.7;
    }
    .collection-set-home {
        flex: 0 0 50%;
        max-width: 50% !important;
    }
} 
@media (min-width: 992px)  {
    .collection-set-home {
        flex: 0 0 25%;
        max-width: 25% !important;
    }
    .navbar-nav  {
        margin-right: 50px;
    }
}
/* ===================================
    About Section
====================================== */
.img-sec{
    position: relative;
    padding-right: 50px;
}

.about_img {
    position: relative;
}

.about_img img{
    height: 100%;
    width: 100%;
}

.green_rectangle{
    position: absolute;
    width: 40%;
    height: 24%;
    top: -5%;
    left: -11px;
    background-color: #ff7953;
}

.heading-area .sub-heading {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.heading-area .heading {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    margin: 20px 0;
    font-family: Montserrat, sans-serif;
}

.heading-area .text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.feature-item {
    display: table;
    padding: 20px 10px;
    max-width: 450px;
    text-align: left;
}

.feature-margin {
    margin-bottom: 20px;
}

.feature-item .icon {
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 46px;
    color: #FFFFFF;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#000;
}

.laptop-features-icon {
    display: table-cell;
    vertical-align: middle;
    width: 41px;
    transition: all 1.2s;
}

/* .feature-item:hover .laptop-features-icon {
    transform: scal;
    transition: all 1.2s;
} */

.features-content {
    display: table-cell;
    padding-left: 20px;
}

.features-content h4 {
    font-size: 24px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}

.features-content p {
    color: #000;
    font-size: 17px;
    font-weight: normal;
}
.features-content {
    vertical-align: middle;
}
.logo-white {
    display: block;
}
.logo-black {
    display: none;
}
.fixed-menu .logo-black {
    display: block;
}
.fixed-menu .logo-white {
    display: none;
}
.footer {
    background-color: rgb(246, 246, 246);
}
.btn-calletcion {
    position: absolute;
    bottom: 10%;
    background-color: white;
    font-weight: 500;
}
.body-claction {
    display: flex;
    justify-content: center;
}
.video-round {
    border-radius: 15px;
}

/* events  */
#events {
    padding: 50px 0px;
}
.eve-text {
    align-items: center;
    display: flex;
}
.eve-card {
    display: inline-block;
    padding: 2.5rem;
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    width: 300px;
}
.eve-date-time {
    font-size: 0.938rem;
    margin-bottom: 5%;
    color: rgb(38, 38, 44);
    padding-left: 0em;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5%;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.4px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-color: rgb(38, 38, 44);
}
.eve-name {
    font-size: 0.9375rem;
    margin-bottom: 7%;
    color: rgb(38, 38, 44);
    text-align: left;
    line-height: 1.5;
    padding-top: 0rem;
    padding-left: 0rem;
    padding-right: 0px;
    padding-bottom: 0rem;
    width: 100%;
}
.eve-box {
    display: flex;
    align-items: center;
}
.events-grid {
    padding-bottom: 50px;
    border-bottom: 1px solid black;
    flex-wrap: wrap;
    padding-top: 20px;
}
@media (max-width: 576px) {
    .eve-img {
        padding: 20px 0px;
    }
    .eve-text {
        padding: 20px 0px;
    }
    .eve-box {
        padding: 20px 0px;
    }
    .eve-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .eve-card {
        padding: 20px;
    }
    #product h1 {
        font-size: 24px;
    }
}
/* #keyfeatures {
    padding: 50px 0px;
}
#banner-slide {
    padding: 50px 0px;
} */
#startup-india {
    padding: 50px 0px;
}
.swiper {
    width: 100%;
    height: auto;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-button-next {
    color: #000 !important;
  }
  .swiper-button-prev {
    color: #000 !important;
  }
  
  @media (max-width: 576px) {
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 20px !important;
    }
      #home {
        margin-bottom: 0px;
      }
  }
.home-img {
    position: relative;
}
.home-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: auto;
    background-color: #000;
    opacity: 0.2;
}
@media (min-width: 992px) {
    #desktop-img-banner {
        display: block;
    }
    #mobile-img-banner {
        display: none;
    }
}
@media (max-width: 991px) {
    #desktop-img-banner {
        display: none;
    }
    #mobile-img-banner {
        display: block;
    }
}
.collections H3 {
    margin-bottom: 30px;
    margin-top: 20px;
}

/* ===================================
    Team Section
====================================== */
.testimonial {
    padding: 50px 0px;
}
.heading-area .sub-heading {
    font-size: 24px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.heading-area .heading {
    font-size: 48px;
    margin: 25px 0;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.heading-area .text {
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #202020;
    max-width: 550px;
    margin: auto;
}

.team .owl-item .item{
    transition: .5s ease;
}

/* .team .owl-item.center .item{
    margin-top: 100px !important;
} */

.team .slider-social{
    position: absolute;
    z-index: 11;
    margin-bottom: 0 !important;
}

.team .slider-social li{
    list-style: none;
    display: inline-block;
}

.team .slider-social a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    color: #000000;
    font-size: 16px;
    margin: 2px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.team-sec .speakers-detail{
    margin-bottom: 50px;
}

.team-sec .image-holder{
    height: 300px;
    width: 300px;
    border-radius: 50%;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.team-sec .image-holder img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.team-sec .image-holder .overlay{
    position: absolute;
    left:0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    top: 0;
    z-index: 11;
    display: block;
    opacity: 0;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    background-color: rgba(1, 159, 154, .8);
}

.team-sec .team-info:hover .image-holder .overlay .plus span:nth-child(2){
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
}

.team-sec .team-info:hover .image-holder .overlay .plus span{
    opacity: 1;
}

.team-sec .team-info:hover .image-holder img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.team-sec .team-info:hover .image-holder .overlay{
    opacity: 1;
    left:10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
}

.team .owl-item.center .item .speaker-name{
    color: #d43030;
}

.team-sec .speaker-name{
    font-size: 30px;
    margin-top: 18px;
    color: #202020;
    font-weight: normal;
    -o-transition: .8s ease;
    transition: .5s ease all;
    -webkit-transition: .8s ease;
    font-family: 'Montserrat', sans-serif;
}

.team-sec .speaker-detail{
    /* font-family: 'Roboto', sans-serif; */
    font-weight: normal;
    font-size: 16px;
    color: #202020;
    margin-bottom: 0;
}

.team-sec .speaker-links{
    position: relative;
}

.team-sec .speaker-links .slider-social{
    left: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.team-sec .image-holder .overlay .speaker-links ul li a {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-50px);
    transform: translateY(-80px);
    opacity: 0;
}

.team-sec .image-holder .overlay .speaker-links ul li:first-child a {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.team-sec .image-holder .overlay .speaker-links ul li:nth-child(2) a {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
}

.team-sec .image-holder .overlay .speaker-links ul li:nth-child(3) a {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.team-sec .team-info:hover .image-holder .overlay .speaker-links ul li:first-child a {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 1;
}

.team-sec .team-info:hover .image-holder .overlay .speaker-links ul li:nth-child(2) a {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
    opacity: 1;
}

.team-sec .team-info:hover .image-holder .overlay .speaker-links ul li:nth-child(3) a {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    opacity: 1;
}

.team-sec .team-info .image-holder .overlay .speaker-links:hover ul li a{
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

/*icon hovers*/
.speaker-links>ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.speaker-links>ul li {
    list-style: none;
    margin: 10px 5px;
}

.speaker-links>ul li:first-child {
    margin-left: 0;
}

.speaker-links>ul li:last-child {
    margin-right: 0;
}

.speaker-links>ul li a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 37px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.trainer-sec .image-holder .overlay .speaker-links>ul li a i {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.trainer-sec .image-holder .overlay .speaker-links:hover  ul li:nth-child(3) a,.trainer-sec .image-holder .overlay .speaker-links:hover  ul li:nth-child(2) a{
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.team-sec .image-holder .overlay .speaker-links>ul li a:hover{
    background-color: rgba(255, 255, 255, 0.9);
}

.speaker-links>ul li a:hover i.fa-facebook-f {
    color: #3b5998;
}

.speaker-links>ul li a:hover i.fa-twitter {
    color: #00acee;
}

.speaker-links>ul li a:hover i.fa-linkedin-in {
    color: #0e76a8;
}

.speaker-links>ul li a:hover i.fa-instagram{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Team Boxes */
.team-sec .services-boxes{
    display: block;
    padding: 45px;
}

.service-card .text {
    font-size: 16px;
    color: #202020;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.team-sec .services-boxes .image-holder {
    padding-bottom: 120px;
}

.team-sec .services-boxes .service-card{
    width: 43%;
    float: left;
    margin-top: 180px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.team-sec .services-boxes .service-card:first-child{
    margin-top: 0;
}

.team-sec .services-boxes .service-card .icon-holder{
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    color: #000000;
    transition: .5s ease;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#d43030), color-stop(50%, #d43030), color-stop(50%, #000000));
    background-image: linear-gradient(to right, #d43030, #d43030 50%, #000000 50%);
}

.team-sec .services-boxes .service-card:hover .icon-holder{
    background-position: 0;
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
}

.team-sec .services-boxes .service-card.right:hover .icon-holder{
    background-position: 0;
    -webkit-transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
}

.team-sec .services-boxes .service-card .icon-holder i{
    font-size: 100px;
}

.team-sec .services-boxes .service-card.left.icon-right{
    width: 52%;
}

.team-sec .services-boxes .service-card.left{
    float: left;
    clear: left;
}

.team-sec .services-boxes .service-card.right{
    margin-top: 40px;
    margin-bottom: 40px;
    float: right;
    clear: right;
    width: 32%;
}

.team-sec .services-boxes .service-card .text{
    margin-bottom: 0;
}

.team-sec .services-boxes .service-card.right .icon-holder{
    margin-bottom: 20px;
}

.team-sec .team-info:hover .image-holder .overlayteam {
    opacity: 0.7;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
}
.team-sec .image-holder .overlayteam {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    top: 0;
    z-index: 11;
    display: block;
    opacity: 0;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    background-color: #922520;
}
section.team-sec {
    padding: 50px 0px;
}
/* ===================================
    Review Section
====================================== */
.testimonial {
    background-image: url(../img/sadhbhavna/rawpixel-1066968-unsplash.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    position: relative;
    background-attachment: fixed;
}
.testimonial::after {
    position: absolute;
    content: "";
    background-color: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0;
    border: 0;
}
.testimonial .testimonial-img img {
    border-radius: 50%;
}

.testimonial .testimonial-img {
    margin: 30px 0;
}

.testimonial .testimonial-owl .owl-item img {
    width: auto;
    margin: 0 auto;
}

.testimonial .paragraph {
    font-weight: normal;
    line-height: 1.920;
    font-size: 16px;
    opacity: .7;
    color: #fff;
    width: 90%;
    margin: 0 auto;
}

.testimonial-tittle h4 {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.testimonial-tittle span {
    font-weight: normal;
    font-size: 15px;

    color: #fff;
}
a.color-black.list-unstyled {
    color: black;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}
h1.main-heading.heading {
    text-transform: uppercase;
}
h2 {
    text-transform: uppercase;
}
h3 {
    text-transform: uppercase;
}
.dropdown-menu {
    border: none;
}
section#about {
    position: relative;
}
section#about::after {
    position: absolute;
   content: "";
    width: 100%;
    height: inherit;
    opacity: 0.7;
    background-color: #000;
}
h3.area-title.text-capitalize.alt-font.mb-2.font-weight-100.text-white {
    position: relative;
    z-index: 3;
}
