

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');



/*
@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

*/


* {
	box-sizing: border-box !important;
}

/*html {
	scroll-behavior: smooth;
}*/

html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}

body {
	color: #666666;
	font-size: 100%;
	font-family: 'poppins', sans-serif;
	line-height: 1.80857;
	font-weight: normal;
	overflow-x: hidden;
}

a {
	color: #1f1f1f;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
	font-weight: normal;
	position: relative;
	padding: 0 0 0.625rem 0;
	font-weight: normal;
	line-height: normal;
	color: #111111;
	margin: 0
}

h1 {
	font-size: 1.5rem
}

h2 {
	font-size: 1.375rem
}

h3 {
	font-size: 1.125rem
}

h4 {
	font-size: 1rem
}

h5 {
	font-size: 0.875rem
}

h6 {
	font-size: 0.8125rem
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #5173b6;
	text-decoration: none!important;
	opacity: 1
}

button:focus {
	outline: none;
}

ul,
li,
ol {
	margin: 0rem;
	padding: 0rem;
	list-style: none;
}

p {
	margin: 0rem;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.5rem;
}

a {
	color: #222222;
	text-decoration: none;
	outline: none !important;
}

a,
.btn {
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-primary{
    background-color: #5173b6;
    border-color: #5173b6;
}
img {
	max-width: 100%;
	height: auto;
}

:focus {
	outline: 0;
}

.btn-custom {
	margin-top: 1.25rem;
	background-color: transparent !important;
	border: 0.125rem solid #ddd;
	padding: 0.75rem 2.5rem;
	font-size: 1rem;
}

.lead {
	font-size: 1.125rem;
	line-height: 1.875rem;
	color: #767676;
	margin: 0;
	padding: 0;
}

.form-control:focus {
	border-color: #ffffff !important;
	box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
	border: none !important;
}

.badge {
	font-weight: 500;
}

blockquote {
	margin: 1.25rem 0 1.25rem;
	padding: 1.875rem;
}

button {
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.full {
	float: left;
	width: 100%;
}

.layout_padding {
	padding-top: 5.625rem;
	padding-bottom: 5.625rem;
}

.layout_padding_2 {
	padding-top: 4.6875rem;
	padding-bottom: 4.6875rem;
}

.light_silver {
	background: #f9f9f9;
}

.theme_bg {
	background: #38c8a8;
}

.margin_top_30 {
	margin-top: 1.875rem !important;
}

.full {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}


/**-- heading section --**/

.main_heading {
	text-align: center;
	display: flex;
	justify-content: center;
	position: relative;
	margin-bottom: 3.125rem;
}

.main_heading h2 {
	padding: 0;
	font-size: 3rem;
	line-height: 3.75rem;
	font-weight: 400;
	position: relative;
	letter-spacing: -0.03125rem;
	color: #114c7d;
	border-left: solid #38c8a8 0.625rem;
	padding-left: 0.9375rem;
}

.main_heading h2 strong {
	background: #38c8a8;
	color: #fff;
	font-weight: 600;
	padding: 0 0.9375rem;
	line-height: 4.25rem;
}

.white_heading_main h2 {
	color: #fff;
}

.small_main_heading {
	margin-top: 1.5625rem;
	float: left;
	width: 100%;
	border-bottom: solid rgba(0, 0, 0, 0.07) 0.0625rem;
	margin-bottom: 1.5625rem;
}

.small_main_heading h2 {
	padding: 0.125rem 0 1.25rem 0;
	color: #114c7d;
	font-weight: 400;
	font-size: 1.75rem;
	background-image: url('../images/fevicon.png');
	background-repeat: no-repeat;
	padding-left: 3.4375rem;
	letter-spacing: -0.03125rem;
}

.small_main_heading h2 strong {
	color: #38c8a8;
	font-weight: 600;
}

.main_bt {
	background: #000;
	color: #fff;
	padding: 0.625rem 3.75rem 0.625rem 3.75rem;
	float: left;
	font-size: 0.9375rem;
	font-weight: 400;
	border: solid #000 0.3125rem;
	border-radius: 0;
	margin-right: 1.875rem;
}

a.readmore_bt {
	color: #fff;
	font-weight: 300;
	text-decoration: underline !important;
}

.main_bt:hover,
.main_bt:focus {
	background: #ad2101;
	border: solid #ad2101 0.3125rem;
	color: #fff;
}


/**-- list icon --**/

.ul_list_info_icon ul {
	list-style: none;
}

.ul_list_info_icon ul li {
	display: inline;
	float: left;
	width: 100%;
}

.ul_list_info_icon ul li img {
	width: 4.6875rem;
}


/*.loader_bg {
	position: fixed;
	z-index: 9999999;
	background: #fff;
	width: 100%;
	height: 100%;
}

.loader {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader img {
	width: 17.5rem;
}*/


.scrollup {
	float: right;
	position: absolute;
	color: #fff;
	right: 1.25rem;
	padding: 0rem 0.3125rem;
	text-transform: uppercase;
	font-weight: 600;
	background: #38c8a8;
	position: fixed;
	bottom: 1.25rem;
	z-index: 99;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border-radius: 0rem;
	opacity: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transition: .2s all ease;
	-moz-transition: .2s all ease;
	-o-transition: .2s all ease;
	-webkit-transition: .2s all ease;
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 100%;
	line-height: 3rem;
	font-size: 1rem;
}

.scrollup.b-show_scrollBut {
	opacity: 1;
	visibility: visible;
}

.top_awro {
	background: #ee4a79 none repeat scroll 0 0;
	cursor: pointer;
	padding: 0.375rem 0.5rem;
	position: fixed;
	bottom: 3.6875rem;
	right: 1.25rem;
	display: none;
	height: 2.8125rem;
	width: 2.8125rem;
	border-radius: 50%;
	text-align: center;
	line-height: 1.875rem;
	transition: all 0.5s ease;
}

.sale_pro {
	background: #f25252 !important;
}

.margin_top_50 {
	margin-top: 3.125rem;
}

.margin_bottom_30_all {
	margin-bottom: 1.875rem;
}

.text_align_center {
	text-align: center;
}


.logo_section {
	text-align: center;
}

.logo {
	float: left;
    max-width: 3.75rem;
}

nav.main-menu {
	float: right;
	margin-left: 0;
}

.menu-area-main li:hover a,
.menu-area-main li:focus a {
	color: #567bbf;
}

.menu-area-main li.active a, .navbar-nav .nav-link.active {
	color: #567bbf;
}

.right_cart_section {
	float: right;
	width: auto;
}

.right_cart_section ul {
	float: left;
	min-height: auto;
	margin: 0;
	padding: 0.75rem 0 0;
}

.right_cart_section .cart_icons {
	padding: 1.125rem 0 0;
}

.main-menu ul>li nth:child(5) a {
	padding-right: 0rem;
}

.right_cart_section ul li {
	float: left;
	font-size: 1.0625rem;
	font-weight: 400;
	color: #fff;
	margin-right: 1.875rem;
}

.right_cart_section ul.cart_update li {
	font-size: 0.8125rem;
	color: #ccc;
	line-height: normal;
	margin: 0;
	font-weight: 300;
}

.right_cart_section ul.cart_update li span {
	font-size: 1.125rem;
	font-weight: 300;
	color: #fff;
	line-height: 1.3125rem;
}

.right_cart_section ul li i {
	margin-right: 0.625rem;
	margin-top: 0.3125rem;
	float: left;
	color: #fff;
	font-size: 1.3125rem;
}

.right_cart_section ul li a {
	color: #fff;
}


/*-- end header middle --*/

.top-bar-info {
	background: #111111;
	padding: 0.3125rem 0rem;
}

.top-menu-left {
	float: left;
}

.top-menu-left li {
	position: relative;
	display: inline-block;
	margin-right: 0.6875rem;
	padding-right: 0.75rem;
}

.top-menu-left li::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0.5625rem;
	height: 0.625rem;
	border-right: 0.0625rem dotted #999;
}

.top-menu-left li:last-child::before {
	display: none;
}

.top-menu-left li:last-child {
	padding: 0rem;
	margin: 0rem;
}

.top-menu-left li a {
	color: #ffffff;
	font-size: 0.75rem;
	text-transform: uppercase;
	text-decoration: none;
}

.top-menu-left li a:hover {
	color: #38c8a8;
}

.right-dropdown-language {
	float: right;
	margin-left: 0.75rem;
}

.dropdown-bar .dropdown-link {
	position: absolute;
	z-index: 1009;
	top: 2.5rem;
	left: 0;
	right: auto;
	min-width: 3.125rem;
	padding: 0.9375rem;
	background: #ffffff;
	list-style: none;
	border: 0.125rem solid #38c8a8;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
	-webkit-transition: opacity 0.2s ease 0s, visibility 0.2s linear 0s;
	-o-transition: opacity 0.2s ease 0s, visibility 0.2s linear 0s;
	transition: opacity 0.2s ease 0s, visibility 0.2s linear 0s;
	text-align: left;
}

.dropdown-bar:hover .dropdown-link {
	opacity: 1;
	visibility: visible;
	top: 1.5625rem;
}

.dropdown-bar.right-dropdown-language>a::after {
	font-family: 'FontAwesome';
	content: "\f107";
	text-decoration: none;
	padding-left: 0.25rem;
	color: #ffffff;
}

.right-dropdown-language>a {
	line-height: 0.625rem;
	padding: 0.3125rem 0.3125rem;
	cursor: pointer;
}

.dropdown-bar .dropdown-link li a {
	color: #111111;
	display: block;
	font-size: 0.75rem;
	line-height: 0.9375rem;
	padding: 0.3125rem 0;
}

.dropdown-bar .dropdown-link li a:hover {
	color: #38c8a8;
}

.dropdown-bar .dropdown-link li a img {
	margin-right: 0.4375rem;
}

.dropdown-bar .dropdown-link li.active {
	font-weight: bold;
}

.right-dropdown-language .dropdown-link {
	min-width: 6.25rem;
	padding: 0.4375rem 0.625rem;
	color: #111111;
}

.dropdown-bar {
	position: relative;
	padding: 0 0.3125rem;
	font-size: 0.8125rem;
}

.dropdown-bar .dropdown-link.right-sd {
	left: auto;
	right: 0;
}

.right-dropdown-currency {
	float: right;
	margin-left: 0.75rem;
}

.dropdown-bar.right-dropdown-currency>a::after {
	font-family: 'FontAwesome';
	content: "\f107";
	text-decoration: none;
	padding-left: 0.25rem;
	color: #ffffff;
}

.right-dropdown-currency>a {
	line-height: 0.625rem;
	padding: 0.3125rem 0.3125rem;
	cursor: pointer;
	color: #ffffff;
}

.right-dropdown-currency .dropdown-link {
	min-width: 6.25rem;
	padding: 0.4375rem 0.625rem;
	color: #111111;
}

.right-dropdown-currency .dropdown-link {
	min-width: 3.4375rem;
	padding: 0.4375rem 0.625rem;
}

.right-dropdown-currency .dropdown-link li a span.symbol {
	margin-right: 0.4375rem;
}

#login-modal .modal-content {
	border-radius: 0rem;
}

