<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
	background: #fff;
	color: #666666;
	font-family: "Open Sans", sans-serif;
}

a {
	color: #2e3192;
	transition: 0.5s;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #2e3192;
	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0 0 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
	color:#3A3A3A;
}

img {
	image-rendering: auto;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	/* Safari seems to support, but seems deprecated and does the same thing as the others. */
	image-rendering: -webkit-optimize-contrast;
}


/* Back to top button */

.back-to-top {
	position: fixed;
	display: none;
	background: #2e3192;
	color: #fff;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	border-radius: 50%;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 11;
}

.back-to-top i {
	padding-top: 12px;
	color: #fff;
}

@media (max-width: 768px) {
	.back-to-top {
		bottom: 15px;
	}
}


/* Prelaoder */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #f2f2f2;
	border-top: 6px solid #2e3192;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


/*--------------------------------------------------------------
# Common Banner Section with breadcrumb
--------------------------------------------------------------*/

.header-inner-tmargin {
	width: 100%;
	/* float: left;
  margin-top: -145px; */
}

.section-side-image {
	position: relative;
	padding: 0px;
	margin: 0px;
}

.section-side-image .img-holder {
	overflow: hidden;
	height: 100%;
	padding: 0px;
	top: 0px;
	position: absolute;
}

.background-imgholder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-size: cover !important;
	background-position: 50% 50% !important;
}

.nodisplay-image {
	display: none;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.header-inner {
	position: relative;
	width: 100%;
	height: 320px;
	float: left;
	overflow: hidden;
}

.header-inner .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	z-index: 2;
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .5) 100%);
}

.header-inner .text {
	position: absolute;
	width: 100%;
	height: auto;
	padding: 16% 2% 1% 2%;
	bottom: 0px;
	z-index: 3;
	text-align: left;
	margin-left: 50px;
}

.header-inner .text .title {
	font-size: 50px;
	margin-bottom: 3px;
	text-transform: uppercase;
	text-shadow: -2px 7px 5px black;
}

.breadcrumb.arr-right {
	margin-bottom: 0.3rem;
	background: transparent;
	align-items: center;
	text-transform: uppercase;
}

.arr-right .breadcrumb-item.active {
	color: #6c757d;
	font-size: 14px;
}

.arr-right .breadcrumb-item+.breadcrumb-item::before {
	content: "â€º";
	vertical-align: top;
	color: #408080;
	line-height: 18px;
	font-size: 28px;
}

.badge-info {
	background: #2A8CCC;
}

@media screen and (max-width: 1024px) {
	.header-inner .text {
		padding: 25% 0 0;
	}
}

@media only screen and (max-width: 991px) {
	.header-inner .text {
		padding: 16% 0 0;
	}
}

@media screen and (max-width: 768px) {
	.header-inner {
		height: 280px;
	}
	.header-inner .text {
		margin-left: 10px;
	}
	.header-inner .text .title {
		font-size: 22px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 420px) {
	.header-inner .text .title {
		font-size: 18px;
	}
}

@media screen and (max-width: 640px) {
	.header-inner {
		height: 270px;
	}
}

@media screen and (max-width: 480px) {
	.header-inner {
		height: 225px;
	}
}

.carousel-indicators {
	display: none;
}

.btn-blue {
	border: 0;
    color: #2e3192;
    background: transparent;
    /* border-bottom: 2px solid #2e3192; */
    font-weight: bold;
    text-decoration: underline;
}

/*  Banner Section With Breadcrumb Ends */


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
	transition: all 0.5s;
	padding: 0px 0;
	background: rgba(255, 255, 255, 0.9);
}

#header.header-transparent {
	background: transparent;
}

#header.header-scrolled {
	background: rgba(255, 255, 255, 0.9);
	padding: 5px 0 0;
}

#header .logo {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#header .logo a {
	color: #fff;
}

#header .logo img {
	max-height: 40px;
}

@media (max-width: 992px) {
	#header .logo {
		font-size: 12px;
	}
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1022;
	background: rgba(0, 0, 0, 0.7)
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu&gt;ul {
	display: flex;
	justify-content: center;
}

.nav-menu&gt;ul&gt;li {
	position: relative;
	white-space: nowrap;
	padding: 10px 0 10px 28px;
}

.nav-menu a {
	display: block;
	position: relative;
	color: #000;
	transition: 0.3s;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
}

.nav-menu a:hover,
.nav-menu .active&gt;a,
.nav-menu li:hover&gt;a {
	color: #2e3192;
}

.nav-menu .drop-down ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}

.nav-menu .drop-down:hover&gt;ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.nav-menu .drop-down li {
	min-width: 180px;
	position: relative;
}

.nav-menu .drop-down ul a {
	padding: 10px 20px;
	font-size: 13px;
	text-transform: none;
	color: #333333;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active&gt;a,
.nav-menu .drop-down ul li:hover&gt;a {
	color: #2e3192;
}

.nav-menu .drop-down&gt;a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover&gt;ul {
	opacity: 1;
	top: 0;
	left: 100%;
}

.nav-menu .drop-down .drop-down&gt;a {
	padding-right: 35px;
}

.nav-menu .drop-down .drop-down&gt;a:after {
	content: "\eaa0";
	font-family: IcoFont;
	position: absolute;
	right: 15px;
}

.sidemenu ul li a {
	padding: 0px;
	line-height: 35px;
}

@media (max-width: 1366px) {
	.nav-menu .drop-down .drop-down ul {
		left: -90%;
	}
	.nav-menu .drop-down .drop-down:hover&gt;ul {
		left: -100%;
	}
	.nav-menu .drop-down .drop-down&gt;a:after {
		content: "\ea9d";
	}
}

.show .dropdown-menu {
	transform: translate3d(20px, 30px, 0px)!important;
}

.dropdown:hover&gt;.dropdown-menu {
 	display: block;
}

.dropdown&gt;.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

@media screen and (max-width: 767px) {
	.nav-menu&gt;ul {
		overflow-x: scroll;
		justify-content: flex-start;
		
	}
	.show .dropdown-menu {
		transform: translate3d(5px, 5px, 0px)!important;
	}
	.drop-section {
		position: relative !important;
		top: 0px;
		left: 0px;
	}
}



.header-top {
	width: 100%;
	text-align: center;
	/*border-bottom: 2px solid #e8e7ea;
	padding-bottom: 3px;
	box-shadow: 0px 5px 6px rgb(0 0 0 / 4%);
	padding-top: 3px;*/
}

.nav-b-border {
	border-bottom: 1px dashed gainsboro;
}

#header .top-logo img {
	max-height: 60px;
	width: 100%;
}

