@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');

@font-face {
    font-family: 'Impact';
    src: url('../fonts_new/Impact.eot');
    src: url('../fonts_new/Impact.eot?#iefix') format('embedded-opentype'), url('../fonts_new/Impact.woff') format('woff'), url('../fonts_new/Impact.ttf') format('truetype'), url('../fonts_new/Impact.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.pricing-section {
    position: relative;
    padding: 100px 0 80px;
    overflow: hidden;
}

.pricing-section .outer-box {
    max-width: 1100px;
    margin: 0 auto;
}

.pricing-section .row {
    margin: 0 -30px;
}

.pricing-block {
    position: relative;
    padding: 0 30px;
    margin-bottom: 40px;
}

.pricing-block .inner-box {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 0 0 30px;
    max-width: 370px;
    margin: 0 auto;
    border-bottom: 20px solid #40cbb4;
}

.pricing-block .icon-box {
    position: relative;
    padding: 50px 30px 0;
    background-color: #40cbb4;
    text-align: center;
}

.pricing-block .icon-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 75px;
    width: 100%;
    border-radius: 50% 50% 0 0;
    background-color: #ffffff;
    content: "";
}

.pricing-block .icon-box .icon-outer {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    padding: 10px;
}

.pricing-block .icon-box i {
    position: relative;
    display: block;
    height: 130px;
    width: 130px;
    line-height: 120px;
    border: 5px solid #40cbb4;
    border-radius: 50%;
    font-size: 50px;
    color: #40cbb4;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i {
    transform: rotate(360deg);
}

.pricing-block .price-box {
    position: relative;
    text-align: center;
    padding: 10px 20px;
}

.pricing-block .title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
}

.pricing-block .price {
    display: block;
    font-size: 30px;
    color: #222222;
    font-weight: 700;
    color: #40cbb4;
}

.pricing-block .features {
    position: relative;
    max-width: 200px;
    margin: 0 auto 20px;
}

.pricing-block .features li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #848484;
    font-weight: 500;
    padding: 5px 0;
    padding-left: 30px;
    border-bottom: 1px dashed #dddddd;
}

.pricing-block .features li:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    color: #2bd40f;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    margin-top: -8px;
}

.pricing-block .features li.false:before {
    color: #e1137b;
    content: "\f057";
}

.pricing-block .features li a {
    color: #848484;
}

.pricing-block .features li:last-child {
    border-bottom: 0;
}

.pricing-block .btn-box {
    position: relative;
    text-align: center;
}

.pricing-block .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 500;
    padding: 8px 30px;
    background-color: #40cbb4;
    border-radius: 10px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 300ms ease;
}

