body {
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #444444;
	font-weight: 400;
}

a {
	color: #282828;
	text-decoration: underline;
}

a:hover {
	color: #0128ff;
	text-decoration: none;
}

hr {
	width: 100%;
	margin: 50px 0%;
	border: none;
	border-top: 1px dashed #c7c7c7 !important;
}

.p-0 {
	padding-right: 0;
	padding-left: 0;
}

.scrollmagic-toggle-class {
	opacity: 0;
	transition: all 1s ease;
}

.scrollmagic-toggle-class.scrollmagic-active {
	transition: all 2.5s ease;
	opacity: 1;
}

#wrap {
	float: left;
	width: 100%;
}

.container {
	position: relative;
	width: 1250px;
	margin: 0 auto;
	padding: 0;
}

.container:after {
	content: " 0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header * {
	transition: all .3s ease-in-out;
}

#header {
	width: 100%;
	float: left;
	color: #282828;
	padding: 20px 0;
	top: -182px;
	transition: all .3s ease-in-out;
	background-color: #FFFFFF;
}

#header .logo {
	float: left;
	width: 345px;
	margin-right: 24px;
}

#header .logo img {
	width: 100%;
	height: auto;
}

#header .top_left {
	float: left;
	width: 55%;
}

#header .top_left h2 {
	margin: 35px 0 0 10px;
	font-size: 27px;
	color: #001aa9;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#header .top_right {
	float: right;
	width: 14%;
	text-align: right;
}

#header .top_right ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#header .top_right ul li {
	display: inline-block;
	padding: 0 0 18px 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
}

#header .top_right ul li a {
	display: inline-block;
	font-size: 22px;
	line-height: 22px;
	color: #282828;
	font-weight: 700;
	text-decoration: none;
}

#header .top_right ul li a:hover {
	color: #0128ff;
	text-decoration: none;
}

#header .menu_box2 {
	display: none;
}

.header_divder {
	display: none;
}

#header.stiky {
	padding: 10px 0;
	position: fixed;
	top: 0;
	z-index: 99;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}

#header.stiky .top_left {
	display: none;
}

#header.stiky .top_right {
	display: none;
}

#header.stiky .menu_box {
	display: none;
}

#header.stiky .logo {
	width: 200px;
}

#header.stiky .menu_box2 {
	display: inline;
	width: 30.5%;
	float: right;
	margin-top: 15px;
}

.header_divder.stiky {
	display: block;
	height: 187px;
}

.menu_box {
	float: right;
	width: auto;
	padding: 0px;
}

.menu_box ul.menu {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu_box ul.menu li {
	float: left;
	width: auto;
	padding: 5px 7px;
	position: relative;
}

.menu_box ul.menu li:last-child {
	padding-right: 0px;
}

.menu_box ul.menu li a {
	display: block;
	padding: 0;
	font-size: 16px;
	color: #282828;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}

.menu_box ul.menu>li>a:hover,
.menu_box ul.menu>li.current_page_item>a {
	color: #0128ff;
}

.menu_box ul.menu>li:hover>ul.sub-menu {
	display: block;
}

.menu_box ul.menu li ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 265px;
	background-color: #ffffff;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	display: none;
}

.menu_box ul.menu li ul.sub-menu li {
	float: left;
	width: 100%;
	padding: 0 0px;
}

.menu_box ul.menu li ul.sub-menu li a {
	padding: 10px 15px;
	font-size: 15px;
	color: #000000;
	text-transform: none;
}

.menu_box ul.menu li ul.sub-menu li a:hover {
	background-color: #001aa9;
	color: #ffffff;
	text-decoration: none;
}

.menu_box ul.menu li ul.sub-menu li.current_page_item a {
	background-color: #001aa9;
	color: #ffffff;
	text-decoration: none;
}

.menu_box ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}

.menu_box ul.menu>li>ul>li:hover>ul.sub-menu {
	display: block;
}

#slider {
	width: 100%;
	float: left;
	position: relative;
}

#slider .bx-viewport {
	height: 620px !important;
}

#slider .bx-controls {
	position: absolute;
	width: 100%;
	/*bottom: 60px;*/
	bottom: 12%;
}

#slider .bx-pager.bx-default-pager a {
	background: #000;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 15px;
	border: 2px solid #fff;
}