#header .logo {
	padding: 2px 6px;
	color: #ffffff;
	background-color: #2e3192;
	border-radius: 5px;
	font-weight: bold;
}

.nav-menu a:before,
.nav-menu a:after {
	position: absolute;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.nav-menu a:before {
	bottom: 0;
	left: 0;
	margin-bottom: -3px;
	display: block;
	height: 3px;
	width: 0%;
	content: "";
	background-color: #08a5e0;
}

.nav-menu a:after {
	left: 0;
	top: 0;
	padding: 0.5em 0;
	margin-bottom: -3px;
	position: absolute;
	content: attr(data-hover);
	color: #ffffff;
	white-space: nowrap;
	max-width: 0%;
	overflow: hidden;
}

.nav-menu a:hover:before,
.nav-menu .active a:before {
	opacity: 1;
	width: 100%;
}

.nav-menu .active .dropdown-menu a:after,
.nav-menu .active .dropdown-menu a:before {
	opacity: 0;	
}

.nav-menu a:hover:after,
.nav-menu .active a:after {
	max-width: 100%;
}

.hideLogoDesktop {
	display: none;
}


/* Icon 1 */

.animated-icon1,
.animated-icon2,
.animated-icon3 {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-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;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	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;
}

.animated-icon1 span {
	background: #959597;
}

.animated-icon2 span {
	background: #959597;
}

.animated-icon3 span {
	background: #959597;
}

.animated-icon1 span:nth-child(1) {
	top: 0px;
}

.animated-icon1 span:nth-child(2) {
	top: 10px;
}

.animated-icon1 span:nth-child(3) {
	top: 20px;
}

.animated-icon1.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.animated-icon1.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}


/* Icon 3*/

.animated-icon2 span:nth-child(1) {
	top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
	top: 10px;
}

.animated-icon2 span:nth-child(4) {
	top: 20px;
}

.animated-icon2.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}

.animated-icon2.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}


/* Icon 4 */

.animated-icon3 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	left: 8px;
}

.animated-icon3.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 21px;
	left: 8px;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1023!important;
	top: 0;
	right: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	box-shadow: 20px 20px 20px rgba(0 0 0 / 20);
}


.sidenav li a {
    padding: 8px 8px 8px 0px;
    text-decoration: none;
    font-size: 16px;
    color: #818181!important;
    display: block;
    transition: 0.3s;
}
/*.sidenav li a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 16px;
	color: #818181!important;
	display: block;
	transition: 0.3s;
}*/

.sidenav li a:hover {
	color: #f1f1f1!important;
}

.sidenav li .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

#main {
	transition: margin-left .5s;
	padding: 16px;
}

@media screen and (max-width: 991px) {
	.navbar {
		justify-content: center;
	}
	#header .top-logo img {
		max-height:100%;
		width: 75%;
	}
	
}

@media screen and (max-width: 767px) {
	#header .top-logo img {
		max-height:100%;
		width: 35%;
	}	
}

@media screen and (max-width: 385px) {
	#header .top-logo img {
		max-height:100%;
		width: 70%;
	}	
}

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}

.searchBar input {
	border: 1px solid;
	border-right: 0;
	border-radius: .25rem 0 0 .25rem;
}

.searchBar button {
	border-radius: 0 .25rem .25rem 0;
}

/* Navbar Ends */

/* Common card Design Starts */

.card span.card-title {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}

.card-body .card-title,
.card-body h5 {
	font-size: 1rem;
	color: #111111;
	min-height:40px;
}

.card-body .card-content,
.card-body p {
	font-size: 0.85rem;
	color: #666666;
}

.card-title a {
	color: #666666;
}

.card-body h4 {
	color: #FFF;
}

.card .card-image {
	position: relative;
	overflow: hidden;
}

.card .card-image img {
	border-radius: 2px 2px 0 0;
	background-clip: padding-box;
	position: relative;
}

.card .card-image span.card-title,
.card span.card-title {
	position: absolute;
	top: 0;
	left: 0;
	padding: 6px 10px;
	background: grey;
	border-radius: 0px 0px 20px 0;
}

.carousel span.case-title {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
}

.carousel .carousel-img {
	position: relative;
	overflow: hidden;
}

.carousel .carousel-img img {
	background-clip: padding-box;
	position: relative;
	height: 520px;
}

.carousel .carousel-img span.case-title {
	position: absolute;
	top: 0;
	left: 0;
	padding: 6px 10px;
	background: grey;
	border-radius: 0px 0px 10px 0;
}

.carousel span.feature-btn {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #2E276C;
	box-shadow: -9px 13px 20px #5a5454;
}

.carousel-caption {
	z-index: 1;
}

.feature-box {
	letter-spacing: 1px;
	background: rgb(51 138 202 / 90%);
	line-height: 28px;
	left: 0;
    right: 0;
    bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
}

.carousel .carousel-img span.feature-btn {
	position: absolute;
	top: 5.5%;
	right: 0;
	padding: 6px 10px;
	border-radius: 25px 0px 0px 25px;
	background: linear-gradient(180deg, #FFFFFF -42.01%, #E8E8E9 38.32%, #E1E1E3 57.99%);
	height: 45px;
	width: 200px;
}

div.sticky {
	position: fixed;
	top: 75%;
}
.theme-selection-area {
	position: relative;
	z-index:1021;
}
.theme-selection-area .theme-selection-option {
	position: absolute;
	bottom: 15%;
	left: 1%;
	z-index: 9;
}

.theme-selection-option #collapseExample {
	position: absolute;
	left: 40px;
	bottom: -10px;
	width: 0px;
	-webkit-transition: width 1s ease;
	-moz-transition: width 1s ease;
	-o-transition: width 1s ease;
	transition: width 1s ease;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
}