.pricing-block .btn-box a:hover {
    color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a {
    color: #40cbb4;
    background: none;
    border-radius: 0px;
    border-color: #40cbb4;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .inner-box {
    border-color: #1d95d2;
}

.pricing-block:nth-child(2) .btn-box a,
.pricing-block:nth-child(2) .icon-box {
    background-color: #1d95d2;
}

.pricing-block:nth-child(2) .inner-box:hover .btn-box a {
    color: #1d95d2;
    background: none;
    border-radius: 0px;
    border-color: #1d95d2;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .price {
    color: #1d95d2;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .inner-box {
    border-color: #ffc20b;
}

.pricing-block:nth-child(3) .btn-box a,
.pricing-block:nth-child(3) .icon-box {
    background-color: #ffc20b;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .price {
    color: #ffc20b;
}

.pricing-block:nth-child(3) .inner-box:hover .btn-box a {
    color: #ffc20b;
    background: none;
    border-radius: 0px;
    border-color: #ffc20b;
}


.checkboxes {
    margin-bottom: 20px;
    line-height: normal;
}

.widget_text {
    width: 100%;
}

.text-white {
    color: #ffffff;
}

.height-100-p {
    height: 103px;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.bg-white {
    background: #ffffff;
}

.border-radius-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.border-radius-100 {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

/*
.box-shadow {
    -webkit-box-shadow: 0px 10px 28px rgb(0 0 0 / 17%);
    -moz-box-shadow: 0px 10px 28px rgb(0 0 0 / 17%);
    box-shadow: 0px 10px 28px rgb(0 0 0 / 17%);
}
*/
.widget-style3 {
    padding: 20px 20px;
    background: #ffffff;
    border: 1px solid #ededed;
    color: #333;
    transition: ease 0.2s;
    transform: scale(1.0);
    display: block;
    font-weight: 600;
}

.widget-style3:hover {
    transform: scale(1.1);
    background: rgb(236 149 0 / 39%);
    color: #000;
    border: 1px solid rgb(253 202 114);
    -webkit-box-shadow: 0px 10px 28px rgb(0 0 0 / 17%);
    -moz-box-shadow: 0px 10px 28px rgb(0 0 0 / 17%);
    box-shadow: 0px 10px 28px rgb(0 0 0 / 17%);
}

.widget-style3 .widget-data {
    width: calc(100% - 80px);
    margin-right: 20px;
}

.widget-style3 .widget-icon {
    width: 60px;
    font-size: 45px;
    line-height: 1;
}

.icon {
    opacity: 0.7;
}

.font-18 {
    font-size: 14px;
}

.ol-cards,
.ol-cards * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ol-cards {
    --flapWidth: 2rem;
    --flapHeigth: 1rem;
    --iconSize: 3rem;
    --numberSize: 3rem;
    --colGapSize: 2rem;
    margin-inline: auto;
    display: grid;
    gap: 2rem;
    padding-inline-start: var(--flapWidth);
    color: #222;
    counter-reset: ol-cards-count;
    list-style: none;
}

.ol-cards>li {
    padding: var(--colGapSize) var(--flapWidth) var(--colGapSize) 0;
    background-color: #edeaea;
    border: 1px solid #dfdddd;
}

.ol-cards>li>.icon {
    grid-area: icon;
    background: #fb8d14;
    color: white;
    border-radius: 0 5rem 5rem 0;
    margin-inline-start: calc(-1 * var(--flapWidth));
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    float: left;
    padding: 2px 20px;
}

.ol-cards>li>.icon img {
    width: 60px;
    padding: 20px 10px;
}

.ol-cards>li>.icon::before {
    content: "";
    position: absolute;
    width: var(--flapWidth);
    height: calc(100% + calc(var(--flapHeigth) * 2));
    left: 0;
    top: calc(var(--flapHeigth) * -1);
    clip-path: polygon(0 var(--flapHeigth), 100% 0, 100% 100%, 0 calc(100% - var(--flapHeigth)));
    background-color: var(--accent-color);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
    z-index: -1;
}

.ol-cards>li>.title {
    float: left;
    padding: 0px 20px;
    width: 90%;
}

.ol-cards>li>.title h3 {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.ol-cards>li>.title h3 a {
    color: #333;
}

.ol-cards>li>.title p {
    font-size: 14px;
}

.cardsize {
    display: flex;
    margin-top: 20px;
}

.cardsize>li {
    font-size: 12px;
    margin-right: 15px;
    border-right: 1px solid #a9a7a7;
    padding-right: 15px;
}

.cardsize>li:last-child {
    border-right: 0px;
}

.cardsize>li>img {
    width: auto;
}

.cardsize>li>sapn {}

@media (max-width: 40rem) {
    .ol-cards {
        --flapWidth: 1rem;
        --flapHeigth: 0.5rem;
        --iconSize: 2rem;
        --numberSize: 2rem;
        --colGapSize: 1rem;
    }
}

.demo-gallery>ul {
    margin-bottom: 0;
}

.demo-gallery>ul>li {
    margin-bottom: 15px;
}

.demo-gallery>ul>li a {
    border: 1px solid #b3b3b3;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    height: 200px;
}

/*
.demo-gallery > ul > li a:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    border: 1px solid #a9a9a9;
    opacity: .6;
   background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
}
*/
.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a;
}

.home .demo-gallery {
    padding-bottom: 80px;
}

.custom-checkbox>input[type="radio"] {
    width: 10% !important;
    height: 17px !important;
    background-color: transparent !important;
    border: none;
    color: #2a2a2a;
    font-size: 11px;
    outline: none;
    border-radius: 0.25rem;
    padding: 0px;
    position: relative;
    top: 1px;
    float: left;
}

.custom-checkbox label {
    float: left;
    width: 90%;
    line-height: normal;
    font-size: 13px;
}

.mega-menu-li {
    display: inline-block;
    width: 100%;
}

.mega-menu-li li {
    float: left;
    width: 33%;
    margin-top: 10px;
}

.filter-lable {
    color: #000000;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
}

.dropdown-menu {
    min-width: 8rem;
}

.mega-content {}

.mega-content .nav-link {
    color: #fff;
}

.search-box {
    animation: fadeSlide 0.3s ease-in-out;
    margin-top: 10px;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.navbar-expand-lg .navbar-nav .search-drop-box {
    width: 1176px;
    top: 62px;
    left: 0%;
    border-radius: 5px;
    border: 0px;
    background: #ffffff;
    padding: 10px 10px;
    padding-bottom: 0px;
    box-shadow: 3px 3px 13px rgb(0 0 0 / 21%);
}

.navbar-expand-lg .navbar-nav .search-drop-box:before {
    content: '';
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 72px;
}

.navbar-expand-lg .navbar-nav .search-drop-box .form-check {
    display: flex;
    align-items: center;
}

.nav-item.dropdown.dropdown-mega {
    position: static;
}

.nav-item.dropdown.dropdown-mega .nav-link {
    color: #fff;
}


.nav-item.dropdown.dropdown-mega .dropdown-menu {
    top: 53px;
    left: 0%;
    width: 806px;
    border-radius: 5px;
    border: 0px;
    background: #ffffff;
    padding: 1rem;
    box-shadow: 0px 0px 13px rgb(0 0 0 / 21%);
}

.nav-item.dropdown.dropdown-mega .dropdown-menu:before {
    content: '';
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 72px;
}

.shadow {
    box-shadow: none !important;
    border-radius: 5px;
    padding: 0px;
    height: 43px;
    background-color: #fb8d14 !important;
}

.dropdown-toggle::after {
    display: inline-block;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    float: right;
    margin-top: 11px;
    margin-right: 13px;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    border: none;
    font-size: 14px;
    outline: none;
    font-weight: 500;
    margin-left: 10px;
}

.border-about {
    border-bottom: 1px solid #373737;
    width: 230px;
    margin-bottom: 10px;
    background-color: white;
    display: inline-block;
}

.border-logo {
    width: auto;
    position: relative;
    top: -2px;
}

.about-page {
    padding: 80px 0px;
}

.about-text {
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
    margin-bottom: 70px;
    text-align: center;
}

.about-text h4 {
    color: #2a2a2a;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 30px;
}

.vision-grid {
    display: flex;
}

.vision-grid img {
    width: 14%;
}

.vision-grid>p {
    width: 85%;
    padding: 40px 0px 0px 40px;
    text-align: left;
}

.about-text p {
    font-size: 15px;
    line-height: 30px;
    color: #2a2a2a;
}

.about-text p span {
    font-weight: 600;
}

.zoominheader {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 30s ease-in infinite;
    animation: zoomin 30s ease-in infinite;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

/* The innermost element*/
.zoomoutheader {
    -webkit-animation: zoomout 30s ease-in infinite;
    animation: zoomout 30s ease-in infinite;
    transition: all .3s ease-in-out;
    overflow: hidden;
}



/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

/*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomout {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

/*End of Zoom out Keyframes */




/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #fb8d14;
    font-weight: 600;
}

.pr-30 {
    padding-left: 50px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    height: 10%;
    top: 50%;
}

.carousel-control-next {
    right: 30px;
}

.carousel-control-prev {
    left: 30px;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 50%;
}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    max-width: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
}

p {
    font-size: 14px;
    line-height: 30px;
    color: #2a2a2a;
}

img {
    width: 100%;
    overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
    background: #F3F3F3;
    font-family: 'Poppins', sans-serif;
}

::selection {
    background: #03a4ed;
    color: #fff;
}

::-moz-selection {
    background: #03a4ed;
    color: #fff;
}

input[type=checkbox].ckb {
    z-index: -1;
    opacity: 0;
    display: none;
}

input[type=checkbox].ckb+label {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
    transition: all 0.3s;
    color: #333;
}

input[type=checkbox].ckb+label:hover {
    color: #333;
}

input[type=checkbox].ckb+label::before {
    transition: all 0.3s;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #333;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    margin: 0px 5px;
}

input[type=checkbox].ckb:checked+label::before {
    transition: all 0.3s;
    border-color: #fb8d14;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    /* box-shadow: 2px 2px 10px 0px #1d4995; */
}

.query_form h3 {
    padding: 10px 20px;
    font-size: 16px;
    background: rgb(251 221 188);
    margin-bottom: 20px;
    border-radius: 5px;
    color: #000;
    margin-top: 10px;
}

.query_form .form-group .form-label {
    font-size: 14px;
}

form#search-form .form-check-input[type=radio] {
    border-radius: 50%;
    position: relative;
    top: auto;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.form-check-label {
    font-size: 14px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group:last-child {
    margin-bottom: 10px;
}

.form-group select {
    padding: 8px 10px;
}

textarea,
input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: inherit;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    width: 100%;
    color: #8093a8;
    padding: 9px 13px 9px;
    border-radius: 3px;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgb(0 43 92 / 22%);
    font-size: 13px !important;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}

.accordion-header {
    margin-bottom: 0;
    background: #ededed;
}

@media (max-width: 991px) {

    html,
    body {
        overflow-x: hidden;
    }

    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .mobile-bottom-fix {
        margin-bottom: 30px;
    }

    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}

.donate-grid {
    padding-top: 70px;
    padding-bottom: 80px;
    background: url("../images_new/app-bg.jpg") no-repeat center bottom;
    background-size: cover;
    position: relative;
}



.page-section {
    margin-top: 120px;
}

.donate-heading {
    position: relative;
}

.donate-heading>img {
    width: auto;
}

.donate-heading h2 {
    font-size: 30px;
    margin: 10px 0px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    position: relative;
    z-index: 2;
    line-height: normal;
}

.donate-heading h6 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: normal;
}

.donate-heading p {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    line-height: normal;
}

.account-details {
    background-color: #fff;
    padding: 8px;
    border-radius: 6px;
    margin-top: 3.5rem;
    border: 1px solid #ebc5ae;
    position: relative;
}

.account-details .table tr td {
    font-size: 13px;
    padding: 6px 14px;
    color: #333;
    font-weight: 500;
}

.section-heading h6 {
    font-size: 20px;
    font-weight: 400;
    color: #1a1a1a;
}

.account-details h4 {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background-color: #ef7f1a;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 5px 5px 0px 0px;
    position: absolute;
    top: -31px;
    left: 22px;
}

.main-white-button {
    float: right;
    position: relative;
}

.main-white-button .dropdown-toggle {
    display: flex;
    background-color: #fb8d14;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff !important;
    text-transform: capitalize;
    padding: 6px 15px;
    border-radius: 5px;
    transition: all .3s;
    align-items: center;
    border-color: transparent;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
}

.main-white-button .dropdown-toggle:focus {
    bottom: 0;
    outline: 0;
    box-shadow: none;
}

.main-white-button .dropdown-toggle::after {
    display: inline-block;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
    float: right;
    margin-top: 1px;
    margin-right: 0px;
}

.main-white-button .dropdown-toggle b {
    background: url(../images_new/profile-pic.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: cover;
    margin-right: 5px;
}

.main-white-button>a:hover {
    background-color: #c56907;
    color: #ffffff !important;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.background-header {
    background-color: #231717 !important;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
    border: 0;
}

.background-header .nav li a.active {
    color: #fb8d14 !important;
}

.background-header .main-menu {
    border-top: 0 !important;
    border-bottom: 0 !important;
}


.logo {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 0px;
}


.know-more-btn {
    display: inline-block;
    background-color: #fb8d14;
    border: none;
    padding: 15px 60px;
    color: #fff;
    height: 50px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 30px;
    text-transform: uppercase;
}

.know-more-btn:hover {
    background-color: #192940;
    color: #fff;
}


/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.header-sticky {
    position: absolute;
    z-index: 999;
    width: 100%;
}

.nav-wrapper {}

.header-sticky .top-bar {
    padding: 10px 40px;
    padding-top: 40px;
}

.header-sticky .top-menu {
    background-color: #ffffff;
    text-align: right;
    position: absolute;
    right: 0px;
    padding-right: 50px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-sticky .top-menu ul {}

.header-sticky .top-menu ul li {
    padding: 6px 0px;
}

.header-sticky .top-menu ul li a {
    color: #393939;
    font-size: 12px;
    display: block;
    font-weight: 500;
    border-right: 1px solid #ccc;
    padding: 0px 10px;
    cursor: pointer;
}

.header-sticky .top-menu ul .has-sub .has-sub-drop::after {
    display: inline-block;
    position: relative;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    float: right;
    top: 7px;
    right: -3px;
}

.header-sticky .top-menu ul li a:hover {
    color: #EF7F1A;
}

.header-sticky .top-menu:before {
    content: ' ';
    position: absolute;
    z-index: -1;
    border-style: solid;
    border-width: 0 30px 30px 0px;
    height: 0;
    width: 0;
    border-color: transparent;
    border-bottom-color: #fff;
    left: -30px;
    top: 0px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-sticky .top-menu .social_nav {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 8px;
}


.header-sticky .top-menu .social_nav a {
    color: #ffffff !important;
    transition: all .3s linear;
    text-decoration: none !important;
    padding: 0;
    transition: all 0.3s linear;
    border: 1px solid #fff;
    border-radius: 100px;
    height: 25px;
    width: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: normal;
}

.header-sticky .top-menu .social_nav a:hover {
    border: 1px solid #ccc;
    color: #000000 !important;
    background: #ccc !important
}

.header-sticky .top-menu .social_nav a:nth-child(1) {
    background: #4267B2
}

.header-sticky .top-menu .social_nav a:nth-child(2) {
    background: #DD2A7B
}

.header-sticky .top-menu .social_nav a:nth-child(3) {
    background: #5da9dd
}

.header-sticky .top-menu .social_nav a:nth-child(4) {
    background: #2867B2
}

.header-sticky .top-menu .social_nav li:nth-child(5) {
    background: #333
}

.header-sticky .top-menu .social_nav a:nth-child(6) {
    background: #ff0000
}

.header-sticky .top-menu .social_nav a i {
    width: 28px;
}



/* MAIN MENU */


.nav li {
    position: relative;
}



/* SUB MENU */

.nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #efefef;
    list-style: none;
    padding: 5px;
    margin: 0;
    display: none;
    text-align: left;
}

.nav .sub-menu li a {
    padding: 12px 15px;
    display: block;
    border-right: 0 !important;
}

/* SUB SUB MENU */

.sub-menu .sub-menu {
    top: 0;
    left: 100%;
}

/* SHOW MENU ON HOVER */

.nav li:hover>.sub-menu {
    display: block;
}

/* MOBILE */
.menu-trigger {
    display: none;
    color: #000000;
    padding: 5px;
    cursor: pointer;
    font-size: 14px;
}

.logo {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 0px;
}

.header-sticky .top-bar .logo {
    width: 280px;
    position: relative;
    top: -15px;
}






#sideNavi {
    position: fixed;
    right: 35px;
    top: 450px;
    z-index: 999;
    transition: all 0.3s linear;
}

#sideNavi:hover {
    right: 40px;
}

.side-navi-item {
    font-size: 16px;
    position: absolute;
    display: inline-block;
    width: 140px;
    height: 46px;
    text-align: center;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    color: #fff;
    background-color: blue;
    cursor: pointer;
    animation: blinkingText 2s infinite;
    border-radius: 10px 10px 0px 0px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    padding: 8px 12px;
    color: #fff;
}

.side-navi-item>img {
    float: left;
    width: 20px;
}

.side-navi-item a {
    color: #fff;
    font-size: 14px;
}

.side-navi-item a img {
    display: inline-block;
    height: 22px;
    float: left;
    position: relative;
    top: -2px;
}

.side-navi-item.item1 {
    top: 0px;
}

.side-navi-item.active,
.side-navi-item:hover {
    background-color: #e5e5e5;
}

.side-navi-item>div {
    padding-top: 15px;
    text-align: center;
}

@keyframes blinkingText {
    0% {
        background: #3b7c00;
    }

    25% {
        background: #fb8d14;
    }

    50% {
        background: #3b7c00;
    }

    75% {
        background: #fb8d14;
    }

    100% {
        background: #3b7c00;
    }
}

.main-banner {
    position: relative;
    z-index: 99;
    margin-top: -5rem;
}

.main-banner .top-text {
    text-align: center;
    position: absolute;
    top: -40px;
    margin: auto;
    right: 0px;
    left: 0px;
}

.main-banner .top-text h2 {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 20px;
    background-color: #EDEDED;
    display: inline-block;
    padding: 15px 60px;
    line-height: 1;
    position: relative;
    border-radius: 0px 0px 5px 5px;
}

.main-banner .top-text h2::before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 55px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 21px solid #d3d3d3;
    position: absolute;
    left: -21px;
    margin-top: -16px;
    z-index: -1;
}

.main-banner .top-text h2::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 55px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 21px solid #d3d3d3;
    position: absolute;
    right: -21px;
    margin-top: -16px;
    z-index: -1;
}


