/*
Author       : Hash Theme.
Template Name: Radim - One Page Business Template
Version      : 1.0
*/
.product-tabs {
   
}


.text-white {
	color: #fff;
}
.product-tabs .nav.nav-tabs {
	margin-bottom: 80px;
	cursor: pointer;
	margin-top: 20px;
}
.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;
	/* 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;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 40px;
	cursor: pointer;
}
.product-tabs .nav-tabs {
    width: 100%;
    background-color: #333;
	    border: none;
}
ul.tab-list {
	list-style: none;
	margin-top: 20px;
	line-height: 30px;
}
ul.tab-list li a {
	color: #888;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
	background: #fff;
	cursor: pointer;
	    margin-right: 30px;
}
.nav-tabs > li.active {
	background: #fff;
	cursor: pointer;
}
.nav-tabs > li.active:hover {
	
	cursor: pointer;
}
.intro-text p {
	display: inline-block;
	text-align: left !important;
	margin-top: 40px;
	font-size: 16px;
	margin-right: 10px;
	border-bottom: 2px solid #333;
	padding-bottom: 10px;
}


.sagt {
	font-size: 20px;
	margin-bottom: 24px;
}
.ght {background: #32c5d2;
color: #fff;
padding: 9px 0;
font-size: 31px;
width: 63%;
position: relative;
left: 160px;
}
a .sagt {
	color: #333;
	font-size: 20px;
}
body {
    background: #333;
    font-family: "Montserrat", sans-serif;
	overflow-x: hidden;
}

a {
    color: #444;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #337ab7;
}
/*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: 50%;
    width: 200px;
}
.loadscreen-in {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}
.loadscreen-in h4 {
    color: #333;
    margin-top: 30px;
    text-transform: uppercase;
}
/*END PRELOADER DESIGN*/

.intro-text img {
    margin-bottom: 10px;
    padding-top: 50px;
}
.intro-text h1 {
    color: #fff;
    font-weight: 700;
    margin: 0;
    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;
}
.demo-img h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
	border: 4px double #ddd;
	display: inline-block;
	padding: 10px 20px;
}
.demo-img:hover h3 {
    color: #337ab7;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}