/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://graphicbob.com/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Aftab Husain
 Author URI:   https://aftabhusain.wordpress.com/
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwenty/style.css");








body {
	background-color: #fff !important;
	line-height: 1.5 !important;
	color: #3F454D !important;
	font-size: 22px !important;
	letter-spacing: normal !important;
	font-family: 'ploni-regular-aaa' !important;
	font-weight:400;
}


body p{
	font-size: 22px;
}



body h1{
	font-size: 5.5vmax;
	margin:0 0 20px;
	font-family: 'Jura', sans-serif !important;
}


body h2{
	font-size:45px;	
	margin:0 0 20px;
	font-family: 'ploni-regular-aaa' !important;	
}


body h3{
	font-size:35px;	
	margin:0 0 20px;
}


body h4{
	font-size:28px;	
	margin:0 0 20px;
}



body h5{
	font-size:22px;	
	margin:0 0 20px;
}


body a:focus, body input:focus, 
body select:focus, 
body button:focus, 
body button:hover, 
body input:hover{
	outline:none;
	text-decoration:none !important;
	box-shadow:none;
}


body a, body input, body select, body button, i{
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}



p{
	font-family: 'ploni-regular-aaa' !important;
}





/*================================FONTS=============================*/



/*font-family: 'Assistant', sans-serif;*/
/*font-family: 'Jura', sans-serif;*/




/*=============REAL PLONI========*/



@font-face {
  font-family: 'ploni-regular-aaa';
  src:url('fonts/ploni-regular-aaa.woff') format('woff'),
        url('fonts/ploni-regular-aaa.woff2') format('woff2'),
        url('fonts/ploni-regular-aaa.eot'),
        url('fonts/ploni-regular-aaa.eot?#iefix') format('embedded-opentype'),
        url('fonts/ploni-regular-aaa.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: 'ploni-bold-aaa';
  src:url('fonts/ploni-bold-aaa.woff') format('woff'),
        url('fonts/ploni-bold-aaa.woff2') format('woff2'),
        url('fonts/ploni-bold-aaa.eot'),
        url('fonts/ploni-bold-aaa.eot?#iefix') format('embedded-opentype'),
        url('fonts/ploni-bold-aaa.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/*=============REAL PLONI========*/



/*================================FONTS=============================*/





/*================================HEADER=============================*/


#site-header {
    padding: 0 70px;
	width: 100%;
    background-color: #fff;
    box-shadow: none;
    position: fixed;
    left: 0;
    top: 0;
	z-index: 999;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}



#site-header.f-header {
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
}




header#site-header.scrollUp {
    transform: translateY(-190px);
    -webkit-transform: translateY(-190px);
    -moz-transform: translateY(-190px);
    -ms-transform: translateY(-190px);
}




#site-header .header-inner {
    width: 100%;
    max-width: 1400px;
    padding: 2rem 0px;
    justify-content: unset;
    -webkit-justify-content: unset;
    -moz-justify-content: unset;
    -ms-justify-content: unset;
	position: relative;
}


#site-header .header-inner .header-titles-wrapper {
    order: 0;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-order: 0;
    margin: 0 0 0 90px;
}



#site-header .site-logo img {
    max-height: 7rem;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}




#site-header.f-header .site-logo img {
    max-height: 5rem;
}






#site-header .header-inner .link-and-cart {
	position: absolute;
	left: 0;
	top: 50%;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}



#site-header .link-and-cart .contact-link a {
    background: linear-gradient(102deg, rgb(32, 35, 102) 0%, rgb(0, 159, 227) 50%, rgb(0, 72, 137) 100%);
    display: inline-block;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    padding: 6px 30px;
    border-radius: 50px;
    font-family: 'Assistant', sans-serif;
}



.link-and-cart ul {
    list-style: none;
    margin: 0;
    display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}



.link-and-cart ul li.linkedin-icon {
    margin-left: 14px;
}



.link-and-cart .contact-link {
    margin-right: 30px;
}




.link-and-cart ul li.card-icon a {
    position: relative;
    text-decoration: none;
    display: block;
}




.link-and-cart ul li.card-icon small {
    background: #055EA9;
    color: #fff;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    top: -11px;
    left: 20px;
}






.link-and-cart ul li i {
    color: #004889;
    font-size: 19px;
}



#site-header nav ul {
    margin: 0;
}



#site-header ul.primary-menu {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}




#site-header nav ul li {
    margin: 0 0 0 27px;
    padding-left: 27px;
}



#site-header nav ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}



#site-header nav ul li:first-child::after {
    display: none;
}



#site-header nav ul li a {
	color: #3F454D;
	font-size: 19px;
	font-family: 'Assistant', sans-serif;
	font-weight: 500;
}



#site-header nav ul li a:hover, #site-header nav ul li.current-menu-item a {
	color: #18a7e6;
	text-decoration:none;
}



#site-header .primary-menu > li.menu-item-has-children ul li a{	
	color: #3F454D;
}





#site-header nav ul li::after {
    content: "";
    display: block;
    width: 2px;
    border-right: 2px solid #18a7e6;
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
}




#site-header nav ul li ul.sub-menu {
    background-color: #fff;
    border-radius: 0;
    padding-bottom: 0;
    left: 29px;
    width: 21.1rem;
    margin: 0 auto;
}



#site-header nav ul li ul.sub-menu li {
    padding: 0;
    margin: 0;
}


#site-header nav ul li ul.sub-menu li::after {
    display: none;
}



#site-header nav ul li ul.sub-menu::before, 
#site-header nav ul li ul.sub-menu::after {
    opacity: 0;
}



#site-header nav ul li ul.sub-menu li a {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-align: right;
    padding: 7px 20px;
}



#site-header nav ul li ul.sub-menu li:last-child a {
    border-bottom: none;
}


#site-header nav ul li ul.sub-menu li a:hover, 
#site-header nav ul li ul.sub-menu li.current-menu-item a {
	background:#009FE333;
	color: #3F454D;
}



.primary-menu a:hover, .primary-menu a:focus, 
.primary-menu .current_page_ancestor {
    text-decoration: none;
}




.primary-menu > li.menu-item-has-children > a {
    padding-right: 0;
    padding-left: 2rem;
    background: url("images/Icon-drop.png") no-repeat 5px 11px;
    background-size: 9px;
}




#site-header .primary-menu > li > .icon {
    right: auto;
    margin-left: 6px;
	display:none;
}


#site-header .primary-menu .icon::after {
    width: 7px;
}


#site-header .primary-menu .icon::before {
    height: 7px;
}








.mobile-nav-toggle .toggle-inner .toggle-icon {
	background: url("images/hamburger-new.png") no-repeat 0 0;
	width: 30px;
	height: 30px;
	background-size: 100%;
	background-position: center;
	border-radius: 3px;
	margin-top: -3px;
}



.nav-toggle .toggle-inner {
	padding-top: 12px !important;
}


.header-inner .toggle:focus 
.toggle-text, .header-inner 
.toggle:hover .toggle-text {
	text-decoration: none;
}   


.mobile-nav-toggle .toggle-inner .toggle-text {
	display:none;
}

.modal-menu {
    position: relative;
    left: calc(50% - 40vw);
    width: 100vw;
}

.menu-modal .menu-modal-inner, .menu-modal {
	background-color: #004889; 
	z-index: 9999!important;
}


.menu-modal .menu-modal-inner .section-inner nav ul li a {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	padding: 20px;
	text-align: right;
}


.menu-modal .menu-modal-inner .section-inner nav ul li a:hover {
	background:rgba(0,0,0,0.1) !important;
	color: #fff;
}


.menu-modal .menu-modal-inner .section-inner nav ul li {
	border-color: rgba(255,255,255,0.1);
}


.menu-modal .menu-modal-inner .section-inner button:hover {
	text-decoration: none;
}


.menu-top .toggle.close-nav-toggle
.fill-children-current-color {
	padding-right: 15px !important;   
}


.menu-modal   button.toggle{
   color:#fff !important;
   font-weight:600;
   padding-right: 15px !important;  
}


.menu-modal .menu-modal-inner button.sub-menu-toggle {
    border-left: none !important;
    padding: 0 20px !important;
    margin: 0;
    background: #fff;
    color: #000 !important;
}


.menu-modal button.sub-menu-toggle {
	border:none!important;  
}  



p:empty, 
.toggle.search-toggle.mobile-search-toggle, 
.mobile-nav-toggle .toggle-inner .toggle-icon svg {
    display: none;
}



.toggle.nav-toggle.mobile-nav-toggle .toggle-inner {
    padding-top: 0 !important;
}



#site-header .header-inner .toggle.nav-toggle.mobile-nav-toggle .toggle {
    padding: 0 0;
    width: auto;
	right: 10px;
}	



.toggle.nav-toggle.mobile-nav-toggle {
    right: 0;
    padding: 0;
    width: auto;
}



.mobile-menu li.site-logo-middle {
    display: none;
}



.site-description {
    display: none;
}






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


	#site-header {
		padding: 0 20px;
	}



	.link-and-cart .contact-link, .header-inner .link-and-cart ul li {
		display: none;
	}




	#site-header .header-inner .link-and-cart {
		right: 50px;
		max-width: 150px;
	}



	#site-header .header-inner .link-and-cart ul li.card-icon {
		display: block;
	}



	#site-header .header-inner .header-titles-wrapper {
		margin: 0;
		padding: 0;
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
	}



	#site-header .site-logo img {
		max-height: 5rem;
	}
	
	
	#site-header.f-header .site-logo img {
		max-height: 4rem;
	}
	
	
	
}/*====media close====*/




@media only screen and (min-width:1000px) and (max-width:1300px){


	#site-header {
		padding: 0 40px;
	}



	#site-header .site-logo img {
		max-height: 4rem;
	}
	
	
	#site-header.f-header .site-logo img {
		max-height: 3rem;
	}



	.link-and-cart .contact-link, 
	.header-inner .link-and-cart ul li {
		display: block;
	}	



	#site-header .header-inner .header-titles-wrapper {
		margin: 0 0 0 40px;
		padding: 0;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
	}



	#site-header .header-inner .link-and-cart {
		left: 0;
		right: auto;
	}



	#site-header .link-and-cart .contact-link a {
		font-size: 17px;
		padding: 6px 16px;
	}



	#site-header .link-and-cart ul li {
		margin: 0 0 0 12px;
	}



	#site-header nav ul li::after {
		top: 4px;
	}



	#site-header .link-and-cart .contact-link {
		margin-right: 5px;
	}



	#site-header nav ul li {
		margin: 0 0 0 19px;
		padding-left: 19px;
	}



	#site-header nav ul li a {
		font-size: 16px;
	}
	
	
	#site-header nav ul li ul.sub-menu {
		left: 19px;
		width: 14.4rem;
	}

	
	
	
}/*====media close====*/





@media only screen and (min-width:1300px) and (max-width:1400px){
	
		
	#site-header {
		padding: 0 60px;
	}



	#site-header nav ul li a {
		font-size: 18px;
	}	



	#site-header nav ul li::after {
		top: 7px;
	}



	#site-header .header-inner .header-titles-wrapper {
		margin: 0 0 0 50px;
	}


	#site-header .site-logo img {
		max-height: 5rem;
	}
	
	
	#site-header.f-header .site-logo img {
		max-height: 4rem;
	}
	
	
	#site-header .link-and-cart .contact-link a {
		font-size: 22px;
		padding: 6px 22px;
	}
	
	
	.link-and-cart .contact-link {
		margin-right: 6px;
	}
	
	
	.link-and-cart ul li {
		margin: 0 0 0 14px !important;
	}
	
	
	#site-header nav ul li ul.sub-menu {
		width: 16.4rem;
	}
	
	
	
}/*====media close====*/






@media only screen and (min-width:1400px) and (max-width:1500px){
	
	#site-header .site-logo img {
		max-height: 6rem;
	}


	#site-header .link-and-cart .contact-link a {
		font-size: 22px;
		padding: 6px 23px;
	}


	.link-and-cart ul li {
		margin: 0 0 0 14px !important;
	}


	.link-and-cart .contact-link {
		margin-right: 20px;
	}	
	
	
	#site-header nav ul li ul.sub-menu li a {
		font-size: 15px;
	}
	
	
}/*====media close====*/








@media only screen and (min-width:1200px) and (max-width:1300px){
	
	#site-header .site-logo img {
		max-height: 5rem;
	}


	#site-header nav ul li a {
		font-size: 20px;
	}
	
	
	#site-header nav ul li ul.sub-menu li a {
		font-size: 15px;
	}
	
	
}/*====media close====*/




@media only screen and (min-width:1000px) and (max-width:1100px){
	
	#site-header nav ul li a {
		font-size: 15px;
	}
	
	
}/*====media close====*/






	



/*================================HEADER=============================*/





/*================================HOME=============================*/


.home #site-content {
    overflow: hidden;
	padding-top: 100px
}


#site-content {
	overflow: visible;
    padding-top:0px;
    min-height: 500px;
}


.main-banner-wrapper {
    position: relative;
}



.main-banner-wrapper .caption {
	position: absolute;
	top: 45%;
	left: 48%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	width: 90%;
	max-width: 1330px;
	margin: 0 auto;
}



.main-banner-wrapper .caption h1 {
    color: #fff;
    font-weight: 700;
    position: relative;
    top: -28px;
    left: -48px;
    font-size: 5.5vmax;
}



.main-banner-wrapper .caption img {
    display: inline;
}


/*

.main-banner-wrapper::before {
    content: "";
    display: block;
    background: url("images/Path-2493.png") no-repeat 0 0;
    height: 477px;
    width: 614px;
    background-size: contain;
    position: absolute;
    top: 53%;
    left: -4%;
    transform: translate(0, -50%);
}

*/



/*
.main-banner-wrapper::before {
    content: "";
    display: block;
    background: url("images/bnrservice-b-banner-min.png") no-repeat 0 0;
    height: 100%;
    width: 100%;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}





.main-banner-wrapper.mobile-banner::before {
    content: "";
    display: block;
    background: url("images/mobile-banner-bg.png") no-repeat 0 0;
    height: 100%;
    width: 100%;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
*/



.main-banner-wrapper img.fluid-image {
    width: 100%;
}




.product-slider-wrapper, 
.product-slider-wrapper-inner {
    background-size: cover;
    background-repeat: no-repeat;
}



.product-slider-wrapper-inner h2 {
    text-align: center;
    color: #fff;
    font-weight: 100;
    font-size: 45px;
    font-family: 'Assistant', sans-serif;
    margin: 0 0 50px;
    line-height: normal;
}





.product-slider-wrapper-inner {
    padding: 110px 0 150px;
}





.product-slider-wrapper #product-slider {
    padding: 0 80px;
}



#product-slider .inner .image {
    background: #fafafa;
    text-align: center;
    border-radius: 10px;
    padding: 50px;
    box-shadow: 0 0 13px 0 rgba(0,0,0,0.1);
    margin-bottom: 34px;
    overflow: hidden;
}



#product-slider .inner {
    text-align: center;
}



#product-slider .inner .image img {
    max-width: 200px;
    display: inline;
    width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    height: 226px;
    object-fit: contain;
}



#product-slider .inner:hover .image img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
}



#product-slider .inner h3 a {
    color: #fff;
    text-decoration: none;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.05px;
}



#product-slider .inner h4 a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
}



#product-slider .inner h3, #product-slider .inner h4 {
    margin: 0;
    line-height: 37px;
}




.product-slider-wrapper .swiper-button-next {
    background: url("images/Icon-ionic-ios-next.png") no-repeat center center;
    opacity: 1 !important;
	top: 36%;
	transform: rotate(180deg) !important;
	-webkit-transform: rotate(180deg) !important;
	-moz-transform: rotate(180deg) !important;
	-ms-transform: rotate(180deg) !important;
}


.product-slider-wrapper .swiper-button-prev {
    background: url("images/Icon-ionic-ios-prev.png") no-repeat center center;
    opacity: 1 !important;
    top: 36%;
	transform: rotate(180deg) !important;
	-webkit-transform: rotate(180deg) !important;
	-moz-transform: rotate(180deg) !important;
	-ms-transform: rotate(180deg) !important;
}


.product-slider-wrapper .swiper-button-next::after, 
.product-slider-wrapper .swiper-button-prev:after, 
.product-slider-wrapper .swiper-pagination-bullets {
    display: none;
}



.about-us-wrapper .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}



.about-us-wrapper .left-image {
    width: 60%;
}



.about-us-wrapper .left-image img {
    width: 100%;
    margin-top: -50px;
}



.about-us-wrapper .right-content {
    width: 40%;
    text-align: right;
    margin-bottom: 55px;
}




.about-us-wrapper .right-content h3 {
    color: #004889;
    font-size: 45px;
    margin-bottom: 34px;
}



.about-us-wrapper .right-content p ,.about-us-wrapper .right-content li  {
    color: #3F454D;
    font-size: 20px;
}

.content_section_part {
    text-align: right;
}


.about-us-wrapper .right-content a {
    background: linear-gradient(102deg, rgb(32, 35, 102) -15%, rgb(0, 159, 227) 50%, rgb(0, 72, 137) 148%);
    color: #fff;
    padding: 6px 24px 6px 18px;
    text-decoration: none;
    border-radius: 50px;
    display: inline-block;
    margin-top: 0px;
}




.our-solutions-wrapper-inner {
    background: rgba(32,58,88,0.95);
    padding: 100px 0;
}




.our-solutions-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -50px;
}




.our-solutions-wrapper-inner h2 {
    text-align: center;
    color: #fff;
    margin: 45px 0;
    line-height: normal;
}




.our-solutions-wrapper-inner .solution-boxes ul {
	list-style: none;
	margin: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: space-between;
	-ms-justify-content: center;
}



.our-solutions-wrapper-inner .solution-boxes ul li {
	margin: 0 10px;
	border-radius: 10px;
	border: 2px solid #009EE3;
	width: 22%;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	padding: 40px 10px;
	position:relative;
	overflow:hidden;
}



.our-solutions-wrapper-inner .solution-boxes ul li::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    position: absolute;
    top: 0;
    z-index: -1;
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	opacity:0;
}




.our-solutions-wrapper-inner .solution-boxes ul li:hover::after {
    opacity:1;
}




.solution-boxes-img img {
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
	position:relative;
	 z-index: 1;
}




.our-solutions-wrapper-inner .solution-boxes ul li h3 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    width: 100%;
    height: 40px;
    background: url("images/group-5888.png") no-repeat center top;
    margin: 24px 0 40px;
    padding-top: 30px;
    background-size: 101px;
	position:relative;
	z-index: 1;
}


/*
.our-solutions-wrapper-inner .solution-boxes ul li:hover h3 {
    color: #004889;
}
*/


.view-more-btn {
    text-align: center;
    margin-top: 70px;
}



.view-more-btn a {
    background: linear-gradient(102deg, rgb(32, 35, 102) 0%, rgb(0, 159, 227) 50%, rgb(0, 72, 137) 100%);
    color: #fff;
    padding: 7px 30px;
    text-decoration: none;
    border-radius: 50px;
    display: inline-block;
    margin-top: 15px;
}




.our-solutions-wrapper-inner .view-more-btn a {
	background: linear-gradient(102deg, rgb(32, 35, 102) -15%, rgb(0, 159, 227) 50%, rgb(0, 72, 137) 148%);
    padding: 6px 24px 6px 18px;
}




.tab-section-wrapper {
    background: #F9F9F9;
    padding: 100px 0 70px;
    box-shadow: 0px 17px 51px #00000029;
}



.tab-section-wrapper h2 {
    text-align: center;
    margin: 0;
    color: #004889;
}



.tab-section-wrapper .tab {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	margin: 54px 0 54px;
}



.tab-section-wrapper .tablinks {
    margin: 0 40px;
    position: relative;
    cursor: pointer;
    color: #000;
    font-weight: 700;
    font-size: 22px;
}



.tab-section-wrapper .tablinks::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: transparent;
}




.tab-section-wrapper .tablinks.active::after {
    background: linear-gradient(102deg, rgb(32, 35, 102) 0%, rgb(0, 159, 227) 50%, rgb(0, 72, 137) 100%);
}





.tab-section-wrapper .tabcontent ul {
	list-style: none;
	margin: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}



.tab-section-wrapper .tabcontent ul li {
    margin: 0 0 80px;
    width: 46%;
    display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}



.tab-section-wrapper .tabcontent ul li .section-left {
    width: 50%;
    text-align: right;
}



.tab-section-wrapper .tabcontent ul li .section-left h3 {
    font-size: 24px;
    color: #151924;
    margin: 0 0 15px;
    font-weight: 700;
}




.tab-section-wrapper .btn.btn-readmore {
    background: linear-gradient(102deg, rgb(32, 35, 102) -15%, rgb(0, 159, 227) 50%, rgb(0, 72, 137) 148%);
    color: #fff;
    padding: 6px 24px 6px 18px;
    text-decoration: none;
    border-radius: 50px;
    display: inline-block;
    margin-top: 6px;
}







.tab-section-wrapper .section-left p {
    color: #3F454D;
    font-size: 18px;
}




.tab-section-wrapper .tabcontent ul li .section-right {
    width: 44%;
    overflow: hidden;
    box-shadow: 0px 3px 12px #00000029;
}




.tab-section-wrapper .tabcontent ul li .section-right img {
	width: 100%;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	height: 100%;
	object-fit: cover;
}



.tab-section-wrapper .tabcontent ul li .section-right a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}



.tab-section-wrapper .tabcontent ul li .section-right a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: url("images/video-play-btn.png") no-repeat 0 0;
    width: 40px;
    height: 50px;
    background-size: 100%;
}






.tab-section-wrapper .tabcontent ul li .section-right:hover img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
}





.client-carousel-wrapper {
    box-shadow: 0px 17px 51px #00000029;
    background: #fff;
    padding: 80px 0;
}



