/*
 *
 *		PAGES-STYLE.CSS
 *
 *	+ PAGE LOADER
 *	+ PAGE WRAPPER
 *	+ HEADER
 *	 - HEADER CONTAINER
 *	 - HEADER TOP
 *	 - HEADER
 *	 - LOGO
 *	 - MENU
 *	 - MOBILE MENU
 *	 - SEARCH
 *	 - SIGN IN
 *	 - STICKY
 *	+ PAGE CONTENT
 *	 - PAGE HEADER
 *	+ FOOTER
 *	 - FOOTER
 *	 - FOOTER BOTTOM
 *  + PAGES
 *	 - HOME
 *	 - ABOUT
 *	 - SERVICES
 *	 - PORTFOLIO
 *	 - BLOG
 *	 - CONTACT
 *	 - SHORTCODES
 */
 
/***********************************************************************************
 *	+ PAGE LOADER
 ***********************************************************************************/
	
	#page-loader {
		position: fixed;
		z-index: 999999;
		width: 100%;
		height: 100%;
		background-color: #fff;
	}

	.loader-img {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -40px 0 0 -40px;
		text-align: center;
	}
	
	.loader-img img {
		border-radius: 50%;
	}
	
	.loader-img:after {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 150px;
		height: 150px;
		border-top: 2px solid #5967d6;
		border-right: 2px solid #5967d6;
		border-radius: 50%;
		content: "";
		margin: -75px 0 0 -75px;
		-webkit-animation: rotate 1s linear infinite;
				animation: rotate 1s linear infinite;
	}
	
	@-webkit-keyframes rotate {
		0% {
			-webkit-transform: rotate(0);
				-ms-transform: rotate(0);
					transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(360deg);
				-ms-transform: rotate(360deg);
					transform: rotate(360deg);
		}
	}

	@keyframes rotate {
		0% {
			-webkit-transform: rotate(0);
				-ms-transform: rotate(0);
					transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(360deg);
				-ms-transform: rotate(360deg);
					transform: rotate(360deg);
		}
	}
	
/***********************************************************************************
 *	+ PAGE WRAPPER
 ***********************************************************************************/
 
 	#main-container {
		overflow: hidden;
		background-color: #fff;
		box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.7);
	}
	
	@media (max-width: 767px) {
		
		#main-container {
			box-shadow: none;
		}
		
	}
 
/***********************************************************************************
 *	+ HEADER
 ***********************************************************************************/ 
/***********************************************************************************
 *	- HEADER CONTAINER
 ***********************************************************************************/
	
	.header-style-1 #header-container {
		position: absolute;
		z-index: 8000;
		top: 0;
		right: 0;
		left: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}
	
	
	.header-style-4 #header-container {
		position: absolute;
		z-index: 8000;
		top: 0;
		right: 0;
		left: 0;
		padding: 0 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}
	
	.header-style-5 #header-container {
		background-color: #212121;
		color: #fff;
	}
	
	@media (min-width: 1200px) {
		
		.header-style-4 #header-container {
			padding: 0 30px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.header-style-1 #header-container {
			position: relative;
			border-bottom: none;
			background-color: #212121;
		}
		
		.header-style-4 #header-container {
			position: relative;
			padding: 0 10px;
			border-bottom: none;
			background-color: #212121;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.header-style-1 #header-container {
			position: relative;
			border-bottom: none;
			background-color: #212121;
		}
		
		.header-style-4 #header-container {
			position: relative;
			padding: 0;
			border-bottom: none;
			background-color: #212121;
		}
		
	}
	
/***********************************************************************************
 *	- HEADER TOP
 ***********************************************************************************/
	
    #header-up {
		background: #fcf7fd;
	}

	#header-top {
		padding: 0 0 10px 0;
	}
	
	#header-top .widget:last-child {
		margin-bottom: 0;
        margin-top: 40px;
        float: right;
	}
	
	.header-top-style-1.header-style-2 #header-top .widget-contact ul li {
		float: left;
		/*width: 33.333333%;*/
		padding-right: 30px;
		margin-bottom: 0;
        font-weight: 600;
        color: #652b7c;
	}

    .header-top-style-1.header-style-2 #header-top .widget-contact ul li:last-child{
        padding: 0 !important;
    }

    .header-top-style-1.header-style-2 #header-top .widget-contact ul li a{
        color: #652b7c;
        font-size: 15px;
    }
	
	.header-top-style-1.header-style-3 #header-top .widget-contact ul li {
		float: left;
		width: 33.333333%;
		padding-right: 30px;
		margin-bottom: 0;
	}
	
	.header-top-style-2 #header-top {
		padding: 10px 0;
		background-color: #5967d6;
		color: #fff;
	}
	
	.header-top-style-2.header-style-5 #header-top {
		padding: 30px 0;
		background-color: transparent;
	}
	
	.header-top-style-2 #header-top a,
	.header-top-style-2 #header-top h1,
	.header-top-style-2 #header-top h2,
	.header-top-style-2 #header-top h3,
	.header-top-style-2 #header-top h4,
	.header-top-style-2 #header-top h5,
	.header-top-style-2 #header-top h6, 
	.header-top-style-2 blockquote:before {
		color: inherit;
	}
	
	.header-top-style-2 #header-top a:hover {
		color: #212121;
	}
	
	.header-top-style-2 #header-top .widget-pages ul li a:before,
	.header-top-style-2 #header-top .widget-metadata ul li a:before,
	.header-top-style-2 #header-top .widget-archives ul li a:before,
	.header-top-style-2 #header-top .widget-categories ul li a:before {
		background-color: #212121;
	}
	
	.header-top-style-2 #header-top .widget-tags a:hover {
		color: #fff;
	}
	
	.header-top-style-2 #header-top .widget-contact ul li:hover i {
		color: #212121;
	}
	
	.header-top-style-2.header-style-5 #header-top a:hover {
		color: #5967d6;
	}
	
	.header-top-style-2.header-style-5 #header-top .widget-pages ul li a:before,
	.header-top-style-2.header-style-5 #header-top .widget-metadata ul li a:before,
	.header-top-style-2.header-style-5 #header-top .widget-archives ul li a:before,
	.header-top-style-2.header-style-5 #header-top .widget-categories ul li a:before {
		background-color: #5967d6;
	}
	
	.header-top-style-2.header-style-5 #header-top .widget-tags a:hover {
		color: #fff;
	}
	
	.header-top-style-2.header-style-5 #header-top .widget-contact ul li:hover i {
		color: #5967d6;
	}
	
	.header-top-style-2.header-style-6 #header-top .widget-contact ul li {
		display: inline-block;
		padding-left: 25px;
		margin-right: 20px;
		margin-bottom: 0;
		font-size: 14px;
		font-weight: 300;
	}
	
	.header-top-style-2.header-style-6 #header-top .widget-contact ul li i {
		top: -8px;
		font-size: 20px;
	}
	
	.header-top-style-2.header-style-6 #header-top .widget-contact ul li small {
		display: inline-block;
	}
	
	.header-top-style-2.header-style-6 #header-top .widget-social .social-media {
		text-align: right;
	}
	
	.header-top-style-2.header-style-6 #header-top .widget-social .social-media a {
		font-size: 14px;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.header-top-style-2.header-style-6 #header-top .widget-contact ul li {
			padding-left: 0;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.header-top-style-2.header-style-6 #header-top {
			display: none;
		}
		
	}
	
/***********************************************************************************
 *	- HEADER
 ***********************************************************************************/
 
	#header {
		position: relative;
		z-index: 2;
	}
	
	#header [class^="col-"] {
		position: static;
	}
	
	#header .container {
		position: relative;
	}
	
	.header-style-2 #header {
		background-color: #652b7c;
	}
	
	.header-style-3 #header:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		width: 1000px;
		margin: 0 auto;
		background-color: #5967d6;
		content: "";
		-webkit-transform: translateX(-50%) skew(-45deg);
			-ms-transform: translateX(-50%) skew(-45deg);
				transform: translateX(-50%) skew(-45deg);
	}
	
	.header-style-5 #header {
		border-top: 1px solid #5967d6;
	}
	
	@media (min-width: 1200px) {
		
		.header-style-3 #header:before {
			width: 1275px;
		}
		
		.header-style-4 #header [class^="col-"] {
			position: relative;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.header-style-2 #header [class^="col-"] {
			min-height: 0;
		}
		
		.header-style-3 #header [class^="col-"] {
			min-height: 0;
		}
		
		.header-style-5 #header {
			border-top: none;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.header-style-2 #header [class^="col-"] {
			min-height: 0;
		}
		
		.header-style-3 #header [class^="col-"] {
			min-height: 0;
		}
		
		.header-style-5 #header {
			border-top: none;
		}
		
	}

    .skipcontent-pnl {
        text-align: right;
        float: right;
        padding: 10px 15px;
    }

    .skipcontent-pnl ul {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding: 0 10px;
        border-right: 2px solid #c69ad7;
        line-height: 24px;
    }

    .skipcontent-pnl ul li {
        display: inline-block;
        vertical-align: middle;
    }

    .skipcontent-pnl ul li a {
        text-decoration: none;
        position: relative;
        color: #652b7c;
        padding: 0 5px;
        font-weight: 600;
        font-size: 17px;
    }

    .skipcontent-pnl ul li a:hover{
        color: #b953e1;
    }

    .skipcontent-pnl ul li a span {
        display: block;
        height: 14px;
        line-height: 14px;
        text-align: center;
        position: absolute;
        top: -7px;
        width: 100%;
    }

    .skipcontent-pnl ul:last-child {
        border-right: 0;
    }

    @media screen and (max-width: 992px){
        .skipcontent-pnl {
            padding: 7px;
            text-align: center;
            margin-bottom: 10px;
        }

        .skipcontent-pnl ul li a{
            font-size: 14px;
        }
    }
	
/***********************************************************************************
 *	- LOGO
 ***********************************************************************************/

	#logo {
		max-width: 100%;
		margin: 30px 0;
	}
	
	#header-top #logo {
		margin: -5px 0;
	}
	
	#logo a {
		display: inline-block;
		max-width: 100%;
		text-align: center;
	}
	
	.header-style-5 #logo {
		text-align: center;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.header-style-5 #logo {
			text-align: left;
		}
		
	}
	
	@media (max-width: 767px) {
		
		#logo {
			margin-right: 60px;
		}
		
		.header-style-5 #logo {
			text-align: left;
		}
		
	}

