@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

.facebook-icon{
    background-color: #4267B2;
    text-align: center;
    padding: 5px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.youtube-icon{
    /*background-color: #FF0000;*/
    text-align: center;
    padding: 5px;
    height: 30px;
    width: 30px;
    /*border-radius: 50%;*/
}

.red-btn1{
    font-family: 'Roboto', sans-serif;
    background: #e30505;
    border: none;
    color: #fff;
    font-weight: 400;
    padding: 10px 15px;
    border: 1px solid #e30505;
    transition: 0.4s;
    width: 200px;
    display: inline-block;
}

.red-btn1:hover{
    color: #e30505;
    background: #fff;
    transition: 0.4s;
}

.red-btn1:active{
    color: #e30505;
    background: #fff;
    transition: 0.4s;
}

.red-btn1:focus{
    color: #e30505;
    background: #fff;
    transition: 0.4s;
}

.red-btn1 span{
    margin-left: 5px;
}

header{
padding: 15px 0px;
box-shadow: 0 2px 4px rgba(34, 34, 34, 0.58);
position: relative;

}

.last-o{
  padding: 40px 0; 
  background: #f7f7f7;
  border-top: 1px solid #eee;
}

.last-o p{
  font-size: 12px;
}

.top-cnt{
font-family: 'Roboto', sans-serif;
}

.top-cnt ul{
padding-left: 0px;
margin: 0px;
float: right;
}

.top-cnt ul li{
  display: inline-block;
  color: #444;
font-size: 15px;
}

.top-cnt ul li span{
  color: #e30505;
  padding-right:3px; 
}

.top-cnt ul li:nth-child(2) {
padding: 0px 5px;
}

.logo{
  padding-top: 8px;
}


.navbar-inverse {
    background:none;
    border: none;
    margin: 0;
}


.nav > li > a {
font-family: 'Poppins', sans-serif;
text-transform: uppercase;
font-weight: 600;
    opacity: 1;
     transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding: 8px 30px;
  }

  .navbar-inverse{
    background:none;
    border:none;
    margin-bottom:0px;
    margin-top: 18px;
}

.navbar .nav > li::before {
    bottom: 40px;
}

.navbar .nav > li:hover::before{
    opacity: 1;
}

.navbar .nav > li::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    opacity: 0;
    background-color:#e30505;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


.navbar-inverse .navbar-nav > li > a {
    color:#4d4d4d;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color:#e30505;
    background:none;
}

.navbar-inverse .navbar-nav > .active::before{
    opacity: 1;
}


.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #e30505;
    background:none;
}



.navbar-nav {
    float: right;
}

.dropdown-menu > li > a {
font-family: 'Poppins', sans-serif;
padding: 8px 20px;
font-weight: 600;
}

.dropdown-menu > li > a:hover {
color: #fff;
text-decoration: none;
background-color: #b83336;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #f42225;
    background: none;
}

.nav > li > a.quote{
background: #b83336;
padding: 14px 15px;
color: #fff !important;
}

.nav > li > a.quote:hover{
  background:#223645;
}

.affix {
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100%;
    background: #fff;
    animation: fadeInDown;
    padding: 5px 0px;
    transition: .4s;
    text-align: center;
    left: 0px;
    margin-top: 0px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.51);
}

.affix .navbar-nav {
    float: none;
    display: inline-block;
}

.banner{
  padding: 165px 0px;
  background: url(../images/banner-2.jpg);
  background-size: cover;
}

.banner h4 {
font-family: 'Roboto', sans-serif;
color: #fff;
margin: 0px;
}


.banner h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    margin-top: 0px;
    color: #fff;
    position: relative;
}

.banner h1::before{
  position: absolute;
  content: '';
  left: 0px;
  bottom: -4px;
  background: #fff;
  width: 50px;
  height: 2px;
}

.banner p {
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #fff;
    font-size: 16px;
}


.sec-1{
text-align: center;
background: #f1f1f1;
padding: 40px 0px;
}

.sec-1 h2{
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
font-weight: 800;
background: #e30505;
display: inline-block;
padding: 8px 15px;
color: #fff;
font-size: 28px;
margin-top: 0px;
}

.sec-1 p{
 font-family: 'Open Sans', sans-serif;
  line-height: 28px;
  color:#4d4d4d;
  padding: 0 150px;
}

.sec-2{
padding: 40px 0px;
background: url(../images/sec-2-bg.jpg) fixed 50% 50%;
}

.sec-2 h2{
font-family: 'Poppins', sans-serif;
color: #fff;
text-transform: uppercase;
font-weight: 700;
margin-top: 0px;
font-size: 60px;
}

.sec-2 h2 span{
  display: block;
  font-weight: 500;
  font-size: 30px;
}

.sec-2-box{
background: rgba(0, 0, 0, 0.7);
padding: 44px 30px;
}


.sec-2 p{
font-family: 'Open Sans', sans-serif;
line-height: 28px;
color: #f1f1f1;
font-size: 16px;
}

