html {
	font-family: 'Poppins', sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
a {
	font-family: 'Poppins', sans-serif !important;
}

p {
	font-size: 14px;
}

.hedding1 h2 {
	font-size: 30px;
	font-weight: 600;
	text-transform: capitalize;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

a,
a:active,
a:hover,
a:focus,
div:focus,
input:focus,
a:active,
button {
	outline: none;
}

.bg-blue {
	fill: rgb(0, 117, 188);
	background: rgb(0, 117, 188);
	background: -moz-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: -webkit-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: -o-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: -ms-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
}

.bg-magenta {
	fill: rgb(147, 18, 62);
	background: rgb(147, 18, 62);
	background: -moz-linear-gradient(90deg, rgb(236, 18, 95) 0%, rgb(147, 18, 62) 100%);
	background: -webkit-linear-gradient(90deg, rgb(236, 18, 95) 0%, rgb(147, 18, 62) 100%);
	background: -o-linear-gradient(90deg, rgb(236, 18, 95) 0%, rgb(147, 18, 62) 100%);
	background: -ms-linear-gradient(90deg, rgb(236, 18, 95) 0%, rgb(147, 18, 62) 100%);
	background: linear-gradient(90deg, rgb(236, 18, 95) 0%, rgb(147, 18, 62) 100%);
}

.bg-magenta-dark {
	fill: rgb(147, 18, 62);
	background: rgb(147, 18, 62);
}

.bg-ash {
	background-color: #ECF0F9;
}

.hr-dotted {
	border-top: 1px dotted #8c8b8b;
	margin: 5px 10px;
}

.desk li {
	margin-bottom: 10px;
	list-style: square;
}

.border-blue {
	border: 1px solid #007bff;
	padding: 30px;
}

button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	border: 0;
	vertical-align: middle;
	text-decoration: none;
	background: transparent;
	padding: 0;
	font-size: inherit;
	font-family: inherit;
}

button.learn-more {
	width: 12rem;
	height: auto;
}

button.learn-more .circle {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: relative;
	margin: 0;
	width: 3rem;
	height: 3rem;
	fill: rgb(147, 18, 62);
	background: rgb(147, 18, 62);
	background: -moz-linear-gradient(90deg, rgb(236, 18, 95) 0%, rgb(147, 18, 62) 100%);
	background: -webkit-linear-gradient(90deg, rgb(236, 18, 95) 0%, rgb(147, 18, 62) 100%);
	background: -o-linear-gradient(90deg, rgb(236, 18, 95) 0%, rgb(147, 18, 62) 100%);
	background: -ms-linear-gradient(90deg, rgb(236, 18, 95) 0%, rgb(147, 18, 62) 100%);
	background: linear-gradient(90deg, rgb(236, 18, 95) 0%, rgb(147, 18, 62) 100%);
	border-radius: 1.625rem;
}

button.learn-more .circle .icon {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}

button.learn-more .circle .icon.arrow {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	left: 0.625rem;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
}

button.learn-more .circle .icon.arrow::before {
	position: absolute;
	content: "";
	top: -0.25rem;
	right: 0.0625rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.125rem solid #fff;
	border-right: 0.125rem solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

button.learn-more .button-text {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.75rem 0;
	margin: 0 0 0 1.85rem;
	color: #282936;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	text-transform: uppercase;
}

button:hover .circle {
	width: 100%;
}

button:hover .circle .icon.arrow {
	background: #fff;
	-webkit-transform: translate(1rem, 0);
	transform: translate(1rem, 0);
}

button:hover .button-text {
	color: #fff;
}

.v-tab .nav-pills {
	background-color: rgba(255, 255, 255, 0)
}

.v-tab .nav-pills .nav-link:hover,
.v-tab .nav-pills .nav-link:focus {
	color: #ffffff;
	background-color: #a81847;
}

.v-tab .nav-pills .nav-link {
	color: #fff;
	background-color: #0076bd;
	padding: 10px 20px;
	transition: background, 1s;

}

.v-tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #a81847;
	padding: 10px 20px;

}

.department .nav-pills {
	background-color: rgba(0, 0, 0, 0);
}

.department .nav-pills .nav-link {
	text-transform: uppercase;
	font-size: 20px;
	color: #aa1748;
	padding: 10px 30px;
	border-radius: 5px;
}

.department .nav-pills .nav-link::before {
	display: none
}

.department .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	fill: rgb(0, 117, 188);
	background: rgb(0, 117, 188);
	background: -moz-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: -webkit-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: -o-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: -ms-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	color: #fff;

}

.pill-btn-de {
	white-space: nowrap;
	margin-bottom: 10px;
}

.pill-btn-de a {
	display: block;
	padding: 8px 16px;
	background-color: #0075bc;
	color: #ffffff !important;
	text-align: center;
	border-radius: 20px;
	text-decoration: none;
	transition: color .3s ease-out;
	-webkit-transition: background-color .5s ease-out;
}

.pill-btn-de a:hover {
	background-color: #a51b48;
}

.pillCol {
	padding: 0 5px;
}

#jq_search {
	text-align: center;
}

#jq_search input[type="search"] {
	padding: 12px 20px;
	width: 400px;
	height: 48px;
	border-radius: 3px;
	border-color: #0075bc;
}

#jq_search input[type="submit"] {
	width: 68px;
	height: 48px;
	background: #333 url(img/search_icon_sprite.png) no-repeat top right;
	border: none;
	cursor: pointer;
	padding: 0;
	opacity: 0.5;
	transtion: 0.4s;
	color: #EEE;
}

#jq_search button {
	background: #0075bc;
	color: #fff;
	border: 0;
	letter-spacing: 0.01em;
	cursor: pointer;
	width: auto;
	overflow: visible;
	padding: 10px 15px 10px;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.4;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-weight: 600;
	border-radius: 3px;
	border: 1px solid #0075bc;
	transition: color .3s ease-out;
	-webkit-transition: background-color .5s ease-out;
}

#jq_search button:hover {
	background-color: #a51b48;
}

