body
{
	font-size:15px;
	color:#3e3e3e;
	line-height:25px;
	letter-spacing:1px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}
a
{
	color:#000000;
	text-decoration:none;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
a:hover
{
	color:#ff0000;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6{
    color:#ff0000;
    font-family: 'Courgette', cursive;
    font-weight:400;
	text-transform: capitalize;
	margin:0px;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
    color:#505050;
}
h1{font-size:40px}
h2{font-size:36px}
h3{font-size:24px}
h4{font-size:20px}
h5{font-size:18px}
h6{font-size:16px}

.clear
{
	clear:both;
}
/* top section */

.top-section
{
    background: #353535;
    padding: 7px 0;
}
.top-section p{
    margin: 0;
    text-align: center;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-style: italic;
}
/* header section */
.main-header-wrapper .logo-section
{
    max-width: 539px;
    height: auto;
    float: left;
    margin-top: 0px;
}
.main-header-wrapper .logo-section img 
{
    width:100%;
}
.main-header-wrapper .navbar-nav li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 15px;
    color: #3b3c3e;
	background:transparent;
	border-radius:25px;
	margin-right:5px;
}
.main-header-wrapper .navbar-nav li:last-child a {
	margin-right:0px;
}
.main-header-wrapper
{
    background: #efececcc;
    padding: 10px 0;
}
.main-header-wrapper .navbar-nav li {
    padding:18px 0;
}
.main-header-wrapper .navbar-nav li a:hover
{
    background: #21b5d6;
    color: #fff;
    border-radius: 25px;
}
.main-header-wrapper .navbar-nav li.active a
{
    background: #21b5d6;
    color: #fff;
    border-radius: 25px;
}
.main-header-wrapper .navbar-nav li ul.sub-manu 
{
    margin: 0;
    list-style: none;
    max-width: 181px;
    background: #f2efef;
    position: absolute;
    top: 58px;
    padding: 5px;
    border-radius: 5px;
    display: none;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	z-index:999;
}
.main-header-wrapper .navbar-nav li:hover ul.sub-manu 
{
	display:block;
}
.main-header-wrapper .navbar-nav li ul.sub-manu  li {
    padding:12px 0;
}
.main-header-wrapper .navbar {
    margin-bottom: 0;
}
.sticky_header
{
		position:fixed;
		background:#ffffff;
		z-index: 200;
		left:0;
		right:0;
		top: 0;
		box-shadow:0px 0px 8px 0px rgba(0,0,0,0.2);
		-moz-box-shadow:0px 0px 8px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow:0px 0px 8px 0px rgba(0,0,0,0.2);
}
/* welcome-section */

.welcome-section
{
    padding: 110px 0 40px;
	position:relative;
}
.welcome-section h2
{
    text-align: center;
    padding-bottom: 24px;
}

.welcome-section span.left-border
{
    width: 110px;
    display: inline-block;
    height: 2px;
    background: #21b5d6;
    position: absolute;
    top: 126px;
    left: 295px;
}
.welcome-section span.right-border
{
    width: 110px;
    display: inline-block;
    height: 2px;
    background: #21b5d6;
    position: absolute;
    top: 126px;
    right: 295px;
}
.welcome-section p
{
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    margin: 0;
}

.welcome-section.qualti-wrapper
{
    background-image: url(../images/Kalhkoff.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 110px;
    background-repeat: no-repeat;
}


.welcome-section.qualti-wrapper p
{
    font-size: 22px;
    color: #fff;
    letter-spacing: 2px;
}
.welcome-section.qualti-wrapper h2, .welcome-section.qualti-wrapper h2 span
{
    color: #fff;
}

.prodcts-wrapper .prodcts-matter-inner img
{
    width: 100%;
    height: auto;
}


.prodcts-wrapper .prodcts-matter-inner h3 {
    text-align: center;
    line-height: 34px;
    font-size: 20px;
    padding: 10px;
}

.prodcts-wrapper .prodcts-matter-inner:hover {
    -webkit-box-shadow: 0 0 20px -6px rgb(117, 116, 117);
    box-shadow: 0 0 20px -6px rgb(117, 116, 117);
}

.prodcts-wrapper .prodcts-matter-inner
{
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	border:1px solid #ddd;
	margin-bottom: 30px;
	
}


hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #ddd;
}

/* content-us */

.content-us img
{
    width: 100%;
    height: auto;
}

.content-us form input[type="text"] {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    color: #687377;
    font-size: 14px;
    height: 62px;
    letter-spacing: 0;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.content-us form textarea {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    color: #687377;
    font-size: 14px;
    height: 248px;
    letter-spacing: 0;
    line-height: 52px;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.content-us form input[type="submit"] {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    color: #333333;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    outline: medium none;
    padding: 22px 42px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.content-us .cf-box {
    margin: 0 0 22px;
}
.content-us form
 {
    padding-top: 65px;
}
.content-us .row.cont
 {
    padding-top: 30px;
}




.content-us {
    background: #fafafa;
}

/* footer */
.footer-section
{
    background: #222222;
    padding: 50px 0;
    position: relative;
}

.footer-section .footer-inner-meatter h3 {
    font-size: 19.6px;
    line-height: 29px;
    padding-bottom: 17px;
	font-weight: 500;
}
.footer-section .footer-inner-meatter h3 span {
    color: #26ace3;
}
.footer-section .footer-inner-meatter p, .footer-section .footer-inner-meatter ul li a
{
    text-align: justify;
    color: #717171;
    line-height: 26px;
    text-transform: capitalize;
    text-decoration: none;
}
.footer-section .footer-inner-meatter ul li.loacl-footer a
{
	text-transform: lowercase;
}
.footer-section .footer-inner-meatter ul li a:hover
{
	color:#26ace3;
}
.footer-section a.base-button {
	background: transparent;
    color: #26ace3;
    padding: 7px 21px;
    border-radius: 5px;
    border: 2px solid #26ace3;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transition: 0.6s ease-out;
    display: inline-block;
}
.footer-section a.base-button:hover
 {
    background: #26ace3;
    color: #ffffff;
    border: 2px solid #26ace3;
    box-shadow: 1px 1px 5px 0px rgba(1,1,1,0.6);
}
.footer-section .footer-inner-meatter ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-section .footer-inner-meatter ul li a i
{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
    background: #26ace3;
    color: #ffffff;
    border-radius: 100%;
	position: absolute;
    left: -40px;
}
.footer-section .footer-inner-meatter ul li
{
    padding-bottom: 12px;
	position: relative;
    margin-left: 40px;
}
.footer-section .footer-inner-meatter.social-div ul li i
{
    width: 50px;
    height: 50px;
    border-radius: 0;
    line-height: 50px;
    background: #26ace3;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.footer-section .footer-inner-meatter.social-div ul li i:hover,
.footer-section .footer-inner-meatter.social-div ul li i:focus,
.footer-section .footer-inner-meatter.social-div ul li i:active
{
	transform: scale(1.1);
	 background: #26ace3;
}
.copy-right
{
    background: #1a1a1a;
    padding: 20px 0;
}

.copy-right p {
    margin: 0;
    text-align: justify;
    color: #717171;
    line-height: 28px;
}
.copy-right p span {
    color: #26ace3;
}
