/* Base */

@font-face {

    font-family: 'DINRegular';

    src: url('fonts/DINRegular.eot');

    src: url('fonts/DINRegular.eot') format('embedded-opentype'),

         url('fonts/DINRegular.woff2') format('woff2'),

         url('fonts/DINRegular.woff') format('woff'),

         url('fonts/DINRegular.ttf') format('truetype'),

         url('fonts/DINRegular.svg#DINRegular') format('svg');

}

@font-face {

    font-family: 'FutuLt';

    src: url('fonts/FutuLt.eot');

    src: url('fonts/FutuLt.eot') format('embedded-opentype'),

         url('fonts/FutuLt.woff2') format('woff2'),

         url('fonts/FutuLt.woff') format('woff'),

         url('fonts/FutuLt.ttf') format('truetype'),

         url('fonts/FutuLt.svg#FutuLt') format('svg');

}

@font-face {

    font-family: 'FutuLtIt';

    src: url('fonts/FutuLtIt.eot');

    src: url('fonts/FutuLtIt.eot') format('embedded-opentype'),

         url('fonts/FutuLtIt.woff2') format('woff2'),

         url('fonts/FutuLtIt.woff') format('woff'),

         url('fonts/FutuLtIt.ttf') format('truetype'),

         url('fonts/FutuLtIt.svg#FutuLtIt') format('svg');

}

@font-face {

    font-family: 'PrimeRegular';

    src: url('fonts/PrimeRegular.eot');

    src: url('fonts/PrimeRegular.eot') format('embedded-opentype'),

         url('fonts/PrimeRegular.woff2') format('woff2'),

         url('fonts/PrimeRegular.woff') format('woff'),

         url('fonts/PrimeRegular.ttf') format('truetype'),

         url('fonts/PrimeRegular.svg#PrimeRegular') format('svg');

}





body {

	line-height: 1.7;

	color: #4d4d4d;

	font-weight: 300;

	font-size: 1.1rem;

	font-family: 'DINRegular';

}



::-moz-selection {

 background: #000;

 color: #fff;

}

::selection {

	background: #000;

	color: #fff;

}

a {

	-webkit-transition: .3s all ease;

	-o-transition: .3s all ease;

	transition: .3s all ease;

}

a:hover {

	text-decoration: none;

}

.text-black {

	color: #000 !important;

}

.bg-black {

	background: #000 !important;

}

.site-wrap:before {

	-webkit-transition: .3s all ease-in-out;

	-o-transition: .3s all ease-in-out;

	transition: .3s all ease-in-out;

	background: rgba(0, 0, 0, 0.6);

	content: "";

	position: absolute;

	z-index: 2000;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	opacity: 0;

	visibility: hidden;

}

.offcanvas-menu .site-wrap {

	position: absolute;

	height: 100%;

	width: 100%;

	z-index: 2;

	overflow: hidden;

}

.offcanvas-menu .site-wrap:before {

	opacity: 1;

	visibility: visible;

}

.btn {

	text-transform: uppercase;

	position: relative;

	-webkit-transition: 0.2s all ease-in-out !important;

	-o-transition: 0.2s all ease-in-out !important;

	transition: 0.2s all ease-in-out !important;

	top: 0;

	letter-spacing: .05em;

	padding: 10px 20px;

}

.btn:hover, .btn:active, .btn:focus {

	outline: none;

	-webkit-box-shadow: none !important;

	box-shadow: none !important;

}

.btn.btn-secondary {

	background-color: #e6e7e9;

	border-color: #e6e7e9;

	color: #000;

}

.btn.btn-sm {

	font-size: 0.9rem;

}

.btn.btn-primary {

	font-weight: 300;

	letter-spacing: .2em;

}

.btn:hover {

	-webkit-box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.9) !important;

	box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.9) !important;

	top: -2px;

}

.bg-black {

	background: #000;

}

.form-control {

	height: 47px;

}

.form-control:active, .form-control:focus {

	border-color: #f23a2e;

}

.form-control:hover, .form-control:active, .form-control:focus {

	-webkit-box-shadow: none !important;

	box-shadow: none !important;

}

.site-section {

	padding: 2.5em 0;

}



@media (min-width: 768px) {

.site-section {

	padding: 5em 0 3em 0;

}

}

.site-section.site-section-sm {

	padding: 4em 0;

}

.site-section-heading {

	font-size: 30px;

	color: #25262a;

	position: relative;

}

.site-section-heading:before {

	content: "";

	left: 0%;

	top: 0;

	position: absolute;

	width: 40px;

	height: 2px;

	background: #f23a2e;

}

.site-section-heading.text-center:before {

	content: "";

	left: 50%;

	top: 0;

	-webkit-transform: translateX(-50%);

	-ms-transform: translateX(-50%);

	transform: translateX(-50%);

	position: absolute;

	width: 40px;

	height: 2px;

	background: #f23a2e;

}

.border-top {

	border-top: 1px solid #edf0f5 !important;

}

.site-footer {

    padding: 4em 0;

    background: #eaf5fb;

}

.site-footer p {

	color: #737373;

}

.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {

	color: #fff;

}

.site-footer a {

	color: #999999;

}

.site-footer a:hover {

    color: #33327a;

}

.site-footer ul li {

	margin-bottom: 10px;

}

.site-footer .footer-heading {

	font-size: 20px;

	color: #fff;

}

.bg-text-line {

	display: inline;

	background: #000;

	-webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;

	box-shadow: 20px 0 0 #000, -20px 0 0 #000;

}