#jq_search input[type="submit"]+input {
	background-position: top left;
}

#jq_search input[type="submit"]:hover {
	opacity: 1;
}


.text-blue {
	color: rgb(0, 117, 188) !important;
}

.text-magenta {
	color: #aa1748 !important;
}

.border-blue {
	border-color: rgb(0, 117, 188) !important;
}

.border-btm-gradient {
	border-image: linear-gradient(to right, #0075bc 50%, #a51b48 50%);
	border-image-slice: 1;
	border-bottom: 5px solid;
}

.view-more {
	position: absolute;
	right: 0;
	top: 5px;
	text-transform: capitalize;
	font-weight: 600;
	color: rgb(0, 117, 188) !important;
}

.view-more a {
	color: rgb(0, 117, 188) !important;
}

.view-more a:hover {
	text-decoration: none;
	color: rgb(0, 117, 188)
}

.date {
	display: block;
	position: absolute;
	top: 5px;
	right: 20px;
	color: #fff;
	text-align: center;
	padding: 10px;
	width: 60px;
	height: 60px;
	background: rgb(0, 117, 188);
	background: -moz-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: -webkit-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: -o-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: -ms-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
}

.date h3 {
	line-height: 20px;
	margin-bottom: 5px;
}

.date h5 {
	line-height: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 16px;
}

/*---------- accordion ----------*/

/* accordion styles */

.accordion .card-header {
	cursor: pointer;
}

.accordion.heading-right .card-title {
	position: absolute;
	right: 50px;
}

.accordion.indicator-plus .card-header:after {
	font-family: 'FontAwesome';
	content: "\f068";
	float: right;
}

.accordion.indicator-plus .card-header.collapsed:after {
	content: "\f067";
}

.accordion.indicator-plus-before.round-indicator .card-header:before {
	font-family: 'FontAwesome';
	font-size: 14pt;
	content: "\f056";
	margin-right: 10px;
}

.accordion>.card .card-header {
	margin-bottom: 0;
}

.accordion.indicator-plus-before.round-indicator .card-header.collapsed:before {
	content: "\f055";
	color: #000;
}

.accordion.indicator-plus-before .card-header:before {
	font-family: 'FontAwesome';
	content: "\f068";
	float: left;
}

.accordion.indicator-plus-before .card-header.collapsed:before {
	content: "\f067";
}

.accordion.indicator-chevron .card-header:after {
	font-family: 'FontAwesome';
	content: "\f078";
	float: right;
}

.accordion.indicator-chevron .card-header.collapsed:after {
	content: "\f077";
}

.accordion.background-none [class^="card"] {
	background: transparent;
}

.accordion.border-0 .card {
	border: 0;
}



.dec-a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	background-color: rgb(50, 162, 219);
	border-radius: 3px;
	height: 2.8em;
	width: 100%;
	padding: 0;
	outline: none;
	overflow: hidden;
	color: #ffffff;
	font-weight: 600;
	transition: padding-left 0.3s 0.1s ease-out;
	text-align: left;
	line-height: 38px;
	padding-left: 20px;
	text-decoration: none;
	margin-bottom: 10px;
}



.dec-a:hover {
	color: #fff;
	text-decoration: none;
	padding-left: 40px;
}



/*---------- SPACING ----------*/

/* Padding Zero */

.p0 {
	padding: 0 !important
}


/* Padding Top */

.pt5 {
	padding-top: 5px !important
}

.pt10 {
	padding-top: 10px !important
}

.pt15 {
	padding-top: 15px !important
}

.pt20 {
	padding-top: 20px !important
}

.pt30 {
	padding-top: 30px !important
}

.pt40 {
	padding-top: 40px !important
}

.pt50 {
	padding-top: 50px !important
}

.pt60 {
	padding-top: 60px !important
}

.pt70 {
	padding-top: 70px !important
}

.pt80 {
	padding-top: 80px !important
}

.pt90 {
	padding-top: 90px !important
}

.pt100 {
	padding-top: 100px !important
}

.pt110 {
	padding-top: 110px !important
}

.pt120 {
	padding-top: 120px !important
}

.pt130 {
	padding-top: 130px !important
}

.pt140 {
	padding-top: 140px !important
}


/* Padding Bottom */

.pb0 {
	padding-bottom: 0px !important
}

.pb10 {
	padding-bottom: 10px !important
}

.pb15 {
	padding-bottom: 15px !important
}

.pb20 {
	padding-bottom: 20px !important
}

.pb30 {
	padding-bottom: 30px !important
}

.pb40 {
	padding-bottom: 40px !important
}

.pb50 {
	padding-bottom: 50px !important
}

.pb60 {
	padding-bottom: 60px !important
}

.pb70 {
	padding-bottom: 70px !important
}

.pb80 {
	padding-bottom: 80px !important
}

.pb90 {
	padding-bottom: 90px !important
}

.pb100 {
	padding-bottom: 100px !important
}

.pb110 {
	padding-bottom: 110px !important
}

.pb120 {
	padding-bottom: 120px !important
}

.pb130 {
	padding-bottom: 130px !important
}

.pb140 {
	padding-bottom: 140px !important
}


/* Padding Left */

.pl0 {
	padding-left: 0px !important
}

.pl3 {
	padding-left: 3px !important
}

.pl5 {
	padding-left: 5px !important
}

.pl10 {
	padding-left: 10px !important
}

.pl20 {
	padding-left: 20px !important
}

.pl30 {
	padding-left: 30px;
}

.pl40 {
	padding-left: 40px;
}

.pl50 {
	padding-left: 50px;
}

.pl60 {
	padding-left: 60px;
}

.pl70 {
	padding-left: 70px;
}

.pl80 {
	padding-left: 80px;
}

.pl90 {
	padding-left: 90px;
}

.pl100 {
	padding-left: 100px;
}


/* Padding Right */

.pr0 {
	padding-right: 0px !important
}

.pr5 {
	padding-right: 5px !important
}

.pr10 {
	padding-right: 10px !important
}

.pr20 {
	padding-right: 20px !important
}

