*{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}
a{
    color: #000!important;
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    text-transform: uppercase;
    font-weight: 500;
}
.navbar-brand img{
    display: block;
	height: 50px;
	width: auto;
	max-width:none;
}
.navbar button{
    border: none;
}
.navbar button:focus{
    outline: none;
}
.navbar button .nav-txt{
    margin-right: 20px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.navbar .navbar-nav .nav-item .nav-link{
    font-weight: 500;
}
.navbar .navbar-nav .nav-item .nav-link .active{
    position: relative;
    color: rgb(0, 0, 0)!important;
    font-weight: 600;
    text-shadow: 2px 2px 10px rgb(0, 0, 0);
}
.navbar-main nav{
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 9;
}
.navbar-light .navbar-nav .nav-link.active::after{
    width: 100%;
}
.nav-item a{
    position: relative;
}
.navbar .navbar-nav .nav-item .nav-link .active::after{
    content: "";
    position: absolute;
    height: 3px;
    width: 0;
    left: 0;
    bottom: 5px;
    transition: 0.3s;
}
.nav-item a::after{
    content: "";
    position: absolute;
    background: #000;
    text-shadow: 2px 2px 20px black;
    height: 3px;
    width: 0;
    left: 0;
    bottom: 5px;
    transition: 0.3s;
}
.nav-item a:hover::after{
    width: 100%;
}
.hero-container{
    margin-top: 120px;
}
.hero-container .hero-content .hero-title h1{
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500!important;
    margin: 0;
}
.hero-container .hero-content .title p{
    text-transform: uppercase;
    font-size: 14px;
}
.window-section{
    padding: 70px 0px;
}
.window-section .win-title{
    margin-bottom: 10px;
}
.win-wrap .col-3{
    margin: 0;
    padding: 5px!important;
}
.win-wrap .img-bg{
    height: 120px;
    width: 100%;
    z-index: 99;
    transition: all 0.9s ease-in-out;
}
.win-wrap .img-bg:hover{
	transform: scale(1.3);
}
.win-wrap .img-box1{
    background-image: url(../images/illustrations/01hero.jpg);
    background-position:center;
    background-size: cover;
}
.win-wrap .img-box2{
    background-image: url(../images/illustrations/03hero.jpg);
    background-position:center;
    background-size: cover;
}
.win-wrap .img-box3{
    background-image: url(../images/illustrations/04hero.jpg);
    background-position:center;
    background-size: cover;
}
.win-wrap .img-box4{
    background-image: url(../images/illustrations/05hero.jpg);
    background-position:center;
    background-size: cover;
}
.about-sec .big-txt h1{
    font-size: 40px;
    text-align: center;
    font-weight: 500;
}
.about-sec .abt-grid{
    margin-top: 50px;
}
.about-sec .abt-grid h5{
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
} 
.about-sec .abt-grid p{
    font-size: 14px;
    font-weight: 500;
    color: gray;
}
.about-sec .botm-title p{
    font-size: 14px;
    font-weight: 600;
}
.awarded-sec{
    padding: 50px 0px;
}

.awarded-sec .award-bg{
    height: 510px;
    width: 100%;
    transition: all 4s;
    background-attachment: fixed;
    background-position:center;
    background-size: cover;
    background-image: url(../images/background/about.jpg);
}
.awarded-sec .award-title{
    height: 500px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.awarded-sec .award-title h2{
    text-transform: uppercase;
    color: white;
    font-size: 24px;
    font-weight: 400;
}
.info-wrap{
    padding: 20px 25px;
}
.info-wrap h2{
    font-size: 35px;
}
.stack-wrap .sub-title p,.stack-wrap .sub-title span{
    color: gray;
    font-weight: 500;
}
.stack-child1{
    padding: 30px 0px;
    border-top: 1px solid rgb(200, 198, 198);
}
.stack-lst-child1{
    border-bottom: 1px solid rgb(200, 198, 198); 
}
.stack-child1 h4{
    font-size: 20px;
}
.stack-child1 .post-categories span{
    font-size: 14px;
    font-weight: 500;
}
.stack-child1 .post-categories .divd::before{
    content: "/";
}
.blog-sec{
    margin: 20px 0px;
}
.blog-sec .blg-btn a{
    background-color: #000;
    border-radius: 20px;
    padding: 8px 15px;
}
.blog-sec a{
    color: #fff!important;
}
.marquee {
    height: 60px;	
    position: relative;
    overflow: hidden;
   }
   .marquee div {
    font-size: 4em;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    -moz-transform:translateX(100%);
    -webkit-transform:translateX(100%);	
    transform:translateX(100%);
    animation: example1 20s linear infinite;
   }
   @-moz-keyframes example1 {
    0%   { -moz-transform: translateX(100%); }
    100% { -moz-transform: translateX(-100%); }
   }
   @-webkit-keyframes example1 {
    0%   { -webkit-transform: translateX(100%); }
    100% { -webkit-transform: translateX(-100%); }
   }
   .marquee div h1{
    letter-spacing: 15px;
    font-size: 55px;
    font-weight: 600!important;
    color: #000;
   }
   .end-sec{
    margin: 50px 0px;
   }
   .end-sec .end-txt span{
    font-weight: 500;
   }
   .footer-grid p{
    font-weight: 700;
}
@media (min-width:768px){
    .hero-container .hero-content .hero-title h1{
        font-size: 85px;
        font-weight: 600!important;
    }
    .window-section{
        margin-top: 50px;
    }
    .window-section .win-title{
        margin-bottom: 20px;
    }
    .win-wrap .img-bg:hover{
        width: 340px;
    }
    .win-wrap .img-bg{
        height: 260px;
        width: 100%;
    }
    .info-wrap .title{
        margin-bottom: 40px;
    }
    .info-wrap .title h2{
        font-weight: 700;
        font-size: 44px;
    }
    .stack-wrap .title h4{
        font-size: 25px;
        font-weight: 500;
    }
    .blog-sec p{
        font-weight: 500;
        font-size: 22px;
        margin-bottom: 40px;
    }
    .blog-sec .blg-btn{
        margin-top: 50px;
    }
    .marquee {
        height: 120px;
        position: relative;
        overflow: hidden;
    }
    .marquee div h1 {
        font-size: 120px;
    }
    .end-sec .end-txt span{
        font-weight: 500;
        font-size: 22px;
    }
}
@media (min-width:1200px){
    
    .hero-container .hero-content .hero-title h1{
        font-size: 95px;
        font-weight: 700!important;
    }
    .win-wrap .img-bg{
        height: 460px;
        width: 100%;
    }
    .awarded-sec .award-bg {
        height: 710px;
    }
    .awarded-sec .award-title{
        height: 650px;
    }
    .awarded-sec .award-title h2{
        font-size: 32px;
        
    }
    .stack-child1{
        padding: 70px 0px;
    }
}

