/**
* Author URL: orhunajans.com
* Author: Orhun Ajans {orhunajans.com}
*/
body {
/* font-family: 'XPROWebFont',-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif; */
color: #444444;
background: #ececec;
font-family: 'Barlow',sans-serif;
overflow-x: hidden;
}

a {
color: #d3ecff;
text-decoration: none;
}

a:hover {
color: #4aaba0;
text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
overflow: hidden;
background: #37517e;
}

#preloader:before {
content: "";
position: fixed;
top: calc(50% - 30px);
left: calc(50% - 30px);
border: 6px solid #37517e;
border-top-color: #fff;
border-bottom-color: #fff;
border-radius: 50%;
width: 60px;
height: 60px;
animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(360deg);
}
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
position: fixed;
visibility: hidden;
opacity: 0;
right: 15px;
bottom: 60px;
z-index: 996;
background: #d3ecff;
width: 50px;
height: 50px;
transition: all 0.4s;
clip-path: polygon(70% 0, 100% 30%, 100% 100%, 30% 100%, 0 70%, 0 0);
}

.back-to-top i {
font-size: 40px;
color: #000;
line-height: 0;
}

.back-to-top:hover {
color: #fff;
opacity: .7 !important;
}

.back-to-top.active {
visibility: visible;
opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {transition: all 0.5s;z-index: 997;background: #171e2e;position: relative;border-bottom: 1px solid #00000024;}

#header.header-scrolled,
#header.header-inner-pages {background: #171e2e;/* position: fixed !important; */}

#header .logo {
font-size: 30px;
margin: 0;
padding: 0;
line-height: 1;
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
}

#header .logo a {color: #fff;margin: 0;padding: 0;display: flex;padding: 5px;}

#header .logo img {max-height: 50px;/* padding: 10px; *//* filter: invert(1); */background: white;border-radius: 5px;}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
padding: 0;
}

.navbar ul {
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-items: center;
}

.navbar li {position: relative;border-right: 1px solid #dcdcdc24;}

.navbar a,
.navbar a:focus {display: flex;align-items: center;padding: 10px 15px;font-size: 15px;font-weight: 600;color: #fff;white-space: nowrap;transition: 0.3s;/* text-transform: uppercase; */line-height: 1;}

.navbar a i,
.navbar a:focus i {
font-size: inherit;
line-height: 0;
margin-right: 3px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {color: #161e2e;background: white;}

.navbar .getstarted,
.navbar .getstarted:focus {
padding: 5px;
margin-left: 7.5px;
color: #ffffff;
font-size: 16px;
font-weight: 600;
border-radius: 3px;
background: #171e2e;
text-transform: uppercase;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
background: #68cdc2 !important;
}

.navbar .dropdown ul {
display: block;
position: absolute;
left: 14px;
top: calc(100% + 30px);
margin: 0;
padding: 10px 0;
z-index: 99;
opacity: 0;
visibility: hidden;
background: #171e2e;
transition: 0.3s;
border-radius: 4px;
border: 1px solid #ffffff1a;
/* opacity: 1; */
/* top: 100%; */
/* visibility: visible; */
padding: 10px;
}

.navbar .dropdown ul li {
min-width: 200px;
}

.navbar .dropdown:not(.cart-li) ul a {
padding: 10px 20px;
font-size: 14px;
text-transform: none;
font-weight: 500;
color: #ffffff;
}

.navbar .dropdown ul a i {
font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {color: #363c40;}

.navbar .dropdown:hover>ul {
opacity: 1;
top: 100%;
visibility: visible;
}

.navbar .dropdown .dropdown ul {
top: 0;
left: calc(100% - 30px);
visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
opacity: 1;
top: 0;
left: 100%;
visibility: visible;
}

@media (max-width: 1366px) {
.navbar .dropdown .dropdown ul {
left: -90%;
}

.navbar .dropdown .dropdown:hover>ul {
left: -100%;
}
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
color: #fff;
font-size: 28px;
cursor: pointer;
display: none;
line-height: 0;
transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
color: #fff;
}

@media (max-width: 991px) {
.mobile-nav-toggle {
display: block;
}

.navbar ul {
display: none;
}
}

.navbar-mobile {
position: fixed;
overflow: hidden;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(40, 58, 90, 0.9);
transition: 0.3s;
z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
position: absolute;
top: 15px;
right: 15px;
}

.navbar-mobile ul {
display: block;
position: absolute;
top: 55px;
right: 15px;
left: 15px;
padding: 10px 0;
border-radius: 10px;
background-color: #171e2e;
overflow-y: auto;
transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
padding: 10px 20px;
font-size: 15px;
color: #ffffff;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
color: #ffffff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
color: #37517e;
margin: 0 auto;
margin-top: 5px;
background: #0d1321;
min-width: 95%;
justify-content: flex-start;
border: 1px solid #68cdc2;
}

.navbar-mobile .dropdown ul {
position: static;
display: none;
margin: 5px;
padding: 10px 0;
z-index: 99;
opacity: 1;
visibility: visible;
background: #0d1321;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
margin-bottom: 15px;
border: 1px solid #68cdc2;
}

.navbar-mobile .dropdown ul li {
min-width: 200px;
}

.navbar-mobile .dropdown ul a {
padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
color: #68cdc2;
}

.navbar-mobile .dropdown>.dropdown-active {
display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {width: 100%;height: 400px;overflow: hidden;/* padding: 1px; */border-radius: 5px;background: #171e2e;}

#hero .container {height: 100%;width: 100% !important;padding: 0 80px;}

#hero h1 {
margin: 0;
font-size: 30px;
font-weight: 700;
color: #fff;
}

#hero h2 {
color: rgba(255, 255, 255, 0.6);
margin-bottom: 10px;
font-size: 19px;
font-weight: 400;
}

#hero .btn-get-started {
font-weight: 600;
font-size: 14px;
letter-spacing: 1px;
display: inline-block;
padding: 10px;
transition: 0.5s;
color: #000;
background: linear-gradient(45deg, #d3ecff, #6bd4b1);
clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0);
}

#hero .btn-get-started:hover {
opacity: .7;
}

#hero .btn-watch-video {
font-size: 16px;
display: flex;
align-items: center;
transition: 0.5s;
margin: 10px 0 0 25px;
color: #fff;
line-height: 1;
}

#hero .btn-watch-video i {
line-height: 0;
color: #fff;
font-size: 32px;
transition: 0.3s;
margin-right: 8px;
}

#hero .btn-watch-video:hover i {
color: #47b2e4;
}

#hero .animated {
animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
#hero {
height: 300px;
text-align: center;
}

#hero .animated {
animation: none;
}

#hero .hero-img {
text-align: center;
}

#hero .hero-img img {
width: 50%;
}
}

@media (max-width: 768px) {  
.header-image img {
display: none;
}
#hero h1 {
font-size: 28px;
line-height: 36px;
}

