@charset "utf-8";

:root {
    --pulseSize: 10px;
    --blue: #ff7603;
    --transparentBlue: #f32f5321;
}

/* CSS Document */


/* --------------------------Web Files-------------------------------------*/

/*@font-face {*/
/*    font-family: 'Font Awesome 5 Brands';*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
/*    src: url("webFonts/fa-brands-400.eot");*/
/*    src: url("webFonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("webFonts/fa-brands-400.woff2") format("woff2"), url("webFonts/fa-brands-400.woff") format("woff"), url("webFonts/fa-brands-400.ttf") format("truetype"), url("webFonts/fa-brands-400.svg#fontawesome") format("svg");*/
/*}*/

/*.fab {*/
/*    font-family: 'Font Awesome 5 Brands';*/
/*}*/

/*@font-face {*/
/*    font-family: 'Font Awesome 5 Free';*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    src: url("webFonts/fa-regular-400.eot");*/
/*    src: url("webFonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("webFonts/fa-regular-400.woff2") format("woff2"), url("webFonts/fa-regular-400.woff") format("woff"), url("webFonts/fa-regular-400.ttf") format("truetype"), url("webFonts/fa-regular-400.svg#fontawesome") format("svg");*/
/*}*/

/*.far {*/
/*    font-family: 'Font Awesome 5 Free';*/
/*    font-weight: 400;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Font Awesome 5 Free';*/
/*    font-style: normal;*/
/*    font-weight: 900;*/
/*    src: url("webFonts/fa-solid-900.eot");*/
/*    src: url("webFonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("webFonts/fa-solid-900.woff2") format("woff2"), url("webFonts/fa-solid-900.woff") format("woff"), url("webFonts/fa-solid-900.ttf") format("truetype"), url("webFonts/fa-solid-900.svg#fontawesome") format("svg");*/
/*}*/

/*.fa,*/
/*.fas {*/
/*    font-family: 'Font Awesome 5 Free';*/
/*    font-weight: 900;*/
/*}*/

/*@font-face {*/
/*    font-family: 'gil';*/
/*    src: url('webFonts/GIL_____.eot');*/
/*    src: url('webFonts/GIL_____.eot?#iefix') format('embedded-opentype'), url('webFonts/GIL_____.woff') format('woff'), url('webFonts/GIL_____.TTF') format('truetype');*/
/*}*/

a:hover {
    text-decoration: underline;
}

a {
    transition: .7s;
}


/* Transition effects*/

.transition_3 {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}

.transition_2 {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
}

.transition_7 {
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.wow {
    visibility: hidden;
}

* {
    text-decoration: none;
    outline: none;
    font-family: "Outfit", sans-serif;
}

#menu:not(.mm-menu) {
    display: none;
}

a:hover {
    text-decoration: none;
}

body,
h3,
h1,
h2,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    -ms-transition: .7s;
}

a {
    display: block;
    text-decoration: none;
    transition: .7s;
}

a:focus {
    text-decoration: none;
    outline: none;
}

table {
    width: 100%;
}


/* --------------------------Web Files close-------------------------------------*/


/* --------------------------Fonts Classes-------------------------------------*/


/* --------------------------Fonts Classes-------------------------------------*/


/* --------------------------Main Styling-------------------------------------*/

.main_container {
    width: 100%;
    position: relative;
    /*max-width: 1700px;*/
    margin: 0 auto;
    overflow: hidden;
}

.standard {
    position: relative;
    margin: 0 auto;
    width: 1280px;
}

.background_side {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    z-index: 5;
    position: fixed;
    left: 0px;
    top: 0px;
}

#page {
    display: none;
}

div#preloader {
    overflow: hidden;
    background: url(../webImages/1.gif);
    background-color: rgba(5, 141, 220, 0.9);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.main_mmenu {
    position: relative;
    height: 40px;
    display: none;
}

.menu_icn {
    display: block;
    background: #058ddc;
    padding-left: 10px;
    height: 45px;
}

.menu_icn img {
    margin-top: 10px;
}

