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

	Theme Name : EduADS
	Theme URI  : http://themeforest.net/user/zytheme
	Description: EduADS is a pixel perfect creative html5 project based on designed with great attention to details, flexibility and performance. It is ultra professional, smooth and sleek, with a clean modern layout.
	Author     : zytheme
	Author URI : http://themeforest.net/user/zytheme
	Version    : 1.0

-----------------------------------------------------------------------------------*/
/*!
// Contents
// ------------------------------------------------>

1.  Global Styles
2.  Typography
3.	Color
4.	Align
5.	Grid
6.	Background
7.	Buttons
8.	Forms
9.	Heading
10. Loading
11. Contact
12. Header
13. Menu
14. Clients
15. Hero
16. Video
17. Services
18. Thank You
19. Testimonial
20. Feature
21. Action
22. Pricing
23. Carousel
24. Landing

/*------------------------------------*\
    #GLOBAL STYLES
\*------------------------------------*/
/*
WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file. You have been warned! :)
*/
body,
html {
	overflow-x: hidden;
}

html {
	font-size: 13px;
}

body {
	background-color: #ffffff;
	font-family     : "Gotham", sans-serif;
	font-size       : 13px;
	font-weight     : 400;
	color           : #8492A6;
	line-height     : 1.5;
	margin          : 0;
}

.wrapper {
	background-color: #ffffff;
}

* {
	outline: none;
}

::-moz-selection {
	text-shadow: none;
}

::selection {
	background-color: #00A0AA;
	color           : #ffffff;
	text-shadow     : none;
}

a {
	-webkit-transition: 0.3s ease;
	-o-transition     : 0.3s ease;
	transition        : 0.3s ease;
	color             : #00A0AA;
}

a:hover {
	color          : #007077;
	text-decoration: none;
}

a:focus {
	color          : #007077;
	outline        : none;
	text-decoration: none;
}

a:active {
	color          : #007077;
	outline        : none;
	text-decoration: none;
}

hr {
	margin: 0;
}

textarea {
	resize: none;
}

button.btn {
	margin-bottom: 0;
}

section {
	background-color: #fff;
}

.modal-backdrop {
	z-index         : 1020;
	background-color: rgba(34, 34, 34, 0.95);
}

.fullscreen {
	height: 100vh !important;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	.fullscreen {
		height: auto !important;
	}
}

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color      : #3D4452;
	font-family: "Gotham", sans-serif;
	font-weight: 700;
	margin     : 0 0 28px;
	line-height: 1;
}

.h1,
h1 {
	line-height: initial;
	font-size: 24px;
}

.h2,
h2 {
	font-size: 22px;
	line-height: initial;
}

.h3,
h3 {
	font-size: 20px;
	line-height: initial;
}

.h4,
h4 {
	font-size: 18px;
	line-height: initial;
}

.h5,
h5 {
	font-size: 16px;
	line-height: initial;
}

.h6,
h6 {
	font-size: 14px;
	line-height: initial;
}

p {
	color      : #8492A6;
	font-size  : 13px;
	font-weight: 400;
	line-height: 22px;
}

.lead {
	font-size  : 16px;
	line-height: 1.8;
}

/* Aligning Text */
.text--left {
	text-align: left !important;
}

.text--right {
	text-align: right !important;
}

.text--center {
	text-align: center !important;
}

.text--just {
	text-align: justify !important;
}

.align--top {
	vertical-align: top;
}

.align--bottom {
	vertical-align: bottom;
}

.align--middle {
	vertical-align: middle;
}

.align--baseline {
	vertical-align: baseline;
}

/* Weight Text */
.bold {
	font-weight: bold;
}