#hero h2 {
font-size: 18px;
line-height: 24px;
margin-bottom: 30px;
}

#hero .hero-img img {
width: 70%;
}
}

@media (max-width: 575px) {
#hero .hero-img img {
width: 80%;
}

#hero .btn-get-started {
font-size: 16px;
padding: 10px 24px 11px 24px;
}
}

@keyframes up-down {
0% {
transform: translateY(10px);
}

100% {
transform: translateY(-10px);
}
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
padding: 60px 0;
overflow: hidden;
}

.section-bg {
background-color: #f3f5fa;
}

.section-title {
padding-bottom: 30px;
}

.section-title h2 {
font-size: 32px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 20px;
padding-bottom: 20px;
position: relative;
color: #37517e;
}

.section-title h2::before {
content: "";
position: absolute;
display: block;
width: 120px;
height: 1px;
background: #ddd;
bottom: 1px;
left: calc(50% - 60px);
}

.section-title h2::after {
content: "";
position: absolute;
display: block;
width: 40px;
height: 3px;
background: #47b2e4;
bottom: 0;
left: calc(50% - 20px);
}

.section-title p {
margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
padding: 12px 0;
text-align: center;
}

.clients img {
max-width: 45%;
transition: all 0.4s ease-in-out;
display: inline-block;
padding: 15px 0;
filter: grayscale(100);
}

.clients img:hover {
filter: none;
transform: scale(1.1);
}

@media (max-width: 768px) {
.clients img {
max-width: 40%;
}
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
font-weight: 600;
font-size: 26px;
}

.about .content ul {
list-style: none;
padding: 0;
}

.about .content ul li {
padding-left: 28px;
position: relative;
}

.about .content ul li+li {
margin-top: 10px;
}

.about .content ul i {
position: absolute;
left: 0;
top: 2px;
font-size: 20px;
color: #47b2e4;
line-height: 1;
}

.about .content p:last-child {
margin-bottom: 0;
}

.about .content .btn-learn-more {
font-family: "Poppins", sans-serif;
font-weight: 500;
font-size: 14px;
letter-spacing: 1px;
display: inline-block;
padding: 12px 32px;
border-radius: 4px;
transition: 0.3s;
line-height: 1;
color: #47b2e4;
animation-delay: 0.8s;
margin-top: 6px;
border: 2px solid #47b2e4;
}

.about .content .btn-learn-more:hover {
background: #47b2e4;
color: #fff;
text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
padding: 60px 100px 0 100px;
}

.why-us .content h3 {
font-weight: 400;
font-size: 34px;
color: #37517e;
}

.why-us .content h4 {
font-size: 20px;
font-weight: 700;
margin-top: 5px;
}

.why-us .content p {
font-size: 15px;
color: #848484;
}

.why-us .img {
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}

.why-us .accordion-list {
padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
padding: 0;
list-style: none;
}

.why-us .accordion-list li+li {
margin-top: 15px;
}

.why-us .accordion-list li {
padding: 20px;
background: #fff;
border-radius: 4px;
}

.why-us .accordion-list a {
display: block;
position: relative;
font-family: "Poppins", sans-serif;
font-size: 16px;
line-height: 24px;
font-weight: 500;
padding-right: 30px;
outline: none;
cursor: pointer;
}

.why-us .accordion-list span {
color: #47b2e4;
font-weight: 600;
font-size: 18px;
padding-right: 10px;
}

.why-us .accordion-list i {
font-size: 24px;
position: absolute;
right: 0;
top: 0;
}

.why-us .accordion-list p {
margin-bottom: 0;
padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
display: none;
}

.why-us .accordion-list a.collapsed {
color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
display: none;
}

@media (max-width: 1024px) {

.why-us .content,
.why-us .accordion-list {
padding-left: 0;
padding-right: 0;
}
}

@media (max-width: 992px) {
.why-us .img {
min-height: 400px;
}

.why-us .content {
padding-top: 30px;
}

.why-us .accordion-list {
padding-bottom: 30px;
}
}

@media (max-width: 575px) {
.why-us .img {
min-height: 200px;
}
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
font-weight: 700;
font-size: 32px;
color: #37517e;
font-family: "Poppins", sans-serif;
}

.skills .content ul {
list-style: none;
padding: 0;
}

.skills .content ul li {
padding-bottom: 10px;
}

.skills .content ul i {
font-size: 20px;
padding-right: 4px;
color: #47b2e4;
}

.skills .content p:last-child {
margin-bottom: 0;
}

.skills .progress {
height: 60px;
display: block;
background: none;
border-radius: 0;
}

.skills .progress .skill {
padding: 0;
margin: 0 0 6px 0;
text-transform: uppercase;
display: block;
font-weight: 600;
font-family: "Poppins", sans-serif;
color: #37517e;
}

.skills .progress .skill .val {
float: right;
font-style: normal;
}

.skills .progress-bar-wrap {
background: #e8edf5;
height: 10px;
}

.skills .progress-bar {
width: 1px;
height: 10px;
transition: 0.9s;
background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
padding: 50px 30px;
transition: all ease-in-out 0.4s;
background: #fff;
}

.services .icon-box .icon {
margin-bottom: 10px;
}

.services .icon-box .icon i {
color: #47b2e4;
font-size: 36px;
transition: 0.3s;
}

.services .icon-box h4 {
font-weight: 500;
margin-bottom: 15px;
font-size: 24px;
}

.services .icon-box h4 a {
color: #37517e;
transition: ease-in-out 0.3s;
}

.services .icon-box p {
line-height: 24px;
font-size: 14px;
margin-bottom: 0;
}

.services .icon-box:hover {
transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
color: #47b2e4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
background-size: cover;
padding: 120px 0;
}

.cta h3 {
color: #fff;
font-size: 28px;
font-weight: 700;
}

.cta p {
color: #fff;
}

.cta .cta-btn {
font-family: "Open Sans", sans-serif;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 12px 40px;
border-radius: 50px;
transition: 0.5s;
margin: 10px;
border: 2px solid #fff;
color: #fff;
}

.cta .cta-btn:hover {
background: #47b2e4;
border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
.cta {
background-attachment: scroll;
}
}

@media (min-width: 769px) {
.cta .cta-btn-container {
display: flex;
align-items: center;
justify-content: flex-end;
}
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
list-style: none;
margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
cursor: pointer;
display: inline-block;
margin: 10px 5px;
font-size: 15px;
font-weight: 500;
line-height: 1;
color: #444444;
transition: all 0.3s;
padding: 8px 20px;
border-radius: 50px;
font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
background: #47b2e4;
color: #fff;
}

