b, strong {font-weight: 600;}
.flip-rtl svg {transform: scaleX(-1);}

/* small monitor Navigation Menu */
@media (min-width: 1024px) and (max-width: 1200px) {
	.main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: calc(1.5em / 2); padding-right: calc(1.5em / 2); font-size: 13px;
	}
}

.header-navigation .header-menu-container ul ul li.menu-item > a, .mobile-navigation ul li a {display: inline-flex;}
.menu-label-icon-wrap {margin-left: .5em; order: -1; font-size: 15px;}
.mobile-navigation ul.has-collapse-sub-nav ul.sub-menu {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.mobile-navigation ul.has-collapse-sub-nav .sub-menu.show-drawer {
  display: block;
  transition: max-height 0.3s ease;
  max-height: 1000px;
}

/* Mobile Navigation Menu */
.mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap, .mobile-navigation ul li:not(.menu-item-has-children) a {border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid #000;}
.mobile-navigation ul li:first-child a {border-top: none;}
.mobile-navigation ul li:last-child a {border-bottom: none;}
.mobile-navigation li ul li:first-child a {border-bottom: 1px solid #000;}
.mobile-navigation li ul li:last-child a {border-bottom: none;}
.mobile-navigation ul.has-collapse-sub-nav .sub-menu.show-drawer {border-top: 1px solid rgba(255,255,255,0.08);border-bottom: 1px solid #000;}
.mobile-navigation ul ul li {font-weight:400;}
.mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button {
  border-left: none;
}
.drawer-content .site-header-item {margin-bottom: 0px;}
#mobile-secondary-site-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap, #mobile-secondary-site-navigation ul li:not(.menu-item-has-children) a {border-bottom: none;}
#mobile-secondary-site-navigation ul li:first-child a {border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid #000;}
#mobile-secondary-site-navigation .mobtel a {color:#ffee00; font-size: 18px;}
#mobile-secondary-site-navigation .mobtel a i {font-weight: 200; font-style: normal; padding-right: 8px; font-size: 14px;}

/* Thm Btn Css */
.color-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background: linear-gradient(270deg, #FA5674 0%, #6065D4 100%) !important;
  color: #fff;
  overflow: hidden;
  transition: all 0.5s linear;
  text-transform: capitalize;
  z-index: 1;
	border: 0;
}

.color-btn::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  background-color: #ffd25d;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.color-btn::after {
  position: absolute;
  background-color: #ffd25d;
  bottom: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.color-btn:hover:before {width: 100%; height: 100%; visibility: visible; opacity: 1;}
.color-btn:hover::after {width: 100%; height: 100%; visibility: visible; opacity: 1;}
.color-btn:hover {color: #000;}

/** Mark Underline **/
mark.kt-highlight {
  background-image: url("data:image/svg+xml,%3Csvg width='274' height='13' viewBox='0 0 274 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.347 10.301c77.77-7.83 211.703-1.71 268.985 2.333 1.103.078 2.012-1.2 2.029-2.854.018-1.655-.862-3.059-1.965-3.137C214.116 2.6 79.978-3.537 1.956 4.317.86 4.427.057 5.857.165 7.51c.108 1.653 1.085 2.903 2.183 2.792z' fill='%23f97316'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
	background-size: contain !important;
	background-position: 50% 100%;
	padding-bottom: 0.3rem !important;
  -webkit-box-decoration-break: unset !important;
  box-decoration-break: unset !important;
	color: #000;
}
mark.kt-highlight:has(strong) {
  background-image: url("data:image/svg+xml,%3Csvg width='274' height='13' viewBox='0 0 274 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.347 10.301c77.77-7.83 211.703-1.71 268.985 2.333 1.103.078 2.012-1.2 2.029-2.854.018-1.655-.862-3.059-1.965-3.137C214.116 2.6 79.978-3.537 1.956 4.317.86 4.427.057 5.857.165 7.51c.108 1.653 1.085 2.903 2.183 2.792z' fill='%23f97316'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
	background-size: contain !important;
	background-position: 50% 100%;
	padding-bottom: 0.5rem !important;
  -webkit-box-decoration-break: unset !important;
  box-decoration-break: unset !important;
	color: #000;
}
mark.has-inline-color {background-color: #0da7e3 !important; color:#fff; padding: 5px 20px; border-radius: 20px;}

/** top Header ***/
.site-top-header-wrap .site-header-row-container-inner {
  background: -o-linear-gradient(100deg, #0a597f, #217ca9, #3fa4d6, #17779c, #014c70);
  background: linear-gradient(100deg, #0a597f, #217ca9, #3fa4d6, #17779c, #014c70);
  opacity: 1;
  background-size: 600% 600%;
  -webkit-animation: gradient 10s ease infinite alternate;
  animation: gradient 10s ease infinite alternate;
}
@-webkit-keyframes gradient {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}

/** info box **/
.kt-blocks-info-box-media {border-radius: 10px 10px 0 0;}
.kt-infobox-textcontent {padding: 10px 15px;}
.kt-infobox-textcontent em {font-weight: 600; font-style: normal;}
@media screen and (max-width:1024px) {
	.kb-advanced-slider .kb-advanced-slide-item {width: calc(100% - 60px) !important;}
}

/** Portfolio Box **/
@media screen and (min-width:767px) {
	.portfolio-box .portfolio-title {display: block; min-height:56px;}
}
@media screen and (max-width:768px) {
	.portfolio-box .portfolio-title {display: block; padding-bottom:12px;}
}
/** Features Box **/
.features-box .kt-infobox-textcontent {padding: 0px;}
.features-box .kb-advanced-slide-inner-wrap {padding: 0px;}

/** Articles Archive **/
.archive .loop-entry .entry-content-wrap {padding: 1.3rem;}
.archive .loop-entry .entry-taxonomies a {font-weight: normal;}
.archive .entry.loop-entry {border-radius: 10px;}
.archive .wp-site-blocks .post-thumbnail {border-radius: 10px 10px 0 0;}
.archive .loop-entry a.post-more-link {border:1px solid #ccc; padding:7px 15px; border-radius:5px; background-color: #eee;}
.archive .loop-entry .more-link-wrap {text-align: left;}

/** home Contact Box **/
.newsletter-one__shape-2 {
  position: absolute;
  top: -70px;
  left: 80px;
  width: 76px;
  height: 570px;
  background-color: rgba(255,255,255,.13);
  z-index: -1;
  transform: rotate(-40deg);
}
.newsletter-one__shape-3 {
  position: absolute;
  top: -70px;
  left: 104px;
  width: 76px;
  height: 570px;
  background-color: rgba(255,255,255,.13);
  z-index: -1;
  transform: rotate(-40deg);
}
@media screen and (max-width:767px) {
	.newsletter-one__shape-2 {top: -100px; left: 65px;}
	.newsletter-one__shape-3 {top: -100px; left: 85px;}
}

/** Image Animate **/
.image-animate1 .wp-block-kadence-image img {
  -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  -webkit-animation: img-border 5s linear infinite alternate;
  -moz-animation: img-border 5s linear infinite alternate;
  -o-animation: img-border 5s linear infinite alternate;
  animation: img-border 5s linear infinite alternate;
  transition: all 0.3s ease-out 0s;
}
.tpchoose-shape-one {position: absolute; bottom: 55px; left: -38px; z-index: -1;}
@media screen and (max-width:767px) {.tpchoose-shape-one {max-width: 90%;}}
.tpchoose-shape-two {position: absolute; bottom: 58px; right: 38px; z-index: -1;}
.tpchoose-shape-three {position: absolute;top: 35px; left: 38px; z-index: -1;}
@keyframes img-border {
	0% {
	  -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
	  -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
	  border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
	}
	100% {
	  -webkit-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
	  -moz-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
	  border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
	}
}

/** Scroll Icon Hint **/
.horizontal-scroll-hint {
  position: absolute;
  width:60px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  transition: opacity 0.6s ease;
}
.horizontal-scroll-hint img {border-radius:50%; opacity: 0.7;}
.horizontal-scroll-hint.fade-out {opacity: 0; pointer-events: none;}
@media screen and (min-width:767px) {.horizontal-scroll-hint {display:none;}}

/** Price Table ****************************************/
.pricetable * {font-family: unset !important;}
.ribbon-green {line-height: 20px; height: 22px !important;}
.pricetable-header p {margin-bottom: 0px !important;}
.labeling .features li {font-weight: 200 !important; text-shadow: none !important;}
ul.features li { font-size: 14px !important;}
.pricetable b {font-weight: 600 !important;}
.pricetable .pricetable-column ul.features li:nth-child(2n) {background-color: rgba(0, 0, 0, 0.05)!important;}
.pricetable .pricetable-column ul.features li.title {background-color:#97a3af!important; min-height:60px!important;}
.pricetable .pricetable-column ul.features li.title h3 {color:#fff !important; line-height:1 !important; font-weight:700 !important;padding-bottom: 0 !important;}

/* DEL after price ******************/
.pricetable-fld-price {color:transparent!important;text-shadow:none!important; visibility:hidden!important;}
.pricetable .highlight .pricetable-header .pricetable-fld-price,
.pricetable-header .pricetable-fld-price .cur {text-shadow:none!important;}
.pricetable-header-inner p {color:transparent!important;text-shadow:none!important;}
/************************************/

@media only screen and (max-width: 760px) {
	ul.features li { font-size: 11px !important;}
	.ribbon-green {display:none !important;}
	.labeling .labelTitle {font-size: 24px !important;}
	.pricetable .title h3 {line-height:1.6 !important; font-weight:200 !important; font-size:16px !important;height: 22px;}
	.pricetable-column .pricetable-header .pricetable-fld-price {
		font-size: 24px!important;}

.et_pb_button:hover::after, .et_pb_more_button:hover::after, .et_pb_newsletter_button:hover::after, .et_pb_pricing_table_button:hover::after, .et_pb_promo_button:hover::after {
    display:none!important;
}
.et_pb_button::after, .et_pb_more_button::after, .et_pb_newsletter_button::after, .et_pb_pricing_table_button::after, .et_pb_promo_button::after {
    display:none!important;
}
	.project .nav-single a {line-height:3;}
}

/** Custom Post Query List ***************************************/
.wp-block-kadence-query .wp-block-kadence-image {overflow: hidden;}
.wp-block-kadence-query .wp-block-kadence-image .kb-img {transition: all .5s;}
.wp-block-kadence-query .wp-block-kadence-image .kb-img:hover {transform: rotate(6deg) scale(1.2); transition: all .5s;}
.ribon {
    position: absolute;
    top: 20px;
    left: -40px;
    color: #fff;
    padding: 2px 50px;
    transform: rotate(-45deg);
    font-weight: 600;
	  font-size: 14px;
    text-align: center;
	  z-index: 1;
	background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
}
@media only screen and (max-width: 760px) {
.kb-row-layout-id737_39d461-c2 > .kt-row-column-wrap {grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);}
.wp-block-kadence-query-filter-reset737_9f9ed8-9c span {font-size: 11px !important;}
}
.type-post .single-content ul li, .type-post .single-content ol li {margin-bottom: 15px;}
.type-post .single-content li ul, .type-post .single-content li ol {margin-top: 15px;}
.single-portfolio ul li, .single-portfolio ol li {margin-bottom: 10px;}

.type-post .single-content ul li br, .type-post .single-content ol li br {margin-bottom: 5px;}
.single-portfolio ul li br, .single-portfolio ol li br {margin-bottom: 5px;}

/** Line Decor **/
.line-color:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("/wp-content/uploads/custom/color-line-bg.png");
  background-repeat: repeat;
	-webkit-animation: movebg 100s linear infinite;
  animation: movebg 100s linear infinite;
}
.line-color {
  position: relative;
  width: 200px !important;
  height: 2px;
  max-width: 100% !important;
	border: none;
}

@-webkit-keyframes movebg {
  from {background-position: 0 0;}
  to {background-position: 4000px 0;} }

@keyframes movebg {
  from {background-position: 0 0;}
  to {background-position: 4000px 0;} }

/* @keyframes movebg {
  0%   { background-position: 0 0; }
  70%  { background-position: 300px 0; }
  100% { background-position: 300px 0; }
} */

/** Divider Gradient **/
hr.is-style-wide {
  height: 20px;
  position: relative;
  width: 70%;
  background: radial-gradient(ellipse farthest-side at top center, rgba(0,0,0,.08), transparent);
	border-top: 0px;
}
@media only screen and (max-width: 760px) {hr.is-style-wide {width: 95%;}}

hr.is-style-wide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  height: 0.05em;
  background: linear-gradient(to right,transparent,rgba(0, 0, 0,0.1),rgba(0, 0, 0,0.1),transparent);
}
hr.is-style-wide::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.05em;
  right: 0;
  left: 0;
  height: 0.05em;
  background: linear-gradient(to right,transparent,rgb(255, 255, 255),rgb(255, 255, 255),transparent);
}

/** footer ***/
footer .wp-block-kadence-iconlist ul.kt-svg-icon-list {margin:0 !important;}

/*****************************/
/** Kadence Core Customize ***/
/*****************************/
.wp-block-kadence-advancedheading mark.kt-highlight {color: inherit;}
ul.kt-svg-icon-list {text-align: right !important;}
.menu-toggle-open .menu-toggle-label {padding-right: 8px; order: 1;}

.kt-blocks-accordion-header {font-size: 15px; line-height: 26px; text-align: right;}
.rtl .kt-blocks-accordion-title-wrap {padding-right: 10px; padding-left: 0;}
.rtl .kt-blocks-accordion-icon-trigger {margin-right: 0; margin-left: 4px;}

.rtl .mobile-navigation ul ul {padding-left: 0; padding-right: 1.5em;}
.rtl .wp-block-kadence-query .wp-block-kadence-advancedheading {text-align: right !important;}

