body, button, input, select, textarea,p{
    color: #444;
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Pontano Sans', sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 300;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
}
.ht-sticky.customNav {
    height: 80px;
}
.fpp-top-footer {
    color: #BBB;
    padding: 50px 0;
	
}
.addrtext p{
    color: #c3c1c1;
    font-size:16px;
}
.about-us-section {
    background: #f2f2f2;
}
.footerSec{
    background: url(../images/footer-bg.jpg);
    border-top: 4px solid #ff1010;
    font-size: 16px;
}

.fpp-bottom-footer {
    background: rgba(0,0,0,0.3);
    padding: 30px 0;
    color: #AAA;
    line-height: 1.2;
    text-align: center;
}
.widget-title {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ff1010;
    font-size: 20px;
    margin-bottom: 15px;
}
.costom-btn {
    width: 200px;
    background: #ff1010;
    border: 1px solid #ff1010;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    line-height: 2.5;
}
.proslider .owl-nav{
    position: absolute;
    top: 44%;
    width: 100%;
}
.proslider .owl-nav button{
    background: transparent;
    color: #fff;

    border: 0;
}
.proslider .owl-nav button span{
    font-size:0px;
}
.proslider .owl-nav button:focus,.proslider .owl-nav button:hover{
    border: none;
}
.proslider .owl-nav .owl-next{
    right: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
.proslider .owl-nav button.owl-next::after,button.owl-prev::after{
    position: absolute;
    content: '';
    top:11px;
    left: 0px;
    border-right:2px solid #ff1010;
    border-bottom:2px solid #ff1010;
    padding: 10px;
  }
  .owl-nav button:focus,.owl-nav button:hover{
    background: transparent;
    outline: none;
  }
  .proslider .owl-nav button.owl-next::after{
    transform: rotate(-45deg);
    left: 2px;
  }
  .proslider .owl-nav button.owl-prev::after{
    transform: rotate(136deg);
    left: -14px;
  }
ul.ulli{
    list-style: none;
    padding: 0;
    margin:0px;
}
ul.ulli li a{
color: #BBB;
text-transform: capitalize;
font-size:16px;
line-height:24px;
font-weight:300;
position:relative;
	padding-left:15px;

}
ul.ulli li a::before{
	position:absolute;
	left:0px;
	top:8px;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
	border-top: .2em solid transparent;
	border-bottom: .2em solid transparent;  
	border-left:.2em solid #f1f1f1;

}
ul.ulli li a:hover{
color: #fff;
text-decoration: none;
}
h2{
    color: #000424;
}
.proslider .item{
    padding:16px;
}
.pimg{
    box-shadow:0 5px 16px -2px rgba(0, 0, 0, .5);
   display: flex;
   padding: 20px;
   flex-direction: column;
   
}
.pimg h3{
    font-size: 18px;
}
a h3{
    color: #000424; 
    text-decoration: none;
}
a:hover h3{
    color: #333;
    text-decoration: none;
}
a:hover {

    text-decoration: none;

}
.proSec{
    display: flex;
    position: relative;
    height: 350px;
    margin-bottom: 20px;
    overflow: hidden;
}
.proSec img,.cardimg img{
    max-width: 350px;
    max-height:350px;
    transition: all 0.3s ease;
}
.proSec:hover img,.cardimg:hover img {
    transform: scale(1.2);
}
.blbg{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.3s ease;
 

}
.proSec:hover .blbg{
    z-index: 99;
    background: #000;
    opacity:0.4;
}
.customNav{
    background-color: #fff;
    border-bottom: 4px solid #d30606;
    box-shadow: 0px 1px 10px #666;
    transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    height:100px;
}
.customNav .navbar-nav .nav-link{
	color: #000424;
    font-size: 12px;
    font-family: 'Oswald', sans-serif;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 1px;
	cursor:pointer;
}
.customNav .navbar-nav .nav-link:focus, .customNav .navbar-nav .nav-link:hover{
    color: #ff1010;
}
.customNav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0px 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
}
.customNav .dropdown-item{
padding: .5rem 1.5rem;
text-transform: uppercase;
font-size:12px;
font-family: 'Oswald', sans
}
.customNav .dropdown-item:focus, .customNav .dropdown-item:hover{
    color: #ff1010;
}
.header-banner{
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    height:500px;
    margin-top:98px;
}
.cardimgSec{
    background: #fff;
    -webkit-box-shadow: 0 5px 16px -2px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 16px -2px rgba(0, 0, 0, .5);
    position: relative;
    padding: 15px;
    margin-bottom: 30px;
    display: flex;
    height: 100%;
    flex-direction: column;
}
.cardimg{
   height: 350px;
   overflow: hidden;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color:#000;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}
@media(max-width:768px){
    #fppNavMobile{
        width:100%;
        padding:0 20px;
        background:#fff;	
    }
    .customNav .dropdown-menu{
        position: relative;
        width: 100%;
        background-color:#212529;
    }
    .cardimg{
        height:auto;
    }
    .navbar-brand img{
        max-height:50px;
    }
    .dropdown-toggle::after{
        position: absolute;
        right: 0px;
        transform: rotate(-93deg);
        top: 26px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        position: relative;
    }
    .customNav .dropdown-item{
        color: #fff;
    }sw
}
@media(min-width:769px){
    .navbar-toggle{
        display: none;
    }
}
@media(max-width:1300px){
    .navbar-expand-lg .navbar-nav .nav-link{
        font-size:13px;
    }
}
@media(min-width:1600px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (min-width: 1280px){
    .container {
        max-width: 1240px;
    }
}