.logo_menu a {
    color: #5e5e5e;
    font-size: 18px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.logo_menu {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0px;
    left: 0px;
    text-align: center;
    width: 24%;
    margin: 0 auto;
}

.logo_menu img {
    width: 100%;
}

.mm-title {
    color: #ffffff !important;
}

.mm-listview {
    list-style: none;
}

body::-webkit-scrollbar-thumb {
    background: #faa601;
    border-radius: 10px 0px 10px 0px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #333;
    border-radius: 10px 0px 10px 0px;
}


/* --------------------------Main Styling-------------------------------------*/


/* --------------------------Header Styling-------------------------------------*/

.banner_side {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index:2;
}

.banner_side:before {
    /*content: '';*/
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: #000000c4 no-repeat;
    background-size: cover;
    z-index: 1;
    opacity: 0.2;
}

#banner {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    width: 100% !important;
}

#banner li {
    width: 100% !important;
}

#banner li img {
    width: 100% !important;
}

.pager {
    position: absolute;
    bottom: 45%;
    right: 30px;
    display: block;
    z-index: 1;
    width: 12px;
    margin: 0px 0px;
    z-index: 2;
}

.slide-node {
    margin: 0 auto;
}

#slide-pager {
    clear: both;
    overflow: hidden;
    padding: 0;
    text-align: center;
    z-index: 1;
    margin: 0px 0px;
}

#slide-pager li {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    /* vertical-align: top; */
}

#slide-pager li:last-child {
    margin-right: 0%;
}

#slide-pager li a {
    display: block;
    background: transparent;
    border: none;
    border-radius: 0px;
    width: 12px !important;
    border-radius: 50% !important;
    border: 1px solid #ffffff;
    height: 12px;
    padding: 5px 5px;
}

#slide-pager li a:hover {
    display: block;
    height: 12px;
    padding: 5px 5px;
    overflow: hidden;
    width: 12px !important;
    border-radius: 50% !important;
    border: 1px solid #0f747d;
    background: #0f747d;
}

#slide-pager li a.usl-current {
    display: block;
    height: 12px;
    padding: 5px 5px;
    overflow: hidden;
    width: 12px !important;
    border-radius: 50% !important;
    border: 1px solid #0f747d;
    background: #0f747d;
}

canvas {
    display: block;
    /* vertical-align: bottom; */
}


/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js {
    width: 100%;
    background-color: #0000004a;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
}

#stats {
    display: none;
}


/* --------------------------Header Styling close-------------------------------------*/


/* --------------------------Content Styling -------------------------------------*/

.index_content {
    position: relative;
    width: 100%;
}

.header-main{
    position: relative;
    width:100%;
    background: url(../images/banner.webp) no-repeat;
    background-size: cover;
    background-position: center center;
}

.header-main:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: #000000c4 no-repeat;
    background-size: cover;
    z-index: 1;
    opacity: 0.2;
}

.header_side {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0px;
    z-index: 9;
    width: 100%;
    /* left: 0;
    top: 0; */
}

.head_main {
    display: grid;
    grid-template-columns: 15% 50% 35%;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.logo img {
    width: 100%;
    margin: 0 auto;
}

.nav_menu {
    text-align: center;
    margin: 0px auto;
    margin-right: 0px;
}

.nav_menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.nav_menu ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px 0px 10px;
    text-align: center;
    transition: 0.5s;
    position: relative;
}

