html,body{
margin:0;
padding:0;
line-height: 1.5;	
}

img{max-width:100%; height:auto;}

@page {margin:0;}

* {
   font-family: "poppins",sans-serif;
}


h1,h2,h3,h4,h5,h6,h1 *,h2 *,h3 *,h4 *,h5 *,h6 *{
	line-height: 1;	
	font-weight:700;
	text-transform: capitalize;
}

*, ::after, ::before {
    box-sizing: border-box;
}


.top-header{background:#f5f8fa;}


.top-header > .container {
    display: flex;
    align-items: center;
	min-height:60px;
}

.header-main ul{	
	list-style:none;	
}

 .header-main {
    background: #fff;
    z-index: 99999999;
	position:fixed;
	top: -1px;
    width: 100%;
    box-shadow: 0px -5px 17px 1px #000;
	transition: all 0.6s ease-in-out;
}

.nav-area-full {
    position: relative;
    width: 100%;
    z-index: 99;
    align-items: center;
    display: flex;

}

.d-flex.nopad_left.nopad_right{
	width:100%;
}

.container, .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.logo-area {
    align-self: center;
}

.logo {
    margin: 0 35px 0 0;
    transition: .4s;
    width:100%;
}

.logo a{

	display: inline-block;

}

.logo a img {
    width: 145px;
    padding: 0;
    filter: hue-rotate(343deg);
}


.main-menu {
    width: 100%;
    display: inline-block;
}

.main-menu>ul {
    margin: 0;
    width: 100%;
}
.main-menu>ul>li {
    padding: 8px 2px;
    float: left;
    position: relative;
}
.main-menu>ul>li>* {
    font-size: 12.5px;
    padding: 24px 1px;
	color:#000;
}


.hiddenmob{ margin-left:auto; }

.main-side-menu {
    line-height: 60px;
}

.inrsde{

	vertical-align: top;
	display: inline-block;

}

.main-side-menu ul.ctop {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
	margin-bottom:0;
}

.ctop li {
    margin-right: 1px;
}

.ctop li *{


background: linear-gradient(to right, #ff8500 0, #ff7900 100%);
color:#fff;
 padding: 5px 8px;
 border-radius: 3px;	
}

.top-header a, .top-header .num *{ color: #000; font-size: 14px; display:flex; align-items:center; }

.top-header a img{ float:left; }

.ctop li.num * {
   
    background: 0 0; 
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.ctop li.num * {
    font-weight: 400;
    text-transform: capitalize;
	cursor:pointer;
}

.dropdown {
    position: absolute;
    background: white;
    display: none;
    top: 48px;
    left: 0px;
	padding:0px;
	border: 1px solid #888;
	max-height: calc( 100vh - 90px );
	padding:0!important;
    overflow: auto;
	
}

.dropdown li{

	border-bottom:1px dotted;

}


.dropdown li>a:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: linear-gradient(to right, #ff8500 0, #ff7900 100%);
    opacity: 0;
    transition: .7s;
}

.main-menu>ul>li:hover .dropdown {
	
	display:block;
		
}

.dropdown li:hover {
    background-color: #000;
    transition: .4s ease-in-out;
    border-color: #ff7900;
}


.nav-area-full .main-menu > ul >li .dropdown li a:hover { color:#ff7900!important;} 

.dropdown li>a:hover:before {
    display: inline-block;
    transition: .7s;
    left: 10px;
    opacity: 1;
}


.dropdown >li>a:hover {
    color: #000;
    /* padding-left: 25px; */
    transition: .7s;
}

.dropdown > li > a {
    color: rgb(22, 13, 21);
    font-size: 13px;
    display: block;
    position: relative;
    transition: all 0.7s ease 0s;
    padding: 8px 10px 8px 25px;
	min-width: max-content;
    max-width: 100%;
}


.nav-area-full .container-fluid .row{
	flex-wrap:nowrap;
	justify-content:space-between;
	max-width:1140px;
	margin:auto;
}


.btn, [role=button] ,[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled), .inrsde li:hover, .chat_wrap:hover {
    cursor: pointer;
}


[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}

dl, ol, ul {
    margin-top: 0;
}


a[rel="category tag"] { font-size: 16px; background: #ff8600; color: #fff; padding: 7px 15px; border-radius: 3px; display: inline-block; text-shadow: 0px 0px 2px #000;}


h2{font-size:35px;}h3{font-size:28px;}h4{font-size:26px;}h5{font-size: 24px;}h6{font-size:22px;} 
.blogs .entry-title > a{ color:#000;     font-weight: 800; margin-top: 0; font-size: 22px; }

.lazy{

width:100% !important;
height:auto!important;

}


@media (min-width: 576px){

.col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
	
.col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}	
	
	
}

/* Popup Modal Start*/


.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-dialog {
    width: 100% !important;
    z-index: 99999;
}

.modal-content {
	max-width:850px;
    width: 100% !important;
    margin: auto;
    top: 127px !important;
    position: relative;
    border-radius: 70px !important;
    z-index: 9999999999999999999999999999;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    height: 516px;
}

.modal-header {
    padding: 0 !important;
    border: none !important;
    position: absolute;
    right: 5px;
    margin: 0 !important;
    width: 40px;
    height: 40px;
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
    top: -7px;
	z-index:9;
}

.modal-body {
    padding: 0 !important;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	background-position:bottom center !important;
	border-radius:15px;
}

.content_overlay {
    position: relative;
    border-radius: 50px;
}

.popup_content {
    padding: 25px 30px 0 0px;
}

.jun{display:none;}


.popup_content *:not(.form-control), .popup_content h2 {
    color: #fff;
}

.popup_content h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}
.popup_content h2 span {
    font-size: 35px;
    font-weight: 600;
    color: #7caf46;
}

.popup_content form {
    margin: 30px 0 0 0;
}
.popup_content form input, .popup_content form textarea {
    width: 100%;
    height: 45px;
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
    border-radius: 10px;
    border: 1px solid #c5c5c5;
    outline: none;
}

.popup_content form textarea {
    height: 70px;
    padding: 10px 0 0 20px;
}

input[type="submit"] {
    background: #628e37;
    color: white;
}

.modal-header button.btn-close {
    margin: 0;
    color: #fff !important;
    opacity: 1;
    filter: invert(1);
    z-index: 9999;
}

button.fa.fa-times {
    background: transparent;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 0;
	opacity:0.7;
	margin-top: 15px;
	font-size: 26px !important;
}

button.btn.btn-submit{
	color:#000;
	margin-top:10px;
	font-weight:700;
	padding: 6px 30px !important;
}


.modal {
    position: fixed;
    left: 0;
    right: 0;
    top: -97px;
    bottom: 0;
    margin: auto;
    z-index: 99999999;
	background: #00000057;
}


/* Popup Modal End*/

form.search-form input {
 border: 2px solid #ccc;
padding-left:15px;
	width:100%;
height:40px;	
}

form.search-form input.search-submit {
    display: none;
}

.fixedDiv{ overflow:hidden; position: sticky;
    top: 90px; position: -webkit-sticky; }


.fixedDiv .col-sm-12.entry-right {
    padding: 10px 20px 14px;
	color:#fff;
}

form.leadForm.has-validation-callback {
    margin-top: 45px;
}

.fixedDiv .entry-box .form-group {
    margin-bottom: 10px;
}

.entry-box .form-control {
    min-height: 30px;
    border-radius: 30px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 5px 24px;
    border: 1px solid #fff;
}

.fixedDiv .entry-box .form-text-1 p, .fixedDiv .entry-box button {
    font-size: 12.5px;
}
.entry-box button {
    color: #000;
    width: 100%;
    font-weight: 700;
    height: auto;
    background-color: #ffea00;
    background-image: linear-gradient(to top,#e59920,#f8bb22);
    border-color: #fff;
    border-radius: 900px;
	letter-spacing:1px;
	padding: 10px 23px;
    margin-top: 6px;
	text-transform: uppercase;
}



.layer-1 {
    width: 9%;
    display: block;
    height: 99%;
    background: #525252;
    position: absolute;
    top: 1px;
    transform: rotate(-3deg);
    z-index: -1;
	left: -15px;
}

.layer-2 {
    display: block !important;
    width: 95%;
    height: 107%;
    position: absolute;
    top: 0;
    background: #525252;
    z-index: -2;
    transform: translate(26px,-13px) rotate(1deg);
}
.layer-3 {
    width: 90%;
    display: block;
    top: -21px;
    background: #525252;
    z-index: -3;
    transform: rotate(-3deg);
    right: 0;
}

.layer-3, .layer-4 {
    height: 108%;
    position: absolute;
}

.fixedDiv .layer-4 {
    width: 104%;
    height: 105%;
    left: -10px;
    top: -12px;
}
.layer-4 {
    border: 5px solid #fff;
    transform: rotate(1deg);
    z-index: -1;
}

.fixedDiv .entry-right:not(strong) {
    text-shadow: 0px 0px 3px #000000eb !important;
}

.leadForm h3 {font-size: 20px;}  

.form-text-1 h3 span {
	line-height:1;
	font-size: 38px;
}
.form-root-counter > * {
    margin-bottom: 0;
}


.fixedDiv>div{
position:relative;
}
.entry-box {
    padding-top: 0;
    max-width: 476px;
    margin: 0 auto;
    border-radius: 0;
    background: #525252;
    position: relative;
    box-shadow: 0 0 7px -1px rgba(0,0,0,.7);
	margin: 20px;
    overflow: visible;
}

.single .card{border:0;}

.card {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}
.card, .card-deck, .card-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.post-image img {
    border-radius: 20px;
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
	width:100%;
}

img[width="150"][height="150"] {
    width: 100%;
}


.meta_post ul li {
     display: flex;
	flex-wrap:wrap;
    align-items: center;
    padding: 0;
	justify-content:space-between;
	list-style:none;
	padding-right: 10px;
}

.meta_post ul li:last-child {padding-left:10px;}

.meta_post ul {
    display: flex;
    align-items: center;
    padding: 0;
}

.meta_post ul .post_author_link img {
    width: 28px;
    border-radius: 50%; 
	margin-right: 6px !important;
}


.post_author_link a {
    font-weight: 500;
    color: #000;
	order: 2;
}

li.no-space {
    padding: 0 !important;
}
.meta_post ul li svg {
    margin-right: 6px;
}
.meta_post ul li p {
    font-size: 14px;
}

.readMore.font-weight-bold {
    margin-bottom: 11px !important;
    display: inline-block;
	font-weight:700;
}

h2.widget-title {
    text-transform: capitalize;
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: 5px solid #ff8600;
    padding-bottom: 8px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.form-text-1 strong {
    background: #fff;
    padding: 3px 9px;
    margin-top: 3px;
    display: inline-block;
    margin-left: 3px;
    border-radius: 3px;
	text-shadow:0px 0px 0px #000;
}

.table-of-content-ancors.my-link {
    color: #000;
    text-decoration: none;
    font-size: 14px;
	display:flex;
	cursor: pointer;
}

.sidebar_inner.toc {
    position: sticky;
    top: 92px;
    border-right: 1px solid #ccc;
    padding: 20px 2px;
}

.sidebar_inner ul { list-style:none; padding-left:0;}

.sidebar_inner h2.widget-title{

	margin:0;

}

.sidebar_inner ul li{

padding: 5px 0px;
font-size: 14px;
	
}

.header-footer-group ul{padding-left:0; list-style:none;}

.header-footer-group ul li{ 
	
	margin-bottom:8px;
	border-bottom: 1px solid #ccc;
    padding: 15px;

}

.header-footer-group ul li, .header-footer-group ul li a {

color:#000;
font-size 14px;
font-weight 400;

}

.table-of-content-ancors.my-link {
    color: #000;
    text-decoration: none;
    font-size: 14px;
	cursor: pointer;
	display: flex;
}

header.header-main.header-margin.showmenu {
    margin-top: 5px;
}	
	
	
.container-fluid .reading-progress {
	display:none;
    position: sticky!important;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 5px;
    background-color: transparent;
    overflow: hidden;
    margin-bottom: -4px;
	z-index:9;
	left:0;
	margin-top:-1px;
	-webkit-transition: all 0s ease-out!important;
    -moz-transition: all 0s ease-out!important;
     -o-transition: all 0s ease-out!important;
     transition: all 0s ease-out!important; 
}

.container-fluid .reading-progress>div {
    left: 0;
    width: 0;
    height: 100%;
    background: #ff8600;
 	-webkit-transition: all .33s ease-out!important;
            -moz-transition: all .33s ease-out!important;
            -o-transition: all .33s ease-out!important;
            transition: all .33s ease-out!important; 
}

.container-fluid .reading-progress{

 margin-left: -3rem;
 margin-right: -3rem;
 width: calc(100% + 6rem);

}
	
.progress-zindex{

		z-index:9999999999!important;
		display:block!important;

}	
	
	.top-bar.d-none.d-lg-block{

	z-index:9999;
}	
	
.sidebar_inner.toc .heading-wrapp::-webkit-scrollbar{
    display: none;
}
	
ul.for-m-s {
    display: flex;
    list-style: none;
    justify-content: center;
	padding:0;
	gap:10px;
}

ul.for-m-s li a {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    overflow: hidden;
    padding: 4px;
    border: 2px solid #fff;
    justify-content: center;
    background: #fff;
	display: block;
}

.single-page-sec{
	
	margin-bottom:30px;
	
}



.single-page-banner-row{

	height:100%;

}

.single-page-banner-row ul{
	justify-content:center;
}

.theBestGhost {
    margin-top: 46px;
    text-shadow: 0px 0px 13px #fff;
}



.single-page-banner-row *,.single-page-banner-row * a {

	color:#1e4763;
	font-weight:700;

}

.section1 h1 {
    color: #1e4763;
	
}



.recommended-blogs {
    margin-top: 20px;
    margin-bottom: 30px;
}

.recommended-blogs a{

 color:#000;

}


.recommended-blogs h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.recommended-card {
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    transition: .3s;
}
.recommended-card-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

.recommended-card-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.recommended-card-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.recommended-card-meta .author {
    margin-right: 10px;
	color: #000!important;
}

.recommended-card:hover {
	transform: translateY(-5px);
	box-shadow: 0px 4px 10px rgba(0,0,0,.1);
}


p strong{	
	color:#000;	
}


.cta {
    background: linear-gradient(to right, #2b5876 0, #4e4376 100%);
    background-color: rgb(0 0 0);
    background-repeat: no-repeat;
    padding: 60px 10px 70px;
    background-size: cover;
	
}



.cta::before {
    content: "";
    position: absolute;
    background: url(../img/cta-before.webp) center/70% no-repeat;
    width: 600px;
    height: 377px;
    left: -90px;
    bottom: -22%;
}

.cta::after {
	content: "";
	position: absolute;
    background: url(../img/cta-after.webp) center/cover no-repeat;
    width: 400px;
    height: 335px;
    right: 0;
    transform: translateY(-68%);
}


.cta-btns, .cta-hdg {
    position: relative;
    z-index: 1;
}

.cta-hdg>h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 400;
	text-align:center;
	text-shadow: 0px 0px 5px #000000eb;
}

.cta-hdg span {
    color: #f4f3ec;
    font-size: 16px;
}

.cta-btns {
    margin-bottom: 30px;
    margin-top: 40px;
	text-align:center;
}

.btn-1, .btn-2, .cta, button.close {
    position: relative;
}



.cta-btns>a, .cta-btns>span {
    background: 0 0;
    border: 1px solid #72cfff;
    margin: 0 10px;
    transition: .2s linear;
}
.cta-hdg span {
    color: #f4f3ec;
    font-size: 16px;
}
.btn-1, .cta-btns>a, .cta-btns>span {
    cursor: pointer;
    padding: 8px 40px;
    color: #fff;
	border-radius: 30px;
	background: #0000001c;

}

.cta-btns>a svg{

	fill:#fff;
	margin-bottom:-3px;

}



.cta-btns>a{

	border:0;

}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;


}

.show{
	
	display:block!important;	
}

.mr-3, .mx-3 {
    margin-right: 1rem!important;
}



h1, h2, h3, h4, h5, h6 { 
	margin-top:0;
	margin-bottom:15px;
}

h1,.h1{

	font-size: 42px;

}

h2, .h2{

	font-size: 28px;

}


h3, .h3{

font-size: 25px;

}


h4, .h4{
	
	font-size: 22px;

}


h5, .h5{
	
	font-size: 20px;

}

h6, .h6{
	
	font-size: 18px;

}


html body * strong{font-weight:bolder;}

.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}

a {
    color:#3b4f76;
    text-decoration: none;
}
.text-center {
    text-align: center!important;
}

img {
    vertical-align: middle;
    border-style: none;
}
.border-right {
    border-right: 1px solid #f5f5f5 !important;
}
.p-4 {
    padding: 1.5rem!important;
}


/* .dropdown, .dropleft, .dropright, .dropup {
    position: relative;
} */

.d-block {
    display: block!important;
}


.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.text-decoration-none {
    text-decoration: none!important;
}
.text-white {
    color: #fff!important;
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-center{
	    justify-content: center;
}


.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}



div.section8 {
    padding: 20px;
}

.socialImg {
    margin: 0 auto;
    text-align: center;
	filter: invert(1);
}

.socialImg img{

	display:block;
	margin: 20px auto;

}

 .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	display:block;
}

.container {
    max-width: 1140px;
	margin-left:auto;
	margin-right:auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.p-5 {
    padding: 3rem !important;
}

.pt-0{

	padding-top: 0 !important;

}

div#sidebar h2#table-of-contents {
    margin-bottom: 27px;
    margin-top: 0px;
}

.w-100 {
    width: 100%!important;
}

.d-none {
    display: none!important;
}

.mobile-nav-btn{
	display:none;
}
.m-logo{
	display:none;
}	



article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

figure.featured-media {margin-left: 0; margin-right:0;}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.pl-0, .px-0 {
    padding-left: 0!important;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}

/* Footer Area  Start*/
footer {
    background: #222;
	display:block;
	color:#fff;
	font-size:14px;
	background: linear-gradient(to right, #2b5876 0, #4e4376 100%);
}
footer .fa{
    font-size: 25px;
    width: 40px;
    background-color: #2e34a6;
    color: #fff;
    height: 40px;
	border-radius: 50%;
    padding-top: 8px;
    text-align: center;
    text-decoration: none;
    margin: 15px 2px;
}

footer a{
	color:#fff;
	font-size:15px;	
	display:inline-block;
}

.social {
    text-align: center;
}



footer .h3{

	font-weight:600;

}
.footer-img {
    text-align: center;
}

.copyright  * {

	font-size:14px;

}


.social ul li a {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}



footer svg{    
fill: #febc35;
}

footer .social ul {
    gap: 10px;
    align-items: center;
    margin-top: 15px;
}

	

footer ul, .copyright ul{
	padding:0;
	list-style-type:none;
	margin-bottom:0;
	line-height:1.8;
}
	
	
	
footer ul li {
	display:flex;
	gap:10px;
	align-items:center;
}

.footer-top{
	padding-top:35px;
	padding-bottom:20px;
}


.flogo{
    filter: brightness(0) invert(1);
	padding: 25px 0;
}

.footer-bottom {
    background: #0c2638;
}

.copyright ul {
	display:flex;
	margin: auto;
	height: 100%;
	align-items: center;
	justify-content: center;
    gap: 20px;
}	

.footer-nav2 {
    display: flex;
	 padding: 22px 0;
}

.copyright {
    margin: 0;
    padding: 29px 0;
}


.book-policy li {margin-bottom: 0px;}

.book-policy li:first-child {
    position: relative;
}
.book-policy li:first-child:after {
    content: "|";
    display: block;
    position: absolute;
    right: -12px;
    top: 4px;
    bottom: 0;
    margin: auto;
}


.copyright-anchor{
	color: #fd9609;
	text-shadow: 0px 0px 3px #000000d6;
}	

.help{padding-left:20px;}

.mb-30{margin-bottom:30px;}

/* Footer Area  Ends*/


/* Side Popup Form */

.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 115px;
    font-size: 0;
    width: 420px;
    z-index: 9999;
}

.btns_wrap {
    position: fixed;
    right: -6px;
}

.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    top: 0;
  	 border-radius: 69px 0 0 69px !important;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0;
    z-index: 9999;
     background: #fff; 
    color: #ff7900;
	box-shadow: 0 0 40px #00000026 !important;
}


.btns_wrap .chat_wrap span {
    color: #ff7900;
    font-size: 20px;
    vertical-align: middle;
    padding: 15px 30px 15px 15px;
}

.btns_wrap .chat_wrap span.icoo, .btns_wrap .call_wrap span.icoo {
    color: #ff7900;
    font-size: 18px;
    padding: 25px 28px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 0;
	background-position: center !important;
    background-size: 27px !important;
    background-repeat: no-repeat !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btns_wrap .call_wrap {
    width: 280px;
    background: #fff;
    position: absolute;
    right: -225px;
    top: 63px;
    border-radius: 3px 0px 0px 3px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    border-radius: 0;
	box-shadow: 0 0 40px #00000026 !important;
	border-radius: 69px 0 0 69px !important;
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 99999;
    height: 50px;
    cursor: pointer;
    border-radius: 3px 0px 0px 3px;
    border-radius: 0;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    background: #fff;
}

.clickbutton.fa-envelope {
    color: #ff8600;
    font-size: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	box-shadow: 0 0 40px #00000026 !important;
	border-radius: 69px 0 0 69px !important;
	padding-left:13px;
}


.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: -48px;
    white-space: pre;
    bottom: 122px;
    font-weight: bold;
    color: #fff;
}

.floatbutton.active {
    right: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.banner, .single-page-sec{
    margin-top: 100px;
	z-index:9999999;
	position:relative;
}


.banner-form {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 99999 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
	border:1px solid #000;
}

.banner-form h3 {
    color:#000;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 30px;
    padding: 10px 10px;
    border-radius: 5px;
}


.btns_wrap .call_wrap span {
    color: #ff7900;
    font-size: 20px;
    vertical-align: middle;
    padding: 15px 20px 15px 15px;
}
.btns_wrap *{color:#fff;}

.btns_wrap > *:hover{

	right:0;
}

.ban-form input {
    width: 100%;
    margin: 0 0 15px;
    border: 1px solid #000;
    padding: 10px 15px;
    color: #000;
    font-size: 14px;
    border-radius: 3px;
    height: 40px;
    font-weight: 400;
}

.ban-form textarea {
    width: 100%;
    border: 1px solid #000;
    padding: 10px 15px;
    color: #000;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 80px;
    margin: -1px 0 0;
	resize:none;
}

.ban-form input[type=submit] {
    color: #fff;
    border-radius: 3px;
    text-align: center;
    padding: 10px 15px;
    margin: 10px auto;
    border: transparent;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    display: block;
    background: linear-gradient(to right, #ff8500 0, #ff7900 100%);
}


/* Side Scroll Bar */

html ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

html ::-webkit-scrollbar-button:start:decrement,
html ::-webkit-scrollbar-button:end:increment {
    display: none;
}

html ::-webkit-scrollbar-track-piece {
    background-color: #f4f4ec;
    -webkit-border-radius: 0px;
    border-left: 1px solid #ccc;
}

html ::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0px;
    background: linear-gradient(to right, #ff8500 0, #ff7900 100%);
}


.hdr-cta {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
	padding-top:13px;
}

.hdr-cta i svg {
    fill: #1d6ad7;
    margin-bottom: -4px;
    display: inline-block;
    margin-top: 4px;
}

.offset-4{margin-bottom:20px;}

@keyframes sticky {
	
	0% {
    margin-top: -100px;
}
100% {
    margin-top: 0;
}
		
}

.mt-5{
 margin-top:50px;
}


@media (min-width: 576px){
.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}


@media (min-width: 768px) {
	
.sidebar_inner.toc .heading-wrapp {
    overflow: auto;
    height: calc(100vh - 185px);
    padding-bottom: 20px;
}	

	
.col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}	

		
.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
	
.col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}	

.col-md-8 {	
    -webkit-box-flex: 0;
    max-width: 66.6667%;
    flex: 0 0 66.6667%;
}
	
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}	
	
.col-md-5{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}	
	
.col-md-4 {
    -webkit-box-flex: 0;
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
}	

.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
	
.col-md-7{
	
	 -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}	

.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}	

.col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}	
.col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
	
	
}

@media (min-width: 992px){
	
.offset-4 {
    margin-left: 33.333333%;
}	
	
.d-lg-block {
    display: block!important;
}

.col-lg-9{
 -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
	
}	
	
.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
	
.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}	
	
.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-lg-4{
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}	
	
.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}	
	