.main-banner ul.categories {
    width: 100%;
    margin-top: 60px;
    text-align: center;
}

.main-banner ul.categories li {
    display: inline-block;
    text-align: center;
    width: 18%;
}

.main-banner ul.categories li a {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
}

.main-banner ul.categories li .icon {
    display: block;
    margin: 0 auto 12px auto;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #fb8d14;
    background-color: #fff;
    transition: all .5s;
}

.main-banner ul.categories li a:hover .icon {
    background-color: #2b2d42;
}

.main-banner ul.categories li .icon img {
    max-width: 27px;
}

form#search-form {
    font-family: 'Open Sans', sans-serif;
    background-color: rgb(255 255 255);
    padding: 30px 50px;
    display: block;
    margin: auto;
    border-radius: 20px;
    padding-top: 3rem;
}

form#search-form fieldset label {
    color: #000;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 13px;
}

form#search-form select,
form#search-form input {
    width: 100%;
    height: 43px;
    background-color: #ededed;
    border: none;
    color: #2a2a2a;
    font-size: 13px;
    outline: none;
    border-radius: 0.25rem;
    padding: 0px 20px;
    border: 1px solid #ccc;
}

.form-select:focus {
    box-shadow: none;
}

form#search-form input.searchText {}

form#search-form input::placeholder {
    color: #000;
    font-size: 13px;
}

form#search-form buttaon {
    width: 100%;
    height: 100%;
    background-color: #3ebd00;
    border: none;
    padding: 5px;
    color: #fff;
    height: 53px;
    font-size: 16px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}



form#search-form button i {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    color: #fb8d14;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    margin-right: 10px;
}

.search-button {
    width: 100%;
    background-color: #4F7DCB;
    border: none;
    padding: 11px 0px;
    color: #fff;
    text-align: center;
    display: block;
    height: 43px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.search-button:hover {
    background-color: #3F51B5;
    color: #fff;
}


fieldset .search-button {
    margin-top: 34px;
}

/*
---------------------------------------
Popular Categories
---------------------------------------
*/
.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 10s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}











.faq-grid {
    margin-top: 50px;
    background: #f7f8fa;
    padding-top: 70px;
    padding-bottom: 80px;
}

.faq-grid .section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #192940;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images_new/active-arrow.svg");
    transform: rotate(180deg);
}

.accordion-button {
    font-weight: 600;
    font-size: 14px;
}

.popular-categories {
    padding: 50px 0px;
    position: relative;
}

.popular-categories h3 {
    font-size: 15px;
    width: auto;
    margin: auto;
    line-height: normal;
    color: #303030;
    font-weight: 400;
    text-align: justify;
}

.popular-categories>h2 {
    font-size: 30px;
    width: auto;
    margin: auto;
    line-height: normal;
    color: #303030;
    font-weight: 700;
    text-align: justify;
    padding: 10px 0px;
}

.about-welcome {
    font-weight: 500;
    font-size: 40px;
    margin: 10px 0px;
}

.about-welcome span {
    font-weight: 700;
    color: #fb8d14;
}

.iwwa-text {
    background: url(../images_new/mountain-bg-text.jpg) center;
    background-size: contain;
    width: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-attachment: fixed;
    font-size: 8rem;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: 'Impact';
    font-weight: 500;
    letter-spacing: normal;
}

.popular-categories p {
    font-weight: 400;
    line-height: 26px;
}

.popular-categories .section-heading {
    text-align: center;
    margin-bottom: 80px;
}

.popular-categories .naccs {
    position: relative;
    background-color: #2b2d42;
    border-radius: 7px;
}

.popular-categories .icon {
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #fb8d14;
    background-color: #fff;
    margin-right: 15px;
}

.popular-categories .icon img {
    max-width: 27px;
}

.popular-categories .naccs .menu div.first-thumb {
    border-top-left-radius: 7px;
}

.popular-categories .naccs .menu div.last-thumb {
    margin-bottom: 0px;
    border-bottom-left-radius: 7px;
}