.bg-image {

	background-size: cover;

	background-repeat: no-rpeeat;

	overflow: hidden;

}

.bg-image.center {

	background-position: top center;

}

.bg-image.fixed {

	background-position: fixed !important;

}

.bg-image.overlay, .bg-image.overlay-primary, .bg-image.overlay-info, .bg-image.overlay-success, .bg-image.overlay-warning {

	position: relative;

}

.bg-image.overlay:before, .bg-image.overlay-primary:before, .bg-image.overlay-info:before, .bg-image.overlay-success:before, .bg-image.overlay-warning:before {

	content: "";

	position: absolute;

	top: 0;

	bottom: 0;

	right: 0;

	left: 0;

}

.bg-image.overlay:before {

	background: rgba(0, 0, 0, 0.4);

}

.bg-image.overlay-primary:before {

	background: rgba(242, 58, 46, 0.9);

}

.bg-image.overlay-info:before {

	background: rgba(23, 162, 184, 0.9);

}

.bg-image.overlay-success:before {

	background: rgba(40, 167, 69, 0.9);

}

.bg-image.overlay-success:before {

	background: rgba(238, 198, 10, 0.9);

}

/* Navbar */

.site-navbar-wrap {

	position: absolute;

	z-index: 99;

	width: 100%;

	left: 0;

}

.site-navbar-wrap a {

	color: #fff;

}

.site-navbar-wrap .site-navbar-top {

	font-size: 0.8rem;

}

.site-navbar-top, .site-navbar {

	border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

.site-navbar {

	margin-bottom: 0px;

	width: 100%;

	border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

.site-navbar .site-logo {

	font-weight: 200;

}

.site-navbar .site-logo a {

	font-weight: 200;

	color: #fff;

}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    margin-right: -3px;
}

.site-navbar .site-navigation .site-menu .active > a {

	color: #fff;

}

.site-navbar .site-navigation .site-menu a {

	text-decoration: none !important;

	font-size: 13px;

	display: inline-block;

}

.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    padding: 0px 1px;
}

.site-navbar .site-navigation .site-menu > li > a {

	padding: 10px 10px;

	text-transform: uppercase;

	letter-spacing: .05em;

	color: rgba(255, 255, 255, 0.6);

	font-size: 15px;

	text-decoration: none !important;

}

.site-navbar .site-navigation .site-menu > li > a:hover {

	color: #fff;

}

.site-navbar .site-navigation .site-menu > li:last-child {

	padding-right: 0;

}

.site-navbar .site-navigation .site-menu > li:last-child > a {

	padding-right: 0;

}

.site-navbar .site-navigation .site-menu .has-children {

	position: relative;

}

.site-navbar .site-navigation .site-menu .has-children > a {

	position: relative;

	padding-right: 20px;

}

.site-navbar .site-navigation .site-menu .has-children > a:before {

	position: absolute;

	content: "\e313";

	font-size: 16px;

	top: 50%;

	right: 0;

	-webkit-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	transform: translateY(-50%);

	font-family: 'icomoon';

}

.site-navbar .site-navigation .site-menu .has-children .dropdown {

	visibility: hidden;

	opacity: 0;

	top: 100%;

	position: absolute;

	text-align: left;

	-webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);

	box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);

	border-left: 1px solid #edf0f5;

	border-right: 1px solid #edf0f5;

	border-bottom: 1px solid #edf0f5;

	padding: 0px 0;

	margin-top: 20px;

	margin-left: 0px;

	background: #fff;

	-webkit-transition: 0.2s 0s;

	-o-transition: 0.2s 0s;

	transition: 0.2s 0s;

}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {

	position: absolute;

}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {

	bottom: 100%;

	left: 20%;

	border: solid transparent;

	content: " ";

	height: 0;

	width: 0;

	position: absolute;

	pointer-events: none;

}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {

	border-color: rgba(136, 183, 213, 0);

	border-bottom-color: #fff;

	border-width: 10px;

	margin-left: -10px;

}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {

	font-size: 16px;

	text-transform: none;

	letter-spacing: normal;

	-webkit-transition: 0s all;

	-o-transition: 0s all;

	transition: 0s all;

	color: #343a40;

}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {

	color: #fff !important;

}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {

	list-style: none;

	padding: 0;

	margin: 0;

	min-width: 200px;

}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {

	padding: 9px 20px;

	display: block;

}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {

	background: #f4f5f9;

	color: #25262a;

}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {

	content: "\e315";

	right: 20px;

}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {

	left: 100%;

	top: 0;

}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {

	background: #f4f5f9;

	color: #25262a;

}

.site-navbar .site-navigation .site-menu .has-children a {

	text-transform: uppercase;

}

.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {

	color: #fff;

}

.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {

	cursor: pointer;

}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {

	-webkit-transition-delay: 0s;

	-o-transition-delay: 0s;

	transition-delay: 0s;

	margin-top: 0px;

	visibility: visible;

	opacity: 1;

}

.site-mobile-menu {

	width: 300px;

	position: fixed;

	right: 0;

	z-index: 2000;

	padding-top: 20px;

	background: #fff;

	height: calc(100vh);

	-webkit-transform: translateX(110%);

	-ms-transform: translateX(110%);

	transform: translateX(110%);

	-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);

	box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);

	-webkit-transition: .3s all ease-in-out;

	-o-transition: .3s all ease-in-out;

	transition: .3s all ease-in-out;

}

.offcanvas-menu .site-mobile-menu {

	-webkit-transform: translateX(0%);

	-ms-transform: translateX(0%);

	transform: translateX(0%);

}