/***********************************************************************************
 *	- MENU
 ***********************************************************************************/
 	
 	.menu,
	.menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	.menu {
		float: right;
		margin-top: 0px;
	}
	
	.header-style-2 .menu {
		float: none;
	}

    .header-style-2 .menu:hover li a {
		opacity: 0.7;
	}

	.header-style-2 .menu:hover li.dropdown ul li a {
        opacity: 1 !important;
	}

	
	.header-style-3 .menu {
		float: none;
	}
	
	.header-style-5 .menu {
		float: none;
	}
	
	.menu > li {
		float: left;
        margin-right: 2px;
	}
	
	.menu li a {
		display: block;
		padding: 7px 20px;
		color: #652b7c;
        font-weight: 500;
		font-size: 14px;
		line-height: 20px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.menu > li > a {
		position: relative;
		padding: 10px 10px 38px;
		border-bottom: none;
		margin-right: 7px;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
        /*text-transform: uppercase;*/
	}
	
	.header-style-6 .menu > li > a {
		color: #212121;
	}
	
	.header-style-2 .menu > li:first-child > a {
		/*padding-left: 0;*/
	}
	
	.header-style-3 .menu > li:first-child > a {
		padding-left: 0;
	}
	
	.header-style-5 .menu > li:first-child > a {
		padding-left: 0;
	}
	
	.menu > li:last-child > a {
		margin-right: 0;
	}
	
	.menu li.dropdown ul {
		position: absolute;
		z-index: 2000;
		top: 80%;
		left: 0;
		display: none;
		width: 250px;
        padding: 8px 0;
        border-radius: 8px;
		border: none;
		background-color: #fff;
	}
	
	.menu li.dropdown ul ul {
		top: -8px;
		left: 100%;
	}
	
	.menu li.dropdown:hover > ul {
		display: block;
	}
	
	.menu li.megamenu .megamenu-container {
		position: absolute;
		z-index: 2000;
		top: 100%;
		left: 0;
		display: none;
		width: 100%;
		border: 1px solid #212121;
		border-bottom: none;
		background-color: #151515;
	}
	
	.megamenu-container .section {
		float: left;
		width: 25%;
		border-right: 1px solid #212121;
	}
	
	.megamenu-container .section:last-child {
		border-right: none;
	}
	
	.megamenu-container.col-2 .section { 
		width: 50%; 
	}
	
	.megamenu-container.col-3 .section { 
		width: 33.33333333%; 
	}
	
	.megamenu-container.col-4 .section { 
		width: 25%; 
	}
	
	.megamenu-container.col-5 .section { 
		width: 20%; 
	}
	
	.menu li.megamenu:hover > .megamenu-container { 
		display: block; 
	}
	
	.sf-arrows .sf-with-ul:after {
		position: absolute;
		top: 15px;
        font-weight: bold;
		right: 0;
		display: none;
		font-family: "FontAwesome";
		font-size: 15px;
		opacity: 1;
		content: "\f107";
	}
		
	.sf-arrows > li:hover > .sf-with-ul:after {}
		
	.sf-arrows ul .sf-with-ul:after {
		top: 50%;
		right: 15px;
		display: block;
		content: "\f105";
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}

    /*.menu li:hover, 
	.menu li.active, 
	.menu li.sfHover {
		background: #22b0d4;
	}*/
	
	.menu li a:hover,  
	.menu li.sfHover > a {
		color: #ffffff !important;
		text-decoration: none;
        opacity: 1 !important;
	}
	
	.header-style-3 .menu li.active > a, 
	.header-style-3 .menu > li > a:hover, 
	.header-style-3 .menu > li.sfHover > a {
		color: #212121;
	}
	
	.menu li.dropdown ul li a:hover:before,
	.menu li.dropdown ul li.sfHover > a:before,
	.megamenu-container .section ul li a:hover:before {
		border-color: #5967d6;
	}
	
	.menu ul li > a:hover,
	.menu ul li.sfHover > a {
		color: #d15eff !important;
        background: rgb(209, 94, 255, 0.08);
        font-weight: bold;
	}
	
	@media (min-width: 1200px) {
		
		.menu > li > a {
			padding: 15px 13px;
		}
		
		.sf-arrows .sf-with-ul:after {
			display: block;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
	
		.menu {
			display: none;
		}
		
	}
	
	@media (max-width: 767px) {
	
		.menu {
			display: none;
		}
		
	}
	
/***********************************************************************************
 *	- MOBILE MENU
 ***********************************************************************************/	
	
	#mobile-menu-button {
		float: right;
		display: none;
		width: 45px;
        height: 38px;
        border: 1px solid #fff;
        border-radius: 5px;
        background-color: #00387a;
        color: #fff;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
	}
	
	#mobile-menu,
	#mobile-menu ul {
		list-style: none;
		display: none;
		margin: 0;
		background-color: #652b7c;
	}

	#mobile-menu {
		border-bottom: 1px solid #fff;
	}
	
	#mobile-menu li a {
		display: block;
		padding: 8px 30px;
		color: #fff;
		font-size: 13px;
		text-decoration: none;
		text-transform: none;
	}

	#mobile-menu > li > a {
		font-size: 14px;
		font-weight: 500;
		text-transform: none;
	}

    #mobile-menu ul{
        margin: 0px 20px 0 45px;
        border-radius: 8px;
        background: #87549b;
    }

	#mobile-menu ul a {
		padding: 8px 15px
	}

	#mobile-menu ul ul a {
		padding-left: 0px;
	}

    #mobile-menu ul li a:hover{
        color: #652b7c !important;
        background: #e6cbf1;
        font-weight: bold;
    }

	#mobile-menu .megamenu-container {
		display: none;
		margin-left: 0;
	}

	#mobile-menu .megamenu-container .section {
		float: none;
		width: 100%;
		margin-bottom: -1px;
		padding: 0 20px 20px 20px;
	}

	#mobile-menu .megamenu-container .section ul {
		display: block;
		margin: 0 -25px -20px;
	}

	#mobile-menu .megamenu-container .section ul a {
		padding-left: 40px;
	}

	#mobile-menu .megamenu-container .section > ul li a:before {
		display: none;
	}

	#mobile-menu .megamenu-container .section ul li:last-child a {
		border-bottom: 1px solid #fff;
	}
	
	#mobile-menu li.dropdown > a,
	#mobile-menu li.megamenu > a { 
		position: relative;
	}
	
	#mobile-menu li.dropdown > a:after,
	#mobile-menu li.megamenu > a:after {
		position: absolute;
		top: 50%;
		right: 20px;
		font-family: "FontAwesome";
		font-size: 15px;
		content: "\f107";
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	#mobile-menu li.dropdown > a.open:after,
	#mobile-menu li.megamenu > a.open:after {
		content: "\f106";
	}
	
	#mobile-menu li.search a {
		display: none;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#mobile-menu-button {
			display: block;
			margin-top: 26px;
		}
		
		.header-style-2 #mobile-menu-button {
			position: absolute;
			top: -79px;
			right: 15px;
			margin-top: 0;
		}
		
		.header-style-3 #mobile-menu-button {
			position: absolute;
			top: -79px;
			right: 15px;
			margin-top: 0;
		}
		
		.header-style-4 #mobile-menu {
			margin: 0 -10px;
		}
		
		.header-style-5 #mobile-menu-button {
			position: absolute;
			top: -79px;
			right: 0;
			margin-top: 0;
		}
		
		.header-style-5 #mobile-menu {
			margin: 0 -25px;
		}
		
	}
	
	@media (max-width: 767px) {
	
		#mobile-menu-button {
			position: absolute;
			top: 26px;
			right: 15px;
			display: block;
		}
		
		.header-style-2 #mobile-menu-button {
			top: 5px;
		}
		
		.header-style-3 #mobile-menu-button {
			top: -79px;
		}
		
		.header-style-5 #mobile-menu-button {
			top: -79px;
			right: 0;
		}
		
		.header-style-5 #mobile-menu {
			margin: 0 -20px;
		}
		
	}
	
/***********************************************************************************
 *	- SEARCH
 ***********************************************************************************/
 
	.menu li.search {}
	
	.header-style-2 .menu li.search {
		margin-right: 5px;
		float: right;
	}
	
	.header-style-3 .menu li.search {
		float: right;
	}
	
	.header-style-5 .menu li.search {
		float: right;
	}
	
	.menu li.search a,
	.header-style-3 .menu li.search a,
	.header-style-5 .menu li.search a {
		color: #fff;
	}
	
	.header-style-6 .menu li.search a {
		color: #212121;
	}
	
	.menu li.search a:hover {
		color: #5967d6;
	}
	
	.header-style-3 .menu li.search a:hover {
		color: #212121;
	}
	
	#search-form {
		position: absolute;
		z-index: 10;
		top: 25px;
		right: 115px;
		display: none;
	}
	
	.header-style-2 #search-form {
		right: 10px;
	}
	
	.header-style-3 #search-form {
		right: 20px;
	}
	
	.header-style-5 #search-form {
		right: 0;
	}
	
	#search-submit { 
		display: none; 
	}
	
	#search-form #search {
		width: 0;
		height: 50px;
		padding: 0 40px 0 25px;
		border: 1px solid #5967d6;
		border-radius: 0;
		background-color: #fff;
		color: #878787;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	#search-form #search:focus {
		background-color: #fff;
	}
	
	#search-form.open #search {
		width: 430px;
	}
	
	#search-form a.close { 
		position: absolute;
		top: 1px;
		right: -10px;
		border-bottom: none;
		color: #878787;
		font-size: 18px;
		font-weight: 400;
		text-decoration: none;
		opacity: 1;
	}
	
	@media (min-width: 1200px) {
		
		#search-form {
			right: 130px;
		}
		
	}
	
	@media (max-width: 991px) {
		
		#mobile-menu li.search a {
			display: none;
		}
		
		#search-form-container {
			padding: 15px 20px;
			border-top: 1px solid #fff;
		}
	
		#search-form {
			position: relative;
			top: 0;
			right: 0;
			display: block;
			width: 100%;
		}
		
		#search-form #search {
			width: 100%;
			height: 50px;
			padding-right: 50px;
			margin-bottom: 0;
		}

		#search-form #search-submit {
			position: absolute;
			top: 4px;
			right: 15px;
			display: block;
			padding: 0;
			border: none;
			width: 30px;
			height: 45px;
			background: url(../images/search.png) no-repeat center center;
		}
		
		.header-style-3 #search-form {
			right: 0;
		}
		
	}
	