.col-lg-2 {	
	
	 -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
	
}	
	
.mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem!important;
}	
	
	
}	
	

@media(min-width:1680px){

	.ftr-info:before{ width: 34%; }
}

@media(min-width:1500px){
	.ftr-info:before{width: 32%;}
}

@media(min-width:1400px){

	.ftr-info:before{width: 31%;}

}


@media(min-width:1091px){ 
	.nav-area-full{
		background:#1e4763
	} 
	.nav-area-full .main-menu > ul >li  *{
		color:#fff!important;
	} 
	
	.dropdown{background:#1e4763;}
	
	.main-menu>ul{ 
		padding: 0; min-width: 477px;
		display:flex; 
		gap:10px;
		justify-content: space-between; 
		min-height: 52px;
		align-items: center; 
	} 
	.copyright ul{
		justify-content: flex-end; 
	} 
	.main-side-menu ul.ctop{
		padding:0; 
	} 
	.main-menu>ul>li>*{
		font-size:13.5px;
	}
}


@media only screen and (max-width: 1399px){
.ftr-link:before {
    left: 50px;
}
}



@media(max-width:1208px) and (min-width: 992px){
		
	.ftr-info form{transform:scale(0.8);}

}

@media(max-width:1200px) {
	
	.cta::before, .cta::after{display:none;}
	.container{
		padding-left:20px;
		padding-right:20px;
	}
	
}


@media(max-width:991px) {

	
	
	
.footer-bottom * {
    text-align: center;
    justify-content: center;
    margin: auto;
    padding: 0;
}

.footer-bottom .col-lg-4, .footer-bottom{
	padding:7px;
}	
	
	
.ftr-link:before {
    display:none;
}	
	
 footer [class*=col-]:not(footer [class*=col-]:first-of-type) {
    margin-top: 10px;
}	
	
	
footer	.container{
	
	padding-left:25px;
	padding-right:25px;
		
}	
	
ul.tel {
    display: none;
}	
	
	
	
.ftr-info:before{width:100%;}	

.ftr-info * {
    text-align: center;
}	

.ftr-info h5 span {
    margin-bottom: 4px;
}
	
.ftr-info .do-not {
    width: 100%;
    margin: 0 0 20px;
 	left:0;
	width:100%;
	color:#242424;
	max-width:400px;
	line-height: 1.3;
	
}
	
.ftr-info .form-control{text-align:left;}	
.ftr-info textarea.form-control{ margin-top:9px; height:120px; }
	
	.ftr-info .btn{
		width:170px;
		height:45px;
	}	
	
}







@media(max-width:1090px) {

.banner, .single-page-sec{
	    margin-top: 59px;
}	
	
.nav-open{transform: translate(-80%, 0px);}	
	
.m-logo{
	display:block;
}	
	
	
.main-menu > ul {
    display: flex;
    flex-direction: column;
    position: absolute;
}	
	
.main-menu>ul>li{
	padding:0;
	display:flex;
}	

.main-menu>ul>li > *{

	color:#333333;
	font-weight: 600;
    padding: 10px 24px;
    border-top: 1px solid #d6d8db;
	width:100%;

}	
	
.hiddenmob{ display:none; }	
.nav-area-full{
	margin-top: -60px;
}
.mobile-nav-btn {
    position: absolute;
    top: 15px;
    height: 30px;
    padding: 6px 7px;
    border-radius: 4px;
    right: 20px;
    z-index: 999 !important;
    cursor: pointer;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    z-index: 14;
	display:block;
}	
	
.mobile-nav-btn.click{

	right:10px;

}	

.mobile-nav-btn span {
    display: none;
    height: 3px;
    width: 22px;
    background-color: #ff7900;
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    top: 8px;
}	
	
.mobile-nav-btn span:before, .mobile-nav-btn span:after {
    display: block;
    height: 3px;
    width: 22px;
    position: absolute;
    left: 0;
    content: "";
    -webkit-transform-origin: 0.28571rem center;
    transform-origin: 0.28571rem center;
    right: 0;
    margin: 0 auto;
	background-color: #ff7900 !important;
}	
.mobile-nav-btn .lines:before {
    top: 6px;
   
}	
.mobile-nav-btn .lines:after {
    top: -6px;
   
}	
	
	
h1,.h1{font-size:38px;}


	
header.our-menu{padding-bottom:30px;}	
header {
    z-index: 111;
}

.copyright{text-align:center;}
	

header .main-menu{margin:0;		
    overflow: auto;
    position: absolute;
    right: -100%;
    width: 100%;
    top: 0px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    height: 100vh;
    z-index: 9999999 !important;
    padding-top: 0px;
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	background: #e9e9e9;
}	

.menu-open .main-menu {
    right: 0;
    background: #000;
    padding-top: 60px;
    margin: 0;
}	
	
.main-menu ul {
    padding: 0;
    width: 100%;
	background: #e9e9e9;
	z-index:9;
}	
.dropdown{
	top:39px;
}		

.container{
	max-width:calc( 100% - 40px );
	margin-left:auto;
	margin-right:auto;
	padding-left:0 !important;
	padding-right:0!important;
}	
	
.cta-btns {
    text-align: center;
    display: flex;
    flex-direction: column;
	gap:10px;
    width: 260px;
    margin: auto;
}	
	
.single-page-sec{
	height:60vw!important;
	background-size:cover !important;
	max-width:100vw;
	overflow:hidden;
}	
}

@media(max-width:900px){
	.theBestGhost{
		margin-top:48px!important;
	}
}


@media  (max-width: 767px){

	
	
	
.popup_img_left {
    display: none !important;
}
	
.col-md-6.content_overlay {
    position: unset !important;
    border-radius: 20px;
    padding: 20px 20px;
}	
.popup_content {
    padding: 0 !important;
}
	.modal-header{z-index:99;}	
	.modal-content{ border-radius:30px!important;  border:0px solid; height:unset; }	
	
	.modal-body{ background: #ff8600 !important; border: 1px solid rgba(0, 0, 0, 0.2); overflow:hidden; border-radius:30px;      padding: 65px 20px 30px !important; }   
	

	
	
.modal{ transform:scale(.72); background:none; top:-119px; }	
	
.banner{ height:56vw!important; background-size:100vw!important; }		
.copyright *{margin:0;}
.copyright{padding-top:15px; padding-bottom:15px;}	
footer.footer-main{ text-align:center; justify-content:center; }	
footer ul li { align-items:flex-start; justify-content:center; }
footer ul li i { margin-top:6px; }
	
	
}


@media(max-width:600px){

.hdr-cta {
    gap: 5px;
    flex-direction: column;
}
		
.meta_post ul {
    display: flex;
    align-items: center;
    padding: 0;
    flex-direction: column;
}	
.meta_post li.no-space{

	display:none;

}	

.single-page-sec{

	height:400px!important;
	
}	
	
.theBestGhost{
	width:100%;

}	

}


@media(max-width:575px){
	
.mb-30{margin-bottom:0;}	
.emailsec{display:none;}
  
}	
	



/*Header Footer Css*/

@media(min-width:980px){
    
  .wrapper nav ul {
    transform: scale(.5);
    margin-top: -13.5%;
    margin-left: -26%;
  } 

}


.menuLogo {
    position: absolute;
    left: 100px;
    top: 10px;
    max-width:180px;
}


.d-flex{
    display:flex;
}


header {
    padding: 20px 0;
    /* border-bottom: 1px solid #413939; */
    position: relative;
    z-index: 99999999; 
    transition: .5s all;
    width: 100%;
    background:#000;
    position: fixed;
    top: 0;
}



header .container-fluid {
    padding: 0;
    width: 95%;
}

header .row {
    align-items: center;
}

a.logo img {
    max-width: 80%;
    display: block;
    margin: 0;
}

header input[type="checkbox"] {
    display: none;
}


ul.info li i.fas {    width: 22px;    background: #d00304;    color: #e5e5e5;    height: 22px;    font-size: 10px;    display: flex;    align-items: center;    justify-content: center;    margin-right: 5px;    border-radius: 50%;   } 
 
ul.info li i.fas.fa-phone {
    transform: rotate(90deg);
} 

.menu-btn {
    position: fixed;
    z-index: 2;
    right: 20px;
    top: 20px;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    font-size: 29px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background: rgb(251, 99, 82);
    background: -moz-linear-gradient(180deg, rgba(251, 99, 82, 1) 0%, rgba(205, 27, 25, 1) 71%);
    background: -webkit-linear-gradient(180deg, rgba(251, 99, 82, 1) 0%, rgba(205, 27, 25, 1) 71%);
    background: linear-gradient(180deg, rgba(251, 99, 82, 1) 0%, rgba(205, 27, 25, 1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fb6352",endColorstr="#cd1b19",GradientType=1);
    border: 3px solid black;
    height: 62px;
    width: 62px;
}

.menu-btn:before {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/twenty-twenty-child/assets/images/menu-Black.svg) no-repeat;
        top: -9px;
    right: -18px;
    height: 77px;
    width: 90px;
    animation-name: rotate;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: 100% !important;
}


footer {
    background: #212121;
    padding: 60px 0 20px;
    position: relative;
}

footer .container {
    position: relative;
    z-index: 1;
}

footer h4 {
    color: white;
    font-size: 18px;
    position: relative;
    padding: 0 0 8px;
    margin: 0 0 20px;
}

footer ul {
}

footer ul li {
    margin: 0 0 5px;
}

footer ul li a {
    font-size: 14px;
    color: #e5e5e5;
}

footer ul li p {
    font-size: 13px;
    color: #e5e5e5;
    margin: 0;
}

footer h4:after {
    content: '';
    height: 2px;
    width: 60px;
    background: #ff191a;
    position: absolute;
    bottom: 0;
    left: 0;
}

ul.info li {
    display: flex;
}

ul.info li img {
    align-self: center;
    margin-right: 10px;
} 

.wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(/wp-content/themes/twenty-twenty-child/assets/img/menu-bg.jpg) no-repeat #000;
    background-color: ;
    clip-path: circle(25px at calc(100% - 55px) 55px);
    transition: all 0.3s ease-in-out;
    background-size: cover;
}


@media(max-width:980px){
    
footer {
    text-align: center;
    padding: 40px 0;
}

footer h4 {
    margin-bottom: 10px;
}

footer h4:after {
    right: 0;
    margin: auto;
}
footer ul {
    margin: 0 0 30px;
}

footer .copy ul {margin-bottom: 0;}

ul.info li {
    display: block;
}

ul.info li.mt-3 {
    display: inline-flex;
}

footer ul.info {
    margin-bottom: 0;
}

footer:after {
    display: none;
}
    
}  
  


    
/* New Menu */
.wrapper{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../img/menu-bg.jpg")no-repeat #000;
    background-color:;
    clip-path: circle(25px at calc(100% - 55px) 55px);
    transition: all 0.3s ease-in-out;
    background-size: cover;
}
#active:checked ~ .wrapper{
    clip-path: circle(75%);
    padding: 30px 30px;
}
.menu-btn{
    position: fixed;
    z-index: 2;
    right: 20px;
    top: 20px;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    font-size: 29px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background: rgb(251,99,82);
    background: -moz-linear-gradient(180deg, rgba(251,99,82,1) 0%, rgba(205,27,25,1) 71%);
    background: -webkit-linear-gradient(180deg, rgba(251,99,82,1) 0%, rgba(205,27,25,1) 71%);
    background: linear-gradient(180deg, rgba(251,99,82,1) 0%, rgba(205,27,25,1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fb6352",endColorstr="#cd1b19",GradientType=1);
    border: 3px solid black;
    height: 62px;
    width: 62px;
}

.menu-btn img {
    max-width: 58%;
    filter: invert(1);
    transition: .5s all;
}
@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}
#active:checked ~ .menu-btn{
    color: #fff;
}

#active:checked ~ .menu-btn i{display: block}
#active:checked ~ .menu-btn i:before{
    content: "\f00d";
}
#active:checked ~ .menu-btn img{
    display: none;
}
#active:checked ~ .menu-btn i {
    margin-top: 14px;
    margin-left: 2px;
}
.wrapper ul{
    position: absolute;
    /* top: 130px; */
    /* left: 140px; */
    /* list-style: none; */
    text-align: left;
    width: 100%;
}

