 body{
	font-family: 'Gilroy-Regular' !important;
}


ul{
	margin: 0px !important;
	padding: 0px !important;
}

.obw{
   padding-top: 30px;
   padding-bottom: 30px;
}





.bg1{
	background: url(img/bg1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 450px;
}


.bg{
	height: auto;
	padding-top: 20px;
	padding-bottom: 50px;
}


h1{
	color: #000 !important;
	font-family: 'Gilroy-ExtraBold' !important;
	font-size: 25px !important;
	text-align: left !important;
    margin-top: 20px !important;
	margin-bottom: 30px !important;
}

.spanh1{
	font-size: 25px !important;
	text-shadow: 5px 5px 5px #c70a807d !important;
}


.h2bg{
	text-align: left;
	font-family: 'Gilroy-Regular' !important;
	font-size: 18px !important;
    margin-bottom: 30px;
}


.bg-img{
    height: 450px;
    background: url(img/bg3.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 0px;
}



.h2obw{
    text-align: left;
    font-family: 'Gilroy-ExtraBold' !important;
    font-size: 25px !important;
    margin-bottom: 30px; 
    padding-left: 10px;
    border-left: 4px solid #8a00ac;
}

.h2zhel{
    color: #fdb812;
    text-align: left;
    font-family: 'Gilroy-ExtraBold' !important;
    font-size: 25px !important;
    margin-bottom: 20px; 
}


.pback{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff705;
}



.down{
    text-align: center;
}

.down img{
   height: 45px;
   margin-bottom: 30px;
}

.ul-bg{
	margin-left: 20px !important;
	list-style: circle !important;
	color: #ff3ab5 !important;
	margin-bottom: 50px !important;
}

.li-bg{
	margin-bottom: 25px;
}

.p-bg{
	color: #fff !important;
	text-align: left;
	font-size: 17px;
}

.html{
    background: url(img/html.jpg);
    background-size: cover;
    height: 300px;
    margin-bottom: 15px;
}

.css{
    background: url(img/css.jpg);
    background-size: cover;
    height: 300px;
    margin-bottom: 15px;
}

.bgsubmit-gl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 300px;
    height: 70px;
    padding-top: 2px;
    border: none;
    border-radius: 10px !important;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(138,0,172,1) 0%, rgba(75,10,215,1) 35%, rgba(31,1,151,1) 100%) !important;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    margin: auto;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 16px 0 #7800d78c;
}
.bgsubmit-gl:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
 
@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } 
}

.h3bg{
	text-align: center;
	font-size: 17px;
}