* {
	margin: 0;
	padding: 0;
	border: 0;
     vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;  

}
html{
    scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
del {
	text-decoration: line-through;
}
body {
	font-family: "montserrat", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #253858;
	overflow-x: hidden;
	min-width: 320px;
	font-weight: 500;
    max-width: 1980px;
    margin: 0 auto;
}
input,textarea,select{
	font-family: "montserrat", Arial, Helvetica, sans-serif;
	font-weight: 500;
}
a:hover,submit:hover{
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
.thumb{
	display: block;
}
.thumb img{
	display: block;
	width:100%;
}
p{
	line-height:1.6em;
	font-size: 16px;
	font-family: "montserrat", Arial;
	font-weight: 500;
	color: #42526E;
}
.hidden{
	display:none;
}
br.clear {
	clear: both;
	line-height: 0;
}
.wrapper {
	width: 90%;
	margin: 0 auto;
    max-width:1980px;
}
a.button{
    display: inline-block;
    padding: 15px 30px;
    background-color: #b1f1cc;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1aaa76;
}

@font-face {
    font-family: 'montserrat';
    src: url("../assets/fonts/montserrat/montserrat-medium-webfont.woff2") format("woff2");
    src: url("../assets/fonts/montserrat/montserrat-medium-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'montserrat';
    src: url("../assets/fonts/montserrat/montserrat-semibold-webfont.woff2") format("woff2");
    src: url("../assets/fonts/montserrat/montserrat-semibold-webfont.woff") format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'montserrat';
    src: url("../assets/fonts/montserrat/montserrat-bold-webfont.woff2") format("woff2");
    src: url("../assets/fonts/montserrat/montserrat-bold-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: 'montserrat';
    src: url("../assets/fonts/montserrat/montserrat-italic-webfont.woff2") format("woff2");
    src: url("../assets/fonts/montserrat/montserrat-italic-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal
}
body{
    position: relative;
}
div.loading{
    width: 100%;
    background: #000;
    opacity: 0.9;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
div.loading img{
    display: block;
    width: 8%;
    animation: load 2.5s ease-in-out infinite;
}
@keyframes load {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
    
}
div.loading.fade{
    opacity: 0;
    transition:all 0.6s ease;
}
 .scroll-arrow{
    position:fixed;
    right: 5%;
    bottom: -5%;
    z-index: 5;
    visibility: hidden;
    transform: rotate(180deg);
 }
 .scroll-arrow img{
     width: 80%;
     display: block;
     cursor: pointer;
     border-radius: 50%;
     box-shadow: 0 16px 24px rgb(0 0 0 / 10%);;
 }
 .scroll-arrow.activeState{
     visibility: visible;
     bottom: 5%;
     transition: 0.8s ease-in-out;
 }
 .fixed-position{
     position: fixed;
 }
#main{
    width: 100%;
    background: linear-gradient( 
        180deg, rgba(255, 255, 255, 0.6026785714285714) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 50px 0;
    position: relative;
}
#video-container {
}
#bg-video{
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -5;
}
 
#main section.wrapper{
    max-width:1980px;

}
#main header{
    display: flex;
    justify-content: space-between;
    align-items: center; 
}
#main header h1{
    width: 55px;
}
#main header h1 img.thumb{
    width: 100%;
}
#main header nav{

}
#main header nav ul.main{
    display: flex;
    align-items: center;
}
#main header nav ul.main li{
    margin-right: 60px;
    position: relative;
}
#main header nav ul.main li:last-child{
    margin-right: 0;
}
#main header nav ul.main li a{
    display: block;
    font-size: 18px;
    font-weight:bold;
    color: #435170;
    transition-duration: 0.6s;
}
#main header nav ul.main li a:hover{
    color:#1aaa75;
    transition: 0.6s;
}
#main header nav ul.main li::after{
    content: "";
    width:100%;
    transform: scale(0);
    height: 4px;
    border-radius: 20px;
    background-color:#1aaa75 ;
    position: absolute;
    bottom: -5px;
    transition-duration: 0.6s;
}
#main header nav ul.main li:hover:after{
    transform: scale(0.5);
    transition:0.6s;
}
#main header nav ul.main li a.active{
    color: #1aaa76;
}