#slider .bx-pager.bx-default-pager a:hover,
#slider .bx-pager.bx-default-pager a.active {
	background: #0128ff;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-0px);
		-ms-transform: translateY(-0px);
		transform: translateY(-0px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.active-slide .bx-caption {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

#slider .bx-wrapper .bx-prev {
	left: 20px;
	background: url(../images/controls.png) no-repeat left 0px;
}

#slider .bx-wrapper .bx-next {
	right: 20px;
	background: url(../images/controls.png) no-repeat right 0px;
}

#slider .bx-wrapper .bx-controls-direction a {
	width: 27px;
	height: 50px;
}

.bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0px solid #fff;
	margin: 0;
	border: 0px solid #fff;
	background: transparent;
}

.bx-wrapper img {
	margin: 0 auto;
	width: 100%;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 20%;
	left: 0;
	width: 70%;
	margin: 0 auto;
	right: 0;
	text-align: center;
	background: none;
}

.bx-wrapper .bx-caption a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background: #232883;
	width: auto;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	padding: 5px 30px;
	text-transform: uppercase;
	font-weight: 700;
}

.bx-wrapper .bx-caption a:hover {
	color: #fff;
	background: #0128ff;
}

.bx-wrapper .bx-caption .cap_title {
	background: #464445;
	background: rgba(70, 68, 69, 0.80);
	font-size: 25px;
	text-align: center;
	line-height: 57px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}

#middle {
	float: left;
	width: 100%;
}

.min_section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.min_section h1 {
	margin: 0 0 40px 0;
	font-size: 35px;
	color: #0128ff;
	font-weight: 700;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
}

.min_section h3 {
	margin: 10px 0;
	font-size: 24px;
	color: #0128ff;
	font-weight: 700;
	line-height: 34px;
}

.min_section h1:before {
	content: "";
	border-bottom: 1px solid #282828;
	width: 7%;
	position: absolute;
	left: 0;
	top: 24px;
}

.min_section h1:after {
	content: "";
	border-bottom: 1px solid #282828;
	width: 7%;
	position: absolute;
	right: 0;
	top: 24px;
}

.min_section p {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #444444;
}

.min_section ul.listbox {
	margin: 15px 0 30px 0;
	padding: 0;
	list-style: none;
	width: 100%;
	display: inline-block;
}

.min_section ul.listbox li {
	position: relative;
	float: left;
	width: 50%;
	padding: 5px 0px 5px 30px;
	font-size: 18px;
	font-weight: 700;
	color: #0128ff;
}

.min_section ul.listbox li:before {
	content: '\F135';
	position: absolute;
	left: 0px;
	font-family: 'Material Design Icons';
	color: #0128ff;
	font-size: 18px;
	line-height: 24px;
}

.product_section {
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 50px;
}

.product_section .shop {
	position: relative;
}

