@font-face{font-family:"IranNastaliq";src:url("../webfonts/IranNastaliq.woff");font-style:normal; font-weight: normal;}
@font-face{font-family:"IranNastaliq";src:url("../webfonts/IranNastaliq.woff2");font-style:normal; font-weight: normal;}
@font-face{font-family:"IRANYekanXVF";src:url("../webfonts/IRANYekanXVFaNumVF.woff");font-style:normal;font-display:swap}
@font-face{font-family:"IRANYekanXVF";src:url("../webfonts/IRANYekanXVFaNumVF.woff2");font-style:normal;font-display:swap}

:root {
    --main-color: #87301c;
    --secend-color: #17154B;
    --hsecend-color: #ecba76;
    --hover-color: #FCF3E2;
    --white:#ffffff;
    --green:#00cd7a;
    --darkgreen:#050505;
    --light-blue:#20bcff;
    --blue:#1444d1;
    --darkblue:#0a1d4e;
    --red:#ea3a3c;
    --orange:#ffa801;
    --yellow:#ffdb00;
    --dark-black:#1e272e;
    --black:#2f3542;
    --light-black:#3d3d3d;
    --lighter-black:#4b6584;
    --dark-silver:#57606f;
    --silver:#747d8c;
    --light-silver:#a4b0be;
    --lighter-silver:#e0e4e9;
    --verylight-silver:#f2f1f0
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    direction: rtl;
    font-family:"IRANYekanXVF",sans-serif,tahoma ;
    font-size: 100%;
    color: var(--black);
    background-color: var(--hover-color);
	overflow-x: hidden;
    line-height: 1.75;
    font-variation-settings:"dots" 4
}
body::-webkit-scrollbar-track {
    background-color: var(--hover-color);
}
body::-webkit-scrollbar {
    width: 8px;
    background-color: var(--hover-color);
}
body::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: var(--main-color);
}
article,aside,footer,header,nav,section {display: block; position: relative;}
h1,h2,h3{line-height: 1.4; font-weight: 900; font-family: "IRANYekanXVF", Tahoma, sans-serif;}
.iranNastaliq,h1.iranNastaliq{font-family: "IranNastaliq" !important; font-weight: normal !important; letter-spacing: 0;}
/* INPUT */
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    display: block;
    width: 100%;
    border: 1px solid #dfdfdf;
    box-shadow: inset 0px 1px 4px rgb(0 0 0 / 8%);
    text-shadow: 1px 1px #f9f9f9;
    outline: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: "IRANYekanXVF";
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: #84868a;
}
input[type="text"],
input[type="email"],
input[type="password"] {
    height: 45px;
    padding: 0 10px;
    width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    background-color: #fefefe;
}
input[type="checkbox"] {
    vertical-align: middle;
}
textarea {
    padding: 10px;
    resize: vertical;
    min-height: 100px;
    line-height: 1.8;
}
::-webkit-input-placeholder {
    color: var(--light-silver) !important;font-size: 12px !important;
}
::-moz-placeholder {
    color: var(--light-silver) !important;font-size: 12px !important;
}
:-ms-input-placeholder {
    color: var(--light-silver) !important;font-size: 12px !important;
}
:-moz-placeholder {
    color: var(--light-silver) !important;font-size: 12px !important;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    border: 0;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
}

.btn,
.more-link {
position: relative;
  width: auto;
  min-width: 150px;
  height: 50px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  border-radius: 25px;
  cursor: pointer;
  text-align: center;
  font-size: 0.98rem;
  font-family: "IRANYekanXVF";
  background-color: var(--secend-color);
  color: var(--white) !important;
  box-shadow: 2px 2px 15px #303d805e;
}
.btn::before {content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
 background-color: rgba(0, 0, 0, 0.08); border-radius: 25px; opacity: 0; transition: opacity 0.3s;}
.btn:hover::before { opacity: 1;}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.more-link:hover {
    color: var(--white) !important;
}

/* Tooltip */
.tooltip:before,
.tooltip:after,
.meta-categories ul,
.meta-categories ul:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tooltip {
    position: relative;
    z-index: 100;
    cursor: pointer;
}
.tooltip:before,
.tooltip:after {
    pointer-events: none;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, -5px);
    -moz-transform: translate(-50%, -5px);
    -ms-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.tooltip:before {
    padding: 5px;
    bottom: 100%;
    min-width: 80px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 12px;
    content: attr(data-tooltip);
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.02px !important;
}
.tooltip:after {
    width: 0;
    border-top: 5px solid var(--main-color);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
}
.tooltip:hover:before,
.tooltip:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
}

/* Clear */
.clear:after {display: table; content: ""; clear: both;}

/*HEADER BTN*/
.header-btn{width: 40px; height: 40px; line-height: 40px; margin-left: 15px; padding: 0; border-radius: 3px; justify-content: center; 
    align-items: center; flex-direction: row; flex-wrap: nowrap; align-content: center; background: rgba(41, 56, 123, 0.15); border: 1px solid rgba(41, 56, 123, 0.05);; box-shadow: 0 0 15px rgba(41, 56, 123, 0.07);}
.header-btn i{font-size: 18px; color: var(--main-color); display: flex; align-items: center;}


