/* Table Of Contents */


/* General Styling and Tags

Google Font

1.Feature
  - features section

2.About
   - about Section

3.Services
   - .our-services

4.How Its Work
    - .how-it-work Section

5.How Its Work Section
    - .Project Section

6.Parallax
    - parallax secton

7.Team about
  - team about section

8.Work
  - work section

9.Counters
  - counter section

10. Testimonial
    - testimonials section

11. Price
  - .price section

12.Map Section
  - .map

13.Video Parallax
 - parallax section

 14.Client
 - client section

  15.Blog
 - blog section

   16.Contact
 - Contact section

    17.Contact
 - Contact section

    18.Footer
 - footer

   19. Responsivenes
 - Meida Quries
                    */




/* ===================================
    Google font
====================================== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700');

/* ===================================
    Typography
====================================== */

/* font family */

.alt-font {
    font-family: 'Raleway', sans-serif;
}

.main-font {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #FFF;
}

p {
    color: #0b0b0b;
}

.text-primary {
    color: #b6bd45;
}

.text-secondary {
    color: #f16623;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.text-main {
    color: #ec2227;
}

.text-sub {
    color: #f0ff00;
}

.btn-primary {
    background-color: #b6bd45;
}

.btn-secondary {
    background-color: #f16623;
}

/* slider three */

.slider-typography {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
}

.slider-text-middle-main {
    display: table;
    height: 100%;
    width: 100%;
}

.slider-text-middle {
    display: table-cell;
    vertical-align: middle;
}

.down-section {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
    right: 0;
}

.swiper-slide {
    background-size: cover !important;
}

/* about slider */

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.morphext>.animated {
    display: inline-block;
}

/*-- about two --*/

.feature-bg-img {
    left: 0;
    background: url(../images/feature-two-img.jpg);
    position: relative;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 475px;
    height: 430px;
    margin-top: -50px;
    background-repeat: no-repeat;
    background-size: cover;
}

