@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');

body,html{
    margin: 0px;
    padding: 0px;
   font-family: 'Montserrat', sans-serif;
   font-weight:400;   
   color: #000;

}
*, *::before, *::after {
    box-sizing: border-box;
}

p,li {
    font-size: 26px;
    line-height: 52px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 20px;
    color: #000;
}
.logonorm{
max-width: 80%;
}
.logonorma{
    max-width: 60%;
    margin-top: 70px;
}
.flexmid {
    display: flex;
    align-items: stretch;
}
.glightbox img{
min-height:220px;
    background: #eee;
}
#about{	
	position:relative;
}
#about::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("../images/17878979237ecf.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; 
    pointer-events: none;
 
}
.glightbox {
    width: 33%;
    padding: 12px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    max-height: 460px;
	border-radius: 20px;
}
.glightbox img{
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    border-radius: 8px;
    transition: all .3s;
}
.glightbox:hover img{
    transform: translateY(-3px);
}
.fulres{
width: 100%;
}
.posrel{
position: relative;
}
.section{
  margin-top:135px;
}
.containerc{
  width:90%;
  margin:auto;
  max-width:1920px;
}
.containerd{
  width:70%;
  margin:auto;
  max-width:1920px;
}
h1, .h1 {
    font-size: 53px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 31px;
    line-height: 64px;
}
#toTop {
    position: fixed;
    right: 15px;
    bottom: 30px;
    margin: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
        width: 35px;
    cursor: pointer;
    background-color: #c69900;   
    height: 35px;
        border-radius: 35px;
        text-align: center;
}
#toTop i {
    font-size: 18px;
    color: #fff;
     line-height: 32px;
    padding-bottom: 3px;
}
.shows {
    opacity: 1!important;
    visibility: visible!important;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.stickyp{
position: sticky;
top: 10px;
}
.topbg {
    min-height: 100vh;
    background-image: url("../images/bg.jpg");
    background-size: cover;
    position: relative;
    display: flex;
    align-content: space-around;
    flex-direction: column;
}
.logocon{
    padding: 24px 24px 12px 24px;
    background: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 2px 2px 20px 3px rgb(0, 0, 0, 0.09);
    z-index: 3;
}
.logo{
max-width: 300px;
}
.slidertext {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    color: #fff;
}
.slidertexta {
    font-weight: 800;
    font-size: 95px;
    color: #FD0;
}
.slidertextb {
    font-weight: 700;
    font-size: 52px;
    color: #FD0;
    line-height: 86px;
}
.slidertextc {
    font-weight: 500;
    font-size: 41px;
    line-height: 63px;
    margin-top: 24px;
}
.fccisllogo {
    width: 187px;
    margin: 40px 0px 20px 0px;
}
.slidertextd {
    font-weight: 600;
    font-size: 23px;
    line-height: 50px;
}
.gobt {
    animation: bounce 2s;
    animation-iteration-count: infinite;
    max-width: 85px;
}
.btm {
    text-align: center;
        padding-bottom: 15px;
}
@keyframes bounce {
0%,
25%,
50%,
75%,
100% {
transform: translateY(0);
}
40% {
transform: translateY(-20px);
}
60% {
transform: translateY(-12px);
}
}
#mainmenu {
    display: block;
    width: 100%;
    z-index: 2;
    pointer-events: none;
    top: 0;
    background-image: linear-gradient(180deg, rgb(0, 0, 0, 0.76), transparent);
}
.tpflx {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    align-items: flex-start;
    color: #fff;
    pointer-events: all;
    max-width: 1920px;
    position: relative;
}
.tmenu {
    padding-top: 4%;
    display: flex;
    align-items: center;
}
.tmenu a, .gkkl {
    font-size: 25px;
    margin: 0px 24px;
    position: relative;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    transition: .3s;
    padding-bottom: 5px;
}
.tmenu .skewb{
     margin-right: 0!important;
     padding-bottom: 11px!important;
}
.tmenu .skewb:hover{
     color: #d0040d!important;
	text-decoration:none!important;
}
.tmenu a:hover {
    color: #e5e5e5;	
	text-decoration:underline!important;
}

