/* ------------------------------------------------
  Project:   Softino - Software Landing Page HTML5 Template
  Author:    ThemeHt
------------------------------------------------ */
/* ------------------------
    Table of Contents

  1. Accordion
  2. Social
  3. Team
  4. Tab
  5. Counter
  6. Blog - Post
  7. Testimonials
  8. Featured Box
  9. Button
  10. Price Table
  11. Section Title
  12. Progress Bar
  13. New Blog Page
  14. Font Face of Reyal Currency
  15. Banner

/* ------------------------
    Accordion
------------------------*/
.accordion .card {
    border: none;
    border-radius: 7px !important;
    margin-bottom: 20px;
    overflow: inherit;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    -ms-border-radius: 7px !important;
    -o-border-radius: 7px !important;
}

.accordion .card:last-child {
    margin-bottom: 0;
}

.accordion .card-header {
    background: none;
    border: none;
    position: relative;
    padding: 0;
    box-shadow: 0px 0px 6px 0px rgba(72, 73, 121, 0.15);
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
}

.accordion .card-header a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px;
    background: #ffffff;
    font-weight: 600;
    font-size: 15px;
    color: #333;
    border: 1px solid transparent;
    text-transform: capitalize;
    /* display: inline-block; */
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.accordion .card-header a span:first-child {
    display: none;
}

.accordion .card-header a .faqOptions i {
    font-size: 25px;
}

.accordion .card-header a:not(.collapsed) .faqOptions .fa-angle-down, .accordion .card-header a.collapsed .faqOptions .fa-angle-up {
    display: none;
}

.accordion .card-header a:not(.collapsed) .faqOptions .fa-angle-up {
    display: block;
}

.accordion .card-header a:not(.collapsed), .accordion .card a:hover {
    /* border-color: #333; */
    background: #C5E0F5;
}

.accordion .card-body {
    padding: 30px;
}

/* .accordion .card-header a span:after,
.accordion .card-header a span:before,
.accordion .card-header a span {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
} */

/* .accordion .card-header a span {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
} */

/* .accordion .card-header a span:before,
.accordion .card-header a span:after {
    width: 20px;
    height: 2px;
    background: #da5e03;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
} */

/* .accordion .card-header a span:before {
    -webkit-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg)
} */

/* .accordion .card-header a span {
    left: inherit;
    left: 30px;
} */

/* .accordion .card-header a[aria-expanded="true"] span:before {
    -webkit-transform: translate(-50%) rotate(0deg);
    transform: translate(-50%) rotate(0deg)
} */

/* .accordion .card.active a span:after, .accordion .card a:hover span:after,
.accordion .card.active a span:before, .accordion .card a:hover span:before {
    background: #ffffff;
} */


.dark-bg .accordion .card {
    background: rgba(0, 0, 0, 0.2);
}

.dark-bg .accordion .card-header a {
    color: rgba(255, 255, 255, 0.5);
}

.dark-bg .accordion .card.active a, .dark-bg .accordion .card a:hover {
    color: #da5e03;
}


/* ------------------------
    Social Icons
------------------------*/
.social-icons ul {
    padding: 0;
    margin: 0;
    line-height: 0;
}

.text-center.social-icons ul {
    display: inline-block;
}

.social-icons li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 8px 0 0;
}

.social-icons li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    margin: 0;
    border-radius: 4px;
    border: 0;
    background: transparent;
    color: #111121;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.text-white .social-icons li a {
    color: #ffffff;
}

.social-icons.fullwidth li a {
    width: auto;
    height: auto;
    line-height: 20px;
    padding: 10px 15px;
}

.social-icons li:hover a {
    transform: rotateY(360deg);
}


/*** Colored ***/
.social-icons.social-colored a,
.social-icons.social-hover a:hover {
    color: #fff;
    border: 0;
}

.social-icons.social-colored .social-rss a,
.social-icons.social-hover .social-rss a:hover {
    background-color: #faa33d;
}

.social-icons.social-colored .social-facebook a,
.social-icons.social-hover .social-facebook a:hover {
    background-color: #5d82d1;
}

.social-icons.social-colored .social-twitter a,
.social-icons.social-hover .social-twitter a:hover {
    background-color: #40bff5;
}

.social-icons.social-colored .social-vimeo a,
.social-icons.social-hover .social-vimeo a:hover {
    background-color: #35c6ea;
}

.social-icons.social-colored .social-myspace a,
.social-icons.social-hover .social-myspace a:hover {
    background-color: #008dde;
}

.social-icons.social-colored .social-youtube a,
.social-icons.social-hover .social-youtube a:hover {
    background-color: #ef4e41;
}

.social-icons.social-colored .social-instagram a,
.social-icons.social-hover .social-instagram a:hover {
    background-color: #548bb6;
}

.social-icons.social-colored .social-gplus a,
.social-icons.social-hover .social-gplus a:hover {
    background-color: #db5442;
}

.social-icons.social-colored .social-stumbleupon a,
.social-icons.social-hover .social-stumbleupon a:hover {
    background-color: #ff5c30;
}

.social-icons.social-colored .social-lastfm a,
.social-icons.social-hover .social-lastfm a:hover {
    background-color: #f34320;
}

.social-icons.social-colored .social-pinterest a,
.social-icons.social-hover .social-pinterest a:hover {
    background-color: #e13138;
}

.social-icons.social-colored .social-google a,
.social-icons.social-hover .social-google a:hover {
    background-color: #eb5e4c;
}

.social-icons.social-colored .social-evernote a,
.social-icons.social-hover .social-evernote a:hover {
    background-color: #9acf4f;
}

.social-icons.social-colored .social-dribbble a,
.social-icons.social-hover .social-dribbble a:hover {
    background-color: #f7659c;
}

.social-icons.social-colored .social-skype a,
.social-icons.social-hover .social-skype a:hover {
    background-color: #13c1f3;
}

.social-icons.social-colored .social-forrst a,
.social-icons.social-hover .social-forrst a:hover {
    background-color: #45ad76;
}

.social-icons.social-colored .social-linkedin a,
.social-icons.social-hover .social-linkedin a:hover {
    background-color: #238cc8;
}

.social-icons.social-colored .social-wordpress a,
.social-icons.social-hover .social-wordpress a:hover {
    background-color: #2592c3;
}

.social-icons.social-colored .social-grooveshark a,
.social-icons.social-hover .social-grooveshark a:hover {
    background-color: #ffb21d;
}

.social-icons.social-colored .social-delicious a,
.social-icons.social-hover .social-delicious a:hover {
    background-color: #377bda;
}

.social-icons.social-colored .social-behance a,
.social-icons.social-hover .social-behance a:hover {
    background-color: #1879fd;
}

.social-icons.social-colored .social-dropbox a,
.social-icons.social-hover .social-dropbox a:hover {
    background-color: #17a3eb;
}

.social-icons.social-colored .social-soundcloud a,
.social-icons.social-hover .social-soundcloud a:hover {
    background-color: #ff7e30;
}

.social-icons.social-colored .social-deviantart a,
.social-icons.social-hover .social-deviantart a:hover {
    background-color: #6a8a7b;
}

.social-icons.social-colored .social-yahoo a,
.social-icons.social-hover .social-yahoo a:hover {
    background-color: #ab47ac;
}

.social-icons.social-colored .social-flickr a,
.social-icons.social-hover .social-flickr a:hover {
    background-color: #ff48a3;
}

.social-icons.social-colored .social-digg a,
.social-icons.social-hover .social-digg a:hover {
    background-color: #75788d;
}

.social-icons.social-colored .social-blogger a,
.social-icons.social-hover .social-blogger a:hover {
    background-color: #ff9233;
}

.social-icons.social-colored .social-tumblr a,
.social-icons.social-hover .social-tumblr a:hover {
    background-color: #426d9b;
}

.social-icons.social-colored .social-quora a,
.social-icons.social-hover .social-quora a:hover {
    background-color: #ea3d23;
}

.social-icons.social-colored .social-github a,
.social-icons.social-hover .social-github a:hover {
    background-color: #3f91cb;
}

.social-icons.social-colored .social-amazon a,
.social-icons.social-hover .social-amazon a:hover {
    background-color: #ff8e2e;
}

.social-icons.social-colored .social-xing a,
.social-icons.social-hover .social-xing a:hover {
    background-color: #1a8e8c;
}

.social-icons.social-colored .social-wikipedia a,
.social-icons.social-hover .social-wikipedia a:hover {
    background-color: #b3b5b8;
}

.social-icons.social-colored .social-android a,
.social-icons.social-hover .social-android a:hover {
    background-color: #A4C639;
}

.social-icons.social-colored .social-apple a,
.social-icons.social-hover .social-apple a:hover {
    background-color: #999999;
}

/*** Border ***/
.social-icons.social-border li a {
    border: 1px solid #efefef;
    background: transparent;
}

/*** Circle ***/
.social-icons.circle li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


/* ------------------------
    Team
------------------------*/
.team-member {
    position: relative;
    text-align: center;
}

.owl-carousel .team-member {
    margin: 30px 15px;
}

.team-images {
    overflow: hidden;
    position: relative;
}

.team-member .team-description {
    background: #ffffff;
    padding: 20px;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 9;
}