.client-carousel-wrapper .swiper-button-next {
	background: url("images/Icon-ionic-next.png") no-repeat center center;
	opacity: 1 !important;
	transform: rotate(180deg) !important;
	-webkit-transform: rotate(180deg) !important;
	-moz-transform: rotate(180deg) !important;
	-ms-transform: rotate(180deg) !important;
}


.client-carousel-wrapper .swiper-button-prev {
	background: url("images/Icon-ionic-prev.png") no-repeat center center;
	opacity: 1 !important;
	transform: rotate(180deg) !important;
	-webkit-transform: rotate(180deg) !important;
	-moz-transform: rotate(180deg) !important;
	-ms-transform: rotate(180deg) !important;
}


.client-carousel-wrapper .swiper-button-next::after, 
.client-carousel-wrapper .swiper-button-prev:after, 
.client-carousel-wrapper .swiper-pagination-bullets {
    display: none;
}


.client-carousel-wrapper .swiper-wrapper {
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}



.client-carousel-wrapper .cliet-logo {
    text-align: center;
}



.client-carousel-wrapper .cliet-logo img {
    display: inline;
}




.client-carousel-wrapper #client-slider {
    padding: 0 50px;
}




.client-carousel-wrapper h2 {
    text-align: center;
    color: #004889;
    margin-bottom: 40px;
}




.map-outer-wrapper {
    padding: 90px 0 60px;
}



.map-outer-wrapper h2 {
    color: #004889;
    text-align: center;
}



.map-inner-wrapper {
    position: relative;
    padding-top: 70px;
}



.map-direction {
    position: absolute;
    z-index: 1;
}




.map-inner-wrapper img.map-route {
    width: 100%;
    position: relative;
    z-index: -1;
}



.map-direction p {
    color: #004889;
    font-size: 17px;
    text-align: center;
    width: 100%;
    max-width: 144px;
    margin: 0 auto;
    line-height: 16px;
    font-weight: 700;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}





.map-direction p span {
    display: block;
    text-align: center;
}




.map-direction .direction-img {
    position: relative;
    width: 100%;
    max-width: 70px;
    margin: 10px auto 0;
	cursor: pointer;
}







.map-direction .direction-tip {
    position: absolute;
    top: 0;
    right: -135px;
    width: 180px;
    /*height: 100px;*/
    height: auto;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
    padding: 10px;
    overflow: hidden;
    opacity: 0;
}



.direction-img:hover .direction-tip {
    opacity: 1;
}





.map-inner-desktop .map-direction.map-direction-1 .direction-tip {
    right: 32px;
}




.map-inner-desktop .map-direction.map-direction-1 {
    z-index: 9;
}



.map-inner-desktop .map-direction.map-direction-2:hover{
    z-index: 10;
}



.map-inner-desktop .map-direction.map-direction-2 {
    z-index: 2;
}


.map-inner-desktop .map-direction.map-direction-3 {
    z-index: 3;
}


.map-inner-desktop .map-direction.map-direction-4 {
    z-index: 4;
}


.map-inner-desktop .map-direction.map-direction-5 {
    z-index: 5;
}


.map-inner-desktop .map-direction.map-direction-6 {
    z-index: 6;
}


.map-inner-desktop .map-direction.map-direction-7 {
    z-index: 7;
}


.map-inner-desktop .map-direction.map-direction-8 {
    z-index: 8;
}






.map-direction .direction-tip p {
    color: #3F454D;
    text-align: right;
    font-size: 16px;
    opacity: 0.6;
    max-width: 100%;
}





.map-direction.map-direction-1 {
    right: calc(100% - 97.5%);
    bottom: calc(100% - 68%);
}


.map-direction.map-direction-1.map-direction-1-line {
    width: 99px;
    height: 106px;
    background: url("images/map-direction-line-1.png") no-repeat 0 0;
    margin: 0 auto 0;
    bottom: calc(100% - 76%);
    z-index: -1 !important;
    right: calc(100% - 97.4%);
}







.map-direction.map-direction-2 {
    right: calc(100% - 87.4%);
    bottom: calc(100% - 64%);
}


.map-direction.map-direction-2.map-direction-2-line {
    width: 99px;
    height: 106px;
    background: url("images/map-direction-line-1.png") no-repeat 0 0;
    margin: 0 auto 0;
    bottom: calc(100% - 71%);
    z-index: -1 !important;
    right: calc(100% - 86%);
}





.map-direction.map-direction-3 {
    right: calc(100% - 72.4%);
    top: calc(100% - 82%);
}


.map-direction.map-direction-3.map-direction-3-line {
    width: 99px;
    height: 106px;
    background: url("images/map-direction-line-1.png") no-repeat 0 0;
    margin: 0 auto 0;
    top: calc(100% - 73%);
    z-index: -1 !important;
    right: calc(100% - 72.5%);
}





.map-direction.map-direction-4 {
    right: calc(100% - 63%);
    top: calc(100% - 84%);
}


.map-direction.map-direction-4.map-direction-4-line {
    width: 99px;
    height: 106px;
    background: url("images/map-direction-line-1.png") no-repeat 0 0;
    margin: 0 auto 0;
    top: calc(100% - 75%);
    z-index: -1 !important;
    right: calc(100% - 62%);
}






.map-direction.map-direction-5 {
    right: calc(100% - 52.5%);
    top: calc(100% - 82%);
}


.map-direction.map-direction-5.map-direction-5-line {
    width: 99px;
    height: 106px;
    background: url("images/map-direction-line-5.png") no-repeat 0 0;
    margin: 0 auto 0;
    top: calc(100% - 72%);
    z-index: -1 !important;
    right: calc(100% - 51%);
}





.map-direction.map-direction-6 {
    left: calc(100% - 67.2%);
    top: calc(100% - 68%);
}


.map-direction.map-direction-6.map-direction-6-line {
    width: 99px;
    height: 106px;
    background: url("images/map-direction-line-1.png") no-repeat 0 0;
    margin: 0 auto 0;
    top: calc(100% - 58%);
    z-index: -1 !important;
    left: calc(100% - 66%);
}






.map-direction.map-direction-7 {
    left: calc(100% - 85.1%);
    top: calc(100% - 91%);
}


.map-direction.map-direction-7.map-direction-7-line {
    width: 99px;
    height: 106px;
    background: url("images/map-direction-line-1.png") no-repeat 0 0;
    margin: 0 auto 0;
    top: calc(100% - 81%);
    z-index: -1 !important;
    left: calc(100% - 84%);
}






.map-direction.map-direction-8 {
    left: calc(100% - 97.2%);
    top: calc(100% - 96%);
}


.map-direction.map-direction-8.map-direction-8-line {
    width: 99px;
    height: 106px;
    background: url("images/map-direction-line-1.png") no-repeat 0 0;
    margin: 0 auto 0;
    top: calc(100% - 86%);
    z-index: -1 !important;
    left: calc(100% - 96%);
}









@media only screen and (min-width:1000px) and (max-width:1500px){




	.map-direction.map-direction-1 {
		right: calc(100% - 96.8%);
	}
	
	
	
	.map-direction.map-direction-2 {
		right: calc(100% - 86.4%);
	}
	


	.map-direction.map-direction-3 {
		top: calc(100% - 86%);
		right: calc(100% - 72%);
	}


	.map-direction.map-direction-4 {
		top: calc(100% - 88%);
		right: calc(100% - 62.4%);
	}


	.map-direction.map-direction-5 {
		top: calc(100% - 85%);
		right: calc(100% - 51.6%);
	}


	.map-direction.map-direction-6 {
		left: calc(100% - 66%);
		top: calc(100% - 73%);
	}


	.map-direction.map-direction-7 {
		top: calc(100% - 93%);
		left: calc(100% - 84%);
	}


	.map-direction.map-direction-8 {
		top: calc(100% - 97%);
		left: calc(100% - 96%);
	}



	.map-direction p {
		font-size: 14px;
		line-height: 17px;
		max-width: 100px;
	}
	
	
	
}/*====media close===*/






/*================================HOME=============================*/





/*================================DEFAULT=============================*/



body.page-template-default p {
    line-height: normal !important;
    margin-bottom: 15px !important;
}



.entry-header.has-text-align-center.header-footer-group, 
.post-meta-wrapper.post-meta-edit-link-wrapper {
    display: none;
}



.page-template-default #site-content {
    padding-bottom: 70px;
}



body .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
    width: 100%;
}



.default-fluid-banner {
    margin-top: 110px;
    position: relative;
    overflow: hidden;
    background: rgb(32,35,102);
    background: linear-gradient(180deg, rgba(32,35,102,1) 0%, rgba(0,159,227,1) 50%, rgba(0,72,137,1) 100%);
	height:270px;
}





.default-fluid-banner .default-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    max-width: 800px;
}


/*
.default-fluid-banner::before {
    content: "";
    display: block;
    background: url("images/bnrservice-b-banner.png") no-repeat 0 0;
    height: 100%;
    width: 100%;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
*/



.default-fluid-banner h1 {
    color: #fff;
    font-weight: 700;
    font-size: 45px;
    margin: 0;
}






@media only screen and (min-width:1000px) and (max-width:1500px){
	
    #site-header .header-inner {
		padding: 30px 0px;
	}	
	
	
}/*======media close=====*/





/*================================DEFAULT=============================*/






/*================================SOLUTION=============================*/


.solutions-page-content .about-us-wrapper.about-block-1 {
    padding: 15px 0;
}




.solutions-page-content .about-us-wrapper.about-block-2 {
    padding: 170px 0 120px;
}



.solutions-page-content .about-us-wrapper h3 {
    font-size: 32px;
    color: #004889;
    margin-bottom: 20px !important;
}


.solutions-page-content .about-us-wrapper img.icon {
    display: inline-block;
    max-width: 60px;
    margin-bottom: 28px;
    margin-left: auto;
}



.solutions-page-content .right-content p {
    margin-bottom: 2px;
	font-size: 17px;
	color:#3F454D;
	line-height: 28px;
}



.solutions-page-content .right-content ul {
    list-style: none;
    margin: 0px;
    padding: 0;
}


.solutions-page-content .right-content ul li {
    font-size: 17px;
    background: url("images/ul-bullet.png") no-repeat right 6px;
    margin: 0;
    background-size: 18px;
    padding-right: 26px;
	color:#3F454D;
	line-height: 28px;
}




.solutions-page-content .about-us-wrapper.about-block-2 .right-content, 
.solutions-page-content .about-us-wrapper.about-block-1 .right-content {
	width: 47%;
}




.solutions-page-content .about-us-wrapper .right-content {
	height: 600px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	align-content: center;
	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}



.solutions-page-content .about-us-wrapper .right-content a {
    background: transparent;
    color: #009FE3;
    padding: 0;
    margin: 10px 0px 0 0;
    text-decoration: underline;
    display: inline-block;
}






@media only screen and (min-width:1000px){
	

	.solutions-page-content .about-us-wrapper .left-image {
		width: 53%;
	}


	.solutions-page-content .about-us-wrapper.about-block-2 .left-image {
		width: 50%;
	}



	.solutions-page-content .about-us-wrapper:last-child {
		padding-bottom: 4px;
	}



	.solutions-page-content .about-us-wrapper .left-image img {
		height: 717px;
	}



	.page-template-solutions-tpl #site-footer .footer-inner {
		padding-top: 79px;
	}
	
	
	.solutions-page-content .about-us-wrapper:last-child h3 {
		margin-bottom: 35px !important;
	}

	
	
}/*=====media close======*/





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

	.solutions-page-content .about-us-wrapper h3 {
		font-size: 26px !important;
	}
		
		
		
	.solutions-page-content .about-us-wrapper.about-block-1 {
		padding: 0;
	}


	.solutions-page-content .about-us-wrapper .right-content {
		width: 100% !important;
		margin-bottom: 40px;
		height: auto;
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
	}


	.solutions-page-content .about-us-wrapper.about-block-2 {
		padding: 0;
	}


	.solutions-page-content .about-us-wrapper .left-image img {
		margin-left: 30px;
	}
	
	
	.about-us-wrapper.about-block-2 .left-image img {
		margin-left: 30px;
	}	
	
	
	.solutions-page-content .about-us-wrapper.about-block-2 .left-image {
		right: -30px;
		position: relative;
		width: 100%;
	}
	

	
	
}/*=====media close======*/





@media only screen and (min-width:767px) and (max-width:1000px){



	.solutions-page-content .about-us-wrapper.about-block-1:first-child {
		padding-top: 0;
	}



	.solutions-page-content .about-us-wrapper.about-block-1 {
		padding: 44px 0 110px;
	}



	.solutions-page-content .about-us-wrapper.about-block-2 {
		padding: 0 0 70px;
	}



	.solutions-page-content .about-us-wrapper.about-block-2 .left-image {
		margin-bottom: 60px;
	}



	.about-us-wrapper .left-image img {
		margin-left: -31px;
	}



	.about-us-wrapper.about-block-2 .left-image img {
		margin-left: 30px;
	}


	.solutions-page-content .about-us-wrapper h3 {
		font-size: 28px;
	}	
	
	
	
}/*=====media close======*/







@media only screen and (min-width:1000px) and (max-width:1300px){



	.solutions-page-content .about-us-wrapper.about-block-1:first-child {
		padding-bottom: 70px !important;
		padding-top: 10px !important;
	}


		
		
	#site-content.solutions-page-content .about-us-wrapper .left-image {
		width: 53%;
	}



	.solutions-page-content .about-us-wrapper.about-block-2 .right-content, 
	.solutions-page-content .about-us-wrapper.about-block-1 .right-content {
		width: 45% !important;
	}	



	.solutions-page-content .about-us-wrapper.about-block-1 .left-image {
		position: absolute;
		left: 0;
	}



	.solutions-page-content .about-us-wrapper.about-block-2 .left-image {
		right: 0;
		position: absolute;
	}



	.solutions-page-content .about-us-wrapper img.icon {
		max-width: 45px;
	}


	.solutions-page-content .about-us-wrapper h3 {
		font-size: 26px !important;
		margin-bottom: 7px !important;
	}



	.solutions-page-content .right-content ul li, 
	.solutions-page-content .about-us-wrapper .right-content p {
		font-size: 16px;
	}



	.solutions-page-content .about-us-wrapper:last-child {
		padding-bottom: 6px !important;
	}





	.solutions-page-content .about-us-wrapper.about-block-1 {
		padding: 75px 0 80px !important;
	}




	.solutions-page-content .about-us-wrapper.about-block-2 {
		padding: 50px 0 70px !important;
	}




	.solutions-page-content .about-us-wrapper.about-block-2 .right-content {
		height: 490px;
		margin-bottom: 0;
	}

	
	
}/*=====media close======*/







@media only screen and (min-width:1300px) and (max-width:1500px){
	

	.solutions-page-content ul li, 
	.solutions-page-content .about-us-wrapper p {
		font-size: 16px !important;
	}


	.solutions-page-content .about-us-wrapper:last-child .right-content {
		margin-bottom: 0;
	}


	.solutions-page-content .about-us-wrapper:last-child {
		padding:160px 0 9px !important;
	}
	
	
	.solutions-page-content .about-us-wrapper.about-block-2 .left-image img {
		height: 650px;
	}
	
	
	
	.solutions-page-content .about-us-wrapper:first-child .right-content {
		height: 525px;
	}
	
	

	.solutions-page-content .about-us-wrapper.about-block-2 .right-content {
		width: 45% !important;
		height: 580px;
	}
	
	
	
	.solutions-page-content .about-us-wrapper.about-block-2 {
		padding: 130px 0; 
	}
		
	

	
}/*====media close=====*/ 






/*================================SOLUTION=============================*/








/*================================PRODUCT=============================*/



.product-page .about-us-wrapper .right-content p {
    color: #004889;
    font-weight: 700;
}


.product-page .about-us-wrapper {
    padding: 130px 0 100px;
}



.list-products-wrapper {
    box-shadow: 0px 17px 51px #00000029;
    padding: 120px 0 80px;
    background: #F9F9F9;
}




.list-products-wrapper:nth-child(2n) {
    background: #fff;
}




.woocommerce-ordering .orderby {
    background: url("images/select-arrow.png") no-repeat 10px center;
    background-size: auto;
    border: 1px solid rgba(0,0,0,0.1);
    color: #3F454D;
    font-size: 14px;
    text-align: right;
    width: 100%;
    padding: 13px 9px 13px 32px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-size: 12px;
}




.list-products-wrapper.shop-pages .woocommerce-products-header {
    display: none;
}





.list-products-wrapper h2 {
    text-align: center;
    color: #004889;
    position: relative;
    margin-bottom: 108px;
    font-size: 36px;
    margin-top: 13px;
    font-weight: 700;
}



.list-products-wrapper h2::before {
    content: "";
    display: block;
    width: 82px;
    height: 118px;
    background: url("images/title-bg.png") no-repeat center center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -24px;
    background-size: 100%;
}




.product-list-wrapper ul li {
    width: 27.25% !important;
    margin: 0 0 40px 9% !important;
	padding: 0 !important;
}







.product-list-wrapper ul li:nth-child(3n) {
    margin-left: 0 !important;
}




.product-list-wrapper ul li .archive-img-wrap {
    border: 2px solid #EBEBEB;
    width: 100%;
    margin-bottom: 36px;
	overflow: hidden;
}



.product-list-wrapper ul li img {
	width: 100%;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}



.product-list-wrapper ul li:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
}







.list-products-wrapper .product-list-wrapper ul li span.onsale {
    display: none;
}



.list-products-wrapper .product-list-wrapper ul li h4 {
	color: #009FE3;
	/*color: #3f454d;*/
	text-align: center;
	font-size: 23px;
	font-weight: 400;
	text-decoration: underline;
	margin: 9px 0 15px;
	overflow: hidden;
}


.list-products-wrapper .product-list-wrapper ul li h4 a {
	color: #3f454d;
	text-decoration: none;
}


.list-products-wrapper .product-list-wrapper ul li .price {
	text-align: center;
	width: 100%;
}




.list-products-wrapper .product-list-wrapper ul li a.button {
    background: url("images/cart-img.png") no-repeat 0 0;
    font-size: 0;
    width: 76px;
    height: 40px;
    background-size: 100%;
    margin: 17px auto 0;
}



.page-id-580 .list-products-wrapper .product-list-wrapper ul li h4 {
	color: #3f454d;
	height: 55px;
}	


.page-id-580 .list-products-wrapper .product-list-wrapper ul li a.button {
	display:none;
}


.list-products-wrapper .product-list-wrapper ul li .cat-17-desc, 
.page-id-580 .list-products-wrapper .product-list-wrapper ul li .default-desc{
	display: none;
}


.list-products-wrapper .product-list-wrapper ul li .price {
	display: none !important;
}


.page-id-580 .list-products-wrapper .product-list-wrapper ul li .cat-17-desc, 
.page-id-580 .list-products-wrapper .product-list-wrapper ul li .price {
	display: block !important;
}




.product-page .list-products-wrapper .product-list-wrapper ul li h2 {
    color: #3F454D;
    font-size: 28px;
    font-weight: 400;
}




.list-products-wrapper .product-list-wrapper ul li a.added_to_cart.wc-forward {
	background: linear-gradient(102deg, rgb(32, 35, 102) -15%, rgb(0, 159, 227) 50%, rgb(0, 72, 137) 148%);
	padding: 8px 10px;
	border-radius: 50px;
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	margin: 17px auto 0;
	width: 100px;
	text-align: center;
}



ul.products li.product .woocommerce-loop-product__link {
    width: 100%;
}






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


	.product-page .about-us-wrapper {
		padding: 0;
	}


	.product-page .about-us-wrapper .right-content {
		margin-bottom: 47px;
	}


	.product-list-wrapper ul li {
		width: 100% !important;
		margin: 0 0 40px 0 !important;
	}


	.list-products-wrapper {
		padding: 100px 0 50px;
	}
	
	
	
}/*====media close====*/






@media only screen and (min-width:767px) and (max-width:1000px){
	
			
	.product-page .about-us-wrapper {
		padding: 10px 0 60px;
	}	


	.product-page .list-products-wrapper .product-list-wrapper ul li h2 {
		font-size: 21px;
	}


	.list-products-wrapper .product-list-wrapper ul li h4 {
		font-size: 20px;
	}


	.product-page .about-us-wrapper .left-image {
		width: 100%;
		position: relative;
		left: -30px;
	}



	.product-page .about-us-wrapper .right-content {
		padding-top: 60px;
		width: 100%;
		margin-bottom: 0;
	}

	
	
}/*====media close====*/







@media only screen and (min-width:1000px) and (max-width:1300px){


	.product-page .about-us-wrapper .left-image {
		width: 58%;
		position: absolute;
		left: 0px;
	}



	.product-page .about-us-wrapper .right-content {
		padding-top: 0px;
		width: 40%;
		margin-bottom: 0;
		min-height: 200px;
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}

		

	.product-page .about-us-wrapper {
		padding: 60px 0 30px;
	}



	.product-page .about-us-wrapper .left-image img {
		height: 350px !important;
	}



	
}/*====media close====*/









@media only screen and (min-width:1300px) and (max-width:1500px){


	.product-page .about-us-wrapper .left-image img {
		height: 424px !important;
	}



	.product-page .about-us-wrapper {
		padding: 70px 0 40px;
	}


	
}/*====media close====*/











@media only screen and (min-width:1000px){
	
.product-page .about-us-wrapper .left-image img {
    height: 480px;
}
	
	
	
}/*====media close=====*/ 




/*================================PRODUCT=============================*/






/*================================GLOSSARY=============================*/



.page-content-glossary .about-us-wrapper .right-content p {
    color: #004889;
    font-weight: 700;
}


.page-content-glossary .about-us-wrapper {
    padding: 40px 0 80px;
}




.page-content-glossary .about-us-wrapper .right-content {
    margin-bottom: 0;
}




.toggle-list-wrapper {
    padding-bottom: 100px;
    padding-top: 70px;
}









.item-roll-out .item-head {
    border-bottom: 2px solid #009fe3;
    padding: 15px 40px;
    position: relative;
    text-align: right;
    background: url("images/toggle-icon.png") no-repeat 99.5% center;
    background-size: 17px;
    color: #151924;
    font-weight: 700;
	font-size: 26px;
	cursor: pointer;
}