.wrapper ul li{
    /* margin: 15px 0; */
    /* position: relative; */
}



.wrapper ul li a{
    text-decoration: none;
    font-size: 2.8rem;
    font-weight: 600;
    /* padding: 11px 30px; */
    color: #fff;
    position: relative;
    line-height: 50px;
    transition: all 0.3s ease;
    display: block;
    padding-left: 0;
}
header input[type="checkbox"]{
    display: none;
}
.menuInfo {
    /* top: 0; */
    /* position: absolute; */
    /* right: 110px; */
    width: 490px;
}

.menuInfo ul li {
    margin: 0 0 20px;
    border-bottom: 1px solid #393a3c;
    padding-bottom: 15px;
}


.menuInfo li a {
    font-size: 20px !important;
    padding: 0 !important;
    line-height: inherit !important;
    font-weight: 500 !important;
}

.menuInfo li p {
    color: white;
    margin: 0;
    display: inline-block;
    width: 80%;
}

.menuInfo li img {}

.menuInfo li span {
    font-size: 17px;
    color: #a9a9a9;
    display: block;
    margin-bottom: 4px;
}
.menuInfo {
    top: 100px;
    position: absolute;
    right: 110px;
    width: 370px;
}

.menuInfo ul {
    position: static;
}

.menuInfo ul li {
    margin: 0 0 20px;
    border-bottom: 1px solid #393a3c;
    padding-bottom: 15px;
}

