@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#i	efix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'NeoSansStdRegular';
    src: url('fonts/NeoSansStdRegular.eot');
    src: url('fonts/NeoSansStdRegular.eot') format('embedded-opentype'),
         url('fonts/NeoSansStdRegular.woff2') format('woff2'),
         url('fonts/NeoSansStdRegular.woff') format('woff'),
         url('fonts/NeoSansStdRegular.ttf') format('truetype'),
         url('fonts/NeoSansStdRegular.svg#NeoSansStdRegular') format('svg');
}

@font-face {
    font-family: 'NexaLight';
    src: url('fonts/NexaLight.eot');
    src: url('fonts/NexaLight.eot') format('embedded-opentype'),
         url('fonts/NexaLight.woff2') format('woff2'),
         url('fonts/NexaLight.woff') format('woff'),
         url('fonts/NexaLight.ttf') format('truetype'),
         url('fonts/NexaLight.svg#NexaLight') format('svg');
}

@font-face {
    font-family: 'NexaBold';
    src: url('fonts/NexaBold.eot');
    src: url('fonts/NexaBold.eot') format('embedded-opentype'),
         url('fonts/NexaBold.woff2') format('woff2'),
         url('fonts/NexaBold.woff') format('woff'),
         url('fonts/NexaBold.ttf') format('truetype'),
         url('fonts/NexaBold.svg#NexaBold') format('svg');
}




/* Float Clearing
--------------------------------------------- */

.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

body {
	color: #000;
	font-family: 'NeoSansStdRegular';
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.625;
	margin:0;
}

a {
	
	color: #1e66b1;
	font-weight: 400;
	text-decoration: none;
}


a:hover {
	color: #0ebfe9;
	
}

p {
	margin: 0 0 18px;
	margin: 0 0 1.8rem;
	padding: 0;
}

strong {
	font-weight: bold;
}

ol,
ul {
	margin: 0;
	padding: 0;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 10px;
	margin-top: 5px;
}

h1 {
	font-size: 40px;
	font-size: 4rem;
	font-family: 'NeoSansStdRegular';
	color: #3A7AC8;
	letter-spacing: -3px;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
	text-align:center;
	
	font-weight:bold;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 2px;
	
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 2px;
	
}

.wrap {
	margin: 0 auto;
	width: 980px;
}

.logo {
	float: left;
	width: 420px;
	padding: 5px 0px;
}

.site-header {
	background-color: #3A7AC8;
}

.header-menu {
	float: right;
	width: 460px;
	padding: 10 0px 0px 0px;
}

.header-menu ul li{
transition: all 0.4s ease-in-out 0s;
float: right;
}
#showmwnu ul li a:hover {
	background: none repeat scroll 0 0 #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25) inset;
}

#showmwnu ul li{
float:left;
}

#menu-icon, #menu-icon2 {
	display: none;
}

#showmwnu ul li a {
font-size: 20px;
color:#fff !important;
padding:18px 12px;
}


.menu {
	float: right;
	width: 100%;
	color: #fff;
}

.header-menu ul {
	width: 100%;
	margin:0;
	padding:0;
}

.header-menu ul  li{
	display: inline-block;
	text-align: left;
}

.header-menu a {
	color: #fff;
	padding: 7px 10px 7px 10px;
	text-transform: uppercase;
	font-family: 'NeoSansStdRegular';
	
	font-size: 25px;
}

.cbp-fwslider {
    position: relative;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0px 0 60px;
}
 
.cbp-fwslider ul {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    list-style-type: none;
}
 
.cbp-fwslider ul li {
    transform: translateZ(0);
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}

ul {
	margin:0;
	padding:0;
	
	
}
.menu-ul {
margin: 0px 0px 0px 21px;
}
 
.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
    display: block;
    text-align: center;
    outline: none;
}

.woman {
text-align: right;
float: right;
}
 