.portfolio .portfolio-item {
margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
opacity: 0;
position: absolute;
left: 15px;
bottom: 0;
z-index: 3;
right: 15px;
transition: all 0.3s;
background: rgba(55, 81, 126, 0.8);
padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
font-size: 18px;
color: #fff;
font-weight: 600;
color: #fff;
margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
color: #f9fcfe;
font-size: 14px;
margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
position: absolute;
right: 40px;
font-size: 24px;
top: calc(50% - 18px);
color: #fff;
transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
margin-top: 20px;
position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
width: 12px;
height: 12px;
background-color: #fff;
opacity: 1;
border: 1px solid #47b2e4;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
background-color: #47b2e4;
}

.portfolio-details .portfolio-info {
padding: 30px;
box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
list-style: none;
padding: 0;
font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
margin-top: 10px;
}

.portfolio-details .portfolio-description {
padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
font-size: 26px;
font-weight: 700;
margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
position: relative;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
padding: 30px;
border-radius: 5px;
background: #fff;
transition: 0.5s;
height: 100%;
}

.team .member .pic {
overflow: hidden;
width: 180px;
border-radius: 50%;
}

.team .member .pic img {
transition: ease-in-out 0.3s;
}

.team .member:hover {
transform: translateY(-10px);
}

.team .member .member-info {
padding-left: 30px;
}

.team .member h4 {
font-weight: 700;
margin-bottom: 5px;
font-size: 20px;
color: #37517e;
}

.team .member span {
display: block;
font-size: 15px;
padding-bottom: 10px;
position: relative;
font-weight: 500;
}

.team .member span::after {
content: "";
position: absolute;
display: block;
width: 50px;
height: 1px;
background: #cbd6e9;
bottom: 0;
left: 0;
}

.team .member p {
margin: 10px 0 0 0;
font-size: 14px;
}

.team .member .social {
margin-top: 12px;
display: flex;
align-items: center;
justify-content: flex-start;
}

.team .member .social a {
transition: ease-in-out 0.3s;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
width: 32px;
height: 32px;
background: #eff2f8;
}

.team .member .social a i {
color: #37517e;
font-size: 16px;
margin: 0 2px;
}

.team .member .social a:hover {
background: #47b2e4;
}

.team .member .social a:hover i {
color: #fff;
}

.team .member .social a+a {
margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
padding-top: 40px;
}

.pricing .box {
padding: 60px 40px;
box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
background: #fff;
height: 100%;
border-top: 4px solid #fff;
border-radius: 5px;
}

.pricing h3 {
font-weight: 500;
margin-bottom: 15px;
font-size: 20px;
color: #37517e;
}

.pricing h4 {
font-size: 48px;
color: #37517e;
font-weight: 400;
font-family: "Open Sans", sans-serif;
margin-bottom: 25px;
}

.pricing h4 sup {
font-size: 28px;
}

.pricing h4 span {
color: #47b2e4;
font-size: 18px;
display: block;
}

.pricing ul {
padding: 20px 0;
list-style: none;
color: #999;
text-align: left;
line-height: 20px;
}

.pricing ul li {
padding: 10px 0 10px 30px;
position: relative;
}

.pricing ul i {
color: #28a745;
font-size: 24px;
position: absolute;
left: 0;
top: 6px;
}

.pricing ul .na {
color: #ccc;
}

.pricing ul .na i {
color: #ccc;
}

.pricing ul .na span {
text-decoration: line-through;
}

.pricing .buy-btn {
display: inline-block;
padding: 12px 35px;
border-radius: 50px;
color: #47b2e4;
transition: none;
font-size: 16px;
font-weight: 500;
font-family: "Open Sans", sans-serif;
transition: 0.3s;
border: 1px solid #47b2e4;
}

.pricing .buy-btn:hover {
background: #47b2e4;
color: #fff;
}

.pricing .featured {
border-top-color: #47b2e4;
}

.pricing .featured .buy-btn {
background: #47b2e4;
color: #fff;
}

.pricing .featured .buy-btn:hover {
background: #23a3df;
}

@media (max-width: 992px) {
.pricing .box {
max-width: 60%;
margin: 0 auto 30px auto;
}
}

@media (max-width: 767px) {
.pricing .box {
max-width: 80%;
margin: 0 auto 30px auto;
}
}

@media (max-width: 420px) {
.pricing .box {
max-width: 100%;
margin: 0 auto 30px auto;
}
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
padding: 0 100px;
}

.faq .faq-list ul {
padding: 0;
list-style: none;
}

.faq .faq-list li+li {
margin-top: 15px;
}

.faq .faq-list li {
padding: 20px;
background: #fff;
border-radius: 4px;
position: relative;
}

.faq .faq-list a {
display: block;
position: relative;
font-family: "Poppins", sans-serif;
font-size: 16px;
line-height: 24px;
font-weight: 500;
padding: 0 30px;
outline: none;
cursor: pointer;
}

.faq .faq-list .icon-help {
font-size: 24px;
position: absolute;
right: 0;
left: 20px;
color: #47b2e4;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
font-size: 24px;
position: absolute;
right: 0;
top: 0;
}

.faq .faq-list p {
margin-bottom: 0;
padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
display: none;
}

.faq .faq-list a.collapsed {
color: #37517e;
transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
color: #47b2e4;
}

.faq .faq-list a.collapsed .icon-show {
display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
display: none;
}

@media (max-width: 1200px) {
.faq .faq-list {
padding: 0;
}
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
border-top: 3px solid #47b2e4;
border-bottom: 3px solid #47b2e4;
padding: 30px;
background: #fff;
width: 100%;
box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
font-size: 20px;
color: #47b2e4;
float: left;
width: 44px;
height: 44px;
background: #e7f5fb;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50px;
transition: all 0.3s ease-in-out;
}

.contact .info h4 {
padding: 0 0 0 60px;
font-size: 22px;
font-weight: 600;
margin-bottom: 5px;
color: #37517e;
}

.contact .info p {
padding: 0 0 10px 60px;
margin-bottom: 20px;
font-size: 14px;
color: #6182ba;
}

.contact .info .email p {
padding-top: 5px;
}

.contact .info .social-links {
padding-left: 60px;
}

.contact .info .social-links a {
font-size: 18px;
display: inline-block;
background: #333;
color: #fff;
line-height: 1;
padding: 8px 0;
border-radius: 50%;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
margin-right: 10px;
}

.contact .info .social-links a:hover {
background: #47b2e4;
color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
background: #47b2e4;
color: #fff;
}

.contact .php-email-form {
width: 100%;
border-top: 3px solid #47b2e4;
border-bottom: 3px solid #47b2e4;
padding: 30px;
background: #fff;
box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
padding-bottom: 8px;
}

.contact .php-email-form .validate {
display: none;
color: red;
margin: 0 0 15px 0;
font-weight: 400;
font-size: 13px;
}

.contact .php-email-form .error-message {
display: none;
color: #fff;
background: #ed3c0d;
text-align: left;
padding: 15px;
font-weight: 600;
}

