@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}


body {
    margin: 0px;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    overflow-x: hidden;
}

.nav-stuff {
	color:#2d3748;
	font-weight: 600;
}


.loginbut {
	color: #000000;
	background-color: #c8d7f4;
	font-size: 18px;
	border: 1px solid #c0d1f2;
	border-radius: 3px;
	padding: 1px 30px;
	cursor: pointer;
	margin-right:10px;
}
.loginbut:hover {
	/*color: #2d63c8;
	background-color: #ffffff;*/
	-webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition-timing-function: cubic-bezier(0.47,2.02,0.31,0.1);
    transition-timing-function: cubic-bezier(0.47,2.02,0.31,0.1);
}

.gstartbut {
	color: #FEFDFD;
	background-color: #4A82ED;
	font-size: 18px;
	border: 1px solid #4A82ED;
	border-radius: 3px;
	padding: 1px 30px;
	cursor: pointer;
	margin-right:10px;
}
.gstartbut:hover {
	/*color: #2d63c8;
	background-color: #ffffff;*/
	-webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition-timing-function: cubic-bezier(0.47,2.02,0.31,0.1);
    transition-timing-function: cubic-bezier(0.47,2.02,0.31,0.1);
}

.fsect {
	background: url(/img/back-2.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 150px;
}

.ssect {
	background-color:#F5F5F5 ;
    background-size: cover;
    padding-bottom: 150px;
    padding-top: 50px;
}

.fseclarge {
	box-sizing: border-box;
    margin: 0;
    min-width: 0;
    font-family: 'Poppins',sans-serif;
    font-weight: bold;
    line-height: 1.25;
    display: block;
    color: var(--theme-ui-colors-heading,#2d3748);
    -webkit-text-decoration: none;
    text-decoration: none;
    margin-bottom: 2rem;
    font-size: 3rem;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}


.fsecsmall {
	box-sizing: border-box;
    margin: 0;
    min-width: 0;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    text-align: justify;

}

.compdiv {
	background: url(/img/computer.png) no-repeat center center;
    background-size: contain;
    background-position: center;
  	background-repeat: no-repeat;
}

.statediv {
	background: url(/img/statements.png) no-repeat center center;
    background-size: contain;
    background-position: center;
  	background-repeat: no-repeat;
}

.gradient-custom-3 {
/* fallback for old browsers */
background: #84fab0;

/* Chrome 10-25, Safari 5.1-6 */
background: -webkit-linear-gradient(to right, rgba(132, 250, 176, 0.5), rgba(143, 211, 244, 0.5));

/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: linear-gradient(to right, rgba(132, 250, 176, 0.5), rgba(143, 211, 244, 0.5))
}
.gradient-custom-4 {
/* fallback for old browsers */
background: #84fab0;

/* Chrome 10-25, Safari 5.1-6 */
background: -webkit-linear-gradient(to right, rgba(132, 250, 176, 1), rgba(143, 211, 244, 1));

/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: linear-gradient(to right, rgba(132, 250, 176, 1), rgba(143, 211, 244, 1))
}