#collapseExample.in {
	width: 260px;
}

.theme-selection-option #collapseExample .card {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	border-radius: 0px 10px 10px 0px;
}

.theme-selection-option #collapseExample .card .form-group,
.theme-selection-option #collapseExample .card p {
	margin-bottom: 0;
}

.theme-selection-option #collapseExample .card .form-group select {
	color: #fff;
	background: #2A8CCC;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	text-transform: uppercase;
}

.theme-selection-option #collapseExample .card .form-group select option {
	margin-bottom: 12px;
	border-bottom: 2px dashed #fff;
	text-transform: capitalize;
	padding: 8px!important;
}

.theme-selection-option #collapseExample .card p {
	color: #2A8CCC;
	text-transform: uppercase;
}

.responsiveIn {
	width: 300px!important;
}

@media screen and (max-width: 520px) {
	.theme-selection-option #collapseExample .card .form-group select {
		font-size: 0.7rem!important;
	}
	.carousel .carousel-img span.feature-btn {
		top: 7%;
		height: 40px;
		width: 160px;
	}
	.carousel span.feature-btn {
		font-size: 18px;
	}
	.carousel .carousel-img img {
		height: 420px;
	}
}

.item:hover {
	transition: .1s ease-in;
	transform: scale(1.02);	
}

.card:hover .card-body p{
	color: #000000!important;	
}

.latest_update_home_card .card-body,
.news_home_card .card-body,
.kol_home_card .card-body,
.healthcare_home_card .card-body,
.infographic_home_card .card-body,
.case_learning_home_card .card-body {
	min-height: 12rem;
}

.healthcare_all_list .card-body,
.infographic_all_list .card-body,
.case_all_list .card-body {
	padding: 0.55rem;
	min-height: 12rem;
}

.kol_all_list .card-body {
	padding: 0.55rem;
	min-height: 14rem;
}

.healthcare_also_view .card-body,
.kol_also_view .card-body,
.infographic_also_view .card-body,
.case_also_view .card-body {
	min-height: 12rem;
	padding: 0.55rem;
}


/* Common Card title ends */


/* carousel common */

.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:focus {
	outline: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	outline: none;
}

.carousel_se_01 .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 100%;
	right: 30%;
	padding: 0px 15px 6px 15px !important;
	background: rgb(255, 255, 255);
	display: inline-block;
	transform: translateY(-50%);
	border-radius: 50%;
	font-size: 35px;
	line-height: 35px;
	color: #2d296c;
	box-shadow: 0 0 8px rgba(0, 0, 0, .25);
}

.carousel_se_01 .owl-carousel .owl-nav button.owl-next:hover {
	background: #2d296c;
	color: #fff;
}

.carousel_se_01 .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 100%;
	left: 30%;
	padding: 0px 15px 6px 15px !important;
	background: rgb(255, 255, 255);
	display: inline-block;
	transform: translateY(-50%);
	border-radius: 50%;
	font-size: 35px;
	line-height: 35px;
	color: #2d296c;
	box-shadow: 0 0 8px rgba(0, 0, 0, .25);
}

.carousel_se_01 .owl-carousel .owl-nav button.owl-prev:hover {
	background: #2d296c;
	color: #fff;
}

.infographic_carousel_01 .owl-carousel .owl-nav button.owl-prev,
.infographic_carousel_01 .owl-carousel .owl-nav button.owl-next {
	top: 50%;
	padding: 0px 0 10px!important;
	width: 50px;
	height: 50px;
	color: #B9B9B9;
}

.infographic_carousel_01 .owl-carousel .owl-nav button.owl-prev {
	left: 8%;
}

.infographic_carousel_01 .owl-carousel .owl-nav button.owl-next {
	right: 8%;
}
.infographic_carouselsingle .owl-nav button.owl-prev {
	display: none;
}

.infographic_carouselsingle .owl-nav button.owl-next {
	display: none;
}
.infographic_carouselsingle .owl-dots {
	display: none;
}
.carousel_se_01 .owl-arrow .owl-nav {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.8rem;
}

.carousel_se_01 .owl-arrow .owl-nav .owl-prev,
.carousel_se_01 .owl-arrow .owl-nav .owl-next {
	display: inline-block;
	transition: all 0.6s ease-in-out;
	color: #000000;
}

.carousel_se_01 .card {
	box-shadow: 1px 0px 10px black;
}

.view-all-btn {
	position: relative;
	width: 100%;
	margin: -10px auto;
}

.view-all-btn a {
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 46.5%;
	color: #2c2c2c;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
}

@media screen and (max-width: 991px) {
	.carousel_se_01 .owl-carousel .owl-nav button.owl-prev {
		left: 1%
	}
	.carousel_se_01 .owl-carousel .owl-nav button.owl-next {
		right: 1%
	}
}

@media screen and (max-width: 680px) {
	.carousel_se_01 .card {
		width: 75%;
		margin-left: 50px;
	}
	.carousel_se_01 .owl-carousel .owl-nav button.owl-prev {
		left: 1%
	}
	.carousel_se_01 .owl-carousel .owl-nav button.owl-next {
		right: 1%
	}
	.view-all-btn a{
		left: 40%;
	}
}

.item .card a {
	color: #666666;
}

.owl-stage-outer {
	height: 100%;
	padding: 15px 0;
}

#article-section,
.header-inner-tmargin {
	margin-top: 135px;
}

#update-section,
#news-section,
#article-section,
#kol-video-section {
	background: linear-gradient(rgb(249 249 249), rgb(250 250 250));
	background-size: cover;
	padding: 10px 0 25px;
}