.pr30 {
	padding-right: 30px !important
}

.pr40 {
	padding-right: 40px;
}

.pr50 {
	padding-right: 50px;
}

.pr60 {
	padding-right: 60px;
}

.pr70 {
	padding-right: 70px;
}

.pr80 {
	padding-right: 80px;
}

.pr90 {
	padding-right: 90px;
}

.pr100 {
	padding-right: 100px;
}

.pr110 {
	padding-right: 110px;
}

.pr120 {
	padding-right: 120px;
}

@media (min-width:1200px) {
	.pl-lg-50 {
		padding-left: 50px;
	}

	.pl-lg-80 {
		padding-left: 80px;
	}
}

@media (min-width:992px) {
	.pt-md-50 {
		padding-top: 50px;
	}
}

@media (min-width: 34em) {
	.card-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

@media (min-width: 48em) {
	.card-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

@media (min-width: 62em) {
	.card-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media (min-width: 75em) {
	.card-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

/* Margin Auto */

.mr-auto {
	margin: auto;
	float: none;
}


/* Margin Top */

.mt0 {
	margin-top: 0 !important
}

.mt5 {
	margin-top: 5px !important
}

.mt10 {
	margin-top: 10px !important
}

.mt20 {
	margin-top: 20px !important
}

.mt30 {
	margin-top: 30px !important
}

.mt40 {
	margin-top: 40px !important
}

.mt50 {
	margin-top: 50px !important
}

.mt60 {
	margin-top: 60px !important
}

.mt70 {
	margin-top: 70px !important
}

.mt80 {
	margin-top: 80px !important
}

.mt90 {
	margin-top: 90px !important
}

.mt100 {
	margin-top: 100px !important
}

.mt110 {
	margin-top: 110px !important
}

.mt120 {
	margin-top: 120px !important
}


/* Margin Bottom */

.mb0 {
	margin-bottom: 0 !important
}

.mb1 {
	margin-bottom: 1px !important
}

.mb5 {
	margin-bottom: 5px !important
}

.mb10 {
	margin-bottom: 10px !important
}

.mb15 {
	margin-bottom: 15px !important
}

.mb20 {
	margin-bottom: 20px !important
}

.mb30 {
	margin-bottom: 30px !important
}

.mb40 {
	margin-bottom: 40px !important
}

.mb50 {
	margin-bottom: 50px
}

.mb60 {
	margin-bottom: 60px
}

.mb70 {
	margin-bottom: 70px
}

.mb80 {
	margin-bottom: 80px
}

.mb90 {
	margin-bottom: 90px
}

.mb100 {
	margin-bottom: 100px
}

.mb110 {
	margin-bottom: 110px
}

.mb120 {
	margin-bottom: 120px
}


/* Margin Left */

.ml0 {
	margin-left: 0 !important;
}

.ml15 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.ml50 {
	margin-left: 50px;
}

.ml60 {
	margin-left: 60px;
}

.ml70 {
	margin-left: 70px;
}

.ml80 {
	margin-left: 80px;
}

.ml90 {
	margin-left: 90px;
}

.ml100 {
	margin-left: 100px;
}

.ml110 {
	margin-left: 110px;
}


/* Margin Right */

.mr0 {
	margin-right: 0 !important
}

.mr5 {
	margin-left: 5px !important
}

.mr10 {
	margin-right: 10px !important
}

.mr20 {
	margin-right: 20px !important
}

.mr30 {
	margin-right: 30px !important
}

.mr40 {
	margin-right: 40px !important
}

.mr50 {
	margin-right: 50px !important
}

.mr60 {
	margin-right: 60px !important
}

.mr70 {
	margin-right: 70px !important
}

.mr80 {
	margin-right: 80px !important
}

.mr90 {
	margin-right: 90px !important
}

.mr100 {
	margin-right: 100px;
}

.mr110 {
	margin-right: 110px;
}

img {
	width: 100%
}

/*--------------------header----------------------------*/

button {
	outline: 0;
	border: none;
}

button:active,
button:focus {
	outline: 0;
	border: none;
}

.navbar-light .navbar-toggler {
	border: none;
	fill: rgb(147, 18, 62);
	background: rgb(147, 18, 62);
	background: -moz-linear-gradient(90deg, rgb(236, 18, 95) 0%, rgb(147, 18, 62) 100%);
	background: -webkit-linear-gradient(90deg, rgb(236, 18, 95) 0%, rgb(147, 18, 62) 100%);
	background: -o-linear-gradient(90deg, rgb(236, 18, 95) 0%, rgb(147, 18, 62) 100%);
	background: -ms-linear-gradient(90deg, rgb(236, 18, 95) 0%, rgb(147, 18, 62) 100%);
	background: linear-gradient(90deg, rgb(236, 18, 95) 0%, rgb(147, 18, 62) 100%);
}

.navbar {
	padding: 0 1rem;
	outline: 0;
	border: none;
}

.navbar-toggler {
	outline: none;
	background: #ffffff;
	padding: 10px 5px;
	border-radius: 0;

}

.navbar-toggler #nav-icon3 {
	width: 25px;
	height: 20px;
	position: relative;
	margin: auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	float: left;
}

.navbar-toggler .nav-text {
	color: #ffffff;
	float: left;
	margin-right: 5px;
	margin-top: 1px;
	font-size: 16px;
	font-weight: 600;
}

.navbar-toggler #nav-icon3 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	fill: rgb(147, 18, 62);
	background: rgb(255, 255, 255);
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}


.navbar-toggler #nav-icon3 span:nth-child(1) {
	top: 0px;
}

.navbar-toggler #nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
	top: 7px;
}

.navbar-toggler #nav-icon3 span:nth-child(4) {
	top: 14px;
}

.navbar-toggler #nav-icon3.open span:nth-child(1) {
	top: 7px;
	width: 0%;
	left: 50%;
}


.navbar-nav {
	flex-direction: row;
	padding: 21px 0px 30px;
}

.navbar-nav .active a {
	color: #0075bc;
}

