/* 
Theme Name: Zid Channel Partner 
Author: Surajit Kayal
Version: 1.0.0
Copyright (C) 2022 Zid Channel Partner

Description: WP Theme // Zid Channel Partner
*/

/* style */
@font-face {
	font-family: 'FontBold';
	src: url('fonts/FF-Shamel-Bold.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'FontBook';
	src: url('fonts/FF-Shamel-Book.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'FontLight';
	src: url('fonts/FF-Shamel-Light.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'FontMedium';
	src: url('fonts/FF-Shamel-Medium.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'FontEN';
	src: url('fonts/Helvetica-Neue.ttf') format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'FontPara';
	src: url('fonts/IBMPlexSansArabic-Regular.ttf') format('truetype');
	font-display: swap;
}



::-moz-selection {
    background: #d9d9d9;
    text-shadow: none;
}

::selection {
    background: #d9d9d9;
    text-shadow: none;
}

.container {
  max-width: 1260px;
  width: 100%;
}
section {
	padding: 60px 0;
}
body {
	font-size: 15px;
	font-family: 'FontLight';
	-webkit-overflow-scrolling: touch;
	letter-spacing: 0 !important;
}

body.thisHome {
}

a {
	color: #4b4b4b;
	transition: 0.3s;
	text-decoration: none;
}
a:hover {
	color: #000;
	transition: 0.3s;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'FontPara';
	line-height: inherit;
}

p {
	color: #454545;
	line-height: 28px;
	margin-bottom: 20px;
}
.mb30 {margin-bottom: 20px !important;}

.txt-black {color: #000 !important;}
.txt-white {color: #fff !important;}
.txt-gray {color: #27262C !important;}
.txt-gray2 {color: #606060 !important;}
.txt-color1 {color: #802be7 !important;}
.txt-color2 {color: #7462F4 !important;}
.txt-color3 {color: #8080FF !important;}
.txt-color4 {color: #33115C !important;}


.bg-black {background: #111 !important; color: #fff !important;}
.bg-gray {background: #27262C !important; color: #fff !important;}
.bg-gray2 {background: #f5f5f5 !important; }
.bg-color1 {background: #802be7 !important; color: #fff !important;}
.bg-color2 {background: #7462F4 !important; color: #4b4b4b !important;}
.bg-color3 {background: #8080FF !important; color: #fff !important;}

.txt-grad1 {
  background: linear-gradient(-270deg, #802BD6 0%, #7462F4 20.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.txt-grad11 {
  background: linear-gradient(-270deg, #802BD6 0%, #7462F4 50.18%, #8080FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.txt-grad2 {
  background: linear-gradient(-270deg, #A48357 -0.45%, #DBC69E 100.45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.bg-grad11 {
	background: url('images/grad11.png') #7462F4 !important; 
	background-repeat: no-repeat !important;
	background-position: center center !important;
}


.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top {position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}

.btn-default,
.comment-form input[type="submit"],
.btn-default:hover, 
.btn-default:focus,
.comment-form input[type="submit"]:hover {
	background: transparent;
	border-color: #7462F4;
	color: #7462F4;
	border-radius: 12px;
	padding: 16px 30px;
	font-size: 16px;
	font-family: 'FontPara';
	transition: 0.4s;
}
.btn-default:hover, 
.btn-default:focus,
.comment-form input[type="submit"]:hover {
	transition: 0.4s;
	position: relative;
	margin-top: -5px;
}

.btn-solid,
.btn-solid:hover, 
.btn-solid:focus {
	color: #fff !important;
	background: #7462F4;
	border-color: #7462F4;
}
.btn-solid2,
.btn-solid2:hover, 
.btn-solid2:focus {
	color: #7462F4;
	background: #7462F4;
	border-color: #7462F4;
}
.btn-full {
	width: 100%;
}
.btn-category {
	color: #4b4b4b;
	background: #fff;
	border: 2px solid #f6f6f6;
	font-family: 'FontLight';
	font-size: 14px;
	padding: 20px 25px;
}
.btn-category:hover,
.btn-category:focus {
	color: #4b4b4b;
	background: #fff;
	margin-top: 0;
	box-shadow: 0 0px 22px rgba(0,0,0,0.1);
	border: 2px solid #fff;
	padding: 20px 25px;
	font-size: 14px;
	font-family: 'FontLight';
}
.btn-category.current,
.btn-category.current:hover {
	color: #802BE7;
	box-shadow: 0 0px 22px rgba(0,0,0,0.1);
	font-size: 14px;
	font-family: 'FontMedium';
	padding: 20px 25px;
}

.mt, .mb {
	padding: 60px 15px;
}
.padding-both {
	padding: 80px 0;
}
.paddingtop {
	padding-top: 40px;
}
.post-entry {
	min-height: 200px;
}
.fontWt400 {
	font-weight: 400 !important;
}
.fontWt500 {
	font-weight: 500 !important;
}
.fontWt600 {
	font-weight: 600 !important;
}
.fontWt700 {
	font-weight: 700 !important;
}
.fontEn {
	font-family: 'FontEN' !important;
	margin-top: -2px !important;
}

#header {
	background: transparent;
	position: relative;
	width: 100%;
	z-index: 2000;
	top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: 0.6s;
	border: 0;
}
#header svg {
	position: relative;
	top: 10px;
	left: 5px;
	right: auto;
	transform: rotate(180deg);
}
#header .nc-icon-wrapper {
	fill: #802BE7;
}
#header .nc-icon-wrapper:hover {
	fill: #4d4d4d;
}

#header .logo {
	height: auto;
	width: 300px;
	margin-top: 20px;
	margin-bottom: 0;
}
#header.shrink .logo {
	height: auto;
	width: 110px;
	margin-bottom: 0;
	margin-top: 15px;
}

#header.shrink {
	background: transparent;
	background-image: linear-gradient(rgba(220,182,166,0.7), transparent);
	padding-top: 10px;
	padding-bottom: 0;
	transition: 0.6s;
	border: 0;
	box-shadow: none;
}

#header.thisHome.shrink .container,
#header.shrink .container {
	width: 96%;
	background: rgba(255,255,255,1);
	margin-top: 15px;
	border-radius: 16px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	transition: 0.4s;
}
#header .login {
	text-align: right;
	margin-right: 10px;
	line-height: 22px;
}
#header .login a {
	color: #802BE7;
	font-size: 14px;
	font-weight: 500;
	top: 10px;
	position: relative;
}
#header .search-home .search-box {
  margin-top: -5px;
  padding: 14px 15px;
  line-height: inherit;
}
#header .search-home .search-box:focus {
	background: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	border-color: #802BE7;
}

.navbar-default {
    background: transparent;
    border: 0;
}


.search-container {
	margin: 18px 0;
}
.search-home {
	margin: 10px 0;
	margin-bottom: 30px;
}
.search-box,
.search-box:focus {
	color: #802BE7;
	width: 100%;
	padding: 18px 20px;
	border-radius: 6px;
	background: rgba(255,255,255,0.9);
	border: 1px solid #802BE7;
	box-shadow: none;
	outline: none;
}
.search-box:focus {
	background: #f9f9f9;
	border: 1px solid #dcb6a6;
	box-shadow: 1px 1px 0 1px rgba(0,0,0,0.08);
}
.search-container .fa-search {
	color: #802BE7;
	position: absolute;
	top: 35px;
	right: 30px;
	left: auto;
	font-size: 28px;
}
#header.shrink .search-home {
	margin-top: 5px;
}
#header .search-container .fa-search {
	top: 22px;
}
#header.shrink .search-container .fa-search {
	top: 15px;
}
#header .btn-default {
	color: #802BE7;
	margin-top: 5px;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(6px);
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.search-home .search-box,
.search-home .search-box:focus {
	color: #77737B;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	background: rgba(255,255,255,1);
	border: 1px solid #B6B6B6;
	box-shadow: none;
	outline: none;
	font-size: 14px;
}
.search-home .search-box::placeholder {
    color: #77737B;
    opacity: 1;
}
.search-home .search-box:focus {
	background: #f6f6f6;
	border: 1px solid #f6f6f6;
}
.search-home .fa-search {
	color: #802BE7;
	position: absolute;
	top: 50px;
	right: 35px;
	left: auto;
	font-size: 20px;
}
.search-home.search-mobile {
	margin-bottom: 15px;
}
.search-home.search-mobile .search-box::placeholder {
    color: #802BE7;
    opacity: 1;
    font-weight: 600;
}
.search-home.search-mobile .fa-search {
	top: 16px;
	right: 30px;
	left: auto;
}
.search-home .search-box, .search-home .search-box:focus {
	padding: 16px;
	border: 2px solid #dedede;
}
.fa-search-mobile {
	display: none !important;
}


#header .navbar {
	margin: 0;
	margin-top: 20px;
}

#header.shrink .navbar {
	margin-bottom: 0;
}



.navbar .navbar-header,
.navbar-collapse {
    float:none;
    display:inline-block;
    vertical-align: top;
}

.navbar-default .navbar-nav > li > a {
	color: #802BE7;
	padding: 0;
	margin: 0 16px;
	font-family: 'FontEN';
	font-size: 14px !important;
	text-transform: none;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background: transparent;
	color: #802BE7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: transparent;
	color: #5f5f5f;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
	border: 0;
	color: #802BE7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 3px;
}
.navbar-default .navbar-nav > .current_page_item.active > a,
.navbar-default .navbar-nav > .current_page_item > a {
	color: #802BE7;
}

#header.shrink .navbar-nav > li > .dropdown-menu {
	margin-top: 0px;
}


.navbar-toggle {
	position: absolute;
	top: -5px;
	left: auto;
	right: -15px;
}

.navbar-default .navbar-toggle {
    border: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
    margin-bottom: 5px;
}
.navbar-toggle .icon-bar {
    border-radius: 0;
    height: 2px;
    width: 24px;
}

.btn-load {
	background: #8d5ca7;
	border-color: #8d5ca7;
	color: #fff;
}

.btn-load:hover,
.btn-load:focus {
	background: #fff !important;
	border-color: #8d5ca7;
	color: #8d5ca7;
}
.post-detail {
	background: #fff;
	-moz-box-shadow: 1px 1px 5px #d9d9d9;
	-webkit-box-shadow: 1px 1px 5px #d9d9d9;
	box-shadow: 1px 1px 5px #d9d9d9;
	margin-top: 30px;
	margin-bottom: 50px;
	padding-bottom: 40px;
}

.post-detail .title {
	color: #2a2a2a;
	font-size: 1.65em;
	font-weight: 600;
	padding: 10px 0;
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #2a2a2a;
}

.post-pic img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin: 20px 0;
}

.post-desc * {
	font-family: 'FontBook' !important;
}
/*
.post-desc h1,
.post-desc h2,
.post-desc h3,
.post-desc h1 strong,
.post-desc h2 strong,
.post-desc h3 strong {
	color: #802BE7 !important;
}
*/
.post-desc img {
	width: 100% !important;
	height: auto;
}
.comment-form label {
	display: block;
}
.comment-form input,
.comment-form textarea {
	border: 1px solid rgba(0,0,0,0.3);
	padding: 7px;
	border-radius: 7px;
}
.comment-form input:focus,
.comment-form textarea:focus {
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: none !important;
}
.comment-form textarea {
	width: 100%;
	max-height: 100px;
}
.comment-form .comment-form-url {
	display: none;
}
#comments {
	color: #802BE7;
	font-size: 18px;
	margin: 30px 0;
	line-height: inherit;
}
.comment-reply-title {
	color: #802BE7;
}
.comment-awaiting-moderation {
    font-style: normal;
    padding: 5px;
    line-height: inherit;
    background: #defdf6;
    margin: 5px 0;
    display: inline-block;
}

.comment-reply-title small {
	padding: 0 10px;
}
.commentlist {
	margin-bottom: 40px;
}
.commentlist li {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 15px;
	border-radius: 9px;
	margin-bottom: 20px;
}
.commentlist li:hover {
	box-shadow: 0 0px 12px rgba(0,0,0,0.05);
	background: rgba(0,0,0,0.005);
	transition: 0.4s;
}
.commentlist .children {
	list-style: none;
}
.commentlist .children li {
	border-color: #c0f7eb;
	background: #f6fffd;
}
.commentlist .children .children li {
	border-color: #c0f7eb;
	background: #f7fefc;
}
.commentlist .children li:hover,
.commentlist .children .children li:hover  {
	box-shadow: 4px 4px 0 #c0f7eb;
	transition: 0.4s;
}
.commentlist .children,
.commentlist .children .children {
	padding-inline-start: 30px;
}
.comment-author {
	margin-bottom: 10px;
}
.comment-author .says,
.comment-author .fn {
	padding: 0 5px;
	font-style: normal;
	font-weight: 600;
}
.comment-author .says {
	display: none;
}
.commentlist .reply {
	margin: 10px 0;
}
.commentlist .reply a {
	border: 1px solid #802BE7;
	background: #802BE7;
	color: #fff;
	padding: 5px 15px;
	border-radius: 4px;
}
.commentlist .reply a:hover,
.commentlist .reply a:focus {
	background: #fff;
	color: #802BE7;
}
#cancel-comment-reply-link {
	border: 1px solid #222;
	background: #444;
	color: #fff;
	padding: 5px 15px;
	border-radius: 4px;
	font-size: 14px;
}
.comment-form input[type="submit"],
.comment-form input[type="submit"]:hover,
.comment-form input[type="submit"]:focus {
	background: #fff;
	border-radius: 9px;
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
	background: #fff;
	border: 1px solid #333;
	padding: 8px 6px;
	width: 100%;
	color: #30363c;
	direction: rtl;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
	border-color: #000;
}

