/*
 * Infinite Scroll
 *
*/
#infinite .post{margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid #eee}
.dark #infinite .post{border-bottom:1px solid #384046}
#infinite .post:last-child {border-bottom:none}
/*
 * Partial Content Read More button
 *
*/
.infinitereadmore{text-align:center;font-weight:700;color:#6C7484;background:#f5f5f5;font-size:1em;line-height:42px;height:45px;display:block;vertical-align:middle;margin:0 auto;clear:both;cursor:pointer;}
.infinitereadmore:hover{background:#eee;color:#666}
.dark .infinitereadmore{background-color:#2c3338;border: 2px solid #384046;color:#fff}
/*
 * breadcrumbs
 *
*/
.breadcrumbs {padding:0 10px}
/*
 * Post Title
 *
*/
h1.title,
h2.title{padding:0 10px;margin-bottom:10px}
/*
 * Post Info
 *
*/
.meta{float:left;padding:0 10px;width:100%;margin-bottom:10px;color:#555}
.meta span{color:#5d6769;display:inline-block;height:25px;line-height:25px}
.meta span:after{color:#5d6769;content:"\2022";font-family:sans-serif;font-size:14px;padding:0 5px}
.meta span:last-child:after{content:"";padding:0 2px}
.meta span a:hover{text-decoration:underline}
.meta span small{font-size:100%}
.meta span cite{font-style:normal}
.meta span.postby{text-transform:capitalize}
.rtl .meta{float:right}
.rtl .meta span:after{padding:0 5px}
.rtl .meta span:last-child:after{content:"";padding:0 2px}
.dark .meta{border-color:#272F34}
.dark .meta,
.dark .meta span{color:#bdc1c6!important}
.dark .meta span:after{color:#bdc1c6!important}
@media only screen and (max-width:560px) {
	.meta span{display:block}
	.meta span:after{content:"";padding:0}
	.rtl .meta span:after{padding:0}
}
/*
 * Featured Image
 *
*/
.post-thumbnail{float:left;height:auto;position:relative;width:100%;margin:0 0 20px}
.infiniteScrollAppended .post-thumbnail{margin:0 0 5px}
.post-thumbnail img{width:100%;display:block;}
@media only screen and (max-width:768px) {
	.post-thumbnail img{left: 50%;margin-left:-50vw;margin-right:-50vw;max-width:100vw;position:relative;right:50%;width:100vw;}
}
.post-thumbnail .caption{background-color:#f8f8f8;line-height:1.5;text-align:center;bottom:0;color:#333;float:left;padding:10px;position:relative;width:100%;border-bottom:1px solid #e9edf0}
.dark .post-thumbnail .caption{background-color:#384046;border-bottom:1px solid #2c3338;color:#fff}
/*
 * Responsive Video
 *
*/
.video{float:left;margin-bottom:15px;width:100%;margin:0 0 20px}
.rtl .video{float:right}
.vi-responsive{background-color:#f3f3f3;height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}
.dark .vi-responsive{background-color:#272F34}
.vi-responsive iframe{height:100%!important;left:0;position:absolute;top:0;width:100%!important}
.vi-responsive .play{cursor:pointer;display:block!important;height:61px;opacity:0.8;position:absolute;width:87px;z-index:1}
.vi-responsive .play{left:50%;top:50%;transform:translate3d(-50%,-50%,0)}
.vi-responsive .play-icon {background-size:80px 80px;width:80px;height:80px;background-repeat:no-repeat}
.yt-light .img-responsive{object-fit:cover}
.vi-responsive .cover{-webkit-filter:brightness(75%);content:'';display:block;position:absolute;top:0;background-position:top;background-repeat:repeat-x;height:100%;padding-bottom:50px;width:100%;transition:all .2s cubic-bezier(0,0,0.2,1);background-position:center center;background-size:cover}
.vi-responsive .cover:hover{-webkit-filter:brightness(100%);cursor:pointer}
.vi-responsive .play:hover + .cover{-webkit-filter:brightness(100%)}
.svg-video-i {background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%23fff;' viewBox='0 0 512 512'%3E%3Cpath d='M256 0C114.833 0 0 114.844 0 256s114.833 256 256 256 256-114.844 256-256S397.167 0 256 0zm0 490.667C126.604 490.667 21.333 385.396 21.333 256S126.604 21.333 256 21.333 490.667 126.604 490.667 256 385.396 490.667 256 490.667z'/%3E%3Cpath d='M357.771 247.031l-149.333-96c-3.271-2.135-7.5-2.25-10.875-.396C194.125 152.51 192 156.094 192 160v192c0 3.906 2.125 7.49 5.563 9.365 1.583.865 3.354 1.302 5.104 1.302 2 0 4.021-.563 5.771-1.698l149.333-96c3.042-1.958 4.896-5.344 4.896-8.969s-1.854-7.01-4.896-8.969zm-144.438 85.427V179.542L332.271 256l-118.938 76.458z'/%3E%3C/svg%3E%0A");}
@media only screen and (max-width:400px) {
	.vi-responsive .play {width:67px;}
	.vi-responsive .play-icon {background-size:60px 60px;width:60px;height:60px;}
}

/*
 * Content style
 *
*/
.el-content{padding:10px}
.el-content::before,
.el-content::after {clear:both;content:"";display:block}
.el-content img{height:auto;max-width:100%}
.el-content p:not(.skip_css),
.el-content div:not(.skip_css){margin-bottom:15px}
.el-content p:not(.skip_css){word-break:break-word}
.el-content .alert p:last-child{margin-bottom:0 !important}
.el-content ul,
.el-content ol{margin:0 20px 15px}
.el-content ul li,
.el-content ol li{margin:0 0 0 20px;padding:0 0 5px}
.el-content ul.is-style-unstyled,
.el-content ul.unstyled{list-style:none}
.el-content ul.is-style-unstyled li,
.el-content ul.unstyled li{margin:0 0 0 20px}
.el-content ul.is-style-list-inline,
.el-content ul.list-inline{list-style:none}
.el-content ul.is-style-list-inline li,
.el-content ul.list-inline li{display:inline-block;margin:0 10px 0 0;width:auto}
.el-content pre{background-color:#fcfcfc;border:1px solid #ddd;color:#333;direction:ltr;display:block;float:left;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:90%;margin:0 0 10px;overflow-x:visible;overflow-y:hidden;padding:2%;width:100%}
.dark .el-content pre{background-color:#2c3338;border:1px solid #2c3338;color:#fff}
.page-template-archive .el-content img{width:100%}
.rtl .el-content ul li,
.rtl .el-content ol li{margin:0 20px 0 0}
.rtl .el-content ul.is-style-unstyled li,
.rtl .el-content ul.unstyled li{margin:0 20px 0 0}
.rtl .el-content ul.is-style-list-inline li,
.rtl.el-content ul.list-inline li{margin:0 0 0 10px}
@media only screen and (max-width:430px) {
	.el-content ul li,
	.el-content ol li{width:91%!important}
}

/*
 * Post : Google Document Viewer
 *
*/
.docview{float:left;width:100%;margin-bottom:15px}
.rtl .docview{float:right}
.docview{max-height:500px;min-height:500px}
/*
 * Blockquote CSS
 *
*/
blockquote{background-color:#f8f8f8;color:#111;border-left:5px solid #6c7781;float:left;margin:0 0 15px;padding:20px 2% 10px;position:relative;quotes:'\201C' '\201D' '\2018' '\2019';width:100%}
blockquote p:before{font-family:arial;color:#6c7781;content:open-quote;font-size:4em;line-height:.1em;margin-right:.1em;vertical-align:-.45em}
blockquote p:after{content:close-quote;font-family:arial;color:#6c7781;font-size:4em;line-height:.1em;margin-left:.1em;vertical-align:-.45em}
blockquote p{display:inline;color:#111;margin:0 0 5px}
blockquote cite,
blockquote footer{color:#6c7781;font-size:13px;margin-top:1em;position:relative;font-style:normal;display:block}
.rtl blockquote{quotes:'\201D' '\201C' '\2018' '\2019';border-left:none;border-right:5px solid #6c7781;position:relative;float:right}
.rtl blockquote p:before{margin-left:.1em;margin-right:0}
.rtl blockquote p:after{margin-left:0;margin-right:.1em}
/*
 * Align and Caption
 *
*/
.alignnone{margin:5px 0 20px}
.aligncenter,
div.aligncenter{display:block;margin:5px auto;text-align:center}
.alignright{float:right;margin:5px 0 20px 20px}
.alignleft{float:left;margin:5px 20px 20px 0}
a img.alignright{float:right;margin:5px 0 20px 20px}
a img.alignnone{margin:5px 0 20px}
a img.alignleft{float:left;margin:5px 20px 20px 0}
a img.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{background-color:#f3f3f3;max-width:100%;padding:0;text-align:center;display:block;margin-bottom:15px}
.dark .wp-caption{background-color:#384046}
.wp-caption img,.wp-caption a{display:block}
.wp-caption.alignnone{margin:5px 0 20px}
.wp-caption.alignleft{margin:5px 20px 20px 0}
.wp-caption.alignright{margin:5px 0 20px 20px}
.wp-caption img{border:0 none;height:auto;margin:0;padding:0;width:100%}
.wp-caption .wp-caption-text{font-size:12px;line-height:21px;margin:0;padding:5px;display:block}
figcaption.wp-caption-text{line-height:17px;margin:5px 0;padding:5px;display:inline-block}
/*
 * Gutenberg image align and caption
 *
*/
.wp-block-image{max-width:100%;margin-bottom:1em;margin-left:0;margin-right:0}
.wp-block-image img{max-width:100%}
.wp-block-image.aligncenter{text-align:center}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img{width:100%}
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter,
.wp-block-image.is-resized{display:table;margin-left:0;margin-right:0}
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image .aligncenter > figcaption,
.wp-block-image.is-resized > figcaption{display:table-caption;caption-side:bottom}
.wp-block-image .alignleft{float:left;margin-right:1em}
.wp-block-image .alignright{float:right;margin-left:1em}
.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}
.wp-block-image figcaption{background-color:#f3f3f3;margin-top:-9px;margin-bottom:0;text-align:center;padding:5px 10px;line-height:1.9}
.dark .wp-block-image figcaption{background-color:#384046}
.wp-block-image .alignright{margin:0 0 0 20px!important}
.wp-block-image .alignleft{margin:0 20px 0 0!important}
/*
 * Helper for Bootstrap alert
 *
*/
.el-content .content-note{float:left;margin:0!important;width:100%}
.rtl .el-content .content-note{float:right}
/*
 * Posts : Source
 *
*/
.post-source{text-transform:capitalize;display:inline-block;margin:20px 0;width:100%}
.post-source strong{color:#111!important;margin-right:10px;text-transform:capitalize}
.dark .post-source strong{color:#fff!important}
.rtl .post-source strong{margin-left:10px;margin-right:0}
.post-by,
.post-by span{color:#E21D2F!important;font-weight:700;text-transform:capitalize}
.post-by a{color:#E21D2F!important}
/*
 * Post Tags
*/
.tags{display:table;margin:20px 0;width:100%}
.tags span{display:inline-block;margin-right:10px}
.rtl .tags span{margin-left:10px;margin-right:0}
.tags a{text-transform:capitalize;display:inline-block;min-height:38px;margin:5px 5px 5px 0}
.rtl .tags a{margin:5px 0 5px 5px}
@media only screen and (max-width: 430px)  {
	.tags span{display:table-cell}
	.rtl .tags span{display:table-cell;min-width:90px!important}
}
/*
 * Post : Shortlink
*/
.post-shortlink{margin:20px 0;width:100%}
.post-shortlink input{display:inline-block;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#fff;border:1px solid #ddd;border-radius:5px;margin-left:10px;min-width:170px;outline:medium none;padding:5px;position:relative;text-align:left;padding:5px;line-height:1.5}
.rtl .post-shortlink input{margin-left:0;margin-right:10px;text-align:left}
.dark .post-shortlink input{background-color:#384046;border:1px solid #2c3338;color:#ccc}
@media only screen and (max-width: 430px)  {
	.post-shortlink input{width:160px!important}
}
/*
 * Custom Bullet
*/
ul.wcb-button{position:relative;display:block}
ul.wcb-button li{list-style-type:none!important;}
.cb-common li:before{position:absolute;left:-5px;margin-top:3px;background-size:21px 30px;display:inline-block;height:30px;width:21px;content:' '}
.rtl .cb-common li:before{left:auto;right:-5px}
/*
 * Custom Bullet (Gutenberg Support)
*/
.is-style-check-button,.is-style-check-button-b,.is-style-cross-button,.is-style-plus-button,.is-style-circle-plus-button,.is-style-circle-cross-button,.is-style-star-button,.is-style-warning-button,.is-style-idea-button,.is-style-arrow-button,.is-style-pencil-square-button{position:relative;display:inline-block;width:100%}
.is-style-check-button li,.is-style-check-button-b li,.is-style-cross-button li,.is-style-plus-button li,.is-style-circle-plus-button li,.is-style-circle-cross-button li,.is-style-star-button li,.is-style-warning-button li,.is-style-idea-button li,.is-style-arrow-button li,.is-style-pencil-square-button li{list-style-type:none!important;padding-right:8px!important}
.rtl .is-style-check-button li,.rtl .is-style-check-button-b li,.rtl .is-style-cross-button li,.rtl .is-style-plus-button li,.rtl .is-style-circle-plus-button li,.rtl .is-style-circle-cross-button li,.rtl .is-style-star-button li,.rtl .is-style-warning-button li,.rtl .is-style-idea-button li,.rtl .is-style-arrow-button li,.rtl .is-style-pencil-square-button li{padding-right:8px!important;padding-left:0!important}
.is-style-check-button li:before,.is-style-check-button-b li:before,.is-style-cross-button li:before,.is-style-plus-button li:before,.is-style-circle-plus-button li:before,.is-style-circle-cross-button li:before,.is-style-star-button li:before,.is-style-warning-button li:before,.is-style-idea-button li:before,.is-style-arrow-button li:before,.is-style-pencil-square-button li:before{position:absolute;left:0;margin-top:3px;background-size:21px 30px;display:inline-block;height:30px;width:21px;content:' '}
.rtl .is-style-check-button li:before,.rtl .is-style-check-button-b li:before,.rtl .is-style-cross-button li:before,.rtl .is-style-plus-button li:before,.rtl .is-style-circle-plus-button li:before,.rtl .is-style-circle-cross-button li:before,.rtl .is-style-star-button li:before,.rtl .is-style-warning-button li:before,.rtl .is-style-idea-button li:before,.rtl .is-style-arrow-button li:before,.rtl .is-style-pencil-square-button li:before{left:auto;right:0}
.is-style-check-button li:before,.check-button li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath style='fill:%236db74f;' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E")}
.is-style-check-button-b li:before,.check-button-b li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath style='fill:%234d88dc;' d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E")}
.is-style-cross-button li:before,.cross-button li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath style='fill:%23e7413e;' d='M1490 1322q0 40-28 68l-136 136q-28 28-68 28t-68-28l-294-294-294 294q-28 28-68 28t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 294 294-294q28-28 68-28t68 28l136 136q28 28 28 68t-28 68l-294 294 294 294q28 28 28 68z' /%3E%3C/svg%3E")}
.is-style-plus-button li:before,.plus-button li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath style='fill:%234D88DC;' d='M1600 736v192q0 40-28 68t-68 28h-416v416q0 40-28 68t-68 28h-192q-40 0-68-28t-28-68v-416h-416q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h416v-416q0-40 28-68t68-28h192q40 0 68 28t28 68v416h416q40 0 68 28t28 68z'/%3E%3C/svg%3E")}
.is-style-circle-plus-button li:before,.circle-plus-button li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath style='fill:%234D88DC;' d='M1344 960v-128q0-26-19-45t-45-19h-256v-256q0-26-19-45t-45-19h-128q-26 0-45 19t-19 45v256h-256q-26 0-45 19t-19 45v128q0 26 19 45t45 19h256v256q0 26 19 45t45 19h128q26 0 45-19t19-45v-256h256q26 0 45-19t19-45zm320-64q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z'/%3E%3C/svg%3E")}
.is-style-circle-cross-button li:before,.circle-cross-button li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath style='fill:%23E7413E;' d='M1277 1122q0-26-19-45l-181-181 181-181q19-19 19-45 0-27-19-46l-90-90q-19-19-46-19-26 0-45 19l-181 181-181-181q-19-19-45-19-27 0-46 19l-90 90q-19 19-19 46 0 26 19 45l181 181-181 181q-19 19-19 45 0 27 19 46l90 90q19 19 46 19 26 0 45-19l181-181 181 181q19 19 45 19 27 0 46-19l90-90q19-19 19-46zm387-226q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z'/%3E%3C/svg%3E")}
.is-style-star-button li:before,.star-button li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath style='fill:%23f2b827;' d='M1728 647q0 22-26 48l-363 354 86 500q1 7 1 20 0 21-10.5 35.5t-30.5 14.5q-19 0-40-12l-449-236-449 236q-22 12-40 12-21 0-31.5-14.5t-10.5-35.5q0-6 2-20l86-500-364-354q-25-27-25-48 0-37 56-46l502-73 225-455q19-41 49-41t49 41l225 455 502 73q56 9 56 46z'/%3E%3C/svg%3E");}
.is-style-warning-button li:before,.warning-button li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath style='fill:%23E7413E;' d='M896 128q209 0 385.5 103t279.5 279.5 103 385.5-103 385.5-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103zm128 1247v-190q0-14-9-23.5t-22-9.5h-192q-13 0-23 10t-10 23v190q0 13 10 23t23 10h192q13 0 22-9.5t9-23.5zm-2-344l18-621q0-12-10-18-10-8-24-8h-220q-14 0-24 8-10 6-10 18l17 621q0 10 10 17.5t24 7.5h185q14 0 23.5-7.5t10.5-17.5z'/%3E%3C/svg%3E")}
.is-style-idea-button li:before,.idea-button li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath style='fill:%23ffd129;' d='M1120 576q0 13-9.5 22.5t-22.5 9.5-22.5-9.5-9.5-22.5q0-46-54-71t-106-25q-13 0-22.5-9.5t-9.5-22.5 9.5-22.5 22.5-9.5q50 0 99.5 16t87 54 37.5 90zm160 0q0-72-34.5-134t-90-101.5-123-62-136.5-22.5-136.5 22.5-123 62-90 101.5-34.5 134q0 101 68 180 10 11 30.5 33t30.5 33q128 153 141 298h228q13-145 141-298 10-11 30.5-33t30.5-33q68-79 68-180zm128 0q0 155-103 268-45 49-74.5 87t-59.5 95.5-34 107.5q47 28 47 82 0 37-25 64 25 27 25 64 0 52-45 81 13 23 13 47 0 46-31.5 71t-77.5 25q-20 44-60 70t-87 26-87-26-60-70q-46 0-77.5-25t-31.5-71q0-24 13-47-45-29-45-81 0-37 25-64-25-27-25-64 0-54 47-82-4-50-34-107.5t-59.5-95.5-74.5-87q-103-113-103-268 0-99 44.5-184.5t117-142 164-89 186.5-32.5 186.5 32.5 164 89 117 142 44.5 184.5z'/%3E%3C/svg%3E")}
.is-style-arrow-button li:before,.arrow-button li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath style='fill:%234d88dc;' d='M1280 896q0 14-9 23l-320 320q-9 9-23 9-13 0-22.5-9.5t-9.5-22.5v-192h-352q-13 0-22.5-9.5t-9.5-22.5v-192q0-13 9.5-22.5t22.5-9.5h352v-192q0-14 9-23t23-9q12 0 24 10l319 319q9 9 9 23zm160 0q0-148-73-273t-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273zm224 0q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z'/%3E%3C/svg%3E")}
.rtl .is-style-arrow-button li:before,.rtl .arrow-button li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath style='fill:%234d88dc;' d='M1280 800v192q0 13-9.5 22.5t-22.5 9.5h-352v192q0 14-9 23t-23 9q-12 0-24-10l-319-319q-9-9-9-23t9-23l320-320q9-9 23-9 13 0 22.5 9.5t9.5 22.5v192h352q13 0 22.5 9.5t9.5 22.5zm160 96q0-148-73-273t-198-198-273-73-273 73-198 198-73 273 73 273 198 198 273 73 273-73 198-198 73-273zm224 0q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z'/%3E%3C/svg%3E")}
.is-style-pencil-square-button li:before,.pencil-square-button li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath style='fill:%234D88DC;' d='M888 1184l116-116-152-152-116 116v56h96v96h56zm440-720q-16-16-33 1l-350 350q-17 17-1 33t33-1l350-350q17-17 1-33zm80 594v190q0 119-84.5 203.5t-203.5 84.5h-832q-119 0-203.5-84.5t-84.5-203.5v-832q0-119 84.5-203.5t203.5-84.5h832q63 0 117 25 15 7 18 23 3 17-9 29l-49 49q-14 14-32 8-23-6-45-6h-832q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113v-126q0-13 9-22l64-64q15-15 35-7t20 29zm-96-738l288 288-672 672h-288v-288zm444 132l-92 92-288-288 92-92q28-28 68-28t68 28l152 152q28 28 28 68t-28 68z'/%3E%3C/svg%3E")}
/*
 * Social Embeds
*/
blockquote.instagram-media{background-color:#fff!important;border-left:none!important;float:none!important;margin:auto!important;position:relative!important;quotes:unset!important;width:100%!important;display:block}
blockquote.instagram-media:after,
blockquote.instagram-media:before{color:unset!important;content:""!important;font-size:unset!important;line-height:unset!important;margin-right:unset!important;vertical-align:unset!important;display:block}
.fb_iframe_widget,
.instagram-media-rendered,
.twitter-tweet-rendered{margin-left:auto!important;margin-right:auto!important}
@media only screen and (max-width: 767px) and (min-width:560px) {
	.block-div .fb_iframe_widget,
	.block-div .fb_iframe_widget span,
	.block-div .fb_iframe_widget span iframe[style]{width:100%!important}
}
@media only screen and (max-width: 559px) {
	.block-div .fb_iframe_widget,
	.block-div .fb_iframe_widget span,
	.block-div .fb_iframe_widget span iframe[style]{width:100%!important}
}
@media only screen and (max-width: 430px) {
	.block-div .fb_iframe_widget,
	.block-div .fb_iframe_widget span,
	.block-div .fb_iframe_widget span iframe[style]{width:100%!important}
}
/*
 * Heading Custom CSS 
*/
.heading-h3-1,
.heading-h3-2,
.heading-h3-3,
.heading-h3-4,
.heading-h2-1,
.heading-h2-2,
.heading-h2-3,
.heading-h2-4,
.heading-h2-5,
.is-style-heading-5,
.is-style-heading-4,
.is-style-heading-3,
.is-style-heading-2,
.is-style-heading-1{padding:3px 10px!important;line-height:2em!important}
/*
 * Heading Custom : Blue
*/
.heading-h2-1,
.heading-h3-1,
.is-style-heading-1{background-color:#d9edf7;border-left:3px solid #abd1d9;color:#31708f}
.rtl .heading-h2-1,
.rtl .heading-h3-1,
.rtl .is-style-heading-1{border-right:3px solid #abd1d9;border-left:0 none}
.dark .heading-h2-1,
.dark .heading-h3-1,
.dark .is-style-heading-1{background-color:#155C8E;border-color:#4794CA;color:#fff}
/*
 * Heading Custom : Red
*/
.heading-h2-2,
.heading-h3-2,
.is-style-heading-2{background-color:#f2dede;border-left:3px solid #d0a7ae;color:#a94442}
.rtl .heading-h2-2,
.rtl .heading-h3-2,
.rtl .is-style-heading-2{border-right:3px solid #d0a7ae;border-left:0 none}
.dark .heading-h2-2,
.dark .heading-h3-2,
.dark .is-style-heading-2{background-color:#A92313;border-color:#CE665B;color:#fff}
/*
 * Heading Custom : Green
*/
.heading-h2-3,
.heading-h3-3,
.is-style-heading-3{background-color:#dff0d8;border-left:3px solid #94b974;color:#3c763d}
.rtl .heading-h2-3,
.rtl .heading-h3-3,
.rtl .is-style-heading-3{border-right:3px solid #94b974;border-left:0 none}
.dark .heading-h2-3,
.dark .heading-h3-3,
.dark .is-style-heading-3{background-color:#006145;border-color:#289B7B;color:#fff}
/*
 * Heading Custom : Yollow
*/
.heading-h2-4,
.heading-h3-4,
.is-style-heading-4{background-color:#fcf8e3;border-left:3px solid #bfb39a;color:#8a6d3b}
.rtl .heading-h2-4,
.rtl .heading-h3-4,
.rtl .is-style-heading-4{border-right:3px solid #bfb39a;border-left:0 none}
.dark .heading-h2-4,
.dark .heading-h3-4,
.dark .is-style-heading-4{background-color:#f39c12;border-color:#ffd189;color:#000}
/*
 * Heading Custom : Gray
*/
.heading-h2-5,
.is-style-heading-5{background-color:#eff2f4;border-left:3px solid #B4BFC6;color:#333}
.rtl .heading-h2-5,
.rtl .is-style-heading-5{border-right:3px solid #B4BFC6;border-left:0 none}
.dark .heading-h2-5,
.dark .is-style-heading-5{background-color:#2c3338;border-color:#B4BFC6;color:#fff}
/*
 * Pros & Cons
*/
.proscons-title{font-size:17px!important;font-weight:700!important}
.proscons-wrapper{display:flex;width:100%;overflow:hidden;position:relative}
.proscons-column{display:inline-block;margin:0 2% 0 0;vertical-align:top;width:49%}
.rtl .proscons-column{margin:0 0 0 2%}
.proscons-column:last-child{margin:0}
.proscons-column-ul{background-color:#fff;border:5px solid #e9edf0;margin:0!important;position:relative;padding:5px 10px;width:100%}
.proscons-title{color:#fff!important;padding:5px 10px;text-indent:5px;margin:0!important}
.proscons-title-bg1{background-color:#6db74f}
.proscons-title-bg2{background-color:#CC3941}
.dark .proscons-column-ul{background-color:#1d2327;border-color:#2c3338}
@media only screen and (max-width:767px){
	.proscons-wrapper{display:block;width:100%}
	.proscons-column{display:block;width:100%}
}
.proscons-wrapper ul.wcb-button{margin:0 10px 15px}
.rtl .proscons-wrapper ul.wcb-button{margin:0 10px 15px}
/*
 * Description list
 *
*/
.el-content dl{margin-bottom:20px;margin-top:5px}
.el-content dt,.el-content dd{margin:0 0 3px}
.el-content dt{color:#111;font-weight:700}
.el-content dd{color:#444;margin-left:0}
.el-content .dl-horizontal{margin:5px 0 10px}
.el-content .dl-horizontal dd:before,
.el-content .dl-horizontal dd:after{display:table;content:" "}
.el-content .dl-horizontal dd:after{clear:both}
.rtl .el-content dd{margin-left:auto;margin-right:0}
@media (min-width: 768px) {
	.el-content .dl-horizontal dt{clear:left;float:left;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap;width:160px}
	.el-content .dl-horizontal dd{margin-left:180px}
	.rtl .el-content .dl-horizontal dt{float:right;clear:right;text-align:left}
	.rtl .el-content .dl-horizontal dd{margin-left:0;margin-right:180px}
}
/*
 * Gallery (Cycle2)
 *
*/
.entry-gallery-show{display:none}
.entry-gallery{background-color:#31313c;float:left;margin-bottom:15px;overflow:hidden;position:relative;width:100%;z-index:0;max-height:555px}
.entry-gallery img{height:100%!important;left:0;position:absolute;top:0;width:100%!important}
.entry-gallery .next,
.entry-gallery .prev{color:#fff;font-size:30px;height:30px;position:absolute;text-align:center;top:49%;width:30px;z-index:1000}
.entry-gallery .next:hover,
.entry-gallery .prev:hover{color:#fff}
.entry-gallery .next svg,
.entry-gallery .prev svg{fill:#fff;width:30px;height:30px}
.entry-gallery .prev{right:5px}
.entry-gallery .next{left:5px}
.gallery-content{height:100%;margin:0 auto;position:relative;width:100%}
.gallery-content .cgal_item{height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}
.gallery-content .cgal_item div{bottom:3px;color:#fff;float:left;left:0;list-style:none!important;position:absolute}
.gallery-content .sg-overlay{color:#fff;left:0;padding:5px;position:absolute;top:0;width:auto!important;z-index:1000}
.rtl .entry-gallery{float:right}
.entry-gallery-loader{padding-bottom:56.25%}
.entry-gallery-loader{margin:10px 0 0;height:0;overflow:hidden;position:relative;width:100%}
.entry-gallery-loader span{left:45%;position:absolute;top:45%;background-color:#333;-webkit-animation:sk-scaleout 1s infinite ease-in-out;-webkit-border-radius:100%;animation:sk-scaleout 1s infinite ease-in-out;border-radius:100%;height:50px;width:50px}
@-webkit-keyframes sk-scaleout{
  0%{ -webkit-transform:scale(0) }
  100%{
    -webkit-transform:scale(1.0);
    opacity:0;
  }
}
@keyframes sk-scaleout{
  0%{ 
    -webkit-transform:scale(0);
    transform:scale(0);
  } 100%{
    -webkit-transform:scale(1.0);
    transform:scale(1.0);
    opacity:0;
  }
}
@media only screen and (max-width: 986px) and (min-width:768px){
	.entry-gallery{max-height:500px}
}
@media only screen and (max-width: 767px) and (min-width:560px){
	.entry-gallery{max-height:450px}
}
@media only screen and (max-width: 559px){
	.entry-gallery{max-height:300px}
}
/*
 * Posts : Next/Prev 
*/
.post-nav{display:table;margin:20px 0;width:100%}
.post-nav ul{list-style:none}
.post-nav li{position:relative;width:43%}
.post-nav li span{color:#555;display:block;font-size:12px;margin-bottom:5px}
.post-nav li a:after{color:#ccc;font-size:56px;height:28px;line-height:22px;margin-top:-11px;position:absolute;top:34%}
.post-nav li.post-prev{float:left}
.post-nav li.post-next{float:right;text-align:right}
.post-nav li.post-next a:after{content:"\00bb";right:0}
.post-nav li.post-prev a:after{content:"\00ab";left:0}
.post-prev{padding-left:7%}
.post-next{padding-right:7%}
.rtl .post-nav li.post-prev{float:right}
.rtl .post-nav li.post-next{float:left;text-align:left}
.rtl .post-nav li.post-next a:after{content:"\00bb";left:0;right:auto}
.rtl .post-nav li.post-prev a:after{content:"\00ab";left:auto;right:0}
.rtl .post-prev{padding-left:0;padding-right:7%}
.rtl .post-next{padding-left:7%;padding-right:0}
.dark .post-nav li span{color:#ccc}
@media only screen and (max-width: 559px){
	.post-nav li{width:100% !important}
	.post-nav li a:after{display:none}
	.post-prev{padding-right:3%;margin-bottom:10px;padding-bottom:10px;border-bottom:1px dashed #e9edf0}
	.dark .post-prev{border-bottom:1px dashed #2c3338}
	.post-next{padding-left:3%}
	.rtl .post-prev{padding-left:3%}
	.rtl .post-next{padding-right:3%}
}
/*
 * Share Buttons
*/
.share{color:#111;display:table;margin:0 0 5px;overflow:hidden;padding:3px 0;width:100%}
.share-left{display:table-cell;float:right;max-height:65px;overflow:hidden;padding:2px 0 0}
.share-left .google,
.share-left .facebook{display:inline-block!important;margin-bottom:0;padding:0 5px;vertical-align:top}
.share-right{display:table-cell;vertical-align:top}
.share-post{list-style:none;display:table;width:100%;margin:0 0 15px;padding:0}
.share-post li{display:table-cell;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;border:2px solid #fff;padding:8px 5px;text-align:center}
.dark .share-post li{border:2px solid #1d2327}
.share-post li i{font-size:21px;padding:2px 10px;vertical-align:middle}
.share-post li svg{font-size:21px;vertical-align:middle;fill:#fff;width:24px;height:24px}
.share-post a{color:#fff;display:inline-block;width:100%}
.share-post a:hover{color:#fff}
.share-post .facebook{background-color:#3b5998}
.share-post .twitter{background-color:#000}
.share-post .digg{background-color:#356aa0}
.share-post .reddit{background-color:#e74a1e}
.share-post .mail{background-color:#7d7d7d}
.share-post .print{background-color:#3ca353}
.share-post .whatsapp{background-color:#25d366}
.share-post .telegram{background-color:#0088cc}
.share-post .facebook:hover{background-color:#4465AE}
.share-post .twitter:hover{background-color:#222}
.share-post .whatsapp:hover{background-color:#40C950}
.share-post .digg:hover{background-color:#000000}
.share-post .reddit:hover{background-color:#ff4500}
.share-post .mail:hover{background-color:#3d3d3b}
.share-post .print:hover{background-color:#3ca353}
.share-post .telegram:hover{background-color:#0088cc}
.rtl .share-left{float:left}
@media only screen and (max-width: 767px) and (min-width:560px){
	.share{padding:3px 0 10px}
	.share-left{display:block;float:left;text-align:center;width:100%!important}
	.rtl .share-left{float:right}
	.share-right{display:block}
	.share-post .print {display:none !important}
	.share-post .whatsapp{display:table-cell}
}
/*
 * Read Also..
*/
.related-inside-wrap {display:inline-block;width:100%}
.related-inside{list-style:none;clear:both;color:#ddd!important;padding:10px 0 0!important;-moz-border-radius:5px;-webkit-border-radius:5px;border:1px solid #e9edf0;border-radius:5px}
.related-inside li{float:none;line-height:1.7;width:auto!important}
.related-inside li a{vertical-align:middle}
.related-inside li a:hover{color:#3b5998}
.related-title{display:block;text-indent:30px}
.yarpp-related{margin:0!important;padding:0!important}
.related-inside-2 {border:5px solid #ebedef;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;padding:10px 0 !important;margin:0 !important}
.related-title-2{color:#fff;text-indent:10px;margin:0 !important;padding:0;height:36px;font-weight:700;line-height:40px!important;display:block}
.dark .related-inside-2 {border:5px solid #2c3338;background-color:#2c3338;}
.dark .related-inside li a {color:#fff!important}
.dark .related-inside li a:hover{color:#ccc!important}
/*
 * Related Posts
 *
*/
.related{margin:20px 0;padding:10px;position:relative;width:100%;background-color:#f7f8f9}
.related .related-head{margin:0 0 5px;padding:0 0 5px;border-bottom:1px solid #eee}
.related ul{display:table;list-style:none;padding:10px 0 0;width:100%}
.related li{display:inline-block;margin:0 1% 10px 0;vertical-align:top;width:32.66666666666667%}
.related li:nth-of-type(3n){margin:0 0 10px}
.related li h2{text-align:center}
.related li .thumbnail{height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%;margin-bottom:10px}
.related li .thumbnail img{height:100%!important;left:0;position:absolute;top:0;width:100%!important}
.related li .thumbnail-2{width:100%;margin-bottom:5px}
.related li .thumbnail-2 img{width:100%}
.rtl .related li{float:right;margin:0 0 10px 1%}
.rtl .related li:nth-of-type(3n){margin:0 0 10px}
.related li.book-item{display:table-cell;float:left;margin:0 1% 10px 0;vertical-align:top;width:24.25%}
.related li.book-item:nth-of-type(3n){margin:0 1% 10px 0}
.related li.book-item:nth-of-type(4n){margin:0 0 10px}
.rtl .related li.book-item{float:right;margin:0 0 10px 1%}
.rtl .related li.book-item:nth-of-type(3n){margin:0 0 10px 1%}
.rtl .related li.book-item:nth-of-type(4n){margin:0 0 10px}
.dark .related{background-color:#2c3338}
.dark .related .related-head{border-bottom:1px solid #384046}
@media only screen and (max-width: 767px) and (min-width:560px){
	.related li{width:100%!important;margin:0 0 5px;padding:0 0 5px}
}
@media only screen and (max-width: 559px){
	.related li{width:100%!important;margin:0 0 5px;padding:0 0 5px}
}
@media only screen and (max-width:767px){
	.related li.book-item{width:49%!important}
	.related li.book-item:nth-of-type(3n),
	.related li.book-item:nth-of-type(4n){margin:0 2% 10px 0}
	.related li.book-item:nth-of-type(2n){margin:0 0 10px}
	.rtl .related li.book-item{margin:0 0 10px 2%}
	.rtl .related li.book-item:nth-of-type(3n),
	.rtl .related li.book-item:nth-of-type(4n){margin:0 0 10px 2%}
	.rtl .related li.book-item:nth-of-type(2n){margin:0 0 10px}
}
/*
 * Related Posts : List
*/
.related-list{float:left;margin:20px 0;padding:10px;position:relative;width:100%;background-color:#f7f8f9}
.related-list .related-head{margin:0 0 5px;padding:0 0 5px;border-bottom:1px solid #eee}
.related-list ul{float:left;margin:10px 3%;width:94%}
.related-list li{width:100%;color:#ccc;float:left;margin:0 0 5px;padding:0 0 5px;list-style:none}
.related-list li span{color:#656c7a;padding:0 5px;display:inline-block}
.rtl .related-list,
.rtl .related-list ul{float:right}
.rtl .related-list li{float:right;margin:0 0 5px}
.dark .related-list{background-color:#2c3338}
.dark .related-list .related-head{border-bottom:1px solid #384046}
.dark .related-list li span{color:#ccc}
/*
 * Facebook & Disqus commments 
*/
.fb-comments-wrap{float:left;width:100%}
.fb-comments-wrap,
.fb-comments,
.fb-comments iframe[style],
.fb-comments span,
.fb-comments iframe span[style]{width:100%!important}
.facebook-comments{background-color:#ebedef;float:left;min-height:120px;padding:1%;width:98%}
.rtl .fb-comments-wrap,
.rtl .facebook-comments{float:right}
.disqus-wrap{float:left;margin:0 0 10px;width:100%}
.rtl .disqus-wrap{float:right}
/*
 * Comments
 *
*/
.comments{float:left;width:100%}
.comments .comments-head{float:left;width:100%}
.comment-list{width:100%;display:inline-block;margin:20px 0 0}
.comment-list .comments-head{border-bottom:1px solid #eee;margin:0 0 15px!important;padding:0 0 5px}
.dark .comment-list .comments-head{border-bottom:1px solid #384046}
.comment-list .comments-head span{float:right}
.comment-closed{text-align:center;width:96%;margin:0 auto}
.comment-closed p{padding:2% 2% 1%;display: inline;vertical-align: middle;}
.single-full .comments{width:100%}
.rtl .comments,
.rtl .comments .comments-head{float:right}
.rtl .comment-list .comments-head span{float:left}
/*
 * Comments List
 *
*/
.comment-form .form-group label {width:100%;font-weight:400}
.comment-wrap{position:relative;border-radius:3px;box-shadow:0 0 5px #d1d1d1;display:table;margin-bottom:20px;width:100%}
.dark .comment-wrap{box-shadow:unset;border: 2px solid #2c3338;}
.gravatar{display:table-cell;vertical-align:top;width:50px;padding:10px}
.gravatar img{border-radius:3px}
.comment-data-wrap{display:table-cell;vertical-align:top;width:100%;padding:10px}
.comment-content{display:inline-block;padding:0 0 5px;width:100%}
.comment-content p{display:inline-block;line-height:1.8}
.comment-meta{display:table;width:100%;margin:0 0 5px}
.comment-meta .comment-author{float:left;padding:5px 0;width:auto;font-weight:700}
.comment-meta .comment-author span{text-transform:initial;font-weight:400}
.comment-meta .comment-author cite{font-style:normal}
.comment-meta .comment-author span{color:#656c7a;padding:0 5px}
.dark .comment-meta .comment-author span{color:#ccc}
.comment-metadata{float:right;color:#656c7a}
.comment-metadata a{color:#656c7a}
.comment-metadata svg{fill:#656c7a;width:20px;height:20px}
.dark .comment-metadata a{color:#ccc}
.dark .comment-metadata svg{fill:#ccc}
.comment-metadata .comment-reply,
.comment-metadata .comment-edit-link{line-height:0.5;padding:4px 10px;border:2px solid #e9edf0;border-radius:3px;display:inline-block}
.dark .comment-metadata .comment-reply, 
.dark .comment-metadata .comment-edit-link{background-color:#2c3338;border:2px solid #384046}
.comment-metadata .comment-edit-link{margin:0 5px}
.comment{clear:both;display:block;margin:0 0 10px;position:relative}
.comment .children{margin:10px 0 0}
.comment .depth-2{margin:0 0 15px 20px!important}
.comment .depth-3{margin:0 0 15px 20px!important}
.comment .depth-4{margin:0 0 15px 20px!important}
.comment .depth-5{margin:0 0 15px 20px!important}
.comment .depth-6{margin:0 0 15px 20px!important}
.rtl .comment .depth-2,
.rtl .comment .depth-3,
.rtl .comment .depth-4,
.rtl .comment .depth-5,
.rtl .comment .depth-6{margin:0 30px 15px 0!important}
.comment-moderation{color:red}
.rtl .comment-meta .comment-author{float:right}
.rtl .comment-metadata {float:left}
/*
 * Comments Form 
 *
*/
.comment-form{float:left;margin:10px 0;width:100%}
.comment-form-author,
.comment-form-email,
.comment-form-url{width:50%;line-height:1.5}
.comment-form-comment textarea{width:100%}
.required-error{border:1px solid #eb8787!important}
span.required{border:none!important;color:#A80000}
.comments-rules,
.comments-note,
.comments-rules strong{float:left;margin:0 0 10px;width:100%}
.comments-alerts{margin:10px 0 0;float:left;width:100%}
.comment-closed-note{margin-top:15px}
.rtl .comment-form,
.rtl .comments-alerts,
.rtl .comments-rules,
.rtl .comments-note,
.rtl .comments-rules strong{float:right}
@media only screen and (max-width:559px){
	.comment-form-author,
	.comment-form-email,
	.comment-form-url{width:90%!important}
}
/*
 * Comments Form ---> Reply Title
 *
*/
.comment-reply-title{border-bottom:1px solid #eee;margin:5px 0!important;padding:0 0 5px!important}
.comment-reply-title small{float:right;vertical-align:top;padding:5px 0 0}
.comment-respond{background-color:#f7f8f9;width:100%;padding:10px 20px}
.comment-list .comment-respond{margin-right:auto;margin-left:auto;width:90%!important}
.rtl .comment-reply-title small{float:left}
.dark .comment-reply-title{border-bottom: 1px solid #384046}
.dark .comment-respond{background-color:#2c3338}
/*
 * Comments Form ------> Rules
 *
*/
.comments-rules strong{margin:0}
/*
 * Comments Pager
 *
*/
.comments-nav{float:left;width:100%;margin:15px 0;text-align:center}
.comments-nav .page-numbers{border:2px solid #eee;color:#5d6769;margin-bottom:5px;margin-right:5px;padding:8px 16px;width:auto!important;display:inline-block}
.comments-nav .next,
.comments-nav .prev{display:none}
.comments-nav .current{}
.rtl .comments-nav{float:right}
.rtl .comments-nav .page-numbers{margin-right:0;margin-left:5px}
.comment-moderation {color:red}
/*
 * Akismet message privacy
 *
*/
.akismet_comment_form_privacy_notice{display:inline-block;width:100%}
/*
 * Gutenberg : Font Family Classes
 *
*/
.font-default{}
.font-tahoma{font-family:tahoma!important}
.font-arial{font-family:arial!important}
.font-droid-arabic-kufi{font-family:Droid Arabic Kufi!important}
.font-droid-arabic-naskh{font-family:Droid Arabic Naskh!important}
.font-thabit{font-family:Thabit!important}
.font-cairo{font-family:Cairo!important}
.font-amiri{font-family:Amiri!important}
.font-changa{font-family:Changa!important}
.font-lateef{font-family:Lateef!important}
.font-reem-kufi{font-family:Reem Kufi!important}
.font-lalezar{font-family:Lalezar!important}
.font-scheherazade{font-family:Scheherazade!important}
.font-baloo-bhaijaan{font-family:Baloo Bhaijaan!important}
.font-mada{font-family:Mada!important}
.font-lemonada{font-family:Lemonada!important}
.font-el-messiri{font-family:El Messiri!important}
.font-harmattan{font-family:Harmattan!important}
.font-aref-ruqaa{font-family:Aref Ruqaa!important}
.font-mirza{font-family:Mirza!important}
.font-rakkas{font-family:Rakkas!important}
.font-katibeh{font-family:Katibeh!important}
.font-jomhuria{font-family:Jomhuria!important}
.font-lato{font-family:Lato!important}
.font-droid-sans{font-family:Droid Sans!important}
.font-vollkorn{font-family:Vollkorn!important}
.font-ubuntu{font-family:Ubuntu!important}
.font-pt-serif{font-family:PT Serif!important}
.font-old-standard-tt{font-family:Old Standard TT!important}
.font-open-sans{font-family:Open Sans!important}
.font-josefin-slab{font-family:Josefin Slab!important}
.font-roboto{font-family:Roboto!important}
.font-almarai{font-family:Almarai!important}
.font-readex-pro{font-family:Readex Pro!important}
/*
 * Gutenberg : Font Weight Classes
*/
.font-weight-100{font-weight:100!important}
.font-weight-200{font-weight:200!important}
.font-weight-300{font-weight:300!important}
.font-weight-400{font-weight:400!important}
.font-weight-500{font-weight:500!important}
.font-weight-600{font-weight:600!important}
.font-weight-700{font-weight:700!important}
.font-weight-800{font-weight:800!important}
.font-weight-900{font-weight:900!important}
/*
 * Table of Contents Plus 
 *
*/
#toc_container li,#toc_container ul{margin:0;padding:0}#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{background:0 0;list-style-type:none;list-style:none}#toc_container.have_bullets li{padding-left:12px}#toc_container ul ul{margin-left:1.5em}#toc_container{background:#f9f9f9;border:1px solid #aaa;padding:10px;margin-bottom:1em;width:auto;display:table;font-size:95%}#toc_container.toc_light_blue{background:#edf6ff}#toc_container.toc_white{background:#fff}#toc_container.toc_black{background:#000}#toc_container.toc_transparent{background:none transparent}#toc_container p.toc_title{text-align:center;font-weight:700;margin:0;padding:0}#toc_container.toc_black p.toc_title{color:#aaa}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container p.toc_title+ul.toc_list{margin-top:1em}.toc_wrap_left{float:left;margin-right:10px}.toc_wrap_right{float:right;margin-left:10px}#toc_container a{text-decoration:none;text-shadow:none}#toc_container a:hover{text-decoration:underline}.toc_sitemap_posts_letter{font-size:1.5em;font-style:italic}
div#toc_container {width:100%!important}
#toc_container {background:#f7f8f9!important;border:1px solid #e9edf0 !important}
#toc_container p.toc_title {text-align:initial!important}
.dark #toc_container {background:#2c3338!important;border:1px solid #384046 !important}
.dark .toc_toggle a {color:#fff!important}
/*
 * Prev & Next Page Button icon
 *
*/
.btn-success svg,
.btn-info svg,
.btn-danger svg,
.btn-warning svg,
.btn-primary svg {width:24px;height:24px;vertical-align:middle;fill:#fff}
/*
 * Contact Form 7
 *
*/
.wpcf7-file,.wpcf7-quiz,.wpcf7-select,.wpcf7-number,.wpcf7-date,.wpcf7-textarea,.wpcf7-text{max-width:100%;border:2px solid #eee;border-radius:3px;margin-bottom:10px;min-height:40px;padding:6px 15px;background-color:transparent}
.dark .wpcf7-file,.dark .wpcf7-quiz,.dark .wpcf7-select,.dark .wpcf7-number,.dark .wpcf7-date,.dark .wpcf7-textarea,.dark .wpcf7-text{background:#272F34;border:2px solid #384046;color:#fff}
.wpcf7-textarea{width:100%;padding:10px 15px}
.wpcf7-select{min-width:210px;padding:10px 15px}
.wpcf7-select[multiple="multiple"]{min-height:200px}
.wpcf7-list-item{display:block}
.wpcf7-list-item input{margin:0 10px}
.wpcf7-quiz-label{margin-right:10px}
.rtl .wpcf7-quiz-label{margin-left:10px;margin-right:0}
.wpcf7-quiz{max-width:200px}
.wpcf7-file{margin:20px 0 0}
.wpcf7-submit{font-family:inherit;display:inline-block;font-weight:700;line-height:1.5;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;margin-bottom:10px}
.dark .wpcf7-not-valid,.wpcf7-not-valid{border-color:red}
.dark .wpcf7-not-valid-tip,.wpcf7-not-valid-tip{display:block;color:red}
.wpcf7-response-output:not(:empty){color:#8a6d3b!important;background-color:#fcf8e3;border:1px solid #faebcc;padding:15px;border-radius:3px}
.dark .wpcf7-response-output:not(:empty){background-color:#f39c12;border-color:#f39c12;color:#000!important}
/*
 * Classic Gallery 
 *
*/
.el-content .gallery{display:inline-block;width:100%}
.el-content .gallery figure{clear:none;margin:0}
.el-content .gallery figure .gallery-icon{margin:0}
.el-content .gallery-columns-1 figure.gallery-item{margin:0 0 1%;display:inline-block;vertical-align:top}
.el-content .gallery-columns-2 figure.gallery-item,.el-content .gallery-columns-3 figure.gallery-item,.el-content .gallery-columns-4 figure.gallery-item,.el-content .gallery-columns-5 figure.gallery-item,.el-content .gallery-columns-6 figure.gallery-item,.el-content .gallery-columns-7 figure.gallery-item,.el-content .gallery-columns-8 figure.gallery-item,.el-content .gallery-columns-9 figure.gallery-item{margin:0 1% 1% 0;text-align:center;display:inline-block;vertical-align:top}
.el-content .gallery-columns-2 figure.gallery-item:nth-child(2n),.el-content .gallery-columns-3 figure.gallery-item:nth-child(3n),.el-content .gallery-columns-4 figure.gallery-item:nth-child(4n),.el-content .gallery-columns-5 figure.gallery-item:nth-child(5n),.el-content .gallery-columns-6 figure.gallery-item:nth-child(6n),.el-content .gallery-columns-7 figure.gallery-item:nth-child(6n),.el-content .gallery-columns-8 figure.gallery-item:nth-child(6n),.el-content .gallery-columns-9 figure.gallery-item:nth-child(6n){margin:0 0 1%}
.el-content .gallery-columns-2 figure.gallery-item{width:49.5%}
.el-content .gallery-columns-3 figure.gallery-item{width:32.667%}
.el-content .gallery-columns-4 figure.gallery-item{width:24.25%}
.el-content .gallery-columns-5 figure.gallery-item{width:19.2%}
.el-content .gallery-columns-6 figure.gallery-item,.el-content .gallery-columns-7 figure.gallery-item,.el-content .gallery-columns-8 figure.gallery-item,.el-content .gallery-columns-9 figure.gallery-item{width:15.834%}
.el-content .gallery-item .landscape{float:left;text-align:center;width:100%;margin:0;line-height:0}
.rtl .el-content .gallery-columns-2 figure.gallery-item,.rtl .el-content .gallery-columns-3 figure.gallery-item,.rtl .el-content .gallery-columns-4 figure.gallery-item,.rtl .el-content .gallery-columns-5 figure.gallery-item,.rtl .el-content .gallery-columns-6 figure.gallery-item,.rtl .el-content .gallery-columns-7 figure.gallery-item,.rtl .el-content .gallery-columns-8 figure.gallery-item,.rtl .el-content .gallery-columns-9 figure.gallery-item{margin:0 0 1% 1%}
.rtl .el-content .gallery-columns-2 figure.gallery-item:nth-child(2n),.rtl .el-content .gallery-columns-3 figure.gallery-item:nth-child(3n),.rtl .el-content .gallery-columns-4 figure.gallery-item:nth-child(4n),.rtl .el-content .gallery-columns-5 figure.gallery-item:nth-child(5n),.rtl .el-content .gallery-columns-6 figure.gallery-item:nth-child(6n),.rtl .el-content .gallery-columns-7 figure.gallery-item:nth-child(6n),.rtl .el-content .gallery-columns-8 figure.gallery-item:nth-child(6n),.rtl .el-content .gallery-columns-9 figure.gallery-item:nth-child(6n){margin:0 0 1%}
.rtl .el-content .gallery-item .landscape{float:right}
@media only screen and (max-width:767px) and (min-width:560px) {
.el-content .gallery-columns-2 figure.gallery-item{width:49%!important;margin:0 2% 2% 0}
.rtl .el-content .gallery-columns-2 figure.gallery-item{margin:0 0 2% 2%}
.el-content .gallery-columns-3 figure.gallery-item,.el-content .gallery-columns-4 figure.gallery-item,.el-content .gallery-columns-5 figure.gallery-item,.el-content .gallery-columns-6 figure.gallery-item,.el-content .gallery-columns-7 figure.gallery-item,.el-content .gallery-columns-8 figure.gallery-item,.el-content .gallery-columns-9 figure.gallery-item{margin:0 2% 2% 0}
.rtl .el-content .gallery-columns-3 figure.gallery-item,.rtl .el-content .gallery-columns-4 figure.gallery-item,.rtl .el-content .gallery-columns-5 figure.gallery-item,.rtl .el-content .gallery-columns-6 figure.gallery-item,.rtl .el-content .gallery-columns-7 figure.gallery-item,.rtl .el-content .gallery-columns-8 figure.gallery-item,.rtl .el-content .gallery-columns-9 figure.gallery-item{margin:0 0 2% 2%}
.el-content .gallery-columns-3 figure.gallery-item{width:32%!important}
.el-content .gallery-columns-4 figure.gallery-item,.el-content .gallery-columns-5 figure.gallery-item,.el-content .gallery-columns-6 figure.gallery-item,.el-content .gallery-columns-7 figure.gallery-item,.el-content .gallery-columns-8 figure.gallery-item,.el-content .gallery-columns-9 figure.gallery-item{width:49%!important}
.el-content .gallery-columns-4 figure.gallery-item:nth-child(4n),.el-content .gallery-columns-5 figure.gallery-item:nth-child(5n),.el-content .gallery-columns-6 figure.gallery-item:nth-child(6n),.el-content .gallery-columns-7 figure.gallery-item:nth-child(6n),.el-content .gallery-columns-8 figure.gallery-item:nth-child(6n),.el-content .gallery-columns-9 figure.gallery-item:nth-child(6n){margin:0 2% 2% 0}
.el-content .gallery-columns-4 figure.gallery-item:nth-child(2n),.el-content .gallery-columns-5 figure.gallery-item:nth-child(2n),.el-content .gallery-columns-6 figure.gallery-item:nth-child(2n),.el-content .gallery-columns-7 figure.gallery-item:nth-child(2n),.el-content .gallery-columns-8 figure.gallery-item:nth-child(2n),.el-content .gallery-columns-9 figure.gallery-item:nth-child(2n){margin:0 0 2%}
.rtl .el-content .gallery-columns-4 figure.gallery-item:nth-child(4n),.rtl .el-content .gallery-columns-5 figure.gallery-item:nth-child(5n),.rtl .el-content .gallery-columns-6 figure.gallery-item:nth-child(6n),.rtl .el-content .gallery-columns-7 figure.gallery-item:nth-child(6n),.rtl .el-content .gallery-columns-8 figure.gallery-item:nth-child(6n),.rtl .el-content .gallery-columns-9 figure.gallery-item:nth-child(6n){margin:0 0 2% 2%}
.rtl .el-content .gallery-columns-4 figure.gallery-item:nth-child(2n),.rtl .el-content .gallery-columns-5 figure.gallery-item:nth-child(2n),.rtl .el-content .gallery-columns-6 figure.gallery-item:nth-child(2n),.rtl .el-content .gallery-columns-7 figure.gallery-item:nth-child(2n),.rtl .el-content .gallery-columns-8 figure.gallery-item:nth-child(2n),.rtl .el-content .gallery-columns-9 figure.gallery-item:nth-child(2n){margin:0 0 2%}
}
@media only screen and (max-width:559px) {
.el-content .gallery-columns-2 figure.gallery-item{width:49%!important;margin:0 2% 2% 0}
.rtl .el-content .gallery-columns-2 figure.gallery-item{margin:0 0 2% 2%}
.el-content .gallery-columns-3 figure.gallery-item,.el-content .gallery-columns-4 figure.gallery-item,.el-content .gallery-columns-5 figure.gallery-item,.el-content .gallery-columns-6 figure.gallery-item,.el-content .gallery-columns-7 figure.gallery-item,.el-content .gallery-columns-8 figure.gallery-item,.el-content .gallery-columns-9 figure.gallery-item{margin:0 2% 2% 0}
.rtl .el-content .gallery-columns-3 figure.gallery-item,.rtl .el-content .gallery-columns-4 figure.gallery-item,.rtl .el-content .gallery-columns-5 figure.gallery-item,.rtl .el-content .gallery-columns-6 figure.gallery-item,.rtl .el-content .gallery-columns-7 figure.gallery-item,.rtl .el-content .gallery-columns-8 figure.gallery-item,.rtl .el-content .gallery-columns-9 figure.gallery-item{margin:0 0 2% 2%}
.el-content .gallery-columns-3 figure.gallery-item,.el-content .gallery-columns-4 figure.gallery-item,.el-content .gallery-columns-5 figure.gallery-item,.el-content .gallery-columns-6 figure.gallery-item,.el-content .gallery-columns-7 figure.gallery-item,.el-content .gallery-columns-8 figure.gallery-item,.el-content .gallery-columns-9 figure.gallery-item{width:49%!important}
.el-content .gallery-columns-3 figure.gallery-item:nth-child(3n),.el-content .gallery-columns-4 figure.gallery-item:nth-child(4n),.el-content .gallery-columns-5 figure.gallery-item:nth-child(5n),.el-content .gallery-columns-6 figure.gallery-item:nth-child(6n),.el-content .gallery-columns-7 figure.gallery-item:nth-child(6n),.el-content .gallery-columns-8 figure.gallery-item:nth-child(6n),.el-content .gallery-columns-9 figure.gallery-item:nth-child(6n){margin:0 2% 2% 0}
.el-content .gallery-columns-3 figure.gallery-item:nth-child(2n),.el-content .gallery-columns-4 figure.gallery-item:nth-child(2n),.el-content .gallery-columns-5 figure.gallery-item:nth-child(2n),.el-content .gallery-columns-6 figure.gallery-item:nth-child(2n),.el-content .gallery-columns-7 figure.gallery-item:nth-child(2n),.el-content .gallery-columns-8 figure.gallery-item:nth-child(2n),.el-content .gallery-columns-9 figure.gallery-item:nth-child(2n){margin:0 0 2%}
.rtl .el-content .gallery-columns-3 figure.gallery-item:nth-child(3n),.rtl .el-content .gallery-columns-4 figure.gallery-item:nth-child(4n),.rtl .el-content .gallery-columns-5 figure.gallery-item:nth-child(5n),.rtl .el-content .gallery-columns-6 figure.gallery-item:nth-child(6n),.rtl .el-content .gallery-columns-7 figure.gallery-item:nth-child(6n),.rtl .el-content .gallery-columns-8 figure.gallery-item:nth-child(6n),.rtl .el-content .gallery-columns-9 figure.gallery-item:nth-child(6n){margin:0 0 2% 2%}
.rtl .el-content .gallery-columns-3 figure.gallery-item:nth-child(2n),.rtl .el-content .gallery-columns-4 figure.gallery-item:nth-child(2n),.rtl .el-content .gallery-columns-5 figure.gallery-item:nth-child(2n),.rtl .el-content .gallery-columns-6 figure.gallery-item:nth-child(2n),.rtl .el-content .gallery-columns-7 figure.gallery-item:nth-child(2n),.rtl .el-content .gallery-columns-8 figure.gallery-item:nth-child(2n),.rtl .el-content .gallery-columns-9 figure.gallery-item:nth-child(2n){margin:0 0 2%}
}
/*
 * Gutenberg Gallery 
 *
*/
.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{margin:0 1em 1em 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative;width:calc(50% - 1em)}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{margin:0;height:100%;display:flex;align-items:flex-end;justify-content:flex-start}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:auto}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:3em .77em .7em;color:#fff;text-align:center;font-size:.8em;background:linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.3) 70%,transparent);box-sizing:border-box;margin:0;z-index:2}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}
.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{width:100%;height:100%;flex:1;-o-object-fit:cover;object-fit:cover}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{width:100%;margin-right:0}
.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}
.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery.has-nested-images.aligncenter,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}
.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}
figure.wp-block-gallery.has-nested-images{align-items:normal}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){width:calc(50% - (var(--wp--style--unstable-gallery-gap,16px)/ 2));margin:0}
.wp-block-gallery.has-nested-images figure.wp-block-image{display:flex;flex-grow:1;justify-content:center;position:relative;flex-direction:column;max-width:100%}
.wp-block-gallery.has-nested-images figure.wp-block-image>a,
.wp-block-gallery.has-nested-images figure.wp-block-image>div{margin:0;flex-direction:column;flex-grow:1}
.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.3) 70%,transparent);bottom:0;color:#fff;font-size:13px;left:0;margin-bottom:0;max-height:60%;overflow:auto;padding:0 8px 8px;position:absolute;text-align:center;width:100%;box-sizing:border-box}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{flex:initial;background:0 0;color:inherit;margin:0;padding:10px 10px 9px;position:relative}
.wp-block-gallery.has-nested-images figcaption{flex-grow:1;flex-basis:100%;text-align:center}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-top:0;margin-bottom:auto}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{width:100%;flex:1 0 0%;height:100%;-o-object-fit:cover;object-fit:cover}
.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}
@media (min-width:600px){
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{width:calc(33.3333333333% - .6666666667em);margin-right:1em}
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{width:calc(25% - .75em);margin-right:1em}
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{width:calc(20% - .8em);margin-right:1em}
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{width:calc(16.6666666667% - .8333333333em);margin-right:1em}
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{width:calc(14.2857142857% - .8571428571em);margin-right:1em}
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{width:calc(12.5% - .875em);margin-right:1em}
	.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
	.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
	.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
	.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
	.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
	.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
	.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
	.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}
	.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.3333333333% - (var(--wp--style--unstable-gallery-gap,16px) * .6666666667))}
	.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - (var(--wp--style--unstable-gallery-gap,16px) * .75))}
	.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - (var(--wp--style--unstable-gallery-gap,16px) * .8))}
	.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.6666666667% - (var(--wp--style--unstable-gallery-gap,16px) * .8333333333))}
	.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.2857142857% - (var(--wp--style--unstable-gallery-gap,16px) * .8571428571))}
	.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - (var(--wp--style--unstable-gallery-gap,16px) * .875))}
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - (var(--wp--style--unstable-gallery-gap,16px) * .6666666667))}
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - (var(--wp--style--unstable-gallery-gap,16px) * .5))}
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(1){width:100%}
}
.wp-block-group{box-sizing:border-box}
/*
 * Gutenberg button
 *
*/
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:calc(.667em + 2px) calc(1.333em + 2px);text-align:center;text-decoration:none;word-break:break-word;box-sizing:border-box}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited{color:#fff}
.wp-block-button.aligncenter,
.wp-block-button__link.aligncenter,
.wp-block-buttons.aligncenter{text-align:center}
.wp-block-button__link.alignright{text-align:right}
.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}
.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}
.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}
.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}
.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}
.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}
.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}
.is-style-outline>:where(.wp-block-button__link),
:where(.wp-block-button__link).is-style-outline{border:2px solid currentColor;padding:.667em 1.333em}
.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color){color:currentColor}
.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background){background-color:transparent}
.wp-block-buttons.is-vertical{flex-direction:column}
.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}
.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}
.wp-block-buttons.is-content-justification-left{justify-content:flex-start}
.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}
.wp-block-buttons.is-content-justification-center{justify-content:center}
.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}
.wp-block-buttons.is-content-justification-right{justify-content:flex-end}
.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}
.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}
.wp-block-buttons:not(.is-content-justification-space-between,
.is-content-justification-right,
.is-content-justification-left,
.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}
/*
 * Audio & Video
*/
.wp-block-audio,
.wp-block-video{margin:0 0 1em}
.wp-block-video video{width:100%}
@supports (position:sticky){
	.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}
}
.wp-block-video.aligncenter{text-align:center}
.wp-block-audio figcaption,
.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}
.wp-block-audio audio{width:100%;min-width:300px}
/*
 * Separator
*/
.wp-block-separator.is-style-dots{background:0 0!important;border:none;text-align:center;line-height:1;height:auto}
.wp-block-separator.is-style-dots::before{content:"···";color:currentColor;font-size:1.5em;letter-spacing:2em;padding-left:2em;font-family:serif}
.rtl .wp-block-separator.is-style-dots::before{padding-left:0;padding-right:2em}
/*
 * Embed
*/
.wp-block-embed.alignleft,
.wp-block-embed.alignright{max-width:360px;width:100%}
.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}
.wp-block-embed{margin:0 0 1em;overflow-wrap:break-word}
.wp-block-embed figcaption{margin-top:-.5em;margin-bottom:1em;font-size:13px;text-align:center}
.is-dark-theme .wp-block-embed figcaption{color:rgba(255,255,255,.65)}
.wp-block-embed iframe{max-width:100%}
.wp-block-embed__wrapper{position:relative}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before{content:"";display:block;padding-top:50%}
.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before{padding-top:42.85%}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before{padding-top:50%}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before{padding-top:56.25%}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before{padding-top:75%}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before{padding-top:100%}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper::before{padding-top:177.77%}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before{padding-top:200%}
/*
 * File
*/
.wp-block-file{margin-bottom:1.5em}
.wp-block-file.aligncenter{text-align:center}
.wp-block-file.alignright{text-align:right}
.wp-block-file .wp-block-file__embed{margin-bottom:1em}
.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:.8em;padding:.5em 1em}
.wp-block-file a.wp-block-file__button{text-decoration:none}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}
.wp-block-file *+.wp-block-file__button{margin-left:.75em}
.rtl .wp-block-file *+.wp-block-file__button{margin-left:0;margin-right:.75em}
p.has-background {padding:10px;border-radius:3px}
/* 
 * Media Element Player styles 
 *
*/
.mejs-inner {display:block;overflow:hidden}
.wp-video{position:relative;margin-bottom:15px}
.mejs-container,
.mejs-controls,
.mejs-embed,
.mejs-embed body{background-color:#efefef!important;margin-bottom:0!important}
.mejs-duration-container span,
.mejs-duration-container{margin:auto!important}
.mejs-time{color:#888!important}
.mejs-play > button{background-position:0 2px}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail .mejs-time-total{background-color:#fff!important}
.mejs-time-buffering,
.mejs-time-current,
.mejs-time-float,
.mejs-time-float-corner,
.mejs-time-float-current,.mejs-time-hovered,
.mejs-time-loaded,
.mejs-time-marker,
.mejs-time-total,
.mejs-horizontal-volume-total,
.mejs-time-handle-content{height:3px}
.mejs-time-handle-content{top:-6px}
.mejs-time-total{margin-top:8px}
.mejs-horizontal-volume-total{top:19px}
.wp-playlist-light{border:1px solid #ddd !important;box-shadow:0 2px 5px -1px #e2e2e2 !important}
.wp-playlist-light .wp-playlist-caption,
.wp-playlist-light .wp-playlist-item-length{color:#787878!important}
.wp-playlist-light .wp-playlist-current-item .wp-playlist-item-title{font-size:16px}
.wp-playlist-light .wp-playlist-item-album{font-style:normal}
.wp-playlist-light .wp-playlist-item-artist{text-transform:none;opacity:.8}
.wp-playlist-light .wp-playlist-item{padding:0 0 5px;margin-bottom:5px !important;border-bottom-color:#efefef!important}
.wp-playlist-light .wp-playlist-item:last-child{padding-bottom:0}
.wp-playlist-light .wp-playlist-playing{font-weight:400}
.wp-playlist-light .wp-playlist-item-length{top:0px}
.wp-audio-shortcode{margin:0 0 15px;width:100%;display:inline-block}
.wp-playlist-light video {background-color:#fff}
/*
 * Phone specs
*/
.phone-data{display:table;margin-bottom:30px;width:100%}
.phone-thumbnail{display:table-cell;border:1px solid #eee;width:46%}
.phone-thumbnail img{margin:0 auto;}
.phone-info{display:table-cell;vertical-align:top;padding:0 10px;}
.phone-info ul{display:block;margin:0;padding:0;list-style:none;}
.phone-info ul li{height:50px;margin:0 0 5px;position:relative;background-color:#eee;width:100%;list-style:none;}
.phone-info-anim{display:table;width:100%}
.phone-info-anim:hover{background-color:#31313c;width:100%;color:#fff}
.phone-info-anim i,
.phone-info-anim div{display:table-cell;vertical-align:middle;line-height:50px}
.phone-info-anim i{width:50px;text-align:center;font-family:sans-serif;font-size:30px;background-color:#31313c;color:#fff}
.phone-info-anim div{text-indent:10px;height:50px;float:left}
.rtl .phone-info-anim div{float:right}
.dark .phone-thumbnail {border-color:#1d2327}
.dark .phone-info ul li{background-color:#515E67;color:#fff}
.dark .phone-info-anim:hover{background-color:#2c3338;color:#fff}
.dark .phone-info-anim i{background-color:#2c3338;color:#fff}
@media only screen and (max-width: 767px) and (min-width:560px){
	.phone-thumbnail {margin-bottom:10px;}
	.phone-thumbnail,
	.phone-info {display:inline-block;width:100%;}
}
@media only screen and (max-width: 559px){
	.phone-data {width:100%;}
	.phone-thumbnail {margin-bottom:10px}
	.phone-thumbnail,
	.phone-info {display:inline-block;width:100%;padding:0;}
}
/*
 * Author Bio
*/
.author-bio{float:left;margin:20px 0;position:relative;width:100%;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border:1px solid #e9edf0}
.author-bio .author-img{float:left;margin-right:10px;width:80px;padding:10px}
.author-bio .author-img img{border-radius:50%}
.author-bio .title{float:none!important;margin-top:10px!important;text-transform:capitalize;width:auto!important}
.author-bio p{display:table;margin:10px!important}
.author-bio ul.author-links{list-style:none;margin-bottom:5px!important;position:absolute;right:10px;top:10px}
.author-bio ul.author-links li{margin:0 2px;display:inline-block;float:left;text-align:center;margin:0;vertical-align:top;line-height:28px;width:28px;height:28px;padding:3px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;}
.author-bio ul.author-links li a svg{fill:#fff;width:22px;height:22px}
.author-bio ul.author-links li a{color:#fff}
.author-bio ul.author-links li.facebook{background-color:#3b5998}
.author-bio ul.author-links li.twitter{background-color:#000}
.rtl .author-bio{float:right}
.rtl .author-bio .author-img{float:right;margin-left:10px;margin-right:0}
.rtl .author-bio ul.author-links{left:5px;right:auto}
.rtl .author-bio ul.author-links li{float:right;margin:0 5px 0 0}
.dark .author-bio{border:2px solid #2c3338}
.dark .author-bio .title a{color:#fff}
.dark .author-bio ul.author-links li.facebook,
.dark .author-bio ul.author-links li.twitter{background-color:#384046}
@media only screen and (max-width: 767px) and (min-width:560px){
	.author-bio p{margin:10px 0 10px 83px;overflow:hidden;width:78%!important}
	.rtl .author-bio p{margin:10px 83px 10px 0}
}
@media only screen and (max-width: 559px){
	.author-bio .author-img{width:70px !important;margin-right:5px}
	.author-bio .author-img img{width:50px !important;height:50px!important}
	.rtl .author-bio .author-img{margin-left:5px;margin-right:0}
}

/*
 * List Posts
 *
 * Style 3
 *
*/
.list-posts .s3 {width:49.5%;margin-right:1%;margin-bottom:1%;padding:0;display:inline-block;vertical-align:top}
.list-posts .s3:nth-child(2n) {margin-right:0}
.list-posts .s3 .thumbnail {height:0;overflow:hidden;position:relative;width:100%;padding-bottom:60.25%}
.list-posts .s3 .thumbnail img {height:100%!important;right:0;position:absolute;top:0;width:100%!important}
.list-posts .s3 .thumbnail .ps-3i {position:absolute;bottom:0;right:0;padding:30px 10px 5px;width:100%;background:rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.99) 100%) repeat scroll 0 0}
.list-posts .s3 .thumbnail .ps-3i h2 {display:inline-block;margin:0 0 5px;color:#fff;text-shadow:0 1px 0 #000;}
.list-posts .s3 .thumbnail .ps-3i a {color:#fff !important;}
.list-posts .s3 .thumbnail .category {display:inline-block;position:absolute;top:5px;left:5px;color:#fff;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;word-break:break-all;white-space:nowrap;display:table;overflow:hidden;padding:4px 10px}
.list-posts .s3 .meta {display:inline-block;color:#fff;margin:0 0 5px;padding:0;width:100%}
.list-posts .s3 .meta span {margin-right:5px;display:inline-block}
.list-posts .s3 .meta span:last-child {margin-right:0}
.list-posts .s3 .meta span:after {content:"/";font-size:80%;padding:0 0 0 5px}
.list-posts .s3 .meta span:last-child:after {content:"";font-size:80%;padding:0}
.rtl .list-posts .s3 {margin-right:0;margin-left:1%;}
.rtl .list-posts .s3:nth-child(2n) {margin-right:0;margin-left:0}
.rtl .list-posts .s3 .thumbnail .ps-5i {right:0;left:auto;}
.rtl .list-posts .s3 .thumbnail .category {left:auto;right:5px;}
.rtl .list-posts .s3 .meta span {margin-left:5px;margin-right:0}
.rtl .list-posts .s3 .meta span:last-child {margin-left:0;margin-right:0}
.rtl .list-posts .s3 .meta span:after {padding:0 5px 0 0}
.rtl .list-posts .s3 .meta span:last-child:after {padding:0}
@media only screen and (max-width: 768px) and (min-width:560px){
	.list-posts .s3 {width:100%;margin:0 0 10px}
}
@media only screen and (max-width: 559px){
	.list-posts .s3 {width:100%;margin:0 0 10px}
}
/*
 * Print CSS
 *
*/
.print-source-link{display:none}
@media print and (color){
	body {
		background-color:transparent;
	}
	#footer, 
	#header, 
	#sidebar,
	.share,
	.share-post,
	.comments-shadow,
	.related-inside,
	.related-inside-wrap,
	.related-title,
	.post-shortlink,
	.author-bio,
	.post-nav,
	.related-shadow,
	.sad,
	.tags,
	.breadcrumbs,
	.scrolltop,
	.container-urgent,
	.post-source{display:none!important}
	.print-source-link{display:block!important}
	.post-source
	{
		display:none !important;
	}
	.print-source-link {
		display:block;
	}
	.el-content  {max-width:80% !important;margin-right:17% !important;margin-left:3% !important}
	.rtl .el-content {margin-right:3% !important;margin-left:17% !important}
}