.navbar-collapse {
	position: absolute;
	z-index: 10;
	margin: 0 auto;
	right: 16px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 2px;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
}

.navbar .loginRegister {
	margin: 0;
	display: inline-block;
	height: 30px;
	float: right;
	padding: 0;
	position: absolute;
	right: 65px;
	width: 160px;
}



.navbar .loginRegister li {
	list-style: none;
	float: left;
	margin: 3px 0;
}

.navbar .loginRegister li a {
	color: #ffffff;
	margin: 3px;
}

.navbar .loginRegister p:hover,
.navbar .loginRegister a:hover {
	color: #ffffff;
	margin-top: 3px;
	text-decoration: none;

}

.navbar .loginRegister .dropdown-toggle::after {
	display: none;
}

.navbar .loginRegister .profile-pic {
	height: 30px;
	width: 30px;
	padding: 5px;
	margin-right: 5px;
	background: url(../img/logos/profile.png) center center no-repeat;
	background-size: contain;
	text-indent: -10000px;
	border: none;
	float: left;
	z-index: 2;
	transition: opacity .4s ease;
	padding: 0;
	background-color: #fff;
	border-radius: 50%;
}

.navbar #wrap {
	margin: 0;
	display: inline-block;
	position: relative;
	height: 30px;
	float: right;
	padding: 0;
	position: absolute;
	right: 110px;
}

.navbar input[type="text"] {
	height: 35px;
	font-size: 16px;
	display: inline-block;
	font-weight: 100;
	border: none;
	outline: none;
	color: #ffffff;
	width: 0px;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	z-index: 3;
	transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	cursor: pointer;
	border-radius: 0;
}

.navbar input[type="text"]:focus:hover {
	border-bottom: 1px solid #fff;
	background-color: rgba(147, 18, 62, 0);
}

.navbar input[type="text"]::placeholder {
	color: #fff;
	opacity: 1;
	/* Firefox */
}

.navbar input[type="text"]:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.navbar input[type="text"]::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff;
}

.navbar input:-webkit-autofill,
.navbar input:-webkit-autofill:hover,
.navbar input:-webkit-autofill:focus .navbar textarea:-webkit-autofill,
.navbar textarea:-webkit-autofill:hover .navbar textarea:-webkit-autofill:focus,
.navbar select:-webkit-autofill,
.navbar select:-webkit-autofill:hover,
.navbar select:-webkit-autofill:focus {
	border: none;
	-webkit-text-fill-color: #ffffff;
	-webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
	transition: background-color 5000s ease-in-out 0s;
}

.navbar input[type="text"]:focus {
	width: 300px;
	z-index: 1;
	border-bottom: 1px solid #fff;
	cursor: text;
	background-color: rgba(147, 18, 62, 0);
}

.navbar input[type="submit"] {
	height: 30px;
	width: 30px;
	padding: 5px;
	display: inline-block;
	background: url(../img/logos/search.png) center center no-repeat;
	background-size: contain;
	text-indent: -10000px;
	border: none;
	position: absolute;
	right: 0;
	z-index: 2;
	cursor: pointer;
	cursor: pointer;
	transition: opacity .4s ease;
	padding: 0;
	background-color: #fff;
	border-radius: 50%;
}

.navbar input[type="submit"]:hover {
	opacity: 0.8;
}

.upload .file input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	filter: aplha(opacity=0);
	cursor: pointer;
}

.upload .file {
	margin: 0 0 10px;
	height: 45px;
	position: relative;
	width: 120px;
	background: rgb(0, 117, 188);
	;
	border: none;
	padding: 10px 20px 0;
	border-radius: 5px;
}

.upload .file i {
	float: left;
	color: #fff;
	font-size: 22px;
}

.upload .file span {
	position: absolute;
	margin-left: 12px;
	font-size: 14px;
	color: #fff;
}

form>div>label,
legend {
	width: 18%;
	float: left;
	padding-right: 10px;
}

.dropdown-header {
	display: block;
	padding: .5rem 0;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	color: #aa1748 !important;
	white-space: nowrap;
}

.dropdown-menu-list li {
	list-style: none;
}

.dropdown-menu-list li a {
	color: #5E5E5E;
	text-decoration: none;
}

.dropdown-menu-list li:hover a,
.dropdown-menu-list li:focus a {
	color: #0075bc;
}

.upload-box {
	background: #f6f6f6;
	padding: 7px 20px 5px;
	height: 62px;
	line-height: 1.55;
	border: solid 1px #dbdbdb;
	border-radius: 5px;
	margin: 0;
}


.quote_bt {
	left: -1px;
	position: fixed;
	top: 255px;
	z-index: 999;
	transition: all .7s ease-out .15s;
	border-radius: 0 9px 9px 0;
	width: 50px;
	height: 50px;
	padding: 12px;
	background: #ffffff;
	border-top: 1px solid #0075bc;
	border-bottom: 1px solid #0075bc;
	border-right: 1px solid #0075bc;
}

.quote_bt::after{
	content: "need help?";
	display: block;
	position: absolute;
	font-weight: 600;
	font-size: 16px;
	text-shadow: 0 10px 20px rgba(255, 255, 255, 0.3);
	width: 120px;
	height: 50px;
	text-transform: uppercase;
	transform: rotate(-90deg);
	top: 68px;
    left: -20px;
}

.quote_box.open .quote_pop {
	left: 0
}

.quote_pop {
	left: -320px;
	position: fixed;
	top: 255px;
	width: 320px;
	z-index: 999;
	transition: all .7s ease-out .15s;
	background: #0075bc;
	border-radius: 0 0 9px 0;
	padding: 0 22px
}

.quote_box.open .quote_bt {
	left: 319px
}

.quote_pop input[type=text],
.quote_pop input[type=number],
.quote_pop textarea {
	background: #43474d;
	color: #9ea1a6;
	font-size: 14px;
	width: 100%;
	float: left;
	padding: 9px 11px;
	border: none;
	margin: 0 0 11px
}

