@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6 {font-weight:normal; line-height: normal;}
h1 {font-size: 28px; margin: 0 0 15px;}
h2 {font-size: 24px; margin: 0 0 14px;}
h3 {font-size: 20px; margin: 0 0 12px;}
h4 {font-size: 18px; margin: 0 0 12px;}
h5 {font-size: 16px; margin: 0 0 10px;}
h6 {font-size: 14px; margin: 0 0 10px;}
ul, ol {margin-bottom: 10px; padding-left: 15px;}
li {margin: 0 0 10px; padding: 0;}
label, span, strong {display: inline-block;}
a {
	color: #004483;
	text-decoration: none;
	border: none;
	outline: none;
	display: inline-block;
	-webkit-transition: all 250ms ease-in-out 0s;
	transition: all 250ms ease-in-out 0s;
}
a:hover {color: #e03a00; text-decoration: none;}
a:focus {outline: none; text-decoration: none;}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {text-decoration: line-through;}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 5px 0;
	padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}
img {
	border: none;
	outline: none;
	display: inline-block;
}
a, img, a img {
	border: 0;
	outline: 0;
	text-decoration: none;
}
p {
	padding-bottom: 20px;
	margin: 0;
	line-height: 25px;
    text-align: justify;
}
p:last-child{padding-bottom: 0;}
/*::-moz-selection{
	background: #f26530;
	color: #fff;
	text-shadow: none;
}
::selection{
	background: #f26530;
	color: #fff;
	text-shadow: none;
}*/
.align_left {text-align: left;}
.align_center {text-align: center;}
.align_justify {text-align: justify;}
.align_right{text-align: right;}
.container:after{
	content: "";
	display: block;
	clear: both;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
.spacer, .clear {
	height: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
	display: block;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	padding: 5px 12px;
	vertical-align: top;
	border: 1px solid#ccc;
}

form {margin: 0; padding: 0;}
label{
	display: block;
	text-align: left;
	color: #979595;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 10px;
    font-family: 'RobotoRegular';
	font-weight: normal;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 10px;
	height: 45px;
	background: #fff;
	border: 1px solid #e0e0e0;
	color: #979595;
	outline: none;
	font-size: 14px;
	vertical-align: middle;
	-moz-transition: all 250ms ease-in-out 0s;
	-webkit-transition: all 250ms ease-in-out 0s;
	transition: all 250ms ease-in-out 0s;
}
textarea {
	height: 175px;
	resize: none;
	overflow: auto;
}
::-webkit-input-placeholder {
    opacity: 1;
}
:-moz-placeholder {
    opacity: 1;
}
::-moz-placeholder {
    opacity: 1;
}
:-ms-input-placeholder {  
    opacity: 1;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, textarea:focus, select:focus{
	background-color: #fefdea;
	border-color: #c1b1a8;
}

input[type="submit"], input[type="reset"], button {
	background: #e03a00;
	border: 1px solid rgba(255,255,255,0.4);
    border-radius: 6px;
    color: #fff;
	font-size: 18px;
	line-height: 46px;
    padding: 0 25px;
    text-align: center;
	text-transform: uppercase;
    font-family: 'ExoDemiBold';
	outline: none;
	width: auto;
	height: 45px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.5);
	box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.5);
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	-moz-transition: all 250ms ease-in-out 0s;
	-webkit-transition: all 250ms ease-in-out 0s;
	transition: all 250ms ease-in-out 0s;
    z-index: 0;
}
input[type="submit"]{
	background: #066eb9;
}
input[type="reset"]{margin-right: 10px;}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus{
    outline: none;
	opacity: 0.8;
}

textarea, input[type="text"], input[type="email"], button[type="submit"], input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
}
input[type="radio"], input[type="checkbox"], select{cursor:pointer;}
input[readonly="readonly"]{cursor:not-allowed; background:#f4f4f4 !important;}


/*******************************CAPTCHA START*******************************/
.captcha-request {
    float: left;
    width: auto;
	margin-bottom: 20px;
}
.captcha-request input[type="text"] {
    width: 120px;
    float: left;
}
.captcha-request img {
    float: left;
    margin: 0 10px;
    width: 120px;
    height: 45px;
    border: 1px solid #e0e0e0;
	background: #fff;
}
.captcha-request a.refresh_btn {
    background: rgba(0, 0, 0, 0) url("../images/refresh.png") no-repeat scroll 0 0;
    float: left;
    width: 22px;
    height: 22px;
    margin: 11.5px 0 0 0;
    outline: 0 none;
    transition: all 200ms ease-in-out 0s;
}
.captcha-request a.refresh_btn:hover {
    transform: rotate(90deg);
}
.btn_wr {
    float: right;
}
/*******************************CAPTCHA END*******************************/

.btn, .button{
    background: #e03a00;
	border: 1px solid rgba(255,255,255,0.4);
    border-radius: 6px;
    color: #fff;
	font-size: 18px;
	line-height: 46px;
    padding: 0 25px;
    text-align: center;
	text-transform: uppercase;
    font-family: 'ExoDemiBold';
	outline: none;
	width: auto;
	height: 45px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.5);
	box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.5);
	-moz-transition: all 250ms ease-in-out 0s;
	-webkit-transition: all 250ms ease-in-out 0s;
	transition: all 250ms ease-in-out 0s;
}
.btn:hover, .btn:focus, .btn:active:focus, .button:hover, .button:focus, .button:active:focus{
	outline: none;
	color: #fff;
}
.btn img{
	width: 34px;
	margin-right: 10px;
}
.hover_effect, .button{
    position: relative;
    overflow: hidden;
}
.hover_effect:before, .button:before{
    position: absolute;
    content: "";
    display: inline;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    top: 0;
    left: -150%;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    transform: skewX(50deg);
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
}
.hover_effect:hover:before, .button:hover:before{left: 150%;}

figure{margin: 0;}
.error {
    background: url(../images/error_icon.png) no-repeat scroll 7px 1px #ffd1d1;
    border: 1px solid #de7a7b;
    border-radius: 5px;
    color: #c00;
    display: block;
    font-size: 12px;
    margin: 0 0 10px;
    padding: 6px 5px 6px 40px;
}
.success {
    background: url(../images/success-icon.png) no-repeat scroll 10px 3px #eaf7d9;
    border: 1px solid #6d9d03;
    border-radius: 5px;
    color: #425c05;
    display: block;
    font-size: 12px;
    margin: 0 0 10px;
    padding: 6px 5px 6px 40px;
}
.error p, .success p, .information p {
	padding:0;
	font-size:12px;
}
*, *::after, *::before {box-sizing: border-box;}
img{max-width: 100%;}


/*////////////////////////////////////////////////*/