.site-mobile-menu .site-mobile-menu-header {

	width: 100%;

	float: left;

	padding-left: 20px;

	padding-right: 20px;

}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {

	float: right;

	margin-top: 8px;

}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {

	font-size: 30px;

	display: inline-block;

	padding-left: 10px;

	padding-right: 0px;

	line-height: 1;

	cursor: pointer;

	-webkit-transition: .3s all ease;

	-o-transition: .3s all ease;

	transition: .3s all ease;

}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {

	color: #25262a;

}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {

	float: left;

	margin-top: 10px;

	margin-left: 0px;

}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {

	display: inline-block;

	text-transform: uppercase;

}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {

	max-width: 70px;

}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {

	text-decoration: none;

}

.site-mobile-menu .site-mobile-menu-body {

	overflow-y: scroll;

	-webkit-overflow-scrolling: touch;

	position: relative;

	padding: 20px;

	height: calc(100vh - 52px);

	padding-bottom: 150px;

}

.site-mobile-menu .site-nav-wrap {

	padding: 0;

	margin: 0;

	list-style: none;

	position: relative;

}

.site-mobile-menu .site-nav-wrap a {

	padding: 10px 20px;

	display: block;

	position: relative;

	color: #212529;

}

.site-mobile-menu .site-nav-wrap a:hover {

	color: #f23a2e;

}

.site-mobile-menu .site-nav-wrap li {

	position: relative;

	display: block;

}

.site-mobile-menu .site-nav-wrap li.active > a {

	color: #f23a2e;

}

.site-mobile-menu .site-nav-wrap .arrow-collapse {

	position: absolute;

	right: 0px;

	top: 10px;

	z-index: 20;

	width: 36px;

	height: 36px;

	text-align: center;

	cursor: pointer;

	border-radius: 50%;

}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {

	background: #f8f9fa;

}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {

	font-size: 12px;

	z-index: 20;

	font-family: "icomoon";

	content: "\f078";

	position: absolute;

	top: 50%;

	left: 50%;

	-webkit-transform: translate(-50%, -50%) rotate(-180deg);

	-ms-transform: translate(-50%, -50%) rotate(-180deg);

	transform: translate(-50%, -50%) rotate(-180deg);

	-webkit-transition: .3s all ease;

	-o-transition: .3s all ease;

	transition: .3s all ease;

}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {

	-webkit-transform: translate(-50%, -50%);

	-ms-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

}

.site-mobile-menu .site-nav-wrap > li {

	display: block;

	position: relative;

	float: left;

	width: 100%;

}

.site-mobile-menu .site-nav-wrap > li > a {

	padding-left: 20px;

	font-size: 20px;

}

.site-mobile-menu .site-nav-wrap > li > ul {

	padding: 0;

	margin: 0;

	list-style: none;

}

.site-mobile-menu .site-nav-wrap > li > ul > li {

	display: block;

}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {

	padding-left: 40px;

	font-size: 16px;

}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {

	padding: 0;

	margin: 0;

}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {

	display: block;

}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {

	font-size: 16px;

	padding-left: 60px;

}

/* Blocks */

.site-blocks-cover {

	background-size: cover;

	background-repeat: no-repeat;

	background-position: top;

}

.site-blocks-cover.overlay {

	position: relative;

}

.site-blocks-cover.overlay:before {

	position: absolute;

	content: "";

	left: 0;

	bottom: 0;

	right: 0;

	top: 0;

	background: rgba(0, 0, 0, 0.4);

}

.site-blocks-cover, .site-blocks-cover .row {

	min-height: 600px;

	height: calc(100vh);

}

.site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {

	min-height: 600px;

	height: calc(80vh);

}

.site-blocks-cover .sub-text {

	font-size: 1.1rem;

	text-transform: uppercase;

	color: rgba(255, 255, 255, 0.7);

	letter-spacing: .2em;

}

.site-blocks-cover h1 {

	font-weight: 900;

	color: #fff;

	text-transform: uppercase;

	font-size: 3rem;

}

.site-blocks-cover h1 strong {

	font-weight: 900;

}



@media (min-width: 768px) {

.site-blocks-cover h1 {

	font-size: 5rem;

	font-weight: 300;

	line-height: 1.2;

}

}

.site-blocks-cover p {

	color: #fff;

	font-size: 1.5rem;

	line-height: 1.5;

}

.site-blocks-cover .intro-text {

	font-size: 16px;

	line-height: 1.5;

}

.site-heading {

	font-weight: 300;

	text-transform: uppercase;

	font-size: 2rem;

}



@media (min-width: 768px) {

.site-heading {

	font-size: 3rem;

}

}

.site-heading strong {

	font-weight: 900;

}

.site-block-1 {

	padding-top: 50px;

}



@media (min-width: 992px) {

.site-block-1 {

	padding-top: 0;

	position: absolute;

	width: 100%;

	-webkit-transform: translateY(-100%);

	-ms-transform: translateY(-100%);

	transform: translateY(-100%);

}

}

.site-block-appointment, .bg-light {

	background: #ece8d9 !important;

}

.site-block-appointment form, .bg-light form {

	-webkit-box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);

	box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);

}

.text-white-opacity-5 {

	color: rgba(255, 255, 255, 0.5);

}

.text-black-opacity-5 {

	color: rgba(0, 0, 0, 0.5);

}

.site-block-feature {

	background: rgba(0, 0, 0, 0.5);

	position: relative;

}

.site-block-feature .icon {

	font-size: 50px;

}

.site-block-feature h3 {

	font-size: 15px;

	letter-spacing: .1em;

	text-transform: uppercase;

	color: #fff;

}