.quote_pop input[type=submit] {
	background: #43474d;
	color: #9ea1a6;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
	padding: 10px 17px;
	float: right;
	border: none
}

.quote_pop input[type=submit]:hover {
	background: #f1592a;
	color: #000
}

.quote_pop .site_morelist {
	width: 100%;
	float: left
}

.quote_pop .site_morelist ul {
	margin: 0;
	padding: 0
}

.quote_pop .site_morelist li {
	list-style: none;
	padding: 5px 0;
	width: 100%;
	float: left;
	border-top: 2px dotted #8aa2e1
}

.quote_pop .site_morelist li:first-child {
	border-top: none
}

.quote_pop .site_morelist li a {
	width: 100%;
	transition: inherit;
	float: left;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	display: table
}

.quote_pop .site_morelist li a:hover {
	color: #fff
}

.quote_pop .site_morelist li a span {
	width: 220px;
	float: none;
	vertical-align: middle;
	display: table-cell;
	margin: 0
}

.quote_pop .site_morelist li a .iocn_box {
	width: 40px;
	height: 40px;
	float: left;
	padding: 10px 4px;
	text-align: center;
	font-size: 20px;
	background-color: #fff;
	border-radius: 50%;
	color: rgb(147, 18, 62);
}

.quote_pop .site_morelist li a .iocn_box img {
	width: 30px;
	height: 30px
}


/*-------------------------------------------------------*/



/*
.quote_pop .site_morelist li a:hover .iocn_box img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}
*/

.header-top {
	padding: 0 15px;
	width: 100%
}

.logo {
	width: 230px;
	padding: 10px 0;
	float: left
}

.quick-access {
	display: block;
	float: right;
	margin-top: 20px;
}

.quick-access .contact {
	float: left;
	margin-left: 20px;
}

.quick-access .contact .icon {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	padding: 8px;
	float: left;
	margin-right: 5px;
}

.quick-access .contact .text {
	float: left;
	margin-top: 7px
}

.quick-access .contact .address {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0px;
	margin-top: 15px;
	float: left;
}

.quick-access .contact .text p {
	font-size: 10px;
	font-weight: 600;
	margin-bottom: 0px;
}

.quick-access .contact .text p:nth-child(2) {
	font-size: 20px;
	font-weight: 600;
}

.quick-access .contact .address p {
	font-size: 20px;
	font-weight: 600;
}

/* fixed social*/

#fixed-social {
	position: fixed;
	top: 255px;
	right: 0;
	z-index: 28;
}

#fixed-social a {
	color: #fff;
	display: block;
	height: 40px;
	position: relative;
	text-align: center;
	line-height: 40px;
	width: 40px;
	margin-bottom: 0;
	z-index: 28;
}


#fixed-social a:hover>span {
	visibility: visible;
	right: 41px;
	opacity: 1;
}

#fixed-social a span {
	line-height: 40px;
	right: 60px;
	position: absolute;
	text-align: center;
	width: 120px;
	visibility: hidden;
	transition-duration: 0.5s;
	z-index: 28;
	opacity: 0;
}

.fixed-facebook {
	background-color: #3B5998;
}

.fixed-facebook span {
	background-color: #3B5998;
}

.fixed-twitter {
	background-color: #00aced;

}

.fixed-twitter span {
	background-color: #00aced;
}

.fixed-gplus {
	background-color: #CC181E;

}

.fixed-gplus span {
	background-color: #CC181E;
}

.fixed-linkedin {
	background-color: #CC181E;

}

.fixed-linkedin span {
	background-color: #CC181E;
}

.fixed-instagrem {
	background-color: #ea4c89;

}

.fixed-instagrem span {
	background-color: #ea4c89;
}

.fixed-tumblr {
	background-color: #EB1471;

}

.fixed-tumblr span {
	background-color: #EB1471;
}

/*end fixed social*/

/*-------------------------banner---------------------*/

.banner-mn video {
	height: 797px;
	width: 100%;
	object-fit: cover;
}

/* --cap1-- */
.banner-mn .carousel-caption1 {
	position: absolute;
	height: 380px;
	width: 50%;
	background-color: transparent;
	margin: auto 0 auto auto;
	top: 0;
	bottom: 0;
	color: #5E5E5E;
	text-align: left;
	padding: 50px;
	z-index: 1;
	right: 5% !important;
	;
}

.banner-mn .carousel-caption1 h1 {
	font-size: 60px;
	margin-top: 30px;
	text-transform: uppercase;
	color: #00aced !important;
	text-align: center;
	font-weight: 600;
}

.banner-mn .carousel-caption1 h2 {
	font-size: 45px;
	margin-top: 30px;
	color: #046fac !important;
	text-align: center;
	font-weight: 600;
}

.banner-mn .carousel-caption1 h3 {
	font-size: 25px;
	margin-top: 30px;
	text-transform: uppercase;
	color: #012e4f !important;
	text-align: center
}

/* --cap2-- */

.banner-mn .carousel-caption2 {
	position: absolute;
	height: 380px;
	width: 90%;
	background-color: transparent;
	margin: auto 0 auto auto;
	top: 0;
	bottom: 0;
	color: #5E5E5E;
	text-align: left;
	padding: 50px;
	z-index: 1;
	right: 5% !important;
	left: 5% !important;
}

.banner-mn .carousel-caption2 h1 {
	font-size: 60px;
	margin-top: 30px;
	text-transform: uppercase;
	color: #00aced !important;
	font-weight: 600;
}

.banner-mn .carousel-caption2 h2 {
	font-size: 45px;
	margin-top: 30px;
	color: #046fac !important;
	font-weight: 600;
}

.banner-mn .carousel-caption2 h3 {
	font-size: 25px;
	margin-top: 30px;
	text-transform: uppercase;
	color: #012e4f !important;
}

/* --cap3-- */

.banner-mn .carousel-caption3 {
	position: absolute;
	height: 400px;
	width: 40%;
	background-color: transparent;
	margin: auto auto auto 0;
	top: 0;
	bottom: 0;
	color: #5E5E5E;
	text-align: center;
	padding: 50px;
	z-index: 1;
	right: 5% !important;
	left: 5% !important;
}