#login-modal .modal-content .modal-header {
	background: #38c8a8;
	border-radius: 0;
}

#login-modal .modal-content .modal-body .form-group input {
	background: #ffffff;
	border: 0.0625rem solid #c8c8c8;
	border-radius: 0rem;
}

#login-modal .modal-content .modal-body .form-group input:focus {
	border: 0.0625rem solid #c8c8c8 !important;
}

#login-modal .modal-content form {
	margin-bottom: 0.625rem;
}

.modal-title {
	padding: 0rem;
	color: #ffffff;
	font-size: 1.125rem;
	text-transform: uppercase;
}

.btn-template-outlined {
	background: #111111;
	color: #ffffff;
	border: none;
	border-radius: 0rem;
}

.btn-template-outlined i {
	padding-right: 0.625rem;
}

.text-muted {
	padding: 0.625rem 0rem;
}

.slogan-line {
	float: right;
	color: #ffffff;
	font-size: 0.8125rem;
}

.middle-area {
	padding: 1.875rem 0rem;
}

.header-search {
	padding: 0.1875rem 0rem;
}

.header-search form {
	position: relative;
	-webkit-box-shadow: 0rem 0.0625rem 0.625rem -0.0625rem rgba(0, 0, 0, 0.2);
	box-shadow: 0rem 0.0625rem 0.625rem -0.0625rem rgba(0, 0, 0, 0.2);
}

.header-search .btn-group.bootstrap-select {
	position: absolute;
	left: 0rem;
	top: 0rem;
}

.header-search input {
	width: 100%;
	min-height: 2.8125rem;
	border-radius: 0rem;
	border: none;
	padding-left: 0.9375rem;
	border: 0.0625rem solid #e0e7ed;
}

.header-search form .search-btn {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	color: #fff;
	font-size: 1.25rem;
	padding: 0.25rem 0.9375rem;
	border-radius: 0rem;
	background-color: #38c8a8;
	cursor: pointer;
}

.header-search form .search-btn:hover {
	background: #111111;
}

.cart-box {
	float: right;
	margin-left: 0.625rem;
	position: relative;
}