.wpcf7-form p {
	margin-bottom: 15px;
}

.wpcf7-form .wpcf7-captchar {
	border: 1px solid #c1c1c1 !important;
	width: 100px !important;
	display: inline-block !important;
	float: right;
	margin-bottom: 10px;
}

.wpcf7-form .wpcf7-submit {
	text-align: center;
}


.pages {
	text-align: center;
}

.pages .wp-pagenavi a,
.pages .wp-pagenavi span {
	background: #f6f6f6;
	color: #666;
	border: 0;
	padding: 5px 10px;
	border-radius: 4px;
	display: inline-block;
}

.pages .wp-pagenavi a:hover {
	color: #111;
}
.pages .wp-pagenavi .current {
	color: #fff;
	background: #802BE7;
	border: 0;
	padding: 5px 10px;
	border-radius: 4px;
}
.commentmetadata {
	font-size: 14px;
}
.commentmetadata a {
    color: #802BE7;
    margin: 6px 0;
    display: inline-block;
}

.menu-overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  background-color: #45454563;
  overflow-y: auto;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 0;
  width: 80%;
  height: 100%;
  background: #fff;
}
.overlay-content .main-content {
	padding: 40px;
	padding-top: 130px;
}
.overlay-content .main-content .logo {
	width: 80px;
	height: auto;
	margin-bottom: 80px;
}
.overlay-content .main-content .login a {
	color: #802BE7;
	font-size: 16px;
	font-weight: 500;
	top: 40px;
	position: relative;
}
.overlay-content .main-content .whatsapp {
	top: 80px;
	position: relative;
	text-align: center;
}