.menuInfo li a {
    font-size: 20px !important;
    padding: 0 !important;
    line-height: inherit !important;
    font-weight: 500 !important;
}

.menuInfo li p {
    color: white;
    margin: 0;
    display: inline-block;
    width: 80%;
    margin-left: 10px;
}

.menuInfo li img {}

.menuInfo li span {
    font-size: 17px;
    color: #a9a9a9;
    display: block;
    margin-bottom: 4px;
}
.menuInfo ul li label {
    margin: 0 0 15px;
}
.wrapper .get-touch {
    position: absolute;
    bottom: 10px;
    right: 100px;
}

.menuInfo ul li:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}
.blur .menuInfo,
.blur .social,
.blur .get-touch {
    filter: blur(4px);
}

.wrapper .social{
    position: absolute;
    top: 630px;
    left: 92%;
    text-align: center;
    opacity: 1;
    width: 100%;
    translate: -50% 0;
}
.wrapper .social li{
    margin: 0;
    text-align: center;
    padding: 0;
    margin-right: 15px;
    display: inline-block;
}
.wrapper .social li a{
    color: #fff;
    display: block;
    /* border: 1px solid #fff; */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 47px;
    font-size: 22px;
    padding: 0;
    border: 2px solid;
}
.wrapper .social li a:hover {
    color: white !important;
    background: #d00304;
}