@font-face {
    font-family: 'LatoRegular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoMedium';
    src: url('../fonts/lato-medium-webfont.woff2') format('woff2'),
         url('../fonts/lato-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoSemiBold';
    src: url('../fonts/lato-semibold-webfont.woff2') format('woff2'),
         url('../fonts/lato-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoBold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ExoLight';
    src: url('../fonts/exo-light-webfont.woff2') format('woff2'),
         url('../fonts/exo-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ExoMedium';
    src: url('../fonts/exo-medium-webfont.woff2') format('woff2'),
         url('../fonts/exo-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ExoDemiBold';
    src: url('../fonts/exo-semibold-webfont.woff2') format('woff2'),
         url('../fonts/exo-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ExoExtraBold';
    src: url('../fonts/exo-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/exo-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OswaldBold';
    src: url('../fonts/oswald-bold-webfont.woff2') format('woff2'),
         url('../fonts/oswald-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'LatoMedium';
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 0;
    color: #747474;
}
body, html{overflow-x: hidden;}
/* defult css Styles
---------------------------------*/
.scroll_effect{position: relative;}
.scrollup {
    position: fixed;
    bottom: 32px;
    right: 10px;
    z-index: 999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    text-align: center;
    border-radius: 0;
    display: none;
    -webkit-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s;
}
.scrollup:hover {
    border-radius: 50%;
    transform: rotate(360deg);
    background: rgba(0,0,0,0.7);
	color: #004483;
}
.container{//width:1140px; margin:0 auto; position: relative;}

/*HEADER START*/
.header_main{
    background: #fff;
	top: 0;
	left: 0;
	right: 0;
	z-index: 16;
	border-top: 7px solid #004483;
}
.logo{
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.logo a{display: block;}
.logo img{
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.h_top{
	margin: 0;
	padding: 6px 0 12px;
	position: relative;
	z-index: 0;
}
.h_top:before{
	position: absolute;
	content: "";
	display: inline;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #004483;
	transform: skewX(50deg);
	z-index: -1;
}
.h_top ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
.h_top li{
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	margin: 0 0 0 23px;
	text-transform: uppercase;
}
.h_top li a{color: #fff;}
.h_top li a:hover, .h_top li.active a, .h_top li.current-menu-item a{color: #e03a00;}
/*.h_top li.current_page_parent a{color: #e03a00;}*/
header .social{
	float: right;
	text-align: right;
	margin: 0 0 0 30px;
}
header .social a{
    color: #fff;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 32px;
	border-radius: 4px;
    text-align: center;
	background: transparent;
	border: 1px solid transparent;
}
header .social a.fb:hover{
    background: #3b5da5;
    border: 1px solid #3b5da5;
	opacity: 1;
}
header .social a.tw:hover{
    background: #40a9e2;
    border: 1px solid #40a9e2;
	opacity: 1;
}
header .social a.gplus:hover{
    background: #da4d3b;
    border: 1px solid #da4d3b;
	opacity: 1;
}
.h_bottom{
	text-align: right;
	margin: 28px 0 0;
}
.h_bottom ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 14px;
	line-height: 18px;
    text-transform: uppercase;
	color: #0a0a0a;
	display: inline-block;
}
.h_bottom li{
    margin: 0 0 0 40px;
    display: inline-block;
	text-align: left;
	float: left;
}
.h_bottom li:first-child{margin: 5px 0 0 0;}
.h_bottom a{
	color: #004483;
	text-transform: none;
}
.h_bottom a:hover{color: #e03a00;}
.search_form form{
	position: relative;
	width: 300px;
	margin-top: 3px;
}
.search_form input[type="text"], .search_form input[type="email"], .search_form input[type="search"]{
	border-color: #dcdcdc;
	height: 40px;
	padding-right: 50px;
}
.search_form input[type="submit"], .search_form button{
	height: 40px;
	width: 40px;
	background: #0a0a0a;
	border-radius: 0;
	padding: 0;
	line-height: 42px;
	border: 0;
	box-shadow: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.h_bottom li.cart{min-width: 200px;}
.h_bottom li.cart a{
	background: #9cc500;
	border: 1px solid #91bc00;
	border-radius: 2px;
	height: 45px;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 10px;
	display: block;
}
.h_bottom li.cart a img{
	width: auto;
	float: left;
	margin: 5px 5px 0 0;
}
.h_bottom li.cart:hover a{color: #fff;}
.header_bottom{
	background: #01c7c6;
}
/*MENU*/
.nav_wrapper{
	text-align: center;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.nav_menu{margin-bottom: -6px;}
.nav_menu > ul {
    margin: 0;
    padding: 0;
    list-style: none;
	display: inline-block;
    -webkit-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s;
}
.nav_menu ul li {
    font-family: 'ExoDemiBold';
    color: #fff;
    font-size: 17px;
	text-transform: uppercase;
}
.nav_menu > ul > li {
	float: left;
	margin: 0;
    padding: 14px 22px;
	position: relative;
}
.nav_menu > ul > li:first-child{padding-left: 0;}
.nav_menu > ul > li:last-child{padding-right: 0;}
.nav_menu > ul > li:before{
	position: absolute;
	content: "";
	display: inline;
	right: 0;
	top: 50%;
	margin-top: -8px;
	width: 1px;
	height: 16px;
	background: #00afae;
}
.nav_menu > ul > li:last-child:before{display: none;}
.nav_menu > ul > li > a {
    line-height: 32px;
	height: 28px;
    color: #fff;
    display: block;
    padding: 0;
}
.nav_menu > ul > li > a:hover, .nav_menu > ul > li.active > a, .nav_menu > ul > li.current-menu-item > a, .nav_menu > ul > li.current-menu-parent > a, .nav_menu > ul > li.current_page_parent > a{
    color: #004483;
}
.nav_menu > ul > li > a > i.fa-home{
	font-size: 18px;
}
.nav_menu > ul > li > a > i {
    font-size: 10px;
    margin: -4px 0 0 5px;
    vertical-align: middle;
}
.nav_menu > ul > li > ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 115%;
    left: 0px;
    z-index: 999;
    width: 340px;
    background: rgba(1, 199, 198, 0.9);
    margin: 0;
    padding: 0;
	text-align: left;
    -webkit-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s;
}
.nav_menu > ul > li:hover > ul.sub-menu{
	visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
    top: 100%;
	display: block;
}
.nav_menu > ul > li > ul.sub-menu > li {
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.nav_menu > ul > li > ul.sub-menu > li:last-child{border-bottom: none;}
.nav_menu > ul > li > ul.sub-menu > li > a {
    display: block;
    padding: 3px 15px 0;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    height: auto;
    -webkit-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}
.nav_menu > ul > li > ul.sub-menu > li > a:hover, .nav_menu > ul > li > ul.sub-menu > li.active > a, .nav_menu > ul > li > ul.sub-menu > li.current-menu-item > a, .nav_menu > ul > li > ul.sub-menu > li.current-menu-parent > a,
.nav_menu > ul > li > ul.sub-menu li > ul.sub-menu > li:hover > a{
    background: #004483;
}
.nav_menu > ul > li > ul.sub-menu li:hover ul.sub-menu {
    display: block;
}
.nav_menu > ul > li > ul.sub-menu li > ul.sub-menu {
    position: absolute;
    left: 200px;
    top: 0;
    background: rgba(0, 174, 239, 0.8);
    width: 400px;
    display: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 999;
}
.nav_menu > ul > li > ul.sub-menu li > ul.sub-menu > li {
    margin: 0;
}
.nav_menu > ul > li > ul.sub-menu li > ul.sub-menu > li:last-child > a {
    border-bottom: 0;
}
.nav_menu > ul > li > ul.sub-menu li > ul.sub-menu > li > a {
    display: block;
    padding: 7px 8px;
    border-bottom: 1px solid #ddd;
    color: #fff;
}
/*HEADER END*/

/*SLIDER START*/

/*BOOTSTRAP SLIDER ARROWS START*/
.carousel-control{
    opacity: 1;
    width: 6%;
}
.carousel-control.left, .carousel-control.right{background: none;}
.carousel-control span {
    background: rgba(0, 0, 0, 0.35);
    width: 30px;
    height: 64px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
    left: -80px;
	font-size: 25px;
	line-height: 64px;
    -webkit-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}
.carousel-control.right span {
    //background-position: -72px 0;
    right: -80px;
    left: auto;
}
.carousel-control span:hover{background: rgba(0,0,0,0.7);}
.carousel.slide:hover .carousel-control span{
    left: 10px;
}
.carousel.slide:hover .carousel-control.right span{
    left: auto;
    right: 10px;
}
.carousel-indicators{
    margin-bottom: 0;
	bottom: 60px;
	display: none;
}
.carousel-indicators li, .carousel-indicators .active{
    width: 15px;
    height: 15px;
    background: #fff;
    margin: 0 6px;
    border: 2px solid transparent;
	border-radius: 0;
    -webkit-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}
.carousel-indicators .active{
    width: 17px;
    height: 17px;
    background: transparent;
	border-color: #004483;
	border-radius: 2px;
}
/*BOOTSTRAP SLIDER ARROWS END*/

.slider, .banner, .carousel-inner{
    position: relative;
	background: #000;
}
.carousel-inner img, .slider img, .banner img{width: 100%; //opacity: 0.5;}
.banner img{width: 100%; opacity: 0.8;}

.carousel-inner .container, .banner .container{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -43.5%;
	width: 87%;
	height: 100%;
}
.slider_text{
    position: absolute;
    left: 15px;
	right: 15px;
    top: 20%;
	text-align: center;
}
.slider_text .text_b{
    color: #fff;
    font-size: 45px;
    line-height: 45px;
	text-align: center;
    font-family: 'ExoDemiBold';
    margin: 0;
	text-align: center;
}
.slider_text .text_b span{
	font-size: 55px;
	color: #f4f900;
    font-family: 'ExoExtraBold';
	display: block;
	text-transform: uppercase;
	margin-top: 15px;
}
.slider_text .btn{
	margin-top: 40px;
}
/*SLIDER END*/

.section_cont{
    width: 100%;
    padding: 60px 0;
    position: relative;
}
.heading{
    color: #2f2f2f;
    font-family: 'ExoDemiBold';
    font-size: 34px;
    line-height: 34px;
    position: relative;
    text-align: center;
	text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.heading span{
	color: #066eb9;
}
.heading:before{
	position: absolute;
	content: "";
	display: inline;
	width: 410px;
	height: 2px;
	bottom: 0;
	left: 50%;
	margin-left: -205px;
	background: -moz-linear-gradient(left, rgba(224,224,224,0) 0%, rgba(224,224,224,1) 50%, rgba(224,224,224,0) 100%);
	background: -webkit-linear-gradient(left, rgba(224,224,224,0) 0%,rgba(224,224,224,1) 50%,rgba(224,224,224,0) 100%);
	background: linear-gradient(to right, rgba(224,224,224,0) 0%,rgba(224,224,224,1) 50%,rgba(224,224,224,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e0e0e0', endColorstr='#00e0e0e0',GradientType=1 );
}
.heading_text{
	font-size: 17px;
	display: block;
	text-align: center;
    margin-bottom: 25px;
}
.subheading{
    color: #252525;
    font-size: 25px;
	line-height: 26px;
	font-family: 'ExoMedium';
    margin-bottom: 25px;
}
.readmore{
    color: #e03a00;
	font-size: 18px;
	line-height: 18px;
}
.readmore:hover{color: #004483;}
.overlay_bg {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    font-size: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    z-index: 0;
}
.img_l{
    float: left;
    margin: 7px 30px 0 0;
}
.img_r{
    float: right;
    margin: 7px 0 0 30px;
}
.img_l img, .img_r img{
	display: inline;
}
.ul{
	list-style: none;
	padding: 0;
	margin-bottom: -30px;
	overflow: hidden;
}
.ul li{
	margin-bottom: 30px;
}
.bullet{
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}
.bullet li{
    padding-left: 25px;
    margin-bottom: 15px;
	position: relative;
}
.bullet li:before{
    position: absolute;
	content: "\f0a9";
	display: inline;
	font-family:'FontAwesome';
    color: #e03a00;
	top: 0;
	left: 0;
}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}

/*SERVICE SECTION START*/
.service_block{
    -webkit-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}
.s_img{
	border: 1px solid #e0e0e0;
}
.s_img a{display: block;}
.s_img img{width: 100%;}
.s_text{
	padding: 35px 25px 25px;
	text-align: left;
	min-height: 240px;
	position: relative;
	border: 1px solid #e0e0e0;
}
.s_icon{
	position: absolute;
	width: 60px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	top: -18px;
	left: 50%;
	margin-left: -30px;
	z-index: 0;
	background: #e0e0e0;
}
.s_icon:before, .s_icon:after{
	position: absolute;
	content: "";
	display: inline;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 15px solid #e0e0e0;
	left: 0;
	top: -15px;
}
.s_icon:before{
	top: auto;
	bottom: -15px;
	border-top: 15px solid #e0e0e0;
	border-bottom: none;
}
.s_title{
	font-size: 22px;
	line-height: 24px;
	color: #353535;
    font-family: 'LatoSemiBold';
	margin-bottom: 10px;
}
.service_block:hover{}
.service_block:hover a .s_title{color: #e03a00;}
/*SERVICE SECTION END*/

/*CONTACT SECTION START*/
.contact{
	color: #fff;
	padding-bottom: 0;
}
.contact .subheading{
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.contact ul, .contact ul li{
	margin-bottom: 0;
	overflow: visible;
}
.c_block_m span{
	display: block;
	font-size: 20px;
	margin-bottom: 15px;
}
.c_block_m em{
	font-size: 27px;
    font-family: 'LatoSemiBold';
}
.c_block_l, .c_block_r{
	padding: 40px 25px 40px 15px;
	position: relative;
	z-index: 1;
	height: 180px;
}
.c_block_r{
	padding: 40px 15px 40px 25px;
}
.c_block_m{
	background: #4f4f4f;
	padding: 35px 15px 30px;
	position: relative;
	z-index: 0;
	height: 180px;
	top: -25px;
}
.c_block_l:before, .c_block_r:before{
	position: absolute;
	content: "";
	display: inline;
	height: 100%;
	width: 200%;
	top: 0;
	right: 0;
	transform: skewX(-20deg);
	background: #1a98e2;
	background: -moz-linear-gradient(left, #3480ae 0%, #1a98e2 100%);
	background: -webkit-linear-gradient(left, #3480ae 0%, #1a98e2 100%);
	background: linear-gradient(to right, #3480ae 0%, #1a98e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3480ae', endColorstr='#1a98e2',GradientType=1 );
	z-index: -1;
}
.c_block_r:before{
	right: auto;
	left: 0;
	transform: skewX(20deg);
	background: #1a98e2;
	background: -moz-linear-gradient(left, #1a98e2 0%, #3480ae 100%);
	background: -webkit-linear-gradient(left, #1a98e2 0%, #3480ae 100%);
	background: linear-gradient(to right, #1a98e2 0%, #3480ae 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a98e2', endColorstr='#3480ae',GradientType=1 );
	z-index: -1;
}
.c_block_m:before, .c_block_m:after{
	position: absolute;
	content: "";
	display: inline;
	width: 0;
	height: 0;
	bottom: 0;
	border-bottom: 180px solid #4f4f4f;
}
.c_block_m:before{
	left: -70px;
	border-left: 70px solid transparent;
}
.c_block_m:after{
	right: -70px;
	border-right: 70px solid transparent;
}
/*CONTACT SECTION END*/

/*DOMAIN SECTION START*/
.domain_block{
	text-align: center;
	min-height: 215px;
}
.d_icon{
	width: 86px;
	height: 86px;
	line-height: 80px;
	border: 2px solid #878787;
	border-radius: 50%;
	margin: 0 auto 20px;
}
.d_icon img{width: 39px;}
.d_icon .hover{display: none;}
.d_text p{
	text-align: center;
}
.d_title{
	text-transform: uppercase;
	color: #2a2a2a;
	font-size: 24px;
	line-height: 24px;
    font-family: 'ExoDemiBold';
	margin-bottom: 10px;
}
.domain_block:hover .d_icon{border-color: #066eb9;}
.domain_block:hover .d_icon .hover{display: inline;}
.domain_block:hover .d_icon .real{display: none;}
.domain_block:hover a .d_title{color: #066eb9;}
/*DOMAIN SECTION END*/

/*TESTIMONIAL SECTION START*/
.testi_faq{
	background: url(../images/bg_testi.jpg) no-repeat center/cover fixed;
	color: #fff;
}
.testi_faq .heading{
	color: #fff;
	padding-bottom: 0;
	text-align: left;
}
.testi_faq .heading:before{display: none;}
.testi_block:after{
	content: "";
	display: block;
	clear: both;
}
.testi_text{
	position: relative;
	padding: 0 0 0 100px;
}
.testi_text:before{
	position: absolute;
	content: "\f10d";
	display: inline;
	top: 0;
	left: 0;
	color: #f9d8cc;
	font-size: 30px;
	line-height: 55px;
	font-family:'FontAwesome';
	width: 55px;
	background: #e03a00;
	text-align: center;
	z-index: 1;
}
.testi_text:after{
	position: absolute;
	content: "";
	display: inline;
	top: 0;
	left: 15px;
	height: 55px;
	width: 50px;
	background: #e03a00;
	transform: skewX(15deg);
}
.testi_name{
    color: #2f2f2f;
    font-size: 24px;
	line-height: 24px;
    margin-bottom: 0;
    font-family: 'ExoDemiBold';
	text-transform: uppercase;
	text-align: right;
}
.testi_name span{
    display: block;
    font-size: 15px;
    font-style: normal;
    margin: 0;
    padding: 0;
    font-family: 'ExoLight';
	text-transform: none;
}
.testi_faq .testi_name{color: #fff;}
.testimonial .owl-buttons{
	text-align: left;
}
.testimonial .owl-controls .owl-buttons div{
	width: 26px;
	height: 26px;
	line-height: 26px;
	background: #fff;
	color: #303030;
	font-size: 20px;
	text-align: center;
	border-radius: 0;
	opacity: 1;
	padding: 0;
	margin: 0 10px 0 0;
}
.testimonial .owl-controls .owl-buttons div.owl-next{margin: 0;}
/*TESTIMONIAL SECTION END*/

/*FAQ SECTION START*/
.toggle_block{
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding: 20px 0;
}
.toggle_block:last-child{border-bottom: none;}
.toggle_block > .ques{
    border-radius: 0;
    position: relative;
    padding: 0;
    cursor: pointer;
	overflow: hidden;
}
.toggle_block .faq_q{
    margin-bottom: 0;
    padding: 0 0 0 30px;
    color: #fff;
    font-size: 18px;
    font-family: 'ExoDemiBold';
	text-transform: uppercase;
	text-align: right;
}
.toggle_block > .ques .faq_q{position: relative;}
.toggle_block > .ques .faq_q:before, .toggle_block > .ques .faq_q:after{
    position: absolute;
    content: "+";
    display: inline;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-family: 'LatoRegular';
    left: 0;
    top: 0;
	z-index: 1;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.toggle_block > .ques.closed .faq_q:before, .toggle_block > .ques.closed .faq_q:after {
    content: "-";
    font-size: 40px;
    line-height: 16px;
}
.toggle_block > .ques .faq_q:after, .toggle_block > .ques.closed .faq_q:after{
	content: "";
	transform: skewX(20deg);
	right: 7px;
	z-index: 0;
}
.toggle_block > .ques .faq_q:hover:before, .toggle_block > .ques .faq_q:hover:after{//background: #e03a00;}
.toggle_block .ans_toggle{display: none;}
.toggle_block .ans_toggle{
    display: none;
    padding: 10px 0 0;
}
/*FAQ SECTION START*/

/*PRODUCT SECTION START*/
.product_block{
	border: 1px solid #eaeae9;
	border-bottom-width: 6px;
	position: relative;
	overflow: hidden;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.p_category{
	line-height: 40px;
	padding: 0 15px;
	font-size: 14px;
	display: block;
	margin: 0;
}
.p_img{
	height: 270px;
	width: 100%;
	text-align: center;
}
.p_text{
	padding: 15px;
	text-align: center;
}
.p_title{
	color: #1e1e1e;
	font-size: 16px;
	margin: 0;
}
.p_price{
    font-family: 'LatoBold';
	color: #e03a00;
	font-size: 20px;
	margin-top: 10px;
}
.p_links{
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: -100%;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.p_links li{
	margin: 0;
}
.p_links li a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #1e1e1e;
	text-align: center;
}
.p_links li a:hover{
	color: #fff;
	background: #e03a00;
}
.product_block .btn{
	position: absolute;
	left: 50%;
	bottom: -10%;
	margin: 0 0 -19px -72px;
	text-align: center;
	height: 38px;
	width: 144px;
	line-height: 40px;
	padding: 0;
}

.product_block:hover{border-bottom-color: #2a89c1;}
.product_block:hover .p_links{top: 0;}
.product_block:hover .btn{bottom: 50%;}
/*PRODUCT SECTION START*/

/*BLOG SECTION START*/
.blog{
	background: url(../images/bg_blog.jpg) no-repeat center/cover fixed;
	color: #fff;
	margin-bottom: 60px;
}
.blog .heading{color: #fff;}
.blog_block{
	background: #fff;
	border: 1px solid #fff;
	height: 138px;
}
.b_img{
	width: 264px;
	height: 136px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.b_img a{display: inline;}
.b_text{
	padding: 28px 15px;
}
.b_text a{display: inline;}
.b_title{
	font-size: 18px;
	line-height: 20px;
	color: #252525;
    font-family: 'ExoDemiBold';
	margin-bottom: 10px;
}
.home_blog li:first-child .blog_block{height: 306px;}
.home_blog li:first-child .b_img{
	float: none;
	width: 100%;
	height: auto;
	margin: 0;
}
.home_blog li:first-child .b_text{
	text-align: center;
	padding: 16px;
}
/*BLOG SECTION START*/

/*FOOTER START*/
footer{
    color: #000;
	position: relative;
}
footer a{color: #000;}
footer a:hover, .f_nav li.active a, .f_nav li.current-menu-item a, .f_nav li.current-menu-parent a, .f_nav li:hover a{color: #e03a00;}
footer p{
	padding: 0;
}

/*BRAND SECTION START*/
.brand{
	text-align: center;
	padding-top: 0;
}
.slider_body{
	list-style: none;
	padding: 0;
	margin: 0;
}
.slider_body li{
	display: inline-block;
	margin: 0;
	padding: 0 15px;
	width: 167px;
	height: 72px;
}
.slider_body li a{display: block;}
.slider_body li img{
	border: 1px solid #ddd;
	border-radius: 10px;
}
/*BRAND SECTION END*/

/*NEWSLETTER SECTION START*/
.newsletter{
	border-top: 1px solid #ddd;
	padding: 0;
	margin: 0 0 35px;
	color: #fff;
}
.newsletter_inner{
	background: #397fa9;
	padding: 30px 120px;
	position: relative;
}
.newsletter_inner:before, .newsletter_inner:after{
	position: absolute;
	content: "";
	display: inline;
	width: 0;
	height: 0;
	border-bottom: 150px solid #fff;
	top: 0;
}
.newsletter_inner:before{
	border-right: 70px solid transparent;
	left: 0;
}
.newsletter_inner:after{
	border-left: 70px solid transparent;
	right: 0;
}
.n_left{
	float: left;
	width: 45%;
}
.n_right{
	float: right;
	width: 45%;
	margin: 20px 0;
}
.newsletter .subheading{
	color: #fff;
	margin-bottom: 10px;
}
.newsletter form{
	width: 100%;
	position: relative;
}
.newsletter input[type="text"], .newsletter input[type="email"]{
	background-color: #eaeae9;
	border-color: #eaeae9;
	height: 46px;
	box-shadow: none;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-radius: 6px;
	padding-right: 140px;
}
.newsletter input[type="submit"], .newsletter button{
	box-shadow: none;
	height: 46px;
	line-height: 46px;
	text-transform: capitalize;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width: 130px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}
/*NEWSLETTER SECTION END*/

.f_top{
    padding: 60px 0 40px;
	background: url(../images/bg_footer.png) repeat center fixed rgba(114,114,114,0.25);
	position: relative;
	z-index: 0;
	margin-bottom: 40px;
}
.f_top:before{
	position: absolute;
	content: "";
	display: inline;
	background: url(../images/shadow.png) no-repeat center;
	width: 100%;
	height: 40px;
	left: 0;
	right: 0;
	bottom: -40px;
	z-index: -1;
}
.f_heading{
    color: #000;
    font-size: 16px;
	line-height: 16px;
    font-family: 'LatoSemiBold';
	text-transform: uppercase;
    margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}
.f_heading:before, .f_heading:after{
	position: absolute;
	content: "";
	display: inline;
	width: 40px;
	height: 3px;
	bottom: 0;
	left: 0;
	background: #e03a00;
}
.f_top .social{
	margin: 30px 0 0;
}
.social a{
	width: 42px;
	height: 44px;
    margin-right: 8px;
	background: url(../images/social.png) no-repeat;
}
.social a:last-child{margin-right: 0;}
.social a.fb{
	background-position: 0 0;
}
.social a.tw{
	background-position: -44px 0;
}
.social a.gplus{
	background-position: -88px 0;
}
.social a:hover{opacity: 0.8;}
.f_nav{
    list-style: none;
	padding: 0;
	margin: 0 0 -8px;
	overflow: hidden;
}
.f_nav li{margin: 0 0 8px;}
.f_nav li:last-child{margin-bottom: 0;}
.f_nav li a{display: block;}
footer .contact_info li{margin-bottom: 15px;}
footer .contact_info{
    font-size: 15px;
}
footer .contact_info i{
	color: #000;
    font-size: 15px;
	line-height: 25px;
	width: 25px;
	height: auto;
	margin: 0;
	background: none;
	text-align: left;
}
footer .contact_info p{margin: 0 0 0 25px;}
footer .contact_info p span{
    font-size: inherit;
	line-height: inherit;
	color: inherit;
	display: inline;
}
footer .contact_info p a{
    font-size: inherit;
	line-height: inherit;
	color: #000;
}
footer .contact_info p a:hover{color: #e03a00;}
.f_middle ul{
	list-style: none;
	padding: 0;
	margin: -20px 0 20px;
}
.f_middle ul li{
	margin: 0;
	line-height: 24px;
	font-size: 24px;
	color: #004483;
	text-shadow: -1px 2px 3px rgba(0, 0, 0, 0.5);
    font-family: 'OswaldBold';
}
.f_middle ul li em{
	color: #e03a00;
	font-style: normal;
}
.f_middle ul li img{display: inline-block;}
.f_bottom{
	background: #004483;
	padding: 10px 0;
	color: #fff;
}
.copyright p{
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}
.copyright p:first-child{float: left; text-align: left;}
.copyright p:last-child{float: right; text-align: right;}
.copyright p a{color: #fff;}
.copyright p a:hover{color: #e03a00;}
/*FOOTER END*/


/*--------------------------------------ABOUT PAGE START--------------------------------------*/
.breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
	text-align: right;
	position: absolute;
    right: 15px;
    left: 15px;
	top: -100px;
}
.breadcrumb ul {
    margin: 0;
    padding: 0;
}
.breadcrumb ul li {
    color: #9d9a9a;
    display: inline-block;
    font-size: 13px;
    list-style-type: none;
    margin: 0 0 0 5px;
    padding: 0 0 0 12px;
	position: relative;
	text-transform: uppercase;
    font-family: 'LatoRegular';
}
.breadcrumb ul li:before{
	position: absolute;
	content: "/";
	display: inline;
	top: 0;
	bottom: 0;
	left: 0;
    color: #9d9a9a;
}
.breadcrumb ul li:first-child{margin-left: 0; padding-left: 0;}
.breadcrumb ul li:first-child:before{display: none;}
.breadcrumb ul li a {
    color: #9d9a9a;
    transition: all 200ms ease-in-out 0s;
}
.breadcrumb ul li:last-child, .breadcrumb ul li a:hover {color: #e03a00;}
.service_inner{
	background: url(../images/bg_service.jpg) no-repeat center/cover fixed;
	color: #fff;
	margin-bottom: 60px;
}
.service_inner .heading, .service_inner .bullet li:before{color: #fff;}


/*--------------------------------------SERVICE PAGE START--------------------------------------*/
p .blue{
	font-size: 18px;
    font-family: 'ExoDemiBold';
}


/*--------------------------------------DOMAIN PAGE START--------------------------------------*/
.domain_inner{
	background: url(../images/bg_domain.jpg) no-repeat center/cover fixed;
	margin-bottom: 60px;
	color: #dad6d6;
}
.domain_inner .d_icon{
	width: 154px;
	height: 154px;
	line-height: 148px;
	background: #fff;
	border-color: #066eb9;
}
.domain_inner .d_icon img{width: 112px;}
.domain_inner .d_title{color: #066eb9;}
.domain_inner .domain_block:hover a .d_title{color: #fff;}



/*--------------------------------------SHOP PAGE START--------------------------------------*/
.shop_cat{margin-bottom: 50px;}
.shop_cat:last-child{margin-bottom: 0;}
.shop_block .s_img{border: none;}
.shop_block .s_text{border-top-width: 2px;}



/*--------------------------------------PRODUCT PAGE START--------------------------------------*/
.p_slider .img_large{
	width: 100%;
	height: 700px;
	display: table;
	border: 1px solid #eaeae9;
	overflow: hidden;
	text-align: center;
	position: relative;
	margin-bottom: 25px;
}
.large_container{
	display: table-cell;
	vertical-align: middle;
}
.p_slider .img_thumb{
	overflow: hidden;
	position: relative;
}
.img_large img{display: inline-block;}
.img_thumb ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.img_thumb ul li{
	margin: 0;
	float: left;
	padding: 0 10px;
}
.thumb_img{
	width: 100%;
	height: 120px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid transparent;
	line-height: 120px;
}
.thumb_img img{width: 100%; vertical-align: middle;}
.thumb_img:hover, .select .thumb_img{border-color: #e0e0e0;}
.sliderWrap{
	margin: 0 -9px;
	padding: 0 30px;
}
.controllerNav span.left, .controllerNav span.right{
	width: 30px;
	height: 100%;
	background: #fff;
	color: #e03a00;
	font-size: 24px;
	text-align: center;
	line-height: 120px;
	cursor: pointer;
	position: absolute;
	top: 0;
}
.controllerNav span.left{left: 0;}
.controllerNav span.right{right: 0;}
.controllerNav span.left.disable, .controllerNav span.right.disable{
	cursor: default;
	opacity: 0.6;
}
.zoomWindow{z-index: 1 !important;}
.zoomPup{z-index: 1;}
.zoomWrapper{
	width: 500px !important;
	height: 700px !important;
}
.product_details .p_title{
	font-size: 26px;
	color: #066eb9;
	margin-bottom: 30px;
}
.product_details .p_price, .p_heading{
	margin: 0 0 30px;
}
.product_details .bullet li:before{content: "\f105";}
.p_heading span{
    font-family: 'LatoBold';
	color: #303030;
}
.p_heading i{
    font-size: 30px;
}
.product_details input[type="number"]{
	width: 80px;
	margin-right: 30px;
}
.subheading.sub_text{
	text-transform: uppercase;
	color: #066eb9;
	font-size: 20px;
	display: block;
}
.related_prod{margin-top: 50px;}


/*--------------------------------------BLOG PAGE START--------------------------------------*/
.blog_list .b_img{
	width: 100%;
	height: auto;
	bottom: 1px solid #e0e0e0;
	float: none;
	margin: 0 0 20px;
}
.b_info{
	padding: 15px 20px;
	border: 1px solid #e0e0e0;
	border-bottom: 4px solid #066eb9;
	margin-bottom: 30px;
	font-size: 12px;
	text-transform: uppercase;
}
.postedby{
	color: #066eb9;
	border-right: 1px solid #e0e0e0;
	padding-right: 20px;
	margin-right: 20px;
}
.date{
	border-right: 1px solid #e0e0e0;
	padding-right: 20px;
	margin-right: 20px;
}
.comments em{
	color: #066eb9;
	font-style: normal;
}
.blog_list .b_text{
	padding: 0 0 20px;
}
.blog_list .b_title{
	color: #066eb9;
	font-size: 20px;
	text-transform: uppercase;
}
.related_blog .b_img{
	width: 70px;
	height: 36px;
}
.related_blog .b_text{padding: 0;}
.related_blog .b_title{
	font-size: 16px;
	margin-left: 80px;
}
.related_blog:hover a .b_title{color: #e03a00;}
.related_blog .b_date{
	color: #066eb9;
	display: block;
}
.blog_form{
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.blog_form li{margin: 0 0 20px;}
.blog_form li:last-child{margin: 0;}
.comment_ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.comment_ul li{margin-bottom: 20px;}
.comment_ul li:last-child{margin-bottom: 0;}
.comment_ul .comments{
	padding: 20px;
	border: 1px solid #e0e0e0;
}
.c_img{
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 25px;
}
.c_text{
	margin-left: 0px;
}
.c_info{
	text-align: left;
	margin: 0 0 10px;
	text-transform: uppercase;
	color: #82817d;
	line-height: 16px;
}
.c_info .date{
	padding: 0;
	margin: 0;
	border: none;
}
.c_info em{font-style: normal;}


/*--------------------------------------TESTIMONIAL PAGE START--------------------------------------*/
.testi_ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.testi_ul > li{
	padding: 35px 0;
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
}
.testi_ul > li:first-child{padding-top: 0;}
.testi_ul > li:last-child{padding-bottom: 0; border-bottom: none;}
.testi_title{
    font-family: 'ExoDemiBold';
	color: #066eb9;
	font-size: 20px;
	line-height: 20px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
}



/*--------------------------------------CONTACT PAGE START--------------------------------------*/
.terms{margin-bottom: -15px;}
.terms.bullet li{padding-left: 18px;}
.terms.bullet li:before{content: "\f105";}



/*--------------------------------------CONTACT PAGE START--------------------------------------*/
.contact_info{
	list-style: none;
	padding: 0;
    margin-bottom: 0;
	font-size: 16px;
}
.contact_info li{margin-bottom: 25px;}
.contact_info li:last-child{margin-bottom: 0;}
.contact_info i{
    font-size: 30px;
	line-height: 60px;
	width: 60px;
	height: 60px;
	float: left;
	text-align: center;
	background: #004483;
	color: #fff;
}
.contact_info p{
    margin: 0 0 0 90px;
    padding-bottom: 10px;
	text-align: left;
}
.contact_info h3{
    margin: 0 0 10px 90px;
	text-align: left;
    font-size: 20px;
    line-height: 30px;
	color: #353535;
}
.contact_info p:last-child{padding-bottom: 0;}
.contact_info p span{
    font-size: 18px;
    line-height: 60px;
	display: inline-block;
	color: #353535;
}
.contact_info p a{
    font-size: 18px;
	line-height: 60px;
	color: #353535;
	word-break: break-all;
}
.contact_info p a:hover{color: #e03a00;}
.contact_details .social{
	margin: 0 0 0 90px;
	padding-top: 8px;
}
.contact_form{
    list-style: none;
    margin: 0 -15px -20px;
    padding: 0;
	overflow: hidden;
}
.contact_form li{
    margin: 0 0 20px;
    padding: 0 15px;
    border: none;
    text-align: center;
}
.contact_form li:last-child{margin-bottom: 0;}
.contact_form input[type="submit"], .contact_form input[type="reset"], .contact_form button{
	height: 45px;
	line-height: 48px;
}
.contact_form [type="reset"]{margin-right: 20px;}
.map_btn{
    position: absolute;
    left: 360px;
    top: -55px;
}
.map{
    -webkit-cursor: grab;
    cursor: grab;
    height: 320px;
    background: #EBE8DE;
	margin-top: 50px;
}
.map iframe{
    width: 100%;
    height: 100%;
    border: none;
	margin: 0;
}
.scrolloff{pointer-events: none;}


/*--------------------------------------COMMON STYLE--------------------------------------*/
.blue{color: #066eb9;}
.red{color: #e03a00;}
.sticky .header_main{
	position: fixed;
	border: none;
}
.sticky .header_top{display: none;}
.sticky .header_bottom{border-bottom: 2px solid #004483;}
.sticky .carousel, .sticky .banner{margin-top: 160px;}
.wpcf7-form ul li span.wpcf7-form-control-wrap {
    width: 100%;
}
.nav_menu > ul > li.current-menu-item > a{
    color: #004483;
}
.theme_black_block > .ques .theme_black::before, .theme_black_block > .ques .theme_black::after{
	color: #000;
}
.theme_black,.theme_black_block .theme_black{
	color: #000;
	float: left;
}
.newsletter_inner .newsletter{
	border: none;
	margin: 0;
}

.comment-list{padding: 0 0 35px;margin: 0 0 35px;border-bottom: 1px solid #e0e0e0;list-style: none;}
.comment-list li{margin-bottom: 20px;}
.comment-list li:last-child{margin-bottom: 0;}
.comment-body {
	border: 1px solid #e0e0e0;
	padding: 20px;
}
.comment-meta{
	margin: 0 0 6px;
}
.comment-meta:after{
	content: "";
	display: block;
	clear: both;
}
.comment-author{float: left;}
.comment-author img{margin-right: 10px;}
.comment-author b{text-transform: capitalize;}
.comment-metadata{
	float: right;
	line-height: 42px;
	font-size: 14px;
}
.reply a{
	color: #252525;
	font-family: "ExoDemiBold";
}
.reply a:hover{color: #e03a00;}
.children{
	list-style: none;
	padding: 0 0 0 20px;
	margin: 20px 0 0;
}
.children .children{
	padding: 0;
}
.comment-reply-title{
	color: #066eb9;
	display: block;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: "ExoMedium";
	margin-bottom: 25px;
}
label{
	font-family: inherit;
	font-size: 16px;
	line-height: 16px;
	margin: 0 0 5px;
}
.form-submit{text-align: right;}
.newsletter input[type="submit"]{
	background: url(../images/send.png) no-repeat #066eb9 center left 20px;
	padding: 0 0 0 15px;
}

.attachment-shop_catalog.size-shop_catalog.wp-post-image {
    height: 270px;
    width: 100%;
}
.woocommerce-ordering,.woocommerce-result-count{
	display: none;
}
.term-description {
    padding-bottom: 24px;
}
.prtital{
	height: 40px;
	}
.hidedescption{
	display: none;
}
.quantity{float:left;}
.woocommerce-message{border-top-color: #066eb9 !important;}
.woocommerce-message::before{color: #066eb9 !important;}
.woocommerce table.shop_table{
	border-collapse: collapse !important;
	border: none !important;
}
.product-remove{text-align: center;}
.woocommerce a.remove{
	display: inline-block !important;
	line-height: 26px !important;
	color: #999 !important;
}
.woocommerce a.remove:hover{background: #066eb9 !important;}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{width: 150px !important;}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th{border-top: 1px solid #ccc !important;}
.woocommerce form .form-row.woocommerce-invalid label{color: #e03a00 !important;}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select{border-color: #e03a00 !important;}
.woocommerce-message .btn{float: right;}
.coupon .btn{margin-left: 20px;}
.select2-container .select2-choice{
	height: 45px !important;
	border-radius: 0 !important;
	border-color: #e0e0e0 !important;
}
.select2-container .select2-choice > .select2-chosen{line-height: 43px !important;}
.woocommerce form .form-row .required{text-decoration: none !important;}
.col2-set{margin-bottom: 2em;}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{margin-top: 3em;}
.woocommerce-password-strength{
	margin-top: 5px;
	font-weight: normal !important;
	border-width: 1px;
	border-style: solid;
}
.woocommerce form .form-row label.inline{
	margin-left: 10px;
	line-height: 45px !important;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	margin: -1em 0 2em !important;
}
.woocommerce-MyAccount-navigation ul{
	list-style: none;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	border-bottom: 3px solid #1e85be;
}
.woocommerce-MyAccount-navigation ul li{
	display: inline-block;
	margin: 0;
}
.woocommerce-MyAccount-navigation ul li a{
	line-height: 40px;
	padding: 4px 20px 0;
	font-family: 'ExoDemiBold';
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	background: #01c7c6;
}
.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li:hover a{
	color: #004483;
}
.woocommerce-MyAccount-content{margin: 30px 0 0;}
.woocommerce-MyAccount-content .woocommerce-info{border-top: none;}

.yith-wcwl-add-to-wishlist {
    margin-top: 0px !important;
}
.yith-wcwl-add-button > a i.fa-heart{
	margin: 0px !important;
}
.yith-wcwl-add-button a.add_to_wishlist{
	border-radius: 0px !important;
}
.fa.fa.fa-heart.wishadded {
    color: #f00;
}
a:hover .fa.fa.fa-heart.wishadded {
    color: #fff !important;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
    box-shadow: none !important;
    display: block !important;
    height: 16px !important;
    margin-left: 12px;
    position: absolute;
    top: 12px;
    vertical-align: middle;
    visibility: visible;
    width: 16px !important;
}
span.feedback{
	display: block;
}
.wishlist_table tr td, .wishlist_table tr th.wishlist-delete, .wishlist_table tr th.product-checkbox{text-align: left !important;}
.wishlist_table tr td.product-remove, .wishlist_table tr td.wishlist-empty, .wishlist_table tr td.product-add-to-cart{text-align: center !important;}
.woocommerce table.wishlist_table thead th, .woocommerce table.wishlist_table tbody td{border-color: #ccc !important;}
.woocommerce table.wishlist_table{font-size: inherit !important;}
.woocommerce .wishlist_table td.product-add-to-cart a.btn{display: inline-block !important;}
#yith-wcwl-popup-message{line-height: 16px !important;}


.woocommerce .wishlist_table td.product-add-to-cart a{margin: 0 !important;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{background: #e03a00 !important;}
.wishlist_table .add_to_cart.button, .yith-wcwl-add-button a.add_to_wishlist, .yith-wcwl-popup-button a.add_to_wishlist, .wishlist_table a.ask-an-estimate-button, .wishlist-title a.show-title-form, .hidden-title-form a.hide-title-form, .woocommerce .yith-wcwl-wishlist-new button, .wishlist_manage_table a.create-new-wishlist, .wishlist_manage_table button.submit-wishlist-changes, .yith-wcwl-wishlist-search-form button.wishlist-search-button{
	border-radius: 6px !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.5) !important;
	-moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.5) !important;
	box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.5) !important;
}
.wishlist_table .add_to_cart.button{
	padding: 0 25px !important;
	line-height: 46px !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	border: 1px solid rgba(255,255,255,0.4) !important;
	font-size: 18px !important;
}
.woocommerce a.button{overflow: hidden !important;}
[property="itemListElement"] a span, [property="itemListElement"] span{
	text-transform: uppercase;
	font-size: 13px;
}
[property="itemListElement"] a span{color: #9d9a9a;}
[property="itemListElement"] span, [property="itemListElement"] a:hover span{color: #e03a00;}
.equ{background: #066eb9; margin-left: 20px;}
.enqur{margin-top: 20px; display: none;}
.inputTxtError{
    border:1px solid #ff0000 !important
}
.contact_form li{
    position: relative;
}
.contact_form li span{text-align: left;}
.enqur em{
    bottom: -14px;
    color: #f00;
    font-size: 10px;
    left: 14px;
    position: absolute;
    width: 100%;

}
    .wishlist_table .add_to_cart.button, .yith-wcwl-add-button a.add_to_wishlist, .yith-wcwl-popup-button a.add_to_wishlist, .wishlist_table a.ask-an-estimate-button, .wishlist-title a.show-title-form, .hidden-title-form a.hide-title-form, .woocommerce .yith-wcwl-wishlist-new button, .wishlist_manage_table a.create-new-wishlist, .wishlist_manage_table button.submit-wishlist-changes, .yith-wcwl-wishlist-search-form button.wishlist-search-button{border-radius: 0 !important;}
/*-------------------------------*/
.review_btn_wrap .star {
   /* margin-right: 30px;
    float: left;*/
	text-align: center;
}

.star span, .star a {
    background: url(../images/star-sprite.png) no-repeat -119px -73px;
	height: 106px;
    width: 116px;
    margin: 0 10px;
    cursor: pointer;
	/*color: #999;*/
	transition: none;
    position: relative;
}
.star span em, .star a em {
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
	-webkit-transition:all ease-in-out 450ms 0s;
	-moz-transition:all ease-in-out 450ms 0s;
	-ms-transition:all ease-in-out 450ms 0s;
	-o-transition:all ease-in-out 450ms 0s;
	transition:all ease-in-out 450ms 0s;
    opacity: 0;
}
.star span:hover em, .star a:hover em {
       opacity: 1;
    bottom: -42px;
}
.star span i, .star a i{
    font-size: 30px;
}
.fa-frown-o{
    color: #ED252B;
}
.fa-meh-o{
    color: #EEB313;
}
.fa-smile-o{
    color: #6DB33F;
}
.star span.star_green, .star a.star_green {
    background-position: 0 -73px;
	/*color: #ffb206;*/
}
.rate-btn-hover{
	background-color: #333333;
}
.rateBlock{
	/*padding: 30px 0 0;*/
}
.rateBlock .rateInner{
	padding: 0 25%;
}
.finalrate{
	text-align: center;
	padding: 30px 0 20px;
}
#review_share{
	width: 550px;
}
.review_links{
	padding: 20px;
	text-align: center;
}
.review_links a{
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
}
.googleLink, .fbLink{
	background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background-image: linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	zoom: 1;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #bfbfbf;
	text-indent: -9999px;
	font-size: 0;
	margin-left: auto;
	margin-right: auto;
	border-radius: 18px;
}
.googleLink:hover, .fbLink:hover{
	background-color: #e6e6e6;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
	background-image: -webkit-radial-gradient(center center, circle, #ffffff 0%, #e6e6e6 100%);
	background-image: -moz-radial-gradient(center center, circle, #ffffff 0%, #e6e6e6 100%);
	background-image: -ms-radial-gradient(center center, circle, #ffffff 0%, #e6e6e6 100%);
	background-image: -o-radial-gradient(center center, circle, #ffffff 0%, #e6e6e6 100%);
}
.linkWrap{
	background: url(../images/stylesheet-repeat-x.png) left -20px repeat-x;
	height: inherit;
	width: inherit;
}
.googleLink{
	width: 300px;
	height: 150px;	
	margin-bottom: 14px;
}
.googleLink a{
	background-image:url(../images/google.png);
	width: inherit;
	height: inherit;
}
.fbLink{
	width: 125px;
	height: 70px;	
}
.fbLink a{
	background-image:url(../images/facebook.png);
	width: inherit;
	height: inherit;
}
.fancybox-skin{
	padding: 0 !important;
	border-radius: 8px;
}
.reviewShare_body{
	background: #eee;
	border-radius: 0 0 8px 8px;
}
.fancybox-inner{
	border-radius: 8px;
}
.rev_head{
	padding: 15px 50px 15px 20px;
	background: #fff;
	border-radius: 8px 8px 0 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
}
.revpop .fancybox-close{
	background: none;
	text-align: center;
	line-height: 36px;
	right: 2px;
	top: 2px;
}
.revpop .fancybox-close:after{
	content: "×";
	font-weight: bold;
	font-family: 'helvitica';
	display: block;
	font-size: 25px;
	color: #ccc;
}
.revpop .fancybox-close:hover:after{
	color: #555;
}
.star_review {margin: 0 4px;}
.star_review em {
    background: url(../images/star_grey.png) no-repeat;
	height: 17px;
    width: 16px;
	-webkit-background-size: contain;
	background-size: contain;
    margin:2px0 1px 0;
	vertical-align: top;
    cursor: pointer;
	transition: none;
}
.star_review em.half {
   background: url(../images/star_half.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.star_review em.full {
   background: url(../images/star_full.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.star_review em{
	display: inline-block;
}
.h_info ul li.review_top{
	padding: 15px 0 0; 
	font-size: 15px; 
	color: #999;
}
.review_top a .jq-ry-container{display: inline-block; vertical-align: top; margin: -3px 0 0;}
.review .jq-ry-container{ display: inline-block;margin-top: 2px; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; line-height: 17px; vertical-align: top;}
.review_ul strong{font-weight: normal;}
.top_con{display: inline-block; line-height: 20px;}
.h_top li .top_con{text-transform: capitalize; color: #000;} 
.h_top li.review{
	padding: 4px 5px 4px;
    border: 1px solid #fdefb7;
    background: #fffac7;
	line-height: normal;
	//margin-top: -2px;
}

.review a{line-height: 20px;}

/* CAPTCHA
---------------------------------*/
.captcha_img{
	float: left;
}
#enqcaptcha{
	float: right;
	padding: 0 0 15px;
}
/*.captcha_img > div {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
	margin: 0 0 0 -15px;
}*/
.btn_wr {
    float: right;
}

.woocommerce-MyAccount-content fieldset{margin-top: 40px;}
.welcome_ext{//display: none;}
#enqur{width:500px;}
#enqur .contact_form{margin:0; padding: 0 10px 10px;}
#enqur .contact_form li{padding: 0;}
.enquiry_heading{
	padding: 0 0 10px 10px;
	font-family: 'ExoDemiBold';
	font-size: 21px;
}
#enqur .contact_form textarea{height: 100px;}

/********************jquery.rateyo.min.css starts***********************/

.jq-ry-container{position:relative;padding:0 5px;line-height:0;display:block;cursor:pointer;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;direction:ltr}.jq-ry-container[readonly=readonly]{cursor:default}.jq-ry-container>.jq-ry-group-wrapper{position:relative;width:100%}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group{position:relative;line-height:0;z-index:10;white-space:nowrap}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg{display:inline-block}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group{width:100%}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group{width:0;z-index:11;position:absolute;top:0;left:0;overflow:hidden}

/********************jquery.rateyo.min.css ends***********************/

.widget_wysija_cont .wysija-submit{
	margin-top: 0 !important;
}