.site-block-feature p {

	color: rgba(255, 255, 255, 0.4);

	font-size: 1rem;

}

.site-block-feature p:last-child {

	margin-bottom: 0;

}

.site-block-feature-2 .icon {

	font-size: 50px;

	position: relative;

	line-height: 1;

}

.site-block-feature-2 h3 {

	font-size: 1.5rem;

}

.site-block-3 .row-items {

	height: calc(50% - 15px);

	margin-bottom: 30px;

}

.site-block-3 .row-items.last {

	height: calc(50% - 15px);

	margin-bottom: 0;

}

.site-block-3 .feature {

	-webkit-transition: .3s all ease-in-out;

	-o-transition: .3s all ease-in-out;

	transition: .3s all ease-in-out;

	height: 100%;

}

.site-block-3 .feature h3 {

	color: #000;

	font-size: 1.4rem;

}

.site-block-3 .feature:hover, .site-block-3 .feature:active, .site-block-3 .feature:focus, .site-block-3 .feature.active {

	-webkit-box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);

	box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);

}

.site-block-half .image, .site-block-half .text {

	width: 100%;

}



@media (min-width: 992px) {

.site-block-half .image, .site-block-half .text {

	width: 50%;

}

}



@media (max-width: 991.98px) {

.site-block-half .image {

	margin-bottom: 50px;

}

}

.site-block-half .text {

	padding-left: 15px;

	padding-right: 15px;

}



@media (min-width: 992px) {

.site-block-half .text {

	padding: 4rem;

}

}



@media (min-width: 1200px) {

.site-block-half .text {

	padding: 8rem;

}

}

.site-block-half .bg-image {

	background-position: center center;

}



@media (max-width: 991.98px) {

.site-block-half .bg-image {

	height: 400px;

}

}

.site-block-half.site-block-video .image {

	position: relative;

}

.site-block-half.site-block-video .image .play-button {

	position: absolute;

	top: 50%;

	left: 50%;

	-webkit-transform: translate(-50%, -50%);

	-ms-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	font-size: 20px;

	width: 70px;

	height: 70px;

	background: #fff;

	display: block;

	border-radius: 50%;

	opacity: 1;

	color: #f23a2e !important;

}

.site-block-half.site-block-video .image .play-button:hover {

	opacity: 1;

}

.site-block-half.site-block-video .image .play-button > span {

	position: absolute;

	left: 55%;

	top: 50%;

	-webkit-transform: translate(-60%, -50%);

	-ms-transform: translate(-60%, -50%);

	transform: translate(-60%, -50%);

}

.site-block-testimony img {

	max-width: 140px;

	border-radius: 50%;

}

.site-block-testimony p {

	font-size: 1.2rem;

}

.site-block-testimony.active {

	background: #fff;

	-webkit-box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);

	box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);

}

.post-entry {

	position: relative;

	overflow: hidden;

	border: 1px solid #e6e6e6;

}

.post-entry, .post-entry .text {

	border-radius: 4px;

	border-top: none !important;

}

.post-entry .date {

	color: #ccc;

	font-weight: normal;

	letter-spacing: .1em;

}

.post-entry .image {

	overflow: hidden;

	position: relative;

}

.post-entry .image img {

	-webkit-transition: .3s all ease;

	-o-transition: .3s all ease;

	transition: .3s all ease;

	-webkit-transform: scale(1);

	-ms-transform: scale(1);

	transform: scale(1);

}

.post-entry:hover .image img, .post-entry:active .image img, .post-entry:focus .image img {

	-webkit-transform: scale(1.2);

	-ms-transform: scale(1.2);

	transform: scale(1.2);

}

.block-13, .slide-one-item {

	position: relative;

	z-index: 1;

}

.block-13 .owl-nav, .slide-one-item .owl-nav {

	position: relative;

	position: absolute;

	bottom: 0px;

	left: 50%;

	-webkit-transform: translateX(-50%);

	-ms-transform: translateX(-50%);

	transform: translateX(-50%);

}

.block-13 .owl-nav .owl-prev, .block-13 .owl-nav .owl-next, .slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {

	position: relative;

	display: inline-block;

	padding: 20px;

	font-size: 30px;

	color: #fff;

}

.block-13 .owl-nav .owl-prev.disabled, .block-13 .owl-nav .owl-next.disabled, .slide-one-item .owl-nav .owl-prev.disabled, .slide-one-item .owl-nav .owl-next.disabled {

	opacity: .2;

}

.slide-one-item.home-slider .owl-nav {

	bottom: 40px;

}



@media (min-width: 768px) {

.slide-one-item.home-slider .owl-nav {

	bottom: 80px;

}

}

.slide-one-item .owl-item > div {

	height: 300px;

}



@media (min-width: 768px) {

.slide-one-item .owl-item > div {

	height: 800px;

}

}

.block-12 {

	position: relative;

}

.block-12 figure {

	position: relative;

}

.block-12 figure:before {

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	bottom: 0;

	left: 0;

	background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);

	background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);

	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));

	background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);

	background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);

 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0 );

}

.block-12 .text-overlay {

	position: absolute;

	bottom: 20px;

	left: 20px;

	right: 20px;

	z-index: 10;

}

.block-12 .text-overlay h2 {

	color: #fff;

}

.block-12 .text {

	position: relative;

	top: -100px;

}

.block-12 .text .meta {

	text-transform: uppercase;

	padding-left: 40px;

	color: #fff;

	display: block;

	margin-bottom: 20px;

}

