@font-face {
    font-family: Poppins-regular;
    src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
    font-family: Poppins-ExtraBold;
    src: url(../fonts/Poppins-ExtraBold.ttf);
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
body{
    font-family: Poppins-regular;
}
.topnav{
    background-color: #2b2c2c;
    padding-top: 10px;
    padding-bottom: 10px;
}
.topnav .logo{
    width: 200px;
    margin: auto;
}
.topnav ul{
    float: right;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 20px;
}
.topnav ul li a{
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
.slider{
    background-image: url("../images/slider-bg.png");
    background-size: cover;
    height: 500px;
    background-repeat: no-repeat;
}
.slider .content{
    margin-top: 150px;
}
.slider h3{
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: bold;
}
.slider h1{
    margin: auto;
    margin-top: 30px;
    font-family: Poppins-ExtraBold;
    text-align: center;
    color: #ff1616;
    font-size: 60px;
    width: 500px;
}
.slider p{
    text-align: center;
    font-family: 'Poppins-Bold';
    color: #fff;
    text-transform: capitalize;
    font-size: 36px;
    margin-top: 30px;
}
.abt{
    background-color: #2b2c2c;
    padding-top: 70px;
    padding-bottom: 70px;
    color: #fff;
}
.abt img{
    height: 350px;
}
.abt h1{
    color: #ff1616;
    text-transform: capitalize;
    font-family: 'Poppins-Bold';
    margin-top: 70px;
    margin-bottom: 20px;
}
.abt h2{
    font-size: 22px;
    color: #ff1616;
    font-weight: bold;
}
.abt p{
    font-size: 17px;
    line-height: normal;
}
.abt button{
    background-color: #ff1616;
    border: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 30px;
}
.sec-two{
    background-image: url("../images/some-facts-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
}
.sec-two .content{
    text-align: center;
}
.sec-two i.fa{
    color: #ff1616;
    font-size: 30px;
}
.sec-two h4{
    color: #ff1616;
    font-size: 30px;
    font-family: 'Poppins-Bold';
}
.sec-two p{
    color: #fff;
    text-transform: uppercase;
}
.profile{
    background-color: #2b2c2c;
    padding-top: 70px;
    padding-bottom: 70px;
}
.profile .nav-tabs{
    border: 0;
    text-align: center;
    margin: auto;
    width: fit-content;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.profile .nav-tabs li a{
    color: #fff;
}
.profile .nav-tabs li.active a, .profile .nav-tabs li a:hover{
    background-color: #ff1616;
    border-radius: 50px;
    border: 0;
}
.profile .content{
    position:relative;
}
.profile .wrapper{
    margin:auto;
    margin-bottom:30px;
    display: block;
   min-height: 179px;
    max-height: 179px;
    object-fit: contain;
    overflow: hidden;
    position: relative;
    border: 2px solid #b3b3b3;
    border-radius: 1px;
}
.profile img{
    width: 100%;
   
}

#website .wrapper{
    margin:auto;
    margin-bottom:30px;
    display: block;
    height: 350px;
    overflow: hidden;
    position: relative;
    border: 2px solid #b3b3b3;
    border-radius: 1px;
}
#website img{
    margin-bottom: 10px;
     bottom: -787px;
    width: 100%;
   min-height: 963px;
    max-height: 396px;
    position: absolute;
    z-index: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: top 11s;
    -moz-transition: top 11s;
    -ms-transition: top 11s;
    -o-transition: top 11s;
    transition: bottom 11s;
}
#website .col-lg-3{
	padding:2px;
}
#website .wrapper:hover img{
    bottom: 0;
  -webkit-transition: all 11s;
  -moz-transition: all 11s;
  -ms-transition: all 11s;
  -o-transition: all 11s;
  transition: all 11s;
}
.slick-dots{
    display:none !important;
}
.testi{
    background-image: url("../images/testimonials-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}
.testi h1{
    color: #ff1616;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Poppins-Bold';
    font-size: 45px;
}
.testi ul{
    text-align: center;
    width: 700px;
    margin: auto;
    margin-top: 40px;
}
.testi ul li{
    min-height:130px;
}
.testi ul li p{
    color: #fff;
    text-align: center;
    margin: auto;
    line-height: normal;
    font-size: 16px;
}
.testi ul li h4{
    color: #ff1616;
    font-weight: bold;
}
.testi button{
    display: none !important;
}
.slick-dots li button:before{
    color: #fff !important;
    opacity: 1 !important;
    font-size: 35px !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #ff1616 !important;
}
footer{
    background-color: #2b2c2c;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer ul li a{

}
footer ul li i.fa{
    color: #ff1616;
    font-size: 20px;
}
footer p{
    margin-top: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
@media screen and (max-width:500px){
    .slider h1{
        width:auto;
    }
    .slider .content {
        margin-top: 60px;
    }
    .slider{
        height:280px;
    }
    .testi ul{
        width:auto;
    }
}