/*----- Fonts ----*/
@import url('../fonts/recoleta/stylesheet.css');
@import url('../fonts/gordita/stylesheet.css');
@import url('../fonts/eustache/stylesheet.css');
@import url('../fonts/noteworthy/style.css');
/*----- Bootstrap Icons ----------*/
@import url('../fonts/bootstrap-icons/font-css.css');
/*---- Font Awesome Icons -------*/
@import url('../fonts/font-awesome/css/all.min.css');
@import url('custom-animation.css');
@import url('framework.css');
@import url('slick.css');


/*^^^^^^^^^^^^^^^^^^^^ Prefix Classes ^^^^^^^^^^^^^^^^^^^^^*/
.tran3s,.svg path {transition: all 0.3s ease-in-out;}
.tran4s {transition: all 0.4s ease-in-out;}
.tran5s {transition: all 0.5s ease-in-out;}
.tran6s {transition: all 0.6s ease-in-out;}
.fs-13 {font-size: 13px;}
.fs-14 {font-size: 14px;}
.fs-15 {font-size: 15px;}
.fs-16 {font-size: 16px;}
.fs-17 {font-size: 17px;}
.fs-18 {font-size: 18px;}
.fs-20 {font-size: 20px;}
.fw-500 {font-weight: 500;}
.tx-dark {color: #000;}
.p-30 {padding: 30px;}
.font-recoleta {font-family: 'Recoleta';}
.text-lg {font-size: 24px; line-height: 1.67em;}
.style-none {list-style: none; padding-left: 0; margin-bottom: 0;}
.shapes {position: absolute; z-index: -1;}
.border-top {border-top: 1px solid #f1f1f1 !important;}
.border-bottom {border-bottom: 1px solid #f1f1f1 !important;}

::-webkit-scrollbar{ width: 5px; }
::-webkit-scrollbar-track { background: #fff;}
::-webkit-scrollbar-thumb { background: #000;border-radius: 0;}
::selection {
  background-color: #2a2a2a;
  color: #fff;
}

body {
  font-family: 'gordita';
  font-weight: normal;
  font-size: 16px;
  position: relative;
  color: var(--sppb-text-color);
  line-height: 1.87em;
}
.h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6 {color: var(--sppb-heading);}
.h1,h1 {font-size: 80px; line-height: 1.18em; /*done*/}
.h2,h2 {font-size: 58px; line-height: 1.29em; letter-spacing:-1px; /*done*/}
.h3,h3 {font-size: 32px; /*done*/}
.h4,h4 {font-size: 24px; line-height: 1.54em; /*done*/}
.h5,h5 {font-size: 22px; line-height: 1.45em; /*done*/}
.h6,h6 {font-size: 18px; /*done*/}
p {margin: 0;}
::-webkit-input-placeholder {color: rgba(0, 0, 0, 0.6);}
:-ms-input-placeholder { color: rgba(0, 0, 0, 0.6);}
::placeholder {color: rgba(0, 0, 0, 0.6);}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: #000;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}

a:hover, a:focus, a:active {
	color: var(--sppb-secondcolor);
}

a > h1,
a > h2,
a > h3,
a > h4,
a > h5,
a > h6 {color: inherit;}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {color: inherit;}

@media (max-width: 575px) {
  br {
    display: none;
  }
}

.sppb-icon .sppb-icon-container {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sppb-btn.active, .sppb-btn:active {
  background-image: inherit !important;
}

.sppb-btn.focus, 
 .sppb-btn:active:focus, 
 .sppb-btn:active:hover, 
 .sppb-btn:focus, 
 .sppb-btn:hover {
  outline: 0;
}

.sppb-btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.sppb-btn.active, .sppb-btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.sppb-optin-form .sppb-btn i:first-child {display: none;}

form.sppb-optin-form.submit-button-inside .button-wrap {
	top: 50% !important;
	transform: translatey(-50%);
}

#sp-footer {
	font-size: inherit;
position: relative;
}

#sp-footer #sp-footer2 {
	text-align: inherit;
}

.sp-scroll-up {
	background: var(--sppb-maincolor);
}

.sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty) {
	padding: 0;
}

.z-index3 {z-index: 3 !important;}
.z-index2 {z-index: 2 !important;}
.z-index0 {z-index: 0 !important;}
.z-index-unset {z-index: unset !important;}

.sppb-media-heading {
	margin: 0;
}

.sppb-progress {
	margin-bottom: 0px;
}

.divider-position {
  display: flex;
}

.sppb-addon-persion .sppb-person-social > li > a, .sppb-addon-person .sppb-person-social > li > a {
	line-height: inherit;
}

.sppb-carousel-extended-outer-stage {
	-webkit-perspective: inherit;
	perspective: inherit;
}

.sppb-nav-custom li {
	margin: 0 !important;
	padding: 0 !important;
}

.animated-number-position-left .sppb-addon-content, .animated-number-position-right .sppb-addon-content,
.sppb-addon-clients .sppb-carousel-extended-outer-stage {
	align-items: center;
}

.sppb-person-name,
.sppb-person-designation {
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;	
}

.person-content-position-half-overlay .sppb-person-name {color: inherit;}

.sppb-divider {
	display: flex;
}

.sppb-testimonial-carousel-testi_layout3 .sppb-testimonial-carousel-item-content::before {
display: none;
}

.sp-slider img {
	height: auto !important;
	width: auto !important;
}

.sppb-addon-clients .sppb-carousel-extended-item {
	padding: 0;
}

.sppb-addon-icons-group.icons-group-title-postion-left, .sppb-addon-icons-group.icons-group-title-postion-right {
	align-items: center;
}

@media (max-width: 575px) {
.sppb-addon-icons-group.icons-group-title-postion-left, .sppb-addon-icons-group.icons-group-title-postion-right {
	display: flex;
	flex-wrap: wrap;
}
}

.com-finder > * + *, .com-finder__results > * + * {
	margin-top: 0;
}

@media (max-width: 768px) {
	.sppb-addon-clients img {margin-bottom: 20px;}
}

@media (max-width: 992px) {
.no-resposive-bg {background: transparent !important;}
}

body .sppb-btn,
body .sppb-sp-slider-button .sp-slider-btn-text,
.login .btn-primary,
.registration form > div .btn,
.reset form > div .btn,
.hikashop_vote_form .button .btn,
.hikashop_vote_form .button,
.article-list .article .readmore a, .sppb-readmore {
line-height: 50px;
  padding: 0 35px;
  border-radius: 30px;
  letter-spacing: -0.36px;
  font-weight: 500;
  font-size: 16px;
  border: none;
  outline: none !important;
  transition: all 0.4s ease-in-out;
  white-space: normal;
}

body .sppb-btn:hover,
.registration form > div .btn:hover,
body .sppb-btn.sppb-btn-primary:hover,
body .sppb-sp-slider-button .sp-slider-btn-text:hover,
.login .btn-primary:hover,
.registration form > div .btn-primary:hover,
.reset form > div .btn:hover,
body .sppb-btn.sppb-btn-secondary:hover,
.hikashop_vote_form .button:hover,
.article-list .article .readmore a:hover, .sppb-readmore:hover {

}

body .sppb-btn.sppb-btn-primary {
background: var(--sppb-maincolor);
  color: #fff;
}

body .sppb-btn:hover {
color: #fff;
background: #000;
}

body .sppb-btn img {display: inline-block;}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Button ^^^^^^^^^^^^^^^^^^^^^^*/
.ripple-btn {position: relative;}
.ripple-btn:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  transform: scale(0);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.ripple-btn:hover:before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
body .btn-one {
  color: #fff;
  line-height: 50px;
  border-radius: 5px;
  padding: 0 32px;
  position: relative;
  background:#000;
  transition: all 0.3s ease-in-out;
}
body .btn-one:hover {background: var(--sppb-prime-one);}
body .btn-two {
  color: #fff;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 50px;
  position: relative;
  background:#000;
  transition: all 0.3s ease-in-out;
}
body .btn-two:hover {background: var(--sppb-prime-one);}
body .btn-three {
  color: #fff;
  line-height: 52px;
  border-radius: 28px;
  padding: 0 40px;
  position: relative;
  background:var(--sppb-prime-two);
  transition: all 0.3s ease-in-out;
}
body .btn-three:hover {background: #090F32;}
body .btn-four {
  color: #fff;
  line-height: 52px;
  border-radius: 7px;
  padding: 0 40px;
  position: relative;
  background:var(--sppb-prime-two);
  transition: all 0.3s ease-in-out;
}
body .btn-four:hover {background: #090F32;}
body .btn-five {color: var(--sppb-prime-two);}
body .btn-five i {display: inline-block; font-size: 14px;}
body .btn-five:hover {color:#090F32;}
body .btn-six {
  line-height: 50px;
  border-radius: 4px;
  border: 2px solid var(--sppb-prime-two);
  color: var(--sppb-prime-two);
  padding: 0 40px;
  transition: all 0.3s ease-in-out;
}
body .btn-six:hover {background: var(--sppb-prime-two); color: #fff;}
body .btn-seven {
  color: #fff;
  line-height: 50px;
  border-radius: 25px;
  padding: 0 40px;
  position: relative;
  background:#1B1B1B;
  transition: all 0.3s ease-in-out;
}
body .btn-seven:hover {background: var(--sppb-prime-three);}
body .btn-eight {
  color: #fff;
  line-height: 60px;
  border-radius: 30px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.65px;
  padding: 0 55px;
  position: relative;
  background:#1B1B1B;
  transition: all 0.3s ease-in-out;
}
body .btn-eight:hover {background: var(--sppb-prime-three);}
body .btn-nine {
  color: #000;
  line-height: 55px;
  border-radius: 28px;
  font-size: 16px;
  padding: 0 36px;
  position: relative;
  background:var(--sppb-prime-four);
  transition: all 0.3s ease-in-out;
}
body .btn-nine.border3 {border-radius: 3px;}
body .btn-nine:hover {background: #000; color: #fff;}
body .btn-ten {
  color: #000; 
  padding: 0 24px;
  line-height: 50px;
  z-index: 1;
}
body .btn-ten:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 70px;
  border-radius: 25px;
  background: var(--sppb-prime-four);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
body .btn-ten:hover:before {width: 100%;}
body .btn-ten i {font-size: 0.9em; margin-left: 2px;}
body .btn-eleven {
  line-height: 50px;
  color: #fff;
  border-radius: 30px;
  padding: 0 42px;
  background: var(--sppb-prime-five);
}
body .btn-eleven:hover {background: var(--sppb-prime-two); color: #fff;}
body .btn-twelve {
  line-height: 43px;
  border: 1px solid var(--sppb-prime-two);
  color: var(--sppb-prime-two);
  border-radius: 23px;
  padding: 0 45px;
}
body .btn-twelve:hover {background: var(--sppb-prime-two); color: #fff;}
body .btn-thirteen {
  line-height: 55px;
  color: #fff;
  background: var(--sppb-prime-five);
  border-radius: 5px;
  padding: 0 40px;
}
body .btn-thirteen:hover {background: var(--sppb-prime-two);}
body .btn-fourteen {
  line-height: 60px;
  font-size: 18px;
  color: #000;
  padding: 0 30px;
  background: var(--sppb-prime-six);
  position: relative;
}
body .btn-fourteen:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 8px;
  left: 8px;
  z-index: -1;
  background: #000;
  transition: all 0.3s ease-in-out;
}
body .btn-fourteen:hover {background: #000; color: #fff;}
body .btn-fourteen:hover:before {background: var(--sppb-prime-six);}
body .btn-fifteen {
  font-size: 18px;
  color: #000;
  letter-spacing: -0.5px;
  line-height: initial;
  text-transform: none !important;
  position: relative;
}
body .btn-fifteen img {display: inline-block;}
body .btn-fifteen:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 100%;
  background: #000;
  transition: all 0.3s ease-in-out;
}
body .btn-fifteen:hover:before {background: var(--sppb-prime-six);}
body .btn-sixteen,
body .btn-sixteen:hover {
  position: relative;
  font-size: 18px;
  line-height: 53px;
  border-radius: 30px;
  color: #fff;
  letter-spacing: -0.5px;
  background: var(--sppb-prime-seven);
  padding: 0 40px;
  z-index: 1;
}
body .btn-sixteen:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(90deg, #FF7DF2 0%, #FF275B 100%);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}
body .btn-sixteen:hover:before {opacity: 1;}
body .btn-sixteen.border7,body .btn-sixteen.border7:before {border-radius: 7px;}
body .btn-seventeen,
body .btn-seventeen:hover {
  font-size: 18px;
  line-height: 50px;
  padding: 0 40px;
  border-radius: 7px;
  position: relative;
  z-index: 1;
  background: linear-gradient(270.78deg, #FFA7A9 4.19%, #FF5EA3 96.11%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
body .btn-seventeen:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  border: 2px solid transparent;
  background: linear-gradient(0deg,#FE3B7D,#FF66C9) border-box;
  -webkit-mask: /*4*/
     linear-gradient(#fff 0 0) padding-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; 
          mask-composite: exclude;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
body .btn-eighteen {font-size: 17px;line-height: initial;}
body .btn-eighteen i {font-size: 15px;}
body .btn-eighteen:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 100%;
  background: #000;
}
body .btn-eighteen a:hover {color: var(--sppb-prime-nine);}
body .btn-nineteen {
  padding: 5px 20px;
  border-radius: 30px;
  background: #000000;
  color: #fff;
  font-size: 17px;
}
body .btn-nineteen:hover {background: var(--sppb-prime-nine);}
body .btn-twenty {
  line-height: 50px;
  padding: 0 35px;
  border-radius: 30px;
  border: 2px solid #000;
  color: #000;
  font-size: 17px;
}
body .btn-twenty:hover {background: var(--sppb-prime-eight); border-color: var(--sppb-prime-eight);}
body .btn-twentyOne {
  line-height: 50px;
  padding: 0 35px;
  border-radius: 30px;
  background: var(--sppb-maincolor);
  color: #fff;
  letter-spacing: -0.36px;
}
body .btn-twentyOne:hover {background: #000;}
body .btn-twentyTwo {
  line-height: 55px;
  padding: 0 42px;
  border-radius: 7px;
  background: var(--sppb-maincolor);
  color: #fff;
  letter-spacing: -0.2px;
}
body .btn-twentyTwo:hover {background: #000;}
body .btn-twentyFour {
  color: #000;
  padding: 16px 36px;
  border: 2px solid #000;
  background: var(--sppb-prime-eleven);
}
body .btn-twentyFour::before {
  position: absolute;
  content: '';
  top: -16px;
  height: 14px;
  width: calc(100% + 3px);
  left: 5px;
  transform: skewX(-45deg);
  border: 2px solid #000;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
}
body .btn-twentyFour::after {
  position: absolute;
  content: '';
  right: -16px;
  height: calc(100% + 3px);
  width: 15px;
  top: -8px;
  transform: skewY(-45deg);
  border: 2px solid #000;
  border-left: none;
  border-top: none;
  transition: all 0.3s ease-in-out;
}
body .btn-twentyFour:hover:after,
body .btn-twentyFour:hover:before {background: #f3c755; border-color: #f3c755;}
body .btn-twentyFour:hover {border-color: transparent;}
body .btn-twentyFive {
  line-height: 51px;
  padding: 0 27px;
  font-size: 18px;
  color: var(--sppb-prime-eleven);
  border-radius: 7px;
  border: 2px solid var(--sppb-prime-eleven);
}
body .btn-twentyFive:hover {
  background: var(--sppb-prime-eleven);
  color: #000;
}

body .sppb-btn.sppb-btn-link {
background: transparent;
	text-decoration: none;
	border: 0 !important;
	padding: 0;
	overflow: visible;
  font-size: 16px;
  font-weight: 800;
  color: var(--sppb-secondcolor);
  text-transform: capitalize;
  display: inline-block;
  height: auto;
  line-height: inherit;
}

body .sppb-btn.sppb-btn-link:hover {
	color: #000;
}

body .sppb-btn.sppb-btn-link:before,
body .sppb-btn.sppb-btn-link:after {display: none;}

body .sppb-btn.sppb-btn-link i,
body .sppb-btn.sppb-btn-link:hover i {
margin-left: 0px;
font-size: inherit;
line-height: 1.5;
}

.sppb-btn-block {
	width: 100% !important;
	justify-content: center;
}

body .sppb-btn i,
body .sppb-sp-slider-button .sp-slider-btn-text i,
.login .btn i,
.registration form > div .btn i,
.reset form > div .btn i,
.hikashop_vote_form .button .btn i,
.hikashop_vote_form .button i,
.article-list .article .readmore a i, .sppb-readmore i,
.sppb-form-builder-btn button span,
.sppb-ajax-contact-content button span {
}

body .sppb-btn:hover i,
body .sppb-sp-slider-button .sp-slider-btn-text:hover i,
.login .btn:hover i,
.registration form > div .btn:hover i,
.reset form > div .btn:hover i,
.hikashop_vote_form .button .btn:hover i,
.hikashop_vote_form .button:hover i,
.article-list .article .readmore a:hover i, .sppb-readmore:hover i,
.sppb-form-builder-btn button:hover span,
.sppb-ajax-contact-content button:hover span {

}

.full-width-image .sppb-addon-single-image-container {width: 100%; display: block;}
.full-width-image .sppb-addon-single-image-container img {width: 100%;}
.full-width-image img {width: 100%;}

.full-height-image, .full-height-image * {height: 100%; display: block;}

.block-image .sppb-addon-single-image-container {display: block;}
.block-image .sppb-addon-single-image-container img {display: block;}

.sppb-progress {
	border-radius: 45px;
}

.social-icon-right a i {color: inherit !important;}

.sppb-addon-clients .sppb-carousel-extended-item img {
	margin: auto;
	text-align: center;
	display: block;
}

.sppb-person-image img {width: 100%; height: 100%;}

.sppb-carousel-extended-heading,
.sppb-carousel-extended-subheading {
	transition: .3s ease-in-out;
	margin: 0;
}

@media(max-width: 768px) {
	.sppb-addon-clients a {display: block;}
	.sppb-addon-clients a img {margin-left: auto; margin-right: auto;}
}

.sp-slider div[class^="sppb-col"] {position: static;}

.sppb-icon .sppb-icon-container > i {
	width: auto !important;
	height: auto !important;
	line-height: inherit !important;
}

.sppb-text-left.animated-number-position-bottom .sppb-addon-content, .sppb-text-left.animated-number-position-left .sppb-addon-content {
	align-items: center;
}

.sppb-carousel-extended-list .sppb-carousel-extended-outer-stage {
	height: auto !important;
}

body .sppb-addon-optin-forms {
	padding: 0px;
}

.sppb-addon-table-main td {
	color: inherit;
	font-size: inherit;
}

.com-finder .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	display: flex;
	align-items: center;
}

.com-finder .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) span {
margin-right: 5px;	
}

.center-section > .sppb-container-inner > .sppb-row,
.center-section > .sppb-row-container > .sppb-row,
.center-section  > .sppb-row {
	justify-content: center;
}

.even-section > .sppb-row-container > .sppb-row,
.even-section > .sppb-container-inner > .sppb-row,
.even-section  > .sppb-row {
	justify-content: space-between !important;
}

.right-section > .sppb-row-container > .sppb-row,
.right-section  > .sppb-row {
	justify-content: flex-end !important;
}

#sp-main-body .sppb-section .sppb-container-inner, #sp-main-body .sppb-section div[class^="sppb-col-"], #sp-main-body .sppb-section .sppb-column, #sp-main-body .sppb-section .sppb-column-addons, #sp-main-body .sppb-section .sppb-row-container,
#sp-footer .sppb-section .sppb-container-inner, #sp-footer .sppb-section div[class^="sppb-col-"], #sp-footer .sppb-section .sppb-column, #sp-footer .sppb-section .sppb-column-addons, #sp-footer .sppb-section .sppb-row-container,
#sp-banner .sppb-section .sppb-container-inner, #sp-banner .sppb-section div[class^="sppb-col-"], #sp-banner .sppb-section .sppb-column, #sp-banner .sppb-section .sppb-column-addons, #sp-banner .sppb-section .sppb-row-container {position: static;}

.relative-section .sppb-container-inner, .relative-section div[class^="sppb-col-"], .relative-section .sppb-column, .relative-section .sppb-column-addons {position: static;}

.nowraprow > .sppb-container-inner > .sppb-row {flex-wrap: nowrap;}

#sp-top2 .sppb-section {
	width: auto;
}

#sp-top {
	position: relative;
	z-index: 9999;
}

#sp-header > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-header > .container > .container-inner > .row {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#sp-footer, #sp-bottom {
	background: inherit;
}

.sppb-carousel-extended-description {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

.sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty) {
	padding: 0 !important;
}

.sppb-addon.sppb-addon-popover .sppb-marker {
	background: var(--sppb-maincolor);
}

.sppb-icons-group-list li a {
	margin: 0 !important;
}

.sppb-addon.sppb-addon-popover .sppb-marker:hover,
.sppb-addon.sppb-addon-popover .sppb-marker.active {
	color: var(--sppb-maincolor);
}

.sppb-sp-slider-button:first-of-type {
	margin-left: 0px;
}


.width-auto .sppb-column-addons {width: auto;}

.full-column-height > div,
.full-column-height > div > div,
.full-column-height > div > div > div {
	height: 100%;
}

div.sppb-carousel-extended-dots {
	bottom: -70px;
}

.working-mix-blend .sppb-column, .working-mix-blend .sppb-column-addons {
	z-index: unset;
}

.sticky-style > .sppb-column-addons > .sppb-addon-wrapper:first-child {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 100px;
}

.sticky-style.dynamic > .sppb-column-addons > .addon-root-dynamic-content-collection > div > .sppb-dynamic-content-collection  > .sppb-dynamic-content-collection__item {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 100px;
	z-index: 1;
}

.demo-home .sp-dropdown-mega > .sp-dropdown-inner > .row li:not(.module) {display: none;}

.sppb-row-overlay {border-radius: inherit;}

.sppb-comment-ellipsis-action,
.sppb-comment-ellipsis-action-button {
	padding: 0 !important;
	background: transparent !important;
	color: #000 !important;
	overflow: visible !important;
}

.sppb-comment-ellipsis-action-button {
	padding: 0 10px !important;
}

.sppb-comment-ellipsis-action:before,
.sppb-comment-ellipsis-action:after,
.sppb-comment-ellipsis-action-button:before,
.sppb-comment-ellipsis-action-button:after {
	display: none !important;
}


/* HEADER */

#sp-header {
	height: auto;
  box-shadow: none;
  padding: 20px 60px;
  transition: all 0.4s ease-out;
  background: transparent;
  z-index: 9999;
  position: absolute;
}

@media (min-width: 992px) and (max-width: 1199px) {
#sp-header {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
#sp-header {
    padding-right: 12px;
    padding-left: 12px;
  }
}



#sp-header.header-sticky {
padding-top: 12px;
  padding-bottom: 12px;
  background: #fff;
  box-shadow: 0 13px 35px -12px rgba(35,35,35,0.1);
}

#sp-header .logo {
	height: auto;
}

#sp-header .logo img {
	height: auto;
}

@media (min-width: 992px) {
	#sp-menu > .sp-column {
		justify-content: center !important;
	}
}

.sp-megamenu-parent {
	position: static;
	margin: 0;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	font-weight: 500;
	font-size: 18px;
	line-height: initial;
	color: #000;
	padding: 13px 0;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.sp-megamenu-parent > li:last-child > a {
	padding: 13px 0;
}

.sp-megamenu-parent > li.active > a {
	font-weight: 500;
}

.sp-megamenu-parent > li + li > a {
	margin-left: 52px;
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	content: "\f282";
	font-family: bootstrap-icons;
	border: none !important;
	font-size: 12px;
	font-weight: 700;
	position: absolute;
	line-height: 56px;
	right: auto;
	top: 0;
	text-align: center;
	display: inline-block;
  margin-left: .255em;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a,
.sp-megamenu-parent > li:hover > a,
#sp-header.header-sticky .sp-megamenu-parent > li.active > a, #sp-header.header-sticky .sp-megamenu-parent > li.active:hover > a, #sp-header.header-sticky .sp-megamenu-parent > li:hover > a {
	color: var(--sppb-maincolor);
}

@media (max-width: 1400px) {
.sp-megamenu-parent > li + li > a {
	margin-left: 40px;
}
}

@media (max-width: 1200px) {
  .sp-megamenu-parent > li + li > a {
    margin-left: 35px;
  }
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	display: none;
}
}

@media (max-width: 992px) {
#sp-header #sp-logo .sp-module {display: none;}
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
padding: 0;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.12);
	transition: all 0.3s ease-in-out;
	padding: 10px 5px;
	border-radius: 10px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge),
.sp-megamenu-parent .sp-mega-group > li > a,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item > a,
.sp-megamenu-parent .sp-mega-group > li > a {
	position: relative;
	z-index: 11;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
font-size: 16px;
  padding: 0 15px;
  letter-spacing: 0px;
  text-transform: capitalize;
  line-height: 44px;
  color: #000;
  background: transparent;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
  white-space: inherit;
  font-weight: 400;
}

body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a::after {
	font-size: 12px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge):hover,
.sp-megamenu-parent .sp-mega-group > li > a:hover,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-mega-group > li > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
color: var(--sppb-maincolor);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {margin-left: 0px;}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
	right: 0;
	left: 0;
	max-width: unset;
	width: 100%;
	padding: 0;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner {
	padding: 15px 30px 30px;
	border-radius: 5px;
}

.sp-megamenu-parent .custom-mega .sp-dropdown.sp-dropdown-mega .sp-dropdown-inner > .row:first-child {
	display: none !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
	margin-top: 0px;
}

@media(max-width: 1400px) {
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega.sp-dropdown-main.sp-menu-right {
	margin-left: -220px;
}
}

@media (max-width: 1200px) {
  body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-mega.sp-dropdown-main.sp-menu-right {
    margin-left: -249px;
  }
}

.sp-megamenu-parent .sp-mega-group > li > .sp-group-title {
	text-transform: none;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
  padding: 0;
line-height: 1.2;
  color: #000;
  margin: 15px 0 18px;
	display: inline-block;
	width: auto;
}

.sp-megamenu-parent .sp-mega-group > li > .sp-group-title:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #000;
	left: 0;
	bottom: -5px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item:not(:last-child) {
	border-bottom: 0;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega li.sp-menu-item > a {
	line-height: 40px;
	padding: 0;
}

.sp-megamenu-parent > li .sp-menu-badge {
	height: auto;
	display: inline-block;
	text-transform: none;
	line-height: 1;
  font-weight: 500;
  padding: 5px 10px;
  letter-spacing: 0.5px;
}

#offcanvas-toggler {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	font-size: 20px;
	position: relative;
	z-index: 22;
	height: auto;
}

@media (max-width: 992px) {
	#sp-header.header-sticky #offcanvas-toggler {
		margin-right: 0px;
	}
}

.burger-icon > span {
	background-color: #000;
}

#sp-header.header-sticky .burger-icon > span {
	background-color: #000;
}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #fff;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a {
	color: #fff !important;
}

.close-offcanvas {
	z-index: 99;
}

@media (max-width: 992px) {
.offcanvas-menu {
	background-color: #000;
	color: #fff;
}
.offcanvas-menu .offcanvas-inner a {
	color: #fff;
}

.offcanvas-menu .offcanvas-inner a:hover, .offcanvas-menu .offcanvas-inner a:focus, .offcanvas-menu .offcanvas-inner a:active {
	color: #fff;
}

.offcanvas-menu .p-3 {
	padding: 0 !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
	color: #fff;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a img {
	display: none;
}


.offcanvas-menu .logo {display: none;}

.offcanvas-menu .offcanvas-inner {
	padding: 50px 25px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	opacity: 1;
}
}

@media (min-width: 992px) {
	
#offcanvas-toggler.offcanvas-toggler-secondary {
	display: none !important;
}
	
.offcanvas-menu .offcanvas-inner {
	padding: 0;
	max-height: unset;
}

.offcanvas-menu .offcanvas-inner > .d-flex {display: none !important;}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
	margin-bottom: 0px;
}