.nav-link i {
    display: inline-block;
    margin-left: 8px;
    color: #fff;
    font-size: 18px;
}
.tmenu .nav-item {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    margin-bottom: 0px;
    padding-left: 0px;
    align-items: center;
    position: relative;
}
.submn {
 position: absolute;
list-style: none;    
width: 300px;
    top: 50px;
    background: #fff;
    left: 65%;
    transform: translateX(-50%);
    padding: 20px 0px 20px 0px;
    display: none;
    box-shadow: 0 0 20px 0 rgb(0, 0, 0, 0.10);
    border-radius: 16px;
}
.submncon {
    max-width: 98%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    font-weight: 500;
    align-items: stretch;
}
.submncon a {
    margin: 0px 18px;
    font-size: 18px;
    position: relative;
    width: 100%;
    padding: 11px 13px;
    display: flex;
    color: #000;
    align-items: center;
}
.submncon a:hover {
    color: #d0040d!important;
}
.skewb {
    background: linear-gradient(93deg, #fff03b, #e58d3a);
    display: inline-flex;
    border-radius: 12px;
    color: #000!important;
    padding: 11px 30px 11px 30px;
    font-size: 24px;
    font-weight: 700;
    transition: all .3s;
    margin-top: 20px;
    cursor: pointer;
    align-items: center;
    margin-right: 20px;
    box-shadow: 3px 4px 20px 0px rgb(0, 0, 0, 0.16);
    text-transform: uppercase;
}
.skewb:hover {
    background: #ffffff;
    box-shadow: 1px 1px 7px 0px #aaaaaa;
    color: #d0040d!important;
}
.tmenu .skewb {
    margin-right: 0!important;    
    margin-left: 30px!important;
}
.bgcol {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/Web-2.jpg);
    color: #fff;
	background-size: 100%;
}
h2 {
    font-size: 47px;
    line-height: 71px;
}
.rednotice{
background: #fff;
font-size: 25px;
font-weight: 500;
margin: 40px auto 0px auto;
max-width: 70%;
padding: 10px;
    color: #000;
}
h3, .h3 {
    font-size: 31px;
}
.spon{
padding: 10px  20px;
margin: 20px;
border: 1px solid #000;
text-align: center;
font-size: 25px;
width: 20%;
display: inline-block;
}
.footer{
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 20px;
	font-weight: 500;
}
.copy {
    text-align: center;
    padding: 30px;
    font-weight: 500;
    font-size: 18px;
    background: #000;
    color: #fff;
}
.copy a{
    color: #fff!important;
}
.topbgblack {
    background: linear-gradient(180deg, #fde73b, #f5af63);
    color: #000000;
    padding: 26px;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}


@media (max-width: 1600px) {
.topbgblack {
    padding: 18px;
    font-size: 17px;
}
.logo {
    max-width: 180px;
}
.slidertexta {
    font-size: 60px;
}
.slidertextc {
    font-size: 22px;
    line-height: 34px;
    margin-top: 10px;
}
.slidertextd {
    font-size: 15px;
    line-height: 24px;
}
.fccisllogo {
    width: 124px;
    margin: 20px 0px 15px 0px;
}
.slidertextb {
    font-size: 29px;
    line-height: 48px;
}
.gobt {
    max-width: 38px;
}
.tmenu .skewb {
    margin-left: 20px!important;
    padding-bottom: 6px!important;
}
.skewb {
    padding: 8px 20px 8px 20px;
    font-size: 15px;
    margin-top: 10px;
}
.tmenu a, .gkkl {
    font-size: 15px;
}
.logocon {
    padding: 14px 15px 12px 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
h1, .h1 {
    font-size: 34px;
    margin-bottom: 28px;
    line-height: 39px;
}
p, li {
    font-size: 16px;
    line-height: 33px;
    margin-bottom: 15px;
}
.logonorma {
    margin-top: 35px;
}
h2 {
    font-size: 31px;
    line-height: 39px;
}
.rednotice {
    font-size: 16px;
    margin: 25px auto 0px auto;
    padding: 10px;
}
.bgcol {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section {
    margin-top: 70px;
}
.spon {
    padding: 7px  15px;
    margin: 12px;
    font-size: 17px;
}
h3, .h3 {
    font-size: 21px;
}
.footer {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 14px;
}
.copy {
    padding: 24px;
    font-size: 12px;
}
	
}

@media (max-width: 1366px) {


	
}

@media (max-width: 1280px) {


	
}

@media (max-width: 1080px) {

.tmenu{
display: none;
}
.topbg{
	    background-position-x: 33%;
}

	
}

@media (max-width: 990px) {
.flexmid {
    flex-direction: column;
}
.flexbt{
margin-top: 40px;
}
.copy {
    padding: 24px 54px;
}
	
}
@media (max-width: 768px) {


}

@media (max-width: 680px) {
.glightbox-clean .gnext {
    top: initial!important;
    bottom: 0%!important;
    right: 0px!important;
}
.glightbox-clean .gprev {
   top: initial!important;
    bottom: 0px!important;
    left: 0px!important;
}
.glightbox {
    width: 49.1%;
}
.glightbox img {
    min-height: 110px;
}
.slidertexta {
    font-size: 40px;
}
.slidertextb {
    font-size: 21px;
    line-height: 34px;
}
.logo {
    max-width: 140px;
}
.slidertextc {
    font-size: 16px;
    line-height: 27px;
    margin-top: 8px;
}
.fccisllogo {
    width: 90px;
    margin: 15px 0px 7px 0px;
}
.slidertextd {
    font-size: 13px;
    line-height: 20px;
}
.topbgblack {
    padding: 15px;
    font-size: 15px;
}
h1, .h1 {
    font-size: 32px;
    margin-bottom: 28px;
    line-height: 39px;
    text-align: center;
}
.section {
    margin-top: 80px;
}
h2 {
    font-size: 23px;
    line-height: 35px;
}
.rednotice {
    font-size: 16px;
    margin: 35px auto 0px auto;
    padding: 10px;
    max-width: 100%;
}
.spon {
    padding: 7px  15px;
    margin: 9px;
    font-size: 16px;
    width: 41%;
}
.skewb {
margin-right: 0!important;
}
.ftpdn{
margin-top: 30px;
}

}

@media (max-width: 350px) {
.logo {
    max-width: 106px;
}
.slidertexta {
    font-size: 34px;
}

	
}

@media  (max-width: 1000px) and (orientation: landscape) {
.slidertext {
    margin-top: 5%;
    padding-bottom: 42px;    
    height: auto;
}
.topbg {
    height: auto;
}
.btm {
    bottom: 2%;
}
.gobt {
    max-width: 23px;
}
}
