*{ 
 padding:0;
 margin:0;
}

body 
{
 font.bimily: 'Jost', sans-serif;
}


.font-jost 
{
 font.bimily: 'Jost', sans-serif;
}

.fw-200 
{
 font-weight:200;
}

.fw-300 
{
 font-weight:300;
}

.fw-400 
{
 font-weight:400;
}

.fw-500 
{
 font-weight:500;
}

.fw-550
{
font-weight:550;
}

.fw-600
{
font-weight:600;
}

.fs-17
{
 font-size:17px;
}

.fs-18
{
 font-size:18px;
}

.fs-19
{
 font-size:19px;
}

.fs-21
{
 font-size:21px;
}

.fs-30
{
 font-size:30px;
}

.fs-55
{
 font-size:55px;
}

.bg-gray {
    background: linear-gradient(180deg,#f4f3f3,rgba(251,251,253,0));
}

.bg-white 
{
 background:#fff!important;
}

.theme-bg-color 
{
 background:#f2681f;
}

.theme-color 
{
 color:#f2681f;
}

.btn-login 
{
 border:1px solid;
 padding:8px 25px;
 transition:.5s;
}

.btn-login:hover 
{
 color:#333;
}

.btn-register 
{
 border:1px solid;
 padding:8px 25px;
 background:#f2681f;
 color:#fff;
 transition:.5s;
}

.btn-register:hover {
    background: #f2681fbf;
}

a 
{
 text-decoration:none;
}

.text-left 
{
 text-align:left;
}

.big-search .text 
{
 width:100%;
 border:0;
 text-align: center;
}

.big-search .border-right 
{
 border-right:1px solid gray;
}

.categories .card i 
{
background: #f2681f24;
border-radius: 34px;
width: 40px;
height: 45px;
display: inline-block;
line-height: 45px;
}

.categories .card a 
{
color: #333;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
font-size: 16px!important;
-webkit-box-orient: vertical;
line-height: 1.9;
font-weight: 500;
}

.categories .card {
    box-shadow: 3px 3px 0px #80808026;
	margin-bottom:20px;
}

.categories .card:hover {
    box-shadow: 3px 7px 11px #dedede;
}

.counter-area .counter-single {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    margin-left: 20px;
}

.counter-area .counter-single .counter-icon {
    padding-right: 45px;
    position: relative;
}

.counter-icon i 
{
 font-size: 24px;
    margin-left: 4px;
}

.counter-area .counter-single .counter-icon::after {
    content: "";
    border: 1px solid #f2681f;
    border-radius: 5px;
    height:55px;
    width:55px;
    position: absolute;
    left: -11px;
    top: -10px;
    transform: rotate(45deg);
}

.counter-area .counter-single .coundown p {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--white);
}

.counter-area .counter-single .coundown h3 {
    font-weight: 600;
    font-size: 30px;
    color:#f2681f;
    margin-bottom: 0;
}

#fun-fact {
    background: url(images/short-bg.jpg) center/cover no-repeat;
    padding: 12px 0;
    color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    margin: 29px 0px;
    box-shadow: 2px 3px 15px #80808045;
}

#fun-fact:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    opacity: .999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=94)";
    z-index: -1;
    background: #ffffffe6;
}

#fun-fact .col:first-child {
    border-left: none;
}

.counter .fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #ffffff;
    background: #f24259;
    width: 57px;
    height: 50px;
    line-height: 50px!important;
    border-radius: 5px;
    font-size: 2em;
}

.count-title {
    font-size: 37px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #0c46a7;
}

.count-text {
    font-size: 17px;
    font-weight: 550;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #191a1d;
}

.hero-list {
    padding: 0;
}

.hero-list li {
    list-style: none;
    position: relative;
    padding-left: 26px;
    font-weight: 500;
    margin: 10px;
}

.hero-list li:before {
    content: '\F26C';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    font-family: bootstrap-icons!important;
    color: #f2681f;
    font-size: 20px;
}

.header-contact ul {
    margin: 0;
    display: flex;
}

.header-contact ul li {
    list-style: none;
    display: inline;
    position: relative;
}

.header-contact ul li a {
    text-decoration: none;
    padding: 10px;
    display: flex;
    align-items: center;
    color: #333;
}