.offcanvas-menu {
	background-color: transparent;
}

.offcanvas-menu .p-3 {
	padding: 0 !important;
}

.offcanvas-menu .logo {display: none;}

.offcanvas-menu .menu {display: none !important;}

.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: var(--sppb-maincolor);
}

body.ltr.offcanvs-position-right .offcanvas-menu {
	right: -400px;
}

body.rtl.offcanvs-position-right .offcanvas-menu {
	left: -400px;
}

.offcanvas-menu {
	width: 400px;
}

.offcanvas-menu .fa, .offcanvas-menu .fab, .offcanvas-menu .far, .offcanvas-menu .fas {
	color: inherit;
}

}

/* */

/* PAGE TITLE */

#sp-title {
	position: relative;
}


#sp-title .sp-module {
	height: 100%;
	position: absolute;
	width: 100%;
}

#sp-title .sp-module .sp-module-content,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner > .sppb-row > div,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner > .sppb-row > div > .sppb-column,
#sp-title .sp-module .sp-module-content .mod-sppagebuilder .page-content .sppb-section > .sppb-container-inner > .sppb-row > div > .sppb-column > .sppb-column-addons {height: 100%; position: static !important;}
#sp-title .sppb-row-container, #sp-title .sppb-row-column, #sp-title .sppb-column, #sp-title .sppb-column-addons {position: static !important;}

.sp-page-title {
padding: 200px 0 65px;
  position: relative;
background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll;
  background: transparent;
}

.sp-page-title > .container {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
}

.sp-page-title .sp-page-title-heading {
  z-index: 5;
  position: relative;
font-size: 72px;
  line-height: 1.25em;
  font-weight: 500;
  color: #000;
  max-width: 760px;
}

.sp-page-title .sp-page-title-sub-heading {
	line-height: 1.5;
	margin-top: 0px;
	font-size: 17px;
  color: var(--sppb-maincolor);
  padding-left: 40px;
  margin-bottom: 20px;
  font-style: italic;
  position: relative;
}

.sp-page-title .sp-page-title-sub-heading:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 1px;
	background: var(--sppb-maincolor);
	left: 0;
	top: 14px;
}

.sp-page-title .breadcrumb,
.breadcrumb {
	margin: 0;
  position: relative;
  z-index: 9;
  display: inline-flex;
  border-radius: 0;
	align-items: center;
	justify-content: center;
	margin-top: 0px;
	padding: 2px 19px;
	border-radius: 100px;
	background: var(--sppb-secondcolor);
	margin-bottom: 20px;
}

.sp-page-title .breadcrumb > li,
.breadcrumb > li {margin: 0; line-height: 1;}


.sp-page-title .breadcrumb > li.float-start,
.breadcrumb > li.float-start {
	display: none;
}


.sp-page-title .breadcrumb > li > a,
.breadcrumb > li > a {
  display: inline-block;
font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 6px;
}

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 6px;
}

.sp-page-title .breadcrumb > li + li::before,
.breadcrumb > li + li::before {
font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.sp-page-title .breadcrumb > li > a:hover,
.breadcrumb > li > a:hover {color: #fff;}

.sp-page-title .breadcrumb > .active span,
.breadcrumb > .active span {
font-weight: 600;
  font-size: 16px;
  color: #fff;
}

@media (max-width: 1400px) {
.sp-page-title .sp-page-title-heading {

}
}

@media (max-width: 1200px) {
.sp-page-title .sp-page-title-heading {

}
}

@media (max-width: 992px) {
.sp-page-title {

}
.sp-page-title .sp-page-title-heading {

}
.sp-page-title .breadcrumb > li > a,
.breadcrumb > li > a,
.sp-page-title .breadcrumb > li + li::before,
.breadcrumb > li + li::before,
.sp-page-title .breadcrumb > .active span,
.breadcrumb > .active span {
	font-size: 16px;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 10px;
}
}

@media (max-width: 768px) {
.sp-page-title {
padding: 160px 0 50px;
}
.sp-page-title .sp-page-title-heading {
font-size: 50px;
}
.sp-page-title .sp-page-title-sub-heading {
font-size: 16px;
  line-height: 28px;
}
.sp-page-title .breadcrumb > li > a,
.breadcrumb > li > a,
.sp-page-title .breadcrumb > li + li::before,
.breadcrumb > li + li::before,
.sp-page-title .breadcrumb > .active span,
.breadcrumb > .active span {
	font-size: 16px;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 10px;
}
}

@media (max-width: 575px) {
	.sp-page-title {
padding: 150px 0 80px;
}
.sp-page-title .sp-page-title-heading {
font-size: 38px;
}
.sp-page-title .sp-page-title-sub-heading {
font-size: 14px;
  line-height: 24px;
}
.sp-page-title .breadcrumb > li > a,
.breadcrumb > li > a,
.sp-page-title .breadcrumb > li + li::before,
.breadcrumb > li + li::before,
.sp-page-title .breadcrumb > .active span,
.breadcrumb > .active span {
	font-size: 14px;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 5px;
}

.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 5px;
}
}

/* */

#sp-header.header-sticky ~ section#sp-main-body {
	padding-top: 0;
}
.com-content #sp-main-body,
.com-j2store #sp-main-body,
.com-tags #sp-main-body,
.com-spsimpleportfolio #sp-main-body,
.com-search #sp-main-body,
.com-finder #sp-main-body,
.com-hikashop #sp-main-body,
.com-users #sp-main-body  {
	padding: 70px 0 20px;
}

.com-content:not(.view-article) #sp-main-body {padding-bottom: 90px;}

.view-product #sp-main-body {padding-bottom: 90px;}

.com-spsimpleportfolio #sp-main-body {
	z-index: 2;
	position: relative;
}

.com-spsimpleportfolio.view-item #sp-main-body .container {
	max-width: 100%;
	padding: 0 !important;
}


.com-content #sp-header.header-sticky ~ section#sp-main-body,
.com-j2store #sp-header.header-sticky ~ section#sp-main-body,
.com-tags #sp-header.header-sticky ~ section#sp-main-body,
.com-spsimpleportfolio #sp-header.header-sticky ~ section#sp-main-body,
.com-search #sp-header.header-sticky ~ section#sp-main-body,
.com-finder #sp-header.header-sticky ~ section#sp-main-body,
.com-hikashop #sp-header.header-sticky ~ section#sp-main-body,
.com-users #sp-header.header-sticky ~ section#sp-main-body  {
	padding-top: 70px;
}

.com-spsimpleportfolio.view-item #sp-main-body, .com-spsimpleportfolio.view-item #sp-header.header-sticky ~ section#sp-main-body {padding: 0;}


/* SIDEBAR */

.sidebar-class  .sppb-row-container {width: 100% !important; }
.sidebar-class.com-sppagebuilder #sp-main-body {margin: 0 auto;}
@media (min-width: 768px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 750px;}
}
@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 970px;}
}
@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 1170px;}
}

.com-sppagebuilder #sp-right, .com-sppagebuilder #sp-left {
	padding-top: 50px;
	padding-bottom: 120px;
	position: relative;
}

#sp-left .sp-module, #sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0px;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}

.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
	padding: 0;
}

/* */

/* CUSTOM CLASS */