.cart-content-box {
	position: absolute;
	z-index: 1009;
	top: 2.5rem;
	left: auto;
	right: 0;
	min-width: 15.625rem;
	max-width: 15.625rem;
	padding: 0.9375rem;
	background: #ffffff;
	list-style: none;
	border: 0.125rem solid #38c8a8;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
	text-align: left;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.cart-box:hover .cart-content-box {
	opacity: 1;
	visibility: visible;
	top: 100%;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.inner-cart {
	background: #38c8a8;
	border-radius: 0.125rem;
	padding: 0rem;
	color: #ffffff;
	position: relative;
	width: 2.5rem;
	height: 2.5rem;
	text-align: center;
}

.cart-box .inner-cart:hover {
	color: #ffffff;
}

.line-cart {
	float: left;
	line-height: 2.5rem;
	margin-right: 0.5625rem;
}

.cart-box a {
	display: inline-block;
}

.cart-box a:hover {
	color: #38c8a8;
}

.cart-box a span.icon {
	background: #38c8a8;
	width: 1.875rem;
	height: 2.5rem;
	display: inline-block;
	line-height: 2.5rem;
	text-align: center;
	color: #ffffff;
	position: relative;
	border-radius: 0.125rem;
}

.cart-box a .p-up {
	position: absolute;
	right: -0.5rem;
	top: -0.5rem;
	line-height: initial;
	background: #38c8a8;
	padding: 0.1875rem;
	border-radius: 50%;
	width: 1.0625rem;
	height: 1.0625rem;
	font-size: 0.75rem;
	text-align: center;
	line-height: 0.625rem;
}

.wish-box {
	float: right;
}

.wish-box a {
	display: inline-block;
}

.wish-box a:hover {
	color: #38c8a8;
}

.wish-box a span.icon {
	background: #38c8a8;
	width: 2.5rem;
	height: 2.5rem;
	display: inline-block;
	line-height: 2.5rem;
	text-align: center;
	color: #ffffff;
	position: relative;
	border-radius: 0.125rem;
}

.wish-box a span.icon:hover {
	background: #111111;
}

.cart-content-right {
	padding: 0.3125rem 0rem;
}

.cart-content-box .items {
	text-align: center;
}

.product-media {
	width: 3.75rem;
	float: left;
	position: relative;
}

.cart-content-box .items:hover .product-media::before {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.product-media::before {
	position: absolute;
	content: '';
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #38c8a8;
	opacity: 0.4;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.cart-content-box .items .item .remove {
	position: absolute;
	right: 0rem;
	top: 0rem;
	background: #38c8a8;
	color: #ffffff;
	width: 1.25rem;
	height: 1.25rem;
	line-height: 1.125rem;
	border-radius: 0.125rem;
}

.cart-content-box .items .item {
	margin-bottom: 0.625rem;
	padding-bottom: 0.625rem;
	border-bottom: 0.0625rem solid #e0e7ed;
	position: relative;
}

.cart-content-box .items .item .product-info {
	padding-top: 0.625rem;
	padding-left: 4.4375rem;
	text-align: left;
}

.cart-content-box .items .item .remove:hover {
	background: #111111;
}

.subtotal {
	text-align: left;
	text-transform: capitalize;
	color: #38c8a8;
	font-weight: 500;
	margin-bottom: 0.9375rem;
}

.subtotal span {
	font-weight: bold;
	color: #111111;
	padding-left: 0.9375rem;
	float: right;
}

.actions .btn-process {
	padding: 0.3125rem 1rem;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 0.875rem;
	border-radius: 0.125rem;
	overflow: hidden;
}

.actions .btn-process:hover {
	color: #ffffff;
}

.line-cart {
	position: relative;
}

.wish-box a span.icon span {
	position: absolute;
	right: -0.5rem;
	top: -0.5rem;
	line-height: initial;
	background: #38c8a8;
	padding: 0.1875rem;
	border-radius: 50%;
	width: 1.0625rem;
	height: 1.0625rem;
	font-size: 0.75rem;
}



.main-menu ul {
	margin: 0;
	list-style-type: none;
}

.main-menu ul>li {
	display: inline-block;
	position: relative;
}

.main-menu ul>li a {
	padding: 0 1.4375rem;
	line-height: 1.25rem;
	font-size: 1rem;
	display: block;
	font-weight: 500;
	color: #ffffff; /*#010005;*/
	text-transform: uppercase;
}

.main-menu ul li:last-child a {
	padding-right: 0;
}

.sub-down li {
	background: #ffffff;
}

.main-menu ul>li .sub-down li a {
	color: #114c7d;
	font-size: 0.9375rem;
	text-transform: capitalize;
	font-weight: 300;
	padding: 0.75rem 0.3125rem;
	position: relative;
	border-bottom: solid #eee 0.0625rem;
}

.main-menu ul>li .sub-down li a::before {}

.main-menu ul>li .sub-down li a:hover {
	color: #111111;
}

.main-menu ul>li .sub-down li a:hover::before {}

.main-menu ul li:first-child {
	margin-left: 0;
}

.main-menu ul>li>ul {
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 100%;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 15rem;
	z-index: 999;
	background: #fff;
	-webkit-box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, .175);
	box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, .175);
}

.main-menu>ul>li:hover>ul {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible;
	opacity: 1;
}

.main-menu ul>li>ul>li {
	margin: 0rem;
	position: relative;
	display: block;
}

.main-menu ul>li>ul>li:hover>ul {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible;
	opacity: 1;
	left: 100%;
	top: 0.625rem;
}

.main-menu ul>li>ul>li>a {
	background: none !important;
}

.mean-container .mean-nav {
	margin-top: 0rem;
	position: absolute;
	top: 100%;
}

.main-menu ul>li {
	position: inherit;
	display: inline-flex;
    vertical-align: middle;
    align-items: center;
}

.main-menu ul>li:nth-child (6) {
	padding-right: 0rem;
}

.nav>li {
	position: inherit;
	display: inline-block;
	vertical-align: middle;
}

.megamenu .sub-down {
	max-width: 71.25rem;
	width: 100%;
	left: 0;
	margin: 0 auto;
	right: 0;
	padding: 0.9375rem 0rem;
}


@media (min-width: 1200px) {
    
    .main-menu {
        text-align: center;
    } 
    
}
@media (max-width: 1200px) {
    
    #menu-main > li {
        background-color: #F2F2F3;
        padding-left: 1rem;
        margin-bottom: 0.2rem;
        border-radius: .0235rem;
    }
    
    #menu-main > li {
        background-color: #F2F2F3;
        padding-left: 1rem;
        margin-bottom: 0.2rem;
        border-radius: .0235rem;
    }
    .main-menu ul>li>ul{
        width: 100%;
    }
    
}

.sub-full {}

.simple-down {
	padding: 0.9375rem;
}

.megamenu-categories {
	padding: 0.625rem 0rem;
}

.sub-full.megamenu-categories li {
	display: block;
}

.megamenu .sub-full.megamenu-categories ol li a {
	padding: 0.3125rem 0rem;
	font-size: 0.9375rem !important;
	font-weight: 500;
}

.sub-full.megamenu-categories ol li .category-title {
	padding: 0.9375rem 0rem;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
}

.sub-full.megamenu-categories ol li .category-box a {
	padding: 0.3125rem 0rem;
}

.menu-add {
	padding: 1.875rem 0.9375rem;
}

.menu-add img {
	width: 100%;
}

.main-w img {
	width: 100%;
}

.women-box {
	position: relative;
}

.women-box::before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
}

.banner-up-text {
	position: absolute;
	bottom: 0.625rem;
	left: 0rem;
	right: 0rem;
	text-align: center;
}

.text-a {
	color: #fff;
	text-transform: uppercase;
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: 700;
}

.text-b {
	color: #fff;
	font-size: 1.75rem;
	text-transform: uppercase;
	line-height: 1.875rem;
	padding: 1.25rem 0rem;
}