.item-roll-out .item-head::after {
    content: "";
    display: block;
    width: 16px;
    height: 28px;
    background: url("images/toggle-arrow.png") no-repeat 0 0;
    position: absolute;
    left: 20px;
    top: 20px;
    background-size: 100%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}







.item-roll-out .item-head.close::after {
    content: "";
    display: block;
    width: 16px;
    height: 28px;
    background: url("images/toggle-arrow.png") no-repeat 0 0;
    position: absolute;
    left: 20px;
    top: 16px;
    background-size: 100%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}





.page-content-glossary .item-roll-out .item-head {
    background-size: 20px;
}




.page-content-glossary .item-roll-out .item-head {
    padding: 30px 40px 15px;
    background-position: 99.5% 36px;
}





.page-content-glossary .item-roll-out .item-head::after {
    width: 12px;
    height: 25px;
    top: 40px;
}




.roll-list {
    padding: 49px 0;
}




.roll-list.toggle-content-1, .roll-list.toggle-content-2{
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    border: 1px solid #13A6E5;
    padding: 0;
    width: 100%;
    max-width: 1080px;
    margin: 87px auto 15px;
}



.roll-list.toggle-content-1{
    margin-bottom: 100px;
}




.roll-list.toggle-content-1 .box {
    width: 25%;
    border-right: 1px solid #13A6E5;
    text-align: right;
    position: relative;
    padding: 0 0 130px;
}



.roll-list.toggle-content-1 .box h3 {
    font-size: 22px;
    background: #0c6c95;
    color: #fff;
    padding: 29px 25px 29px 10px;
    font-weight: 700;
    letter-spacing: 1px;
	margin-bottom: 13px;
}




.roll-list.toggle-content-1 .box p {
    padding: 0px 25px;
    margin: 0;
    font-weight: 700;
    font-size: 20px;
}




.roll-list.toggle-content-1 .box h4 {
    background: #0c6c95;
    color: #fff;
    padding: 11px 0 5px;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    letter-spacing: 0.1px;
}




.roll-list.toggle-content-1 .box h4 span {
    background: #fff;
    color: #004889;
    font-size: 20px;
    position: absolute;
    right: -70px;
    top: -8px;
    padding: 19px 0;
    height: calc(100% - 1px);
	display:none;
}



.roll-list.toggle-content-1 .box:first-child h4 span {
    display: block;
}



.roll-list.toggle-content-1 .box h4::after {
    background: url("images/white-elec-icon.png") no-repeat right center;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 34px;
    height: 100%;
    background-size: 12px;
	z-index:1;
}


.roll-list.toggle-content-1 .box h4::before {
    background: #3fc5ff;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 100%;
}





.roll-list.toggle-content-1 .box:last-child h4 {
    text-align: center;
    padding-left: 25px;
}




.roll-list.toggle-content-1 .box:nth-child(3) h3 {
    background:#0978a7;
}


.roll-list.toggle-content-1 .box:nth-child(3) h4::before {
    width: calc(100% - 160px);
}


.roll-list.toggle-content-1 .box:nth-child(3) h4 {
    padding-right: 35px;
}



.roll-list.toggle-content-1 .box:nth-child(2) h3 {
    background:#018fcc;
}


.roll-list.toggle-content-1 .box:nth-child(2) h4::before {
    width: calc(100% - 140px);
	background:#018fcc;
}


.roll-list.toggle-content-1 .box:nth-child(2) h4 {
    padding-right: 23px;
	background:#009fe3;
}




.roll-list.toggle-content-1 .box:first-child h3 {
    background:#009fe3;
}




.roll-list.toggle-content-1 .box:first-child h4::before {
    width: calc(100% - 140px);
	background:#3fc5ff;
}




.roll-list.toggle-content-1 .box:first-child h4 {
    padding-right: 15px;
	background:#009fe3;
}






.roll-list.toggle-content-2 .box {
    width: 25%;
    border-right: 1px solid #13A6E5;
    text-align: center;
    position: relative;
    padding-bottom: 130px;
}



.roll-list.toggle-content-2 .box h3 {
    font-size: 23px;
    background: #0c6c95;
    color: #fff;
    padding: 17px 25px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
}




.roll-list.toggle-content-2 .box p {
    padding: 0px 25px;
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    color: #004889;
    text-align: center;
}




.roll-list.toggle-content-2 .box h4 {
    background: #0c6c95;
    color: #fff;
    padding: 14px 0;
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}



.roll-list.toggle-content-2 .box p img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 98px;
    margin: 0 auto 22px;
}



.roll-list.toggle-content-2 .box:nth-child(3) h3 {
    background:#0978a7;
}



.roll-list.toggle-content-2 .box:nth-child(2) h3 {
    background:#018fcc;
}



.roll-list.toggle-content-2 .box:nth-child(1) h3 {
    background:#009fe3;
}










.roll-list.toggle-content-3 {
    border: 1px solid #018fcc;
    padding: 0;
    width: 100%;
    max-width: 1080px;
    margin: 120px auto;
    position: relative;
}




.roll-list.toggle-content-3 .boxes-outer {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
}





.roll-list.toggle-content-3 .box {
    width: 40%;
    border-right: 1px solid #13A6E5;
    text-align: center;
    position: relative;
}





.roll-list.toggle-content-3 .box.box-full {
    width: 20%;
	background:#009fe3;
}




.roll-list.toggle-content-3 .box h3 {
    font-size: 20px;
    background: #0978a7;
    color: #fff;
    padding: 35px 25px 22px;
    font-weight: 700;
    margin: 0;
	letter-spacing: 1px;
}




.roll-list.toggle-content-3 .box h3 small {
    display: block;
}




.roll-list.toggle-content-3 .box:nth-child(2) h3 {
    background:#018fcc;
}



.roll-list.toggle-content-3 .box:nth-child(1) h3 {
    background: transparent;
    margin: 40px 0 0;
}





.roll-list .box:first-child, 
.roll-list.toggle-content-3 ul li:first-child {
    border: none;
}




.roll-list.toggle-content-3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}



.roll-list.toggle-content-3 ul li {
    margin: 0;
    width: 100%;
    text-align: center;
    border-right: 1px solid #018fcc;
    color: #004889;
    font-weight: 700;
    font-size: 25px;
    padding: 15px 0;
}




.roll-list.toggle-content-3 small.out-p {
    position: absolute;
    bottom: -35px;
    right: 0;
    color: #004889;
    font-weight: 700;
    font-size: 16px;
}




.roll-list.toggle-content-3 p {
    margin: 0;
}






.post-inner .entry-content {
    text-align: right;
    padding-top: 40px;
}



.post-inner .entry-content p {
    color: #3F454D;
    font-size: 20px;
}




.single-post .post-inner .entry-content p {
    font-weight: 700;
}



.single-post .entry-content h2 {
    color: #009FE3;
    margin: 0 0 17px;
    font-size: 35px;
}



.pagination-single .pagination-single-inner a {
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    color: #009FE3;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none !important;
}





.pagination-single.section-inner {
    margin: 80px auto 100px;
    width: 100%;
    max-width: 100%;
}





.pagination-single.section-inner hr {
    display: none;
}




.pagination-single-inner span{
	text-decoration: none !important;
}



.pagination-single-inner span.arrow {
    background: url("images/toggle-arrow.png") no-repeat 0 0;
    font-size: 0;
    width: 14px;
    height: 28px;
    background-size: 100%;
}




.pagination-single-inner .next-post .arrow {
	margin: 6px 20px 0 0;
}


.pagination-single-inner .previous-post .arrow { 
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
	margin: 0px 0px 0 20px;
}
 


.toggle-list-wrapper .roll-list p {
    text-align: right;
    font-size: 20px;
}






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

	.post-inner .entry-content {
		padding-top: 0;
	}


	.breadcrumbs {
		margin-bottom: 30px;
	}	


	.pagination-single .pagination-single-inner a {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}
	
	
	.article-detail-page .pagination-single-inner .next-post .arrow {
		margin: 6px 0 0 20px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
	}




	.page-content-glossary .about-us-wrapper {
		padding: 0px;
	}



	.page-content-glossary .left-image {
		margin-left: -30px;
	}
	
	
	
	.page-content-glossary .about-us-wrapper .left-image img {
		margin-top: 0;
	}



	.item-roll-out .item-head {
		font-size: 21px;
		padding: 15px 30px;
		background-position: 99.5% 19px;
		background-size: 17px;
	}
	
	
	
	.roll-out-list.more-box-wrapper-outer .item-head {
		font-size: 27px;
	}


	.item-roll-out .item-head::after, .item-roll-out .item-head.close::after {
		left:6px;
		background-size: 11px;
		top: 22px;
	}
	
	
	
	.page-content-glossary .toggle-list-wrapper {
		padding-top:0px;
	}



	.roll-list.toggle-content-1, 
	.roll-list.toggle-content-2, 
	.roll-list.toggle-content-3 {
		margin: 25px auto 20px;
		border: none;
	}



	.roll-list.toggle-content-1 .box, 
	.roll-list.toggle-content-2 .box, 
	.roll-list.toggle-content-3 .box {
		width: 100%;
		border: 1px solid #018fcc !important;
		margin-bottom: 19px;
	}
	
	
	.roll-list.toggle-content-3 .box, .roll-list.toggle-content-2 .box {
		margin-bottom: 0px;
	}



	.roll-list.toggle-content-3 ul li {
		font-size: 23px;
	}



	.roll-list.toggle-content-3 .box.box-full {
		width: 100%;
		background: transparent;
		color: #009fe3;
		border: none !important;
	}
	
	
	.roll-list.toggle-content-3 .box.box-full h3 {
		color: #009fe3;
		margin: 0;
		padding: 0 0px 20px;
	}



	.roll-list.toggle-content-3 small.out-p {
		bottom: -35px;
		font-size: 14px;
	}



	.roll-list.toggle-content-3 .boxes-outer {
		margin-bottom: 80px;
	}



	.roll-list.toggle-content-3 .box:nth-child(3) h3 {
		margin: 0 0 0;
	}
	
	
	
	.roll-list.toggle-content-1 .box h3 {
		text-align: center;
		padding: 20px 25px;
	}
	
	
	
	.roll-list.toggle-content-1 .box {
		padding: 0 0 70px;
	}
	
	
	
	.roll-list.toggle-content-1 .box p {
		font-weight: 600;
		font-size: 18px;
	}
	
	
	
	.roll-list.toggle-content-2 .box p img {
		margin: 0 auto 10px;
	}
	
	
		
		
	.roll-list.toggle-content-1 .box h4 span {
		padding: 9px 15px;
		display: block !important;
		right: 0;
		top: 1px;
	}	
	
	
	
	.roll-list.toggle-content-1 .box h4 {
		padding: 10px 0 5px;
	}



	.roll-list.toggle-content-1 .box:first-child h4 {
		padding-right: 90px;
	}


	.roll-list.toggle-content-1 .box:first-child h4::before {
		width: calc(100% - 200px);
	}



	.roll-list.toggle-content-1 .box:nth-child(2) h4 {
		padding-right: 90px;
	}
		
	.roll-list.toggle-content-1 .box:nth-child(2) h4::before {
		width: calc(100% - 200px);
	}	



	.roll-list.toggle-content-1 .box:nth-child(3) h4 {
		padding-right: 90px;
	}


	.roll-list.toggle-content-1 .box:nth-child(3) h4::before {
		width: calc(100% - 200px);
	}



	.roll-list.toggle-content-1 .box:last-child h4 {
		text-align: right;
		padding-right: 90px;
	}
	
	
	
	.page-content-glossary .item-roll-out .item-head::after, 
	.page-content-glossary .item-roll-out .item-head.close::after {
		background-size: 12px;
		top: 36px;
	}
	
	
	
	.page-content-glossary .item-roll-out .item-head {
		padding: 30px 40px 22px;
	}
		


	
	
}/*====media close=====*/ 






@media only screen and (min-width:767px) and (max-width:1000px){
	

	.page-content-glossary .about-us-wrapper .left-image {
		width: 100%;
	}	


	.page-content-glossary .about-us-wrapper .left-image {
		width: 100%;
		margin-bottom: 50px;
	}



	.page-content-glossary .about-us-wrapper .right-content {
		width: 100%;
	}
	
	
	
	.page-content-glossary .about-us-wrapper .left-image {
		position: relative;
		left: -30px;
	}



	.page-content-glossary .about-us-wrapper {
		padding: 10px 0 0;
	}




	.item-roll-out .item-head::after, .item-roll-out .item-head.close::after {
		left: 6px;
		top: 26px;
		background-size: 12px;
	}



	.roll-list.toggle-content-1 .box h3 {
		font-weight: 700;
		min-height: 155px;
	}



	.roll-list.toggle-content-1 .box p {
		font-size: 18px;
	}



	.roll-list.toggle-content-1 .box h4 {
		font-size: 22px;
	}



	.roll-list.toggle-content-1 .box:nth-child(2) h4 {
		padding-right: 30px;
	}



	.roll-list.toggle-content-1 .box:nth-child(2) h4::before {
		width: calc(100% - 130px);
	}



	.roll-list.toggle-content-1 .box:nth-child(3) h4::before {
		width: calc(100% - 130px);
	}



	.roll-list.toggle-content-1 .box:nth-child(3) h4 {
		padding-right: 18px;
	}



	.roll-list.toggle-content-1 .box:nth-child(4) h4 {
		padding-right: 12px;
	}



	.roll-list.toggle-content-2 .box p {
		padding: 0px 20px;
		font-size: 18px;
	}



	.roll-list.toggle-content-3 ul li {
		font-size: 20px;
	}



	.roll-list.toggle-content-3 .box h3 {
		font-size: 20px;
		padding: 22px 15px;
	}



	.roll-list.toggle-content-3 .box:nth-child(3) h3 {
		margin: 0 0 0;
		height: 100%;
		padding-top: 53px;
	}
	
	
	
	
	.roll-list.toggle-content-1 .box:first-child h4 span {
		right: 0;
		top: 55px;
		background: transparent;
	}


	
}/*====media close=====*/ 






@media only screen and (min-width:1000px) and (max-width:1500px){
	

	.page-content-glossary .about-us-wrapper .left-image {
		width: 58%;
		margin-bottom: 0;
	}


	.page-content-glossary .about-us-wrapper .right-content {
		width: 40%;
		padding-top: 50px;
	}



	.page-content-glossary .about-us-wrapper {
		padding: 0 0 50px;
	}	



	.roll-list.toggle-content-1 .box h3 {
		padding-left: 0;
	}



	.roll-list.toggle-content-3 ul li, .item-roll-out .item-head {
		font-size: 24px;
	}
	
	
}/*====media close=====*/ 






@media only screen and (min-width:1000px){
	
	.page-content-glossary .about-us-wrapper .left-image img {
		height: 470px;
	}
	
}/*====media close=====*/ 






@media only screen and (min-width:1000px) and (max-width:1340px){
	

    .roll-list.toggle-content-1 .box:first-child h4 span {
		right: 0;
		top: 55px;
		background: transparent;
	}	
	
	
}/*====media close=====*/ 










/*================================GLOSSARY=============================*/








/*================================DETAIL=============================*/



.woocommerce .content-area {
    max-width: 100%;
    padding: 40px 0 0;
}





.woocommerce-breadcrumb {
    text-align: right;
    margin-bottom: 100px;
    font-size: 20px;
    font-weight: 700;
	font-family: 'ploni-regular-aaa';
}



.woocommerce-breadcrumb a {
    color: #18a7e6;
    text-decoration: none;
}




.single-product #main {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 30px;
}


.single-product .onsale {
    display: none;
}



.single-product .product-image-outer-wrapper {
    width: 40%;
    float: left;
}



.product-image-outer-wrapper .woocommerce-product-gallery {
    width: 100% !important;
    margin-bottom: 30px;
	max-width: 100%;
}




.single-product #main .summary.entry-summary {
    width: 55%;
    text-align: right;
    float: right;
}



.product-image-outer-wrapper .flex-viewport {
    border: 3px solid #eee;
	position:relative;
	padding: 50px 0;
}




.single ol.flex-control-nav.flex-control-thumbs {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	margin: 0;
}




.single .flex-control-nav.flex-control-thumbs li {
    width: 31%;
    margin: 0 20px 0 0;
	border: none;
}




.single .flex-control-nav.flex-control-thumbs li:first-child {
    margin-right: 0;
}




.flex-control-nav.flex-control-thumbs li img {
    width: 100%;
	border: 3px solid #eee;
}



.woocommerce-product-gallery__image a {
    display: block;
    width: 100%;
}




.woocommerce-product-gallery__image a img {
    width: 100%;
}



.single-product .woocommerce-product-gallery__trigger {
    background: url("images/search-icon.png") no-repeat 0 0;
    font-size: 0;
    width: 31px;
    height: 31px;
    background-size: 100%;
    top: 20px;
    right: 20px;
}




.product-video-wrapper {
    display: inline-block;
    width: 100%;
}




.product-video-wrapper a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}



.product-video-wrapper a {
    display: block;
    position: relative;
    padding-bottom: calc( 0.45 * 100% );
}





.product-video-wrapper a i {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 54px;
	background:url("images/small-video-icon.png") no-repeat 0 0;
	width: 50px;
	height: 60px;
	background-size: 100%;
}




.product-video-wrapper a i::before {
    display: none;
}





.summary.entry-summary h1 {
    font-size: 32px;
    color: #009FE3;
    margin: 0 0 60px;
    font-weight: 600;
}



.info-box-wrapper.price-box-wrapper-outer h3 {
    color: #3F454D;
    font-size: 27px;
}



.info-box-wrapper .price-box-wrapper h3 {
    width: 100%;
    margin: 20px 0 0;
}



.info-box-wrapper .price-box-wrapper {
	border-bottom: 2px solid #009FE3;
	border-top: 2px solid #009FE3;
	padding: 22px 0 14px;
	margin: 7px 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}




.info-box-wrapper.price-box-wrapper-outer .price-box-wrapper {
    border-bottom: none;
    margin-bottom: 0;
}




.info-box-wrapper .price-box-wrapper .notice-info {
    width: 40%;
    margin-right: 14px;
    font-size: 22px;
    color: #3F454D;
}




.info-box-wrapper .price-box-wrapper .price del, 
.info-box-wrapper .price-box-wrapper .price ins {
    width: 144px;
    font-weight: 700;
    color: #3F454D;
    opacity: 1;
    font-size: 25px;
    margin-left: 10px;
    padding: 11px 0 11px 23px;
    border-left: 2px solid #009FE3;
}


.info-box-wrapper h3 {
    font-size: 27px;
    margin-bottom: 0px;
}



.product-description {
    font-size: 22px;
}



.info-box-wrapper.warranty-box-wrapper-outer {
    margin: 24px 0 0;
}



.warranty-box-wrapper-outer .warranty-info {
    border-top: 2px solid #009FE3;
    padding: 15px 0 0;
    margin-bottom: 40px;
    margin-top: 6px;
}



.roll-out-list.more-box-wrapper-outer .item-head {
    background: transparent;
    padding-right: 0;
	color:#3F454D;
}



.roll-out-list.more-box-wrapper-outer .item-head::after {
    width: 11px;
    height: 24px;
    left: 7px;
    top: 24px;
}




.summary.entry-summary .cart a.buy-now.button {
    background: linear-gradient(102deg, rgb(32, 35, 102) 0%, rgb(0, 159, 227) 50%, rgb(0, 72, 137) 100%);
    border-radius: 50px;
    padding: 14px 39px;
    margin-right: 15px;
    text-decoration: none !important;
	font-family: 'ploni-regular-aaa';
	font-weight:400;
	font-size: 22px;
}




.summary.entry-summary .cart .single_add_to_cart_button {
    border: 2px solid #009FE3;
    background: url("images/cart-border-icon.png") no-repeat 77% center;
    color: #009FE3;
    border-radius: 50px;
    padding: 14px 70px 14px 41px;
    background-size: 24px;
    width: 100%;
    max-width: 254px;
	text-decoration:none !important;
	font-family: 'ploni-regular-aaa';
	font-weight:400;
	font-size: 22px;
}



.form-inner-wrapper .box-other-buttons {
    width: 442px;
}



.product_meta a {
    color: #009FE3;
    text-decoration: none;
}



.summary.entry-summary .product_meta {
    display: none;
}



.qib-button.qib-button-wrapper {
    border: 2px solid #e4e4e4;
    background: #f9f9f9;
    border-radius: 50px;
    overflow: hidden;
	margin-right: 20px !important;
}



.quantity-box span {
    font-weight: 700;
    color: #3F454D;
}



.form-inner-wrapper {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}



.form-inner-wrapper .quantity-box {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}




.qib-button.qib-button-wrapper button {
    border: none !important;
	text-decoration:none !important;
}



.qib-button.qib-button-wrapper button, 
.qib-button.qib-button-wrapper input {
    background: transparent !important;
    border: none;
    font-weight: 700;
    font-size: 26px;
	height: 55px !important;
	padding: 0px !important;
	color:#3F454D;
}


.qib-button.qib-button-wrapper input {
    width: 70px !important;
    border-top: none !important;
    border-bottom: none !important;
}




.qib-button.qib-button-wrapper button.minus {
    padding-right: 10px !important;
}




.qib-button.qib-button-wrapper button.plus {
    padding-left: 10px !important;
}



.summary.entry-summary .cart {
    margin: 35px 0 0;
}



.related-articles-wrapper-outer, .related-product-wrapper-outer {
    display: inline-block;
    width: 100%;
    margin: 80px 0 0;
    text-align: right;
}



.related-articles-wrapper-outer h3, .related-product-wrapper-outer h3 {
    margin: 0 0 22px;
    border-bottom: 2px solid #009FE3;
    padding: 0 0 25px;
    font-size: 30px;
    color: #3F454D;
}



.related-articles ul {
	list-style: none;
	margin: 62px 0 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}