.nav_menu ul li a {
    display: block;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

.nav_menu ul li.active a {
    color: #ff7603;
    border-bottom: 2px solid #cbdf9a;
}

.nav_menu li a:hover {
    color: #ff7603;
}


.menu {
    text-align: right;
}

.menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.menu ul li {
    display: inline-block;
    vertical-align: middle;
    /* padding: 0px 10px 0px 10px; */
    text-align: center;
    transition: 0.5s;
    position: relative;
}

.menu ul li * {
    display: inline-block;
    vertical-align: middle;
}

.menu ul li a {
    display: block;
    color: #4e4a49;
    font-size: 17px;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

.menu ul li.active a {
    color: #ff7603;
    border-bottom: 2px solid #cbdf9a;
}


/*.menu  ul li .button {*/
/*    position: relative;*/
/*    background: #01275a;*/
/*    border-radius:20px;*/
/*}*/

/*.menu ul li .button a{*/
/*    color:#fff !important;*/
/*     padding: 10px 15px;*/
/*}*/


.phone {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    background: #ff7603;
    font-size: 17px;
    padding: 10px 15px;
    margin-right: 20px;
    animation: pulsing 2s infinite;
}

.menu ul li .phone a,
.menu ul li .email a {
    color: #fff;
}

.phone a,
.email a {
    color: #fff;
}

.email {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    background: #ff7603;
    color: #fff;
    font-size: 17px;
    padding: 10px 15px;
    /*margin-right:20px*/
    animation: pulsing 2s infinite;
}


.phone *,
.email * {
    display: inline-block;
    vertical-align: middle;
}

.col9 {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    background: #ffffff;
    position: relative;
    /*padding: 60px 0px 40px;*/
}

.col9::before {
    /*content: "";*/
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: url(../webImages/footer.jpg);
    background-size: cover;
}

.col9 video#myVideo {
    /*position: absolute;*/
    /*top: 0;*/
    width: 100%;
    height: 100%;
    /*left: 0;*/
    filter: grayscale(1);
    /*opacity: .5;*/
}

.col9 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_content {
    width: 100%;
    height: auto;
    padding: 100px 0;
}

.banner_main {
    display: grid;
    grid-template-columns: 60% 34%;
    gap: 5%;
    justify-content: space-between;
    align-items: center;
}

.banner_left {
    color: #fff;
}

.banner_left h1 {
    font-size: 40px;
    font-family: "Marcellus", serif;
    font-weight: 600;
    line-height: 55px;
    text-transform: Capitalize;
    margin-bottom: 20px;
}

.banner_left p {
    font-size: 17px;
    /*font-weight:600;*/
    text-transform: Capitalize;
}

.banner_right {
    background-color: #00000066;
    /* transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; */
    padding: 40px 36px 40px 36px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 20px;
}

@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false
}

.banner_right:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2px;
    border-radius: 20px;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    background: linear-gradient(var(--angle), #ff7603, #9c4700, #ff7603);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: borderani 10s ease-in-out infinite;
    z-index: -1
}

@keyframes borderani {
    0% {
        --angle: 0deg
    }

    to {
        --angle: 360deg
    }
}


.contact-form h1 {
    font-size: 25px;
    font-family: "Marcellus", serif;
    /*font-weight:600;*/
    text-transform: Capitalize;
    margin-bottom: 10px;
    color: #fff;
}

.contact-form label {
    font-weight: 400;
    letter-spacing: -.22px;
    margin-bottom: 4px;
    font-size: 20px;
    font-family: "Marcellus", serif;
    color: #fff;
    margin-bottom: 0px;
    display: none;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    background: none;
    font-weight: 400;
    color: #B2B6B8;
    padding: 5px;
    /* border-radius: 20px; */
    border: 0;
    border-bottom: 1px solid;
    /*margin-top: 5px;*/
    background-color: transparent;
    line-height: 25px;
}

.contact-form p {
    font-size: 13px;
    font-weight: 100;
    text-transform: Capitalize;
    color: #fff;
}

.fields {
    margin: 10px 0px;
}

.btn {
    display: block;
    width: 100%;
    border-radius: 20px;
    background: #ff7603;
    color: #fff;
    font-size: 17px;
    padding: 10px 15px;
    color: #fff;
    margin-bottom: 20px;
}

.col1 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 60px 0px;
}

.col1-main {
    display: grid;
    grid-template-columns: 30% 65%;
    gap: 5%;
    justify-content: space-between;
    align-items: center;

}

.col1-left h2 {
    font-size: 40px;
    font-family: "Marcellus", serif;
    font-weight: 600;
    text-transform: Capitalize;
    color: #000;
    margin-bottom: 20px;
}

.col1-left p {
    font-size: 18px;
    color: #000;
}

.certi-box {
    background: #f3f3f3;
    border-radius: 20px;
    padding: 25px 16px;
    text-align: center;
}

.certi-box img {
    width: 100%;
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin-bottom: 10px;
}

.certi-box h6 {
    font-size: 17px;
    font-family: "Marcellus", serif;
    font-weight: 600;
    text-transform: Capitalize;
    color: #000;
    margin-bottom: 10px;
}

.certi-box p {
    font-size: 17px;
}

.col2 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 60px 0px;
}

.sectile {
    text-align: center;
    margin: 0 auto;
}

.sectile h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    font-family: "Marcellus", serif;
    color: #ff7603;
}

.sectile h2 {
    font-size: 40px;
    line-height: 53px;
    font-weight: 700;
    font-family: "Marcellus", serif;
    margin-bottom: 17px;
    color: #000;
}

.sectile p {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    padding-right: 16px;
    color: #000;
    width: 90%;
    margin: 0 auto;

}