.overlay-content ul {
	padding: 0;
	list-style: none;
}
.overlay-content ul.pull-up {
	margin-top: -10px;
}
.overlay-content li {
	padding: 8px 0;
	font-size: 16px;
	list-style: none;
	text-transform: none;
}
.overlay-content li a,
.overlay-content li a:hover,
.overlay-content li a:focus {
	color: #4b4b4b;
	text-decoration: none;
}
.overlay-content li.menu-item-has-children a {
	pointer-events: auto;
}
.overlay-content li.current-menu-item a {
	color: #802BE7 !important;
	font-weight: 400;
}
.overlay-content .sub-menu {
	border-top: 1px solid #04ab93;
	border-bottom: 0;
	margin-top: 10px;
}
.overlay-content .sub-menu li {
	font-size: 14px;
	padding: 6px 20px;
	text-transform: none;
}
.overlay-content .sub-menu li a {
	color: #404040;
	pointer-events: auto;
}
.overlay-content .sub-menu li:last-child {
	border: 0;
}
.menu-overlay .closebtn {
	color: #454545;
  	position: absolute;
  	top: 25px;
  	left: 25px;
  	outline: none;
}
.menu-overlay .closebtn .material-symbols-outlined {
	font-size: 40px;
	font-weight: 100;
}
.menu-overlay img {
	margin-top: 10px;
	width: 100px;
}
.menu-overlay p {
	font-size: 14px;
}
.menu-overlay .text-right {
	text-align: left;
}
.menu-overlay  i {
	color: #04ab93;
	font-size: 32px;
}