/*-- about three -- */
.half-section-left {
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.half-section-right {
    right: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.half-section-left img,
.half-section-right img {
    max-width: 700px;
    margin: 0 auto;
}

/* Seperator */

.seperator-one {
    margin-top: 0px;
    margin-bottom: 0;
    border: 0;
    width: 25px;
    border-top: 2px solid #000;
}

.seperator-two {
    margin-top: 0px;
    margin-bottom: 2px;
    border: 0;
    width: 12px;
    border-top: 2px solid #000;
}

/* Abhout Step */

.process-wrapp,
.process-wrapp li,
.process-wrapp li>.pro-step {
    position: relative;
    z-index: 1;
}

.process-wrapp {
    padding: 0;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
}

.process-wrapp li {
    display: inline-block;
    text-align: center;
    width: 25%;
    padding: 0 15px;
    cursor: pointer;
}

.process-wrapp li>.pro-step {
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border: 1px solid #cdcdcd;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #b6bd45;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.process-wrapp li:hover .pro-step {
    border: 1px solid #f16623;
    -webkit-box-shadow: 0 0 25px 50px #f16623 inset;
    box-shadow: 0 0 25px 50px #f16623 inset;
    color: #fff;
}


.process-wrapp li:hover .pro-step .fa {
    color: #fff;
    transition: all 0.2s;
}

.process-wrapp li:first-child>.pro-step::before,
.process-wrapp li:last-child>.pro-step::after {
    opacity: 0;
    visibility: hidden;
}

.process-wrapp li>.pro-step::before {
    left: -110%;
}

.process-wrapp li>.pro-step::after {
    left: 110%;
}

.process-wrapp li>.pro-step::before,
.process-wrapp li>.pro-step::after {
    content: "";
    height: 1px;
    top: 50px;
    background: #cdcdcd;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.swiper-container {
    padding-top: 0;
}

/*team section */

.team-quote p {
    max-width: 500px;
}

.p-text {
    padding: 0;
    font-size: 30px;
    color: #b1b1b1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    height: 100%;
    line-height: 35px;
    text-align: right;
}

.progress {
    height: 3px;
    overflow: visible;
}

.progress-bar {
    box-shadow: none;
    border: none;
    border-radius: 15px;
    position: relative;
    -webkit-animation: animate-positive 1s;
    animation: animate-positive 1s;
    overflow: visible;
    float: left;
    width: 0;
    height: 100%;
    text-align: center;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.team-box {
    position: relative;
    max-width: 360px;
    margin: 0 auto;
    overflow: hidden;
}

.team-box .team-image {
    max-width: 360px;
    overflow: hidden;
    transform: scale(1);
    cursor: pointer;
}

.team-box img {
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
}

.team-box:hover img {
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transform: scale(1.1);
}

.extend-tag {
    position: relative;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    bottom: 110px;

}

.flip {
    width: 250px;
}

.flip .front,
.flip .back {
    height: 70px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    cursor: pointer;
}

.team-social {
    line-height: 50px;
}

.team-social a {
    display: inline-block;
    margin: 5px;
    font-size: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    border: 1px solid;
    color: #3d3d3d;
}

.team-social a:hover i {
    color: #fff;
    transition: .1s;
}

/* team-two- */
.team-two-tag {
    position: absolute;
    bottom: 10%;
    left: 10%;
    background: #fff;
    padding: 15px;
    width: 200px;
    overflow: hidden;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.team-box:hover .team-two-tag {
    width: 80%;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.team-two-social {
    display: none;
    position: absolute;
    left: 200px;
    bottom: -40px;
}

.team-box:hover .team-two-social {
    display: inline-block;
    bottom: auto;
    transition: all 1.3s linear;
    -moz-transition: all 1.3s linear;
    -o-transition: all 1.3s linear;
    -webkit-transition: all 1.3s linear;

}

.team-two-social a {
    margin: 5px;
    font-size: 16px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    vertical-align: middle;
    color: #656565;
}

/* team three */

.team-three-tag {
    position: absolute;
    bottom: 10%;
    left: 0%;
    transition: all 0.05s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.team-three-text {
    padding: 15px;
    position: relative;
    background: #fff;
    z-index: 3;
}

.team-three-tag .team-three-social {
    position: absolute;
    width: 40px;
    height: 100%;
    text-align: center;
    right: 0px;
    top: 0;
    padding: 4px;
    opacity: 0;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.team-three-tag .team-three-social a {
    display: block;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
}

.team-three-tag .team-three-social a:hover {
    background: #fff;
    border: 1px solid #fff;
}

.team-box:hover .team-three-text {
    padding-right: 40px;
}

.team-box:hover .team-three-social {
    opacity: 1;
    margin-right: -40px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}


/*work section */

.work-item {
    display: inline;
    max-width: 580px;
    margin: 0 auto;
}

.work-text {
    max-width: 200px;
    margin: 0 auto;
    padding-left: 15px;
}

.work-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
    background-color: rgba(0, 168, 197, 0.66);
}

.work-overlay>.plus {
    display: block;
    height: 70px;
    width: 70px;
    margin: 0 auto;
    top: 35%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.work-overlay>.plus::before,
.work-overlay>.plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

.work-overlay>.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}

.work-overlay>.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}

.work-item {
    cursor: pointer;
}

.work-item:hover .work-overlay {
    opacity: 1;
    visibility: visible;
}

.work-item:hover .text-large {
    color: #b6bd45;
}

.work-image {
    max-width: 100%;
    overflow: hidden;
}

.work-item:hover .work-image img {
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transform: scale(1.1);
}

/*work-two section */

.work-two-overlay-left,
.work-two-overlay-right {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #f8f8f8;
    top: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.work-two-overlay-right {
    right: 0;
}

.work-two-overlay-left {
    left: 0;
}

.overlay-text {
    height: 100%;
    width: 100%;
    padding: 0 10px;
    color: #0b0b0b;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    transition: all 100ms ease;
}

.overlay-text p {
    max-width: 300px;
    margin: 0 auto;
}

.work-two-hover:hover .blog-hvr-bg-red {
    background: #f16623;
}

.work-two-hover:hover .blog-hvr-bg-blue {
    background: #b6bd45;
}

.work-two-hover:hover .blog-hvr-bg-yellow {
    background: #e3de00;
}

.work-two-hover:hover .overlay-text {
    color: #fff;
}

/* Work Three Portfolio */

.gallery {
    width: 100% !important;
    height: 600px;
}

.portfolio .filtering .active {
    color: #f16623;
    border: 1px solid #f16623;
}

.portfolio .filtering span {
    background-color: #fff;
    border: 1px solid #ECECEC;
    color: #888888;
    cursor: pointer;
    font: 400 12px/32px "Roboto", sans-serif;
    margin: 0 5px 10px 5px;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out;
}

.portfolio .items {
    position: relative;
    margin-top: 30px;
}

.portfolio .item-img {
    position: relative;
    overflow: hidden;
}

.portfolio .item-img-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.95);
    color: #35424C;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 2;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.portfolio .item-img:hover .item-img-overlay {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio .item-img-overlay a {
    font-size: 30px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #5a5a5a;
}

/* Counter */

.counter-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: white;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 25px;
    margin: 0 auto;
    margin-bottom: 20px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.counter-item {
    cursor: pointer;
}

.counter-item:hover .counter-icon {
    transform: translateY(-10px);
}

/* Counter Two */

.counter-two-block {
    height: 350px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-size: cover !important;
}

.counter-two-icon {
    color: #fff;
    font-size: 60px;
    margin-bottom: 10px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.counter-two-block:hover .counter-two-icon {
    transform: translateY(-10px);
}


/* Testimonials */

.rating-icon {
    color: #fff837;
}

.owl-testimonials .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: block;
}

.owl-testimonials .owl-nav i {
    transition: .1s;
}

.owl-testimonials .owl-nav .owl-next,
.owl-testimonials .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 43px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 20px;
    background: transparent;
    border: 1px solid #fff;
    transition: .1s;
}

.owl-testimonials .owl-nav .owl-next {
    float: right;
}

.owl-testimonials .owl-nav .owl-prev {
    float: left;
}

.owl-testimonials .owl-nav .owl-next:hover,
.owl-testimonials .owl-nav .owl-prev:hover {
    background: #fff;
    color: #b6bd45;
}

/*-- testimonial two --*/
.owl-testimonial-two {
    position: relative;
    margin-top: -90px;
}


.testimonial-two-bg {
    height: 400px;
    position: relative;
}

.testimonial-two-title {
    position: absolute;
    bottom: 0;
    left: 50%;
}

.testimonial-client-img {
    max-width: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.testimonial-two-rating {
    color: #fff83c;
}

.owl-testimonial-two .owl-nav {
    position: relative;
    bottom: 70px;
    width: 50%;
}

.owl-testimonial-two .owl-nav .owl-prev,
.owl-testimonial-two .owl-nav .owl-next {
    position: absolute;
    font-size: 30px;
    color: #494949;
    background: transparent;
}

.owl-testimonial-two .owl-nav .owl-prev:hover,
.owl-testimonial-two .owl-nav .owl-next:hover {
    color: #494949;
    background: transparent;
}

.owl-testimonial-two .owl-nav .owl-next {
    right: 20%;
}

.owl-testimonial-two .owl-nav .owl-prev {
    left: 20%;
}




/* price */
.price-item {
    max-width: 370px;
    border: 1px solid #f1f1f1;
    cursor: pointer;
}

.price-item:hover .bg-light-gray {
    background: #f16623;
    color: #fff;
}

.price-item:hover .price .text-extra-dark-gray,
.price-item:hover .price .text-dark-gray {
    color: #fff;
}

.price-inner {
    max-width: 270px;
    margin: 0 auto;
}

.price .currency {
    display: inline-block;
    font-size: 2rem;
}

.price .value {
    font-size: 7rem;
    font-weight: 500;
    line-height: 60px;
}

.price .duration {
    font-size: 1.4rem;
}

/*Video Parallax*/
.video-parallax .btn.btn-rounded.btn-extra-large {
    padding: 5px 25px 5px 2px;
}

.video-parallax {
    position: relative;
    width: 100%;
    height: 85vh;
    /* Adjust height as needed */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    /* Ensures video stays behind everything */
}

/* Overlay to darken video */
.overlay1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000bd;
    /* Adjust opacity for darkness */
    z-index: 0;
    /* Places overlay above video */
}



.video-social {
    font-size: 18px;
    width: 45px;
    height: 45px;
    line-height: 41px;
    padding-left: 5px;
    border: 2px solid #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-right: 15px;
    color: #fff;
}

.client {
    max-width: 150px;
    margin: 0 auto;
}

.owl-client .owl-dots {
    margin-top: 25px !important;
}

.owl-client .owl-dot span {
    background: #646464 !important;
}

.owl-client .owl-dot.active span {
    background: #b6bd45 !important;
    height: 15px;
}

/* Blog */

.blog-item,
.blog-image {
    position: relative;
    margin: 0 auto;
}

.blog-author-image {
    position: relative;
    display: inline-flex;
    margin-top: -35px;
    margin-left: 15px;
    z-index: 98;
}

.blog-author-image img {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.blog-item .line-height {
    line-height: 24px;
}

.btn.btn-rounded.btn-blog {
    font-size: 13px;
    padding: 2px 8px;
    color: #bbbbbb;
    border: 2px solid transparent;
}

.btn.btn-rounded.btn-blog:hover,
.btn.btn-rounded.btn-blog:focus {
    background: #b6bd45 !important;
    border: 2px solid transparent;
    color: #fff;
}

.btn.btn-rounded.btn-blog.btn-hvr-red:hover,
.btn.btn-rounded.btn-blog.btn-hvr-red:focus {
    background: #f16623 !important;
    border-color: #f16623 !important;
    color: #fff !important;
}

.btn.btn-rounded.btn-blog:hover i {
    color: #fff;
}

.owl-blog-item .owl-nav {
    position: absolute;
    bottom: 5px;
    right: 15px;
}

.owl-blog-item .owl-nav .owl-next,
.owl-blog-item .owl-nav .owl-prev {
    font-size: 18px;
    margin: 5px;
    padding: 2px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.owl-blog-item .owl-nav .owl-next,
.owl-blog-item .owl-nav .owl-prev .fa {
    line-height: 25px;
}

.owl-blog-item .owl-nav .owl-next:hover,
.owl-blog-item .owl-nav .owl-prev:hover {
    background: #b6bd45;
    border: 2px solid #b6bd45;
}

.blog-item .padding-20px-lr {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.play-hvr {
    position: absolute;
    z-index: 8;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6px;
    border: 4px solid transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.play-icon {
    position: relative;
    height: 60px;
    width: 60px;
    line-height: 63px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #b6bd45;
    padding-left: 4px;
    font-size: 20px;
    color: #fff;
    box-shadow: 0 0 0 rgba(23, 172, 198, 0.4);
    cursor: pointer;
}

.play-hvr:hover {
    border: 4px solid #b6bd45;
}

/* blog-two */

.blog-two-block {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog-two-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    background: #fff;
    color: #0b0b0b;
    -webkit-transition: all 10ms ease;
    -moz-transition: all 10ms ease;
    -o-transition: all 10ms ease;
    -ms-transition: all 10ms ease;
    transition: all 10ms ease;

}

.blog-two-img {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.blog-two-img img {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.blog-two-block:hover .blog-two-img img {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transform: scale(1.1);
}

.blog-two-block:hover .hvr-bg-blue {
    background: #b6bd45;
    color: #fff;
}

.blog-two-block:hover p {
    color: #fff;
}

.blog-two-block:hover .hvr-bg-red {
    background: #f16623;
    color: #fff;
}

.blog-two-block:hover p {
    color: #fff;
}

.blog-two-block:hover .btn.btn-blue,
.blog-two-block:hover .btn.btn-red {
    background: transparent;
    border-color: #fff !important;
    color: #fff !important;
}

.blog-two-block .btn.btn-blue:hover,
.blog-two-block .btn.btn-red:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #141414 !important;
}


/*contact */
.contact-form input,
.contact-form textarea {
    border: none;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 0 10px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

.contact-form textarea {
    height: 120px !important;
    width: 100%;
}

.form-control:focus {
    border-color: #e4e4e4;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0), 0 0 8px rgba(0, 87, 255, 0);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0), 0 0 8px rgba(111, 192, 255, 0);
}

.contact-form .seperator-two {
    display: inline-block;
    margin-bottom: 4px;
}

.contact-form .seperator-one {
    display: inline-block;
    margin-left: -16px;
}

.address i {
    font-size: 25px;
    line-height: 40px;
    color: #b6bd45;
}

.map {
    height: 650px;
    width: 95%;
    margin: 0 auto;
}

/* footer */

.footer-nav {
    width: 100%;
    position: relative;
    text-align: center;
}

.footer-nav a {
    margin: 5px;
}

footer a:hover,
footer a:active,
footer a:focus {
    text-decoration: none;
    color: #fff;
}

.verticle-line {
    width: 2px;
    height: 18px;
    position: relative;
    background: white;
    vertical-align: middle;
    display: inline-block;
}

.footer-social {
    margin-top: -8px;
}

.footer-social a {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 32px;
    margin: 3px;
    border: 1px solid transparent;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.footer-social a:hover {
    border: 1px solid #fff;
    background: #fff;
}

/* Particles */
canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- particles.js container ---- */
canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- particles.js container ---- */

.particles-version {
    position: relative;
}

p {
    color: #5d5d5d;
}

#particles-js {
    position: relative;
    width: 100%;
    height: 450px;
    background: rgba(227, 218, 54);
    background: -moz-linear-gradient(left, rgba(227, 218, 54) 0%, rgba(241, 102, 35) 85%, rgba(241, 102, 35) 100%, rgba(227, 218, 54) 100%, rgba(241, 102, 35) 100%, rgba(241, 102, 35) 100%);
    background: -webkit-linear-gradient(left, rgba(227, 218, 54) 0%, rgba(241, 102, 35) 85%, rgba(241, 102, 35) 100%, rgba(227, 218, 54) 100%, rgba(241, 102, 35) 100%, rgba(241, 102, 35) 100%);
    background: linear-gradient(to right, rgba(227, 218, 54) 0%, rgba(241, 102, 35) 85%, rgba(241, 102, 35) 100%, rgba(227, 218, 54) 100%, rgba(241, 102, 35) 100%, rgba(241, 102, 35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e0ce', endColorstr='#2989d8', GradientType=1);
    overflow: hidden;
}

#particles-js-web {
    position: relative;
    width: 100%;
    height: 450px;
    background: rgba(227, 218, 54);
    background: -moz-linear-gradient(left, rgba(227, 218, 54) 0%, rgba(241, 102, 35) 85%, rgba(241, 102, 35) 100%, rgba(227, 218, 54) 100%, rgba(241, 102, 35) 100%, rgba(241, 102, 35) 100%);
    background: -webkit-linear-gradient(left, rgba(227, 218, 54) 0%, rgba(241, 102, 35) 85%, rgba(241, 102, 35) 100%, rgba(227, 218, 54) 100%, rgba(241, 102, 35) 100%, rgba(241, 102, 35) 100%);
    background: linear-gradient(to right, rgba(227, 218, 54) 0%, rgba(241, 102, 35) 85%, rgba(241, 102, 35) 100%, rgba(227, 218, 54) 100%, rgba(241, 102, 35) 100%, rgba(241, 102, 35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e0ce', endColorstr='#2989d8', GradientType=1);
    overflow: hidden;
}

#particles-js .center-col {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#particles-js-web .center-col {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/*Side Nav */

.menu_bars {
    position: fixed;
    width: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    display: table;
    z-index: 9999;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
    right: 6%;
    padding: 11px 10px;
    top: 9px;
    color: #FFF;
}

.menu_bars span {
    background: #fff;
    display: block;
    width: 21px;
    height: 2px;
    margin: 4px 0;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.header-appear .menu_bars span {
    background: #0b0b0b;
}

.pushmenu.pushmenu-right {
    padding: 20px 20px 20px 40px;
}

.pushmenu-right {
    right: -270px;
}

.pushmenu {
    background: rgba(235, 234, 234, 0.9);
    padding: 20px 15px;
    width: 300px;
    height: 100%;
    top: 0;
    z-index: 1100;
    position: fixed;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-bottom: 3px solid #ec2227;
    border-top: 3px solid #b6bd45;
}

.pushmenu-right.pushmenu-open {
    right: 0;
    box-shadow: 3px 0 3px 3px #1d1d1d;
}

.pushmenu.pushmenu-right {
    padding: 20px 20px 20px 40px;
}

.pushmenu-right {
    right: -300px;
}

.side-nav .menu_bars.active.right {
    background: none;
}

.menu_bars.active.right {
    padding: 15px;
    top: 25px !important;
    z-index: 9999;
}

.side-nav .menu_bars.active.right span {
    width: 24px;
    height: 2px;
    background: #f16623;
}

.menu_bars.active span.t1 {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
}

.side-nav .menu_bars.active.right span .t2 {
    margin: 4px;
}

.side-nav .menu_bars span.t2 {
    margin: 3px 0;
}

.menu_bars.active span.t2 {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu_bars.active span.t3 {
    -webkit-transform: translateY(-5px) rotate(-135deg);
    transform: translateY(-5px) rotate(-135deg);
}

.pushmenu .push-logo {
    display: block;
    padding: 0 0 30px 0;
    position: relative;
    z-index: 9999;
    width: 115px;
}

.pushmenu .push_nav {
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    background: transparent;
}

.pushmenu .push_nav li {
    display: block;
    font-size: 15px;
    padding: 5px;
    margin: 0 0px 18px 0px;
    text-transform: capitalize;
    padding-left: 0;
    font-weight: 300;
}

.pushmenu .push_nav>li>a,
.header-appear .pushmenu .push_nav>li>a {
    color: #181818 !important;
    font-weight: 500;
}

.pushmenu .push_nav>li>a>span {
    display: inline-block;
    font-size: 30px;
    opacity: 0.3;
    vertical-align: middle;
    width: 30px;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
    color: #181818 !important;
    margin-right: 20px;
    margin-top: -12px;
    font-weight: 500;
}

.pushmenu .social_icon {
    position: absolute;
    bottom: 15px;
    left: 25px;
    right: 0;
}

.sidebar_menu .small-icon li {
    margin: 0;
}

.sidebar_menu .small-icon li a {
    color: #181818;
}

.sidebar_menu .small-icon li a:hover {
    color: #ec2227;
}

.pushmenu.pushmenu-open .push_nav>li:first-child {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(6) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(7) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(8) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

.pushmenu.pushmenu-open .push_nav>li {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    opacity: 1;
}

.pushmenu .push_nav>li {
    display: block;
    position: relative;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
    opacity: 0;
}

.pushmenu .push_nav>li a {
    display: block;
}

.pushmenu.pushmenu-open .push_nav>li a:hover {
    transform: translateX(-10px);
    transition: all 300ms linear;
    color: #ec2227 !important;
}

.side-nav-social-icon {
    position: absolute;
    bottom: 10px;
}

.side-nav-social-icon a {
    font-size: 16px;
    display: inline-block;
    text-align: center;
    color: #181818;
    height: 30px;
    line-height: 30px;
    width: 30px;
    border: 1px solid;
    margin: 3px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

/* modern-pushMenu */

.header-appear .showMenuButton {
    top: 19px;
}




/*header with top-bar */

.header-with-topbar .top-header-area {
    font-size: 13px;
    position: fixed;
    top: 0;
    z-index: 99;
    height: 50px;
    line-height: 50px;
    width: 100%;
    transition: ease-in-out .3s;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
}

/*header with top-bar Round Nav */

.round-nav .header-with-topbar .top-header-area {
    height: 120px;
    line-height: 95px;
}

.round-nav .sticky.header-with-topbar .top-header-area {
    top: -120px;
}

.round-nav .header-with-topbar.sticky .navbar-top {
    top: 0 !important;
    max-width: 100%;
    border-radius: 0px !important;
    z-index: 99;
}

.round-nav header .showMenuButton-two {
    display: none;
}

.circle-navbar {
    max-width: 1200px;
    padding: 0 30px !important;
    margin: 0 auto;
    border-radius: 50px !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    top: 85px !important;
    z-index: 99;
}

.navbar-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
}

.top-nav-icon a {
    font-size: 16px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    margin: 2px;
    border: 1px solid transparent;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
}

.top-nav-icon a:hover {
    background: #fff;
    border: 1px solid #fff;
}

.circle-navbar li a:before {
    position: absolute;
    content: '';
    width: 100%;
    display: table;
    height: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    bottom: 21px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #17acc6 !important;
    visibility: hidden;
    opacity: 0;
}

.circle-navbar li.active a {
    color: #232323 !important;
}

.circle-navbar li.active a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}

.header-appear .circle-navbar li a:before {
    bottom: 16px;
}

/*nav link white */
.header-appear .nav-white-list li a {
    color: #232323 !important;
}

.nav-white-list li a {
    color: #fff !important;
}

.nav-white-list li.active a,
.header-appear .nav-white-list li.active a {
    color: #17acc6 !important;
}

/* Center Logo */
.menu-logo-center .navbar-left>li {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.center-logo-header .showMenuButton-two span.hamburger,
.center-logo-header .showMenuButton-two span.hamburger:after,
.center-logo-header .showMenuButton-two span.hamburger:before {
    background: #fff;
}

.header-appear.center-logo-header .showMenuButton-two span.hamburger,
.header-appear.center-logo-header .showMenuButton-two span.hamburger:after,
.header-appear.center-logo-header .showMenuButton-two span.hamburger:before {
    background: #232323;
}

.center-logo-header .menu_bars {
    top: 14px;
}

.header-appear.center-logo-header .menu_bars {
    top: 8px;
}

/* Bottom-nav */

.bottom-nav .navbar-fixed-top {
    position: absolute;
    top: auto;
    bottom: 0;
    margin: 0;
}

.bottom-nav .hermes .tp-bullet {
    display: none;
}

.bottom-nav .center-logo-header .menu_bars {
    position: absolute !important;
    top: auto !important;
    bottom: 15px !important;
}

.bottom-nav .header-appear .menu_bars {
    bottom: 8px !important;
}

.navbar-bottom-top {
    position: fixed !important;
    top: 0 !important;
    bottom: auto !important;
    margin: auto !important;
}

.bottom-nav .navbar-bottom-top .menu_bars {
    position: fixed !important;
    bottom: auto !important;
    top: 8px !important;
}

.bottom-nav .navbar-bottom-top .menu_bars.active.right {
    top: 25px !important;
}

/*-- side nav --*/

.left-logo .navbar-brand {
    position: fixed;
    top: 0;
    left: 0;
    width: 140px;
    min-height: 20px;
    height: auto;
    z-index: 99;
    margin-top: 20px;
    margin-left: 40px;
}

.left-logo .menu_bars {
    top: 60px;
}

.left-logo .display_none {
    transform: scale(0) !important;
}

/*-- header with top-bar --*/

.header-with-topbar .showMenuButton-two {
    top: 70px;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
}

.header-with-topbar.header-appear .showMenuButton-two {
    top: 15px !important;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
}

.header-top-icon a {
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 50px;
    margin: 3px;
    transition-duration: .1s;
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s;
    -ms-transition-duration: .1s;
    -o-transition-duration: .1s;
}

.header-top-icon a:hover {
    background: #fff;
    border: 1px solid #fff;
}

/*--- Svg Nav ---*/

.svg-nav {
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.86) !important;
    border: none !important;
}

.svg-nav .showMenuButton-two {
    display: none;
}

.header-appear .svg-nav .showMenuButton-two {
    transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    display: block;
}

.header-appear .svg-nav {
    background: #fff !important;
    max-width: 100%;
}

.svg-nav:before {
    content: "";
    position: absolute;
    left: -20px;
    top: -1px;
    border-left: 20px solid transparent;
    border-bottom: 73px solid rgba(255, 255, 255, 0.86);
}

.svg-nav:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0px;
    border-right: 20px solid transparent;
    border-top: 74px solid rgba(255, 255, 255, 0.86);
}

.header-appear .svg-nav:before,
.header-appear .svg-nav:after {
    display: none;
}

/*--- box Nav ---*/

.box-nav {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 5px !important;
}

.box-nav .showMenuButton-two {
    display: none;
}

.header-appear .box-nav .showMenuButton-two {
    transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    display: block;
}

.header-appear .box-nav {
    max-width: 100%;
    border-radius: 0 !important;
}



/*-- Parallax Portfolio -- */

.single-version nav.navbar.navbar-default ul.nav>li>a {
    color: #fff !important;
}

.single-items {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.single-version .header-appear .menu_bars span {
    background: #181818;
}

.single-version .header-social-icon a {
    height: 30px;
    width: 30px;
    line-height: 28px;
    border: 1px solid transparent !important;
    display: inline-block;
    background: transparent;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
}

.single-version .header-social-icon a i,
.single-version .header-searchbar a i {
    margin: 0;
}

.single-version .menu_bars {
    top: 13px;
}

.single-version .header-appear .menu_bars {
    top: 9px;
}

.single-items h3 strong {
    text-shadow: 0px 2px 2px rgba(0, 0, 0, .7);
}

.single-version a,
.single-version a:hover,
.single-version a:active,
.single-version a:focus {
    color: inherit;
    text-decoration: none;
}

.single-version .scroll-top-arrow,
.single-version .scroll-top-arrow:focus {
    color: #fff;
}

.single-version .verticle-line {
    background: #343434;
}

.single-version footer {
    font-weight: 500;
}

.single-version .footer-social a {
    color: #232323;
    line-height: 30px;
}

.single-version .footer-social a:hover {
    border: 1px solid #232323;
    background: #232323;
    color: #fff;
}

.single-version .navbar .navbar-nav li.active a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}

.single-version .navbar .navbar-nav li a:before {
    position: absolute;
    content: '';
    width: 100%;
    display: table;
    height: 4px;
    border-radius: 5px;
    bottom: 22px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #f16623 !important;
    opacity: 0;
}

.single-version .header-appear .navbar .navbar-nav li a:before {
    bottom: 15px;
}

.single-version .demo-toggle {
    color: #232323;
}

.single-version header.header-appear nav.header-light,
.single-version header.sticky nav.navbar-fixed-top.header-light {
    background: #000000;
}

/* ---------- Other Demo Pages -----------*/

.opening-timing {
    line-height: 50px;
}

.gym-version .hermes .tp-bullet {
    display: none !important;
}

.gym-version .svg-nav {
    background: #000000 !important;
}

.gym-version .svg-nav:before {
    border-bottom: 73px solid #000000;
}

.gym-version .svg-nav:after {
    border-top: 74px solid #000000;
}

.gym-version .navbar .navbar-nav li a {
    color: #fff !important;
}

.gym-version .header-appear .navbar .navbar-nav li a,
.gym-version .header-appear .header-search-form,
.gym-version .header-search-form {
    color: #fff !important;
}

.gym-version .header-appear .svg-nav {
    background: rgba(11, 11, 11, 0.98) !important;
}

.gym-version .navbar .navbar-nav li a:hover,
.gym-version .header-search-form:hover {
    color: #17acc6 !important;
}

.gym-version .navbar .navbar-nav li a:before {
    position: absolute;
    content: '';
    width: 100%;
    display: table;
    height: 4px;
    border-radius: 5px;
    bottom: 22px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #f16623 !important;
}

.gym-version .header-appear .navbar .navbar-nav li a:before {
    bottom: 15px;
}

.gym-version .navbar .navbar-nav li.active a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.gym-version .mfp-bg {
    background: #252525;
}

.gym-version .header-appear .showMenuButton-two span.hamburger,
.gym-version .header-appear .showMenuButton-two span.hamburger:after,
.gym-version .header-appear .showMenuButton-two span.hamburger:before {
    background: #fff !important;
}

.gym-version .process-wrapp li>.pro-step {
    color: #fff !important;
}

.gym-version .process-wrapp li:hover .pro-step {
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0 0 25px 50px #ffffff inset;
    box-shadow: 0 0 25px 50px #ffffff inset;
    color: #f16623 !important;
}

.gym-version .process-wrapp li:hover .pro-step .fa {
    color: #f16623 !important;
}

.gym-version.bg-blue .process-wrapp li:hover .pro-step .fa {
    color: #17acc6 !important;
}

.gym-version .effect-moveleft {
    background: #252525;
}

/* Construction-version */
.contruction-version .header-with-topbar .navbar-top {
    background: #ffb426;
    border: none;
}

.contruction-version header nav.navbar .navbar-nav>li a,
.contruction-version nav.navbar.bootsnav ul.nav>li a,
.contruction-version .header-search-form {
    color: #fff !important;
}

.contruction-version .showMenuButton-two span.hamburger,
.contruction-version .showMenuButton-two span.hamburger:after,
.contruction-version .showMenuButton-two span.hamburger:before {
    background: #fff !important;
}

.contruction-version .mfp-bg,
.contruction-version .effect-moveleft {
    background: #ffb426;
}

.contruction-version .process-wrapp li>.pro-step {
    color: #ffb426;
}

.contruction-version .process-wrapp li:hover .pro-step {
    border: 1px solid #ffb426;
    -webkit-box-shadow: 0 0 25px 50px #ffb426 inset;
    box-shadow: 0 0 25px 50px #ffb426 inset;
    color: #fff;
}

.contruction-version .seperator-two,
.contruction-version .seperator-one {
    border-top: 2px solid #ffb426;
}

.contruction-version .portfolio .filtering .active {
    color: #ffb426;
    border: 1px solid #ffb426;
}

.contruction-version .navbar .navbar-nav li.active a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.contruction-version .header-appear .navbar .navbar-nav li a:before {
    bottom: 15px;
}

.contruction-version .navbar .navbar-nav li a:before {
    position: absolute;
    content: '';
    width: 100%;
    display: table;
    height: 4px;
    border-radius: 5px;
    bottom: 22px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #fff !important;
}

.contruction-version .price-item:hover .bg-light-gray {
    background: #ffb426;
}

.contruction-version .btn-hvr-white:hover .video-social {
    color: #ffb426;
    border: 2px solid #ffb426;
}

.contruction-version .blog-two-block:hover .btn.btn-yellow {
    background: transparent !important;
    border-color: #fff !important;
    color: #fff !important;
}

.contruction-version .blog-two-block .btn.btn-yellow:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #2d2d2d !important;
}

.contruction-version .blog-two-block:hover .hvr-bg-blue,
.contruction-version .blog-two-block:hover .hvr-bg-red {
    background: #ffb426;
}

.contruction-version .address i {
    color: #ffb426;
}

.contruction-version .scroll-top-arrow,
.contruction-version .scroll-top-arrow:focus {
    background: #ffb426;
    border: 1px solid #fff;
}

.contruction-version .owl-client .owl-dot.active span {
    background: #ffb426 !important;
}

.contruction-version .p-text {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background: #ffb426;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    top: -20px;
    right: -40px;
    z-index: 2;
    text-align: center;
    -webkit-transition: width .1s ease;
    -o-transition: width .1s ease;
    transition: width .1s ease;
}

.contruction-version .counter-icon {
    font-size: 45px;
}

.contruction-version .demo-toggle {
    color: #ffb426;
}

/*---Food Version---*/

.food-version header nav.navbar.white-link .navbar-nav>li a,
.food-version nav.navbar.bootsnav.white-link ul.nav>li a {
    color: #fff !important;
}

.food-version header nav.navbar.white-link .navbar-nav>li a,
.food-version nav.navbar.bootsnav.white-link ul.nav>li a:hover {
    color: #f16623 !important;
}

.food-version .header-social-icon a,
.food-version .header-search-form:focus {
    color: #fff;
}

.food-version .showMenuButton-two span.hamburger,
.food-version .showMenuButton-two span.hamburger:after,
.food-version .showMenuButton-two span.hamburger:before {
    background: #fff !important;
}

.food-version header.header-appear nav.header-light,
.food-version header.sticky nav.navbar-fixed-top.header-light {
    background-color: #000000 !important;
}

.food-version .navbar .navbar-nav li.active a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}

.food-version .navbar .navbar-nav li a:before {
    position: absolute;
    content: '';
    width: 100%;
    display: table;
    height: 4px;
    border-radius: 5px;
    bottom: 22px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #f16623 !important;
    opacity: 0;
}

.food-version .header-appear .navbar .navbar-nav li a:before {
    bottom: 15px;
}

.food-version .process-wrapp li>.pro-step,
.food-version .address i {
    color: #82b440;
}

.food-version .owl-blog-item .owl-nav .owl-next:hover,
.food-version .owl-blog-item .owl-nav .owl-prev:hover {
    background: #82b440;
    border: 2px solid #82b440;
}

.food-version .play-hvr:hover {
    border: 4px solid #82b440;
}

.food-version .play-icon {
    background: #82b440;
}

.food-version .btn.btn-rounded.btn-blog:hover,
.food-version .btn.btn-rounded.btn-blog:focus {
    background: #82b440 !important;
    border: 2px solid transparent;
    color: #fff;
}

.food-version .btn.btn-rounded.btn-blog.btn-hvr-red:hover,
.food-version .btn.btn-rounded.btn-blog.btn-hvr-red:focus {
    background: #f16623 !important;
    border-color: #f16623 !important;
    color: #fff !important;
}

.food-version .effect-moveleft {
    background: #1b1b1b;
}

.food-version .header-appear .menu_bars span {
    background: #fff;
}

.food-version .owl-client .owl-dot.active span {
    background: #82b440 !important;
}

.food-version .header-social-icon {
    display: block !important;
}

.food-version .header-social-icon a {
    top: -2px;
    background: #f16623;
    color: #fff !important;
    border-radius: 25px;
    padding: 5px;
    padding-right: 15px;
    margin-left: 30px;
    margin-right: 0px;
    font-weight: 100;
    transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
}

.food-version .header-social-icon a:hover {
    background: #82b440;
}

.food-version .menu_bars {
    top: 12px;
}

.food-version .header-appear .menu_bars {
    top: 9px;
}

.food-version .blog-two-block:hover .hvr-bg-blue {
    background: #82b440;
}

.food-version .blog-two-block:hover .btn.btn-green,
.food-version .blog-two-block:hover .btn.btn-red {
    background: transparent !important;
    border-color: #fff !important;
    color: #fff !important;
}

.food-version .blog-two-block .btn.btn-green:hover,
.food-version .blog-two-block .btn.btn-red:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #0b0b0b !important;
}

.food-version .pushmenu .push_nav>li>a>span {
    margin-top: -6px;
}

.food-version .side-nav-social-icon a {
    line-height: 34px;
}

.food-version .pushmenu {
    border-top: 3px solid #82b440;
}

.food-version .testimonial-two-bg {
    height: 300px;
}

.food-version .portfolio .item-img-overlay {
    background: rgba(203, 52, 43, 0.75);
}

.food-version .overlay-info {
    color: #fff;
}

.food-version .team-three-tag .team-three-social a {
    line-height: 28px;
}

/* single Portfolio */
.single-portfolio-item {
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url("../images/slider_slide_16.jpg");
}

.single-portfolio-item .myphoto {
    height: 200px;
    width: 200px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.single-portfolio nav.navbar.navbar-default ul.nav>li>a,
.single-portfolio nav.navbar.bootsnav.white-link ul.nav>li.active>a {
    color: #fff;
}

.single-portfolio .header-appear nav.navbar.navbar-default ul.nav>li>a,
.single-portfolio .header-appear nav.navbar.bootsnav.white-link ul.nav>li.active>a {
    color: #0b0b0b;
}

.single-portfolio nav.navbar.navbar-default ul.nav>li>a:hover,
.single-portfolio nav.navbar.bootsnav.white-link ul.nav>li.active>a:hover {
    color: #17acc6;
}

.single-portfolio .header-social-icon a,
.single-portfolio .header-search-form:focus {
    color: #fff;
}

.single-portfolio .header-appear .header-social-icon a,
.single-portfolio .header-appear .header-search-form:focus {
    color: #0b0b0b;
}

.single-portfolio li.active a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}

.single-portfolio li a:before {
    position: absolute;
    content: '';
    width: 100%;
    display: table;
    height: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    bottom: 21px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #f16623 !important;
    opacity: 0;
}

.single-portfolio .header-appear li a:before {
    bottom: 16px;
}

.single-portfolio .menu_bars {
    top: 12px;
}

.single-portfolio .header-appear .menu_bars {
    top: 8px;
}

/* finance version  */

.finance-version .top-header-area {
    border-bottom: 1px solid #012548;
}

.finance-version header nav.navbar-default,
.finance-version nav.navbar.bootsnav {
    border: 0;
    background: #012f5c;
}

.finance-version nav.navbar.navbar-default ul.nav>li>a,
.finance-version .header-appear nav.navbar.navbar-default ul.nav>li>a,
.finance-version .header-search-form {
    color: #fff;
}

.finance-version .showMenuButton-two span.hamburger,
.finance-version .showMenuButton-two span.hamburger:after,
.finance-version .showMenuButton-two span.hamburger:before {
    background: #fff;
}

.finance-version li.active a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}

.finance-version li a:before {
    position: absolute;
    content: '';
    width: 100%;
    display: table;
    height: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    bottom: 21px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #ec6d48 !important;
    visibility: hidden;
    opacity: 0;
}

.finance-version .header-appear li a:before {
    bottom: 16px;
}

.finance-version .p-text {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background: #ec6d48;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    top: -20px;
    right: -40px;
    z-index: 2;
    text-align: center;
    -webkit-transition: width .1s ease;
    -o-transition: width .1s ease;
    transition: width .1s ease;
}

.finance-version .btn.btn-hvr-red:hover,
.finance-version .btn.btn-hvr-red:focus,
.finance-version .btn.btn-rounded.btn-blog.btn-hvr-red:hover,
.finance-version .btn.btn-rounded.btn-blog.btn-hvr-red:focus {
    background: #ec6d48 !important;
    border-color: #ec6d48 !important;

}

.finance-version .portfolio .item-img-overlay a {
    bottom: 5px;
    right: 5px;
}

.finance-version .portfolio .filtering .active {
    color: #ec6d48;
    border: 1px solid #ec6d48;
}

.finance-version #particles-js {
    background: rgb(1, 67, 130);
    background: -moz-linear-gradient(left, rgb(1, 106, 172) 0%, rgb(1, 44, 87) 85%, rgb(1, 64, 112) 100%, rgb(1, 113, 195) 100%, rgba(241, 102, 35) 100%, rgba(241, 102, 35) 100%);
    background: -webkit-linear-gradient(left, rgb(1, 94, 178) 0%, rgb(1, 44, 87) 85%, rgb(1, 59, 111) 100%, rgb(1, 99, 177) 100%, rgba(241, 102, 35) 100%, rgba(241, 102, 35) 100%);
    background: linear-gradient(to right, rgb(1, 84, 156) 0%, rgb(1, 62, 121) 85%, rgb(1, 76, 137) 100%, rgb(1, 88, 171) 100%, rgba(241, 102, 35) 100%, rgba(241, 102, 35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e0ce', endColorstr='#2989d8', GradientType=1);
    overflow: hidden;
}

.finance-version .counter-two-block {
    height: 100%;
}

.finance-version .scroll-top-arrow,
.finance-version .scroll-top-arrow:focus {
    background: #ec6d48;
}

.finance-version .btn.btn-rounded.btn-blog:hover,
.finance-version .btn.btn-rounded.btn-blog:focus {
    background: #012f5c !important;
}

.finance-version .owl-blog-item .owl-nav .owl-next:hover,
.finance-version .owl-blog-item .owl-nav .owl-prev:hover {
    background: #012f5c;
    border: 2px solid #012f5c;
}

.finance-version .play-icon {
    background: #012f5c;
}

.finance-version .play-hvr:hover {
    border: 4px solid #012f5c;
}

.finance-version .owl-testimonials .owl-nav .owl-next:hover,
.finance-version .owl-testimonials .owl-nav .owl-prev:hover {
    color: #012f5c;
}

.finance-version .price-item:hover .bg-light-gray {
    background: #ec6d48;
}

.finance-version .portfolio .item-img-overlay {
    background: rgba(1, 47, 92, 0.83);
}

.finance-version .overlay-info {
    color: #fff;
}

.finance-version .portfolio .item-img-overlay a {
    color: #fff;
}

.finance-version .address i {
    color: #012f5c;
}

.finance-version .menu_bars {
    top: 60px;
}

.finance-version .header-appear .menu_bars {
    top: 7px;
}

.finance-version .header-appear .menu_bars span {
    background: #fff;
}

.finance-version .pushmenu {
    background: #012f5c;
    border-bottom: 3px solid #ec6d48;
    border-top: 3px solid #ec6d48;
}

.finance-version.side-nav .menu_bars.active.right span {
    background: #ec6d48;
}

.finance-version .mfp-bg {
    background: #012f5c;
}

/* ---------- Other Pages -----------*/

/*---Shop page---*/

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.cart_table table {
    margin-bottom: 0;
}

.cart_table .table-responsive thead {
    background: #f9f9f9;
    font-family: 'Raleway', sans-serif;
}

.apply_coupon {
    border: 1px solid #d1d1d1 !important;
    border-top: none;
    padding: 20px;
}

.apply_coupon .coupon>form .form-group>input {
    width: 100%;
    margin-bottom: 0px;
}

.apply_coupon .coupon>form input {
    border: 1px solid #d1d1d1;
    padding: 6px 12px;
    vertical-align: top;
    height: 40px;
}

.apply_coupon .coupon>form input .btn {
    vertical-align: top;
}

.cart_table .table-responsive tbody tr>td {
    vertical-align: middle;
    padding: 10px;
}

.cart_table .table-responsive tbody tr>td img {
    width: 80px;
}

.cart_table .product-name {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.cart_table .table-responsive thead tr>th {
    padding: 15px 20px;
    border-bottom-width: 1px;
    color: #3b3b3b;
}

.quote .quote,
.quote a {
    display: inline-block;
}

.quote .quote {
    border: 1px solid #d1d1d1;
    max-width: 50px;
    padding: 8px 18px;
    text-align: center;
    vertical-align: middle;
    margin-top: 20px;
}

.quote::-webkit-input-placeholder,
.apply_coupon .coupon>form .form-group>input::-webkit-input-placeholder {
    color: #b2b2b2;
}

.quote::-moz-placeholder,
.apply_coupon .coupon>form .form-group>input::-moz-placeholder {
    color: #b2b2b2;
}

.quote:-ms-input-placeholder,
.apply_coupon .coupon>form .form-group>input::-moz-placeholder {
    color: #b2b2b2;
}

.quote:-moz-placeholder,
.apply_coupon .coupon>form .form-group>input:-moz-placeholder {
    color: #b2b2b2;
}

.totals {
    border: 1px solid #d1d1d1;
}

.total_form select {
    border: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px;
    width: 100%;
    color: #b2b2b2;
    font-weight: 400;
    margin-bottom: 36px;
}

.total_form label {
    width: 100%;
    margin-bottom: -20px;
}

.totals .table>tbody>tr>td {
    padding-bottom: 15px;
    border: 0;
}

#shop .shopping_box {
    -webkit-box-shadow: 0 0 2px #d1d1d1;
    box-shadow: 0 0 2px #d1d1d1;
    min-height: 386px;
    overflow: hidden;
}

.overlay {
    background-color: rgba(15, 15, 15, 0.59);
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -o-transition: opacity .5s linear;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear;
}

.shopping_box .image {
    min-width: 260px;
    min-height: 220px;
    overflow: hidden;
}

.image-zoom {
    max-width: 400px;
    margin: 0 auto;
    overflow: hidden;
}

.shopping_box .image img,
.image-zoom img {
    -o-transition: all .8s linear;
    -webkit-transition: all .8s linear;
    transition: all .8s linear;
    width: 100%;
}

.shopping_box a.btn-cart {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    bottom: 10px;
    opacity: 0;
}

.shopping_box .overlay:hover,
.shopping_box .overlay:hover a.btn-cart {
    opacity: 1;
}

.shopping_box .image:hover img,
.image-zoom:hover img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

#shop .shopping_box a:hover,
#shop .shopping_box a:active {
    color: #3b3b3b;
}

.shop-details .quote .quote {
    padding: 6px 18px;
}

.shop-details .share {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
}

.shop-details .share p {
    line-height: 35px;
}

.shop-details .share ul li {
    display: inline-block;
    margin: 0 5px;
}

.shop-details .extra-small-icon a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid;
    text-align: center;
    border-radius: 50px;
    margin: 2px;
    color: #646464;
}

/* Blog */

.other .showMenuButton-two span.hamburger,
.other .showMenuButton-two span.hamburger:after,
.other .showMenuButton-two span.hamburger:before {
    background: #fff;
}

.other .header-appear .showMenuButton-two span.hamburger,
.other .header-appear .showMenuButton-two span.hamburger:after,
.other .header-appear .showMenuButton-two span.hamburger:before {
    background: #0b0b0b;
}

.other .showMenuButton-two {
    top: 15px;
}

.other a:hover,
.other a:active,
.other a:focus {
    color: #17acc6;
    text-decoration: none;
}

.blog-author .author-img img {
    width: 50px;
    border-radius: 50px;
}

.blog-author .author-name {
    padding-left: 0.875rem;
}

.blog-author .author-img,
.blog-author .author-name {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 1rem;
}

.medium-input,
.medium-textarea,
.medium-select select {
    padding: 12px 20px;
    font-size: 14px;
    line-height: normal;
    border-radius: 30px;
}

.btn-blog-icon {
    right: 7px;
    top: 3px;
}

.contributor img {
    width: 100%;
    max-width: 80px;
    margin: 2px auto;
    overflow: hidden;
    border-radius: 50px;
    display: inline-block;
}

.latest-post li figure,
footer .latest-post li div {
    display: table-cell;
    vertical-align: top;
}

.latest-post li figure {
    height: auto;
    width: 95px;
    float: left;
}

.blog-list-style li {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 4px;
    margin-bottom: 20px;
}

.blog-list-image {
    width: 100%;
    overflow: hidden;
}

.blog-list-image img {
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
}

.blog-post-list:hover .blog-list-image img {
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transform: scale(1.1);
}

.tag-cloud a {
    padding: 6px 11px;
    margin: 0 8px 8px 0;
    display: inline-block;
    color: #fff;
    background: #414141;
    line-height: 18px;
}

.tag-cloud a:hover {
    color: #fff;
    background: #17acc6;
}

.blog-pagination a {
    width: 40px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    color: #929292;
    border: 1px solid #bebebe;
    border-radius: 50px;
}

.blog-pagination a:hover {
    color: #fff;
    background: #f16623;
    border: 1px solid #f16623;
}

.blog-pagination a.active {
    color: #fff;
    background: #17acc6;
    border: 1px solid #17acc6;
}

.no-border {
    border: 0px !important;
}

.contributor-toltip {
    position: relative;
    display: inline-block;
    opacity: 1;
}

.contributor-toltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 95px;
    left: 50%;
    margin-left: -60px;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}

.contributor-toltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.contributor-toltip:hover .tooltiptext {
    visibility: visible;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}

.other footer a:hover,
.other footer a:active,
.other footer a:focus {
    color: #fff;
}

/* contact page */
.map-two {
    width: 100%;
    height: 400px;
}

.address-block {
    background: #fff;
    width: 100%;
    height: 400px;
    -webkit-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    padding: 3.5rem 1rem 3.5rem 3.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
}

.adress-icon a {
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 28px;
    display: inline-block;
    color: #939393;
    border: 1px solid;
    text-align: center;
    border-radius: 50px;
    margin-right: 3px;
    margin-top: 20px;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;

}

.contact-page-form .contact-form {
    max-width: 700px;
    margin: 0 auto;
}

.contact-page-form .contact-form input {
    border: 1px solid #e4e4e4;
    padding: 30px 15px;
}

.contact-page-form .contact-form input {
    border: 1px solid #e4e4e4;
    padding: 30px 15px;
}

.contact-page-form .contact-form textarea {
    border: 1px solid #e4e4e4;
    padding: 30px 15px;
    height: 200px !important;
    width: 100%;
}

/* LogIn Form */

.login-form {
    padding: 4rem;
    border: 1px solid #dadada;
    border-radius: 10px;
}

.login-form .form-group label {
    font-size: 13px;
    font-weight: 400;
    color: #a9a9a9;
}

.login-form .form-control {
    background-color: #f1f3f7;
    border: 0;
    padding: 1.1rem .85rem;
    height: auto !important;
    line-height: 1.3;
    color: #495057;
    margin-bottom: 5px;
}

.login-form .form-group {
    margin-bottom: 0;
}

/* feature page */

.services-hr {
    width: 45px;
    height: 3px;
    background: #414141;
    margin: 0 auto 20px;
    border: none;
}

.services-item i {
    display: inline-block;
    font-size: 50px;
    position: relative;
    color: #979797;
}

.services-item:hover .services-hr {
    width: 60px;
}

.services-item:hover h6,
.services-item:hover i {
    color: #f16623;
}

/* Multi Page index */

nav.nav-bar-white.navbar.navbar-default ul.nav>li>a,
nav.nav-bar-white .header-search-form {
    color: #fff;
}

.nav-bar-white .showMenuButton-two span.hamburger,
.nav-bar-white .showMenuButton-two span.hamburger:after,
.nav-bar-white .showMenuButton-two span.hamburger:before {
    background: #fff;
}

.header-appear .nav-bar-white .showMenuButton-two span.hamburger,
.header-appear .nav-bar-white .showMenuButton-two span.hamburger:after,
.header-appear .nav-bar-white .showMenuButton-two span.hamburger:before {
    background: #232323;
}

.header-appear nav.nav-bar-white.navbar.navbar-default ul.nav>li>a,
.header-appear nav.nav-bar-white .header-search-form {
    color: #232323;
}

.nav_line li a,
.nav_line .search-button {
    color: #fff !important;
}

.header-appear .nav_line li a,
.header-appear .navbar-fixed-top .search-button {
    color: #232323 !important;
}

.nav_line li.active a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}

.nav_line li a:before {
    position: absolute;
    content: '';
    width: 100%;
    display: table;
    height: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    bottom: 21px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #17acc6 !important;
    visibility: hidden;
    opacity: 0;
}

.header-appear .nav_line li a:before {
    bottom: 16px;
}

/* Loader */

#loader {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 10px;
    z-index: 99999;
    background: #17acc6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-animation: load 1.8s ease-in-out infinite;
    animation: load 1.8s ease-in-out infinite;
}

.loader:before,
.loader:after {
    position: absolute;
    display: block;
    content: "";
    -webkit-animation: load 1.8s ease-in-out infinite;
    animation: load 1.8s ease-in-out infinite;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.loader:before {
    top: -20px;
    left: 10px;
    width: 40px;
    background: #EF4836;
}

.loader:after {
    bottom: -20px;
    width: 35px;
    background: #F5AB35;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }

    50% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    100% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
}

@keyframes load {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }

    50% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    100% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }
}

/* Toggle Demo */

.demo-toggle {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 35px;
    height: 135px;
    padding: 5px 0 5px 5px;
    font-size: 18px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    opacity: .9;
    background-color: #fff;
    color: #0092c7;
    text-align: center;
    cursor: pointer;
    z-index: 999;
    box-shadow: -10px 0 20px -5px rgba(0, 0, 0, .1);
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
}

.demo-toggle-text {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    top: 40px;
    right: 26px;
    float: left;
    font-size: 12px;
    white-space: nowrap;
}

.demo-toggle-icon {
    position: relative;
    top: 72px;
}

#demo-panel {
    width: 100%;
    height: 100%;
    background: #1d1d1d;
}

.demo-body {
    position: relative;
    top: 0;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
}

.mfp-content {
    width: 100%;
    height: 100%;
}

.mfp-container {
    padding: 0;
}

.demo-body h5:after {
    content: '';
    display: block;
    height: 6px;
    width: 35px;
    margin: 8px auto 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #0092c7;
}

.demo-item {
    position: relative;
    margin-top: 30px;
}

.demo-item-image {
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #eaeaea;
    overflow: hidden;
    transition: all .3s ease;
    max-width: 600px;
    margin: 0 auto;
}

.demo-item:hover .demo-item-image {
    margin-top: -10px;
}

.filtering-demo span {
    background-color: transparent;
    border: 1px solid #ECECEC;
    color: #ffffff;
    cursor: pointer;
    font: 400 12px/32px "Roboto", sans-serif;
    margin: 0 5px 10px 5px;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out;
    border-radius: 50px;
    letter-spacing: 0.6px;
}

.filtering-demo span.active {
    background-color: #0092c7;
    border: 1px solid #0092c7;
}

/* revolution */

.rev_slider_wrapper,
.fullscreen-container {
    left: 0 !important;
}

.rs-particles-canvas {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

/* interactive, no slidelink */
.rs-particles-interactive .rs-particles-canvas {

    pointer-events: auto;

}

/* interactive + slidelink */
.rs-particles-slidelink .rs-particles-canvas {

    cursor: pointer;
    pointer-events: auto;

}

.rs-before-after-addon {

    overflow: hidden !important;

}

.rs-before-after-addon .tparrows {

    z-index: 1000 !important;

}

.rs-addon-beforeafter-btn {

    position: absolute;
    display: table;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    z-index: 102;

}

.rs-addon-beforeafter-btn i {

    display: table-cell;
    vertical-align: middle;
    position: relative;

}

.rs-beforeafter-shift-arrows .rs-addon-beforeafter-btn i {

    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;

}

.rs-addon-beforeafter-btn-vertical,
.rs-addon-beforeafter-btn-vertical i {

    display: block;

}

.rs-addon-beforeafter-line {

    display: block;
    position: absolute;
    z-index: 102;

}

.rs-addon-beforeafter-line.rs-beforeafter-horizontal {

    top: 0;
    height: 100%;

}

.rs-addon-beforeafter-line.rs-beforeafter-vertical {

    left: 0;
    width: 100%;

}

.rs-before-after-element {

    opacity: 0;
    visibility: hidden;

}

.rs-before-after-element,
.rs-before-after-element:before {

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

}

.rs-addon-beforeafter-bg {

    opacity: 0;
    z-index: 999;

}

.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-revealer,
.rs-addon-beforeafter-revealer .tp-loop-wrap {

    width: 100%;
    height: 100%;

}

.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-revealer {

    position: absolute;
    overflow: hidden;

}

.rs-addon-beforeafter-before {

    top: 0;
    left: 0;

}

.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-bg,
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-after {

    top: 0;
    right: 0;

}

.rs-addon-beforeafter-vertical .rs-addon-beforeafter-bg,
.rs-addon-beforeafter-vertical .rs-addon-beforeafter-after {

    bottom: 0;
    left: 0;

}

.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-after {

    opacity: 0;

}

.rs-addon-beforeafter-inner,
.rs-addon-beforeafter-bg-inner {

    position: absolute;
    width: 100%;
    height: 100%;

}

.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-inner,
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-bg-inner {

    right: 0;
    top: 0;

}

.rs-addon-beforeafter-vertical .rs-addon-beforeafter-inner,
.rs-addon-beforeafter-vertical .rs-addon-beforeafter-bg-inner {

    left: 0;
    bottom: 0;

}

.rs-video-beforeafter,
.rs-video-beforeafter .tp-mask-wrap {

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

}

.rs-before-after-addon:not(.before-after-carousel).dragging,
.rs-before-after-addon:not(.before-after-carousel).dragging *,
.rs-before-after-addon:not(.before-after-carousel).dragging .rs-addon-beforeafter-btn i:before {

    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;

}

.rs-beforeafter-pointers,
.rs-beforeafter-pointers .rs-addon-beforeafter-inner {

    pointer-events: none;

}

.rs-beforeafter-pointers *:not(.rs-addon-beforeafter-inner) {

    pointer-events: auto;

}

.rs-beforeafter-pointers .rs-video-beforeafter,
.rs-beforeafter-pointers .rs-video-beforeafter * {

    pointer-events: none;

}

.btn-slider-btn-hvr-red:hover {
    background: #EF4836 !important;
    color: #fff !important;
    transition: .2s !important;
}

.btn-slider-btn-hvr-blue:hover {
    background: #0092c7 !important;
    color: #fff !important;
    transition: .2s !important;
}

.before-after .tparrows {
    display: none !important;
}

.rs-addon-beforeafter-before {
    background: #b6bd45 !important;
}

.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-after {
    background: #f16623 !important;
}

button.mfp-close,
button.mfp-arrow {
    margin: 5px 5px;
    background: #EF4836;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 3px;
}


/* Background Images */
.bg {
    background-size: cover;
    background: no-repeat;
    background-position: center center;
}

.blog-cover {
    background: url(../assets/images/aboutus/portfolio_details_1.png );
}

.testimonial-two-bg {
    background: url(../images/testimonial-two-bg.jpg);
}

/* .video-parallax{
    background: url(../images/videoparr.jpg);
} */
.gym-parallax {
    background: url(../images/gym-parallax1.jpg);
}

.gym-parallax-two {
    background: url(../images/gym-parallax-video.jpg);
}

.contruction-parallax-one {
    background: url(../images/construction-parallax1.jpg);
}

.contruction-parallax-two {
    background: url(../images/construction-parallax2.jpg);
}

.contruction-parallax-three {
    background: url(../images/construction-parallax-video.jpg);
}

/* Hide submenu initially */
.submenu {
    display: none;
    list-style: none;
}

.menu-item {
    color: #181818;
    font-weight: 500;
}

.submenu li>a {
    color: #181818 !important;
    font-weight: 500;
}

/* Show submenu when the parent is active */
.menu-item.active+.submenu {
    display: block;
}

/* Meadia Quries */

@media screen and (max-width: 991px) {

    .top-header-area {
        display: none;
    }

    .round-nav header .showMenuButton-two {
        display: block;
    }

    .round-nav .header-with-topbar .navbar-top {
        top: 0 !important;
        max-width: 100%;
        border-radius: 0px !important;
        z-index: 99;
    }

    .menu_bars {
        top: 2px;
    }

    .center-logo-header .menu_bars,
    .header-appear.center-logo-header .menu_bars {
        top: 3px;
    }

    .center-logo-header .menu_bars.active.right,
    .header-appear.center-logo-header .menu_bars.active.right {
        top: 22px !important;
    }

    .bottom-nav .center-logo-header .menu_bars {
        bottom: 5px !important;
    }

    .bottom-nav .navbar-fixed-top {
        position: fixed !important;
        top: 0 !important;
        bottom: auto !important;
        margin: 0;
    }

    header nav.nav-box-width {
        padding: 15px 0 !important;
    }

    .center-logo-header .nav-box-width {
        padding: 0 !important;
    }

    .process-wrapp li>.pro-step::before,
    .process-wrapp li>.pro-step::after {
        width: 70%;
    }

    .process-wrapp li>.pro-step::before {
        left: -80%;
    }

    .owl-testimonial-two .owl-nav {
        bottom: 100px;
    }

    .owl-testimonial-two .owl-nav .owl-prev {
        left: 10%;
    }

    .owl-testimonial-two .owl-nav .owl-next {
        right: 10%;
    }

    .blog-two img {
        min-height: 332px;
    }

    .showMenuButton-two {
        top: 12px !important;
    }

    .left-logo .menu_bars {
        top: 50px;
    }

    .left-logo .navbar-brand {
        margin-top: 6px;
        margin-left: 10px;
    }

    .header-with-topbar.header-appear .showMenuButton-two {
        top: 9px !important;
    }

    .svg-nav .showMenuButton-two,
    .box-nav .showMenuButton-two {
        display: block;
    }

    .box-nav {
        border-radius: 0 !important;
    }

    .contruction-version .team-quote p,
    .gym-version .team-quote p {
        margin: 0 auto;
    }

    .demo-toggle {
        width: 30px;
    }

    .demo-toggle-text {
        right: 30px;
    }

    .demo-toggle-icon {
        right: 1px;
    }

    .gym-version .showMenuButton-two span.hamburger,
    .gym-version .showMenuButton-two span.hamburger:after,
    .gym-version .showMenuButton-two span.hamburger:before {
        background: #fff;
    }

    .mfp-close {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .menu_bars {
        right: 25px;
    }

    .food-version .header-appear .menu_bars,
    .food-version .menu_bars {
        top: 1px;
    }

    .food-version .header-social-icon a {
        margin-right: 40px;
    }

    .finance-version .menu_bars,
    .finance-version .header-appear .menu_bars {
        top: 5px;
    }

}

@media screen and (max-width: 768px) {
    .process-wrapp {
        display: block;
    }

    .process-wrapp li {
        width: 100%;
    }

    .process-wrapp li>.pro-step::before,
    .process-wrapp li>.pro-step::after {
        display: none;
    }

    .work-text {
        max-width: 300px;
    }

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

    .contact-form .seperator-one {
        display: block;
        margin-left: auto;
    }

    .contact-form .seperator-two {
        display: block;
        margin-bottom: 2px;
    }

    .map {
        width: 100%;
        float: none;
        height: 300px;
    }

    #particles-js {
        height: 300px;
    }

    #particles-js-web {
        height: 300px;
    }

    #particles-js canvas {
        display: none;
    }

    #particles-js-web canvas {
        display: none;
    }

    .p-text {
        font-size: 25px;
    }

    .owl-testimonial-two .owl-nav {
        bottom: 225px;
        width: 100%;
    }

    .testimonial-two-title {
        position: absolute;
        top: 35%;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .testimonial-two-bg {
        height: 335px;
    }

    .team-two-tag {
        width: 80%;
    }

    .team-box .team-two-social {
        display: inline-block;
        bottom: auto;
        position: relative;
        left: auto;
    }

    .team-three-tag {
        left: 10%;
        width: 66%;
        min-height: 80px;
        background: #fff;
    }

    .team-three-tag .team-three-social {
        opacity: 1;
        margin-right: -40px;
    }

    .blog-two img {
        width: 100%;
        min-height: 200px;
    }

    .blog-two-overlay {
        position: relative;
        width: 100%;
        height: 250px;
    }

    .blog-two .small-push-6 {
        top: 200px;
    }

    .blog-two .small-pull-6 {
        top: -250px;
    }

    .blog-two-overlay:before {
        display: none;
    }

    .showMenuButton-two {
        top: 9px !important;
    }

    .btn.btn-rounded.btn-large {
        padding: 6px 26px;
    }

    .video-social {
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 32px;
        padding-left: 3px;
    }

    .demo-item {
        width: 100%;
    }

    .demo-item .text-large {
        font-size: 12px;
    }

    .blog-post-list .metas {
        margin-bottom: 5px;
    }

    .demo-body {
        position: fixed;
        background: #1d1d1d;
        height: 100%;
        overflow: auto;
        padding: 50px 35px 0 35px;
    }

    .header-searchbar {
        display: none;
    }

    .mfp-close,
    .mfp-close:active {
        position: fixed;
    }

    .verticle-line {
        display: none;
    }

    .counter-two-block {
        height: 220px;
        max-width: 100%;
    }

    .food-version h1 {
        font-size: 27px;
        line-height: 37px;
    }

    .testimonial-client-img {
        max-width: 150px;
    }

    .testimonial-two-bg {
        height: 280px;
    }


}



@media screen and (max-width: 500px) {
    .header-searchbar {
        padding-left: 0px;
        margin-left: -15px;
    }
}


@media screen and (max-width: 400px) {

    .btn.btn-rounded.btn-blog {
        font-size: 11px;
        padding: 1px 4px;
    }
}

/* General fix for padding issues across browsers */
.tp-caption {
    box-sizing: border-box !important;
}

/* Responsive fixes for mobile */
@media only screen and (max-width: 768px) {

    /* Reduce title size */
    .tp-caption.title-class {
        font-size: 18px !important;
        /* Reduce font size */
        line-height: 1.2 !important;
    }

    /* Move images up by 20% */
    #slide-964-layer-37,
    #slide-964-layer-38 {
        transform: translateY(-20%);
    }

    /* Move text down by 20% */
    .tp-caption.text-layer {
        transform: translateY(20%);
    }
}

@media only screen and (max-width: 540px) {

    /* Reduce title size */
    .tp-caption.title-class {
        font-size: 18px !important;
        /* Reduce font size */
        line-height: 1.2 !important;
    }

    /* Move images up by 20% */
    #slide-964-layer-37,
    #slide-964-layer-38 {
        transform: translateY(-35%);
    }

    /* Move text down by 20% */
    .tp-caption.text-layer {
        transform: translateY(-50%);
    }
}