.block-12 .text .text-inner {

	-webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);

	box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);

	background: #fff;

	padding: 10px;

	margin-right: 30px;

	position: relative;

}



@media (min-width: 576px) {

.block-12 .text .text-inner {

	padding: 20px;

}

}



@media (min-width: 768px) {

.block-12 .text .text-inner {

	padding: 30px 40px;

}

}

.block-12 .text .text-inner:before {

	position: absolute;

	content: "";

	width: 80px;

	height: 4px;

	margin-top: -4px;

	background: #f23a2e;

	top: 0;

}

.block-12 .text .text-inner .heading {

	font-size: 20px;

	margin: 0;

	padding: 0;

}

.block-16 figure {

	position: relative;

}

.block-16 figure .play-button {

	position: absolute;

	top: 50%;

	left: 50%;

	-webkit-transform: translate(-50%, -50%);

	-ms-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	font-size: 20px;

	width: 70px;

	height: 70px;

	background: #fff;

	display: block;

	border-radius: 50%;

	opacity: 1;

	color: #f23a2e !important;

}

.block-16 figure .play-button:hover {

	opacity: 1;

}

.block-16 figure .play-button > span {

	position: absolute;

	left: 55%;

	top: 50%;

	-webkit-transform: translate(-60%, -50%);

	-ms-transform: translate(-60%, -50%);

	transform: translate(-60%, -50%);

}

.block-25 ul, .block-25 ul li {

	padding: 0;

	margin: 0;

}

.block-25 ul li .date {

	color: rgba(255, 255, 255, 0.25);

	font-size: 0.8rem;

	display: block;

}

.block-25 ul li a .image {

	-webkit-box-flex: 0;

	-ms-flex: 0 0 90px;

	flex: 0 0 90px;

}

.block-25 ul li a .image img {

	border-radius: 4px;

	max-width: 100%;

	opacity: 1;

	-webkit-transition: .3s all ease-in-out;

	-o-transition: .3s all ease-in-out;

	transition: .3s all ease-in-out;

}

.block-25 ul li a .text .heading {

	font-size: 18px;

	line-height: 1.5;

	margin: 0;

	padding: 0;

	-webkit-transition: .3s all ease;

	-o-transition: .3s all ease;

	transition: .3s all ease;

	color: #999999;

}

.block-25 ul li a .meta {

	color: #f23a2e;

}

.block-25 ul li a:hover img {

	opacity: .5;

}

.block-25 ul li a:hover .text .heading {

	color: #fff;

}

#date-countdown .countdown-block {

	color: rgba(255, 255, 255, 0.4);

}

#date-countdown .label {

	font-size: 40px;

	color: #fff;

}

.next-match .image {

	width: 50px;

	border-radius: 50%;

}

.player {

	position: relative;

}

.player img {

	max-width: 100px;

	border-radius: 50%;

	margin-bottom: 20px;

}

.player .team-number {

	position: absolute;

	width: 30px;

	height: 30px;

	background: #f23a2e;

	border-radius: 50%;

	color: #fff;

}

.player .team-number > span {

	position: absolute;

	-webkit-transform: translate(-50%, -50%);

	-ms-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	left: 50%;

	top: 50%;

}

.player h2 {

	font-size: 20px;

	letter-spacing: .2em;

	text-transform: uppercase;

}

.player .position {

	font-size: 14px;

	color: #b3b3b3;

	text-transform: uppercase;

}

.site-block-27 ul, .site-block-27 ul li {

	padding: 0;

	margin: 0;

}

.site-block-27 ul li {

	display: inline-block;

	margin-bottom: 4px;

}

.site-block-27 ul li a, .site-block-27 ul li span {

	text-align: center;

	display: inline-block;

	width: 40px;

	height: 40px;

	line-height: 40px;

	border-radius: 50%;

	border: 1px solid #ccc;

}

.site-block-27 ul li.active a, .site-block-27 ul li.active span {

	background: #f23a2e;

	color: #fff;

	border: 1px solid transparent;

}

img.tapimg {

    width: 60%;

    margin-top: 10px;

}

ul.nav.navbar-nav.navbar-right {

    margin-top: 25px;

    margin-right: 94px;

}

ul.nav.navbar-nav.navbar-right li a {

    color: #33357b;

}

ul.nav.navbar-nav.navbar-right li a {

    color: #33357b;

    font-size: 17px;

    text-transform: uppercase;

    font-weight: 800;

}

.nav>li>a:focus, .nav>li>a:hover {

    text-decoration: none;

    background: none !important;

}

/*#Sign-Up {

    background-size: 500px 500px;

    /* background-repeat: no-repeat; 

    background-attachment: fixed;

    background-position: center;

    margin-top: 37px;

    margin-bottom: 34px;

    margin-right: 150px;

    margin-left: 104px;

    padding: 9px 35px;

}*/



input.registertext {

    padding: 10px;

    margin-bottom: 26px;

 /* width: 585px;*/

 width:100%;

    height: 29px;

    /*margin-left: 143px*/

        border: 1px solid #313383;

}

select {

    margin-bottom: 15px;

   /*width: 585px;*/

   width:100%;

    height: 29px;

    /*margin-left: 143px;*/

     border: 1px solid #313383;

}

textarea.regfield {

    /*width: 585px;

   margin-left: 143px;*/

   width:100%;

    height: 66px;

    border: 1px solid #313383;

}



input#register {

    background-color: #33327b;

    color: white;

    border: none;

    width: 13%;

    height: 33px;

    /* border: 1px solid #313383; */

    float: right;

    margin-right: 114px;

    margin-top: 20px;

}