.hamburger {
	color: #802BE7;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 20px;
	left: 0;
	text-align: right;
}
.thisHome .hamburger {
	color: #000 !important;
}
.shrinked .hamburger,
.thisHome.shrinked .hamburger {
	color: #000 !important;
	top: 20px !important;
}
.pageheader {
	background: url('images/hero-cross-en.png') #f5f5f5;
	background-size: contain !important;
	background-position: top right !important;
	background-repeat: no-repeat !important;
	margin-top: -125px;
	padding-top: 130px;
}
.pageheader.home .home-img {
	width: 90%;
	height: auto;
	transition: 0.4s;
}
.pageheader.home .home-img:hover {
	transition: 0.4s;
	margin-top: -10px;
	margin-left: 10px;
}
.pageheader h1 {
	font-size: 32px;
	line-height: 48px;
	padding-bottom: 20px;
}
.pageheader.home h1 {
	padding-top: 180px;
}
.pageheader .txt-large {
	font-size: 36px;
	font-family: 'FontMedium';
	line-height: 53px;
}
.pageheader p {
	font-size: 17px;
}
.pageheader.home .btn {
	margin-bottom: 15px;
}
.panel-post {
	border: 2px solid #f6f6f6;
	border-radius: 16px;
	margin-bottom: 30px;
	transition: 0.4s;
}
.panel-post .panel-body {
	padding: 20px;
	padding-bottom: 0;
}
.panel-post .blog-img {
	width: 100%;
	backface-visibility: hidden;
	height: 224px;
	object-fit: cover;
	object-position: 100% 0;
	border-radius: 10px;
}
.panel-post .icon-img {
	width: 48px;
	height: 48px;
	object-fit: contain;
	margin-bottom: 15px;
}
.panel-post h3 {
	font-size: 17px;
	font-family: 'FontMedium';
	line-height: 26px;
	min-height: 40px;
}
.panel-post .date {
	font-size: 14px;
	font-family: 'FontBold';
}
.panel-post:hover {
	box-shadow: 0 0px 32px rgba(0,0,0,0.1);
	border-color: #fff;
	transition: 0.4s;
}
.panel-post.panel-large {
}
.panel-post.panel-large .panel-body {
	padding: 20px 5px;
}
.panel-post.panel-large .blog-img {
	height: 338px;
	border: 1px solid #eee;
}
.panel-post.panel-large h1 {
	font-size: 23px;
	line-height: inherit;
}
.panel-post .content {
	font-size: 15px;
	line-height: 24px !important;
	min-height: 100px;
}
.panel-post.panel-large .more a {
	color: #802BE7;
	font-size: 16px;
	font-family: 'FontMedium';
}
.panel-post.panel-large .read-more {
	display: none;
}
.panel-post.panel-type1,
.panel-post.panel-type1:hover {
	background: none;
	border: 0;
	box-shadow: none;
}
.panel-post.panel-type2,
.panel-post.panel-type3,
.panel-post.panel-type4 {
	background: none;
	border: 0;
	box-shadow: none;
	padding: 10px;
}
.panel-post.panel-type2 .icon-img {
	width: 64px;
	height: 64px;
	object-fit: contain;
	margin-bottom: 30px;
}
.panel-post.panel-type2 h3,
.panel-post.panel-type2 h4,
.panel-post.panel-type2 h5 {
	margin: 0;
}
.panel-post.panel-type2 .content,
.panel-post.panel-type3 .content {
	min-height: 100px;
}
.panel-post.panel-type5 {
	background: #fff;
}
.panel-post.panel-type5 .content {
	min-height: 0;
}
.panel-post.panel-type3 .icon-img {
	width: 72px;
	height: 72px;
	object-fit: contain;
}
.panel-post.panel-type3 .content {
	padding-top: 15px;
}
.panel-post.panel-type4 .icon-img {
	width: 128px;
	height: 92px;
	object-fit: contain;
	margin: 0 auto;
	margin-bottom: 0;
}
.fixedCategoryBlock {
  	transition: 0.6s;
  	width: 370px;
  	position: fixed;
    display: none;
    z-index: 1;
	background: url('https://zid.sa/wp-content/uploads/2022/07/bg-duo.svg') #fff;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 80%;
}

