/*  
==========================================================
- Theme Style
==========================================================
*/

/* Main Menu Style */
.navbar-toggler {
    border: 1px solid rgba(0,0,0,0.09);
}
.wicket-navbar {
    position: relative;
    width: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    min-height:120px;
    background: transparent;
}
.wicket-menu-wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wicket-navbar-brand {
    max-width: 200px;
}
.wicket-main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
	margin: 0 auto;
}
.wicket-main-menu li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    z-index: 100;
}
.wicket-main-menu li a {
    display: block;
    padding:20px 38px;
	color:#000;
	text-decoration:none;
    font-size:19px;
    font-weight:600;
}
.wicket-main-menu li a:hover {
 color:#333;
}
.wicket-main-menu li > .sub-menu {
    display: none;
    position: absolute;
    top:64px;
    left: 0px;
    z-index: 10;
    padding: 0px;
    margin: 0px;
    width: 278px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px #0000001A;
    border-radius: 15px;
	/*opacity:0;*/
	transition: all .5s ease-in !important;
}
/*.wicket-main-menu li > .sub-menu:hover.open{
	opacity:100;
	transition: all .5s ease-in !important;
	top:64px;
}*/

.wicket-main-menu li > .sub-menu li {
    display: block;
    position: relative;
    z-index: 0;
    padding: 0 15px;
}
.wicket-main-menu li > .sub-menu li a {
    display: block;
    text-decoration: none;
    padding: 18px 15px;
    line-height: 1.5;
   border-bottom: 1px solid #00000012;
}
.wicket-main-menu li > .sub-menu li ul.sub-menu {
    display: block;
    position: absolute;
    width: 250px;
    left: 100%;
    top: 0%;
    z-index: 1;
    list-style: none;
    padding: 0px;
    margin: 0px;
    background-color: #f1f1f1;
}
.open {
    display: block !important;
}
.hide {
    display: none !important;
}
.fixed-to-top {
    position: relative;
    top: 0;
    left: 0;
    z-index: 100000;
    /* transition: all 0.3s ease-in-out; */
}
.wicket-main-menu .menu-item-has-children {
    padding-right:0px;
}
.wicket-main-menu > .menu-item-has-children:after {
    content: "\f078";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    line-height: 1;
    right: 13px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 10px;
}
.wicket-main-menu > .menu-item-has-children:hover::after {
    content: "\f077";
}
.wicket-main-menu > li ul.sub-menu .menu-item-has-children:after {
    content: "\f054";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    line-height: 1;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 10px;
}
.wicket-main-menu > li ul.sub-menu .menu-item-has-children:hover::after {
    content: "\f053";
}
.wicket-main-menu > li ul.sub-menu li.menu-item-has-children:after {
    right: 10px;
}
.wicket-navbar-toggler,
.wicket-main-menu li .mb-toggle {
    display: none;
}
.mb-toggle .dashicons {
    margin: 50%;
    transform: translate(-50%, -50%);
}
.current-menu-item > a {
    color: #222;
    font-weight: 500;
}
/* Portrait and Landscape */
@media only screen
and (max-width: 1080px) {
span.mb-toggle.js-hide-mb-nav i {
 transform: rotate(180deg);
}
.search-box {
    position: absolute;
    right: 69px;
}
.wicket-main-menu .jugajug-btn{
    display:block !important;
}

.right-button a{
    display:none;
}
.wicket-navbar {
        background-color:transparent;
    }
    .wicket-navbar .container {
        padding: 0;
    }
    .wicket-brand-wrap {
        padding: 0 15px;
    }
    a.wicket-navbar-brand {
        font-weight: 600;
    }
    a.wicket-navbar-brand,
    a.wicket-navbar-brand:visited,
    .wicket-navbar-toggler {
        color: #fff
    }
    .wicket-brand-wrap {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        border-bottom:0px solid rgba(255,255,255, 0.7);
    }
    .wicket-navbar-toggler {
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    .wicket-main-menu {
        display: none;
        width: 100%;
        padding: 0 0;
        background:#f8f8ef;
		top: 98px;
		position: absolute;
       box-shadow: 0px 1px 8px 0px #0000001A;
    }
    .wicket-main-menu > li {
        display: block;
        
    }
    .wicket-main-menu li a {
      padding: 16px 24px;
      border-bottom: 1px solid rgba(0,0,0, 0.08);
    }
    .wicket-main-menu .menu-item-has-children:after {
        display: none;
    }
    .wicket-main-menu li .mb-toggle {
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        color: #333;
        text-align: center;
        line-height: 2.5;
        top:13px;
        right: 5px;
    }
.right-button{
	position: absolute;
    right: 84px;
    top:42px;
	}
.wicket-main-menu li > .sub-menu {
    box-shadow: 0px 0px 0px 0px #0000001A;
    }
    .wicket-main-menu li ul {
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .wicket-main-menu li ul li {
        display: block;
        position: relative;
    }
    .wicket-main-menu > li ul.sub-menu {
        display: none;
        width: 100%;
        position: relative;
        top: 0;
        background-color:#f8f8ef;
        padding: 0px 0px 0px 0px;
    }
    .wicket-main-menu > li ul.sub-menu > li {
        border-bottom: 0px solid rgba(0,0,0,0.05);
        padding: 0 0;
    }
    .wicket-main-menu > li ul.sub-menu li:first-child {
        border-top: 0px solid rgba(0,0,0,0.05);
    }
    .wicket-main-menu > li ul.sub-menu > li:last-child {
        border: 0;
    }
    .wicket-main-menu > li ul.sub-menu > li:only-child {
        border-top: 0px solid rgba(0,0,0,0.05);
    }
    .wicket-main-menu li > .sub-menu li ul.sub-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 0px 0px 0px 0px;
    }
    .wicket-main-menu .menu-item-has-children {
        padding-right: 0;
    }
    .wicket-main-menu li > .sub-menu li a {
        padding: 16px 22px;
    }

    .wicket-navbar-toggler::after {
        content: '';
        width: 24px;
        height: 2px;
        background-color:#000;
        position: absolute;
        left: 0;
        top: 15px;
    }
    .wicket-navbar-toggler::after {
        content: '';
        width: 24px;
        height: 2px;
        background-color:#000;
        position: absolute;
        left: 0;
        top: 15px;
    }
    .wicket-navbar-toggler i::after {
        content: '';
        width: 24px;
        height: 2px;
        background-color:#000;
        position: absolute;
        left: 0;
        top: 7px;
    }
    .wicket-navbar-toggler::before {
        content: '';
        width: 24px;
        height: 2px;
        background-color:#000;
        position: absolute;
        left: 0;
        top: 0;
    }
    .wicket-navbar-toggler i::before {
        visibility: hidden;
    }
    .wicket-navbar-toggler {
        display: block;
        right: 10px;
        top:45px;
        width: 24px;
        position: absolute;
        cursor: pointer;
        border: 0;
        color: #dadada;
        z-index: 9;
        width: 36px;
        padding: 2px;
    }
    .wicket-navbar-toggler,
    .wicket-navbar-toggler:before,
    .wicket-navbar-toggler:after,
    .wicket-navbar-toggler.js-hide-nav:before,
    .wicket-navbar-toggler.js-hide-nav:after {
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }
    .wicket-navbar-toggler.js-hide-nav:before {
        moz-transform: rotate(45deg) translateX(6px) translateY(6px);
        -webkit-transform: rotate(45deg) translateX(6px) translateY(6px);
        -o-transform: rotate(45deg) translateX(6px) translateY(6px);
        -ms-transform: rotate(45deg) translateX(6px) translateY(6px);
        transform: rotate(45deg) translateX(6px) translateY(6px);
    }
    .wicket-navbar-toggler.js-hide-nav:after {
        -moz-transform: rotate(-45deg) translateX(5px) translateY(-5px);
        -webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
        -o-transform: rotate(-45deg) translateX(5px) translateY(-5px);
        -ms-transform: rotate(-45deg) translateX(5px) translateY(-5px);
        transform: rotate(-45deg) translateX(5px) translateY(-5px);
    }
    .wicket-navbar-toggler.js-hide-nav i:after {
        visibility: hidden;
    }
}
.wicket-site-content{
	min-height:500px;
}
.wicket-navbar .container {
    max-width: 1400px;
}
/*footer start*/
.wicket-footer .container {
    max-width: 1300px;
}
.wicket-footer{
	min-height:400px;
	background-color:#FEBE1E;
	padding:111px 0px 0px 0px;
}
.wicket-footer a,
.wicket-footer p{
	color:#000;
}
.wicket-footer ul{
	margin:0;
	padding:0;
}
.wicket-footer ul li{
	list-style-type:none;
	margin-bottom:15px;
}
.wicket-footer ul li a{
   text-decoration:none !important;
	font-size:20px;
}
.wicket-footer ul li a:hover{
    color:#333;
}
.footer-colume-4 .new-account-widgets{
	background-image: url(../../../../uploads/2024/04/new-account-bg-up.png) !important;
	background-color:#000;
	padding: 40px 35px;
	border-radius:20px;
	text-align:center;
	margin-top: -190px;
}
.footer-colume-4 .new-account-widgets p{
	font-size:16px;
	line-height:27px;
	color: rgba(255, 255, 255, 0.9);
}
.footer-colume-4 .new-account-widgets a{
	background-color:#ffffff;
	color:#000;
	min-width:220px;
	border-radius:40px;
	font-size:17px;
	padding: 13px 25px;
	text-decoration:none !important;
}
.footer-colume-4 .new-account-widgets a:hover{
   color:#000;
   background-color:#FEBE1E;
}
.new-account-widgets .title-content{
	margin:0;
	padding:0;
	margin-bottom:15px;
	font-size:34px;
	font-weight:600;
	color:#fff;
}
.footer-copyright-widgets1 .textwidget{
	justify-content: center;
    margin-top: 90px;
    display: flex;
    gap: 25px;
    margin-bottom:95px;
	flex-wrap: wrap;
}
.footer-copyright-widgets1 .textwidget p:first-child{
	font-size:20px;
}
.footer-copyright-widgets1 a{
	background-color:transparent;
	border:2px solid #000;
	color:#000;
	min-width:220px;
	border-radius:40px;
	font-size:20px;
	padding: 11px 32px;
	text-decoration:none !important;
	font-weight:500;
	position:relative;
}
.footer-copyright-widgets1 a:hover{
   background-color:#F4B71E;
}
.footer-copyright-widgets1 a:after{
	content:'';
	background-image: url(../../../../uploads/2024/04/foo-btn-arrow.png) !important;
	width:14px;
	height:15px;
	vertical-align: middle;
    margin-left: 10px;
	display: inline-block;
}
.footer-colume-3 {
    padding-left: 36px;
}
.foo-bottom-border{
	border-top:1px solid rgba(0, 0, 0, 0.2);
    padding-top:42px;
}
.foo-bottom-border p{
	color:rgba(0, 0, 0, 0.7);
	font-size:17px;
	font-weight:500;
}
.bottom-to-top {
    text-align: right;
    margin-top: -69px;
}
.bottom-to-top a{
	width:51px;
	height:51px;
	background-color:#FEBE1E;
	border:2px solid #CB9818;
	display:inline-block;
	border-radius:50%;
	position:relative;
	cursor:pointer;
}
.bottom-to-top a:hover{
   background-color:#F4B71E;
   border:2px solid #F4B71E;
}
.bottom-to-top a:hover:after{
      background-image: url(../img/up-arrow-hover.png) !important;
}
.bottom-to-top a:after{
	content:'';
	width:18px;
	height:18px;
	background-image: url(../../../../uploads/2024/04/up-arrow-up2.png) !important;
	position:absolute;
	top: 15px;
    left: 14px;
}
/*footer end*/
.master-btn a{
	text-decoration:none !important;
    font-weight:600 !important;
}
.content-description p{
	font-size:22px;
	line-height:42px;
}

.accordin-section .eael-adv-accordion .eael-accordion-list .eael-accordion-header {
    padding: 15px;
    background-color: transparent;
	border-left:0px;
	border-right:0px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.accordin-section .eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover {
    background-color: transparent;
}
.accordin-section .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active {
    background-color: transparent;
}
.accordin-section .eael-adv-accordion .eael-accordion-list .eael-accordion-content {
    border-bottom: 1px solid #eee;
    padding: 15px;
    border-top: 0px !important;
	border-left:0px;
	border-right:0px;
}

.right-button a{
	position:relative;
	color:#000000;
	text-decoration:none !important;
    font-size: 19px;
    font-weight: 600;
}
.right-button a:hover{
	/*border-bottom: 1px solid #FEBE1E;*/
    color:#FEBE1E;
}
.right-button a:hover:after{
   	background-image: url(../img/top-arrow-btn-hover.png) !important;
}
.right-button a:after{
	content:'';
	width:14px;
	height:14px;
	background-image: url(../img/top-arrow-btn.png) !important;
    display: inline-block;
    margin-left: 10px;
}
.top-arrow-image img{
	transition: all .5s ease-in !important;
}
.top-arrow-image.active img,
.top-arrow-image:hover img{
	transform: rotate(45deg);
	transition: all .5s ease-in !important;
}

/*inner banner end*/
.inner-common-header h1,
.inner-common-header .entry-title{
   margin: 0 !important;
    font-weight: 600;
    font-size:68px;
    line-height: 64px;
    color: #000;
    position: relative;
    z-index: 1;
    padding-top:80px;
    text-align: center;
}

.inner-common-header .container{
    max-width:1440px;
    width:100%;
}
.inner-common-header{
    background: url(../../../../uploads/2024/04/header-inner.png) no-repeat;
    width: 100%;
    position: relative;
    min-height:419px;
    display: flex;
    align-items: center;
    padding: 43px 20px 32px 20px;
    background-size: cover;
    margin-top: -127px;
}

/*contact from start*/

.agends-menubar ul{
    margin:0;
    padding:0;
    border-left:1px solid #FEBE1E;
    padding-left:40px;
}
.agends-menubar ul li{
   list-style-type:none; 
   color:rgba(0, 0, 0, 0.2);
   margin-bottom:12px;
}
.agends-menubar ul li a{
  color:rgba(0, 0, 0, 0.6);
  font-size:20px;
  font-weight:300;
  position:relative;
  text-decoration:none !important;
}
.agends-menubar ul li a:hover{
    font-weight:600;
    color:#000;
}
.agends-menubar ul li.active a{
    font-weight:600;
    color:#000;
}
.agends-menubar ul li.active a:before,
.agends-menubar ul li a:hover:before{
    content:'';
    width:3px;
    height:25px;
    background-color:#000000;
    position:absolute;
    left: -42px;
}
.focus-part-complain .title{
	font-weight:bold;
}
.complain-box .id-value {
    color:#fff;
}
.complain-box{
	border:1px solid #000;
	border-radius:10px;
	margin-bottom: 20px;
}
.complain-box .focus-part-complain {
    background-color:#000;
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom:1px solid #E6E6E6;
display: flex;
justify-content: space-between;
 align-items: center;
 padding:14px 30px 14px 30px;
}
.complain-box .focus-part-complain .name-dig{
  display: flex;
  gap:10px;
}
.complain-box .focus-part-complain img{
	width:53px;
	height:53px;
	border-radius:50%;
}
.complain-box .focus-part-complain p{
	margin:0px;
	padding:0px;
}
.complain-box .focus-part-complain p.id-ti{
	font-size:13px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.8);
}
.complain-box .focus-part-complain .hentry {
    margin: 0;
	font-size: 14px;
}
.social-connection-group.complain-ss{
	padding:20px 30px 20px 30px;
}
.social-connection-group.complain-ss .group-1,
.social-connection-group.complain-ss .group-2,
.social-connection-group.complain-ss .group-3{
	display:flex;
	margin:20px 0px;
}
.social-connection-group span{
	display:block;
	width:25% !important;
	font-size:14px;
}
.social-connection-group span.value-1 {
    display: flex;
    gap: 9px;
}
.social-connection-group span.value-1 {
	position:relative;
	font-weight: 600;
	min-width: 218px;
}
.social-connection-group span.value-1 span {
	color:rgba(0, 0, 0, 0.4);
	font-size:14px;
}
.social-connection-group span.value-1:before {
	content:'';
	background: url(../img/whatsap.png) no-repeat;
	width:23px;
	height:23px;
	display: inline-block;
    vertical-align: middle;
}
.social-connection-group span.value-2{
	font-weight:600;
	font-size:18px;
	min-width: 248px;
    color: #000;
}
.social-connection-group .group-3 span.value-2{
	font-size:16px;
}
.social-connection-group span.value-4,
.social-connection-group .copy-btn{
	position:relative;
}
.social-connection-group .copy-btn{
	padding-left:35px;
	min-width: 200px;
    color: #000;
cursor:pointer;
}
.social-connection-group .copy-btn:before {
	content:'';
	background: url(../img/copy-icon.png) no-repeat;
	width:13px;
	height:13px;
	display: inline-block;
    vertical-align: middle;
	margin-right:12px;
}
.social-connection-group span.value-4 a{
	color:#000;
	position:relative;
}
.social-connection-group span.value-4 a:before{
	content:'';
	background: url(../img/messenger-icon.png) no-repeat;
	width:22px;
	height:20px;
	display: inline-block;
    vertical-align: middle;
	margin-right:5px;
	margin-top: 5px;
}
.social-connection-group .group-3 span.value-1:before{
	content:'';
	background: url(../img/messenger-icon-2.png) no-repeat;
	width:23px;
	height:23px;
	display: inline-block;
    vertical-align: middle;
	margin-right:2px;
}
.complain-box .id-value{
	font-weight:bold;
}

.list-box .focus-part{
	display:flex;
    border-bottom:1px solid rgba(0, 0, 0, 0.07);
    background-color:#FEBE1E;
    padding:11px 30px;
    position:relative;
	align-items: center;
	cursor:pointer;
}
.list-box .focus-part:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:1005;
	width:100%;
}
.list-box .focus-part:hover,
.list-box .focus-part.active{
    border:1px solid #000000;
    background-color:#000000;
}