.product_section .shop .image {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.product_section .shop .image img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

.product_section .shop .caption {
	float: left;
	width: 100%;
	padding: 30px 19%;
	position: absolute;
	bottom: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	min-height: 134px;
}

.product_section .shop .caption h4 {
	margin: 0 0 8px 0;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.testimonials-sec {
	width: 100%;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 650px;
}

.testimonials-sec .testimonial {
	width: 100%;
	float: left;
	padding: 80px 0;
}

.testimonials-sec .testimonial h1 {
	margin: 0 0 0px 0;
	font-size: 35px;
	color: #fff;
	font-weight: 700;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
}

.testimonials-sec .testimonial ul {
	margin: 0;
	padding: 0px;
}

.testimonials-sec .testimonial p {
	margin: 90px 0;
	font-size: 30px;
	color: #fff;
	font-weight: 300;
	line-height: 40px;
	text-align: center;
	font-style: italic;
}

.testimonials-sec .testimonial h4 {
	margin: 0 0 10px 0;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}

.testimonials-sec .testimonial .rating {
	width: 100%;
	float: left;
	text-align: center;
}

.testimonials-sec .testimonial .rating i {
	font-size: 20px;
	color: #ffae00;
}

.testimonials-sec .bx-pager.bx-default-pager a {
	background: #000;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 15px;
	border: 2px solid #fff;
}

.testimonials-sec .bx-pager.bx-default-pager a:hover,
.testimonials-sec .bx-pager.bx-default-pager a.active,
.testimonials-sec .bx-pager.bx-default-pager a:focus {
	background: #0128ff;
}

.testimonials-sec .bx-controls {
	position: absolute;
	width: 100%;
	margin-top: 30px;
}

.contact_section {
	padding-top: 0px;
	padding-bottom: 0px;
}

.contact_section .map {
	width: 100%;
	float: left;
	min-height: 580px;
}

.contact_section .map iframe {
	width: 100%;
	float: left;
}

#footer {
	float: left;
	width: 100%;
	background-color: #585858;
}

.footer_section {
	padding-top: 50px;
	padding-bottom: 0px;
}

.footer_section h4 {
	margin: 0 0 15px 0;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	line-height: normal;
}

.footer_section .ftr_menu {
	padding-left: 35px;
}

.footer_section .ftr_menu p {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 26px;
}

.footer_section .ftr_menu p span {
	width: 38%;
	display: inline-block;
}

.footer_section .ftr_adr ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.footer_section .ftr_adr ul li {
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 26px;
	position: relative;
}

.footer_section .ftr_adr ul li a {
	color: #fff;
	text-decoration: underline;
	transition: all ease-in 0.2s;
}

.footer_section .ftr_adr ul li a:hover {
	color: #fff;
	text-decoration: none;
}

.footer_bottom {
	padding-top: 25px;
	padding-bottom: 35px;
}

.footer_bottom .copy_text {
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	text-align: left;
}

.footer_bottom .copy_text a {
	color: #fff;
	text-decoration: underline;
}

.footer_bottom .copy_text a:hover {
	color: #fff;
	text-decoration: none;
}

.footer_bottom .payment_logo {
	text-align: right;
}

/* contact form 7 */
body div.wpcf7-response-output {
	padding: 0 0px;
	margin: 20px 0 0 0;
	box-sizing: border-box;
	border: none;
}

body span.wpcf7-not-valid-tip {
	position: absolute;
	top: 3px;
	right: 4px;
	font-size: 12px;
	white-space: nowrap;
}

body .wpcf7-not-valid {
	border-color: #97292c !important;
}

/* ---------- Align Css ---------- */
.alignleft,
.alignnone {
	float: left;
	max-width: 100%;
	height: auto;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	max-width: 100%;
	height: auto;
	margin: 0 0 20px 20px;
}

.aligncenter {
	float: none;
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
}

/*----------------- inner pages -----------------*/
.inner_banner {
	position: relative;
	float: left;
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.inner_banner>img {
	width: 100%;
}

.inner_banner .caption {
	width: 100%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 0px;
	z-index: 1;
}

.inner_banner .caption h1 {
	margin: 0;
	font-size: 40px;
	color: #ffffff;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
}

.inner_banner .caption p {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
}

.inner_banner .bluelayer {
	background-color: rgba(20, 36, 95, 0.68);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ---------- Common Css ---------- */
.inner_section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.inner_section h1 {
	margin: 0 0 20px 0;
	font-size: 35px;
	color: #f86817;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
}

.inner_section .content h2 {
	margin: 0 0 20px 0;
	font-size: 30px;
	color: #0128ff;
	font-weight: 700;
	line-height: 40px;
}

.inner_section .content h3 {
	margin: 10px 0;
	font-size: 24px;
	color: #0128ff;
	font-weight: 700;
	line-height: 34px;
}

.inner_section .content h4 {
	margin: 10px 0;
	font-size: 24px;
	color: #444;
	font-weight: 700;
	line-height: 34px;
}

.inner_section .content p {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #444444;
}

.inner_section .images {
	text-align: right;
	margin-bottom: 30px;
}

.inner_section .images img {
	border: 3px solid #0128ff;
	padding: 5px;
	width: 100%;
	height: auto;
}

.inner_section ul.listbox {
	margin: 15px 0 30px 0;
	padding: 0;
	list-style: none;
	width: 100%;
	display: inline-block;
}

.inner_section ul.listbox li {
	position: relative;
	float: left;
	width: 100%;
	padding: 5px 0px 5px 30px;
	font-size: 18px;
	font-weight: 400;
	color: #444444;
}

.inner_section ul.listbox li:before {
	content: '\F135';
	position: absolute;
	left: 0px;
	font-family: 'Material Design Icons';
	color: #0128ff;
	font-size: 18px;
	line-height: 24px;
}

/*------------------ Windows Inner Page -------------------------*/
.glass_section {
	padding-top: 20px;
	padding-bottom: 50px;
}

.glass_section h2 {
	margin: 0 0 30px 0;
	font-size: 30px;
	color: #0128ff;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}

.glass_section h3 {
	margin: 10px 0 10px 0;
	font-size: 24px;
	color: #0128ff;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
}

.glass_section h2:before {
	content: "";
	border-bottom: 1px solid #282828;
	width: 12%;
	position: absolute;
	left: 0;
	top: 16px;
}

.glass_section h2:after {
	content: "";
	border-bottom: 1px solid #282828;
	width: 12%;
	position: absolute;
	right: 0;
	top: 16px;
}

.glass_section ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.glass_section ul li {
	display: inline-block;
	width: 23%;
	margin: 15px 5px;
	padding: 10px 10px;
	border: 1px solid #dedede;
	font-size: 16px;
	color: #353535;
	font-weight: 600;
	line-height: 26px;
	text-decoration: none;
}

/*------------------ Contact Page -------------------------*/
.contact_form {
	float: left;
	width: 100%;
	padding: 0px 0px;
}

.contact_form h2 {
	margin: 0 0 20px 0;
	font-size: 30px;
	color: #001aa9;
	font-weight: 700;
	line-height: 35px;
	text-align: left;
	text-transform: uppercase;
}

.contact-form {
	width: 100%;
}

.contact-form .form-group {
	margin-bottom: 20px;
}

.contact-form .form-group:last-child {
	margin-bottom: 0px;
}

.contact-form .form-control {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	border: 2px solid #ececed;
	border-radius: 4px;
	padding: 10px 20px;
	margin-bottom: 15px;
	background-color: #ffffff;
}

.contact-form .form-control::placeholder {
	color: #000000;
}

.contact-form .form-group .submit_btn {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background: #232883;
	width: auto;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	padding: 5px 30px;
	text-transform: uppercase;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
}

.contact-form .form-group .submit_btn:hover {
	color: #fff;
	background: #0128ff;
}

.contact-form textarea.form-control {
	height: auto;
	resize: none;
}


.contact_detail {
	float: left;
	width: 100%;
	padding: 0px 0 0 0;
}

.contact_detail h2 {
	margin: 0 0 20px 0;
	font-size: 30px;
	color: #001aa9;
	font-weight: 700;
	line-height: 35px;
	text-align: left;
	text-transform: uppercase;
}

.contact_detail h3 {
	text-align: left;
	font-size: 30px;
}

.contact_detail .detail {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 20px 25px;
	color: #282828;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
}

.contact_detail .detail:before {
	font-family: "Material Design Icons";
	color: #0128ff;
	position: absolute;
	left: 0;
}

.contact_detail .address:before {
	content: '\F34E';
	font-size: 20px;
}

.contact_detail .phone:before {
	content: '\F3F2';
	font-size: 20px;
}

.contact_detail .fax:before {
	content: '\F212';
}

.contact_detail .email:before {
	content: '\F1EE';
}

.contact_detail a {
	color: #282828;
	text-decoration: underline;
}

.contact_detail a:hover {
	color: #0128ff;
	text-decoration: none;
}

.contact_detail p i {
	display: inline-block;
	width: 40px;
	font-family: fontAwesome;
	font-size: 16px;
	color: #7cc34e;
	line-height: 30px;
	text-align: center;
}

.contact_detail .social {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}

.contact_detail .social ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.contact_detail .social ul li {
	display: inline-block;
	padding: 0px 5px 0 0;
}

.contact_detail .social ul li a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	background: #0128ff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.contact_detail .social ul li a:hover {
	color: #fff;
	background: #001aa9;
}

.contact-worning {
	margin-top: 30px;
	margin-bottom: 20px;
	border: 1px solid #003c6f;
	padding: 15px 20px;
	background-color: #1969c3;
	color: #fff;
}

.contact-worning h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	color: #fff;
	margin-top: 0;
}

.contact-worning h2 a {
	font-size: 34px;
	font-weight: 700;
	line-height: 28px;
	color: #fff;
}

/*----------------- Photos Gallery Page -----------------*/
.gallrey_box {
	float: left;
	width: 100%;
	padding: 20px 0px;
}

.gallrey_box a.cboxElement {
	width: 100%;
	display: inline-block;
	height: 220px;
	overflow: hidden;
	margin-bottom: 30px;
}

.gallrey_box .img_tag {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border: 2px solid #5860CB;
}

.gallrey_box .img_tag {
	width: 100%;
	height: 100%;
	object-fit: cover;
}