/***********************************************************************************
 *	- SIGN IN
 ***********************************************************************************/
	
	.menu li.sign-in .btn {
		padding: 5px 20px;
		margin-top: 4px;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	
	.header-style-6 .menu li.sign-in .btn {
		color: #fff;
	}
	
	.menu li.sign-in .btn:hover {
		color: #fff;
	}
	
	#sign-in {
		display: none;
	}
	
	#sign-in h2 {
		margin-top: 20px;
	}
	
	.sign-in-form {
		margin-top: 50px;
	}
	
	.sign-in-form #email,
	.sign-in-form #password {
		position: relative;
		z-index: 1;
	}
	
	.sign-in-form .btn {
		margin-top: 20px;
		margin-bottom: 0;
	}
	
	@media (min-width: 1200px) {
		
		.menu li.sign-in .btn {
			padding: 5px 23px;
		}
		
	}
	
	@media (max-width: 991px) {
		
		#mobile-menu li.sign-in {
			border-top: 1px solid #fff;
		}
		
		#mobile-menu li.sign-in .btn {
			display: inline-block;
			border-top: none;
			margin: 15px 20px;
			background-color: #121212;
			font-size: 12px;
			font-weight: 400;
			letter-spacing: 1px;
			text-transform: uppercase;
		}
		
	}
	
/***********************************************************************************
 *	- STICKY
 ***********************************************************************************/
 	
	#header-sticky [class^="col-"] {
		position: static;
	}
	
	#header-sticky .container,
	#header-sticky .container-fluid {
		position: relative;
	}

	#header-sticky {
		position: fixed;
		z-index: 8000;
		top: 0;
		right: 0;
		left: 0;
		display: none;
		width: 100%;
		margin: 0 auto;
		background-color: #652b7c;
		box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
		-webkit-transition: opacity 0.3s;
				transition: opacity 0.3s;
	}
	
	.header-style-3 #header-sticky {
		background-color: #5967d6;
	}
	
	.header-style-4 #header-sticky {
		padding: 0 20px;
	}
	
	.header-style-4 #header-sticky #search-form {
		right: 160px;
	}
	
	.header-style-5 #header-sticky nav {
		position: relative;
		width: 940px;
		margin: 0 auto;
	}
	
	.header-style-5 #header-sticky #search-form {
		top: 0;
	}
	
	.header-style-6 #header-sticky {
		background-color: #fff;
	}
	
	@media (min-width: 1200px) {
		
		.header-style-4 #header-sticky [class^="col-"] {
			position: relative;
		}
		
		.header-style-4 #header-sticky {
			padding: 0 30px;
		}
		
		.header-style-5 #header-sticky nav {
			width: 1140px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#header-sticky {
			visibility: hidden;
		}
		
	}
	
	@media (max-width: 767px) {
		
		#header-sticky {
			visibility: hidden;
		}
		
	}

/***********************************************************************************
 *	+ PAGE CONTENT
 ***********************************************************************************/
	
	#page-content {
		position: relative;
		z-index: 1;
		padding-bottom: 50px;
	}

/***********************************************************************************
 *	- PAGE HEADER
 ***********************************************************************************/
 	
	#page-header {
		position: relative;
		padding: 70px 0;
		margin-bottom: 100px;
		background: no-repeat center center;
	}
	
	#page-header h2 {
		margin-bottom: 0;
		color: inherit;
		font-size: 36px;
	}
	
	.header-style-1 #page-header {
		z-index: 1;
		padding-top: 170px;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.header-style-1 #page-header:after {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #000;
		opacity: 0.55;
		content: "";
	}
	
	.header-style-1 .breadcrumb {
		font-size: 12px;
		letter-spacing: 2px;
		text-align: right;
		text-transform: uppercase;
	}
	
	.header-style-1 #page-header .breadcrumb li a,
	.header-style-1 #page-header .breadcrumb > li + li:before {
		color: #fff;
	}
	
	.header-style-2 #page-header {
		padding: 40px 0;
	}
	
	.header-style-2 #page-header .breadcrumb > li + li:before {
		content: ">";
	}
	
	.header-style-3 #page-header {
		padding: 80px 0 30px;
		margin-top: -50px;
		background-color: #e4eef2;
	}
	
	.header-style-4 #page-header {
		z-index: 1;
		padding: 185px 0 85px;
		color: #fff;
		text-align: center;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.header-style-4 #page-header:after {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #000;
		opacity: 0.55;
		content: "";
	}
	
	.header-style-5 #page-header {
		padding: 40px 0;
		background-color: #f7f7f7;
	}
	
	.header-style-6 #page-header {
		z-index: 1;
		padding: 50px 0;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.header-style-6 #page-header:after {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #000;
		opacity: 0.55;
		content: "";
	}
	
	.header-style-6 #page-header .breadcrumb li a,
	.header-style-6 #page-header .breadcrumb > li + li:before {
		color: #fff;
	}
	
	@media (max-width: 991px) {
		
		.header-style-1 #page-header {
			padding-top: 70px;
		}
		
		.header-style-2 #page-header {
			border-top: 1px solid #ebebeb;
		}
		
		.header-style-3 #page-header {
			padding-top: 30px;
			margin-top: 0;
		}
		
		.header-style-4 #page-header {
			padding-top: 85px;
		}
		
	}

/***********************************************************************************
 *	+ FOOTER
 ***********************************************************************************/
	
	.footer-parallax #footer-container {
		position: fixed;
		z-index: -1;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	@media (max-width: 767px) {
		
		.footer-parallax #footer-container {
			position: relative;
			z-index: 1;
			bottom: 0;
			left: 0;
			right: 0;
		}
		
	}
	
/***********************************************************************************
 *	- FOOTER
 ***********************************************************************************/
 
 	#footer {
		padding: 50px 0;
		background-color: #652b7c;
		color: #949494;
		font-size: 14px;
		font-weight: 300;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 
            sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	}
	
	#footer a {
		color: inherit;
	}
	
	#footer a:hover {
		color: #fff;
	}
	
	#footer h1,
	#footer h2,
	#footer h3,
	#footer h4,
	#footer h5,
	#footer h6 {
		color: #fff;
	}
	
	#footer .widget:last-child {
		margin-bottom: 0;
	}
	
	#footer .widget-title {
		margin-bottom: 20px;
        padding-bottom: 8px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 20px;
	}

    #footer .widget-title::after {
        position: absolute;
        width: 55px;
        height: 3px;
        background: #f9b3a1;
        content: "";
        left: 16px;
        top: 40px 
    }
	
	#footer .widget-tags a:hover {
		color: #fff;
	}
	
	#footer .widget-pages ul li,
	#footer .widget-archives ul li,
	#footer .widget-metadata ul li,
	#footer .widget-categories ul li {
		margin-bottom: 7px;
	}
	
	#footer .widget-pages ul li:last-child,
	#footer .widget-archives ul li:last-child,
	#footer .widget-metadata ul li:last-child,
	#footer .widget-categories ul li:last-child {
		margin-bottom: 0;
	}
	
	#footer .widget-pages ul li a,
	#footer .widget-archives ul li a,
	#footer .widget-metadata ul li a,
	#footer .widget-categories ul li a {
		font-size: 14.5px;
		font-weight: 600;
        color: #fff;
	}
    #footer .widget-pages ul li a:hover{
        color: #ffa851;
    }
	
	#footer .widget-pages ul li a:before {
		opacity: 1;
	}
	
	#footer .widget-recent-posts ul li {
		border-bottom: 1px solid #444;
		margin-bottom: 25px;
	}
	
	#footer .widget-recent-posts ul li:last-child {
		border-bottom: none;
		margin-bottom: 0;
	}
	
	#footer .widget-recent-posts ul li .post-title {
		color: #fff;
	}
	
	#footer .widget-recent-posts ul li .post-title:hover {
		color: #5967d6;
	}
	
	#footer .widget-contact {
		color: #fff;
	}
	
	#footer .widget-contact i,
	#footer .widget-contact small {
		color: #f9b3a1;
	}
	
	#footer .widget-contact li:hover i {
		color: #22b0d5;
	}
	
	@media (max-width: 767px) {
		
		#footer [class^="col-"] + [class^="col-"] {
			margin-top: 50px;
		}
		
	}
	
/***********************************************************************************
 *	- FOOTER BOTTOM
 ***********************************************************************************/
	
	#footer-bottom {
		padding: 15px 0;
		background-color: #4e255f;
		color: #22b0d5;
		font-size: 14px;
		font-weight: 300;
	}
	
	#footer + #footer-bottom {
		border-top: 1px solid #283c4b;
	}
	
	#footer-bottom a {
		color: inherit;
	}
	
	#footer-bottom a:hover {
		color: #fff;
	}
	
	#footer-bottom h1,
	#footer-bottom h2,
	#footer-bottom h3,
	#footer-bottom h4,
	#footer-bottom h5,
	#footer-bottom h6 {
		color: #fff;
	}
	
	#footer-bottom .widget:last-child {
		margin-bottom: 0;
	}
	
	#footer-bottom .widget-tags a:hover {
		color: #fff;
	}
	
	#footer-bottom .widget-text .copyright {
		text-align: right;
	}
	
	@media (max-width: 767px) {
		
		#footer-bottom [class^="col-"] + [class^="col-"] {
			margin-top: 20px;
		}
		
		#footer-bottom .widget-text .copyright {
			text-align: left;
		}
		
	}
	
/***********************************************************************************
 *	+ PAGES
 ***********************************************************************************/
/***********************************************************************************
 *	- INDEX
 ***********************************************************************************/
 


/***********************************************************************************
 *	- ABOUT
 ***********************************************************************************/
 
	.about-me {
		margin-bottom: 50px;
	}
	
	.about-me-thumbnail {
		margin-bottom: 35px;
	}
	
	.about-me h4 {
		margin-bottom: 0;
	}
	
	.about-me h4 + p {
		font-size: 12px;
		letter-spacing: 3.5px;
		text-transform: uppercase;
	}
 