/* Ensure the row is properly centered */
.sub_row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    /* Adds spacing between items */
}

/* Icon Box Styling */
.cs-iconbox {
    padding: 20px;
}

.cs-iconbox_icon:hover {
    transform: translateY(-5px);
}

/* Icon Styling */
.cs-iconbox_icon img {
    width: 80px;
    /* Adjust size */
    height: auto;
    margin-bottom: 15px;
}

/* Title Styling */
.cs-iconbox_title {
    font-size: 25px;
    font-weight: 700;
    color: #f16623;
    margin-bottom: -13px;
}

/* Subtitle Styling */
.cs-iconbox_subtitle {
    font-size: 16px;
    color: #666;
    line-height: 1.4;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .col-lg-2 {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media (max-width: 767px) {

    .col-md-4,
    .col-sm-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .cs-iconbox {
        padding: 15px;
    }

    .cs-iconbox_icon img {
        width: 50px;
        min-height: 50px !important;
    }

    .cs-iconbox_title {
        font-size: 18px;
    }

    .cs-iconbox_subtitle {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cs-iconbox {
        padding: 10px;
    }

    .cs-iconbox_icon img {
        width: 45px;
    }

    .cs-iconbox_title {
        font-size: 16px;
    }

    .cs-iconbox_subtitle {
        font-size: 14px;
    }
}

.container-conc {
    width: 1100px;
    margin: 0 auto;
}

.counter-section02 {
    padding: 10px 0;
    margin-top: 50px;
}


.counter-version-wrapv1 {
    background: #fff;
    /* White background */
    border-radius: 12px;
    /* Smooth rounded corners */
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    /* Soft shadow */
    box-shadow: 0px 0px 0px 0.5px;
    /* Soft shadow */
}

.concur-images {
    height: 60px;
    /* Standardized height */
    width: auto;
    object-fit: contain;

}

.counter-items-heading h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    white-space: nowrap;
    margin-left: 55px;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .counter-version-wrapv1 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .d-flex.flex-wrap {
        justify-content: center;
    }

    .concur-images {
        height: 40px;
        margin-bottom: 10px;
    }

    .container-conc {
        width: 400px;
        margin: 0 auto;
    }

    .counter-items-heading h3 {
        margin-left: 10px !important;
    }

    .home-about-icon {
        height: 60% !important;
        width: 60% !important;
    }

}

.d-flex.align-items-center a {
    margin-right: 20px;
    /* Add spacing between images */
    justify-content: space-between;
}

.d-flex.align-items-center a:last-child {
    margin-right: 0;
    /* Remove margin for the last item */
}

.d-flex.align-items-center {
    gap: 15px;
    margin-right: 30px;
}

.who-contact-wrap3 {
    background: rgb(123 159 146 / 15%);
    border-radius: 10px;
    padding: 10px;
}

.who-contact-wrap3 h3 {
    margin-bottom: 20px;
}

.who-contact-wrap3 input,
.who-contact-wrap3 textarea {
    width: 100%;
    padding: 14px 20px;
    border-radius: 20px;
    background: var(--p900-clr);
    color: var(--white-clr);
    border: unset;
    outline: none;
    font-size: 14px;
}

.who-contact-wrap3 button {
    width: 100%;
    padding: 18px 16px;
    text-align: center;
}

.who-contact-wrap3 ::placeholder {
    color: var(--white-clr);
}

.who-contact-wrap3 .nice-select {
    border-radius: 20px;
    background: var(--p900-clr);
    padding: 14px 20px;
}

.who-contact-wrap3 .nice-select .current {
    color: var(--white-clr);
    font-size: 14px;
}

.who-contact-wrap3 .nice-select .list {
    right: 0;
    background: var(--p900-clr);
    padding: 10px;
}

.who-contact-wrap3 .nice-select .list li {
    border: unset;
    background: var(--p900-clr);
}

.who-contact-wrap3 .nice-select::after {
    right: 16px;
    top: 25px;
    border-color: var(--p1-clr);
}

@media (max-width: 1199px) {
    .who-contact-wrap3 {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .who-contact-wrap3 {
        padding: 24px;
    }
}

.mt-10 {
    margin-top: 10px;
}

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

.mt-60 {
    margin-top: 60px;
}

.g-4 {
    gap: 1rem;
    /* Spacing between columns */
}

.common-travel-content {
    padding: 0px 15px;
}

/* General Reset */
.fc-banner-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* Left align for larger screens */
    text-align: left;
    padding-left: 5%;
    /* Adjust padding to align content properly */
}

/* New Overlay to Enhance Readability */
.fc-banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    /* Apply overlay only on the left side */
    height: 100%;
    background: linear-gradient(to right, rgb(255 241 188), rgba(0, 0, 0, 0));
    z-index: 0;
}

/* Video Background */

.fc-banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    /* Ensure it covers the full width */
    height: 100vh;
    /* Ensure it covers the full height */
    object-fit: cover;
    transform: translate(-50%, -50%);
    /* Center the video */
    z-index: -1;
}