.col2-main {
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 2%;
    margin-top: 30px;
    margin-bottom: 40px;
    width: 100%;
    /* /* height: auto;    */
    /* <-- let it expand with content */
    /* overflow: hidden; */
    /* keep only if needed */
}

.col2-box {
    background: #000;
    color: white;
    padding: 40px;
    border-radius: 8px;
    transition: all .4s ease-in-out;
}

.col2-box:hover {
    background: linear-gradient(60deg, #ff7603, #9c4700);
}

.col2-box h2 {
    font-family: "Marcellus", serif;
    margin-bottom: 15px;
}

.col2-box p {
    font-size: 17px;
    margin-bottom: 15px;
}

.col2-box .btnmain {
    margin-right: 0;
}

.btnmain {
    display: block;
    width: fit-content;
    margin: 0 auto;
    animation: pulsing 2s infinite;
    transition: all .2s;
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
}

.btnmain a {
    padding: 13px 18px;
    color: #fff;
    background-color: #ff7603;
    font-size: 16px;
}




@keyframes pulsing {
    0% {
        box-shadow: 0 0 0 0 var(--blue)
    }

    70% {
        box-shadow: 0 0 0 var(--pulseSize) var(--transparentBlue)
    }

    to {
        box-shadow: 0 0 0 0 var(--transparentBlue)
    }
}

.col3 {
    padding: 80px 0;
    background: #000;
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: grid;
    align-items: center;

}

.col3 .sectile {
    width: 50%;
}

.col3 .sectile h2,
.col3 .sectile p {
    color: #fff;
}

.col3img1 {
    position: absolute;
    top: 0;
    left: 0;
}

.col3img2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.col3img3 {
    position: absolute;
    top: 0;
    right: 0;
}

.col3img4 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.col3img4 img {
    height: 400px;
}

.col4 {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.col5 {
    position: relative;
    overflow: hidden;
}

.col5-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #0000004a;
}

.coltitle {
    position: relative;
    top: 100px;
    width: fit-content;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 100px;
    letter-spacing: 4px;
    font-weight: 600;
    line-height: 95px;
    color: #fff;
}

.col6 {
    padding: 60px 0 60px;
    position: relative;
    overflow: hidden;
}

.col6-box {
    display: flex;
    align-items: flex-start;
    background-color: #f3f3f3;
    border: 2px solid #f3f3f3;
    border-radius: 15px;
    height: 100%;
    min-height: 300px;
    padding: 20px 15px;
    gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    transition: all 1s ease-in-out;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}

.boxtop {
    width: 91%;
    display: flex;
    align-items: center;
    gap: 13px;
    padding-bottom: 15px;
}

.boxtop h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
    font-family: 'Marcellus', sans-serif;
}

.boxtop img {
    height: 50px;
    filter: brightness(0);
}