.copy {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #454545;
}

.copy ul li {
    display: inline-block;
    margin-right: 12px;
}

.copy ul li:last-child {
    margin-right: 0;
}

.copy p {
    font-size: 15px;
    color: white;
    margin: 0;
}

.copy ul.social {
    text-align: center;
}

.copy ul.social li {
    margin-right: 5px;
}

.copy ul.social li a {
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.copy .row {
    align-items: center;
}

.pactive .prg_list{display:block;}

.progress-title.sticky{display:block;     z-index: 99999999;
}



/*Menu Start*/
.fixed-header .toggle-btn .menu-toggle {
    background-size: 54%;
}
.fixed-header .toggle-btn .menu-toggle:before {

}
.menu-toggle img.close-ico{display: none}
.open .menu-toggle img.open-ico{display: none}
.open .menu-toggle img.close-ico{display: block;margin: auto;filter: unset;}
.open .menu-toggle {
    /* background: no-repeat; */
}
.menu-toggle{
    opacity: 1;
    position: fixed;
    z-index: 99;
    top: 18px;
    right: 42px;
    border: none;
    outline: none;
    transition: opacity 0.2s ease-out;
    cursor: pointer;
    background: orange;
    height: 62px;
    width: 62px;
    border-radius: 50%;
    border: 3px solid black;
    background: rgb(251,99,82);
    background: -moz-linear-gradient(180deg, rgba(251,99,82,1) 0%, rgba(205,27,25,1) 71%);
    background: -webkit-linear-gradient(180deg, rgba(251,99,82,1) 0%, rgba(205,27,25,1) 71%);
    background: linear-gradient(180deg, rgba(251,99,82,1) 0%, rgba(205,27,25,1) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fb6352",endColorstr="#cd1b19",GradientType=1);
}

.menu-toggle img {
    max-width: 68%;
    filter: invert(1);
    transition: .5s all
}
.menu-toggle:before{
    content: "";
    position: absolute;
    top: -10px;
    right: -18px;
    background: url("../images/menu-Black.svg")no-repeat;
    height: 77px;
    width: 90px;
    animation-name: rotate;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: 100%;
}
@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}
/*.menu-toggle:after{
    opacity: 0;
    content: "x";
    color: white;
    position: absolute;
    top: 10px;
    left: 12px;
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 0;
    transition: opacity 0.4s ease-out;
    filter: invert(1);
}*/
.menu-toggle:active{
    transform: translateY(2px);
}
.menu-toggle:hover{
    opacity: 1;
}
.menu-toggle.open{
    opacity: 1;
}
.menu-toggle.open:before{
    opacity: 0;
    width: 0;
}
.menu-toggle.open:after{
    opacity: 1;
    transform: translate3d(0,0,0)
    rotate(360deg);
    transition: transform 0.4s 1s ease-out,
    opacity 0.4s 1s ease-out;
}

.navigation:before{
    content: "";
    /* position: absolute; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgb(52,29,28);
    background: -moz-radial-gradient(circle, rgba(52,29,28,1) 46%, rgba(32,26,26,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(52,29,28,1) 46%, rgba(32,26,26,1) 100%);
    background: radial-gradient(circle, rgba(52,29,28,1) 46%, rgba(32,26,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#341d1c",endColorstr="#201a1a",GradientType=1);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    transform: scale(0.04);
    transform: translateY(9999px);
    overflow: hidden;
}
.open .navigation {
    top: 0;
}
.open .navigation:before {
    -webkit-animation: menu-animation 0.8s ease-out forwards;
    animation: menu-animation 0.8s ease-out forwards;
}
ul.menu {
    position: absolute;
    top: 110px;
    left: 160px;
    backface-visibility: hidden;
    color: white;
    min-width: 300px;
}

ul.menu li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    left: auto;
    background-color: white;
    height: 100%;
    width: 0;
    overflow: hidden;
    transition: width 0.14s ease-out;
}
.open ul.menu li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    text-align: left;
}
.open ul.menu li:nth-child(1){transition-delay: 0.75s;}
.open ul.menu li:nth-child(2){transition-delay: 0.85s;}
.open ul.menu li:nth-child(3){transition-delay: 0.95s;}
.open ul.menu li:nth-child(4){transition-delay: 1.05s;}
.open ul.menu li:nth-child(5){transition-delay: 1.15s;}
.open ul.menu li:nth-child(6){transition-delay: 1.25s;}
.open ul.menu li:nth-child(7){transition-delay: 1.35s;}
.menu li{
    margin-bottom: 25px;
}

.open button {
    opacity: 1;
}
.open button:before {
    opacity: 0;
    width: 0;
}
.open button:after {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(360deg);
    transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out;
}
@keyframes menu-animation {
    0% {
        opacity: 0;
        transform: scale(0.04)
        translateY(300%);
    }
    40% {
        transform: scale(0.04)
        translateY(0);
        transition: ease-out;
    }
    40% {
        transform: scale(0.04)
        translateY(0);
    }
    60% {
        opacity: 1;
        transform: scale(0.02)
        translateY(0px);
    }
    61% {
        transform: scale(0.04);
    }
    99.9% {
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    100% {
        transform: scale(2);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}
body.open{
    overflow: hidden;
}
.navigation .menuLogo {
    position: absolute;
    top: 30px;
    opacity: 0;
    transform: translate3d(0, 36px, 0);
}
.open .navigation .menuLogo {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition-delay: 1s;
}
.open .navigation .menuInfo{
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition-delay: 2s;
}
.navigation .menuInfo {
    position: fixed;
    bottom: 50px;
    right: 50px;
    text-align: left;
    opacity: 0;
    transform: translate3d(0, 36px, 0);
}
.navigation .social{
    position: fixed;
    bottom: 70px;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    transform: translate3d(0, 36px, 0);
    text-align: center;
}
.navigation .social li{
    margin-right: 15px;
    display: inline-block;
}
.navigation .social li a{
    color: #000;
    display: block;
    /* border: 1px solid #fff; */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    background: #fecc1f; 
}
.navigation .social li a:hover {
    color: white !important;
    background: #d00304;
}

.open .navigation .social{
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition-delay: 3s;
}
.navigation .menuInfo li {
    color: #ffcd1f;
    margin: 0 0 20px;
    border-bottom: 1px solid #424242;
    padding-bottom: 17px;
}
.navigation .menuInfo li a {
    color: #ffcd1f;
}
.navigation .menuInfo li p {
    color: white;
    margin: 0;
    font-size: 14px;
    color: #ffcd1f;
}
.navigation .menuInfo li span {
    display: block;
    color: #a2a2a2;
    margin: 0 0 2px;
}
/* Menu END*/

    .progress {
        position: absolute;
        bottom: -5px;
        left: 0;
        height: 5px;
        background-color: #f60000;
        transition: .1s linear;
        min-width: 0;
        z-index: 100;
        border-radius: 0
    }

    .progress-title {
        display: none;
        background: #000;
        top: 0;
        position: fixed;
        width: 100%;
        z-index: 100;
        padding: 10px 0;
        border-bottom: 5px solid #d1d5db
    }

    .prg_btn,.prg_like,.prg_thumb,.progress-title .col-md-12 {
        display: flex
    }

    .progress-title h4.prg_title {
        font-weight: 700;
        color: #fff;
        margin: 0;
        font-size: 18px
    }

    .prg_thumb {
        align-items: center;
        width: 80%
    }

    .prg_thumb img {
        max-width: 44px;
        border-radius: 50%;
        margin-right: 10px
    }

    .prg_like {
        width: 20%;
        position: relative;
        justify-content: end;
        align-items: center
    }

    .prg_btn {
        background: #ffffff1f;
        width: 32px;
        height: 32px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        cursor: pointer
    }

    .prg_list {
        z-index: 101;
        position: absolute;
        background: #17181f;
        padding: 15px 10px;
        top: 100%;
        right: 0;
        width: 208px;
        height: 320px;
        overflow-y: scroll;
        border-radius: 15px 0 0 15px;
        border: 1px solid #2d2d2d;
        display: none;
        scroll-behavior: initial
    }

    .prg_list li {
        clear: both;
        width: 100%
    }

    .prg_list li a {
        color: #fff;
        font-size: 14px;
        display: block;
        padding: 10px;
        border-radius: 10px
    }

    .prg_list li a:hover {
        background: rgb(255 255 255/5%)
    }

    .prg_list li span.prg_link {
        width: 25px;
        margin-right: 5px;
        display: inline-block;
        text-align: center
    }




.navigation {
    counter-reset: my-sec-counter;
    width: 100%;
    position: relative;
    top: 17%;
    left: 40px;
}




.navigation > ul > li > a:before {
    counter-increment: my-sec-counter;
    content: "0" counter(my-sec-counter) ".";
    position: absolute;
    left: -50px;
    color: #e3e2e2;
    font-size: 24px;
    font-weight: 600;
    top: 20px;
    transform: scale(0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-text-fill-color: #fff;

    /* font-family: Gilmer; */
    font-family: 'Kanit', sans-serif;
    -webkit-text-stroke: transparent;
}

.navigation > ul > li a:hover:after {
    opacity: inherit;
    visibility: visible
}

.navigation > ul > li a:hover:before {
    transform: scale(1);
}

.navigation > ul > li {
    width: 25%;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 25px;
    position:relative;
    width: max-content;
}

.animate__bounce1.is-reveal {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.split_inner_has {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transform: translateY(100%);
    transition: .6s
}

.animate__backInUp1.is-reveal .split_inner_has {
    -webkit-animation-name: backInUp;
    animation-name: backInUp;
    transform: translateY(0)
}

.animate__slideInUp1.is-reveal .split_inner_has {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    transform: translateY(0)
}

.navigation > ul > li + li {
    margin-top: 0;
}

.navigation > ul > li > a {
    font-size: 3rem;
    font-weight: 500;
    color: #e3e2e2;
    position: relative;
    display: block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    line-height: 50px;
}

.navigation .sub-menu {
    position: absolute;
    top: -20px;
    padding-left: 55px;
    left: 330px !important;
    transform: translateY(-50%);
    /* display: none; */
    left: inherit;
    transform: scale(0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    top: 0;
    bottom: 0;
    display: block;
    height: max-content;
    margin: auto;
}

.navigation .sub-menu:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    background-color: #515050;
    top: 21px;
    height: calc(100% - 41px)
}

.navigation .sub-menu:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 1px;
    background-color: #515050;
    left: -29px
}

.navigation .sub-menu > li > a {
    font-size: 20px;
    font-weight: 400;
    color: #e3e2e2;
    padding: 0 0;
    line-height: inherit;
    letter-spacing: 1px;
}

.navigation .sub-menu > li:first-child:before, .navigation .sub-menu > li:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 38px;
    height: 1px;
    background-color: #515050;
}

.navigation .sub-menu > li:last-child:before {
    top: auto;
    bottom: 19px
}

.sub-menu .sub-child > li + li {
    margin-top: 12px
}

.sub-menu .sub-child {
    margin-top: 25px;
    display: none
}

.sub-menu .sub-child.active {
    display: block
}

.sub-menu .sub-child > li > a {
    color: #878686;
    font-weight: 500;
    font-size: 20px;
    padding-left: 28px;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: flex;
    line-height: 1.1
}

.sub-menu .sub-child > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 1px;
    background-color: #878686;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.navigation .sub-menu > li + li {
    margin-top: 14px;
    margin-bottom: 0;
}