.bg {
    position: relative;
    overflow: hidden;
    height: 365px;
    /* Adjust height as needed */
}

.bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000d9;
    /* Mild black overlay (adjust opacity as needed) */
    z-index: 0;
    /* Ensure the overlay is above the video but below the content */
}

.fc-banner-video1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 365px;
    object-fit: cover;
    z-index: -1;
    /* Ensure the video stays behind the overlay and content */
}

.video1-container {
    position: relative;
    z-index: 1;
    /* Ensure the content stays above the overlay and video */
    padding-top: 20px;
    /* Add some padding to the top of the container */
}


@media (max-width: 768px) {
    .fc-banner-section {
        justify-content: center;
        /* Center align for mobile */
        text-align: center;
        padding-left: 0;
        /* Remove left padding for centering */
    }

    .fc-banner-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


/* Overlay */
.fc-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

/* Banner Content */
.fc-banner-content {
    position: relative;
    z-index: 1;
    color: #181818;
    padding: 20px;
    max-width: 1200px;
    width: 100%;
    top: 5%;
    left: 5%;
}

.fc-main-heading-top {
    font-family: 'Raleway';
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 0.001;
    letter-spacing: 3px;
}

.fc-main-heading {
    font-family: 'Raleway';
    font-size: 4rem;
    font-weight: bold;
    line-height: .8;
    color: #ec2227;
}

/* .fc-primary-text {
    color: #ffcc00;
}

.fc-secondary-text {
    color: #f16623;
} */

/* Buttons */
.fc-buttons {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 15px;

}

.fc-buttons_attend {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;

}

.fc-button1 {
    background: #ffffff;
    color: #000;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 30px;
    transition: 0.3s;
}

.fc-button1:hover {
    background: #ec2227;
    color: #fff;
}

.fc-button2 {
    background: #f16623;
    color: #000;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 30px;
    transition: 0.3s;
}

.fc-button2:hover {
    background: #ffc114;
    color: #fff;
}

.fc-button3 {
    background: #ffc114;
    color: #000;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 30px;
    transition: 0.3s;
}

.fc-button3:hover {
    background: #ec2227;
    color: #fff;
}

/* Venue Information */
.fc-venue-info {
    margin-top: 2%;
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 180px;
}

.fc-venue-left {
    color: #181818;
    background-color: #02343400;
}

.fc-venue-right {
    color: #181818;
    background-color: #02343400;
}

.fc-venue-center {
    width: 5px;
    background-color: #181818;
}

/* Responsive Design */
@media (min-width: 1025px) {
    .fc-venue-info {
        gap: 30px !important;
    }

    .fc-venue-left {
        text-align: end;
    }

    .fc-venue-right {
        text-align: start;
    }

}

@media (max-width: 1024px) {

    .fc-main-heading {
        font-size: 3rem;
    }

    .fc-main-heading-top {
        font-size: 1.5rem;
    }

    .fc-button {
        font-size: 0.9rem;
        padding: 10px 15px;
    }

    .fc-venue-info {
        font-size: 1.2rem;
        gap: 150px !important;
    }
}

@media (max-width: 768px) {
    .fc-main-heading {
        font-size: 2rem;
    }

    .fc-main-heading-top {
        font-size: 1.4rem;
        font-weight: bold;
    }

    .fc-buttons {
        flex-direction: column;
        justify-content: center;
    }

    .fc-button {
        width: 100%;
        text-align: center;
    }

    .fc-venue-info {
        flex-direction: column;
        text-align: center;
        gap: 30px !important;
    }
}

@media (max-width: 480px) {
    .fc-main-heading {
        font-size: 2rem;
    }

    .fc-main-heading-top {
        font-size: 1.4rem;
        font-weight: bold;
    }

    .fc-buttons {
        display: grid;
    }

    .fc-button {
        font-size: 1.2rem;
        padding: 8px 12px;
    }

    .fc-venue-info {
        font-size: 1.4rem;
        gap: 30px !important;
    }
}

/* Accordion Section */
.fc-faq-section {
    background-color: #f9f9f9;
    /* Adjust as needed */
    padding: 60px 0;
    /* Adjust as needed */
}

.fc-accordion-section {
    display: grid;
    gap: 20px;
    /* Adjust as needed */
}

.fc-accordion-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.fc-accordion-header {
    background-color: #f1f1f1;
    padding: 15px 20px;
    cursor: pointer;
}

.fc-accordion-button {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fc-accordion-button::after {
    content: "+";
    font-size: 20px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.fc-accordion-button.collapsed::after {
    content: "+";
}

.fc-accordion-button:not(.collapsed)::after {
    content: "-";
}

.fc-accordion-collapse {
    transition: height 0.3s ease;
}

.fc-accordion-body {
    padding: 20px;
    background-color: #eeeeeedc;
}

.fc-faq-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}

/* General Styles */
.fc-faq-section {
    /* background-color: #dbdbd4; Set background color */
    padding: 60px 20px;
}

.fc-accordion-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fc-accordion-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.fc-accordion-header {
    background: #039047;
    padding: 15px 20px;
    cursor: pointer;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fc-accordion-button {
    background: none;
    border: none;
    color: inherit;
    font-size: inherit;
    width: 100%;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.fc-accordion-button::after {
    content: '\25BC';
    transition: transform 0.3s ease-in-out;
}

.fc-accordion-button.collapsed::after {
    transform: rotate(-90deg);
}

.fc-accordion-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.fc-accordion-collapse.show {
    max-height: 500px;
}

.fc-accordion-body {
    padding: 15px 20px;
    background: #eeeeeedc;
    font-size: 1rem;
    color: #080808;
}

/* Responsive Design */
@media (max-width: 768px) {
    .fc-accordion-header {
        font-size: 1rem;
        padding: 12px 15px;
    }

    .fc-accordion-body {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
}


/* Base Styles for Media Partners Section */
.fc-media-partners-section {
    padding: 60px 0;
    background: var(--white-clr);
    /* Adjust background color as needed */
}

.fc-title-area {
    margin-bottom: 32px;
    text-align: center;
}

.fc-sec-title {
    font-size: 32px;
    color: var(--p900-clr);
    margin-bottom: 16px;
    font-weight: 600;
    /* Bold title */
}

.fc-brand-list-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    /* Spacing between brand items */
}

.fc-brand-list {
    text-align: center;
    padding: 15px;
    background: rgb(255, 255, 255);
    /* Light background for brand items */
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 0 0 calc(33.333% - 20px);
    /* 3 items per row with gap */
    max-width: calc(33.333% - 20px);
}

.fc-brand-list:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.fc-brand-list img {
    max-width: 60%;
    height: auto;
    border-radius: 8px;
    transition: opacity 0.3s ease;
}

.fc-brand-list img:hover {
    opacity: 0.9;
    /* Slight fade effect on hover */
}

/* Responsive Adjustments */
@media (max-width: 1199px) {
    .fc-sec-title {
        font-size: 28px;
    }

    .fc-brand-list {
        padding: 10px;
        flex: 0 0 calc(33.333% - 15px);
        /* Adjust for smaller screens */
        max-width: calc(33.333% - 15px);
    }
}

@media (max-width: 991px) {
    .fc-brand-list {
        flex: 0 0 calc(50% - 15px);
        /* 2 items per row on tablets */
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .fc-sec-title {
        font-size: 24px;
    }

    .fc-brand-list-row {
        gap: 15px;
    }

    .fc-brand-list {
        flex: 0 0 calc(50% - 10px);
        /* 2 items per row on smaller tablets */
        max-width: calc(50% - 10px);
    }

    .fc-brand-list img {
        width: 60%;
        /* Adjust image size for smaller screens */
    }
}

@media (max-width: 575px) {
    .fc-sec-title {
        font-size: 20px;
    }

    .fc-brand-list-row {
        gap: 10px;
    }

    .fc-brand-list {
        flex: 0 0 calc(100% - 10px);
        /* 1 item per row on mobile */
        max-width: calc(100% - 10px);
    }

    .fc-brand-list img {
        width: 70%;
        /* Adjust image size for very small screens */
    }
}

/* Base Styles */
.fc-contact-space {
    padding: 60px 0;
}

.fc-contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.fc-contact-row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.fc-contact-col {
    padding: 15px;
    flex: 1 1 100%;
}

.fc-col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.fc-col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.fc-contact-card,
.fc-cta-card {
    background: #f58c24;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.fc-box-map iframe {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 10px;
}

/* Base Styles */
.contact-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.contact-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.contact-col {
    flex: 1;
    padding: 15px;
}

.contact-col--left {
    flex: 0 0 40%;
}

.contact-col--right {
    flex: 0 0 55%;
}

.contact-card,
.contact-form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-card__header {
    margin-bottom: 30px;
}

.contact-card__title {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.contact-card__logo-img {
    width: 50%;
    display: block;
}

.contact-card__list {
    list-style: none;
    padding: 0;
    line-height: 1.6;
}

.contact-card__list-item {
    margin-bottom: 20px;
    color: #555;
    font-size: 16px;
}

.contact-card__icon {
    margin-right: 10px;
    color: #f58c24;
}

.contact-card__link {
    color: #f58c24;
    text-decoration: none;
    font-weight: 400;
}

.contact-card__link:hover {
    color: #27a009;
    text-decoration: none;
}

.contact-card__map iframe {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 10px;
}

.contact-form__title {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.contact-form__subtitle {
    font-size: 16px;
    color: #777;
    margin-bottom: 20px;
}

.contact-form__group {
    margin-bottom: 20px;
}

.contact-form__input,
.contact-form__textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.contact-form__textarea {
    resize: vertical;
}

.contact-form__button {
    background: #f58c24;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.contact-form__button:hover {
    background: #e07b1a;
}

.contact-form__error {
    color: #ff0000;
    font-size: 14px;
    margin-top: 5px;
}

.contact-form__response {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
}

/* Responsive Adjustments */
@media (max-width: 992px) {

    .contact-col--left,
    .contact-col--right {
        flex: 0 0 100%;
    }

    .contact-card__map iframe {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 30px 0;
    }

    .contact-card,
    .contact-form {
        padding: 20px;
    }
}

/* Responsive Adjustments */
@media (max-width: 992px) {

    .fc-col-xl-5,
    .fc-col-xl-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fc-box-map iframe {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .fc-contact-space {
        padding: 30px 0;
    }

    .fc-contact-card,
    .fc-cta-card {
        padding: 20px;
    }
}

.counter-version-wrapv3 {
    border-radius: 20px;
    background: var(--p900-clr);
    padding: 12px 50px;
}

.counter-version-wrapv3 h5 {
    color: var(--white-clr);
    font-family: "Raleway";
    font-weight: 500;
}

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

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

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

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

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

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

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

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

.mt-80 {
    margin-top: 80px;
}

.m-60 {
    margin-bottom: 60px;
    margin-top: 60px;
}

.m-50 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.m-40 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.m-30 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.m-24 {
    margin-bottom: 24px;
    margin-top: 24px;
}

.m-20 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.m-10 {
    margin-bottom: 10px;
    margin-top: 10px;
}



.mt-60 {
    margin-top: 60px;
}

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

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-20 {
    margin-top: 20px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-24 {
    padding-bottom: 24px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-24 {
    padding-top: 24px;
}

.pt-20 {
    padding-top: 20px;
}

@media (max-width: 1399px) {
    .mb-60 {
        margin-bottom: 50px;
    }

    .mb-50 {
        margin-bottom: 40px;
    }

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

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

    .mb-24 {
        margin-bottom: 20px;
    }

    .mb-20 {
        margin-bottom: 17px;
    }

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

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

    .mt-40 {
        margin-top: 30px;
    }

    .mt-30 {
        margin-top: 24px;
    }

    .mt-24 {
        margin-top: 20px;
    }

    .mt-20 {
        margin-top: 17px;
    }

    .pb-60 {
        padding-bottom: 50px;
    }

    .pb-50 {
        padding-bottom: 40px;
    }

    .pb-40 {
        padding-bottom: 30px;
    }

    .pb-30 {
        padding-bottom: 24px;
    }

    .pb-24 {
        padding-bottom: 20px;
    }

    .pb-20 {
        padding-bottom: 17px;
    }

    .pt-60 {
        padding-top: 50px;
    }

    .pt-50 {
        padding-top: 40px;
    }

    .pt-40 {
        padding-top: 30px;
    }

    .pt-30 {
        padding-top: 24px;
    }

    .pt-24 {
        padding-top: 20px;
    }

    .pt-20 {
        padding-top: 17px;
    }
}

@media (max-width: 991px) {
    .mb-60 {
        margin-bottom: 40px;
    }

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

    .mb-40 {
        margin-bottom: 24px;
    }

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

    .mb-24 {
        margin-bottom: 16px;
    }

    .mb-20 {
        margin-bottom: 15px;
    }

    .mt-60 {
        margin-top: 40px;
    }

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

    .mt-40 {
        margin-top: 24px;
    }

    .mt-30 {
        margin-top: 20px;
    }

    .mt-24 {
        margin-top: 16px;
    }

    .mt-20 {
        margin-top: 15px;
    }

    .pb-60 {
        padding-bottom: 40px;
    }

    .pb-50 {
        padding-bottom: 30px;
    }

    .pb-40 {
        padding-bottom: 24px;
    }

    .pb-30 {
        padding-bottom: 20px;
    }

    .pb-24 {
        padding-top: 16px;
    }

    .pb-20 {
        padding-bottom: 15px;
    }

    .pt-60 {
        padding-top: 40px;
    }

    .pt-50 {
        padding-top: 30px;
    }

    .pt-40 {
        padding-top: 24px;
    }

    .pt-30 {
        padding-top: 20px;
    }

    .pt-24 {
        padding-top: 16px;
    }

    .pt-20 {
        padding-top: 15px;
    }
}

.pro-step img {
    width: 60%;
    transition: filter 0.3s ease;
}

.process-wrapp li:hover .pro-step img {
    filter: brightness(0) invert(1);
    /* Makes the image white */
}

.services-item img {
    filter: brightness(0) saturate(100%) invert(64%) sepia(1%) saturate(6%) hue-rotate(333deg) brightness(87%) contrast(88%);
    transition: filter 0.3s ease-in-out, transform 0.2s ease-in-out;
    width: 50px;
}

.services-item:hover img {
    filter: brightness(0) saturate(100%) invert(38%) sepia(84%) saturate(2452%) hue-rotate(5deg) brightness(99%) contrast(102%);
    transform: scale(1.05);
    /* Slightly enlarges the image */
}


/* Footer Section */
.footer-section {
    /*background: #082b25;  Dark background */
    background: #109347;
    /* Dark background */
    color: white;
    padding-top: 50px;
    text-align: center;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

/* Footer Columns */
.footer-column {
    flex: 1;
    min-width: 200px;
    margin: 10px;
}

.footer-column h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-column p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #ffffff;
}

.footer-column img {
    max-width: 50%;
    height: auto;
}

.footer-column .footer-member {
    max-width: 70% !important;
    height: auto;
}

/* Social Icons */
.social-icons {
    display: flex;
    justify-content: start;
    gap: 15px;
    margin-top: 40px;
}

.social-icons a {
    color: white;
    font-size: 20px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #db9b00;
    /* Light green hover effect */
}

/* Brochure Buttons */
.brochure-buttons button {
    background: #db9b00;
    /* Green Button */
    border: none;
    color: white;
    padding: 10px 15px;
    margin: 5px 0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.brochure-buttons button:hover {
    background: #eb272c;
}

/* Important Links */
.important-links ul {
    list-style: none;
    padding: 0;
}

.important-links ul li {
    margin: 5px 0;
}

.important-links ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.important-links ul li a:hover {
    color: #00c896;
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    /* Align left & right */
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 20px;
    max-width: 1200px;
    margin: auto;
    font-size: 14px;
    color: white;
}

.footer-bottom-left {
    text-align: left;
}

.footer-bottom-right {
    text-align: right;
}

.footer-bottom-right a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
}

.footer-bottom-right a:hover {
    color: #00c896;
}

.footer-bottom-center a:hover {
    color: #860707;
}

.fw-bold {
    margin-top: 25px;
}

.main-logo {
    width: 240px !important;
    max-width: 250px !important;
}

/* Custom CSS for animations */
.animate__animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animate__fadeInDown {
    animation-name: fadeInDown;
}

.animate__fadeIn {
    animation-name: fadeIn;
}

.animate__fadeInUp {
    animation-name: fadeInUp;
}

.animate__fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Overlay Styles */
.image {
    position: relative;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* Semi-transparent black background */
    opacity: 0;
    /* Initially hidden */
    transition: opacity 0.3s ease;
    /* Smooth transition */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
}

.overlay-text {
    color: #fff;
    /* White text color */
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    transform: translateY(20px);
    /* Start slightly below */
    transition: transform 0.3s ease;
    /* Smooth transition */
}

/* Hover Effect */
.image:hover .overlay {
    opacity: 1;
    /* Show overlay on hover */
}

.image:hover .overlay-text {
    transform: translateY(0);
    /* Move text to its original position */
}

.shop_content a:hover {
    color: #0f582e;
}

.shop_content {
    height: 50px;
    /* Fixed height */
    width: 100%;
    /* Full width of the parent container */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Center content vertically */
    align-items: center;
    /* Center content horizontally */
    padding: 0px;
    /* Add padding for spacing */
    box-sizing: border-box;
    /* Include padding in the height/width calculation */

    overflow: hidden;
    /* Ensure content doesn't overflow */
}

.shop_content a {
    font-size: 18px;
    /* Adjust font size for the title */
    font-weight: 600;
    /* Make the title bold */
    margin-bottom: 10px;
    /* Add spacing between title and description */
    text-align: center;
    /* Center-align the title */
}

.shop_content p {
    font-size: 14px;
    /* Adjust font size for the description */
    text-align: center;
    /* Center-align the description */
    margin: 0;
    /* Remove default margin */
    line-height: 1.4;
    /* Improve readability */
}

.date-height {
    font-size: 22px;
    color: #ec2227;
}

.fc-city-name {
    color: #f16623;
}

.vp-iconbox_icon img {
    width: 70px !important;
}



/* Section styling */
.logo-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 40px;
}

/* Content styling */
.content {
    font-size: 40px;
    /* Adjust as needed */
    font-weight: bold;
    /* Optional: Make text bold */
    color: #333;
    /* Optional: Adjust text color */
}

/* Container for logos */
.logo-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 600px;
    /* Adjust as needed */
    width: 100%;
    gap: 20px;
    /* Space between logos */
}

/* Logo styling */
.sclogos {
    width: 50%;
    /* Adjust as needed */
    height: auto;
    /* Maintain aspect ratio */
    max-width: 150px;
    /* Optional: Limit maximum logo size */
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
    .logo-section {
        flex-direction: column;
        /* Stack content and logos vertically on small screens */
        gap: 20px;
        /* Reduce gap between content and logos */
    }

    .logo-container {
        flex-direction: row;
        /* Keep logos in a row */
        gap: 10px;
        /* Reduce gap between logos */
    }

    .sclogos {
        width: 45%;
        /* Adjust logo size for smaller screens */
    }
}

.fc-white-clr {
    color: #fff;
}

/* Grid adjustments */
.fc_services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fc_services-item {
    flex: 1 1 22%;
    max-width: 22%;
    margin: 15px;
    padding: 20px;
    transition: background 0.3s ease-in-out;
    border-radius: 8px;
    text-align: center;
}

/* Icon size adjustments */
.fc_cs-iconbox_icon img {
    width: 50px;
    transition: transform 0.3s ease, filter 0.3s ease;
    /* filter: grayscale(100%); */
}

/* Hover Effect */
.fc_services-item:hover .fc_cs-iconbox_icon img {
    transform: scale(1.1);
    width: 60px;
    filter: sepia(100%) saturate(500%) hue-rotate(318deg);
}

.fc_services-item h6 {
    margin-top: 10px;
}

/* HR line styling */

.fc_services-hr {
    width: 45px;
    height: 3px;
    background: #414141;
    margin: 0 auto 20px;
    border: none;
}

.fc_services-item:hover .fc_services-hr {
    width: 65px;
    background-color: #222222;
}

.fc_services-item:hover h6 {
    color: #ff6600;
}

/* Background hover effect */
/* .fc_services-item:hover {
    background: rgba(255, 165, 0, 0.2);
} */

/* Responsive layout for smaller screens */
@media (max-width: 992px) {
    .fc_services-item {
        flex: 1 1 45%;
        max-width: 45%;
    }
}

@media (max-width: 600px) {
    .fc_services-item {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.know-contact h5 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

@media (max-width: 768px) {
    .sub_row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .sub_row>div {
        width: 48%;
        /* Makes sure two fit in a row */
        margin: 1%;
        /* Adds a slight gap */
    }

    .mobile-other-content {
        margin-top: 50px;
    }

    .process-wrapp {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
    }

    .process-wrapp li {
        width: 48%;
        /* Ensures two items per row */
        margin: 1%;
        /* Adds a small gap */
        text-align: center;
        list-style: none;
        /* Removes default list styling */
    }
}

@media (min-width: 1025px) {
    .system-hide {
        display: block;
    }

}

.thank-you-container {
    text-align: center;
    background-color: #1d934d;
    color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.thank-you-container img {
    width: 20%;
    height: 100%;
}

.thank-you-container h1 {
    margin: 20px 0 10px;
    font-size: 24px;
    color: #fff;
}

.thank-you-container p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #fff;
}

.thank-you-page .list {
    list-style-type: disc !important;
}

.thank-you-page .list li {}

.thank-you-page .list li a {
    color: #012548;
}

.thank-you-page [class*='visit-success-page-'] h3 {
    font-size: 36px;
}

.thank-you-page .qr-code {
    margin: auto;
    width: 20%;
}

.border {
    border: 1px solid #dee2e6
}

.rounded-3 {
    border-radius: 0.5rem;
}

.p-5 {
    padding: 3rem !important;
}
.captcha{
  color: #000;
  position: relative;
  display: inline-block;
}
.captcha input{
  background-color: #fff;
  border: 1px solid #727272;
}
.captcha a{
  margin-left:30px;
  color: #337ab7;
}
.modal .modal-body .captcha {
    position: relative;
    display: inline-block;
    color: #000;
}

.modal .modal-body .captcha a {
    margin-left: 25px;
    display: inline-block;
}
.captcha-block{
  overflow: hidden!important;
}
.captcha-block[class*="col-"] {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: none;
}
.g-recaptcha {
  transform:scale(0.77);
  transform-origin:0 0;
}
.price-box {
    --light-color: #838B9F;
    position: relative;
    z-index: 2;
}
.price-box .box-top {
    background-color: #1d934d;
    border-radius: 20px 20px 13px 13px;
    padding: 40px;
    position: relative;
}
.price-box.active .box-top {
    background-color:#eb252a;
}
.price-box .box-price {
    font-size: 40px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 13px;
    margin-bottom: 20px;
}
.price-box .box-text {
    margin-bottom: 10px;
    color: #fff;
}
.price-box .box-top span {
    color: #fff;
}
span {
    font-size: 16px;
    /* line-height: 25.6px; */
    margin: 0px;
    transition: all 0.4s ease-in-out;
}
.price-box .checklist li:not(:last-child) {
    margin-bottom: 3px;
}
.price-box .checklist li {
    color: #fff;
    font-weight: 400;
}
.fa-check-circle:before, .fa-circle-check:before {
    content: "\f058";
}
.price-box:before {
    top: -1px;
    background-image: url(data:image/svg+xml,<svg width="366" height="11" viewBox="0 0 366 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30 -4C30 4.28427 23.2843 11 15 11C6.71573 11 0 4.28427 0 -4C0 -12.2843 6.71573 -19 15 -19C23.2843 -19 30 -12.2843 30 -4Z" fill="white"/><path d="M72 -4C72 4.28427 65.2843 11 57 11C48.7157 11 42 4.28427 42 -4C42 -12.2843 48.7157 -19 57 -19C65.2843 -19 72 -12.2843 72 -4Z" fill="white"/><path d="M114 -4C114 4.28427 107.284 11 99 11C90.7157 11 84 4.28427 84 -4C84 -12.2843 90.7157 -19 99 -19C107.284 -19 114 -12.2843 114 -4Z" fill="white"/><path d="M156 -4C156 4.28427 149.284 11 141 11C132.716 11 126 4.28427 126 -4C126 -12.2843 132.716 -19 141 -19C149.284 -19 156 -12.2843 156 -4Z" fill="white"/><path d="M198 -4C198 4.28427 191.284 11 183 11C174.716 11 168 4.28427 168 -4C168 -12.2843 174.716 -19 183 -19C191.284 -19 198 -12.2843 198 -4Z" fill="white"/><path d="M240 -4C240 4.28427 233.284 11 225 11C216.716 11 210 4.28427 210 -4C210 -12.2843 216.716 -19 225 -19C233.284 -19 240 -12.2843 240 -4Z" fill="white"/><path d="M282 -4C282 4.28427 275.284 11 267 11C258.716 11 252 4.28427 252 -4C252 -12.2843 258.716 -19 267 -19C275.284 -19 282 -12.2843 282 -4Z" fill="white"/><path d="M324 -4C324 4.28427 317.284 11 309 11C300.716 11 294 4.28427 294 -4C294 -12.2843 300.716 -19 309 -19C317.284 -19 324 -12.2843 324 -4Z" fill="white"/><path d="M366 -4C366 4.28427 359.284 11 351 11C342.716 11 336 4.28427 336 -4C336 -12.2843 342.716 -19 351 -19C359.284 -19 366 -12.2843 366 -4Z" fill="white"/></svg>);
}
.price-box:after, .price-box:before {
    content: '';
    position: absolute;
    left: 12px;
    width: calc(100% - 24px);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    height: 11px;
    z-index: 1;
}
.price-box .box-bottom {
    background-color: #1d934d;
    border-radius: 13px 13px 20px 20px;
    padding: 40px;
}
.price-box.active .box-bottom {
    background-color: #eb252a;
}
.price-box:after
 {
    bottom: -1px;
    background-image: url(data:image/svg+xml,<svg width="366" height="11" viewBox="0 0 366 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30 15C30 23.2843 23.2843 30 15 30C6.71573 30 0 23.2843 0 15C0 6.71573 6.71573 0 15 0C23.2843 0 30 6.71573 30 15Z" fill="white"/><path d="M72 15C72 23.2843 65.2843 30 57 30C48.7157 30 42 23.2843 42 15C42 6.71573 48.7157 0 57 0C65.2843 0 72 6.71573 72 15Z" fill="white"/><path d="M114 15C114 23.2843 107.284 30 99 30C90.7157 30 84 23.2843 84 15C84 6.71573 90.7157 0 99 0C107.284 0 114 6.71573 114 15Z" fill="white"/><path d="M156 15C156 23.2843 149.284 30 141 30C132.716 30 126 23.2843 126 15C126 6.71573 132.716 0 141 0C149.284 0 156 6.71573 156 15Z" fill="white"/><path d="M198 15C198 23.2843 191.284 30 183 30C174.716 30 168 23.2843 168 15C168 6.71573 174.716 0 183 0C191.284 0 198 6.71573 198 15Z" fill="white"/><path d="M240 15C240 23.2843 233.284 30 225 30C216.716 30 210 23.2843 210 15C210 6.71573 216.716 0 225 0C233.284 0 240 6.71573 240 15Z" fill="white"/><path d="M282 15C282 23.2843 275.284 30 267 30C258.716 30 252 23.2843 252 15C252 6.71573 258.716 0 267 0C275.284 0 282 6.71573 282 15Z" fill="white"/><path d="M324 15C324 23.2843 317.284 30 309 30C300.716 30 294 23.2843 294 15C294 6.71573 300.716 0 309 0C317.284 0 324 6.71573 324 15Z" fill="white"/><path d="M366 15C366 23.2843 359.284 30 351 30C342.716 30 336 23.2843 336 15C336 6.71573 342.716 0 351 0C359.284 0 366 6.71573 366 15Z" fill="white"/></svg>);
}
.price-box:after, .price-box:before {
    content: '';
    position: absolute;
    left: 12px;
    width: calc(100% - 24px);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    height: 11px;
    z-index: 1;
}
.gy-30 {
    --bs-gutter-y: 30px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.white-clr {
    color: #fff !important;
}
h5 {
    font-size: 18px;
    font-weight: 700;
}
.gold-clr {
    color: #bf9444 !important;
}
.text-xl-start {
        text-align: left !important;
    }
.gy-40 {
    --bs-gutter-y: 40px;
}
.justify-content-center {
    justify-content: center !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
section {
    padding: 50px 0!important;
    overflow: hidden;
}
.checklist.available-list ul {
    padding: 0;
}
.p700-clr {
    color: #000 !important;
}
.new_partners .row {
    /*display: flex;*/
}
.new_partners img {
    width: auto;
}
.new_partners .mt-3 {
    margin-top: 3rem;
}
.six-mpartners h4 {
    font-size: 28px; 
}
.digital_partners.new_partners .row {
    display: flex;
}
@media (min-width: 992px) and (max-width: 1199px) { 
 	.six-mpartners h4 {
        font-size: 22px;
    }
 }
@media (max-width: 767px) {
    .new_partners .col-md-4, .new_partners .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .new_partners .row {
        display: block;
        text-align: center;
    }
    .digital_partners.new_partners .row {
        display: block;
    }
}
.footer_popup_form .form-group label {
    font-weight: 700;
    color: #5d5d5d;
}
.footer_popup_form input.form-control, .footer_popup_form select.form-control, .footer_popup_form textarea.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 25px;
}
#brochureModal .btn-secondary, #sponsorshipModal .btn-secondary {
    color: #fff;
}
.footer_popup_form .form-group {
    position: static;
    margin-bottom: 0;
}
.fc-button1.sponsorshipthree, .fc-button3.sponsorshipthree {
    cursor: pointer;
}