#main header div.menu-icon{
    display: none;
    z-index: 4;
}
#main header div.menu-icon img.menu-icon-img{
    width: 80%;
}
.lock-scroll {
    overflow: hidden;
    height: 100%;
} 
#main header nav.menu-bar{
    width: 40%;
    position: fixed;
    left: -80%;
    top: 0;
    bottom: 0;
    transition: all 0.4s ease-in;
    background-color: #17d87b;
    z-index: 5;
    text-align: right;
    padding: 10% 5%;
}
#main header nav.menu-bar ul.menu{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
}
#main header nav.menu-bar ul.menu li{
    width: 100%;
    margin-bottom: 50px;
    text-align: left;
    border-radius: 20px;
    
}
#main header nav.menu-bar ul.menu li:last-child{
    margin-bottom: 0;
}
#main header nav.menu-bar ul.menu li a{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
#main header span.overlay{
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 4; 
}
#main header nav.menu-bar.active{
    left: 0%;
}
#main header span.overlay.active{
    display: block;
}
#main .menu-icon-bar{
    position: fixed;
    right: -5px;
    top: 6%;
    display: none;
    z-index: 6;
}
#main .menu-icon-bar img{
    display: block;
    width: 10%;
}
#main .menu-icon-bar.active{
    display: block;
}
#main div.spotlight{
    width: 100%;
    text-align: center;
    padding: 9% 0;
}
#main div.spotlight div.spotlight-content{
    width: 50%;
    margin: 0 auto;
    padding-top: 12%;
    position: relative;
}
#main div.spotlight div.spotlight-content h2{
    width: 100%;
    margin-bottom: 20px;
}
#main div.spotlight div.spotlight-content h2 img{
    margin: 0 auto;
    display: block;
    width: 100%;
}
#main div.spotlight div.spotlight-content p{
    font-size: 18px;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}
#main div.spotlight div.spotlight-content a.button{
    align-items: center;
    margin: 0 auto;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    transition-duration: 0.8s;
}
#main div.spotlight div.spotlight-content a.button::after{
    content: "";
    width: 0%;
    height: 60px;
    background-color: #17d87b;
    position: absolute;
    left: 0;
    z-index: -1;
    transition-duration: 0.8s;
}
#main div.spotlight div.spotlight-content a.button:hover:after{
    width: 100%;
    transition: 0.8s;
}
#main div.spotlight div.spotlight-content a.button:hover{
    color: #fff;
    transition: 0.8s;
}
#main div.spotlight div.spotlight-content a.button img.button-img{
    display: block;
    margin-right: 5px;
}
#main div.spotlight div.spotlight-content img.vector-img{
    position: absolute;
    left: -9%;
    top: 21%;
    display: block;
    width: 8%;
}
/* #main */
#grolius-team{
    width: 100%;
    opacity: 0.99;
    background: #fff;
    padding-bottom: 10%;
    z-index:-2;
}
#grolius-team section.wrapper{
    max-width:1980px;


}
#grolius-team div.grolius-team-top{
    display: block;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 20%;
}
#grolius-team div.grolius-team-top ul{
    display: flex;
    align-items: center;
}
#grolius-team div.grolius-team-top ul li{
    width: 40%;
    display: flex;
    align-items: center;
}
#grolius-team div.grolius-team-top ul li div{
    width: 60px;
    height: 60px;
    background-color: #17d87b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-right: 10px;
    box-shadow:0 16px 24px rgb(0 0 0 / 15%);
}
#grolius-team div.grolius-team-top ul li:nth-child(2) div{
    background-color: #fc7c4d;
}
#grolius-team div.grolius-team-top ul li:nth-child(3) div{
    background-color: #fecc17;
}
#grolius-team div.grolius-team-top ul li div img{
    display: block;
}
#grolius-team div.grolius-team-top ul li p{
    max-width: 65%;
    font-size: 16px;
}
#grolius-team div.grolius-team-bottom{
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding-left: 10%;
}
#grolius-team div.grolius-team-bottom div.grolius-team-left{
    width: 51%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10%;
    z-index:2;
}
#grolius-team div.grolius-team-bottom div.grolius-team-left div.member{
    width: 43%;
    position: relative;
    height: 200px;
    background-color: #324468;
    border-radius: 20px;
    margin-right: 10%;
    margin-bottom: 20%;
    z-index: -2;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