.col6-box:hover {
    background: linear-gradient(100deg, #ff7603, #9c4700);
}

.col6-box:hover h2,
.col6-box:hover p {
    color: #fff;
}

.col6-box:hover img {
    filter: unset;
}

.col7 {
    padding: 60px 0 60px;
    position: relative;
    overflow: hidden;
    background:#f3f3f3;
}

.col7 img{
    width:60px;
}

.col7 span {
    color: #ff7603;
    font-weight: 600;
    font-family: 'Marcellus', sans-serif;
}

.col8 {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background-color: #f3f3f3;
}

.col8 span {
    color: #ff7603;
    font-weight: 600;
    font-family: 'Marcellus', sans-serif;
    
}

.col8 h1 {
    font-size: 60px;
    font-weight: 600;
    font-family: 'Marcellus', sans-serif;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee img {
    width: 100%;
    height: auto;
    animation: scroll-left 20s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
        /* starts full screen */
    }

    100% {
        transform: translateX(-100%);
        /* slides away to the left */
    }
}

.col10 {
    padding: 60px 0px;
    margin: 0 auto;
    overflow: hidden;
}

.acord {
    width: 80%;
    margin: 0 auto;
    border: 0
}

.acord h3.ui-accordion-header {
    background: #fff;
    color: #000;
    border: 0;
    margin: 0 auto !important;
    font-size: 18px !important;
    border: 1px solid #ff7603;
    margin-bottom: 20px !important;
    font-weight: 500;
    padding: 20px;
    text-align: left;
}

.acord div.ui-accordion-content {
    background-color: #fff;
    border: 0;
    padding: 20px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    background: 0 0;
    text-align: left;
    border: 1px solid #ff7603;
    margin-bottom: 20px !important;
}

.acord h3.ui-accordion-header-active {
    background: #ff7603;
    color: #fff;
    margin-bottom: 0 !important;
    border-bottom: 0;
}

.acord h3 span {
    float: right
}

.acord h3.ui-accordion-header-active span {
    transform: rotate(-180deg)
}

.col10 .btnmain {
    margin-top: 30px;
    margin-left: 0;
}

.col11 {
    background-color: #fff;
    box-shadow: 0 3px 8px rgb(0 0 0 / 9%);
    border-radius: 25px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: -70px;
}

.col11 img {
    width: 100%;
}

.col11 .contact-form {
    padding: 20px;
}

.col11 .contact-form h1 {
    color: #000;
}

footer {
    background-color: #000;
    padding: 100px 0px 20px;
    text-align: center;
}

.footer-main .nav_menu {
    margin-top: 30px;
}

.copyright {
    text-align: center;
    font-size: 16px;
    border-top: 1px solid #ff7603;
    padding-top: 10px;
    color: #fff;
    margin-top: 40px;
}

.fixed_side {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.5s;
    visibility: hidden;
}

.myevents-div {
    position: fixed;
    left: 0;
    right: 0;
    opacity: 0;
    width: 40%;
    max-width: 90%;
    top: 50%;
    z-index: 999;
    background: transparent;
    transform: translateY(-800%);
    transition: .5s;
    overflow: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 100%;
    align-items: start;
    padding: 0px;
}

.myevents-div_ {
    transform: translateY(-50%);
    opacity: 1;
}

.fixed_side_ {
    opacity: 1;
    visibility: visible;
}

.myevents-div::placeholder{
    color: #fff;
}

.col5_closeX {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    cursor: pointer;
    z-index: 1000;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
}

.col5 {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

.col5_box {
    width: 21.6%;
    float: left;
    margin: 0px auto;
    position: relative;
    height: 600px;
    overflow: hidden;
    transition: .5s ease-in-out;
}

.col5_box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}

.col5_box img {
    height: 100%;
    /*filter: grayscale(1);*/
    transition: width .3s;
}

.box_big {
    width: 35.2%;
}

.box_big img {
    /*width: 100%;
    height: 100%;*/
    filter: none;
    width: -webkit-fill-available;
}

.box_txt,
.box_txt_ {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    left: 0;
    padding: 30px;
    transition: .5s ease-in-out;
}

.box_txt_ ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.box_txt_ ul li {
    font-size: 17px;
    text-shadow: 0px 0px #fff;
    color: #fff;
    transition: 1s ease-in-out;
}

.box_txt h2,
.box_txt_ h2 {
    font-family: 'Marcellus', sans-serif;
    color: #fff;
    font-size: 31px;
    margin-bottom: 10px;
}

.box_txt_ {
    bottom: -500px;
}

.box_txt_ p {
    font-size: 17px;
    text-shadow: 0px 0px #fff;
    color: #fff;
    transition: 1s ease-in-out;
}

.box_big .box_txt_ {
    bottom: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 4%, rgba(255, 156, 59, 0.7567401960784313) 31%, rgba(255, 126, 1, 1) 90%);
}

.box_big .box_txt {
    bottom: -500px;
}

.box_big .box_txt_ p {
    bottom: 0;
}


/* --------------------------Content Styling close -------------------------------------*/


/* --------------------------owl_content Styling  -------------------------------------*/


/* --------------------------owl_content Styling close -------------------------------------*/


/* --------------------------Footer Styling --------------------------------------------*/


/* --------------------------Footer Styling close---------------------------------------*/


/* --------------------------pop Styling close-------------------------------------*/


/* --------------------------selection Styling-------------------------------------*/

::selection {
    background: #0090d8;
    color: #ffffff;
}


/* --------------------------selection Styling close-------------------------------------*/


/* --------------------------Owl Styling -------------------------------------*/


/* --------------------------owl Styling close-------------------------------------*/


/* --------------------------inner Styling-------------------------------------*/


/* --------------------------inner Styling-------------------------------------*/


/* --------------------------tabs Styling close-------------------------------------*/


/* --------------------------tabs2 Styling-------------------------------------*/


/* --------------------------tabs2 Styling close-------------------------------------*/


/* --------------------------dropdown Styling -------------------------------------*/


/* --------------------------dropdown Styling close-------------------------------------*/