h3.form {

    text-align: center;

    text-transform: uppercase;

    font-size: 24px;

    color: #393c7e;

    font-weight: 600;

    margin-top: 53px;

    letter-spacing: 2px;

}

h4.inrti {

    text-align: center;

    text-transform: uppercase;

    font-size: 32px;

    color: #393c7e;

    font-weight: 600;

letter-spacing: 2px;

}

h4.fellow {
    text-align: center;
    text-transform: initial;
    font-size: 14px;
    color: #393c7e;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 18px;
}

h4.career {
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    color: red;
    font-weight: 600;
    letter-spacing: 1px;
}
hr.sec {

    border-top: 1px solid #eee;

    width: 45%;

}

h3.date {
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 1px;
    color: #393C7E;
    font-weight: 600;
}

hr.form_hr {
    border-top: 2px solid #ed1c24;
    width: 2%;
    margin-top: -3px;
    margin-bottom: 38px;
}

hr.head {

    margin-top: 7px;

    margin-bottom: 32px;

    width: 83%;

}

td {

    color: #313383;

}

img.tapimgfoot {

    width: 78%;

    margin-left: 25px;

    margin-top: 20px;

}

ul.footlist li {

    display: inline;

    padding: 24px;

    font-size: 15px;

    text-transform: uppercase;

}



footer.footer {

    background-color: #eaf5fb;

    padding: 10px;

}

p.footet {

    margin-top: -107px;

    margin-left: 34px;

    text-transform: uppercase;

    font-size: 24px;

    color: #33327a;

    font-family: PrimeRegular;

}

p.footxt {

    margin-left: 33px;

    margin-top: -18px;

    font-family: FutuLt;

    color: #33327b;

    font-size: 18px;

    font-weight: 600;

}

p.copyright {

    padding: 8px;

    text-align: right;

    margin-right: 66px;

}



p.num {

    margin-left: 36px;

    /* margin-top: 17px; */

    color: #33327a;

    font-size: 14px;

        font-family: FutuLt;

        font-weight: 600;

}





img.foor {

    width: 16px;

    margin-top: 3px;

}

h2.text {

    color: white;

}

p.area {

    color: white;

}

img.btnclas {
    width: 17%;
    margin-top: -145px;
    margin-left: 101px;
    position: absolute;
    z-index: 1;
}
h2.textedit {

    color: #473982; 

    margin-left: 123px;

    font-size: 34PX;

    margin-top: 223px;

    margin-left: 123px;

    font-weight: 400

}

h2.textedite {

	color: #473982;

    margin-left: 123px;

    font-size: 34px ;

}

h2.textedit1 {

    color: #473982;

     margin-left: 123px;

    font-size: 26px ;

    margin-top: 17px;

}

h2.textedit2 {

	color: #473982;

    margin-left: 123px;

    font-size: 26px ;

}

h2.date {

	color: #473982;

    margin-left: 123px;

    font-size: 26px;

}

.modal-content {

    background-color: #33327b;

}

img.mails {

    width: 13%;

}

p.textbody {

    color: white;

    font-size: 20px;

    text-align: center;

    margin-left: -58px;

    margin-top: 16px;

}

.modal-header {

    border: none;

}

.modal-footer {

    border: none;

}

.modal-dialog {

    width: 100%;

    height: 100%;

}

hr.nav {

    border: 1px solid #ed1c24;

    margin-top: -10px;

    margin-bottom: 25px;

    width: 31%;

    margin-left: 17px;

}

.site-blocks-cover.tap-banner-img.aos-init.aos-animate {

    background-position: 69% 56% !important;

    height: 755px;

}

ul.site-menu.js-clone-nav.d-none.d-lg-block li {

    margin-right: -5px;

}

div#about {

    border-top: 6px solid #576bb0;





}

.site-navbar-wrap {

    background-color: #ffffff78;

    margin-top: -36px;

}

ul.list-unstyled li {

    display: inline;

    padding: 12px;

    font-size: 24px;

    

}

.site-footer a {

   color: #33327a;

}

.list-unstyled {

    padding-left: 0;

    list-style: none;

    margin-top: 50px;

    margin-left: -86px;

}

img.mails {

    width: 13%;

}

p.textbody {

    color: white;

    font-size: 20px;

    text-align: center;

    margin-left: -58px;

    margin-top: 16px;

}

.modal-header {

    border: none;

}

.modal-footer {

    border: none;

}

hr.nav {

    border: 1px solid #ed1c24;

    margin-top: -10px;

    margin-bottom: 25px;

    width: 31%;

    margin-left: 17px;

}

h5.mails {

    color: #362f72;

    font-size: 18px;

}

p.mailbody {

    font-size: 16px;

    color: #362f72;

    margin-left: 2px;

}

h4.maildel {

    color: #362f72;

    font-size: 26px;

}

ul.listmail li {

    list-style-type: none;

    padding: 4px;

     color: #362f72;

}

p.mail1 {

	color: #362f72;



}

p.mail2 {

	color: #362f72;

}

p.mail3 {

	color: #362f72;

}

p.mail4 {

	color: #362f72;

}

.mailbody {

    margin-left: 46px;

}

img.mailimg {

    height: 89px;

    width: 100%;

}





ul.footlist li a {

    color: #33327b;

    font-weight: 700;

}

.footer-manu {

    margin-top: 61px;

    margin-left: -36px;

}



hr.bord {

    width: 31%;

    margin-left: 121px !important;

    border: 1px solid #47398236;

}