.banner-mn .carousel-caption3 h1 {
	font-size: 48px;
	margin-top: 30px;
	color: #ffffff !important;
	font-weight: 600;
}

.banner-mn .carousel-caption3 h2 {
	font-size: 45px;
	margin-top: 30px;
	color: rgba(255, 255, 255, 0.8) !important;
	font-weight: 600;
}

.banner-mn .carousel-caption3 h3 {
	font-size: 25px;
	margin-top: 30px;
	font-weight: 100;
	text-transform: capitalize;
	color: #ffffff !important;
}

.banner-mn .carousel-caption3 .bg-red {
	background-color: #cd5058;
	font-size: 16px;
	font-weight: 200;
	border-radius: 0;
	width: 200px;
}

/* --cap4-- */

.banner-mn .carousel-caption4 {
	position: absolute;
	height: 400px;
	width: 40%;
	background-color: transparent;
	margin: auto 0 auto auto;
	top: 0;
	bottom: 0;
	color: #5E5E5E;
	text-align: center;
	padding: 50px;
	z-index: 1;
	right: 5% !important;
	/*left: 5% !important;*/
}

.banner-mn .carousel-caption4 h1 {
	font-size: 48px;
	margin-top: 30px;
	color: #ffffff !important;
	font-weight: 600;
}

.banner-mn .carousel-caption4 h2 {
	font-size: 45px;
	margin-top: 30px;
	color: #00aced !important;
	font-weight: 600;
}

.banner-mn .carousel-caption4 h3 {
	font-size: 25px;
	margin-top: 30px;
	font-weight: 100;
	text-transform: capitalize;
	color: #ffffff !important;
}

.banner-mn .carousel-caption4 .bg-red {
	background-color: #aa1748 !important;
	font-size: 16px;
	font-weight: 600;
	border-radius: 0;
	width: 200px;
	border-radius: 10px;
	box-shadow:         3px 3px 5px 4px #ccc, inset 3px 3px 10px #ec125f;
}
.banner-mn .carousel-caption4 .bg-red:hover {
	box-shadow:         -3px -3px 5px 4px #ccc, inset -3px -3px 10px #ec125f;
}


.carousel-indicators li {
	width: 10px;
	height: 10px;
	background-color: #444;
	background-clip: padding-box;
	border: none;
}

.banner-btm .qk-links {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
  	flex-wrap: wrap;
	list-style: none;
}

.banner-btm .qk-links .link {
	padding: 16px;
	width: calc(100% / 5);
}
@media screen and (max-width: 1200px){
	.banner-btm .qk-links .link:nth-child(1){
		width: calc(100% / 3);
	}
	.banner-btm .qk-links .link:nth-child(2){
		width: calc(100% / 3);
	}
	.banner-btm .qk-links .link:nth-child(3){
		width: calc(100% / 3);
	}
	.banner-btm .qk-links .link:nth-child(4){
		width: calc(100% / 2);
	}
	.banner-btm .qk-links .link:nth-child(5){
		width: calc(100% / 2);
	}
}

@media screen and (max-width: 768px){
	.banner-btm .qk-links .link{
		width: 100%!important;
	}
}

.banner-btm .qk-links .link a{
	display: flex;
	justify-content: center;
	text-decoration: none;
}

.banner-btm .qk-links .link a .thumb{
	width: 40px;
	padding-right: 8px;
}

.banner-btm .qk-links .link a span{
	color: #fff;
	font-size: 16px;
	padding-top: 6px;
}

.banner-btm .appointmt {
	width: auto;
	margin-left: 25px;
}

.banner-btm .row {
	margin-left: 0;
	margin-right: 0;
}

.banner-btm .appointmt .appointmt-img {
	width: 45px;
	height: 45px;
	float: left;
	margin: 25px;
	position: relative;
}

.banner-btm .appointmt p {
	color: #ffffff;
	font-size: 18px;
	margin-top: 20px;
	float: left;
	text-align: center;
	text-transform: capitalize;
}


.banner-btm .appointmt p::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	float: left;
	margin-top: -8px;
	margin-right: 10px;
	background-size: contain;
	background-repeat: no-repeat;

}

.banner-btm div:nth-child(1) .appointmt p::before {
	background-image: url(../img/logos/callendar.png);
}

.banner-btm div:nth-child(2) .appointmt p::before {
	background-image: url(../img/logos/doc.png);
}

.banner-btm div:nth-child(3) .appointmt p::before {
	background-image: url(../img/logos/heart.png);
}

.banner-btm div:nth-child(4) .appointmt p::before {
	background-image: url(../img/logos/plane.png);
}

/*---------------------MD's---------------------------*/

.message-md {
	border: 3px solid rgb(50, 162, 219);
	border-radius: 20px;
	margin: 0 2px
}



.message-md p {
	color: #5E5E5E;
	font-size: 14px
}

.message-md .messge-padding {
	padding: 90px 90px 30px 90px
}

.message-md .md-img {
	width: 248px;
}

.message-md h6 {
	color: #ffffff;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 0;
}

.message-md a {
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
}


/*-------------------------------------depart----------------------------------*/

.dept-block-inner {
	background-color: #ffffff;
	border-radius: 6px;
	height: 100%;
	width: 100%;
	padding: 20px 5px 5px;
	margin-bottom: 0;
	display: block;
	transition: background-color 2s;
	-webkit-transition: background-color 2s;
}

.dept-block>a:hover {
	background: rgb(255, 255, 255);
}

.dept-block a {
	background-color: #ffffff;
	transition: background-color 2s;
	-webkit-transition: background-color 2s;
}

.dept-block a:hover {
	text-decoration: none;
	background: rgb(0, 117, 188);
	background: -moz-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: -webkit-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: -o-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: -ms-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
}

.dept-block a:hover p {
	color: #fff;
}