.panel-category {
	box-shadow: none;
	border: 0;
	padding: 20px;
	padding-bottom: 10px;
	border-radius: 16px;
	transition: 0.4s;
	min-width: 0;
	margin-bottom: 30px;
	background: transparent;
}
.panel-category h2 {
	font-family: 'FontMedium';
	padding-bottom: 20px;
}
.panel-category ul {
	padding: 0;
	list-style: none;
}
.panel-category li {
	padding: 10px 0;
	font-size: 14px;
	line-height: 23px;
}
.panel-category p a:hover,
.panel-category li a:hover,
.panel-category li a:focus {
	color: #802BE7;
	text-decoration: none;
}
.panel-category li a.current {
	color: #802BE7;
	font-weight: 500;
}
.panel-category p {
	font-size: 14px;
	margin-bottom: 0;
}
.panel-category .thumb-box {
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	padding-bottom: 10px;
}
.panel-category .thumb-box:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.panel-category .thumb-img {
	width: 100px;
	height: 64px;
	object-fit: cover;
	display: inline-block;
	border-radius: 6px;
}
.panel-category .thumb-title {
	display: inline-block;
	line-height: 20px !important;
	padding: 5px;
}
.panel-category .thumb-box:hover .thumb-img {
	filter: grayscale(100%) brightness(100%);
}
.panel-cta {
	box-shadow: none; 
}
.panel-cta h4 {
	font-family: 'FontBold';
	font-size: 21px;
	margin: 15px 0;
}