.contact .php-email-form .error-message br+br {
margin-top: 25px;
}

.contact .php-email-form .sent-message {
display: none;
color: #fff;
background: #18d26e;
text-align: center;
padding: 15px;
font-weight: 600;
}

.contact .php-email-form .loading {
display: none;
background: #fff;
text-align: center;
padding: 15px;
}

.contact .php-email-form .loading:before {
content: "";
display: inline-block;
border-radius: 50%;
width: 24px;
height: 24px;
margin: 0 10px -6px 0;
border: 3px solid #18d26e;
border-top-color: #eee;
animation: animate-loading 1s linear infinite;
}

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

.contact .php-email-form label {
padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
border-radius: 0;
box-shadow: none;
font-size: 14px;
border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
border-color: #47b2e4;
}

.contact .php-email-form input {
height: 44px;
}

.contact .php-email-form textarea {
padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
background: #47b2e4;
border: 0;
padding: 12px 34px;
color: #fff;
transition: 0.4s;
border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
background: #209dd8;
}

@keyframes animate-loading {
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(360deg);
}
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
padding: 15px 0;
background: #f3f5fa;
min-height: 40px;
margin-top: 72px;
}

@media (max-width: 992px) {
.breadcrumbs {
margin-top: 68px;
}
}

.breadcrumbs h2 {
font-size: 28px;
font-weight: 600;
color: #37517e;
}

.breadcrumbs ol {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0 0 10px 0;
margin: 0;
font-size: 14px;
}

.breadcrumbs ol li+li {
padding-left: 10px;
}

.breadcrumbs ol li+li::before {
display: inline-block;
padding-right: 10px;
color: #4668a2;
content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
font-size: 14px;
}

#footer .footer-newsletter {
padding: 50px 0;
background: #f3f5fa;
text-align: center;
font-size: 15px;
color: #444444;
}

#footer .footer-newsletter h4 {
font-size: 24px;
margin: 0 0 20px 0;
padding: 0;
line-height: 1;
font-weight: 600;
color: #37517e;
}

#footer .footer-newsletter form {
margin-top: 30px;
background: #fff;
padding: 6px 10px;
position: relative;
border-radius: 50px;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
text-align: left;
}

#footer .footer-newsletter form input[type=email] {
border: 0;
padding: 4px 8px;
width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
position: absolute;
top: 0;
right: 0;
bottom: 0;
border: 0;
background: none;
font-size: 16px;
padding: 0 20px;
background: #47b2e4;
color: #fff;
transition: 0.3s;
border-radius: 50px;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
background: #209dd8;
}

#footer .footer-top {padding: 60px 0 30px 0;background: -webkit-linear-gradient(90deg, #0c0e12 0%, rgb(39 46 66) 100%);background: #0d1321;}

#footer .footer-top .footer-contact {
margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
font-size: 28px;
margin: 0 0 10px 0;
padding: 2px 0 2px 0;
line-height: 1;
text-transform: uppercase;
font-weight: 600;
color: #d3ecff;
}

#footer .footer-top .footer-contact p {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
font-family: "Open Sans", sans-serif;
}

#footer .footer-top h4 {
font-weight: bold;
position: relative;
padding-bottom: 12px;
}

#footer .footer-top .footer-links {
margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}

#footer .footer-top .footer-links ul i {
padding-right: 2px;
font-size: 18px;
line-height: 1;
}

#footer .footer-top .footer-links ul li {
display: flex;
align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
padding-top: 0;
}

#footer .footer-top .footer-links ul a {
transition: 0.3s;
display: inline-block;
line-height: 1;
font-size: 18px;
font-weight: 400;
}

#footer .footer-top .footer-links ul a:hover {
text-decoration: none;
}

#footer .footer-top .social-links a {
font-size: 28px;
display: inline-block;
color: #0d1321;
line-height: 40px;
text-align: center;
margin-right: 10px;
background: #d3ecff;
width: 40px;
height: 40px;
transition: all 0.4s;
clip-path: polygon(70% 0, 100% 30%, 100% 100%, 30% 100%, 0 70%, 0 0);
}

#footer .footer-top .social-links a:hover {
background: #262d40;
color: #fff;
text-decoration: none;
}

#footer .footer-bottom {
padding-top: 30px;
padding-bottom: 30px;
color: #fff;
}

#footer .copyright {
float: left;
}

#footer .credits {
float: right;
font-size: 13px;
}

#footer .credits a {
transition: 0.3s;
}

@media (max-width: 768px) {
#footer .footer-bottom {
padding-top: 20px;
padding-bottom: 20px;
}

#footer .copyright,
#footer .credits {
text-align: center;
float: none;
}

#footer .credits {
padding-top: 4px;
}
}
.top-slider .swiper-slide {
background-size: cover !important;
height: 100%;
}

.top-slider .swiper-wrapper {
height: 100%;
}

.top-slider .swiper {}

.top-slider {
height: 100%;
}
.top-slider .row {
height: 100%;
}
.bi-2 {font-size: 2em !important;}