.cbp-fwslider ul li > a img {
    border: none;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
 
.cbp-fwslider nav span {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 100px;
    background: #47a3da;
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin-top: -50px;
    line-height: 100px;
    cursor: pointer;
    font-weight: normal;
}
 
.cbp-fwslider nav span:hover {
    background: #378fc3;
}
 
.cbp-fwslider nav span.cbp-fwnext {
    right: 0px;
}
 
.cbp-fwslider nav span.cbp-fwprev {
    left: 0px;
}
 
.cbp-fwdots {
    position: absolute;
    bottom: 0px;
    white-space: nowrap;
    text-align: center;
    width: 100%;
}
 
.cbp-fwdots span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #ddd;
    margin: 4px;
    border-radius: 50%;
    cursor: pointer;
}
 
.cbp-fwdots span:hover {
    background: #999;
}
 
.cbp-fwdots span.cbp-fwcurrent {
    background: #47a3da;
    box-shadow: 0 0 0 2px #47a3da;
    transition: box-shadow 0.2s ease-in-out;
}

.content {
	font-family: 'NexaLight';
	font-size: 18px;
	color: #000000;
}

.special {
	color: #4d4d4e;
	font-family: 'NexaBold';
	font-size: 20px;
}


.domastic {
width: 400px;
margin: 0 auto;
overflow: hidden;
}

.domestic-corporation {
	width: 170px;
	float: left;
	margin-right: 30px;
}

.product-block {
position: relative;
}
.product-block .border-box {
padding: 15px;
}

.border-box {
border: 7px solid #8dc73f;
text-align: center;
position: relative;
min-height: 105px;
}

.Before-footer {
background-color: #f0efef;
padding: 10px 0px 0px 0px;
}

.footer {
	background-color: #3A7AC8;
	color: #fff;
	padding: 5px 0px;
}

.footer-right img {
	margin-right: 10px;
}

.footer a {
		color: #fff;
}

.footer-left {
	float: left;
	margin-left: 300px;
}
.footer-right {
	float: right;
}

a:hover {
text-decoration: none;
}
.one-product-block:hover .transparent_bg, .product-block:hover .transparent_bg {
transform: scale(1);
-webkit-transform: scale(1);
}
.product-block .transparent_bg {
height: 100%;
left: 0;
}
.white.transparent_bg {
background: #fff;
}
.transparent_bg {
height: 100%;
opacity: 0.85;
position: absolute;
top: 0;
width: 100%;
transform: scale(0);
transition: all 0.4s ease 0s;
-webkit-transform: scale(0);
-webkit-transition: all 0.4s ease 0s;
}

.product-block:hover .hvr-text {
transform: scale(1);
-webkit-transform: scale(1);
}
.product-block .hvr-text {
color: #393939;
font-family: 'NeoSansStdRegular';
font-size: 16px;
position: absolute;
text-transform: uppercase;
top: 20%;
width: 90%;
transform: scale(0);
-webkit-transform: scale(0);
transition: all 0.4s ease 0s;
}
.product-block:hover .blue-border, .product-block:hover .green-border, .product-block:hover .pink-border, .product-block:hover .red-border, .product-block:hover .purple-border, .product-block:hover .yellow-border {
left: 0;
right: 0;
}
.purple-border {
background: #8fbdd7;
}

.blue-border, .green-border, .pink-border, .red-border, .purple-border, .yellow-border {
left: 20%;
position: absolute;
right: 19%;
line-height: 7px;
bottom: -7px;
transition: all 0.4s ease 0s;
-webkit-transition: all 0.4s ease 0s;
}

.contact-form {
	float:left;
	width:30%;
	font-weight: bold;
}

.address {
	float:right;
	width:70%;
	padding-bottom:20px;
}
.contact-form input {
	padding: 7px 5px 7px 10px;
	margin-bottom: 10px;
	font-weight:bold;
}

.adress-area {
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 26px;
}


<!--------------Media Queries---------------------->

@media only screen and (max-width: 1179px) {
	wrap {
		max-width: 100%;
	}
}