.popular-categories .naccs .menu div {
    color: #fff;
    font-size: 15px;
    background-color: #fb8d14;
    margin-bottom: 1px;
    height: 126px;
    text-align: left;
    padding: 0px 15px;
    line-height: 126px;
    cursor: pointer;
    position: relative;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.popular-categories .naccs .menu div.active,
.popular-categories .naccs .menu div.active .thumb {
    background-color: #2b2d42;
}

.popular-categories ul.nacc {
    position: relative;
    min-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.popular-categories ul.nacc li {
    opacity: 0;
    transform: translateX(-50px);
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.popular-categories ul.nacc li.active {
    transition-delay: 0.3s;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px);
}

.popular-categories ul.nacc li {
    width: 100%;
}

.popular-categories .nacc .thumb .left-text {
    margin-left: 30px;
}

.popular-categories .nacc .thumb .left-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 30px;
}

.popular-categories .nacc .thumb .left-text p {
    color: #fff;
    margin-bottom: 30px;
}

.popular-categories .nacc .thumb .right-image {
    padding: 60px;
    display: inline-flex;
}

.popular-categories .nacc .thumb img {
    border-radius: 7px;
}

.popular-categories .nacc .thumb .left-text .main-white-button a {
    width: 100%;
    text-align: center;
}

/*
---------------------------------------------
Recent Listing 
---------------------------------------------
*/

.recent-listing {
    margin-top: 120px;
    padding-top: 120px;
    margin-bottom: 120px;
    border-top: 1px solid #eee;
}

.recent-listing .section-heading {
    text-align: center;
    margin-bottom: 80px;
}

.recent-listing .item .listing-item {
    display: inline-flex;
    background-color: #f7f7f7;
    border-radius: 7px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.recent-listing .item .left-image {
    float: left;
    overflow: hidden;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.recent-listing .item .left-image img {
    overflow: hidden;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.recent-listing .item .right-content {
    display: inline-block;
    padding: 60px;
}

.recent-listing .item .right-content ul.rate {
    position: absolute;
    right: 60px;
    top: 60px;
}

.recent-listing .item .right-content ul.rate li {
    display: inline-block;
}

.recent-listing .item .right-content ul.rate li:last-child {
    margin-left: 10px;
}

.recent-listing .item .right-content h4 {
    font-size: 20px;
    color: #2a2a2a;
    font-weight: 700;
    margin-bottom: 20px;
}

.recent-listing .item .right-content h6 {
    font-size: 15px;
    font-weight: 500;
    color: #fb8d14;
}

.recent-listing .item .right-content span.price {
    color: #2a2a2a;
    font-size: 15px;
    margin-top: 30px;
    display: block;
    margin-bottom: 15px;
}

.recent-listing .item .right-content span.price .icon {
    width: 30px;
    height: 30px;
    background-color: #fb8d14;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    margin-right: 10px;
}

.recent-listing .item .right-content span.price .icon img {
    max-width: 16px;
    text-align: center;
    display: inline-block;
}

.recent-listing .item .right-content span.details {
    display: block;
    margin-bottom: 30px;
    font-size: 15px;
    color: #fb8d14;
}

.recent-listing .item .right-content span.details em {
    font-style: normal;
    color: #2a2a2a;
}

.recent-listing .item .right-content ul.info li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 30px;
    width: 100%;
}

.recent-listing .item .right-content ul.info li:last-child {
    margin-bottom: 0px;
}

.recent-listing .item .right-content ul.info li img {
    max-width: 30px;
    margin-right: 15px;
    display: inline;
}

.recent-listing .item .right-content .main-white-button {
    position: absolute;
    right: 60px;
    bottom: 60px;
}

.recent-listing .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.recent-listing .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #fb8d14;
    border-radius: 50%;
    margin: 0px 5px;
    transition: all .3s;
}

.recent-listing .owl-dots .active {
    width: 14px;
    height: 14px;
}

.tab-grid {
    background: #fff;
    position: relative;
    border-radius: 20px;
}

.tab-nav {
    padding-top: 2rem;
    margin: 0px 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
    margin-bottom: 28px;
}

.tab-pane-wrapper {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.tab-nav-wrapper {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: auto;
}

.tab-nav-wrapper.nav-exceeded {
    justify-content: flex-start;
}

.tab-nav-item {
    flex: 0 0 auto;
    border-right: 2px solid #722601;
    padding-right: 20px;
}

.tab-nav-item:last-child {
    flex: 0 0 auto;
    border-right: 0px;
    padding-left: 20px;
}

.tab-nav-link {
    display: block;
    font-weight: 600;
    position: relative;
    transition: color 250ms ease-in-out;
    color: #4e4e4e;
    font-size: 21px;
}

.tab-nav-link:hover {
    color: #722601;
}

/*
.tab-nav-link:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 0;
  bottom: 0;
  left: 0;
  background-color: #e57201;
  transition: width 500ms ease-in-out;
}
*/

.tab-nav-link.active {
    color: #722601;
}

.tab-nav-link.active:after {
    width: 100%;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
    margin: 0px 60px 0px 45px;
}

.tab-inner {
    line-height: 2;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .tab-inner {
        font-size: 1.125rem;
    }
}

/*
---------------------------------------------
Footer
---------------------------------------------
*/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    z-index: 999;
    color: #ffffff;
    width: 54px;
    height: 54px;
    line-height: 52px;
    right: 1%;
    bottom: 6%;
    border-radius: 100px;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 36px;
}

.scroll-top-wrapper:before {
    content: "";
    border-right: 40px solid #EF7F1A;
    border-top: 0px solid transparent;
    border-right: 40px solid #EF7F1A;
    border-bottom: 40px solid rgb(239 127 26 / 67%);
    position: absolute;
    z-index: -1;
    transform: rotate(315deg);
    right: 6px;
    top: 7px;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

footer {
    padding-top: 80px;
    background: #713a00 url(../images_new/footer.png) no-repeat center bottom;
    background-size: cover;
}

footer h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(235 231 231 / 25%);
    padding-bottom: 20px;
    color: #fff;
}

.copy-left {
    text-align: left;
}

.copy-right {
    text-align: right;
}

.accordion-body {
    padding: 1rem 1.25rem;
    background-color: #fff;
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #fb8d14;
}

footer p {
    font-size: 14px;
    line-height: 22px;
    color: #ccc;
}

footer .logo {
    margin-top: 0px;
}

footer .logo img {
    max-width: 233px;
    margin-bottom: 30px;
}

footer .helpful-links {
    margin: 10px 25px;
}

footer .helpful-links ul li {
    display: block;
    margin-bottom: 15px;
}

footer .helpful-links ul li a {
    font-size: 14px;
    transition: all .3s;
    /* font-weight: 500; */
}

footer .helpful-links ul li a:hover {
    color: #fb8d14;
    border-bottom: 0px solid #fb8d14;
}

.fieldset-search {
    position: relative;
}

.search-tran {
    position: absolute;
    right: 20px;
    margin-top: 16px;
    font-size: 20px;
    color: #abaaaa;
}

.contact-us {
    margin: 10px 0px;
}

footer .contact-us p {
    margin-bottom: 14px;
    font-size: 14px;
    clear: both;
    width: 100%;
    display: inline-block;
}

footer .contact-us p i {
    color: #ef7f1a;
    float: left;
    width: 20px;
    padding: 6px 0px;
    display: inline-block;
}

footer .contact-us span {
    float: left;
    width: 83%;
}

footer .contact-us a {
    transition: all .3s;
}

footer .contact-us a:hover {
    color: #ef7f1a;
}

footer .contact-us a:hover {
    color: #ccc;
    border-bottom: 0px solid #fb8d14;
}

footer .sub-footer {
    text-align: center;
    margin-top: 30px;
    padding: 20px 0px;
    border-top: 1px solid rgb(204 204 204 / 20%);
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

/* Begin Right Contact Page */
.direct-contact-container {
    max-width: 400px;
    font-family: 'Poppins', sans-serif;
    margin-top: 12%;
}

/* Location, Phone, Email Section */
.contact-list {
    list-style-type: none;
    /* margin-left: -30px; */
    /* padding-right: 20px; */
}

.list-item {
    display: flex;
    margin-bottom: 30px;
}

.list-item i {
    color: #EF7F1A;
    font-size: 26px;
}


.place {
    margin-left: 46px;
}

.phone {
    margin-left: 32px;
}

.gmail {
    margin-left: 32px;
}

.contact-text a {
    color: #333;
    text-decoration: none;
    transition-duration: 0.2s;
}

.contact-text a:hover {
    color: #000;
    text-decoration: none;
}

.dbox {
    width: 100%;
    margin-bottom: 25px;
    padding: 0 20px;
}

.dbox p {
    margin-bottom: 0;
}

.dbox p span {
    font-weight: 600;
    color: #000000;
    display: block;
    font-size: 16px;
}

.dbox p a {
    color: rgb(0 0 0);
}

.dbox .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fb8d14;
    margin: 0 auto;
    margin-bottom: 20px;
}

.dbox .icon span {
    font-size: 30px;
    color: #fff;
}

.dbox .text {
    width: 100%;
}

.contact-page {
    margin: 80px 0px;
}

.contact-page .inner-content {
    background-color: #f7f7f7;
    border-radius: 6px;
    overflow: hidden;
    padding: 5rem;
    border: 1px solid #e7e7e7;
}

#map {
    margin-bottom: -8px;
    overflow: hidden;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

form#contact {
    position: relative;
}

form#contact input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #cdcdcd;
    outline: none;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    padding: 0px 15px;
    margin-bottom: 30px;
}

form#contact input:focus {
    border: 1px solid #fb8d14;
}

form#contact ul li {
    display: inline-block;
    margin-right: 30px;
}

form#contact ul li:last-child {
    margin-right: 0px;
}

form#contact input[type=checkbox] {
    display: inline-block;
    width: 15px;
    min-width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #fb8d14;
    outline: none;
    cursor: pointer;
}

form#contact span {
    color: #fb8d14;
    font-size: 14px;
    font-weight: 500;
    margin-left: 8px;
}

form#contact input::placeholder {}

form#search-form select,
form#search-form input::placeholder {
    color: #999;
}

form#contact textarea {
    margin-top: 10px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 180px;
    min-height: 140px;
    height: 140px;
    border-radius: 7px;
    background-color: transparent;
    border: 1px solid #cdcdcd;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    padding: 15px;
    margin-bottom: 30px;
}

form#contact textarea:focus {
    border: 1px solid #fb8d14;
    box-shadow: none;
}

form#contact textarea::placeholder {
    color: #999;
    font-weight: 500;
}

form#contact button {
    margin-bottom: -15px;
    display: inline-block;
    background-color: #fb8d14;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 1px 45px;
    border-radius: 7px;
    letter-spacing: 0.25px;
    border: none;
    outline: none;
    transition: all .3s;
    height: 55px;
    line-height: 45px;
}

form#contact button i {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background-color: #2b2d42;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}

form#contact button:hover {
    background-color: #2b2d42;
    color: #fff;
}

/* 
---------------------------------------------
Page Heading
--------------------------------------------- 
*/
.breadcrumb {
    color: #fff;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    text-align: center;
    padding: 0px;
}

.breadcrumb>li {
    font-size: 13px;
}

.breadcrumb li a {
    color: #ff9d3b;
    font-weight: 500;
}

.breadcrumb>.active {
    color: #fff;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.page-heading {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images_new/heading-bg.jpg);
    padding: 230px 0px 40px 0px;
    position: relative;
    overflow: hidden;
}

.page-heading::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(18 3 0 / 79%);
    top: 0px;
}

.page-heading .top-text {
    text-align: center;
    position: relative;
    z-index: 11;
}

.page-heading .top-text h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.page-heading .top-text h2 {
    color: #fff;
    line-height: normal;
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 0px;
}

.page-heading .top-text h2 span {
    color: #ff9d3b;
}

.aboutlist {
    padding: 18px;
}

.aboutlist li {
    list-style: disc;
    padding: 5px;
    font-size: 14px;
}

/*
---------------------------------------
Category Post
---------------------------------------
*/

.category-post {
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 120px;
}

.category-post .naccs {
    position: relative;
    border-radius: 7px;
}

.category-post .icon {
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #fb8d14;
    background-color: #fff;
    margin-right: 15px;
    float: left;
}

.category-post .naccs .menu div h4 {
    position: absolute;
    left: 81px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    display: inline;
}

.category-post .icon img {
    max-width: 27px;
}

.category-post .naccs .menu div.first-thumb {
    border-bottom-left-radius: 7px;
}

.category-post .naccs .menu div.last-thumb {
    margin-bottom: 0px;
    border-bottom-right-radius: 7px;
}