body.active-menu .main-menu-sec:after, body.active-menu .main-menu-sec:before {
    clip-path: circle(100%)
}

.menu-info li + li {
    border-top: solid 1px #2c2a2a;
    padding: 30px 0;
}

.menu-info li {
    padding-bottom: 30px;
    overflow: hidden
}

.menu-info li h6 {
    color: #a8a8a8;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px
}

.menu-info li a {
    color: #f86623;
    font-size: 18px;
    font-weight: 500
}

.menu-info li:last-child {
    padding-bottom: 0
}

.main-menu-sec .social-list {
    position: relative;
    top: 50px;
    margin-top: 0;
}

.menu-wrapper:hover .menu-btn span:nth-child(3) {
    width: 100%
}

.sub-menu .sub-child > li > a:hover {
    color: #e3e2e2;
}

.sub-menu .sub-child > li > a:hover:before {
    background-color: #e3e2e2;
    height: 2px
}

.navigation > ul > li > a:hover {
    color: #f86623;
}
.wrapper nav ul {width: inherit;}
.hover-parent.block .sub-menu {
    /* display: block; */
    transform: scale(1);
}

.navigation .fa,.navigation  .far, .navigation .fas {  
    font-family: "Font Awesome 5 Free" !important;
}

 header.sticky {
    position: relative !important;
       z-index: 9999999999;
       height:0;
   
}    

  #wpadminbar{ z-index:99999999999;}   
  

 .main-menu-sec .social-list {
        top: 10px;
        justify-content: center;
        padding-bottom: 0
    }

    .header-logo svg {
        max-width: 177px
    }


    .navigation .sub-menu>li>a {
        font-size: 18px;
        padding-left: 19px;
        width:max-content;
    }

    .sub-menu .sub-child>li>a {
        font-size: 14px;
        display: flex;
        line-height: 1.4;
        padding-left: 25px
    }

    .main-menu-sec {
        overflow: auto;
        z-index: 9999998;
        height: 100vh;
        padding: 90px 15px 120px 
    }

    .sub-menu .sub-child>li>a:before {
        margin: 0;
        top: 9px
    }