.banner-phone {
    background: #f24259;
    width: 50px;
    text-align: center;
    display: block;
    padding-left: 10px;
    margin-right: 14px;
    color: white;
    border-radius: 6px;
}

.header-contact ul li a .bi {
    font-size: 30px;
    padding-right: 10px;
}



.section-title1 h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--title-color1);
    font.bimily: var(--font-exo2);
    line-height: 48px;
    margin-bottom: 20px;
    margin-top: -10px;
}

.section-title1 p {
    margin-bottom: 0;
    font-size: 1.125rem;
}

.section-title1 h2 span {
       color: #f2681f;
}

.explore-btn a {
    font-size: 1.063rem;
    font-weight: 500;
    color: var(--title-color1);
    font.bimily: var(--font-exo2);
    line-height: 1;
    transition: .35s;
    display: flex;
    align-items: center;
    gap: 3px;
}

.explore-btn a span {
    display: inline-block;
    margin-left: 20px;
    margin-right: -20px;
    position: relative;
    transition: .35s;
}

.explore-btn a span::after {
    content: url(images/explore-arrow.svg);
    position: relative;
    left: -35px;
    top: 3px;
    transition: .35s;
}
.explore-btn a:hover span::after {
    left: -30px;
}


.home1-category {
    background:linear-gradient(180deg,#f4f3f300,rgb(237 237 237));
    padding: 25px 0;
	
}


.home1-category .single-category {
    background: #fff;
    border: 1px solid rgba(0,167,172,.15);
    border-radius: 5px;
    padding: 20px;
    transition: .35s;
}

.home1-category .single-category .category-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.home1-category .single-category .category-top .sl-no h6 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #ff572240;
    
    line-height: 22px;
    letter-spacing: .04em;
    position: relative;
    opacity: .7;
}

.home1-category .single-category .category-top .sl-no h6::after {
    content: "";
    height: 1px;
    width: 40px;
    background-color: rgba(0,167,172,.2);
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.home1-category .single-category .category-content h5 {
    margin-bottom: 10px;
}

.home1-category .single-category .category-content h5 a {
    font-size: 1.25rem;
    font-weight: 600;
    color: #02070c;
    line-height: 24px;
}

.home1-category .single-category .category-content p {
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: 400;
    color:  #02070c;
}

.home1-category .single-category .category-content p span {
    font-weight: 600;
    color: #f2681f;
}

.mb-60 {
    margin-bottom: 20px;
}


.home1-work-process .single-work-process {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    background-color: rgba(0,167,172,.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    position: relative;
    margin: 0 auto 20px;
    transition: .35s;
}


.home1-work-process .single-work-process .icon {
    margin-bottom: 12px;
}

.home1-work-process .single-work-process .work-content h5 {
    margin-bottom: 10px;
}

.home1-work-process .single-work-process .work-content h5 a {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--title-color1);
    font.bimily: var(--font-exo2);
    transition: .35s;
}

.home1-work-process .single-work-process .work-content p {
    margin-bottom: 0;
}

.home1-work-process .single-work-process.one::after {
    content: url(images/work-up-arrow.svg);
    position: absolute;
    top: -20px;
}

.home1-work-process .single-work-process.two::after {
    content: url(images/work-down-arrow.svg);
    position: absolute;
    bottom: -25px;
}


.home1-location-area {
    background: #f8f8f8;
    padding:25px 0;
}

.mb-120 {
    margin-bottom: 120px;
}

.home1-location-area .location-card .location-img {
    border-radius: 5px;
    margin-bottom: 25px;
    overflow: hidden;
    transition: .35s;
}

.home1-location-area .location-card .location-img img {
    border-radius: 5px;
    transition: .35s;
}

.home1-location-area .location-card:hover .location-img img {
    transform: scale(1.1);
}


.home1-location-area .location-card .location-content h5 {
    margin-bottom: 5px;
}

.home1-location-area .location-card .location-content h5 a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 600;
    color: #061421;
    transition: .35s;
}

.home1-location-area .location-card .location-content p {
    font-size: 1.125rem;
    font-weight: 400;
    color: #595959;
    margin-bottom: 0;
}