.text-c {
	color: #ffffff;
	font-size: 1.9375rem;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.875rem;
	padding-bottom: 1.25rem;
}

.megamenu .sub-full.megamenu-categories .women-box .banner-up-text a {
	background: #111111;
	color: #ffffff !important;
	display: inline-block;
	padding: 0.625rem 1rem;
	border-radius: 0.125rem;
	overflow: hidden;
	font-size: 1rem;
}

.sticky-wrapper .sticky-wrapper-header {
	z-index: 20 !important;
	background: #ffffff;
}

.is-sticky .sticky-wrapper-header .middle-area {
	padding: 0.625rem 0rem
}

.sticky-wrapper:not(.is-sticky) {
	height: auto !important;
}

.hover-btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(0.0625rem) translateZ(0);
	transform: perspective(0.0625rem) translateZ(0);
	box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0);
	position: relative;
	background: #111111;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hover-btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #38c8a8;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	display: block !important;
}

.hover-btn:hover::before,
.hover-btn:focus::before,
.hover-btn:active::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.hover-btn:hover,
.hover-btn:focus,
.hover-btn:active {
	color: white;
	box-shadow: none;
}

.btn-secondary.focus,
.btn-secondary:focus {
	box-shadow: none;
}

.img-responsive {
	max-width: 100%;
}

.padding_right_15_inner {
	padding-right: 0.9375rem;
}

.padding_left_15_inner {
	padding-left: 0.9375rem;
}

.dark_bg {
	background: #114c7d;
}


/*---------------------------------------------------------------------
    top banner area
---------------------------------------------------------------------*/

.top-banner-slider {
	overflow: hidden;
	clear: both;
	height: 37.5rem;
}

.top-banner-slider .heroslider {
	margin: 0rem;
	padding: 0rem;
	border: none;
	position: relative;
	border-radius: 0;
}

.swiper-overlay {
	height: 100%;
	position: relative;
}

.swiper-overlay {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	width: 100%;
	height: 100%;
	left: 0rem;
	top: 0rem;
}

.heroslider .container {
	position: relative;
	height: 100%;
	padding-left: 0;
	padding-right: 0;
	z-index: 5;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

/*.heroslider .slider-01 {
	width: 100%;
	background-image: url(../images/slider-01.jpg);
	background-size: cover;
	background-position: center;
}

.heroslider .slider-02 {
	width: 100%;
	background-image: url(../images/slider-02.jpg);
	background-size: cover;
	background-position: center;
}

.heroslider .slider-03 {
	width: 100%;
	background-image: url(../images/slider-03.jpg);
	background-size: cover;
	background-position: center;
}*/

.heroslider .slides li {
	height: 37.5rem;
}

.top-banner-slider .heroslider .slides li::before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
	width: 100%;
	left: 0rem;
	top: 0rem;
}

.top-banner-slider .flex_caption3 {
	position: absolute;
	z-index: 30;
	left: 0;
	right: 0;
	bottom: 3.125rem;
	margin: 0 -0.9375rem;
	display: flex;
}

a.slide_banner {
	position: relative;
	display: inline-block;
	margin: 0 0.75rem 0 0.9375rem;
}

.slide1_banner1 {
	width: 35.625rem;
}

.slide1_banner2 {
	width: 16.875rem;
}

.slide1_banner3 {
	width: 16.875rem;
}

.top-banner-slider .flex_caption1 {
	text-align: center;
	position: absolute;
	z-index: 30;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 31%;
	max-width: 45rem;
	width: 100%;
	text-transform: uppercase;
	color: #333;
}

.top-banner-slider .flex_caption1 .title1 {
	font-size: 2.25rem;
	font-weight: 300;
	color: #ffffff;
}

.top-banner-slider .flex_caption1 .title2 {
	font-size: 3.75rem;
	font-weight: 900;
	color: #ffffff;
}

.top-banner-slider .flex_caption2 {
	text-align: center;
}

.top-banner-slider .flex_caption2 {
	position: absolute;
	z-index: 30;
	left: 0;
	top: 20%;
	display: table;
	width: 11.0625rem;
	height: 11.0625rem;
	background-color: #242424;
}

.top-banner-slider .flex_caption2 .middle {
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	line-height: 1.9375rem;
	font-size: 1.625rem;
	color: #fff;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}

.top-banner-slider .flex_caption2 .middle:hover {
	background: #38c8a8;
}

.top-banner-slider .flex_caption2 span {
	display: block;
	font-weight: 100;
	line-height: 2.25rem;
	font-size: 2.125rem;
}

a.slide_banner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	border: 0.125rem solid #ffffff;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}

a.slide_banner:hover::before {
	left: -0.4375rem;
	top: -0.4375rem;
	right: -0.4375rem;
	bottom: -0.4375rem;
	opacity: 1;
}

.flex-control-nav {
	background: #38c8a8;
	bottom: 0rem;
	position: relative;
}

.flex-control-nav li {
	line-height: 0.625rem;
}

.flex-control-paging li a {
	background: rgba(255, 255, 255, 1);
	border: 0.125rem solid #ffffff;
}

.flex-control-paging li a.flex-active {
	border: 0.125rem solid #ffffff;
}

.flex-direction-nav a {
	background: #111111;
	text-align: center;
}

.heroslider:hover .flex-direction-nav .flex-prev:hover {
	background: #38c8a8;
}

.heroslider:hover .flex-direction-nav .flex-next:hover {
	background: #38c8a8;
}

.flex-direction-nav a::before {
	color: #ffffff;
}

.top-banner-slider .swiper-pagination {
	padding: 0.625rem 0rem;
}

.heroslider .swiper-pagination {
	bottom: 0rem;
	background: #38c8a8;
}

.heroslider .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
}

.heroslider .swiper-pagination::before {
	content: "";
	width: 1.375rem;
	height: 1.375rem;
	position: absolute;
	left: -0.625rem;
	top: 0.25rem;
	z-index: -1;
	background: #e12d4f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.heroslider .swiper-pagination::after {
	content: "";
	width: 1.375rem;
	height: 1.375rem;
	position: absolute;
	right: -0.625rem;
	top: 0.25rem;
	z-index: -1;
	background: #e12d4f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.heroslider .swiper-pagination.swiper-pagination-bullets-dynamic {
	overflow: visible;
	width: 6.875rem !important;
}

.heroslider .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
}

input[type="checkbox"].styled:checked+label:after,
input[type="radio"].styled:checked+label:after {
	font-family: 'FontAwesome';
	content: "\f00c";
}

input[type="checkbox"] .styled:checked+label::before,
input[type="radio"] .styled:checked+label::before {
	color: #fff;
}

input[type="checkbox"] .styled:checked+label::after,
input[type="radio"] .styled:checked+label::after {
	color: #fff;
}


/*---------------------------------------------------------------------
    layout new css 
---------------------------------------------------------------------*/


.buy {
background: #567bbf;
padding: 0.4375rem 2.5625rem !important;
margin-top: 1.125rem;
border-radius: 0.3125rem;
display: inline-block;
float: right;
}

.buy:hover {
	color: #fff;
}

