/*-------------------------------

    Custom stylesheet (custom.css)

    Project: Eight Template
    Version: 1.0
    Author: By Themanoid
    Last change: 31 July 2016

    --

    This stylesheet is meant for
    your own custom styles, on
    top of The Eight Template

    Happy styling!
    - Themanoid

----------------------------*/
.header-logo{
    height: 45pt;
}
.img-hover-zoom{
    /* overflow: hidden; */
}
.img-hover-zoom img{
  transition: transform .3s, filter 1.0s ease-in-out;
}
.img-hover-zoom:hover img{
    transform: scale(1.05) !important;
}
.work-bg-color1{
    background:#263A97;
}
.work-bg-color-re{
    background:#202A31;
}
.work-bg-color-fk{
    background:#F5F8F2;
}
.hero {
    padding: 100px 0 20px !important;
}
.pt0{
    padding-top: 0px !important;
}
.pr0{
    padding-right: 0px !important;
}
.pb0{
    padding-bottom: 0px !important;
}
.pl0{
    padding-left: 0px !important;
}
.white-tcolor{
    color: #fff;
}
.dark-tcolor{
    color: #333333;
}
.tcolor-w li a{
    color:#fff !important;
}
.s-red{
    background: #FF000010;
    border-left: 3px solid #ff000050;
}
.red-p{
    background: #FF000050;
    padding: 20px 50px;
    /* border-left: 3px solid #ff000050; */

}
.fnt-12em{
    font-size: 1.2em;
    font-weight: 300;
}
.fw-b{
    font-weight: bold;
}
.plr-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.grid.classic .item
{
    width: inherit !important;
}
a{
    cursor: pointer;
}
.bg-white{
    background-color: #FFFFFF !important;
}
.bg-green{
    background-color: #51702C !important;
}
.caption h4{
 color: white;
}
.top-section-bdr{
    border-bottom: 1px solid #488D41;
}
.section-shadow{
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
}