.mobile-topbar {
	padding: 20px 15px;
	position: relative;
	margin-top: -30px;
}
.mobile-topbar .col-xs-6 {
	padding: 0;
}
.mobile-topbar p {
	margin: 10px 5px;
}
.mobile-topbar h5 {
	font-family: 'FontLight';
}

.btn-mobile-cat,
.btn-mobile-cat:focus,
.btn-mobile-cat:hover {
	width: 100%;
	margin-top: -5px;
	text-align: inherit;
	border: 1px solid #dedede;
	background: #fff;
	padding: 15px;
	font-size: 15px;
	line-height: 25px;
}
.btn-mobile-cat.collpased {
	background: #777 !important;
	box-shadow: none !important;
}
.btn-mobile-cat .material-symbols-outlined {
	float: right;
	margin-right: -5px;
	margin-left: 0;
}
.cta,
.cta:hover,
.cta:focus {
	/*background: url('https://blog.zid.sa/wp-content/uploads/2023/02/bg-duo22.png') #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40%;*/
	background: #f5f5f5
}
#zidCTA {
	transition: 0.3s;
}
#zidCTA.affix{
  	position: fixed;
  	display: block;
  	top: 30px;
  	transition: 0.3s;
  	width: 390px;
}
#zidCTA.suffix {
	opacity: 0;
	transition: 0.3s;
}

 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background: none;
  cursor: pointer;
  padding: 20px 10px;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  text-align: inherit;
  font-weight: normal;
  font-size: 17px !important;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 10px;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 12px;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion .active, .accordion:hover {
  background: #fff;
  color: #555;
  transition: 0.4s;
  border-radius: 10px;
}