/***********************************************************************************
 *	- SERVICES
 ***********************************************************************************/
 	
	.service-box {
		margin-bottom: 50px;
	}
	
	.service-box-content {}
	
	.service-box-content > *:last-child {
		margin-bottom: 0;
	}
	
	.service-box .service-box-content > a {
		display: inline-block;
		border-bottom: 1px solid #5967d6;
		color: #212121;
		font-size: 14px;
		font-weight: 500;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box .service-box-content > a:hover {
		color: #5967d6;
	}
	
	
	/* SERVICE BOX STYLE 1 */
	.service-box.style-1 {}
	
	.service-box.style-1 .service-box-content {}
	
	.service-box.style-1 .service-box-content h5 {
		margin-bottom: 15px;
		text-transform: uppercase;
	}
	
	.service-box.style-1 .service-box-content h5:before {
		display: inline-block;
		width: 11px;
		height: 11px;
		border: 2px solid #5967d6;
		border-radius: 50%;
		margin-right: 20px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-1:hover .service-box-content h5:before {
		background-color: #5967d6;
	}
	
	
	/* SERVICE BOX STYLE 2 */
	.service-box.style-2 {}
	
	.service-box.style-2:before {
		position: relative;
		top: 8px;
		float: left;
		display: inline-block;
		width: 11px;
		height: 11px;
		border: 2px solid #5967d6;
		border-radius: 50%;
		margin-right: 20px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-2 .service-box-content {
		margin-left: 30px;
	}
	
	.service-box.style-2 .service-box-content h5 {
		margin-bottom: 15px;
		text-transform: uppercase;
	}
	
	.service-box.style-2:hover:before {
		background-color: #5967d6;
	}
	
	
	/* SERVICE BOX STYLE 3 */
	.service-box.style-3 {}
	
	.service-box.style-3 > i {
		float: left;
		display: block;
		color: #5967d6;
		font-size: 42px;
		line-height: 42px;
		-webkit-transition: all 0.2s;
				transition: all 0.2s;
	}
	
	.service-box.style-3.big-icon > i {
		margin-top: 7px;
		font-size: 72px;
		line-height: 72px;
	}
	
	.service-box.style-3 .service-box-content {
		margin-left: 70px;
	}
	
	.service-box.style-3.big-icon .service-box-content {
		margin-left: 105px;
	}
	
	.service-box.style-3 .service-box-content h5 {
		padding-top: 19px;
		margin-bottom: 15px;
		text-transform: uppercase;
	}
	
	.service-box.style-3.big-icon .service-box-content h5 {
		padding-top: 0;
	}
	
	.service-box.style-3:hover > i {
		color: #212121;
		-webkit-transform: scale(1.05);
			-ms-transform: scale(1.05);
				transform: scale(1.05);
	}
	
	
	/* SERVICE BOX STYLE 4 */
	.service-box.style-4 {}

	.service-box.style-4 > i {
		position: relative;
		z-index: 1;
		float: left;
		display: block;
		width: 60px;
		height: 60px;
		color: #fff;
		font-size: 42px;
		line-height: 60px;
		text-align: center;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.service-box.style-4 > i:after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		display: block;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background-color: #5967d6;
		content: "";
		-webkit-transition: all 0.5s;
				transition: all 0.5s;
	}
	
	.service-box.style-4 .service-box-content {
		margin-left: 80px;
	}

	.service-box.style-4 .service-box-content h4 {
		padding-top: 5px;
		margin-bottom: 30px;
		line-height: 26px;
	}
	
	.service-box.style-4:hover > i:after {
		background-color: #212121;
	}
	
	
	/* SERVICE BOX STYLE 5 */
	.service-box.style-5 {
		color: #212121;
	}
	
	.service-box.style-5 > i {
		display: block;
		margin-bottom: 20px;
		color: #ccc;
		font-size: 54px;
		line-height: 54px;
		-webkit-transition: all 0.2s;
				transition: all 0.2s;
	}
	
	.service-box.style-5.big-icon > i {
		margin-bottom: 25px;
		font-size: 72px;
		line-height: 72px;
	}
	
	.service-box.style-5 .service-box-content {}
	
	.service-box.style-5 .service-box-content h5 {
		margin-bottom: 15px;
		font-weight: 400;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	
	.service-box.style-5 .service-box-content > a {
		position: relative;
		bottom: -20px;
		opacity: 0;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-5:hover > i {
		color: #5967d6;
	}
	
	.service-box.style-5:hover .service-box-content > a {
		bottom: 0;
		opacity: 1;
	}
	
	
	/* SERVICE BOX STYLE 6 */
	.service-box.style-6 {}

	.service-box.style-6.icon-right {
		text-align: right;
	}

	.service-box.style-6 > i {
		display: block;
		font-size: 42px;
		line-height: 42px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.service-box.style-6.icon-left > i {
		float: left;
		margin-right: 25px;
	}

	.service-box.style-6.icon-right > i {
		float: right;
		margin-left: 25px;
	}

	.service-box.style-6 .service-box-content h4 {
		padding-top: 8px;
		margin-bottom: 30px;
	}
	
	.service-box.style-6:hover > i {
		color: #5967d6;
		-webkit-animation: icon-zoom 0.4s linear;
				animation: icon-zoom 0.4s linear;
	}
	
	@-webkit-keyframes icon-zoom {
		50% {
			-webkit-transform: scale(1.1);
				-ms-transform: scale(1.1);
					transform: scale(1.1);
		}
	}

	@keyframes icon-zoom {
		50% {
			-webkit-transform: scale(1.1);
				-ms-transform: scale(1.1);
					transform: scale(1.1);
		}
	}
	
	
	/* SERVICE BOX STYLE 7 */
	.service-box.style-7 {
		position: relative;
		z-index: 1;
		padding: 65px 25px;
		background: no-repeat center center;
		-webkit-background-size: cover;
				background-size: cover;
		color: #fff;
		text-align: center;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.service-box.style-7:before,
	.service-box.style-7:after {
		position: absolute;
		z-index: 3;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 10px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.service-box.style-7:before {
		border-right: 1px solid #5967d6;
		border-left: 1px solid #5967d6;
		-webkit-transform: scaleY(0);
			-ms-transform: scaleY(0);
				transform: scaleY(0);
		-webkit-transform-origin: 100% 0;
			-ms-transform-origin: 100% 0;
				transform-origin: 100% 0;
	}

	.service-box.style-7:after {
		border-top: 1px solid #5967d6;
		border-bottom: 1px solid #5967d6;
		-webkit-transform: scaleX(0);
			-ms-transform: scaleX(0);
				transform: scaleX(0);
		-webkit-transform-origin: 0 100%;
			-ms-transform-origin: 0 100%;
				transform-origin: 0 100%;
	}
	
	.service-box.style-7 .service-box-overlay {
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #121212;
		opacity: 0.9;
	}
	
	.service-box.style-7 > i {
		position: relative;
		z-index: 4;
		display: block;
		margin-bottom: 15px;
		color: #5967d6;
		font-size: 64px;
		line-height: 64px;
	}
	
	.service-box.style-7 .service-box-content {
		position: relative;
		z-index: 4;
	}
	
	.service-box.style-7 .service-box-content a {
		color: #5967d6;
	}
	
	.service-box.style-7 .service-box-content a:hover {
		color: #fff;
	}
	
	.service-box.style-7 .service-box-content h5 {
		text-transform: uppercase;
	}
	
	.service-box.style-7:hover:before {
		-webkit-transform: scaleY(1);
			-ms-transform: scaleY(1);
				transform: scaleY(1);
	}
	.service-box.style-7:hover:after {
		-webkit-transform: scaleX(1);
			-ms-transform: scaleX(1);
				transform: scaleX(1);
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
	
		.service-box.style-3 > i {
			float: none;
		}
		
		.service-box.style-3.big-icon > i {
			margin-bottom: 20px;
		}
	
		.service-box.style-3 .service-box-content {
			margin-left: 0;
		}
		
		.service-box.style-3.big-icon .service-box-content {
			margin-left: 0;
		}
		
		.service-box.style-4 > i {
			float: none;
			margin-bottom: 20px;
		}
		
		.service-box.style-4 .service-box-content {
			margin-left: 0;
		}
		
	}
 
/***********************************************************************************
 *	- PORTFOLIO
 ***********************************************************************************/
	
	.portfolio-item {
		margin-bottom: 30px;
	}
	
	.portfolio-item-thumbnail {
		position: relative;
	}
	
	.portfolio-item-thumbnail:after {
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border: 0 solid #fff;
		content: "";
		-webkit-transition: all 0.1s;
				transition: all 0.1s;
	}
	
	.portfolio-item-thumbnail img {
		width: 100%;
		display: block;
	}
	
	.portfolio-item-hover {
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 40px;
		background-color: rgba(89, 103, 214, 0.85);
		opacity: 0;
		-webkit-transform: scale(0.7);
			-ms-transform: scale(0.7);
				transform: scale(0.7);
		-webkit-transition: all 0.2s;
				transition: all 0.2s;
	}
	
	.zoom-action {
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		text-indent: -9999px;
		cursor: url(../images/cursor.png), zoom-in;
	}
	
	.portfolio-item-hover a {
		color: #fff;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.portfolio-item-hover a:hover {
		color: #212121;
	}
	
	.portfolio-item-details {
		text-align: center;
	}
	
	.portfolio-item-details h4 {
		margin-bottom: 5px;
	}
	
	.portfolio-item-details h6 {
		margin-bottom: 0;
		color: #838383;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 3px;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.portfolio-item-hover .portfolio-item-details {
		position: absolute;
		z-index: 3;
		top: 50%;
		left: 0;
		width: 100%;
		padding: 0 10px;
		opacity: 0;
		-webkit-transition: all 0.3s 0.1s;
				transition: all 0.3s 0.1s;
	}
	
	.portfolio-item-hover .portfolio-item-details h6 {
		color: #fff;
	}
	
	.portfolio-item-thumbnail + .portfolio-item-details {
		padding: 40px 0;
	}
	
	.portfolio-item:hover .portfolio-item-thumbnail:after {
		border-width: 5px;
	}
	
	.portfolio-item:hover .portfolio-item-hover {
		opacity: 1;
		-webkit-transform: scale(1);
			-ms-transform: scale(1);
				transform: scale(1);
	}
	
	.portfolio-item:hover .portfolio-item-hover .portfolio-item-details {
		opacity: 1;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	
	/* PORTFOLIO CLASSIC */
	.portfolio-item.portfolio-classic {
		margin-bottom: 50px;
	}
	
	.portfolio-item.portfolio-classic .portfolio-item-thumbnail {
		float: left;
		width: 66.666667%;
	}
	
	.portfolio-item.portfolio-classic .portfolio-item-details {
		float: left;
		width: 33.333333%;
		padding: 0;
		padding-left: 30px;
		text-align: left;
	}
	
	.portfolio-item.portfolio-classic .portfolio-item-details h6 {
		margin-bottom: 20px;
	}
	
	.portfolio-item.portfolio-classic:hover .portfolio-item-thumbnail:after {
		border-width: 0;
	}
	
	.portfolio-item.portfolio-classic:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	
	/* PROJECT DETAILS */
	.project-details {
		margin-bottom: 40px;
		list-style: none;
	}
	
	.project-details li {
		margin-bottom: 25px;
		line-height: 26px;
	}
	
	.project-details li:last-child {
		margin-bottom: 0;
	}
	
	.project-details li i {
		float: left;
		display: block;
		width: 52px;
		height: 52px;
		border: 1px solid #ebebeb;
		margin-right: 15px;
		font-size: 32px;
		line-height: 50px;
		text-align: center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.project-details li h4 {
		margin-bottom: 0;
		line-height: 26px;
		font-weight: 500;
	}
	
	.project-details li a {
		color: #878787;
	}
	
	.project-details li:hover i {
		border-color: #5967d6;
		background-color: #5967d6;
		color: #fff;
	}
	
	.portfolio-item.portfolio-classic .project-details:after,
	.portfolio-item.portfolio-classic .project-details li:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (min-width: 1200px) {
		
		.portfolio-item.portfolio-classic .project-details li {
			float: left;
			width: 50%;
			padding-left: 15px;
		}
		
		.portfolio-item.portfolio-classic .project-details li:nth-child(odd) {
			padding-left: 0;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.portfolio-item-hover {
			margin: 20px;
		}
		
		.portfolio-item.portfolio-classic .portfolio-item-thumbnail,
		.portfolio-item.portfolio-classic .portfolio-item-details {
			float: none;
			width: 100%;
		}
		
		.portfolio-item.portfolio-classic .portfolio-item-details {
			padding: 0;
			margin-top: 20px;
		}
		
		.portfolio-item.portfolio-classic .project-details li {
			float: left;
			width: 50%;
			padding-left: 15px;
		}
		
		.portfolio-item.portfolio-classic .project-details li:nth-child(odd) {
			padding-left: 0;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.portfolio-item-hover {
			margin: 20px;
		}
		
		.portfolio-item.portfolio-classic .portfolio-item-thumbnail,
		.portfolio-item.portfolio-classic .portfolio-item-details {
			float: none;
			width: 100%;
		}
		
		.portfolio-item.portfolio-classic .portfolio-item-details {
			padding: 0;
			margin-top: 20px;
		}
		
		
	}
	
/***********************************************************************************
 *	- BLOG
 ***********************************************************************************/
 	
	/* BLOG ARTICLE */
	.blog-article {
		margin-bottom: 80px;
	}
	
	.blog-article-thumbnail {
		margin-bottom: 40px;
	}
	
	.blog-article-thumbnail img {}
	
	.blog-article-title {
		margin-bottom: 15px;
	}
	
	.blog-article-details {
		margin-bottom: 20px;
		font-size: 14px;
	}
	
	.blog-article-details a {
		display: inline-block;
		padding-right: 10px;
		border-right: 1px solid #838383;
		margin-right: 5px;
		color: #838383;
		line-height: 14px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.blog-article-details a:last-child {
		padding-right: 0;
		border-right: none;
		margin-right: 0;
	}
	
	.blog-article-details a:before {
		margin-right: 3px;
		font-family: "materia-icons";
		font-size: 20px;
	}
	
	.blog-article-details a.author:before {
		content: "\e9f3";
	}
	
	.blog-article-details a.date:before {
		content: "\e920";
	}
	
	.blog-article-details a.comments:before {
		position: relative;
		top: 4px;
		content: "\e9d3";
	}
	
	.blog-article-details a:hover {
		color: #5967d6;
		text-decoration: none;
	}
	
	.blog-article-content {
		font-size: 16px;
	}
	
	.blog-article-content > a {
		display: inline-block;
		border-bottom: 1px solid #5967d6;
		color: #5967d6;
		font-size: 14px;
		font-weight: 500;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.blog-article-content > a:hover {
		border-color: #212121;
		color: #212121;
	}
	
	
	/* BLOG POST COMMENT */
	.commentlist-title {}
	
	.commentlist,
	.commentlist ul {
		list-style: none;
	}
	
	.commentlist {
		margin: 70px 0 100px;
	}
	
	.commentlist ul {}
	
	.commentlist li > ul.children {
		margin-left: 100px;
	}
	
	.commentlist li {}
	
	.comment-body {
		position: relative;
		padding-left: 100px;
		margin-bottom: 65px;
	}
	
	.comment-author {}
	
	.comment-author .avatar {
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 50%;
	}
	
	.comment-author .fn {
		color: #212121;
		font-size: 14px;
		letter-spacing: 3px;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.comment-author .fn:hover {
		color: #5967d6;
	}
	
	.comment-author .says {
		display: none;
	}
	
	.comment-metadata {
		margin-bottom: 15px;
		font-size: 11px;
		line-height: 24px;
		letter-spacing: 3px;
		text-transform: uppercase;
	}
	
	.comment-metadata a {
		color: #878787;
	}
	
	.comment-content {
		font-size: 16px;
	}
	
	.reply {}
	
	.reply a {
		display: inline-block;
		border-bottom: 1px solid #5967d6;
		font-size: 12px;
		line-height: 26px;
		letter-spacing: 3px;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.reply a:hover {
		border-color: #212121;
		color: #212121;
	}
	
	
	/* BLOG POST COMMENT FORM */
	.commentform-title {}
	
	#commentform {
		margin: 70px 0 30px;
	}
	
	#commentform label {}
	
	#commentform textarea,
	#commentform input[type="url"],
	#commentform input[type="text"],
	#commentform input[type="email"] {}
	
	.commentform-email,
	.commentform-author {
		float: left;
		width: 50%;
		margin-bottom: 0;
	}
	
	.commentform-email {
		padding-left: 15px;
	}
	
	.commentform-author {
		padding-right: 15px;
	}
	
	#commentform button[type="submit"] {
		margin-top: 40px;
		margin-bottom: 0;
		font-size: 12px;
	}
	
	@media (max-width: 767px) {
		
		.commentlist li > ul.children {
			margin-left: 20px
		}
		
		.comment-body {
			padding-left: 0;
		}
		
		.comment-author .avatar {
			position: relative;
			display: block;
			margin-bottom: 20px;
		}
		
		.commentform-email,
		.commentform-author {
			float: none;
			width: 100%;
			padding: 0;
		}
		
	}

/***********************************************************************************
 *	- CONTACT
 ***********************************************************************************/ 	
 	
	#contact-form {
		margin-bottom: 50px;
	}
	
	#contact-form label {
		display: block;
	}
	
	#contact-form label.error {
		margin-bottom: 10px;
		color: #f30d39;
	}
	
	#contact-form textarea,
    #contact-form select,
    #contact-form input[type=file],
	#contact-form input[type="text"],
	#contact-form input[type="email"] {
		border-color: #286090;
        border-radius: 5px
	}
	
	#contact-form button[type="submit"] {
		margin-top: 40px;
		margin-bottom: 0;
		font-size: 12px;
	}
	
	#contact-form.quick-contact-form textarea,
	#contact-form.quick-contact-form input[type="text"],
	#contact-form.quick-contact-form input[type="email"] {
		background-color: transparent;
		border-color: #c1c1c1;
	}
	
	#contact-form.quick-contact-form textarea {
		height: 175px;
	}
	
	#contact-form.quick-contact-form button[type="submit"] {
		margin-top: 0;
	}
	
	#contact-form.quick-contact-form textarea:focus,
	#contact-form.quick-contact-form input[type="text"]:focus,
	#contact-form.quick-contact-form input[type="email"]:focus {
		border-color: #5967d6;
	}

    #contact-form textarea:focus,
    #contact-form select:focus,
    #contact-form input[type=file]:focus,
	#contact-form input[type="text"]:focus,
	#contact-form input[type="email"]:focus {
        border-color: #ffad00;
	}



    #aspnetForm textarea,
    #aspnetForm select,
    #aspnetForm input[type=file],
	#aspnetForm input[type="text"],
	#aspnetForm input[type="email"] {
		border-color: #286090;
        border-radius: 5px
	}
	
	#aspnetForm button[type="submit"] {
		margin-top: 40px;
		margin-bottom: 0;
		font-size: 12px;
	}
	
	#aspnetForm.quick-aspnetForm textarea,
	#aspnetForm.quick-aspnetForm input[type="text"],
	#aspnetForm.quick-aspnetForm input[type="email"] {
		background-color: transparent;
		border-color: #c1c1c1;
	}
	
	#aspnetForm.quick-aspnetForm textarea {
		height: 175px;
	}
	
	#aspnetForm.quick-aspnetForm button[type="submit"] {
		margin-top: 0;
	}
	
	#aspnetForm.quick-aspnetForm textarea:focus,
	#aspnetForm.quick-aspnetForm input[type="text"]:focus,
	#aspnetForm.quick-aspnetForm input[type="email"]:focus {
		border-color: #5967d6;
	}

    #aspnetForm textarea:focus,
    #aspnetForm select:focus,
    #aspnetForm input[type=file]:focus,
	#aspnetForm input[type="text"]:focus,
	#aspnetForm input[type="email"]:focus {
        border-color: #ffad00;
	}
	
	