.category-post .naccs .menu div {
    color: #fff;
    margin: 0px;
    width: 20%;
    font-size: 10px;
    background-color: #fb8d14;
    height: 132px;
    line-height: 132px;
    display: inline-block;
    float: left;
    text-align: left;
    cursor: pointer;
    position: relative;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.category-post .naccs .menu div .thumb {
    padding: 30px 0px;
    margin-left: 25px;
    margin-right: 25px;
}

.category-post .naccs .menu div.active,
.category-post .naccs .menu div.active .thumb {
    background-color: #2b2d42;
}

.category-post ul.nacc {
    position: relative;
    min-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.category-post ul.nacc li {
    opacity: 0;
    transform: translateX(-50px);
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.category-post ul.nacc li.active {
    transition-delay: 0.3s;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px);
}

.category-post ul.nacc li {
    width: 100%;
}

.category-post .nacc .thumb h4 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 25px;
}

.category-post .nacc .thumb .main-white-button {
    text-align: right;
    margin-top: 40px;
}

.category-post .nacc .thumb .main-white-button a {
    background-color: #fb8d14;
    color: #fff;
}

.category-post .nacc .thumb .main-white-button a i {
    background-color: #fff;
    color: #fb8d14;
}

.category-post .top-content {
    margin-top: 80px;
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
    margin-bottom: 60px;
}

.category-post .description {
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
    margin-bottom: 60px;
}

.category-post .general-info p {
    margin-bottom: 30px;
}

.category-post .top-content .top-icon {
    background-color: #2b2d42;
    width: 250px;
    height: 132px;
    border-radius: 7px;
    position: relative;
    padding: 30px;
    display: inline-block;
}

.category-post .top-content .top-icon h4 {
    position: absolute;
    left: 30px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    display: inline;
}

.category-post .top-content .top-icon .icon {
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #fb8d14;
    background-color: #fff;
    margin-right: 15px;
    float: left;
    left: 0;
}

.category-post .nacc .thumb .text-icon img {
    max-width: 30px;
    margin-right: 10px;
}

.category-post .nacc .thumb span.list-item {
    font-size: 15px;
    color: #fb8d14;
    font-weight: 500;
    line-height: 30px;
}

/* 
---------------------------------------------
Listing Page
--------------------------------------------- 
*/


.listing-page {
    margin-top: 120px;
    margin-bottom: 120px;
}

.listing-page .section-heading {
    text-align: center;
    margin-bottom: 80px;
}

.listing-page .naccs {
    position: relative;
}

.listing-page .icon {
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #fb8d14;
    background-color: #fff;
    margin-right: 15px;
}

.listing-page .icon img {
    max-width: 27px;
}

.listing-page .naccs .menu div.first-thumb {
    border-radius: 7px;
}

.listing-page .naccs .menu div.last-thumb {
    margin-bottom: 0px;
    border-radius: 7px;
}

.listing-page .naccs .menu div {
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    background-color: #fb8d14;
    margin-bottom: 30px;
    height: 126px;
    text-align: left;
    padding: 0px 15px;
    line-height: 126px;
    cursor: pointer;
    position: relative;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.listing-page .naccs .menu div.active,
.listing-page .naccs .menu div.active .thumb {
    background-color: #2b2d42;
}

.listing-page ul.nacc {
    height: auto !important;
    position: relative;
    min-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.listing-page ul.nacc li {
    display: none;
    opacity: 0;
    transform: translateY(-50px);
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.listing-page ul.nacc li.active {
    display: block;
    transition-delay: 0s;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateY(0px);
}

.listing-page ul.nacc li {
    width: 100%;
}

.listing-page .item .listing-item {
    display: inline-flex;
    background-color: #f7f7f7;
    border-radius: 7px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.listing-page .item .left-image {
    float: left;
    overflow: hidden;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    position: relative;
    z-index: 1;
}

.listing-page .item .left-image .hover-content .main-white-button a i {
    font-size: 12px;
    width: 23px;
    height: 23px;
    line-height: 23px;
}

.listing-page .item .left-image .hover-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}

.listing-page .item .listing-item:hover .left-image .hover-content {
    opacity: 1;
    visibility: visible;
}

.listing-page .item .left-image img {
    overflow: hidden;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.listing-page .item .right-content {
    display: inline-block;
    padding: 45px;
}

.listing-page .item .right-content h4 {
    font-size: 20px;
    color: #2a2a2a;
    font-weight: 700;
    margin-bottom: 20px;
}

.listing-page .item .right-content h6 {
    font-size: 15px;
    font-weight: 500;
    color: #fb8d14;
}

.listing-page .item .right-content span.price {
    color: #2a2a2a;
    font-size: 15px;
    margin-top: 30px;
    display: block;
    margin-bottom: 15px;
}

.listing-page .item .right-content span.price .icon {
    width: 30px;
    height: 30px;
    background-color: #fb8d14;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    margin-right: 10px;
}

.listing-page .item .right-content span.price .icon img {
    max-width: 16px;
    text-align: center;
    display: inline-block;
}

.listing-page .item .right-content span.details {
    display: block;
    margin-bottom: 30px;
    font-size: 15px;
    color: #fb8d14;
}

.listing-page .item .right-content span.details em {
    font-style: normal;
    color: #2a2a2a;
}

.listing-page .item .right-content span.info {
    line-height: 30px;
}

.listing-page .item .right-content span.info img {
    max-width: 30px;
    margin-right: 15px;
    display: inline;
}

.listing-page .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.listing-page .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #fb8d14;
    border-radius: 50%;
    margin: 0px 5px;
    transition: all .3s;
}

.listing-page .owl-dots .active {
    width: 14px;
    height: 14px;
}

/* 
---------------------------------------------
Pre Loader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #fb8d14;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #fb8d14;
    border-radius: 50%;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
    .popular-categories .icon {
        margin-left: 50%;
        transform: translateX(-33px);
        text-align: center;
        display: inline-block;
    }

    .category-post .naccs .menu div.active .thumb {
        position: relative;
    }

    .category-post .icon {
        position: absolute;
        left: 50%;
        transform: translateX(15px);
    }

    .category-post .top-content .top-icon h4 {
        left: 86px;
    }

    .popular-categories .naccs .menu .thumb,
    .category-post .naccs .menu div h4 {
        color: transparent;
    }

    .recent-listing .item .right-content,
    .listing-page .item .right-content {
        padding: 30px;
        position: relative;
    }

    .recent-listing .item .right-content h4,
    .listing-page .item .right-content h4 {
        margin-bottom: 10px;
    }

    .recent-listing .item .right-content .main-white-button,
    .listing-page .item .right-content .main-white-button {
        left: 30px;
        bottom: -30px;
    }

    .recent-listing .item .right-content span.price,
    .listing-page .item .right-content span.price {
        margin-top: 15px;
    }

    .recent-listing .item .right-content ul.rate,
    .listing-page .item .right-content ul.rate {
        left: 30px;
        top: -5px;
    }

    .recent-listing .item .right-content span.details,
    .listing-page .item .right-content span.details {
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {

    form#search-form select,
    form#search-form input {
        border: 1px solid #fb8d14;
        border-radius: 5px;
        margin-bottom: 5px;
        height: 33px;
    }

    .navbar-expand-lg .navbar-nav .search-drop-box {
        width: 100%;
        top: 38px;
        border: 0px;
        padding: 10px 10px;
        padding-bottom: 0px;
        position: absolute;
    }

    form#search-form button {
        border-radius: 5px;
        height: 33px;
        padding: 4px 0px;
    }

    form#search-form .form-check-input[type=radio] {
        width: 15px;
        height: 15px;
    }

    form#search-form button {
        border-radius: 7px;
    }

    .listing-page .naccs .menu {
        margin-bottom: 30px;
    }

    .popular-categories .nacc .thumb .left-text {
        margin: 30px;
    }

    .popular-categories .nacc .thumb .right-image {
        padding: 0px;
        margin: 0px 30px 30px 30px;
        display: block;
    }

    .popular-categories .naccs .menu div.first-thumb {
        border-top-right-radius: 7px;
    }

    .popular-categories .naccs .menu div.last-thumb {
        border-bottom-left-radius: 0px;
    }

    .recent-listing .item .left-image,
    .listing-page .item .left-image {
        float: none;
        width: 100%;
    }

    .category-post .top-content .top-icon .icon {
        left: 45%;
    }

    .recent-listing .item .left-image,
    .listing-page .item .left-image {
        border-bottom-left-radius: 0px;
        border-top-right-radius: 7px;
    }

    .recent-listing .item .listing-item,
    .listing-page .item .listing-item {
        display: inline-block;
    }

    .recent-listing .item .right-content ul.rate,
    .listing-page .item .right-content ul.rate {
        top: 20px;
    }

    .recent-listing .item .right-content .main-white-button,
    .listing-page .item .right-content .main-white-button {
        position: relative;
        left: 0px;
        bottom: 0px;
        margin-top: 30px;
    }

    .recent-listing .item .right-content h4 {
        margin-top: 20px;
    }

    footer {
        text-align: center;
        padding-top: 40px;
    }

    footer .about,
    footer .helpful-links {
        margin-bottom: 15px;
    }

    .category-post .icon {
        transform: translateX(0px);
    }

    .category-post .top-content .top-icon,
    .category-post .nacc .thumb .main-white-button a {
        text-align: center;
        width: 100%;
    }

    .category-post .nacc .thumb .main-white-button {
        margin-top: 30px;
    }

    .category-post .top-content .top-icon .icon {
        margin-left: -60px;
    }

    .category-post .top-content .top-icon h4 {
        left: 86px;
    }

    .description .text-icon {
        margin-top: 30px;
    }

    form#contact {
        margin-top: 45px;
        margin-bottom: 55px;
    }
}



.popup-link {
    display: flex;
    flex-wrap: wrap;
}

.popup-link a {
    background: #333;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 17px;
    cursor: pointer;
    margin: 20px;
    text-decoration: none;
}

.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}

.popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border: 0px solid #fff;
    width: 80%;
    display: table;
    position: relative;
}

.popup-content p {
    font-size: 17px;
    padding: 10px;
    line-height: 20px;
}

.popup-content a.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    position: absolute;
    right: 20px;
    top: 0px;
}

.popup-content a.close:hover {
    color: #333;
}

.popup-content span:hover,
.popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.popup-container:target {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

#sideMenu {
    background: rgb(229 229 229);
    transition: 1s;
}

#sideMenu nav a {
    display: block;
    padding: 15px 20px;
    padding-right: 60px;
    border-left: 5px solid rgb(35 23 23 / 7%);
    color: #000000;
    transition: all 1s;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px dotted rgb(35 23 23 / 22%);
    position: relative;
}

#sideMenu nav a.active {
    background: #231717;
    color: #fff;
    border-left: 5px solid #EF7F1A;
}

#sideMenu nav a:hover {
    background: #231717;
    border-left: 5px solid #EF7F1A;
    text-decoration: none;
    color: #e7eaf4;
}

#sideMenu nav a>span {
    background-color: hsl(38deg 93% 76%);
    color: #000000;
    font-weight: 500;
    font-size: 10px;
    padding: 3px 10px;
    border-radius: 4px;
    position: absolute;
    right: 10px;
    top: 28%;
}

#sideMenu nav a>span:before {
    zoom: 1;
    content: "";
    width: 0;
    height: 0;
    border: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid hsl(38deg 93% 76%);
    border-bottom: 6px solid transparent;
    display: block;
    margin: 0px 0 0 10px;
    position: absolute;
    top: 24%;
    left: -15px;
}

.listing-button {
    border: 1px solid #dfdfdf;
    background: #efefef;
}

.listing-button:not(.collapsed) {
    background-color: #231717;
    color: #fff;
    padding: 15px 20px;
}

.border-primary {
    border-color: #b1b1b1 !important;
}

.table-dark {
    --bs-table-bg: #d5d5d5;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bfbfbf;
}

.table-dark tr th {
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
}

.btn-vsm {
    padding: 2px;
    width: 25px;
    height: 25px;
    font-size: 12px;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
    background-color: #fff;
    border-color: rgb(187 187 187);
    font-size: 13px;
    margin-bottom: 0rem !important;
    vertical-align: middle !important;
}

tbody tr th:first-child {
    text-align: center
}

thead tr th:first-child {
    text-align: center
}

.open-btn {
    display: block;
    background-color: #cf7b00;
    border: none;
    padding: 5px 10px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    width: 90px;
    margin: auto;
    border-radius: 4px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
}

.open-btn:hover {
    background-color: #d78000;
    color: #fff;
}

.view-btn {
    display: block;
    background-color: #4caf50;
    border: none;
    padding: 5px 30px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    width: 90px;
    margin: auto;
    border-radius: 4px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
}

.view-btn:hover {
    background-color: #157219;
    color: #fff;
}

.document-btn {
    display: block;
    background-color: #03a9f4;
    border: none;
    padding: 5px 20px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    margin: auto;
    border-radius: 4px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
}

.document-btn:hover {
    background-color: #0382bb;
    color: #fff;
}

.tbl-accordion {}

.tbl-accordion thead {
    background: #d9d9d9;
}

.tbl-accordion .tbl-accordion-nested {
    width: 100%;
    margin-bottom: 0rem !important;
}

.tbl-accordion .tbl-accordion-nested tr:nth-child(even) {
    background-color: #eeeeee;
}

.tbl-accordion .tbl-accordion-nested td,
.tbl-accordion .tbl-accordion-nested th {
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
}

.tbl-accordion .tbl-accordion-nested .tbl-accordion-section {
    background: #333;
    color: #fff;
    cursor: pointer;
}

.tbl-accordion-section {
    background: #e5e5e5;
}

.tbl-accordion-section>td {
    padding: 4px 10px;
    vertical-align: baseline;
    border-color: #cdcdcd;
}

.table-title {
    background-color: #ededed;
}

.table-title h4 {
    font-size: 15px !important;
}

.hero-bg {
    background: url(../images_new/hero-bg.jpg) no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
}



.platform-grid {
    background: #f7f8fa;
    padding-top: 50px;
    padding-bottom: 50px;
}

.platform-grid .section-heading {
    margin-bottom: 50px;
}

.platform-grid .section-heading h2 {
    z-index: 2;
    line-height: normal;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.platform-grid .section-heading h2 span {
    background-color: #bdbdbd;
    height: 1px;
    width: 60%;
}


a {
    transition: all 0.3s ease-in-out 0.1s;
}

.platform-grid .card {
    cursor: default;
    padding: 1rem 1.5rem;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 23px 23px 7px rgba(0, 0, 0, 0.04);
    overflow: visible;
    transition: all 200ms ease-out;
    border: 0px;
    margin-bottom: 1.5rem;
    min-height: 217px;
}

.platform-grid .card:hover {
    transform: scale(1.05);
    transition: all 200ms ease-out;
}

.platform-grid .card:hover .overlay {
    cursor: pointer;
    bottom: -30px;
    right: -30px;
    transition: all 200ms ease-out;
}

.platform-grid .card .info {
    margin: 10px 0px;
}

.platform-grid .card .title {
    font-size: 30px;
    line-height: normal;
    color: #CFCFCF;
    position: absolute;
    right: 1rem;
    font-weight: 700;
    top: 15px;
    transition: all 200ms ease-out;
}

.platform-grid .card .info h2 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}

.platform-grid .card .info .desc {
    font-size: 13px;
    line-height: normal;
    color: #525252;
    margin-top: 10px;
}

.platform-grid .card .platform-icon::after {
    content: "";
    width: 60%;
    height: 60%;
    background-color: #EF7F1A;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-radius: 50%;
    z-index: -1;
    transition: all 200ms ease-out;
}

.platform-grid .card:hover .platform-icon::after {
    width: 130%;
    height: 130%;
    transition: all 200ms ease-out;
    bottom: -11px;
    right: -6px;
    background-color: #EF7F1A;
}

.platform-grid .card:hover .title {
    color: #333;
}

.platform-grid .card .platform-icon {
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.platform-grid .card .platform-icon img {
    width: 100%;
}

.platform-grid .card .platform-btn {
    cursor: pointer;
    border: 1px solid #ccc;
    font-size: 23px;
    font-weight: 900;
    line-height: normal;
    color: #747272;
    padding: 0;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: absolute;
    right: 3px;
    bottom: 3px;
    margin: auto;
}

.platform-grid .card:hover .platform-btn {
    background: #252525;
    border: 1px solid #252525;
    color: #ffffff;
}

.master-rules-grid {
    padding-top: 70px;
    padding-bottom: 70px;
}

.master-rules-grid .section-heading {
    text-align: center;
    margin-bottom: 30px;
}

.master-rules-grid .section-heading h2 {
    text-align: center;
}

.sidebar {
    background-color: #F58109;
    border-radius: 8px;
    /* padding: 10px; */
    border: 1px solid #ece5de;
    overflow: auto;
    height: 542px;
}

.master-rules-table {
    overflow: auto;
    height: 450px;
}

/* Menu */
.menu {
    list-style: none;
}

.menu>li {
    border-bottom: 1px solid rgb(255 255 255 / 27%);
}

.submenu .menu-title2::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: rgb(0 0 0);
    position: absolute;
    top: 17px;
    left: 15px;
    border-radius: 100px;
}


.dropdown.open>.submenu>.open> .submenu .menu-title3::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: rgb(0 0 0);
    position: absolute;
    top: 17px;
    left: 28px !important;
    border-radius: 100px;
}

.dropdown.open>.submenu>.open> .submenu .menu-title4::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: rgb(0 0 0);
    position: absolute;
    top: 17px;
    left: 45px !important;
    border-radius: 100px;
}
.menu>li:last-child {
    border-bottom: 0
}