.related-articles ul li {
    width: 20.8%;
    margin: 0 0 20px 70px;
}



.related-articles ul li:last-child {
    margin-left: 0;
}




#related-product .swiper-button-prev::after, 
#related-product .swiper-button-next::after {
    display: none;
}



#related-product .swiper-button-next.swiper-button-disabled, 
#related-product .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}





#related-product .swiper-button-prev{
	background:url("images/noun_Arrow_prev.png") no-repeat 0 0;
	/*left: 0;*/
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	right: 0;
}


#related-product .swiper-button-next{
	background:url("images/noun_Arrow_next.png") no-repeat right center;
	/*right:0;*/
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	left: 0;
}



#related-product .inner {
    border: 3px solid #eee;
    position: relative;
}



#related-product .image {
    position: relative;
    padding-bottom: calc( 0.999 * 100% );
}



#related-product .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}



#related-product .swiper-pagination {
    display: none;
}



#related-product .inner h3 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
	opacity:0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}



#related-product .inner:hover h3 {
	opacity:1;
}



#related-product .inner h3:after {
    background: rgb(32,35,102);
    background: linear-gradient(180deg, rgba(32,35,102,1) 0%, rgba(0,159,227,1) 50%, rgba(0,72,137,1) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	content:"";
	opacity: 0.9;
	display:block;
}




#related-product .inner h3 a {
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 50%;
    z-index: 999;
    left:0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
    font-size: 24px;
}



#related-product {
    margin: 60px 0 150px;
	padding: 0 35px;
}




.warranty-info p {
    font-size: 20px;
}



.related-articles ul li a {
    display: block;
    overflow: hidden;
}



.related-articles ul li img {
	width: 100%;
	height: 242px;
    object-fit: cover;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}



.related-articles ul li:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
}




.detail-accor-info {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	border: 1px solid #009fe3;
}



.detail-accor-info .detail-accor-block {
    width: 33.3%;
	border-right: 1px solid #009fe3;
}



.detail-accor-info .detail-accor-block:first-child {
    border-right: none;
}






.detail-accor-info .detail-accor-block h3 {
    margin: 0;
    display: block;
    color: #fff;
    padding: 20px 10px;
    text-align: center;
    font-size: 24px;
}



.detail-accor-info .detail-accor-block:first-child h3 {
    background: #0978a7;
}




.detail-accor-info .detail-accor-block:nth-child(2) h3 {
    background: #018fcc;
}



.detail-accor-info .detail-accor-block:last-child h3 {
    background: #009fe3;
}




.detail-accor-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}



.detail-accor-block ul li {
    border-bottom: 1px solid #009fe3 !important;
    width: 100%;
    margin: 0;
    text-align: center;
    font-weight: 700;
    padding: 6px 0;
    font-size: 20px;
}



.detail-accor-block ul li:last-child {
    border-bottom: none !important;
}



.detail-accor-info .detail-accor-block:first-child h4 {
    margin: 0;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #009fe3;
    padding: 50px 0;
    height: 129.3px;
}




.detail-accor-block ul li:first-child, .detail-accor-info .detail-accor-block:first-child h4:last-child {
    border-bottom: none;
}



.info-box-wrapper.description-box-wrapper-outer .product-description {
	padding: 28px 0 15px;
}



.description-box-wrapper-outer .item-roll-out .item-head {
    padding: 15px 40px 10px;
}




.woocommerce .content-area {
    padding: 0 !important;
}







.pp_pic_holder.pp_default .ppt, .pp_pic_holder.pp_default .pp_top {
    display: none !important;
}


div.pp_default .pp_content_container .pp_left {
    background: transparent !important;
    padding-left: 0 !important;
}



div.pp_default .pp_content_container .pp_right {
    background: transparent !important;
    padding-right: 0 !important;
}


div.pp_default .pp_content, div.light_rounded .pp_content {
    background-color: transparent !important;
}


.pp_bottom {
    display: none !important;
}



#pp_full_res iframe {
    border: 20px solid #fff;
}



.pp_fade {
    position: relative;
}



div.pp_default .pp_close {
    background: url("images/close-btn.png") no-repeat 0 0 !important;
    font-size: 0;
    background-size: 100% !important;
    display: inline-block;
}




.pp_content_container .pp_details {
    position: absolute !important;
    top: -25px;
    right: -20px;
}



.pp_details {
    background-color: transparent !important;
}



div.pp_default .pp_content_container .pp_details .pp_nav {
    display: none !important;
}





@media only screen and (max-width:767px){
	
	
	#pp_full_res iframe {
		border: 20px solid #fff;
		width: calc(100% - 40px) !important;
		height: 300px !important;
	}


	#pp_full_res {
		padding: 31px 0;
	}


	.pp_content_container .pp_details {
		top: 7px;
		right: -17px;
	}
	
	
	

	
}/*====media close====*/







@media only screen and (max-width:860px){
	
	
	
	.woocommerce .content-area {
		padding: 0;
	}


	.woocommerce-breadcrumb {
		font-size: 17px !important;
	}


	.single-product .product-image-outer-wrapper {
		width: 100%;
		float: none;
	}



	.product-image-outer-wrapper .flex-viewport {
		padding: 50px 0 0;
	}



	.single-product #main .summary.entry-summary {
		width: 100%;
		margin-top: 30px;
		float: none;
	}
	
	
	
	.info-box-wrapper .price-box-wrapper {
		padding: 14px 0 14px;
	}
	


	.info-box-wrapper .price-box-wrapper .notice-info {
		width: 100%;
		margin: 15px 0 17px;
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		font-size: 20px;
	}
	
	
	
	.info-box-wrapper .price-box-wrapper .price {
		order: 1;
		-webkit-order: 1;
		-moz-order: 1;
		-ms-order: 1;
	}
	
	
	
	.info-box-wrapper .price-box-wrapper h3 {
		order: 3;
		-webkit-order: 3;
		-moz-order: 3;
		-ms-order: 3;
	}



	.info-box-wrapper .price-box-wrapper .price del, 
	.info-box-wrapper .price-box-wrapper .price ins {
		width: auto;
		font-size: 21px;
		margin-left: 25px;
		padding: 5px 0 5px 31px;
		border-left: 2px solid #009FE3;
	}
	
	
	
	
	.info-box-wrapper .price-box-wrapper .price ins {
		border-left: none;
		margin-left: 0;
	}



	body.single-product .qib-button.qib-button-wrapper {
		float: none !important;
		width: 166px;
		margin: 0 30px 0 0 !important;
	}
	
	
	
	.form-inner-wrapper .quantity-box {
		width: 100%;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}
	
	
	
	.summary.entry-summary .cart a.buy-now.button {
		margin: 20px 0;
		max-width: 100%;
		width: 100%;
		line-height: normal;
		padding: 10px 39px;
	}
	
	
	
	.product-description {
		font-size: 20px;
	}



	.summary.entry-summary .cart .single_add_to_cart_button {
		margin: 0px auto;
		max-width: 100% !important;
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		background-position: 72% center;
		padding: 11px 70px 11px 41px;
	}
	
	
	
	.form-inner-wrapper .box-other-buttons {
		width: 100%;
		text-align: center;
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		-webkit-flex-direction: column;
		-webkit-flex-direction: column;
		margin: 20px 0 0;
	}
	
	
	
	.qib-button.qib-button-wrapper button, 
	.qib-button.qib-button-wrapper input {
		height: 48px !important;
	}



	.summary.entry-summary .cart {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}




	.related-articles-wrapper-outer, 
	.related-product-wrapper-outer {
		margin: 0 0 0;
		display: none;
	}



	.related-articles-wrapper-outer h3, 
	.related-product-wrapper-outer h3 {
		font-size: 23px;
	}



	.related-articles ul li {
		width: 100%;
		margin: 0 0 30px;
	}



	.related-articles-wrapper-outer {
		margin-bottom: 40px;
	}
	
	
	
	.roll-list.warranty-info {
		padding-bottom: 0;
	}
	
	
	
	

	.detail-accor-info .detail-accor-block:first-child h4 {
		padding: 36px 0 35px;
		height: 110.5px;
	}



	.detail-accor-info .detail-accor-block:first-child h4 span {
		display: block;
		border-bottom: 1px solid #009fe3;
		border-top: 1px solid #009fe3;
		padding: 8px 0;
	}
	
	
	
	.info-box-wrapper.roll-out-list.more-box-wrapper-outer.desktop {
		display: none;
	}
	
	
	
	
	.detail-accor-block ul li, 
	.detail-accor-info .detail-accor-block:first-child h4 {
		font-size: 16px;
	}


	.detail-accor-info .detail-accor-block h3 {
		font-size: 22px;
	}
	
	
	
	.info-box-wrapper.mobile .item-roll-out .item-head::after {
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
	}
	
	
	.info-box-wrapper.mobile .item-roll-out .item-head.close::after {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
	}
	
	
	
	.detail-accor-info .detail-accor-block:first-child h3 {
		background: #009fe3;
	}
	
	
	
	.detail-accor-info .detail-accor-block:last-child h3 {
		background: #0978a7;
	}
	
	
	
	.description-box-wrapper-outer .item-roll-out .item-head {
		padding: 15px 0 10px 30px;
	}
	

	
		

	
}/*======media close=====*/








@media only screen and (max-width:767px){
	
	
	.summary.entry-summary h1 {
		display: none;
	}


	.roll-list.warranty-info {
		margin: 0 -30px;
		padding: 30px 0;
	}
	
	
	.product-video-wrapper a i {
		width: 40px;
		height: 50px;
	}


	
}/*====media close====*/



	




@media only screen and (min-width:860px) and (max-width:1300px){
	


	.info-box-wrapper .price-box-wrapper .notice-info {
		font-size: 1.8vw;
	}	


	.info-box-wrapper .price-box-wrapper .price del, 
	.info-box-wrapper .price-box-wrapper .price ins {
		width: 111px;
		font-size: 18px;
	}


	.product-description {
		font-size: 20px;
	}



	.summary.entry-summary .cart a.buy-now.button {
		padding: 14px 40px;
		margin-left: 6px;
	}



	.summary.entry-summary .cart .single_add_to_cart_button {
		background: url("images/cart-border-icon.png") no-repeat 79% center;
		padding: 14px 30px 14px 10px;
		background-size: 24px;
		max-width: 250px;
	}



	.related-articles-wrapper-outer h3, 
	.related-product-wrapper-outer h3 {
		font-size: 27px;
	}



	.single-product #main .summary.entry-summary {
		margin-bottom: 0;
	}



	#related-product .inner h3 a {
		font-size: 20px;
	}
	
	
	.form-inner-wrapper .box-other-buttons {
		width: 100%;
	}
	
	
	.form-inner-wrapper .quantity-box {
		width: 100%;
		margin: 0 0 20px;
	}
	
	
	
	.info-box-wrapper.roll-out-list.more-box-wrapper-outer.desktop {
		display: block;
	}
	
	


	
	
}/*======media close=====*/





@media only screen and (min-width:860px){


	.info-box-wrapper.description-box-wrapper-outer .product-description {
		display: block !important;
	}	


	.info-box-wrapper.description-box-wrapper-outer .item-head {
		pointer-events: none;
		padding: 15px 0 10px 40px;
	}

		
	.info-box-wrapper.description-box-wrapper-outer .item-head::after {
		display: none;
	}	
	
	
	
	.info-box-wrapper.roll-out-list.more-box-wrapper-outer.mobile {
		display: none;
	}
		
	
	
}/*======media close=====*/










/*================================DETAIL=============================*/










/*================================ARTICLE=============================*/


.breadcrumbs {
	text-align: right;
	padding: 40px 70px 30px;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 60px;
	width: 100%;
}



.breadcrumbs a {
    color: #3F454D;
    text-decoration: none;
}

.breadcrumbs a.current {
    color: #18a7e6;
}



.articles-page-wrapper .content-area {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 0;
}




.articles-page-wrapper article {
    width: 48%;
    box-shadow: 0px 10px 25px #00000029;
    margin-bottom: 62px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}





.articles-page-wrapper article:hover {
    box-shadow: 0px 0 1px #00000029;
}






.articles-page-wrapper article a.article-image {
    position: relative;
    width: 100%;
    display: block;
	padding-bottom: calc( 0.6 * 100% );
	overflow:hidden;
}






.page-template-videos-tpl .articles-page-wrapper article a.article-image:after {
	content:"";
	display:block;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background: url("images/video-play-btn.png") no-repeat 0 0;
	width: 60px;
	height: 71px;
	background-size: 100%;
}






.articles-page-wrapper article a.article-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}





.articles-page-wrapper article:hover a.article-image img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
}




.articles-page-wrapper article .entry-title, 
.articles-page-wrapper article .short-desc {
    text-align: right;
}




.articles-page-wrapper article .article-desc {
    padding: 4px 30px 8px;
}




.articles-page-wrapper .article-desc h3 a {
    color: #004889;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.2px;
}





.articles-page-wrapper article .article-desc h3 {
    margin: 0px;
}





.articles-page-wrapper .short-desc p {
    color: #28659b;
    font-size: 20px;
    line-height: 24px;
}




#loadMoreArticles, #loadMoreVideos, #loadMoreNews  {
    background: linear-gradient(102deg, rgb(32, 35, 102) -15%, rgb(0, 159, 227) 50%, rgb(0, 72, 137) 148%);
    padding: 6px 24px 6px 18px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    width: 160px;
    display: block;
    margin: 25px auto 90px;
    text-align: center;
}





/*

.articles-page-wrapper article a:first-child::before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	background: url("images/video-icon.png") no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-size: 100%;
	margin: 0 auto;
}

*/




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


	.breadcrumbs {
		padding: 30px 0px;
	}	
	
	
}/*=====media close=====*/






@media only screen and (min-width:1000px) and (max-width:1300px){
	

	.breadcrumbs {
		padding: 30px 40px;
	}	
	
	
}/*=====media close=====*/





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

	.articles-page-wrapper article {
		width: 100%;
		margin-bottom: 40px;
	}	
	
	
	
	.breadcrumbs {
		margin-bottom: 0;
	}
	
	
	.articles-page-wrapper article a.article-image::after {
		width: 55px;
		height: 66px;
	}
	
	
	
}/*=====media close=====*/







@media only screen and (min-width:1000px){
	


	.page-template-articles-tpl .articles-page-wrapper article {
		width: 31.28%;
		margin-left: 3%;
		margin-bottom: 40px;
	}


	.page-template-articles-tpl .articles-page-wrapper .content-area {
		justify-content: unset;
		-webkit-justify-content: unset;
		-moz-justify-content: unset;
		-ms-justify-content: unset;
	}


	.page-template-articles-tpl .articles-page-wrapper article:nth-child(3n) {
		margin-left: 0;
	}
	
	
	
}/*=====media close=====*/







/*================================ARTICLE=============================*/








/*================================CONTACT=============================*/



.contact-page-wrapper {
    background: #F9F9F9;
    box-shadow: 0px 17px 51px #00000029;
}




.page-template-contact-tpl .about-us-wrapper .left-image img {
    height: 470px;
    object-fit: contain;
}



.page-template-contact-tpl .about-us-wrapper {
    padding: 120px 0 80px;
}


.page-template-contact-tpl .about-us-wrapper .right-content p {
    color: #004889;
    font-weight: 700;
}



.page-template-contact-tpl .about-us-wrapper .right-content h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 18px;
}




.contact-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.contact-info ul li {
    margin: 0;
}


.page-template-contact-tpl .contact-info ul li.phone-num a {
    background: url("images/phone-icon.png") no-repeat right center;
    color: #004889;
    padding: 3px 38px 0px 0;
    font-size: 24px;
    font-weight: 700;
	margin: 0;
}



.page-template-contact-tpl .contact-info ul li.mail-icon a{
	background: url("images/mail-icon.png") no-repeat right center;
	text-decoration: none;
	color: #004889;
	padding: 3px 38px 0px 0;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	background-size: 26px;
}





.contact-page-wrapper form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 0;
    padding-top: 130px;
}



.contact-page-wrapper h3 {
    text-align: center;
    position: relative;
	color:#004889;
	font-size:32px;
	margin-bottom: 82px;
}


.contact-page-wrapper h3::before {
    content: "";
    display: block;
    width: 82px;
    height: 118px;
    background: url("images/title-bg.png") no-repeat center center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -24px;
    background-size: 100%;
}



.contact-page-wrapper form input, 
.contact-page-wrapper form textarea {
    border: 2px solid #708193;
    background: transparent;
    text-align: right;
    color: #707070;
    font-size: 20px;
    line-height: normal;
    resize: none;
    width: 100%;
	margin-bottom: 20px;
}



.contact-page-wrapper form textarea {
    height: 140px;
}



.contact-page-wrapper form .two-columns-field {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}



.contact-page-wrapper form .two-columns-field .input-field {
    width: 49%;
}



.contact-page-wrapper form input.wpcf7-submit {
    background: rgb(5,94,169);
    background: linear-gradient(93deg, rgba(5,94,169,1) 0%, rgba(63,197,255,1) 50%, rgba(5,94,169,1) 100%);
    text-align: center;
    color: #fff;
    border: none;
	padding: 15px 10px;
	margin-top: 5px;
}




.contact-page-wrapper .map iframe {
    /*filter: grayscale(1);*/
    height: 500px !important;
    margin-top: 70px;
	width:100% !important;
}




.wpcf7 form .wpcf7-response-output  {
    /* display: none; */
    font-size: 15px;
	margin: -32px 0 54px !important;
	text-align:center;
}





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


	.page-template-contact-tpl .about-us-wrapper .left-image img {
		height: auto;
	}



	.page-template-contact-tpl .about-us-wrapper .right-content h3 {
		font-size: 28px;
	}



	.page-template-contact-tpl .contact-info ul li a {
		font-size: 25px !important;
	}



	.page-template-contact-tpl .about-us-wrapper .right-content {
		margin-bottom: 0;
	}


	.contact-page-wrapper form {
		padding-top: 110px;
	}


	.contact-page-wrapper form .two-columns-field .input-field {
		width: 100%;
	}



	.contact-page-wrapper .map iframe {
		margin-top: 40px;
	}



	.contact-page-wrapper h3 {
		margin-bottom: 70px;
		font-size: 28px;
	}



	.page-template-contact-tpl .about-us-wrapper {
		padding: 0 0 60px;
	}



	.contact-page-wrapper .map iframe {
		height: 350px !important;
	}
	
	
	
}/*======media close======*/







@media only screen and (min-width:767px) and (max-width:1000px){
	


	.page-template-contact-tpl .about-us-wrapper .left-image img {
		object-position: left;
	}



	.page-template-contact-tpl .about-us-wrapper .left-image {
		margin-left: 0 !important;
	}	



	.page-template-contact-tpl .about-us-wrapper .right-content h3 {
		font-size: 28px;
	}



	.page-template-contact-tpl .about-us-wrapper .left-image {
		width: 100%;
		position: relative;
		left: -30px;
	}




	.page-template-contact-tpl .about-us-wrapper .right-content {
		width: 100%;
		padding-top: 60px;
	}




	.page-template-contact-tpl .about-us-wrapper {
		padding: 10px 0 50px;
		margin-bottom: -45px;
	}

	
	
}/*======media close======*/






@media only screen and (min-width:1000px) and (max-width:1500px){
	


	.page-template-contact-tpl .about-us-wrapper .left-image img {
		height: 400px;
	}




	.page-template-contact-tpl .about-us-wrapper .left-image {
		width: 58%;
		position: absolute;
		left: 0;
	}



	.page-template-contact-tpl .about-us-wrapper .right-content h3 {
		font-size: 28px;
	}



	.page-template-contact-tpl .about-us-wrapper {
		padding: 80px 0 80px;
	}



	.page-template-contact-tpl .about-us-wrapper .right-content {
		margin-bottom: 40px;
		padding-top: 0;
	}
	
	
	
	
}/*======media close======*/






@media only screen and (min-width:1300px) and (max-width:1500px){


	.page-template-contact-tpl .about-us-wrapper .left-image img {
		height: 470px;
	}



	.page-template-contact-tpl .about-us-wrapper {
		padding: 110px 0 80px;
	}



	.page-template-contact-tpl .about-us-wrapper .right-content {
		padding-bottom: 0;
	}	
	
	
	
}/*======media close======*/






@media only screen and (max-width:1000px){
	
	
	.page-template-contact-tpl .about-us-wrapper .left-image {
		margin-left: -30px;
	}	
	
	
}/*======media close======*/







/*================================CONTACT=============================*/







/*================================ABOUT=============================*/


.about-us-wrapper.about-block-1 {
    padding: 80px 0;
    margin-bottom: -45px;
}




.about-us-wrapper.about-block-2 {
    padding: 228px 0;
    margin-bottom: -45px;
	background: #fafafa;
    box-shadow: 0px 17px 51px #00000029;
}





.page-template-about-tpl .about-us-wrapper .right-content h3 {
    font-size: 36px;
    margin-bottom: 28px;
}





.page-template-about-tpl .about-us-wrapper.about-block-2 .right-content h3 {
    margin-bottom: 8px;
}




.page-template-about-tpl .about-us-wrapper.about-block-2 .right-content p {
    font-size: 20px;
}





.page-template-about-tpl .about-us-wrapper .right-content {
    margin-bottom: 0;
}



.middle-colored-info-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    padding: 140px 0;
}


.middle-colored-info-wrapper p {
    margin: 0;
    font-size: 30px;
}





.middle-white-info-wrapper {
    padding: 90px 0 130px;
}



.middle-white-info-wrapper .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}



.middle-white-info-wrapper .left-info {
    width: calc(100% - 250px);
    border-right: 2px solid rgba(0,0,0,0.4);
    padding-right: 28px;
    font-size: 17px;
    text-align: right;
    line-height: 30px;
}



.middle-white-info-wrapper .right-info {
    width: 225px;
}





.about-us-wrapper.about-block-2 .left-image {
    left: auto;
    right: 0;
}