#grolius-team div.grolius-team-bottom div.grolius-team-left div.member:nth-child(2) {
    background-color:#ffe5dc;
    margin-right: 0;
    margin-top: -8%;
}
#grolius-team div.grolius-team-bottom div.grolius-team-left div.member:nth-child(3) {
    background-color: #d4f6e5;
    margin-bottom: 0;
}
#grolius-team div.grolius-team-bottom div.grolius-team-left div.member:nth-child(4) {
    background-color: #d2e1ff;
    margin-right: 0;
    margin-top: -8%;
    margin-bottom: 0;
}
#grolius-team div.grolius-team-bottom div.grolius-team-left div.member img{
    display: block;
    width: 70%;
    position: absolute;
    bottom: 0;
    left: 14%;
    transition-duration: 0.6s;
}
#grolius-team div.grolius-team-bottom div.grolius-team-left div.member:nth-child(1) img{
    bottom: -1px;
}
/* #grolius-team div.grolius-team-bottom div.grolius-team-left div.member img:hover{
    width:73% ;
    transition: 0.6s;
} */
#grolius-team div.grolius-team-bottom div.grolius-team-left div.member div.member-det{
    width: 70%;
    background-color: #fffdfe;
    padding: 10px 15px;
    border-radius: 10px;
    position: absolute;
    top: 60%;
    right: -15%;
    box-shadow: 0 16px 24px rgb(0 0 0 / 15%);
}
#grolius-team div.grolius-team-bottom div.grolius-team-left div.member div.member-det div.member-about{
    width: 100%;
    height: 0;
    margin-top: 5px;
    overflow-y: hidden;
    transition-duration: 0.6s;
    
}
#grolius-team div.grolius-team-bottom div.grolius-team-left div.member div.member-det:hover div.member-about{
    height: 65px;
    transition: 0.6s;
}
#grolius-team div.grolius-team-bottom div.grolius-team-left div.member div.member-det div.member-about div{
    border-top: 1px dotted grey;
}
#grolius-team div.grolius-team-bottom div.grolius-team-left div.member div.member-det div.member-about p{
    font-size: 12px;
}
#grolius-team div.grolius-team-bottom div.grolius-team-left div.member:nth-child(3) div.member-det, #grolius-team div.grolius-team-bottom div.grolius-team-left div.member:nth-child(4) div.member-det{
    position: absolute;
    top: 60%;
    left: -15%;
    box-shadow: 0 16px 24px rgb(0 0 0 / 15%);
}
#grolius-team div.grolius-team-bottom div.grolius-team-left div.member div.member-det h4{
    font-size: 14px;
    font-weight: bold;
}
#grolius-team div.grolius-team-bottom div.grolius-team-left div.member div.member-det span{
    font-size: 12px;
    font-weight: bold;
    color: #6cc8a7;
}
#grolius-team div.grolius-team-bottom div.grolius-team-right{
    width: 49%;
    background-color: #f8f8f8;
    text-align: left;
    padding: 5% 5% 10% 5%;
    border-radius: 20px;
}
#grolius-team div.grolius-team-bottom div.grolius-team-right span.icon{
    display: block;
    width: 60px;
    height: 60px;
    background-color: #17d87b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-right: 10px;
    box-shadow: 0 16px 24px rgb(0 0 0 / 15%);;
    margin-bottom: 10%;
}
#grolius-team div.grolius-team-bottom div.grolius-team-right span.icon img{
    display: block;
}
#grolius-team div.grolius-team-bottom div.grolius-team-right h3{
    font-size: 44px;
    font-weight: bold;
    color: #000;
    max-width: 100%;
    margin-bottom: 20px;
}
#grolius-team div.grolius-team-bottom div.grolius-team-right p{
    font-weight: 600;
    max-width: 75%;
    color: #434343;
    margin-bottom: 20px;
}
#grolius-team div.grolius-team-bottom div.grolius-team-right hr{
    border-bottom: 2px dotted #7c7c7c ;
    width: 50%;
    margin-bottom: 10%;
}
#grolius-team div.grolius-team-bottom div.grolius-team-right blockquote{
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    max-width: 88%;
    position: relative;
    color: #868686;
    line-height: 2em;
    quotes: ",";
}
#grolius-team div.grolius-team-bottom div.grolius-team-right blockquote span{
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    position: relative;
}
#grolius-team div.grolius-team-bottom div.grolius-team-right blockquote span::after{
   content: "";
   background: url(../assets/images/png-svg/quote-right-solid.svg) no-repeat ;
   position: absolute;
   width: 15px;
   height: 15px;
   font-size: 50px;
   bottom: 60%;
   right: -30%;
}
#grolius-team div.grolius-team-bottom div.grolius-team-right blockquote::before{
    content: "";
    background: url(../assets/images/png-svg/quote-left-solid.svg) no-repeat ;
    position: absolute;
    width: 15px;
    height: 15px;
    top: -10%;
    left: -4%;
 }
#services{
    width: 100%;
    background: #f8f8f8;
    padding: 10% 10%;
}
#services section.wrapper{
    max-width:1980px;


}
#services div.services-top{
    text-align: center;
    width: 100%;
}
#services div.services-top h2{
    font-size: 50px;
    font-weight: bold;
    max-width: 60%;
    margin: 0 auto;
    color: #000;
    margin-bottom: 20px;
}
#services div.services-top p{
    font-size: 16px;
    font-weight: 500;
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 10%;
}
#services div.services-bottom{
    width: 100%;
}
#services div.services-bottom ul{
    width: 100%;
    display: flex;
    align-items: flex-start;
}
#services div.services-bottom ul li{
    text-align: center;
    width: 24%;
    height: 380px;
    border-radius: 10px;
    margin-right: 60px;
    position: relative;
    padding: 25px 0px;
    transition-duration: 0.8s;
}
#services div.services-bottom ul li:last-child{
    margin-right: 0;
}
#services div.services-bottom ul li:nth-child(1)::after,#services div.services-bottom ul li:nth-child(2)::after,#services div.services-bottom ul li:nth-child(3)::after{
    content: "";
    width: 1px;
    height: 90%;
    position: absolute;
    right: -20px;
    bottom: 0;
    border-right: 1px dashed grey;
}
#services div.services-bottom ul li:hover{
    box-shadow: 0 40px 40px -10px rgba(0, 0, 0, 0.1);
    transition: 0.8s;
}
#services div.services-bottom ul li img{
    width: 65%;
    display: inline-block;
    margin-bottom: 20px;
}
#services div.services-bottom ul li h4{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
#services div.services-bottom ul li p{
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
}
/* #services */
#grolius-media{
    width: 100%;
    padding: 10% 0;
}
#grolius-media section.wrapper{
    max-width:1980px;


}
#grolius-media div.media-top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10%;
}
#grolius-media div.media-top div.media-top-left{

}
#grolius-media div.media-top div.media-top-left span.icon{
    width: 60px;
    height: 60px;
    background-color: #fc7c4d;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0 16px 24px rgb(0 0 0 / 15%);
}
#grolius-media div.media-top div.media-top-left span.icon img{

}
#grolius-media div.media-top div.media-top-left h3{
    font-size: 50px;
    font-weight: bold;
    max-width: 30%;
}
#grolius-media div.media-top div.media-top-right{
    max-width: 30%;
    text-align: right;
}
#grolius-media div.media-top div.media-top-right p{
    font-size: 14px;
}
#grolius-media div.media-bottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#grolius-media div.media-bottom ul{
    width: 100%;
    columns: 4;
}
#grolius-media div.media-bottom ul li{
    margin-bottom: 40px;
    break-inside: avoid;
}