.dept-block {
	padding: 3px;
	margin: 15px 0;
	border-radius: 10px;
	fill: rgb(0, 117, 188);
	background: rgb(0, 117, 188);
	background: -moz-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: -webkit-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: -o-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: -ms-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
}

.dept-block .depart-img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	padding: 25px;
	margin: auto;
	background: rgb(0, 117, 188);
	background: -moz-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: -webkit-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: -o-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: -ms-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);

}

.dept-block p {
	text-align: center;
	color: #5E5E5E;
	font-size: 16px;
	height: 40px;
	text-transform: capitalize;
}

/*----------------------------------docs------------------------------------*/

.docs {
	margin-top: 100px;
	margin-bottom: 20px;
}

.docs .more-buttom {
	width: 40px;
	height: 40px;
	padding: 10px;
	font-size: 22px;
	line-height: 0;
	border-radius: 50%;
	position: absolute;
	bottom: -20px;
	right: 25px;
}

.docs .docs-list .slick-list {
	margin: 0 !important;
}

.docs .docs-list .doc-img {
	width: 180px;
	height: 180px;
	overflow: hidden;
	border-radius: 10px;
	margin: auto;
	margin-top: -100px;
}

.docs .docs-list {
	min-height: 250px;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	color: #fff;
}

.docs .docs-list h5 {
	font-size: 16px;
	font-weight: 400;
	margin-top: 25px;
}

.docs .docs-list p {
	font-size: 14px;
	font-weight: 200;
	height: 40px;
	overflow: hidden;
}

.docs a {
	color: #ffffff;
}

.doc-pic .slick-dots {
	top: -70px;
	position: absolute;
	z-index: 25
}

/*--------------------------testi--------------------------*/

.testimonials h3 {
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
}

.testimonials .testi-inner {
	width: 100%;
}

.testimonials p {
	font-size: 14px;
	font-weight: 400;
	line-height: 2em;
}

.testimonials a {
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
}

.testimonials .testi-inner .testi-right {
	display: block;
}

.testimonials .testi-inner .testi-right .c-details {
	/*
	position: absolute;
	bottom: 0;
*/
	display: block;
	color: #ffffff;
	background-color: rgb(0, 117, 188) !important;
	left: 15px;
	right: 15px;
	text-align: center;
	padding: 5px 0;
}

.testimonials .testi-inner .testi-right .c-details h5 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 2px;
	text-transform: capitalize;
}

.testimonials .testi-inner .testi-right .c-details h6 {
	font-size: 14px;
	font-weight: 300;

	line-height: 1.2em;
	margin-bottom: 2px;
}

/*------------------------------news----------------------------*/

.news .news-cont {
	border-radius: 0 0 10px 10px;
	padding: 10px
}

.news .news-cont a {
	text-decoration: none;
}

.news .news-cont h4 {
	font-size: 16px;
	height: 40px;
	overflow: hidden;
}

.news .news-cont p {
	font-size: 14px;
	height: 62px;
	overflow: hidden;
}

.news-v img {
	height: 340px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}

.news-l img {
	height: 190px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}

#myModal .modal-dialog {
	max-width: 800px;
	max-height: 450px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	display: block;
}

.news .news-cont a {
	text-decoration: none;
}

#myModal .modal-body {
	position: relative;
	padding: 0px;
}

#myModal .close {
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: rgb(236, 18, 95);
	right: 0px;
	top: 0;
	border-radius: 0 0 0 20px;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	opacity: 1;
}

#msgModal .modal-dialog {
	max-width: 800px;
	max-height: 450px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	display: block;
}

#msgModal .modal-body {
	position: relative;
	padding: 0px;
}

#msgModal .close {
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: rgb(236, 18, 95);
	right: 0px;
	top: 0;
	border-radius: 0 0 0 20px;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	opacity: 1;
	padding: 0;
	margin: 0
}

#myForm .modal-dialog {
	max-width: 800px;
	max-height: 450px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	display: block;
}

#myForm .modal-body {
	position: relative;
	padding: 0px;
}

#myForm .close {
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: rgb(236, 18, 95);
	right: 0px;
	top: 0;
	border-radius: 0 0 0 20px;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	opacity: 1;
	padding: 0;
	margin: 0
}

#myForm input,
#myForm select,
#myForm textarea {
	position: inline-block;
	height: 50px;
	outline: none;
	color: rgb(0, 117, 188);
	border: 1px solid rgb(0, 117, 188);
	box-shadow: 0;
	border-radius: 5px;
	padding-left: 10px;
	transition-duration: 0.6s;
	font-size: 14px;
	width: 100%;
}

#myForm h4 {
	color: rgb(50, 162, 219);
}

#myForm input::placeholder,
body select::placeholder,
#myForm textarea::placeholder {
	color: rgb(50, 162, 219);
}

#myForm input:focus,
#myForm select:focus,
#myForm textarea:focus {
	box-shadow: 0 10px 20px -5px #a7a7a7;
	color: rgb(0, 117, 188);
	border: 1px solid rgb(0, 117, 188);
}

#myForm input:invalid,
#myForm select:invalid,
#myForm textarea:invalid {
	background-color: #ffffff;
	color: rgb(0, 117, 188);
	border: 1px solid rgb(0, 117, 188);
}

#myForm input:invalid::placeholder,
#myForm select:invalid::placeholder,
#myForm textarea:invalid::placeholder {
	color: rgb(0, 117, 188);
	opacity: 0.8;
}

#myForm input.button,
#myForm select.button,
#myForm textarea.button {
	height: 50px;
	width: 100%;
	cursor: pointer;
	border-radius: 5px;
	transition-duration: 0.3s;
	text-transform: uppercase;
}


#myForm input.button:valid,
#myForm select.button:valid,
#myForm textarea.button:valid {
	color: rgb(0, 117, 188);
	border: 1px solid rgb(0, 117, 188);
	background-color: #ffffff;
}

#myForm input.button:focus,
#myForm select.button:focus,
#myForm textarea.button:focus {
	color: rgb(0, 117, 188);
	border: 1px solid rgb(0, 117, 188);
	box-shadow: unset;
}