.about-us-wrapper.about-block-2 h3 {
    margin: 0;
    font-size: 35px;
    font-weight: 700;
}



.about-us-wrapper.about-block-2 h4 {
    margin: 4px 0 9px;
    color: #3F454D;
}



.about-us-wrapper.about-block-2 p {
    margin: 0 0 5px;
    color: #3F454D;
}



.about-us-wrapper.about-block-2 p strong {
    color: #004889;
    font-weight: 700;
    font-style: italic;
}






@media only screen and (max-width:1000px){
	
	.default-fluid-banner {
		margin-top: 88px;
	}	
	
	
}/*=======media close========*/





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

	.about-us-wrapper.about-block-1 {
		padding: 0;
		margin-bottom: 40px;
	}	
	
	
	.about-us-wrapper.about-block-1 .left-image img {
		margin-left: -31px;
		margin-top: 0;
	}
	

	
	
	.default-fluid-banner {
		height: 120px;
	}
	
	
	
	.default-fluid-banner h1 {
		left: 0;
		font-size: 30px;
	}


	.middle-colored-info-wrapper {
		padding: 60px 0;
	}


	.middle-colored-info-wrapper p {
		font-size: 20px;
	}


	.middle-white-info-wrapper {
		padding: 70px 0 100px;
	}



	.middle-white-info-wrapper .left-info {
		width: 100%;
		border-right: none;
		padding-right: 0;
		border-bottom: 2px solid rgba(0,0,0,0.4);
		padding-bottom: 28px;
		margin-bottom: 28px;
	}



	.middle-white-info-wrapper .right-info {
		margin: 0 auto;
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
	}



	.about-us-wrapper.about-block-2 {
		padding: 0 0 40px;
		margin-bottom: 0;
	}




	.about-us-wrapper.about-block-2 .right-content {
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
	}
	
	
	
	.about-us-wrapper.about-block-2 h3 {
		font-size: 30px;
	}
	
	
	
	.about-us-wrapper.about-block-2 h4 {
		font-size: 24px;
	}
	
	
	
	.middle-white-info-wrapper .left-info {
		font-size: 20px;
	}
	
	
	
	.page-template-about-tpl .about-us-wrapper .right-content h3 {
		font-size: 34px;
	}

	
	
}/*====media close=====*/





@media only screen and (min-width:1000px){
	
		
	.about-us-wrapper.about-block-2 .left-image img {
		object-position: right;
	}
		
		
	.about-us-wrapper.about-block-2 .container {
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
	}	


	.about-us-wrapper.about-block-2 .right-content {
		width: 46%;
	}


	.about-us-wrapper.about-block-2 .left-image {
		width: 55%;
	}


	.page-template-about-tpl #site-footer .footer-inner {
		padding-top: 79px;
	}
	
	
	
}/*====media close=====*/





@media only screen and (min-width:767px) and (max-width:1000px){
	
		
	.about-us-wrapper.about-block-1 {
		padding: 10px 0 100px;
		margin-bottom: -45px;
	}


	.about-us-wrapper.about-block-1 .left-image {
		width: 100%;
		position: relative;
		left: -30px;
	}
	
	
	.about-us-wrapper.about-block-1 .right-content {
		width: 100%;
		margin-top: 40px;
	}


	.middle-colored-info-wrapper {
		padding: 80px 0;
	}
	
	
	
	.middle-colored-info-wrapper p {
		font-size: 20px;
	}
	
	
	
	
	.page-template-about-tpl .about-us-wrapper.about-block-2 .right-content p {
		font-size: 18px;
	}
	
	
	
	
	.page-template-about-tpl .about-us-wrapper.about-block-2 .left-image {
		width: 56%;
	}
	



	.about-us-wrapper.about-block-2 {
		padding: 43px 0;
	}



	.about-us-wrapper.about-block-2 h3 {
		font-size: 32px;
	}


	.about-us-wrapper.about-block-2 h4 {
		font-size: 24px;
	}
	
	
	
	
	.page-template-about-tpl .about-us-wrapper.about-block-2 {
		padding: 70px 0;
		position: relative;
	}
	
	
	
	
	.page-template-about-tpl .about-us-wrapper.about-block-2 .container {
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
	}
	
	
	
	
	.page-template-about-tpl .about-us-wrapper.about-block-2 .left-image img {
		height: 487px;
		object-fit: contain;
		object-position: bottom right;
	}
	
	
	
}/*====media close=====*/





@media only screen and (min-width:1000px) and (max-width:1300px){


	.about-us-wrapper.about-block-1 .right-content p {
		font-size: 16px;
	}


	.about-us-wrapper.about-block-1 {
		padding: 60px 0;
	}	
	
	
	.about-us-wrapper.about-block-1 .left-image img {
		height: 540px;
	}


	.page-template-about-tpl .about-us-wrapper .right-content {
		margin-bottom: 20px;
	}



	.about-us-wrapper.about-block-2 {
		padding: 98px 0;
		position: relative;
	}



	.about-us-wrapper.about-block-2 .left-image img {
		object-position: bottom right;
		height: 540px;
	}


	.about-us-wrapper.about-block-2 .left-image {
		bottom: 0;
		width: 53%;
	}
	
	
	
	
	.middle-white-info-wrapper .left-info {
		font-size: 16px;
	}
	
	
	.middle-colored-info-wrapper p {
		font-size: 24px;
	}
	
	
	
	
	
}/*====media close=====*/





@media only screen and (min-width:1300px) and (max-width:1500px){
	

	.about-us-wrapper.about-block-1 {
		padding: 15px 0;
	}
	
	
	
	.page-template-about-tpl .about-us-wrapper.about-block-2 {
		padding: 111px 0;
	}
	
	


	.about-us-wrapper.about-block-2 {
		padding: 115px 0;
	}


	.about-us-wrapper.about-block-2 .left-image img {
		height: 587px;
	}



	.about-us-wrapper.about-block-2 .right-content {
		width: 48%;
	}	
	
	
	
}/*====media close=====*/





@media only screen and (min-width:1000px) and (max-width:1200px){
	

	.default-fluid-banner {
		margin-top: 98px;
	}	
	
	
}/*====media close=====*/






/*================================ABOUT=============================*/








/*================================CHECKOUT=============================*/

.woocommerce-message a, 
.woocommerce-checkout-review-order #place_order, 
.wc-proceed-to-checkout .checkout-button, .woocommerce .woocommerce-cart-form .actions .button, 
.form-row.form-row-last button {
    background: linear-gradient(102deg, rgb(32, 35, 102) 0%, rgb(0, 159, 227) 50%, rgb(0, 72, 137) 100%);
    border-radius: 50px;
    padding: 15px 30px;
	text-decoration:none !important;
	color:#fff;
	border:none;
}



.woocommerce-shipping-calculator a {
	color: #18a7e6;
	text-decoration: none;
}


.woocommerce .woocommerce-error a, 
.woocommerce .woocommerce-info a, 
.woocommerce .woocommerce-message a {
	color: #3F454D;
	text-decoration: none;
}


.woocommerce-privacy-policy-text a, .product-name a {
    color: #18a7e6;
    text-decoration: none;
}



#site-content .woocommerce-info {
    border-top: 2px solid #18a7e6;
}



.woocommerce-cart-form .qib-button.qib-button-wrapper {
    width: 165px;
    float: right;
}



.woocommerce-cart-form table tbody, 
.woocommerce-cart-form table td, 
.woocommerce-cart-form table th, 
.woocommerce table.shop_table td, 
.woocommerce table.shop_table th, 
.woocommerce-page table.shop_table td, 
.woocommerce-page table.shop_table th {
    border: 1px solid rgba(0,0,0,0.1);
}




.cart_totals h2 {
    font-size: 35px;
}



.woocommerce-cart-form a.remove:hover {
    background: #18a7e6;
}



#order_review td, #order_review th {
    border: 1px solid rgba(0,0,0,0.1) !important;
}




.checkout.woocommerce-checkout h3 {
    font-size: 28px;
}




.checkout.woocommerce-checkout {
    width: 100%;
}




.woocommerce form .form-row .input-text, 
.woocommerce-page form .form-row .input-text {
    text-align: right;
}




.error404-content h1 {
    font-size: 36px;
}



.error404-content p {
    font-size: 20px;
}




.error404-content .search-form input[type="submit"] {
    background: linear-gradient(102deg, rgb(32, 35, 102) 0%, rgb(0, 159, 227) 50%, rgb(0, 72, 137) 100%);
    text-align: center;
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 16px;
}



.woocommerce-MyAccount-navigation ul {
    border: 1px solid #18a7e6;
    list-style: none;
    padding: 0;
}



#site-content .woocommerce-MyAccount-navigation ul li {
    margin: 0;
}



#site-content .woocommerce-MyAccount-navigation ul li a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid #18a7e6;
    display: block;
    padding: 11px 15px;
}



#site-content .woocommerce-MyAccount-navigation ul li.is-active a, 
#site-content .woocommerce-MyAccount-navigation ul li a:hover {
    background: rgb(5,94,169);
    background: linear-gradient(93deg, rgba(5,94,169,1) 0%, rgba(63,197,255,1) 50%, rgba(5,94,169,1) 100%);
	color:#fff;
}





#site-content .woocommerce-MyAccount-navigation ul li:last-child a {
    border-bottom: none;
}



#site-content .woocommerce-MyAccount-content p {
    font-size: 20px;
	color:#3F454D;
}



#site-content .woocommerce-MyAccount-content p a, 
.u-columns .woocommerce-Address  a, 
#site-content .woocommerce-LostPassword a {
    color: #004889;
    text-decoration: none;
}




#site-content .entry-content .woocommerce a.button, 
#site-content  .woocommerce-EditAccountForm .woocommerce-Button.button, 
#site-content .post-49 form  button {	
    background: linear-gradient(102deg, rgb(32, 35, 102) 0%, rgb(0, 159, 227) 50%, rgb(0, 72, 137) 100%);
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    padding: 14px 40px;
	text-decoration: none !important;
	border-radius:50px;
}




.woocommerce-ResetPassword {
    margin-top: 50px;
}




.woocommerce-form.woocommerce-form-login {
    margin-bottom: 60px;
}




#site-content .u-columns .woocommerce-Address {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 20px;
}



.u-columns .woocommerce-Address h3 {
    font-size: 30px;
    margin: 5px 0 20px;
}



.u-columns .woocommerce-Address address {
    font-size: 16px;
    font-family: 'ploni-regular-aaa' !important;
    margin-top: 10px;
}


.woocommerce-form-row span em {
    font-size: 18px;
}




.post-49 form {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 25px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
}



#site-content .woocommerce-form #rememberme {
    margin-left: 10px;
}






/*================================CHECKOUT=============================*/








/*================================FOOTER=============================*/


.container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 30px;
}




#site-footer {
    background: url("images/footer-bg-min.png") no-repeat 0 0;
    background-size: cover;
    background-position: 86% 50%;
	padding-bottom: 90px;
}



#site-footer .footer-inner .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	color:#fff;
}




#site-footer .footer-inner {
    padding: 36px 0 60px;
    border-bottom: 2px solid #99a6b5;
    width: calc(100% - 190px);
    margin: 0 auto 50px;
}





#site-footer .footer-inner .f-field {
    width: 24%;
}




#site-footer .footer-inner .f-field.f-form {
    width: 37%;
}




#site-footer .footer-inner .f-field.f-links {
    width: 20%;
}




#site-footer .footer-inner .f-field.f-links ul {
    list-style: none;
    margin: 0;
    text-align: right;
}



#site-footer .footer-inner .f-field.f-links ul li {
    margin: 0 0 5px;
}



#site-footer .footer-inner .f-field.f-links ul li a {
    color: #d5dbe1;
    font-size: 20px;
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    text-decoration: none;
}



#site-footer .footer-inner .f-field.f-address .custom-html-widget {
    text-align: right;
}



#site-footer .footer-inner .f-field.f-address .footer-logo {
    text-align: right;
}


#site-footer .footer-inner .f-field.f-address .footer-logo img {
    display: inherit;
    width: 200px;
    margin-bottom: 50px;
}



#site-footer .footer-inner .address-detail p, #site-footer .footer-inner .f-field h3, #site-footer .address-detail p a {
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #d5dbe1;
	text-decoration: none;
}



#site-footer .footer-inner .address-detail p {
    line-height: 33px;
    margin-bottom: 2px;
}




#site-footer .f-field .f-media {
    margin-top: 7px;
}




#site-footer .footer-inner .f-media a {
    color: #fff;
    font-size: 18px;
    margin-left: 8px;
}



#site-footer .footer-inner .f-field h3 {
    text-align: right;
    font-size: 20px;
}



#site-footer .footer-inner .f-field.f-form, 
#site-footer .footer-inner .f-field.f-links {
    padding-top: 40px;
}



.f-field.f-form form input, 
.f-field.f-form form textarea {
    background: #203A58;
    border: none;
    color: #CCC;
    font-size: 16px;
    text-align: right;
    resize: none;
}


.f-field.f-form form select {
    background: #203A58 url("images/select-arrow-n.png") no-repeat 10px center;
    border: none;
    color: #CCC;
    font-size: 14px;
    text-align: right;
    width: 100%;
    padding: 1.5rem 1.8rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-size: 12px;
}



.f-field.f-form .two-columns-field .input-field label {
    display: block;
    margin: 0 0 9px;
}



.f-field.f-form form input.wpcf7-submit {
    background: transparent linear-gradient(93deg, #055EA9 0%, #3FC5FF 48%, #055EA9 100%) 0% 0% no-repeat;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 12px;
    margin-top: 15px;
}




.f-field.f-form .two-columns-field {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}



.f-field.f-form .two-columns-field .input-field {
    width: 49%;
}





.f-field.f-form form input::-webkit-input-placeholder { 
   color: #d5dbe1; opacity:1;
}

.f-field.f-form form input::-moz-placeholder { 
   color: #d5dbe1;  opacity:1;
}

.f-field.f-form form input:-ms-input-placeholder { 
   color: #d5dbe1;  opacity:1;
}

.f-field.f-form form input:-moz-placeholder { 
   color: #d5dbe1;  opacity:1;
}


.f-field.f-form form textarea::-webkit-input-placeholder { 
   color: #d5dbe1; opacity:1;
}

.f-field.f-form form textarea::-moz-placeholder { 
   color: #d5dbe1;  opacity:1;
}

.f-field.f-form form textarea:-ms-input-placeholder { 
   color: #d5dbe1;  opacity:1;
}

.f-field.f-form form textarea:-moz-placeholder { 
   color: #d5dbe1;  opacity:1;
}




#site-footer .section-inner {
    width: 100%;
    max-width: 100%;
}



#site-footer .section-inner .footer-credits, #site-footer .section-inner .to-the-top {
    display: none;
}



#site-footer .section-inner .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}



#site-footer .section-inner p {
    color: #fff;
    font-size: 16px;
    color: #d5dbe1;
	font-family: 'Assistant', sans-serif;
}



#site-footer .pre-link {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


#site-footer .pre-link ul {
    list-style: none;
    margin: 0;
    display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}



#site-footer .pre-link ul li {
    margin: 0;
    border-right: 2px solid #d5dbe1;
    line-height: 14px;
    margin-right: 20px;
    padding-right: 20px;
}


#site-footer .pre-link ul li a {
	color: #d5dbe1;
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
	font-size: 16px;
}



#site-footer .pre-link p {
	margin: 0;
	color: #d5dbe1;
	font-family: 'Assistant', sans-serif;
	font-weight: 400;
	font-size: 16px;
}


.copyright-text .widget {
    margin-top: 0px;
}
.copyright-text {
    display: flex;
    color: #d5dbe1;
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.textwidget.custom-html-widget{
    color: #d5dbe1;
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

#back_top {
    background-color: #055EA9;
    bottom: 40px;
    cursor: pointer;
    display: none;
    line-height: 39px;
    position: fixed;
    right: 30px;
    width: 50px;
    text-align: center;
    padding: 5px 0 2px;
    border-radius: 100%;
    height: 50px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    z-index: 1;
}



#back_top i.fa.fa-angle-double-up {
    color: #fff;
}


.whatsapp-fixed {
    bottom: 102px;
    cursor: pointer;
    line-height: 39px;
    position: fixed;
    right: 26px;
    width: 57px;
    text-align: center;
    padding: 5px 0 2px;
    border-radius: 100%;
    height: 70px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    z-index: 1;
}


.whatsapp-fixed a{
    background:url("images/whatsapp-logo-297x300-min.png") no-repeat 0 0;
	width:100%;
	height:100%;
	background-size:100%;
	display:block;
	font-size: 0;
}


/*================================FOOTER=============================*/











/*====================================================RESPONSIVE=========================================================================================================================================================================================================*/







/*================================HOME=============================*/


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


		
	.home #site-content {
		padding-top: 88px;
	}


	.map-inner-wrapper.map-inner-desktop {
		display: none;
	}



	.map-outer-wrapper h2 {
		font-size: 34px;
		margin-bottom:0px;
	}



	.map-inner-wrapper.map-inner-mobile {
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
		padding-top: 37px;
	}



	.map-inner-wrapper.map-inner-mobile .map-direction {
		width: 100%;
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
	}



	.map-inner-wrapper.map-inner-mobile .map-route-mobile {
		width: 100%;
		height: 900px;
		object-fit: contain;
	}



	.map-inner-wrapper.map-inner-mobile .map-direction p {
		color: #004889;
		font-size: 18px;
		text-align: right;
		width: 100%;
		max-width: 150px;
		margin: 0;
		line-height: 21px;
		/*padding: 0 0 0 40px;*/
		font-weight: 700;
	}


	.map-inner-mobile .map-direction.map-direction-1 {
		right: 140px;
		bottom: auto;
		top: 15px;
	}


	.map-inner-mobile .map-direction.map-direction-1 .direction-img {
		margin: 0 0 0 20px;
	}


	.map-inner-mobile .map-direction p span {
		text-align: right;
	}





	.map-inner-mobile .map-direction.map-direction-2 {
		right: 28px;
		bottom: auto;
		top: 92px;
	}


	.map-inner-wrapper.map-inner-mobile .map-direction.map-direction-2 .direction-img {
		margin: 0 0 0 24px;
	}


	.map-inner-wrapper.map-inner-mobile .map-direction.map-direction-2 p {
		padding-left: 0;
		max-width: 200px;
	}




	.map-inner-mobile .map-direction.map-direction-3 {
		right: 25px;
		top: 220px;
	}



	.map-inner-mobile .map-direction.map-direction-3 .direction-img {
		margin: 0 0 0 26px;
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
	}



	.map-inner-mobile .map-direction.map-direction-3 p {
		
		text-align: left;
		padding: 0 0 0 20px;
		max-width: 238px;
	}




	.map-inner-mobile .map-direction.map-direction-3 p span{
		text-align: left;
	}





	.map-inner-mobile .map-direction.map-direction-4 {
		right: 28px;
		top: 355px;
	}




	.map-inner-mobile .map-direction.map-direction-4 .direction-img {
		margin: 0 0 0 24px;
	}



	.map-inner-mobile .map-direction.map-direction-4 p {
		max-width: 200px;
		padding: 0 0 0 0;
	}




	.map-inner-mobile .map-direction.map-direction-5 {
		right: 34px;
		top: 500px;
	}




	.map-inner-mobile .map-direction.map-direction-5 p {
		
		text-align: left;
		padding: 0 0 0 20px;
		max-width: 230px;
	}




	.map-inner-mobile .map-direction.map-direction-5 p span{
		text-align: left;
		
	}



	.map-inner-mobile .map-direction.map-direction-5 .direction-img {
		 margin: 0 0 0 26px;
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
	}







	.map-inner-mobile .map-direction.map-direction-6 {
		left: -30px;
		top: 630px;
	}



	.map-inner-mobile .map-direction.map-direction-6 .direction-img {
		margin: 0 0 0 25px;
	}



	.map-inner-mobile .map-direction.map-direction-6 p {
		max-width: 200px;
		padding: 0;
	}




	.map-inner-mobile .map-direction.map-direction-7 {
		right: 31px;
		top: 766px;
		left: auto;
		z-index: 2;
	}



	.map-inner-mobile .map-direction.map-direction-7 p {
		
		text-align: left;
		padding: 0 0 0 20px;
		max-width: 230px;
	}



	.map-inner-mobile .map-direction.map-direction-7 p span{
		text-align: left;
	}



	.map-inner-mobile .map-direction.map-direction-7 .direction-img {
		margin: 0 0 0 26px;
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
	}





	.map-inner-mobile .map-direction.map-direction-8 {
		left: -122px;
		top: auto;
		bottom: 30px;
		z-index: 2;
	}



	.map-inner-mobile .map-direction.map-direction-8 .direction-img {
		margin: 0 0 0 -35px;
	}



	.map-inner-mobile .map-direction.map-direction-8 p {
		padding: 0;
		max-width: 200px;
		position: relative;
		top: 75px;
		left: 20px;
	}




	.map-inner-mobile .map-direction .direction-tip {
		right: 0px;
		top: -100px;
		display:none;
	}
	
	
	
	.direction-img:hover .direction-tip {
		display: block;
	}


      
	.map-inner-mobile .map-direction.map-direction-3 .direction-tip, 
	.map-inner-mobile .map-direction.map-direction-5 .direction-tip, 
	.map-inner-mobile .map-direction.map-direction-7 .direction-tip {
		right: auto;
		left: 0px;
		top: -100px;
	}
	
	
	
	.map-inner-mobile .map-direction.map-direction-8 .direction-tip p {
		position: static;
	}
	
	
	
	
	.map-outer-wrapper {
		padding: 44px 0 90px;
	}




}/*=====media close=====*/