#grolius-media div.media-bottom ul li a{
    display: block;
    break-inside: avoid;
}
#grolius-media div.media-bottom ul li a div.media-bottom-top{
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

#grolius-media div.media-bottom ul li a div.media-bottom-top div.media-img{
    width: 100%;
    position: relative;
    display: block
    
}
 #grolius-media div.media-bottom ul li a div.media-bottom-top div.media-img::after{
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    border-radius: 10px;
}
#grolius-media div.media-bottom ul li a div.media-bottom-top div.media-img img{
    width: 100%;
    border-radius: 10px;
    height: 100%;
    opacity: 0.8;
    z-index: 0;
}
#grolius-media div.media-bottom ul li a div.media-bottom-top span{
    position: absolute;
    background: #fff;
    padding: 3%;
    color: #000000;
    top: 5%;
    left: 5%;
    font-size: 12px;
    font-weight: 700;
    border-radius: 10px;
    z-index: 3;
    opacity: 0.8;
}
#grolius-media div.media-bottom ul li a div.media-bottom-top img.logo{
    display: block;
    position: absolute;
    width: 15%;
    right: 5%;
    top: 5%;
}
#grolius-media div.media-bottom ul li a div.media-bottom-b{
    width: 100%;
}
#grolius-media div.media-bottom ul li a div.media-bottom-b p {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.5em;
}
#grolius-media div.media-bottom ul li a div.media-bottom-b small{
    font-size: 12px;
    color: #b6b6b6;
    font-weight: 600;
}
#documentry{
    width: 100%;
    padding-bottom: 5%;
}
#documentry div.doc-video-sec{
    width: 90%;
    margin: 0 auto;
    background: #101010;
    padding: 5% 10%;
    border-radius: 10px;
}
#documentry div.doc-video-sec h3{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}
#documentry div.doc-video-sec h4{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 8%;
}
#documentry div.doc-video-sec div.doc-video{
    width: 95%;
    margin: 0 auto;
    position: relative;
}
#documentry div.doc-video-sec div.doc-video img.thumb{
    width: 100%;
    display: block;
    margin-bottom: 5%;
}
#documentry div.doc-video-sec div.doc-video a{
    display: block;
    width: 10%;
    cursor: pointer;
}
#documentry div.doc-video-sec div.doc-video a img.icon:hover{
    animation: animate 2s linear infinite;
    transition: 0.8s;
    fill: red;
}
@keyframes animate {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}
#documentry div.doc-video-sec div.doc-video a img.icon{
    display: block;
    width: 10%;
    position: absolute;
    right: -5%;
    bottom: -10%;
}
#documentry div.doc-video-sec div.doc-video-bottom{
    width: 95%;
    margin: 0 auto;
}
#documentry div.doc-video-sec div.doc-video-bottom hr{
    border-bottom: 2px dashed #f5f5f5;
    width: 20%;
    margin-bottom: 20px;
}
#documentry div.doc-video-sec div.doc-video-bottom p{
    max-width: 40%;
    font-size: 12px;
    font-weight: normal;
    color: #f5f5f5;
}