.home1-location-area .location-card .location-content p span {
    color: #061421f7;
    font-weight: 600;
}

.home1-location-area .location-card .location-content h5 a img {
    width: 12px;
    margin-right: 8px;
}

.home1-location-area .carousel-item 
{
 margin-bottom: 80px;
}

.home1-location-area .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #FF5722;
    width: 14px;
    height: 10px;
    border-radius: 19px;
    border: 0;
}

.footer-section ul {
    padding: 0;
}

.footer-section ul li {
    line-height: 1.6;
    list-style: none;
    color: #646363!important;
}

.footer-section ul li a {
    color:#646363!important;
    display: block;
    margin-bottom: 10px;
}

.footer-section .title-line {
    border: 1.6px solid;
    width: 57px;
    position: relative;
    margin-bottom: 14px;
}

.footer-section .title-line:before {
    position: absolute;
    top: -41.5px;
    right: -13px;
    bottom: 0;
    content: '.';
    z-index: 9;
    font-size: 37px;
    color:#FF5722;
}

.footer-section .title-line:after {
    position: absolute;
    top: -41.5px;
    right: -20px;
    bottom: 0;
    content: '.';
    z-index: 9;
    font-size: 37px;
    color: #73c2f5;
}

.footer-socials li {
    padding: 4px;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    color: #fff;
}


 
.bi-facebook
{
 background:#3b5998!important;
}

.bi-twitter 
{
   background:#1DA1F2!important;
}

.bi-linkedin
{
 background:#0e76a8!important;
}

.bi-instagram
{
 background:linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)!important;
 border:2px solid transparent!important;
}
 

.bi-google
{
 
}

.footer-socials .bi-whatsapp {
    background: #269c09;
}

 .footer-section .footer-socials li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-size: 14px;
    width: 30px;
    color: #fff!important;
    border-radius: 50%;
    padding: unset;
    line-height: 30px;
}

.footer-section ul li a:hover 
{
color: #ff5722!important;
}

.form-wrapper form {
    background: #fff;
    border: 1px solid rgba(0,167,172,.12);
    border-radius: 10px;
    padding: 6px 6px;
}


.form-wrapper form .form-inner {
    position: relative;
}

.form-wrapper form .form-inner label {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: .938rem;
    color: var(--title-color1);
    margin-bottom: 6px;
    display: block;
}

.form-wrapper form .form-inner .input-area {
    background: #fff;
    border: 1px solid rgba(0,167,172,.12);
    border-radius: 5px;
    height: 50px;
    padding-left:4px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    transition: .35s;
}

.form-wrapper form .form-inner .input-area::before {
    content: "";
    width: 1px;
    height: 14px;
    background: #d9d9d9;
    position: absolute;
    left:20px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}


.form-wrapper form .form-inner .input-area img {
    margin-right:8px;
}

.form-wrapper form .form-inner .input-area input {
    height: 48px;
    background: #fff;
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .875rem;
    color: var(--title-color1);
    padding: 14px 0;
    line-height: 1;
    border: none;
}

.form-wrapper form .form-inner input, .form-wrapper form .form-inner select {
    background: #fff;
    border: 1px solid rgba(0,167,172,.12);
    border-radius: 5px;
    display: block;
    width: 100%;
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: .875rem;
    color: var(--title-color1);
    padding: 14px 20px;
    line-height: 1;
    transition: .35s;
}


.form-wrapper form .form-agreement {
    padding-top: 18px;
    margin-bottom: 20px;
}

.form-wrapper form .form-inner .form-group input[type=checkbox] {
    display: inline;
    cursor: pointer;
	width:auto;
}

.primry-btn-2 {
    font-size: 1.063rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background:#f2681f;
	color:#fff;
    position: relative;
    transition: .5s all ease;
	border:1px solid;
    z-index: 1;
}

.form-wrapper form button {
    padding: 10px 30px;
    width: 100%;
    justify-content: center;
}


.primry-btn-2::before {
    transition: .5s all ease;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: #333;
    z-index: -1;
}



.primry-btn-2:hover:before {
    transition: .5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}


.form-wrapper form .login-difarent-way {
    padding-top: 30px;
}