@media only screen and (max-width: 980px) and (min-width: 320px){

body section.blog-ban {    padding-top: 2em;    }

body .blog-ban h4 {    font-size: 17px;    margin: 0; } 


    .menu-btn {
        right: 10px;
        height: 50px;
        width: 50px;
        line-height: 44px;
    }

    .menu-btn:before {
        background-size: 95%;
        top: -18px;
        right: -23px;
    }

    .menu-btn img {
        max-width: 52%; 
    }
    .wrapper {
        clip-path: circle(20px at calc(100% - 34px) 49px);
    }

    .menuLogo {
        position: static;
        text-align: left;
    }

    .menuLogo img {
        max-width: 55%;
    }

    #active:checked ~ .menu-btn i {
        margin-top: 14px;
        font-size: 18px;
    }

    .navigation {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 40px;
    }


    .navigation > ul > li {
        width: 100%;
        padding-left: 0;
        padding-bottom: 0;
        padding-top: 0;
        position:relative;
       
    }

    .navigation > ul > li + li {
        margin-top: 23px;
        position: relative;
    }

    .navigation > ul > li > a {
        font-size: 24px;
        line-height: normal;
        font-weight: 700;
        z-index: 999;
    }

    .menu-info li {
        padding-bottom: 15px;
    }

    .menu-info li + li {
        padding: 15px 0 6px;
    }

    .main-menu-sec .social-list {
        top: 10px;
        justify-content: center;
        padding-bottom: 0;
    }

    header .container-fluid {
        padding: 0 23px;
    }

    .header-logo svg {
        max-width: 177px;
    }

    .navigation .sub-menu {
        position: static;
        transform: translate(0);
        padding-left: 0;
        padding-top: 23px;
    }

    .navigation .sub-menu > li > a {
        font-size: 18px;
        padding-left: 19px;
    }

    .sub-menu .sub-child > li > a {
        font-size: 14px;
        display: flex;
        line-height: 1.4;
        padding-left: 25px; 
    }

    .main-menu-sec {
        overflow: auto;
        z-index: 9999998;
        height: 100vh;
        padding: 90px 15px 120px;
    }

    .sub-menu .sub-child > li > a:before {
        margin: 0;
        top: 9px;
    } 

    .custom-menu-icon {
        position: absolute;
        top: 0;
        right: 0;
        margin: auto;
        display: block;
        color: #1d6161;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        padding: 0;
        width: 28px;
        height: 28px;
    }
    .custom-menu-icon::before {
        font-size: 20px;
        color: #cd1b19;
    }
    .navigation .sub-menu:before, .navigation .sub-menu:after, .navigation .sub-menu > li:first-child:before, .navigation .sub-menu > li:last-child:before {
        display: none;
    }

    .navigation .sub-menu {
        transform: inherit;
        display: none;
    }

    .hover-parent.block .sub-menu {
        display: block;
        transform: inherit;
    }
    .wrapper nav ul {
        position: static;
    }
  
    .menuInfo{/* display: none; */position: static;margin-top: 40px;}
    .get-touch{display: none}
    header .wrapper .social{
        position: static !important;
        translate: inherit !important;
        text-align: center !important;
        margin-top: 30px;
    }
    .our-cta h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .menuInfo li a {
        font-size: 15px !important;
        display: inline-block !important;
    }

    .menuInfo li a:nth-child(2) {
        margin-right: 18px;
    }

    .menuInfo li span {
        font-size: 15px;
        margin: 0;
    }

    .menuInfo li a:nth-child(1) {}

    .menuInfo li p {
        font-size: 14px;
    }

    .menuInfo ul li label {
        margin: 0;
    }

    .menuInfo ul li {
        padding: 0 0 6px;
        margin: 0 0 14px;
    }

    header .wrapper .social ul {
        position: static;
        text-align: center;
    }    
    
    