/* #documentry */
#events{
    width: 100%;
    padding:10% 0;
}
#events section.wrapper{
    max-width:1980px;


}
#events section.events-top{
    width: 100%;
    text-align: center;
}
#events section.events-top h2{
    font-size: 50px;
    font-weight: bold;
    color: #000000;
    max-width: 33%;
    margin: 0 auto;
    margin-bottom: 20px;
}
#events section.events-top p{
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    max-width: 65%;
    margin: 0 auto;
    margin-bottom: 5%;
}
#events section.events-bottom{
    width: 100%;
}
#events section.events-bottom ul{
    width: 100%;
    columns: 3;
}
#events section.events-bottom ul li{
    width: 100%;
    margin-bottom: 10%;
    break-inside: avoid;
}
#events section.events-bottom ul li div.events-image{
    width: 100%;
    border-radius: 10px;
    position: relative;
    margin-bottom: 15%;
}
#events section.events-bottom ul li div.events-image img.event{
    width: 100%;
    display: block;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow:0 16px 24px rgb(0 0 0 / 10%);;
}
#events section.events-bottom ul li div.events-image span{
    position: absolute;
    background: #fff;
    padding: 3%;
    color: #000000;
    top: 5%;
    left: 5%;
    font-size: 12px;
    font-weight: 700;
    border-radius: 10px;
    z-index: 3;
    opacity: 0.8;
}
#events section.events-bottom ul li div.events-image  div.icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #fff;
    position: absolute;
    bottom: -10%;
    left: 8%;
}
#events section.events-bottom ul li div.events-image div.icon  img.logo{
    display: block;
    width: 70%;
}
#events section.events-bottom ul li div.events-det{
    padding-left: 20px;
}
#events section.events-bottom ul li div.events-det h4{
    font-size: 16px;
    font-weight: 600;
    color: #0c9663;
    margin-bottom: 20px;
}
#events section.events-bottom ul li div.events-det h3{
    
}
#events section.events-bottom ul li div.events-det h3 a{
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 20px;
    color: #000;
}
#events section.events-bottom ul li div.events-det p{
    font-size: 14px;
    font-weight: 500;
    color: #7c7c7c;
    margin-bottom: 10px;
}
#events section.events-bottom ul li div.events-det a.button{
    position: relative;
    overflow: hidden;
    transition-duration: 0.8s;
}
#events section.events-bottom ul li div.events-det a.button::after{
    content: "";
    width: 0%;
    height: 60px;
    background-color: #17d87b;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition-duration: 0.8s;
}
#events section.events-bottom ul li div.events-det a.button:hover:after{
    width: 100%;
    transition: 0.8s;
}
#events section.events-bottom ul li div.events-det a.button:hover{
    color: #fff;
    transition: 0.8s;
}
/* #events */
#grolius-gallery{
    width: 100%;
    background-color: #f9f9f9;
    padding: 7% 0;
}
#grolius-gallery section.wrapper{
    max-width:1980px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#grolius-gallery div.grolius-gallery-left{
    width: 40%;
} 
#grolius-gallery div.grolius-gallery-left span.icon{
    width: 60px;
    height: 60px;
    background-color: #ffc500;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0 16px 24px rgb(0 0 0 / 15%);;
}
#grolius-gallery div.grolius-gallery-left span.icon img{
    display: block;
}
#grolius-gallery div.grolius-gallery-left h3{
    font-size: 50px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
}
#grolius-gallery div.grolius-gallery-left p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}
#grolius-gallery div.grolius-gallery-left hr{
    border-bottom: 2px dashed #919191;
    width: 50%;
    margin-bottom: 30px;
}
#grolius-gallery div.grolius-gallery-left p.bottom{
    font-size: 14px;
    color: #919191;
    font-weight: 500;
}
#grolius-gallery div.grolius-gallery-right{
    width: 55%;
}
#grolius-gallery div.grolius-gallery-right ul{
    column-count: 3;
}
#grolius-gallery div.grolius-gallery-right ul li{
    width: 100%;
    margin-bottom: 20%;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}