/* Title */
.menu-title {
    padding: 10px 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: background 0.3s;
    font-size: 14px;
    color: #fff;

}

.menu-title:hover {
    background: rgba(0, 255, 255, 0.08);
}

/* Active indicator */
.menu-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 49%;
    width: 0;
    height: 100%;
    background: linear-gradient(#f58109, #f58109);
    transform: translateY(-50%);
    transition: width 0.3s;
}

.dropdown.open>.menu-title::before {
    width: 1px;
}

/* Arrow */
.arrow {
    transition: transform 0.35s;
    position: absolute;
    top: 15px;
    right: 18px;
}

.arrow::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    /* border-bottom: 2px solid #fff; */
    transform: rotate(90deg);
    transition: transform 0.35s;
    position: absolute;
    top: -3px;
    right: -3px;
}

.arrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    /* border-bottom: 2px solid #fff; */
    transform: rotate(180deg);
    transition: transform 0.35s;
    position: absolute;
    top: 0px;
    right: -6px;
}

.dropdown.open>.menu-title .arrow::before {
    transform: rotate(45deg);
    top: 15px;
    opacity: 0;
}

/* .menu-title .text {
    margin-left: 1.1rem;
} */

/* Links */
.menu a,
.single {
    display: block;
    padding: 10px 14px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s, background 0.3s;
    font-size: 14px;
    color: #fff;
}

.single:hover {
    background: rgb(35 23 23 / 34%);
    color: #ffffff;
}

/* Submenu animation */
.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s ease;
}

.dropdown.open>.submenu {
    max-height: 100%;
}

.dropdown.open>.submenu li .level-1 {}

/* Nested indent */
.submenu .menu-title, .submenu a {
    padding-left: 4px;
    color: #000;
    font-size: 13px;
    background-color: #fff6ec;
    border-bottom: 1px solid rgb(183 183 183 / 27%);
    padding-right: 30px;
}

.submenu .menu-title2 {
    padding-left: 30px;
    background-color: #ffc88e;
    color: #000000;
}

/* .menu-title2 .arrow {
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
} */

.menu-title2 .arrow::after {
    border-right: 2px solid #000000;
}

.menu-title2 .arrow::before {
    border-right: 2px solid #000000;
}

.menu-title3 .arrow::after {
    border-right: 2px solid #000000;
}

.menu-title3 .arrow::before {
    border-right: 2px solid #000000;
}

.menu-title4 .arrow::after {
    border-right: 2px solid #000000;
}

.menu-title4 .arrow::before {
    border-right: 2px solid #000000;
}

.dropdown.open>.submenu>.open>.submenu .menu-title3 {
    padding-left: 45px !important;
    background-color: #ffdab4;
    color: #000000;
}

.dropdown.open>.submenu>.open>.menu-title3 .arrow::after {
    border-right: 2px solid #000000;
}

.dropdown.open>.submenu>.open>.menu-title3 .arrow::before {
    border-right: 2px solid #000000;
}

.dropdown.open>.submenu>.open>.submenu .menu-title4 {
    padding-left: 65px !important;
    background-color: #ffecd8;
    color: #000000;
}

.dropdown.open>.submenu>.open>.menu-title4 .arrow::after {
    border-right: 2px solid #000000;
}

.menu-title4 .arrow::before {
    border-right: 2px solid #000000;
}

.menu-title5 {
    padding-left: 50px;
}

.dropdown.open>.submenu>.open>.submenu li .menu-title {
    color: #000000;
    padding-left: 30px;
}

.dropdown.open>.submenu>.open>.submenu li .menu-title::after {
    left: 10px;
}

.dropdown.open>.submenu>.open>.submenu li .level-3 {
    padding-left: 60px;
}
.dropdown.open>.submenu>.open>.submenu li .level-3::after {
    left: 40px;
}

.dropdown.open>.submenu>.open>.submenu li .level-4 {
    padding-left: 75px;
}
.dropdown.open>.submenu>.open>.submenu li .level-4::after {
    left: 60px;
}
.dropdown.open>.submenu .submenu .submenu .submenu li {
    /* padding-left: 60px; */
    background-color: #ffc88e;
    /* border-bottom: 1px solid rgb(183 183 183 / 27%); */
    position: relative;
}

/* 
.dropdown.open>.submenu .submenu .submenu .submenu li::after {
    position: absolute;
    content: "";
    background-color: rgb(245 129 9);
    height: 6px;
    width: 6px;
    top: 17px;
    bottom: 0px;
    border-radius: 100px;
} */

