/*--reset--*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/*--start editing from here--*/
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*--end reset--*/
body {
    background: url("../images/bg1.jpg")fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
   font-family: 'Varela Round', sans-serif;
}
h1 {
    font-size: 3em;
    text-align: center;
    color: #fff;
    font-weight: 800;
    /* text-transform: uppercase; */
    letter-spacing: 7px;
	font-family: 'Varela Round', sans-serif;
}
h1 span {
    color: #d5cae2;
}
p{
font-family: 'Open Sans Condensed', sans-serif;
}
/*-- main --*/
.main-agile {
    padding: 1.5em 0;
}
.if-grids{
    width: 70%;
    margin-left: 15%;
}
.if-left{
    float: left;
    width: 57.5%;
    text-align: center;
    padding: 1em 0em 1em 0em;
}
.if-dot{
	padding: 2em 2em;
}
.if-left h2{
    color: #FFFFFF;
    font-size: 1.2em;
    margin: 1em 0 0 0;
}
.if-right{
    float: left;
    width: 37.5%;
    padding-right: 5%;
}
.i-heading h6 {
    font-size: 1.2em;
    color: #fff;
	line-height: 1.5em;
	letter-spacing: 2px;
    text-align: center;
    font-weight: 200;
}
.i-heading p{
    font-size: 1.5em;
    margin: 1em 0 0 0;
	color: #d5cae2;
	line-height: 1.8em;
    letter-spacing: 1px;
    padding-top: 30px;
    font-weight: 600;
}
.i-heading a{
    color: #fff;
    transition: ease-in-out .3s;
}
.i-heading a:hover{
    color:#d5cae2;
    transition: ease-in-out .3s;
}
.il-dot {
    padding: 4em 0em 2em 0;
}
.social{
    width: 100%;
    text-align: center;
    margin-top: 5%;
}
.social i.fa{
    font-size:20px;
    padding: 10px;
    width: 20px;
    text-align: center;
    text-decoration: none;
}
.social i.fa:hover{
    opacity: 0.7;
}
.social i.fa-facebook{
    background: rgb(85, 127, 219);
    color: #fff;
}
.social i.fa-instagram{
    background: #D02A7B;
    color: #fff;
}
.social i.fa-envelope-o{
    background: rgb(66, 212, 181);
    color: #fff;
}
/* Logo */
.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 115px;
    height: 115px;
    /* width: 50px;
    height: 50px; */
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.icon {
    text-align: center;
}
.logo1{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 390px;
    height: 130px;
}
.icon span.fa {
    font-size: 40px;
    margin-bottom: 20px;
	color: #888;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
/* About */
.detai{
    text-align: center;
    width: 70%;
    margin-left: 15%;
}
.detai h1{
    padding-top: 60px;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d5cae2;
}
.detai p{
    color: #fff;
    font-size: 25px;
    padding-top: 10px;
}
.detai .last p{
    color: #fff;
    font-size: 25px;
    padding-top: 10px;
}
/* //About */
/* Events */
.row{
    width: 80%;
    margin-left: 10%;
}
.row .col{
    column-count: 4;
    -webkit-column-count: 4;
    -moz-column-count: 4;

    column-gap: 100px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
}
.row .col img{
    width: 200px;
    height: 200px;
    margin-top: 10%;
}
.eventname {
    padding: 0 16px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.eventname::after, .row::after {
    content: "";
    clear: both;
    display: table;
}
/* //Events */
/* Team Page */
.page-title{
    text-align: center;
    width: 100%;
    height: 20%;
}
.page-title i{
    color: #fff;
    font-size: 30px;
    position: absolute;
    left: 5%;
    top: 7%;
}
.page-title i:hover{
    opacity: 0.7;
}
.page-title h1{
    padding: 35px;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d5cae2;
}
.cont-grid{
    margin: 0px 0 0 0;
    padding: 0px 0px 0px 0px;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}
.cont-grid li {
    width: 250px;
    height: 250px;
    display: inline-block;
    margin: 50px 50px;
}
.user{
    color: white;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
}
.cont-image{
    position: absolute;
    width: 100%;
    height: 100%;
}
.cont-image img{
    width: 100%;
    height: 100%;
    /* border-radius: 10%; */
}
.overlay {
    position: absolute; 
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.3);
    color: #f1f1f1; 
    width: inherit;
    transition: .5s rota;
    opacity:0;
    color: white;
    padding: 20px 0px 20px 0px;
    text-align: center;
}
.text{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.overlay h3{
    font-size: 20px;
}
.overlay h5{
    font-size: 16px;
}
.overlay a{
    color: #fff;
}
.cont-image:hover img{
    filter: blur(5px);
    -webkit-filter: blur(5px);
    transition: .3s ease-in-out;
    border-radius: 50%;
}
.cont-image:hover .overlay {
    opacity: 1;
    border-radius: 50%;
    transition: .3s ease-in-out;
}
@media(max-width: 576px){
    .cont-grid li{
        margin: 45px auto;
    }
}
/* //Team Page */
/* Sponsors */
.spon-grid{
	margin-left: 15%;
	padding: 0px;
	list-style: none;
	display: block;
	text-align: center;
	width: 70%;
	background-color: #fff;
	
}
.spon-grid li{
	/* width: 300px; */
	/* height: 150px; */
	display: inline-block;
	margin: 30px 20px;
	z-index: 10;
	color: #000;
	font-size: 15px;
	font-weight: 550;
	/* background-color: #fff; */
}
.spon-grid li img{
	height: 100px;
	max-width: 100%;
	/* z-index: 10; */
}
#first-view .spon-grid a{
	z-index: 10;
}
/* //Sponsors */

/*-- responsive --*/
/*-- /responsive design --*/
@media(max-width:1440px){
}
@media(max-width:1366px){
}
@media(max-width:1280px){
}
@media(max-width:1080px){
.i-heading h3 {
    letter-spacing: 7px;
}
.content3 {
    right: 12%;
}
}
@media(max-width:1024px){
.i-heading h3 {
    letter-spacing: 6px;
}
}
@media(max-width:991px){
}
@media(max-width:800px){
.if-right {
    float: none;
    width: 100%;
}
.if-left {
    float: none;
    width: 100%;
}
.content3 {
    right: 19%;
    bottom: 12%;
}
}
@media(max-width:768px){

}
@media(max-width:736px){
}
@media(max-width:667px){
}
@media(max-width:640px){
	h1 {
    font-size: 2.8em;
}

}
@media(max-width:600px){
	h1 {
    font-size: 2.5em;
}
}
@media(max-width:568px){
	h1 {
    font-size: 2.2em;
}
}
@media(max-width:480px){
h1 {
    font-size: 1.8em;
}
.detai p.last{
    padding-bottom: 15%;
}
.spon-grid li img{
	height: 100%;
	width: 100%;
}
.il-dot{
    padding-top: 2em;
}
.i-heading h3 {
    font-size: 2em;
}
.i-heading h6 {
    font-size: 1em;
}
.i-heading h5 {
    font-size: 1.5em;
}
.i-heading p {
    font-size: 1.3em;
}
.content3 {
    right: 7%;
    bottom: 16%;
}
.if-grids {
    width: 90%;
    margin: 2em auto;
}
#grid{
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
}
.page-title h1{
    font-size: 30px;
}
.detai p{
    font-size: 20px;
}
.detai h1{
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 30px;
}
.row .col{
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    
}
.row .col img{
    width: 50%;
    height: 50%;
    margin-top: 5%;
    margin-left: 25%;
}
.eventname p{
    font-size: 15px;
}
.logo1{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 240px;
    height: 80px;
}
}
@media(max-width:414px){
	h1 {
    letter-spacing: 3px;
}
.i-heading h4 {
    font-size: 1.2em;
}
.i-heading h4 {
    font-size: 1.2em;
}
}
@media(max-width:384px){
}
@media(max-width:375px){
}
@media(max-width:320px){
}
/*-- /responsive design --*/
/*-- //responsive --*/