#kol-section,
#blog-section,
#articles-section,
#causeAndEffects-section,
#molecular-section,
#diagnosis-section,
#scientificarticles-section
{
	background: linear-gradient(#e3e3e3, #e3e3e3);
	background-size: cover;
	padding: 35px 0;
	box-shadow: 0px 0px 10px grey;
}

#update-section .section-header h3,
#news-section .section-header h3 {
	font-size: 18px;
}

#infographic-section,
#kol-perspective-section,
#case-studies-section,
#success-stories,
#disease-section,
#trends-section,
#awareness-section,
#filter-by-theme,
#audio-section{
	background: linear-gradient(rgb(249 249 249), rgb(250 250 250));
	background-size: cover;
	padding: 35px 0;
}

#update-section .card,
#news-section .card,
#kol-section .card,
#kol-perspective-section .card,
#infographic-section .card,
#articles-section .card,
#case-studies-section .card,
#success-stories .card,
#disease-section .card,
#trends-section .card,
#awareness-section .card,
#causeAndEffects-section .card,
#molecular-section .card,
#diagnosis-section .card,
#scientificarticles-section .card,
#audio-section .card {
	box-shadow: rgb(195 195 195 / 55%) 5px 5px 10px 0px;
	border-radius: 12px;
}

#update-section .card-body,
#news-section .card-body,
#kol-section .card-body,
#kol-perspective-section .card-body,
#infographic-section .card-body,
#articles-section .card-body,
#case-studies-section .card-body,
#success-stories .card-body,
#disease-section .card-body,
#trends-section .card-body,
#awareness-section .card-body,
#causeAndEffects-section .card-body,
#molecular-section .card-body,
#diagnosis-section .card-body,
#scientificarticles-section .card-body,
#audio-section .card-body {
	padding: 0.70rem;
}

#update-section .card-body .card-text,
#news-section .card-body .card-text,
#kol-section .card-body .card-text,
#kol-perspective-section .card-body .card-text,
#infographic-section .card-body .card-text,
#articles-section .card-body .card-text,
#case-studies-section .card-body .card-text,
#success-stories .card-body .card-text,
#disease-section .card-body .card-text,
#trends-section .card-body .card-text,
#awareness-section .card-body .card-text,
#causeAndEffects-section .card-body .card-text,
#molecular-section .card-body .card-text,
#diagnosis-section .card-body .card-text,
#scientificarticles-section .card-body .card-text,
#audio-section .card-body .card-text{
	font-size: 0.9rem;
}

#update-section .card-footer,
#news-section .card-footer,
#kol-section .card-footer,
#kol-perspective-section .card-footer,
#infographic-section .card-footer,
#articles-section .card-footer,
#case-studies-section .card-footer,
#success-stories .card-footer,
#disease-section .card-footer,
#trends-section .card-footer,
#awareness-section .card-footer,
#causeAndEffects-section .card-footer,
#molecular-section .card-footer,
#diagnosis-section .card-footer,
#scientificarticles-section .card-footer,
#audio-section .card-footer{
	background-color: transparent;
	border-top: none;
	padding: 0 0.70rem 0.70rem;
}

#kol-perspective-section .author-name,
#infographic-section .author-name,
#articles-section .author-name,
#case-studies-section .author-name,
#success-stories .author-name,
#disease-section .author-name,
#trends-section .author-name,
#awareness-section .author-name,
#causeAndEffects-section .author-name,
#molecular-section .author-name,
#diagnosis-section .author-name,
#scientificarticles-section .author-name,
#audio-section .author-name{
	margin: 0 0 0.5rem;
	font-size: 0.8rem;
}

#kol-perspective-section .card-body small,
#infographic-section .card-body small,
#articles-section .card-body small,
#case-studies-section .card-body small,
#success-stories .card-body small,
#disease-section .card-body small,
#trends-section .card-body small,
#awareness-section .card-body small,
#causeAndEffects-section .card-body small,
#molecular-section .card-body small,
#diagnosis-section .card-body small,
#scientificarticles-section .card-body,
#audio-section .card-body small {
	padding-bottom: 16px;
}

#kol-perspective-section .media-body h6,
#infographic-section .media-body h6,
#articles-section .media-body h6,
#case-studies-section .media-body h6,
#success-stories .media-body h6,
#disease-section .media-body h6,
#trends-section .media-body h6,
#awareness-section .media-body h6,
#causeAndEffects-section .media-body h6,
#molecular-section .media-body h6,
#diagnosis-section .media-body h6,
#scientificarticles-section .media-body h6,
#audio-section .media-body h6{
	color: #2e3192;
	font-weight: bold;
}

#update-section .card img,
#news-section .card img,
#kol-perspective-section .card img,
#infographic-section .card img,
#articles-section .card img,
#case-studies-section img,
#case-studies-section video,
#success-stories video,
#disease-section .card img,
#trends-section .card img,
#awareness-section .card img,
#causeAndEffects-section .card img,
#molecular-section .card img,
#diagnosis-section .card img,
#scientificarticles-section .card img,
#audio-section .card img{
	border-radius: 12px 12px 0 0;
}

#kol-section .card img {
	border-radius: 12px 0 0 12px;
}

#disease-section .card .card-image span.card-title,
#trends-section .card .card-image span.card-title,
#awareness-section .card .card-image span.card-title,
#causeAndEffects-section .card .card-image span.card-title,
#molecular-section .card .card-image span.card-title,
#diagnosis-section .card .card-image span.card-title{
	border-radius: 12px 0 20px 0;
}

#filter-by-theme ul {
	list-style-type: none;
}

#filter-by-theme ul li i {
	padding-right: 10px;
}

@media screen and (max-width:991px) {
	#article-section,
	.header-inner-tmargin {
		margin-top: 165px;
	}
}

@media screen and (max-width: 767px) {
	#update-section {
		padding: 30px 0px 50px 0px;
	}
	#article-section,
	.header-inner-tmargin {
		margin-top: 130px;
	}
}