@media only screen and (max-width:767px){
	
		
	.main-banner-wrapper.desktop-banner {
		display: none;
	}



	.main-banner-wrapper.mobile-banner .caption img {
		width: 100%;
		max-width: 60px;
	}



	.main-banner-wrapper.mobile-banner .caption {
		top: 50%;
		left: 50%;
	}



	.main-banner-wrapper.mobile-banner .caption h1 {
		left: 0;
		font-size: 11vw;
	}
	

	.product-slider-wrapper #product-slider {
		padding: 0 40px;
	}



	.product-slider-wrapper .swiper-button-next {
		left: 0px !important;
		background-position: right center;
	}



	.product-slider-wrapper .swiper-button-prev {
		right: 0 !important;
		background-position: left center;
	}



	.product-slider-wrapper-inner {
		padding: 36px 0 82px;
	}



	#product-slider .inner .image {
		margin-bottom: 6px;
	}

		
		
		
	#product-slider .inner h3 a {
		font-size: 22px;
		margin: 21px 0 0;
		display: block;
	}



	#product-slider .inner h4 a {
		font-size: 20px;
		line-height: normal;
		display: inherit;
	}



	.product-slider-wrapper-inner h2 {
		font-size: 34px;
		margin: 0 0 14px;
	}



	#back_top {
		right: 20px;
	}
	
	
	.whatsapp-fixed {
		right: 17px;
	}



	.about-us-wrapper .left-image {
		width: 100%;
		position: relative;
		left: -30px;
	}
	
	
	
	.about-us-wrapper .right-content h3 {
		font-size: 34px;
		margin-bottom: 12px;
	}
	
	
	
	
	.home .about-us-wrapper .right-content a {
		margin-top: 40px;
		padding: 10px 40px;
	}




	.about-us-wrapper .right-content {
		width: 100%;
		margin-bottom: 90px;
		margin-top: 32px;
	}




    .home .about-us-wrapper .left-image img {
		margin-top: -35px;
	}




	.about-us-wrapper .left-image img {
		margin-top: 0px;
	}




	.our-solutions-wrapper-inner .solution-boxes ul li {
		margin: 0 0 15px;
		width: 48%;
		padding: 20px 7px 50px;
	}




	.our-solutions-wrapper-inner .solution-boxes ul {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}




	.our-solutions-wrapper-inner {
		padding: 20px 0 60px;
	}
	
	
	
	
	.our-solutions-wrapper-inner .view-more-btn a {
		padding: 10px 40px;
	}



	.our-solutions-wrapper-inner h2 {
		margin: 10px 0 18px;
		font-size: 34px;
	}



	.solution-boxes-img img {
		width: 100%;
		max-width: 70px;
		margin: 0 auto;
	}



	.our-solutions-wrapper-inner .solution-boxes ul li h3 {
		font-size: 16px;
		height: 29px;
		margin: 16px 0 5px;
		padding-top: 16px;
		background-size: 75px;
	}



	.view-more-btn {
		margin-top: 20px;
	}



	.tab-section-wrapper {
		padding: 30px 0 20px;
	}



	.tab-section-wrapper h2 {
		font-size: 34px;
	}



	.tab-section-wrapper .tablinks {
		margin: 0;
		font-size: 19px;
	}
	
	
	.tab-section-wrapper .tablinks::after {
		height: 3px;
	}
	
	
	
	
	.tab-section-wrapper .btn.btn-readmore {
		padding: 8px 40px;
	}
	
	
	
	
	.tab-section-wrapper .tabcontent ul li .section-left h3 {
		margin: 0 0 5px;
	}



	.tab-section-wrapper .tab {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		margin: 17px 0 36px;
	}



	.tab-section-wrapper .tabcontent ul li {
		margin: 0 0 60px;
		width: 100%;
	}




	.tab-section-wrapper .tabcontent ul li .section-left {
		width: 100%;
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		margin-top: 15px;
	}



	.tab-section-wrapper .tabcontent ul li .section-right {
		width: 100%;
	}



	.tab-section-wrapper .tabcontent {
		padding: 6px 0 !important;
	}



	.client-carousel-wrapper #client-slider {
		padding: 0 40px;
	}




	.client-carousel-wrapper {
		padding: 40px 0;
	}



	.client-carousel-wrapper h2 {
		margin-bottom: 0;
		font-size: 34px;
	}
	
	
	
	
}/*=====media close=====*/




@media only screen and (min-width:767px){
	
	.main-banner-wrapper.mobile-banner {
		display: none;
	}
	
}/*=====media close=====*/





@media only screen and (min-width:1000px){
	
	.map-inner-wrapper.map-inner-mobile {
		display: none;
	}
	
	
	.map-outer-wrapper {
		padding: 0px 0 60px;
	}


	.map-outer-wrapper h2 {
		margin: 75px 0 0;
	}
	
	
	.map-inner-wrapper {
		margin-top: -30px;
	}
	
	
	
	
}/*=====media close=====*/





@media only screen and (min-width:767px) and (max-width:1200px){


	.main-banner-wrapper .caption img {
		width: 100%;
		max-width: 70px;
	}


	.main-banner-wrapper .caption {
		top: 46%;
	}


	.main-banner-wrapper .caption h1 {
		left: -24px;
	}


	#product-slider .inner h3 a {
		font-size: 26px;
		display: inline-block;
	}


	#product-slider .inner .image {
		margin-bottom: 13px;
	}



	.about-us-wrapper .right-content p {
		font-size: 18px;
	}



	.our-solutions-wrapper-inner {
		padding: 50px 0 70px;
	}



	.solution-boxes-img img {
		width: 100%;
		max-width: 67px;
	}



	.our-solutions-wrapper-inner .solution-boxes ul li {
		padding: 28px 10px 30px;
	}



	.our-solutions-wrapper-inner .solution-boxes ul li h3 {
		font-size: 17px;
		margin: 15px 0 36px;
		padding-top: 17px;
		background-size: 70px;
	}



	.tab-section-wrapper .tabcontent ul li .section-left {
		width: 54%;
		margin-top: 0;
	}


	.tab-section-wrapper .tabcontent ul li .section-right {
		width: 40%;
	}



	.tab-section-wrapper .tabcontent ul li .section-left h3 {
		font-size: 22px;
	}


	.tab-section-wrapper .section-left p {
		font-size: 17px;
	}



	.tab-section-wrapper .btn.btn-readmore {
		padding: 7px 20px;
	}


	
}/*=====media close=====*/






@media only screen and (min-width:1000px){
	

	.map-outer-wrapper {
		margin-bottom: -190px;
		position: relative;
		z-index: 1;
	}
	
	
}/*=====media close=====*/







@media only screen and (min-width:1000px){
	

	.about-us-wrapper {
		position: relative;
		padding: 100px 0;
	}



	.about-us-wrapper .left-image {
		width: 58%;
		position: absolute;
		left: 0%;
		z-index: 1;
	}



	.about-us-wrapper .left-image img {
		width: 100%;
		margin-top: -50px;
		height: 738px;
		object-fit: contain;
		object-position: left;
	}
	
	


	.our-solutions-wrapper-inner {
		background: transparent;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
	}



	.our-solutions-wrapper {
		background-size: 100%;
		position: relative;
		overflow: hidden;
	}	



	.our-solutions-wrapper::after {
		background: rgba(32,58,88,0.95);
		content: "";
		display: block;
		padding-bottom: calc( 0.44 * 100% );
	}
	
	


	
}/*=====media close=====*/





@media only screen and (min-width:1000px) and (max-width:1500px){
	

	.about-us-wrapper {
		padding: 30px 0;
	}


	.about-us-wrapper .right-content {
		padding: 40px 0;
	}	
	
	
	
	.our-solutions-wrapper-inner .solution-boxes ul li {
		padding: 28px 10px 13px;
	}
	
	
	.our-solutions-wrapper-inner h2 {
		margin: 0px 0 10px;
	}
	
	
	.our-solutions-wrapper .view-more-btn {
		margin-top: 20px;
	}
		
	
		
	
}/*=====media close=====*/







@media only screen and (min-width:1000px) and (max-width:1300px){
	

	.about-us-wrapper .right-content {
		padding: 0 0;
	}	
	
	
	
	#product-slider .inner h3 a {
		font-size: 2vw;
	}
	
	
	#product-slider .inner h4 a {
		font-size: 20px;
	}
	
		
	
}/*=====media close=====*/




@media only screen and (min-width:767px) and (max-width:1000px){
	

	.about-us-wrapper .left-image {
		position: absolute;
		left: 0%;
		z-index: 1;
	}
		
	
}/*=====media close=====*/









/*================================HOME=============================*/







/*================================FOOTER=============================*/


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


	footer#site-footer {
		padding-bottom: 50px;
		background: url("images/footer-mobile-bg-min.png") no-repeat 0 0;
		background-size: cover;
	}	
		
		
		
	#site-footer .footer-inner {
		padding: 0px;
		width: 100%;
		border:none;
	}
	
	
	
	.footer-inner::after {
		content: "";
		display: block;
		width: calc(100% - 30px);
		border-bottom: 2px solid #99a6b5;
		margin: 37px auto 0;
	}




	#site-footer .footer-inner .f-field {
		width: 100% !important;
	}



	.f-field.f-form .two-columns-field .input-field {
		width: 100%;
	}





	#site-footer .footer-inner .f-field.f-links {
		order: 3;
		-webkit-order: 3;
		-moz-order: 3;
		-ms-order: 3;
	}



	#site-footer .footer-inner .f-field.f-address .custom-html-widget, 
	#site-footer .footer-inner .f-field.f-address .footer-logo {
		text-align: center;
	}



	#site-footer .footer-inner .f-field.f-address .footer-logo img {
		margin-bottom: 20px;
		width: 240px;
	}



	#site-footer .footer-inner .address-detail p br:first-child {
		display: block;
	}



	#site-footer .footer-inner .address-detail p {
		font-size: 20px;
	}
	
	
	
	#site-footer .f-field .f-media {
		margin-top: 30px;
	}



	#site-footer .footer-inner .f-media a {
		font-size: 30px;
		margin-left: 20px;
	}



	#site-footer .footer-inner .f-media a:last-child {
		margin-left: 0;
	}


	footer .f-media {
		margin-top: 20px;
	}



	#site-footer .footer-inner .f-field.f-address {
		margin-top: 20px;
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
	}



	#site-footer .footer-inner .f-field.f-links ul {
		display: flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}



	#site-footer .footer-inner .f-field.f-links ul li {
		width: 35%;
	}



	#site-footer .footer-inner .f-field.f-links ul li:nth-child(2n) {
		width: 54%;
	}



	#site-footer .section-inner .container, #site-footer .pre-link {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}



	.payment-icon {
		width: 100%;
		text-align: center;
		margin: 0 0 30px;
	}



	.payment-icon img {
		display: inline;
	}
	
	
	#site-footer .pre-link .widget_text.widget.widget_custom_html {
		width: 100%;
	}



	#site-footer .pre-link .widget_text.widget.widget_custom_html:first-child {
		width: auto;
		padding-right: 5px;
	}


	.copyright-text, .copyright-text .textwidget.custom-html-widget {
		font-size: 12px;
		text-align: center;
	}
	
	
	
	#site-footer .pre-link {
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
	}



	#site-footer .pre-link ul li a {
		font-size: 14px;
	}



	#site-footer .section-inner .container {
		padding: 0 20px;
	}



	.copyright-text {
		width: 100%;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}



	#site-footer .pre-link ul {
		margin: 9px 0 0;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}



	#site-footer .pre-link ul li:first-child {
		border: none;
		margin-right: 0;
		padding-right: 0;
	}
	
	
	#site-footer .footer-inner .f-field p.desktop-phone {
		display: none;
	}
	
	
	
	.credit-wrapper .container {
		font-size: 13px;
		text-align: center;
	}
	
	

	
}/*=====media close=====*/







@media only screen and (min-width:767px){
	

	#site-footer .footer-inner .f-field p.mobile-phone {
		display: none;
	}	
	
	

}/*=====media close=====*/







@media only screen and (min-width:767px) and (max-width:1500px){


	#site-footer .footer-inner {
		width: calc(100% - 40px);
	}	
	
	
	.pre-link .widget {
		padding-right: 5px;
	}
	
	
}/*=====media close=====*/




@media only screen and (min-width:767px) and (max-width:1000px){


	.f-field.f-form .two-columns-field .input-field {
		width: 100%;
	}


	#site-footer .footer-inner .f-field {
		width: 26%;
	}


	#site-footer .footer-inner .f-field.f-form, 
	#site-footer .footer-inner .f-field.f-links {
		padding-top: 0;
	}



	#site-footer .f-field.f-address {
		padding-top: 8px;
	}



	#site-footer .section-inner .container {
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}


	#site-footer .payment-icon {
		margin-bottom: 23px;
	}
	
	
	#site-footer .pre-link {
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
	}

	
	
}/*=====media close=====*/





@media only screen and (min-width:1000px) and (max-width:1200px){


	.payment-icon img {
		width: 208px;
	}
	
	
}/*=====media close=====*/






/*================================FOOTER=============================*/







/*================================CALCULATOR=============================*/


.calculator-inner-wrapper {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	width: 100%;
	max-width: 1150px;
	margin: 90px auto;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.11);
}



.calculator-inner-wrapper .left-section, 
.calculator-inner-wrapper .right-section {
    width: 50%;
    position: relative;
}



.calculator-inner-wrapper .left-section {
    left: 2px;
}




.calculator-inner-wrapper div img {
    width: 100%;
}




.calculator-inner-wrapper .left-section form {
    position: absolute;
    top: 86px;
    width: 355px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 0;
}




.calculator-inner-wrapper .left-section .form-field {
	position: relative;
	margin-bottom:30px;
	box-shadow: 0px 3px 6px #00000029;
}



.calculator-inner-wrapper .left-section .form-field::after {
    background: #fff url("images/toggle-icon.png") no-repeat 94% center;
    content: "";
    width: 14px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    top: 16px;
    right: 20px;
}





.calculator-inner-wrapper .left-section .form-field .error {
    position: absolute;
    bottom: -23px;
    width: 100%;
    left: 0;
    font-size: 14px;
}





.calculator-inner-wrapper .left-section .form-field:last-child {
    margin-bottom: 0;
}






.calculator-inner-wrapper .left-section .form-field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: none;
    background: #fff url("images/d-srrow.png") no-repeat 15px center;
    font-size: 16px;
    color: #151924;
    text-align: right;
    width: 100%;
    padding: 20px 40px 20px 35px;
    background-size: 13px;
	position: relative;
}





.calculator-inner-wrapper .left-section .form-field .prettydropdown, 
.calculator-inner-wrapper .left-section .form-field .prettydropdown ul {
    width: 100% !important;
    min-width: 100% !important;
    border: none;
}




.calculator-inner-wrapper .left-section .form-field .prettydropdown ul li {
    width: 100% !important;
    text-align: right;
}





.calculator-inner-wrapper .left-section .result-button::after {
    display: none;
}





.calculator-inner-wrapper .left-section .result-button input {
    background: rgb(5,94,169);
    background: linear-gradient(93deg, rgba(5,94,169,1) 0%, rgba(63,197,255,1) 50%, rgba(5,94,169,1) 100%);
    text-align: center;
    color: #fff;
    border: none;
    padding: 15px 10px;
	width: 100%;
}








.calculator-inner-wrapper .left-section h4 {
    color: #fff;
    text-align: right;
    font-size: 25px;
    padding: 0 17px 30px;
}









#calculationProgress {
    position: relative;
    margin: 80px 0 60px;
    width: 100%;
}








#calculationProgress::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -5px;
    border-radius: inherit;
    background: transparent linear-gradient(180deg, #202366 0%, #009FE3 49%, #004889 100%) 0% 0% no-repeat padding-box;
}





#calculationProgress::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    left: 0;
    z-index: -1;
    border-radius: inherit;
    background: #fff;
    height: 66px;
    width: calc(100% - 4px);
    margin: 0 auto;
}





#calculationBar {
	height: 72px;
	background: transparent linear-gradient(180deg, #202366 0%, #009FE3 49%, var(--unnamed-color-004889) 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #202366 0%, #009FE3 49%, #004889 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
}




#calculationBar::after {
    content: "";
    display: block;
    height: 28px;
    background-size: 100%;
    background: url("images/Group7258.png") no-repeat center center;
    position: absolute;
    top: 21px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}





#calculationBar::before {
    content: "";
    display: inline-block;
    width: 117px;
    height: 45px;
    background-size: 100% !important;
    background: url("images/Path2671.png") no-repeat center center;
    position: relative;
    top: -55px;
}





.calculation-refult-table {
    margin: 73px 0;
}



.calculation-refult-table .dark-blue {
    background: #0978A7;
    color: #fff;
	font-size:18px;
}



.calculation-refult-table .middle-blue {
    background: #018FCC;
    color: #fff;
	font-size:18px;
}



.calculation-refult-table .light-blue {
    background: #009FE3;
    color: #fff;
	font-size:18px;
}



.calculation-refult-table .lighter-blue {
    background: #018FCC;
    color: #fff;
	font-size:18px;
}




.calculated-results {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}




.calculation-refult-table table {
    box-shadow: 0px 26px 24px -10px #00000021;
}





.calculation-refult-table td {
    font-size: 16px;
    text-align: center;
}



.calculation-refult-table th {
    text-align: center;
}




.calculation-refult-table th, .calculation-refult-table td {
    border: 0.5px solid #009FE3;
    line-height: 2.4;
	font-weight: 600;
}



.calculation-refult-table td[border] {
    border: hidden;
}




.calculated-results h3 {
    color: #063476;
    text-align: center;
    font-size: 34px;
}





.no-data-found {
	text-align: right;
	margin-top: 60px;
}


.no-permission {
	min-height: 300px;
	margin-top: 60px;
	text-align: right;
}





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


	.calculator-inner-wrapper .right-section {
		display: none;
	}



	.calculator-inner-wrapper .left-section {
		left: 0;
		width: 100%;
		padding: 70px 20px;
	}


	.calculator-inner-wrapper .left-section img {
		height: 100%;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}



	.calculator-inner-wrapper .left-section form {
		position: static;
		width: 100%;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
	}




	.calculator-inner-wrapper .left-section h4 {
		font-size: 22px;
		padding: 0 0 10px;
	}




	#calculationBar {
		height: 50px;
	}



	#calculationProgress::after {
		top: 0;
		height: 50px;
		width: calc(100% - 2px);
	}



	#calculationBar::after {
		background-size: 14px !important;
		top: 0;
		height: 100%;
	}



	#calculationBar::before {
		width: 70px;
		height: 33px;
		top: -40px;
	}
	
	
	
	.calculated-results h3 {
		font-size: 26px;
	}
	
	
	
	.calculation-refult-table table {
		margin-top: 0;
	}
	
	
    .calculation-refult-table td{
		font-size: 12px;
	}
	
	

	
	
}/*===media close===*/






@media only screen and (max-width:767px){
	
		
	.calculated-results h3 {
		font-size: 18px;
	}	
		
		
	.results-table-mobile {
		display: block;
		margin-bottom: 10px;
		margin-top: 60px;
	} 


	.results-table-desktop {
		display: none; 
	} 



	#results-mobile-slider .swiper-button-prev {
		background: url("images/noun_Arrow_next.png") no-repeat right center;
		right: 0;
		background-size: 8px;
	}



	#results-mobile-slider .swiper-button-next {
		background: url("images/noun_Arrow_prev.png") no-repeat left center;
		left: 0;
		background-size: 8px;
	}




	#results-mobile-slider{
		padding: 0 17px;
	}



	#results-mobile-slider .swiper-button-prev::after, 
	#results-mobile-slider .swiper-button-next::after {
		display: none;
	}	




	.calculation-refult-table th, .calculation-refult-table td {
		font-size: 11px !important;
	}


	
	
}/*===media close===*/





@media only screen and (min-width:767px) {
	
  .results-table-mobile { 
    display: none; 
  }  
  
  .results-table-desktop { 
   display: block; 
  }  
  
  
}/*===media close===*/





@media only screen and (min-width:767px) and (max-width:1000px){


	.calculation-refult-table th, .calculation-refult-table td {
		font-size: 15px !important;
	}	
	
	
}/*===media close===*/







@media (min-width:1000px){
	

	.calculation-refult-table th.w-width {
		width: 11%;
	}	
	
	
}/*===media close===*/





/*================================CALCULATOR=============================*/








/*================================SAVINGS CALCULATOR=============================*/





#savings-calculator .calculator-inner-wrapper {
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.11);
	background:url("images/saving-cal-bg.jpg") no-repeat 0 0;
	background-size: cover;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	padding: 20px 0 90px;
	margin-bottom: 50px;
	position: relative;
}






#savings-calculator .calculated-saving-price {
	position: absolute;
	bottom: 32px;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	padding: 0 20px;
	/*text-shadow: 0 1px 0 #fff, 1px 1px 0 #fff;*/
}







#savings-calculator .calculator-inner-wrapper .left-section, 
#savings-calculator .calculator-inner-wrapper .right-section {
    width: 34%;
    margin: 0 38px;
}





#savings-calculator .select-label {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}






#savings-calculator .calculator-inner-wrapper .left-section.r-side {
    width: 50%;
}







#savings-calculator .select-label label {
	color: #fff;
	margin: 0 0 0 20px;
	font-size: 20px;
	width: auto;
	text-align: right;
}






#savings-calculator .calculator-inner-wrapper .left-section form {
    position: static;
    width: 100%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
}






#savings-calculator .calculator-inner-wrapper .left-section h4 {
    text-align: center;
    padding: 0 0 15px;
}






#savings-calculator .calculator-inner-wrapper .left-section .form-field {
    margin-bottom: 20px;
}






#savings-calculator .calculator-inner-wrapper .form-field.f-content p {
    margin: 0;
}







.savings-bottom-content {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto 140px;
    text-align: center;
}







.left-section.r-side .savings-img img {
    max-width: 80px;
}





.savings-img {
	margin: 50px 0 0;
	height: 87px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	flex-flow: column;
	-webkit-flex-flow: column;
	-moz-flex-flow: column;
	-ms-flex-flow: column;
}





.savings-img img {
    max-width: 110px;
    margin: 0 auto;
}






#savings-calculator .left-section.r-side .form-field {
    margin-bottom: 19px;
}