/* Style the accordion panel. Note: hidden by default */
.panel-faq {
  padding: 20px;
  background-color: #8080FF;
  display: none;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
  transition: 0.4s;
  border-radius: 10px;
}
.panel-faq p {
	color: #fff;
}
.panel-faq p a {
	color: #fff;
	text-decoration: underline;
}

/* slick */
.slick-slide{
}
.slick-prev::before, .slick-next::before {
  color: #404040 !important;
  font-size: 28px !important;
}
.slick-next::before {
    content: '' !important;
    background: url(images/arrow-grey.png) no-repeat;
    background-size: contain;
    display: block;
    width: 24px;
    height: 24px;
}
.slick-prev::before {
    content: '' !important;
    background: url(images/arrow-grey.png) no-repeat;
    background-size: contain;
    display: block;
    width: 24px;
    height: 24px;
    transform: rotate(-180deg);
}
.slick-dots {
  bottom: -60px !important;
}
.slick-dots li button {
  background: #d9d9d9 !important;
  border-radius: 100%;
  width: 10px !important;
  height: 10px !important;
}
.slick-dots li.slick-active button {
  background: #8080FF !important;
}
.slick-dots li button::before {
  font-size: 0 !important;
}
.table-responsive {
  overflow-x: inherit;
}
.table {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 5px 16px rgba(0,0,0,0.1);
}
.table > thead > tr > th {
  color: #802BE7;
  vertical-align: bottom;
  border-bottom: 2px solid #802BE7;
  text-align: right;
  font-size: 15px;
  padding: 15px 15px;
}
.table > tbody > tr:hover {
	background: #802BE7;
	transition: 0.4s;
}
.table > tbody > tr:last-child {
	border-bottom: 0;
}
.table td {
  text-align: right;
  color: #802BE7;
}
.table > tbody > tr > td {
	padding: 15px;
}
.table > tbody > tr:hover > td {
	color: #fff;
	transition: 0.4s;
}
.table > tbody > tr > td:first-child {
	font-weight: ;
}
.table > tbody > tr:last-child > td {
	padding-bottom: 20px;	
}


/* Footer style */
footer {
	position: relative;
	z-index: 2;
	padding-top: 60px;
	padding-bottom: 30px;
}
footer.upper {
	background: #802BE7;
}
footer.upper .logo {
	width: 78px;
	height: auto;
	filter: 0;
	margin-bottom: 20px;
}
footer.upper .sites  {
	width: 90px;
	height: 90px;
	position: relative;
	transition: 0.3s;
}
footer.upper .sites:hover {
	transform: scale(1.05);
	transition: 0.3s;
}
footer.upper p {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	margin-top: 40px;
}
footer.upper p.about {
	color: #fff;
	margin-top: 0;
	padding-right: 30px;
	padding-left: 0;
}
footer.upper .sites {
  width: 100%;
  height: 56px;
  position: relative;
  transition: .3s;
  object-fit: contain;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 0 13px rgba(0,0,0,.1);
  margin-bottom: 20px;
}
footer.upper .sites:hover {
  transition: .3s;
  box-shadow: 0 0 13px rgba(0,0,0,.3);
}
footer p {
	margin-bottom: 0;
	line-height: 32px !important;
}
footer .cols {
	border: 1px solid 0;
	min-width: 20%;
	display: inline-block;
}
footer .cols ul {
	padding: 0;
	list-style: none;
}
footer .cols li {
	line-height: 33px;
	transition: 0.3s;
}
footer .cols li a {
	color: #fff;
	font-size: 14px;
	font-weight: 300 !important;
}
footer .cols li:hover {
	opacity: 0.8;
	transition: 0.3s;
}
footer .cols h2 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
}
footer i, footer i:hover {
	font-size: 17px !important;
	padding: 0;
	position: relative;
	top: 2px;
	width: 24px;
}
footer .btn i {
	float: left;
}
footer .btn-default,
footer .btn-default:hover,
footer .btn-default:focus {
	color: #fff;
	border-color: #fff;
	font-size: 14px;
	width: 100%;
	margin-top: 10px;
}
footer .btn-default:hover {
	opacity: 0.8;
}
footer.lower {
	background: #802BE7;
	padding: 20px 15px;
}
footer.lower p {
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: inherit;
}
footer .social {
	list-style: none;
	padding: 0;
}
footer .social li {
	display: inline-block;
}
footer .social li i {
	color: #fff;
}
footer.lower .whatsapp {
	text-align: center;
	margin: 0 10px;
}
footer.lower .whatsapp i,
.overlay-content .main-content .whatsapp i {
	background: #25D366;
	color: #fff;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 100%;
	font-size: 20px;
	transition: 0.4s;
}
footer.lower .whatsapp i {
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 25px !important;
	box-shadow: rgb(2 6 16 / 20%) 0px 2px 16px;
}
footer.lower .whatsapp i:hover,
.overlay-content .main-content .whatsapp i:hover {
	transition: 0.4s;
	transform: scale(1.1);
}