@media screen and (max-width: 575px) {
	#kol-section .card img {
		border-radius: 12px 12px 0 0px;
	}
}


/* carousel common */

@media screen and (max-width: 991px) {
	#header {
		padding: 5px 0;
	}
	.hideLogoMobile {
		display: none;
	}
	.hideLogoDesktop {
		display: inline-block;
	}
	.nav-b-border {
		border: none;
	}
	#big.owl-theme .owl-prev {
		left: 10px;
	}
	#big.owl-theme .owl-next {
		right: 10px;
	}
	.video-container video {
		height: 460px;
	}
}

@media screen and (max-width: 767px) {
	#header {
		padding: 5px 0;		
	}
	#big.owl-theme .owl-prev {
		left: 10px;
		margin-top: 90px;
	}
	#big.owl-theme .owl-next {
		right: 10px;
		margin-top: 90px;
	}
	.play-button-wrapper #circle-play-b svg {
		width: 0px;
		height: 0px;
	}
	#thumbs .item {
		margin: 5px 0px 0;
	}
	#thumbs.owl-theme .owl-prev {
		left: 1%;
	}
	#thumbs.owl-theme .owl-next {
		right: 1%;
	}
	#video-section .view-all-btn {
		left: 40%;
		bottom: 40px;
	}
	.video-container video {
		height: 100%;
	}
}


/* Care TV Ends */


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

section {
	overflow: hidden;
}


/* Sections Header
--------------------------------*/

.section-header h3 {
	font-size: 32px;
	color: #111;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
}

.section-header h3::before {
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}

.section-header h3::after {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #2e3192;
	bottom: 0;
	left: calc(50% - 20px);
}

.section-header p {
	text-align: center;
	padding-bottom: 30px;
	color: #333;
}


/* Section with background
--------------------------------*/

.section-bg {
	background: #f7f7f7;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
	padding: 20px 0;
	background-color: #f7f7f7;
	min-height: 40px;
	margin-top: 90px;
}

@media (max-width: 992px) {
	.breadcrumbs {
		margin-top: 80px;
	}
}

.breadcrumbs h2 {
	font-size: 24px;
	margin-bottom: 0;
	font-weight: 400;
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.breadcrumbs ol li+li {
	padding-left: 10px;
}

.breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: #6c757d;
	content: "/";
}

@media (max-width: 768px) {
	.breadcrumbs .d-flex {
		display: block !important;
	}
	.breadcrumbs ol {
		display: block;
	}
	.breadcrumbs ol li {
		display: inline-block;
	}
}


/*--------------------------------------------------------------
# News Section Starts
--------------------------------------------------------------*/
#accordionExample .card {
	border-radius: 5px;
}
.accordion .card h5 {
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
  background-size: 20px;
  cursor: pointer;
  font-size: 18px;
  padding: 0.5rem 1rem;
}
.accordion .card h5.collapsed {
  background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}
.accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}
#news-section .accordion {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  text-align: left;
  color: #212121;
  border: 0;
  margin-top: 20px;
}
/*.form-card{
	height: 299px;
}*/

.m-top{
	margin-top: -20px;
}
#news-section .nav-pills {
	background: #FFFFFF;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	border-radius: 0px;
	text-align: left;
	color: #212121;
	border: 0;
	margin-top: 20px;
}

#news-section .nav-pills .nav-link {
	font-family: Montserrat;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #212121;
}

#news-section .nav-item {
	border-bottom: 1px solid #cdcdcd;
}

#news-section .nav-pills .nav-link.active,
.nav-pills .show&gt;.nav-link {
	color: #fff;
	background-color: #2A8CCC;
	border-radius: 0;
}

#news-section .nav-pills .pills-heading {
	font-size: 18px;
	padding: .5rem 1rem;
}

.news-section-img {
	border-radius: 25px 0 25px 0;
	position: relative;
	width: 100%;
}

.news-section-img img {
	border-radius: 40px 0;
}

.news-icons {
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	background: rgb(0 0 0 / 60%);
	color: #fff;
	left: 0;
	right: 0;
	border-radius: 0 0 50px 0;
	padding: 5px;
}

.main-content {
	text-align: left;
	border-bottom: 2px solid #cfcfcf;
	padding: 20px 0;
}

.main-content:last-child {
	border-bottom: none;
}