/*
#myForm select::after {
	content: "\f0dd";
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 1em;
	background: #34495e;
	cursor: pointer;
	pointer-events: none;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}

 Transition 

#myForm select:hover::after {
	color: #f39c12;
}
*/

#myForm input.button:hover,
#myForm select.button:hover,
#myForm textarea.button:hover {
	background-color: rgb(0, 117, 188);
	color: white;
}

#myForm input.button:active,
#myForm select.button:active,
#myForm textarea.button:active {
	background-color: rgb(0, 117, 188);
}

#myForm input.button.xdos,
#myForm select.button.xdos,
#myForm textarea.button.xdos {
	width: 44.5rem;
}

#myForm textarea {
	height: 100px;
	padding: 0.5rem;
}

#myForm textarea.xdos {
	width: 43.3rem;
}

#myForm select {
	width: 100%;
	height: 50px;
}

#myForm select.xdos {
	width: 100%;
}

.reqAppontmtPop {
	padding: 50px 30px;
}

.news-v img {
	height: 340px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}

.news-l img {
	height: 190px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}

.news-l .news-box {
	padding: 5px;
	background-color:
}

.news-v .play-b {
	background: none;
	color: rgb(236, 18, 95);
	position: absolute;
	z-index: 25;
	display: block;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 80px;
	width: 100%;
}

/*------------------------------footer----------------------------*/

footer .award-list {
	width: 100%;
	display: block;
	float: left;
}

footer .award-list .awards {
	width: 110px;
	height: 60px;
	float: left
}

/*footer .award-list .awards:nth-child(1) {
	padding: 0 25px;
	border-right: 1px solid #aa1748
}*/

/*footer .award-list .awards:nth-child(2) {
	padding: 0 5px;
	border-right: 1px solid #aa1748
}*/

/*footer .award-list .awards:nth-child(3) {
	padding: 0 5px
}*/

footer .footer-links p,
a {
	font-size: 14px;
}

footer .social-links ul {
	display: inline;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

footer .social-links li {
	list-style: none;
	float: left
}

footer .social-links li a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 20px;
	padding: 5px 0;
	text-align: center;
	color: #fff !important;
}

footer .social-links li:nth-child(odd) a {
	fill: rgb(0, 117, 188);
	background: rgb(0, 117, 188);
	background: -moz-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: -webkit-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: -o-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: -ms-linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
	background: linear-gradient(90deg, rgb(50, 162, 219) 0%, rgb(0, 117, 188) 100%);
}

footer .social-links li:nth-child(even) a {
	fill: rgb(147, 18, 62);
	background: rgb(147, 18, 62);
	background: -moz-linear-gradient(90deg, rgb(236, 18, 95) 0%, rgb(147, 18, 62) 100%);
	background: -webkit-linear-gradient(90deg, rgb(236, 18, 95) 0%, rgb(147, 18, 62) 100%);
	background: -o-linear-gradient(90deg, rgb(236, 18, 95) 0%, rgb(147, 18, 62) 100%);
	background: -ms-linear-gradient(90deg, rgb(236, 18, 95) 0%, rgb(147, 18, 62) 100%);
	background: linear-gradient(90deg, rgb(236, 18, 95) 0%, rgb(147, 18, 62) 100%);
}

footer ul {
    padding-left: 5px;
}
footer li {
    list-style: none;
}
footer li a {
    color: #000;
}
footer .award-list .awards {
    float: left;
}
footer .award-list .awards:nth-child(1) {
    width: 60px;
    margin: 30px 20px 0 0;
}
footer .award-list .awards:nth-child(2) {
    width: 120px;
    margin: 30px 20px 0 0;
}
footer .award-list .awards:nth-child(3) {
    width: 60px;
    margin: 30px 20px 0 0;
}
footer .award-list .awards:nth-child(4) {
    width: 120px;
    margin: 30px 20px 0 0;
}
footer .award-list .awards:nth-child(5) {
    width: 60px;
}
.tFree {
    position: fixed;
    bottom: 20px;
    right: 80px;
    z-index: 100;
    text-align: center;
}
.tFree .outert {
    height: 109px;
    width: 226px;
    position: relative;
}
.tFree .outert .ico {
    color: #ec125f;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(90deg);
}
.tFree .outert .info {
    border: 2px solid #ec125f;
    background-color: #fff;
    padding: 10px;
    position: absolute;
    left: 0;
    width: 191px;
    right: 0;
    border-radius: 25px 0 0 0;
    margin-left: 35px;
    margin-top: 35px;
    color: #ec125f;
    white-space: nowrap;
}
.tFree .outert .info p {
    margin-bottom: 2px;
    font-size: 16px;
}
.tFree .outert .info h4 {
    margin-bottom: 0;
    font-weight: 600;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #32a2db;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-primary {
    background: #a81847 !important;
    border-color: #a81847 !important;
}
.breadcrumb {
    font-size: 15px;
    background: 0 0;
    margin: 0;
    padding: 0;
    display: block;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
@media (min-width:321px) and (max-width:767px) and (orientation:portrait) {
	
}

@media (min-width:321px) and (max-width:767px) and (orientation:landscape) {
	
}

@media (min-width:1367px) and (max-width:1440px) and (orientation:landscape) {
	
}

@media (min-width:1201px) and (max-width:1366px) and (orientation:landscape) {
	
}

@media (min-width:1025px) and (max-width:1200px) and (orientation:landscape) {
	
}

@media (min-width:769px) and (max-width:1024px) and (orientation:portrait) {
	
}

@media (min-width:769px) and (max-width:1024px) and (orientation:landscape) {

}

@media (min-width:481px) and (max-width:768px) and (orientation:landscape) {
	.
}

@media (min-width:481px) and (max-width:768px) and (orientation:portrait) {

	

	
}

@media (min-width:321px) and (max-width:480px) and (orientation:portrait) {
	footer .award-list .awards {
		width: 100px;
		height: 58px;
	}


}

@media (min-width:240px) and (max-width:320px) and (orientation:portrait) {

}