.form-wrapper form .login-difarent-way a {
    border: 1px solid rgba(0,167,172,.12);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 17px;
    color: var(--title-color1);
    position: relative;
    z-index: 1;
    transition: .5s all ease;
}

.form-wrapper form .login-difarent-way a::after {
    transition: .5s all ease;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: #f4f4f4;
    z-index: -1;
}

.form-wrapper form .login-difarent-way a:hover::after {
    opacity: 1;
    transition: .5s all ease;
    left: 0;
    right: 0;
}
.form-wrapper form .login-difarent-way a img {
    margin-right: 10px;
}

.text-right 
{
 text-align:right;
}

.text-left 
{
 text-align:left!important;
}

.circle-number 
{
	padding: 0px!important;
    text-align: center;
    display: inline-block;
    width: 29px;
    height: 29px;
    line-height: 29px;
    border-radius: 32px;
margin-right: 2px;
font-size: 15px;
box-shadow: 1px 2px 3px #130f0f94;
}

.how-it-works .single-category p 
{
 margin-left:38px;
}

/*----Start Contact us Page Style------*/

.inner-banner {
    background-image: url(images/breadcrumb-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 42px 0;
}

.inner-banner .banner-content h1 {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    margin-bottom: 5px;
}

.inner-banner .banner-content span {
    display: block;
    height: 7px;
    width: 7px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(0,167,172,.2);
    text-align: center;
    position: relative;
}

.inner-banner .banner-content .breadcrumb {
    justify-content: center;
    padding-top: 10px;
    margin-bottom: 0;
}

.inner-banner .banner-content .breadcrumb li {
    font-size: 1rem;
    font-weight: 500;
    color: var(--primary-color1);
    font-family: var(--font-work-sans);
}

.inner-banner .banner-content .breadcrumb li a {
    color: var(--title-color1);
    transition: .35s;
}

.inner-banner .banner-content span::before {
    content: "";
    width: 67px;
    height: 1px;
    background: rgba(0,167,172,.2);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.inner-banner .banner-content span::after {
    content: "";
    width: 67px;
    height: 1px;
    background: rgba(0,167,172,.2);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.contact-support-area .contect-content h4 {
    font-family: var(--font-exo2);
    font-weight: 600;
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 17px;
}

.contact-support-area .contect-content .support {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-support-area .contect-content .support .content {
    display: flex;
    align-items: center;
    padding-left: 20px;
    position: relative;
}

.contact-support-area .contect-content .support .content h5 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.25rem;
    color:#333;
}

.contact-support-area .contect-content .support .content a {
    font-weight: 500;
    font-size: 1.25rem;
    text-decoration-line: underline;
    color: #FF5722;
    padding-left: 25px;
    transition: .35s;
}

.form-wrapper form .form-inner textarea {
    width: 100%;
    border: 1px solid rgba(0,167,172,.12);
    border-radius: 5px;
    min-height: 85px;
    padding: 20px;
    width: 100%;
    font-weight: 400;
    font-size: .875rem;
    color: #061421fc;
    line-height: 1;
    transition: .35s;
}

.form-wrapper form .form-inner label {
 
    font-weight: 500;
    font-size: .862rem;
 
    margin-bottom: 6px;
    display: block;
}

.form-inner img 
{
	filter: saturate(0);
}

.home-form .form-wrapper form .form-inner textarea
{
 min-height: 75px;
}

.list
{
}

.list li
{
}

.client-section .card {
    margin: 10px;
}

.client-section .card img {
    width: 120px;
    margin: 0 auto;
}

.quote {
    background: #fff;
    border-radius: 44px;
    display: inline;
    font-size: 28px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 8px;
    margin-top: -27px;
    text-align: center;
    width: 40px;
}

.testimonial .card .hide-me {
    display: none;
    transition: .5s;
}

.testimonial .card:hover .hide-me {
    display: block;
}


.testimonial .card:after {
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-smoothing: antialiased;
    bottom: -26px;
    color: #fff;
    content: "\f229";
    display: inline-block;
    font-family: bootstrap-icons!important;
    font-size: 44px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400!important;
    left: 0;
    line-height: 1;
    position: absolute;
    text-transform: none;
    vertical-align: -0.125em;
}

.single-services-box {
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #f9f9f9;
}

.single-services-box .content {
    padding:30px 0 11px 25px;
}

.single-services-box .content h3 {
    line-height: 1.4;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    margin-right: -20px;
	color:#333;
}


.single-services-box .content h3 a{
 color: #080a3c;
}

.single-services-box .content .read-more-btn {
    font-weight: 600;
    padding-left: 0px;
    position: relative;
    display: inline-block;
	transition:.5s;
}

.single-services-box .content .read-more-btn:hover {
    padding-left: 28px;
}

.single-services-box .image img {
    height:auto;
    -webkit-clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.fw-550
{
 font-weight:550;
}

.gray-white {
    background: linear-gradient(180deg,#f4f3f300,rgb(237 237 237));
    padding: 90px 0;
}

.why-us .icon .bi
{
font-size: 54px;
color: #f2681f;
}

.footer-section
{
 background: #f9f9f9;
}

/*----End Contact us Page Style------*/

/*----Home page--service tab------*/

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #e1f4ff;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 10px 2px;
transition: 0.3s;
font-size: 17px;
width: 16.66%;
font-weight: 500;
BACKGROUND: #f2681f;
border-left: 2px solid #fff;
border-top: 2px solid #f2681f;
color: #fff;
min-height: 90px;
}

.text-justify
{
    text-align:justify;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color:#ffeadf;
    border-color:#ffeadf;
    color: #000!important;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 22px 25px;
    border: 1px solid #ffeadf;
    border-top: none;
    background: #ffeadf;
}

.tablinks .bi 
{
    border-radius: 43px;
    font-size: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

.tabcontent img
{
 border-radius:10px;
 box-shadow:4px 6px 13px #c0c0c0;
}

.theme-border-color
{
 border-color:#f2681f!important;
}

/*----End--home page--service tab------*/


.half-bg-section {
    position: relative;
    padding: 120px 0;
    z-index: 2;
}

.half-bg-section .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(images/pattern-2.png);
    background-color: #1d2f41;
    max-height: 262px;
}

.half-bg-section .sec-title {
    margin-bottom: 25px;
    position: relative;
}

.half-bg-section h2 {
    position: relative;
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.01em;
    margin-top: -5px;
    margin-bottom: 0;
}

.about-content {
    background: white;
    z-index: 99;
    position: relative;
    padding: 10px;
    margin-top: 96px;
    border-radius: 6px;
}

.portfolio .card img 
{
 width:100%;
}

 .portfolio .card {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    width: 100%;
    align-content: center;
    align-items: center;
    height: 100%;
    padding: 42px 25px;
}

.portfolio .card h2 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.88);
    z-index: 1;
    text-align:center;
}

.portfolio .card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background:#333333db;
    width: 100%;
    height: 100%;
	border-radius: 5px;
}

.elementor-button {
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    fill: #000000;
    color: #000000;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFEC83 0%, #FFBA32 100%);
    border-radius: 5px 5px 5px 5px;
    padding: 15px 30px 15px 30px;
}

.elementor-button:hover
{ 
color: #000000;
background-color: transparent;
background-image: linear-gradient(180deg, #FFBA32 0%, #FFEC83 100%);
}

.card-counter.bg-light-gray2 {
    background: #ebebeb;
}

.my-blogs h3.entry-title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 19px!important;
    -webkit-box-orient: vertical;
    line-height: 1.9;
    font-weight: 550;
	text-align:center;
	color:#333;
}

.sidebar li {
    margin-bottom: 6px;
    border-bottom: 1px solid #b3b3b35e;
    padding-bottom: 6px;
    list-style: none;
    transition: .5s;
}

.sidebar li a {
    font-size: 14px;
    color: #333;
}

.align-sub 
{
 vertical-align:sub;
}


.z-index1
{
 z-index:1;
}

.wikipedia-process .card  
{
 height:100%;
}


.wikipedia-process .card img 
{
 width:80px;
 border:1px solid;
 border-radius:25px;
 background:#f37f1f2b;
 margin-bottom:15px;
}


.wikipedia-faq .accordion-item 
{
 margin-bottom:15px;
}




























