.date {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

.title {
	margin-bottom: 15px;
}

.description {
	margin-bottom: 5px;
}

.read-more {
	width: 128px;
	height: 37px;
	background: #2A8CCC;
	border-radius: 5px;
	color: #fff;
}

.news-read-more {
    width: 100px;
    height: 30px;
    background: #2A8CCC;
    border-radius: 5px;
    color: #fff;
    font-size: 0.85rem;
    padding: 0.25rem 0.5rem;	
}

.news-section .card-body {
	min-height: 185px;
	text-align: left;
}

/* News Section Ends */


/*--------------------------------------------------------------
# About Section Starts
--------------------------------------------------------------*/

.leader-card {
	margin: 80px 0 20px;
}

.leader-card .leader-card-header {
	background: #2E3192;
	border-radius: 12px 12px 0 0;
	position: relative;
	min-height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.leader-card .leader-card-header .leader-card-image {
	position: relative;
	top: -50px;
}

.leader-card .leader-card-header .leader-card-image img {
	background: #fff;
	border: 5px solid #00E1FF;
	border-radius: 50%;
	padding: 10px;
	width: 50%;
}

.leader-card .leader-card-header .leader-card-content {
	color: #fff;
	position: relative;
	top: -30px;
}

.leader-card .leader-card-header .leader-card-more-content {
	position: absolute;
	bottom: -20px;
	left: 44%;
}

.leader-card .leader-card-header .leader-card-more-content .show-more {
	color: #fff;
	font-size: 24px;
	border-radius: 50%;
	background: #00e1ff;
	padding: 6px 12px;
}

.leader-card .card-body {
	background: #E5E5E5;
	color: #6C6C6C;
}

.award-section .card {
	box-shadow: 0px 0px 5px rgb(209 209 209);
}

.about-us p {
	line-height: 28px;
}

.accolade-card {
	width: 18rem;
}

.award-section p {
	line-height: 28px;
}


/* About Section Ends */


/*--------------------------------------------------------------
# Blog Section Start
--------------------------------------------------------------*/

.imgCard {
	border: none;
	transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
	overflow: hidden;
	border-radius: 20px;
	min-height: 400px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
	.imgCard {
		min-height: 350px;
	}
}

@media (max-width: 420px) {
	.imgCard {
		min-height: 300px;
	}
}

.imgCard.imgCard-has-bg {
	transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
	background-size: 120%;
	background-repeat: no-repeat;
	background-position: center center;
}

.imgCard.imgCard-has-bg:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: inherit;
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.imgCard.imgCard-has-bg:hover {
	transform: scale(0.98);
	box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
	background-size: 130%;
	transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.imgCard.imgCard-has-bg:hover .imgCard-img-overlay {
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	background: #234f6d;
	background: linear-gradient(0deg, rgba(4, 69, 114, 0.5) 0%, #044572 100%);
}

.imgCard .card-footer {
	background: none;
	border-top: none;
}

.imgCard .card-footer .media img {
	border: solid 3px rgba(234, 95, 0, 0.3);
}

.imgCard .card-meta {
	color: orange;
}

.imgCard .card-body {
	transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
	padding: 0;
	text-align: left;
}

.imgCard:hover {
	cursor: pointer;
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.imgCard:hover .card-body {
	margin-top: 30px;
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.imgCard .card-img-overlay {
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	background: #234f6d;
	background: linear-gradient(0deg, rgba(35, 79, 109, 0.3785889356) 0%, #455f71 100%);
}


/* Blog Section Ends */


/*--------------------------------------------------------------
# Case Study Section Ends
--------------------------------------------------------------*/

.case-start {
	background: #EEEEEE;
}

.case-header h3 {
	color: #164684;
	margin-top: 20px;
}

.other-color {
	color: #00AEEE;
}

.case-flex-section {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.case-profile {
	border-bottom: 2px solid #00AEEE;
	border-top: 2px solid #00AEEE;
	padding: 15px;
}

.case-profile h5 {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 56px;
	/* or 233% */
	text-align: right;
	text-transform: uppercase;
	color: #164684;
}

.case-profile ul {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.case-profile ul li {
	color: #164684;
	text-align: right;
}

.case-other-color {
	background: #D3D3D3;
}

.asthama-chart-content, .medical-content {
	margin: 25px 0;	
}

.patient-complaint-section {
	padding-top: 15px;	
}

.patient-details-section p,
.asthama-chart-history p,
.management-section a,
.asthama-history p {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	color: #2e2e2e;
}

.patient-details-section h4,
.medication-history h4,
.examination-history h4,
.asthama-chart-history h4,
.question-section h4,
.asthama-history h4,
.conclusion-section h4,
.case-study-title,
.asthama-chart-content h4, 
.medical-content h4{
	font-family: inherit;
	font-size: 22px;
	color: #3A3A3A;
	font-weight: 600;
}

.patient-details-section ul li,
.medication-history ul li,
.examination-history ul li,
.conclusion-section ul li,
.conclusion-section ol li {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	color: #2e2e2e;
}

.button-color {
	border-radius: 30px;
	background-color: #FFF;
	min-height: 50px;
}

.question-section .btn:hover {
	background: #00AEEE;
	color: #FFF;
}

.button-color:hover {
	background: #00AEEE;
	color: #FFF;
}

@media screen and (max-width: 767px) {
	.case-profile {
		padding: 5px;
		margin: 15px 0;
	}
	.case-profile h5 {
		text-align: left;
	}
	.case-profile ul {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.case-profile ul li {
		text-align: left;
	}
	.patient-details-section h5 {
		font-size: 18px;
	}
	.patient-details-section p,
	.asthama-chart-history p,
	.management-section a,
	.asthama-history p {
		font-size: 16px;
	}
	.patient-details-section h4,
	.medication-history h4,
	.examination-history h4,
	.asthama-chart-history h4,
	.question-section h4,
	.asthama-history h4,
	.conclusion-section h4,
	.case-study-title,
	.asthama-chart-content h4, 
	.medical-content h4{
		font-size: 18px;
	}
	.patient-details-section ul li,
	.medication-history ul li,
	.examination-history ul li,
	.conclusion-section ul li,
	.conclusion-section ol li {
		font-size: 16px;
	}
}


/* Case Study Section Starts*/


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

input[type=submit] {
	width: 100%;
	background-color: #007AFF;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type=text] {
	height: 40px;
}

input[type=email] {
	height: 40px;
}

.select {
	height: 40px;
}

.section-form h5 {
	color: #005BA8;
}

.section-form p {
	line-height: 32px;
	letter-spacing: 1px;
}


/* Contact Section Ends */


/*--------------------------------------------------------------
# Dummy Title Section Ends
--------------------------------------------------------------*/

.dummy-title img {
	width: 100%;
	margin-bottom: 4%;
}

.dummy-title p {
	line-height: 28px;
}

.dummy-title i {
	font-size: 25px;
}

.reference li {
	font-size: 12px;
	line-height: 28px
}

@media only screen and (max-width:540px) {
	.reference li {
		word-wrap: break-word;
	}
}


/* Dummy Title Section Ends */


/*--------------------------------------------------------------
# Product Section Ends
--------------------------------------------------------------*/

.jumbotron {
	border-radius: 0px;
}

.products p {
	height: auto;
	bottom: 0px;
	z-index: 3;
	margin-left: 100px;
	margin-right: 100px;
	line-height: 28px;
}

.btn-primary {
	background: #2A8CCC;
	border-color: #2A8CCC;
}

.btn-primary:hover {
	background: #2A8CCC;
	border-color: #2A8CCC;
}

.product-name a {
	color: #666666;
}

@media screen and (max-width: 768px) {
	.products p {
		margin: 0 5px;
	}
}

@media screen and (max-width: 991px) {
	#flashnews-section {
    padding-top: 100px;
}
}


/* Product Section Ends */


/*--------------------------------------------------------------
# KOL Perspective Section Ends
--------------------------------------------------------------*/

.video-relative {
	position: relative;
}

.video-wrapper {
	overflow: hidden;
	width: 100%;
	padding: 0px;
	height: auto;
}

.video-wrapper .video {
	width: 100%;
	height: 480px;
}

.video-description {
	margin-top: 30px;
}

.details-border-bottom {
	background: linear-gradient(to right, #01a2e0 33.33%, transparent 33.33%, transparent 66.67%, transparent 66.67%) no-repeat;
	background-size: 50% 5px;
	background-position: left bottom;
	padding-bottom: 10px;
	border-bottom: 2px solid #eee;
}

.author-description {
	margin-bottom: 20px;
}

.author-description h6,
.author-description p {
	margin-bottom: 7px;
}

.views-tags-section {
	text-align: left;
}

.views-tags-section .small {
	font-size: 60%;
}

.watch-next-list .card img {
	border-radius: 0px;
}

.watch-next-list .card {
	border-radius: 0px;
	padding: 5px;
	margin-bottom: 20px;
}

.watch-next-list .card p {
	margin-bottom: 0;
}

.watch-next-list .card a {
	padding: 0;
}

@media screen and (max-width: 570px) {
	.video-wrapper .video {
		height: 360px;
	}
}


/* KOL Perspective Section Ends */
/*--------------------------------------------------------------
# Social Links
--------------------------------------------------------------*/
.social-linksmenu a {
	font-size: 18px;
	display: inline-block;
	background: #2e3192;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
	background: #cdcdcd;
	color: #2c2c2c;
	font-size: 14px;
}

#footer .footer-top {
	background: #cdcdcd;
	;
	padding: 30px 0 10px 0;
}

#footer .footer-top .footer-info {
	margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
	font-size: 34px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 10px;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	border-left: 4px solid #2e3192;
}

#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Montserrat", sans-serif;
	color: #2c2c2c;
}

#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #2e3192;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
	background: #2e3192;
	color: #fff;
}

#footer .footer-top h4 {
	font-size: 14px;
	font-weight: bold;
	color: #2c2c2c;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
}

#footer .footer-top h4::before {
	right: 0;
	background: #555;
}

#footer .footer-top h4::after {
	background: #2e3192;
	width: 60px;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-top .footer-links ul i {
	padding-right: 8px;
	color: #2c2c2c;
}

#footer .footer-top .footer-links ul li {
	border-bottom: 1px solid #333;
	padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: #2c2c2c;
	    text-decoration: none
}

#footer .footer-top .footer-links ul a:hover {
	color: #2e3192;
}

#footer .footer-top .footer-contact {
	margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
	line-height: 26px;
}

#footer .footer-top .footer-newsletter {
	margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
	border: 0;
	padding: 6px 8px;
	width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
	background: #2e3192;
	border: 0;
	width: 35%;
	padding: 6px 0;
	text-align: center;
	color: #2c2c2c;
	transition: 0.3s;
	cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
	background: #13a456;
}