.com-content .fa, .com-content .far, .com-content .fas,
.com-spsimpleportfolio .fa, .com-spsimpleportfolio .far, .com-spsimpleportfolio .fas,
.com-users .fa, .com-users .far, .com-users .fas,
.com-hikashop .fa, .com-hikashop .far, .com-hikashop .fas,
.com-tags .fa, .com-tags .far, .com-tags .fas,
.com-search .fa, .com-search .far, .com-search .fas,
.com-finder .fa, .com-finder .far, .com-finder .fas,
.view-dynamic #sp-top .fas, .view-dynamic #sp-header .fas, .view-dynamic .fas,
.view-dynamic #sp-top .far, .view-dynamic #sp-header .far, .view-dynamic .far {

}

#sp-shape * {
	height: 100%;
}

#sp-shape .addon-root-image,
#sp-shape .addon-root-image * {
	height: auto;
	width: auto;
}

.sppb-modal-icon-wrap {
	transition: all 0.3s ease-in-out;
}

.slick-dots li {display: inline-block;}
.slick-dots li button {
  text-indent: -50000px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}
.slick-dots li.slick-active button {background: var(--sppb-prime-three); transform: scale(1.7);}

.feedback-block-eleven {
  background: #FFFFFF;
  box-shadow: 0px 30px 60px rgba(19, 45, 73, 0.05);
  border-radius: 10px;
  position: relative;
  padding: 50px 70px 40px;
  margin: 40px 0 70px;
}
.feedback-block-eleven .rating li {
  font-size: 16px; 
  margin-right: 10px;
  color: #FFCC4A;
  line-height: initial;
}
.feedback-block-eleven p {
  font-size: 26px;
  line-height: 1.78em;
  padding: 50px 0 30px;
}

/* */

/* LOGIN & REGISTRATION */

.login img {
	display: block;
	margin: 0px auto 50px;
}

.com_users #sp-main-body {
  background: #F6F9FB;
  min-height: 100vh;
  padding: 150px 12px;
  z-index: 1;
}

.login .col-lg-4,
.registration .form-validate,
.reset .col-lg-4 {
  background: #fff;
  border-radius: 10px;
  padding: 50px 70px 60px;
  box-shadow: 0px 15px 30px rgba(0, 50, 108, 0.03);
  position: relative;
}

@media (max-width: 1200px) {
.login .col-lg-4,
.registration .form-validate,
.reset .col-lg-4 {
  padding: 50px;
}
}

@media (max-width: 768px) {
.login .col-lg-4,
.registration .form-validate,
.reset .col-lg-4 {
  padding: 50px 30px;
}
}

.login .col-lg-4:before,
.registration .form-validate:before,
.reset .col-lg-4:before {
  content: url(../images/shape_177.svg);
  position: absolute;
  right: -60px;
  top: -60px;
}

@media (min-width: 992px) {
.login .col-lg-4,
.registration .col-xl-6,
.reset .col-lg-4 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
}

.login-description,
.registration legend {
font-size: 58px;
  line-height: 1.29em;
  letter-spacing: -1px;
  margin-bottom: 30px;
  color: #000;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 1200px) {
.login-description,
.registration legend {
font-size: 38px;
}	
}

@media (max-width: 768px) {
.login-description,
.registration legend {
font-size: 28px;
}	
}

.login label,
.registration label {
font-size: 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}

.registration fieldset:last-of-type {margin-top: 40px;}

.registration .spacer {display: none;}

.login .form-control,
.registration .form-control,
.reset .form-control {
  height: 60px;
  font-size: 17px;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 0 52px 0 20px;
  color: #000;
  background: transparent;
}

.login .form-control.js-password-strength,
.registration .form-control.js-password-strength,
.reset .form-control.js-password-strength,
.login .form-control.validate-password,
.registration .validate-password,
.reset .form-control.validate-password {
  border-radius: 8px 0 0 8px;
}

.login .form-control:focus,
.registration .form-control:focus,
.reset .form-control:focus {
	border-color: var(--sppb-maincolor);
}

.input-group-text,
.login .password-group button.input-password-toggle,
.registration button.input-password-toggle,
.field-calendar .btn {
	background: #000;
}

.login .list-group {
	flex-direction: row;
	justify-content: space-between;
}

.login .list-group-item {
	position: relative;
	display: block;
	padding: 0;
	color: #000;
	background-color: transparent;
	border: none;
}

.reset p,
.reset label {
	line-height: 1.67;
	font-size: 18px;
	color: rgba(10, 16, 47, 0.8);
  margin-bottom: initial;
}

.reset p {margin-bottom: 30px;}

.login .btn-primary, .registration form > div .btn, .reset form > div .btn {
	line-height: 55px;
	padding: 0 42px;
	border-radius: 7px;
	background: var(--sppb-maincolor);
	color: #fff;
	letter-spacing: -0.2px;
	display: block;
	width: 100%;
	text-transform: uppercase;
}

.login .btn-primary:hover, .registration form > div .btn:hover, .reset form > div .btn:hover {
  background: #000;
}

.form-check-input:checked {
	background-color: var(--sppb-maincolor);
	border-color: var(--sppb-maincolor);
}

.form-check-input:focus {
	box-shadow: none;
}

/* */

/* BLOG */

.sppb-addon-articles .sppb-addon-article-layout-content {
	height: auto;
}

.article-list .article,
.sppb-addon-articles .sppb-addon-article,
.sppb-articles-carousel-column  {
	padding: 0;
	border: 0;
	position: relative;
	margin-bottom: 80px;
}

.article-list > div:nth-child(3) .article {
	padding: 35px 50px 40px;
  border: 2px solid #000;
  border-radius: 8px;
}

.sppb-articles-carousel-column {margin-bottom: 0px}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap, .sppb-articles-carousel-img {
	margin: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
	position: relative;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	border: 0px solid transparent;
}

.article-list .article .article-intro-image:after, .article-list .article .article-featured-video:after, .article-list .article .article-featured-audio:after, .article-list .article .article-feature-gallery:after, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap:after, .sppb-articles-carousel-img:after {

}

.article-list .article:hover .article-intro-image:after, .article-list .article:hover .article-featured-video:after, .article-list .article:hover .article-featured-audio:after, .article-list .article:hover .article-feature-gallery:after, .sppb-addon-articles .sppb-addon-article:hover .sppb-article-img-wrap:after, .sppb-articles-carousel-column:hover .sppb-articles-carousel-img:after {

}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap img, .sppb-articles-carousel-img img {
width: 100%;
  height: 100%;
display: block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  border-radius: 10px;
  object-fit: cover;
}

.article-list .article:hover .article-intro-image img, .article-list .article:hover .article-featured-video img, .article-list .article:hover .article-featured-audio img, .article-list .article:hover .article-feature-gallery img, .sppb-addon-articles .sppb-addon-article:hover .sppb-article-img-wrap img, .sppb-articles-carousel-column:hover .sppb-articles-carousel-img img {

}

.article-intro-image > a, .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap {height: 100%; display: block; overflow: hidden;}

.blog-list .article-intro-image > a {width: 100%;}

.article-body,
.sppb-addon-articles .sppb-addon-article-layout-content .sppb-article-info-wrap,
.sppb-articles-carousel-content {
display: flex;
flex-direction: column;
align-items: flex-start;
  overflow: hidden;
  padding: 0;
padding-top: 40px;
background: transparent;
box-shadow: none;
margin: 0;
}

.article-list > div:nth-child(3) .article .article-body {
	padding: 0px;
}

.article-list .article .article-header, .sppb-article-info-wrap h3, .sppb-articles-carousel-link {order: 2;}

.article-list .article .article-header h1, .article-list .article .article-header h2, .article-list .article .article-header h4,
.sppb-article-info-wrap h3,
.sppb-articles-carousel-link {
position: relative;
  display: block;
  margin: 0px;
  padding: 0;
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.53em;
}

.article-list .article .article-header h1 a, .article-list .article .article-header h2 a, .article-list .article .article-header h4 a,
.sppb-article-info-wrap h3 a,
.sppb-articles-carousel-link {

}

.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h4 a:hover,
.sppb-article-info-wrap h3 a:hover,
.sppb-articles-carousel-link:hover {
color: var(--sppb-maincolor);
}


@media (max-width: 768px) {
.article-list .article .article-header h1, .article-list .article .article-header h2, .article-list .article .article-header h4,
.sppb-article-info-wrap h3,
.sppb-articles-carousel-link {
font-size: 20px !important;
}	
}

.article-list .article .article-info,
.sppb-addon-articles .sppb-article-meta,
.sppb-articles-carousel-meta {
order: 1;
margin: 0;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.article-info > span,
.sppb-addon-articles .sppb-article-meta > span,
.sppb-articles-carousel-meta-category a,
.sppb-articles-carousel-meta-date, 
.sppb-addon-articles .sppb-article-meta > time {
margin: 0;
position: relative;
font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  color: var(--sppb-text-color);
display: flex;
align-items: center;
text-transform: uppercase !important;
opacity: .75 !important;
gap: 7px;
}

.article-info > span a,
.sppb-addon-articles .sppb-article-meta > span a {color: inherit;}

.article-info > span a:hover {color: var(--sppb-secondcolor);}

.article-info > span + span::before,
.sppb-addon-articles .sppb-article-meta > span + span:before {
padding: 0;
margin: 0;
}

.article-info > span:before,
.sppb-addon-articles .sppb-article-meta > span:before,
.sppb-articles-carousel-meta-date:before,
.sppb-articles-carousel-meta-category a:before, 
.sppb-addon-articles .sppb-article-meta > time:before {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
margin: 0;
	font-weight: 900;
	font-family: "Font Awesome 6 Free" !important;
color: var(--sppb-maincolor);
display: none;
}



.article-info > span.published:before {content: "\f073";}

.article-info > span.createdby:before, .sppb-article-meta > span.sppb-meta-author:before {content: "\f2bd";}
.com-content:not(.view-article) .article-info > span.published:before, .sppb-article-meta > span.sppb-meta-date:before, .sppb-articles-carousel-meta-date:before, .sppb-addon-articles .sppb-article-meta > time:before {content: "\f073";}
.article-info > span.category-name:before, .sppb-article-meta > span.sppb-meta-category:before, .sppb-articles-carousel-meta-category a:before {content: "\f02b"; rotate: 75deg;}
.article-info > span.hits:before {content: "\f06e";}
.article-info > span.read-time:before {content: "\f017";}


.article-introtext, .sppb-article-introtext, .sppb-articles-carousel-introtext {
order: 3;
font-size: 16px;
}

.article-introtext p {margin-bottom: 0;}

.article-list .article .readmore, .sppb-readmore {
	order: 4;
	margin-top: 28px;
}

.article-list .article .readmore {
	font-size: inherit;
width: 100%;
}

.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
}