.bi-15 {
font-size: 1.5em !important;
}
.topbar {
background: linear-gradient(45deg, #d3ecff, #6bd4b1);
background: #171e2e;
margin-bottom: 2px;
overflow: hidden;
}

.flexer {
display: flex;
align-items: center;
justify-content: space-between;
}

.topbar-right {
display: flex;
align-items: center;
justify-content: flex-end;
}

.topbar-nav:not(.social-nav) li {
margin: 0 2px;
border-right: 1px solid #ffffff17;
padding-right: 2px;
}

.topbar-nav li a {
padding: 5px 5px;
color: #ffffff;
display: flex;
align-items: center;
height: 100%;
border-radius: 5px;
font-weight: 300;
line-height: 1;
font-size: 14px;
}

.topbar-nav {
margin-left: 10px;
padding: 5px 0;
}
.topbar-nav li a:hover {
background: #0d1321;
color: #65cfc3;
}

.topbar-left span {
font-weight: 300;
color: #ffffff;
font-size: 16px;
}
.banner-section {
padding: 25px 0;
background: #ececec;
position: relative;
z-index: 3;
}
.top-divider img {
width: 100%;
}
.topbar-left .bi {font-size: 1em !important;}

.body-bg {
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url(../img/mapper.png);
opacity: .1;
filter: contrast(0);
}
.banner-section .container {
position: relative;
}
.product-cat {
height: 126.5px;
display: flex;
align-items: center;
background: #171e2e;
overflow: hidden;
clip-path: polygon(90% 0, 100% 15%, 100% 100%, 10% 100%, 0 80%, 0 0);
flex: 0 0 calc(50% - 8px);
padding: 0px;
transition: all .5s;
padding: 5px;
background: #171e2e;
}

.product-cat img {
width: 100%;
height: auto;
transition: all .5s;
}

.pcat-image {
/* border-top-right-radius: 3em; */
/* border-bottom-right-radius: 3em; */
overflow: hidden;
height: 100%;
box-shadow: 4px 1px 1px 1px black;
clip-path: polygon(90% 0, 100% 15%, 100% 100%, 10% 100%, 0 80%, 0 0);
}

.pcat-title {
padding: 10px;
display: none;
}

.pcat-title h3 {
font-weight: 500;
color: white;
line-height: 1;
margin: 0;
font-size: 25px;
}

.row>* {
padding-left: 7.5px;
padding-right: 7.5px;
}
img.pro-img {width: 100%;}

.product-box {transition: all .5s;box-shadow: -1px 0px 2px 1px #00000017;border-radius: 10px;overflow: hidden;}

.pro-caption {padding-top: 5px;color: white;padding-bottom: 5px;}

.sl-title {color: #ffffff;font-size: 18px;font-weight: 600;text-align: center;font-family: 'Barlow',sans-serif;margin: 5px 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-bottom: 5px;line-height: 1;}

.sl-details {
font-size: 15px;
display: none;
font-weight: 300;
}

.btn-price {
padding: 0;
color: #1a2232;
font-weight: 900;
font-size: 20px;
border: none;
border-radius: 0;
}
.prices {
display: flex;
align-items: center;
justify-content: center;
padding: 0 12px;
margin: 0;
border-radius: 5px;
padding: 5px;
/* background: linear-gradient(187deg, #383c4e, #0d1321); */
/* border: 1px solid #383c4e; */
padding: 0;
padding-top: 5px;
}

.prices a {
width: max-content;
padding: 0;
line-height: 1;
font-family: 'Barlow',sans-serif;
background: none;
}

.prices a:last-child {
text-align: right;
}
.products-section {
/* background: url(../img/area_bg.jpg); */
background-size: cover !important;
background-attachment: fixed !important;
position: relative;
padding-top: 4em;
margin-top: 18px;
background: red;
}
.reviewer span {
}

.product-list-header {
text-align: left;
color: black;
position: relative;
}

h2.reviewer {
font-family: 'Barlow',sans-serif;
font-weight: 600;
/* text-transform: uppercase; */
font-size: 27px;
margin: 0;
color: black;
position: relative;
z-index: 2;
}
span.reviewer-span {
color: #000000;
position: relative;
padding: 0 5px;
font-size: 14px;
}
footer {
/* border-top: 5px solid #d3ecff; */
}

.footer-down p {
margin: 0;
color: white;
}

.footer-header img {
width: 400px;
margin-bottom: -12px;
}
.buy-button, .reg-log-button {
background: #383c4e !important;
font-weight: 700;
font-size: 18px;
overflow: hidden;
font-family: 'Barlow',sans-serif;
color: #d3ecff;
text-transform: uppercase;
clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0);
height: 40px;
line-height: 40px;
padding: 0 15px;
border: none;
border-left: 2px solid;
display: inline-block;
}
.products-section-overlay {
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 1;
background: #ffffff;
}

.top-divider {
position: relative;
z-index: 1;
}

.products-section .container {
position: relative;
}
.pro-imager {position: relative;overflow: hidden;background: #383c4e;border-radius: 10px;}
.product-box-shadow {padding: 10px;background: #ffffff;}

@media(max-width:768px) {
#header {
padding: 20px 10px;
}
.flexer {
flex-direction: column;
}

.topbar-right {
flex-direction: column;
display: none;
}

.topbar-nav.nav:not(.social-nav) {
display: none;
}
#hero .container {
padding: 0 10px !important;
}
}
.top-box {
background: #171e2e;
padding: 0.1px;
/* clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0); */
border: 2px solid #6bd4b1;
position: relative;
margin-bottom: 10px;
}

.top-box-content {padding: 5px 5px;display: flex;align-items: center;justify-content: center;font-size: 25px;font-weight: 900;color: white;}

.top-box .iconer {font-size: 1;margin-right: 10px;color: #d3ecff;}
.top-boxes {
position: relative;
z-index: 2;
}

img.custom-area-boxer {
animation: customBounce 3s linear infinite;
max-height: 600px;
}

@keyframes customBounce {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
25% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
50% {
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
75% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}

.about-thumb {display: flex;align-items: center;justify-content: flex-end;padding-top: 20px;}
.about-content .section-header {/* margin-bottom: 15px; */}
.section-header.has--bg {position: relative;z-index: 1;line-height: 1;}

.section-header.has--bg .header-image.style--two {
text-align: left;
}
.section-header.has--bg .header-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 65px;
z-index: -1;
display: flex;
align-items: center;
justify-content: center;
}

.custom-box {padding: 50px 0;background: #161e2e;}

.section-title {
font-size: 60px;
text-transform: capitalize;
text-align: center;
font-weight: 900;
}

.about-content {
color: white;
}

.header-image img {opacity: .1;}

.who-we-are {font-weight: 100;font-size: 26px;}

.who-we-are p {
margin-bottom: 5px;
}
.btn-buy-content {
/* background: #d3ecff; */
}

.buy-button:hover,.reg-log-button:hover {
background: #d3ecff !important;
color: black;
border-color: black;
}
.product-list-header:before {
position: absolute;
content: "";
top: -100px;
left: 0;
right: 0;
bottom: -50px;
background: url(../img/title-bgr.png);
background-repeat: no-repeat;
background-position: center;
opacity: .2;
display: none;
}
.waves img {
width: 100%;
}

.waves {
position: relative;
}
.pro-cate {
position: absolute;
top: 0;
left: 0;
z-index: 2;
background: #0000001c;
padding: 0 5px;
border-radius: 0;
color: white;
right: 0;
text-align: center;
display: none;
}
.navdivider {
position: relative;
}
.navdivider:before {
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.product-box:hover .pro-img {
transition: all .5s;
transform: scale(1.1);
}
.pro-imager:before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
/* height: 0; */
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;
background: linear-gradient(0deg, #6bcebe 0%, transparent 100%);
opacity: 0;
pointer-events: none;
-webkit-transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
-ms-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
z-index: 2;
};

.product-box:hover .pro-img .pro-imager:before {
top:0;
height:100%;
}

.product-box:hover {/* border-color: #000000; */}
.top-boxes .col-lg-4 {
padding: 0;
}
.banner-down {
margin-top: -2px;
display: none;
}

.products-section2:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
clip-path: polygon(100% 0, 0 100%, 100% 100%);
/* background-color: #0e141b; */
height: 20px;
z-index: 1;
transform: rotate(180deg);
}
.topbox-desc {font-size: 18px;font-weight: 700;letter-spacing: 3px;text-transform: uppercase;}

.shop__ordering select,.shop__ordering input {
background-image: -moz-linear-gradient(90deg, rgba(18, 21, 24, 0.4902) 0%, rgba(31, 41, 53, 0.36078) 100%);
background-image: -webkit-linear-gradient(90deg, rgba(18, 21, 24, 0.4902) 0%, rgba(31, 41, 53, 0.36078) 100%);
background-image: -ms-linear-gradient(90deg, rgba(18, 21, 24, 0.4902) 0%, rgba(31, 41, 53, 0.36078) 100%);
background-color: #0e141b;
border: 1px solid #333333;
color: #adb0bc;
font-weight: 500;
font-size: 14px;
text-transform: capitalize;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 10px;
outline: none;
padding: 12px 40px 12px 20px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding-right: 47px;
min-width: 200px;
position: relative;
}

.shop__ordering {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
margin-left: auto;
position: relative;
}
.sort-inputer {width: max-content;position: relative;margin-right: 10px;display: none;}

.form-control:focus {
color: #212529;
background-color: inherit;
border-color: #ffffff;
outline: 0;
box-shadow: none;
opacity: .7;
}
span.searcher {
position: absolute;
top: 0;
right: 0;
width: 47px;
line-height: 47px;
text-align: center;
color: white;
}
.shop__ordering .selecter:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 47px;
height: 47px;
content: '\f229';
font-family: bootstrap-icons !important;
color: white;
z-index: 1;
line-height: 47px;
text-align: center;
}
.selecter {
position: relative;
}
.buttons-area {
display: flex;
align-items: center;
justify-content: space-between;
}
.product-area {margin: 5px 0;}
.header-title-right {
display: flex;
display: none;
}
.sorter-searcher {
/* background: #171e2e; */
position: relative;
}
.product-cat:last-child {
margin: 0;
}
.top-box svg {
position: absolute;
bottom: -7px;
fill: #6bd4b1;
left: -2px;
}
#header:before {content: "";position: absolute;left: 0;bottom: -18px;width: 175px;height: 18px;background: #171e2e;clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);box-shadow: 0px 6px 3px 0px #0000001f;}

.header-scrolled:before {
display: none;
}
.header-scrolled:after {
display: none;
}
.review-button {
background: #1a2232;
/* font-weight: 700; */
font-size: 17px;
overflow: hidden;
font-family: 'Barlow',sans-serif;
color: #ffffff;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
/* clip-path: polygon(75% 0, 100% 25%, 100% 100%, 25% 100%, 0 75%, 0 0); */
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
}



.products-section:before {
content: "";
position: absolute;
right: 0;
top: -18px;
width: 175px;
height: 18px;
background: #ffffff;
clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
transform: rotate(180deg);
}

.products-section:after {
content: "";
position: absolute;
left: 0;
top: -18px;
width: 175px;
height: 18px;
background: #ffffff;
clip-path: polygon(0 0, 100% 0%, 100% 100%, 18% 100%);
transform: rotate(180deg);
}
.product-list .row {
margin: 0px -7px;
}
.custombox {transform: rotate(180deg);}
.getstarted i {
border-radius: 2px;
padding: 2px;
font-size: 25px !important;
color: #ffffff;
margin: 0 !important;
}
.navbar .getstarted:hover i {
color: #000000 !important;
}
.cart-li {
margin-left: 10px;
}
.my-cart {
background: #0d1321;
border-radius: 3px;
padding: 10px 10px !important;
}
.account-text {
display: none;
}
.cart-amount {
position: absolute;
top: -5px;
right: 3px;
height: 12px;
background: #68cdc2;
font-size: 11px;
line-height: 12px;
padding: 0 5px;
border-radius: 2px;
font-weight: 600;
color: black;
}
.my-cart i {
color: #68cdc2;
}

.cart-pro-title {
font-size: 15px !important;
text-transform: none !important;
font-weight: 600 !important;
color: #ffffff !important;
padding: 0 !important;
}
.cart-item {
border-bottom: 1px solid #ffffff14;
padding: 5px 0;
}
.qty-price {
font-size: 13px;
color: #ffffff;
font-weight: 400;
}

.cart-li ul {
min-width: 250px;
left: inherit !important;
right: 0 !important;
}
li.nav-dvdr {
border-right: 2px solid black;
margin-left: 7.5px;
height: 37px;
}
.btn.btn-xs {
height: 28px;
padding: 0;
line-height: 28px;
font-weight: 900;
border-radius: 5px;
}
.remove-cart {
clip-path: polygon(75% 0, 100% 25%, 100% 100%, 25% 100%, 0 75%, 0 0);
border-radius: 0 !important;
border: none !important;
}
.cart-text {
font-weight: 500;
font-size: 14px;
color: white;
}
.cart-item:last-child {
border: none;
}
.cart-image img {
width: 100%;
}

.cart-image {
width: 40px;
border-radius: 5px;
overflow: hidden;
margin-right: 5px;
}
.remove-cart {
width: 28px;
height: 28px;
}
.cart-li a:focus,.cart-li a {
padding: 0;
}

.cart-buttoner {
border-radius: 2px !important;
text-align: center !important;
align-items: center !important;
justify-content: center !important;
font-weight: 500 !important;
}
.cart-buttoner:hover {
background: #171e2e !important;
color: #68cdc2 !important;
}

.cart-buttoner {
background: #68cdc2;
color: #171e2e !important;
border: 2px solid #68cdc2 !important;
}
.cart-alert {
padding: 5px;
display: flex;
margin: 0;
border-radius: 1px;
}
.my-cart-image {
width: 50px;
margin-right: 5px;
}

.my-cart-img {
width: 100%;
border-radius: 5px;
}
.table-cart {
background: #171e2e;
color: white;
}

.table-cart {
border-color: #0d1321;
}
.table-cart th, .table-cart td {
vertical-align: middle;
}
.text-right {
text-align: right;
}
.font-weight-bolder {
font-weight: 900;
}
.font-weight-bold {
font-weight: 700;
}
.text-success {
color: #40e196 !important;
}
.cart-product-content {
display: flex;
align-items: center;
}
.cbut {
background: #383c4e !important;
font-weight: 700;
font-size: 18px;
overflow: hidden;
font-family: 'Barlow',sans-serif;
color: #d3ecff;
text-transform: uppercase;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0);
height: 40px;
line-height: 40px;
border: none;
padding: 0 15px;
border-left: 2px solid;
display: inline-block;
}

.cart-buttons {
display: flex;
gap: 10px;
}

.btn-checkout {
background: #d3ecff !important;
color: black;
border-color: #383c4e;
}

.btn-checkout:hover,.btn-checkout:active,.btn-checkout:focus {
color: #d3ecff !important;
background: #383c4e !important;
border-color: #d3ecff !important;
}

.btn-update-cart:hover {
background: #d3ecff !important;
color: black !important;
border-color: #383c4e;
}
.cart-input {
background: #171e2e;
color: white !important;
width: max-content;
font-weight: 700;
text-align: center;
margin: 0 auto;
padding: 0;
height: 30px;
border: none;
}

.cart-input:focus,.cart-input:active {
background: #0d1321;
color: white;
}
.table-cart th {
color: #ffffff;
font-size: 1.2em;
font-weight: 500;
}
.cart-price-qtt {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 7px;
}

.cart-pricing {r
font-weight: 700;
}
.cart-area {
padding: 50px 0;
/* background: url(../img/area_bg.jpg); */
background-size: cover !important;
background-attachment: fixed !important;
background-position: top;
}
.cart-title {
font-weight: 600;
color: #161e2e;
margin: 0;
font-size: 22px;
}
.cart-bottom td {
background: #171e2e !important;
font-size: 1.2em;
font-weight: 500;
}

.table-cart td {
background: #383c4e;
}
.cart-desc {
margin-bottom: 25px;
color: white;
font-weight: 100;
font-size: 15px;
}
.product-categories {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 15px;
}
.pcat-image:hover img {
transform: scale(1.2);
}
.price-with-dc {
color: #c3c3c3;
position: relative;
width: max-content;
margin: 0;
}

.price-with-dc:before {
position: absolute;
content: "";
top: 50%;
left: 0;
right: 0;
bottom: 0;
border-top: 3px solid;
display: flex;
width: 100%;
transform: rotate(7deg);
}

.product-price {
font-weight: 700;
color: #68cdc2;
font-size: 29px;
margin-bottom: 20px;
border-bottom: 2px solid;
width: max-content;
padding-bottom: 20px;
}
.product-title {
font-weight: 600;
color: black;
margin: 0;
margin-top: 30px;
}
.product-content {
color: black;
font-size: 20px;
font-weight: 100;
padding-top: 30px;
}
.product-page {
padding: 0;
/* background: url(../img/area_bg.jpg); */
background-attachment: fixed;
background-position: top;
/* min-height: 100vh; */
}
.swal2-title {
font-size: 14px !important;
font-weight: 400 !important;
}
.sl-title a {
color: black;
}
.product-category {
background: #ffc107;
padding: 2px 5px;
display: inline-block;
border-radius: 5px;
font-weight: 500;
color: black;
margin-bottom: 25px;
line-height: 1;
}
.stock-code {
color: black;
font-weight: 700;
}

.additional-area {
margin-bottom: 20px;
padding: 5px;
background: #ffffff;
border-radius: 5px;
margin-top: 20px;
}

.stock-code span {
font-weight: 200;
}
img.proimg {
border-radius: 5px;
}
.related-title {
color: #073c65;
font-size: 28px;
margin-bottom: 20px;
}
.pro-desc-box {
/* background: linear-gradient(90deg, #0c0e12 0%, rgb(39 46 66) 100%); */
padding: 0;
/* border: 2px solid #d3ecff; */
border-radius: 10px;
}
.breadcrumb {
color: white;
font-weight: 100;
display: none;
}

.bread-arrow {
padding: 0 5px;
color: #161e2e;
}
.top-divider svg {/* width: 100%; */}
.payment-box {
padding: 20px;
background: #171e2e;
border-left: 5px solid #d3ecff;
}
.payment-area {
}
.paytr-form {
background: white;
}
.form-control:focus,.form-control:active {
color: white;
opacity: 1;
}
.reg-form .form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #ffffff;
background-color: #0d1321;
background-clip: padding-box;
border: 1px solid #000000;
height: 50px;
border-radius: 0;
}

.reg-form label {
color: white;
font-size: 17px;
font-weight: 400;
}


.reg-form {
background: #171e2e;
padding: 20px 25px;
border-left: 5px solid #d3ecff;
}

.reg-form button {
display: inline-block;
line-height: 1;
}
.row {
margin-right: -7.5px;
margin-left: -7.5px;
}
.reg-title {
font-weight: 900;
color: #d3ecff;
margin-bottom: 15px;
border-bottom: 2px solid;
padding-bottom: 10px;
width: max-content;
}


@media(max-width:768px) {
.account-text {
display: inline-block;
color: white;
}

a.getstarted {
width: max-content;
}

.my-cart {
justify-content: flex-start !important;
}

.nav-dvdr {
display: none;
}

.cart-li {
max-width: max-content;
margin: 0 auto;
min-width: 95%;
border: 1px solid #68cdc2;
border-radius: 5px;
}

.cart-text {
font-size: 17px;
}
}
.address-box {
background: linear-gradient(90deg, #0c0e12 0%, rgb(39 46 66) 100%);
padding: 20px;
border: 2px solid #d3ecff;
border-radius: 10px;
color:white;
border-top-right-radius: 0;
display: flex;
align-items: center;
}

.heading-bx {
color: white;
display: flex;
align-items: flex-end;
justify-content: end;
}

.title-head {
margin: 0;
text-align: right;
background: #d3ecff;
width: max-content;
border-radius: 5px;
color: black;
font-size: 18px;
padding: 2px 10px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
span.contenter {
font-size: 20px;
line-height: 1;
}

span.iconer {
margin-right: 15px;
color: #d3ecff;
}

span.contenter a {
color: white;
}
.navbar-mobile .cart-li>.dropdown-active {
padding: 10px;
margin: 0;
margin-top: 5px;
}
@media(max-width:768px) {
.topbar-left {
line-height: 1;
padding: 5px;
}
}
.nav-left {
background: linear-gradient(90deg, #0c0e12 0%, rgb(39 46 66) 100%);
border: 2px solid #d3ecff;
border-radius: 10px;
color: white;
border-top-right-radius: 0;
display: flex;
align-items: flex-start;
flex-direction: column;
overflow: hidden;
}

.nav-left .reg-title {
width: 100%;
padding: 10px;
margin: 0;
background: #d3ecff;
color: black;
}

.left-menu {
width: 100%;
padding: 10px;
list-style: none;
margin: 0;
}

.left-menu a {
padding: 10px;
display: flex;
width: 100%;
background: #0d1321;
margin-bottom: 5px;
font-weight: 600;
color: white;
border-left: 5px solid #d3ecff;
border-bottom: 1px solid #d3ecff;
}
a.veractive,.left-menu a:hover {
color: #68cdc2;
background: #383c4e;
border-color: #68cdc2;
}
.mr-1 {
margin-right: 5px;
}
.form-group {
margin-bottom: 15px;
}
.shop-sidebar .widget, .blog-sidebar .blog-widget {
padding: 15px 10px;
background: #ffffff;
margin: 0 0 10px;
/* border-left: 5px solid #095693; */
}
.widget-title {
display: inline-flex;
margin: 0  0 10px 0;
padding-right: 10px;
position: relative;
line-height: 1;
color: black;
/* padding-bottom: 10px; */
margin-bottom: 15px;
font-size: 17px;
}
.widget-title::after {
content: "";
position: absolute;
bottom: -2px;
right: 0;
width: 100%;
height: 3px;
background: #0d1321;
opacity: 0;
}
.sidebar-search input {width: 100%;background: #f3f3f3;border: none;padding: 10px 40px 10px 10px;height: 40px;font-weight: 500;font-size: 14px;color: #c4c4c4;border: none;outline: none;}
.sidebar-search button {position: absolute;top: 0;right: 0;width: 40px;height: 100%;border: none;padding: 0;background: #161e2e;color: #ffffff;z-index: 1;font-size: 20px;}
.sidebar-search {
position: relative;
}
.shop-sidebar-cat li a {
display: flex;
align-items: center;
background: #f4f4f4;
font-size: 15px;
color: #000;
justify-content: space-between;
/* text-transform: uppercase; */
padding: 7px 10px;
font-weight: 600;
border-left: 2px solid #000000;
}

ul.shop-sidebar-cat {
list-style: none;
padding: 0;
}

ul.shop-sidebar-cat li {
margin-bottom: 5px;
margin: 0;
border-bottom: 1px solid gainsboro;
}
.shop-sidebar-cat span {
width: 50px;
border-radius: 100%;
overflow: hidden;
height: 50px;
}

.shop-sidebar-cat span img {
width: 100%;
}

.shop-sidebar-cat li a:hover {
background: #d3ecff;
}
li.lbactive a {background: #d3ecff;}
.payment-methods {
background: #171e2e;
padding: 15px;
margin-bottom: 15px;
color: white;
}

.payment-methods h3 {
font-weight: bold;
color: #d3ecff;
font-size: 23px;
border-bottom: 2px solid;
padding-bottom: 5px;
max-width: max-content;
}

.select-method label {
display: inline-block;
margin: 0;
cursor: pointer;
width: 100%;
}

.select-method .help-block {
font-size: 13px;
color: #cbcbcb;
}
.payment-methods .form-check {
margin-bottom: 10px;
border-bottom: 1px solid #ffffff17;
padding-bottom: 10px;
}

.payment-methods .form-check:last-child {
border: none;
margin: 0;
}
img.paymimg {
width: 70px;
height: auto !important;
background: #0d1321;
padding: 5px;
border-radius: 5px;
}

.custom-row {
display: flex;
flex-direction: row;
align-content: center;
align-items: stretch !important;
}

.procat-cover {
height: 100%;
background: #383c4e;
padding: 6px;
/* clip-path: polygon(3% 0, 100% 0, 100% 50%, 100% 100%, 3% 100%, 0% 50%); */
}
.procat-cover-box {
height: 100%;
background-size: cover !important;
position: relative;
clip-path: polygon(6% 0, 100% 0, 100% 50%, 100% 100%, 7% 100%, 0% 50%);
clip-path: polygon(0 0, 94% 0, 100% 50%, 94% 100%, 0 100%, 0% 50%);
}
.pc-caption {
position: absolute;
bottom: 0;
left: 0;
top: 0;
width: 100%;
padding: 10px;
z-index: 1001;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
pointer-events: none;
background: linear-gradient(360deg, black, transparent);
display: flex;
align-items: flex-end;
justify-content: flex-start;
text-align: left;
}
.pc-caption-content {
color: white;
transition: all .3s;
}

.procat-cover:hover .pc-caption-content {
margin-bottom: 15px;
}
.custom-row.reverse-me {
flex-direction: row-reverse;
}

.reverse-me .procat-cover-box {clip-path: polygon(6% 0, 100% 0, 100% 50%, 100% 100%, 7% 100%, 0% 50%);}

.reverse-me .procat-cover {
/* clip-path: polygon(0 0, 97% 0, 100% 50%, 97% 100%, 0 100%, 0% 50%); */
}
.pc-caption h2 {
font-weight: 900;
font-size: 26px;
}
.custom-row:not(.reverse-me) .col-lg-3 {
padding-right: 0 !important;
}
.custom-row:not(.reverse-me) .col-lg-9 {
padding-left: 0 !important;
}

.reverse-me.custom-row .col-lg-3 {
padding-left: 0 !important;
}
.reverse-me.custom-row .col-lg-9 {
padding-right: 0 !important;
}
.prolist-box {
/* background: #383c4e; */
/* padding: 7.5px; */
}
.category-box {margin: 30px 0;padding: 15px;border-radius: 10px;/* border: 2px solid black; */box-shadow: -1px 2px 5px 2px #00000014;position: relative;}

.pro-cat-title {font-weight: 500;background: no-repeat;color: #000000;font-size: 20px;margin-bottom: 20px !important;}
.cat-header {display: flex;position: relative;z-index: 1;}

.reverser .cat-header {
justify-content: end;
}

.reverser .cat-header .pro-cat-title {
clip-path: polygon(calc(15px) 0, 100% 0, 100% 15px, 100% 100%, 0 100%, 0% 50%);
}
.reverse-me .pc-caption {
text-align: right !important;
justify-content: flex-end !important;
}
.footer-down {
padding: 10px;
background: #171e2e;
}

.footer-top {
padding: 25px 0;
color: white;
}
footer h4 {
color: #d3ecff;
font-weight: 700;
}

footer ul {
padding: 0;
list-style: none;
}

footer ul li a:hover {
padding-left: 3px;
}

footer li a {
color: white;
font-weight: 500;
}

footer ul li {
padding: 7px 0;
}

footer li i {
color: #68cdc2;
}
.footer-header {display: flex;justify-content: right;align-items: end;background: #0d1321;display: none;}

@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
max-width: 1140px !important;
}
}
.breadcrumb a {
color: black;
font-weight: 500;
}
.breadcrumb li {
color: #313131;
}

.navbar i.bi.bi-chevron-down {
margin-left: 7px;
}
.pro-desc-box .product-title {
font-size: 22px;
font-weight: 500;
}
               .bbb-title {
    font-size: 40px;
    font-weight: 500;
    text-align: left;
    padding-bottom: 5px;
}
               .review-button {
    background: #161e2e;
    height: max-content !important;
    line-height: 1;
    padding: 5px;
    border-radius: 5px;
    color: white !important;
    font-weight: 500;
}

a.review-button:hover {
    color: black;
    background: #eeeeee !important;
}
               .category-box:before {
    position: absolute;
    content: "";
    top: -10px;
    left: 10px;
    width: calc(100% - 20px);
    height: 100%;
    background: #ececec;
    border-radius: 10px;
}

.category-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 10px;
}
               .procat-box {
    height: 200px;
    background-size: cover !important;
    background-position: center !important;
}
               .procat-box h4 {
    color: white;
    position: absolute;
    bottom: 15px;
    font-size: 15px;
    left: 0;
    right: 0;
    text-align: center;
    transition: all .3s;
}

.procat-box:before {
    position:absolute;
    content:"";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, black, transparent);
    border-radius: 10px;
}


.procats-box a:hover h4 {
    padding-bottom: 10px;
}

.procats-box a {
    border: 1px solid #b5b5b5;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
               .w-max {
    width: max-content;
}