.footer-bottom {
	background-color: #000000;
	padding-bottom: 20px;
}

#footer .copyright {
	text-align: center;
	padding-top: 10px;
}

#footer .credits {
	text-align: center;
	font-size: 13px;
	color: #fff;
}

table img .product-packshot {
	width: 50%;
}

.professional_modal {
	box-shadow: -8px 8px 15px #1a1a1a;
    border: 1px solid #607d8b;
}

.professional_modal .modal-footer {
	border-top: 2px solid #607d8b;
}

.product_info_point li {
	padding: 8px;
}

.theme-name {
	text-align: center;
	margin-top: 15px;
}

.theme-name a {
	color: #3A3A3A;
}

.dataTables_filter {
	text-align: right;
}

.social-links .smd a{
    padding: 12px;
}
		
.social-links .smd a i{
	padding: 10px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    font-size: 32px;
}		
	
@media screen and (max-width: 570px) {
	.dataTables_filter {
		text-align: left;
	}
}
@media screen and (max-width: 1024px) {
  .owl-carousel .item {
    margin-right: 20px;
  }
}
.header-inner1 {
	position: relative;
	width: 100%;
	height: 320px;
	float: left;
	overflow: hidden;
}

.header-inner1 .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	z-index: 2;
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .5) 100%);
}

/* The "show" class is added to the filtered elements */