ul.pagination {
	display: flex;
justify-content: start;
margin-top: 30px;
padding: 0;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.page-link, .disabled > .page-link, .page-link.disabled, .pagination > li > a, .pagination > li > span {
	padding: 0;
font-weight: 500;
height: 50px;
width: 52px;
line-height: 50px !important;
display: inline-block;
position: relative;
margin-right: 15px;
text-align: center;
font-size: 20px;
border: 1px solid #E0E0E0;
border-radius: 3px !important;
background: transparent;
color: var(--sppb-maincolor);
}

.page-item.active .page-link,
.page-link:hover {
background: var(--sppb-maincolor) !important;
border-color: var(--sppb-maincolor);
color: #fff !important;
}

.pagination-counter {margin-top: 40px;}

.com-content-blog__links {
	list-style: none;
	padding: 0;
}

.com-content-blog__links .com-content-blog__link {
position: relative;
  background-color: var(--sppb-maincolor);
  border: none;	
  border-radius: 0;
}

.com-content-blog__links .com-content-blog__link:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/quotepost.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.com-content-blog__links .com-content-blog__link a {
overflow: hidden;
  padding: 50px;
margin-top: -2px;
  font-size: 36px;
  color: #fff;
line-height: 1.4;
font-weight: 600;
display: block;
position: relative;
z-index: 2;  
}

/* SINGLE ARTICLE */

.article-details .sppb-row-container {padding: 0; max-width: 100%;}

.article-details {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-flow: wrap;
}

.article-details > *:not(.article-full-image) {
	order: 4;
	width: 100%;
}

.article-details .article-header {
	order: 2;
}

.article-details .article-info {
	order: 1;
margin-top: 0px;
  padding-bottom: 1rem;
  gap: 30px;
}

.article-details .article-can-edit {
	position: relative;
	margin-bottom: 0px;
}

.article-details .article-header h1, .article-details .article-header h2 {
margin-bottom: 30px;
font-size: 58px;
  line-height: 1.29em;
  letter-spacing: -1px;
font-weight: 500;
}

@media (max-width: 768px) {
.article-details .article-header h1, .article-details .article-header h2 {
font-size: 35px;
}	
}

@media (max-width: 575px) {
.article-details .article-header h1, .article-details .article-header h2 {
font-size: 27px;
  line-height: 1.2;
}	
}

.article-details .article-full-image {
position: relative;
display: block;
	order: 3;
	width: 100%;
	margin-bottom: 54px;
}

.article-details .article-full-image img {
	border-radius: 0px;
	display: block;
width: 100%;
  height: 100%;
  object-fit: cover;
 border-radius: 0px;
}

.article-details .article-ratings-social-share {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-top: 0;
	border-bottom: 0;
	margin: 0;
  align-items: center;
  order: 6;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%;
margin: 40px 0 15px !important;
}

@media (min-width: 768px) {
	.article-details .article-ratings-social-share {text-align: right;}
}

.article-details .article-ratings-social-share > div:first-child {
	width: auto;
}

.tags {
	list-style: none;
	padding: 0;
	margin: 0 !important;
	border: none;
	justify-content: center;
display: block;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%;
border-top: 0;
border-bottom: 0;
  order: 5;
margin: 40px 0 0 !important;
}

@media (max-width: 768px) {
.tags, .article-details .article-ratings-social-share {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
display: block !important;
margin-top: 40px !important;
margin-bottom: 0px !important;
}
.article-social-share {
	float: none;
}
}

.tags > li {
	margin: 0;
}

.tags > li a {
display: inline-block;
padding: 0;
  font-size: 16px;
  background: var(--sppb-bg);
  color: #000;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  border: none;
  border-radius: 0;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
	padding: 12px 22px;
	margin-right: 8px;
	margin-bottom: 10px;
}

.tags > li a:hover {
background-color: var(--sppb-maincolor) ;
  color: #fff;
}

.social-share-block, .social-share-block > div, .social-share-block > div > div {width: 100%;}

.article-social-share .social-share-icon ul {
	display: inline-block;
}

.article-social-share .social-share-icon ul li {
	margin: 0;
	margin-left: 5px;
}

.article-social-share .social-share-icon ul li:not(:last-child) {
	margin-right: 0px;
}

.article-social-share .social-share-icon ul li a {
width: 42px;
  height: 42px;
  background-color: var(--sppb-white-2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.article-social-share .social-share-icon ul li a:hover {
background-color: var(--sppb-maincolor);
  color: #fff;
}

.article-details .article-author-information {
padding: 0;
text-align: left;
border: 0;
margin: 0;
border: 0;
border-radius: 0;
margin-bottom: 0;
order: 7;
background-color: #f1f5f9;
  padding: 60px 60px 60px;
  display: -webkit-box;
  display: flex;
  border-radius: 5px;
  margin-top: 30px;
}

.article-details .article-author-information > .d-flex {
justify-content: center;
display: flex;
align-items: flex-start;
gap: 40px;
}

.article-details .article-author-information > .d-flex .flex-shrink-0 img {
width: 100px;
flex: 0 0 auto;
}

.article-details .article-author-information h5 {
font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}

.article-details .article-author-information .author-bio {
margin-bottom: 0 !important;
}

.author-website {color: #002633; margin-left: 4px; margin-top: 15px !important;}

.author-website a,
.author-website a:hover {color: var(--sppb-maincolor);}

#article-comments {
	border-top: 0px solid #f5f5f5;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
  order: 9;
  width: 100%;
margin-top: 20px;
padding-top: 0px;
}


.article-details ul.pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	padding: 0;
}

.article-details .page-link,
.article-details .page-link:hover {
	background: transparent;
	padding: 0;
	border: none;
	margin-right: 0;
	font-weight: 600;
	color: var(--sppb-maincolor) !important;
}

.article-details .pagenavigation {
	order: 6;
width: 100%;
margin-top: 40px;
padding: 0px;
border-top: 0;
}

.article-details .pagenavigation .pagination {
	justify-content: space-between;
}

.article-details .pagenavigation .btn {
border: medium none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 34px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.article-details .pagenavigation .btn:hover {
color: #fff;
background-color: var(--sppb-maincolor);
}

.article-details .pagenavigation .btn span[class^="icon-"] {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
	font-size: 15px;
}

/* */

/* SHOP */

.hikashop_products_pagination {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin-bottom: 35px;
box-shadow: 0 11px 50px 11px rgba(1, 53, 102, 0.05);
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
	padding: 18px 20px;
	position: relative;
	z-index: 9;
	border-radius: 12px;
	background: #fff;
}

.hikashop_products_pagination ul.pagination,
.hikashop_products_pagination .counter {display: none !important;}

.hikashop_products_pagination .pagination {
	width: 100%;
max-width: 50%;
font-weight: 600;
  font-size: 16px;
  color: #000;
}

.hikashop_products_pagination .pagination .limit {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	width: 100%;
}

.form-select.hikashop_pagination_dropdown {
	width: auto;
	max-width: none;
	border: none;
	box-shadow: none !important;
font-weight: 600;
background: transparent;
border: none;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.hikashop_results_counter {
font-weight: 600;
  font-size: 16px;
  color: #000;
}

.hk-row-fluid {
--bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

.hk-row-fluid > * {
	flex-shrink: 0;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}

.hikashop_product {
	margin-bottom: 30px;
}

.hikashop_category_information .hikashop_subcontainer, .hikashop_categories_listing_main .hikashop_subcontainer {
	padding: 0;
}

.hikashop_listing_img_title {
  display: flex;
flex-direction: column;
flex-flow: wrap;
	position: relative;
-webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
	border-radius: 12px;
	background: #fff;
	text-align: center;
box-shadow: 0 11px 50px 11px rgba(1, 53, 102, 0.05);
  transition: all 0.4s ease-in-out;
  border: 1px solid transparent;
}

.hikashop_listing_img_title:hover {
	border: 1px solid var(--sppb-secondcolor);
}

.hikashop_product_image {
position: relative;
  z-index: 1;
  order: 1;
  width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
}

.hikashop_product_image * {
	height: 100%;
  width: 100%;
	display: block;
}

.hikashop_product_image .hikashop_aligned_btn {
  position: relative;
  z-index: 9;
  padding-top: 50px;
  transition: all 0.4s ease-in-out;
}

.hikashop_product_image img {
	object-fit: cover;
	object-position: center;
	width: auto;
  height: auto;
  margin: auto;
  max-height: 177px;
}

.hikashop_product_image .hikashop_badge_div,
.hikashop_product_image .hikashop_badge_div img {
	width: auto;
	height: auto;
	max-height: unset;
	max-width: 54px;
	margin: 0 !important;
}

.hikashop_product_price_full {
	order: 3;
	z-index: 1;
	display: flex;
	gap: 10px;
  margin-bottom: 0px;
  align-items: center !important;
  width: 100%;
	justify-content: center;
	flex-direction: row-reverse;
	margin-top: 7px;
}

.hikashop_product_discount {
	border-radius: 4px;
	background: var(--sppb-secondcolor);
	padding: 8px 14px;
	line-height: 1;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: 15px;
	right: 15px;
}

span.hikashop_product_price_before_discount {
color: rgba(241, 95, 37, 0.6);
font-size: 18px;
  font-weight: 500;
}

.hikashop_product_price {
color: var(--sppb-secondcolor);
font-size: 18px;
  font-weight: 500;
}

.hikashop_product_price_per_unit {display: none;}

.hikashop_product_name {
	order: 2;
	position: relative;
	z-index: 1;
  width: 100%;
  margin: 0 !important;
}

.hikashop_product_name a {
  margin-bottom: 0;
  margin: 0px;
  padding: 0;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
  line-height: 155%;
  font-family: "Quicksand", sans-serif;
}

.hikashop_product_name a:hover {
	color: var(--sppb-secondcolor);
}

.hikashop_product_vote {
	order: 1;
	position: relative;
	z-index: 1;
  width: 100%;
  display: flex;
  margin-bottom: 15px;
	justify-content: center;
}

.hk-rating {
	margin: 0;
display: flex;
gap: 5px;
}

body .hikashop_listing_img_title  a.sppb-btn {
position: absolute !important;
  right: 7% !important;
  top: 60px !important;
  z-index: 9 !important;
  opacity: 0 !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
	padding: 0px;
  width: max-content;
  font-size: 0px;
	background-color: transparent !important;
}

body .hikashop_listing_img_title  a.sppb-btn:after,
.hikashop_listing_img_title button.sppb-btn:after {
	display: none;
}

body .hikashop_listing_img_title  a.sppb-btn:before,
.hikashop_listing_img_title button.sppb-btn:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	cursor: pointer;
	background-color: var(--sppb-maincolor);
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	text-align: center;
	color: #fff;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
  position: static;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f004";
  display: inline-block;
}

body .hikashop_listing_img_title:hover a.sppb-btn {
	opacity: 1 !important;
}

body .hikashop_listing_img_title:hover a.sppb-btn:before,
.hikashop_listing_img_title:hover button.sppb-btn:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

body .hikashop_listing_img_title a.sppb-btn:hover:before,
.hikashop_listing_img_title button.sppb-btn:hover:before {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #000;
}

.hikashop_listing_img_title > .hikashop_product_code_list {
	display: none;
}

.hikashop_listing_img_title button.sppb-btn {
	opacity: 0;
	position: absolute;
	right: 7%;
	top: 110px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 18px 40px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	z-index: 3;
	padding: 0px;
  font-size: 0px;
  background: transparent !important;
}

.hikashop_listing_img_title:hover button.sppb-btn {
	opacity: 1;
}

.hikashop_listing_img_title button.sppb-btn:before {
  content: "\f217";
}

/* Single Product */

.view-product.layout-show #sp-left,
.view-product.layout-show #sp-right {
	display: none;
}

.view-product.layout-show #sp-component {
	width: 100%;
}

div.hikashop_main_image_div, div.hikashop_main_file_div {
	width: 100%;
}

.hikashop_global_image_div {
	display: flex;
	gap: 20px;
	flex-direction: column;
	padding-right: 60px;
}

@media (max-width: 992px) {
.hikashop_global_image_div {
	padding-right: 0px;
}	
}

.hikashop_product_page .hikashop_badge_div.hikashop_badge_topleft_div {display: none;}

.hikashop_product_page div.hikashop_small_image_div a {
	padding: 0;
	margin: 0;
	background: #fff;
	padding: 0px;
	border: 1px solid rgba(60, 60, 60, 0.17) !important;
  border-radius: 12px;
	padding: 20px !important;
}

.hikashop_product_page div.hikashop_small_image_div {
	display: flex;
	gap: 15px;
	width: 100%;
	justify-content: space-evenly;
}

@media (min-width: 1200px) {
.hikashop_product_main_image {
width: 100%;
    height: 100%;
}
}

.hikashop_product_page div.hikashop_small_image_div a,
.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail {
	border: 0;
}

img.hikashop_child_image {
	max-height: 100px;
  max-width: 100px;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
	margin: 0;
	opacity: 1;
	transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	border: 0 !important;
}

.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail img.hikashop_child_image {
	opacity: 1;
}

#hikashop_image_main_thumb_div {
overflow: visible;
}

.hikashop_slide_prev, .hikashop_slide_next {
	transition: 0.6s ease;
	border-radius: 100%;
	border: 2px solid #fff;
	background: #fff;
}

a.hikashop_slide_prev_active:hover, a.hikashop_slide_next_active:hover {
	background-color: var(--sppb-maincolor);
	border-color: var(--sppb-maincolor);
}

a.hikashop_slide_next i, a.hikashop_slide_prev i {
	color: var(--sppb-maincolor);
}

.hikashop_slide_prev:hover i, .hikashop_slide_next:hover i {
	color: #fff;
}

.hikashop_product_main_image {
	margin-bottom: 20px;
	position: relative;
  box-shadow: 0px 11px 50px 11px rgba(1, 53, 102, 0.05);
  border-radius: 12px;
  padding: 120px 0;
}

.hikashop_product_main_image img {
	width: auto;
	height: auto;
	object-fit: cover;
	object-position: center;
	transition: 0.3s ease-in-out;
	margin: auto !important;
}

@media (max-width: 992px) {
	.hikashop_product_left_part {
		margin-bottom: 50px;
	}
}

.hikashop_product_page .hk-rating {
	margin: 0;
display: flex;
gap: 5px;
padding-bottom: 20px;
}

.hikashop_product_right_part {
	display: flex !important;
	flex-direction: column;
}

.hikashop_product_right_part .hikashop_product_top_part {order: 1;}
.hikashop_product_right_part .mini-top-desc {order: 2;} 
.hikashop_product_right_part .hikashop_product_price_main {order: 3;}
.hikashop_product_right_part .hikashop_product_quantity_main {order: 4;}
.hikashop_product_right_part .product-category-review {order: 5;}
.hikashop_product_right_part .hikashop_product_tags {order: 6;}
.hikashop_product_right_part .hikashop_product_code_main {order: 7;}

.hikashop_product_top_part {
	display: flex;
	flex-direction: column-reverse;
}

.hikashop_product_top_part h1 {
font-size: 49px;
font-weight: 800;
  line-height: 121%;
  padding-bottom: 1rem !important;
}

.mini-top-desc hr {margin: 0;}

.hikashop_product_page .hikashop_product_right_part .hikashop_product_price_full {
	margin-bottom: 30px;
	margin-top: 30px;
	justify-content: flex-end;
	gap: 20px;
}

.hikashop_product_page .hikashop_product_price_full .hikashop_product_discount {
	order: 3;
}

.hikashop_product_page .hikashop_product_right_part .hikashop_product_price_full .hikashop_product_price {
	order: 2;
font-size: 40px;
  font-weight: 500;
  color: #000;
}

.hikashop_product_page .hikashop_product_price_main .hikashop_product_price_full .hikashop_product_price_before_discount {
	order: 1;
font-size: 40px;
color: var(--sppb-secondcolor);
  font-weight: 500;
}

.product-category-review div:not(:last-child)::after {
	content: ',';
  margin-left: -3px;
  margin-right: 3px;
}

.hikashop_product_page .hikashop_product_price_full .hikashop_product_price_per_unit {
	display: none;
}

.hikashop_product_quantity_main {
	margin: 0;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 25px;
	padding-top: 30px;
	border-top: 1px solid var(--sppb-border);
	display: flex;
  align-items: center;
}

.hikashop_quantity_form {
	margin: 0;
	display: flex;
	align-items: center;
	display: inline-block;
}

.hikashop_product_quantity_input_div_default_main {
	display: inline-flex;
	align-content: center;
	align-items: center;
	width: 80px;
	padding: 10px;
	margin: 0 10px 0 0;
	border-radius: 0px;
	background-color: transparent;
	height: 51px;
  border: 1px solid var(--sppb-border) !important;
}

.hikashop_product_quantity_main:before {
	margin-right: 25px;
  content: "Quantity";
  color: #000;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 800;
}

@media (max-width: 768px) {
.hikashop_product_top_part h1 {
	font-size: 30px;
}
.hikashop_product_page .hikashop_product_right_part .hikashop_product_price_full .hikashop_product_price,
.hikashop_product_page .hikashop_product_price_full .hikashop_product_price_before_discount {
font-size: 25px;
}
.hikashop_product_page .tags {
	display: flex !important;
}
.hikashop_product_quantity_main:before {
	display: none;
}
}

.hikashop_product_quantity_div input.form-control, .form-control.hikashop_product_quantity_field {
	padding: 0;
	border: none;
	width: auto;
	background: transparent;
}

.hikashop_product_quantity_div > div  {line-height: 1;}

a.hikashop_product_quantity_field_change_plus, a.hikashop_product_quantity_field_change_minus, .hikashop_product_quantity_change_div_plus_default a, .hikashop_product_quantity_change_div_minus_default a,
a.hikashop_product_quantity_field_change_plus:hover, a.hikashop_product_quantity_field_change_minus:hover, .hikashop_product_quantity_change_div_plus_default a:hover, .hikashop_product_quantity_change_div_minus_default a:hover {
	padding: 0px;
	height: auto;
	margin: 0;
	display: inline-block;
	padding: 0;
	line-height: 11px;
	width: 12px;
	height: 12px;
	color: #000 !important;
	background: transparent !important;
	border: none;
	font-weight: 14px;
	padding-left: 1px;
}

a.hikashop_product_quantity_field_change_plus:before, a.hikashop_product_quantity_field_change_minus:before, .hikashop_product_quantity_change_div_plus_default a:before, .hikashop_product_quantity_change_div_minus_default a:before,
a.hikashop_product_quantity_field_change_plus:after, a.hikashop_product_quantity_field_change_minus:after, .hikashop_product_quantity_change_div_plus_default a:after, .hikashop_product_quantity_change_div_minus_default a:after {
	display: none;
}

.hikashop_product_quantity_div.hikashop_product_quantity_change_div_default div a {
	min-width: unset;
}


.hikashop_vote_form .button,
.view-checkout .hikabtn:not(.hikashop_product_quantity_field_change) {
	width: auto;
	display: inline-block;
}

.hikashop_product_top_part button.hikabtn:hover,
.hikashop_vote_form .button:hover,
.view-checkout .hikabtn:not(.hikashop_product_quantity_field_change):hover {
	background-color: var(--sppb-maincolor);
}

body.com-hikashop #sp-main-body .sppb-btn:not(.hikashop_product_quantity_field_change) {
	white-space: normal;
}

.hikashop_product_code_main,
.hikashop_product_page .tags,
.product-category-review {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 !important;
	max-width: 100% !important;
  font-weight: 400;
  margin-bottom: 10px !important;
  justify-content: start;
  padding-top: 0;
  border-top: none;
  gap: 6px;
font-size: 16px;
  font-weight: 500;
  color: var(--sppb-text);
  line-height: 1.2;
}

.product-category-review i {display: none;}

.hikashop_product_code_main:before,
.hikashop_product_page .tags:before,
.product-category-review:before {
font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  margin: 0;
  min-width: 145px;
}

.hikashop_product_code_main:before {content: "SKU:"}
.hikashop_product_page .tags:before {content: "Tags: "}
.product-category-review:before {content: "Categories:"}

.hikashop_product_page .tags > li {margin: 0 !important;}

.hikashop_product_page .tags > li a,
.hikashop_product_page .tags > li a:hover {
	display: inline-block;
	padding: 0;
	line-height: 1;
	background: transparent;
	margin-right: 0;
	margin-bottom: 0;
	transition: all 0.4s ease-in-out;
	border: none;
	border-radius: 0;
font-size: 16px;
  font-weight: 500;
  color: var(--sppb-text);
  box-shadow: none;
  color: inherit;
}

.hikashop_product_page .tags > li+li a:before {
	content: ",";
  margin-left: -4px;
}

.hikashop_product_bottom_part {
	margin-top: 125px !important;
}


.hikashop_tabs_ul {
	margin: 0;
	margin-bottom: 3rem !important;
	margin-top: 0px;
	border-bottom: 0;
	border: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 60px;
	border-bottom: 1px solid #dddddd;
	padding: 0;
	justify-content: center;
}

@media (max-width: 768px) {
.hikashop_tabs_ul {
	gap: 10px;
}	
}

.hikashop_tabs_ul li {
text-align: center;
  padding: 0px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border: none !important;
  cursor: pointer;
font-size: 18px;
font-weight: 600;
  line-height: 1.2;
  color: #000;
  padding: 0 0 20px;
  position: relative;
}

.hikashop_tabs_ul li:before {
	content: ' ';
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	position: absolute;
	background-color: transparent;
}

.hikashop_tabs_li_selected {
  background-color: transparent !important;
  color: var(--sppb-secondcolor) !important;
}

.hikashop_tabs_ul .hikashop_tabs_li_selected:before {
	background-color: var(--sppb-secondcolor);
}

.hikashop_tabs_content {
	min-height: auto;
	border-radius: 0;
	padding: 0;
	border: 0px solid #eee !important;
  background-color: transparent;
}

.mini-top-desc .long-description,
.hikashop_tabs_content .short-description {
	display: none;
}

.long-description h3 {
	margin-bottom: 15px;
}

.description-list-items {
  margin-top: 30px;
justify-content: space-between !important;
}

@media(max-width: 992px) {
.description-list-items {
  gap: 30px;
}	
}

@media(max-width: 768px) {
.description-list-items {
  flex-direction: column;
}	
}

.description-list li {
font-size: 16px;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
}

.description-list li span {
  color: var(--text);
  font-weight: 400;
}

.hikashop_vote_form .hikashop_comment_textarea {
	height: 160px;
	margin: 15px 0;
	padding: 15px;
display: block;
  width: 100%;
  padding: 15px 20px;
  line-height: normal;
  background-clip: padding-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  backface-visibility: hidden;
  box-sizing: border-box;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  outline-offset: 0;
  border: 1px solid #ced4da;
}

.hikashop_vote_form .button {
	background: var(--sppb-maincolor);
	color: #fff;
	padding: 18px 40px;
	height: auto;
	line-height: 1.25;
}

.hikashop_listing_comment > span,
.hikashop_listing_comment > .pagination {display: none;}

.hikashop_comment_form_name input[type="text"] {border-radius: 0;}

.notifyjs-corner {
bottom: 0 !important;
	z-index: 99999;
}

div.hika_toolbar .hikabtn span.hk-icon {
	color: var(--sppb-maincolor);
}

.hikashop_product_page .hikashop_submodules .hikashop_products_listing {
	border: 0;
	padding: 0;
}

.hikashop_product_page .hikashop_submodules h2 {
  margin-bottom: 55px !important;
  text-align: center;
  margin-top: 120px;
}

.hikashop_product_page .hikashop_submodules form {
  display: none;
}

/* Checkout */



#hikashop_checkout .sppb-btn i {margin-right: 5px;}

#hikashop_checkout input,
#hikashop_checkout select {
	border-radius: 0;
}

#hikashop_checkout .hikashop_payment_methods_table td,
#hikashop_checkout .hikashop_checkout_cart td {
	padding: 15px;
}

#hikashop_checkout .hikashop_checkout_payment_images,
#hikashop_checkout .hikashop_checkout_shipping_images {
	margin: 10px 0;
}

#hikashop_checkout .hikashop_checkout_shipping_images {
	display: block;
}


#hikashop_checkout .hikashop_product_quantity_input_div_default_main {
	padding: 10px 12px;
}

#hikashop_checkout .hikashop_cart_product_image_thumb {
	max-width: 200px;
	position: relative;
	overflow: hidden;
}

#hikashop_checkout .hikashop_cart_product_image_thumb img {
	width: 100%;
	transform: scale(1.001);
  transition: 0.3s ease-in-out;
}

#hikashop_checkout .hikashop_cart_product_image_thumb:hover img {
transform: scale(1.05);
}

.hikashop_checkout_login {
	padding: 20px 30px;
	margin-bottom: 25px;
	background-color: #f7f9fd;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.hikashop_checkout_login h1 {
	line-height: 1.5;
	font-size: 48px;
	margin-bottom: 30px;
	text-align: center;
}

.hikashop_checkout_login h2 {
 display: none;
}