#grolius-gallery div.grolius-gallery-right ul li img{
    display: block;
    width: 100%;
    transition-duration: 0.8s;
}
#grolius-gallery div.grolius-gallery-right ul li:hover img{
    transform: scale(1.1);
    transition: 0.8s;
}
/* #grolius-gallery */
#grolius-social{
    width: 100%;
    padding-bottom: 5% ;
    text-align: center;
}
#grolius-social section.wrapper{
    border-bottom: 2px solid #e8ebef;
    max-width:1980px;

}
#grolius-social h2{
    width: 5%;
    margin: 0 auto;
    margin-bottom: 30px;
}
#grolius-social h2 img{
    display: block;
    width: 100%;
}
#grolius-social nav.bottom{
    width: 50%;
    margin: 0 auto;
}
#grolius-social nav.bottom ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
#grolius-social nav.bottom ul li{

}
#grolius-social nav.bottom ul li a{
    display: block;
    font-size: 14px;
    font-weight: 500;
}
#grolius-social ul.social{
    display: flex;
    width: 20%;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 5%;
}
#grolius-social ul.social li{

}
#grolius-social ul.social li a{
    display: block;
}
#grolius-social ul.social li a img{
    transition-duration: 0.8s;
}
#grolius-social ul.social li a:hover img{
    transform: translateY(-10%);
    transition: 0.8s;
}
/* #grolius-social */
footer{
    width: 100%;
    text-align: center;
    padding-bottom: 2%;
}
footer h4{
    font-size: 14px;
    font-weight: 600;
    color: #6d7994;
}
footer h4 a{
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    color: #6d7994;
}
@media all and (max-width:2400px){
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member img{
        width: 50%;
    }
    /* #grolius-team div.grolius-team-bottom div.grolius-team-left div.member img:hover{
        width: 53%;
    } */
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member div.member-det{
        width:50%;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member img{
        left:24%;
    }
}
@media all and (max-width:1800px){
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member img{
        width: 60%;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member div.member-det{
        width:65%;
    }
    /* #grolius-team div.grolius-team-bottom div.grolius-team-left div.member img:hover{
        width: 63%;
    } */
}
@media all and (max-width:1400px){
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member img{
        width: 65%;
    }
    /* #grolius-team div.grolius-team-bottom div.grolius-team-left div.member img:hover{
        width: 68%;
    } */
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member div.member-det{
        width:70%;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member img{
        left:14%;
    }
}
@media all and (max-width:1300px){
    #events section.events-top h2{
        max-width: 34%;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member img{
        width: 66%;
    }
    /* #grolius-team div.grolius-team-bottom div.grolius-team-left div.member img:hover{
        width: 69%;
    } */
}

@media all and (max-width:1280px){
    #main header nav ul li{
        margin-right: 35px !important;
    }
    #main div.spotlight div.spotlight-content p{
        max-width: 100%;
    }
    #grolius-team div.grolius-team-top ul li p {
        max-width: 73%;
        font-size: 14px;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member {
        height: 140px;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member div.member-det {
        width: 85%;
        padding: 8px 10px;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-right h3 {
        font-size: 40px;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-right blockquote {
        max-width: 78%;
    }
    #services div.services-top h2 {
        font-size: 45px;
        max-width: 70%;
    }
    #services div.services-top p {
        max-width: 85%;
    }
    #services div.services-bottom ul{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #services div.services-bottom ul li{
        width: 40%;
        margin-right: 0;
    }
    #services div.services-bottom ul li:nth-child(1)::after, #services div.services-bottom ul li:nth-child(2)::after, #services div.services-bottom ul li:nth-child(3)::after{
        right: -25%;
    }
    #services div.services-bottom ul li:nth-child(2)::after{
        display: none;
    }
    #grolius-media div.media-top div.media-top-right {
        max-width: 40%;
    }
    #documentry div.doc-video-sec div.doc-video-bottom p {
        max-width: 50%;
    }
    #events section.events-top h2{
        max-width: 40%;
    }
    #grolius-social ul.social li a img {
        width: 70%;
    }
}
@media all and (max-width:1080px){
    #main header nav ul.main li a{
        font-size: 16px;
    }
    #main div.spotlight div.spotlight-content {
        width: 70%;
    }
    #grolius-team div.grolius-team-bottom {
        flex-wrap: wrap;
        padding-left: 0;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left{
        width: 100%;
        /* margin: 0 auto; */
        margin-top: 10%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member{
        width: 35%;
        height: 200px;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-right{
        width: 100%;
        margin-top: 10%;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-right h3 {
        max-width: 58%;
    }
    #events section.events-top h2 {
        max-width: 40%;
        font-size: 45px;
    }
    #services div.services-top h2{
        max-width: 77%;
    }
    #services div.services-top p {
        max-width: 100%;
    }
    #grolius-gallery div.grolius-gallery-left h3 {
        font-size: 45px;
    }
    footer h4 {
        font-size: 12px;
    }
}
@media all and (max-width:980px){
    #main header nav ul.main{
        display: none;
    }
    #main header div.menu-icon{
        display: block;
    }
    #grolius-team div.grolius-team-top ul{
        flex-wrap: wrap;
    }
    #grolius-team div.grolius-team-top ul li{
        width: 51%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    #grolius-team div.grolius-team-top ul li div img {
        display: block;
        width: 45%;
    }
    #grolius-team div.grolius-team-top ul li div {
        width: 50px;
        height: 50px;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-right blockquote{
        width: 70%;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-right blockquote::after {
        right: 43%;
    }
    #services div.services-top h2 {
        max-width: 100%;
    }
    #grolius-media div.media-top div.media-top-right {
        max-width: 50%;
    }
    #events section.events-top h2 {
        max-width: 45%;
        font-size: 40px;
    }
    #events section.events-top p{
        max-width: 90%;
        font-size: 16px;
    }
    #events section.events-bottom ul {
        columns: 2;
    }
    #grolius-media div.media-top div.media-top-left h3 {
        font-size: 45px;
    }
    #grolius-media div.media-bottom ul {
        columns: 3;
    }
    #events section.events-bottom ul li div.events-image div.icon {
        width: 60px;
        height: 60px;
    }
    #grolius-gallery section.wrapper{
        max-width:1980px;
        flex-wrap: wrap;
    }
    #grolius-gallery div.grolius-gallery-left h3 {
        font-size: 45px;
        max-width: 70%;
    }
    #grolius-gallery div.grolius-gallery-left {
        width: 70%;
    }
    #grolius-gallery div.grolius-gallery-right {
        width: 100%;
    }
    #grolius-social nav.bottom {
        width: 80%;
    }
}
@media all and (max-width:768px){
    #main header h1 {
        width: 40px;
    }
    
    #main div.spotlight div.spotlight-content {
        width: 85%;
    }
    #main div.spotlight div.spotlight-content p {
        font-size: 14px;
    }
    #main div.spotlight div.spotlight-content h2 img{
        width: 85%;
    }
    #grolius-team div.grolius-team-bottom{
        padding-left: 0;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left{
        flex-wrap: wrap;
        margin-top: 0;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member{
        width: 60%;
        margin: 0 auto;
        margin-bottom: 20%;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member:nth-child(2) {
        background-color:#ffe5dc;
        margin: 0 auto;
        margin-bottom: 20%;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member:nth-child(3) {
        background-color: #d4f6e5;
        margin: 0 auto;
        margin-bottom: 20%;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member:nth-child(4) {
        background-color: #d2e1ff;
        margin: 0 auto;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member img {
        width: 45%;
        left: 25%;
    }
    
    /* #grolius-team div.grolius-team-bottom div.grolius-team-left div.member img:hover{
        width:49% ;
    } */
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member div.member-det{
        width: 65%;
    }
    #services div.services-top h2 {
        font-size: 35px;
    }
    #services div.services-bottom ul li:nth-child(1)::after,
    #services div.services-bottom ul li:nth-child(2)::after,
    #services div.services-bottom ul li:nth-child(3)::after{
        display: none;
    }
    #services div.services-top p {
        font-size: 14px;
    }
    #services div.services-bottom ul li {
        width: 100%;
        margin-bottom: 15%;
    }
    #services div.services-bottom ul li img {
        width: 50%;
        display: inline-block;
    }
    #services div.services-bottom ul li p{
        max-width: 70%;
    }
    #grolius-media div.media-top div.media-top-right {
        max-width: 55%;
    }
    #grolius-media div.media-bottom ul {
        columns: 2;
    }
    #grolius-media div.media-top div.media-top-left h3{
        font-size: 30px;
    }
    #documentry div.doc-video-sec {
        padding: 3% 4%;
    }
    #documentry div.doc-video-sec h3 {
        font-size: 30px;
    }
    #documentry div.doc-video-sec h4 {
        font-size: 18px;
    }
    #documentry div.doc-video-sec div.doc-video-bottom p {
        max-width: 70%;
    }
    #events section.events-top h2 {
        max-width: 47%;
        font-size: 35px;
    }
    #events section.events-top p {
        max-width: 100%;
        font-size: 14px;
    }
    #events section.events-bottom{
    }
    #events section.events-bottom ul {
        columns: 2;
    }
    #events section.events-bottom ul li div.events-image div.icon{
        bottom: -5%;
    }
    #grolius-gallery div.grolius-gallery-left h3 {
        max-width: 100%;
    }
    #grolius-social nav.bottom {
        width: 70%;
    }
    a.button:after{
        display: none;
    }
    .scroll-arrow img {
        width: 60%;
    }

}
@media all and (max-width:640px){
    #main header a.menu-icon {
        width: 10%;
    }
    #main header a.menu-icon img{
        display: block;
        width: 100%;
    }
    #grolius-team div.grolius-team-top ul li {
        width: 70%;
    }
    #main div.spotlight div.spotlight-content img.vector-img {
        position: absolute;
        left: 0%;
        top: 9%;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member {
        width: 60%;
        height: 150px;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member img {
        width: 45%;
        left: 25%;
    }
    /* #grolius-team div.grolius-team-bottom div.grolius-team-left div.member img:hover {
        width: 45%;
    } */
    #grolius-team div.grolius-team-bottom div.grolius-team-right h3 {
        font-size: 30px;
        max-width: 80%;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-right p {
        font-size: 14px;
        max-width: 90%;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-right blockquote {
        width: 80%;
        font-size: 14px;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member{
        top: 50%;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member:nth-child(4) div.member-det {
        top: 50%;
    }
    #services div.services-top h2 {
        font-size: 26px;
        width: 74%;
    }
    #services div.services-top p {
        font-size: 12px;
    }
    #services div.services-bottom ul li h4 {
        font-size: 20px;
    }
    #services div.services-bottom ul li p {
        font-size: 12px;
    }
    #services div.services-bottom ul li {
        margin-bottom: 0%;
    }
    #grolius-media div.media-top {
        flex-wrap: wrap;
    }
    #grolius-media div.media-top div.media-top-left {
        width: 100%;
        margin-bottom: 20px;
    }
    #grolius-media div.media-top div.media-top-right {
        max-width: 100%;
        text-align: right;
    }
    #grolius-media div.media-top div.media-top-left span.icon {
        width: 50px;
        height: 50px;
    }
    #grolius-media div.media-bottom ul li a div.media-bottom-top img.logo {
        width: 10%;
    }
    #grolius-media div.media-top div.media-top-left span.icon img{
        width: 40%;
    }
    
    #documentry div.doc-video-sec h4 {
        font-size: 14px;
    }
    #events section.events-top h2 {
        max-width: 56%;
        font-size: 30px;
    }
    #events section.events-bottom ul {
        columns: 1;
    }
    #grolius-media div.media-top div.media-top-right p {
        font-size: 14px;
        max-width: 70%;
        float: right;
    }
    #grolius-gallery div.grolius-gallery-left {
        width: 100%;
    }
    #grolius-gallery div.grolius-gallery-left h3 {
        font-size: 40px;
        max-width: 80%;
    }
    #grolius-social nav.bottom {
        width: 90%;
    }
    #grolius-social ul.social li a img {
        width: 80%;
    }
    #grolius-social ul.social{
        width: 30%;
    }
    #grolius-social h2 {
        width: 10%;
    }
    #grolius-social ul.social li a:hover img{
        transform: none;
    }
}
@media all and (max-width:480px){
    #main{
        padding: 25px 0;
    }
    div.loading img{
        width: 25%;
    }
    #main div.spotlight div.spotlight-content {
        width: 100%;
    }
    #main header nav.menu-bar{
        width: 60%;
        right: -60%;
    }
    #grolius-team div.grolius-team-top{
        margin-bottom: 10%;
    }
    #grolius-team div.grolius-team-top ul li {
        width: 100%;
    }
    #main header div.menu-icon img.menu-icon-img {
        width: 70%;
    }
    #grolius-team div.grolius-team-top ul li div img{
        width:40%;
    }
    #grolius-team div.grolius-team-top ul li div {
        width: 45px;
        height: 45px;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member {
        height: 125px;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member div.member-det {
        width: 76%;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member img {
        width: 44%;
    }
    /* #grolius-team div.grolius-team-bottom div.grolius-team-left div.member img:hover {
        width: 42%;
    } */
    #grolius-team div.grolius-team-bottom div.grolius-team-right h3 {
        font-size: 25px;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-right span.icon{
        margin-bottom: 5%;
    }
    #services div.services-top h2 {
        font-size: 24px;
        width: 90%;
    }
    #grolius-media div.media-top div.media-top-left h3 {
        font-size: 24px;
    }
    #documentry div.doc-video-sec h3 {
        font-size: 24px;
    }
    #events section.events-top h2 {
        font-size: 24px;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-right span.icon{
        width: 50px;
        height: 50px;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-right span.icon img {
        width: 45%;
    }
    #grolius-media div.media-top div.media-top-right p{
        max-width: 75%;
    }
    #grolius-media div.media-bottom ul {
        columns: 1;
    }
    #events{
        padding:6% 0;
    }
    #events section.events-top h2  {
        max-width: 72%;
    }
    #documentry div.doc-video-sec div.doc-video a img.icon {
        width: 15%;
        right: -6%;
        bottom: -13%;
    }
    #events section.events-bottom ul li div.events-det h3 a {
        font-size: 16px;
    }
    #grolius-gallery div.grolius-gallery-left h3 {
        font-size: 24px;
    }
    #grolius-gallery div.grolius-gallery-left h3 {
        font-size: 24px;
    }
    #grolius-gallery div.grolius-gallery-left p {
        font-size: 14px;
    }
    div.grolius-gallery-left span.icon img {
        width: 50%;
    }
    #grolius-gallery div.grolius-gallery-left span.icon {
        width: 50px;
        height: 50px;
    }
    #grolius-social nav.bottom {
        width: 100%;
    }
    #grolius-social nav.bottom ul li a {
        font-size: 12px;
    }
    #grolius-social ul.social li a img {
        width: 80%;
    }
    footer{
        padding-bottom:7%;
    }
    footer h4 {
        margin: 0 auto;
        font-size: 12px;
    }
    #grolius-social nav.bottom ul{
        flex-wrap: wrap;
    }
    #grolius-social nav.bottom ul li {
        width: 30%;
        margin-bottom: 10px;
    }
    #grolius-social ul.social{
        width: 45%;
    }
   
}
@media all and (max-width:360px){
    body{
      background-image: none;  
    }
    #main header div.menu-icon img.menu-icon-img {
        width: 65%;
    }
    #main header h1 {
        width: 50px;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member {
        width: 79%;
        height: 125px;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member img {
        width: 43%;
    }
    /* #grolius-team div.grolius-team-bottom div.grolius-team-left div.member img:hover {
        width: 45%;
    } */
    #grolius-team div.grolius-team-bottom div.grolius-team-right span.icon {
        width: 50px;
        height: 50px;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-right span.icon img {
        display: block;
        width: 50%;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-right blockquote {
        font-size: 13px;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member:nth-child(3) div.member-det, #grolius-team div.grolius-team-bottom div.grolius-team-left div.member:nth-child(4) div.member-det {
        left: -10%;
    }
    #grolius-team div.grolius-team-bottom div.grolius-team-left div.member div.member-det {
        right: -9%;
    }
    #grolius-media div.media-top div.media-top-right p {
        font-size: 12px;
    }
    #grolius-media div.media-top div.media-top-right p {
        max-width: 95%;
    }
    #documentry div.doc-video-sec h3 {
        font-size: 25px;
    }
    #documentry div.doc-video-sec h4 {
        font-size: 12px;
    }
    #documentry div.doc-video-sec div.doc-video-bottom p {
        max-width: 100% !important;
    }
    #events section.events-top h2 {
        max-width: 80% !important;
    }
    #grolius-social ul.social {
        width: 35% !important;
    }
    footer h4 {
        max-width: 80%;
    }
    #grolius-social ul.social li a img {
        width: 75%;
    }
    
}