.filterDiv {
	/*float: left;
	background-color: #2196F3;
	color: #ffffff;
	width: 100px;
	line-height: 100px;
	text-align: center;
	margin: 2px;*/
	display: none; /* Hidden by default */
  }
  
  
  .show {
	display: block;
  }
  
  /* Style the buttons */
  
  
   /*Add a light grey background on mouse-over */
  
  .btn-sm{  font-size: 15px;
  text-transform: uppercase;  
	color: #676767;  
	border: none;
	outline: none;
	padding: 12px 12px;
	background: #EFEFEF;  
	cursor: pointer;
  }
  
  .btn-secondary{
	  background-color: #2A8CCC;
  }
  
  .btn-sm:hover{
	  background-color: #2e3192;
	  color: white;
  }
  
  /*.btn-sm {
	background-color: #666;
	color: white;
  }*/
  
  .section-header1 h3 {
	  font-size: 25px;
	  color: #2e3192;
	  text-transform: uppercase;
	  text-align: center;
	  font-weight: 700;
	  position: relative;
	  padding-bottom: 15px;
	  /*text-shadow: -2px 7px 5px black;*/
  }
  
  .section-header1 h3::before {
	  content: '';
	  position: absolute;
	  display: block;
	  width: 120px;
	  height: 1px;
	  background: #ddd;
	  bottom: 1px;
	  left: calc(50% - 60px);
  }
  
  .section-header1 h3::after {
	  content: '';
	  position: absolute;
	  display: block;
	  width: 40px;
	  height: 3px;
	  background: #2e3192;
	  bottom: 0;
	  left: calc(50% - 20px);
  }
  
  
  .btn-primary{
	  border: none;
	  outline: none;
	  color: white;
	  letter-spacing: 1px;
	  background-color: #2A8CCC;
  }
  
  .btn-primary:hover{
	  border: none;
	  outline: none;
	  color: white;
	  letter-spacing: 1px;
	  background-color: #2A8CCC;
  }
  
  .news-section{
	  min-height: 38rem;
	  text-align: left;
  }
  
  .read-more1 {
	width: 92px;
	font-size: 13px;
	height: 33px;
	background: #17A2B8;
	border-radius:0;
	color: #fff;
  }
  
  .black{
	  color: #111;
  }
  
  .news-section p{
	  font-size: 0.85rem;
  }
  
  .news-section ul li {
	  font-size: 0.85rem;
  
  }
  
  
  .cards-body{
  overflow: hidden;
   padding-left: 20px;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
  }
  
  .cards-text p{
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box; 
	  -webkit-line-clamp: 15; /* number of lines to show */
	  -webkit-box-orient: vertical;
  }
  
  .cards-img{
	  float: left;
  }
  .cookie-btn {
background: #ebebeb;
border: 0;
color: #2d296c;
padding: 0.5rem 1.4rem;
font-size: 16px;
margin: 0 12px 14px;
  border-radius: 8px;
  cursor: pointer;
}
  
table.table-bordered.dataTable tbody td{
	border-bottom-width : 1px;
}  


/*Flash News */


    #flashnews-section{
      margin-bottom:-100px;
    }

    .news-scroll{
      background-color:#fff;
      color:#111;
      font-family: "Open Sans", sans-serif;
    }
    .news{

      width: 160px
    }
    .news-scroll a{

      text-decoration: none;
      font-size: 20px;
      color:#37337f;
    }
    .dot
    {
      height: 6px;
      width: 6px;
      margin-left: 50px;
      margin-right: 3px;
      margin-bottom:6px;
      margin-top: 2px !important;background-color: rgb(207,23,23);
      border-radius: 50%;
      display: inline-block
    }
/*End Flash News */


/*News Bulletin */
  .anchor {
         display: block;
         position: relative;
         height: 50vh; /* 50% viewport height */
         margin-top: -20vh;
         visibility: hidden;
         }
         #news-section .card img{
         border-radius: 12px 0 0 0;
         }
         .news-section{
         min-height: 35rem;
         }
         .header-inner1 {
         position: relative;
         width: 100%;
         height: 320px;
         float: left;
         overflow: hidden;
         }
         .header-inner1 .overlay {
         position: absolute;
         width: 100%;
         height: 100%;
         display: block;
         overflow: hidden;
         z-index: 2;
         background: rgb(255, 255, 255);
         background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .5) 100%);
         }
         /* The "show" class is added to the filtered elements */
         .filterDiv {
        
         display: none; /* Hidden by default */
         }
         .show {
         display: block;
         }
         /* Style the buttons */
         /*Add a light grey background on mouse-over */
         .btn-sm{  font-size: 15px;
         text-transform: uppercase;
         color: #676767;
         border: none;
         outline: none;
         padding: 12px 12px;
         background: #EFEFEF;
         cursor: pointer;
         }
         .btn-secondary{
         background-color: #2A8CCC;
         }
         .btn-sm:hover{
         background-color: #2e3192;
         color: white;
         }
         /*.btn-sm {
         background-color: #666;
         color: white;
         }*/
         .section-header1 h3 {
         font-size: 25px;
         color: #2e3192;
         text-transform: uppercase;
         text-align: center;
         font-weight: 700;
         position: relative;
         padding-bottom: 15px;
         /*text-shadow: -2px 7px 5px black;*/
         }
         .section-header1 h3::before {
         content: '';
         position: absolute;
         display: block;
         width: 120px;
         height: 1px;
         background: #ddd;
         bottom: 1px;
         left: calc(50% - 60px);
         }
         .section-header1 h3::after {
         content: '';
         position: absolute;
         display: block;
         width: 40px;
         height: 3px;
         background: #2e3192;
         bottom: 0;
         left: calc(50% - 20px);
         }
         .btn-primary{
         border: none;
         outline: none;
         color: white;
         letter-spacing: 1px;
         background-color: #2A8CCC;
         }
         .btn-primary:hover{
         border: none;
         outline: none;
         color: white;
         letter-spacing: 1px;
         background-color: #2A8CCC;
         }
         .news-section{
         min-height: 28rem;
         text-align: left;
         }
         .read-more1 {
         width: 92px;
         font-size: 13px;
         height: 33px;
         background: #17A2B8;
         border-radius:0;
         color: #fff;
         }
         .black{
         color: #111;
         }
         .news-section p{
         font-size: 0.85rem;
         }
         .news-section ul li {
         font-size: 0.85rem;
         }
         .cards-body{
         overflow: hidden;
         padding-left: 20px;
         text-overflow: ellipsis;
         display: -webkit-box;
         -webkit-line-clamp: 4; /* number of lines to show */
         -webkit-box-orient: vertical;
         }
         .cards-text p{
         overflow: hidden;
         text-overflow: ellipsis;
         display: -webkit-box;
         -webkit-line-clamp: 10; /* number of lines to show */
         -webkit-box-orient: vertical;
         }
         .cards-img{
         float: left;
         }
         .m-0
         {
         min-height: 5rem;
         }
         .submitButton {
         color: white;
         background-color: #2A8CCC;
         border: 1px solid #fff;
         }
         .submitButton:hover {
         background-color: white;
         color: #2A8CCC;
         border: 1px solid #2A8CCC;
         }
         
         
         /*End News Bulletin */</pre></body></html>