button#register {
    background: none;
    border: none;
    padding-top: 17px;
    margin-left: -10px;
    float: right;
    margin-bottom: 52px;
}
button#workregister {
    background: none;
    border: none;
    padding-top: 17px;
    margin-left: -10px;
    
}


img.indeximg {

    float: right;

    width: 3%;

}



img.forms {

    width: 42px;

}

.registraon {

    margin-top: -263px;

}

img.footer-logo {

    width: 70% !important;

    margin-left: 25px;

    margin-top: 12px;

}

ul.list-unstyled {

    margin-top: 10px;

    margin-left: 20px;

}

.site-footer {

    

    padding: 0px;

}

.copyright {

    

     margin-top: 15px !important;

}

p.copy {

    text-align: right !important;

}
.seperator {
	color: #FF0000;
}
body#body-color {
    background-color: #6699cc8c;
}
.logopanels {
    background: white;
    left: 0;
    padding: 10px;
    position: fixed;
    right: auto;
    top: 0;
    width: 255px;
    height: 48px;
}
h2.userheader {
    color: white;
    margin-top: -1px;
    font-family: FutuLt;
}
div#login {
    margin-top: 150px;
    margin-bottom: 150px;
    margin-right: 150px;
    margin-left: 450px;
    padding: 9px 35px;
}
hr.secs {
    width: 2%;
    border: 1px solid red;
    margin-top: 9px;
}
button.btn.btn-lg.btn-warning.btn-block {
    width: 42%;
    height: 33px;
    border-radius: 6px;
    margin-left: 5px;
    background-color: #075998;
    color: white;
     font-family: FutuLt;
         padding: 6px;

}
h3.forms {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #393c7e;
    font-weight: 900;
    margin-top: 53px;
    letter-spacing: 2px;
    font-family: FutuLt;
}
tr, td {
    border: 1px solid;
    padding: 7px;
}
input.btn.btn-success {
    float: right;
    margin-right: 34px;
    background-color: #075998;
    color: white;
}
img.manager {
    float: right;
   
}
input#date {
    padding-right: 20px;
    margin-left: 17px;
}
input#search {
    background-color: #075998;
    color: white;
    height: 34px;
    padding: 7px;
        padding-top: 0px;

}

hr.textborder {
    width: 90%;
    margin-top: -27px;
}
img#indexlogo {
    width: 38%;
}
i.glyphicon.glyphicon-backward:before {
    content:"\e071";
}
i.glyphicon.glyphicon-backward {
    top: 50%;
}
i.glyphicon.glyphicon-forward {
	top: 50%;
}
i.glyphicon.glyphicon-forward:before {
    content:"\e075";
}
img#left {
    margin-top: 374px;
}
h3.tex {
    text-transform: capitalize;
    font-size: 15px;
    color: #393c7e;
    font-weight: bold;
    margin-top: 53px;
    letter-spacing: 2px;
    font-family: FutuLt;
    border: 2px solid red;
    border-top: 0;
    border-left: 0;
    border-top-right-radius: 7px;
    width: 42%;
    padding-bottom: 7px;
}

h3.te {
    text-transform: capitalize;
    font-size: 15px;
    color: #393c7e;
    font-weight: bold;
    margin-top: 53px;
    letter-spacing: 2px;
    font-family: FutuLt;
    border: 2px solid red;
    border-top: 0;
    border-left: 0;
    border-top-right-radius: 7px;
    width: 14%;
    padding-bottom: 7px;
}
hr.reg {
    border: 1px solid red;
    margin-top: -3px;
    width: 43%;
    margin-left: 2px;
}
hr.regs {
    border: 1px solid red;
    margin-top: -3px;
    width: 14%;
    margin-left: 2px;
}
h4.fellows {
    text-transform: capitalize;
    font-size: 15px;
    color: red;
    font-weight: bold;
    margin-top: 31px;
    letter-spacing: 2px;
    font-family: PrimeRegular;
}
h4.fel {
    text-transform: capitalize;
    font-size: 14px;
    color: #393c7e;
    font-weight: 500;
    margin-top: 7px;
    letter-spacing: 2px;
    font-family: PrimeRegular;
}
h4.fe {
    text-transform: capitalize;
    font-size: 15px;
    color: #393c7e;
    font-weight: bolder;
    margin-top: 8px;
    letter-spacing: 2px;
    font-family: FutuLt;
}
h4.br {
    text-transform: capitalize;
    font-size: 14px;
    color: #393c7e;
    font-weight: bolder;
    margin-top: 28px;
    letter-spacing: 2px;
    font-family: PrimeRegular;
}

.button {
    background-color: #ec1c24;
    border: none;
    color: white;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: DINRegular;
    font-weight: 700;
}

.button2 {
    background: none;
    border: 1px solid #32327b;
    color: #32327b;
        margin-left: 11px;
} /* Blue */
.button3 { background: none;
    border: 1px solid #32327b;
    color: #32327b;
        margin-left: 11px;} /* Red */ 
.button4 { background: none;
    border: 1px solid #32327b;
    color: #32327b;
        margin-left: 11px;} /* Gray */ 
.button5 { background: none;
    border: 1px solid #32327b;
    color: #32327b;
        margin-left: 11px;} /* Black */

    p.pre_tap {
    color: #32327b;
    font-size: 16px;
    font-family: FutuLt;
    font-weight: 600;
}
button.read_tap {
    background-color: #32327b;
    border: #32327b;
    color: white;
    padding: 6px;
    width: 48%;
    font-size: 13px;
    font-family: DINRegular;
}
img.arrow_img {
    width: 44%;
}