.copy ul.social {
    margin-top: 15px;
    margin-bottom: 15px;
}
   
    
}
  

/*Home Banner*/
  
.blog .banner{
    margin:auto;
    margin-top: 130px; 
    max-width: calc(100% - 30px);
    border-radius: 30px 30px 0 0;
}  
  
/*Category Style*/
  
.cat_sec {
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
    max-width: 900px;
    margin: auto;
    gap: 15px;
    text-align: center;
  	margin-top:70px;
}
  
.cat_sec a {
    display: flex;
    flex-direction: column;
    min-width: 168px;
    justify-content: center;
    align-items: center;
    background: #d6cccc;
    height: 120px;
  	color:#fff;
   	border-radius: 5px; 
}
    
.cat_sec .android {
    background: #ff8a6b;
}  
.cat_sec .ios{
 	background: #c33c29; 
}
 
.cat_sec .gaming{  
      background: #75a29f;
}  
 
.cat_sec .technology{  
     background: #e4be8f; 
}  
  
.cat_sec .windows{  
	background: #7773aa;  
 }  
  
.cat_sec span {
    margin-top: 8px;
}  
  
.screen-reader-text{ display:none;} 
  
.pagination-wrapper {
    display: flex;
  	justify-content: center;
    gap: 6px;
  	align-items: center;
}  
  
.pagination-wrapper nav{
 	width:auto;
  	min-width:max-content;
  	position:static;
}  
.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-links > * {
    min-width: 30px;
    min-height: 30px;
    margin: 0px 3px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
}  

.outer-page {
    border: 1px solid;
    padding: 2.5px 15px;
}  


.prg_like {
    margin-right: 80px;
}


@media(max-width:1100px){
    
.logo{ max-width:130px; }

}

.pactive .prg_list ul {
    list-style: none;
    padding: 0;
}