#top-menu{display: flex; gap: 15px;margin-top: 30px;}
#top-menu li a{color: var(--silver); font-size:0.8rem; font-weight: 500;}
#top-menu li a:hover{color: var(--hsecend-color);}
/*MAIN MENU*/
#primary-main-menu{display:flex;gap: 25px; justify-content: end; position: relative; z-index: 9;}
#primary-main-menu li{position:relative; padding: 19px 0;}
#primary-main-menu li a{display:block;position:relative;color:var(--white);margin:0;padding:12px 0 6px;text-decoration:none;text-transform:uppercase;font-weight:500; font-size: 0.85rem; line-height:1}
#primary-main-menu li a:hover{color: var(--hsecend-color); border-color: var(--hsecend-color);}
#primary-main-menu li ul{position:absolute;top:100%;margin:0 -5px 0 0;right:0;display:block;visibility:hidden;
  z-index:9992;box-shadow:0 1px 3px rgba(0,0,0,0.3);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.3);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3)}
#primary-main-menu li:hover > ul{visibility:visible}
#primary-main-menu li ul li{display:block;float:none;margin:0;padding:0!important;border-bottom:none}
#primary-main-menu li ul li:hover{border-bottom:none}
#primary-main-menu li ul li a{display:block;background:var(--white);font-size:0.8rem; font-weight: 500; color:var(--silver);;border:none;width:200px;
  padding:7px 20px;margin:0;line-height:1.7; text-align: right; border-bottom:1px solid var(--verylight-silver);border-top:1px solid var(--verylight-silver);opacity:.98;text-transform:none}
#primary-main-menu li ul li a:hover{opacity:1; border-color:var(--verylight-silver);}
#primary-main-menu li ul li ul{margin:0;top:0;right:200px}
#primary-main-menu li ul li:last-child > a{border-bottom:none}
#primary-main-menu > li.current-menu-item > a:after,#primary-main-menu > li.current-menu-ancestor > a:after,#primary-main-menu > li.current_page_parent > a:after{content:"";width:0;height:0;border-style:solid;border-width:0 3px 3px;
    border-color:transparent transparent var(--hsecend-color);border-color:rgba(255,255,255,0) rgba(255,255,255,0) var(--hsecend-color) rgba(255,255,255,0);position:absolute;bottom:-5px;left:50%;margin-left:-2px}
#primary-main-menu > li.current-menu-item > a,#primary-main-menu > li.current-menu-ancestor > a,#primary-main-menu > li.current_page_parent > a{border:none; color:  var(--hsecend-color)}
#primary-main-menu button{display: none;}

/* Navbar Search */
.header-search {position: absolute; width: 30%; display: none;top: 90px; left: 105px;}
.header-search::before {content: "";
    position: absolute; top: -7px; left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent #fff;
}
.header-search form {position: absolute; right: 0; width: 100%; height: 50px; background: var(--white); border-radius:0 2px 2px 2px; top: 0; z-index: 60;}
.header-search input{background: transparent; border: none; padding: 10px; height: 50px; line-height: 50px; border-radius: 2px; box-shadow: none;}
.header-search input:focus{color: var(--lighter-black);background: transparent;}
.ico-header{display: flex; align-items: center; justify-content: center; background: var(--hsecend-color); color: var(--white);
}
.ico-header:hover{background: var(--hover-color);}
.hero,.hero-page{position: relative; display: flex; flex-direction: column; position: relative; margin-bottom: 5rem;}
.hero::before,.hero-page::before {content: ""; display: block; position: absolute; left: 0; top: 0; width: 60%; height: 101%;
 background:var(--secend-color); min-height: 300px; border-radius: 0 0 160px 0;}