.team-member.style-1 .team-description {
    background: #ffffff;
    padding: 20px;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.team-member .team-description span {
    color: #333;
    font-weight: 400;
}

.team-member .team-description h5 {
    margin: 0;
    text-transform: capitalize;
    font-weight: 500;
    color: #da5e03;
}

.team-social-icon {
    margin-top: 15px;
}

.team-member.style-1 .team-social-icon {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 500;
}

.team-member:hover .team-social-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.team-member .team-social-icon ul {
    display: inline-block;
}

.team-member .team-social-icon ul li {
    list-style-type: none;
    position: relative;
}

.team-member.style-1 .team-social-icon ul li {
    margin-bottom: 15px;
    margin-right: 0;
    display: block;
}

.team-member img {
    width: 100%;
}

.team-member p {
    margin: 15px 0;
}

.team-link {
    display: block;
    font-weight: 600;
    font-size: 30px;
    border-radius: 7px;
    color: #333;
    background: #FFFFFF;
    height: 60px;
    width: 60px;
    line-height: 60px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    position: absolute;
    top: 2rem;
    left: 1rem;
    z-index: 500;
}

.team-link:hover {
    color: #da5e03;
}

.team-member:hover .team-link {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.team-member.style-1:hover .team-description {
    padding: 30px 20px;
}

.team-description .team-icon li a {
    color: #333;
}

.team-description .team-icon li a:hover {
    color: #da5e03;
}

.team-description .team-icon li i {
    display: inline-block;
    border-radius: 7px;
    background: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #da5e03;
    font-size: 24px;
    vertical-align: middle;
    margin-left: 10px;
}

.team-member.style-2 .team-description {
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    width: 85%;
    padding: 30px 20px;
}

.team-member.style-2 .team-social-icon {
    position: inherit;
    transform: inherit;
    opacity: 1;
    left: inherit;
    top: inherit;
    visibility: visible;
}

.team-member.style-2 .team-social-icon ul li {
    display: inline-block;
}

.team-member.style-3 {
    background: #fff;
    border-radius: 7px;
    padding: 30px;
}

.team-member.style-3 .team-images {
    border-radius: 50%;
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 200px;
    margin: 0 auto;
}

.team-member.style-3 img {
    border-radius: 50%;
}

.team-member.style-3 .team-link {
    right: 50%;
    margin-right: -30px;
    top: 50%;
    margin-top: -30px;
    border-radius: 50%;
}

.team-member.style-3:before, .team-member.style-3:after {
    content: "";
    background: #da5e03;
    border-radius: 7px;
    width: 0;
    height: 5px;
    position: absolute;
}

.team-member.style-3:before {
    top: 0;
    left: 0;
}

.team-member.style-3:after {
    bottom: 0;
    right: 0;
}

.team-member.style-3:hover:before, .team-member.style-3:hover:after {
    width: 30%;
}

.team-member.style-3 .team-description {
    padding-left: 0;
    padding-right: 0;
}

.team-member.style-4 .team-images {
    overflow: hidden;
    position: relative;
    width: 70%;
    border-bottom-left-radius: 70%;
}

.team-member.style-4 .team-description {
    position: absolute;
    left: 0;
    text-align: left;
    top: 50%;
    width: 80%;
    border-radius: 7px;
    transform: translateY(-50%);
}

.team-member.style-4:hover .team-description {
    transform: inherit;
}


/* ------------------------
    Tab
------------------------*/
.tab .nav-tabs {
    border: none;
    display: inline-block;
}

.tab .nav-tabs .nav-link {
    background: #ffffff;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    float: left;
    position: relative;
    display: inline-block;
    border: none;
    padding: 15px 30px;
}

.tab .nav-tabs .nav-link:last-child {
    margin-right: 0;
}

.tab .nav-tabs .nav-link.active, .tab .nav-tabs .nav-link:hover, .tab .nav-tabs.active>a:focus, .tab .nav-tabs>a:hover {
    background: #da5e03;
    color: #ffffff;
}

.tab .tab-content {
    padding: 30px;
}

.tab .nav-tabs {
    display: table;
    width: 100%;
    text-align: center;
}

.tab.style-2 {
    padding-top: 30px;
}

.tab.style-2 .nav-tabs .nav-link {
    background: none !important;
    padding: 0;
    display: table-cell;
    width: auto;
    float: none;
}

.tab.style-2 .nav-tabs .nav-link i::after {
    background: #da5e03;
    border-radius: 100%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    z-index: -1;
    transform: scale(0);
}

.tab .nav-tabs .nav-link.active i::after, .tab .nav-tabs.active>a:focus i::after {
    background: #da5e03;
}

.tab.style-2 .nav-tabs .nav-link i {
    color: #333;
    font-size: 50px;
    line-height: 90px;
    margin: 0 auto;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    z-index: 1;
    display: block;
    height: 90px;
    width: 90px;
}

.tab.style-2 .nav-tabs .nav-link h5 {
    margin: 0 0 1em;
    transition: all 0.2s ease-in-out 0s;
}

.tab.style-2 .nav-tabs .nav-link:hover h5,
.tab.style-2 .nav-tabs .nav-link.active h5, .tab.style-2 .nav-tabs.active>a:focus h5 {
    color: #da5e03;
    margin: 0.5em 0;
}

.tab.style-2 .nav-tabs .nav-link:hover i,
.tab.style-2 .nav-tabs .nav-link.active i, .tab.style-2 .nav-tabs.active>a:focus i {
    color: #ffffff;
}

.tab.style-2 .nav-tabs .nav-link:hover i::after,
.tab.style-2 .nav-tabs .nav-link.active i::after, .tab.style-2 .nav-tabs.active>a:focus i::after {
    transform: scale(1);
}

.tab.style-2 .tab-content {
    padding-top: 50px;
}


/* ------------------------
    Counter
------------------------*/
.counter {
    position: relative;
    text-align: center;
    background: #ffffff;
    border-radius: 7px;
    overflow: hidden;
    padding: 30px;
}

.counter span {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    color: #152d52;
    display: inline-block;
    margin: 30px 0 10px;
}

.counter span+span {
    font-weight: normal;
    font-size: 30px;
    color: #333
}

.counter h5 {
    display: block;
    font-weight: normal;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    margin: 0;
}

.counter.style-2 {
    background: none;
    box-shadow: none;
    padding: 0;
    text-align: right;
}

.counter.style-2 span {
    margin-top: 0;
}

.text-center .counter.style-2 {
    text-align: center;
}

.counter.style-3 {
    background: none;
    box-shadow: none;
    padding: 0;
    text-align: right;
    display: flex;
    align-items: center;
}

.counter.style-3 .counter-icon {
    margin-left: 15px;
}

.counter.style-3 span {
    margin-top: 0;
}

.counter.style-4 {
    display: flex;
    align-items: center;
    padding: 0;
    overflow: inherit;
    margin: 0 auto;
    width: 10em;
    height: 15.32em;
    border-radius: 1em/.5em;
    transition: opacity .5s;
}

.counter.style-4:before, .counter.style-4:after {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: '';
}

.counter.style-4:before {
    background: #fafaff;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.counter.style-4:after {
    background: #ffffff;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.counter.style-4 .counter-desc {
    position: relative;
    z-index: 9;
    width: 100%;
}


/* ------------------------
    Blog - Post
------------------------*/
.blogTabs {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.post {
    padding: 12px;
    position: relative;
    height: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.post.homePost {
    overflow: hidden;
}

.owl-carousel .post {
    margin: 0 15px;
}

.post .post-image {
    overflow: hidden;
    position: relative;
    min-height: 150px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.post .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* aspect-ratio: auto 16 / 9; */
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

/* Momtaz Modify */
/* .post .post-desc {
    padding: 30px;
    background: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 300px;
} */

.post .post-desc h2 {
    margin-bottom: 15px;
    text-transform: capitalize;
    /* font-weight: bold; */
    /* min-height: 60px; */
    font-size: 16px;
    color: #333;
}

.post .post-desc h2 a {
    color: #333;
    display: inline-block;
}

.post .post-desc h2 a:hover, .post .post-desc:hover h2 {
    text-decoration: underline !important;
}

.post .post-desc p {
    margin: 15px 0;
    font-size: 14px;
    color: #54575F;
}

.post .post-desc .post-cat {
    position: relative;
    z-index: 1;
    margin-top: -23px;
    margin-bottom: 18px;
}

.post .post-desc .post-cat a {
    padding: 4px 6px;
    color: #010A57;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.post .post-desc .post-cat a:hover {
    color: #fff;
    background: #010A57;
}

.post .post-desc .post-meta .fa-arrow-left {
    display: inline-block;
}

.post .post-desc .post-meta .fa-arrow-right {
    display: none;
}

.post .post-desc p img, .post .post-desc img {
    margin: auto;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.post-meta .list-inline li {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    /* margin: 0 0 0 10px; */
    list-style-type: none;
    position: relative;
    color: #4F4F4F;
}

.post-meta .list-inline.likes li {
    font-size: 16px;
}

.post-meta .list-inline.likes li:nth-child(1) i {
    cursor: pointer;
}

.post-meta ul li:last-child {
    margin-left: 0;
}

.post-meta ul li a {
    color: #6A6D70;
}

.post-meta ul li a:hover {
    text-decoration: underline !important;
}

/* .post:hover {
    border-radius: 15px;
} */

/*.post .post-image::before {
    background-color: #da5e03;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 600ms ease 0s;
    width: 0;
    opacity: 0.7;
}

.post .post-image::after {
    background-color: #da5e03;
    bottom: 0;
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    right: 0;
    transition: all 600ms ease 0s;
    width: 0;
    opacity: 0.7;
}

.post:hover .post-image::before, .post:hover .post-image::after {
    width: 100%;
}*/

.post:hover .post-image img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.post-categories {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    padding: 8px 20px;
    color: #ffffff;
    border-top-left-radius: 7px;
    text-transform: uppercase;
    background: #da5e03;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 500;
}

.post:hover .post-categories {
    background: #333;
}

.post.style-2:hover .post-categories {
    background: #ffffff;
    color: #da5e03
}

.post-categories:hover {
    color: #da5e03;
}

/* .post-title {
    position: relative;
    padding-top: 20px;
    margin-top: 35px;
} */

/* .post-title:before, .post-title:after {
    content: '';
    position: absolute;
    z-index: 1;
    height: 3px;
    border-radius: 2px;
    top: 0;
} */

/* .post-title:before {
    background: #da5e03;
    width: 150px;
    right: -30px;
} */

/* .post-title:after {
    background: #da5e03;
    width: 20px;
    right: 130px;
} */

.post-author {
    position: absolute;
    left: 30px;
    bottom: -25px;
}

.post-author-img {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: top;
}

.post-author span {
    font-size: 16px;
    color: #da5e03;
    font-weight: 500;
    padding-left: 15px;
    padding-top: 15px;
    display: inline-block;
}

.post.style-2 {
    overflow: hidden;
}

.post.style-2 .post-desc h4 a, .post.style-2 .post-desc p, .post.style-2 .post-meta ul li, .post.style-2 .post-meta ul li i {
    color: #ffffff;
}

.post.style-2 .post-desc {
    background: none;
    box-shadow: none;
    bottom: -10px;
    left: 0;
    position: absolute;
    right: 0;
    opacity: 0;
    z-index: 99;
    transition: bottom 0.3s ease 0s, opacity 0.3s cubic-bezier(0.33, 0.66, 0.66, 1) 0s;
}

.post.style-2:hover .post-desc, .post.style-2.active .post-desc {
    opacity: 1;
    bottom: 0;
}

.post.style-2:before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    transition: transform 500ms ease 0s, box-shadow 500ms ease 0s;
    z-index: 9
}

.post.style-2:hover:before, .post.style-2.active:before {
    transform: translateY(0);
}

.post.style-2 .post-categories {
    position: relative;
    bottom: inherit;
    left: inherit;
    border-radius: 7px;
    margin-bottom: 15px;
}

.post.style-2 p {
    margin-bottom: 0;
}

.post.style-3 {
    box-shadow: none;
    border-radius: 0;
}

.post.style-3 .post-desc {
    background: none;
}

.post.style-3 .post-image {
    border-radius: 7px;
}

.post.style-3 .post-title {
    padding-top: 0;
    margin-top: 0;
}

.post.style-3 .post-title:before, .post.style-3 .post-title:after {
    display: none;
}

.post.style-3 .post-meta {
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
}

.post.style-3 .post-meta:before, .post.style-3 .post-meta:after {
    content: '';
    position: absolute;
    z-index: 1;
    height: 3px;
    border-radius: 2px;
    top: 0;
}

.post.style-3 .post-meta:before {
    background: #da5e03;
    width: 100px;
    right: 0;
}

.post.style-3 .post-meta:after {
    background: #da5e03;
    width: 20px;
    right: 110px;
}

.post.style-4 {
    box-shadow: none;
    overflow: inherit;
}

.post.style-4 .post-desc {
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    width: 85%;
    padding: 30px 20px;
    position: relative;
}

.post.style-4 h4 {
    font-size: 22px;
}

.video-post {
    padding-top: 56.9444%;
    position: relative;
    width: 100%;
}

.video-post iframe, .video-post object, .video-post embed {
    pointer-events: auto;
    border: medium none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.post-queto .item {
    background: #ff156a;
    padding: 30px 30px 30px 100px;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
}

.post-queto .item span {
    color: rgba(0, 0, 0, 0.1);
    font-size: 120px;
    left: 30px;
    line-height: 130px;
    position: absolute;
    top: 50%;
}

.media-holder .media {
    position: relative;
}

.media.inner {
    background: #fafaff;
    padding: 30px;
    margin: 50px 0 50px 50px;
    border-radius: 7px;
}

.media-holder .media img {
    border-radius: 50%;
    width: 100px;
    -webkit-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
    -moz-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
    box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
}

.media-body h6 {
    color: #333;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
}

.comment-date {
    display: block;
    color: #da5e03;
    margin-top: 10px;
    text-transform: uppercase;
}

.comment-reply {
    position: absolute;
    left: 0;
    top: 0;
}

.comment-reply a {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 30px;
    color: #333;
    font-weight: 500;
    display: inline-block;
}

.comment-reply a:hover {
    color: #da5e03;
}

.media-body p {
    margin: 15px 0 0;
}

.media.inner .comment-reply {
    top: 30px;
    left: 30px;
}

.pagination {
    display: inline-block;
}

.pagination>li {
    margin: 0 6px;
    display: inline-block;
}

.pagination>li>a, .pagination>li>span {
    width: 40px;
    height: 40px;
    /* line-height: 50px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-align: center;
    color: #333;
    font-weight: 500;
    border-radius: 50% !important;
    border-color: #efefef
}

.pagination>li.active .page-link, .page-link:hover, .page-link:focus {
    box-shadow: none;
    background: #6495ed;
    color: #ffffff;
    border-color: #6495ed;
}

/*Widget-Title*/
.widget-title {
    background: #ffffff;
    border-radius: 7px;
    margin-top: 50px;
    padding: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

/*Widget-Search*/
.widget-searchbox {
    position: relative;
    width: 100%;
}

.form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.widget-searchbox .search-btn {
    background: none;
    border: none;
    color: #da5e03;
    font-size: 14px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 50%;
    cursor: pointer;
}

/*Recent Post*/
.widget .recent-post-thumb {
    display: table-cell;
    vertical-align: middle;
    height: auto;
    width: 75px;
    border-radius: 7px;
    overflow: hidden;
}

.widget .recent-post-desc {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}

.widget .recent-post-desc a {
    display: block;
    margin-top: 10px;
    color: #333;
    font-weight: 500;
}

.widget .recent-post-desc a:hover {
    color: #da5e03;
}

/*widget-Categories*/
.widget .widget-categories li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
    position: relative;
}

.widget .widget-categories li:first-child {
    padding-top: 0;
}

.widget .widget-categories li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.widget .widget-categories li a {
    text-transform: capitalize;
    color: #333;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}

.widget .widget-categories li a span {
    transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
}

.widget .widget-categories li a:hover {
    color: #da5e03;
    padding-left: 5px;
}

.widget-categories li i {
    position: absolute;
    right: 0;
    color: #da5e03
}

/*widget-tags*/
.widget .widget-tags li {
    display: inline-block;
    margin: 5px 5px 15px 0;
}

.widget .widget-tags li a {
    background: #fafaff;
    border-radius: 5px;
    color: #333;
    padding: 10px 18px;
    display: inline-block;
    text-align: center;
    font-weight: normal;
}

.widget .widget-tags li a:hover {
    background: #da5e03;
    color: #ffffff;
}

/*post-tags*/
.post-tags li {
    display: inline-block;
    margin: 5px 5px 15px 0;
}

.post-tags li a {
    background: #fff;
    border-radius: 5px;
    color: #333;
    padding: 7px 30px;
    display: inline-block;
    text-align: center;
    font-weight: normal;
    border: 1px solid #D1D5DB;
}

.post-tags li a:hover {
    background: #da5e03;
    color: #ffffff;
}

.main-post .recent-post-thumb {
    width: 120px;
}

.main-post .recent-post-thumb img {
    width: 100%;
}


/* ------------------------
    Testimonials
------------------------*/
.testimonial {
    position: relative;
    padding: 30px 30px 30px 0;
}

.testimonial.style-1 {
    padding: 30px 0 30px 30px;
}

.testimonial.style-1:before {
    content: "";
    background: #da5e03;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    width: 20%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.testimonial-content {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0;
}

.testimonial.style-1 .testimonial-content {
    padding: 30px;
    margin-right: 50px;
    border-radius: 7px;
    background: #ffffff;
    overflow: hidden;
}

.testimonial-content p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 0;
    color: #333;
    position: relative;
}

.testimonial.style-1 .testimonial-content p {
    position: relative;
    z-index: 9;
}

.testimonial.style-1 .testimonial-caption {
    z-index: 9;
    position: relative;
}

.testimonial .testimonial-caption label {
    margin-bottom: 0;
    font-weight: 500;
    color: #333;
    display: block;
}

.testimonial .testimonial-caption h5 {
    color: #da5e03;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}

.testimonial .testimonial-quote {
    color: #ffe2e1;
    z-index: -1;
    font-size: 200px;
    line-height: 200px;
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    right: 0;
}

.testimonial.style-1 .testimonial-quote {
    z-index: 9;
}

.grey-bg .testimonial-content p {
    color: #333
}

.testimonial.style-1 .testimonial-content::before {
    background: #fafaff;
    content: "";
    height: 300px;
    left: -25%;
    position: absolute;
    top: 10%;
    transform: rotate(-10deg);
    width: 150%;
}

.testimonial-caption {
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
    display: inline-block;
}

.testimonial-caption:before, .testimonial-caption:after {
    content: '';
    position: absolute;
    z-index: 1;
    height: 3px;
    border-radius: 2px;
    top: 0;
}

.testimonial-caption:before {
    background: #da5e03;
    width: 100px;
    left: 0;
}

.testimonial-caption:after {
    background: #da5e03;
    width: 20px;
    left: 110px;
}

.testimonial-carousel .controls {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    text-align: center;
    position: relative;
}

.testimonial-carousel .controls li {
    position: relative;
    margin: 0 2%;
    border-radius: 50%;
    width: 46%;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .2);
}

.testimonial-carousel .controls li a {
    position: relative;
    z-index: 9;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.testimonial-carousel .controls li:last-child {
    float: none;
    margin: 0 auto;
}

.testimonial-carousel .controls li img {
    width: 100%;
    height: 100%;
}

.testimonial-carousel .controls li.active:after,
.testimonial-carousel .controls li.active:before,
.testimonial.style-2 .testimonial-img:before,
.testimonial.style-2 .testimonial-img:after {
    content: '';
    border: 10px solid #da5e03;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    opacity: 1;
    -webkit-animation: 2s videomodule-anim linear infinite;
    animation: 2s videomodule-anim linear infinite;
}

.testimonial-carousel .controls li.active:before {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.testimonial.style-2 {
    text-align: center;
    padding: 30px 30px 70px;
}

.testimonial.style-2:before {
    display: none;
}

.testimonial-img {
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

.testimonial-img img {
    border-radius: 50%;
    position: relative;
    z-index: 9;
    width: 100%;
}

.testimonial.style-2 .testimonial-img {
    width: 35%;
}

.testimonial.style-2 .testimonial-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 7px;
    margin-top: 30px;
}

.testimonial.style-2 .testimonial-content:before {
    content: "";
    background: #ffffff;
    width: 96%;
    height: 100px;
    position: absolute;
    left: 2%;
    bottom: -20px;
    z-index: -1
}

.testimonial.style-2 .testimonial-content:after {
    content: "";
    background: #ffffff;
    width: 92%;
    height: 100px;
    position: absolute;
    left: 4%;
    bottom: -40px;
    z-index: -9
}

.testimonial-2 .carousel-inner {
    z-index: 9;
}

.testimonial-carousel.testimonial-2 .controls {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
}

.testimonial-carousel.testimonial-2 .controls li {
    animation-name: blinkblink;
    animation-duration: 5000ms;
    transform-origin: 70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    z-index: 99;
    opacity: 0.6;
    width: 130px;
    height: 130px;
    margin: inherit;
    float: none;
}

.testimonial-carousel.testimonial-2 .controls li.active {
    opacity: 1;
    animation: inherit;
}

.testimonial-2 .controls li:nth-child(1) {
    left: 0;
    bottom: 10%;
}

.testimonial-2 .controls li:nth-child(2) {
    left: 5%;
    bottom: 55%;
}

.testimonial-2 .controls li:nth-child(3) {
    right: 5%;
    bottom: 55%;
}

.testimonial-2 .controls li:nth-child(4) {
    right: 0;
    bottom: 10%;
}

.testimonial.style-3, .testimonial.style-5 {
    display: flex;
    align-items: center;
}

.testimonial.style-3 .testimonial-img,
.testimonial.style-5 .testimonial-img {
    border-radius: 20% 30% 80% 0;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-left: 30px;
    width: 100%;
}

.testimonial.style-3 .testimonial-img img,
.testimonial.style-5 .testimonial-img img {
    border-radius: 0;
}

.testimonial.style-3 .testimonial-quote {
    color: #ffe2e1;
    left: 0;
    right: inherit;
    transform: rotate(-180deg);
}

.testimonial-carousel.testimonial-3 .controls {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
}

.testimonial-carousel.testimonial-3 .controls li {
    position: absolute;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    z-index: 99;
    opacity: 0.6;
    width: 130px;
    height: 130px;
    margin: inherit;
    float: none;
    width: 80px;
    height: 80px;
    animation: inherit;
}

.testimonial-3 .controls li:nth-child(1) {
    right: 0;
    bottom: 0%;
}

.testimonial-3 .controls li:nth-child(2) {
    right: 3%;
    bottom: 30%;
}

.testimonial-3 .controls li:nth-child(3) {
    right: 0;
    bottom: 60%;
}

.testimonial-carousel.testimonial-3 .controls li.active {
    opacity: 1;
}

.testimonial.style-4 {
    background: #ffe2e1;
    padding: 30px;
    border-radius: 7px
}

.testimonial.style-4 .testimonial-img {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-right: 15px;
}

.testimonial.style-4 .testimonial-content p {
    font-size: 15px;
    margin-bottom: 30px;
}

.testimonial.style-4 .testimonial-caption {
    display: inline-block;
    vertical-align: middle;
}

.testimonial.style-4:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #da5e03;
    border-radius: 30px;
    transform: rotate(-7deg);
    z-index: -2;
}

.testimonial.style-5 {
    margin: 0 30px;
}

.testimonial.style-5 .testimonial-img {
    margin-right: 0;
}

.testimonial.style-5 .testimonial-content {
    background: #fff;
    margin-right: -150px;
    border-radius: 7px;
    padding: 50px 200px 50px 50px;
}

.testimonial.style-5 .testimonial-quote {
    position: inherit;
    top: inherit;
    right: inherit;
    z-index: inherit;
    transform: inherit;
    line-height: 150px;
}

.anti-01-holder {
    width: 110px;
    height: 110px;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-animation: rotation 6s infinite linear;
}

.anti-01 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #da5e03;
    position: absolute;
    left: 0px;
    top: 0px;
}

.anti-02-holder {
    width: 70px;
    height: 70px;
    opacity: 0.1;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -35px;
    -webkit-animation: rotation 6s infinite linear;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}

.anti-02 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #da5e03;
    position: absolute;
    left: 0px;
    top: 0px;
}

.anti-03-holder {
    width: 75px;
    height: 75px;
    opacity: 0.1;
    position: absolute;
    right: 30px;
    top: 55%;
    -webkit-animation: anti-rotation 8s infinite linear;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

.anti-03 {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: linear-gradient(to right, #da5e03, #da5e03);
    position: absolute;
    left: 0px;
    top: 0px;
}


/* ------------------------
    Featured Box
------------------------*/
.featureSection {
    position: relative;
    background: url('../images/RectangleFet.webp');
    background-size: cover;
    background-position: 65px 15px;
    background-repeat: no-repeat;
}

.featureSection .bigDashCircleFet {
    position: absolute;
    left: -150px;
    z-index: -1;
    width: 632px;
    height: 592px;
    border: 3px dashed #E5E7F7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.featureSection .title {
    font-size: 24px;
}

.homeFaqs {
    background: #F1F5F9;
}

.featured-item {
    padding: 40px 30px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    z-index: 9;
    box-shadow: unset !important;
}

.owl-carousel .featured-item {
    margin: 20px;
}

.featured-item .featured-icon, .faq_icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
}

.featured-item .featured-icon {
    font-size: 25px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.faq_icon {
    font-size: 16px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    border-color: #D0D5DD;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.feature1 .featured-item .featured-icon {
    background: #C4D6E5;
    border-color: #C4D6E5;
    color: #054F8B;
}

.feature2 .featured-item .featured-icon {
    background: #E3F2FD;
    border-color: #E3F2FD;
    color: #2476B2;
}

.feature3 .featured-item .featured-icon {
    background: #DFF6DD;
    border-color: #DFF6DD;
    color: #44A03C;
}

.feature4 .featured-item .featured-icon {
    background: #E5DFF7;
    border-color: #E5DFF7;
    color: #7A5CD1;
}

.feature5 .featured-item .featured-icon {
    background: #D6EAF8;
    border-color: #D6EAF8;
    color: #3693D4;
}

.feature6 .featured-item .featured-icon {
    background: #FFF4C9;
    border-color: #FFF4C9;
    color: #FFCB00;
}

.feature7 .featured-item .featured-icon {
    background: #FADBD8;
    border-color: #FADBD8;
    color: #C0483C;
}

.feature8 .featured-item .featured-icon {
    background: #ADD8E6;
    border-color: #ADD8E6;
    color: #1E6A83;
}

.feature9 .featured-item .featured-icon {
    background: #BDDAF8;
    border-color: #BDDAF8;
    color: #00468C;
}

.feature10 .featured-item .featured-icon {
    background: #FFE5B4;
    border-color: #FFE5B4;
    color: #E39D19;
}

.feature11 .featured-item .featured-icon {
    background: #FFE8CC;
    border-color: #FFE8CC;
    color: #D27400;
}

.feature12 .featured-item .featured-icon {
    background: #C3DCFF;
    border-color: #C3DCFF;
    color: #0F52B1;
}

.feature13 .featured-item .featured-icon {
    background: #E6F4EA;
    border-color: #E6F4EA;
    color: #126D2C;
}

.feature14 .featured-item .featured-icon {
    background: #D4F0FF;
    border-color: #D4F0FF;
    color: #2B92BB;
}

.feature15 .featured-item .featured-icon {
    background: #E4D3E2;
    border-color: #E4D3E2;
    color: #9F5F4F;
}

.featured-desc p {
    margin-bottom: 0;
    color: #4F4F4F;
    font-size: 14px;
}

.featured-title h2 {
    color: #010A57;
    margin: 18px 0 20px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    /* transition: all 0.5;
    -webkit-transition: all 0.5;
    -moz-transition: all 0.5;
    -ms-transition: all 0.5;
    -o-transition: all 0.5; */
}

.dark-bg .featured-title h2, .dark-bg .featured-desc, .theme-bg .featured-title h2, .theme-bg .featured-desc, .theme-bg .featured-icon i {
    color: #ffffff
}

.grey-bg .featured-desc p {
    color: #333
}

.featured-item.style-1 {
    box-shadow: none;
}

.featured-item .featured-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
}

.featured-item .featured-icon span::after, .featured-item .featured-icon span::before {
    border-radius: 50%;
    content: "";
    height: 60px;
    position: absolute;
    width: 60px;
    z-index: -1;
}

.featured-item .featured-icon span::after {
    background: #cdf3f6;
    height: 40px;
    left: -10px;
    top: 5px;
    width: 40px;
}

.featured-item .featured-icon span::before {
    background: #d4f8e6;
    bottom: 0;
    right: -10px;
}

/* .featured-item::before {
    transform: scale(0);
    background: #da5e03;
    background: linear-gradient(180deg, #da5e03 0%, #da5e03 80%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.featured-item:hover::before {
    transform: scale(1);
} */

/* .featured-item:after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
    background: url(../images/pattern/04.webp) no-repeat 0 0;
    background-size: cover;
} */

/* .featured-item:hover:after {
    opacity: 0.2;
}

.featured-item:hover .featured-icon i, .featured-item:hover h5, .featured-item:hover p, .featured-item:hover .featured-title h2 {
    color: #ffffff;
}

.featured-item.style-1:hover .featured-icon i, .featured-item.style-2:hover .featured-icon i, .featured-item.style-6:hover .featured-icon i {
    color: #da5e03;
} */

.featured-item.style-2:hover h5, .featured-item.style-6:hover h5 {
    color: #333;
}

.featured-item.style-2:hover p, .featured-item.style-6:hover p {
    color: #5f5f5f;
}

.featured-item.style-2 .featured-icon i {
    font-size: 80px;
    line-height: 80px;
    z-index: 1;
    position: relative;
}

.featured-item.style-2 {
    padding: 60px 30px;
    background: #ffffff;
    overflow: inherit;
}

.featured-item.style-2:hover::before {
    display: none;
}

.featured-item.style-3 {
    background: #ffffff
}

.featured-item.style-4 {
    background: #fff;
    overflow: hidden;
    padding: 25px !important;
    z-index: 9;
    height: 220px;
    margin: 0 auto;
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.05) !important;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
}

.featured-item.style-5 {
    padding-right: 160px;
    background: #ffffff
}

.featured-item.style-5 .featured-icon {
    position: absolute;
    top: 40px;
    right: 30px;
}

.featured-item.style-5 h5, .featured-item.style-6 h5 {
    margin-top: 0;
}

.featured-item.style-6 {
    padding: 0 100px 0 0;
    box-shadow: none;
    overflow: inherit;
}

.featured-item.style-6::before, .featured-item.style-6::after {
    display: none;
}

.featured-item.style-6 .featured-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.featured-item.style-6 .featured-icon i,
.featured-item.style-1 .featured-icon i {
    background: #ffffff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.featured-item.style-6 .featured-icon i::after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    top: 0;
    left: 0;
    z-index: 10;
    border: 2px dashed transparent;
}

.featured-item.style-6:hover .featured-icon i {
    background: none;
}

.featured-item.style-6:hover .featured-icon i::after {
    -webkit-animation: rotateme 9s linear infinite;
    -moz-animation: rotateme 9s linear infinite;
    animation: rotateme 9s linear infinite;
    border-color: #da5e03;
}

/* ------------------ owl */
.fetOptions .owl-theme .owl-dots {
    display: none;
}

.fetOptions .owl-carousel {
    margin-bottom: 12px;
}


.fetOptions .owl-carousel .owl-stage-outer {
    margin-bottom: 15px;
}

.fetOptions .owl-carousel .owl-nav button:hover {
    background-color: transparent;
}

.fetOptions .owl-carousel .owl-nav button span:focus {
    outline: 0;
}

.fetOptions .owl-carousel .owl-nav {
    display: flex;
    justify-content: start;
    align-items: center;
    position: static;
    width: 100%;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
}

.fetOptions .owl-carousel .owl-nav .owl-prev, .fetOptions .owl-carousel .owl-nav .owl-next {
    font-size: 35px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    box-shadow: none;
    border: 1px solid;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.fetOptions .owl-carousel .owl-nav .owl-prev {
    color: #333;
    background: transparent !important;
}

.fetOptions .owl-carousel .owl-nav .owl-next {
    color: #fff;
    background: #B94400 !important;
}

.fetOptions .owl-carousel .owl-nav .owl-next:hover, .fetOptions .owl-carousel .owl-nav .owl-prev:hover {
    color: #fff;
    background: #ad4102 !important;
}

.fetOptions .owl-carousel .owl-nav span:not(.sr-only) {
    display: flex;
    vertical-align: middle;
    height: 100%;
    margin-bottom: 8px;
    line-height: normal;
    justify-content: center;
    align-items: center;
    outline: none;
}

.fetOptions .owl-dots button {
    outline: unset;
}

/* start styling for client section */
/* .client {
    background: linear-gradient(180deg, #da5e0333 0%, #FFFF 100%);
} */

/* .client .owl-stage-outer {
    padding: 30px 0;
} */

.client .owl-nav {
    display: none;
}

.client .owl-theme .owl-dots {
    display: none;
}

.client ul.clientTab li button, .faqsPage ul.clientTab li button, .priceSection ul.clientTab li button {
    padding: 10px 24px;
    color: #333;
    background: #fff;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.client ul.clientTab li button.active, .client ul.clientTab li button:hover,
.faqsPage ul.clientTab li button.active, .faqsPage ul.clientTab li button:hover,
.priceSection ul.clientTab li button.active, .priceSection ul.clientTab li button:hover {
    color: #fff;
    background: #B94400;
}

.client .owl-carousel {
    background: #E5E7F7;
    padding: 60px;
    padding-bottom: 0;
    border: 0;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.client .card {
    border: 0;
    background: transparent;
}

.client .card .card-imgBox {
    margin: 15px auto;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    width: 85px;
    height: 85px;
    overflow: hidden;
    border: 3px solid #fff;
}

.client .card .card-imgBox .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client .card h2 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}

.client .cardCount {
    position: absolute;
    top: -4px;
    font-size: 16px;
    color: #333;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.client .card .card-body strong {
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

.client .card p {
    font-size: 14px;
    width: 65%;
    margin: auto;
    color: #4F4F4F;
    line-height: 2.3;
    padding-bottom: 15px;
}

/* .client .active .card {
    background: #c9dff0;
    transition: all 0.3s;
} */

/* .client .center .card {
    background: #fff;
} */

.section-title h2.title {
    font-size: 24px;
}

/* .client .center h2 span {
    font-size: 20px;
} */

/* .client .center .card-imgBox {
    height: 120px;
    width: 120px;
} */

/* .client .center .card-imgBox .card-img-top {
    height: 100%;
    width: 100%;
    object-fit: cover;
} */

.client .owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 95px;
    position: absolute;
    left: 50%;
    /*right: 0;
    */
    top: 40px;
    font-size: 18px;
    color: #333;
    width: 100%;
    transform: rotate(0) translateX(-50%);
    -webkit-transform: rotate(0) translateX(-50%);
    -moz-transform: rotate(0) translateX(-50%);
    -ms-transform: rotate(0) translateX(-50%);
    -o-transform: rotate(0) translateX(-50%);
}

.client .owl-carousel .owl-nav button {
    /* width: 50px;
    height: 50px; */
    background: transparent !important;
    box-shadow: unset;
    color: #333 !important;
}

.client .owl-carousel .owl-nav button span {
    font-size: 45px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}

/* end styling for client section */

/* ------------------------
    Button
------------------------*/
.btn {
    padding: 12px 25px;
    font-weight: 500;
    background: none;
    color: #333;
    overflow: hidden;
    border-radius: 7px;
    border: none;
    position: relative;
    z-index: 9;
}

.btn-sm {
    padding: 10px 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.dark-bg .btn, .theme-bg .btn {
    color: #ffffff;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.btn:hover {
    background: #da5e03;
    color: #fff;
    transform: translateY(-3px);
}

.btn.btn-theme {
    background: #da5e03;
    background: linear-gradient(90deg, #da5e03 0%, #da5e03 80%);
    color: #ffffff;
}

.btn.dashCreateBtn, .btn.signLogBtn, .nav-link.signLogBtn, .btn.btn-aceptar {
    height: 40px;
}

.btn.dashCreateBtn, .btn.signLogBtn, .nav-link.signLogBtn {
    padding: 8px 25px;
    font-size: 13px;
    box-shadow: none;
}

.iti.iti--separate-dial-code:not(.contactPhone .iti.iti--separate-dial-code) {
    margin-bottom: 15px;
}

.btn.dashCreateBtn {
    background: #B94400 !important;
    border: 1px solid #fff;
}

.btn.signLogBtn, .nav-link.signLogBtn {
    background: #fff;
    border: 1px solid #B94400;
    color: #333;
}

.btn.btn-TryFree {
    background: linear-gradient(135deg, #136acd 0%, #5E3791 100%) !important;
    color: #ffffff;
}

.btn.btn-dark {
    background: #02060b;
    color: #ffffff;
}

.btn.btn-dark:hover {
    background: #da5e03;
}

.btn.btn-border {
    border: 2px solid rgba(0, 0, 0, 0.05);
}

.dark-bg .btn.btn-border, .theme-bg .btn.btn-border {
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.btn.btn-circle {
    border-radius: 30px;
}

.btn.btn-white {
    background: #ffffff;
    color: #333
}

.btn.btn-white.btn-border {
    border-color: #ffffff;
    background: none;
    color: #ffffff;
}

.btn.btn-white:hover {
    background: #ffffff;
    color: #da5e03;
}

.btn.btn-white.btn-border:hover {
    color: #da5e03;
}

.btn+.btn {
    margin-right: 10px;
}

.btn-simple {
    color: #333;
    padding: 0;
    background: none !important;
    box-shadow: none;
}

.btn.btn-simple::before {
    padding: 0;
}

.dark-bg .btn-simple, .theme-bg .btn-simple {
    color: #ffffff;
}

.btn-simple:hover {
    color: #da5e03;
    box-shadow: none;
    background: none;
}

.theme-bg .btn-simple:hover {
    color: #333;
}

.btn span {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translate3d(10, 10px, 0);
    -moz-transform: translate3d(10, 10px, 0);
    -ms-transform: translate3d(10, 10px, 0);
    -o-transform: translate3d(10, 10px, 0);
    transform: translate3d(10, 10px, 0);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.btn::before:not(.sendBtn) {
    content: attr(data-text);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1) 0s;
    width: 100%;
    padding: 12px 0;
}

.btn:hover:before {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.btn:hover span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.btn:hover span:nth-child(1) {
    -webkit-transition-delay: 0.01s;
    -moz-transition-delay: 0.01s;
    -o-transition-delay: 0.01s;
    transition-delay: 0.01s
}

.btn:hover span:nth-child(2) {
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s
}

.btn:hover span:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.btn:hover span:nth-child(4) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.btn:hover span:nth-child(5) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.btn:hover span:nth-child(6) {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s
}

.btn:hover span:nth-child(7) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.btn:hover span:nth-child(8) {
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s
}

.btn:hover span:nth-child(9) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.btn:hover span:nth-child(10) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s
}

.btn:hover span:nth-child(11) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.btn:hover span:nth-child(12) {
    -webkit-transition-delay: 0.55s;
    -moz-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    transition-delay: 0.55s
}

.btn:hover span:nth-child(13) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.btn:hover span:nth-child(14) {
    -webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s
}

.btn:hover span:nth-child(15) {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s
}

.btn:hover span:nth-child(16) {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s
}

.btn:hover span:nth-child(17) {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s
}

.btn:hover span:nth-child(18) {
    -webkit-transition-delay: 0.85s;
    -moz-transition-delay: 0.85s;
    -o-transition-delay: 0.85s;
    transition-delay: 0.85s
}

.btn:hover span:nth-child(19) {
    -webkit-transition-delay: 0.95s;
    -moz-transition-delay: 0.95s;
    -o-transition-delay: 0.95s;
    transition-delay: 0.95s
}

.btn:hover span:nth-child(20) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.icon-btn {
    background: #ffffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: 50%;
    bottom: -25px;
    margin-left: -25px;
}

.icon-btn:hover {
    background: #da5e03;
    color: #ffffff;
}


/* ------------------------
    Price Table
------------------------*/
.price-table {
    padding: 20px 15px;
    /* border-radius: 7px; */
    overflow: hidden;
    position: relative;
    background: #ffffff;
    /* text-align: center; */
    box-shadow: none !important;
}

.price-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #B94400;
    text-align: center;
}

span.price-title {
    font-weight: 500;
}

h3.price-title {
    font-size: 20px;
    margin: 20px 0;
}

span.price-title {
    font-size: 14px;
}

.price-header {
    position: relative;
    z-index: 9;
    text-align: center;
}


.price-value {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.price-table .saleBadge {
    visibility: hidden;
}

/* .price-table.active .saleBadge {
    visibility: visible;
} */

.price-value h2 {
    font-size: 35px;
    line-height: 60px;
    font-weight: 800;
    color: #333;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}

.price-value h2 span:not(.rialSymbol) {
    font-size: 26px;
    left: -50px;
    line-height: 24px;
    margin: 0;
    position: absolute;
    top: 10px;
    color: #5f5f5f;
    font-weight: normal;
}

.price-value span:not(.rialSymbol) {
    margin: 15px 0;
    display: block;
    color: #333;
}

.price-list ul li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.price-list ul li:last-child {
    margin-bottom: 0;
}

.dark-bg .price-list ul li {
    color: rgba(255, 255, 255, 0.8);
}

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

.price-list li i {
    color: #da5e03;
    line-height: 20px;
    font-size: 17px;
}

.price-inside {
    font-size: 80px;
    line-height: 80px;
    position: absolute;
    left: 85%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    font-weight: 900;
    color: rgba(0, 0, 0, 0.040);
}

/* .price-table::before {
    background: #fafaff;
    content: "";
    height: 300px;
    left: -25%;
    position: absolute;
    top: -10%;
    transform: rotate(-10deg);
    width: 150%;
} */

/* .price-table.active::before {
    transform: rotate(10deg);
} */

.price-table.style-2 {
    background: rgba(255, 255, 255, 0.020);
    box-shadow: none;
}

.price-table.style-2::before {
    background: rgba(255, 255, 255, 0.030);
    top: 50%;
    transform: translateY(-50%) rotate(-10deg);
}

.price-table.style-2 .price-title {
    color: #da5e03;
}

.price-table.style-2 .price-value span, .price-table.style-2 .price-value h2, .price-table.style-3.active .price-value h2,
.price-table.style-3.active .price-title, .price-table.style-3.active .price-value h2 span {
    color: #ffffff;
}

.price-table.style-2 .price-list {
    margin-top: 20px;
}

.price-table.style-2.active::before {
    transform: rotate(0);
}

.price-table.style-2 .price-inside {
    color: rgba(255, 255, 255, 0.040);
}

.price-table.style-2 .btn, .price-table.style-3.active .btn {
    -webkit-box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
}

.price-table.active {
    margin-bottom: 10px;
    /*padding: 70px 30px;
    */
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    box-shadow: 0px 42px 34px 0px #5243C24B !important;
}

.price-table .saleBadge {
    color: #fff;
    background: #B94400;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    padding: 7px 30px;
    width: 125px;
    white-space: nowrap;
    margin-bottom: 8px;
    display: inline-block;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
}

.price-table.style-3.active {
    background: #da5e03;
    color: #ffffff;
}

.price-table.style-3:before, .price-table.style-4:before {
    display: none;
}

.price-table.style-3 .price-list {
    margin-top: 25px;
}

.price-table.style-4 .price-list {
    margin: 25px 0;
}

.price-table.style-4 h3 {
    text-transform: capitalize;
}


/* ------------------------
    Section Title
------------------------*/
.title {
    position: relative;
    color: #333;
    margin-bottom: 0;
}

.dark-bg .title, .theme-bg .title, .theme-bg .section-title h6 {
    color: #ffffff
}

.section-title h6 {
    padding: 15px 0 15px 15px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-title h2 {
    margin-bottom: 15px;
}

.section-title p {
    margin-bottom: 0;
}

.title-effect {
    width: 50px;
    height: 50px;
    top: 0;
    position: absolute;
    right: 0;
    opacity: 0.2;
    animation: rotation 12.8s steps(1) 0s infinite;
}

.text-center .title-effect {
    right: 50%;
    margin-right: -25px;
}

.text-center .section-title h6 {
    padding: 15px 0;
}

.title-effect .bar {
    background: #da5e03;
}

.title-effect .bar-top {
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left top;
    transform: scale(0, 1);
    animation: bar-top 3.2s linear 0s infinite;
}

.title-effect .bar-right {
    width: 7px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: left top;
    transform: scale(1, 0);
    animation: bar-right 3.2s linear 0s infinite;
}

.title-effect .bar-bottom {
    width: 100%;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    animation: bar-bottom 3.2s linear 0s infinite;
}

.title-effect .bar-left {
    width: 7px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left bottom;
    transform: scale(1, 0);
    animation: bar-left 3.2s linear 0s infinite;
}

.title-effect-2 {
    height: 50px;
    position: relative;
    width: 50px;
    margin-bottom: 15px;
    animation: inherit;
    opacity: 1;
}

.title-effect-2 .ellipse {
    width: 100%;
    height: 100%;
    background: #da5e03;
    border-radius: 50%;
    animation: ellipse-animation 2.4s cubic-bezier(0, -0.26, 0.32, 1.22) 0s infinite;
    transform: rotate(0deg);
}

.title-effect-2 i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-size: 20px;
}

.theme-bg .title-effect .bar, .theme-bg .title-effect-2 .ellipse {
    background: #ffffff;
}

.theme-bg .title-effect-2 i {
    color: #da5e03;
}


/* ------------------------
    Progress Bar
------------------------*/
.ht-progress-bar {
    margin: 20px 0;
}

.ht-progress-bar h4 {
    color: #2c2c2c;
    font-weight: 700;
    font-size: 16px;
}

.ht-progress-bar .progress {
    height: 30px;
    padding: 4px;
    background: #eceff8;
    overflow: visible;
    border-radius: 30px;
}

.ht-progress-bar .progress .progress-bar {
    background-color: #da5e03;
    position: relative;
    overflow: visible;
    border-radius: 30px;
}

.ht-progress-bar .progress-parcent {
    position: absolute;
    left: 5px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600
}

.theme-bg .ht-progress-bar .progress {
    background: rgba(255, 255, 255, 0.2);
}

.dark-bg .ht-progress-bar .progress {
    background: #2ecc71;
}

.theme-bg .ht-progress-bar .progress .progress-bar, .dark-bg .ht-progress-bar .progress .progress-bar {
    background: #ffffff
}

.theme-bg .ht-progress-bar h4, .theme-bg .ht-progress-bar .progress-parcent,
.dark-bg .ht-progress-bar h4, .dark-bg .ht-progress-bar .progress-parcent {
    color: #ffffff
}

/* ------------------------
    New Blog Page
------------------------*/

/* navBlog section style start */
.newBlog {
    margin-top: 50px;
}

.newBlog a {
    display: block;
}

.newBlog a:hover {
    color: #B94400;
}

.navBlog_links {
    padding: 5px 0px;
    background-color: rgba(240, 242, 255, 50%);
    margin-top: 7px;
    border-radius: 10px;
}

.navBlog_links .blogLinks {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
}

.searchForm {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 4px 24px hsla(222, 68%, 12%, 0.1);
    border-radius: 4rem;
    padding: 4px;
    overflow: hidden;
    transition: width 0.5s cubic-bezier(0.9, 0, 0.3, 0.9);
}

.search__input {
    color: #1c1d3e;
    border: none;
    outline: none;
    width: calc(100% - 64px);
    height: 100%;
    background: transparent;
    border-radius: 4rem;
    padding-right: 14px;
    font-weight: 500;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1.5s;
}

.search__input:-webkit-autofill {
    box-shadow: 0 0 0 100px var(--white-color) inset;
}

.search__button {
    width: 56px;
    height: 56px;
    background-color: var(--dark-color);
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -8px;
    margin: auto;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: transform 0.6s cubic-bezier(0.9, 0, 0.3, 0.9);
}

.search__icon, .search__close {
    color: var(--white-color);
    font-size: 18px;
    position: absolute;
    transition: opacity 0.5s cubic-bezier(0.9, 0, 0.3, 0.9);
}

.search__close {
    opacity: 0;
}

/* Search animated */
.show-search {
    width: 100%;
}

.show-search .search__input {
    opacity: 1;
    width: 100%;
    pointer-events: initial;
}

.show-search .search__button {
    transform: rotate(90deg);
}

.show-search .search__icon {
    opacity: 0;
}

.show-search .search__close {
    opacity: 1;
}

/* .navBlog_links .searchBoxScreen {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 38px;
}

.navBlog_links .searchBoxScreen .searchInpScreen {
    height: 100%;
}

.navBlog_links .searchBoxScreen .searchBlogBtn {
    overflow: unset;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #136acd 0%, #5E3791 100%) !important;
} */

/* .navBlog_links .blogLinks li {
    display: inline-block;
} */

/* .navBlog_links .blogLinks li a {
    color: cornflowerblue;
    border: 1px solid;
    border-color: cornflowerblue;
    background: #fff;
    padding: 8px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
} */
.navBlog_links .blogLinks li a {
    color: #1c1d3e;
    padding: 5px;
    font-size: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.navBlog_links .blogLinks li:hover a {
    color: #da5e03;
}

.navBlog_links .blogLinks li a.active {
    color: #da5e03;
}

.navBlog_links .searchBox {
    width: 23%;
    height: 45px;
    position: relative;
    transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
    -moz-transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
    -ms-transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
}

.navBlog_links .searchBox.active {
    width: 100%;
}

.navBlog_links .searchBox input {
    width: 100%;
    height: 100%;
    border: none;
    font-weight: 500;
    background: #fff;
    font-size: 15px;
    border: 1px solid cornflowerblue;
    outline: none;
    color: #333;
    opacity: 0;
    padding: 0 20px 0 60px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
    -moz-transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
    -ms-transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
}

.navBlog_links .searchBox input.active {
    opacity: 1;
}

.navBlog_links .searchBox .search_openBtn, .navBlog_links .searchBox .search_closeBtn {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
    -moz-transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
    -ms-transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
}

.navBlog_links .searchBox .search_openBtn {
    right: 0px;
    color: #fff;
    background: cornflowerblue;
    height: 40px;
    width: 40px;
    z-index: 1;
}

.navBlog_links .searchBox .search_openBtn.active {
    right: 89%;
    width: 35px;
    height: 35px;
    transform: translateY(-50%) rotate(360deg);
    -webkit-transform: translateY(-50%) rotate(360deg);
    -moz-transform: translateY(-50%) rotate(360deg);
    -ms-transform: translateY(-50%) rotate(360deg);
    -o-transform: translateY(-50%) rotate(360deg);
}

.navBlog_links .searchBox .search_closeBtn {
    left: 35px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    color: cornflowerblue;
}

.navBlog_links .searchBox .search_closeBtn.active {
    right: -33px;
    left: unset;
    transform: translateY(-50%) rotate(360deg);
    -webkit-transform: translateY(-50%) rotate(360deg);
    -moz-transform: translateY(-50%) rotate(360deg);
    -ms-transform: translateY(-50%) rotate(360deg);
    -o-transform: translateY(-50%) rotate(360deg);
}

.searchData {
    text-align: center;
    padding-top: 7px;
    font-size: 22px;
    color: #333;
    font-weight: 600;
    display: none;
}

.searchData.active {
    display: block;
}

/* end style */

/* last post section style */

.lastPost .itemContent {
    margin-top: 8px;
    margin-bottom: 25px;
}

.lastPost .itemContent h2 {
    font-size: 22px;
    color: #010A57;
}

.lastPost:hover .itemContent h2, .lastPostItem:hover .itemContent h2 {
    text-decoration: underline !important;
}

.lastPostItem:hover .itemContent .post-title h2, .lastPost:hover .itemContent .post-title h2 {
    text-decoration: none !important;
}

.lastPost .itemContent p, .lastPostItem p {
    font-size: 14px;
    line-height: 1.9;
    color: #4F4F4F;
}

.lastPost .lastPostItem {
    padding-left: 20px;
    padding-right: unset;
}

.postTop .itemImg {
    width: 140px;
    /* height: 100px; */
}

/* .lastPost .lastPostItem .itemImg, .lastPostItem .post-imagezz {
    min-height: 350px
} */

/* .newPosts .itemImg {
    height: 185px;
} */

.lastPost .lastPostItem .itemImg img, .lastPostItem .post-imagezz img, .newPosts .itemImg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.lastPost .lastPostItem .itemImg img, .postTop .itemImg img,
.lastPost .lastPostItem .itemImg, .postTop .itemImg,
.lastPostItem .post-imagezz img {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.newPosts .itemImg img {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.postTop .itemImg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.categoryPost_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    cursor: text;
}

.categoryPost_box span {
    color: #4F4F4F;
    font-size: 14px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.postTop .categoryPost_box span:hover {
    color: #B94400;
}

/* .lastPost .postTop {
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
} */

.lastPost .postTop h4 {
    color: #333;
    font-size: 18px;
    margin-bottom: 25px;
}

.lastPost .postTop h5 {
    color: #333;
    font-size: 15px;
    margin-bottom: 25px;
}

.lastPost .postTop h5:hover {
    text-decoration: underline !important;
}

/* .lastPost .postTop .postPage_item a:nth-child(1) {
    font-size: 15px;
    color: #828893;
    margin-bottom: 15px;
    font-weight: 500;
} */

/* .lastPost .postTop .postPage_item a:nth-child(1), .lastPost .postTop .postPage_item a:nth-child(2), .lastPost .itemContent h2 {
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
} */


/* .lastPost .postTop .postPage_item a:nth-child(2) {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 700;
} */

/* .lastPost .postTop .postPage_item a:nth-child(1):hover {
    color: cornflowerblue;
} */

/* .lastPost .postTop .postPage_item a:nth-child(2):hover, .lastPost .itemContent h2:hover {
    color: #da5e03;
} */

.popularPosts_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 10px;
}

.newPosts_Head {
    color: #333;
    font-size: 25px;
    border-right: 3px solid #333;
    border-left: unset;
}

.postOption_box {
    padding: 16px 0;
    border-top: 1px solid #F2F3F4;
    border-bottom: 1px solid #F2F3F4;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    /* .popularPosts_box {
        flex-direction: column;
    } */

    /* .postTop .itemImg {
        width: 135px;
        min-height: 135;
    } */

    /* .newPosts .itemImg {
        height: 135px;
    } */

    /* .newPosts .itemImg {
        height: 145px;
    } */

    .imageHidden_mobile {
        display: none;
    }
}

/* end style */

/* new posts section style */

.newPosts .card {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.newPosts .card .cardImg {
    overflow: hidden;
    height: 250px;
}

.newPosts .card .cardImg img {
    object-fit: fill;
    height: 100%;
}

.newPosts .card a {
    height: 100%;
}

.newPosts .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1.5rem;
}

.newPosts .card .card-title {
    /* font-size: 25px; */
    font-weight: 700;
}

.newPosts .card .card-text {
    margin: 15px 0;
    font-size: 14px;
    color: #828893;
}

.newPosts .card img, .newPosts .card .card-title, .newPosts .card .card-title {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.newPosts .card:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.newPosts .card :hover .card-title {
    color: #da5e03;
}

.emailCard {
    background: #2047ce;
    height: 100%;
}

.emailCard .card-body.emailCard-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.emailCard h5 {
    color: #fff;
    font-size: 16px;
}

.emailCard .form-group {
    width: 100%;
}

.emailCard .form-group .group {
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 15px;
}

.tryFreeCard .form-group .group {
    justify-content: center;
}

.emailCard .form-group input {
    width: 80%;
    font-size: 14px;
    color: #333;
    box-shadow: none;
    display: block;
    background: #fff;
}

.tryFreeCard .blogForm input[type="email"] {
    width: 45%;
    height: 45px;
}

.emailCard .submitBtn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #da5e03;
    color: #fff;
    outline: none;
    box-shadow: none;
    border: 0;
    font-size: 18px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.tryFreeCard .submitBtn {
    width: auto;
    height: auto;
    border-radius: 20px;
    padding: 8px 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #da5e03;
    color: #fff;
    outline: none;
    box-shadow: none;
    border: 0;
    font-size: 15px;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

/* end style */

/* category posts section style start */

.categoryPosts h3 a {
    font-size: 25px;
    margin-bottom: 25px;
    color: #333;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.categoryPosts p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    color: #828893;
}

.categoryPosts .taxPosts {
    border-bottom: 1px solid #b2c3d3;
    padding-bottom: 1.75rem;
}

.categoryPosts .taxPosts a {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr;
    grid-auto-columns: 1fr;
    text-decoration: none;
    display: grid;
    align-items: center;
}

.categoryPosts .taxPosts img {
    width: 95px;
    height: 95px;
    object-fit: contain;
}

.categoryPosts .taxPosts p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.categoryPosts h3 a:hover, .categoryPosts .taxPosts p:hover {
    color: cornflowerblue;
}

.mobScreenView {
    margin-top: 20px;
    display: none;
}

.mobScreenView .postMob {
    margin-top: 20px;
    border-bottom: 1px solid #b2c3d3;
}

.mobScreenView a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.mobScreenView a p {
    /* font-size: 1.5rem; */
    font-weight: 700;
    line-height: 1.25;
    color: #333;
    margin-bottom: 0;
}

.mobScreenView a i {
    color: #333;
    font-size: 17px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.mobileSearch {
    display: none;
}

/* end style */

/* media query */
@media screen and (max-width: 992px) {
    .newBlog {
        margin-top: 0px;
    }

    .navBlog_links, .tabScreenView {
        display: none;
    }

    .mobileSearch {
        display: block;
    }

    .lastPost .lastPostItem {
        border: unset;
        padding-left: 0;
    }

    .mobScreenView {
        display: block;
    }

    .carousel-indicators [data-target] {
        zoom: 60%;
    }
}

@media screen and (max-width: 545px) {
    .carousel-indicators [data-target] {
        zoom: 50%;
    }

    .tryFreeCard .form-group .group {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .tryFreeCard .blogForm input[type="email"] {
        width: 80%;
    }

    .featureSection .bigDashCircleFet {
        display: none;
    }

    .featureSection {
        background-position: -65px 15px;
    }
}

@media screen and (max-width: 440px) {
    .carousel-indicators [data-target] {
        zoom: 35%;
    }
}

/* end the new blog page style */

.faqsTiltle_container .faqsTitle {
    width: 85%;
}

/* Font Face of Reyal Currency */

@font-face {
    font-family: "SaudiRiyalFont";
    src: url("../fonts/SaudiRiyalFont.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.rialSymbol {
    font-family: 'Cairo', 'SaudiRiyalFont' !important;
    font-style: normal;
    font-weight: bold;
    position: static !important;
    font-size: 35px !important;
}

.discountPrice {
    display: inline-block;
}

.discountPrice .rialSymbol {
    font-size: inherit !important;
    margin: unset;
    display: inline-block;
}

/* Banner Section Style */
.p2 {
    display: none;
}

.popUp_cookies {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: row;
    width: 95%;
    background: linear-gradient(135deg, #6a99cf 0%, #8865b5 100%);
    color: #fff;
    padding: 10px;
    position: fixed;
    bottom: 10px;
    right: 2.5%;
    z-index: 100;
}

.popUp_cookies button {
    padding: 5px;
    background-color: #136acd;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #136acd;
}

a {
    text-decoration: none;
}

.containerBanner {
    background: #fff;
}

.containerBanner .layoutFet {
    position: relative;
}

.containerBanner .layoutFet .pageHead_img {
    top: 55px;
}

.containerBanner .homeBanner_text {
    font-size: 35px;
    color: #333;
    text-align: center;
    line-height: 1.9;
}

.containerBanner .homeBanner_text strong {
    color: #B94400;
}

.containerBanner .homeBanner_text strong.brush-underline {
    position: relative;
}

.containerBanner .homeBanner_text strong.brush-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 20px;
    background: url('../images/Vector.webp') no-repeat center bottom;
    background-size: contain;
    display: block;
    min-height: 20px;
    pointer-events: none;
}


.imgHome_fullScreen {
    max-width: 950px !important;
    max-height: 518px;
    padding: 12px;
    aspect-ratio: 16 / 9;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.roundVideo {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.section_bg {
    background-color: #f6f6f6;
    border-bottom: 1px solid rgba(208, 213, 221, 1);
}

.content_bg {
    background-color: #fff;
    padding: 20px 10px;
    width: 95%;
    margin: auto;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.forgot_password, .haveAccount, .haveAccount a, .login_option, .back_login_page, .back_login_page a, .login-form p {
    color: #333 !important;
    font-size: 13px;
}

.login-form p {
    font-weight: 300;
}

.login-form h1 {
    line-height: 1.7;
}

.back_login_page .fa-arrow-left {
    display: none;
}

.haveAccount a, .back_login_page a {
    text-decoration: underline !important;
}

.login_option {
    position: relative;
}

.login_option:after, .login_option:before {
    position: absolute;
    content: '';
    width: 200px;
    height: 1px;
    background: #333;
    top: 50%;
}

.login_option:after {
    right: 18px;
}

.login_option:before {
    left: 18px;
}

.pass_eye {
    cursor: pointer;
    position: absolute;
    top: 62%;
    left: 15px;
    color: #333;
    font-size: 14px;
}

.pass_eye_slash {
    display: none;
}

/* Progress bar on forget password style */
.login_pass fieldset:not(:first-of-type) {
    display: none
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#progressbar li {
    font-size: 15px;
    width: 33%;
    height: 5px;
    position: relative;
    font-weight: 400;
    background: #D9D9D9;
    margin: 0 5px;
    list-style: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

#progressbar li::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #D9D9D9;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

#progressbar li.active:before {
    background: #B94400
}

/* OTP style */
.otp-container {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 20px;
}

.otp-input {
    color: #333;
    width: 70px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    /* margin: 0 5px; */
    border: 1px solid #D0D5DD;
    outline: none;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.otp-input:focus, .otp-input:not(.otp-input[disabled]) {
    border-color: #333;
}

@media (max-width: 1025px) {
    .otp-input {
        width: 50px;
    }

    .login_option:after, .login_option:before {
        width: 170px;
    }
}

@media (max-width: 769px) {
    .otp-container {
        justify-content: center;
    }

    .login_option:after, .login_option:before {
        width: 270px;
    }
}

/* Banner Section Responsive */

@media (max-width: 767.89px) {
    .login_option:after, .login_option:before {
        width: 130px;
    }

    .containerBanner_mobile .homeBanner_text {
        font-size: 25px;
    }
}

@media only screen and (max-width: 600px) {
    .p2 {
        display: block;
    }

    .p1 {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .containerBanner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
}

@media (max-width: 400.89px) {
    .login_option:after, .login_option:before {
        width: 100px;
    }
}

/* End */

/* Register Step bar style */

.info-section_data {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 20px;
    white-space: nowrap;
}

.info-box_data {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
}

.info-header_data {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sub-info_data {
    margin-top: 5px;
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
}

.check-icon_data {
    border: 1px solid #B94400;
    color: #B94400;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-icon_data.active {
    background-color: #B94400;
    color: #fff;
}

.dividerInfo_data {
    height: 2px;
    width: 150px;
    background-color: #CFD6DC;
}

@media (max-width: 767px) {
    .otp-input {
        width: 34px;
        height: 30px;
    }

    .info-section_data {
        white-space: nowrap;
        zoom: 70%;
        font-size: 12px;
    }
}

.select2-container[dir="ltr"] .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
    padding-right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 40px;
}

/* national_day_price_offer */
.nationalDay_price_offer {
    position: absolute;
    top: 52px;
    font-size: 10px;
    font-weight: bolder;
    background: #074D31;
    color: #fff;
    padding: 5px 6px;
    left: -17px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