.submenu .menu_link .menu-title {
    border: 0;
    padding: 0px;
    padding-left: 28px;
    position: relative;
}

.submenu .menu_link .menu-title::after {
    position: absolute;
    content: "";
    background-color: rgb(245 129 9);
    height: 6px;
    width: 6px;
    top: 7px;
    left: 11px;
    border-radius: 100px;
}

.submenu .submenu .menu_link .menu-title {
    border: 0;
    padding: 0px;
    padding-left: 10px;
    position: relative;
}

.submenu .submenu .menu_link>.menu-title>.menu-title {
    padding-left: 28px;
}


.master-rules-item {
    background-color: #ffffff;
    border: 1px solid rgb(183 183 183 / 42%);
    padding: 1rem;
    position: relative;
    border-radius: 5px;
    align-items: center;
}

.master-rules-item h4 {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}

.ui-container {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 8px;

}

.search-box-container {
    display: flex;
    margin: 0;
    padding: 5px;
    border: 1px solid lightgray;
    border-radius: 5px 0 0 5px;
    width: 310px;
}

.search-box-container input {
    margin: 0;
    border: 0;
    outline: 0;
    padding: 5px;
    display: block;
    font-size: inherit;
}

.search-submit {
    display: block;
    margin-left: -1px;
    background: none;
    border: 1px solid #3b78e7;
    width: 85px;
    border-radius: 0 5px 5px 0;
    background: #3b78e7;
    color: white;
    font-size: 14px;
}

.login-submit {
    display: block;
    background: none;
    border: 1px solid #fb8d14;
    width: 85px;
    border-radius: 5px;
    background: #fb8d14;
    color: white;
    font-size: 14px;
    width: 100%;
    height: 40px;
}

.login-submit:hover {
    background-color: #192940;
    color: #fff;
    border: 1px solid #192940;
}

.last-pass {
    color: #4f7dcb;
    font-size: 14px;
}

.search-container {
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
    justify-content: center;
    align-items: stretch;
    font-size: 1.5em;
}

.modal-mine {
    margin: 10px;
    background-color: #f1f1f1;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}

.modal-mine h3 {
    font-size: 16px;
    color: #2c2c2c;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: #c1c1c1 1px solid;
    padding-bottom: 10px;
}

.modal-mine ul li {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    padding: 6px 0px;
    line-height: normal;
    display: flex;
    align-items: baseline;
    padding-left: 20px;
    position: relative;
}

.modal-mine ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    color: #f58109;
    position: absolute;
    left: 0px;
    margin-top: 3px;
}

.modal-title-header {
    background-color: #F58109;
}

.modal-title-header .modal-title-mine {
    font-size: 18px;
    color: #ffffff;
}

.modal-title-mine img {
    width: 30px;
    filter: brightness(0) invert(1);
}

.modal-title-header .btn-close {
    filter: brightness(0) invert(1);
}

.feature-three {
    position: relative;
    display: block;
    padding: 70px 0 50px;
    z-index: 1;
}

/* .feature-three:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgb(0 0 0 / 89%);
    content: "";
    z-index: 1;
} */
.feature-three__shape-1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.feature-three__inner {
    position: relative;
    display: block;
    z-index: 1;
}

.center-title {
    font-size: 30px;
    margin-bottom: 1rem;
    display: inline-block;
    text-align: left;
}

/* .center-title::after {
    content: "";
    height: 1px;
    width: 100px;
    position: relative;
    display: inline-block;
    background-color: #f36523;
    top: -6px;
    left: 20px;
} */

.officials-one {
    text-align: left;
    /* display: flex; */
    justify-content: start;
    align-items: center;
    margin-bottom: 2rem;
    border: 1px solid rgb(255 255 255 / 27%);
    background-color: rgb(255 255 255 / 6%);
    padding: 12px;
    border-radius: 5px;
    min-height: 224px;
}

.officials-one aside {
    width: 130px;
    margin: auto;
    background: #272119 url(../images_new/login-icon.png) no-repeat;
    background-position: center;
    overflow: hidden;
    margin-bottom: 10px;
    transition: ease 0.3s;
    border-radius: 100px;
    height: 130px;
    background-size: cover;
}

.officials-one:hover aside {
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    transform: scale(1.0);
}

.officials-one aside img {}

.officials-one article {
    width: 100%;
    text-align: center;
    padding: 0rem;
}

.officials-one h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
}

.officials-one span {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: normal;
    display: block;
}

.pull-right-play {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 20px;
    width: 20px;
    text-align: center;
}

.news_box {
    background: #ffffff;
    padding: 30px;
    border-radius: 5px;
    margin-left: 2rem;
    box-shadow: 0px 20px 24px #e3e3e3;
}

.news_box .news_box-title {
    font-size: 20px;
    margin-bottom: 2rem;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}

.ticker {
    overflow: auto;
    position: relative;
    border: none;
    height: 347px;
    padding: 0px;
    margin: 0px;
}

.ticker li {
    display: flex;
    font-size: 13px;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 0px;
    align-items: start;
    line-height: normal;
}

.ticker li aside {
    /* float: left; */
    padding: 6px;
    width: 60px;
    border-radius: 3px;
    text-align: center;
    margin-right: 12px;
    line-height: normal;
    background: #323232;
}

.ticker li aside h2 {
    color: #fff;
    font-weight: 600;
    margin: 0px;
    font-size: 20px;
}

.ticker li aside span {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.ticker li article {
    width: 90%;
}

.ticker li article a {
    color: #333;
    line-height: normal;
    display: block;
}

.ticker li article span {
    font-size: 11px;
    color: #505050;
}

.ticker li article span img {
    width: 23px;
    padding: 5px;
}

.newsmore {
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-bottom: 0px;
}

.news-more-btn {
    display: block;
    text-align: center;
    float: none;
    color: #000000;
    font-weight: 600;
    margin: auto;
    padding: 5px 20px;
    border-radius: 3px;
    font-size: 14px;
    padding-bottom: 0px;
}

.news-more-btn:hover {
    color: #76a90c;
}


.destination-two {
    position: relative;
    display: block;
    padding: 50px 0 60px;
    background: #e7e7e7;
}

.destination-two .section-title__title {
    margin-bottom: 1rem;
    color: #2e2e2e;
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    border-bottom: 0;
    text-transform: none;
}

.feature_grid {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.feature-three__single {
    position: relative;
    margin-top: 4rem;
    padding: 15px 20px;
    background-color: #ef7f1a;
    z-index: 1;
    /* height: 130px; */
    transition: ease 0.3s;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: center;
    width: 19.5%;
}

.feature-three__icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    top: -50px;
    border-radius: 100px;
    padding: 22px;
    border: 0px solid #285d4c;
    margin: auto;
    display: block;
    right: 0px;
    left: 0px;
}

.feature-three__icon img {
    width: 100%;
}


.feature-three__icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--jetly-base);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.feature-three__single:hover .feature-three__icon span {
    color: var(--jetly-base);
    transform: scale(.9);
}

.feature-three__title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 5px;
}

.feature-three__title a {
    color: #ffffff;
    transition: all 0.4s linear;
}

.feature-three__single:hover .feature-three__title a {
    color: #fff;
}

.feature-three__single:hover {
    z-index: 2;

    background-color: rgb(94 55 22);
    transform: translateY(-0.25em);
}


.tender-two {
    position: relative;
    display: block;
    padding: 50px 0 60px;
    background: #e7e7e7 url(../images_new/tender-bg.jpg) no-repeat;
    background-size: cover;
}

.tender-two .section-title__title {
    margin-bottom: 1rem;
    color: #2e2e2e;
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    border-bottom: 0;
    text-transform: none;
}

.rightbar-btn {
    background: hsl(0deg 0% 90.59% / 21%);
    border: 1px solid rgb(204 204 204 / 60%);
    padding: 26px;
    border-radius: 6px;
    margin: 0px 0;
    width: 100%;
    overflow: auto;
}

.rightbar-btn .btn-primary {
    border-color: #ffffff;
    border-radius: 5px;
    padding: 10px 5px;
    padding-left: 44px;
    text-align: left;
    width: 100%;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    margin-bottom: 8px;
    background: url(../images_new/btn-arrow.png) no-repeat left rgb(255 255 255);
    background-position: 14px 14px;
}

.rightbar-btn .btn-primary:hover,
.rightbar-btn .btn-primary:focus {
    color: #fff !important;
    background: url(../images_new/btn-arrow-w.png) #ef7f1a no-repeat left;
    border-color: #ef7f1a !important;
    background-position: 12px 14px;
}

.rightbar-btn .rightbar-active {
    background: url(../images_new/btn-arrow-w.png) #ef7f1a no-repeat left;
    border-color: #ef7f1a !important;
    background-position: 12px 14px;
    color: #fff !important;
}

.states-link {}

.states-link a {
    display: flex;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: rgb(37 37 37);
    border: 1px solid rgb(255 255 255 / 39%);
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    margin: 4px;
    transition: all 0.3s ease-in-out;
    width: 24%;
    float: left;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
}

.states-link a:before {
    content: "\F470";
    font-family: bootstrap-icons !important;
    display: inline-block;
    color: #ef7f1a;
    position: absolute;
    top: 8px;
    font-size: 17px;
    left: 16px;
}

.states-link a:hover,
.states-link a:focus {
    box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
    background-color: #ffffff;
    color: #000;
    border: 1px solid #ffffff;
    z-index: 9;
}




/* ===== Dropdown Animation ===== */

.header-area .main-menu {
    padding: 0px 30px;
    border-top: 1px solid rgb(95 69 62);
    border-bottom: 1px solid rgb(95 69 62);
}

.main-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: space-between;
}

.main-nav li {
    /* position: relative; */

}

.auto-nav-more-list li {
    float: left;
    margin: 5px;
}

.auto-nav-more-list li a {
    display: block;
    padding: 6px 6px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    white-space: normal;
    border: 1px solid rgb(239 239 239 / 13%);
}

.auto-nav-more-list li a:hover {
    color: #333;
    background-color: #fff;
}

