/********** Template CSS **********/
:root {
    --primary: #1E60AA;
    --secondary: #ed7e22;
    --light: #EDF1FC;
    --dark: #17224D;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.text-primary1 {
    color: var(--secondary);
}

.bg-primary1 {
    background: var(--secondary);
    color: #fff;
}

/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.top-bar {
    height: 75px;
    padding: 0 4rem;
}

.nav-bar {
    position: relative;
    padding: 0 4.75rem;
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .nav-bar {
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
    border-left: 15px solid #FFFFFF;
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 15px;
    background: #FFFFFF;
}

.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/new-images/C4-Photos.jpeg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, 0.578), rgba(0, 0, 0, 0.841)), url(../img/banner1.jpeg) center center no-repeat;
    background-size: cover;
}




/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    padding-top: 30px;
}

.clients .clients-wrap {
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}

.clients .client-logo {
    padding: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
    background: #fff;
    height: 140px;
}

.clients .client-logo:hover img {
    transform: scale(1.1);
}

.clients img {
    transition: all 0.4s ease-in-out;
}


/*** Service ***/
.service-item-top img {
    transition: .5s;
}

.service-item-top:hover img {
    transform: scale(1.1);
}

.service-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.service-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--secondary);
    border: 5px solid var(--light);
    transition: .5s;
}

.service-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--secondary);
}


/*** Booking ***/
.video {
    position: relative;
    padding: 8rem 0 12rem 0;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/new-images/Completed2.jpeg) center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.video .btn-play {
    position: relative;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
    margin-bottom: 4rem;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--primary);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item img {
    transition: .5s;
    width: 100%;
    height:400px;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-text {
    height: 90px;
    overflow: hidden;
}

.team-item .team-text .bg-light,
.team-item .team-text .bg-primary {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s;
}

.team-item .team-text .bg-primary {
    flex-direction: row;
}

.team-item:hover .team-text .bg-light {
    margin-top: -90px;
}

.team-item .team-text .bg-primary .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-text .bg-primary .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}



.ftco-intro {
    background: var(--primary);
}

.ftco-intro .intro {
    z-index: 0;
    position: relative;
}


.intro {
    width: 100%;
    background: var(--primary);
    padding: 30px;
}

.intro.color-1 {
    background: var(--secondary);
}

.intro.color-2 {
    background: var(--primary);
}

.intro .icon {
    margin-right: 20px;
}

.intro .icon span {
    font-size: 60px;
    color: #fff;
}

.intro .text {
    color: rgba(255, 255, 255, 0.8);
}

.intro .text h2 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}



.blog-entry {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 0;
}

@media (min-width: 768px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

.blog-entry .img,
.blog-entry .text {
    width: 50%;
}

@media (max-width: 991.98px) {

    .blog-entry .img,
    .blog-entry .text {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .blog-entry .img {
        height: 300px;
    }
}

.blog-entry .text {
    position: relative;
    margin: 0 auto;
    z-index: 0;
}

.blog-entry .text .heading {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 500;
}

.blog-entry .text .heading a {
    color: #000000;
}

.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active {
    color: var(--secondary);
}

.blog-entry .meta p span {
    padding-right: 10px;
}

.blog-entry .btn-custom {
    color: var(--secondary);
    
    font-weight: 700;
}

.blog-entry .btn-custom span {
    font-size: 12px;
}



/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-item .testimonial-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    border: 15px solid;
    border-color: var(--light) transparent transparent transparent;
    transition: .5s;

}

.testimonial-carousel .owl-item.center .testimonial-text::after {
    border-color: var(--primary) transparent transparent transparent;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    font-size: 30px;
    color: var(--primary);
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}




.postcard {
  width: 600px;
  height: 400px;
  color: white;
  position: relative;
  background-image: url("../img/Solar-Solutuion.jpg");
  background-size: 600px;
  
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.5);
}

.postcard::after {
  content: '';
  position: absolute;
  left: 30px;
  top: 30px;
  bottom: 30px;
  right: 30px;
  border: 3px solid white;
}

.text-container {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 2;
  padding: 15px 27px;
}