/***********************************************************************************
 *	- SHORTCODES
 ***********************************************************************************/
 
	.icons-list {
		list-style: none;
	}

	.icons-list li {
		text-align: center;
		display: inline-block;
		padding: 10px;
		width: 90%;
		min-height: 100px;
		vertical-align: middle;
        border: 2px solid #e5e5e5;
	}

    .icons-list li a{
        color: #0086b2;
        font-weight: bold;
        line-height: 22px;
    }

	.icons-list li i,
	.icons-list li .glyphicon {
		font-size: 20px;
	}

	.icons-list li .icon-name {
		display: block;
	}
    .icons-list.useful{
        text-align: center !important;
    }
    .icons-list.useful img{
        height: 120px !important;
        Min-width: 130px;
        text-align: center;
    }
	
	@media (min-width: 768px) and (max-width: 991px) {

		.icons-list li {
			width: 19%;
		}
		
	}
	
	@media (max-width: 767px) {

		.icons-list li {
			width: 49%;
		}
		
	}
	
	@media only screen and (min-width: 480px) and (max-width: 767px) {

		.icons-list li {
			width: 32%;
		}

	}
    @media (max-width:680px) {
        #header-top {
            font-size: 18px;
            line-height: 24px;
            color: #2e2e2e;
            text-align: center;
            /*margin-top:20px;*/
        }
    }
    .logo img {
        width: 95%;
        height: auto;
        overflow: hidden;
        margin-bottom: 10px !important;
        margin: 10px auto;
        padding: 0px;
        text-align: center;
    }

    @media (min-width: 1824px) {
        .logo img{
            margin: 0;
        }
    }

    #header-top h1 {
        font-family: Berlin Sans FB;
        font-weight:normal;
        font-size: 31px;
        margin-bottom: 5px;
        line-height: 35px;
        color: #00387a;
    }

    #header-top p {
        color: #0086b2;
        margin-bottom: 0px;
        line-height: 25px;
        font-size: 16px;
    }
    .mobile p{
        color: #fff;
		margin: 0px;
		display: none;
    }

    @media screen and (max-width: 992px) {
        .logo img {
            margin: 0 !important;
            width: 65%;
        }

        #header-top h1 {
            font-size: 28px;
            line-height: 32px;
            color: #00387a;
            margin-bottom: 10px;
        }
        #header-top p {
            color: #000;
            line-height: 22px;
            margin-bottom: 0px;
            font-size: 11px;
            font-weight: bold;
        }
        #header-top p:last-child{
            margin-bottom: 10px;
        }
        .mobile {
            background: #652b7c;
            display: inline-block;
            padding: 12px 0px;
        }
        .mobile p{
			display: block;
		}
    }
    #header-top .span1 {
        width: 100%;
        float: left;
        padding: 2px;
        margin: 5px 0px -10px 0px;
        /*background: #ffe259;
        background: -webkit-linear-gradient(to bottom, #ffa751, #ffe259);
        background: linear-gradient(to bottom, #ffa751, #ffe259);*/
        border-top: 1px dashed #652b7c;
        color: #333;
        display: block;
        clear: both;
        text-align: center !important;
    }
    #header-top .span1 marquee{
        margin-top: 9px;
        margin-bottom: -3px;
    }
    #header-top .span1 a{
        color: #652b7c;
        font-size: 17px;
        font-weight: bold;
        text-decoration: none;
    }
    #header-top .span2 {
        width: 99%;
        float: left;
        padding: 2px;
        margin: 5px 0px 5px 0px;
        background: #1D976C;
        background: -webkit-linear-gradient(to bottom, #93F9B9, #1D976C);
        background: linear-gradient(to bottom, #93F9B9, #1D976C);
        color: #333;
        font-size: 16px;
        font-weight: bold;
        display: block;
        clear: both;
        text-align: center !important;
    }

    .What-new .text-box-2{
        margin-top: -580px;
		height: 430px;
		width: 360px;
		background: rgba(255,255,255,0.70);
		float: right;
		color: #000;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
    .What-new .text-box-2 h2{
        margin: 0 -25px 10px;
        padding: 10px 0px 0px 20px;
		/*background: #0199c8;*/
		color: #264400;
        text-align: left;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-top: 2px solid #78963c;
	}
    .What-new .text-box-2 marquee ul li a{
        color: #000;
        font-size: 14px;
    }
    .What-new.text-box-2:hover {
        background: rgba(255,255,255,0.70);
        color: #000;
	}
    @media (max-width: 767px) {
        .What-new .text-box-2 {
            display: none;
        }
	}

    .counselling-placement-area {
        width:100%;
	    overflow:hidden;
	    height:auto;
	    margin-bottom:5px;
	    -webkit-border-radius: 15px;
	    -moz-border-radius: 15px;
	    border-radius: 15px;
	    padding:10px;
	    background: #1cb780;  
	    background: -webkit-linear-gradient(to right, #93F9B9, #1cb780);
	    background: linear-gradient(to right, #93F9B9, #1cb780);
	    transition: 0.5s;
    }
    .counselling-placement-area a {
	    font-family: bahnschrift;
	    font-size:20px;
	    color:#134E5E;
	    font-weight:bold;
	    line-height:30px;
	    margin-top:10%;
	    text-shadow:#dbdbdb 0px 1px 3px;
    }
    .counselling-placement-area a i {
	    font-size:33px;	
	    width:53px !important;
	    margin:5px 10px 5px 0px;
	    float:left;
	    background-color:#FFF;
	    padding:10px 5px;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    border-radius: 50%;
	    -webkit-box-shadow: 5px 0px 0px -2px rgba(74,74,74,.5);
	    -moz-box-shadow: 5px 0px 0px -2px rgba(74,74,74,.5);
	    box-shadow: 5px 0px 0px -2px rgba(74,74,74,.5);
	    text-align:center;
    }
    .certificate-course {
        width:100%;
	    overflow:hidden;
	    height:auto;
	    margin-bottom:5px;
	    -webkit-border-radius: 15px;
	    -moz-border-radius: 15px;
	    border-radius: 15px;
	    padding:10px;
	    background: #DCE35B; 
	    background: -webkit-linear-gradient(to left, #45B649, #DCE35B);  
	    background: linear-gradient(to left, #45B649, #DCE35B); 
	    transition: 0.5s;
    }
    .certificate-course a {
	    font-family: bahnschrift;
	    font-size:20px;
	    color:#134E5E;
	    font-weight:bold;
	    line-height:30px;
	    margin-top:10%;
	    text-shadow:#dbdbdb 0px 1px 3px;
    }
    .certificate-course a i {
	    font-size: 33px;	
	    width: 53px !important;
	    margin: 5px 10px 5px 0px;
	    float: left;
	    background-color: #FFF;
	    padding: 10px 5px;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    border-radius: 50%;
	    -webkit-box-shadow: 5px 0px 0px -2px rgba(74,74,74,.5);
	    -moz-box-shadow: 5px 0px 0px -2px rgba(74,74,74,.5);
	    box-shadow: 5px 0px 0px -2px rgba(74,74,74,.5);
	    text-align:center;
    }

    .text-box.bordered .widget .notice {
        min-height: 509px;
        max-height: 510px;
        font-family: 'Roboto Slab', serif;
    }

    .text-box.bordered .widget .notice .vc-picture{
        overflow: hidden;
        height: 250px;
        display: block;
    }

    .text-box.bordered .widget .notice .vc-picture img{
        max-width: 100%;
        height: 250px;
        object-fit: cover;
        width: 100%;
        -webkit-transition: 0.9s ease;
        transition: 0.9s ease;
    }

    .text-box.bordered .widget .notice .vc-picture:hover img{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }


    .text-box.bordered .widget .notice .vcinfo,
    .text-box.bordered .widget .notice .aboutinfo{
        padding: 15px;
    }

    .text-box.bordered .widget .notice .vcinfo h3 {
        font-size: 22px;
        color: #000;
        font-weight: 500;
        font-family: "Poppins", sans-serif
    }

    .text-box.bordered .widget .notice .vcinfo h6 {
        font-size: 17px;
        color: #129ec2;
        margin-bottom: 5px;
        font-family: "Poppins", sans-serif
    }

    .text-box.bordered .widget .notice .vcinfo p {
        font-size: 15px;
        color: #4d4d4d;
        font-weight: 500;
        line-height: 25px;
        text-align: justify;
        font-family: "Poppins", sans-serif;
        letter-spacing: 0.4px;
    }

    .text-box.bordered .widget .notice .vcinfo a,
    .text-box.bordered .widget .notice .aboutinfo a{
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 15.5px;
        color: #22b0d5;
        text-decoration: none;
    }
    .text-box.bordered .widget .notice .vcinfo a:hover {
        color: #02546a;
    }

    .text-box.bordered .widget .notice .aboutinfo p{
        font-size: 15px;
        color: #4d4d4d;
        font-weight: 500;
        line-height: 25px;
        margin-top: 20px;
        text-align: justify;
        font-family: "Poppins", sans-serif;
    }

    .text-box.bordered .widget .notice marquee{
        height: 445px;
    }

    .text-box.bordered .widget .notice .noticelist{
        padding: 0 10px;
    }

    .text-box.bordered .widget .notice .noticelist ul li{
        margin-bottom: 0px;
        border: none;
    }

    .text-box.bordered .widget .notice .noticelist ul li a {
        display: block;
        position: relative;
        color: #02546a;
        text-decoration: none;
        border-bottom: 1px solid #ded4d4;
        padding: 10px 0 10px 24px;
        letter-spacing: 0.1px;
        font-size: 15px;
        font-weight: 600;
        font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    }

    @media (max-width: 767px){
        .text-box.bordered .widget-title {
            font-size: 15px;
        }
        .text-box.bordered .widget .notice .aboutinfo p {
            line-height: 23px;
            margin-top: 10px
        }
    }



    
    .wrapingimage {
        float: left;
        margin-right: 5px;
        padding-right: 10px;
        /*margin-bottom: -10px;*/
    }

    .wrapingimage img.Coll{
        width: 210px; 
        height: 190px;
    }

    .wrapingimage img.Princ{
        width: 135px; 
        height: 140px;
    }

    @media screen and (max-width: 992px) {
        .wrapingimage img.Coll {
            width: 180px;
            height: 170px;
        }

        .wrapingimage img.Princ {
            width: 135px;
            height: 140px;
        }
    }

    .list-aggregate li {
        list-style: none;
        border-bottom-color: #e5e5e5;
        padding: 5px 0px;
    }

    .list-aggregate li a { color: #5e7d22 }

    .list-aggregate li:hover a { color: #fff !important; }

    .list-aggregate li:nth-child(odd) {
	    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(214,246,149,1) 100%); /* FF3.6-15 */
	    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(214,246,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
	    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(214,246,149,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d6f695',GradientType=1 ); /* IE6-9 */
	    -webkit-box-shadow: 3px 3px 2px 0px rgba(171,171,171,1);
	    -moz-box-shadow: 3px 3px 2px 0px rgba(171,171,171,1);
	    box-shadow: 3px 3px 2px 0px rgba(171,171,171,1);
    }

    .list-aggregate li:nth-child(even) {
	    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,239,255,1) 100%); /* FF3.6-15 */
	    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,239,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,239,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffefff',GradientType=1 ); /* IE6-9 */
	    -webkit-box-shadow: 3px 3px 2px 0px rgba(171,171,171,1);
	    -moz-box-shadow: 3px 3px 2px 0px rgba(171,171,171,1);
	    box-shadow: 3px 3px 2px 0px rgba(171,171,171,1);
    }

    .list-aggregate > li > p {
        margin-bottom: 0px;
        font-size: 15px !important;
        font-weight: 500;
	    height:auto !important;
	    color: #352828 !important; 
	    padding: 0px;
	    font-family: 'Pathway Gothic One', sans-serif;
    }
    .list-aggregate li p:before {    
        font-family: 'FontAwesome';
        content: '\f044';
        margin:0 20px 0 0px;
	    color:#76a424;
    }

    .body-bg {
        width: 100%;
        background-image: url(../../Images/Parallax1.jpg );
        background-position: center top;
        background-repeat: repeat;
    }

    .All{
        border-top: 2px solid #0086b2;
        background-color: #f8f8f8;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        box-shadow: none;
    }
    .left-menu-area ul li {
        list-style: none;
        font-size: 15px;
        line-height: 32px;
        padding: 0px 10px;
        margin: 0px;
    }
    .left-menu-area ul li a{
        color: #403f3d;
        text-decoration: none;
    }
    .left-menu-area ul li a:hover{
        color: #0086b2;
        text-decoration: none;
    }
    .left-menu-area ul li:before {
        font-family: 'FontAwesome';
        content: '\f105';
        margin: 0 10px 0 0px;
    }

    .table-content {
	    width: 520px;
	    float:left;
	    height:auto;
	    overflow-x:auto;
	    display:block;
	    clear:both;
    }
    .table-content table {
	    /*width:100%;*/
	    border:#78963c 1px dashed;
	    height:auto;
	    overflow:hidden;
    }
    .table-content table th {
	    background-color: #78963c;
	    color: #FF3;
	    text-align: left;
    }
    .table-content table tr td {
	    padding: 5px;
	    font-size: 14px !important;
	    margin: 5px !important;
	    border: #d3f392 1px solid !important;
    }
    .table-content table tr td a{
        color: #78963c;
        font-weight: 500;
    }
    .table-content tr:nth-child(odd) {
	    background-color:#fff9ff !important;
    }
    .table-content tr:nth-child(even) {
	    background-color:#fefeff !important;
    }

    @media (max-width: 767px){
        .All {
            display: none;
        }
        .table-content{
            width: 330px;
        }
    }
    .point {
        font-size: 18px;
        line-height: 30px;
        color: #00387a;
        width: 50%;
        font-weight: 600;
        margin: 30px 0px 10px;
        padding: 0px 0px 0px 10px;
        border-left: #00387a 2px solid;
        background: -moz-linear-gradient(left, rgba(120,150,60,0) 0%, rgba(120,150,60,0) 30%, rgba(120,150,60,1) 100%); 
        background: -webkit-linear-gradient(left, rgba(120,150,60,0) 0%,rgba(120,150,60,0) 30%,rgba(120,150,60,1) 100%); 
        background: linear-gradient(to right, rgba(120,150,60,0) 0%,rgba(120,150,60,0) 30%,rgb(243,188,128) 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078963c', endColorstr='#78963c',GradientType=1 );
    }

    .pointer{
        color: #c05c1b;
        font-weight: bold;
        width: 100%;
        margin: 20px 0px 10px;
    }

    .pointer:after{
        display: block;
        width: 60px;
        border-bottom: 2px dashed #c05c1b;
        margin-top: 5px;
        content: "";
    }

    @media (max-width: 767px){
        .point,
        .pointer {
            width: 100%;
        }
    }

    .faculty {
	    width: 100%;
        float: left;
        height: auto;
        overflow: hidden;
        background: #f5f5f5;
        display: block;
        clear: both;
        border-radius: 5px;
        margin: 0;
        padding: 10px 5px;
        border: solid 1px #e1e1e1;
        text-align: left;
    }
    .faculty img {
	    float: left;
	    padding: 0px;
	    border-radius: 50%;
        border: #f9ba01 5px solid;
        width: 130px;
        height: 135px;
        margin: 0px 10px 0px 5px;
	    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.65);
	    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.65);
	    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.65);
    }
    @media (max-width: 767px){
        .faculty {
            padding: 5px 5px;
            margin-bottom: 10px;
        }
        .faculty img {
            width: 85px;
            height: 85px;
        }
    }
    .faculty .name{
        font-size: 18px;
        color: #00387a;
        font-weight: bold;
    }

    /*.faculty .name:before{
        content: "";
        width: 70px;
        margin-top: 55px;
        position: absolute;
        display: inline-block;
        border-bottom: #f9ba01 3px solid;
    }*/
    .faculty .job{
        color: #fa6a2f;
    }
    .faculty .deg{
        color: #21216d;
        margin-top: 20px;
        font-size: 13px;
    }
    .faculty .deg:before{
        content: "";
        width: 70px;
        margin-top: -13px;
        position: absolute;
        display: inline-block;
        border-bottom: #f9ba01 3px solid;
    }
    .faculty p{
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 20px;
        border-radius: 5px;
    }
    .faculty a {
	    padding: 5px 10px;
	    float: left;
	    color: #FFF;
	    background-color: #0086b2;
        border-radius: 5px;
    }

    .faculty a:hover{
        color: #ffffff;
        background-color: #00387a;
    }

    .Tic:before {
        font-family: 'FontAwesome';
        content: '\f046';
        margin: 0 10px 0 0px;
        color: #76a424;
    }
    .arrow li{
        list-style: none;
        padding: 5px 10px !important;
        margin: 0px 10px !important;
    }
    .arrow li:before {
        font-family: 'FontAwesome';
        content: '\f0a4';
        margin: 0 10px 0 0px;
        color: #151515;
    }
    .arrow li a{
        color: #78963c;
        padding: 0px;
        margin: 0px;
    }

    .right a{
        margin-left: 10px;
        margin-bottom: 10px;
        /*float: right;*/
    }
    @media (max-width: 767px){
        .right a {
            float: none;
        }
    }
    .exam-tab{
        width: 100%;
        float: left;
        height: 250px;
        overflow: hidden;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        box-shadow: 0px 5px 16.74px 1.26px rgb(60 57 90 / 14%);
        background: #fff;
    }
    .exam-tab div {
        background: #134E5E;
        background: -webkit-linear-gradient(to bottom, #71B280, #134E5E);
        background: linear-gradient(to bottom, #71B280, #134E5E);
        font-family: calibri;
        font-weight: bold;
        color: #FFF;
        font-size: 20px;
        text-align: center;
        padding: 10px 5px;
        margin-bottom: 10px;
    }
    .exam-tab ul li {
        padding: 5px 15px !important;
        margin: 5px 15px !important;
        list-style: none;
        border-bottom: #033 1px solid;
    }
    .exam-tab ul li:before {
        font-family: 'FontAwesome';
        content: '\f058';
        margin: 0 15px 0 0px;
        color: #134E5E;
        float: left;
        font-size: 19px;
    }
    .exam-tab ul li a {
        font-size: 16px;
        color: #134E5E;
    }

    @media (max-width: 767px) {
        .popup {
            padding: 6px 10px;
            font-size: 14px;
        }
    }

    .Album {
        width: 300px !important;
        height: 190px !important;
    }

    @media screen and (max-width: 992px) {
        .Album {
            width: 100% !important;
            height: 210px !important;
        }
    }

    .thumb {
        text-align: center;
    }

    .gallery-title {
        margin-bottom: 25px;
    }
    .gallery-title p {
        color: #0086b2;
        text-align: center;
        padding-top: 0px;
        font-weight: bold;
        margin-bottom: 5px;
        font-size: 15px;
        line-height: 21px;
    }

    .gallery-title p a {
        color: #fa6a2f;
    }

    p.font14 {
        margin-bottom: 13px;
        display: inline-block;
        border-bottom: 2px solid red;
    }

    p.font18 {
        color: #1F497D;
        font-size: 18px;
        margin-bottom: 20px;
        display: inline-block;
        border-bottom: 2px solid #1F497D;
    }

    .star {
        list-style: none;
        text-align: justify;
        margin-left: 40px;
    }

    .star li {
        text-indent: -30px;
        line-height: 25px;
    }

    .star li:before {
        float: left;
        display: block;
        content: '\2756';
        color: #00387a;
        margin: 0 30px 0 0;
    }

    .star li a{
        font-weight: bold;
        color: #0086b2;
    }

    .disk {
        list-style: none;
        text-align: justify;
        margin-left: 40px;
        margin-bottom: 0px;
    }

    .disk li {
        text-indent: -30px;
        line-height: 25px;
    }

    .disk li:before {
        float: left;
        display: block;
        content: '\2724';
        color: #00387a;
        margin: 0 30px 0 0;
    }

    .col-sm-4 .fancybox img{
        height: 250px;
        width: 100%;
    }

    .col-sm-3 .fancybox img{
        height: 210px;
        width: 100%;
    }

    .fancybox-text{
        color: #273d62;
        text-align: center;
        font-weight: bold;
        margin-top: -10px;
        margin-bottom: 15px;
    }
    @media screen and (max-width: 992px) {
        .fancybox img {
            width: 100% !important;
            height: 200px !important;
        }
    }

    #footer .social-media.rounded a{
        line-height: 25px !important;
    }

    #footer .social-media a{
        display: inline-block !important;
        padding: 0px !important;
    }

    .contactpnl {
        display: flex;
        align-items: center;
        margin-bottom: 25px;
    }

    .contactpnl h2 i{
        width: 80px;
        height: 80px;
        background: #652b7c;
        border-radius: 50%;
        text-align: center;
        line-height: 73px;
        color: #ffffff;
        border: 4px solid #c771e9;
    }

    .contactpnl h3 {
        font-weight: 600;
        font-size: 25px;
        margin: 0 0 10px;
        color: #652b7c;
    }

    .contactpnl .infodtl{
        padding-left: 15px;
    }

    .Dept-home .title-wrap {
        /*border-bottom: 3px solid #00387a;*/
        margin: 0px;
    }

    .Dept-home .title-wrap .secTitle {
        background: #00387a;
        display: inline-block;
        padding: 5px 85px 5px 15px;
        position: relative;
        color: #fff;
        margin: 0;
        font-size: 25px;
        line-height: 33px;
        font-weight: normal;
    }

    .Dept-home .clearfix::after {
        display: block;
        clear: both;
        content: "";
    }

    .Dept-home .gray-bg .title-wrap .secTitle::after, .grayBg .title-wrap .secTitle::after {
        background: -webkit-linear-gradient(45deg, #ffba00 0%, #ffba00 50%, #efefef 50%, #efefef 50%, #efefef 100%);
    }

    .Dept-home .title-wrap .secTitle::after {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        content: '';
        width: 60px;
        height: 100%;
        background: #00387a;
        background: linear-gradient(45deg, #00387a 0%, #00387a 50%, #efefef 50%, #efefef 50%, #efefef 100%);
    }

    @media screen and (max-width: 767px){
        .Dept-home .title-wrap .secTitle {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 20px;
        }
        .Dept-home .title-wrap .secTitle::after{
            width: 60px;
        }
    }

    @-webkit-keyframes blinker {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    .blink {
        color: #fff;
        font-weight: bold;
        text-decoration: blink;
        -webkit-animation-name: blinker;
        -webkit-animation-duration: 0.6s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-direction: alternate;
    }

    .left-side-menu {
        padding: 10px 5px;
        background: #33baae;
        max-height: 435px;
        box-shadow: 0 5px 15px #00000021;
        margin-bottom: 20px;
    }

    .left-side-menu ul {
        margin: 0;
        padding: 0;
    }

    .left-side-menu ul li {
        display: block;
    }

    .left-side-menu ul li a {
        display: block;
        font-size: 15px;
        text-decoration: none;
        padding: 8.7px 15px;
        color: #fff;
        border-bottom: 1px solid #b5e3ed;
        font-weight: 500;
        transition: all 0.3s;
    }

    .left-side-menu ul li a:hover {
        background: #f7f7f7;
        color: #02546a;
    }

    .left-side-menu ul li:last-child a {
        border-bottom: 0;
    }

    @media (min-width: 1824px) {
        .left-side-menu {
            max-height: 537px;
        }
        .left-side-menu ul li a{
            padding: 11.7px 15px;
            font-size: 17px;
        }
    }

    .viwallbtn {
        text-align: center;
    }

    .viwallbtn a {
        display: inline-block;
        padding: 8px 24px;
        color: #fff;
        font-size: 16px;
        background: #652b7c;
        border-radius: 5px;
        font-weight: 500;
    }

    .viwallbtn a i {
        margin-left: 10px;
    }

    .viwallbtn a:hover {
        background: #f9b3a1;
        color: #fff;
        text-decoration: none;
    }

    @media screen and (max-width: 992px){
        .viwallbtn a {
            padding: 8px 20px;
            font-size: 13px;
        }
        .Imp-link-left{
            display: none;
        }
    }

    .Imp-link-left {
        background: #fff;
        padding: 12px;
        box-shadow: 0 5px 10px #bbb;
        border-radius: 10px;
    }

    .Imp-link-left .Imp-body h3{
        font-family: "Work Sans", Arial, sans-serif;
        font-size: 16px;
        letter-spacing: 2px;
        font-weight: 600;
        position: relative;
        color: #8500b9;
    }

    .Imp-link-left .notice-board{
        margin-bottom: 0;
        min-height: 355px;
        max-height: 356px;
        overflow-y: scroll;
        padding: 0;
        margin-left: -12px;
        margin-right: -12px;
    }

    .Imp-link-left .notice-board li {
        border-bottom: 1px solid aliceblue;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .Imp-link-left .notice-board li a {
        display: block;
        color: #652b7c;
        text-decoration: none;
        font-weight: 500;
        line-height: 22px;
        padding: 8px 15px;
        font-size: 15px;
    }

    /*.Imp-link-left .notice-board li a:before{
        position: relative;
        font-family: "FontAwesome";
        opacity: 0.5;
        content: "\f105";
        font-weight: bold;
        left: 0px;
        top: 0;
        line-height: 1;
        font-size: 14px;
        padding-right: 5px;
        width: 10px;
        height: 10px;
        background-repeat: no-repeat;
        transform: translateY(-50%);
    }*/

    .Imp-link-left .notice-board li a.active{
        background-color: #fcf5ff;
        color: #d15eff;
        font-weight: bold;
    }

    .Imp-link-left .notice-board li:focus a,
    .Imp-link-left .notice-board li:hover a{
        background-color: #fcf5ff;
        color: #d15eff;
        font-weight: bold;
    }

    .Imp-link-left .notice-board li:last-child{
        border-bottom: none !important;
    }

    .Imp-link-left .notice-board li.sub a {
        font-weight: bold !important;
    }
    .Imp-link-left .notice-board li.sub .dropdown li {
        background: #f8f8f8;
        border-bottom: none;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .Imp-link-left .notice-board li.sub .dropdown li a {
        font: normal 12px Verdana !important;
        display: block;
        color: black;
        text-decoration: none;
        line-height: 26px;
        padding: 6px 10px;
    }
    .Imp-link-left .notice-board li.sub:focus a,
    .Imp-link-left .notice-board li.sub:hover a{
        color: black;
        background: none;
    }

    .Imp-link-left .notice-board li.sub .dropdown li:focus a,
    .Imp-link-left .notice-board li.sub .dropdown li:hover a{
        color: #c05c1b;
        background: #eee;
    }

    .Imp-link-left .notice-board li:last-child{
        border-bottom: none !important;
    }

    .Imp-link-left .notice-board::-webkit-scrollbar-track{
        background: #f9f0fd;
    }

    .Imp-link-left .notice-board::-webkit-scrollbar-thumb {
        background-color: #e6bff8;
    }

    .Imp-link-left .notice-board::-webkit-scrollbar-thumb:hover {
        background-color: #652b7c;
    }


    .noticeListing {
        padding: 6px 10px 6px 15px;
        border: 1px solid #c2e7ef;
        border-radius: 3px;
        font-size: 14px;
        color: #6464cf;
        position: relative;
        margin-bottom: 10px;
        transition: all 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .newsText {
        display: inline-block;
    }

    .newsText h6 {
        font-size: 15px;
        color: #313131;
        margin: 0;
        font-weight: 500;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }

    .newsMore {
        display: inline-block;
        font-size: 12px;
        color: #fff;
        border-radius: 30px;
        margin-top: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #00c7f1;
    }

    .noticeListing:hover .newsMore {
        background: #1029a2;
        color: #fff !important;
    }

    .Top-news {
        margin-bottom: 0px;
        padding: 10px 10px 20px 10px;
        background: #fff;
    }

    .Top-news .span1 {
        width: 100%;
        float: left;
        /*padding: 2px;*/
        margin: 5px 0px -10px 0px;
        color: #00387a;
        display: block;
        clear: both;
        text-align: center !important;
    }
    .Top-news .span1 marquee{
        margin-top: 5px;
    }
    .Top-news .span1 a{
        color: #00387a;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
    }

    .bg-light-blue {
        background: #f8f9fa;
    }

    .links {
        color: #003e87 !important;
    }

/***********************************************************************************
 *	- Old Question
 ***********************************************************************************/


    .tree {
        margin: 0;
        padding: 0;
        list-style: none;
    }
        
    .tree ul {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: 1em;
        position: relative;
    }

    .tree ul ul {
        margin-left: 0.5em;
    }
        
    .tree ul:before {
        content: "";
        display: block;
        width: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        border-left: 1px solid;
    }

    .tree ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0;
    }
        
    .tree ul li:last-child:before {
        background: #fff;
        height: auto;
        top: 1em;
        bottom: 0;
    }

    .tree li {
        margin: 0;
        padding: 0 1em;
        line-height: 2em;
        color: #369;
        font-weight: 700;
        position: relative;
    }

    .tree li .expand {
        display: block;
    }

    .tree li .collapse {
        display: none;
    }

    .tree li a {
        text-decoration: none !important;
        color: #369 !important;
    }

    .tree li button {
        text-decoration: none;
        color: #369;
        border: none;
        background: transparent;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        outline: 0;
    }

    .tree li button:active {
        text-decoration: none;
        color: #369;
        border: none;
        background: transparent;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        outline: 0;
    }

    .tree li button:focus {
        text-decoration: none;
        color: #369;
        border: none;
        background: transparent;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        outline: 0;
    }

    .tree .indicator {
        margin-right: 15px;
        cursor: pointer;
    }

    .Receipt-logo{
        display: none;
    }

    #___gcse_0{
        width: 274px;
    }
    .gsc-search-button-v2{
        padding: 5px 16px 0px !important;
    }




/***********************************************************************************
 *	+ Chat with us whatsapp
 ***********************************************************************************/


    .whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
}

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
  /*   background: #009688; */
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat:hover,
a.blantershow-chat:active{
    text-decoration: none;
}

a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}

.header-chat {
  /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}

.header-chat h3 {
  margin: 0 0 10px;
}

.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.info-avatar {
  position: relative;
}

.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}

a.informasi:hover {
  background: #f1f1f1;
}

.info-chat span {
  display: block;
}

#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}

#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#get-label,
#get-nama {
  color: #fff;
}

span.my-number {
  display: none;
}

/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
#whatsapp-chat textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 36px;
    outline: none;
    resize: auto;
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 0 !important;
    line-height: 16px;
}

a#send-it {
  width: 45px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
  border-radius: 10px;
}
a#send-it svg {
  fill: #a6a6a6;
  height: 20px;
  width: 24px;
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}
.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

.start-chat .blanter-msg {
  display: flex;
}

#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

a.close-chat:hover{
    text-decoration: none;
}

@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }
  15% {
    background-color: #111111;
  }
  25% {
    background-color: #b6b5ba;
  }
}
@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }
  25% {
    background-color: #111111;
  }
  35% {
    background-color: #b6b5ba;
  }
}
@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }
  35% {
    background-color: #111111;
  }
  45% {
    background-color: #b6b5ba;
  }
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
}
.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: white;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

.kAZgZq {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
.kAZgZq::before {
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}

.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

#whatsapp-chat textarea::-webkit-scrollbar {
    width: 5px !important;
}