@media only screen and (max-width: 990px) {

.wrap {
		max-width: 750px;
	}
.logo {
width: 330px;
}
.content {
padding: 0px 5px;
}

.logo img {
background-size: contain;
width: 330px;
}
.header-menu {
width: 355px;
padding: 39px 0px 0px 0px;
}
.header-menu a {
font-size: 20px;
}
.footer-left {
margin-left: 189px;
}
#showmwnu ul li a {
font-size: 15px;
padding: 18px 10px;
}
.address iframe {
	width:100%;
}

}


@media only screen and (max-width: 767px) {
.wrap {
		max-width: 100%;
	}

#menu-icon, #menu-icon2 {
    background: url("images/menu-icon.png") no-repeat scroll 10px center grey;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 22px;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    margin: 2px 0 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.contact-form {
	float:none;
	width:90%;
	margin:0 auto;
}

.address {
	float:none;
	width:90%;
	margin:0 auto;
}
.address iframe[Attributes Style] {
	width:100%;
}

#showmwnu {
width: 100% !important;
}

.logo {
width: 330px;
float: none;
margin: 0 auto;
}

.header-menu {
width: 100%;
padding: 39px 0px 0px 0px;
float: none;
margin: 0 auto;
}

.header-menu a {
width: 90%;
display: block;
}
.header-menu ul li {
display: block;
float:none !important;
}

.content {
padding: 0px 10px;
}

.domastic {
width: 186px;
margin: 0 auto;
overflow: hidden;
}

.footer-left {
float: none;
margin: 0 auto;
display: block;
text-align: center;
}

.footer-right {
float: none;
width: 100px;
margin: 0 auto;
display: block;
padding: 10px 0px;
}
#showmwnu ul li a {
font-size: 20px;
color: #fff !important;
padding: 18px 12px;
}

.menu-ul, .menu-ul2{
	display: block;
}
}

@media only screen and (max-width: 600px) {

.wrap {
width: 100%;
max-width: 100%;
}
#responsive{
	display:none;
}
.header-menu {
	width: 100%;
	padding: 6px 0px 0px 0px;
	float: none;
	margin: 0 auto;
}
.content {
font-family: 'NexaLight';
font-size: 19px;
color: #000000;
}

.logo {
width: 330px;
float: none;
margin: 0 auto;
}
.header-menu {
width: 100%;
padding: 6px 0px 0px 0px;
float: none;
margin: 0 auto;
}

.header-menu a {
width: 90%;
display: block;
}
.header-menu ul li {
display: block;
}

.content {
padding: 0px 10px;
}

.domastic {
width: 186px;
margin: 0 auto;
overflow: hidden;
}

.footer-left {
float: none;
margin: 0 auto;
display: block;
text-align: center;
}

.footer-right {
float: none;
width: 100px;
margin: 0 auto;
display: block;
padding: 10px 0px;
}

}


@media only screen and (max-width: 450px){
.footer-left{
font-size: 0.8em;
}
.logo {
width: 100%;
float: none;
margin: 0 auto;
background: #000;
}
.logo img {
width: 280px;
}
#menu-toggle span{
	color: #fff;
	vertical-align: top;
	padding: 0px 6px;
	display: inline-block;
	font-size: 28px;
}
#menu-toggle img{
width: 50px;
margin-right: 5px;
}
}
@media only screen and (max-width: 320px) {
.logo {
width: 100%;
float: none;
margin: 0px auto;
}

.logo img {
background-size: contain;
width: 260px;
margin: 0 auto;
display: block;
padding: 5px 0px 0px 0px;
}
.footer a {
color: #fff;
font-size: 17px;
}
#menu-toggle img{
	width: 20%;
}
#menu-toggle{
	width: 50%;
}
}
#kamran ul li:hover{
	background: #29abe2;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25) inset;
}
h2.menuh{
	font-size: 1.8rem;
}
.footer .pdf a{
	font-size: 16px;
	padding-right: 15px;
}
.footer .pdf a:hover{
	color: #000;
}
.contact-form input[type="submit"]{
	width: 71%;
}
.contact-form input{
	width: 65%;
	padding: 3% 2%;
}