#hikashop_checkout > div:not(.hikashop_checkout_loading_elem, .hikashop_checkout_loading_spinner) {
	padding: 20px 30px;
	margin-bottom: 25px;
	background-color: transparent;
	border: 1px solid var(--secondcolor);
	border-radius: 0;
}

.hikashop_checkout_buttons .buttons_right {
	float: none;
}

#hikabtn_checkout_next {
  justify-content: center;
}

.hikashop_checkout_payment_images {
  display: flex;
  gap: 10px;
}

.hika_address_display br {margin: 5px 0;}
.hika_address_field button {margin-top: 15px;}

.view-checkout .password-group .input-group {
	flex-wrap: nowrap;
}

.view-checkout .password-group input {
	width: auto;
	height: auto;
	display: inline-block;
}

/* */

/* CART MODULE */

.hikashop_cart_module_product_name_value .hikashop_product_code_cart {
	display: none;
}

.hikashop_cart_module {
  display: inline-block;
  font-weight: 500;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0 !important;
	margin: 0;
	background-color: transparent;
	transition: 0.3s ease-in-out;
	position: relative;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
  margin: 0 -15px;
  font-size: 18px;
  position: relative;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #5C707E;
	color: #385469;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.hikashop_cart_module {
		margin-right: 0px !important;
	}
}