.main-nav>li>a {
    display: block;
    padding: 10px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    border-bottom: 1px solid hsl(0deg 0% 100% / 0%);
    position: relative;
}

.main-nav>li>a:hover {
    color: #fb8d14;
    border-bottom: 1px solid #fb8d14;
}

.menu-active {
    color: #fb8d14 !important;
    border-bottom: 1px solid #fb8d14 !important;
}

/* dropdown */

.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #333;
    list-style: none;
    padding: 0;
    min-width: 180px;
}

.sub-menu li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
}

li:hover>.sub-menu {
    display: block;
}

/* more dropdown */

.auto-nav-more-list {
    display: none;
    position: absolute;
    top: 99%;
    right: 0;
    left: 0px;
    margin: auto;
    background: #794239;
    list-style: none;
    padding: 0;
    width: 100%;
    /* max-height: 50vh; */
    /* overflow-x: auto; */
    box-shadow: -7px 6px 10px rgb(0 0 0 / 26%);
    padding: 10px 30px;
}


.main-nav li a.more-btn {
    background-color: #794239;
    width: 68px;
}

.auto-nav-more.open .auto-nav-more-list {
    display: block;
}

.auto-nav-more .arrow2 {
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    transition: transform 0.35s;
    position: absolute;
    top: 15px;
    margin-left: 6px;
    font-size: 12px;
    transition: 0.3s;
}

/* Arrow Up */
.auto-nav-more.open .arrow2 {
    transform: rotate(225deg);
    top: 18px;
    border-right: 2px solid #fb8d14;
    border-bottom: 2px solid #fb8d14;
}



.parentContainer {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 42px;
    right: 0px;
    width: 330px;
    background: #ffffff;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 15%);
    padding: 2rem;
    border-radius: 10px;
    z-index: 1;
}

.parentContainer::after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 5%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
}

.parentContainer .form-control {
    height: 40px;
    color: #000000 !important;
    border: 1px solid #ccc;
    background: rgb(205 205 205 / 33%);
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 300;
    display: block;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
}

.loginbygmail {
    padding-left: 30px;
    padding-top: 6px;
    margin-top: -70px;

}

.form-horizontal h3 {
    color: #fff;
    margin-bottom: 5px;
}

.form-horizontal h3 img {
    width: 50px;
    filter: brightness(0) saturate(100%) invert(60%) sepia(54%) saturate(4267%) hue-rotate(1deg) brightness(105%) contrast(103%);
}

.form-horizontal p {
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

.contact-form {
    background-color: #fff;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0px 0px 30px #ccc;
}

.contact-info {
    background-color: #ebebeb;
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid #e5e3e3;
    margin-left: 2rem;
}

label {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 5px;
}

.contact-info h2 {
    font-size: 20px;
    color: #231717;
    font-weight: 600;
    margin-bottom: 1rem;
}

.contact-info h6 {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 0rem;
}

.contact-info p {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 1rem;
}

.contact-info h4 {
    font-size: 15px;
    color: #1e1e1e;
    font-weight: 600;
    margin-bottom: 0rem;
    padding-bottom: 15px;
}

.contact-info ul {
    display: flex;
    gap: 10px;
}

.contact-info ul li {
    list-style: none;
    padding: 0px;
}

.contact-info ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #323232;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    line-height: 30px;
    transition: linear 0.2s;
}

.contact-info ul li a:hover {
    transform: scale(1.1);
}

.form-group select:focus,
.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
    box-shadow: none;
}


.home-categories {}

.home-categories .section-title__title {
    margin-bottom: 1rem;
    color: #2e2e2e;
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    border-bottom: 0;
    text-transform: none;
}

.login_with_mobile {
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.login_with_gmail {
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.login_with_mobile:hover {
    background-color: #444;
    color: #fff;
}

.last-pass {
    color: #4272c3;
    font-size: 14px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

@media (max-width:991px) {

    .nav {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .nav.active {
        display: flex;
    }

    .sub-menu {
        position: relative;
        left: 0;
    }

    .menu-trigger {
        display: block;
    }

    .header-sticky .top-menu {
        padding-right: 0px;
    }

    .header-sticky .top-menu .social_nav a {
        height: 23px;
        width: 23px;
        font-size: 11px;
        line-height: normal;
    }

    .nav-wrapper {
        position: absolute;
        right: 3px;
        top: 36px;
        background-color: #f5f5f5;
        width: 220px;
        text-align: left;
        border-radius: 3px;
    }

    .header-sticky .top-menu ul {
        padding: 10px;
        position: relative;
    }

    .header-sticky .top-menu ul li {
        padding: 0px 0px;
        border-bottom: 1px solid #e5e5e5;
    }

    .header-sticky .top-menu ul li:last-child {
        border-bottom: 0;
    }

    .header-sticky .top-menu ul li a {
        padding: 5px 10px;
        border-right: 0;
    }

    .sub-menu {
        min-width: auto;
    }

    .header-sticky .top-bar {
        padding: 0px;
        padding-top: 32px;
        padding-bottom: 0px;
    }

    .header-sticky .top-bar .logo {
        width: 170px;
        top: -13px;
    }

    .main-banner {
        margin-top: 0px;
    }

    .hero-bg {
        height: 200px;
    }

    .main-banner .top-text h2::after {
        display: none;
    }

    .main-banner .top-text h2::before {
        display: none;
    }

    .main-banner .top-text {
        text-align: center;
        position: relative;
        top: 0px;
        margin: auto;
        right: 0px;
        left: 0px;
    }

    .main-white-button a {
        font-size: 12px;
        padding: 5px 15px;
    }

    .main-white-button a b {
        width: 20px;
        height: 20px;
    }

    .main-nav>li>a {
        padding: 5px 5px;
        font-size: 12px;
    }

    .auto-nav-more-list {
        padding: 5px 10px;
    }

    .auto-nav-more-list li {
        margin: 2px;
    }

    .auto-nav-more-list li a {
        padding: 4px 5px;
        font-size: 12px;
    }

    .auto-nav-more:hover .auto-nav-more-list {
        max-height: 72vh;
        overflow: auto;
    }

    .main-banner .top-text h2 {
        font-size: 17px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 10px 10px;
        line-height: 22px;
    }

    .nav-link {
        padding: 0px;
        font-size: 12px;
    }

    .shadow {
        border-radius: 5px;
        padding: 0px;
        height: 33px;
    }

    form#search-form {
        padding: 10px 20px;
        border-radius: 10px;
        padding-top: 1rem;
    }

    .main-white-button .dropdown-toggle b {
        width: 20px;
        height: 20px;
    }

    .main-white-button .dropdown-toggle {
        font-size: 12px;
        padding: 4px 8px;
        border-radius: 3px;
    }

    .main-white-button .dropdown-toggle::after {
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    fieldset .search-button {
        margin-top: 1rem;
    }

    .search-button {
        padding: 8px 0px;
        height: 33px;
        font-size: 12px;
        border-radius: 5px;
    }

    .iwwa-text {
        font-size: 2.5rem;
        text-align: center;
    }

    .popular-categories h3 {
        font-size: 13px;
    }

    .know-more-btn {
        display: inline-block;
        padding: 11px 40px;
        height: 40px;
        font-size: 12px;
        border-radius: 4px;
        margin-bottom: 1rem;
    }

    .news_box {
        padding: 20px;
        margin-left: 0rem;
    }

    .ticker li aside h2 {
        font-size: 20px;
        text-align: center;
        padding: 0px;
    }

    .ticker li aside h2 {
        font-size: 15px;
    }

    .ticker li aside span {
        font-size: 10px;
    }

    .ticker li article a {
        font-size: 12px;
    }

    .ticker li aside {
        width: 50px;
    }

    .platform-grid .section-heading h2 {
        font-size: 18px;
    }

    .platform-grid .card .platform-icon {
        width: 50px;
        height: 50px;
    }

    .platform-grid .card .info h2 {
        font-size: 16px;
    }

    .master-rules-grid .section-heading h2 {
        font-size: 20px;
    }

    .master-rules-grid {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-heading h6 {
        font-size: 16px;
    }

    .feature_grid {
        flex-direction: column;
    }

    .feature-three__single {
        width: 100%;
    }

    .tender-two .section-title__title {
        font-size: 20px;
        line-height: normal;
        border-bottom: 0;
    }

    .states-link a {
        font-size: 13px;
        transition: all 0.3s ease-in-out;
        width: 100%;
    }

    .rightbar-btn .btn-primary {
        font-size: 13px;
    }

    .donate-grid {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .donate-heading h2 {
        font-size: 20px;
    }

    .donate-heading h6 {
        font-size: 16px;
    }

    .donate-heading p {
        font-size: 14px;
    }

    .account-details .table tr td {
        font-size: 13px;
        padding: 5px 10px;
        vertical-align: top;
    }

    .account-details h4 {
        font-size: 14px;
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .account-details {
        margin-top: 1rem;
    }

    footer .contact-us p {
        margin-bottom: 10px;
        font-size: 13px;
        display: flex;
        justify-content: center;
    }

    footer .helpful-links ul li {
        margin-bottom: 10px;
    }

    footer .sub-footer {
        margin-top: 20px;
        padding: 10px 0px;
    }

    .copy-left {
        text-align: center;
    }

    footer p {
        font-size: 12px;
        line-height: normal;
    }

    .copy-right {
        text-align: center;
    }

    .scroll-top-wrapper {
        width: 34px;
        height: 34px;
        line-height: 32px;
        right: 1%;
        bottom: 6%;
        font-size: 26px;
    }

    .scroll-top-wrapper:before {
        border-right: 30px solid #EF7F1A;
        border-top: 0px solid transparent;
        border-right: 30px solid #EF7F1A;
        border-bottom: 30px solid rgb(239 127 26 / 67%);
        right: 3px;
        top: 3px;
    }

    .main-nav li a.more-btn {
        width: 58px;
    }

    .auto-nav-more .arrow {
        margin-left: 7px;
        font-size: 11px;
        transition: 0.3s;
        top: 9px;
        width: 7px;
        height: 7px;
    }

    .auto-nav-more.open .arrow {
        top: 12px;
    }
}