@media only screen and (max-width: 768px) {
	body {
		background-size: contain !important;
		background-position: top !important;
	}
	body.thisHome {
		background-size: 0, 100% !important;
	}
	.navbar-nav {
		margin-top: -15px;
	}
	section h2 {
		font-size: 26px;
		line-height: 36px;
	}
	.mt, .mb {
	  padding: 25px 15px;
	}
	.fixedCategoryBlock {
		display: none !important;
	}
	.cta {
		padding: 20px 0;
		margin-top: 30px;
		text-align: center !important;
	}
	.cta h2 {
	}
	.cta p {
		text-align: center !important;
	}
	.cta .btn-full {
		width: auto;
	}
	#header .login {
		text-align: center !important;
	}
	#header .logo {
		height: auto;
		width: 185px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#header .search-home {
		margin-bottom: 0;
	}
	.btn-category {
		width: 47.333%;
		display: inline-block;
		margin-bottom: 10px;
		padding: 15px 0;
		font-size: 14px !important;
	}
	.pageheader.home .home-img {
		width: 80%;
		height: auto;
	}
	.pageheader {
		background: #f5f5f5 !important;
	}
	.pageheader h1,
	.pageheader p {
		text-align: inherit;
	}
	.pageheader.home {
		padding: 20px;
	}
	.pageheader.home h1 {
		padding-top: 160px !important;
		font-size: 27px;
		line-height: 38px;
	}
	.pageheader .txt-large {
		font-size: 27px;
		line-height: 36px;
	}
	.panel-post.panel-large .panel-body {
		padding-bottom: 0;
	}
	.panel-post .blog-img,
	.panel-post.panel-large .blog-img {
		max-height: 200px;
	}
	.panel-post h1,
	.panel-post.panel-large h1 {
		min-height: 0;
		font-size: 18px;
		line-height: 26px;
	}
	.panel-post.panel-large .content,
	.panel-post.panel-large .more {
		display: none;
	}
	.panel-post .content {
		min-height: 0;
	}
	.panel-post.panel-type2 {
		padding: 0;
	}
	.panel-post.panel-type2 .icon-img {
		width: 48px;
		height: 48px;
		object-fit: contain;
	}
	.panel-post.panel-type4 .icon-img {
		width: 100px;
		height: 60px;
		object-fit: contain;
	}
	.post-pic img {
	  margin: 15px 0;
	}
	.post-desc iframe {
		height: 220px;
	}
	.panel-category {
		margin-top: 0;
	}
	.panel-category .thumb-img {
		width: 94px;
		height: 64px;
		object-fit: cover;
		display: inline-block;
		border-radius: 6px;
	}
	.comment-form input, .comment-form textarea {
	    width: 100%;
	}
	.commentlist .children,
	.commentlist .children .children {
		padding-inline-start: 10px;
	}
	.slick-dots {
		margin-right: -20px !important;
	}


	/* Footer style */
	footer {
		padding: 20px;
	}
	footer ul {
		margin-bottom: 15px;
	}
	footer.upper .sites {
		height: 48px;
		margin-bottom: 15px;
	}
	footer.upper p.about {
	  padding: 0 !important;
	  text-align: inherit;
	}
	footer.lower .whatsapp {
		margin: 0;
	}
	
}