.head_top {
    background: #567bbf;
margin-bottom: 2.1875rem;
}
ul.sociel_link {
	display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto;
float: left;
}

.top-box p {
	float: right;
	padding-top: 0.625rem;
    color: #000;
}
ul.sociel_link li {
	display: inline-block;
}

ul.sociel_link li a {
color: #000;
width: 3.125rem;
height: 3.125rem;
float: left;
text-align: center;
line-height: 3.125rem;
border-radius: 100%;
font-size: 1.125rem;
}
.header {
	background: #171717;
	padding-bottom: 2.1875rem;
}

.logo a {
	font-size: 2.5rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	line-height: 2.5rem;
}

.relative {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	bottom: auto;
	text-align: left;
}

.banner-main {
	position: relative;
}
.banner-main .carousel-caption h1 {
	color: #020000;
	font-size: 5.3125rem;
   line-height: 5.625rem;
	text-transform: uppercase;
}
.banner-main .carousel-caption p {
	color: #050000;
    font-weight: 500;
    	
    line-height: 1.4375rem;
	 }
.banner-main .carousel-caption a {
    width: 15.625rem;
background: #567bbf;
padding: 0.5625rem 0rem;
color: #fff;
font-size: 1.0625rem;
border-radius: 1.875rem;
display: inline-block;
text-align: center;
margin-top: 1.25rem;

}
.banner-main .carousel-caption a:hover {
	background: #000;
}
.yellow_bold {color: #567bbf;}

/** whyschose section **/

.whyschose {
	background: #fff;
    padding-top: 5.3125rem;
}


.title {
	text-align:center;
	padding-bottom: 3.75rem;

}

.title h2 {
	font-size: 3.125rem;
	line-height: 3.4375rem;
	color:#567bbf;
	font-weight: 500;
	text-transform: uppercase;
    margin-bottom: 1.6875rem;
    position: relative;
    padding-bottom: 0.5rem;
}
.title h2:after {
	position: relative;
content: '';
top: 100%;
width: 6.875rem;
height: 0.625rem;
display: block;
margin: 0 auto;
background: #000;
}

.title span{
color:#070500;
font-size: 1.75rem;
line-height: 1.75rem;
margin-top: 1.25rem;
}
.black {
	font-weight: 500;
	color:#070500;
}

.choose_bg {
	/*background: #21fffb;*/
}


.choose_bg .white_bg  {
	background: #fff;
	padding: 2.5rem 1.25rem;
	box-shadow: #ddd 0rem 0rem 0.625rem 0.1875rem;
	margin-bottom: 0.3125rem;
    border-radius: 2rem;
}
.choose_bg .white_bg .for_box {
	text-align: center;
	padding: 0.0625rem ;
}
/*.choose_bg .white_bg .for_box i {display:block;}*/
.choose_bg .white_bg .for_box h3 {
	font-size: 1.625rem;
    line-height: 1.3125rem;
	color: #070500;
	padding: 1.5625rem 0rem 0.9375rem 0rem ;
	display: inline-block; 
}

.choose_bg .white_bg .for_box p {
	color: #0d0c0a;
	font-size: 1.0625rem;
	line-height: 1.75rem;
}

.read-more  {
	width: 11.875rem;
margin: 0 auto;
background: #fff;
display: block;
border: #21fffb solid 0.125rem;
text-align: center;
padding: 0.625rem 0rem;
color: #0a0401 !important;
font-size: 1.25rem;
margin-top: 2.5rem;
}
.read-more:hover {
	background: #21fffb;
	color: #0a0401;
}

/** end whyschose section **/



/** service section **/
.service {
	background: #fff;
	padding-top: 5.625rem;
}
.service .service-box {
	padding: 1.875rem 1.25rem;
	box-shadow: #00000040 0rem 0rem 1.1875rem 0rem;
    margin-bottom: 1.875rem;
    text-align: center;
}

.service .service-box i img {
	height: 5.5rem;
}

.service .service-box h3 {
	font-weight: 500;
	font-size: 1.375rem;
	line-height: 1.375rem;
	color: #050000;
	padding: 1.25rem 0rem;
}




.service .service-box p {
    color: #0d0c0a;
	font-size: 1.0625rem;
	line-height: 1.75rem;
}




/** end service section **/


/** product section **/
.product {
	background: #fff;
	padding-top: 3.75rem;

}

.product .title {
	text-align:left;
	padding-bottom: 3.75rem;
}

.product .title h2 {
	font-size: 3.125rem;
	line-height: 3.4375rem;
	color:#567bbf;
	font-weight: 500;
	text-transform: uppercase;
    margin-bottom: 1.6875rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.product .title h2:after {
	position: absolute;
    border-bottom: #000 solid 0.625rem;
    content: '';
    top: 100%;
    width: 6.875rem;
}

.product .title span{
color:#070500;
font-size: 1.375rem;
line-height: 1.75rem;
margin-top: 1.25rem;
}

.product-bg {
	background: url('../images/aula-innovadora-futurista-estudiantes.jpg');
	background-repeat: no-repeat;
	background-size: cover; /* auto 100%; */
    background-attachment: fixed;
}
.product-bg-white {
	background: #ffffffbd;
	box-shadow: #00000040 0rem 0rem 1.5625rem 0rem;
	padding-top: 5rem;
	padding-bottom: 3.75rem;
}
/*.product-bg-dark {
	background: rgb(107 107 107 / 74%);
	background: none;
	box-shadow: #00000040 0rem 0rem 1.5625rem 0rem;
    padding-top: 5rem;
	padding-bottom: 3.75rem;
}*/
.product-bg-dark {
	/*background: rgb(107 107 107 / 74%);*/
	background: none;
	box-shadow: none;
    padding-top: 5rem;
	padding-bottom: 3.75rem;
}
 .product-bg .product-bg-white .product-box,  .product-bg .product-bg-dark .product-box {
 	background: #ffffff;
    text-align: center;
    margin-bottom: 1.875rem;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0.0625rem 0.0625rem 0.4375rem #979797;
    border: solid 0.0625rem #b0b0b0;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
 }
 .product-bg .product-bg-white .product-box i img, .product-bg .product-bg-dark .product-box i img {width: 100%;}
 .product-bg .product-bg-white .product-box:hover, .product-bg .product-bg-dark .product-box:hover {
 	background: #35f4ff;
    transform: scale(1.02);
 }

 .product-bg .product-bg-white .product-box  h3 {
 	color: #020000;
 	font-weight: 500;
 	font-size: 1.0625rem;
 	line-height: 1.25rem;
 	padding-top: 0.9375rem;
 }
 .product-bg .product-bg-dark .product-box  h3 {
 	color: #020000;
 	font-weight: 500;
 	font-size: 1.0625rem;
 	line-height: 1.25rem;
 	padding-top: 0.9375rem;
 }

 .product-bg .product-bg-white .product-box span {
 	color: #020000;
 	font-weight: 500;
 	font-size: 1.375rem;
 	line-height: 1.375rem;
 }
.product-bg .product-bg-wdark .product-box span {
 	color: #020000;
 	font-weight: 500;
 	font-size: 1.375rem;
 	line-height: 1.375rem;
 }
.product-bg .product-bg-white .product-box span:hover {
	color: #fff;
}
.product-bg .product-bg-dark .product-box span:hover {
	color: #fff;
}


.Clients_bg_white {
	background:#ffffffbd;
	margin-top: 0.375rem;
	padding-bottom: 2.5rem;
}
.Clients_bg_dark {
	background:rgba(0,0,0,0.74);
	margin-top: 0.375rem;
	padding-bottom: 2.5rem;
}

.Clients_bg_white .title, .Clients_bg_dark .title {
	text-align: left;
	padding-bottom: 1.875rem;
}
.Clients_bg_white .title h3 {
	color: #030000;
	font-size: 3.125rem;
	line-height: 3.125rem;
	padding-top: 2.5rem;
}
.Clients_bg_dark .title h3 {
	color: #030000;
	font-size: 3.125rem;
	line-height: 3.125rem;
	padding-top: 2.5rem;
}
.Clients_bg_dark .title h3 {
	color: #ffffff;
	font-size: 3.125rem;
	line-height: 3.125rem;
	padding-top: 2.5rem;
}
.Clients_bg_dark .title h3, .Clients_bg_dark .title h3 {
	color: #ffffff;
	font-size: 3.125rem;
	line-height: 3.125rem;
	padding-top: 2.5rem;
}
#client_slider p{
    color: #ffffff;
}
.banner_Client {
	position: relative;
}

.text-bg {position: inherit; text-align: left; }

.text-bg p {color: #030000;
  font-size: 1.0625rem; line-height: 1.75rem;  padding-top: 2.5rem; padding-bottom: 2.5rem; display: inline-block;
 }
.img_bg i {float: left; display: flex; flex-wrap: wrap;}
.img_bg i img {width: 9.3125rem; height: auto; border-radius: 50%;}
.img_bg  span {color: #000; font-size: 1.75rem; line-height: 1.75rem; padding-left: 2.5rem; padding-top: 2.5625rem;}
.Clients_bg_dark .img_bg  span {color: #ffffff; font-size: 1.75rem; line-height: 1.75rem; padding-left: 2.5rem; padding-top: 2.5625rem;}
.img_bg .date {font-weight: normal; font-size: 1rem; } 

.carousel-indicators li {
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 1.875rem;
} 

.carousel-indicators {right: inherit; margin-left: 0.4375rem;}

.carousel-indicators .active {
    background-color: #fdc24f;
}
.carousel-indicators li {
	background: #0c0505;
}

.yellow_bg, .bg-yellow {
    background: #567bbf;
}

.yellow_bg .yellow-box h3 {
	color: #fff; 
	font-size: 1.9375rem; 
	font-weight: bold; 
	display: inline-block; 
	padding-bottom: 0.375rem;
}
.yellow_bg .yellow-box i {padding-bottom: 0.625rem; padding-left: 0.9375rem;	}
.yellow_bg .yellow-box p {

	font-size: 1.375rem; 
	line-height: 1.75rem; 
	color: #010101;
}
.yellow_bg .yellow-box a {
	background: #000;
    border-radius: 1.875rem;
    max-width: 21.5rem;
    width: 100%;
    font-size: 1.9375rem;
    line-height: 2.0625rem;
    color: #fff;
    padding: 1rem 4.5625rem;
    display: inline-block;
    text-align: center;
    margin-left: 3.125rem;
    margin-top: 1.0625rem;
    font-weight: 500;
}






/** end product section **/

/** map section **/
.map img {
	width: 100%;
    padding:0rem;
}

.padi {
	padding: 0rem ;
}

/** end map section **/

/** footer section **/

.footer {
	background: #1b1b1b;
    padding-top: 4.375rem;
}
ul.sociel {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	margin: 0 auto;
}
ul.sociel li {
	display: inline-block;
	padding:0rem 0.625rem;
	}

ul.sociel li a {
color: #fff;
width: 3.125rem;
height: 3.125rem;
float: left;
text-align: center;
line-height: 3.125rem;
border-radius: 100%;
font-size: 1.125rem;
}

ul.sociel li a:hover {
	color: #fff;
width: 3.125rem;
height: 3.125rem;
background: #181201;
float: left;
text-align: center;
line-height: 3.125rem;
border-radius: 100%;
font-size: 1.125rem;

}

.contact {
	margin-top: 3.125rem;
}

.contact h3 {
	color: #fff;
	font-weight: 500;
	font-size: 1.75rem;
    		line-height: 1.875rem;
	padding-bottom: 1.875rem;
	text-transform: uppercase;
}

.contact span {
	color: #fff;
	font-size: 1.0625rem;
	line-height: 1.6875rem;
}

ul.lik li a {
	color: #fff;
	font-size: 1.0625rem;
	line-height: 1.6875rem;
}

ul.lik li a:hover {
	color: #567bbf;
}

.copyright {
	background-color: #565656;
	padding: 1.25rem 0rem;
	margin-top: 4.375rem;
}

.copyright p {
	color: #ffffff;
	font-size: 1.125rem;
	line-height: 1.375rem;
	text-align: center;
}

.copyright a:hover {
	color: #fff;
}
 
.brand_color .titlepage h2 {
	font-weight: bold;
	font-size: 2.5rem !important;
	text-transform: uppercase;
}


.brand_color {
     background-color: #567bbf;
}
.brand_color .titlepage {
     margin-top: 4.375rem;
padding-bottom: 4.375rem;
text-align: center;
}

.brand_color .abouttitle h2 {
     color: #fff;
     text-transform: uppercase;
     font-size: 2.5rem;
     line-height: 2.8125rem;
     padding: 2.5rem 0;
     font-weight: 500;
     text-align: center;
}


.contact .main_form {
     background: #fff;
   
    padding: 2.5rem;
} 

.form-control {
     border: #567bbf solid 0.125rem;
     border-radius: inherit;
     margin-bottom: 1.875rem;
     padding: 0.8125rem 1.25rem;
     font-family: poppins;
    border-radius: 0.3rem;
}
.form-control:focus {
     box-shadow: inherit;
     border: #567bbf solid 0.125rem !important;
    background-color: #242424;
    color: #ffffff;
}

.textarea {
     font-family: poppins;
     border: #567bbf solid 0.125rem;
     margin-bottom: 1.875rem;
     padding: 0.8125rem 1.25rem;
     width: 100%;
     padding-top: 2.5rem;
} 

.send {
     font-family: poppins;
    max-width: 13.25rem;
    margin: 0 auto;
    display: block;
    background: #000;
    color: #fff;
    padding: 0.75rem 0rem;
    width: 100%;
    font-size: 1.0625rem;
}

.send:hover {
     background: #567bbf;
}


.product_page .title {text-align: center;}






/** Lastestnews **/
 .Lastestnews {
     padding:5.625rem 0rem;
     background: #fff;
}
.Lastestnews .titlepage {
     text-align: center;
     margin-bottom: 3.75rem;
}
.Lastestnews .titlepage span {
     color: #060606;
     font-size: 1.0625rem;
     line-height: 1.4375rem;
}
 .Lastestnews .news-box {
     background:#fff;
     box-shadow: #ddd 0rem 0rem 0.5rem 0.25rem;
     margin-bottom: 1.875rem;
}
 .Lastestnews .news-box figure {
     margin: 0;
}
 .Lastestnews .news-box figure img {
     width: 100%;
}
 .Lastestnews .news-box h3 {
     font-size: 1.375rem;
     line-height: 1.5rem;
     color: #060606;
     font-weight: 500;
     padding: 1.25rem 1.25rem 0.25rem 1.25rem;
}
 .Lastestnews .news-box span {
     color: #e61414;
     margin-left: 1.25rem;
}
 .Lastestnews .news-box p{
     color: #7b7a7a;
     font-size:1rem;
     line-height: 1.4375rem;
     padding: 0.4375rem 1.25rem 1.25rem 1.25rem;
}
/** Lastestnews **/



.about {padding-top: 5.625rem;}
.about .about_box figure {margin: 0;}
.about .about_box figure img {width: 100%;}
.about .about_box h3 {color: #000; font-weight: bold; font-size: 1.875rem; line-height: 2.1875rem;}
.about .about_box p {color: #000; font-size: 1.0625rem; line-height: 1.4375rem; padding-top: 0.625rem;}

.about-bg {
	background-color: #ad2100;
	margin-bottom: 5.625rem;
}

.about-bg .abouttitle h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 2.5rem;
	line-height: 2.8125rem;
	padding: 2.5rem 0;
	font-weight: 500;
	text-align: center;
}

.Currency-bg {
	background-color: #ad2100;
}

.Currency-bg .abouttitle h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 2.5rem;
	line-height: 2.8125rem;
	padding: 2.5rem 0;
	font-weight: 500;
	text-align: center;
}

.Request-bg {
	background-color: #ad2100;
}

.Request-bg .abouttitle h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 2.5rem;
	line-height: 2.8125rem;
	padding: 2.5rem 0;
	font-weight: 500;
	text-align: center;
}

.Team-bg {
	background-color: #ad2100;
}

.Team-bg .abouttitle h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 2.5rem;
	line-height: 2.8125rem;
	padding: 2.5rem 0;
	font-weight: 500;
	text-align: center;
}


/** slider arrow **/

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
	width: 3.25rem;
	height: 3.25rem;
	background: #fffdfd;
	opacity: 1;
	font-size: 1.875rem;
	color: #000;
}
#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
	background: #567bbf;
	color: #fff;
}