.hero-img{position: relative; z-index: 1; padding: 0 0.8rem 0.8rem 0;}
.hero-img img{border-radius: 2px 2px 155px 2px;}
.hero-title{color: var(--secend-color);}
.hero-text{color: var(--main-color); line-height: 40px; text-align: justify; font-weight: 500;}
.hero-btn .btn{width: 170px;}
.light-btn{background: var(--hsecend-color); box-shadow: 2px 2px 15px #ecbb764d;}
.hero-content{position: relative;}
.hero-content::before{width: 31.25rem; height: 31.25rem; flex-shrink: 0; position: absolute; top: 10%; right: -50%;
 z-index: 1; content: ""; border-radius: 31.25rem; background: rgba(236, 186, 118, 0.65); filter: blur(150px);}

 .hero-page::before{height: 80%; min-height: 500px;}
 .hero-page img{max-height: 340px; width: 100%; object-fit: cover;}
/* HEADING */
.heading{position: relative; color: var(--secend-color);}
.heading::after{width: 200px; height: 15.6px; content: ''; background: url("../img/border-heading.png") no-repeat; position: absolute; bottom: -16px;}

/* SERVICES */
.services{position: relative;}
.services::before{width: 80%; height: 36rem; position: absolute; left: 50%; top: 58%; content: '';
    transform: translate(-50%, -50%); border-radius: 50%; background: #f8dfab; filter: blur(100px);}
.service-box{width: 320px; height: 483px; border-radius: 0 0 3px 3px; position: relative; z-index: 1; background: url("../img/service-box.webp") no-repeat; transition: 0.3s; margin-top:3rem}
.service-box img{width: 110px; height: 110px; margin-bottom: 1rem; transition: 0.3s;} 
.service-box:hover img{width: 120px; height: 120px; transition: 0.3s;}
.service-box h3{font-size: 1.2rem; color: var(--main-color); margin-bottom: 0.2rem;}
.service-box span{font-size: 0.95rem; color: var(--secend-color); font-weight: 500;}

/* ABOUT */
.about{position: relative;}
.about::before{width: 75%; height: auto; min-height: 33rem; content: ''; border-radius: 10.3125rem 0rem 0rem 0.9375rem;
    background: #F8E3BD; position: absolute; right: 0; top: 0;}
.color-main{color: var(--main-color);}
.color-secend{color: var(--secend-color);}
.more{border-color: var(--secend-color);}
.imgs-left-brd{position: relative;}
.imgs-left-brd::before{border-radius: 10rem 10rem 0.25rem 0.25rem; position: absolute; width: 100%; height: 100%;
    border: 2px solid #87301C; content: ''; position: absolute; left: -1rem; bottom: -1rem; background:transparent;}
.imgs-left{border-radius: 10rem 10rem 0.25rem 0.25rem; position: relative;}

.gallery{position: relative;}
.gallery img{border-radius: 1rem; box-shadow: 4px 4px 12px 0px rgba(236, 186, 118, 0.50); min-height: 16rem; max-height: 16rem; object-fit: cover;}
.fancybox-title-over #fancybox-title{text-align: center !important;}

/* SINGLE */
.article-page{position: relative; z-index: 1;}
.article-page p{margin: 0 0.7rem 0.7rem 0.7rem; text-align: justify; line-height: 38px;}
.posts{position: relative;background: #F8E3BD; z-index: 1;}
.posts img{object-fit: cover; width: 100%;}

/* SIDE Panel */
.side-logo{width: 100%; height: auto; padding: 10px 0 20px 0; min-height: 80px; float: right; background: var(--secend-color); clip-path: ellipse(105% 100% at 50% 0%);}
.side-logo a img{display: table; margin: 1.5rem auto; max-width: 240px;}
.side-panel-close{background: none; color: var(--white) !important; border: none !important; position: absolute; top: 10px; left: 10px; }
.side-panel-close:hover{color: var(--red) !important;}
button.side-panel-categories-toggle{background: transparent;}
.side-panel {
    position: fixed;  top: 0;  right: -320px;  bottom: 0;
    -webkit-box-shadow: -1px 0 40px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 0 40px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 0 40px rgba(0, 0, 0, 0.3);
    background-color: var(--hover-color);  width: 100%;  max-width: 320px;  z-index: 99999;  -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; visibility: hidden
}
.side-panel-categories {width: 100%; float: right; height: 85%}
.side-panel-categories-toggle { position: absolute; top: 0; left: 0; width: 45px; height: 45px;line-height: 45px;}
.side-panel-categories-toggle span { vertical-align: middle;font-size: 1.2rem; color: var(--main-color);margin-top: 10px;}
.side-panel-categories-toggle-minus {display: none;}
.side-social {position: absolute; bottom: 0px; }
.side-social ul{width: 319px; height: 40px; display: flex; justify-content: space-around;}
.side-social a{ color: var(--light-silver);}
.side-social a:hover{color: var(--main-color);}
.side-panel-categories ul.menu { position: relative; z-index: 99; width: 319px; height: -webkit-calc(100% - 70px);
height: -moz-calc(100% - 70px); height: calc(100% - 70px); overflow-y: auto}
.side-panel-categories ul.menu li {position: relative; height: 45px; line-height: 45px; border-bottom: 1px solid rgba(0, 0, 0, 0.05)}
.side-panel-categories ul.menu li.menu-item-has-children {height: auto}
.side-panel-categories ul.menu li a { display: block; font-size: 0.9rem; color: var(--black); font-weight: 500; padding: 0 15px}
.side-panel-categories ul.menu li ul { display: none; background-color: rgba(0, 0, 0, 0.03)}
.side-panel-categories ul.menu li ul li{border-bottom: 1px solid rgba(0, 0, 0, 0.05)}
.side-panel-categories ul.menu li ul li a{font-size: 14px; color: var(--main-color);}
.side-panel-categories ul.menu li ul li:first-child{border-top: 1px solid rgba(0, 0, 0, 0.05)}
.side-panel-categories ul.menu li ul li:last-child{border-bottom: none;}
.side-panel-categories ul.menu::-webkit-scrollbar-track { background-color: var(--white)}
.side-panel-categories ul.menu::-webkit-scrollbar {width: 8px; background-color: var(--white)}
.side-panel-categories ul.menu::-webkit-scrollbar-thumb {background-color: var(--lighter-silver)}
.side-panel-categories ul.menu::-webkit-scrollbar-track {background-color: var(--white)}
.side-panel-categories ul.menu::-webkit-scrollbar {width: 8px;background-color: var(--white)}
.side-panel-categories ul.menu::-webkit-scrollbar-thumb {background-color: var(--lighter-silver)}
.show {right: 0; -webkit-transition: right 0.2s ease-out; -moz-transition: right 0.2s ease-out; transition: right 0.2s ease-out;
    visibility: visible;}
.active .side-panel-categories-toggle-plus { display: none;}
.active .side-panel-categories-toggle-minus {display: inline-block;}

/* Single Post */
.content-meta{padding: 10px 20px 0 0;}
.author-post{line-height: 40px;margin: 15px 0; display: flex; gap: 5px; color: var(--silver); font-size: 0.9rem;}
.author-post img{border-radius: 100%; padding: 1px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);}
.archive-post{width: 100%; height: auto; float: right; margin-bottom: 25px;}
.archive-post.box,.contents .box{padding: 20px;}
.post-title{font-size: 1.2rem; margin: 0; line-height: 2.2rem;}
.archive-content{padding: 5px 10px; float: right; font-size: 0.9rem; text-align: justify; line-height: 2.2rem; color: var(--lighter-black);}
.imgcover{display: flex; justify-content: center; position: relative;}
.imgcover img {padding: 5px; border: 1px solid var(--lighter-silver); border-radius: 2px;}
.maincat{position: absolute; top: 25px; right:25px; padding: 0 15px; font-size: 0.85rem; height: 28px; line-height: 28px; border-radius: 14px; background: var(--orange); color: var(--white);}
.meta-post{display: flex; font-size: 0.8rem; color: var(--light-silver); gap: 20px; margin-top: 10px;}
.meta-post i{float: right; font-size: 0.95rem; margin: 2px 0 0 5px;}
.meta-post a{color: var(--light-silver);}
.np-posts{position: relative; margin: 10px 0; display: flex;}
.prevpost,.nextpost{ width: calc(50% - (1px / 2)); white-space: nowrap;  overflow: hidden; -o-text-overflow: ellipsis;
    text-overflow: ellipsis;}
.prevpost{padding-right: 30px;}
.prevpost a,.nextpost a{font-size: 0.85rem !important; color: var(--dark-silver) !important; line-height: 15px;}
.prevpost a span,.nextpost a span{font-size: 0.75rem; color: var(--light-silver); display: block; }
.nextpost{text-align: left; padding-left: 30px;}
.arrow-prevpost,.arrow-nextpost{position:absolute; right: 0px; line-height: 55px; color: var(--light-silver);}
.arrow-nextpost{left: 0px;}
.shrepost{display: table; margin: 60px auto;}
.kk-star-ratings{display: table; margin: 10px auto;}
.shrepost span{text-align: center; color: var(--silver); font-size: 0.75rem;}
.sharelink button{width: 40px; height: 40px; border-radius: 20px;  margin: 10px 5px; color: white;}
.sharelink button i{display: flex; align-items: center; justify-content: center;}
.sharelink button:hover{opacity: 0.85; transition: 0.3s;}
.sharelink{display: flex; justify-content: center; align-items: center;}
.page-title{line-height: 2rem; border-bottom: 2px solid var(--verylight-silver); margin-bottom: 2rem;}
.inside-meta {margin-top: 12px;}
.inside-meta li { display: inline-block; margin: 0 0 10px 15px; color: #777;}
.inside-meta li:before { vertical-align: middle;  margin-left: 7px;}
.meta-categories { position: relative;}
.meta-categories ul { -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;display: none;
    position: absolute;top: 40px;background-color: var(--white);line-height: 25px;-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px  rgba(0, 0, 0, 0.1);box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);width: 160%;}
.meta-categories ul:before {top: -7px; width: 0; height: 0; border-left: 7px solid transparent;
    border-right: 7px solid transparent; border-bottom: 7px solid var(--white);}
.meta-categories ul li { display: block; margin: 0;font-size: 1em;}
.meta-categories ul li:not(:last-child) { border-bottom: 1px solid var(--verylight-silver);}
.meta-categories ul li:before { display: none;}
.meta-categories ul li a { display: block; padding: 7px 12px; color: var(--silver)}
.meta-categories ul li a:hover {background-color: var(--verylight-silver);}
.inside-content p{line-height: 2.6rem; font-family: IRANYekanXVF; text-align: justify;}
.inside-content p strong{font-weight: 600}
.inside-content ul{margin: 20px 30px;}
.inside-content li{font-size: 14px; margin: 10px 20px; list-style: circle; line-height: 32px;font-family: IRANYekanXVF; font-weight: 600; color: var(--lighter-black)}
.inside-content li::marker{color: var(--light-blue);}

.inside-tags { background-color:var(--verylight-silver);  padding: 15px;  border-radius: 5px;  line-height: 1.5;  color: var(--silver);
    font-size: 0.75rem;  margin: 1rem 0;  border: 1px solid rgba(0, 0, 0, 0.03);}
.inside-tags a { color: var(--silver);font-size: 0.85rem; margin-left: 15px;}
.inside-author { padding: 15px; margin-bottom: 20px;}
.inside-author-title { margin-bottom: 20px;padding-bottom: 15px; color: var(--silver);
    border-bottom:  2px solid var(--verylight-silver)}
.inside-author-picture { margin-left: 15px;}
.inside-author-picture img{border-radius: 3px;}
.inside-author-name { margin-bottom: 15px; color: #4b5267;}
.inside-author-description { line-height: 1.8; font-family: Tahoma, sans-serif; font-size: 11.5px;}

/* RELATED POST */
.related-post{margin: 25px 0 10px 0;}
.related-post-title {margin-bottom: 20px; padding: 10px 0; border-bottom: 2px solid var(--verylight-silver);}
.related-post li{width: 97%; background: var(--verylight-silver); border-radius: 5px !important; margin: 10px 5px; padding: 10px; float: right;}
.related-post li:not(:last-child) {margin-bottom: 10px;}
.related-post li:hover img {opacity: 1; transition: 0.3s;}
.related-post li a{display: flex; align-items: center; font-weight: 500; color: var(--lighter-black); font-size: 0.9rem;}
.related-post li:hover a {color: var(--black); transition: 0.3s;}
.related-post li img { width: 60px; height: 60px;  float: right;  margin-left: 10px; border-radius: 100% ;
border: 2px solid var(--white);  opacity: 0.8; -webkit-transition: all 0.1s;
-moz-transition: all 0.1s; transition: all 0.1s;}
.related-post a {line-height: 1.4;}
.inside-tabbed-guide,.inside-content {font-size: 16px; line-height: 36px; text-align: justify;}
.inside-tabbed-guide ul,.inside-tabbed-guide ol,.inside-content ul,
.inside-content ol { margin-right: 15px;}
.inside-content h2,.inside-content h3, .inside-content h4{margin-top: 2rem;}

/* SHare Links */
.sharelink button { width: 32px; height: 32px; line-height: 32px;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.share-facebook { background-color: #3b5998;}
.share-twitter { background-color: #55acee;}
.share-gplus { background-color: #dd4b39;}
.share-linkedin { background-color: #007bb5;}
.share-pinterest { background-color: #bd081c;}
.share-telegram { background-color: #2ca5e0;}
.share-whatsapp { background-color: #25d366;}

/* TOC */
.ez-toc-title{line-height: 50px !important; letter-spacing: -0.03px !important;}
#ez-toc-container{margin: 25px 0;}
#ez-toc-container nav li{line-height: 40px; margin-right: 15px;}
#ez-toc-container nav li a{font-weight: 600 !important; color: var(--orange) !important;}
#ez-toc-container nav li a:hover{text-decoration: none;}
#ez-toc-container nav ul li ul li a{font-weight: 400 !important; color: var(--dark-silver) !important;}
#ez-toc-container nav ul li ul li a:hover{color: var(--hover-color) !important;}
.ez-toc-title-toggle{float: right; margin-top: 9px;}
#ez-toc-container label{border-color: var(--lighter-silver) !important; border-radius: 3px !important; }
.ez-toc-toggle i.ez-toc-glyphicon{color: var(--light-silver); margin: 3px;}

/* Page Navigation */
.wp-pagenavi { display: table; margin: 0 auto; margin-bottom: 20px;}
.wp-pagenavi span.pages{display: none;}
.wp-pagenavi:after {display: table; content: ""; clear: both;}
.wp-pagenavi a,.wp-pagenavi span {background-color: var(--verylight-silver); color: var(--lighter-black);
float: right; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;
border: 0; width: 40px; height: 40px; text-align: center; line-height: 35px;}
.wp-pagenavi a:hover,.wp-pagenavi span.current { background-color: var(--main-color); color: #fff !important;}
.wp-pagenavi a.previouspostslink{position: absolute; right: 0;}
.wp-pagenavi a.nextpostslink{position: absolute; left: 0;}

/*COMMENTS*/
.comment-respond,.inside-comments-comment,.box {background-color: var(--white); -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
border: 1px solid rgba(0, 0, 0, 0.09); padding: 40px 20px; border-radius: 2px;}
.comment-form-cookies-consent{font-size: 13px;color:var(--silver); float: right; margin: 15px 0;}
.inside-comments {padding-top: 15px;}
.inside-comments ol {list-style: none;}
.inside-comments-description { margin-bottom: 15px; line-height: 1.5;}
.inside-comments-form-title,.inside-comments-reply-title {margin: 20px 0;}
.inside-comments-form { margin-bottom: 30px;}
.inside-comments-form-author,.inside-comments-form-email,.inside-comments-form-url,.inside-comments-form-comment {
margin-bottom: 10px;}
.inside-comments-form-author input,.inside-comments-form-author textarea,.inside-comments-form-email input,.inside-comments-form-email textarea,
.inside-comments-form-url input,.inside-comments-form-url textarea,.inside-comments-form-comment input,.inside-comments-form-comment textarea {
  border: 1px solid #dfdfdf;box-shadow: inset 0px 1px 4px rgb(0 0 0 / 8%);text-shadow: 1px 1px #f9f9f9;}
.inside-comments-form-author input:focus,.inside-comments-form-author textarea:focus,
.inside-comments-form-email input:focus,.inside-comments-form-email textarea:focus,.inside-comments-form-url input:focus,.inside-comments-form-url textarea:focus,
.inside-comments-form-comment input:focus,.inside-comments-form-comment textarea:focus {background-color: #fefefe;}
.inside-comments-comment{padding: 10px; margin: 0;}
.inside-comments-closed { margin-bottom: 25px; color: #e41e1e;}
.inside-comments-comment { position: relative; margin-bottom: 25px;}
.inside-comments-comment ~ .children .inside-comments-comment-avatar {box-shadow: none; border: 2px solid rgba(0, 205, 122, 0.3); margin-top: 2px;}
.inside-comments-comment ~ .comment-respond .inside-comments-description { display: none;}
.inside-comments-comment-avatar {border-radius: 100%; padding: 2px; box-shadow: 0 0 7px rgba(0, 0, 0, 0.07) ; margin-left: 12px;}
.inside-comments-comment-notice { color: #e41e1e;}
.inside-comments-comment-author {position: absolute; top: 1rem; right: 70px; color: var(--black);font-weight: 600; margin: 0; font-size: 14px;}
.inside-comments-comment-body {color: var(--silver); line-height: 2.2; font-size: 13px; margin: 25px 0 10px 0;}
.inside-comments-comment-meta {position: absolute; top: 2.7rem; right: 70px; font-size: 0.75em; color: var(--light-silver);}
.inside-comments-comment-meta i{float: right; margin: 2px 0 0 5px;}
.inside-comments-pagination { margin-bottom: 25px;}
.comment-author-admin{background: rgba(0, 205, 122, 0.10); border-color: rgba(0, 205, 122, 0.3);}
.logged-in-as { margin: 20px 0;}
.comment-reply-link { position: absolute; left: 10px; bottom: 15px;font-size: 11px;color: var(--white);
    background-color: var(--orange); -webkit-border-radius: 4px; -moz-border-radius: 4px;
    border-radius: 4px; padding: 5px 10px;line-height: 1;}
.comment-reply-link i{float: right; margin-left: 5px;}
.comment-form label,.comment-form .required-field-message,.comment-form .logged-in-as a{font-size: var(--small-fontsize); color: var(--light-silver);}
.comment-form input,.comment-form textarea{border: 1px solid #dfdfdf; box-shadow: inset 0px 1px 4px rgb(0 0 0 / 8%); text-shadow: 1px 1px #f9f9f9;}
.comment-form input[type="submit"]{border-color: var(--main-color); padding: 10px 20px; box-shadow: 0px 0px 25px 0px rgb(255 128 63 / 23%); text-shadow: none;}
.form-submit{display: grid; margin-top:20px; padding-right: 10px;}
.form-submit input{border-radius: 3px; background: var(--main-color); color: white; height: 44px; line-height: 44px;
font-size: 0.9rem;     }

.comments-form-author{padding-left: 10px;}
.comment-respond{padding-bottom: 4rem; margin-bottom: 2rem;}
.comment-respond li{margin: 10px 0; list-style: none;}
/* Widget */
.side-widget { padding: 15px; margin-bottom: 20px;}
.side-widget-title { position: relative; border-bottom: 1px dotted #eaeaea; padding-bottom: 20px;
margin-bottom: 20px; color: #6e6e6e;}
.side-widget-list li a {font-size: 14px; color: var(--lighter-black); line-height: 2;}
.side-widget-list li a:before { display: none;}
.side-widget-list li span { display: block;font-size: 12px; color: var(--light-silver); margin-top: 5px;}
.side-widget-list li:hover a { color: var(--main-color);}
.side-widget-list li:hover img { opacity: 1;}
.side-widget-list-thumb { margin-left: 12px;}
.side-widget-list-thumb:hover ~ a { color: var(--main-color);}
.side-widget-list-thumb img {display: block; border: 5px solid var(--verylight-silver); opacity: 0.8;
-webkit-transition: all 0.1s;-moz-transition: all 0.1s;transition: all 0.1s;}
.side-widget-buttons { display: flex; position: relative; border-bottom: 1px dotted var(--lighter-silver);
padding-bottom: 1rem; margin-bottom: 1rem;}
.side-widget-buttons button { float: right; width: 49.8%; height: auto; padding: 0; line-height: 1; background: var(--white);}
.side-widget-buttons button:before {display: flex; justify-content: center; color: var(--light-silver); font-size: 2rem; 
font-family: "uicons-regular-straight";}
.side-widget-buttons button span { color: var(--light-silver);  display: inline-block; -webkit-border-radius: 15px;
-moz-border-radius: 15px; border-radius: 15px; line-height: 1; margin-top: 1rem; padding: 7px 12px;
-webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s;}
.side-widget-buttons-recent:before { content: "\f2b5";}
.side-widget-buttons-recent.active:before, .side-widget-buttons-recent:hover:before {color: var(--green);}
.side-widget-buttons-recent.active span,.side-widget-buttons-recent:hover span {
background-color:var(--green); color: var(--white);}
.side-widget-buttons-mostviewed:before { content: "\f2e8";}
.side-widget-buttons-mostviewed.active:before,.side-widget-buttons-mostviewed:hover:before {color: var(--orange);}
.side-widget-buttons-mostviewed.active span,.side-widget-buttons-mostviewed:hover span {background-color:var(--orange);
color: var(--white);}
.side-widget-content li {line-height: 1.5; display: flow-root;}
.side-widget-content li:not(:last-child) { margin-bottom: 12px;}
.side-widget-ads-order {display: block;background-color: var(--verylight-silver); margin-top: 10px; padding: 7px 0;}
.side-widget-ads .side-widget-content {text-align: center;}
.side-widget-textads-ad {background-color: #f9f9f9; border-right: 2px solid #efefef; -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s; transition: all 0.5s;}
.side-widget-textads-ad:not(:last-child) { margin-bottom: 10px;}
.side-widget-textads-ad-link { display: block; padding: 10px;}
.side-widget-textads-ad-title { display: block;}
.side-widget-textads-ad-title:before { display: inline; content: "\00bb"; color: #49a000; margin-left: 5px; font-weight: bold;}
.side-widget-textads-ad-description { color: #9ea1ab; margin: 10px 0; font-family: Tahoma, sans-serif; font-size: 11px;}
.side-widget-textads-ad-url { display: block; text-align: left;}
.side-widget-textads-ad-url a {color: #49a000;}
.side-widget-textads-ad:hover {border-right-color: #49a000;background-color: #f4f4f4;}
.side-widget-textads-ad:hover a {color: #49a000 !important;}
.side-widget-tabbed ul { -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; display: none;}
#side-widget-tabbed-recent { display: block;}

/* Rank Math */
.rank-math-breadcrumb{color: var(--lighter-black); font-size: 0.85rem;}
.rank-math-breadcrumb a{color: var(--lighter-black);}
.rank-math-breadcrumb a:hover{color: var(--main-color);}
.rank-math-breadcrumb p{margin: 0.15rem 0;}
.rank-math-question{color: var(--main-color); margin: 0 10px 15px 0;}
.inside-content li.rank-math-list-item::marker{ font-family: uicons-regular-straight; font-weight: normal; 
    content: "\f413"; font-size: 22px;}
.rank-math-answer{color: var(--lighter-black); font-weight: 500; font-size: 0.85rem;}
.rank-math-answer img{float: right; border-radius: 2px; margin: 5px;}

#rank-math-rich-snippet-wrapper{width: 100%; height: auto; padding: 15px; margin-bottom: 20px; background: radial-gradient(at top right, #B0ADF3AD 0%, #F1F2F6 100%); border-radius: 4px;}
.rank-math-review-image{float: right; max-width: 30% !important; margin: 0 10px 0 20px;}
.rank-math-review-image img{border-radius: 3px !important;max-height: 300px;}
.rank-math-review-data{float: left; text-align: right; width: 64%;}
#rank-math-rich-snippet-wrapper h5.rank-math-title{display: table !important; color: var(--main-color); margin: 15px auto;}
.rank-math-review-data p{color: var(--dark-silver); border-bottom: 1px dotted rgba(0, 0, 0, 0.05); font-size: 14px; line-height: 2.5rem; padding: 0 5px; margin: 0;}
.rank-math-review-data p strong{color: var(--darkblue); }

/* 404 */
.notfound{padding: 5% 10%;}
.notfound span{font-size: 10rem; font-weight: 900; color: var(--lighter-silver); display: flex; align-items: center; justify-content: center; margin: 5rem 0;}
.notfound p{text-align: center; font-size: 0.85rem; color: var(--lighter-black);}
.notfound p i{color: var(--red); font-size: 1.1rem; vertical-align: sub;}
.mgbottom1{margin-bottom: 1rem;}
.mgbottom2{margin-bottom: 2rem;}
.notfound input{height: 55px;}
.notfound-links{display: flex; justify-content: center; flex-wrap: wrap; }
.notfound-links ul{ margin: 1rem 0; display: flex;flex-wrap: wrap;}
.notfound-links li{list-style: none; border-radius: 2px; transition: 0.3s; margin: 5px; background: var(--light-silver); padding: 0 10px;}
.notfound-links li:hover{background: var(--lighter-black); transition: 0.3s;}
.notfound-links li a{font-weight: 400; color: var(--white); font-size: 0.80rem;}
.notfound-links li:first-child{background: var(--orange);}

/* Footer */
.main-footer {width: 100%; position: relative; flex-wrap: wrap; border-radius: 165px 0 0 0; margin-top: 12rem; padding-top: 2.5rem; background-color: var(--secend-color);}
.mob-footer{width: 100%; position: relative; flex-wrap: wrap; border-radius: 190px 190px 0 0; margin-top: 3rem; padding-top: 2rem; background-color: var(--secend-color);}
.main-footer-widget { margin-bottom: 30px; text-align: right;}
.footer-title {color: #F8E3BD; font-size: 1.1875rem;}
.main-footer-widget-content {line-height: 1.5; color: #F4D69C; position: relative;}
.main-footer-widget-content li:not(:last-child) { margin-bottom: 12px;}
.main-footer-widget-content a {color: var(--white);}
.fheading{font-size: 1.2rem; font-weight: 700; color: var(--main-color); line-height: 55px;}
.footer-contact{display: flex; flex-direction: column; font-size: 0.85rem; color: var(--white); font-weight: 400;}
.footer-contact b{font-weight: 600; font-size: 1rem; color: #F4D69C; margin-left: 0.4rem;}
.footer-contact div{line-height: 1.875rem; margin-bottom: 0.7rem;}
.footer-contact svg{display: inline-flex; margin-left: 0.6rem;}

.footer-nav{font-size: 0.87rem; color: var(--white); line-height: 2.1rem;}
.footer-nav a::before{width: 0.5rem; height: 0.5rem; flex-shrink: 0; content: ''; border-radius: 0.125rem;
    background: #E8A74E; display: inline-flex; margin-left: 0.6rem;}
.footer-nav a:hover{color: #F4D69C;}
.copyright{width: 100%; height: auto; padding: 20px 0 10px 0; margin-top: 30px; border-top: 1px solid var(--verylight-silver);}
.copyright-txt p,.copyright-txt a{font-size: 0.8rem; color: var(--silver); margin: 0;}
.copyright-txt{text-align: left; float: left; margin: 0;}
.socials span{font-size: 13px; float: right;}
.socials li{float: right; list-style: none; margin: 0 10px;}
.socials li a i{font-size: 17px; color: var(--silver);}
.footer-info{ position: absolute; bottom: 0; width: 20rem;height: 30rem;flex-shrink: 0;border-radius: 10rem 10rem 0rem 0rem;
background: #E8A74E; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.footer-info::before { border-radius: 10rem 10rem 0.25rem 0.25rem; position: absolute;
    width: 100%; height: 100%; border: 2px solid #E8A74E; content: ''; position: absolute;
    right: -0.8rem; top: -0.8rem; background: transparent;}

.footer-info h3{font-size: 1.6rem; text-transform: uppercase; color: var(--white); font-weight: 400;}
.footer-info span,.mob-footer span{color: #F8E3BD;font-size: 0.7rem; letter-spacing: 0.225rem; margin: 0.8rem 0 ; text-transform: uppercase;}

/* TABLE */
table {
  background-color: transparent;
  width: 100%;color: var(--light-black); text-shadow: 1px 1px rgba(255,255,255,0.3);
  margin-bottom: 15px; font-size: 0.9em; border-spacing: 0; border-collapse: collapse; }
  table th,table td { padding: 15px; line-height: 1.5;  vertical-align: top; border: 1px solid #f1f1f1; }
  table th {font-weight: 600; color: var(--black)}
  table thead th, table tfoot th {font-size: 1em;}
  table caption + thead tr:first-child th,table caption + thead tr:first-child td,
  table caption + thead tr:first-child th,table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,table colgroup + thead tr:first-child td,
  table colgroup + thead tr:first-child th,table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th, table thead:first-child tr:first-child td,
  table thead:first-child tr:first-child th,table thead:first-child tr:first-child td {border-top: 1px solid #f3f3f3;}
  table tbody > tr:nth-child(odd) > td,table tbody > tr:nth-child(odd) > th {background-color: #f7f7f7;}
  table tbody tr:hover > td,table tbody tr:hover > th {background-color: #e9e9e9;}


/* RISPONSIVE */
/* Desktop */
[class*="desktop-"],[class*="laptop-"],[class*="mobile-"],[class*="tablet-"] {float: right;}
  @media screen and (min-width: 1200px) {
    .desktop-1{width: 8.33333%;}
    .desktop-2{width: 16.66667%;}
    .desktop-3{width: 25%;}
    .desktop-4{width: 33.33333%;}
    .desktop-5{width: 41.66667%;}
    .desktop-6{width: 50%;}
    .desktop-7{width: 58.33333%;}
    .desktop-8{width: 66.66667%;}
    .desktop-9{width: 75%;}
    .desktop-10{width: 83.33333%;}
    .desktop-11{width: 91.66667%;}
    .desktop-12{width: 100%;}
    .hide-desktop{display: none;}
    .show-laptop{display: none;}
    .show-tablet{display: none;}
    .show-mobile{display: none;}

  }

/* Laptop */
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .laptop-1{width: 8.33333%;}
    .laptop-2{width: 16.66667%;}
    .laptop-3{width: 25%;}
    .laptop-4{width: 33.33333%;}
    .laptop-5{width: 41.66667%;}
    .laptop-6{width: 50%;}
    .laptop-7{width: 58.33333%;}
    .laptop-8{width: 66.66667%;}
    .laptop-9{width: 75%;}
    .laptop-10{width: 83.33333%;}
    .laptop-11{width: 91.66667%;}
    .laptop-12{width: 100%;}
    .hide-laptop{display: none;}
    .show-desktop{display: none;}
    .show-tablet{display: none;}
    .show-mobile{display: none;}
    .header-search form{width: 96%;}
    .hero::before,.hero-page::before{height: 7rem; min-height: 7rem; width: 100%; border-radius: 0 0 1rem 1rem;}
    .hero-title{text-align: center;}

  }

/* Tablet */
  @media screen and (min-width:768px) and (max-width: 991px) {

    .main-content{max-width: 750px; flex-direction: column-reverse;}
    .tablet-1{width: 8.33333%;}
    .tablet-2{width: 16.66667%;}
    .tablet-3{width: 25%;}
    .tablet-4{width: 33.33333%;}
    .tablet-5{width: 41.66667%;}
    .tablet-6{width: 50%;}
    .tablet-7{width: 58.33333%;}
    .tablet-8{width: 66.66667%;}
    .tablet-9{width: 75%;}
    .tablet-10{width: 83.33333%;}
    .tablet-11{width: 91.66667%;}
    .tablet-12{width: 100%;}
    .hide-tablet{display: none;}
    .show-desktop{display: none;}
    .show-laptop{display: none;}
    .show-mobile{display: none;}
    .contact-info li a{font-size: 15px;}
    .address{font-size: 12.5px;}
    .contact-info{margin-top: 50px;}
    .contact-info li:last-child{margin: 0;}
    .comments-form-author{padding-left: 0;}
    .comments-form-email{padding-right: 10px;}
    .header-search form{width: 80%;}
    .contents{padding: 0;}
    .form-submit{display: grid; width: 100%; padding-right: 0;}
    .hero::before,.hero-page::before{display: none;}
    .hero-title{text-align: center;}
    .hero-text{padding: 0 0.8rem;}
    .about::before{width: 97%; height: 25rem;}
    .imgs-left{border-radius: 6.5rem 0rem 0rem 0.25rem; width: 100%; height: 9rem; margin-right: -1.5rem;}
    .imgs-left-brd::before{left: 0; right: -2.2rem; bottom: -0.6rem; }
    img.imgs-left{object-fit: cover;}
    .footer-info{height: 25rem;}
	.service-box{width:300px; background-size:contain;}
    
  }

  @media screen and (max-width: 767px) {
    .main-content{max-width: auto;flex-direction: column-reverse}
    .mobile-1{width: 8.33333%;}
    .mobile-2{width: 16.66667%;}
    .mobile-3{width: 25%;}
    .mobile-4{width: 33.33333%;}
    .mobile-5{width: 41.66667%;}
    .mobile-6{width: 50%;}
    .mobile-7{width: 58.33333%;}
    .mobile-8{width: 66.66667%;}
    .mobile-9{width: 75%;}
    .mobile-10{width: 83.33333%;}
    .mobile-11{width: 91.66667%;}
    .mobile-12{width: 100%;}
    #primary-main-menu,.hide-mobile{display: none;}
    .show-desktop{display: none;}
    .show-laptop{display: none;}
    .show-tablet{display: none;}
    .comments-form-author,.comments-form-email{padding-left: 0;}
    table table {font-size: 0.8em;}
    table table th,table table td {padding: 7px;line-height: 1.3;}
    table table th {font-weight: 400; }
    table caption {font-size: 1.3em;}
    table thead { border: none; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}
    table tr {display: block; margin-bottom: .625em; border-bottom: 1px solid #eee;}
    table td {display: block;font-size: .9em;text-align: right !important; min-height: 45px;}
    table td::before {margin-left: 10px; content: attr(data-label); float: right; font-size: 13px;font-weight: 600;}
    .copyright-txt{text-align: center; margin-top: 10px;}
    .header-search form{width: 58%;}
    .contents{padding: 0;}
    .form-submit{display: grid; width: 100%; padding-right: 0;}


    .hero::before,.hero-page::before{display: none;}
    .hero-title{text-align: center; font-size:6.5rem}
    .hero-text{padding: 0 0.8rem;}
    .about::before{width: 100%; height: 48rem;}
    .imgs-left{border-radius: 5.9375rem 0rem 0rem 0.25rem; margin-right:-1.3rem; width: 100%; height: 6.875rem;}
    .imgs-left-brd::before{left: 0; right: -1.5rem; bottom: -0.7rem; }
    img.imgs-left{object-fit: cover;}
    .article-page p{margin: 0 0 0.5rem 0;}
	.service-box{width:300px; background-size:contain;}
    }