#savings-calculator .left-section .form-field {
    box-shadow: none;
}




#savings-calculator .left-section .form-field input[type="text"], 
#savings-calculator .left-section .form-field select {
    padding: 15px 20px 15px 35px;
    font-size: 17px;
	height: 50px;
	border: none;
}





.calculator-inner-wrapper .left-section form input {
	 border: none;
	 box-shadow: 0px 3px 6px #00000029;
}





#savings-calculator .left-section.r-side .form-field select {
	height: 50.2px;
	width: calc(100% - 182px);
	box-shadow: 0px 3px 6px #00000029;
}





#savings-calculator .left-section.r-side .f-content .select-label p {
    width: calc(100% - 182px);
}







#savings-calculator .left-section .form-field input[type="text"] {
    font-size: 1.6rem;
}






#savings-calculator .left-section .form-field::after {
    display: none;
}





#savings-calculator .calculator-inner-wrapper .form-field.f-content {
    box-shadow: none;
    text-align: center;
    color: #fff;
}






#savings-calculator .calculator-inner-wrapper .l-side .result-button input {
    background: #009FE3;
}







#savings-calculator .calculator-inner-wrapper .r-side .result-button {
	width: calc(100% - 182px);
	float: left;
}






#savings-calculator .left-section.r-side .savings-img img, 
#savings-calculator .left-section.r-side form h4 {
	position: relative;
	right: 90px;
}






#savings-calculator .calculator-inner-wrapper .r-side .result-button input {
    background: #fff;
	color:#151924;
	top: 2px;
	position: relative;
}





#savings-calculator .r-side input::-webkit-input-placeholder { 
   color: #151924; opacity:1;
}


#savings-calculator .r-side input::-moz-placeholder { 
   color: #151924;  opacity:1;
}


#savings-calculator .r-side input:-ms-input-placeholder { 
   color: #151924;  opacity:1;
}


#savings-calculator .r-side input:-moz-placeholder { 
   color: #151924;  opacity:1;
}








@media only screen and (max-width:767px) {
	
		
	#savings-calculator .calculator-inner-wrapper {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		padding: 40px 0 110px;
	}





	.savings-img {
		margin: 0 0 0;
	}





	#savings-calculator .savings-img img {
		height: auto;
		position: static;
	}






	#savings-calculator .calculator-inner-wrapper .left-section {
		width: 100%;
		margin: 0px;
		padding: 0 20px;
	}





	#savings-calculator .left-section.l-side {
		margin-top: 60px;
	}
	
	
	
	#savings-calculator .left-section .form-field input[type="text"], 
	#savings-calculator .left-section .form-field select {
		font-size: 14px;
		height: auto;
	}
	
	
	
	#savings-calculator .left-section .form-field input[type="text"] {
		font-size: 16px;
	}
	
	
	
	
	.savings-bottom-content {
		margin: 0 auto 80px;
	}
	
	
	
	
	.savings-bottom-content p {
		font-size: 20px;
	}
	
	
	#savings-calculator .calculator-inner-wrapper .form-field.f-content p {
		font-size: 18px;
		line-height: normal;
	}
	
	
	
	
	#savings-calculator .calculated-saving-price {
		bottom: 48px;
		font-size: 22px;
		line-height: 27px;
	}
	
	
	
	#savings-calculator .left-section.r-side .savings-img img, 
	#savings-calculator .left-section.r-side form h4 {
		right: 0;
	}
	
	
	
	
	
	#savings-calculator .calculator-inner-wrapper .left-section.r-side {
	    width: 100%;
	}
	
	
	
	
	#savings-calculator .select-label {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}
	
	
	
	
	#savings-calculator .select-label label {
		margin: 0 0 4px;
		width: 100%;
	}
	
	
	
	
	
	#savings-calculator .left-section.r-side .form-field select {
	    width: 100%;
	}
	
	
	
	#savings-calculator .calculator-inner-wrapper .r-side .result-button {
		width: 100%;
		float: none;
	}
	
	
	
	#savings-calculator .left-section.r-side .f-content .select-label p {
	    width: 100%;
	}
	
	
	
	
	
}/*===media close===*/






@media only screen and (min-width:767px) and (max-width:1000px){
	

	#savings-calculator .savings-img img {
		height: auto;
		position: static;
	}	


	#savings-calculator .calculator-inner-wrapper .left-section, 
	#savings-calculator .calculator-inner-wrapper .right-section {
		width: 44%;
		margin: 0 20px;
		padding: 0 20px;
	}
	
	
	
	#savings-calculator .calculator-inner-wrapper .form-field.f-content p {
		font-size: 20px;
		line-height: normal;
	}
	
	
	
	#savings-calculator .calculator-inner-wrapper {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}
	
	
	
	
	#savings-calculator .calculator-inner-wrapper .left-section, 
	#savings-calculator .calculator-inner-wrapper .right-section {
	    width: 100% !important;
	}
	
	
	
	
	#savings-calculator .left-section.r-side .savings-img img, 
	#savings-calculator .left-section.r-side form h4 {
		right: 0;
	}
	
	
	
	
	
	#savings-calculator .calculator-inner-wrapper .left-section.r-side {
	    width: 100%;
	}
	
	
	
	
	#savings-calculator .select-label {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}
	
	
	
	
	#savings-calculator .select-label label {
		margin: 0 0 4px;
		width: 100%;
	}
	
	
	
	
	
	#savings-calculator .left-section.r-side .form-field select {
	    width: 100%;
	}
	
	
	
	#savings-calculator .calculator-inner-wrapper .r-side .result-button {
		width: 100%;
		float: none;
	}
	
	
	
	
	#savings-calculator .left-section.r-side .f-content .select-label p {
	    width: 100%;
	}
	
	
}/*===media close===*/






@media only screen and (min-width:1000px) and (max-width:1280px){






}/*===media close===*/







/*================================SAVINGS CALCULATOR=============================*/







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


	.about-us-wrapper .left-image img.desktop-img {
		display: none;
	}	
	
	#product-slider .inner .image img {
		height: 170px;
	}
	
	
}/*===media close===*/



@media only screen and (min-width:767px) {
	
	.about-us-wrapper .left-image img.mobile-img {
		display: none;
	}	
	
}/*===media close===*/





.loading-icon {
    display: inline-block;
}



.loading-icon i {
    font-size: 17px;
    margin-right: 10px;
}



.more-box-wrapper-outer tr td{
	 border: 1px solid #009fe3; 
	 text-align:center;
	 font-weight: 700;
	 font-size: 20px;
}

.more-box-wrapper-outer tr th{
	border: 1px solid #009fe3; 
	background: #009fe3;
	text-align:center;
	font-weight: 700;
	font-size: 20px;
	color:#fff;
	width: 33.3%;
}




.roll-list.warranty-info table {
    border-collapse: unset;
}




@media (max-width:767px){
	
	.more-box-wrapper-outer tr td {
		font-size: 15px;
	}
	
}/*===media close===*/



@media only screen and (min-width:767px) and (max-width:1300px){
	
	.more-box-wrapper-outer tr td {
		font-size: 18px;
	}
	
}/*===media close===*/



@media only screen and (min-width:1300px){
	
	.content_section_part {
			margin-top:90px;
	 }

}/*=====media close=====*/


.related-articles h4 a {
    color: #004889;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.related-articles h4.entry-title {
    min-height: 58px;
}


.credit-wrapper {
    text-align: right;
    color: #fff;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    margin-top: 10px;
}

.credit-wrapper a {
    color: #fff;
}








.new-order-form-wrapper .new-order-from {
    padding: 70px 0;
}



.new-order-form-wrapper .new-order-from, 
.new-order-form-wrapper .form-field-2-columns {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.new-order-form-wrapper .new-order-from .order-form-part {
    width: 46%;
}


.new-order-form-wrapper .new-order-from h2, 
.new-order-form-wrapper .new-order-from h3 {
	text-align: right;
	font-size: 35px;
}


.new-order-form-wrapper .form-field-2-columns .form-field {
    width: 48%;
}


.new-order-form-wrapper .form-field {
    margin: 0 0 20px;
}


.new-order-form-wrapper label, 
.new-order-form-wrapper .form-field input, 
.new-order-form-wrapper .form-field-checkbox{
    text-align: right;
}


.new-order-form-wrapper .form-field input {
	padding: 7px 14px;
	font-size: 16px;
	width: 100%;
	color: #151924;
	text-align: right;
}


.new-order-form-wrapper .new-order-from select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	background: #fff url("images/d-srrow.png") no-repeat 15px center;
	font-size: 16px;
	color: #151924;
	text-align: right;
	width: 100%;
	padding: 15px 10px 15px 35px;
	background-size: 13px;
	position: relative;
	border: 1px solid #dcd7ca;
}


.new-order-form-wrapper textarea {
	border: 1px solid #dcd7ca;
	resize: none;
	color: #151924;
	outline: none;
	padding: 10px 14px;
}



.new-order-form-wrapper .form-field-checkbox {
	margin: 30px 0;
}



.new-order-form-wrapper .form-field-checkbox input {
	width: 30px;
	text-align: center;
	height: 30px;
}


.new-order-form-wrapper .form-field-checkbox input::before {
    margin: 5px -8px 0;
}



.new-order-form-wrapper .form-field-checkbox span {
	font-size: 16px;
	margin-right: 5px;
	position: relative;
	top: -7px;
}


.new-order-form-wrapper .form-field-price-total ul {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}


.new-order-form-wrapper .form-field-price-total ul li {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	margin: 0;
	border: 1px solid #dcd7ca;
}


.new-order-form-wrapper .form-field-price-total ul li strong {
	border-left: 1px solid #dcd7ca;
	padding: 10px 14px;
	font-size: 16px;
	width: 250px;
	text-align: right;
}


.new-order-form-wrapper .form-field-price-total ul li .l-price {
	padding: 10px 14px;
	font-size: 16px;
	width: 100%;
	text-align: right;
}



.new-order-form-wrapper .new-order-from #btn_submit_order_form {
	background: rgb(5,94,169);
	background: linear-gradient(93deg, rgba(5,94,169,1) 0%, rgba(63,197,255,1) 50%, rgba(5,94,169,1) 100%);
	text-align: center;
	color: #fff;
	border: none;
	padding: 14px 25px;
	font-size: 20px;
	margin-top: 20px;
	width: 100%;
	border-radius: 100px;
}



.new-order-success {
	text-align: center;
	padding: 50px 20px;
	border: 1px solid rgba(0,0,0,0.1);
	width: 100%;
	max-width: 800px;
	margin: 100px auto 0;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0,0.1);
}


.new-order-success h2 {
    margin: 0;
}


.new-order-success h3 {
    margin: 2px 0 8px;
}


.new-order-success p {
    font-size: 18px;
}



@media (max-width:767px){


	.new-order-form-wrapper .new-order-from {
		padding: 50px 0;
	}	


	.new-order-form-wrapper .new-order-from .order-form-part {
		width: 100%;
	}


	.new-order-form-wrapper .order-form-left-part {
		margin: 40px 0 20px;
	}


	.new-order-form-wrapper .form-field-price-total ul li strong {
		font-size: 14px;
	}
	
	
	.new-order-success h3 {
		font-size: 24px;
	}
	
	
	.new-order-success {
		margin: 70px auto 0;
	}
	
	
}/*====media close====*/






/*=================================byd-מבצע=====================================*/


.page-template-BYD--tpl .default-caption h1 {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	direction: ltr;
}


.page-template-BYD--tpl .default-caption h1 img {
	display: inline-block !important;
	margin-right: 30px;
	width: 120px;
}


.page-template-BYD--tpl .new-order-form-wrapper .new-order-from {
	padding: 30px 0 70px;
}


.BYD-description {
	text-align: center;
	margin: 40px 0 0;
}


.BYD-product {
	margin-top: 60px;
}


.BYD-product ul {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}


.BYD-product ul li {
	width: 27.25%;
	margin: 0 0 30px 9%;
	padding: 0;
}


.BYD-product ul li:nth-child(3n), 
.BYD-product ul li:last-child {
	margin-left: 0;
}


.BYD-product ul li .BYD-product-image {
	border: 2px solid #EBEBEB;
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}


.BYD-product ul li .BYD-product-image a {
	display: block;
	text-decoration: none;
}


.BYD-product ul li .BYD-product-image a img {
	width: 100%;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}


.BYD-product ul li:hover .BYD-product-image img {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
}


.BYD-product ul li h2 {
	text-align: center;
	margin-bottom: 0;
}


.BYD-product ul li h2 a {
	color: #004889;
	font-size: 28px;
	font-weight: 700;
	text-decoration: none;
	font-family: 'ploni-regular-aaa';
}


.BYD-product ul li h4 {
	color: #3F454D;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	margin: 10px 0 38px;
	font-family: 'ploni-regular-aaa';
	line-height: 28px;
}


.BYD-product ul li .BYD-product-price {
	text-align: center;
	margin-bottom: 30px;
}



.BYD-product ul li .BYD-product-cart a {
	background: url("images/cart-img.png") no-repeat 0 0;
	background-size: auto;
	font-size: 0;
	width: 76px;
	height: 40px;
	background-size: 100%;
	margin: 17px auto 0;
	display: inherit;
}



.BYD-terms {
	text-align: right;
	padding: 0 0 80px;
}


.BYD-terms h3 {
	margin-bottom: 15px;
}


.BYD-terms p {
	margin: 0;
}




@media (max-width:767px){	
	
	.page-template-BYD--tpl .default-caption h1 img {
		width: 90px;
	}
	
	
	.BYD-product {
		margin-top: 25px;
	}
	
	
	.page-template-BYD--tpl .new-order-form-wrapper .new-order-from {
		padding: 30px 0;
	}
	
	
	.BYD-product ul li {
		width: 100%;
		margin: 0 0 25px;
	}
	
	
	.BYD-product ul li:last-child {
		margin-bottom: 0;
	}


}/*====media close=====*/



@media (min-width:767px) and (max-width:1000px){


	.BYD-product ul li h2 a {
		font-size: 23px;
	}

	.BYD-product ul li h4 {
		font-size: 20px;
		margin: 0 0 38px;
	}

}/*====media close=====*/


/*=================================byd-מבצע=====================================*/




/*==========================Management Of Parking Lots=============================*/




.parking-section-1 {
	position: relative;
	width: 100%;
	max-width: 1145px;
	margin: 110px auto 100px;
}


.parking-lots-page-wrapper {
	overflow: hidden;
	position: relative;
	top: 3px;
}


.parking-section-1 img {
	width: 100%;
	border-radius: 10px;
}


.parking-section-1 .play-video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}


/*
.play-video-btn a {
	background: url("images/video--playicon.png") no-repeat 0 0;
	font-size: 0;
	width: 93px;
	height: 93px;
	background-size: 100%;
	display: inline-block;
	cursor: pointer;
}
*/


.parking-section-1 .mejs-video .mejs-overlay-button{
	background: url("images/video--playicon.png") no-repeat 0 0;
	font-size: 0;
	width: 93px;
	height: 93px;
	background-size: 100%;
	display: inline-block;
	cursor: pointer;
	background-position: 0 0 !important;
}



.parking-section-1 .wp-video, video.wp-video-shortcode, 
.parking-section-1 .mejs-container, 
.parking-section-1 .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}


.parking-section-1 .mejs-container {
    padding-bottom: calc( 0.49 * 100% );
}


.parking-section-1 .wp-video {
	border-radius: 10px;
	overflow: hidden;
}


.parking-section-1 .wp-video, 
.parking-section-1 video.wp-video-shortcode {
    max-width: 100% !important;
}


.parking-section-1 video.wp-video-shortcode {
    position: relative;
}


.parking-section-1 .mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.parking-section-1 .mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}


.parking-section-1 .mejs-container iframe {
	height: 100% !important;
	width: 100% !important;
}




.parking-section-5 .map-inner-desktop .map-direction-1 .direction-tip {
	opacity: 1;
	display:block;
}


.parking-section-5 .map-inner-desktop .direction-tip{
	opacity: 1;
	display:none;
}




.parking-faq-info {
	border: 2px solid #009EE3;
	border-radius: 15px;
	text-align: center;
	padding: 20px;
	direction: ltr;
}


.parking-faq-info p {
	margin: 0;
	color: #004889;
	font-weight: 700;
}


.parking-section-2 h3 {
	color: #004889;
	font-size: 36px;
	font-weight: 700;
	text-align: right;
	margin-bottom: 10px;
}


.parking-section-2 h4 {
	font-size: 26px;
	margin: 0;
	direction: ltr;
}


.parking-section-2 .item-roll-out .item-head::after {
	width: 17px;
	height: 12px;
	left:30px;
	top: 42px;
	background:url("images/noun_Arrow_1256.png") no-repeat 0 0;
	background-size: 100%;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
}


.parking-section-2 .item-roll-out .item-head {
	border-color: #3eb6ea;
	padding: 30px 50px 10px 50px;
	background-position: right 31px;
	background-size: 22px;
}


.parking-section-2 .roll-list {
	padding: 20px 0 0;
}


.parking-section-2 .toggle-list-wrapper {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0;
}


.parking-section-3 {
	background: #f7f7f7;
	padding: 70px 0 20px;
	margin: 40px 0 0;
}


.parking-section-3 h2 {
	text-align: center;
	color: #004889;
	font-size: 30px;
	font-weight: 700;
}


.management-form {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	padding: 18px 70px 0;
}


.management-form .single-columns-field {
	margin-left: 15px;
}


.management-form .single-columns-field input, 
.management-form .single-columns-field textarea {
	border: 2px solid #004889;
	color: #004889;
	font-size: 16px;
	text-align: right;
}


.management-form .submit-btn input{
	background:url("images/blue-btn-bg.png") no-repeat 0 0;
	color: #fff;
	font-size: 16px;
	background-size: cover;
	height: 52.6px;
	width: 188px;
	line-height: normal;
}


.management-form .submit-btn span {
	display: none;
}


.management-form .single-columns-field input::-webkit-input-placeholder, 
.management-form .single-columns-field textarea::-webkit-input-placeholder { 
   color: #4378a8; opacity:1;
}

.management-form .single-columns-field input::-moz-placeholder, 
.management-form .single-columns-field textarea::-moz-placeholder { 
   color: #4378a8;  opacity:1;
}

.management-form .single-columns-field input:-ms-input-placeholder, 
.management-form .single-columns-field textarea:-ms-input-placeholder { 
   color: #4378a8;  opacity:1;
}

.management-form .single-columns-field input:-moz-placeholder, 
.management-form .single-columns-field textarea:-moz-placeholder { 
   color: #4378a8;  opacity:1;
}



.parking-section-3 .contact-link {
	padding: 0 70px 40px;
	color: #004889;
	font-size: 16px;
}


.parking-section-3 .contact-link p {
	font-size: 16px;
	color: #004889;
}


.parking-section-3 .wpcf7 form .wpcf7-response-output {
	margin: 0 20px 24px !important;
}


.parking-section-3 .wpcf7-not-valid-tip {
	direction: ltr;
	text-align: right;
}


.parking-section-3 .contact-link a{
	color: #1072BA;
	text-decoration:underline;
}


.parking-section-4 .our-solutions-wrapper {
	background-size: cover;
	margin: 0;
	padding: 80px 0 200px;
}


.parking-section-4 .container {
	position: relative;
	z-index: 1;
}



.parking-section-4 .our-solutions-wrapper-inner {
	position: relative;
}


.parking-section-4 .our-solutions-wrapper::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.parking-title {
	text-align: center;
	width: 100%;
	max-width: 725px;
	margin: 0 auto 60px;
}


.parking-title h2 {
	margin: 0 0 30px;
}


.parking-title p {
	color: #fff;
	font-size: 22px;
	line-height: 32px;
	margin: 0;
	direction: ltr;
}


.parking-section-4 .solution-boxes ul li {
	width: 31%;
	margin: 0 0 3% 3%;
	border-radius: 15px;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	padding: 30px 15px;
}


.parking-section-4 .solution-boxes ul li h3 {
	background: transparent;
	line-height: 28px;
	text-align: right;
	padding: 0;
	margin: 0;
	width: calc(100% - 112px);
	height: auto;
}


.parking-section-4 .solution-boxes ul li:nth-child(3n) {
	margin-left: 0;
}



.parking-section-4 .solution-boxes-img {
	width: 90px;
}


.parking-section-4 {
	position: relative;
}


.parking-section-4 .system-slider {
	position: absolute;
	bottom: -150px;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1343px;
	margin: 0 auto;
}


#system-slider {
	padding: 0 46px 40px;
}


.parking-section-4 .system-inner-image {
	max-width: 100%;
	border: 9px solid #fff;
	border-radius: 20px;
	box-shadow: 0 14px 14px 0 rgba(0,0,0,.03);
	position: relative;
	padding-bottom: calc( 0.7 * 100% );
}


.parking-section-4 .system-inner-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 11px;
	position: absolute;
	top: 0;
	left: 0;
}



.parking-section-4 .system-inner-image .video-slide-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.parking-section-4 .wp-video, video.wp-video-shortcode, 
.parking-section-4 .mejs-container, 
.parking-section-4 .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}


.parking-section-4 .mejs-container {
    padding-bottom: calc( 0.7 * 100% );
}


.parking-section-4 .wp-video {
	border-radius: 10px;
	overflow: hidden;
}


.parking-section-4 .wp-video, 
.parking-section-4 video.wp-video-shortcode {
    max-width: 100% !important;
}


.parking-section-4 video.wp-video-shortcode {
    position: relative;
}


.parking-section-4 .mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.parking-section-4 .mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}


.parking-section-4 .mejs-container iframe {
	height: 100% !important;
	width: 100% !important;
}



.parking-section-4 .swiper-button-next {
	left: 0 !important;
	margin-top: -70px;
}


.parking-section-4 .swiper-button-next::after {
	background:url("images/white-arrow-next.png") no-repeat 0 0;
	font-size: 0;
	width: 18px;
	height: 31px;
	background-size: 100%;
}