@media (max-width: 575px) {
.hikashop_cart_module {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
}

.hikashop_cart_module:hover {
  background-color: var(--sppb-secondcolor);
  border: 1px solid var(--sppb-secondcolor);
}

.hikashop_cart_module .sb-icon {
	transition: all 0.4s ease-in-out;
}

.hikashop_cart_module:hover .sb-icon {
	color: #fff;
}

.hikashop_small_cart_checkout_link {
  width: 55px;
  display: flex;
  word-wrap: break-word;
  white-space: normal;
  line-height: 10px;
  height: 55px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 100%;
  background-color: #F2F3F5;
  position: absolute !important;
left: -2px !important;
  top: -5px !important;
  line-height: 15px;
  font-size: 13px;
  color: #231E41;
}

.hikashop_cart_module:hover .hikashop_small_cart_checkout_link {
	color: var(--sppb-maincolor);
}

div.hikashop_cart_dropdown_content {
	right: 0;
	top: 30px;
	padding: 20px !important;
	text-align: left;
	min-width: 320px;
	background-color: #fff !important;
	color: var(--heading-color);
}

.hikashop_cart table {border: none !important;}

.hikashop_cart table thead tr {
	border-bottom: 5px solid #fff;
}

.hikashop_cart table tbody tr {
	border-bottom: 15px solid #fff;
}

.hikashop_cart table tfoot tr {
	border-bottom: 15px solid #fff;
}

.hikashop_cart_module_product_name_value a {
font-size: 16px;
color: inherit;
line-height: 140%;
font-weight: 600;
text-transform: capitalize;
}

.hikashop_cart_module .hikashop_product_price {width: 100%;}

.hikashop_cart_module_product_name_value {
		margin: 0;
width: calc(100% - 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
  padding-left: 10px;
}

.hikashop_cart_module .sppb-btn {
	padding: 13px 35px;
	min-width: unset;
}

.hikashop_checkout_loading_spinner, .hikashop_checkout_loading_elem {
	display: none !important;
}

.hikashop_checkout_loading {
	position: static !important;
}

.hikashop_cart_module .hikashop_product_price {
	font-size: 14px;
	margin-top: 0;
	font-weight: 600;
	color: var(--heading-color);
}

.hikashop_cart_module_product_name_value {
	font-family: var(--heading-font);
}

/* Cart Drawer */

#hikashop_cart_module div.hikashop_cart_dropdown_content {
	border: none !important;
	min-width: unset;
}

.hikashop_cart_module .hikashop_drawer__content .sppb-btn {
	padding: 0 30px;
}


/* */

/* ANIMATION */

/* Defining animation Keyframes */
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(-150);
  }
  20% {
    opacity: 1;
    transform: translateX(-90);
  }
  80% {
    opacity: 1;
    transform: translateX(90);
  }
  100% {
    opacity: 0;
    transform: translateX(150);
  }
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(-150);
  }
  20% {
    opacity: 1;
    transform: translateX(-90);
  }
  80% {
    opacity: 1;
    transform: translateX(90);
  }
  100% {
    opacity: 0;
    transform: translateX(150);
  }
}
/*img-animation**********************/
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes wind-blow {
  0% {
    transform-origin: 50% 100%;
    transform: skewX(-2deg);
  }
  50% {
    transform-origin: 50% 100%;
    transform: skewX(2deg);
  }
  100% {
    transform-origin: 50% 100%;
    transform: skewX(-2deg);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes rounded2 {
  50% {
    transform: rotate(-20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(50px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animation-infinite {
  animation: ShapeAnim 80s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 2000px;
  }
}
/*===== Wave Animation =====*/
@keyframes waves {
  0% {
    transform: scale(0.2);
    opacity: 0.4;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/*img-animation**********************/
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
@keyframes morphing4 {
  0% {
    border-radius: 120% 75% 105% 71%/120% 117% 73% 80%;
  }
  25% {
    border-radius: 100% 65% 105% 71%/100% 87% 73% 60%;
  }
  50% {
    border-radius: 110% 87% 73% 50%/110% 65% 105% 71%;
  }
  75% {
    border-radius: 120% 65% 105% 71%/110% 87% 73% 50%;
  }
  100% {
    border-radius: 120% 75% 105% 71%/120% 117% 73% 80%;
  }
}
/* */

@media (min-width: 320px) {.contained-row  .sppb-container-inner {max-width: 400px;width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;}}
@media (min-width: 576px) {.contained-row  .sppb-container-inner {max-width: 540px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {.contained-row  .sppb-container-inner {max-width: 720px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {.contained-row .sppb-container-inner {max-width: 960px;width: 100%;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {.contained-row  .sppb-container-inner {max-width: 1140px;width: 100%;
margin-right: auto;
margin-left: auto;}}

/* J4 Optimization */


#sp-header .sp-module {
	margin-left: 0px !important;
	width: 100%;
}


@media (min-width: 1400px) {.contained-row  .sppb-container-inner {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;}}

@media (min-width: 1400px) {.contained-section {max-width: 1320px;width: 100%;
margin-right: auto;
margin-left: auto;}}

/* PAGE BUILDER 5.X OPTIMIZATION */

#sp-main-body .sppb-section .sppb-row-container .sppb-row .sppb-row-column,
#sp-footer .sppb-section .sppb-row-container .sppb-row .sppb-row-column,
.sppb-col, .sppb-col-auto, .sppb-col-lg, .sppb-col-lg-1, .sppb-col-lg-10, .sppb-col-lg-11, .sppb-col-lg-12, .sppb-col-lg-2, .sppb-col-lg-3, .sppb-col-lg-4, .sppb-col-lg-5, .sppb-col-lg-6, .sppb-col-lg-7, .sppb-col-lg-8, .sppb-col-lg-9, .sppb-col-lg-auto, .sppb-col-md, .sppb-col-md-1, .sppb-col-md-10, .sppb-col-md-11, .sppb-col-md-12, .sppb-col-md-2, .sppb-col-md-3, .sppb-col-md-4, .sppb-col-md-5, .sppb-col-md-6, .sppb-col-md-7, .sppb-col-md-8, .sppb-col-md-9, .sppb-col-md-auto, .sppb-col-sm, .sppb-col-sm-1, .sppb-col-sm-10, .sppb-col-sm-11, .sppb-col-sm-12, .sppb-col-sm-2, .sppb-col-sm-3, .sppb-col-sm-4, .sppb-col-sm-5, .sppb-col-sm-6, .sppb-col-sm-7, .sppb-col-sm-8, .sppb-col-sm-9, .sppb-col-sm-auto, .sppb-col-xl, .sppb-col-xl-1, .sppb-col-xl-10, .sppb-col-xl-11, .sppb-col-xl-12, .sppb-col-xl-2, .sppb-col-xl-3, .sppb-col-xl-4, .sppb-col-xl-5, .sppb-col-xl-6, .sppb-col-xl-7, .sppb-col-xl-8, .sppb-col-xl-9, .sppb-col-xl-auto, .sppb-col-xs-1, .sppb-col-xs-10, .sppb-col-xs-11, .sppb-col-xs-12, .sppb-col-xs-2, .sppb-col-xs-3, .sppb-col-xs-4, .sppb-col-xs-5, .sppb-col-xs-6, .sppb-col-xs-7, .sppb-col-xs-8, .sppb-col-xs-9, .sppb-row-column,
#sp-header .sppb-row-column,
#sp-header .sppb-column, #sp-header .sppb-column-addons,
#sp-header .sp-pagebuilder-section-inner .sppb-row, #sp-header .sppb-container-inner, #sp-header .sppb-row-container {
  position: static;
}

#sp-header .sppb-section > .sppb-row-container {padding: 0;}

/*Between Grid xl*/
@media (min-width: 1200px) and (max-width: 1399px) {
  h1 {font-size: 65px;}
  h2 {font-size: 54px;}
  h3, .h3 {font-size: 28px;}
  h4 {font-size: 22px;}
  .title-style-seven .main-title,
  .title-style-eight .main-title,
  .title-style-three .main-title {font-size: 58px;}
  .title-style-six .main-title {font-size: 55px;}
  .title-style-eleven .main-title {font-size: 55px;}
  .hero-banner-thirteen .hero-heading {font-size: 75px;}
  .hero-banner-three .hero-heading {font-size: 70px;}
  .hero-banner-eight .hero-heading {font-size: 75px;}
  .hero-banner-six .hero-heading {font-size: 70px;}
  .title-style-five .main-title,.fancy-short-banner-fifteen .title {font-size: 58px;}
  .inner-banner-one .title {font-size: 60px;}
  .p-30 {padding: 20px;}
  .theme-main-menu {padding-right: 35px; padding-left: 35px;}
  .hero-banner-ten .hero-heading,.hero-banner-twelve .hero-heading {font-size: 72px;}
  .text-lg {font-size: 22px;}
  .fancy-feature-thirtyFive .top-banner h2 {font-size: 58px;}
  .fancy-feature-thirtyFive .img-holder {margin-right: 100px;}
  .fancy-feature-thirtyFive .text-wrapper p {font-size: 38px;}
  .fancy-feature-thirtyFive .img-holder .card-one {width: 250px; left: -10%;}
  .feedback-section-eleven .inner-content,.feedback-section-thirteen .inner-content {width: 150vw;transform: translateX(-25vw);}
  .feedback-block-eleven {padding: 50px 40px;}
  .hero-banner-seven .illustration-holder {top: 24%;}
  .fancy-short-banner-nine .title h2 {font-size: 45px;}
  .feedback-block-six p {font-size: 30px;}
  .fancy-short-banner-ten h2 {font-size: 42px;}
  .theme-main-menu .header-search-one {max-width: 330px; margin-left: 2.5vw;}
  .fancy-short-banner-six .block-wrapper .inner-wrapper {width: 570px;}
  .fancy-short-banner-six .block-wrapper .main-title {font-size: 60px;}
  .fancy-short-banner-six .left-side {height: 760px;}
  .blog-meta-two {padding: 40px 30px;}
  .theme-main-menu .header-search-two {width: 300px; margin-left: 4vw;}
  .hero-banner-thirteen .input-block {padding: 5px 15px;}
  .fancy-feature-fortySix .quote-wrapper p {font-size: 55px;}
  .fancy-feature-fortyNine .title {font-size: 80px;}
  .fancy-feature-fortyNine .clip-text {font-size: 800px; line-height: 715px; top: -66px;}
  .feedback-section-fourteen .shape-three {left: -3%;}
  .feedback-block-twelve p {font-size: 31px;}
  .hero-banner-two .hero-heading {font-size: 70px;}
  .hero-banner-two .illustration-holder .shape-two {right: -8%;}
  .fancy-feature-five .tags-wrapper {padding: 35px 35px 40px;}
  .feedback-block-two p {font-size: 25px;}
  .fancy-short-banner-two .bg-wrapper .inner-wrapper {max-width: 990px;}
  .footer-style-two {padding: 0 4%;}
  .hero-banner-three .mobile-screen {width: 44%;}
  .fancy-feature-ten .circle-one {width: 1050px; height: 1050px;}
  .fancy-feature-ten .mobile-screen {bottom: 14%;}
  .feedback-section-three .slider-wrapper {width: calc(1320px + 15vw);}
  .feedback-section-three .shape-holder {width: 58%;}
  .hero-banner-eight h2 {font-size: 60px;}
  .card-style-thirteen {padding: 50px 35px 30px;}
  .feedback-section-seven .inner-content {width: 150vw;transform: translateX(-25vw);}
  .feedback-block-seven {padding: 50px 50px 40px;}
  .footer-style-eight {padding: 0 4%;}
  .hero-banner-four .hero-heading {font-size: 88px;}
  .fancy-feature-twelve .block-wrapper {width: 68vw;}
  .fancy-feature-thirteen .fancy-text {font-size: 172px;}
  .feedback-block-four {padding: 40px 35px 45px;}
  .fancy-short-banner-five .title-xl {font-size: 85px;}
  .hero-banner-one .illustration-holder {right: 1%; width: 48%;}
  .fancy-feature-one .inner-content {max-width: 1300px;}
  .feedback-section-one .inner-content {width: 150vw;transform: translateX(-25vw);}
  .fancy-short-banner-one .inner-wrapper {max-width: 1010px;}
  .pricing-table-area-three .pr-column {padding-left: 30px;}
  .hero-banner-eleven .hero-heading {font-size: 105px;}
  .fancy-short-banner-fourteen .title {font-size: 65px;}
  .hero-banner-nine .hero-heading {font-size: 80px;}
  .hero-banner-nine h2 {font-size: 48px;}
  .partner-section-five .logo-wrapper {font-size: 25px;}
  .partner-section-five .logo-wrapper .br-name {padding: 0 2.5%;}
  .feedback-block-eight p {font-size: 60px; line-height: 1.3em;}
  .feedback-section-eight .shapes {transform: scale(0.75);}
  .feedback-block-nine p {font-size: 35px;}
  .feedback-section-nine .img-three {width: 20%; bottom: -8%;}
  .feedback-section-ten .slider-wrapper {width:calc(1320px + 15vw);}
  .feedback-block-ten {padding: 40px 50px 35px;}
  .fancy-feature-fiftyOne .shape-two {right: 8%;}
  .partner-section-six .br-name {font-size: 30px;}
  .team-section-three .line-bg-wrapper {width: 1140px;}
  .inner-banner-two {padding: 385px 0 75px;}
  .inner-banner-two .title {font-size: 75px;}
  .title-style-twelve .main-title {font-size: 55px;}
  .blog-details-one .blog-inner-title {font-size: 38px;}
}
/*(min-width: 1200px) and (max-width: 1399px)*/



/*Grid lg Start*/
@media (max-width: 1199px) {
  h4,.card-style-five h4 {font-size: 20px;}
  .h5, h5 {font-size: 20px;}
  .text-lg {font-size: 19px;}
  .fs-20 {font-size: 18px;}
  .fs-18 {font-size: 16px;}
  .fs-17 {font-size: 15px;}
  .p-30 {padding: 0;}
  .start-btn-one {line-height: 50px; padding: 0 30px;}
  .theme-menu-six.theme-main-menu,.theme-menu-one.theme-main-menu {padding-top: 20px;}
  body .btn-fourteen {line-height: 55px; font-size: 16px; padding: 0 25px;}
  body .btn-twentyFour {padding: 13px 20px; font-size: 15px;}
  body .btn-eighteen {font-size: 16px;}
  body .btn-ten {line-height: 40px; font-size: 15px;}
  body .btn-four {line-height: 48px; font-size: 15px; padding: 0 35px;}
  body .btn-nineteen {font-size: 15px;}
  body .btn-twentyTwo {line-height: 50px; padding: 0 32px;}
  .title-style-six .sc-title {font-size: 15px;}
  .title-style-eleven .sc-title {font-size: 14px;}
  .title-style-three .sc-title {font-size: 13px;}
  .title-style-ten .sc-title {font-size: 13px; padding-bottom: 10px;}
  .fancy-short-banner-six .form-title {font-size: 35px;}
  .card-style-fifteen {padding: 30px 20px;}
  .card-style-fifteen h4 {font-size: 22px; line-height: 1.5em;}
  .card-style-fifteen p {font-size: 16px;}
  .fancy-feature-thirtyFive .top-banner .rating li {font-size: 15px;}
  .fancy-feature-thirtyFive .img-holder .card-style h3 {margin-bottom: 0;}
  .card-style-sixteen {padding: 50px 12px 70px;}
  .title-style-one .sc-title {font-size: 14px;}
  .accordion-style-five .accordion-button {font-size: 20px; padding: 18px 15px;}
  .accordion-style-five .accordion-body p,
  .fancy-feature-thirtySeven .block-wrapper p {font-size: 16px; line-height: 30px;}
  .accordion-style-five .accordion-body {padding: 0 20px 5px 57px;}
  .fancy-feature-thirtySeven .block-wrapper h3 {font-size: 26px; line-height: 1.16em;}
  .feedback_slider_seven .item {margin: 0 12px;}
  .feedback-block-eleven {padding: 30px 20px;}
  .feedback-block-eleven p {font-size: 20px; padding: 25px 0 10px;}
  .block-style-seven .list-item li {font-size: 18px;}
  .blog-meta-three .blog-title {font-size: 22px;}
  .blog-meta-three .post-date {font-size: 12px;}
  .hero-banner-seven .slogan,.hero-banner-three .slogan {font-size: 14px;}
  .hero-banner-seven .slogan i,.hero-banner-three .slogan i {width: 25px; line-height: 20px; margin-left: 5px;}
  .pricing-table-area-four .pr-table-wrapper .pack-name {font-size: 24px;}
  .pricing-table-area-four .pr-table-wrapper .pack-details {font-size: 12px;}
  .card-style-eleven .icon {height: 60px; width: 60px;}
  .fancy-short-banner-nine .title h6 {font-size: 12px;}
  .fancy-short-banner-nine {padding: 0 30px 0 15px;}
  .fancy-short-banner-nine .input-wrapper input,
  .fancy-short-banner-nine .domain-search-form .search-btn {height: 60px;}
  .fancy-short-banner-nine .input-wrapper input {padding-right: 90px;}
  .fancy-short-banner-nine .input-wrapper .select-wrapper select {font-size: 18px;}
  .fancy-short-banner-nine .input-wrapper .select-wrapper {width: 85px; top: 17px;}
  .fancy-short-banner-nine .input-wrapper .select-wrapper:before {height: 22px;}
  .card-style-eleven .text {width: calc(100% - 60px);}
  .slick-arrow-four li {width: 48px; height: 48px; line-height: 48px; font-size: 24px;}
  .feedback-block-six h4:before {top: 16px;}
  .accordion-style-two .accordion-button {font-size: 18px; padding: 20px 0;}
  .accordion-style-two .accordion-body p {font-size: 16px; line-height: 30px;}
  .accordion-style-two .accordion-body {padding: 0 20px 10px 0;}
  .fancy-short-banner-ten h2 {font-size: 32px; line-height: 1.35em;}
  .fancy-short-banner-ten .btn-solid {line-height: 50px; font-size: 15px; padding: 0 30px;}
  .fancy-short-banner-ten .btn-line {font-size: 16px;}
  .footer-style-seven .bg-wrapper {padding: 290px 0 15px;}
  .theme-menu-nine .notice-banner {padding: 5px 12px; font-size: 15px;}
  .theme-main-menu .header-search-one input {font-size: 14px; padding: 0 12px 0 35px;}
  .theme-main-menu .header-search-one .icon {left: 10px;}
  .hero-banner-twelve .shape-two,.feedback-section-fourteen .shape-three,
  .pricing-section-one .shapes,.blog-section-one .shape-two,.hero-banner-eleven .shape-one,
  .fancy-feature-thirtyOne .shape-one {display: none !important;}
  .hero-banner-twelve .card-style h4 {font-size: 20px;}
  .hero-banner-twelve .card-style p {font-size: 15px;}
  .hero-banner-twelve .card-style h5 {font-size: 16px;}
  .hero-banner-twelve .card-one {width: 135px; height: 70px; left: 0;}
  .hero-banner-twelve .card-two {width: 135px; height: 70px; right: 0;}
  .hero-banner-twelve .card-three {width: 170px; height: 90px; right: 0;}
  .card-style-seventeen h4 {font-size: 18px;}
  .card-style-seventeen p {font-size: 17px;}
  .card-style-seventeen .icon {width: 55px; height: 55px;}
  .card-style-seventeen .text-wrapper {width: calc(100% - 55px);}
  .card-style-eighteen h4 {font-size: 20px;}
  .card-style-eighteen h3 {font-size: 30px;}
  .card-style-eighteen.more-item p {font-size: 20px;}
  .accordion-style-six .accordion-button {font-size: 18px; padding: 18px 0;}
  .accordion-style-six .accordion-item .accordion-button:not(.collapsed) {padding-bottom: 10px;}
  .accordion-style-six .accordion-body p {font-size: 16px; line-height: 30px;}
  .card-style-nineteen {padding: 15px 15px 20px; min-height: 230px;}
  .fancy-feature-fortyTwo .rating-box .rate {font-size: 24px;}
  .fancy-feature-fortyTwo .rating-box {top: -68px;}
  .course_slider_one .item {margin: 0 12px;}
  .fancy-feature-fortyTwo .slider-wrapper {margin: 0 -12px;}
  .card-style-twenty .course-title {font-size: 20px;}
  .footer-style-eleven {padding: 100px 0 0;}
  .footer-style-eleven .bottom-footer {padding: 5px 0 20px; margin-top: 30px;}
  .theme-main-menu .donate-btn {font-size: 15px; line-height: 50px; padding: 0 30px;}
  .hero-banner-five .donate-btn {font-size: 15px; line-height: 50px; padding: 0 40px;}
  .card-style-seven {padding: 40px 15px;}
  .card-style-seven .icon {height: 55px;}
  .fancy-feature-fifteen .video-icon {width: 70px; height: 70px; font-size: 45px;}
  .counter-block-two .main-count {font-size: 35px; margin-bottom: -5px;}
  .card-style-eight .img-meta .donation-goal {left: 10px; right: 10px;}
  .card-style-eight .img-meta .ribbon {height: 10px;}
  .fancy-feature-sixteen .ins-title {font-size: 18px;}
  .card-style-nine {height: 350px; padding: 0 20px;}
  .card-style-nine .icon {height: 55px;}
  .card-style-nine .title {font-size: 26px;}
  .card-style-nine.center-item:after {top:15px; right: 15px; bottom: 15px; left: 15px;}
  .blog-meta-two {padding: 35px 20px;}
  .partner-section-three .title {font-size: 16px;}
  .partner-section-three .title span {font-size: 26px;}
  .fancy-short-banner-seven .subscribe-form form {height: 60px;}
  .footer-style-five {padding: 80px 0 20px;}
  .hero-banner-thirteen .input-block {padding: 5px 15px;}
  .hero-banner-thirteen .input-block .nice-select {font-size: 15px; font-weight: 500;}
  .hero-banner-thirteen .input-block .nice-select .option {font-size: 0.8em;}
  .hero-banner-thirteen .input-block button {height: 55px; font-size: 15px;}
  .hero-banner-thirteen .search-form-bg {padding: 15px 0;}
  .fancy-feature-fortySix .shape-one {width: 100px; top: -50px;}
  .fancy-feature-fortySix .shape-four {width: 100px; left: 15px; bottom: 1%;}
  .fancy-feature-fortySix .shape-five {width: 90px; height: 90px; bottom: 1%;}
  .fancy-feature-fortySix .quote-wrapper .icon {width: 70px; height: 70px; padding: 15px;}
  .card-style-twentyTwo .text-meta {padding: 30px 15px 20px;}
  .card-style-twentyTwo .price {font-size: 22px;}
  .fancy-feature-fortyEight .img-gallery .video-icon {width: 65px; height: 65px; font-size: 32px;}
  .counter-block-three .main-count {font-size: 35px; margin-bottom: -5px;}
  .feedback-section-fourteen .shape-four {width: 100px; top: -50px; left: 20%;}
  .fancy-feature-fortyNine .clip-text-two {font-size: 50px; bottom: -25px;}
  .feedback-block-twelve .icon {width: 50px; height: 50px;}
  .feedback-block-twelve p {font-size: 24px;}
  .feedback_slider_eleven .slick-dots {margin-top: 25px;}
  .feedback-section-fourteen .rating-box {width: 100%; height: 80px; transform: none; font-size: 17px;}
  .feedback-section-fourteen .rating-box strong {font-size: 40px;margin: 15px 0 -15px;}
  .blog-meta-six {padding: 35px 20px;}
  .blog-meta-six .blog-title {font-size: 24px;}
  .accordion-style-seven .accordion-button {font-size: 18px; padding: 20px 10px 20px 20px;}
  .accordion-style-seven .accordion-item .accordion-button:not(.collapsed) {padding: 20px 10px 10px 20px;}
  .accordion-style-seven .accordion-body {padding: 0 20px 20px 20px;}
  .accordion-style-seven .accordion-body p {font-size: 18px; line-height: 32px;}
  .fancy-short-banner-fifteen .form-bg {padding: 35px 20px 30px;}
  .theme-main-menu .contact-btn-two,.theme-main-menu .login-btn-one {line-height: 45px; padding: 0 25px;}
  .fancy-feature-four .nav-tabs li .nav-link {font-size: 17px; padding: 15px 30px;}
  .fancy-feature-five .tags-wrapper {padding: 25px 15px 30px;}
  .fancy-feature-five .tags-wrapper li a {font-size: 15px; padding: 12px;}
  .fancy-feature-five .tags-wrapper li {font-size: 20px; margin: 5px 0;}
  .card-style-three {padding: 30px 10px 25px 15px;}
  .title-style-three .icon {width: 55px; height: 55px; padding: 11px; margin: 0 auto 20px;}
  .feedback-block-two p {font-size: 22px;}
  .feedback-section-two .circle-bg .cp-one,.feedback-section-two .circle-bg .cp-two {left: 0;}
  .feedback-section-two .circle-bg .cp-five {right: 0;}
  .pricing-nav-one .nav-item .nav-link {font-size: 16px; line-height: 50px; width: 125px;}
  .pricing-table-area-one .pr-column .price {font-size: 42px;}
  .pricing-table-area-one .pr-list-wrapper {top: 205px;}
  .fancy-short-banner-two .bg-wrapper {padding: 40px 20px;}
  .footer-style-two {padding: 0 12px;}
  .hero-banner-three h2 {font-size: 26px;}
  .card-style-four {padding: 30px 15px 25px;}
  .fancy-feature-nine .screen-container .bg-round-shape {right: 50%; transform: translate(50% , -50%);}
  .card-style-five h4 {padding-top: 28px;}
  .card-style-five {padding: 30px 15px;}
  .fancy-feature-ten .block-bg {width: 180px; height: 100px; padding: 0 15px; font-size: 16px; line-height: 30px;}
  .feedback-block-three {padding: 30px 20px; margin: 25px 0 65px;}
  .title-style-four .sc-title-two {font-size: 14px; padding-bottom: 10px;}
  .accordion-style-one .accordion-button {font-size: 18px; padding: 18px 15px;}
  .accordion-style-one .accordion-body {padding: 0 15px 15px;}
  .accordion-style-one .accordion-body p {font-size: 16px; line-height: 32px;}
  .pricing-nav-two .nav-item .nav-link,.pricing-nav-three .nav-item .nav-link {font-size: 16px; line-height: 50px; width: 120px;}
  .pricing-table-area-two .pr-column {padding: 25px 20px 30px;}
  .pricing-table-area-two .price {font-size: 35px;}
  .pricing-table-area-two .plan {font-size: 20px;}
  .pricing-table-area-two .pr-body li {font-size: 16px;}
  .address-block-one {padding: 0 15px 10px 80px;}
  .address-block-one h4 {font-size: 20px;}
  .address-block-one .icon {width: 60px;}
  .fancy-short-banner-four {margin-bottom: -140px;}
  .footer-style-three {padding: 230px 0 100px;}
  .footer-style-three .bottom-footer h4 {font-size: 20px; margin-bottom: 10px;}
  .theme-main-menu .start-btn-two {line-height: 50px; padding: 0 30px; font-size: 16px;}
  .hero-banner-eight h2 {font-size: 40px;}
  .card-style-twelve .icon {height: 180px;}
  .card-style-thirteen {border-right: none; border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
  .card-style-thirteen .arrow {right: 50%; top: 100%; transform: translate(50% , -50%) rotate(90deg); font-size: 20px;}
  .fancy-feature-twentyEight .illustration-img {max-width: 96%;}
  .title-style-nine .sc-title {font-size: 15px; padding-bottom: 12px;}
  .block-style-five .list-item li {padding: 20px 20px 20px 75px; font-size: 18px; line-height: 30px; margin-top: 25px;}
  .block-style-five .list-item li:after {left: 15px; top: 50%; transform: translateY(-50%);}
  .counter-block-four .main-count {font-size: 60px; margin-bottom: -5px;}
  .feedback-block-seven {padding: 30px 20px 25px;}
  .feedback-block-seven p {font-size: 20px; padding: 30px 0 15px;}
  .feedback-section-seven .slick-dots {margin-top: 50px;}
  .accordion-style-three .accordion-button {font-size: 18px; padding: 18px 10px 18px 15px;}
  .accordion-style-three .accordion-body {padding: 0 20px 10px 15px;}
  .blog-meta-four {padding: 25px 20px 40px;}
  .blog-meta-four .blog-title {font-size: 24px; line-height: 1.5em;}
  .footer-style-eight {padding: 0 12px;}
  .footer-style-eight .top-footer {padding: 60px 12px 20px;}
  .theme-basic-footer .form-widget form {height: 60px;}
  .theme-basic-footer .form-widget form button {width: 110px;}
  .theme-basic-footer.footer-style-eight .form-widget form input {padding: 0 112px 0 15px;}
  body .btn-eight {padding: 0 35px; line-height: 50px;}
  .fancy-feature-twelve .main-count {font-size: 50px;}
  .fancy-feature-twelve .title {font-size: 28px;}
  .g-control-nav-one li {font-size: 18px; margin-left: 30px;}
  .fancy-feature-thirteen .skils-list li span {line-height: 58px; font-size: 15px; padding: 0 20px;}
  .fancy-feature-thirteen .skils-list li {font-size: 20px; margin: 15px 10px 0;}
  .fancy-feature-thirteen .text-xxl {font-size: 20px;}
  .fancy-feature-thirteen .tx-sp1 span {font-size: 60px;}
  .fancy-feature-thirteen .img-meta .text-meta .tm-heading {font-size: 45px;}
  .fancy-feature-thirteen .img-meta .text-meta h3 {font-size: 42px;}
  .counter-block-one .icon-bg {width: 170px; height: 240px; padding-top: 50px; border-radius: 100px;}
  .counter-block-one .icon-img {height: 80px;}
  .counter-block-one .main-count {font-size: 40px;}
  .title-style-five .sc-title {font-size: 14px; padding-bottom: 10px;}
  .feedback-section-four .slider-wrapper {margin: 0;}
  .feedback-block-four {padding: 30px 20px;}
  .feedback-section-four .slider-wrapper .item {margin: 0 12px;}
  .feedback-block-four p {font-size: 17px; line-height: 34px; margin: 25px 0 40px;}
  .feedback-section-four .slick-dots {margin-top: 60px;}
  .fancy-short-banner-five .innner-content {padding: 50px 30px;}
  .fancy-short-banner-five .title-xl {font-size: 55px;}
  .footer-style-four {padding: 30px 0 0;}
  .hero-banner-one form {height: 70px;}
  .hero-banner-one form button {width: 130px; font-size: 14px;}
  .hero-banner-one form label {top: 8px; left: 15px;}
  .hero-banner-one form input {top: 36px; padding: 0 132px 0 15px;}
  .hero-banner-one .card-one {padding: 20px 10px 15px 60px;}
  .hero-banner-one .card-one .icon {left: 8px;}
  .card-style-one .icon {width: 55px; height: 55px; padding: 15px;}
  .card-style-one:before {left: 0; bottom: -15px;}
  .card-style-one {padding: 0 10px 0 15px;}
  .fancy-feature-two .img-meta .card-one {width: 280px; padding: 15px 15px 15px 30px;}
  .fancy-feature-two .more-btn {width: 195px; line-height: 55px;}
  .fancy-feature-two .img-meta-two .card-one {width: 240px; padding: 20px 10px 20px 30px;}
  .title-style-two .sc-title {font-size: 16px;}
  .title-style-two .main-title {font-size:30px;}
  .fancy-short-banner-one .bg-wrapper {padding: 50px 12px;}
  .fancy-short-banner-one form button {width: 120px; font-size: 16px;}
  .fancy-short-banner-one .subscribe-form form {height: 65px;}
  .fancy-short-banner-one .subscribe-form form input {padding: 0 122px 0 15px;}
  .footer-style-one {padding-top: 120px;}
  .hero-banner-six .subscribe-form form {height: 60px;}
  .card-style-ten .icon {height: 50px;}
  .pricing-table-area-three .pr-column {padding: 30px 10px 30px 20px;}
  .pricing-table-area-three .pr-column .plan {font-size: 24px; margin: 20px 0 18px;}
  .pricing-table-area-three .pr-body li {font-size: 16px;}
  .pricing-table-area-three .pr-column .price {font-size: 26px;}
  .fancy-short-banner-eight .call-btn a {font-size: 22px;}
  .footer-style-six {padding-top: 120px;}
  .hero-banner-eleven .mail-info {font-size: 20px;}
  .partner-section-six .top-header .title {font-size: 14px;}
  .partner-section-six .top-header {padding-bottom: 45px;}
  .blog-meta-five {padding: 50px 15px 25px 20px;}
  .blog-meta-five .blog-title {font-size: 22px;}
  .fancy-short-banner-fourteen .title:before {top: -32px;left: -14px;}
  .hero-banner-nine .sub-text {font-size: 18px;}
  .hero-banner-nine .demo-btn {font-size: 15px; padding: 0 15px; line-height: 50px;}
  .hero-banner-nine h2 {font-size: 32px;}
  .partner-section-five .logo-wrapper .br-name {padding: 0 15px;}
  .partner-section-five {transform: none;}
  .feedback-section-eight .shapes {transform: scale(0.6);}
  .feedback-section-eight .icon {width: 50px;}
  .block-style-four .list-item li {font-size: 18px;}
  .card-style-fourteen .icon {max-width: 250px; margin: 0 auto;}
  .fancy-feature-thirtyTwo .card-style {width: 180px; height: 100px; right: 0;}
  .counter-block-five .main-count {font-size: 50px; margin-bottom: -8px;}
  .feedback-block-nine .img-one {position: relative;}
  .feedback-block-nine .img-two {position: relative;}
  .feedback-block-nine .rating {width: 90px; height: 90px;}
  .feedback-block-nine .rating-value {font-size: 35px;}
  .feedback-section-nine .customer-data {width: 130px; height: 130px; bottom: -60px;}
  .feedback-section-nine .customer-data .amount {font-size: 32px;}
  .feedback-section-ten .slider-wrapper {width: auto; margin: 0 -12px;}
  .feedback_slider_ten .item {margin: 0 12px;}
  .feedback-block-ten .cmp-name {font-size: 25px;}
  .feedback-block-ten {padding: 25px 20px 30px;}
  .feedback-block-ten p {font-size: 24px;}
  .fancy-feature-thirtyThree .bg-wrapper {padding: 10px;}
  .accordion-style-four .accordion-item .accordion-button {font-size: 18px; padding: 18px 15px;}
  .accordion-style-four .accordion-item .accordion-body {padding: 0 45px 25px 60px;}
  .accordion-style-four .accordion-item .accordion-button span {margin-right: 15px;}
  .footer-style-nine.theme-basic-footer .footer-title {font-size: 15px;}
  .fancy-feature-fiftyTwo .video-banner {height: 500px;}
  .team-section-two .btn-twentyTwo {top: 12px;}
  .partner-section-six .title {font-size: 24px;}
  .partner-section-six .br-name {font-size: 25px;}
  .fancy-short-banner-sixteen .main-title {font-size: 35px;}
  .team-block-three .overlay-bg {padding: 0 0 20px 15px;}
  .team-block-three .position {padding-bottom: 15px;}
  .team-block-three .name {font-size: 22px;}
  .card-style-twentyThree .title {padding-bottom: 0;}
  .fancy-short-banner-seventeen .shape-two {bottom: 0;}
  .service-details-meta .main-img-meta {margin: 30px 0;}
  .user-data-section {padding: 120px 12px 0;}
  .grid-2column,.grid-3column {margin: 0 -12px;}
  .grid-2column .isotop-item, .grid-2column .grid-sizer,
  .grid-3column .isotop-item, .grid-3column .grid-sizer {padding: 0 12px;}
  .g-control-nav-two li,.g-control-nav-three li {font-size: 14px; margin: 10px 10px 0;}
  .portfolio-block-three .pj-name,.portfolio-block-four .pj-name,
  .hvr-shutter-out .img-meta .caption .pj-title,
  .portfolio-block-six .img-meta .caption .pj-title {font-size: 20px;}
  .portfolio-block-three .meta-data {padding: 15px;}
  .portfolio-block-seven .tag {font-size: 15px;}
  .portfolio-block-seven .pj-title {font-size: 20px; margin-top: 6px;}
  .inner-banner-two .title {font-size: 45px;}
  .portfolio-details-one .project-info .pt-title {font-size: 14px; margin-bottom: 4px;}
  .portfolio-details-one .project-info .pt-text {font-size: 16px;}
  .portfolio-details-one .project-info {padding: 30px 0 5px;}
  .portfolio-details-one .project-desctiption p {font-size: 18px;margin-bottom: 25px;}
  .portfolio-details-one .project-pagination .pg-title {font-size: 40px;}
  .portfolio-details-one .project-pagination .arrow {width: 50px; height: 50px; line-height: 46px; font-size: 25px;}
  .inner-banner-two:after {height: 70%;}
  .portfolio-details-two .project-desctiption h3 {font-size: 26px;}
  .portfolio-details-two .project-desctiption p {font-size: 17px;}
  .portfolio-details-two .pt-title {font-size: 14px; margin-bottom: 4px;}
  .portfolio-details-two .pt-text {font-size: 16px;}
  .pr-pagination-one .pr-name {font-size: 18px;}
  .blog-meta-three .blog-title.xl {font-size: 24px;}
  .blog-meta-three.text-style {padding: 35px 20px 40px;}
  .page-pagination-one ul li {font-size: 18px; margin-right: 18px;}
  .blog-sidebar .sidebar-banner-add .banner-content {padding: 30px 20px;}
  .blog-sidebar .sidebar-title {font-size: 22px;}
  .sidebar-recent-news .post .title {font-size: 18px;}
  .blog-details-one .blog-details-content .image-meta {margin-bottom: 25px;}
  .blog-details-one .blog-details-content p {font-size: 16px; margin-bottom: 28px;}
  .blog-details-one .blog-details-content h2 {font-size: 25px; margin-bottom: 15px;}
  .blog-details-one .blog-details-content .bottom-widget {padding-top: 20px;}
  .blog-comment-area {margin: 50px 0;}
  .blog-details-one .blog-inner-title {font-size: 30px; padding-bottom: 0;}
  .blog-comment-form {padding: 35px 20px;}
  .address-block-two .title {font-size: 20px; padding: 12px 0 0;}
  .address-block-two p {font-size: 16px;}
  .address-block-two p .call {font-size: 20px;}
  .address-block-two .icon {width: 50px; height: 50px; padding: 15px;}
  .form-style-one .input-group-meta input, .form-style-one .input-group-meta textarea {font-size: 16px;}
  .map-area-one .mapouter {height: 450px;}
}
/*(max-width: 1199px)*/



/*Between Grid lg*/
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {font-size: 55px;}
  h2 {font-size: 45px;}
  h3, .h3 {font-size: 26px;}
  .title-style-seven .main-title,
  .title-style-eight .main-title,
  .fancy-short-banner-six .block-wrapper .main-title {font-size: 48px;}
  .title-style-six .main-title {font-size: 48px;}
  .title-style-eleven .main-title,.fancy-short-banner-fifteen .title {font-size: 48px;}
  .title-style-three .main-title {font-size: 48px;}
  .title-style-five .main-title {font-size: 50px;}
  .hero-banner-thirteen .hero-heading {font-size: 55px;}
  .hero-banner-eight .hero-heading {font-size: 55px;}
  .hero-banner-three .hero-heading {font-size: 58px;}
  .hero-banner-six .hero-heading {font-size: 55px;}
  .hero-banner-nine .hero-heading {font-size: 70px;}
  .inner-banner-one .title {font-size: 50px;}
  .title-style-twelve .main-title {font-size: 48px;}
  .theme-main-menu {padding-right: 20px; padding-left: 20px;}
  .navbar .navbar-nav .nav-link {font-size: 17px;}
  .hero-banner-ten {padding-top: 200px;}
  .hero-banner-ten .hero-heading {font-size: 58px;}
  .fancy-feature-thirtyFive .top-banner h2 {font-size: 45px;}
  .fancy-feature-thirtyFive .img-holder {margin-right: 70px;}
  .fancy-feature-thirtyFive .text-wrapper p {font-size: 32px;}
  .fancy-feature-thirtyFive .img-holder .card-one {width: 250px; left: -10%;}
  .fancy-feature-thirtySix .btn-twentyTwo {top: 45px;}
  .fancy-short-banner-thirteen .text-wrapper {padding: 70px 0 70px 35px; margin-left: 35px;}
  .hero-banner-seven .illustration-holder {top: 26%;}
  .pricing-section-four .wrapper {max-width: 900px;}
  .fancy-short-banner-nine .title h2 {font-size: 38px;}
  .feedback-block-six p {font-size: 28px;}
  .theme-main-menu .header-search-one {max-width: 300px; margin-left: 15px;}
  .theme-menu-nine .navbar .navbar-nav .nav-link {margin: 0 20px;}
  .hero-banner-twelve .hero-heading {font-size: 58px; line-height: 1.1em;}
  .hero-banner-five .hero-heading {font-size: 130px;}
  .hero-banner-five {padding: 250px 0;}
  .fancy-short-banner-six .block-wrapper .inner-wrapper {width: 480px;}
  .fancy-short-banner-six .left-side {height: 650px;}
  .fancy-feature-fortySix .quote-wrapper p {font-size: 48px;}
  .fancy-feature-fortyNine .title {font-size: 65px;}
  .fancy-feature-fortyNine .clip-text {font-size: 640px; line-height: 600px; top: -70px;}
  .blog-section-six .btn-holder {top: 18px;}
  .hero-banner-two .hero-heading {font-size: 58px;}
  .feedback-section-two .circle-bg {width: 78%; left: 50%; transform: translateX(-50%);}
  .fancy-short-banner-two .bg-wrapper .inner-wrapper {max-width: 800px;}
  .hero-banner-three .mobile-screen {width: 42%;}
  .fancy-feature-ten .circle-one {width: 800px; height: 800px;}
  .fancy-feature-ten .mobile-screen {width: 28%; bottom: 10%;}
  .feedback-section-three .slider-wrapper {width: calc(960px + 25vw);}
  .feedback-section-three .shape-holder {width: 48%;}
  .feedback-block-three p {font-size: 18px; margin: 18px 0 30px;}
  .partner-section-two .logo-wrapper {max-width: 60%;}
  .hero-banner-four .hero-heading {font-size: 75px;}
  .hero-banner-four {margin-top: 200px;}
  .fancy-feature-thirteen .fancy-text {font-size: 130px;}
  .hero-banner-one .illustration-holder {right: 1%; width: 48%;}
  .hero-banner-one .card-one {width: 275px;}
  .fancy-feature-one .inner-content {max-width: 1120px;}
  .feedback-section-one .inner-content {width: 170vw;transform: translateX(-35vw);}
  .fancy-short-banner-one .inner-wrapper {max-width: 900px;}
  .hero-banner-eleven .hero-heading {font-size: 90px;}
  .blog-section-five .btn-holder {top: 22px;}
  .fancy-short-banner-fourteen .title {font-size: 50px;}
  .hero-banner-nine .image-gallery {width: 38%;}
  .feedback-block-eight p {font-size: 50px; line-height: 1.4em;}
  .feedback-block-nine p {font-size: 32px;}
  .feedback-block-nine .img-one {margin-top: -200px;}
  .feedback-block-nine .img-two {margin-top: -100px;}
  .feedback-section-nine .img-three {width: 200px; bottom: -2%;}
  .feedback-section-ten .slick-arrow-five {top: 55px;}
  .fancy-feature-fiftyOne .shape-one {left: 6%;}
  .fancy-feature-fiftyOne .shape-two {right: 6%;}
  .inner-banner-one {padding: 170px 0 100px;}
  .team-section-three .line-bg-wrapper {width: 960px;}
}
/*(min-width: 992px) and (max-width: 1199px)*/



/*Grid md Start*/
@media (max-width: 991px) {
  h1 {font-size: 42px;}
  h2 {font-size: 35px;}
  h3, .h3 {font-size: 22px;}
  .h6, h6 {font-size: 16px;}
  .fs-15 {font-size: 14px;}
  .title-style-seven .main-title,
  .title-style-eight .main-title,
  .fancy-short-banner-six .block-wrapper .main-title {font-size: 35px; letter-spacing: -0.5px;}
  .title-style-eleven .main-title {font-size: 34px;}
  .title-style-five .main-title,.fancy-short-banner-fifteen .title {font-size: 35px;}
  .hero-banner-three .hero-heading {font-size: 35px;}
  .hero-banner-eight .hero-heading {font-size: 35px; line-height: 1.25em; letter-spacing: -0.5px;}
  .title-style-three .main-title {font-size: 34px; line-height: 1.2em;}
  .hero-banner-two .hero-heading {font-size: 40px; line-height: 1.2em;}
  .title-style-eight .sc-title {font-size: 12px;}
  .title-style-six .main-title {font-size: 32px;}
  .hero-banner-thirteen .hero-heading {font-size: 45px;}
  .title-style-twelve .main-title {font-size: 35px;}
  .hero-banner-six .hero-heading {font-size: 45px; letter-spacing: -1px; line-height: 1.25em;}
  .inner-banner-one .title {font-size: 42px;}
  body .btn-one {line-height: 48px; padding: 0 25px; font-size: 15px;}
  .title-style-six .sc-title-two {font-size: 13px; padding-bottom: 5px;}
  body .btn-nine {font-size: 15px; line-height: 50px; padding: 0 30px;}
  body .btn-twentyFive {line-height: 46px; font-size: 16px; padding: 0 22px;}
  body .btn-three {line-height: 48px; padding: 0 35px;}
  .theme-main-menu {padding-right: 12px; padding-left: 12px;}
  .theme-main-menu .login-btn-three {max-width: 45px; height: 45px; line-height: 43px;}
  .hero-banner-ten .hero-heading {font-size: 45px;}
  .hero-banner-ten {padding-top: 150px;}
  .fancy-feature-thirtyFive .top-banner h2 {font-size: 35px;}
  .fancy-feature-thirtyFive .text-wrapper p {font-size: 24px; line-height: 1.65em;}
  .fancy-feature-thirtyFive .img-holder .card-style .icon {width: 30px; height: 30px; font-size: 14px;}
  .fancy-feature-thirtyFive .img-holder .card-style {width: auto !important; padding: 15px 20px 10px;}
  .fancy-feature-thirtySix .btn-twentyTwo {position: static;}
  .fancy-short-banner-thirteen .text-wrapper {border-left: none; padding: 50px 0;}
  .fancy-short-banner-thirteen .bg-wrapper .shape-one,
  .fancy-short-banner-thirteen .bg-wrapper .shape-text,
  .theme-main-menu .lang-dropdown:before,.hero-banner-thirteen .shape-one,
  .hero-banner-two .hero-heading .line-shape,
  .fancy-feature-four .tab-content .shape-three,.fancy-feature-four .tab-content .shape-four,
  .partner-section-one .shapes,.footer-style-two .shape-four,.feedback-section-three .shape-holder,
  .footer-style-two .shape-three,.theme-main-menu .signup-btn-one:before,.hero-banner-eleven .scroll-bar,
  .feedback-section-nine .img-three,.feedback-section-ten .shape-one,
  .fancy-feature-fiftyOne .shapes,.footer-style-eleven .shape-one {display: none !important;}
  .theme-basic-footer .footer-title {font-size: 20px; margin-bottom: 10px;}
  .footer-style-ten {padding: 80px 0 20px;}
  .theme-basic-footer .footer-nav-link a {font-size: 16px; line-height: 38px;}
  .card-style-eleven .icon {margin: 0 auto;}
  .fancy-short-banner-nine .title h2 {font-size: 32px;}
  .title-style-eight .main-title span {line-height: inherit;}
  .feedback-block-six p {font-size: 22px;}
  .feedback-section-six .bg-wrapper:after {left: 20px; right: 20px; bottom: -25px;}
  .fancy-short-banner-ten .bg-wrapper {text-align: center; padding-left: 5px; padding-right: 5px;}
  .theme-basic-footer .form-widget form {height: 60px;}
  .footer-style-seven .bottom-footer .footer-nav a,.footer-style-seven .bottom-footer .social-icon a,
  .footer-style-eleven .bottom-footer .footer-nav a,.footer-style-eleven .bottom-footer .social-icon a,
  .footer-style-two .bottom-footer .footer-nav a,.footer-style-two .bottom-footer .social-icon a,
  .footer-style-eight .bottom-footer .footer-nav a,.footer-style-eight .bottom-footer .social-icon a,
  .footer-style-nine .bottom-footer .footer-nav a,.footer-style-nine .bottom-footer .social-icon a {margin: 0 10px;}
  .theme-main-menu .header-search-one {margin: 0 auto; padding: 0 15px;}
  .theme-main-menu .header-search-one .icon {left: 23px;}
  .hero-banner-twelve .hero-heading {font-size: 42px; line-height: 1.12em;}
  .fancy-feature-fortyTwo .slider-wrapper {width: auto;}
  .fancy-feature-fortyTwo .tab-content:before {left: -15px; right: -15px; top: -25px;}
  .fancy-feature-fortyTwo .nav-tabs .nav-link {padding: 0 10px; margin: 0 5px 10px; line-height: 30px;}
  .feedback-section-thirteen:before {height: 77%;}
  .hero-banner-five .hero-heading {font-size: 90px; line-height: 0.9em;}
  .hero-banner-five .hero-heading span img {max-width: 150%;}
  .hero-banner-five {padding: 200px 0;}
  .fancy-short-banner-six .block-wrapper {width: 100%;}
  .fancy-short-banner-six .left-side {height: auto; padding: 60px 0;}
  .footer-style-five .bottom-footer {padding-top: 10px;}
  .theme-menu-ten .right-widget {margin-left: auto;}
  .theme-main-menu .header-search-two {width: 96%; margin: 0 auto;}
  .theme-main-menu .login-btn-four {width: 45px; height: 45px; line-height: 45px;}
  .hero-banner-thirteen .input-block {border-right: none; border-top: 1px solid #EEECEC;}
  .hero-banner-thirteen .search-form-bg {padding: 0;}
  .fancy-feature-fortySix .quote-wrapper p {font-size: 32px; line-height: 1.6em;}
  .fancy-feature-fortySix .quote-wrapper .icon {width: 55px; height: 55px;}
  .fancy-feature-fortySeven .nav-tabs .nav-link {font-size: 13px;}
  .fancy-feature-fortyNine .title {font-size: 45px;}
  .fancy-feature-fortyNine .clip-text {font-size: 540px; line-height: 500px; top: -56px; left: -12%;}
  .fancy-feature-fortyNine {margin: 0 12px;}
  .footer-style-twelve .copyright {position: relative; bottom: 0;}
  .title-style-three .main-title .mark-bg {height: 34px;}
  .fancy-feature-three .screen-holder-one .logo-two {left: 0;}
  .fancy-feature-four .tab-content .shape-one {width: 80px; height: 80px; top: -55px;}
  .fancy-feature-four .tab-content .shape-two {width: 150px; height: 150px;}
  .fancy-feature-four .nav-tabs li:before {width: 35px; height: 35px; line-height: 35px;}
  .feedback-section-two .circle-bg .main-img {max-height: 100%;}
  .feedback-section-two .circle-bg {height: 100%;}
  .partner-section-one .img-box {width: 145px;height: 145px;}
  .partner-section-one .img-box.bx-g {width: 160px; height: 160px;}
  .footer-style-two .shape-one {width: 100px; height: 100px; left: -12px; top: -50px;}
  .footer-style-two .shape-two {width: 50px; height: 50px; bottom: 0; right: -12px;}
  .footer-style-two .top-footer {padding: 70px 12px 0;}
  .footer-style-two .bottom-footer {padding: 20px 0 0;}
  .hero-banner-three .mobile-screen {position: static; max-width: 500px; margin: 20px auto 0; width: 100%;}
  .title-style-four .sc-title {font-size: 16px; padding-bottom: 16px;}
  .feedback-section-three .slider-wrapper {width: 100%; margin: 0;}
  .partner-section-two .logo-wrapper {position: static; transform: none; max-width: 100%; margin: 50px 0 auto;}
  .partner-section-two .logo-wrapper .logo {margin: 10px 12px;}
  .footer-style-three .subscribe-form button {width: 135px; font-size: 15px;}
  .footer-style-three .subscribe-form input {padding: 0 140px 0 25px;}
  .footer-style-three .subscribe-form form {height: 60px;}
  body .btn-sixteen {line-height: 48px; font-size: 16px; padding: 0 30px;}
  .hero-banner-eight h2 {font-size: 30px;}
  .fancy-feature-twentySix .trade-meta-block {padding: 30px 20px 20px; border-right: none; border-bottom: 1px solid rgba(255, 255, 255, 0.12);}
  .card-style-twelve {padding: 20px 15px 30px;}
  .footer-style-eight .bottom-footer {padding: 30px 0 10px;}
  .hero-banner-four .hero-heading {font-size: 40px; line-height: 1.2em; letter-spacing: 0px;}
  .hero-banner-four {margin-top: 150px;}
  .hero-banner-four .fancy-block-one .main-img {border-radius: 0 50px 0 50px;}
  .hero-banner-four .fancy-block-two .main-img {border-radius: 50px 0 50px 0;}
  .fancy-feature-twelve .block-wrapper {position: static; transform: none; width: 100%;}
  .g-control-nav-one li {margin: 8px 5px 0;}
  .portfolio-block-one .title {  left: 15px;right: 15px;bottom: 15px;padding: 15px 15px;}
  .portfolio-block-one .title .pj-name {font-size: 18px;}
  .fancy-feature-thirteen .fancy-text {font-size: 95px; letter-spacing: -5px; top: -3%;}
  .hero-banner-one .bg-wrapper {padding: 150px 0 80px;}
  .fancy-feature-two .img-meta .card-one {right: 0;}
  .fancy-feature-two .more-btn {position: static; margin-top: 10px;}
  .feedback-section-one .inner-content {width: 100%;transform: none; max-width: 736px; margin-left: auto; margin-right: auto;}
  .feedback-section-one .slider-arrows {position: absolute; bottom: 30px; left: 0; right: 0;}
  .slick-arrow-one li {margin: 0 5px;}
  .fancy-short-banner-one .subscribe-form {max-width: 100%; margin: 20px 0 0;}
  .pricing-table-area-three .tab-content .pr-two {border-left: 1px solid #E3E3E3;}
  .feedback-block-five {padding: 35px 20px;}
  .feedback-block-five p {font-size: 18px;}
  .feedback_slider_five .item {margin: 0 12px;}
  body .btn-thirteen {line-height: 50px; padding: 0 30px;}
  .footer-style-six .bottom-footer {margin-top: 0;}
  .theme-main-menu .right-widget .contact-btn-four span:before {width: 62px; height: 62px; right: -27px;}
  .hero-banner-eleven {padding: 0 40px 0 0;}
  .hero-banner-eleven .hero-heading .line-one:before,
  .hero-banner-eleven .hero-heading .line-two:before {height: 12px; bottom: 15px;}
  .hero-banner-eleven .hero-heading:before {top: -32px;}
  .portfolio-block-two .img-holder .video-icon {width: 45px; height: 45px; line-height: 45px; font-size: 25px;}
  .portfolio-block-two .img-holder .caption {padding: 15px 5px 5px 15px;}
  .portfolio-block-two .img-holder .caption .pj-title  {font-size: 20px;}
  .feedback_slider_nine .item {margin: 0 20px;}
  .feedback-section-twelve .slider-wrapper {margin: 0 -20px;}
  .feedback_slider_nine .slick-dots {margin-top: 50px;}
  .partner-section-six .top-header .lines {width: 33%;}
  .fancy-short-banner-fourteen .title {font-size: 40px;}
  .fancy-short-banner-fourteen .title span:before {bottom: 10px;}
  .hero-banner-nine .hero-heading {font-size: 48px; line-height: 1.22em;}
  .feedback-section-eight .shape-one {left: -3%;}
  .feedback-section-eight .shape-two {right: -3%;}
  .feedback-section-eight .shape-three {left: 0;}
  .feedback-block-eight p {font-size: 35px; padding: 0; line-height: 1.4em;}
  .feedback-block-eight p span {text-decoration-thickness: 2px;}
  .fancy-feature-thirty .illustration-holder {position: relative; width: 90%; margin-top: 80px;}
  .feedback-block-nine p {font-size: 26px;}
  .feedback-block-nine .img-two {margin: 40px auto 0; border-radius: 0;}
  .feedback-section-ten .slick-arrow-five {position: relative; width: 114px; margin: 60px auto 0; top: 0;}
  .footer-style-nine .bottom-footer {margin-top: 20px;}
  .fancy-feature-fiftyOne h6 {font-size: 18px;}
  .team-section-two .btn-twentyTwo {position: relative; top: 0;}
  .partner-section-six .br-name {padding: 10px 6px 0;}
  .inner-banner-one {padding: 150px 0 70px;}
  .block-style-eight {padding: 18px 15px;}
  .portfolio-block-six .img-meta .caption {padding: 15px 5px 20px 15px;}
}
/*(max-width: 991px)*/



/*Between Grid md*/
@media (min-width: 768px) and (max-width: 991px) {
  .fancy-feature-thirtyFive .img-holder {margin-right: 50px;}
  .feedback-section-eleven .inner-content,.feedback-section-thirteen .inner-content {width: 180vw;transform: translateX(-40vw);}
  .hero-banner-seven .illustration-holder {top: 30%;}
  .pricing-section-four .wrapper {max-width: 800px;}
  .fancy-short-banner-six .block-wrapper .inner-wrapper {width: 696px;}
  .fancy-feature-fortySeven .nav-tabs .nav-link {margin-left: 25px;}
  .blog-section-six .btn-holder {top: 18px;}
  .fancy-feature-three .screen-holder-one {width: 100%;}
  .fancy-feature-eight .illustration-holder {width: 38%;}
  .fancy-feature-ten .circle-one {width: 650px; height: 650px;}
  .fancy-feature-ten .mobile-screen {bottom: 15%;}
  .hero-banner-eight .illustration-holder {right: 1%;}
  .feedback-section-seven .inner-content {width: 150vw;transform: translateX(-25vw);}
  .hero-banner-one .illustration-holder {right: 1%; width: 41%;}
  .hero-banner-one .card-one {width: 275px;}
  .fancy-short-banner-one .inner-wrapper {max-width: 600px;}
  .feedback-section-five .slick-arrow-three {top: 20px;}
  .feedback-section-five .slider-wrapper {width: calc(100% + 35vw); margin: 0 -12px;}
  .hero-banner-eleven .hero-heading {font-size: 50px;}
  .blog-section-five .btn-holder {top: 12px;}
  .partner-section-five .logo-wrapper {font-size: 25px;}
  .team-section-three .line-bg-wrapper {width: 696px;}
  .grid-3column .isotop-item, .grid-3column .grid-sizer {width: 50%;}
}
/*(min-width: 768px) and (max-width: 991px)*/



/*Grid sm Start*/
@media (max-width: 767px) {
  body .btn-twentyTwo {line-height: 50px; padding: 0 35px;}
  .blog-meta-three .read-btn-two {line-height: 43px; padding: 0 28px; font-size: 15px;}
  .hero-banner-ten .search-area .nice-select {width: 100%; border-radius: 7px;}
  .hero-banner-ten .search-area .zip-code-input {width: 100%; border-radius: 7px; border: 1px solid #DCDCDC !important; margin: 10px 0;}
  .hero-banner-ten .search-area button {width: 100%; height: 50px; border-radius: 7px;}
  .fancy-feature-thirtyFive .img-holder .avatar-img {max-height: 100%;}
  .fancy-feature-thirtyFive .img-holder .card-one {left: 1%;}
  .fancy-feature-thirtyFive .img-holder .card-two,
  .fancy-feature-thirtyFive .img-holder .card-three {right: 1%;}
  .feedback-section-eleven .inner-content, .feedback-section-thirteen .inner-content,
  .feedback-section-seven .inner-content {width: 100%; transform: none;}
  .feedback-block-eleven {margin: 30px 0 50px; box-shadow: 0px 30px 45px rgb(19 45 73 / 3%);}
  .blog-section-three .btn-twentyTwo {top: 0;}
  .hero-banner-seven .illustration-holder {position: static; margin: 60px 0 0; width: 100%;}
  .pricing-table-area-four .pr-table-wrapper .top-banner {text-align: center;}
  .pricing-table-area-four .pr-table-wrapper .price {font-size: 30px; padding: 0;}
  .pricing-table-area-four .pr-table-wrapper .price sup {font-size: 16px; top: -8px;}
  .pricing-table-area-four .pr-table-wrapper .pr-feature {padding: 30px 0 35px 15px;}
  .pricing-table-area-four .pr-table-wrapper .pr-feature li {font-size: 16px; line-height: 40px;}
  .pricing-table-area-four .pr-table-wrapper .btn-fourteen,
  .pricing-table-area-four .pr-table-wrapper .trial-button {font-size: 15px;}
  .pricing-table-area-four .pr-table-wrapper .top-banner span {font-size: 18px;}
  .fancy-short-banner-nine .input-wrapper {width: 100%; margin: 0 0 15px;}
  .fancy-short-banner-nine .domain-search-form .search-btn {width: 100%;}
  .fancy-short-banner-nine .bg-wrapper:after {top: 0; right: -18px; bottom: -18px; left: 20px;}
  .slick-arrow-four li {position: relative; margin: 0 10px;}
  .slick-arrow-four li.prev_s2,.slick-arrow-four li.next_s2 {left: 0; right: 0;}
  .slick-arrow-four li:after,
  .feedback-section-two .circle-bg,.pricing-table-area-two .pr-column.active:before,
  .fancy-feature-twentySeven .r-shape-one,.footer-style-one .shape-one,
  .feedback-section-eight .shapes {display: none !important;}
  .footer-style-five .bottom-footer .footer-nav a {margin: 0 10px 5px;}
  .fancy-feature-fortySeven .nav-tabs .nav-link {margin: 5px 10px 0;}
  .fancy-feature-four .nav-tabs li {width: 100%; border-right: none; border-bottom: 1px solid #f3f3f3;}
  .fancy-feature-four .nav-tabs li:before {left: 50%; top: auto; bottom: -17px; transform: translate(-50% , 0) rotate(90deg);}
  .fancy-feature-four .nav-tabs li .nav-link {padding: 22px 15px;}
  .pricing-table-area-one .pr-column {border: 1px solid #ededed; border-radius: 15px;}
  .pricing-table-area-one .pr-table-wrapper {border: none;}
  .pricing-table-area-one .pr-footer {padding: 16px 0;}
  .pricing-table-area-one .pr-body li {padding: 12px 0 8px;}
  .fancy-feature-eight .illustration-holder {display: none;}
  .fancy-feature-ten .mobile-screen {position: static; width: 100%; transform: none;}
  .fancy-feature-ten .circle-one {width: 100%; height: 100%; position: absolute !important; top: 0; left: 0; border: none;}
  .fancy-feature-ten .circle-two {border: none;}
  .fancy-feature-ten .circle-three {background: transparent;}
  .hero-banner-eight .illustration-holder {position: relative; width: 100%; max-width: 500px; top: auto; right: auto; margin: 60px auto 0;}
  .hero-banner-eight .illustration-holder .shape-one {left: 0;}
  .hero-banner-one .bg-wrapper {padding-bottom: 0;}
  .hero-banner-one .illustration-holder {width: 100%; position: relative; right: auto; margin: 60px auto 0; max-width: 440px;}
  .feedback-section-five .slider-wrapper {width: 100%; margin: 0;}
  .feedback-section-five .slick-arrow-three {position: relative;}
  .slick-arrow-three li {margin: 0 5px;}
  .hero-banner-eleven .hero-heading {font-size: 40px;}
  .blog-section-five .btn-holder {position: relative; top: 0;}
  .blog-meta-five .tag {font-size: 11px;}
  .hero-banner-nine .image-gallery {position: relative; right: auto; margin: 20px auto; width: 100%; max-width: 450px; padding: 0 12px;}
  .partner-section-five .logo-wrapper {font-size: 24px;}
  .partner-section-five .logo-wrapper .br-name {margin-top: 10px;}
  .user-data-section .form-wrapper {width: 100%;}
  .grid-2column .isotop-item, .grid-2column .grid-sizer,
  .grid-3column .isotop-item, .grid-3column .grid-sizer {width: 100%;}
  .portfolio-details-one .project-pagination .pg-title {font-size: 25px;}
  .blog-comment-area .comment p {padding: 15px 0 0 0;}
}
/*(max-width: 767px)*/




/*Between Grid sm*/
@media (min-width: 576px) and (max-width: 767px) {
  .fancy-short-banner-six .block-wrapper .inner-wrapper {width: 516px;}
  .blog-section-six .btn-holder {top: 10px;}
  .team-section-three .line-bg-wrapper {width: 516px;}

}
/*(min-width: 576px) and (max-width: 767px)*/




/*Extra Small breakpoints*/
@media (max-width: 575px) {
  body .btn-fourteen {font-size: 15px;}
  .fancy-feature-thirtySeven .block-one,.fancy-feature-thirtySeven .block-two,
  .fancy-feature-thirtySeven .block-three {padding: 35px 15px 20px;}
  .fancy-feature-thirtyEight .illustration-holder .screen-two {right: auto; left: 0; max-width: 75%;}
  .blog-section-three .btn-twentyTwo {position: static;}
  .fancy-short-banner-ten [class*="btn-"] {margin: 10px 10px 0;}
  .hero-banner-twelve .card-three {bottom: 2%;}
  .fancy-feature-fortyOne .wrapper .space-fix {transform: none;}
  .card-style-nine {width: 100%;}
  .blog-meta-two .tag {font-size: 11px;}
  .fancy-short-banner-six .block-wrapper .inner-wrapper {width: 100%; padding: 0 12px;}
  .fancy-short-banner-seven .subscribe-form button {width: 122px; font-size: 15px;}
  .fancy-short-banner-seven .subscribe-form input {padding: 0 125px 0 20px;}
  .fancy-feature-fortyNine .clip-text {display: none;}
  .blog-section-six .btn-holder {position: relative;}
  .blog-meta-six {min-height: 420px;}
  .fancy-short-banner-fifteen form input {width: 100%; font-size: 18px;}
  .fancy-short-banner-fifteen form button {width: 100%; height: 42px; font-size: 14px; margin-top: 10px;}
  .footer-style-twelve .shape-one,.hero-banner-four .fancy-img-block,
  .portfolio-gallery-one .shape-two,.portfolio-gallery-one .shape-three,
  .fancy-feature-thirteen .img-meta .shape-two,.fancy-feature-thirteen .fancy-text,
  .hero-banner-six .shapes,.pricing-table-area-three .tab-content .pr-column.active:before,
  .fancy-feature-twentyTwo .shape-text,.fancy-feature-twentyTwo .shape-one {display: none !important;}
  .hero-banner-two .illustration-holder .shape-one {left: 1%;}
  .hero-banner-two .illustration-holder .shape-two {right: 1%;}
  .fancy-feature-three .screen-holder-one {width: 100%;}
  .fancy-feature-three .screen-holder-one .logo-three {left: 0;}
  .fancy-feature-three .screen-holder-one .logo-five {right: 0;}
  .feedback-block-two p {font-size: 20px;}
  .fancy-short-banner-three .subscribe-form form {height: 60px;}
  .fancy-short-banner-three .subscribe-form button {width: 120px;}
  .fancy-short-banner-three .subscribe-form input {padding: 0 122px 0 20px;}
  .pricing-table-area-one .pr-body .pr-text {font-size: 15px;}
  .hero-banner-three .mobile-screen .card-one h6 {width: 100%;}
  .fancy-feature-ten .block-bg {width: 150px; font-weight: 600; color: #000;}
  .card-style-thirteen {padding: 30px 20px 30px;}
  .platform-button-group-two a {margin: 15px auto 0;}
  .fancy-feature-thirteen .img-meta .text-meta {left: 15%;}
  .feedback-block-four .rating li {font-size: 15px; margin-left: 6px;}
  .feedback-block-one .img-meta {width: 100%; max-width: 350px; margin: 0 auto 40px; max-height: inherit;}
  .feedback-block-one .text-wrapper {width: 100%; padding: 0 15px 40px;}
  .fancy-feature-two .img-meta-two .card-one {right: 0;}
  .hero-banner-six .subscribe-form button {width: 120px;}
  .hero-banner-six .subscribe-form input {padding: 0 122px 0 25px;}
  .pricing-table-area-three .tab-content .pr-one {border-right: 1px solid #E3E3E3; border-radius: 15px;}
  .pricing-table-area-three .tab-content .pr-two {border-radius: 15px; border-bottom: none;}
  .pricing-table-area-three .tab-content .pr-three {border-left: 1px solid #E3E3E3; border-radius: 15px;}
  .hero-banner-eleven .social-elemnet {top: 6%; right: -70px;}
  .fancy-feature-fiftyTwo .video-banner .video-icon {width: 55px; height: 55px; padding: 16px;}
  .fancy-feature-fiftyTwo .video-banner {height: 450px;}
  .team-section-three .line-bg-wrapper {width: calc(100% - 24px);}
  .user-data-section .form-wrapper {padding: 40px 20px;}
  .portfolio-block-three .meta-data {width: 100%;}
  .portfolio-details-one .project-pagination .hover-content {opacity: 1; visibility: visible; backdrop-filter: blur(0);}
  .pr-pagination-one i {font-size: 25px;}
  .blog-comment-area .comment .reply-btn {position: relative;}
}
/*(max-width: 575px)*/