.sec-3{
padding: 40px 0px;
}

.sec-3-title {
  text-align: center;
}

.sec-3-title h1 {
font-family: 'Roboto', sans-serif;
color: #e30505;
font-size: 28px;
font-weight: 600;
margin-top: 0px;
padding-bottom: 5px;
text-align: center;
border-bottom: 1px solid #d1d1d1;
}

.sec-3-title p {
font-family: 'Open Sans', sans-serif;
color: #4d4d4d;
margin-bottom: 5px;
}


.pro-box{
position: relative;
text-align: center;
border: 1px solid #c9c9c9;
padding: 5px;
overflow: hidden;
background:#fff;
}

.pro-box h3{
font-family: 'Roboto', sans-serif;
color: #e30505;
font-size: 25px;
font-weight: 600;
position: relative;
z-index: 999;
}

.pro-box img {
    width: 100%;
    transition: all 0.9s ease 0s;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 20px;
}

.pro-box .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.9s ease 0s;
}

.pro-box .inner h4{
font-family: 'Roboto', sans-serif;
font-weight: 600;
color: #e30505;
font-size: 20px;
}

.pro-box .inner p {
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #4d4d4d;
}

.pro-details h2{
font-family: 'Roboto', sans-serif;
color: #e30505;
font-size: 25px;
font-weight: 600;
}

.pro-details h4{
font-family: 'Roboto', sans-serif;
color:#e30505;
font-weight: 600;
}

.pro-details p {
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #4d4d4d;
}

.sec-5{
padding: 40px 0px;
background: url(../images/sec-5-bg.png) no-repeat;
background-position: right bottom;
}

.sec-5-left {
    padding: 20px;
    border: 2px solid #333;
}

.sec-5-left h3{
font-family: 'Poppins', sans-serif;
margin-top: 0px;
font-weight: 500;
color: #e30505;
}

.sec-5-left p {
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #4d4d4d;
}

.sec-5-left ul{
  padding-left: 0px;
}

.sec-5-left li{
font-family: 'Roboto', sans-serif;
    color: #4d4d4d;
    font-size: 15px;
    list-style: none;
    line-height: 30px;
}

.sec-5-left li i{
color: #e30505;
}

.sec-5-right h3 {
  font-family: 'Poppins', sans-serif;
    margin-top: 0px;
    font-weight: 500;
    color: #e30505;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.sec-5-right p {
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #4d4d4d;
}

.sec-5-right .form-control {
    margin-bottom: 15px;
}

.sec-5-right .btn {
    width: 100%;
       font-family: 'Roboto', sans-serif;
    background: #e30505;
    border: none;
    color: #fff;
    font-weight: 600;
}

.quick-links{
    text-align:center;
    background: #f7f7f7;
    padding:20px 0;
}

.quick-links ul{
padding-left:0;
display:inline-block;
}

.quick-links ul li{
display:inline-block;
}

.quick-links ul li a {
	color: #fff;
	margin: 5px 10px;
	background: #e30505;
	padding: 10px 25px;
	display: block;
	border-radius: 30px;
	 font-family: 'Roboto', sans-serif;
	text-decoration: none;
}

footer{
background: #333;
 font-family: 'Roboto', sans-serif;
 color: #fff;
 text-align: center;
 padding: 4px 0px;
}

footer p{
  margin: 0px;
}

footer a{
  color: #fff;
}

footer a:hover{
  color: #fff;
}

@media (min-width:320px) and (max-width:414px){

.logo{
  text-align: center;
  padding-top: 0px;
}

.logo img{
width: 35%;
display: inline-block;
}

.top-cnt {
text-align: center;
padding-top: 10px;
}

.navbar-header{
background: #e31e24;
}

.navbar-nav {
float: none;
}

.affix {
padding: 0px;
}

.banner {
padding: 20px 0px;
background-position: right;
}

.banner h4 {
font-size: 13px;
}

.banner h1 {
font-size: 20px;
}

.banner p {
line-height: 16px;
font-size: 10px;
}

.sec-1 h2 {
font-size: 20px;
}

.sec-1 p {
    padding: 0px;
}

.sec-2-box {
padding: 20px;
text-align: center;
}

.sec-2 h2 {
font-size: 30px;
}

.sec-2 h2 span {
font-size: 20px;
}

.sec-2 p {
font-size: 14px;
}

.sec-2 {
    background: url(../images/sec-2-bg.jpg) fixed 80% 60%;
}

.sec-3-title h2 {
    font-size: 23px;
}

.pro-details h3 {
font-size: 20px;
}

.pro-details h4 {
font-size: 16px;
}

.sec-5-left h3 {
font-size: 20px;
}

.sec-5-right h3 {
font-size: 20px;
margin-top: 25px;
}



}



@media only screen and (max-width: 768px){
    .buy-button-div span{
        display: block !important;
        text-align: center;
        margin: 15px !important;
     }
    .buy-button-div button{
        width: 100% !important;
    }   
}