.parking-section-4 .swiper-button-prev {
	right: 0 !important;
	margin-top: -70px;
}


.parking-section-4 .swiper-button-prev::after {
	background:url("images/white-arrow-prev.png") no-repeat 0 0;
	font-size: 0;
	width: 18px;
	height: 31px;
	background-size: 100%;
}


.parking-section-4 .solution-boxes ul li::after {
	display: none;
}



.parking-section-5 {
	margin: 200px 0 0;
}


.parking-section-5 h2 {
	color: #004889;
	font-weight: 700;
}



.parking-section-6 {
	background: #F9F9F9;
	text-align: center;
	padding: 90px 0 20px;
	box-shadow: 0px 17px 51px #0000000F;
}


.parking-section-6 h2 {
	color: #004889;
	font-weight: 700;
	margin: 0 0 40px;
}



.parking-section-6 .project-slider{	
	max-width: 1350px;
	margin: 0 auto;
}



#project-slider {
	padding: 0 46px 40px;
}



#project-slider .system-inner-image {
	box-shadow: 7px 14px 14px 0 rgba(0,0,0,.03);
}



#project-slider::after {
	content: "";
	width: 17px;
	height: 100%;
	background: #f9f9f9;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}



#project-slider::before {
	content: "";
	width: 7px;
	height: 100%;
	background: #f9f9f9;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}



.parking-section-6 .swiper-button-next {
	left: 0 !important;
	margin-top: -70px;
}


.parking-section-6 .swiper-button-next::after {
	background:url("images/blue-arrow-next.png") no-repeat 0 0;
	font-size: 0;
	width: 18px;
	height: 31px;
	background-size: 100%;
}



.parking-section-6 .swiper-button-prev {
	right: 0 !important;
	margin-top: -70px;
}


.parking-section-6 .swiper-button-prev::after {
	background:url("images/blue-arrow-prev.png") no-repeat 0 0;
	font-size: 0;
	width: 18px;
	height: 31px;
	background-size: 100%;
}



.parking-section-6 p {
	color: #3F454D;
	font-size: 28px;
	line-height: 41px;
	margin: 15px 0 0;
}


.parking-section-6 p a{
	color: #3F454D;
	text-decoration:none;
}



.parking-section-7 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0 140px;
	position: relative;
	top: 2px;
}


.parking-section-7 #recommend-slider {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding: 0 50px;
}

.parking-section-7 .recommend-inner {
	text-align: center;
	color: #fff;
}


.parking-section-7 h2 {
	margin: 0 0 50px;
	text-align: center;
	color: #fff;
}


.parking-section-7 img {
	width: 70px;
	margin: 0 auto 30px;
}


.parking-section-7 .recommend-inner p {
	font-size: 26px;
	line-height: 32px;
	direction: ltr;
}



.parking-section-7 .swiper-button-next {
	left: 0 !important;
	margin-top: -52px;
}


.parking-section-7 .swiper-button-next::after {
	background:url("images/white-arrow-next.png") no-repeat 0 0;
	font-size: 0;
	width: 18px;
	height: 31px;
	background-size: 100%;
}



.parking-section-7 .swiper-button-prev {
	right: 0 !important;
	margin-top: -52px;
}


.parking-section-7 .swiper-button-prev::after {
	background:url("images/white-arrow-prev.png") no-repeat 0 0;
	font-size: 0;
	width: 18px;
	height: 31px;
	background-size: 100%;
}


.parking-section-7 .recommend-inner h5 {
	font-weight: normal;
}



.parking-section-7 .container {
	position: relative;
	z-index: 1;
}


.parking-section-7 img.parking-bg-7 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



.parking-section-2.desktop-show {
	margin-top: 100px;
}




@media (min-width:767px){
	
	.parking-faq-info.desktop-hide {
		display: none;
	}	
	
}/*=====media close=====*/





@media (max-width:767px){
	

	.parking-section-2.desktop-show {
		display: none;
	}



	.parking-section-1 {
		margin: 35px auto;
		padding: 0 20px;
	}


	.play-video-btn a, 
	.parking-section-1 .mejs-video .mejs-overlay-button {
		width: 48px;
		height: 48px;
	}
	
	
	.parking-section-1 .wp-video {
		border-radius: 0;
	}
	
	
	.parking-section-1 .mejs-container {
		height: auto !important;
		border-radius: 0px !important;
		padding-bottom: calc( 0.7 * 100% );
	}


	.parking-section-1 img {
		border-radius: 0;
	}


	.parking-faq-info {
		border: 3px solid #009EE3;
	}


	.parking-faq-info p {
		line-height: 32px;
	}


	.parking-lots-page-wrapper .container {
		padding: 0 20px;
	}


	.parking-section-2 h3 {
		font-size: 34px;
		line-height: 30px;
		margin-bottom: 15px;
		text-align: center;
	}


	.parking-section-2 .toggle-list-wrapper {
		padding: 78px 0 10px;
	}


	.parking-section-2 h4 {
		font-size: 25px;
		line-height: 35px;
	}


	.parking-section-2 .item-roll-out .item-head {
		padding: 30px 30px 10px 70px;
		background-position: right 40px;
		background-size: 14px;
	}


	.parking-section-2 .item-roll-out .item-head::after {
		width: 24px;
		height: 20px;
		left: 5px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}


	.parking-section-2 .item-roll-out .item-head.close::after {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
	}


	.parking-section-2 .roll-list p {
		line-height: 26px;
		padding: 0 10px;
	}


	.parking-section-3 {
		padding: 40px 0 30px;
	}


	.management-form {
		flex-direction: column;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		padding: 0 0px 0;
	}


	.management-form .single-columns-field {
		margin-left: 0;
	}


	.management-form .submit-btn {
		text-align: center;
		margin-top: 20px;
	}


	.parking-section-3 .contact-link p {
		text-align: center;
	}


	.parking-section-4 .our-solutions-wrapper-inner {
		position: relative;
		background: transparent;
		padding: 20px 0 0;
	}


	.parking-section-4 .our-solutions-wrapper {
		padding: 40px 0 250px;
		background-position: right;
	}


	.parking-section-4 .our-solutions-wrapper::after {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content:"";
		display:block;
		background: rgba(32,58,88,.95);
		opacity: 0.98;
	}


	.parking-title h2 {
		margin: 0 0 20px;
		font-size: 35px;
	}


	.parking-section-4 .solution-boxes ul li {
		width: 100%;
		margin: 0 0 20px;
		border-color: #009EE3;
		padding: 20px;
	}


	.parking-section-4 .solution-boxes-img {
		width: 70px;
	}


	.parking-section-4 .solution-boxes-img img {
		margin: 0;
	}


	.parking-section-4 .solution-boxes ul li h3 {
		line-height: 20px;
		width: calc(100% - 87px);
		height: auto;
		font-size: 20px;
	}


	.parking-section-4 .system-slider {
		bottom: -117px;
	}


	.parking-section-4 .swiper-button-prev {
		right: 10px !important;
	}


	.parking-section-4 .swiper-button-next {
		left: 10px !important;
	}


	.parking-section-4 .swiper-button-prev::after, 
	.parking-section-4 .swiper-button-next::after {
		width: 12px;
		height: 24px;
	}
	
	
	.parking-section-4 .mejs-overlay-button {
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
	}



	.parking-section-5 {
		margin: 130px 0 0;
	}
		
		
	.parking-section-6 {
		padding: 45px 0 0;
	}	


	.parking-section-6 h2 {
		margin: 0px 0 24px;
		font-size: 42px;
	}



	.parking-section-6 .swiper-button-prev {
		right: 10px !important;
	}


	.parking-section-6 .swiper-button-next {
		left: 10px !important;
	}


	.parking-section-6 .swiper-button-prev::after, 
	.parking-section-6 .swiper-button-next::after {
		width: 12px;
		height: 24px;
	}


	.parking-section-7 {
		padding: 41px 0 80px;
		top: 4px;
		background-position: right;
	}


	.parking-section-7 img {
		width: 70px;
		margin: 70px auto 30px;
	}
	
	
	.parking-section-7 img.parking-bg-7 {
		margin: 0;
	}


	.parking-section-7 .recommend-inner p {
		font-size: 22px;
		line-height: 30px;
	}
		
		
	.parking-section-7 #recommend-slider {
		padding: 0 30px;
	}



	.parking-section-7 .swiper-button-prev {
		right: 0px !important;
	}


	.parking-section-7 .swiper-button-next {
		left: 0px !important;
	}


	.parking-section-7 .swiper-button-prev::after, 
	.parking-section-7 .swiper-button-next::after {
		width: 12px;
		height: 24px;
	}




.parking-section-5 .map-inner-wrapper.map-inner-mobile .direction-tip {
	opacity: 1;
}


.parking-section-5 .map-inner-mobile .direction-tip {
	width: 190px;
}


.parking-section-5 .map-inner-wrapper.map-inner-mobile .map-direction .direction-tip p {
	font-size: 14px;
	line-height: 18px;
	max-width: 100%;
	padding: 0 5px;
}


.parking-section-5 .map-inner-mobile .map-direction-1 .direction-tip {
	right: -36px;
	top: -98px;
	display: block;
}


.parking-section-5 .map-inner-mobile .map-direction-2 .direction-tip {
	top: 0;
	right: 77px;
}


.parking-section-5 .map-inner-mobile .map-direction-3 .direction-tip {
	top: -18px;
	left: 128px;
}


.parking-section-5 .map-inner-mobile .map-direction-4 .direction-tip {
	top: -1px;
	right: 78px;
}


.parking-section-5 .map-inner-mobile .map-direction-5 .direction-tip {
	top: -25px;
	left: 140px;
}


.parking-section-5 .map-inner-mobile .map-direction-6 .direction-tip {
	top: 0;
	right: 80px;
}


.parking-section-5 .map-inner-mobile .map-direction-7 .direction-tip {
	top: -25px;
	left: 140px;
}


.parking-section-5 .map-inner-mobile .map-direction-8 .direction-tip {
	top: 79px;
	right: -50px;
}
	
	
	
}/*=====media close=====*/






@media (min-width:767px) and (max-width:1000px){
		
	.parking-section-1 {
		padding: 0 20px;
	}


	.parking-section-2 .toggle-list-wrapper {
		padding-left: 0;
		padding-right: 0;
	}	


	.management-form {
		padding: 18px 0px 0;
	}


	.management-form .submit-btn input {
		width: auto;
	}


	.parking-section-3 .contact-link {
		padding: 0 0px 40px;
	}



	.parking-section-4 .our-solutions-wrapper-inner {
		position: relative;
		background: transparent;
	}


	.parking-section-4 .our-solutions-wrapper {
		padding: 20px 0 160px;
	}


	.parking-section-4 .our-solutions-wrapper::after {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content:"";
		display:block;
		background: rgba(32,58,88,.95);
		opacity: 0.98;
	}


	.parking-section-4 .solution-boxes ul li {
		width: 48%;
		margin: 0 0 3% 3%;
	}


	.parking-section-4 .solution-boxes ul li:nth-child(3n) {
		margin-left: 3%;
	}


	.parking-section-4 .solution-boxes ul li:nth-child(2n) {
		margin-left: 0;
	}


	#system-slider {
		padding: 0 60px 40px;
	}


	.parking-section-4 .system-slider {
		bottom: -128px;
	}


	.parking-section-4 .swiper-button-prev {
		right: 20px !important;
	}


	.parking-section-4 .swiper-button-next {
		left: 20px !important;
	}


	#project-slider {
	  padding: 0 60px 40px;
	}


	.parking-section-6 .swiper-button-prev {
		right: 20px !important;
	}


	.parking-section-6 .swiper-button-next {
		left: 20px !important;
	}
	
	
}/*=====media close=====*/



@media (min-width:1000px) and (max-width:1360px){
	

	.management-form .submit-btn input {
		width: auto;
	}


	.parking-section-4 .system-slider {
		bottom: -130px;
	}


	.parking-section-4 .swiper-button-next, .parking-section-6 .swiper-button-next {
		left: 10px !important;
	}


	.parking-section-4 .swiper-button-prev, .parking-section-6 .swiper-button-prev {
		right: 10px !important;
	}
	
	
}/*=====media close=====*/




@media (min-width:1000px) and (max-width:1170px){
	
	.parking-section-1 {
		padding: 0 20px;
	}
	
}/*=====media close=====*/




@media (min-width:1200px) and (max-width:1580px){
	
	.parking-section-4 .solution-boxes ul li h3 {
		font-size: 20px;
	}
	
}/*=====media close=====*/





@media (min-width:1600px){


	.parking-section-2 .container {
		max-width: 1590px;
	}
		
		
	.parking-faq-info p {
		font-size: 32px;
		line-height: 38px;
	}	


	.parking-section-2 .toggle-list-wrapper {
		padding-left: 34px;
		padding-right: 34px;
	}


	.parking-section-3 .container {
		max-width: 1500px;
	}


	.parking-section-3 .contact-link {
		padding: 0 40px 40px;
	}


	.management-form {
		padding: 18px 40px 0;
	}


	.parking-section-4 .container {
		max-width: 1500px;
		padding: 0 70px;
	}


	.parking-section-4 .system-slider, 
	.parking-section-6 #project-slider {
		max-width: 1445px;
	}
	
	
	.parking-section-4 .system-slider {
		bottom: -170px;
	}

	
}/*=====media close=====*/




@media (min-width:1300px){
	
	.parking-section-4 .system-slider::after {
		content: "";
		display: block;
		width: 59px;
		height: 150px;
		background: #fff;
		position: absolute;
		bottom: 0;
		left: -37px;
		z-index: 2;
	}


	.parking-section-4 .system-slider::before {
		content: "";
		display: block;
		width: 59px;
		height: 150px;
		background: #fff;
		position: absolute;
		bottom: 0;
		right: -37px;
		z-index: 2;
	}
	
}/*=====media close=====*/




/*==========================Management Of Parking Lots=============================*/





/*==========================Brand Page=============================*/


.brand-page-template .about-us-wrapper {
	padding: 30px 0 120px;
}


.page-template-brand-page-tpl .default-fluid-banner {
	z-index: 9;
}



.brand-page-template .parking-section-4 {
	padding: 120px 0 90px;
}


.brand-page-template .right-content .brand-logo {
	margin-bottom: 30px;
	margin-top: 20px;
}


.brand-page-template .parking-section-4 .system-slider {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}


.brand-page-template .parking-section-4::after {
	background: rgba(32,58,88,.95);
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.brand-page-template .about-us-wrapper .right-content p {
	line-height: 34px;
}


.brand-page-template .parking-section-4 .system-slider::after, 
.brand-page-template .parking-section-4 .system-slider::before {
	display: none;
}



.brand-page-template .list-products-wrapper {
	box-shadow: none;
}



.brand-page-template .list-products-wrapper h2::before {
	display: none;
}


.brand-page-template .parking-section-4 .swiper-button-prev, 
.brand-page-template .parking-section-4 .swiper-button-next {
	margin-top: -50px;
}



.brand-page-template .faq-section-wrapper h2 {
    text-align: center;
    color: #004889;
    position: relative;
    margin-bottom: 108px;
    font-size: 36px;
    margin-top: 120px;
    font-weight: 700;
}



.brand-page-template .faq-section-wrapper h2::before {
    content: "";
    display: block;
    width: 82px;
    height: 118px;
    background: url("images/title-bg.png") no-repeat center center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -24px;
    background-size: 100%;
}



.brand-page-template .item-roll-out {
	border: 1px solid #ebebeb;
	border-radius: 5px;
	margin-bottom: 20px;
}




.brand-page-template .item-roll-out .item-head {
	border: none;
	padding: 15px 70px;
	background-size: 26px;
	background-position: 98% center;
}



.brand-page-template .roll-list {
	padding: 18px 73px 24px;
	text-align: right;
}


.brand-page-template .roll-list p {
	color: #000;
	font-weight: 700;
	font-size: 22px;
	line-height: 38px;
}



.brand-page-template .item-head.close {
	color: #009FE3;
}



.brand-page-template .item-roll-out .item-head::after {
	width: 14px;
	height: 26px;
	left: 23px;
	top: 22px;
}



.brand-page-template .faq-section-wrapper {
	margin-bottom: 100px;
}




@media (min-width:1000px){

	.brand-page-template .about-us-wrapper .left-image {
		width: 51%;
	}


	.brand-page-template .about-us-wrapper .right-content {
		width: 48%;
		margin-bottom: 0;
	}	
	
	
}/*=====media close=====*/



@media (min-width:1600px){


	.brand-page-template .about-us-wrapper .left-image {
		width: 48%;
	}

	.brand-page-template .about-us-wrapper .left-image img {
		height: 520px;
	}

	.brand-page-template .about-us-wrapper .right-content {
		width: 52%;
	}
	
	
	.brand-page-template .about-us-wrapper {
		padding: 30px 0 150px;
	}

	
}/*=====media close=====*/




@media (max-width:767px){
	
		
	.brand-page-template .about-us-wrapper {
		padding: 0 !important;
	}


	.brand-page-template .about-us-wrapper .left-image {
		left: 0;
	}


	.brand-page-template .about-us-wrapper .container {
		padding: 0;
	}


	.brand-page-template .about-us-wrapper .right-content {
		padding: 0 30px;
	}


	.brand-page-template .right-content .brand-logo img {
		width: 100px;
	}


	.brand-page-template .parking-section-4 {
		padding: 100px 0 90px;
	}


	.brand-page-template .list-products-wrapper {
		padding: 60px 0 0px;
	}


	.brand-page-template .list-products-wrapper h2 {
		margin-bottom: 30px;
	}


	.brand-page-template .faq-section-wrapper h2 {
		margin-bottom: 80px;
		margin-top: 80px;
	}


	.brand-page-template .roll-out-list.container {
		padding: 0;
	}


	.brand-page-template .item-roll-out .item-head {
		padding: 15px 40px;
		font-size: 20px;
		line-height: 29px;
	}


	.brand-page-template .roll-list {
		padding: 18px 40px 24px;
	}


	.brand-page-template .roll-list p {
		font-size: 20px;
		line-height: 30px;
	}
	
	
}/*=====media close=====*/




@media (min-width:1000px) and (max-width:1500px){
	

	.brand-page-template .about-us-wrapper {
		padding-top: 0;
	}


	.brand-page-template .about-us-wrapper .left-image img {
		object-position: 0 0;
		margin-top: -77px;
	}
	
	
}/*=====media close=====*/




/*==========================Brand Page=============================*/







/*=======================georgie page========================*/


.page-template-georgie-hid-tpl .default-fluid-banner {
	display: none;
}


.default-fluid-banner.georgie-hid-fluid-banner {
	display: block;
	height: auto;
}


.georgie-hid-fluid-banner .default-caption {
	width: 100%;
	max-width: 100%;
	transform: none;
	position: static;
}


.georgie-hid-fluid-banner h2 {
	color: #fff;
	font-weight: 700;
	font-family: 'Jura',sans-serif !important;
	margin: 10px 0;
}


.georgie-hid-fluid-banner img {
	width: 100%;
	height: auto;
}


.georgie-hid-wrapper-outer .about-us-wrapper {
	padding: 0;
}


.georgie-hid-wrapper-outer .container {
	max-width: 100%;
	padding: 0;
}


.georgie-hid-wrapper-outer .left-image {
	width: 50%;
	position: static;
}


.georgie-hid-wrapper-outer .left-image img {
	height: auto;
	margin-top: 0;
}


.georgie-hid-wrapper-outer .right-content {
	width: 50%;
	padding: 20px 8%;
}


.georgie-hid-wrapper-outer .about-us-wrapper:nth-child(2n) .right-content {
	order: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
}


.georgie-hid-wrapper-outer .about-us-wrapper:nth-child(2n) {
	box-shadow: 0px 17px 51px #00000029;
	background: #fafafa;
}



.page-template-georgie-hid-tpl .our-solutions-wrapper {
	padding: 150px 0 100px;
}


.page-template-georgie-hid-tpl .system-slider {
	position: static;
}


.page-template-georgie-hid-tpl .system-slider::before, 
.page-template-georgie-hid-tpl .system-slider::after {
	display: none;
}



.page-template-georgie-hid-tpl .parking-section-4 {
	margin: 100px 0;
}



.page-template-georgie-hid-tpl .swiper-button-prev, 
.page-template-georgie-hid-tpl .swiper-button-next {
	margin-top: -40px;
}



@media (max-width:767px){
	

	.georgie-hid-fluid-banner h2 {
		font-size: 30px;
	}


	.georgie-hid-wrapper-outer .container {
		padding: 0 20px;
	}


	.georgie-hid-wrapper-outer .left-image {
		width: 100%;
	}	


	.georgie-hid-wrapper-outer .right-content {
		width: 100%;
		padding: 0;
	}


	.georgie-hid-wrapper-outer .left-image img.desktop-img {
		display: block;
	}


	.georgie-hid-wrapper-outer .left-image img.mobile-img {
		display: none;
	}


	.georgie-hid-wrapper-outer {
		padding-top: 40px;
	}


	.georgie-hid-wrapper-outer .right-content {
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		margin-bottom: 40px;
	}


	.page-template-georgie-hid-tpl .parking-section-4 {
		margin: 0 0 80px;
	}


	.page-template-georgie-hid-tpl .our-solutions-wrapper {
		padding: 100px 0 50px;
	}
	

	
}/*====media close====*/




@media (min-width:767px) and (max-width:1000px){
	
	.georgie-hid-wrapper-outer .right-content {
		padding: 20px 5%;
	}		
	
}/*====media close====*/



@media (min-width:1700px) {
	
	.georgie-hid-wrapper-outer .right-content {
		padding: 20px 15% 20px 5%;
	}		
	
}/*====media close====*/



/*=======================georgie page========================*/





p.stock.in-stock {
    display: none;
}


.entry-content {
	font-family: 'ploni-regular-aaa' !important;
}


.entry-content p a, 
.entry-content ol li a, 
.entry-content ul li a {
	color: #3f454d;
}