.list-box .focus-part:hover .title-cat .title,
.list-box .focus-part.active .title-cat .title{
    color: #fff;
}
.list-box .focus-part:hover .id-value,
.list-box .focus-part.active .id-value,
.list-box .focus-part:hover p.id-ti,
.list-box .focus-part.active p.id-ti,
.list-box .focus-part:hover .title-cat,
.list-box .focus-part.active .title-cat{
   color: rgba(255, 255, 255, 0.9);
}

.list-box .focus-part:hover:before {
	background: url(../../../../uploads/2024/04/down-arrow.png) no-repeat !important;
}
.list-box .focus-part.active:before {
    transform: rotate(180deg);
	background: url(../../../../uploads/2024/04/down-arrow.png) no-repeat !important;
}
.list-box .social-connection-group{
    border:1px solid #000000;
   /* -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;*/
    padding: 0 30px;
}
.list-people-box .elementor-shortcode .list-box:first-child .focus-part{
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

	
.list-people-box .elementor-shortcode .list-box:last-child .focus-part{
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.list-people-box .elementor-shortcode .list-box:last-child .focus-part.active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.list-people-box .elementor-shortcode .list-box:last-child .social-connection-group {
  -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.list-box .social-connection-group .copy-btn {
    padding-left: 35px;
    min-width: 175px;
    cursor: pointer;
}
.list-box .focus-part.focus-part:before{
	content:'';
	background: url(../img/down-arrow.png) no-repeat;
	width:15px;
	height:9px;
	position:absolute;
    right: 39px;
    top: 50%;
}
.list-box .focus-part.active:before{
    transform: rotate(180deg);
}

.list-box .focus-part p{
    margin:0;
    padding:0;
}
.list-box .focus-part .user-id{
    min-width:135px;
	position:relative;
}
.list-box .focus-part.active .user-id:after,
.list-box .focus-part:hover .user-id:after{
     background-color:rgba(255,255, 255, 0.27);
}
.list-box .focus-part .user-id:after{
   content:'';
   width:1px;
   height:54px;
   background-color:rgba(0, 0, 0, 0.07);
   position: absolute;
   right: 22px;
   top:-3px;
}
.list-box .focus-part .name-dig{
   display:flex;
   align-items: center;
}
.list-box .focus-part .hentry {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.list-box .focus-part img{
	width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}
.social-connection-group .group-1,
.social-connection-group .group-2,
.social-connection-group .group-3{
	display:flex;
	margin:20px 0px;
}
.list-box .social-connection-group span.value-2 {
    min-width: 190px;
}
.social-connection-group .group-3 span.value-2,
.list-box .social-connection-group .group-3 span.value-2 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
.social-connection-group .group-3 span.value-2 a,
.list-box .social-connection-group .group-3 span.value-2 a{
	color:#000;
}
.list-box .title-cat{
	font-size:21px;
	font-weight:700;
}
.list-box .id-value{
	font-size:17px;
	font-weight:600;
    color: #000;
}
.list-box{
	margin-bottom:0px;
}
.list-box .focus-part p.id-ti{
	font-size:13px;
}

/*error page start*/

section.error-404.not-found {
    text-align: center;
    padding: 106px 0px 127px 0px;
}
section.error-404.not-found .page-title {
    color: #000;
}
section.error-404.not-found h1 {
    font-size: 60px;
    color: #2B9CDD;
}
/*error page end*/
.border-gradient{
	position:relative;
}
.search-form{
	margin-left:74px;
	display: flex;
}
.search-box input{
	outline:0px !important;
	font-size:14px;
	height: 34px;
	padding: 0px 0 !important;
	margin-right: -2px;
    border-bottom: 1px solid #000 !important;
    border-radius: 0px !important;
   border-top: 0px solid #000 !important;
   border-left: 0px solid #000 !important;
   border-right:0px solid #000 !important;
    background: transparent;
    font-weight: bold;
    color: #000;
}
.search-box input:focus{
   border-top: 0px solid #000 !important;
   border-left: 0px solid #000 !important;
   border-right:0px solid #000 !important;
}
body .search-submit{
	padding:0px;
	border:1px solid #d0d0d0;
	font-size:0px !important;
	background: url(../img/search-icon.png) no-repeat 7px center !important;
    border-left: 0px !important;
    background-size: 20px !important;
    padding: 0px 17px !important;
    width: 35px !important;
	cursor:pointer;
    border: 0px !important;
}

section .no-results .search-form{
	display:none !important;
}
section.no-results.not-found {
    text-align: center;
    margin-top: 100px;
}
.search-results .wicket-site-content{
	margin-bottom:238px;
}
.search-results h1.page-title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 27px;
}
.jugajug-btn{
    display:none !important;
    position:relative;
}
.jugajug-btn a:after {
    content: '';
    width: 14px;
    height: 14px;
    background-image: url(../img/top-arrow-btn.png) !important;
    display: inline-block;
    margin-left: 10px;
}
.jugajug-btn a:hover:after{
     background-image: url(../img/top-arrow-btn-hover.png) !important;
}
nav.navigation.posts-navigation a{
    background-color: #0C0C0C;
    color: #fff;
    min-width: 220px;
    border-radius: 40px;
    font-size: 17px;
    padding: 13px 25px;
    text-decoration: none !important;
}
nav.navigation.posts-navigation a:hover{
    background-color: #F4B71E;
}
nav.navigation.posts-navigation {
    margin-top: 47px;
}
.link-bd svg{
   width:14px !important;
}
.title-cat .title{
  color:#000000;
}
.search-results .title-cat .title{
  color:#ffffff;
}
.complain-box .focus-part-complain .hentry {
   color: rgba(255, 255, 255, 0.8);
}
/*plugin accordin start*/
.accordin-pluginsection div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
    text-decoration: none;
    float: right !important;
	margin-right:0px !important;
	padding: 4px 0px 0px 2px;
}
.accordin-pluginsection .ewd-ufaq-faq-body {
    padding: 10px 0;
    padding-left: 0;
    border-top:1px solid rgba(0, 0, 0, .12);
    padding-top: 18px;
}
.accordin-pluginsection .ewd-ufaq-faq-body p{
	line-height:32px;
	margin-bottom:10px;
}
.accordin-pluginsection .ewd-ufaq-faq-body p:last-child{
	margin-bottom:10px;
}
.accordin-pluginsection a {
    color: #000;
}
.accordin-pluginsection .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
    display: inline-block;
    font-size: 21px !important;
    margin: 0 auto;
}
.accordin-pluginsection .ewd-ufaq-faq-title{
	border-top: 1px solid rgba(0, 0, 0, .12);
    padding-top: 28px;
    padding-bottom: 19px;
}
.accordin-pluginsection .ewd-ufaq-faq-body a{
   color:#FEBE1E;
}
.accordin-pluginsection .ewd-ufaq-faq-title h1, 
.accordin-pluginsection .ewd-ufaq-faq-title h2, 
.accordin-pluginsection .ewd-ufaq-faq-title h3, 
.accordin-pluginsection .ewd-ufaq-faq-title h4, 
.accordin-pluginsection .ewd-ufaq-faq-title h5, 
.accordin-pluginsection .ewd-ufaq-faq-title h6 {
    display: inline-block;
    margin: 0!important;
}
.accordin-pluginsection .ewd-ufaq-faqs .ewd-ufaq-faq-div:last-child .ewd-ufaq-faq-title{
	border-bottom: 1px solid rgba(0, 0, 0, .12);
}
.accordin-pluginsection .ewd-ufaq-faqs .ewd-ufaq-faq-div:first-child .ewd-ufaq-faq-title{
	border-top: 0px solid rgba(0, 0, 0, .12);
}
.accordin-pluginsection .ewd-ufaq-faqs .ewd-ufaq-faq-div:last-child .ewd-ufaq-faq-body {
    padding: 10px 0;
    padding-left: 0;
    border-top:0px solid rgba(0, 0, 0, .12);
    border-bottom:1px solid rgba(0, 0, 0, .12);
    padding-top: 18px;
}
.accordin-pluginsection h4 {
    font-size: 22px;
}
/*plugin accordin end*/


/*quiz sidebar accordin start*/
.right-sidebar-accordion .elementor-accordion .elementor-accordion-item {
    border-bottom: 1px solid #d5d8dc;
    border-left: 0px solid #d5d8dc !important;
    border-right: 0px solid #d5d8dc !important;
}
/*quiz sidebar accordion end*/
