html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', margin:0;
	color: #555555;
}
h1 {
	font-size: 35px
}
h2 {
	font-size: 28px
}
h3 {
	font-size: 25px
}
h4 {
	font-size: 22px
}
h5 {
	font-size: 20px
}
h6 {
	font-size: 18px
}
p {
	font-size: 14px;
	color:#545454;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 0px;
	font-weight: 400;
	line-height: 25px;
}
a, span {
	text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: #FFFFFF
}
a:hover {
	color: #EFAC0D
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.read-more {
	padding: 10px 14px;
	border-radius: 1px;
	font-size: 12px;
	background: rgba(15,38,130,1);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
	background: -moz-linear-gradient(top, rgba(15,38,130,1) 0%, rgba(10,26,87,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,38,130,1)), color-stop(100%, rgba(10,26,87,1)));
	background: -webkit-linear-gradient(top, rgba(15,38,130,1) 0%, rgba(10,26,87,1) 100%);
	background: -o-linear-gradient(top, rgba(15,38,130,1) 0%, rgba(10,26,87,1) 100%);
	background: -ms-linear-gradient(top, rgba(15,38,130,1) 0%, rgba(10,26,87,1) 100%);
	background: linear-gradient(to bottom, rgba(15,38,130,1) 0%, rgba(10,26,87,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2682', endColorstr='#0a1a57', GradientType=0 );
}
.read-more:hover {
	background: rgba(253,184,19,1);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
	background: -moz-linear-gradient(top, rgba(253,184,19,1) 0%, rgba(210,148,2,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,184,19,1)), color-stop(100%, rgba(210,148,2,1)));
	background: -webkit-linear-gradient(top, rgba(253,184,19,1) 0%, rgba(210,148,2,1) 100%);
	background: -o-linear-gradient(top, rgba(253,184,19,1) 0%, rgba(210,148,2,1) 100%);
	background: -ms-linear-gradient(top, rgba(253,184,19,1) 0%, rgba(210,148,2,1) 100%);
	background: linear-gradient(to bottom, rgba(253,184,19,1) 0%, rgba(210,148,2,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb813', endColorstr='#d29402', GradientType=0 );
}
.read-more2 {
	padding: 10px 14px;
	border-radius: 1px;
	font-size: 12px;
	background: rgba(253,184,19,1);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
	background: -moz-linear-gradient(top, rgba(253,184,19,1) 0%, rgba(210,148,2,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,184,19,1)), color-stop(100%, rgba(210,148,2,1)));
	background: -webkit-linear-gradient(top, rgba(253,184,19,1) 0%, rgba(210,148,2,1) 100%);
	background: -o-linear-gradient(top, rgba(253,184,19,1) 0%, rgba(210,148,2,1) 100%);
	background: -ms-linear-gradient(top, rgba(253,184,19,1) 0%, rgba(210,148,2,1) 100%);
	background: linear-gradient(to bottom, rgba(253,184,19,1) 0%, rgba(210,148,2,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb813', endColorstr='#d29402', GradientType=0 );
}
.read-more2:hover {
	background: rgba(15,38,130,1);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
	background: -moz-linear-gradient(top, rgba(15,38,130,1) 0%, rgba(10,26,87,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,38,130,1)), color-stop(100%, rgba(10,26,87,1)));
	background: -webkit-linear-gradient(top, rgba(15,38,130,1) 0%, rgba(10,26,87,1) 100%);
	background: -o-linear-gradient(top, rgba(15,38,130,1) 0%, rgba(10,26,87,1) 100%);
	background: -ms-linear-gradient(top, rgba(15,38,130,1) 0%, rgba(10,26,87,1) 100%);
	background: linear-gradient(to bottom, rgba(15,38,130,1) 0%, rgba(10,26,87,1) 100%);
`
}





header.sticky {
	position: fixed !important;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
	background: #1d2b5e;
	-webkit-transform: translate(0, 1em);
	-moz-transform: translate(0, 1em);
	-o-transform: translate(0, 1em);
	-ms-transform: translate(0, 1em);
	transform: translate(0, 1em);
	top: -18px;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}
header {
	z-index: 999999 !important;
	position: relative;
}
header.sticky #menu-main-menu {
	padding-top: 0px;
}
.menu-wrap {
	padding-top: 20px;
}
#menu-main-menu {
	float: right;
	position: relative;
	padding-top: 20px;
}
#menu-main-menu li {
	display: inline-block;
	position: relative;
	padding-bottom: 4px;
	margin-left: 20px;
}
#menu-main-menu li ul {
	display: none;
	position: absolute;
	transition: all 0.8s linear
}
#menu-main-menu li li {
	display: inline-block;
	position: relative;
	padding: 7px 15px;
	margin-left: 0px;
}
#menu-main-menu li a {
	font-size: 16px;
	padding-right: 10px;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    font-weight: 500;
}
#menu-main-menu li li a {
	font-size: 14px;
	color: #fff;
	padding-right: 10px;
}
#menu-main-menu li:hover ul {
	display: block;
	background: #EFAC0D;
	width: 200px;
	transition: all 0.8s linear
}

.current_page_item a {
	color: #EFAC0D;
}

.logo-part {
	position: relative;
	z-index: 0;
}
.logo-part:before {
	position: absolute;
	content: '';
	background: #f7f7f7;
	width: 54%;
	height: 90px;
	z-index: -1;
	top: -20px;
	left: 0;
}
.logo-part img {
	padding-left: 15px;
}
.fullscreen-bg {

    margin-top: -7%;
}
.fullscreen-bg h1 {
	color: #F7F7F7;
	padding-bottom: 10px;
}
.fullscreen-bg p {
	color: #F7F7F7;
	font-size: 16px;
	padding-bottom: 30px;
	line-height: 26px;
}
.banner-bottom {
	background: #0A1A57;
	padding: 15px 0px;
	position: relative
}
.banner-bottom:before {
	content: '';
	background: #EBA90C;
	position: absolute;
	left: 0;
	width: 28%;
	height: 55px;
	top: 0;
}
.banner-bottom:after {
	content: '';
	background: #0a1a57;
	position: absolute;
	width: 55px;
	height: 55px;
	-webkit-transform: skewX(-20deg);
	transform: skewX(-30deg);
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	left: 25%;
	top: 0;
}
.banner-bottom p {
	font-weight: 600;
	color: #0a1a57;
	font-size: 16px;
	letter-spacing: 1px;
	padding: inherit
}
.banner-bottom .bx-prev, .banner-bottom .bx-next {
	background-color: transparent;
	text-indent: 0px !important;
}
.banner-bottom .bx-wrapper .bx-prev {
	left: -10% !important;
	z-index: 99
}
.banner-bottom .bx-wrapper .bx-next {
	right: -6% !important;
	z-index: 99
}
.banner-bottom .bx-prev:before {
	content: "\f177";
	font: normal normal normal 20px/1 FontAwesome;
}
.banner-bottom .bx-next:before {
	content: "\f178";
	font: normal normal normal 20px/1 FontAwesome;
}
.fil0 {
	fill: #0A1A57;
	fill-rule: nonzero
}

section.abt {
	padding: 100px 0px
}
.abt svg {
	width: 31%
}
.abt p {
	text-align: justify;
	padding-bottom: 20px;
}
.abt img {
	margin-top: 20px;
	position: relative
}


.footer-wrap {
	background: #071549;
	padding: 50px 0px 20px 0;
	position: relative;
	z-index: 0;
}
.footer-wrap:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	right: 0;
	bottom: 0;
	height: auto;

	z-index: -1;
	top: 0
}
footer h4 {
	color: #E0E0E0;
	font-size: 20px;
}
footer .fil0 {
	fill: #efac0d;
}
footer svg {
	width: 45%;
}
.footer-wrap p {
	color:#dfdfdf;
	font-size: 13px;
	text-align: justify;
	padding-top: 0px;
}
.footer-wrap ul li {
	font-size: 14px;
	padding-bottom:17px
}
.footer-wrap ul li i {
	width: 8%;
	color: #F2AA02
}
.footer-wrap ul li span:hover {
	color: #F2AA02
}
.footer-wrap span {
	color:#dfdfdf;
}
.footer-wrap .right i {
	font-size: 18px;
   display: table-cell;
    padding-right: 5%;
}
.footer-wrap .right span { display:table-cell;}
.footer-wrap .right li {
	padding-bottom: 30px;
}
.footer-wrap .right a { color:#dfdfdf}
.footer-wrap .content {
	padding-top: 20px;
}
.social-media {
	padding-top: 20px;
}
.social-media li {
	display: inline-block;
	color: #eee
}
.footer-bottom {
	background: #030d37;
	position: relative;
	padding: 10px;
}
.footer-bottom p {
	padding: 5px 0px;
	color:#bcbcbc;
}
.footer-bottom p span {
	float: right;
	color: #000
}
.footer-bottom p span a {
	color: #000
}
.footer-bottom:before {
	content: '';
	background: #EBA90C;
	position: absolute;
	right: 0;
	width: 32%;
	height: 55px;
	top: 0;
}
.footer-bottom:after {
	content: '';
	background: #030d37;
	position: absolute;
	width: 55px;
	height: 55px;
	-webkit-transform: skewX(-20deg);
	transform: skewX(-30deg);
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	right: 30%;
	top: 0;
}
section.prdt {
	background: url(/wp-content/themes/asiatech/images/product-BG.jpg) no-repeat;
	background-attachment: fixed;
	z-index: 0;
	position: relative;
	padding: 70px 0px
}
.prdt:after {
	content: '';
	background: #fff;
	opacity: 0.85;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	width: 70%;
}
.prdt h2, .prdt .fil0 {
	color: #fff;
	fill: #fff;
}
.tab-content .fil0 {
	fill: #0A1A57;
}
.tab-content svg {
	width: 30%
}
body .nav-tabs {
	
	border-bottom: 0;
	margin-top: 10px
}
body .nav-tabs li {
	float: none;
	margin: 0;
}
body .nav-tabs li a {
	margin-right: 0;
	border: 0;
	background-color: #0A1A57;
	margin-bottom: 13px;
	border-radius: 0px;
	padding: 12px 20px;
}
body .nav-tabs li a:hover {
	background-color: #444;
}
body .nav-tabs .glyphicon {
	color: #fff;
}
body .nav-tabs .active .glyphicon {
	color: #333;
}
body .nav-tabs > li.active > a, body .nav-tabs > li.active > a:hover, body .nav-tabs > li.active > a:focus {
	border: 0;
}
body .tab-content .tab-pane {
	display: none;
}
body .tab-content .active {
	display: block;
}
body .list-group {
	width: 100%;
}
body .list-group .list-group-item {
	height: 50px;
	background: transparent;
}
body .list-group .list-group-item h4, body .list-group .list-group-item span {
	line-height: 11px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color: #F2AA02;
}
body .nav-tabs li i {
	vertical-align: middle;
	display: table-cell;
}
body .nav-tabs li span {
	vertical-align: middle;
	display: table-cell;
	padding-left: 10px;
	font-size: 16px;
}
.tab-content {
	padding-left: 50px;
}
.tab-content p {
	text-align: justify;
	color: #393939
}
.service {
    padding: 80px 0px	
}
.service .row { margin-top:20px;}
.service .left:after {
	content: '';
	position: absolute;
	background: url(/wp-content/themes/asiatech/images/3d-services2.jpg) no-repeat;
	height: 301px;
	width: 320px;
	z-index: -1;
    left: 0;
    bottom: 10%;}
.service img {
	margin-top: 20%;
    position: relative;
    margin-left: 30px;}
.service-home { margin-bottom:30px;}
.box-wrap {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	margin: 0 auto 35px;
	text-align: center;
}
.box-wrap img { height:auto !important}
.team_info {
	padding: 15px;
	background: #fff;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
}
.team_info p {
	margin: 0 auto;
}
.team_info p {
	font-size: 18px;
	margin: 0 auto;
	color: #0a1a57
}
.service .box-wrap:hover .team_info {
	background: #0A1A57;
}
.service .box-wrap:hover .team_info h6, .service .box-wrap:hover .team_info p {
	color: #fff;
}
.team_img {
	position: relative;
	overflow: hidden;
}
.team_contact {
	background: #0A1A57 none repeat scroll 0 0;
	bottom: -100%;
	left: 0;
	padding: 20px 15px;
	position: absolute;
	right: 0;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}
.team_contact p, .team_contact p a {
	color: #fff;
	margin: 0 auto;
}
.team_contact p a:hover {
	text-decoration: underline;
}
.service .box-wrap:hover .team_contact {
	bottom: 0px;
}
.product-page .bx-wrapper .bx-next, .service .bx-wrapper .bx-next {
	background: url(/wp-content/themes/asiatech/images/prev1.png) no-repeat;
	background-color: transparent;
}
.product-page .bx-wrapper .bx-prev,  .service .bx-wrapper .bx-prev {
	background: url(/wp-content/themes/asiatech/images/next1.png) no-repeat;
	background-color: transparent
}
.product-page .bx-wrapper .bx-controls-direction a { top:50% !important}
.bx-wrapper .bx-prev {
	left: 0;
}
.test-wrap {
	background: url(/wp-content/themes/asiatech/images/testi-bg.jpg) no-repeat;
	background-attachment: fixed;
	position: relative;
	    padding: 80px 0px;
}
.test-wrap .product_name {
	background: #202020;
	padding: 6px 0px
}
.test-wrap .product_name p {
	color: #F2AA02;
	font-size: 16px;
}
.test-wrap h2 {
	color: #414141;
}
.test-wrap .right {
	text-align: center
}
.test-wrap .right .bx-wrapper img {
	text-align: center;
	margin: 0 auto
}
.test-wrap .bx-wrapper {
	margin-top: 30px;
}
.test-wrap .right p {
	color: #000000;
	font-size: 16px;
}
.test-wrap .bx-wrapper .bx-next {
	background: url(/wp-content/themes/asiatech/images/prev1.png) no-repeat;
	background-color: transparent;
	left: 7%;
}
.test-wrap .bx-wrapper .bx-prev {
	background: url(/wp-content/themes/asiatech/images/next1.png) no-repeat;
	background-color: transparent
}
.test-wrap .bx-wrapper .bx-controls-direction a {
	top: inherit
}
.test-wrap .right .bx-next {
	margin: 0 auto;
	left: 15%;
	right: 0
}
.test-wrap .right .bx-prev {
	margin: 0 auto;
	left: 0;
	right: 15%;
}
.test-wrap .fil0 {
	fill: #0a1a57;
}
.enquiry {
	padding: 20px 0px;
	text-align: center
}
.enquiry p {
	font-size: 20px;
}
.enquiry span {
	padding-left: 20px
}

.bredcrumb {
	border-bottom: 1px solid #e1e1e1;
}
.bredcrumb .current {
	color: #1d2b5e;
}
.breadcrumb {
	background: none;
	margin-bottom: 0px;
	padding: 20px 0px
}
#crumbs a {
	color: #777777
}
.page-content {
	padding: 40px 0px;
	    min-height: 350px;
}
.page header, .tax-products_category header, .single-products header, .search header, .error404 header{
	background: #1d2b5e;
}
.page #menu-main-menu, .tax-products_category #menu-main-menu, .single-products #menu-main-menu, .search #menu-main-menu, .error404 #menu-main-menu{
	padding-top: 5px;
}
.subpage-banner, .product-subpage-banner {
	position: relative;
	z-index: 0;
}
.subpage-banner h1, .product-subpage-banner h1 {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	top: 40%;
	color: #ffffff;
	font-size: 25px;
	background: rgb(29, 43, 94);
	width: 20%;
	padding: 10px 0px;
}
.product-subpage-banner:after, .subpage-banner:after {
	content: '';
	position: absolute;
	background: #fff;
	opacity: 0.5;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1
}
.page-content h2 {
	padding-bottom:5px
}
.about-us-page p {
	text-align: justify
}

.product-list-section {
	margin-top: 30px;
}
.product_content {
	padding: 0px 20px;
	padding-bottom: 30px;
}
.product-list-sec h2 {
	display: inline;
}
.product_content h4 a {
	color: #555555
}
.product_content p {
	text-align: justify
}
.product-box {
	background: #fff;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
.product-inner .product-thumbnail img, .tab-content img{
	width: 100%;
	height:auto
}
ul#accordion {
	float: right;
	padding: 10px;
	display: inline-block;
	position: relative;
}
ul#accordion li {
	display: inline-block;
	background: #1d2b5e;
	padding: 5px 8px;
}
.align {
	text-align: center
}
.list-wrap li {
	margin-bottom: 5px;
	border: 0;
	background-color: #eeeeee;
	padding: 15px 30px;
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.list-wrap li:hover, .list-wra li.current-menu-item {
	background: #1d2b5e;
}
.list-wrap li a {
	display: block;
	color: #272727;
	font-size: 16px;
	padding-left: 0;
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.list-wrap li:hover a, .download-brochure .item-download a {
	color: #EFAC0D;
}
.list-wrap li a:after {
	content: '\f0da';
	color: #fff;
	position: absolute;
	top: 50%;
	right: -10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	font-family: FontAweSome;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s
}
.list-wrap li:hover a:after, .list-wrap li.current-menu-item a:after {
	opacity: 1;
}
.download-brochure .item-download {
	margin-bottom: 5px;
	border: 0;
	background-color: #eeeeee;
	padding: 15px 30px;
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
{
}
.download-brochure .file {
	background: #1d2b5e;
	padding: 4px 5px;
	border-radius: 3px;
}
.download-brochure . {
padding-left:5px;
}
.download-brochure .item-download a {
	color: #272727;
	font-size: 16px;
	padding-left: 5px;
	position: relative;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.download-brochure .item-download i {
	padding-left: 10px
}
.list-wrap, .download-brochure {
	padding-bottom: 40px;
}
.list-wrap h4, .download-brochure h4 {
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 10px;
}
.list-wrap h4:after, .download-brochure h4:after {
	content: '';
	background: #555555;
	height: 1px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 30%;
}
.product-inner {
	margin-bottom: 35px;
	position: relative;
}
.product-thumbnail {
	position: relative;
	z-index: 0;
}
.product-thumbnail {
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.product-inner .product-thumbnail a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #efac0d;
	z-index: 9;
	opacity: 0;	
	visibility:hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.product-inner:hover .product-thumbnail a:before {	
	visibility:visible;
	opacity:0.8;	
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.product-inner:hover .product-thumbnail a:after {
	content: "\f0c1";
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	font: normal normal normal 14px/1 FontAwesome;
	top: 50%;
	color: #fff;
	font-size: 30px;
	z-index: 99;
}
.product-summary {
	margin-top: 15px;
}
.product-inner h4 a {
	color: #555555
}
.product-summary p { text-align:justify; min-height:100px;}
.all-products .right { margin-bottom:20px;}
.all-products .bx-wrapper {
	margin-top: 20px;
	}
.contact-details .form-control {width: 100%;
    line-height: 24px;
    height: 50px;
    font-size: 14px;
    border: 1px solid #f7f7f7;
    padding: 8px 20px 8px;
    background-color: #f7f7f7;
	border-radius:0px;
	box-shadow:none;
	}
.contact-details textarea { height:inherit !important}
.wpcf7-submit {
	position: relative;
    padding: 11px 30px 10px;
    line-height: 24px;
    color: #ffffff;
    letter-spacing: 1px;
    border:none;
    font-size: 13px;
    border-radius: 0;
	background: rgba(15,38,130,1);
	transition: all 0.5s linear;
	background: -moz-linear-gradient(top, rgba(15,38,130,1) 0%, rgba(10,26,87,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,38,130,1)), color-stop(100%, rgba(10,26,87,1)));
	background: -webkit-linear-gradient(top, rgba(15,38,130,1) 0%, rgba(10,26,87,1) 100%);
	background: -o-linear-gradient(top, rgba(15,38,130,1) 0%, rgba(10,26,87,1) 100%);
	background: -ms-linear-gradient(top, rgba(15,38,130,1) 0%, rgba(10,26,87,1) 100%);
	background: linear-gradient(to bottom, rgba(15,38,130,1) 0%, rgba(10,26,87,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2682', endColorstr='#0a1a57', GradientType=0 )
}

.page-template-products-tpl header.sticky, .single-products header.sticky{ position:inherit !important}




.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  border-radius: 25px;
      margin-top: 18px;
}
header.sticky .search-form .form-group, .page .search-form .form-group { margin-top:0px;}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 280px;
  border-radius: 4px 25px 25px 4px;
  background-color: #efac0d;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px;
}
.has-feedback label.sr-only ~ .form-control-feedback {    line-height: 30px;
    color: #fff;}

.mainmenu-toggler { display: none;}
.pattern-slider { text-align:center}
.single-product img { width:100%; height:auto;}
.product-gallery { margin-top:40px;}
.product-gallery li { width:45%; float:left}
.product-gallery li img { width:100%; height:auto;    padding-right: 30px;
    padding-bottom: 10px;}
	
	
	.search-icon-1 {
	text-align: right
}
.search-icon-1 i {
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 43px;
	width: 40px;
	height: 40px;
	background: #00bed2;
}
.search-sec {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999999;
	background: rgba(0,0,0,.8);
	margin: 0;
	width: 100%;
	height: 100vh;
	padding: 25% 25%;
	-webkit-transform: scale(.2, .2);
	-ms-transform: scale(.2, .2);
	-o-transform: scale(.2, .2);
	transform: scale(.2, .2);
	-webkit-transition: all .3s cubic-bezier(.4, 0, 1, 1);
	-moz-transition: all .3s cubic-bezier(.4, 0, 1, 1);
	-o-transition: all .3s cubic-bezier(.4, 0, 1, 1);
	-ms-transition: all .3s cubic-bezier(.4, 0, 1, 1);
	transition: all .3s cubic-bezier(.4, 0, 1, 1);
	opacity: 0;
	visibility: hidden;
	cursor: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.search-field {
	position: relative;
	z-index: 9999;
}
.search-field input {
	width: calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	border-radius: 0;
	border: 0;
	height: 50px;
	line-height: 40px;
	float: left;
	margin: 0;
	padding-left: 20px;
	background: #fff;
	color: #000;
	font-size: 15px;
	font-style: italic;
}
.search-field button {
	width: 50px;
	line-height: 50px;
	border-radius: 0;
	float: left;
	font-size: 16px;
	padding: 0;
	border: 0;
	background:#0a1a57;
	color: #fff;
	cursor: default;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	text-align: center;
	cursor: pointer;
}
.search-flield-open {
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s cubic-bezier(1);
	-moz-transition: all .3s;
	opacity: 1;
	visibility: visible;
}
.search-popup-bg {
	cursor: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7), progress;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#search-icon { display: inline-block; margin-left: 30px; margin-top:18px;}
header.sticky #search-icon { margin-top:0px;}
.contact-info p { padding:0px 0px}
.contact-info a { color:#545454; font-size:14px;}
.search #search-icon, .page #search-icon, .error404  #search-icon { margin-top:0px !important}
.search .side-menu {background:#1d2b5e; padding: 0px 15px;}
.search .side-menu h3 {padding-top: 18px; color: #fff;}
.search .side-menu li {border-bottom: 1px solid #293e8b; padding:8px 0px}

