.sagt {
	font-size: 20px;
	margin-bottom: 24px;
}
.ght {background: #32c5d2;
color: #fff;
padding: 9px 0;
font-size: 31px;
width: 63%;
position: relative;
left: 160px;
}

body {
    font-family: 'Cousine', sans-serif;
    color: #93989B;
    line-height: 1.5em;
    overflow-x: hidden;
    margin: auto;
    background: #fff;
}
html,
body {
    height: 100%
}

a {
    color: #e11515;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #e11515;
}
/*START PRELOADER DESIGN*/

.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
.loadscreen,
.loadscreen-in {
    background-image: url(../img/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 36%;
    width: 200px;
}
.loadscreen-in {
    background: none;
    left: 14px;
    margin: 0;
    text-align: center;
    top: 86%;
}
/*END PRELOADER DESIGN*/
.intro-text {
    margin-top: 110px;
    margin-bottom: 50px;
}
.intro-text p {
    color: #333;
    font-size: 25px;
}
.intro-text img {
	margin-bottom: 40px;
	margin: 0 auto 40px;
}
.intro-text h1 {
    font-weight: 700;
    color: #333;
    margin: 0 0 20px;
    overflow: hidden;
    text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
    .intro-text h1 {
        font-size: 30px;
        line-height: 40px;
    }
}
.demo {
    padding-top: 60px;
}
.demo-img {
	margin-bottom: 60px;
	border: 1px solid #ddd;
}
.demo-img h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 24px 0;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    letter-spacing: 2px;
}
.demo-img:hover h3 {
    color: #e11515;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}



.product-tabs {
   
}

.product-tabs .nav.nav-tabs {
	margin-bottom: 50px;
}
.product-tabs .nav-tabs > li.active > a, .product-tabs .nav-tabs > li.active > a:focus, .product-tabs .nav-tabs > li.active > a:hover {
	color: #333 !important;
	font-weight: 700;
	border-bottom: 3px solid #337ab7;
	/* text-align: center; */
	background: transparent;
}
.product-tabs .nav-tabs > li > a:focus, .product-tabs .nav-tabs > li > a:hover, .product-tabs .nav-tabs > li > a:active {
	color: #333;
	border: none;
}
.product-tabs .nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: none;
	border-radius: 0;
	color: #fff !important;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 40px;
	background: #e11515;
}
.product-tabs .nav-tabs {
    width: 100%;
    background-color: #fdfcfc;
}
ul.tab-list {
	list-style: none;
	margin-top: 20px;
	line-height: 30px;
}
ul.tab-list li a {
	color: #888;
}