/*
.carousel-control-prev, carousel-control-next  {
    border-radius: 100%;
}
*/

#main_slider a.carousel-control-next {
	position: absolute;
	left: 0.625rem;
	top: inherit;
	bottom: 0.625rem;
}
/*loader*/
.loader-continer{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 99999999;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.lds-roller {
  display: block;
  position: relative;
  width: 5rem;
  height: 5rem;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 2.5rem 2.5rem;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background: #567bbf;
  margin: -0.25rem 0 0 -0.25rem;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 3.9375rem;
  left: 3.9375rem;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 4.25rem;
  left: 3.5rem;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 4.4375rem;
  left: 3rem;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 4.5rem;
  left: 2.5rem;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 4.4375rem;
  left: 2rem;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 4.25rem;
  left: 1.5rem;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 3.9375rem;
  left: 1.0625rem;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 3.5rem;
  left: 0.75rem;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*------------------------------------------------------------------- 61.9375rem x 48rem ---------------------------------------------------------------------*/

@media only screen and (min-width: 48rem) and (max-width: 61.9375rem) {
    .main-menu ul>li a {
        padding: 1.25rem 1.25rem 1.25rem;
    }
    .header-search {
        padding: 0.9375rem 0rem;
    }
}


/*------------------------------------------------------------------- 47.9375rem x 37.4375rem ---------------------------------------------------------------------*/

@media only screen and (min-width: 37.4375rem) and (max-width: 47.9375rem) {
    .logo {
        text-align: center;
    }
    .cart-content-right {
        padding-bottom: 0.3125rem;
    }
    .mg {
        margin: 0rem 0rem;
    }
    .menu-area-main {
        height: 16rem;
        overflow-y: auto;
    }
    .megamenu>.row [class*="col-"] {
        padding: 0rem;
    }
    .menu-area-main .megamenu .men-cat {
        padding: 0rem 0.9375rem;
    }
    .menu-area-main .megamenu .women-cat {
        padding: 0rem 0.9375rem;
    }
    .menu-area-main .megamenu .el-cat {
        padding: 0rem 0.9375rem;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        height: 1.1875rem;
    }
    .category-box.women-box {
        display: none;
    }
    .cart-box {
        display: inline-block;
        margin: 0rem 1.875rem;
    }
    .wish-box {
        float: none;
        margin: 0rem 1.875rem;
        display: inline-block;
    }
    .menu-add {
        display: none;
    }
    .category-box {
        display: none;
    }
    .mean-container .mean-nav ul li ol {
        padding: 0rem;
    }
    .mean-container .mean-nav ul li a {
        padding: 0.625rem 1.25rem;
        width: 94.8%;
    }
    .mean-container .mean-nav ul li li a {
        width: 92%;
        padding: 1em 4%;
    }
    .mean-container .mean-nav ul li li li a {
        width: 100%;
    }
    .header-search {
        padding: 0.9375rem 0rem;
    }
    #collapseFilter.d-md-block {
        padding: 1.875rem 0rem;
    }
}


/*------------------------------------------------------------------- 37.4375rem x 17.5rem ---------------------------------------------------------------------*/

@media only screen and (min-width: 17.5rem) and (max-width: 37.4375rem) {
    .cart-content-right {
        padding-bottom: 0.3125rem;
    }
    .megamenu>.row [class*="col-"] {
        padding: 0rem;
    }
    .menu-area-main .megamenu .men-cat {
        padding: 0rem 0.9375rem;
    }
    .menu-area-main .megamenu .women-cat {
        padding: 0rem 0.9375rem;
    }
    .menu-area-main .megamenu .el-cat {
        padding: 0rem 0.9375rem;
    }
    .mean-container .mean-nav ul li a {
        padding: 1em 4%;
        width: 92%;
    }
    .mean-container .mean-nav ul li li a {
        width: 90%;
        padding: 1em 5%;
    }
    .mean-container .sub-full.megamenu-categories ol li a {
        padding: 0.3125rem 0rem;
        text-transform: capitalize;
        width: 100%;
    }
    .megamenu .sub-full.megamenu-categories .women-box .banner-up-text a {
        width: auto;
        border: none;
        float: none;
    }
    .menu-area-main {
        height: 18.125rem;
        overflow-y: auto;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        top: 0;
    }
}

@media (min-width: 75rem) and (max-width: 93.75rem) {
    .banner-main .carousel-caption {
        background: transparent;
    }
}

@media (min-width: 62rem) and (max-width: 74.9375rem) {
    .main-menu ul>li a {
        padding: 1.625rem 1.25rem 0 1.25rem;
    }
    .full-slider_cont h1 {
        font-size: 3.1875rem;
        line-height: 3.8125rem;
    }
    .mean-last {
        display: none !important;
    }
    .about .about-box h3 {
        font-size: 1.875rem;
        line-height: 1.875rem;
    }
    .banner-main .carousel-caption {
        background: transparent;
    }
    .relative {
        position: absolute;
        top: 44%;
        transform: translateY(-50%);
        bottom: 0;
        padding: 0;
    }
    .banner-main .carousel-caption h1 {padding-top: 0rem; font-size: 2.25rem; line-height: 2.6875rem;}
    .footer .address h3 {
        font-size: 1.25rem;
    }
    ul.contant_icon li {
        padding-right: 0.3125rem;
    }
    ul.socil_link li {
        padding-right: 20%;
    }
    ul.contant_icon li img {
        width: 1.625rem;
        height: 1.625rem;
    }
    .choose_bg .white_bg .for_box h3 {font-size: 1.375rem;}
    .choose_bg .white_bg .for_box p {font-size: 1rem;}
    .product-bg .product-bg-white .product-box h3 {font-size: 0.8125rem;}
    .yellow_bg .yellow-box a {margin-left: 0rem;}
    .contact h3 {font-size: 1.5rem;}
}

@media (min-width: 48rem) and (max-width: 61.9375rem) {
    .main-menu ul>li{
        text-align: start;
    }
    .main-menu ul>li a {
       padding: 0.8125rem 0.75rem 0 0.75rem;
    }
    .full-slider_cont h1 {
        font-size: 2.5rem;
        line-height: 3.125rem;
    }
    
  .buy {display: none;}
    .banner-main .carousel-caption {
        background: transparent;
    }
    .relative {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 0;
        border: 0 aliceblue;
        bottom: 0;
    }
    .banner-main .carousel-caption h1 {
        color: #020000;
        font-size: 2rem;

line-height: 2.3125rem;
      
        padding-top: 0rem;
    }
    .banner-main .carousel-caption p {
        font-size: 0.9375rem;

padding: 0.0625rem 0rem 0.0625rem 0rem;
    }
    .banner-main .carousel-caption a {
        width: 11.375rem;
        padding: 0.5rem 0;
    }
   
    .main_bt {
        margin-right: 0.9375rem;
        padding: 0.625rem 2.5625rem 0.625rem 2.5625rem;
    }
 
    .title h2 {font-size: 2.9375rem;}
     .title span {font-size: 1.3125rem;}
   
     .service .service-box h3 {font-size: 1.0625rem;}

    .yellow_bg .yellow-box a {margin-left: 0rem; padding: 1rem 2.4375rem;}
    ul.socil_link li {
        padding-right: 15%;
    }
    .footer .newsletter .subscribe {
        padding: 1.3125rem 0;
        width: 7.0625rem;
    }
    .address {

    margin-bottom: 1.875rem;}
.carousel-item img {
        width: 100%;
        height: 25rem;
   
}
}

@media (min-width: 36rem) and (max-width: 47.9375rem) {
    .main-menu ul>li{
        text-align: start;
    }
    .header {
     
        padding-top: 2.1875rem;
    }
    .mean-container .mean-bar {
        margin-top: 0rem;
    }
    .relative {
        position: absolute;
        top: 39%;
        transform: translateY(-50%);
        padding: 0;
        bottom: 0;
    }
    .banner-main .carousel-caption {
        background: transparent;
    }
    .banner-main .carousel-caption h1 {

    font-size: 2.8125rem;
    line-height: 3.125rem;
    color: #020000;
    padding-top: 0rem;
}
    .banner-main .carousel-caption p {
        font-size: 1.0625rem;
        padding: 0rem 0rem 0rem 0rem;
    }
    .carousel-item img {
        width: 100%;
        height: 25rem;
    }
   
     .head_top {
        display: none;
    }
    .buy {display: none; } 
    
    .choose_bg .white_bg .for_box {margin-bottom: 1.875rem;}
    .read-more {margin-top: 0.625rem;}
    .address {
        margin-bottom: 1.875rem;
    }
    ul.contant_icon {
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 35.9375rem) {
    .header {
        padding-bottom: 0rem;
        padding-top: 1.5625rem;
    }
    .logo {
        text-align: center !important;
        padding-bottom: 1.5625rem;
        float: inherit;
    }
    #main_slider .carousel-control-prev,
    #main_slider .carousel-control-next {
        width: 2.5rem;
        height: 2.5rem;
    }
    .relative {
        position: absolute;
        top: 37%;
        background: transparent;
        transform: translateY(-50%);
        padding: 0;
        bottom: 0;
    }
    .banner-main .carousel-caption h1 {
        font-size: 2.5rem;
        line-height: 3.125rem;
       margin-bottom: 0.0625rem;
    }
    .banner-main .carousel-caption p {
        font-size: 1.0625rem;
        padding: 0.4375rem 0rem 1.25rem 0rem;
        display: none;
    }
    .banner-main .carousel-caption a {margin-top: 0rem;}
    .carousel-item img {
        width: 100%;
        height: 15.625rem;
    }
   
    .mean-container .mean-bar {
        margin-top: 0;
    }
    .mean-last {
        display: none;
    }
    .head_top {
        display: none;
    }
    .buy {display: none;  } 
    .main_bt {
        padding: 0.3125rem 1.5rem 0.3125rem 1.5rem;
        margin-right: 0.625rem;
    }
    .title h2 {font-size: 2.125rem; line-height: 2.9375rem;}
    .title span {font-size: 1.3125rem;}
    .choose_bg .white_bg .for_box {margin-bottom: 1.875rem;}
    .read-more {margin-top: 0.625rem;}
    .product .title h2 {font-size: 2.5rem;}
    .product .title span {font-size: 1.3125rem;}
   .Clients_bg_white .title h3 {font-size: 1.9375rem; line-height: 2.3125rem;}
   .yellow_bg .yellow-box h3 {font-size: 1.25rem;}
   .yellow_bg .yellow-box i {display: inline-block;} 
    .read-more a {
        width: 12rem;
        padding: 0.75rem 0rem;
        font-size: 1rem;
    }
    .yellow_bg .yellow-box a {font-size: 1.3125rem; line-height: 1.5625rem; padding: 1rem 3.4375rem; margin-left: 0rem;}
    .address {
        margin-bottom: 1.875rem;
    }
    .copyright p {
        font-size: 1rem;
        padding: 0 0.9375rem;
    }
    .footer .newsletter .subscribe {
        width: 7.5rem;
        padding: 1.3125rem 0;
    }
    ul.contant_icon {
        margin-bottom: 1.25rem;
    }
}

.owl-carousel button.owl-dot {
    width: 1rem;
    height: 1rem;
    background-color: #f2f2f2;
    border-radius: 100%;
    margin: 0 0.3rem;
}
.owl-carousel button.owl-dot.active {
    background-color: red;
}

.form-control, .textarea{
    background-color: #000000;
    color: #ffffff;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d8d8d8;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #d8d8d8;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #d8d8d8;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #d8d8d8;
}
.txt-white, .text-white{
    color: #ffffff;
}
.main-menu ul>li.btn-presupuesto a{
    color: #ffffff;
}