a.cool-foot {
    padding: 0px 0px;
}
ul.list-unstyled-foot li {
    display: inherit !important;
}
a.cool-foot {
    font-size: 11px !important;
}
img#gallry {
    width: 80%;
    height: 269Px;
    margin-bottom: 15px;
}
p.gal_txt {
    color: #32327b;
    font-size: 16px;
    font-family: DINRegular;
    font-weight: 600;
}
hr.gallery {
    width: 83%;
}
h2.gal_text {
    color: #32327b;
    font-family: DINRegular;
    font-weight: 700;
    padding-left: 14px;
    margin-top: -7px;
}
p.ga_text {
    color: #32327b;
    font-family: FutuLt;
    padding-left: 14px;
    margin-top: 1px;
    font-size: 14px;
}
h2.texter {
    color: #32327b;
    text-align: center;
    font-family: DINRegular;
    font-weight: 700;
    margin-left: 101px;
    margin-top: 15px;
}
hr.path {
    border-top: 2px solid #ec1c24;
    width: 2%;
    margin-top: -1px;
}
.container.course {
    margin-top: 62px;
}
p.cont_cour {
    color: #32327b;
    font-size: 24px;
    text-align: center;
    font-family: FutuLt;
}
.body {
    float: right;
    margin-top: -57px;
}
button.clicks {
    background-color: #ec1c24;
    border: #ec1c24;
    color: white;
    font-size: 14px;
    font-family: DINRegular;
    padding: 8px;
}
img.top_arrow {
    margin-bottom: 8px;
    margin-left: 35px;
    width: 20%;
}
hr.path_text {
    margin-top: 47px;
}
h2.head_tap {
    color: #32327b;
    font-size: 23px;
    font-family: DINRegular;
    font-weight: 600;
    margin-top: 68px;
}
img.let_arow {
    margin-left: 20px;
    margin-top: -20px;
}
ul.cous_itm li {
    color: #32327b;
    font-size: 22px;
    padding-bottom: 25px;
    display: flex;
    font-family: FutuLt;
}
img.top_arow {
    width: 2%;
}
ul.cous_itm li {
    color: #32327b;
    font-size: 23px;
    padding-bottom: 25px;
    display: flex;
    font-family: FutuLt;
    margin-top: -25px;
    margin-left: 24px;
    font-weight: 500;
}
p.mrcp {
    color: #32327b;
    font-size: 19px;
    text-align: center;
    font-family: FutuLt;
    margin-bottom: 32px;
}
p.sub {
    color: #32327b;
    font-size: 19px;
    font-family: FutuLt;
    margin-top: -22px;
    margin-left: 22px;
    margin-bottom: 19px;
}
p.tec {
    color: #32327b;
    font-size: 21px;
    font-family: FutuLt;
    margin-top: -22px;
    margin-left: 22px;
    margin-bottom: 19px;
    text-align: center;
}
h2.el {
    color: #32327b;
    text-align: center;
    font-family: DINRegular;
    font-weight: 700;
    margin-left: 101px;
    margin-top: 15px;
    margin-bottom: 27px;
}
span.par {
    font-weight: 700;
}
.col-md-12.btnicons {
	margin-bottom: 51px;
	margin-left: 67px;
}
img.back_btn {
    margin-left: 87px;
}
button.tex_course {
    padding: 0px 7px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #32327b;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none !important;
    background: none !important;
    border: none !important;
}
ul.dropdown-menu.show {
    background-color: #ffffff75;
}
.site-navbar .site-navigation .site-menu a {
    background: none;
}
a.link_crsk {
    color: white;
    text-decoration: none;
}
a.link_crs {
    color: #32327b;
    text-decoration: none;
}
a.link_crsk:hover {
    color: white;
    text-decoration: none;
}
a.link_crs:hover {
    color: #32327b;
    text-decoration: none;
}
a.prm_more {
    color: white;
}
a.prm_more:hover {
    color: white;
    text-decoration: none;
}
input.gendertext {
    padding: 10px;
    margin-bottom: 26px;
    /* width: 585px; */
    width: 32%;
    height: 29px;
    /* margin-left: 143px; */
    border: 1px solid #313383;
    margin-left: 12px;
}
p.gal_con {
    font-size: 20px;
    font-family: FutuLt;
    font-weight: 600;
    margin-top: -73px;
    text-align: justify;
}
p.gal_con1 {
    font-size: 20px;
    font-family: FutuLt;
    font-weight: 600;
    margin-top: -73px;
    line-height: 35px;
     text-align: justify;
}
a.cool-links {
    padding: 0px 7px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #32327b;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none !important;
}
a.pgrmns {
    color: white;
}
a.pgrmns:hover {
    color: white;
    text-decoration: none;
}
.active, .cool-links:hover {
    /* background-color: #666; */
    color: white;
    border-bottom: 3px solid #ed1c24;
    
}
.item.active {
    border: none;
}
a.gal_link {
    color: #32327b;
}
a.gal_link:hover {
    color: #32327b;
    text-decoration: none;
}


.sidenav a, .dropdown-btn {
    padding: 8px 11px 7px 34px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}
/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
}

.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f16e;
    min-width: 221px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
a.cool-link {
    padding: 7px 7px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #32327b !important;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none !important;
    text-align: left;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
button.dropbtn {
    padding: 0px 7px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #32327b;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none !important;
    background: none !important;
}
.site-navbar .site-navigation .site-menu a {
    display: inherit;
    background-color: #ffffff00;
}
.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

ul.site-menu.js-clone-nav.d-none.d-lg-block li > a.cool-links:active {
    border-bottom: 2px solid red;
}