.postcard-text {
  font-family: Arial, sans-serif;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  background-image: url("../img/Solar-Solutuion.jpg");
  background-position: bottom left;
  background-size: 600px;
  position: absolute;
  left: 0;
  padding-left: 27px;
  bottom: 0;
  padding-bottom: 15px;
  right: 140px;
  z-index: 2;
}



figure.snip0041 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 220px;
    max-width: 480px;
    max-height: 240px;
    width: 100%;
    background: #000000;
  }
  figure.snip0041 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }
  figure.snip0041 > img {
    margin-right: 50%;
    width: 50%;
    filter: blur(0px);
    height:300px;
  }
  figure.snip0041 figcaption {
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: #ffffff;
  }
  figure.snip0041 figcaption h2,
  figure.snip0041 figcaption p {
    margin: 0;
    color: #000000;
    text-align: left;
    position: absolute;
    padding: 10px 0 10px 0px;
    margin: 0 40px 0 20px;
  }
  figure.snip0041 figcaption h2 {
    font-size: 1em;
    bottom: 50%;
    right: 0;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  figure.snip0041 figcaption h2 span {
    font-weight: 800;
  }
  figure.snip0041 figcaption p {
    top: 50%;
    font-size: 0.9em;
    opacity: 0.8;
  }
  figure.snip0041 .icons {
    padding: 5px;
    position: absolute;
    right: 50%;
    top: 50%;
    padding-right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  figure.snip0041 .icons i {
    font-size: 32px;
    padding: 10px;
    color: #ffffff;
    opacity: 0;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  figure.snip0041 .icons a:first-child i {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  figure.snip0041 .icons a:nth-child(2) i {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  figure.snip0041 .icons a:nth-child(3) i {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  figure.snip0041:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 35px;
    width: 35px;
    background-color: #000000;
    content: '';
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  figure.snip0041:hover > img,
  figure.snip0041.hover > img {
    opacity: 0.5;
    filter: blur(5px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  figure.snip0041:hover i,
  figure.snip0041.hover i {
    opacity: 0.8;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  figure.snip0041:hover a:first-child i,
  figure.snip0041.hover a:first-child i {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  figure.snip0041:hover a:nth-child(2) i,
  figure.snip0041.hover a:nth-child(2) i {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  figure.snip0041:hover a:nth-child(3) i,
  figure.snip0041.hover a:nth-child(3) i {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  



  figure.snip0071 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 220px;
    /* max-width: 480px; */
    max-height: 260px;
    width: 100%;
    background: #ffffff;
    color: #ffffff;
    border: 10px solid #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  figure.snip0071 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  figure.snip0071 .image {
    position: relative;
    width: 58%;
    overflow: hidden;
    right: -14%;
    float: right;
    z-index: 1;
    box-shadow: 0px 0 20px rgba(0, 0, 0, 0.5);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
  figure.snip0071 .image img {
    position: relative;
    left: -20%;
    max-width: 100%;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
  }
  figure.snip0071 figcaption {
    background: #262626;
    height: 100%;
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  figure.snip0071 figcaption h2,
  figure.snip0071 figcaption p {
    margin: 0;
    text-align: left;
    width: 100%;
    color: #fff;
  }
  figure.snip0071 figcaption h2 {
    bottom: 40px;
    position: absolute;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 1.0em;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  figure.snip0071 figcaption h2 span {
    font-weight: 800;
  }
  figure.snip0071 figcaption p {
    padding: 20px;
    width: 50%;
    bottom: 80px;
    position: absolute;
    font-size: 0.9em;
    opacity: 0.8;
  }
  figure.snip0071 figcaption .position {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 40px;
    padding-left: 20px;
    font-style: italic;
    opacity: 0.3;
  }
  figure.snip0071 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }
  figure.snip0071.blue figcaption {
    background: #20638f;
  }
  figure.snip0071.red figcaption {
    background: #962d22;
  }
  figure.snip0071.yellow figcaption {
    background: #bf6516;
  }
  figure.snip0071:hover figcaption,
  figure.snip0071.hover figcaption {
    background: #333333;
  }
  figure.snip0071:hover.blue figcaption,
  figure.snip0071.hover.blue figcaption {
    background: #2472a4;
  }
  figure.snip0071:hover.red figcaption,
  figure.snip0071.hover.red figcaption {
    background: #ab3326;
  }
  figure.snip0071:hover.yellow figcaption,
  figure.snip0071.hover.yellow figcaption {
    background: #d67118;
  }
  figure.snip0071:hover .image,
  figure.snip0071.hover .image {
    box-shadow: 0px 0 0px rgba(0, 0, 0, 0.5);
  }




  figure.snip1162 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 220px;
    max-width: 310px;
    /* max-height: 310px; */
    width: 100%;
    background: #000000;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  figure.snip1162 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
  figure.snip1162 img {
    max-width: 100%;
    position: relative;
    opacity: 0.9;
    height:100%;
    width:100%;
    
  }
  figure.snip1162 figcaption {
    position: absolute;
    top: 45%;
    left: 7%;
    right: 7%;
    bottom: 45%;
    border: 1px solid white;
    border-width: 0 1px 1px;
  }
  figure.snip1162 .heading {
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  figure.snip1162 h2 {
    display: table;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    text-align: center;
    width: auto;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
  }
  figure.snip1162 h2 span {
    font-weight: 800;
  }
  figure.snip1162 h2:before,
  figure.snip1162 h2:after {
    position: absolute;
    display: block;
    width: 1000%;
    height: 1px;
    content: '';
    background: white;
    top: 50%;
    color: #fff;
  }
  figure.snip1162 h2:before {
    left: -1000%;
    color: #fff;
  }
  figure.snip1162 h2:after {
    right: -1000%;
  }
  figure.snip1162 p {
    top: 50%;
    font-size: 0.9em;
    font-weight: 500;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    opacity: 0;
  }
  figure.snip1162 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }
  figure.snip1162:hover img,
  figure.snip1162.hover img {
    opacity: 0.25;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  figure.snip1162:hover figcaption,
  figure.snip1162.hover figcaption {
    top: 7%;
    bottom: 7%;
  }
  figure.snip1162:hover p,
  figure.snip1162.hover p {
    opacity: 1;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  




  figure.snip1132 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 220px;
    max-width: 310px;
    max-height: 220px;
    width: 100%;
    background: #000000;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  
  figure.snip1132 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
  
  figure.snip1132 img {
    max-width: 100%;
    position: relative;
    opacity: 1;
  }
  
  figure.snip1132 figcaption {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid white;
    border-width: 0 1px;
  }
  
  figure.snip1132 .heading {
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  figure.snip1132 .caption {
    overflow: hidden;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  
  figure.snip1132 h3,
  figure.snip1132 p {
    display: table;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    text-align: center;
    width: auto;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
  }
  
  figure.snip1132 h3 span,
  figure.snip1132 p span {
    font-weight: 800;
  }
  
  figure.snip1132 h3:before,
  figure.snip1132 p:before,
  figure.snip1132 h3:after,
  figure.snip1132 p:after {
    position: absolute;
    display: block;
    width: 1000%;
    height: 1px;
    content: '';
    background: white;
  }
  
  figure.snip1132 h3:before,
  figure.snip1132 p:before {
    left: -1000%;
  }
  
  figure.snip1132 h3:after,
  figure.snip1132 p:after {
    right: -1000%;
  }
  
  figure.snip1132 h3:before,
  figure.snip1132 h3:after {
    top: 50%;
  }
  
  figure.snip1132 p {
    font-size: 0.8em;
    font-weight: 500;
  }
  
  figure.snip1132 p:before,
  figure.snip1132 p:after {
    bottom: 50%;
  }
  
  figure.snip1132 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }
  
  figure.snip1132:hover img,
  figure.snip1132.hover img {
    opacity: 0.35;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }




  .snip1298 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 160px;
    max-width: 315px;
    width: 100%;
    background: #ffffff;
    color: #ffffff;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  .snip1298 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
  }
  .snip1298 img {
    max-width: 100%;
    vertical-align: top;
    height:250px;
    width:100%
  }
  .snip1298 i {
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-size: 28px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 1;
    text-align: center;
  }
  .snip1298 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1;
    max-width: 250px;
  }
  .snip1298 h3,
  .snip1298 p {
    opacity: 0;
    margin: 0 0 5px;
  }
  .snip1298 h3 {
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  .snip1298 h3 span {
    font-weight: 800;
  }
  .snip1298 p {
    font-size: 0.9em;
    font-size: 500;
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
  .snip1298:after {
    background: #962d22;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 15px;
    bottom: 15px;
    content: '';
    border-radius: 50%;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .snip1298 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }
  .snip1298:hover img,
  .snip1298.hover img {
    opacity: 0.4;
  }
  .snip1298:hover:after,
  .snip1298.hover:after {
    -webkit-transform: scale(10);
    transform: scale(10);
    opacity: 0.75;
  }
  .snip1298:hover i,
  .snip1298.hover i {
    -webkit-transform: scale(2) translate(10px, -10px);
    transform: scale(2) translate(10px, -10px);
  }
  .snip1298:hover h3,
  .snip1298.hover h3 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .snip1298:hover p,
  .snip1298.hover p {
    opacity: 1;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  


  .snip1369 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    background: #20638f;
    text-align: left;
    color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 16px;
  }
  .snip1369 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .snip1369 > img,
  .snip1369 .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    max-width: 100%;
    height:300px
  }
  .snip1369 > img {
    vertical-align: top;
    position: relative;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.6;
  }
  .snip1369 figcaption,
  .snip1369 .image {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .snip1369 .image {
    position: absolute;
    top: 0;
    bottom: 25%;
    right: 0;
    left: 0;
    overflow: hidden;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.2);

  }
  .snip1369 .image img {
    position: absolute;
    top: 0;
  }
  .snip1369 figcaption {
    position: absolute;
    top: 70%;
    bottom: 46px;
    left: 20px;
    right: 20px;
    /* border-bottom: 2px solid #ffffff; */
    padding-top: 20px;
    z-index: 1;
  }
  .snip1369 h3,
  .snip1369 p {
    margin: 0;
    
  }
  .snip1369 h3 {
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #fff;
    font-size: 26px;
    letter-spacing: 1px;
  }
  .snip1369 p {
    font-size: 0.9em;
    letter-spacing: 1px;
    font-weight: 400;
    opacity: 0;
  }
  .snip1369 .read-more {
    display: block;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 20px;
    color: #ffffff;
    right: 0;
    bottom: 0;
    font-weight: 500;
    position: absolute;
  }
  .snip1369 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }
  .snip1369:hover .read-more,
  .snip1369.hover .read-more,
  .snip1369:hover figcaption,
  .snip1369.hover figcaption {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  .snip1369:hover figcaption,
  .snip1369.hover figcaption,
  .snip1369:hover .image,
  .snip1369.hover .image {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .snip1369:hover figcaption,
  .snip1369.hover figcaption {
    top: 30%;
  }
  .snip1369:hover .image,
  .snip1369.hover .image {
    bottom: 80%;
  }
  .snip1369:hover p,
  .snip1369.hover p {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }



  .snip1401 {
    font-family: 'Playfair Display', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 230px;
    max-width: 100%;
    height: 350px;
    width: 100%;
    color: #000000;
    text-align: right;
    font-size: 16px;
    background-color: #000000;
  }

  .snip1401 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .snip1401 img {
    max-width: 100%;
    backface-visibility: hidden;
    height:100%;
    width:100%
  }
  .snip1401 figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    padding: 30px 0 30px 10px;
    background-color: #ffffff;
    width: 40%;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
  }
  .snip1401 figcaption:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 120px 120px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  .snip1401:after {
    position: absolute;
    bottom: 50%;
    right: 20%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 120px 0 120px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .snip1401 h3,
  .snip1401 p {
    line-height: 1.5em;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    margin: 0;
  }
  .snip1401 h3 {
    margin: 0 0 5px;
    line-height: 1.1em;
    font-weight: 900;
    font-size: 1.4em;
    opacity: 0.75;
  }
  .snip1401 p {
    font-size: 0.8em;
  }
  .snip1401 i {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
    font-size: 44px;
    color: #ffffff;
    opacity: 0;
  }
  .snip1401 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .snip1401:hover img,
  .snip1401.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
  }
  .snip1401:hover:after,
  .snip1401.hover:after,
  .snip1401:hover figcaption,
  .snip1401.hover figcaption,
  .snip1401:hover i,
  .snip1401.hover i {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }



  .content-area {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
  }
  .image-gallery {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }
  
  #preview-image {
    width: 340px;
    height: 340px;
    object-fit: cover;
    margin-bottom: 10px;
  }
  
  .thumbnail-container {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  
  .thumbnail {
    width: 100px;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
  }
  

  
.mobile-bottom-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
  
	z-index: 1000;
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	display: flex;
	padding: 5px 0;
	box-shadow: 0 -2px 5px -2px #333;
	background-color: #fff;
  }
  
  .mobile-bottom-nav__item {
	flex-grow: 1;
	text-align: center;
	font-size: 12px;
	display: flex;
  
	flex-direction: column;
	justify-content: center;
  }
  .mobile-bottom-nav__item a{
	color:#000 !important;
	font-size: 11px;
  }
  .mobile-bottom-nav__item--active {
	color: #159517;
  }
  .h300 img{
	height: 300px;
}
  .mobile-bottom-nav__item-content a i {
    font-size: 22px;
    color: var(--primary);
    display: block;
    margin-bottom: 3px;

  }
  
  .mobile-bottom-nav__item-content {
	display: flex;
	flex-direction: column;
  }




/*================================================
Default CSS
=================================================*/
.default-btn1 {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #2875BB;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  opacity: 1;
  font-weight: 400;
  font-size: 16px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.default-btn1 span {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #111111;
  color: #ffffff;
  -webkit-transition: width 0.5s ease-in-out, 
 height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, 
 height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
  opacity: 1;
}

.default-btn1:hover {
  color: #ffffff !important;
}

.default-btn1:hover span {
  width: 225%;
  height: 562.5px;
}

.default-btn1 i {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-left: 10px;
  color: white;
}
.ngbg{
  background-color: #36C6F4;
  height:50px;
}


.pdn{
  padding: 10px 10px !important;
  width: 180px;
}
.mod_head{
  background: linear-gradient(to right,#ed3136, #ee6368 );
}
.modal-title{
  color: #fff;
}
.vrt{
  vertical-align: middle;
}

.btn-close{
  /* background-image:  url('../img/cl.png') ; */
  color: white;
  opacity: 1;
}
.bgh{
  /* background: linear-gradient(to right,#423f8d, #454386d3 ); */
  background: linear-gradient(to right,#ed3136, #ee6368 );
}



/******* Middle section CSS Start ******/
/* -------- Landing page ------- */
.game-section {
  padding: 60px 50px;
}
.game-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}
.game-section .item {
  margin: 0 15px 60px;
  width: 200px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.game-section .item.active {
  width: 450px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.game-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.game-section .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.game-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}

.game-section .item-desc h3 {
  margin: 0 0 10px;
  font-size: 22px !important;
  line-height: 36px;
  color: #fff;
}

.game-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}
.game-section .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.game-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}
/******** Middle section CSS End *******/

/***** responsive css Start ******/

@media (min-width: 992px) and (max-width: 1199px) {


  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .game-section .item.active {
    width: 400px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {


  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px 40px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .game-section .item.active {
    width: 360px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

@media (max-width: 767px) {

  .line-title {
    width: 250px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 30px 15px 20px;
  }
  .game-section .item {
    margin: 0 10px 40px;
    width: 200px;
    height: 280px;
  }
  .game-section .item.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  .game-section .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}



.grid-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  flex: 20%;
  max-width: 25%;
  padding: 5px 8px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

@media (max-width: 1200px) {
  .column {
    flex: 40%;
    flex-wrap: wrap;
    max-width: 50%;
  }
}

@media (max-width: 600px) {
  .column {
    flex: 50%;
    max-width: 100%;
  }
}


.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
}

.grid > article {
  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

.grid > article img {
  max-width: 100%;
  height: 300px;
  width:100%;
}

.grid .text {
  padding: 20px;
}