.regular {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.break-word {
	word-wrap: break-word;
}

.no-wrap {
	white-space: nowrap;
}

/* Text Color */
.text-white {
	color: #ffffff !important;
}

.text-gray {
	color: #F7FCFD !important;
}

.text-black {
	color: #171A1F;
}

.text-theme {
	color: #00A0AA;
}

.text--capitalize {
	text-transform: capitalize !important;
}

.text--uppercase {
	text-transform: uppercase !important;
}

.font-heading {
	font-family: "Gotham", sans-serif;
}

.font-body {
	font-family: "Gotham", sans-serif;
}

.font-18 {
	font-size: 24px;
}

.font-16 {
	font-size: 16px;
}

.font-20 {
	font-size: 20px;
}

.font-40 {
	font-size: 40px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	text-center-xs {
		text-align: center !important;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	text-center-sm {
		text-align: center !important;
	}
}

.higlighted-style1 {
	background-color: #00A0AA;
	color           : #fff;
	padding         : 5px 0;
}

.higlighted-style2 {
	background-color: #171A1F;
	color           : #fff;
	padding         : 5px 0;
}

.higlighted-style3 {
	background-color: #F7FCFD;
	color           : #00A0AA;
	padding         : 5px 0;
}

/*------------------------------------*\
    #COLORS
\*------------------------------------*/
.color-heading {
	color: #171A1F !important;
}

.color-theme {
	color: #00A0AA !important;
}

.color-white {
	color: #ffffff !important;
}

.color-gray {
	color: #F7FCFD !important;
}

/*------------------------------------*\
    #Align
\*------------------------------------*/
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
	margin-bottom: 20px;
}

section {
	padding-top   : 80px;
	padding-bottom: 80px;
	overflow      : hidden;
}

/* All margin */
.m-0 {
	margin: 0 !important;
}

.m-xs {
	margin: 10px;
}

.m-sm {
	margin: 20px;
}

.m-md {
	margin: 40px;
}

.m-lg {
	margin: 80px;
}

/* top margin */
.mt-0 {
	margin-top: 0;
}

.mt-xs {
	margin-top: 10px;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mt-150 {
	margin-top: 150px;
}

/* bottom margin */
.mb-0 {
	margin-bottom: 0 !important;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mb-150 {
	margin-bottom: 150px !important;
}

/* right margin */
.mr-0 {
	margin-right: 0;
}

.mr-30 {
	margin-right: 30px !important;
}

.mr-50 {
	margin-right: 50px;
}

.mr-60 {
	margin-right: 60px;
}

.mr-150 {
	margin-right: 150px;
}

/* left margin */
.ml-0 {
	margin-left: 0;
}

.ml-xs {
	margin-left: 10px;
}

.ml-sm {
	margin-left: 20px;
}

.ml-md {
	margin-left: 40px;
}

.ml-lg {
	margin-left: 80px;
}

.ml-30 {
	margin-left: 30px !important;
}

.ml-50 {
	margin-left: 50px;
}

.ml-60 {
	margin-left: 60px;
}

.ml-150 {
	margin-left: 150px;
}

/* All padding */
.p-0 {
	padding: 0 !important;
}

.p-xs {
	padding: 10px;
}

.p-sm {
	padding: 20px;
}

.p-md {
	padding: 40px;
}

.p-lg {
	padding: 80px;
}

/* top padding */
.pt-0 {
	padding-top: 0 !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-70 {
	padding-top: 70px !important;
}

.pt-80 {
	padding-top: 80px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-100 {
	padding-top: 100px !important;
}

.pt-150 {
	padding-top: 150px !important;
}

/* bottom padding */
.pb-0 {
	padding-bottom: 0 !important;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-100 {
	padding-bottom: 100px !important;
}

/* right padding */
.pr-0 {
	padding-right: 0;
}

.pr-xs {
	padding-right: 10px;
}

.pr-sm {
	padding-right: 20px;
}

.pr-md {
	padding-right: 40px;
}

.pr-lg {
	padding-right: 80px;
}

.pr-15 {
	padding-right: 15px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.pr-50 {
	padding-right: 50px;
}

.pr-60 {
	padding-right: 60px;
}

.pr-100 {
	padding-right: 100px !important;
}

.pr-150 {
	padding-right: 150px;
}

/* left padding */
.pl-0 {
	padding-left: 0 !important;
}

.pl-30 {
	padding-left: 30px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-60 {
	padding-left: 60px;
}

.pl-100 {
	padding-left: 100px !important;
}

.pl-150 {
	padding-left: 150px;
}

/* Postions */
.fixed {
	position: fixed;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.static {
	position: static;
}

/* Zindex*/
.zindex-1 {
	z-index: 1;
}

.zindex-2 {
	z-index: 2;
}

.zindex-3 {
	z-index: 3;
}

/* Borders */
.border-all {
	border: 1px solid #00A0AA;
}

.border-top {
	border-top: 1px solid #00A0AA;
}

.border-bottom {
	border-bottom: 1px solid #00A0AA;
}

.border-right {
	border-right: 1px solid #00A0AA;
}

.border-left {
	border-left: 1px solid #00A0AA;
}

/* Display */
.inline {
	display: inline;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.hide {
	display: none;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 767px) {
	section {
		padding-top   : 60px;
		padding-bottom: 60px;
	}

	.text-xs-center {
		text-align: center !important;
	}

	.pull-none-xs {
		float     : none !important;
		text-align: center !important;
	}

	.mb-15-xs {
		margin-bottom: 15px;
	}

	.mb-30-xs {
		margin-bottom: 30px !important;
	}

	.mb-50-xs {
		margin-bottom: 50px;
	}

	.mb-60-xs {
		margin-bottom: 60px !important;
	}

	.p-none-xs {
		padding-right: 0;
		padding-left : 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.text-center-sm {
		text-align: center !important;
	}

	.mb-0-sm {
		margin-bottom: 0;
	}

	.mb-15-sm {
		margin-bottom: 15px;
	}

	.mb-30-sm {
		margin-bottom: 30px !important;
	}

	.mb-50-sm {
		margin-bottom: 50px;
	}

	.mb-60-sm {
		margin-bottom: 60px;
	}

	.pb-15-sm {
		padding-bottom: 15px;
	}

	.pb-30-sm {
		padding-bottom: 30px;
	}

	.pb-50-sm {
		padding-bottom: 50px;
	}

	.pb-60-sm {
		padding-bottom: 60px;
	}

	.p-none-sm {
		padding-right: 0;
		padding-left : 0;
	}

	.pull-none-sm {
		float     : none !important;
		text-align: center !important;
	}
}

@media screen and (min-width: 992px) {
	.p-lg-60 {
		padding-right: 60px;
		padding-left : 60px;
	}
}

/*------------------------------------*\
    #Grid
\*------------------------------------*/
.row-no-padding [class*="col-"] {
	padding-left : 0 !important;
	padding-right: 0 !important;
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
	position     : relative;
	min-height   : 1px;
	padding-right: 15px;
	padding-left : 15px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

.col-content {
	padding: 120px 100px 90px 120px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.col-content {
		padding: 40px !important;
	}
}

.col-img {
	height  : 600px !important;
	padding : 60px;
	overflow: hidden;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.col-img {
		height    : auto;
		min-height: 600px;
	}
}

/* Postion Helpers */
.pos-fixed {
	position: fixed;
}

.pos-relative {
	position: relative;
}

.pos-absolute {
	position: absolute;
}

.pos-static {
	position: static;
}

.pos-top {
	top: 0;
}

.pos-bottom {
	bottom: 0;
}

.pos-right {
	right: 0;
}

.pos-left {
	left: 0;
}

.pos-vertical-center {
	position         : relative;
	top              : 50%;
	-webkit-transform: perspective(1px) translateY(-50%);
	transform        : perspective(1px) translateY(-50%);
}

.height-700 {
	height: 700px !important;
}

.height-500 {
	height: 500px !important;
}

.height-800 {
	height: 800px !important;
}

@media only screen and (min-width: 992px) {

	.hidden-lg,
	.hidden-md {
		display: none;
	}
}

/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
.bg-theme {
	background-color: #00A0AA !important;
}

.bg-secondary {
	background-color: #ff7101 !important;
}

.bg-primary-alt {
	background-color: #17C1CC !important;
}

.bg-gray {
	background-color: #F7FCFD !important;
}

.bg-gray-light {
	background-color: #E6F2F5 !important;
}

.bg-white {
	background-color: #ffffff !important;
}

.bg-dark {
	background-color: #171A1F !important;
}

.bg-gradient {
	background: bottom center #ffffff;
}

.bg-light-primary {
	background-color: #F1F8FE !important;
}

/* Background Image */
.bg-section {
	position           : relative;
	overflow           : hidden;
	z-index            : 1;
	background-size    : cover;
	background-repeat  : no-repeat;
	background-position: center center;
	width              : 100%;
	height             : 100%;
}

.bg-overlay:before {
	content : "";
	display : inline-block;
	height  : 100%;
	left    : 0;
	position: absolute;
	top     : 0;
	width   : 100%;
	z-index : -1;
}

.bg-overlay-light:before {
	background-color: #ffffff;
	opacity         : 0.8;
}

.bg-overlay-dark:before {
	background-color: #212529;
	opacity         : 0.7;
}

.bg-overlay-theme:before {
	background-color: #00A0AA;
	opacity         : 0.7;
}

.bg-parallax {
	background-attachment: fixed;
}

.bg-ytvideo.bg-overlay:before {
	z-index: 1;
	opacity: .7;
}

/* Background Color Palettes */
.bg-purple {
	color           : #ffffff;
	background-color: #cc66cc !important;
}

.bg-sun-flower {
	color           : #ffffff;
	background-color: #f1c40f !important;
}

.bg-orange {
	color           : #ffffff;
	background-color: #f39c12 !important;
}

.bg-carrot {
	color           : #ffffff;
	background-color: #e67e22 !important;
}

.bg-pumpkin {
	color           : #ffffff;
	background-color: #d35400 !important;
}

.bg-alizarin {
	color           : #ffffff;
	background-color: #e74c3c !important;
}

.bg-pomegranate {
	color           : #ffffff;
	background-color: #c0392b !important;
}

.bg-turquoise {
	color           : #ffffff;
	background-color: #1abc9c !important;
}

.bg-green-sea {
	color           : #ffffff;
	background-color: #16a085 !important;
}

.bg-emerald {
	color           : #ffffff;
	background-color: #2ecc71 !important;
}

.bg-nephritis {
	color           : #ffffff;
	background-color: #27ae60 !important;
}

.bg-peter-river {
	color           : #ffffff;
	background-color: #3498db !important;
}

.bg-belize-hole {
	color           : #ffffff;
	background-color: #2980b9 !important;
}

.bg-amethyst {
	color           : #ffffff;
	background-color: #9b59b6 !important;
}

.bg-wisteria {
	color           : #ffffff;
	background-color: #8e44ad !important;
}

.bg-wet-asphalt {
	color           : #ffffff;
	background-color: #34495e !important;
}

.bg-wet-asphalt {
	color           : #ffffff;
	background-color: #34495e !important;
}

.bg-midnight-blue {
	color           : #ffffff;
	background-color: #2c3e50 !important;
}

.bg-silver {
	color           : #ffffff;
	background-color: #bdc3c7 !important;
}

.bg-concrete {
	color           : #ffffff;
	background-color: #859596 !important;
}

.bg-asbestos {
	color           : #ffffff;
	background-color: #7f8c8d !important;
}

.bg-asbestos {
	color           : #ffffff;
	background-color: #7f8c8d !important;
}

.bg-graphite {
	color           : #ffffff;
	background-color: #454545 !important;
}

.bg-gray-0 {
	background-color: #EEEEEE !important;
	color           : #454545;
}

.bg-gray-1 {
	background-color: #ECECEC !important;
	color           : #454545;
}

.bg-gray-2 {
	background-color: #BDC3C7 !important;
	color           : #454545;
}

.bg-gray-3 {
	background-color: #DADFE1 !important;
	color           : #454545;
}

.bg-gray-5 {
	background-color: #ECF0F1 !important;
	color           : #454545;
}

.bg-gray-4 {
	background-color: #F2F1EF !important;
	color           : #454545;
}

.bg-gray-6 {
	background-color: #D2D7D3 !important;
	color           : #454545;
}

.bg-gray-7 {
	background-color: #E6E6E6 !important;
	color           : #454545;
}

.bg-orange-1 {
	background-color: #F9690E !important;
	color           : #ffffff;
}

.bg-orange-2 {
	background-color: #D35400 !important;
	color           : #ffffff;
}

.bg-orange-3 {
	background-color: #F89406 !important;
	color           : #ffffff;
}

.divider-1 {
	height          : 1px;
	background-color: #fce5e6;
}

.divider-2 {
	height          : 1px;
	width           : 100%;
	background-color: #fdedee;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
	font-family       : "Gotham", sans-serif;
	display           : inline-block;
	position          : relative;
	z-index           : 2;
	font-size         : 16px;
	font-weight       : 600;
	text-transform    : capitalize;
	text-align        : center;
	border-radius     : 0;
	padding           : 0;
	width             : 170px;
	height            : 51px;
	line-height       : 49px;
	-webkit-transition: 350ms ease-in-out;
	-o-transition     : 350ms ease-in-out;
	transition        : 350ms ease-in-out;
	border-radius     : 4px;
	overflow          : hidden;
}

.btn.active,
.btn:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline           : none;
	-webkit-box-shadow: none;
	box-shadow        : none;
}

.btn .icon {
	margin-left: 10px;
}

.btn-video {
	width            : 80px;
	height           : 80px;
	display          : -webkit-box;
	display          : -ms-flexbox;
	display          : flex;
	-webkit-box-pack : center;
	-ms-flex-pack    : center;
	justify-content  : center;
	-webkit-box-align: center;
	-ms-flex-align   : center;
	align-items      : center;
	background-color : #ffffff;
	border-radius    : 50%;
}

.btn-video i {
	font-size: 16px;
	color    : #00A0AA;
}

.btn-video:hover {
	background-color: #00A0AA;
}

.btn-video:hover i {
	color: #ffffff;
}

a.back {
	position      : absolute;
	top           : 54px;
	left          : 70px;
	font-size     : 14px;
	font-weight   : 500;
	line-height   : 2.14;
	text-transform: capitalize;
	color         : #ffffff;
}

a.back:hover span {
	-webkit-transform: rotate(-180deg) translateX(10px);
	-ms-transform    : rotate(-180deg) translateX(10px);
	transform        : rotate(-180deg) translateX(10px);
}

a.back span {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition     : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
	display           : inline-block;
	-webkit-transform : rotate(-180deg);
	-ms-transform     : rotate(-180deg);
	transform         : rotate(-180deg);
	margin-right      : 15px;
}

/* Button Primary */
.btn--primary {
	background-color: #00A0AA;
	color           : #ffffff;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
	color     : #ffffff;
	background: #17C1CC;
}

.bg-dark .btn--primary:active,
.bg-dark .btn--primary:focus,
.bg-dark .btn--primary:hover {
	background-color: #17C1CC;
	color           : #ffffff;
}

/* Button Secondary*/
.btn--secondary {
	background-color: #ff7101;
	color           : #ffffff;
}

.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
	background-color: #00A0AA;
	color           : #ffffff;
}

.btn--secondary.btn--hover-white:active,
.btn--secondary.btn--hover-white:focus,
.btn--secondary.btn--hover-white:hover {
	background-color: #ffffff;
	color           : #17C1CC;
}

/* Button White */
.btn--white {
	background-color: #ffffff;
	color           : #171A1F;
	border          : 1px solid #ffffff;
	border-radius   : 4px;
}

.btn--white:active,
.btn--white:focus,
.btn--white:hover {
	background-color: #00A0AA;
	color           : #ffffff;
	border-color    : #00A0AA;
}

/* Button Block */
.btn--block {
	width: 100%;
}

.btn--auto {
	width  : auto;
	padding: 0 17px;
}

/* Button Rounded */
.btn--rounded {
	border-radius: 50px;
}

/* Button Bordered */
.btn--bordered {
	background-color: transparent;
}

.btn--bordered.btn--primary {
	color       : #00A0AA;
	border-color: #00A0AA;
}

.btn--bordered.btn--primary:active,
.btn--bordered.btn--primary:focus,
.btn--bordered.btn--primary:hover {
	color           : #ffffff;
	background-color: #00A0AA;
	border-color    : #00A0AA;
}

.btn--bordered.btn--secondary {
	color       : #171A1F;
	border-color: #171A1F;
}

.btn--bordered.btn--secondary:active,
.btn--bordered.btn--secondary:focus,
.btn--bordered.btn--secondary:hover {
	color           : #ffffff;
	background-color: #171A1F;
	border-color    : #171A1F;
}

.btn--bordered.btn--white {
	color       : #ffffff;
	border-color: #ffffff;
}

.btn--bordered.btn--white:active,
.btn--bordered.btn--white:focus,
.btn--bordered.btn--white:hover {
	color           : #00A0AA;
	background-color: #ffffff;
	border-color    : #ffffff;
}

.btn--white.btn--secondary {
	color           : #ff7101;
	border-color    : #ffffff;
	background-color: #ffffff;
}

.btn--white.btn--secondary:active,
.btn--white.btn--secondary:focus,
.btn--white.btn--secondary:hover {
	color           : #ffffff;
	background-color: #00A0AA;
	border-color    : #00A0AA;
}

/* Btn Arrows */
.btn--arrows {
	position: relative;
}

.btn--arrows:before {
	position          : absolute;
	top               : -100%;
	left              : 0;
	width             : 100%;
	height            : 100%;
	font-size         : 26px;
	line-height       : 51px;
	font-family       : 'icomoon';
	content           : "\e901";
	-webkit-transition: all 0.3s;
	-o-transition     : all 0.3s;
	transition        : all 0.3s;
}

.btn--arrows span {
	-webkit-transition: all 0.3s;
	-o-transition     : all 0.3s;
	transition        : all 0.3s;
	display           : inline-block;
	height            : 100%;
	width             : 100%;
}

.btn--arrows span i {
	margin-left: 7px;
}

.btn--arrows:hover span {
	-webkit-transform: translateY(300%);
	-ms-transform    : translateY(300%);
	transform        : translateY(300%);
}

.btn--arrows:hover:before {
	top: 0;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
.form-control {
	color             : #3D4452;
	font-family       : "Gotham", sans-serif;
	font-size         : 14px;
	font-weight       : 400;
	line-height       : 40px;
	height            : 40px;
	text-transform    : none;
	border            : 1px solid #DDE6F0;
	background        : transparent;
	padding           : 0 0 0 15px;
	margin-bottom     : 24px;
	position          : relative;
	border-radius     : 5px;
	-webkit-box-shadow: none;
	box-shadow        : none;
}

.form-control:focus {
	border-color      : #00A0AA;
	-webkit-box-shadow: none;
	box-shadow        : none;
	background        : transparent;
}

.form-control::-webkit-input-placeholder {
	color: #94A2B3;
}

.form-control:-moz-placeholder {
	color: #94A2B3;
}

.form-control::-moz-placeholder {
	color: #94A2B3;
}

.form-control:-ms-input-placeholder {
	color: #94A2B3;
}

/* Placeholder */
.input-group {
	border-radius   : 0;
	border          : 1px solid grey;
	background-color: transparent;
	overflow        : hidden;
	padding         : 3px;
}

.input-group .btn {
	width: 160px;
}

.input-group .input-group-btn {
	border-radius: 50px;
	overflow     : hidden;
}

.subscribe-alert {
	margin-top  : 1.5rem;
	font-weight : 400;
	max-width   : 500px;
	margin-right: auto;
	margin-left : auto;
}

.subscribe-alert .alert {
	font-size    : 18px;
	font-weight  : 400;
	line-height  : 22px;
	border-radius: 4px;
}

.form-inline .form-control {
	background-color: #ffffff;
	font-size       : 16px;
	font-weight     : 400;
	width           : 221px;
	height          : 51px;
	border-radius   : 50px;
	margin-right    : 30px;
	padding-left    : 20px;
	border-bottom   : none;
	margin-bottom   : 0;
}

/* Custom Select2 Style */
.select2-dropdown {
	z-index: 9001;
}

.select2-selection__arrow b {
	display: none;
}

.select2-selection__arrow:before {
	position   : absolute;
	right      : 0;
	top        : 0;
	font-size  : 11px;
	line-height: 20px;
	color      : #94A2B3;
	font-family: "Font Awesome 5 Free" !important;
	content    : "\f078";
	font-weight: 700;
}

.select2-container--bootstrap4 .select2-selection--single {
	padding: 0;
	border : none;
	height : 20px;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
	line-height: 20px;
	color      : #94A1B0;
	font-size  : 16px;
}

.select2-container--bootstrap4 .select2-dropdown {
	border            : none;
	background-color  : #ffffff;
	margin-top        : 10px;
	margin-left       : -5px;
	-webkit-box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
	box-shadow        : 0px 10px 20px rgba(5, 66, 125, 0.08);
	border-radius     : 5px;
}

.select2-container--bootstrap4 .select2-results__option {
	font-size   : 14px;
	padding-left: 20px;
}

.select2-container--bootstrap4 .select2-results__option .select2-results__option {
	font-size: 14px;
	color    : #171A1F;
}

.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
	background-color: rgba(0, 160, 170, 0.1);
	color           : #171A1F;
}

.select2-container--bootstrap4 .select2-results>.select2-results__options::-webkit-scrollbar {
	display: none;
}

.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field {
	border       : 1px solid #DDE6F0;
	border-radius: 5px;
}

/* Input Checkbox */
.input-checkbox {
	margin-bottom: 12px;
}

.input-checkbox .label-checkbox {
	display    : block;
	position   : relative;
	cursor     : pointer;
	font-size  : 18px;
	line-height: 18px;
	z-index    : 2;
}

.input-checkbox .label-checkbox input {
	position: absolute;
	z-index : -1;
	opacity : 0;
}

.input-checkbox .label-checkbox .check-indicator {
	position     : absolute;
	top          : 2px;
	left         : 0;
	height       : 20px;
	width        : 20px;
	background   : transparent;
	border       : 1px solid #DDE6F0;
	border-radius: 5px;
}

.input-checkbox .label-checkbox .check-indicator:after {
	content          : '';
	position         : absolute;
	display          : none;
	left             : 6px;
	top              : 2px;
	width            : 6px;
	height           : 12px;
	border           : solid #ffffff;
	border-width     : 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform    : rotate(45deg);
	transform        : rotate(45deg);
}

.input-checkbox input:checked~.check-indicator {
	background: #00A0AA;
}

.input-checkbox input:checked~.check-indicator:after {
	display: block;
}

.input-checkbox span.title {
	display     : inline-block;
	position    : relative;
	font-size   : 14px;
	color       : #3D4452;
	padding-left: 27px;
	line-height : 25px;
}

/*------------------------------------*\
    #Accordion
\*------------------------------------*/
/* Accordion Base */
.accordion {
	margin-top: 40px;
}

.accordion .card,
.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type),
.accordion .card:last-of-type {
	-webkit-box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
	box-shadow        : 0 0 40px rgba(101, 93, 93, 0.16);
	border            : none;
	background-color  : #ffffff;
	margin-bottom     : 24px;
	border-radius     : 7px;
	border-left       : 7px solid #00A0AA;
}

.accordion .card .card-heading,
.accordion .card:first-of-type .card-heading,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading,
.accordion .card:last-of-type .card-heading {
	padding: 30px;
}

@media screen and (max-width: 991px) {

	.accordion .card .card-heading,
	.accordion .card:first-of-type .card-heading,
	.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading,
	.accordion .card:last-of-type .card-heading {
		padding: 15px 25px 15px 15px;
	}
}

.accordion .card .card-heading .card-link,
.accordion .card:first-of-type .card-heading .card-link,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link,
.accordion .card:last-of-type .card-heading .card-link {
	font-family   : "Gotham", sans-serif;
	font-size     : 18px;
	color         : #171A1F;
	font-weight   : 600;
	line-height   : 20px;
	text-transform: capitalize;
	position      : relative;
	display       : block;
	padding-left  : 0;
}

@media screen and (max-width: 991px) {

	.accordion .card .card-heading .card-link,
	.accordion .card:first-of-type .card-heading .card-link,
	.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link,
	.accordion .card:last-of-type .card-heading .card-link {
		font-size  : 16px;
		line-height: 1.8;
	}
}

.accordion .card .card-heading .card-link:after,
.accordion .card:first-of-type .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link:after,
.accordion .card:last-of-type .card-heading .card-link:after {
	position   : absolute;
	right      : 0;
	top        : 0;
	content    : "\f077";
	font-family: "Font Awesome 5 Free";
	font-size  : 18px;
	font-weight: 600;
	color      : #00A0AA;
}

@media screen and (max-width: 991px) {

	.accordion .card .card-heading .card-link:after,
	.accordion .card:first-of-type .card-heading .card-link:after,
	.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link:after,
	.accordion .card:last-of-type .card-heading .card-link:after {
		top      : 5px;
		right    : -10px;
		font-size: 14px;
	}
}

.accordion .card .card-heading .card-link.collapsed:after,
.accordion .card:first-of-type .card-heading .card-link.collapsed:after,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link.collapsed:after,
.accordion .card:last-of-type .card-heading .card-link.collapsed:after {
	content: "\f078";
}

.accordion .card .card-body,
.accordion .card:first-of-type .card-body,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-body,
.accordion .card:last-of-type .card-body {
	border-top : 1px solid rgba(0, 0, 0, 0.1);
	font-family: "Gotham", sans-serif;
	padding    : 30px;
	font-size  : 16px;
	font-weight: 400;
	line-height: 24px;
}

@media screen and (max-width: 991px) {

	.accordion .card .card-body,
	.accordion .card:first-of-type .card-body,
	.accordion .card:not(:first-of-type):not(:last-of-type) .card-body,
	.accordion .card:last-of-type .card-body {
		padding: 15px;
	}
}

.accordion .card:first-of-type {
	border-left-color: #F57565;
}

.accordion .card:first-of-type .card-heading .card-link:after {
	color: #F57565;
}

.accordion .card:last-of-type {
	border-left-color: #9EEBE6;
}

.accordion .card:last-of-type .card-heading .card-link:after {
	color: #9EEBE6;
}

.accordion .card:nth-child(3):not(:first-of-type):not(:last-of-type) {
	border-left-color: #54585E;
}

.accordion .card:nth-child(3):not(:first-of-type):not(:last-of-type) .card-heading .card-link:after {
	color: #54585E;
}

/*------------------------------------*\
    #PAGINATION
\*------------------------------------*/
.pagination {
	display      : block;
	padding      : 20px 0;
	border-radius: 0;
	text-align   : center;
}

.pagination>li {
	margin-right: 10px;
	display     : inline-block;
}

@media only screen and (max-width: 991px) {
	.pagination>li {
		margin: 6px;
	}
}

.pagination>li>a {
	background-color  : #ffffff;
	color             : #3D4452;
	font-family       : "Gotham", sans-serif;
	font-size         : 14px;
	font-weight       : normal;
	border            : none;
	text-transform    : capitalize;
	padding           : 0;
	width             : 40px;
	height            : 40px;
	line-height       : 40px;
	text-align        : center;
	border-radius     : 5px;
	display           : inline-block;
	-webkit-box-shadow: 0px 10px 20px rgba(5, 118, 125, 0.06);
	box-shadow        : 0px 10px 20px rgba(5, 118, 125, 0.06);
}

.pagination>li>a.disable {
	color: #CAD6E3;
}

.pagination>li>a.active,
.pagination>li>a:hover,
.pagination>li>a:focus {
	background-color: #00A0AA !important;
	color           : #ffffff;
}

.pagination>li>a.active:hover,
.pagination>li>a:hover:hover,
.pagination>li>a:focus:hover {
	color: #ffffff;
}

/*------------------------------------*\
    #ALERT MESSAGE
\*------------------------------------*/
.alerts {
	background-color: #F7FCFD;
	border-radius   : 2px;
	padding         : 20px;
	margin-bottom   : 40px;
}

.alerts .alert-icon {
	width           : 46px;
	height          : 46px;
	line-height     : 46px;
	background-color: #00A0AA;
	border-radius   : 2px 1px 1px 2px;
	text-align      : center;
	position        : absolute;
}

.alerts .alert-icon i {
	color      : #ffffff;
	font-size  : 15px;
	font-weight: 400;
	line-height: 28px;
}

.alerts .alert-content {
	padding-left: 68px;
}

.alerts .alert-content h4 {
	font-family   : "Gotham", sans-serif;
	color         : #00A0AA;
	font-size     : 15px;
	font-weight   : 700;
	line-height   : 32px;
	text-transform: capitalize;
	margin-bottom : 0;
	margin-top    : -6px;
}

.alerts .alert-content p {
	font-family  : "Gotham", sans-serif;
	color        : #9b9b9b;
	font-size    : 12px;
	font-weight  : 500;
	line-height  : 20px;
	margin-bottom: 0;
}

.alerts.alert-warning h4 {
	color: #8a6d3b;
}

.alerts.alert-warning .alert-icon {
	background-color: #fcf8e3;
}

.alerts.alert-warning .alert-icon i {
	color: #8a6d3b;
}

.alerts.alert-danger h4 {
	color: #a94442;
}

.alerts.alert-danger .alert-icon {
	background-color: #f2dede;
}

.alerts.alert-danger .alert-icon i {
	color: #a94442;
}

.message-card {
	background-color: rgba(0, 160, 170, 0.05);
	border-radius   : 5px;
	padding         : 30px;
	position        : relative;
	margin-bottom   : 30px;
}

.message-card .message-icon {
	position: absolute;
	left    : 30px;
	top     : 35px;
}

.message-card .message-content {
	font-size   : 13px;
	line-height : 1.8;
	color       : #3D4452;
	padding-left: 35px;
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
	height : 70px;
	width  : 100%;
	z-index: 1001;
}

.header.header-transparent {
	background-color: transparent;
	position        : absolute;
	top             : 0;
	left            : 0;
}

.header.header-light {
	background-color: #ffffff;
	position        : relative;
}

@media screen and (min-width: 992px) {

	.header-2 .navbar-expand-lg>.container,
	.header-2 .navbar-expand-lg>.container-fluid {
		-webkit-box-pack: justify;
		-ms-flex-pack   : justify;
		justify-content : space-between;
		padding         : 0 70px;
	}
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .navbar {
	margin-bottom: 0;
	border-radius: 0;
	min-height   : 70px;
	border       : none;
	padding      : 0;
	z-index      : 1030;
}

.header .navbar .navbar-brand {
	margin-right: 0;
}

.header .navbar .navbar-brand .logo-dark {
	display: none;
}

.header .navbar .navbar-brand .logo-light {
	display: inline-block;
}

.header .navbar .navbar-nav>li {
	margin-right: 30px;
	position    : relative;
}

.header .navbar .navbar-nav>li:last-child {
	margin-right: 0;
}

.header .navbar .navbar-nav>li>a {
	font-family       : "Gotham", sans-serif;
	font-size         : 12px;
	text-transform    : uppercase;
	font-weight       : 500;
	line-height       : 70px;
	color             : #ffffff;
	padding           : 0;
	position          : relative;
	display           : block;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition     : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}

@media screen and (min-width: 992px) {
	.header .navbar .navbar-nav>li>a::before {
		position          : absolute;
		left              : 0;
		bottom            : 17px;
		content           : '';
		height            : 2px;
		width             : 0;
		background-color  : #ffffff;
		-webkit-transition: width 300ms linear;
		-o-transition     : width 300ms linear;
		transition        : width 300ms linear;
	}
}

.header .navbar .navbar-nav>li>a.dropdown-toggle {
	position: relative;
}

.header .navbar .navbar-nav>li>a.dropdown-toggle:after {
	font-family: "Font Awesome 5 Free";
	content    : "\f078";
	font-size  : 10px;
	position   : absolute;
	right      : -13px;
	top        : 0;
	color      : #ffffff;
	line-height: 70px;
	font-weight: 700;
	border     : none;
	margin     : 0;
}

@media screen and (max-width: 991px) {
	.header .navbar .navbar-nav>li>a.dropdown-toggle:after {
		color      : #94A2B3;
		right      : 13px;
		line-height: 42px;
	}
}

.header .navbar .navbar-nav>li.active>a:before,
.header .navbar .navbar-nav>li>a:focus:before,
.header .navbar .navbar-nav>li>a:hover:before {
	width: 100%;
}

@media screen and (max-width: 991px) {
	.header .navbar .navbar-nav>li {
		margin-right: 0;
	}

	.header .navbar .navbar-nav>li a {
		margin-right: 0;
		padding     : 15px 10px;
		color       : #171A1F;
		line-height : 1;
	}

	.header .navbar .navbar-nav>li.active {
		background-color: #00A0AA;
	}

	.header .navbar .navbar-nav>li.active a {
		color: #ffffff;
	}
}

.header .navbar.navbar-fixed {
	top               : 0;
	background        : #ffffff;
	-webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
	box-shadow        : 0 2px 4px rgba(3, 27, 78, 0.1);
	-webkit-animation : navbarFixed 0.8s;
	animation         : navbarFixed 0.8s;
}

.header .navbar.navbar-fixed .navbar-brand .logo-dark {
	display: inline-block;
}

.header .navbar.navbar-fixed .navbar-brand .logo-light {
	display: none;
}

.header .navbar.navbar-fixed .navbar-nav>li>a {
	color: #17C1CC;
}

@media screen and (max-width: 991px) {
	.header .navbar.navbar-fixed .navbar-nav>li>a:hover {
		background-color: #00A0AA;
		color           : #ffffff;
	}
}

.header .navbar.navbar-fixed .navbar-nav>li.active>a,
.header .navbar.navbar-fixed .navbar-nav>li>a:focus,
.header .navbar.navbar-fixed .navbar-nav>li>a:hover {
	color: #17C1CC;
}

.header .navbar.navbar-fixed .navbar-nav>li.active>a:before,
.header .navbar.navbar-fixed .navbar-nav>li>a:focus:before,
.header .navbar.navbar-fixed .navbar-nav>li>a:hover:before {
	background-color: #17C1CC;
}

.header .navbar.navbar-fixed .navbar-nav>li.active a {
	color: #17C1CC;
}

@media screen and (max-width: 991px) {
	.header .navbar.navbar-fixed .navbar-nav>li.active {
		background-color: #17C1CC;
	}

	.header .navbar.navbar-fixed .navbar-nav>li.active a {
		color: #ffffff;
	}
}

.header .navbar.navbar-light {
	background-color  : #ffffff;
	-webkit-box-shadow: 0px 10px 20px rgba(5, 118, 125, 0.06);
	box-shadow        : 0px 10px 20px rgba(5, 118, 125, 0.06);
}

.header .navbar.navbar-light .navbar-brand .logo-dark {
	display: inline-block;
}

.header .navbar.navbar-light .navbar-brand .logo-light {
	display: none;
}

.header .navbar.navbar-light .navbar-nav>li>a {
	color: #94A2B3;
}

.header .navbar.navbar-light .navbar-nav>li>a::before {
	background-color: #94A2B3;
}

.header .navbar.navbar-light .navbar-nav>li>a.dropdown-toggle:after {
	color: #94A2B3;
}

@media screen and (min-width: 992px) {
	.header .navbar.navbar-light .navbar-nav>li>a:hover {
		color: #00A0AA;
	}

	.header .navbar.navbar-light .navbar-nav>li>a:hover::before {
		background-color: #00A0AA;
	}

	.header .navbar.navbar-light .navbar-nav>li>a:hover:after {
		color: #00A0AA;
	}
}

.header .navbar.navbar-light .navbar-nav>li.active a {
	color: #00A0AA;
}

.header .navbar.navbar-light .navbar-nav>li.active a::before {
	background-color: #00A0AA;
}

.header .navbar.navbar-light .navbar-nav>li.active a:after {
	color: #00A0AA;
}

@media screen and (max-width: 991px) {
	.header .navbar.navbar-light .navbar-nav>li.active {
		background-color: #00A0AA;
	}

	.header .navbar.navbar-light .navbar-nav>li.active>a {
		color: #ffffff;
	}

	.header .navbar.navbar-light .navbar-nav>li.active>a:after {
		color: #ffffff;
	}

	.header .navbar.navbar-light .navbar-nav>li.active .dropdown-menu li a {
		color: #3D4452;
	}

	.header .navbar.navbar-light .navbar-nav>li.active .dropdown-menu li.current a {
		color: #00A0AA;
	}
}

.header .navbar.navbar-light .module-social a {
	color: #171A1F;
}

@-webkit-keyframes navbarFixed {
	0% {
		opacity          : 0;
		-webkit-transform: translateY(-100%);
		transform        : translateY(-100%);
	}

	100% {
		opacity          : 1;
		-webkit-transform: translateY(0);
		transform        : translateY(0);
	}
}

@keyframes navbarFixed {
	0% {
		opacity          : 0;
		-webkit-transform: translateY(-100%);
		transform        : translateY(-100%);
	}

	100% {
		opacity          : 1;
		-webkit-transform: translateY(0);
		transform        : translateY(0);
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
	header .navbar {
		/* Navabr */
	}

	header .navbar .navbar-brand {
		margin-left: 15px;
		height     : 70px;
		line-height: 70px;
	}

	header .navbar .navbar-toggler {
		width             : 30px;
		height            : 30px;
		display           : -webkit-box;
		display           : -ms-flexbox;
		display           : flex;
		-webkit-box-pack  : center;
		-ms-flex-pack     : center;
		justify-content   : center;
		-webkit-box-align : center;
		-ms-flex-align    : center;
		align-items       : center;
		-webkit-transition: 0.3s ease-in-out;
		-o-transition     : 0.3s ease-in-out;
		transition        : 0.3s ease-in-out;
		cursor            : pointer;
		outline           : none;
		margin-right      : 30px;
		padding           : 0;
		border            : none;
	}
}

@media only screen and (max-width: 991px) and (min-width: 992px) {
	header .navbar .navbar-toggler {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	header .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
		background-color: transparent;
	}

	header .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before,
	header .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
		top: 0;
	}

	header .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
		-webkit-transform: rotate(45deg);
		-ms-transform    : rotate(45deg);
		transform        : rotate(45deg);
	}

	header .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
		-webkit-transform: rotate(-45deg);
		-ms-transform    : rotate(-45deg);
		transform        : rotate(-45deg);
	}

	header .navbar .navbar-toggler .navbar-toggler-icon {
		width             : 100%;
		height            : 2px;
		background-color  : #ffffff;
		position          : relative;
		-webkit-transition: 0.3s ease-in-out;
		-o-transition     : 0.3s ease-in-out;
		transition        : 0.3s ease-in-out;
	}

	header .navbar .navbar-toggler .navbar-toggler-icon:before,
	header .navbar .navbar-toggler .navbar-toggler-icon:after {
		content           : '';
		position          : absolute;
		left              : 0;
		height            : 2px;
		width             : 100%;
		background-color  : #ffffff;
		-webkit-transition: 0.3s ease-in-out;
		-o-transition     : 0.3s ease-in-out;
		transition        : 0.3s ease-in-out;
	}

	header .navbar .navbar-toggler .navbar-toggler-icon:before {
		top: -10px;
	}

	header .navbar .navbar-toggler .navbar-toggler-icon:after {
		top: 10px;
	}

	header .navbar .navbar-collapse {
		max-height      : 400px;
		overflow-y      : scroll;
		background-color: #ffffff;
		padding         : 15px;
	}

	header .navbar.navbar-light .navbar-toggler:not(.collapsed) .navbar-toggler-icon,
	header .navbar.navbar-fixed .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
		background-color: transparent;
	}

	header .navbar.navbar-light .navbar-toggler .navbar-toggler-icon,
	header .navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon {
		background-color: #00A0AA;
	}

	header .navbar.navbar-light .navbar-toggler .navbar-toggler-icon:before,
	header .navbar.navbar-light .navbar-toggler .navbar-toggler-icon:after,
	header .navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon:before,
	header .navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon:after {
		background-color: #00A0AA;
	}

	header .navbar .navbar-nav a {
		text-transform: capitalize;
	}

	header .navbar .navbar-nav>li {
		margin-right: 0;
	}

	header .navbar .navbar-nav>li>a,
	header .navbar .navbar-nav>li.active>a {
		display: block;
	}

	header .navbar .navbar-nav li.has-dropdown.show>a {
		background-color: #00A0AA;
		color           : #ffffff;
	}

	header .navbar .navbar-nav li.has-dropdown.show>a.dropdown-toggle:after {
		color: #ffffff;
	}

	header .navbar .navbar-nav li.has-dropdown .show>.dropdown-menu {
		display: block;
	}

	header .navbar .navbar-nav .menu-item::before {
		display: none;
	}

	header .navbar .dropdown-menu {
		padding: 0;
		border : none;
	}

	header .navbar .dropdown-menu.show {
		padding-left : 10px;
		border-radius: 0;
	}

	header .navbar .dropdown-menu li {
		line-height: 26px;
	}

	header .navbar .dropdown-menu li a {
		padding-left: 20px;
		display     : block;
	}

	header .navbar .show>.dropdown-menu {
		display: block;
	}

	header .navbar .dropdown-submenu.show .dropdown-menu {
		display: block;
	}

	header .navbar .dropdown-submenu .dropdown-menu {
		padding-left: 20px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.navbar-nav>li {
		margin-right: 16px;
	}

	.module .module-icon,
	.module-consultation .btn {
		margin-right: 0;
	}
}

@media only screen and (min-width: 992px) {
	.navbar-collapse {
		padding-right: 0;
		padding-left : 0;
	}

	/* Menu with Dropdown */
	.navbar-nav {
		/* Mega Menu Content */
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu {
		background-color        : white;
		-webkit-transition      : all 400ms ease-in-out;
		-o-transition           : all 400ms ease-in-out;
		transition              : all 400ms ease-in-out;
		opacity                 : 0;
		visibility              : hidden;
		position                : absolute;
		left                    : 0;
		right                   : auto;
		-webkit-transform-origin: left top;
		-ms-transform-origin    : left top;
		transform-origin        : left top;
		-webkit-transform       : scaleY(0);
		-ms-transform           : scaleY(0);
		transform               : scaleY(0);
		display                 : block;
		width                   : 220px;
		min-width               : 220px;
		padding                 : 20px 0;
		-webkit-box-shadow      : 0px 10px 20px rgba(5, 66, 125, 0.08);
		box-shadow              : 0px 10px 20px rgba(5, 66, 125, 0.08);
		border-radius           : 5px;
		border                  : none;
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu>li {
		padding-right : 0;
		position      : relative;
		vertical-align: top;
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a {
		font-family       : "Gotham", sans-serif;
		line-height       : 36px;
		color             : #3D4452;
		padding           : 0;
		display           : block;
		font-size         : 14px;
		font-weight       : 400;
		-webkit-transition: all 350ms;
		-o-transition     : all 350ms;
		transition        : all 350ms;
		text-transform    : capitalize;
		margin            : 0 25px;
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a:active,
	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a:focus,
	.navbar-nav>li.has-dropdown>ul.dropdown-menu li a:hover {
		background-color: transparent;
		color           : #3D4452;
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu li.current,
	.navbar-nav>li.has-dropdown>ul.dropdown-menu li:hover {
		background-color: rgba(0, 160, 170, 0.1);
	}

	.navbar-nav>li.has-dropdown>ul.dropdown-menu li.current>a,
	.navbar-nav>li.has-dropdown>ul.dropdown-menu li:hover>a {
		color: #3D4452;
	}

	.navbar-nav>li.has-dropdown:hover>ul.dropdown-menu {
		opacity          : 1;
		visibility       : visible;
		-webkit-transform: scaleY(1);
		-ms-transform    : scaleY(1);
		transform        : scaleY(1);
		z-index          : 100;
		display          : block;
	}

	.navbar-nav li ul.dropdown-menu.left {
		left       : -650px !important;
		margin-left: 0 !important;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu {
		background-color: transparent;
		padding         : 0;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .container .row {
		background-color: #ffffff;
		width           : 100%;
		margin-right    : 0;
		margin-left     : 0;
		padding         : 30px 18px;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .container .row ul {
		margin : 0;
		padding: 0;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .container .row ul li {
		line-height: 2.5;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .container .row ul li.title {
		color         : #171A1F;
		font-size     : 13px;
		font-weight   : 600;
		text-transform: capitalize;
	}

	.navbar-nav li.has-dropdown.mega-dropdown>.dropdown-menu .container .row ul li a {
		margin: 0;
	}

	.navbar-nav.ml-auto.mr-auto li.has-dropdown.mega-dropdown {
		position: static !important;
	}

	.navbar-nav.ml-auto.mr-auto li.has-dropdown.mega-dropdown>.dropdown-menu {
		overflow         : hidden;
		width            : 1140px;
		right            : auto;
		left             : 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform    : translateX(-50%);
		transform        : translateX(-50%);
	}

	.navbar-nav.ml-auto:not(.mr-auto) li.has-dropdown.mega-dropdown {
		position: static !important;
	}

	.navbar-nav.ml-auto:not(.mr-auto) li.has-dropdown.mega-dropdown>.dropdown-menu {
		overflow: hidden;
		width   : 100%;
		left    : 0;
		right   : 0;
	}

	/* Menu Level #2 */
	li.has-dropdown>ul.dropdown-menu>li.dropdown-submenu>ul.dropdown-menu {
		background-color  : #ffffff;
		padding           : 15px 0 10px;
		-webkit-transition: all 300ms linear;
		-o-transition     : all 300ms linear;
		transition        : all 300ms linear;
		opacity           : 0;
		-webkit-transform : translateX(10%);
		-ms-transform     : translateX(10%);
		transform         : translateX(10%);
		visibility        : hidden;
		display           : block;
		position          : absolute;
		left              : 100%;
		right             : auto;
		top               : 0;
		margin            : -1px 0 0;
		z-index           : 1001;
	}

	li.has-dropdown>ul.dropdown-menu>li.dropdown-submenu:hover>ul.dropdown-menu {
		visibility        : visible;
		-webkit-transform : translateX(0);
		-ms-transform     : translateX(0);
		transform         : translateX(0);
		opacity           : 1;
		z-index           : 1001;
		margin-top        : -1px;
		margin-left       : 0;
		-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
		box-shadow        : 0 2px 3px rgba(40, 40, 40, 0.1);
	}

	li.dropdown-submenu.pull-left>ul.dropdown-menu {
		left        : auto;
		right       : 0;
		margin-right: 0;
	}

	/* Menu Level #3 */
	li.dropdown-submenu>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu {
		background-color: #171A1F;
		float           : none;
		position        : absolute;
		border-radius   : 0;
		left            : 100%;
		right           : auto;
		top             : 0;
		margin          : -1px 0 0;
		z-index         : 1;
		border          : 1px solid #eaeaea;
		padding         : 13px 0;
	}

	li.dropdown-submenu>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu.left {
		left: -185px !important;
	}
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .module-container {
	padding-left: 35px;
}

@media screen and (max-width: 991px) {
	.header .module-container {
		padding-left: 0;
		margin-top  : 15px;
	}
}

.header .module-container .module {
	display      : inline-block;
	position     : relative;
	padding-right: 37px;
}

@media screen and (max-width: 991px) {
	.header .module-container .module {
		display: block;
	}
}

.header .module-container .module:last-of-type {
	padding-right: 0;
}

.header .module-container .module span.title {
	display: none;
}

.header .module-container .module .module-icon {
	cursor     : pointer;
	line-height: 70px;
}

.header .module-container .module-cta .btn {
	width             : 119px;
	height            : 30px;
	display           : block;
	cursor            : pointer;
	color             : #ffffff;
	font-size         : 10px;
	font-weight       : 700;
	text-transform    : uppercase;
	border-radius     : 4px;
	display           : -webkit-box;
	display           : -ms-flexbox;
	display           : flex;
	-webkit-box-pack  : center;
	-ms-flex-pack     : center;
	justify-content   : center;
	-webkit-box-align : center;
	-ms-flex-align    : center;
	align-items       : center;
	z-index           : inherit;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition     : all 0.3s ease-in-out;
	transition        : all 0.3s ease-in-out;
	outline           : none;
	background-color  : transparent;
	border            : 1px solid #ffffff;
}

.header .module-container .module-cta .btn .icon {
	margin-left: 15px;
}

.header .module-container .module-cta .btn:hover {
	background-color: #00A0AA;
	border-color    : #00A0AA;
	color           : #ffffff;
}

@media screen and (max-width: 991px) {
	.header .module-container .module-cta .btn {
		width           : auto;
		height          : 40px;
		line-height     : 40px;
		font-size       : 13px;
		margin-right    : 0;
		background-color: #ff7101;
		border-color    : #ff7101;
		color           : #ffffff;
	}

	.header .module-container .module-cta .btn:before {
		line-height: 40px;
	}
}

@media screen and (max-width: 991px) {
	.header .module-container .module-search {
		display: none;
	}
}

.header .module-container .module-search .title {
	display: none;
}

@media only screen and (max-width: 991px) {
	.header .module-container .module-search .search-icon i {
		border-left  : none;
		padding-left : 0;
		padding-right: 5px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.header .module-container .module-search .search-icon i {
		padding-left : 16px;
		padding-right: 16px;
	}
}

.header .navbar-fixed .module-container .module-cta .btn {
	background-color: #17C1CC;
	border-color    : #17C1CC;
	color           : #ffffff;
}

.header .navbar-fixed .module-container .module-cta .btn:hover {
	background-color: #ff7101;
	border-color    : #ff7101;
}

.header .navbar-light .module-container .module .module-icon svg path {
	fill: #94A2B3;
}

.header .navbar-light .module-container .module-cta .btn {
	background-color: #00A0AA;
	border-color    : #00A0AA;
	color           : #ffffff;
}

.header .navbar-light .module-container .module-cta .btn:hover {
	background-color: #17C1CC;
	border-color    : #17C1CC;
}

.search-warp {
	position          : absolute;
	left              : 30px;
	top               : 15px;
	width             : calc(100% - 167px);
	height            : 40px;
	-webkit-transition: all 0.35s linear;
	-o-transition     : all 0.35s linear;
	transition        : all 0.35s linear;
	-webkit-transform : translateY(-200px);
	-ms-transform     : translateY(-200px);
	transform         : translateY(-200px);
}

@media only screen and (max-width: 991px) {
	.search-warp {
		position         : relative;
		top              : 0;
		left             : 0;
		width            : 100%;
		-webkit-transform: translateY(0);
		-ms-transform    : translateY(0);
		transform        : translateY(0);
		display          : -webkit-box;
		display          : -ms-flexbox;
		display          : flex;
		margin-top       : 20px;
	}

	.search-warp .nav-search {
		width: 100%;
	}
}

.search-warp form {
	width           : 100%;
	height          : 40px;
	margin-bottom   : 0;
	background-color: #ffffff;
	border          : 1px solid #17C1CC;
	border-radius   : 4px;
	overflow        : hidden;
	color           : #94A1B0;
}

.search-warp form input {
	width        : 100%;
	height       : 100%;
	padding      : 15px;
	border       : none;
	margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
	.search-warp form input {
		width: calc(100% - 65px);
	}
}

.search-warp form button {
	position        : absolute;
	right           : 15px;
	top             : 0;
	line-height     : 38px;
	color           : #00A0AA;
	cursor          : pointer;
	background-color: transparent;
	border          : none;
}

.search-warp form button:hover,
.search-warp form button:focus {
	color: #171A1F;
}

.search-active .search-warp {
	-webkit-transform: translateY(0);
	-ms-transform    : translateY(0);
	transform        : translateY(0);
}

/*------------------------------------*\
    #Hero
\*------------------------------------*/
/* Hero Content */
.hero {
	padding-top   : 176px;
	padding-bottom: 514px;
	position      : relative;
}

@media screen and (max-width: 767px) {
	.hero {
		padding-bottom: 300px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.hero {
		padding-bottom: 400px;
	}
}

@media screen and (min-width: 1440px) {
	.hero {
		padding-bottom: 600px;
	}
}

@media screen and (min-width: 1800px) {
	.hero {
		padding-bottom: 700px;
	}
}

.hero::after {
	position       : absolute;
	bottom         : -2px;
	left           : 0;
	height         : 112px;
	width          : 100%;
	content        : "";
	background     : url(../images/divider/divider2.svg) no-repeat bottom;
	z-index        : 1;
	background-size: contain;
}

.hero .hero-divider {
	position: absolute;
	bottom  : 0;
	left    : 0;
	height  : 614px;
	width   : 100%;
}

@media screen and (max-width: 767px) {
	.hero .hero-divider {
		height: 300px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
	.hero .hero-divider {
		height: 400px;
	}
}

@media screen and (max-width: 1600px) and (min-width: 1200px) {
	.hero .hero-divider {
		height: 514px;
	}
}

.hero .hero-divider::after {
	position       : absolute;
	bottom         : 0;
	left           : 0;
	height         : 100%;
	width          : 100%;
	content        : "";
	background     : url(../images/background/illustration.png) no-repeat bottom;
	background-size: contain;
	z-index        : -1;
	margin-bottom  : 1px;
}

@media screen and (max-width: 991px) {
	.hero .hero-divider::after {
		background-size: cover;
	}
}

@media screen and (min-width: 1800px) {
	.hero .hero-divider::after {
		background-size: cover;
	}
}

.hero .hero-heading {
	text-align   : center;
	margin-bottom: 40px;
}

.hero .hero-heading h1 {
	color      : #ffffff;
	font-size  : 38px;
	line-height: 55px;
}

@media only screen and (max-width: 767px) {
	.hero .hero-heading h1 {
		font-size  : 28px;
		line-height: 36px;
	}
}

.hero .hero-content form {
	margin  : 0;
	position: relative;
}

.hero .hero-content form .row {
	background-color  : #ffffff;
	border-radius     : 5px;
	-webkit-box-shadow: 0px 10px 20px rgba(0, 87, 171, 0.15);
	box-shadow        : 0px 10px 20px rgba(0, 87, 171, 0.15);
	overflow          : hidden;
	margin-right      : 0;
	margin-left       : 0;
}

.hero .hero-content form .row [class*="col-"] {
	padding-right: 0;
	padding-left : 0;
}

.hero .hero-content form .form-group {
	padding      : 36px 30px 30px 30px;
	border-right : 1px solid #DDE6F0;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.hero .hero-content form .form-group {
		padding      : 20px;
		border-right : none;
		border-bottom: 1px solid #DDE6F0;
		margin-top   : 10px;
	}
}

.hero .hero-content form .btn {
	background-image  : -o-linear-gradient(339.59deg, #FFB700 0%, #FF9900 100%), -o-linear-gradient(top, #E74A82 0%, #D56CAB 100%), -o-linear-gradient(351.38deg, #FFA462 0%, #FF8540 100%);
	background-image  : linear-gradient(110.41deg, #FFB700 0%, #FF9900 100%), linear-gradient(180deg, #E74A82 0%, #D56CAB 100%), linear-gradient(98.62deg, #FFA462 0%, #FF8540 100%);
	background-size   : 200% auto;
	width             : 185px;
	height            : 87px;
	margin-left       : -1px;
	color             : #ffffff;
	font-size         : 21px;
	border-radius     : 0 5px 5px 0;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition     : all 0.4s ease-in-out;
	transition        : all 0.4s ease-in-out;
	position          : absolute;
	right             : 0;
	top               : 0;
}

@media screen and (max-width: 991px) {
	.hero .hero-content form .btn {
		margin-top   : 10px;
		position     : relative;
		width        : 100%;
		border-radius: 5px;
	}
}

.hero .hero-content form .btn span.icon {
	margin-right: 8px;
}

.hero .hero-content form .btn:hover {
	background-position: right center;
}

.hero .hero-content .advanced-search-warp {
	margin-top: 10px;
	display   : none;
}

.hero .hero-content .advanced-search {
	position: absolute;
	text-align: center;
	z-index: 2;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 275px;}

.hero .hero-content .advanced-search .btn-advanced {
	display    : inline-block;
	margin     : 0 auto;
	text-align : center;
	color      : #ffffff;
	font-family: "Gotham", sans-serif;
	font-size  : 14px;
	height     : 47px;
	line-height: 47px;
	width      : 278px;
	background : url(../images/background/bg-advanced.svg) no-repeat;
}

.hero .hero-content .advanced-search .btn-advanced i {
	-webkit-transition: all 300ms;
	-o-transition     : all 300ms;
	transition        : all 300ms;
	font-size         : 11px;
	margin-left       : 6px;
	display           : inline-block;
}

.hero .hero-content .advanced-search.search-open .btn-advanced i {
	-webkit-transform: rotate(180deg);
	-ms-transform    : rotate(180deg);
	transform        : rotate(180deg);
}

/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading {
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.heading {
		text-align: center;
	}
}

.heading .heading-title {
	font-family   : "Gotham", sans-serif;
	color         : #3D4452;
	text-transform: capitalize;
	font-size     : 28px;
	font-weight   : 700;
	line-height   : 1.5;
	margin-bottom : 10px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.heading .heading-title {
		font-size: 24px;
	}
}

@media only screen and (max-width: 1200px) {
	.heading .heading-title br {
		display: none;
	}
}

.heading .heading-desc {
	font-size    : 16px;
	font-weight  : 400;
	line-height  : 1.8;
	margin-bottom: 0;
	padding      : 0;
}

.heading.heading-light .heading-title {
	color: #ffffff;
}

.heading.heading-light .heading-desc {
	color: #ffffff;
}

/*------------------------------------*\
    #PAGE-TTILE
\*------------------------------------*/
.page-title {
	padding: 30px 0 30px 0;
}

.page-title .title .title-heading h1 {
	font-size     : 28px;
	line-height   : 34px;
	margin-bottom : 0;
	text-transform: capitalize;
}

.page-title .title .title-desc p {
	font-size    : 16px;
	margin-bottom: 0;
	font-weight  : 300;
}

.page-title .breadcrumb {
	font-size    : 13px;
	font-weight  : 400;
	line-height  : 1.8;
	background   : transparent;
	color        : #94A2B3;
	margin-bottom: 5px;
	padding      : 0;
}

.page-title .breadcrumb a {
	color: #94A2B3;
}

.page-title .breadcrumb a:hover {
	color: #00A0AA;
}

.page-title .breadcrumb .active {
	color: #00A0AA;
}

.page-title .breadcrumb .breadcrumb-item+.breadcrumb-item {
	padding-left: 0;
}

.page-title .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	color  : #00A0AA;
	padding: 0 5px 0 3px;
}

.page-title .title-serach {
	float             : right;
	width             : 470px;
	max-width         : 100%;
	height            : 40px;
	line-height       : 40px;
	background-color  : #ffffff;
	overflow          : hidden;
	margin-bottom     : 0;
	border            : 1px solid #DDE6F0;
	-webkit-box-sizing: border-box;
	box-sizing        : border-box;
	border-radius     : 5px;
	margin-top        : 15px;
}

.page-title .title-serach .form-control {
	margin-bottom     : 0;
	display           : inline-block;
	max-width         : calc(100% - 35px);
	height            : 40px;
	line-height       : 40px;
	padding-left      : 15px;
	border-radius     : 0;
	-webkit-box-shadow: none;
	box-shadow        : none;
	border            : none;
}

.page-title .title-serach .form-control:hover,
.page-title .title-serach .form-control:focus {
	border: none;
}

.page-title .title-serach button {
	border     : none;
	background : none;
	float      : right;
	color      : #00A0AA;
	cursor     : pointer;
	padding    : 0 12px 0 0;
	line-height: 38px;
}

.page-title .page-title-profile {
	padding-top   : 115px;
	padding-bottom: 32px;
}

@media screen and (max-width: 767px) {
	.page-title .page-title-profile {
		padding-bottom: 90px;
	}
}

.page-title .page-title-profile .university-info {
	margin-bottom: 40px;
	position     : relative;
}

.page-title .page-title-profile .university-info .university-logo {
	position     : absolute;
	width        : 80px;
	height       : 80px;
	border-radius: 10px;
	margin-right : 20px;
}

.page-title .page-title-profile .university-info .university-data {
	padding-top : 10px;
	padding-left: 100px;
}

.page-title .page-title-profile .university-info .university-data h1 {
	font-weight   : bold;
	font-size     : 32px;
	color         : #ffffff;
	text-transform: capitalize;
	margin-bottom : 5px;
}

.page-title .page-title-profile .university-info .university-data p {
	font-size: 16px;
	color    : #ffffff;
}

.page-title .page-title-profile .university-contact {
	text-align: right;
}

@media screen and (max-width: 991px) {
	.page-title .page-title-profile .university-contact {
		text-align: left;
	}
}

.page-title .page-title-profile .university-contact a {
	display     : inline-block;
	font-size   : 16px;
	color       : #ffffff;
	line-height : 1;
	margin-right: 32px;
}

.page-title .page-title-profile .university-contact a:last-of-type {
	margin-right: 0;
}

.page-title .page-title-profile .university-contact a span {
	margin-left: 8px;
}

@media screen and (max-width: 767px) {
	.page-title .page-title-profile .university-contact a {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.page-title .page-title-profile .university-contact a {
		margin-bottom: 50px;
	}
}

.page-title .page-title-links {
	position      : relative;
	margin-top    : -20px;
	padding-bottom: 26px;
}

.page-title .page-title-links .divider-links {
	position: absolute;
	left    : 0;
	top     : -27px;
	z-index : 1;
}

@media screen and (max-width: 567px) {
	.page-title .page-title-links .divider-links svg {
		max-width: 90%;
	}
}

@media screen and (min-width: 568px) and (max-width: 1200px) {
	.page-title .page-title-links .divider-links svg {
		max-width: 50%;
	}
}

.page-title .page-title-links .links {
	margin-bottom: 36px;
	z-index      : 9;
	position     : relative;
}

.page-title .page-title-links .links a {
	font-size     : 14px;
	font-weight   : bold;
	text-transform: uppercase;
	color         : #94A2B3;
	position      : relative;
	padding-bottom: 11px;
	margin-right  : 32px;
}

.page-title .page-title-links .links a:before {
	position        : absolute;
	left            : 0;
	bottom          : 0;
	width           : 0;
	height          : 2px;
	background-color: #00A0AA;
	content         : '';
}

.page-title .page-title-links .links a.active {
	color: #00A0AA;
}

.page-title .page-title-links .links a.active:before {
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.page-title .title .title-heading h1 {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.page-title .un-serach form {
		width: 100%;
	}
}

/*------------------------------------*\
    #DIVIDER
\*------------------------------------*/
.divider-bottom {
	position      : relative;
	padding-bottom: 212px;
}

.divider-bottom::after {
	position       : absolute;
	bottom         : 0;
	left           : 0;
	height         : 112px;
	width          : 100%;
	content        : "";
	background     : url(../images/divider/divider.svg) no-repeat bottom;
	background-size: contain;
}

.divider-top {
	position   : relative;
	padding-top: 111px;
}

.divider-top::after {
	position  : absolute;
	top       : 0;
	left      : 0;
	height    : 112px;
	width     : 100%;
	content   : "";
	background: url(../images/divider/divider.svg) no-repeat bottom;
}

.divider-double {
	position   : relative;
	padding-top: 111px;
}

.divider-double::after {
	position       : absolute;
	top            : 0;
	left           : 0;
	height         : 112px;
	width          : 100%;
	content        : "";
	background     : url(../images/divider/divider2.svg) no-repeat bottom;
	background-size: contain;
}

.divider-double-bottom {
	position      : relative;
	padding-bottom: 111px;
}

.divider-double-bottom::before {
	position       : absolute;
	bottom         : -2px;
	left           : 0;
	height         : 112px;
	width          : 100%;
	content        : "";
	background     : url(../images/divider/divider2.svg) no-repeat bottom;
	z-index        : 1;
	background-size: contain;
}

.divider-square {
	position      : relative;
	padding-bottom: 10px;
}

.divider-square::after {
	position  : absolute;
	bottom    : 0;
	left      : 0;
	height    : 178px;
	width     : 100%;
	content   : "";
	background: #F7FAFD;
}

.divider-square>div {
	position: relative;
	z-index : 1;
}

/*------------------------------------*\
    #List Subjects
\*------------------------------------*/
.list-subjects {
	text-align: center;
}

.list-subjects ul {
	margin-bottom: 48px;
	position     : relative;
	border-bottom: 1px solid #fff;
	list-style   : none;
	padding      : 0;
}

.list-subjects ul li.subject-card {
	border-bottom: 1px solid #DDE6F0;
	border-right : 1px solid #DDE6F0;
	float        : left;
	width        : 25%;
	height       : 159px;
}

.list-subjects ul li.subject-card:nth-child(4n) {
	border-right: none;
}

.list-subjects ul li.subject-card:nth-last-child(2),
.list-subjects ul li.subject-card:last-child {
	border-bottom: none;
}

@media screen and (min-width: 567px) {

	.list-subjects ul li.subject-card:nth-last-child(4),
	.list-subjects ul li.subject-card:nth-last-child(3) {
		border-bottom: none;
	}
}

@media screen and (max-width: 567px) {
	.list-subjects ul li.subject-card {
		width: 50%;
	}

	.list-subjects ul li.subject-card:nth-child(2n) {
		border-right: none;
	}
}

.list-subjects ul li.subject-card a {
	display           : block;
	height            : 100%;
	padding           : 44px 0 30px 0;
	-webkit-transition: all 300ms linear;
	-o-transition     : all 300ms linear;
	transition        : all 300ms linear;
}

.list-subjects ul li.subject-card a:hover {
	background: rgba(0, 160, 170, 0.1);
	color     : #00A0AA;
}

.list-subjects ul li.subject-card a:hover .subject-card-title {
	color: #00A0AA;
}

.list-subjects ul li.subject-card .subject-card-icon {
	width : 30px;
	height: 30px;
	margin: 0 auto 14px auto;
}

.list-subjects ul li.subject-card .subject-card-icon i {
	font-size: 27px;
}

.list-subjects ul li.subject-card .subject-card-title {
	font-size     : 16px;
	font-weight   : 500;
	text-transform: capitalize;
	margin-bottom : 8px;
}

.list-subjects ul li.subject-card .subject-card-count {
	color         : #94A2B3;
	font-size     : 12px;
	font-weight   : 500;
	margin-bottom : 0;
	text-transform: uppercase;
}

.btn-more {
	height    : 30px;
	text-align: center;
}

.btn-more a {
	width         : 99px;
	height        : 30px;
	line-height   : 30px;
	font-size     : 16px;
	text-transform: capitalize;
	display       : inline-block;
	position      : relative;
	border-radius : 5px;
	overflow      : hidden;
}

.btn-more a span {
	margin-right: 5px;
}

.btn-more a:before {
	position          : absolute;
	content           : '';
	left              : 0;
	top               : 0;
	width             : 0;
	height            : 100%;
	background-color  : rgba(0, 160, 170, 0.1);
	-webkit-transition: all 350ms ease-in-out;
	-o-transition     : all 350ms ease-in-out;
	transition        : all 350ms ease-in-out;
}

.btn-more a i {
	font-size: 10px;
}

.btn-more a:hover {
	color: #17C1CC;
}

.btn-more a:hover:before {
	width: 100%;
}

.btn-more a:hover svg path {
	fill: #17C1CC;
}

.btn-more a.text-white {
	color: #ffffff;
}

.btn-more a.text-white svg path {
	fill: #ffffff;
}

.btn-more a.text-white:before {
	background-color: rgba(61, 68, 82, 0.1);
}

.btn-more a.text-white:hover {
	color: #ffffff;
}

.btn-more a.text-white:hover svg path {
	fill: #ffffff;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.list-blocks ul li {
		width: 50%;
	}

	.list-blocks ul li:nth-child(4n) {
		border-right: 1px solid #E7EAEE;
	}

	.list-blocks ul li:nth-child(2n) {
		border-right: none;
	}

	.list-blocks ul li:nth-last-child(4),
	.list-blocks ul li:nth-last-child(3) {
		border-bottom: 1px solid #E7EAEE;
	}

	.list-blocks ul li:nth-last-child(2),
	.list-blocks ul li:last-child {
		border-bottom: none;
	}
}

/*------------------------------------*\
    #Top Universities
\*------------------------------------*/
.top-Universities {
	background: #f7fcfd;
}

.top-Universities .university-card {
	padding: 15px;
}

@media screen and (max-width: 991px) {
	.top-Universities .university-card {
		max-width   : 370px;
		margin-right: auto;
		margin-left : auto;
		padding     : 8px;
	}
}

.top-Universities .university-card:hover .university-card-body {
	-webkit-box-shadow: 0px 10px 30px rgba(5, 118, 125, 0.15);
	box-shadow        : 0px 10px 30px rgba(5, 118, 125, 0.15);
}

.top-Universities .university-card .university-card-body {
	position          : relative;
	background        : #FFFFFF;
	-webkit-box-shadow: 0px 10px 20px rgba(5, 118, 125, 0.06);
	box-shadow        : 0px 10px 20px rgba(5, 118, 125, 0.06);
	border-radius     : 5px;
	padding           : 32px 32px 43px 32px;
	overflow          : hidden;
}

@media screen and (min-width: 801px) and (max-width: 991px) {
	.top-Universities .university-card .university-card-body {
		padding: 20px;
	}
}

.top-Universities .university-card .university-card-body .university-card-flag {
	position: absolute;
	left    : 0;
	top     : 0;
	width   : 60px;
	height  : 60px;
	overflow: hidden;
}

@media screen and (min-width: 801px) and (max-width: 991px) {
	.top-Universities .university-card .university-card-body .university-card-flag {
		width: 40px;
	}
}

.top-Universities .university-card .university-card-body .university-card-flag::before {
	position    : absolute;
	width       : 100%;
	height      : 100%;
	content     : '';
	right       : 0;
	bottom      : 0;
	border-style: solid;
	border-width: 0 0 60px 60px;
	border-color: transparent transparent #ffffff transparent;
}

.top-Universities .university-card .university-card-body .university-card-flag img {
	height: auto;
	width : 200%;
}

.top-Universities .university-card .university-card-body .university-card-title {
	font-size    : 21px;
	color        : #3D4452;
	margin-bottom: 17px;
	padding-left : 28px;
}

@media screen and (min-width: 801px) and (max-width: 991px) {
	.top-Universities .university-card .university-card-body .university-card-title {
		font-size: 18px;
	}
}

.top-Universities .university-card .university-card-body .university-card-list {
	margin-bottom: 25px;
}

.top-Universities .university-card .university-card-body .university-card-list ul {
	padding   : 0;
	margin    : 0;
	list-style: none;
}

.top-Universities .university-card .university-card-body .university-card-list ul li {
	position    : relative;
	padding-left: 14px;
}

.top-Universities .university-card .university-card-body .university-card-list ul li:before {
	position        : absolute;
	width           : 6px;
	height          : 6px;
	content         : '';
	border-radius   : 50%;
	left            : 0;
	top             : 12px;
	background-color: #00A0AA;
}

.top-Universities .university-card .university-card-body .university-card-list ul li a {
	color      : #3D4452;
	font-size  : 14px;
	line-height: 30px;
	display    : block;
}

.top-Universities .university-card .university-card-body .university-card-list ul li a:hover {
	color: #00A0AA;
}

.top-Universities .university-card .university-card-body .university-card-more .count {
	line-height   : 30px;
	font-weight   : 500;
	font-size     : 12px;
	text-transform: uppercase;
	color         : #94A2B3;
}

/*------------------------------------*\
    #Courses University
\*------------------------------------*/
.course-card {
	padding: 15px;
}

@media screen and (max-width: 991px) {
	.course-card {
		max-width   : 370px;
		margin-right: auto;
		margin-left : auto;
	}
}

.course-card .course-card-warp {
	padding           : 32px;
	background-color  : #ffffff;
	-webkit-box-shadow: 0px 10px 30px rgba(5, 118, 125, 0.06);
	box-shadow        : 0px 10px 30px rgba(5, 118, 125, 0.06);
	border-radius     : 5px;
}

.course-card .course-card-header {
	position     : relative;
	margin-bottom: 32px;
}

.course-card .course-card-header .course-card-flag {
	position     : absolute;
	left         : 0;
	top          : 0;
	width        : 100px;
	height       : 100px;
	margin-right : 48px;
	border       : 1px solid #dde6f0;
	border-radius: 5px;
	overflow     : hidden;
}

@media screen and (max-width: 1200px) {
	.course-card .course-card-header .course-card-flag {
		position     : relative;
		top          : auto;
		left         : auto;
		margin-bottom: 30px;
	}
}

.course-card .course-card-header ul.course-card-meta {
	list-style: none;
	padding   : 0 0 0 128px;
	margin    : 0;
}

@media screen and (max-width: 1200px) {
	.course-card .course-card-header ul.course-card-meta {
		padding-left: 0;
	}
}

.course-card .course-card-header ul.course-card-meta li {
	margin-bottom: 12px;
}

.course-card .course-card-header ul.course-card-meta li:last-child {
	margin-bottom: 0;
}

.course-card .course-card-header ul.course-card-meta li .time,
.course-card .course-card-header ul.course-card-meta li .fees {
	color        : #3D4452;
	font-weight  : 500;
	font-size    : 15px;
	margin-bottom: 0;
}

.course-card .course-card-header ul.course-card-meta li .title {
	color         : #94A2B3;
	font-weight   : 500;
	font-size     : 12px;
	text-transform: uppercase;
}

.course-card .course-card-body .course-card-period {
	color         : #94A2B3;
	font-size     : 12px;
	text-transform: uppercase;
	margin-bottom : 5px;
}

.course-card .course-card-body .course-card-title {
	font-weight: bold;
	font-size  : 21px;
	color      : #3D4452;
	line-height: 1.5;
}

@media screen and (max-width: 1200px) {
	.course-card .course-card-body .course-card-title {
		font-size: 18px;
	}
}

.course-card .course-card-body .course-card-list {
	padding   : 0;
	list-style: none;
	margin    : 0 0 32px 0;
}

.course-card .course-card-body .course-card-list li {
	position     : relative;
	margin-bottom: 25px;
}

.course-card .course-card-body .course-card-list li:last-child {
	margin-bottom: 0;
}

.course-card .course-card-body .course-card-list li .icon {
	position    : absolute;
	left        : 0;
	top         : 4px;
	margin-right: 9px;
	color: #00a0aa;
}

.course-card .course-card-body .course-card-list li .content {
	padding-left: 25px;
}

.course-card .course-card-body .course-card-list li .content span {
	display: block;
}

.course-card .course-card-body .course-card-list li .content .title {
	font-weight: 500;
	font-size  : 16px;
	color      : #3D4452;
}

.course-card .course-card-body .course-card-list li .content .desc {
	font-size     : 12px;
	text-transform: uppercase;
	color         : #94A2B3;
}

.course-card .course-card-footer .btn-more a {
	width: 123px;
}

.course-card:hover .course-card-warp {
	-webkit-box-shadow: 0px 10px 20px rgba(5, 118, 125, 0.15);
	box-shadow        : 0px 10px 20px rgba(5, 118, 125, 0.15);
}

.course-card:hover .course-card-body .course-card-title {
	color: #17C1CC;
}

/*------------------------------------*\
    #Online Courses
\*------------------------------------*/
li.course-online-card {
	position     : relative;
	margin-bottom: 0;
}

li.course-online-card:last-child {
	margin-bottom: 0;
}

li.course-online-card:before {
	position     : absolute;
	left         : 0;
	top          : 0;
	content      : '';
	width        : 100%;
	height       : 100%;
	background   : transparent;
	opacity      : 0.1;
	border-radius: 5px;
}

li.course-online-card:hover:before {
	background: #00A0AA;
}

li.course-online-card a {
	padding : 20px 30px;
	position: relative;
	display : block;
}

@media screen and (max-width: 991px) {
	li.course-online-card a {
		padding: 15px;
	}
}

li.course-online-card .course-online-title {
	color         : #3D4452;
	font-size     : 16px;
	font-weight   : 500;
	text-transform: capitalize;
	margin-bottom : 0;
}

li.course-online-card .course-online-desc {
	margin-top: 14px;
}

li.course-online-card .course-online-desc .course-online-flag {
	width       : 16px;
	height      : 16px;
	margin-right: 16px;
}

li.course-online-card .course-online-desc .course-online-university {
	font-size     : 12px;
	font-weight   : 500;
	text-transform: uppercase;
	color         : #94A2B3;
}

/*------------------------------------*\
    #Carousel
\*------------------------------------*/
.carousel-dots .owl-dots {
	display         : -webkit-box;
	display         : -ms-flexbox;
	display         : flex;
	-webkit-box-pack: center;
	-ms-flex-pack   : center;
	justify-content : center;
	margin-top      : 40px;
}

.carousel-dots .owl-dots.disabled {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.carousel-dots .owl-dots .owl-dot {
	width           : 10px;
	height          : 10px;
	border          : solid 1px #00A0AA;
	background-color: #00A0AA;
	border-radius   : 50%;
	margin-right    : 13px;
}

.carousel-dots .owl-dots .owl-dot.active {
	background-color: #ffffff;
	border          : 2px solid #00A0AA;
}

.carousel-dots .owl-dots .owl-dot:hover,
.carousel-dots .owl-dots .owl-dot:focus {
	outline: none;
}

.carousel-navs .owl-nav.disabled {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.carousel-navs .owl-nav [class*="owl-"] {
	position         : absolute;
	top              : 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform    : translateY(-50%);
	transform        : translateY(-50%);
	outline          : none;
	width            : 40px;
	height           : 40px;
	line-height      : 40px;
	color            : #ffffff;
	border-radius    : 5px;
}

@media screen and (max-width: 1200px) {
	.carousel-navs .owl-nav [class*="owl-"] {
		display: none;
	}
}

.carousel-navs .owl-nav [class*="owl-"] span {
	display: none;
}

.carousel-navs .owl-nav [class*="owl-"]::before {
	font-family: "Font Awesome 5 Free";
	font-size  : 14px;
	color      : #00A0AA;
	font-weight: 600;
	line-height: 40px;
}

.carousel-navs .owl-nav [class*="owl-"]:hover:before {
	color: #171A1F;
}

.carousel-navs .owl-nav .owl-prev {
	left: -40px;
}

@media screen and (max-width: 991px) {
	.carousel-navs .owl-nav .owl-prev {
		left: 0px;
	}
}

.carousel-navs .owl-nav .owl-prev::before {
	content: '\f053';
}

.carousel-navs .owl-nav .owl-next {
	right: -40px;
}

@media screen and (max-width: 991px) {
	.carousel-navs .owl-nav .owl-next {
		right: 0px;
	}
}

.carousel-navs .owl-nav .owl-next::before {
	content: '\f054';
}

.carousel-navs.carousel-navs-theme .owl-nav [class*="owl-"] {
	background-color: #00A0AA;
}

.carousel-navs.carousel-navs-theme .owl-nav [class*="owl-"]:before {
	color: #ffffff;
}

.carousel-navs.carousel-navs-theme .owl-nav [class*="owl-"]:hover {
	background-color: #17C1CC;
}

.carousel-navs.carousel-navs-white .owl-nav [class*="owl-"] {
	background-color: transparent;
	border          : 1px solid #ffffff;
}

.carousel-navs.carousel-navs-white .owl-nav [class*="owl-"]:before {
	color: #ffffff;
}

.carousel-navs.carousel-navs-white .owl-nav [class*="owl-"]:hover {
	background-color: #ffffff;
}

.carousel-navs.carousel-navs-white .owl-nav [class*="owl-"]:hover:before {
	color: #00A0AA;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.carousel-dots .owl-controls {
		margin-top: 20px;
	}
}

/*------------------------------------*\
    #Subjects
\*------------------------------------*/
.popular-sorting-card {
	padding           : 50px 20px 38px 50px;
	margin-bottom     : 50px;
	background-color  : #ffffff;
	border-radius     : 5px;
	-webkit-box-shadow: 0px 10px 20px rgba(5, 118, 125, 0.06);
	box-shadow        : 0px 10px 20px rgba(5, 118, 125, 0.06);
}

@media screen and (max-width: 767px) {
	.popular-sorting-card {
		padding: 30px;
	}
}

.popular-sorting-card .card-title {
	margin-bottom: 25px;
	position     : relative;
}

.popular-sorting-card .card-title h3 {
	position     : relative;
	z-index      : 1;
	font-size    : 18px;
	line-height  : 22px;
	color        : #3D4452;
	margin-bottom: 0;
}

.popular-sorting-card .card-body {
	padding: 0;
}

.popular-sorting-card .card-body ul {
	margin-bottom: 0;
	margin-left  : -10px;
	list-style   : none;
	padding      : 0;
}

.popular-sorting-card .card-body ul li {
	float: left;
	width: 25%;
}

@media only screen and (max-width: 567px) {
	.popular-sorting-card .card-body ul li {
		width: 100%;
	}
}

@media only screen and (min-width: 568px) and (max-width: 767px) {
	.popular-sorting-card .card-body ul li {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.popular-sorting-card .card-body ul li {
		width: 33%;
	}
}

.popular-sorting-card .card-body ul li a {
	font-size     : 14px;
	line-height   : 2.5;
	text-transform: capitalize;
	color         : #00A0AA;
	position      : relative;
	padding       : 0 10px;
	display       : inline-block;
}

.popular-sorting-card .card-body ul li a:before {
	position        : absolute;
	left            : 0;
	top             : 0;
	background-color: rgba(0, 160, 170, 0.1);
	border-radius   : 5px;
	opacity         : 0;
	content         : "";
	width           : 100%;
	height          : 100%;
}

.popular-sorting-card .card-body ul li a:hover {
	font-weight: 600;
	color      : #00A0AA;
}

.popular-sorting-card .card-body ul li a:hover:before {
	opacity: 1;
}

.quickjump-alpha {
	margin-bottom: 40px;
}

.quickjump-alpha span {
	font-family : "Gotham", sans-serif;
	color       : #3D4452;
	font-weight : 500;
	font-size   : 18px;
	line-height : 20px;
	margin-right: 9px;
}

@media only screen and (max-width: 991px) {
	.quickjump-alpha span {
		margin-bottom: 20px;
		display      : block;
	}
}

.quickjump-alpha ul {
	display      : inline-block;
	margin-bottom: 0;
	padding      : 0;
}

.quickjump-alpha ul li {
	display    : inline-block;
	padding    : 0;
	position   : relative;
	width      : 25px;
	height     : 25px;
	line-height: 25px;
	text-align : center;
}

.quickjump-alpha ul li:before {
	position: absolute;
	right   : -6px;
	top     : 0;
	content : "/";
	color   : #94A2B3;
}

.quickjump-alpha ul li:last-child:before {
	display: none;
}

@media only screen and (min-width: 461px) and (max-width: 767px) {
	.quickjump-alpha ul li {
		padding: 0 9px;
	}
}

.quickjump-alpha ul li a {
	font-size     : 16px;
	line-height   : 25px;
	color         : #00A0AA;
	text-transform: uppercase;
	display       : inline-block;
}

.quickjump-alpha ul li a:hover {
	color: #17C1CC;
}

.sorting-cards {
	margin-left : -15px;
	margin-right: -15px;
}

@media screen and (min-width: 992px) {
	.sorting-cards {
		-webkit-column-count: 3;
		-moz-column-count   : 3;
		column-count        : 3;
		-webkit-column-gap  : 0;
		-moz-column-gap     : 0;
		column-gap          : 0;
	}
}

@media screen and (min-width: 767px) {
	.sorting-cards {
		-webkit-column-count: 2;
		-moz-column-count   : 2;
		column-count        : 2;
		-webkit-column-gap  : 0;
		-moz-column-gap     : 0;
		column-gap          : 0;
	}
}

.sorting-cards .alpha-card {
	padding-right              : 15px;
	padding-left               : 15px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside   : avoid;
	break-inside               : avoid;
	margin-bottom              : 30px;
}

.sorting-cards .alpha-card .card-warp {
	background-color  : #ffffff;
	border-radius     : 5px;
	-webkit-box-shadow: 0px 10px 20px rgba(5, 118, 125, 0.06);
	box-shadow        : 0px 10px 20px rgba(5, 118, 125, 0.06);
}

.sorting-cards .alpha-card .card-title {
	padding      : 30px 30px 0 12px;
	margin-bottom: 0;
	position     : relative;
}

.sorting-cards .alpha-card .card-title:before {
	position        : absolute;
	left            : 0;
	top             : 38px;
	width           : 100%;
	height          : 1px;
	background-color: #DDE6F0;
	content         : "";
}

.sorting-cards .alpha-card .card-title h3 {
	position        : relative;
	z-index         : 1;
	font-size       : 18px;
	line-height     : 22px;
	color           : #171A1F;
	background-color: #ffffff;
	width           : 45px;
	margin-bottom   : 0;
	text-align      : center;
}

.sorting-cards .alpha-card .card-body {
	padding: 20px 30px;
}

.sorting-cards .alpha-card .card-body ul {
	margin    : 0;
	padding   : 0;
	list-style: none;
}

.sorting-cards .alpha-card .card-body ul li {
	display: block;
}

.sorting-cards .alpha-card .card-body ul li a {
	font-size  : 14px;
	line-height: 35px;
	color      : #00A0AA;
	cursor     : pointer;
}

.sorting-cards .alpha-card .card-body ul li a:hover {
	color: #17C1CC;
}

/*------------------------------------*\
    #BLOG-SECTION
\*------------------------------------*/
@media only screen and (min-width: 1200px) {
	.col-main {
		padding-right: 30px;
		max-width    : 840px;
	}

	.col-secondary {
		padding-left: 0px;
		min-width   : 300px;
	}

	.col-shift.col-main {
		padding-left : 30px;
		padding-right: 0;
		max-width    : 840px;
	}

	.col-shift.col-secondary {
		padding-right: 0px;
		padding-left : 15px;
		min-width    : 300px;
	}
}

.blog-list .blog-entry {
	position: relative;
	background        : #ffffff;
	-webkit-box-shadow: 0px 10px 20px rgba(5, 118, 125, 0.06);
	box-shadow        : 0px 10px 20px rgba(5, 118, 125, 0.06);
	border-radius     : 5px;
	margin-bottom     : 30px;
	padding           : 30px;
}

.blog-list .blog-entry .entry-img {
	position          : relative;
	-webkit-transition: 300ms ease;
	-o-transition     : 300ms ease;
	transition        : 300ms ease;
	margin-right      : 30px;
	width             : 200px;
	height            : 200px;
	float             : left;
}

@media screen and (max-width: 576px) {
	.blog-list .blog-entry .entry-img {
		margin-bottom: 30px;
	}
}

.blog-list .blog-entry .entry-img img {
	max-width         : 100%;
	height            : auto;
	-webkit-transition: 300ms ease;
	-o-transition     : 300ms ease;
	transition        : 300ms ease;
	border-radius     : 5px;
}

.blog-list .blog-entry .entry-meta {
	font-size     : 12px;
	color         : #94A2B3;
	text-transform: uppercase;
	margin-bottom : 6px;
}

.blog-list .blog-entry .entry-meta a {
	color: #94A2B3;
}

.blog-list .blog-entry .entry-meta a:hover {
	color: #00A0AA;
}

.blog-list .blog-entry .entry-meta .entry-category {
	margin-right: 16px;
}

.blog-list .blog-entry .entry-title h4 {
	color        : #3D4452;
	font-size    : 21px;
	font-weight  : 500;
	line-height  : 30px;
	margin-bottom: 16px;
}

.blog-list .blog-entry .entry-title a {
	color: #3D4452;
}

.blog-list .blog-entry .entry-title a:hover {
	color: #00A0AA;
}

.blog-list .blog-entry .entry-bio p {
	color        : #3D4452;
	font-size    : 14px;
	font-weight  : normal;
	line-height  : 23px;
	margin-bottom: 21px;
}

/* Blog Single */
.blog-single .blog-entry {
	background        : #ffffff;
	-webkit-box-shadow: 0px 10px 20px rgba(5, 118, 125, 0.06);
	box-shadow        : 0px 10px 20px rgba(5, 118, 125, 0.06);
	border-radius     : 5px;
	margin-bottom     : 30px;
	padding           : 40px;
	color             : #3D4452;
	font-size         : 16px;
	line-height       : 1.8;
}

@media screen and (max-width: 767px) {
	.blog-single .blog-entry {
		padding: 30px;
	}
}

.blog-single .blog-entry .entry-meta {
	font-size     : 12px;
	color         : #94A2B3;
	text-transform: uppercase;
	margin-bottom : 18px;
}

.blog-single .blog-entry .entry-meta a {
	color: #94A2B3;
}

.blog-single .blog-entry .entry-meta a:hover {
	color: #00A0AA;
}

.blog-single .blog-entry .entry-meta .entry-category {
	margin-right: 16px;
}

.blog-single .blog-entry img {
	max-width    : 100%;
	height       : auto;
	margin-bottom: 30px;
	text-align   : center;
}

.blog-single .blog-entry p,
.blog-single .blog-entry ul,
.blog-single .blog-entry ol {
	color      : #3D4452;
	font-size  : 16px;
	line-height: 1.8;
}

.blog-single .blog-entry h3 {
	font-size: 21px;
	color    : #3D4452;
}

.blog-single .blog-entry ul {
	padding   : 0 0 0 20px;
	margin    : 0;
	list-style: none;
}

.blog-single .blog-entry ul li {
	position    : relative;
	padding-left: 14px;
}

.blog-single .blog-entry ul li:before {
	position        : absolute;
	width           : 6px;
	height          : 6px;
	content         : '';
	border-radius   : 50%;
	left            : 0;
	top             : 12px;
	background-color: #00A0AA;
}

.blog-single .blog-entry ul li a {
	color      : #3D4452;
	font-size  : 14px;
	line-height: 30px;
	display    : block;
}

.blog-single .blog-entry ul li a:hover {
	color: #00A0AA;
}

.blog-single .blog-entry .entry-share {
	border-top : 1px solid #DDE6F0;
	padding    : 40px 0 0 0;
	line-height: 1;
	text-align : left;
	margin-top : 40px;
}

@media screen and (max-width: 767px) {
	.blog-single .blog-entry .entry-share {
		text-align: center;
	}
}

.blog-single .blog-entry .entry-share a {
	width        : 40px;
	height       : 40px;
	line-height  : 40px;
	text-align   : center;
	color        : #ffffff;
	font-size    : 15px;
	margin-right : 10px;
	display      : inline-block;
	border-radius: 5px;
}

.blog-single .blog-entry .entry-share a.facebook {
	background-color: #3C5A98;
}

.blog-single .blog-entry .entry-share a.twitter {
	background-color: #29A6DE;
}

.blog-single .blog-entry .entry-share a.linkedin {
	background-color: #1D86BD;
}

.blog-single .blog-entry .entry-share a.pinterest {
	background-color: #C92027;
}

.blog-single .blog-entry .entry-share a:hover {
	background-color: #00A0AA;
	color           : #ffffff;
}

.blog-single .blog-entry .entry-share a:last-child {
	margin-right: 0;
}

.blog-single .blog-entry .entry-share .share-title {
	font-family  : "Gotham", sans-serif;
	color        : #3D4452;
	font-size    : 18px;
	font-weight  : 600;
	margin-bottom: 0;
	margin-right : 24px;
	display      : inline-block;
}

@media screen and (max-width: 767px) {
	.blog-single .blog-entry .entry-share .share-title {
		display      : block;
		margin-bottom: 20px;
	}
}

.blog-single ul.comments-list {
	width        : 100%;
	list-style   : none;
	overflow     : hidden;
	padding-left : 0;
	margin-bottom: 0;
}

.blog-single ul.comments-list li {
	position     : relative;
	margin-bottom: 30px;
}

.blog-single ul.comments-list li:last-child {
	border-bottom : none;
	padding-bottom: 0;
	margin-bottom : 0;
}

.blog-single ul.comments-list li:last-child .comment {
	border-bottom: none;
}

.blog-single ul.comments-list .comment-body .avatar {
	position     : absolute;
	left         : 0;
	top          : 0;
	width        : 50px;
	height       : 50px;
	border-radius: 50%;
	overflow     : hidden;
}

.blog-single ul.comments-list .comment-body .comment {
	margin-left   : 70px;
	padding-bottom: 25px;
	border-bottom : 1px solid #eaeaea;
}

.blog-single ul.comments-list .comment-body .comment h6 {
	font-size     : 15px;
	text-transform: capitalize;
	margin-bottom : 0;
	line-height   : 22px;
}

.blog-single ul.comments-list .comment-body .comment .date {
	font-family  : "Gotham", sans-serif;
	color        : #616161;
	font-family  : "Gotham", sans-serif;
	font-size    : 12px;
	font-weight  : 400;
	line-height  : 26px;
	margin-bottom: 5px;
}

.blog-single ul.comments-list .comment-body .comment p {
	font-size    : 14px;
	font-weight  : 400;
	line-height  : 24px;
	margin-bottom: 5px;
}

.blog-single ul.comments-list .comment-body .comment a.reply {
	font-size     : 14px;
	font-weight   : 700;
	text-transform: capitalize;
	color         : #00A0AA;
	line-height   : 1;
	display       : inline-block;
}

.blog-single ul.comments-list .comment-body .comment a.reply:hover {
	color: #171A1F;
}

.blog-single ul.comments-list ul.comment-children {
	list-style  : none;
	margin      : 20px 0 0 90px;
	padding-top : 30px;
	padding-left: 0;
	border-top  : 2px solid #eeeeee;
}

.blog-single ul.comments-list ul.comment-children .comment-body .comment {
	padding-left: 90px;
}

.blog-single ul.comments-list ul.comment-children li:last-child {
	margin-bottom : 0;
	padding-bottom: 0;
}

.blog-single .entry-add-comment .form-control {
	margin-bottom: 30px;
}

.blog-single .entry-add-comment .btn {
	text-transform    : capitalize;
	-webkit-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
	box-shadow        : 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
	border-radius     : 5px;
	border            : none;
}

.blog-single .entry-add-comment .btn:hover {
	color           : #ffffff;
	background-color: #007077;
}

.entry-prev-next {
	position     : relative;
	margin-bottom: 30px;
}

.entry-prev-next .entry-next,
.entry-prev-next .entry-prev {
	width: 50%;
	float: left;
}

@media screen and (max-width: 767px) {

	.entry-prev-next .entry-next,
	.entry-prev-next .entry-prev {
		width        : 100%;
		float        : none;
		margin-bottom: 30px;
	}
}

.entry-prev-next .entry-next {
	text-align: right;
}

.entry-prev-next .entry-next-content,
.entry-prev-next .entry-prev-content {
	position: relative;
}

.entry-prev-next a {
	display           : inline-block;
	background-color  : #ffffff;
	border-radius     : 5px;
	-webkit-box-shadow: 0px 10px 20px rgba(5, 118, 125, 0.06);
	box-shadow        : 0px 10px 20px rgba(5, 118, 125, 0.06);
	padding           : 14px 26px;
	font-size         : 14px;
	font-weight       : 600;
	color             : #3D4452;
}

.entry-prev-next a i {
	color         : #00A0AA;
	vertical-align: middle;
}

.entry-prev-next .entry-next-content a {
	float      : right;
	margin-left: 20px;
}

.entry-prev-next .entry-next-content a i {
	margin-left: 8px;
}

.entry-prev-next .entry-prev-content a {
	float       : left;
	margin-right: 20px;
}

.entry-prev-next .entry-prev-content a i {
	margin-right: 8px;
}

.entry-prev-next p {
	font-size    : 12px;
	margin-bottom: 0;
}

.entry-widget .entry-widget-title {
	position     : relative;
	margin-bottom: 35px;
}

.entry-widget .entry-widget-title h4 {
	color         : #3D4452;
	font-size     : 16px;
	text-transform: capitalize;
	line-height   : 1;
	margin-bottom : 0;
	position      : relative;
}

.entry-widget {
	margin-bottom     : 30px;
	padding           : 30px 30px 60px 30px;
	background-color  : #ffffff;
	border-radius     : 5px;
	-webkit-box-shadow: 0px 10px 20px rgba(5, 118, 125, 0.06);
	box-shadow        : 0px 10px 20px rgba(5, 118, 125, 0.06);
	position          : relative;
}

.entry-related {
	padding-bottom: 30px;
}

.entry-related .entry-title h5 {
	font-size    : 14px;
	line-height  : 30px;
	font-weight  : 500;
	margin-bottom: 0;
}

/*------------------------------------*\
	#Widgets
\*------------------------------------*/
/* Widget */
.widget {
	padding           : 30px;
	margin-bottom     : 32px;
	-webkit-box-shadow: 0px 10px 20px rgba(5, 118, 125, 0.06);
	box-shadow        : 0px 10px 20px rgba(5, 118, 125, 0.06);
	border-radius     : 5px;
	background-color  : #ffffff;
}

.widget .widget-title {
	margin-bottom: 22px;
}

.widget .widget-title h3 {
	font-size     : 18px;
	line-height   : 1;
	color         : #3D4452;
	text-transform: capitalize;
	margin-bottom : 0;
	position      : relative;
}

/* Category Widget */
.widget-categories ul {
	padding-left : 0;
	list-style   : none;
	margin-bottom: 0;
}

.widget-categories ul li {
	border-bottom: 1px solid #DDE6F0;
	position     : relative;
}

.widget-categories ul li:last-child {
	border-bottom: none;
}

.widget-categories ul li .toggle-menu {
	position   : absolute;
	right      : 0;
	top        : 0;
	line-height: 46px;
	color      : #94A2B3;
	cursor     : pointer;
	z-index    : 9;
}

.widget-categories ul li .toggle-menu:before {
	font-family: "Font Awesome 5 Free";
	content    : "\f078";
	font-size  : 10px;
	font-weight: 700;
	position   : absolute;
	right      : 0;
}

.widget-categories ul li a {
	display       : block;
	line-height   : 46px;
	color         : #3D4452;
	font-size     : 14px;
	text-transform: capitalize;
	position      : relative;
	z-index       : 1;
}

.widget-categories ul li a:hover {
	color: #00A0AA;
}

.widget-categories ul li.active a {
	color: #00A0AA;
}

.widget-categories ul li ul {
	display           : none;
	-webkit-transition: all 300ms linear;
	-o-transition     : all 300ms linear;
	transition        : all 300ms linear;
}

.widget-categories ul li ul li {
	border-bottom: none;
	line-height  : 40px;
	padding      : 0 20px;
	border-radius: 5px;
}

.widget-categories ul li ul li:hover {
	background-color: rgba(0, 160, 170, 0.1);
}

.widget-categories ul li ul li:hover a {
	color: #00A0AA;
}

.widget-categories ul li.show {
	-webkit-transition: all 300ms ease-in-out;
	-o-transition     : all 300ms ease-in-out;
	transition        : all 300ms ease-in-out;
}

.widget-categories ul li.show .toggle-menu:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform    : rotate(-180deg);
	transform        : rotate(-180deg);
}

.widget-categories ul li.show>a {
	color: #00A0AA;
}

.widget-categories ul li.show ul {
	display: block;
}

/* Tags Widget */
.widget-tags a {
	font-family       : "Gotham", sans-serif;
	display           : inline-block;
	background-color  : rgba(0, 160, 170, 0.1);
	font-size         : 12px;
	font-weight       : 400;
	letter-spacing    : 0.02em;
	line-height       : 1;
	color             : #00A0AA;
	margin-right      : 9px;
	margin-bottom     : 10px;
	text-transform    : capitalize;
	padding           : 9px 12px;
	border-radius     : 5px;
	-webkit-transition: all 300ms linear;
	-o-transition     : all 300ms linear;
	transition        : all 300ms linear;
}

.widget-tags a:hover {
	background-color: #00A0AA;
	color           : #ffffff;
}

/* Recent Widegt */
.widget-recent-posts {
	padding-bottom: 20px;
}

.widget-recent-posts .widget-title {
	margin-bottom: 10px;
}

.widget-recent-posts .entry {
	position     : relative;
	border-bottom: 1px solid #DDE6F0;
	padding      : 20px 0;
}

.widget-recent-posts .entry .entry-title:before {
	position          : absolute;
	left              : -10px;
	top               : 10px;
	width             : calc(100% + 20px);
	height            : calc(100% - 20px);
	background-color  : transparent;
	border-radius     : 5px;
	content           : '';
	-webkit-transition: all 300ms linear;
	-o-transition     : all 300ms linear;
	transition        : all 300ms linear;
}

.widget-recent-posts .entry .entry-title a {
	font-family       : "Gotham", sans-serif;
	color             : #00A0AA;
	font-size         : 14px;
	line-height       : 21px;
	text-transform    : capitalize;
	position          : relative;
	z-index           : 1;
	display           : block;
	-webkit-transition: all 200ms ease;
	-o-transition     : all 200ms ease;
	transition        : all 200ms ease;
}

.widget-recent-posts .entry .entry-title a:hover {
	color: #00A0AA;
}

.widget-recent-posts .entry:hover .entry-title::before {
	background-color: rgba(0, 160, 170, 0.1);
}

.widget-recent-posts .entry:hover .entry-title a:hover {
	font-weight: 500;
	color      : #00A0AA;
}

.widget-recent-posts .entry:last-of-type {
	border-bottom: none;
}

/* Search Widget */
.widget-search .form-search {
	border-radius: 5px;
	border       : 1px solid #DDE6F0;
	margin-bottom: 0;
}

.widget-search .form-search .input-group {
	border : none;
	padding: 0;
}

.widget-search .form-search .form-control {
	border            : none;
	border-radius     : 0;
	-webkit-box-shadow: none;
	box-shadow        : none;
	color             : #94A2B3;
	font-size         : 14px;
	font-weight       : 400;
	line-height       : 38px;
	height            : 40px;
	text-transform    : capitalize;
	padding-left      : 15px;
	background-color  : transparent;
}

.widget-search .form-search .btn {
	background-color: transparent;
	color           : #171A1F;
	border-radius   : 0;
	width           : 35px;
	height          : 40px;
	line-height     : 29px;
	font-size       : 16px;
	color           : #00A0AA;
}

.widget-search .form-search .btn:hover {
	color: #171A1F;
}

/* Ads Widget */
.ads-widget {
	padding           : 0;
	background-color  : transparent;
	margin            : 0 auto 32px auto;
	text-align        : center;
	border-radius     : 0;
	-webkit-box-shadow: none;
	box-shadow        : none;
}

.ads-widget img {
	max-width: 100%;
	height   : auto;
}

/* Facebook Widget */
.widget-fbsubscribe {
	text-align : center;
	font-weight: 600;
}

.widget-fbsubscribe a {
	color: #4267B2;
}

.widget-fbsubscribe a i {
	margin-right    : auto;
	margin-left     : auto;
	background-color: #4267B2;
	width           : 70px;
	height          : 70px;
	line-height     : 70px;
	text-align      : center;
	border-radius   : 50%;
	font-size       : 27px;
	color           : #ffffff;
	margin-bottom   : 15px;
}

.widget-fbsubscribe a span {
	font-size  : 14px;
	line-height: 17px;
}

.widget-fbsubscribe a i,
.widget-fbsubscribe a span {
	display: block;
}

.widget-fbsubscribe a:hover {
	color: #17C1CC;
}

.widget-fbsubscribe a:hover i {
	background-color: #17C1CC;
}

/* Social Widget */
.widget-social ul {
	margin-bottom: 0;
	list-style   : none;
	padding      : 0;
}

.widget-social ul li a {
	height       : 40px;
	line-height  : 40px;
	text-align   : center;
	font-family  : "Gotham", sans-serif;
	font-size    : 14px;
	color        : #ffffff;
	border-radius: 5px;
	display      : block;
	overflow     : hidden;
	padding-right: 20px;
	margin-bottom: 10px;
}

.widget-social ul li a i {
	height     : 40px;
	width      : 40px;
	line-height: 40px;
	font-size  : 15px;
	display    : inline-block;
	float      : left;
}

.widget-social ul li a .social-status {
	text-align: right;
	float     : right;
}

.widget-social ul li a.facebook {
	background-color: #4267B2;
}

.widget-social ul li a.facebook i {
	background-color: #3B5B9E;
}

.widget-social ul li a.twitter {
	background-color: #3BAFEB;
}

.widget-social ul li a.twitter i {
	background-color: #319FD6;
}

.widget-social ul li:last-child a {
	margin-bottom: 0;
}

/* Widget Quick Links*/
.widget-qlinks {
	padding-bottom: 20px;
}

.widget-qlinks ul {
	margin-bottom: 0;
	list-style   : none;
}

.widget-qlinks ul li {
	position        : relative;
	border-bottom   : 1px solid #DDE6F0;
	padding         : 20px 0;
	background-color: transparent;
}

.widget-qlinks ul li:after {
	display: block;
	clear  : both;
	content: "";
}

.widget-qlinks ul li:before {
	position          : absolute;
	width             : calc(100% + 20px);
	height            : calc(100% - 20px);
	left              : -10px;
	top               : 10px;
	content           : "";
	background-color  : rgba(0, 160, 170, 0.1);
	border-radius     : 5px;
	opacity           : 0;
	-webkit-transition: all 300ms ease;
	-o-transition     : all 300ms ease;
	transition        : all 300ms ease;
}

.widget-qlinks ul li:last-child {
	border-bottom: none;
}

.widget-qlinks ul li a {
	position   : relative;
	z-index    : 1;
	cursor     : pointer;
	font-size  : 14px;
	line-height: 1.8;
	color      : #00A0AA;
}

.widget-qlinks ul li .entry-img {
	float        : left;
	width        : 50px;
	height       : 50px;
	border-radius: 5px;
	overflow     : hidden;
}

.widget-qlinks ul li .entry-img img {
	max-width: 100%;
	height   : auto;
}

.widget-qlinks ul li .entry-title {
	padding-left: 70px;
	padding-top : 15px;
}

.widget-qlinks ul li:hover:before {
	opacity: 1;
}

.widget-qlinks ul li:hover a {
	font-weight: 600;
}

.filter-widget form {
	margin-bottom: 0;
}

.filter-widget .input-group {
	background-color: white;
	border          : 1px solid #CAD6E3;
	border-radius   : 5px;
}

.filter-widget .input-group .btn {
	width             : auto;
	-webkit-box-shadow: none;
	box-shadow        : none;
	background-color  : transparent;
	color             : #00A0AA;
}

.filter-widget .input-group .btn:hover {
	color: #171A1F;
}

.filter-widget .input-group .form-control {
	border            : none;
	-webkit-box-shadow: none;
	box-shadow        : none;
	padding-left      : 15px;
}

.filter-widget .input-group .form-control:focus,
.filter-widget .input-group .form-control:hover {
	border            : none;
	-webkit-box-shadow: none;
	box-shadow        : none;
}

.filter-widget .label {
	color: #171A1F;
}

.filter-widget .form-group {
	margin-top   : 29px;
	margin-bottom: 0;
}

.filter-widget .form-group:first-of-type {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.filter-widget .form-group {
		margin-bottom: 30px;
	}
}

.filter-widget .form-group .select2-container--bootstrap4 .select2-selection--single {
	background-color: white;
	border          : 1px solid #CAD6E3;
	border-radius   : 5px;
	height          : 40px;
	line-height     : 40px;
	padding-left    : 15px;
}

.filter-widget .form-group .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
	font-size: 14px;
}

.filter-widget .form-group .select2-container--bootstrap4 .select2-results__option {
	font-size: 14px;
}

.filter-widget .form-group .select2-results__option {
	font-size: 14px;
}

.filter-widget .form-group .select2-selection__arrow:before {
	font-size  : 8px;
	right      : 15px;
	line-height: 40px;
}

.filter-widget .form-group .select2-result {
	margin-top: 10px;
}

.filter-widget .form-group .select2-result span {
	padding         : 8px 10px;
	margin-right    : 5px;
	margin-bottom   : 5px;
	background-color: rgba(0, 160, 170, 0.1);
	border-radius   : 5px;
	font-size       : 12px;
	font-weight     : 500;
	letter-spacing  : 0.02em;
	color           : #00A0AA;
	cursor          : pointer;
	display         : inline-block;
}

.filter-widget .form-group .select2-result span i {
	font-size  : 10px;
	color      : #00A0AA;
	margin-left: 8px;
}

.filter-widget .form-group .select2-result span:hover {
	background-color: #00A0AA;
	color           : white;
}

.filter-widget .form-group .select2-result span:hover i {
	color: white;
}

.filter-widget .form-group .select2-container .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
}

.filter-widget .form-group .select2-container--bootstrap4 .select2-results__option {
	font-size: 14px !important;
}

.filter-widget .submit {
	width             : 100%;
	height            : 40px;
	line-height       : 38px;
	margin-top        : 40px;
	background-color  : #00A0AA;
	color             : white;
	text-transform    : uppercase;
	font-size         : 14px;
	font-weight       : 600;
	font-family       : "Gotham", sans-serif;
	border            : none;
	-webkit-box-shadow: none;
	box-shadow        : none;
	cursor            : pointer;
	border-radius     : 5px;
}

.filter-widget .submit:focus,
.filter-widget .submit:hover {
	background-color: #17C1CC;
}

@media screen and (max-width: 767px) {
	.filter-widget .submit {
		margin-top: 0;
	}
}

.filter-widget .reset {
	width             : 100%;
	height            : auto;
	color             : #00A0AA;
	font-size         : 14px;
	-webkit-box-shadow: none;
	box-shadow        : none;
	border            : none;
	margin-top        : 30px;
	background-color  : transparent;
	cursor            : pointer;
}

.filter-widget .reset:focus,
.filter-widget .reset:hover {
	color: #17C1CC;
}

.filter-widget.filter-search-widget {
	padding           : 0 0 24px 0;
	-webkit-box-shadow: none;
	box-shadow        : none;
	background-color  : transparent;
	border-bottom     : 1px solid #DDE6F0;
}

.filter-widget.filter-search-widget .submit {
	margin-top: 25px;
}

.filter-widget.filter-search-widget .mutli-results {
	margin-top: 10px;
}

.filter-widget.filter-search-widget .mutli-results span {
	padding         : 8px 10px;
	margin-right    : 5px;
	margin-bottom   : 5px;
	background-color: rgba(0, 160, 170, 0.1);
	border-radius   : 5px;
	font-size       : 12px;
	font-weight     : 500;
	letter-spacing  : 0.02em;
	color           : #00A0AA;
	cursor          : pointer;
	display         : inline-block;
}

.filter-widget.filter-search-widget .mutli-results span i {
	font-size  : 10px;
	color      : #00A0AA;
	margin-left: 8px;
}

.filter-widget.filter-search-widget .mutli-results span:hover {
	background-color: #00A0AA;
	color           : white;
}

.filter-widget.filter-search-widget .mutli-results span:hover i {
	color: white;
}

.filter-widget.filter-search-widget .reset {
	margin-top: 15px;
	text-align: right;
}

/* fiter product */
.ui-slider {
	position  : relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position        : absolute;
	z-index         : 2;
	width           : 1.2em;
	height          : 1.2em;
	cursor          : default;
	-ms-touch-action: none;
	touch-action    : none;
}

.ui-slider .ui-slider-range {
	position           : absolute;
	z-index            : 1;
	font-size          : 0.7em;
	display            : block;
	border             : 0;
	background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	filter        : inherit;
}

.ui-slider-horizontal .ui-slider-handle {
	top        : -5px;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top   : 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width : 0.8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left         : -.3em;
	margin-left  : 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left : 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.range-filter label {
	display: block;
	color  : #171A1F;
}

.range-filter .ui-slider {
	height          : 2px;
	background-color: rgba(148, 162, 179, 0.5);
	border-radius   : 0;
	margin-bottom   : 20px;
	margin-top      : 5px;
}

.range-filter .ui-slider-handle {
	/* Style for "Line" */
	width           : 13px;
	height          : 13px;
	margin-left     : 0;
	background-color: #00A0AA;
	border-radius   : 50%;
}

.range-filter .ui-slider-range {
	height          : 4px;
	background-color: #00A0AA;
	margin-bottom   : 20px;
}

.range-filter .slider-mount {
	font-size    : 14px;
	font-weight  : 400;
	line-height  : 1;
	margin-bottom: 19px;
	float        : left;
}

.range-filter input {
	color           : #00A0AA;
	border          : none;
	background-color: transparent;
	text-transform  : capitalize;
	margin-bottom   : 5px;
}

/* Scroll Widget*/
.scroll-widget ul {
	margin    : 0;
	padding   : 0;
	list-style: none;
}

.scroll-widget ul li {
	position     : relative;
	line-height  : 40px;
	font-size    : 14px;
	display      : block;
	margin-bottom: 5px;
}

.scroll-widget ul li:last-child {
	margin-bottom: 0;
}

.scroll-widget ul li:before {
	position          : absolute;
	left              : -10px;
	top               : 0;
	width             : calc(100% + 20px);
	height            : 40px;
	background-color  : transparent;
	border-radius     : 5px;
	content           : '';
	-webkit-transition: all 300ms linear;
	-o-transition     : all 300ms linear;
	transition        : all 300ms linear;
}

.scroll-widget ul li a {
	font-family       : "Gotham", sans-serif;
	color             : #3D4452;
	line-height       : 40px;
	text-transform    : capitalize;
	position          : relative;
	z-index           : 1;
	display           : block;
	-webkit-transition: all 200ms ease;
	-o-transition     : all 200ms ease;
	transition        : all 200ms ease;
}

.scroll-widget ul li a:hover {
	color: #00A0AA;
}

.scroll-widget ul li:hover::before,
.scroll-widget ul li.active::before {
	background-color: rgba(0, 160, 170, 0.1);
}

/* Scroll Widget*/
.download-widget {
	padding           : 0;
	background-color  : transparent;
	-webkit-box-shadow: none;
	box-shadow        : none;
}

.download-widget ul {
	margin    : 0;
	padding   : 0;
	list-style: none;
}

.download-widget ul li {
	position: relative;
	display : block;
}

.download-widget ul li a {
	font-family       : "Gotham", sans-serif;
	color             : #ffffff;
	background-color  : #00A0AA;
	text-align        : center;
	font-weight       : 700;
	font-size         : 14px;
	line-height       : 40px;
	height            : 40px;
	width             : 100%;
	text-transform    : uppercase;
	position          : relative;
	z-index           : 1;
	display           : block;
	border-radius     : 5px;
	-webkit-transition: all 200ms ease;
	-o-transition     : all 200ms ease;
	transition        : all 200ms ease;
	margin-bottom     : 16px;
}

.download-widget ul li a:hover {
	background-color: #17C1CC;
}

/* Event Widget*/
.event-widget {
	padding : 0;
	overflow: hidden;
}

.event-widget .widget-content {
	position: relative;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.event-widget .widget-content>img {
		position: absolute;
		left    : 0;
		top     : 0;
		width   : 200px;
	}
}

.event-widget .un-event-meta {
	padding    : 30px;
	font-weight: 500;
	font-size  : 16px;
	color      : #3D4452;
}

.event-widget .un-event-meta i {
	color      : #00a0aa;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.event-widget .un-event-meta {
		padding-left: 220px;
	}
}

.event-widget .un-event-meta div:not(.un-event-ticket) {
	margin-bottom: 17px;
}

.event-widget .un-event-meta div:not(.un-event-ticket) span {
	margin-left: 10px;
}

.event-widget .un-event-ticket a {
	font-family       : "Gotham", sans-serif;
	color             : #ffffff;
	background-color  : #00A0AA;
	text-align        : center;
	font-weight       : 700;
	font-size         : 14px;
	line-height       : 40px;
	height            : 40px;
	width             : 100%;
	text-transform    : uppercase;
	position          : relative;
	z-index           : 1;
	display           : block;
	border-radius     : 5px;
	-webkit-transition: all 200ms ease;
	-o-transition     : all 200ms ease;
	transition        : all 200ms ease;
}

.event-widget .un-event-ticket a:hover {
	background-color: #17C1CC;
}

/* Info Widget */
.widget-info {
	padding   : 30px 20px;
	min-height: 70px;
	text-align: center;
}

.widget-info .info--title {
	color        : #171A1F;
	font-size    : 15px;
	font-weight  : 700;
	line-height  : 21px;
	position     : relative;
	margin-bottom: 10px;
}

.widget-info .info--content {
	margin-bottom: 20px;
}

.widget-info .info--icon {
	line-height: 42px;
}

/* blog sidebar */
.sidebar-blog .form-search {
	background-color: #fff;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.sidebar {
		margin-top: 40px;
	}

	.widget {
		margin-bottom: 30px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sidebar {
		margin-top: 40px;
	}

	.widget-recent .entry .entry-desc {
		margin-left: 70px;
	}
}

/*------------------------------------*\
    #Registration
\*------------------------------------*/
.registration .registration-form {
	background        : #ffffff;
	-webkit-box-shadow: 0px 10px 20px rgba(5, 118, 125, 0.06);
	box-shadow        : 0px 10px 20px rgba(5, 118, 125, 0.06);
	border-radius     : 5px;
	padding           : 40px 100px;
}

@media screen and (max-width: 767px) {
	.registration .registration-form {
		padding: 30px;
	}
}

.registration .registration-form h3 {
	font-size    : 18px;
	line-height  : 1.5;
	color        : #3D4452;
	margin-bottom: 16px;
}

.registration .registration-form label {
	font-size     : 13px;
	line-height   : 16px;
	color         : #171A1F;
	text-transform: capitalize;
}

.registration .registration-form .select2-container {
	line-height  : 40px;
	height       : 40px;
	border       : 1px solid #DDE6F0;
	border-radius: 5px;
	color        : #3D4452;
	font-size    : 14px;
}

.registration .registration-form .select2-selection__arrow:before {
	right: 17px;
	top  : 10px;
}

.registration .registration-form .select2-container--bootstrap4 .select2-dropdown {
	margin-left: 0;
}

.registration .registration-form .select2-container--bootstrap4 .select2-selection--single {
	height     : 38px;
	line-height: 38px;
}

.registration .registration-form .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
	line-height: 38px;
	font-size  : 14px;
}

.registration .registration-form .action {
	margin-top : 40px;
	padding-top: 40px;
	border-top : 1px solid #DDE6F0;
	text-align : center;
}

.registration .registration-form .action .btn {
	padding       : 14px 32px;
	border-radius : 5px;
	text-transform: uppercase;
	height        : auto;
	width         : auto;
	line-height   : 1;
	font-size     : 14px;
}

@media screen and (max-width: 767px) {
	.registration .registration-form .action .btn {
		padding: 14px 0;
		width  : 100%;
	}
}

.registration .dropzone {
	border            : 2px dashed #DDE6F0;
	-webkit-box-sizing: border-box;
	box-sizing        : border-box;
	border-radius     : 5px;
	margin-bottom     : 16px;
}

.registration small {
	font-size: 13px;
	color    : #94A2B3;
}

/*------------------------------------*\
#Account
\*------------------------------------*/
.account-card {
	background        : #ffffff;
	-webkit-box-shadow: 0px 10px 20px rgba(5, 118, 125, 0.06);
	box-shadow        : 0px 10px 20px rgba(5, 118, 125, 0.06);
	border-radius     : 5px;
	padding           : 64px 72px;
	margin-bottom     : 30px;
}

@media screen and (max-width: 767px) {
	.account-card {
		text-align: center;
	}
}

@media screen and (max-width: 991px) {
	.account-card {
		padding: 30px;
	}
}

.account-card .col-lg-5:after {
	position         : absolute;
	right            : 60px;
	top              : 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform    : translateY(-50%);
	transform        : translateY(-50%);
	width            : 1px;
	height           : 325px;
	background-color : #DDE6F0;
	content          : '';
}

@media screen and (max-width: 991px) {
	.account-card .col-lg-5:after {
		display: none;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.account-card .col-lg-5:after {
		right: 20px;
	}
}

.account-card .account-info .account-icon {
	float           : left;
	margin-right    : 24px;
	width           : 56px;
	height          : 56px;
	background-color: rgba(0, 160, 170, 0.2);
	border-radius   : 50%;
}

@media screen and (max-width: 767px) {
	.account-card .account-info .account-icon {
		float : none;
		margin: 0 auto 20px auto;
	}
}

.account-card .account-info .account-data h3 {
	font-size    : 21px;
	line-height  : 1;
	color        : #3D4452;
	margin-bottom: 0;
	padding-top  : 10px;
}

.account-card .account-info .account-data p {
	font-size: 14px;
	color    : #94A2B3;
}

.account-card .account-info .account-data ul {
	list-style: none;
	padding   : 0;
	margin    : 60px 0 0 0;
}

@media screen and (max-width: 991px) {
	.account-card .account-info .account-data ul {
		margin-top: 20px;
	}
}

.account-card .account-info .account-data ul li {
	margin-bottom: 16px;
}

.account-card .account-info .account-data ul li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.account-card .account-authentication {
		margin-top: 50px;
	}
}

.account-card .account-authentication .authentication-head .authentication-icon {
	float           : left;
	margin-right    : 24px;
	width           : 56px;
	height          : 56px;
	background-color: rgba(0, 160, 170, 0.2);
	border-radius   : 50%;
}

@media screen and (max-width: 767px) {
	.account-card .account-authentication .authentication-head .authentication-icon {
		float : none;
		margin: 20px auto;
	}
}

.account-card .account-authentication .authentication-head h3 {
	font-size    : 21px;
	line-height  : 1;
	color        : #3D4452;
	margin-bottom: 0;
	padding-top  : 10px;
	float        : left;
}

@media screen and (max-width: 991px) {
	.account-card .account-authentication .authentication-head h3 {
		float: none;
	}
}

.account-card .account-authentication .authentication-head label {
	float      : right;
	color      : #94A2B3;
	font-size  : 14px;
	line-height: 46px;
}

@media screen and (max-width: 991px) {
	.account-card .account-authentication .authentication-head label {
		float : none;
		margin: 0 auto 0 auto;
	}
}

.account-card .account-authentication .authentication-content {
	margin-top: 24px;
}

.account-card .account-authentication .authentication-content p {
	font-size    : 14px;
	color        : #3D4452;
	margin-bottom: 16px;
}

.account-card .btn {
	padding       : 14px 24px;
	height        : auto;
	width         : auto;
	line-height   : 1;
	text-transform: uppercase;
	font-size     : 14px;
}

@media screen and (max-width: 576px) {
	.account-card .btn {
		font-size  : 12px;
		line-height: 1.5;
	}
}

.account-card .btn span {
	margin-left: 8px;
}

.referring-card {
	background        : #ffffff;
	-webkit-box-shadow: 0px 10px 20px rgba(5, 118, 125, 0.06);
	box-shadow        : 0px 10px 20px rgba(5, 118, 125, 0.06);
	border-radius     : 5px;
	padding           : 10px;
}

.referring-card .col-lg-5:after {
	position         : absolute;
	right            : -40px;
	top              : 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform    : translateY(-50%);
	transform        : translateY(-50%);
	width            : 1px;
	height           : 212px;
	background-color : #DDE6F0;
	content          : '';
}

.referring-card .referring-info {
	padding: 54px 0 54px 62px;
}

@media screen and (max-width: 576px) {
	.referring-card .referring-info {
		padding   : 30px;
		text-align: center;
	}
}

.referring-card h3 {
	font-size    : 21px;
	line-height  : 1;
	color        : #3D4452;
	margin-bottom: 19px;
}

.referring-card p {
	color      : #3D4452;
	font-size  : 14px;
	line-height: 30px;
}

.referring-card ul {
	padding   : 0;
	margin    : 0;
	list-style: none;
	text-align: left;
}

.referring-card ul li {
	position    : relative;
	padding-left: 14px;
	color       : #3D4452;
	font-size   : 14px;
	line-height : 30px;
	display     : block;
}

.referring-card ul li:before {
	position        : absolute;
	width           : 6px;
	height          : 6px;
	content         : '';
	border-radius   : 50%;
	left            : 0;
	top             : 12px;
	background-color: #00A0AA;
}

.referring-card .referring-balance {
	text-align : center;
	padding-top: 60px;
}

.referring-card .referring-balance .balance {
	font-size  : 32px;
	color      : #00A0AA;
	font-weight: bold;
}

.referring-card .referring-link {
	background-color: rgba(0, 160, 170, 0.1);
	padding         : 40px 60px;
	border-radius   : 5px;
}

@media screen and (max-width: 576px) {
	.referring-card .referring-link {
		padding   : 30px;
		text-align: center;
	}
}

.referring-card .referring-link h3 {
	margin-bottom: 8px;
}

.referring-card .referring-link .form-inline {
	margin-bottom: 0;
}

@media screen and (max-width: 576px) {
	.referring-card .referring-link .form-inline {
		display   : block;
		text-align: center;
	}
}

.referring-card .referring-link .form-inline label {
	font-size     : 18px;
	text-transform: capitalize;
	margin-right  : 24px;
	color         : #3D4452;
	font-weight   : bold;
}

.referring-card .referring-link .form-inline input {
	height            : 40px;
	border            : 1px solid #DDE6F0;
	-webkit-box-sizing: border-box;
	box-sizing        : border-box;
	border-radius     : 5px;
	margin-right      : 24px;
	padding-left      : 15px;
	min-width         : 700px;
	color             : #3D4452;
	font-size         : 14px;
}

@media screen and (max-width: 991px) {
	.referring-card .referring-link .form-inline input {
		min-width    : 100%;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
	.referring-card .referring-link .form-inline input {
		min-width: 630px;
	}
}

.referring-card .referring-link .form-inline button {
	background-color: #00A0AA;
	height          : 40px;
	line-height     : 40px;
	color           : #ffffff;
	padding         : 0 32px;
	font-size       : 14px;
	font-weight     : bold;
	border          : none;
	border-radius   : 5px;
}

.referring-card .tooltip {
	position: relative;
	display : inline-block;
}

.referring-card .tooltip .tooltiptext {
	visibility        : hidden;
	width             : 140px;
	background-color  : #555;
	color             : #fff;
	text-align        : center;
	border-radius     : 6px;
	padding           : 5px;
	position          : absolute;
	z-index           : 1;
	bottom            : 150%;
	left              : 50%;
	margin-left       : -75px;
	opacity           : 0;
	-webkit-transition: opacity 0.3s;
	-o-transition     : opacity 0.3s;
	transition        : opacity 0.3s;
}

.referring-card .tooltip .tooltiptext::after {
	content     : "";
	position    : absolute;
	top         : 100%;
	left        : 50%;
	margin-left : -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.referring-card .tooltip:hover .tooltiptext {
	visibility: visible;
	opacity   : 1;
}

/*--------------------------------
    #pricing
---------------------------------*/
.pricing .pricing-card {
	background-color  : #ffffff;
	padding           : 40px;
	overflow          : hidden;
	-webkit-box-shadow: 0px 10px 20px rgba(5, 118, 125, 0.06);
	box-shadow        : 0px 10px 20px rgba(5, 118, 125, 0.06);
	border-radius     : 5px;
}

@media screen and (max-width: 991.98px) {
	.pricing .pricing-card {
		text-align   : center;
		margin-bottom: 40px;
	}
}

.pricing .pricing-card .pricing-heading {
	border-bottom: 1px solid #DDE6F0;
}

.pricing .pricing-card .pricing-heading h4 {
	font-family       : "Gotham", sans-serif;
	font-size         : 21px;
	line-height       : 1;
	color             : #3D4452;
	margin-bottom     : 30px;
	position          : relative;
	text-transform    : capitalize;
	-webkit-transition: 300ms ease-in-out;
	-o-transition     : 300ms ease-in-out;
	transition        : 300ms ease-in-out;
}

.pricing .pricing-card .pricing-heading .pricing-desc {
	font-family  : "Gotham", sans-serif;
	font-size    : 14px;
	color        : #94A2B3;
	line-height  : 21px;
	margin-bottom: 30px;
}

.pricing .pricing-card .pricing-heading p {
	font-family      : "Gotham", sans-serif;
	font-size        : 70px;
	font-weight      : 600;
	color            : #171A1F;
	display          : -webkit-box;
	display          : -ms-flexbox;
	display          : flex;
	-webkit-box-align: baseline;
	-ms-flex-align   : baseline;
	align-items      : baseline;
	line-height      : 46px;
	margin-bottom    : 12px;
}

@media screen and (max-width: 991.98px) {
	.pricing .pricing-card .pricing-heading p {
		-webkit-box-pack: center;
		-ms-flex-pack   : center;
		justify-content : center;
	}
}

.pricing .pricing-card .pricing-heading p .currency {
	font-weight : 700;
	font-size   : 48px;
	margin-right: 5px;
	color       : #00A0AA;
}

.pricing .pricing-card .pricing-heading p .time {
	font-weight: 500;
	font-size  : 18px;
}

.pricing .pricing-card .pricing-body {
	padding: 20px 0;
}

.pricing .pricing-card .pricing-body ul {
	padding   : 0;
	margin    : 0;
	list-style: none;
	text-align: left;
}

.pricing .pricing-card .pricing-body ul li {
	position    : relative;
	padding-left: 14px;
	color       : #3D4452;
	font-size   : 14px;
	line-height : 30px;
	display     : block;
}

.pricing .pricing-card .pricing-body ul li:before {
	position        : absolute;
	width           : 6px;
	height          : 6px;
	content         : '';
	border-radius   : 50%;
	left            : 0;
	top             : 12px;
	background-color: #00A0AA;
}

.pricing .pricing-card .pricing-footer .btn {
	width         : 100%;
	height        : 40px;
	line-height   : 38px;
	font-size     : 14px;
	text-transform: uppercase;
}

.pricing .pricing-card.pricing-active {
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0AA), to(#008799));
	background: -o-linear-gradient(top, #00A0AA 0%, #008799 100%);
	background: linear-gradient(180deg, #00A0AA 0%, #008799 100%);
	position  : relative;
}

.pricing .pricing-card.pricing-active .pricing-heading {
	border-bottom-color: rgba(255, 255, 255, 0.5);
}

.pricing .pricing-card.pricing-active .pricing-heading h4 {
	color: #ffffff;
}

.pricing .pricing-card.pricing-active .pricing-heading .pricing-desc {
	color: #ffffff;
}

.pricing .pricing-card.pricing-active .pricing-heading p {
	color: #ffffff;
}

.pricing .pricing-card.pricing-active .pricing-heading p .currency {
	color: #ffffff;
}

.pricing .pricing-card.pricing-active .pricing-body ul li {
	color: #ffffff;
}

.pricing .pricing-card.pricing-active .pricing-body ul li:before {
	background-color: #ffffff;
}

.pricing .pricing-card.pricing-active .btn {
	background-color: #FF9C06;
}

.pricing .pricing-card.pricing-active .btn:hover {
	background-color: #00A0AA;
}

/*------------------------------------*\
    #University Courses
\*------------------------------------*/
.un-courses-list .heading .heading-title {
	font-size: 24px;
}

.un-courses-list .sorting-options span.label {
	line-height   : 40px;
	font-weight   : bold;
	font-size     : 14px;
	color         : #3D4452;
	margin-right  : 16px;
	text-transform: capitalize;
}

.un-courses-list .sorting-options form {
	width: 160px;
}

.un-courses-list .sorting-options .select2-container--bootstrap4 .select2-selection--single {
	height            : 40px;
	line-height       : 38px;
	border            : 1px solid #DDE6F0;
	-webkit-box-sizing: border-box;
	box-sizing        : border-box;
	border-radius     : 5px;
	text-align        : left;
}

.un-courses-list .sorting-options .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
	right: 8px;
	top  : 10px;
}

.un-courses-list .sorting-options .select2-container--bootstrap4 .select2-dropdown {
	margin-left: 0;
}

.un-course-card {
	position: relative;
	margin-bottom     : 30px;
	padding           : 40px;
	background-color  : #ffffff;
	-webkit-box-shadow: 0px 10px 30px rgba(5, 118, 125, 0.06);
	box-shadow        : 0px 10px 30px rgba(5, 118, 125, 0.06);
	border-radius     : 5px;
}

@media screen and (max-width: 567px) {
	.un-course-card {
		padding: 30px;
	}
}

.un-course-card .un-course-period {
	color         : #94A2B3;
	font-size     : 12px;
	text-transform: uppercase;
	margin-bottom : 5px;
}

.un-course-card .un-course-title h3 {
	font-weight: bold;
	font-size  : 21px;
	color      : #3D4452;
	line-height: 1.5;
}
.un-course-card .un-course-title h3 a {
	color      : #00A0AA;
}
.un-course-card .un-course-title h3 a:hover {
	color      : rgb(0 160 170 / 74%);
}

@media screen and (max-width: 1200px) {
	.un-course-card .un-course-meta {
		margin-bottom: 30px;
	}
}

.un-course-card .un-course-meta ul {
	padding      : 0;
	margin       : 0;
	list-style   : none;
	display      : -ms-flexbox;
	display      : -webkit-box;
	display      : flex;
	-ms-flex-wrap: wrap;
	flex-wrap    : wrap;
}

@media screen and (max-width: 991px) {
	.un-course-card .un-course-meta ul {
		display: block;
	}
}

@media screen and (max-width: 1200px) {
	.un-course-card .un-course-meta ul {
		width: 100%;
	}
}

.un-course-card .un-course-meta ul li {
	-ms-flex-preferred-size: 0;
	flex-basis             : 0;
	-ms-flex-positive      : 1;
	-webkit-box-flex       : 1;
	flex-grow              : 1;
	max-width              : 100%;
	position               : relative;
	margin-bottom          : 25px;
}

@media screen and (max-width: 576px) {
	.un-course-card .un-course-meta ul li {
		display      : inline-block;
		margin-bottom: 30px;
		width        : 49%;
	}

	.un-course-card .un-course-meta ul li:last-child {
		width: 100%;
	}
}

@media screen and (min-width: 578px) and (max-width: 767px) {
	.un-course-card .un-course-meta ul li {
		display      : inline-block;
		margin-bottom: 30px;
		width        : 32%;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.un-course-card .un-course-meta ul li {
		display      : inline-block;
		margin-bottom: 30px;
		width        : 24%;
	}

	.un-course-card .un-course-meta ul li:last-child {
		width: 100%;
	}
}

.un-course-card .un-course-meta ul li:last-child {
	margin-bottom: 0;
}

.un-course-card .un-course-meta ul li .title {
	font-weight  : 500;
	font-size    : 16px;
	line-height  : 16px;
	color        : #3D4452;
	margin-bottom: 10px;
}

.un-course-card .un-course-meta ul li .title span {
	margin-left: 8px;
}

.un-course-card .un-course-meta ul li .desc {
	font-weight   : 500;
	font-size     : 12px;
	color         : #94A2B3;
	text-transform: uppercase;
}

.un-course-card .un-course-more .btn-more a {
	width: 123px;
}

.un-course-card .un-course-subtitle {
	position: relative;
	font-size: 24px;
}

.un-course-card .un-course-subtitle h3 {
	color      : #00A0AA;
	font-weight: bold;
	font-size  : 21px;
	line-height: 31px;
	position   : relative;
}

@media screen and (max-width: 991px) {
	.un-course-card .un-course-subtitle h3 {
		font-size: 18px;
	}
}

.un-course-card .un-course-subtitle:before {
	position        : absolute;
	width           : 8px;
	height          : 20px;
	left            : -32px;
	top             : 6px;
	content         : '';
	background-color: #00A0AA;
}

.un-course-card .un-course-subtitle hr {
	position  : absolute;
	left      : 0;
	top       : 0;
	margin-top: 16px;
	border-top: 1px solid #DDE6F0;
	width     : 100%;
}

.un-course-card .un-course-subtitle span {
	background-color: #ffffff;
	padding-right   : 24px;
	display         : inline-block;
	position        : relative;
	z-index         : 2;
}

.un-course-card .un-course-scores ul {
	padding      : 0;
	margin       : 0;
	list-style   : none;
	margin-bottom: 40px;
}

.un-course-card .un-course-scores ul li {
	display         : inline-block;
	background-color: rgba(0, 160, 170, 0.05);
	margin-right    : 30px;
	padding         : 32px;
	border-radius   : 5px;
	font-weight     : 500;
}

.un-course-card .un-course-scores ul li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 567px) {
	.un-course-card .un-course-scores ul li {
		margin-right : 10px;
		margin-bottom: 30px;
	}

	.un-course-card .un-course-scores ul li:last-child {
		margin-right: 10px;
	}
}

.un-course-card .un-course-scores ul li .score-requrement {
	color        : #3D4452;
	font-size    : 16px;
	margin-bottom: 16px;
}

.un-course-card .un-course-scores ul li .score-requrement span:first-of-type {
	color       : #00A0AA;
	font-size   : 24px;
	font-weight : 500;
	margin-right: 5px;
}

.un-course-card .un-course-scores ul li .score-avg {
	color         : #94A2B3;
	text-transform: uppercase;
	font-size     : 12px;
	font-weight   : 500;
	margin-bottom : 16px;
}

.un-course-card .un-course-scores ul li .score-course {
	color         : #3D4452;
	font-size     : 16px;
	font-weight   : 500;
	text-transform: uppercase;
}

.un-course-card.card-fullwidth {
	padding   : 30px;
	position  : relative;
	min-height: 184px;
}

.un-course-card.card-fullwidth .un-course-flag {
	position     : absolute;
	left         : 30px;
	top          : 30px;
	width        : 120px;
	height       : 120px;
	border       : 1px solid #DDE6F0;
	border-radius: 5px;
	overflow     : hidden;
}

@media screen and (max-width: 767px) {
	.un-course-card.card-fullwidth .un-course-flag {
		position     : relative;
		top          : auto;
		left         : auto;
		margin-bottom: 30px;
	}
}

.un-course-card.card-fullwidth .un-course-content {
	padding-left: 150px;
}

@media screen and (max-width: 767px) {
	.un-course-card.card-fullwidth .un-course-content {
		padding-left: 0;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.un-course-card.card-fullwidth .un-course-content {
		margin-bottom: 50px;
	}
}

.un-course-card.card-fullwidth .un-course-content .un-course-meta {
	width: 80%;
}

@media screen and (max-width: 1200px) {
	.un-course-card.card-fullwidth .un-course-content .un-course-meta {
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.un-course-card.card-fullwidth .un-course-content .un-course-meta ul {
		display: block;
	}
}

@media screen and (max-width: 1200px) {
	.un-course-card.card-fullwidth .un-course-content .un-course-meta ul {
		width: 100%;
	}
}

.un-course-card.card-fullwidth .un-course-content .un-course-meta ul li {
	margin-bottom: 0;
}

@media screen and (max-width: 576px) {
	.un-course-card.card-fullwidth .un-course-content .un-course-meta ul li {
		display      : inline-block;
		margin-bottom: 30px;
		width        : 49%;
	}

	.un-course-card.card-fullwidth .un-course-content .un-course-meta ul li:last-child {
		width: 100%;
	}
}

@media screen and (min-width: 578px) and (max-width: 767px) {
	.un-course-card.card-fullwidth .un-course-content .un-course-meta ul li {
		display      : inline-block;
		margin-bottom: 30px;
		width        : 32%;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.un-course-card.card-fullwidth .un-course-content .un-course-meta ul li {
		display      : inline-block;
		margin-bottom: 30px;
		width        : 24%;
	}

	.un-course-card.card-fullwidth .un-course-content .un-course-meta ul li:last-child {
		width: 100%;
	}
}

.un-course-card.card-fullwidth .un-course-more {
	position: absolute;
	right   : 30px;
	bottom  : 30px;
}

.un-course-card .un-course-compare {
	display           : inline-block;
	position          : absolute;
	right             : 30px;
	top               : 30px;
	width             : 116px;
	height            : 30px;
	line-height       : 28px;
	background        : transparent;
	border-radius     : 5px;
	font-size         : 16px;
	color             : #EC9615;
	text-align        : center;
	opacity           : 0;
	-webkit-transition: all 300ms linear;
	-o-transition     : all 300ms linear;
	transition        : all 300ms linear;
}

.un-course-card .un-course-compare i {
	font-size  : 11px;
	margin-left: 5px;
}

.un-course-card .un-course-compare.add-compare {
	background: #EC9615;
	color     : #ffffff;
	opacity   : 1;
}

.un-course-card:hover .un-course-compare {
	opacity: 1;
}

.un-card-single {
	margin-bottom     : 30px;
	padding           : 40px;
	background-color  : #ffffff;
	-webkit-box-shadow: 0px 10px 30px rgba(5, 118, 125, 0.06);
	box-shadow        : 0px 10px 30px rgba(5, 118, 125, 0.06);
	border-radius     : 5px;
}

@media screen and (max-width: 767px) {
	.un-card-single {
		padding: 30px;
	}
}

.un-card-single .un-card-img {
	height: 300px;
	text-align: center;
	margin-bottom: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.un-card-single .un-card-title h3 {
	font-weight: bold;
	font-size  : 21px;
	color      : #3D4452;
	line-height: 1.5;
}

.un-card-single .un-card-content {
	margin-bottom: 40px;
}

.un-card-single .un-card-content h4 {
	font-size    : 18px;
	margin-bottom: 16px;
}

.un-card-single .un-card-content p {
	font-size  : 16px;
	line-height: 30px;
	color      : #3D4452;
}

.un-card-single .un-card-content ul {
	padding   : 0 0 32px 20px;
	margin    : 0;
	list-style: none;
}

.un-card-single .un-card-content ul li {
	position    : relative;
	padding-left: 14px;
	color       : #3D4452;
	font-size   : 16px;
	line-height : 30px;
	display     : block;
}

.un-card-single .un-card-content ul li:before {
	position        : absolute;
	width           : 6px;
	height          : 6px;
	content         : '';
	border-radius   : 50%;
	left            : 0;
	top             : 12px;
	background-color: #00A0AA;
}

.un-card-single .un-card-content ul li a {
	color: #3D4452;
}

.un-card-single .un-card-content ul li a:hover {
	color: #00A0AA;
}

.un-card-single .un-card-content .table thead {
	font-size     : 16px;
	line-height   : 30px;
	color         : #3D4452;
	text-transform: capitalize;
	border        : none;
}

.un-card-single .un-card-content .table thead th {
	border: none;
}

.un-card-single .un-card-content .table thead th:first-of-type {
	border-radius: 5px 0 0 5px;
}

.un-card-single .un-card-content .table thead th:last-of-type {
	border-radius: 0 5px 5px 0;
}

.un-card-single .un-card-content .table tbody tr {
	border-radius: 5px;
	font-size    : 16px;
	line-height  : 30px;
	color        : #3D4452;
}

.un-card-single .un-card-content .table tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 160, 170, 0.05);
}

.un-card-single .un-card-content .table tbody tr:hover {
	background-color: #DDE6F0;
	cursor          : pointer;
}

.un-card-single .un-card-content .table tbody tr th {
	width: 40%;
}

.un-card-single .un-card-content .table tbody tr th:first-of-type {
	border-radius: 5px 0 0 5px;
}

.un-card-single .un-card-content .table tbody tr td:last-of-type {
	border-radius: 0 5px 5px 0;
}

.un-card-single .un-card-content .table tbody tr th,
.un-card-single .un-card-content .table tbody tr td {
	padding-left: 16px;
	border      : none;
}

.un-card-single .un-card-content .gallery-popup {
	padding-right: 15px;
	padding-left : 15px;
}

.un-card-single .un-card-content img {
	max-width: 100%;
}

.un-card-single .un-card-content .gallery-popup .gallery-popup-img {
	display      : inline-block;
	width        : 167px;
	height       : 167px;
	margin-bottom: 30px;
	position     : relative;
}

@media screen and (max-width: 767px) {
	.un-card-single .un-card-content .gallery-popup .gallery-popup-img {
		width        : 100%;
		height       : auto;
		padding-right: 15px;
	}

	.un-card-single .un-card-content .gallery-popup .gallery-popup-img img {
		max-width: 100%;
		height   : auto;
	}
}

.un-card-single .un-card-content .gallery-popup .gallery-popup-img .img-gallery {
	display : block;
	position: absolute;
	width   : 100%;
	height  : 100%;
	top     : 0;
	left    : 0;
	z-index : 2;
}

.un-card-single .un-card-share {
	border-top : 1px solid #DDE6F0;
	padding    : 50px 0 0 0;
	line-height: 1;
	text-align : left;
	margin-top : 50px;
}

@media screen and (max-width: 767px) {
	.un-card-single .un-card-share {
		text-align: center;
	}
}

.un-card-single .un-card-share a {
	width        : 40px;
	height       : 40px;
	line-height  : 40px;
	text-align   : center;
	color        : #ffffff;
	font-size    : 15px;
	margin-right : 10px;
	display      : inline-block;
	border-radius: 5px;
}

.un-card-single .un-card-share a.facebook {
	background-color: #3C5A98;
}

.un-card-single .un-card-share a.twitter {
	background-color: #29A6DE;
}

.un-card-single .un-card-share a.linkedin {
	background-color: #1D86BD;
}

.un-card-single .un-card-share a.pinterest {
	background-color: #C92027;
}

.un-card-single .un-card-share a:hover {
	background-color: #00A0AA;
	color           : #ffffff;
}

.un-card-single .un-card-share a:last-child {
	margin-right: 0;
}

.un-card-single .un-card-share .share-title {
	font-family  : "Gotham", sans-serif;
	color        : #3D4452;
	font-size    : 18px;
	font-weight  : 600;
	margin-bottom: 0;
	margin-right : 24px;
	display      : inline-block;
}

@media screen and (max-width: 767px) {
	.un-card-single .un-card-share .share-title {
		margin-bottom: 20px;
		display      : block;
	}
}

.un-card-single .un-card-share .btn {
	float           : right;
	background-color: #00A0AA;
	color           : #ffffff;
	width           : 274px;
	height          : 40px;
	line-height     : 38px;
	font-size       : 14px;
	text-transform  : uppercase;
	font-weight     : 700;
	border-radius   : 5px;
}

.un-card-single .un-card-share .btn i {
	padding-left: 16px;
	margin-right: 0;
	font-size   : 10px;
}

.un-card-single .un-card-share .btn:hover {
	background-color: #17C1CC;
}

@media screen and (max-width: 767px) {
	.un-card-single .un-card-share .btn {
		margin-top: 20px;
		width     : 100%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.un-card-single .un-card-share .btn {
		max-width: 220px;
	}
}

/*------------------------------------*\
    #Events University
\*------------------------------------*/
.events-search {
	margin-bottom: 25px;
}

.events-search .form-search {
	border-radius   : 5px;
	border          : 1px solid #DDE6F0;
	margin-bottom   : 0;
	background-color: #ffffff;
}

.events-search .form-search .input-group {
	border : none;
	padding: 0;
}

.events-search .form-search .form-control {
	border            : none;
	border-radius     : 0;
	-webkit-box-shadow: none;
	box-shadow        : none;
	color             : #94A2B3;
	font-size         : 14px;
	font-weight       : 400;
	line-height       : 38px;
	height            : 40px;
	text-transform    : capitalize;
	padding-left      : 15px;
	background-color  : transparent;
}

.events-search .form-search .btn {
	background-color: transparent;
	color           : #171A1F;
	border-radius   : 0;
	width           : 35px;
	height          : 40px;
	line-height     : 29px;
	font-size       : 16px;
	color           : #00A0AA;
}

.events-search .form-search .btn:hover {
	color: #171A1F;
}

.un-event-card {
	position: relative;
	margin-bottom     : 30px;
	background-color  : #ffffff;
	-webkit-box-shadow: 0px 10px 30px rgba(5, 118, 125, 0.06);
	box-shadow        : 0px 10px 30px rgba(5, 118, 125, 0.06);
	border-radius     : 5px;
	overflow          : hidden;
}

@media screen and (max-width: 991px) {
	.un-event-card:not(.un-card-single) {
		max-width   : 370px;
		margin-right: auto;
		margin-left : auto;
	}
}

.un-event-card .row>div {
	padding: 0;
}

@media screen and (max-width: 991px) {
	.un-event-card .un-event-img {
		height: 250px;
	}
}

.un-event-card .un-event-content {
	padding: 40px 50px 40px 30px;
}

@media screen and (max-width: 767px) {
	.un-event-card .un-event-content {
		padding: 30px;
	}
}

.un-event-card .un-event-content .un-event-title h3 {
	font-weight  : bold;
	font-size    : 21px;
	color        : #3D4452;
	line-height  : 1.5;
	margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
	.un-event-card .un-event-content .un-event-title h3 {
		font-size: 18px;
	}
}

.un-event-card .un-event-content .un-event-meta {
	font-weight  : 500;
	font-size    : 16px;
	color        : #3D4452;
	margin-bottom: 14px;
}

.un-event-card .un-event-content .un-event-meta div {
	margin-bottom: 17px;
}

.un-event-card .un-event-content .un-event-meta div span {
	margin-left: 10px;
}

.un-event-card.event-verical {
	background-color  : transparent;
	-webkit-box-shadow: none;
	box-shadow        : none;
	border-radius     : 0;
	padding           : 15px;
	margin-bottom     : 0;
}

.un-event-card.event-verical .row {
	background-color  : #ffffff;
	-webkit-box-shadow: 0px 10px 30px rgba(5, 118, 125, 0.06);
	box-shadow        : 0px 10px 30px rgba(5, 118, 125, 0.06);
	border-radius     : 5px;
	overflow          : hidden;
	margin            : 0;
}

.un-event-card.event-verical .col-3,
.un-event-card.event-verical .col-9 {
	-ms-flex        : 0 0 100%;
	-webkit-box-flex: 0;
	flex            : 0 0 100%;
	max-width       : 100%;
}

.un-event-card.event-verical .un-event-img {
	height: 250px;
}

/*------------------------------------*\
    #Events University
\*------------------------------------*/
.compare-courses {
	padding: 30px 0 40px 0;
}

.compare-courses .btn-compare {
	width         : 175px;
	height        : 40px;
	line-height   : 38px;
	text-transform: uppercase;
}

@media screen and (max-width: 991px) {
	.compare-courses .btn-compare {
		margin-bottom: 30px;
	}
}

.compare-courses .btn-compare i {
	font-size  : 12px;
	margin-left: 24px;
}

@media screen and (max-width: 991px) {
	.un-comapre-card {
		margin-bottom: 30px;
	}
}

.un-comapre-card .un-comapre-warp {
	background        : #ffffff;
	-webkit-box-shadow: 0px 10px 20px rgba(5, 118, 125, 0.06);
	box-shadow        : 0px 10px 20px rgba(5, 118, 125, 0.06);
	border-radius     : 5px;
	padding           : 30px;
	position          : relative;
}

.un-comapre-card .un-comapre-flag {
	position: absolute;
	width   : 40px;
	height  : 40px;
	left    : 30px;
	top     : 35px;
}

.un-comapre-card .un-comapre-flag img {
	max-width: 100%;
	height   : auto;
}

.un-comapre-card .un-comapre-content {
	padding-left: 55px;
}

.un-comapre-card .un-comapre-content .un-comapre-title h3 {
	font-size    : 16px;
	line-height  : 1.5;
	color        : #3D4452;
	margin-bottom: 15px;
}

.un-comapre-card .un-comapre-content .un-comapre-meta h4 {
	font-size    : 14px;
	font-weight  : 500;
	color        : #3D4452;
	margin-bottom: 8px;
}

.un-comapre-card .un-comapre-content .un-comapre-meta p {
	font-size     : 10px;
	color         : #94A2B3;
	text-transform: uppercase;
	margin-bottom : 0;
}

.un-comapre-card .un-comapre-remove {
	position : absolute;
	right    : 30px;
	top      : 16px;
	display  : inline-block;
	color    : #94A2B3;
	font-size: 14px;
}

.un-comapre-card .un-comapre-remove:hover {
	color: #00A0AA;
}

.compare-courses-tabs .nav-tabs {
	margin-bottom: 33px;
	border-bottom: none;
}

.compare-courses-tabs .nav-tabs li {
	margin-right: 33px;
}

@media screen and (max-width: 1200px) {
	.compare-courses-tabs .nav-tabs li {
		margin-bottom: 10px;
	}
}

.compare-courses-tabs .nav-tabs li:last-child {
	margin-right: 0;
}

.compare-courses-tabs .nav-tabs li .nav-link {
	border        : none;
	padding       : 0;
	color         : #94A2B3;
	font-size     : 14px;
	font-weight   : 500;
	text-transform: uppercase;
	padding-bottom: 11px;
	position      : relative;
}

.compare-courses-tabs .nav-tabs li .nav-link:before {
	position          : absolute;
	left              : 0;
	bottom            : 0;
	width             : 0;
	height            : 2px;
	background        : #00A0AA;
	content           : '';
	-webkit-transition: all 350ms ease-in-out;
	-o-transition     : all 350ms ease-in-out;
	transition        : all 350ms ease-in-out;
}

.compare-courses-tabs .nav-tabs li .nav-link.active,
.compare-courses-tabs .nav-tabs li .nav-link:hover {
	background-color: transparent;
	color           : #00A0AA;
}

.compare-courses-tabs .nav-tabs li .nav-link.active::before,
.compare-courses-tabs .nav-tabs li .nav-link:hover::before {
	width: 100%;
}

.compare-courses-tabs .tab-content .un-compare-card {
	background        : #ffffff;
	-webkit-box-shadow: 0px 10px 20px rgba(5, 118, 125, 0.06);
	box-shadow        : 0px 10px 20px rgba(5, 118, 125, 0.06);
	border-radius     : 5px;
	padding           : 30px 30px 10px 30px;
}

.compare-courses-tabs .tab-content .un-compare-card .table thead th {
	border-bottom : none;
	border-top    : none;
	color         : #94A2B3;
	text-transform: uppercase;
	font-weight   : 500;
	font-size     : 12px;
	text-align    : left;
	padding-left  : 0;
	padding-right : 0;
}

.compare-courses-tabs .tab-content .un-compare-card .table tbody td {
	cursor        : pointer;
	font-weight   : 500;
	font-size     : 14px;
	color         : #3D4452;
	text-transform: capitalize;
	padding       : 30px 0;
}

@media screen and (max-width: 767px) {
	.compare-courses-tabs .tab-content .un-compare-card .table tbody td {
		min-width: 120px;
	}
}

.compare-courses-tabs .tab-content .un-compare-card .table tbody td.course-meta {
	width   : 30%;
	position: relative;
}

@media screen and (max-width: 767px) {
	.compare-courses-tabs .tab-content .un-compare-card .table tbody td.course-meta {
		min-width: 180px;
	}
}

.compare-courses-tabs .tab-content .un-compare-card .table tbody td.course-meta .course-img {
	position    : absolute;
	left        : 0;
	top         : 35px;
	margin-right: 12px;
	width       : 40px;
	height      : 40px;
}

@media screen and (max-width: 767px) {
	.compare-courses-tabs .tab-content .un-compare-card .table tbody td.course-meta .course-img {
		position     : relative;
		left         : auto;
		top          : auto;
		margin-bottom: 15px;
	}
}

.compare-courses-tabs .tab-content .un-compare-card .table tbody td.course-meta .course-img img {
	max-width: 100%;
	height   : auto;
}

.compare-courses-tabs .tab-content .un-compare-card .table tbody td.course-meta .course-content {
	padding-left: 55px;
}

@media screen and (max-width: 767px) {
	.compare-courses-tabs .tab-content .un-compare-card .table tbody td.course-meta .course-content {
		padding-left: 0;
	}
}

.compare-courses-tabs .tab-content .un-compare-card .table tbody td.course-meta .course-content .course-title {
	margin-bottom: 10px;
}

.compare-courses-tabs .tab-content .un-compare-card .table tbody td.course-meta .course-content .course-university {
	font-weight   : 500;
	font-size     : 10px;
	text-transform: uppercase;
	color         : #94A2B3;
}

.compare-courses-tabs .tab-content .un-compare-card .table tbody td .tuition-Fee,
.compare-courses-tabs .tab-content .un-compare-card .table tbody td .application-fee {
	display    : block;
	font-weight: 500;
	font-size  : 14px;
	color      : #94A2B3;
}

.compare-courses-tabs .tab-content .un-compare-card .table tbody td .currency {
	color       : #00A0AA;
	margin-right: 3px;
}

.compare-courses-tabs .tab-content .un-compare-card .table tbody td .unit {
	font-size     : 10px;
	color         : #94A2B3;
	text-transform: uppercase;
}

.compare-courses-tabs .tab-content .un-compare-card .table tbody td .score {
	color: #00A0AA;
}

/*------------------------------------*\
    #SocialBar
\*------------------------------------*/
.social-bar {
	background: #23474B;
	padding   : 50px;
}

@media screen and (max-width: 576px) {
	.social-bar {
		padding: 50px 15px;
	}
}

@media only screen and (max-width: 767px) {
	.social-bar .social-card {
		margin: 15px 0;
	}
}

.social-bar .social-card a {
	color   : #ffffff;
	position: relative;
}

.social-bar .social-card a .social-card-icon {
	display      : block;
	position     : absolute;
	left         : 0;
	top          : 0;
	width        : 50px;
	height       : 50px;
	line-height  : 50px;
	font-size    : 28px;
	text-align   : center;
	color        : #ffffff;
	border-radius: 50%;
	overflow     : hidden;
}

.social-bar .social-card a i {
	display           : block;
	line-height       : 50px;
	-webkit-transition: all 300ms ease;
	-o-transition     : all 300ms ease;
	transition        : all 300ms ease;
}

.social-bar .social-card a:hover .social-card-icon i:first-child {
	margin-top: -50px;
}

.social-bar .social-card a .social-card-content {
	padding-left: 68px;
	font-size   : 21px;
	font-weight : 600;
	padding-top : 5px;
}

.social-bar .social-card a .social-card-content span {
	display    : block;
	font-size  : 14px;
	font-weight: 400;
}

.social-bar .social-card a .social-card-content span.count {
	font-weight: 500;
}

.social-bar .social-card .facebook {
	background-color: #3C5A98;
}

.social-bar .social-card .twitter {
	background-color: #29A6DE;
}

.social-bar .social-card .linkedin {
	background-color: #1D86BD;
}

.social-bar .social-card .pinterest {
	background-color: #C92027;
}

/*------------------------------------*\
    #Footer
\*------------------------------------*/
.footer {
	background-color: #274E53;
	padding-top     : 0;
	padding-bottom  : 0;
}

.footer .footer-top {
	padding-top   : 55px;
	padding-bottom: 39px;
}

@media only screen and (max-width: 767px) {
	.footer .footer-widget {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer .footer-widget {
		margin-bottom: 20px;
	}
}

.footer .footer-widget .footer-widget-title h5 {
	color         : #ffffff;
	font-size     : 16px;
	line-height   : 1;
	text-transform: capitalize;
	margin-bottom : 26px;
}

@media only screen and (max-width: 991px) {
	.footer .footer-widget .footer-widget-title h5 {
		margin-bottom: 15px;
	}
}

.footer .footer-widget .widget-content p {
	color        : rgba(255, 255, 255, 0.7);
	font-size    : 12px;
	font-weight  : 400;
	line-height  : 25px;
	margin-bottom: 20px;
}

.footer .footer-widget .widget-content p a {
	color: #ffffff;
}

.footer .footer-widget .widget-content p a:hover {
	color: #17C1CC;
}

.footer .footer-widget.widget-links ul {
	padding-left : 0;
	list-style   : none;
	margin-bottom: 0;
	overflow     : hidden;
}

.footer .footer-widget.widget-links ul li a {
	color         : rgba(255, 255, 255, 0.7);
	display       : block;
	font-size     : 14px;
	font-weight   : 400;
	line-height   : 31px;
	text-transform: capitalize;
	font-family   : "Gotham", sans-serif;
}

.footer .footer-widget.widget-links ul li a:hover {
	color: #17C1CC;
}

.footer .footer-widget.widget-links ul li a img {
	margin-top   : 5px;
	margin-bottom: 10px;
}

.footer .footer-widget.widget-contact-info p {
	font-size: 14px;
}

.footer .footer-widget.widget-contact-info p a {
	color: rgba(255, 255, 255, 0.7);
}

.footer .footer-widget.widget-contact-info li {
	font-size     : 12px;
	font-weight   : 400;
	text-transform: capitalize;
	font-family   : "Gotham", sans-serif;
	line-height   : 21px;
	color         : #a5a5a5;
}

.footer .footer-widget.widget-contact-info li:last-child {
	margin-top: 26px;
}

.footer .footer-widget.widget-contact-info .social--icons {
	margin-bottom: 34px;
}

.footer .footer-widget.widget-contact-info .social--icons a {
	background-color: rgba(255, 255, 255, 0.15);
	color           : #274E53;
	font-size       : 16px;
	height          : 30px;
	width           : 30px;
	line-height     : 30px;
	border-radius   : 50%;
	font-weight     : 400;
	margin-right    : 10px;
	text-align      : center;
	overflow        : hidden;
	display         : inline-block;
}

.footer .footer-widget.widget-contact-info .social--icons a:last-child {
	margin-right: 0;
}

.footer .footer-widget.widget-contact-info .social--icons a:hover {
	color           : #ffffff;
	background-color: #17C1CC;
}

.footer .footer-widget.widget-contact-info .btn {
	font-family: "Gotham", sans-serif;
	height     : 40px;
	width      : 200px;
	line-height: 40px;
	font-size  : 14px;
}

.footer .footer-widget.widget-about img {
	margin-bottom: 39px;
}

.footer .footer-widget.widget-about ul {
	margin-bottom: 37px;
	list-style   : none;
	padding      : 0;
}

.footer .footer-widget.widget-about ul li {
	color: #ffffff;
}

.footer .footer-widget.widget-about ul li span {
	margin-left: 8px;
	color      : rgba(255, 255, 255, 0.7);
}

.footer .footer-widget.widget-about ul li span.count {
	color      : #ffffff;
	font-weight: 500;
}
#admin_cp_link{position: fixed;top:80px;right:-92px;padding: 6px 12px;background-color: #00A0AA;border-bottom-left-radius: 4px;border-top-left-radius: 4px;font-size: 13px;color: #fff;}
#admin_cp_link i{margin-right: 5px}
#admin_cp_link a{color: #fff}
#admin_cp_link:hover {right:0;border-color: #00A0AA;background: #00A0AA;-webkit-transition: all 300ms;transition: all 300ms;}
.form-course-action{text-align:center;padding:0 0 100px 0;}
.form-course-action .check i{margin:0 auto 50px auto;width:50px;height:50px;line-height:50px;color:#ffffff;background-color:#29a0aa;text-align:center;font-size:30px;border-radius:50%;}
.form-course-action h1{font-size:28px;}
.form-course-action p{font-family:"Gotham", sans-serif;font-size:16px;line-height:1.8;}
.form-course-action .btn-action{margin-top:60px;}
.form-course-action .btn-action a{padding:15px 25px;display:inline-block;background-color:#ffffff;border-radius:5px;-webkit-box-shadow:0px 10px 20px rgba(5, 66, 125, 0.08);box-shadow:0px 10px 20px rgba(5, 66, 125, 0.08);margin-right:5px;font-size:14px;color:#3D4452;}
.form-course-action .btn-action a i{vertical-align:middle;color:#29a0aa;}
.form-course-action .btn-action a:hover{background-color:#29a0aa;color:#ffffff;}
.form-course-action .btn-action a:hover i{color:#ffffff;}
.sponsored_tag{
	color: #fff;
	background-color: #26a9b2;
	position: absolute;
	right: 0;
	z-index: 2;
}
@media only screen and (max-width:767px){.form-course-action .btn-action a{margin-bottom:30px;}}
@media only screen and (max-width:768px){.hidden-sm{display: none;}}
