#loginform, #registerform, #forgetform{
			padding: 10px;
		}

		.nav-tabs{
			justify-content: center;
		}

		.nav-link{
			color:black!important;
		}

		.nav-item .active{
			background-color: #5b65fa!important;
			color:white!important;
		}

		#headmenu .bg-light, #headmenu{
			background-color: white!important;
		}
		#headmenu a{
			color:#535353!important;
			text-transform: uppercase;
			font-weight: bold;
		}
		*{
			font-family: 'Montserrat', sans-serif;
		}

		@media (max-width:767px){

			.pdata{
				padding: 15px 0 15px 0;
			}

			.banners .col-md-3{
				margin-bottom: 10px!important;
			}

			.nav-tabs{
				flex-wrap: nowrap;
			}

			.row{
				margin-right: 0;
				margin-left: 0;
			}

			footer h2{
				text-align: center!important;
			}

			footer{
				padding: 20px;
				background: #f15a24;
				min-height: 334px;
			}

			footer a, footer p, footer li, footer h2{
				color:white;
				font-weight: 500;
			}

		}

		@media (min-width:767px){

			#ic{
				padding-top: 50px;
				min-height: 700px;
			}

			.pdata{
				padding: 30px 0 30px 0;
			}

			#navbarNav{
				justify-content: right;
			}

			footer{
				padding: 50px 50px 50px 50px;
				background: #f15a24;
				min-height: 334px;
			}

			footer a, footer p, footer li, footer h2{
				color:white;
				font-weight: 500;
			}

		}
		a:hover{
			color:#9b401f;
			text-decoration: unset;
		}

		.banners .col-md-3{
			margin-bottom: 50px;
			padding: 25px;
		}

		.banners .col-md-3 h2{
			margin-top: 10px;
			font-size: 18px;
			text-transform: uppercase;
			font-weight: bold;
			color:#4b4b4b;
		}