

/* ========================================================== */


/* 			               01. GENERAL LAYOUT                 */


/* ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
	font-family: 'Poppins', sans-serif;
}

ul {
	padding: 0;
}

ul,
ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	color: #858585;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}

ul li,
ol li {
	font-size: 17px;
	line-height: 28px;
	list-style-type: none;
}

ul li i {
	vertical-align: middle;
	padding-right: 5px;
}

p {
	font-size: 17px;
	line-height: 28px;
	font-weight: 400;
	color: #7c8595;
	margin-bottom: 20px;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #017df7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 20px;
	color: #071e55;
	font-weight: 700;
}

h1 {
	font-size: 45px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

h2.section-title {
	margin-bottom: 10px;
}

p.section-subtitle {
	font-size: 18px;
}

p.section-subtitle.white {
	color: #ffffff;
}

p.section-subtitle.black {
	color: #252525;
}

iframe {
	max-width: 100%;
	border: none;
}

.iframe-youtube {
	position: relative;
	margin-top: 30px;
	z-index: 100;
}

.iframe-youtube iframe {
	padding: 10px 10px;
	box-shadow: 0 15px 36px rgba(0, 0, 0, 0.20);
	background-color: #fff;
	webkit-border-radius: 8px 8px;
	-moz-border-radius: 8px 8px;
	border-radius: 8px 8px;
	z-index: 100;
}

.popup-gallery:hover .video-popup-image {
	opacity: 1;
}

.video-play-icon {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 40px;
	color: #007bff;
	background-color: rgba(0, 123, 255, 0.70);
	border-radius: 50% 50%;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.video-play-icon:hover {
	background-color: rgba(0, 123, 255, 0.99);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.video-play-icon i {
	color: #fff;
}

.white-text {
	color: #fff;
}

.black-text {
	color: #000;
}

.red {
	color: #48d0cc;
}

.strong {
	font-weight: bold;
}

.blockquote-left {
	padding: 10px 10px 15px 20px;
	background-color: #fff;
	border-left: 4px solid #48d0cc;
	border-radius: 5px 5px;
	font-style: italic;
}

.section-top-border {
	border-top: 1px solid #efefef;
}

.section-bottom-border {
	border-bottom: 1px solid #efefef;
}

.section-bg-1 {
	background: url(../images/bg2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	position: relative;
	padding: 90px 0;
}

.section-bg-2 {
	background: url(../images/bg3.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	position: relative;
	padding: 120px 0;
}

.section-bg-3 {
	background: url(../images/bg1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	position: relative;
	padding: 140px 0;
}

.section-bg-overlay {
	width: 100%;
	background: #48d0cc;
	opacity: 0.95;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.section-bg-white-overlay {
	width: 100%;
	background: #fff;
	opacity: 0.75;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.section-white {
	background: #fff;
	padding: 90px 0 100px 0;
}

.section-grey {
	background: #f7fafa;
	padding: 90px 0 100px 0;
}

.section-red {
	background: #48d0cc;
	padding: 90px 0 100px 0;
}

.section-white-box {
	background-color: #fff;
	padding: 30px 40px 50px 40px;
}

.section-white.no-padding,
.section-grey.no-padding,
.section-red.no-padding {
	padding: 0;
}

.section-white.medium-paddings,
.section-grey.medium-paddings,
.section-red.medium-paddings {
	padding: 60px 0;
}

.section-white.small-paddings,
.section-grey.small-paddings,
.section-red.small-paddings {
	padding: 30px 0;
}

.section-white.xsmall-paddings,
.section-grey.xsmall-paddings,
.section-red.xsmall-paddings {
	padding: 10px 0;
}

.section-white.small-padding-top,
.section-grey.small-padding-top,
.section-red.small-padding-top {
	padding: 30px 0 90px 0;
}

.section-white.small-padding-bottom,
.section-grey.small-padding-bottom,
.section-red.small-padding-bottom {
	padding: 90px 0 70px 0;
}

.section-white.no-padding-bottom,
.section-grey.no-padding-bottom,
.section-red.no-padding-bottom {
	padding: 90px 0 0 0;
}

.small-col-inside {
	margin: 90px 0;
	max-width: 575px;
	padding-left: 55px;
}

.width-100 {
	width: 100%;
}

.box-shadow {
	border-radius: 8px;
	box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.15);
}

.image-shadow {
	border-radius: 8px 8px;
	box-shadow: 10px 12px 40px rgba(0, 0, 0, 0.2);
}


/* margin and padding classes */

.margin-right-15 {
	margin-right: 15px;
}

.margin-left-15 {
	margin-left: 15px;
}

.margin-right-25 {
	margin-right: 25px !important;
}

.margin-left-25 {
	margin-left: 25px !important;
}

.margin-left-20 {
	margin-left: 20px !important;
}

.margin-top-120 {
	margin-top: 120px !important;
}

.margin-top-110 {
	margin-top: 110px !important;
}

.margin-top-100 {
	margin-top: 100px !important;
}

.margin-top-90 {
	margin-top: 90px !important;
}

.margin-top-80 {
	margin-top: 80px !important;
}

.margin-top-70 {
	margin-top: 70px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-35 {
	margin-top: 35px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-5 {
	margin-top: 5px !important;
}

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.margin-bottom-80 {
	margin-bottom: 80px !important;
}

.margin-bottom-100 {
	margin-bottom: 100px !important;
}

.margin-bottom-120 {
	margin-bottom: 120px !important;
}

.margin-bottom-130 {
	margin-bottom: 120px !important;
}

.margin-bottom-140 {
	margin-bottom: 140px !important;
}

.padding-top-0 {
	padding-top: 0px !important;
}

.padding-top-10 {
	padding-top: 10px !important;
}

.padding-top-20 {
	padding-top: 20px !important;
}

.padding-top-25 {
	padding-top: 25px !important;
}

.padding-top-30 {
	padding-top: 30px !important;
}

.padding-top-35 {
	padding-top: 35px !important;
}

.padding-top-40 {
	padding-top: 40px !important;
}

.padding-top-45 {
	padding-top: 45px !important;
}

.padding-top-50 {
	padding-top: 50px !important;
}

.padding-top-60 {
	padding-top: 60px !important;
}

.padding-top-70 {
	padding-top: 70px !important;
}

.padding-top-80 {
	padding-top: 80px !important;
}

.padding-top-100 {
	padding-top: 100px !important;
}

.padding-top-120 {
	padding-top: 120px !important;
}

.padding-top-150 {
	padding-top: 150px !important;
}

.padding-bottom-70 {
	padding-bottom: 70px !important;
}

.padding-bottom-60 {
	padding-bottom: 60px !important;
}

.padding-bottom-50 {
	padding-bottom: 50px !important;
}

.padding-bottom-40 {
	padding-bottom: 40px !important;
}

.padding-bottom-30 {
	padding-bottom: 30px !important;
}

.padding-bottom-20 {
	padding-bottom: 20px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}

.padding-bottom-0 {
	padding-bottom: 0px !important;
}

.margin-top-0 {
	margin-top: 0px !important;
}

.padding-left-20 {
	padding-left: 20px;
}


/* ========================================================== */


/* 			               02. MENU-NAV                       */


/* ========================================================== */

.navbar-brand {
	font-size: 28px;
	font-weight: 700;
	color: #48d0cc;
}

.navbar-brand:hover {
	color: #48d0cc;
}

.navbar-fixed-top.opaque .navbar-brand {
	color: #48d0cc;
}

.navbar-fixed-top.opaque .navbar-brand:hover {
	color: #48d0cc;
}

.navbar {
	width: 100%;
	z-index: 9999;
	padding-top: 0px;
	padding-bottom: 0px;
}

.navbar-toggler {
	border: 1px solid #48d0cc;
}

.navbar-toggler:focus {
	outline: none !important;
}

.navbar-toggler-icon {
	width: 1.3em;
	height: 1.3em;
}

.navbar-toggler-icon i {
	color: #48d0cc;
	vertical-align: middle;
}

.navbar-fixed-top {
	position: absolute !important;
	background-color: #fff;
	border-bottom: none;
	transition: background-color 0.25s ease 0s;
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
}

.navbar-fixed-top.opaque {
	position: fixed!important;
	top: 0;
	margin-top: 0;
	background-color: #fff!important;
	border-bottom: 0px solid #efefef;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04)!important;
	transition: all 0.25s ease-in-out 0s;
}

.navbar-fixed-top .navbar-nav>li>a {
	color: #1faba8;
	font-size: 12px !important;
	line-height: 30px !important;
	padding: 10px 15px!important;
	font-weight: 500;
}

.navbar-fixed-top.opaque .navbar-nav>li>a {
	color: #071e55;
}

.navbar-fixed-top .navbar-nav>li>a:hover {
	color: #48d0cc!important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navbar-fixed-top.opaque .navbar-nav .current a {
	color: #48d0cc!important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navbar-fixed-top .navbar-nav>li>a.discover-btn {
	border: 1px solid #1faba8;
	color: #fff!important;
	background: #1faba8;
	border-radius: 8px;
	padding: 6px 20px !important;
	margin-left: 10px;
	margin-right: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navbar-fixed-top .navbar-nav>li>a.discover-btn:hover {
	color: #48d0cc!important;
	background: transparent;
	border: 1px solid #48d0cc;
}

.navbar-fixed-top.opaque .navbar-nav>li>a.discover-btn {
	color: #fff!important;
	background: #48d0cc;
	border: 1px solid #48d0cc;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navbar-fixed-top.opaque .navbar-nav>li>a.discover-btn:hover {
	border: 1px solid #48d0cc;
	color: #48d0cc!important;
	background: transparent;
}

.alert.header-alert {
	position: relative;
	margin: 0!important;
	padding: 5px 12px 7px 12px;
	background-color: #48d0cc;
	color: #fff;
	font-size: 14px;
	border-radius: 0;
}

.alert.header-alert a {
	color: #fff;
}

.alert-dismissible.header-alert .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 15px;
	color: #f9f9f9;
}

.alert-dismissible.header-alert .close:hover {
	color: #fff;
}


/* ========================================================== */


/* 			                03. FOOTER                        */


/* ========================================================== */

.footer {
	position: relative;
	overflow: hidden;
	display: block;
	padding-top: 80px;
	background-color: #fafbfc;
}

.footer-top {
	padding-bottom: 60px;
}

.footer-bottom {
	padding: 40px 0 40px 0;
	background-color: #fff;
	border-top: 1px solid #efefef;
}

.footer-top i {
	margin-bottom: 10px;
	color: #48d0cc;
	font-size: 60px;
}

.footer p {
	margin-bottom: 5px;
	line-height: 24px;
	color: #454545;
}

.footer p>a {
	font-size: 17px;
	color: #48d0cc;
	text-decoration: underline;
}

.footer p>a:hover {
	color: #48d0cc;
	text-decoration: underline;
}

span.template-name {
	font-weight: bold;
	color: #48d0cc;
}

a.footer-links {
	display: block;
	font-size: 17px;
	margin-bottom: 2px;
	color: #454545;
}

a.footer-links:hover {
	color: #48d0cc;
	text-decoration: underline;
	transition: all .5s ease-in-out;
}


/* Footer Social Icons */

ul.footer_social {
	width: 100%;
	max-width: 1140px;
	display: block;
	margin: 0 auto;
	padding-top: 15px;
	text-align: center;
}

ul.footer_social li {
	display: inline-block;
	margin: 0;
	line-height: 100%!important;
}

ul.footer_social li a i {
	display: inline-block;
	margin: 0 8px;
	padding: 0;
	font-size: 26px!important;
	line-height: 26px!important;
	color: #1e90ff;
	transition: all .5s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

ul.footer_social li a i.fa-twitter {
	color: #4099ff;
}

ul.footer_social li a i.fa-pinterest {
	color: #C92228;
}

ul.footer_social li a i.fa-facebook-square {
	color: #3b5998;
}

ul.footer_social li a i.fa-instagram {
	color: #8a3ab9;
}

ul.footer_social li a i.fa-skipe {
	color: #00aff0;
}

ul.footer_social li a i.fa-dribble {
	color: #ea4c89;
}

ul.footer_social li a i:hover {
	color: #48d0cc!important;
}


/* Footer Contact */

p.contact-info {
	margin-bottom: 8px;
}

p.contact-info a {
	margin-bottom: 8px;
	color: #7c8595;
}

p.contact-info a:hover {
	text-decoration: underline;
}

p.contact-info i {
	font-size: 18px;
	padding-right: 5px;
	vertical-align: middle;
	color: #1e90ff;
}


/* ========================================================== */


/* 			               04. HOME                           */


/* ========================================================== */

.home-section {
	position: relative;
	z-index: 999;
	padding-top: 180px;
	padding-bottom: 140px;
	padding-bottom: 140px;
	background: #48d0cc;
}

.home-section-overlay {
	width: 100%;
	background: #000;
	opacity: 0.21;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.home-section h1 {
	margin-bottom: 20px;
	line-height: 1.2;
	color: #fff;
	text-shadow: 1px 1px #373737;
}

.home-section p.hero-text {
	margin-bottom: 35px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px #373737;
}


/* -----  Hero Video PopUp ----- */

.popup-gallery-wrapper {
	position: relative;
	margin-top: 25px;
}

.hero-gallery {
	float: left;
}

.video-icon {
	float: left;
	width: 60px;
	height: 60px;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 50% 50%;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.video-icon:before {
	content: '';
	width: 60px;
	height: 60px;
	position: absolute;
	border: 1px solid #fff;
	border-radius: 100%;
	left: 50%;
	margin-left: -30px;
	bottom: 10%;
	margin-bottom: -6px;
	-webkit-animation: doublePulsation 1.9s ease infinite;
	animation: doublePulsation 1.9s ease infinite;
	z-index: 0;
}

@-webkit-keyframes doublePulsation {
	0% {
		-webkit-transform: scale(1.0, 1.0);
		opacity: 0.0;
	}
	50% {
		opacity: 0.55;
	}
	100% {
		-webkit-transform: scale(1.3, 1.3);
		opacity: 0.0;
	}
}

@keyframes doublePulsation {
	0% {
		-webkit-transform: scale(1.0, 1.0);
		opacity: 0.0;
	}
	50% {
		opacity: 0.55;
	}
	100% {
		-webkit-transform: scale(1.3, 1.3);
		opacity: 0.0;
	}
}

.video-icon:hover {
	background: transparent;
}

.video-icon i {
	font-size: 26px;
	line-height: 56px;
	color: #e52a3d;
	margin-left: 18px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.video-icon:hover i {
	color: #fff;
}

.popup-video-text {
	float: left;
	padding-top: 15px;
	padding-left: 20px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	text-decoration: underline;
	text-shadow: 1px 1px #656565;
}


/* Pertners */

.partners-section {
	padding: 40px 0 20px 0;
	background-color: #48d0cc;
}

.partners img.partners {
	opacity: 1;
	margin: 10px 15px;
	max-height: 55px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.partners img.partners:hover {
	opacity: 0.8;
}

.partners-title {
	font-size: 18px;
	line-height: 78px;
	display: inline-block;
	margin-right: 15px;
	color: #fff;
}


/* ========================================================== */


/* 			               05. TEAM                           */


/* ========================================================== */

.team-item {
	margin-top: 40px;
	padding: 30px 25px;
	background-color: #fff;
	border: 1px solid #e5efff;
	text-align: center;
	transition: all 1s;
	border-radius: 8px 8px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.team-item:hover {
	border: 1px solid #48d0cc;
	transform: scale(1.025);
	transition: all 0.5s;
}

.team-item h3 {
	margin: 20px 0 1px 0!important;
	color: #454545;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.team-info {
	display: block;
	margin-bottom: 0;
}

.team-info p {
	color: #acacac;
	font-style: italic;
}

.team-info::after {
	background: #48d0cc;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 50px;
	height: 3px;
	margin-top: -20px;
}

.team-img {
	width: 150px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}


/* ========================================================== */


/* 			                06. FEATURES                      */


/* ========================================================== */

.services-wrapper {
	position: relative;
}

.main-services {
	position: relative;
	margin: 10px 5px;
	overflow: hidden;
	text-align: center;
	transition: all 1s;
}

.main-services:hover {
	transform: scale(1.025);
	transition: all 1s;
}

.main-services img {
	width: 100%;
	max-width: 200px;
	margin-bottom: 10px;
	border-radius: 50%;
}

.main-services h3 {
	margin-bottom: 5px;
}

.main-services h3 a {
	font-size: 22px;
	font-weight: 700;
	color: #48d0cc;
}

.main-services h4 {
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: 700;
}

.main-services p {
	padding: 0 10px;
	margin-bottom: 15px;
}

.main-services i {
	margin-bottom: 15px;
	font-size: 50px;
	line-height: 55px;
	color: #48d0cc;
}

blockquote {
	font-size: 16px;
	color: #4285f4;
	border-left: 2px solid #4285f4;
}

.faq-box {
	margin: 30px 0 0 0;
	transition: all 1s;
}

.faq-box h4 {
	font-size: 22px;
	margin-bottom: 10px;
}

.faq-box h5 {
	margin-bottom: 7px;
}

.faq-box p {
	color: #7c8595;
}


/* Features */

.feature-box {
	overflow: hidden;
	margin: 40px 0 0 0;
}

.feature-box i {
	float: left;
	padding: 15px 15px;
	font-size: 45px;
	line-height: 45px;
	width: 75px;
	height: 75px;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background: #7566e3;
}

.feature-box.light-blue i {
	background: #50a0d2;
}

.feature-box.dark-blue i {
	background: #3473b8;
}

.feature-box.light-green i {
	background: #a9d129;
}

.feature-box.dark-green i {
	background: #87ac34;
}

.feature-box.orange i {
	background: #fe9c24;
}

.feature-box.light-red i {
	background: #fc6a3f;
}

.feature-box.pink i {
	background: #ea4c89;
}

.feature-box-text {
	float: left;
	width: 70%;
	margin-left: 30px;
}

.feature-box h4 {
	font-size: 20px;
	margin-bottom: 10px;
}

.feature-box p {
	color: #7c8595;
}

.feature-inner {
	float: left;
	width: 70%;
	margin-left: 30px;
}

.feature-inner h4,
.feature-inner-left h4,
.feature-inner-right h4 {
	font-size: 18px;
	color: #282828;
	margin-top: 0;
	margin-bottom: 10px;
}

.feature-wrapper {
	overflow: hidden;
	margin: 30px 0;
}

.feature-wrapper i.lefts {
	float: right;
	margin-top: 10px;
	margin-right: 3px;
}

.feature-wrapper i.rights {
	float: left;
	margin-top: 10px;
	margin-left: 3px;
}


/* ========================================================== */


/* 						   07. GALLERY                      */


/* ========================================================== */

.popup-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
}

.popup-gallery {
	display: inline-block;
	position: relative;
}

.first-gallery {
	margin-bottom: 15px;
}

.popup-gallery img {
	position: relative;
	z-index: 10;
	width: 100%;
	height: auto;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.popup-gallery:hover img {
	opacity: 0.65;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.popup-gallery a span.eye-wrapper,
.popup-gallery a span.eye-wrapper2 {
	background-color: #000;
	position: absolute;
	display: block;
	overflow: hidden;
	z-index: 2;
	height: 100%!important;
	top: 0%;
	margin-top: 0px;
	left: 0%;
	right: 0%;
	font-size: 22px;
	color: #fff;
	text-align: center;
	font-weight: 300;
	opacity: 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.popup-gallery-rounded a span.eye-wrapper,
.popup-gallery-rounded a span.eye-wrapper2 {
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.popup-gallery a span.eye-wrapper i.eye-icon,
.popup-gallery a span.eye-wrapper2 i.eye-icon {
	position: absolute;
	display: inline-block;
	font-size: 36px;
	z-index: 3;
	top: 50%!important;
	margin-top: -18px!important;
	left: 0%;
	right: 0%;
}

.popup-gallery a:hover span {
	opacity: 1;
}

.popup-gallery img,
.popup-gallery a span {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.gallery-item {
	margin-bottom: 37px;
}

.portfolio-box {
	text-align: center;
	background-color: #f6f7f8;
	border-bottom: 2px solid #e0e0e0;
	margin-bottom: 20px;
	padding: 1px 20px 12px 20px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.portfolio-box h3 {
	margin: 10px 0 1px 0!important;
	line-height: 20px;
}

.portfolio-box h3 a {
	color: #454545;
	font-size: 18px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.portfolio-item h3 a:hover {
	color: #3498db;
}

.portfolio-box p.portfolio-info {
	font-size: 15px;
	font-style: italic;
	margin-bottom: 1px;
}

.carousel-showcase {
	padding-right: 15px;
	padding-left: 15px;
}


/* Carousel */

#carouselIndicators2 {
	padding: 20px 30px;
}

.carousel-indicators {
	bottom: -15px;
}

.carousel-indicators li {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 20px;
	height: 10px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 5px 5px;
}

.carousel-indicators.testimonials-indicators {
	bottom: -20px;
}

.carousel-indicators.testimonials-indicators li {
	background-color: #e0e0e0;
}

.carousel-indicators.testimonials-indicators .active {
	background-color: #1e90ff;
}

.gallery-show {
	margin: 20px 0 40px 0;
	max-width: 100%;
	border-radius: 8px 8px;
	box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
}


/* ========================================================== */


/* 			               08. PRICING                        */


/* ========================================================== */

.price-box-white {
	text-align: center;
	border: 2px solid #f8f8f8;
	padding: 50px 20px;
	width: 90%;
	margin-top: 30;
	margin-bottom: 20px;
	margin-left: 20px;
	border-radius: 8px 8px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.price-box-grey {
	text-align: center;
	background: #f4f5f6;
	border: 2px solid #f4f5f6;
	padding: 50px 20px;
	width: 90%;
	margin-top: 30;
	margin-bottom: 20px;
	margin-left: 20px;
	border-radius: 8px 8px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.price-box-grey:hover,
.price-box-white:hover {
	transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	/* IE 9 */
	-webkit-transform: scale(1.03, 1.03);
	/* Safari */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

.price-box-white .price-title,
.price-box-white ul.pricing-list li.price-value,
.price-box-grey .price-title,
.price-box-grey ul.pricing-list li.price-value {
	color: #292929;
}

.price-box-white .price-subtitle,
.price-box-white .price-text,
.price-box-grey .price-subtitle,
.price-box-grey .price-text {
	color: #6a6a6a;
}

ul.pricing-list li.price-title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 1px;
}

ul.pricing-list li.price-value {
	font-size: 70px;
	line-height: 70px;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}

ul.pricing-list li.price-subtitle {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

ul.pricing-list li.price-text {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 5px;
}

ul.pricing-list li.price-tag a {
	color: #fff;
	background: #48d0cc;
	border: 1px solid #48d0cc;
	border-radius: 23px 23px;
	padding: 15px 30px;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	margin: 40px 0 30px 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

ul.pricing-list li.price-tag a:hover {
	background: transparent;
	border: 1px solid #48d0cc;
	color: #48d0cc;
}


/* ========================================================== */


/* 						     09. BLOG                         */


/* ========================================================== */

.blog-item {
	margin-bottom: 50px;
}

.blog-image {
	border-radius: 8px 8px;
	box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.11);
}

.blog-title {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 600;
}

.blog-title a {
	color: #071e55;
}

.blog-title a:hover {
	color: #48d0cc;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.blog-category {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #898989;
}

a.blog-link {
	color: #48d0cc;
	text-decoration: underline;
}


/* ========================================================== */


/* 						    10. CONTACT                       */


/* ========================================================== */

iframe.contact-maps {
	margin-bottom: 20px;
	padding: 10px 10px;
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid #eaeaea!important;
}

#contact-form {
	margin-bottom: 10px;
}

input.contact-input {
	width: 96%;
	height: 50px;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 12px;
	color: #727272;
	background-color: #f6f7f8;
	border: 1px solid #ececec!important;
	font-size: 14px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

textarea {
	height: 100px;
	margin-bottom: 12px;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #727272;
	background-color: #f6f7f8;
	border: 1px solid #ececec!important;
	font-size: 14px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

input.contact-submit {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #fff;
	background-color: #48d0cc;
	box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.27);
	letter-spacing: 1px;
	border-radius: 23px 23px;
	margin: 5px 10px 10px 0;
	padding: 15px 23px;
	border: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

input.contact-submit:hover {
	box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
	color: #fff!important;
	background: #48d0cc;
}

input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #454545;
}

input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #454545;
}

input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #454545;
}

input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #454545;
}

#contact-form input.contact-input:focus,
#contact-form textarea.contact-commnent:focus {
	border-color: #fff;
	outline: none;
}

p.contact_success_box {
	display: inline-block;
	color: #27b36a;
	font-size: 20px;
	font-style: italic;
}


/* ========================================================== */


/* 			               11. OTHER ELEMENTS                 */


/* ========================================================== */


/* a) Buttons */

.btn-white {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #48d0cc;
	background-color: #ffffff;
	border: 1px solid #fff;
	box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.37);
	border-radius: 23px 23px;
	margin: 10px 10px;
	padding: 16px 26px;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.btn-white:hover {
	box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
	color: #48d0cc!important;
	background: #f9f9f9;
}

.btn-white-border {
	color: #fff;
	background: transparent;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	border: 1px solid #fff;
	border-radius: 23px 23px;
	margin: 10px 10px;
	padding: 16px 26px;
	display: inline-block;
	box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.37);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.btn-white-border:hover {
	box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
	color: #48d0cc!important;
	background: #f9f9f9;
}

.btn-white i,
.btn-white-border i {
	font-size: 22px;
	line-height: 22px;
	margin-right: 10px;
	vertical-align: text-top;
}

.btn-red {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #fff;
	background-color: #48d0cc;
	border: 1px solid #48d0cc;
	box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.27);
	letter-spacing: 1px;
	border-radius: 23px 23px;
	margin: 5px 10px 10px 0;
	padding: 18px 25px;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.btn-red:hover {
	box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
	color: #fff!important;
	background: #48d0cc;
}

.btn-red.small,
.btn-red-line.small,
.btn-white.small,
.btn-white-border.small {
	font-size: 16px;
	padding: 14px 20px;
}

.btn-red-line {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #48d0cc;
	background-color: #fff;
	border: 1px solid #48d0cc;
	border-radius: 23px 23px;
	margin: 15px 10px 0 0;
	padding: 20px 30px;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.btn-red-line:hover {
	color: #fff!important;
	background: #48d0cc;
}

a.btn-red:visited,
a.btn-red:focus {
	color: #fff!important;
}


/* b) Testimonials */

.testim-inner {
	margin-top: 40px;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	padding: 0 25px 25px 25px;
	border: 1px solid #e5efff;
	background-color: #fefefe;
	border-radius: 7px 7px;
	transition: all 1s;
}

.testim-inner:hover {
	border: 1px solid #48d0cc;
	transform: scale(1.025);
	transition: all 0.5s;
}

.testim-inner img {
	position: relative;
	display: inline-block;
	margin-top: -55px;
	max-width: 110px;
	border: 1px solid #e5efff;
	border-radius: 50% 50%;
	padding: 5px 5px;
	background-color: #fff;
}

.testim-inner:hover img {
	border: 1px solid #48d0cc;
}

.testim-inner h6 {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #48d0cc;
}

.testim-inner p {
	font-size: 17px;
	line-height: 28px;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 5px;
}

.testim-rating i {
	color: #fdcc28;
}


/* c) Accordion Tabs */

.card {
	border: none;
	background-color: transparent !important;
}

.card-header {
	padding: 6px 0 9px 0;
	margin-bottom: 0;
	background-color: transparent;
	border-bottom: 2px solid #48d0cc;
}

.card-header h5 .btn-link {
	padding: 0;
	font-size: 19px;
	font-weight: 600;
	color: #071e55;
	background-color: transparent;
}

.card-header h5 .btn-link:hover,
.card-header h5 .btn-link:focus {
	text-decoration: none;
}

.card-body {
	padding: 10px 0;
	border-top: none;
	font-size: 17px;
	color: #7c8595;
}


/* d) Benefits List */

ul.benefits {
	margin-bottom: 20px;
}

ul.benefits li {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 8px;
}

ul.benefits.white li {
	color: #fff;
}

ul.benefits li i {
	font-size: 18px;
	line-height: 18px;
	margin-right: 1px;
	color: #e52a3d;
}

ul.benefits.white li i {
	color: #fff;
}

.no-padding-bottom {
	padding-bottom: 0;
}


/* ----- e) Partners ----- */

.partners-paddings {
	padding: 50px 0 25px 0;
}

ul.partners-mentions li {
	display: inline-block;
	margin: 15px 30px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

ul.partners-mentions li img {
	max-height: 55px;
	opacity: 0.4;
}

ul.partners-mentions li img:hover {
	opacity: 0.8;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}


/* ----- f) Fun Facts ----- */

.fun-facts-boxs {
	display: inline-block;
	width: 19%;
	padding: 10px 10px;
}

.fun-facts-title {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.fun-facts-title span {
	font-size: 28px;
	line-height: 40px;
	font-weight: 600;
	font-style: normal;
	color: #fff;
}

.fun-facts-box i {
	font-size: 45px;
	line-height: 60px;
	color: #fff;
}

.singlepost-pr-1
{
 padding-right: .25rem;
}

.new_post_pl_1
{
 padding-left: .25rem;	
}

.new_post_pr_1
{
 padding-right: .25rem;	
}

.new_post_pl_2
{
 padding-left: .5rem;	
}

.new_post_pl_2
{
 padding-right: .5rem;	
}

/* ========================================================== 
                   MEDIA QUERIES                   
 ========================================================== */

@media (max-width: 1300px) {
	ul.carousel-indicators {
    display: flex !important;
    right: 0px !important;
    width: auto;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    left: 0 !important;
    top: unset !important;
    bottom: 0!important;
    margin: 0 auto;
}
ul.carousel-indicators li {
    margin: 10px 5px;
}
}


@media (max-width: 991px) {
	ul.carousel-indicators {
    display: flex !important;
    right: 0px !important;
    width: auto;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    left: 0 !important;
    top: unset !important;
    bottom: 0!important;
    margin: 0 auto;
}
.brand-logos.brand-logos-top
{
text-align: left !important;	
margin-bottom: 0px !important;
}
.brand-logos.brand-logos-bottom {
    text-align: left !important;
}
.brand-logos
{
	margin-bottom: 20px;
}
.comminity-section-area .padding-right-0 {
    padding-right: 15px;
}
.comminity-section-area .padding-left-0 {
    padding-left: 15px;
}
.single-post-job
{
	margin-bottom: 15px;
}
.singlepost-pr-1
{
	padding-right: 15px;
}
.new_post_pl_1
{
 padding-left: 15px;	
}

.new_post_pr_1
{
 padding-right: 15px;	
}
.new_post_pl_2
{
 padding-left: 15px;	
}

.new_post_pl_2
{
 padding-right: 15px;	
}
.brand-logos img
{
	display: inline-block;
}
.footer-area h5 {
    margin-top: 40px;
}
.brand-logos img
{
	margin-bottom: 10px;
	    margin-left: 0 !important;
    margin-right: 25px !important;
}
ul.carousel-indicators li
{
	margin:10px 5px;
}
.navbar-toggler-icon i {
    color: #fff;
    vertical-align: middle;
    font-size: 23px;
}
.navbar-toggler
{
	outline: none !important;
    position: absolute;
    right: 0;
    background: #1faba8;
    border: none;
    border-radius: 0;
    width: 60px;
    height: 72px;
    top: 0
}
	.navbar-fixed-top.opaque {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.navbar-fixed-top .navbar-nav>li.discover-link {
	margin-top: 0;
    margin-bottom: 10px;
	}
	.navbar-fixed-top .navbar-nav>li>a.discover-btn {
		padding: 8px 12px!important;
		margin-left: 15px;
		font-size: 17px!important;
	}
	.home-section {
		padding-top: 170px;
		padding-bottom: 70px;
		background-attachment: inherit;
	}
	.home-section h1 {
		font-size: 38px;
		line-height: 44px;
	}
	.carousel-indicators {
    right: 0px !important;
}
.posting-job-section::before
{
	display: none;
}
}

@media (max-width: 768px) {
	.navbar-fixed-top {
		background-color: #fff;
	}
	.home-section {
		padding-top: 180px;
		padding-bottom: 90px;
		background-attachment: inherit;
	}
	.home-section-overlay {
		opacity: 0.37;
	}
	.footer {
		padding-top: 30px;
	}
	.footer-top i {
		display: block;
		margin-top: 50px!important;
	}
	ul.footer_social li a i {
		margin: 0 8px!important;
	}
	.partners-section {
		padding: 40px 0;
	}
	.partners {
		text-align: center;
	}
	.partners-title {
		font-size: 18px;
		line-height: 30px;
		float: none!important;
		margin-right: 30px;
	}
	.testim-inner {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.blog-image {
		margin-bottom: 25px;
	}
	.top-margins-images {
		margin-top: 50px;
	}
	.bottom-margins-images {
		margin-bottom: 50px;
	}
	.section-bg-1,
	.section-bg-2,
	.section-bg-3 {
		background-attachment: inherit;
	}
}

@media (max-width: 375px) {
	.navbar-toggle {
		border: 1px solid #9f9f9f!important;
	}
	.home-section {
		padding-top: 175px;
		padding-bottom: 70px;
	}
	.home-section h1 {
		font-size: 38px;
		line-height: 44px;
	}
	.section-white {
		padding: 60px 0 70px 0!important;
	}
	.section-white.small-padding-bottom,
	.section-grey.small-padding-bottom {
		padding: 60px 0 50px 0!important;
	}
	.margin-left-20 {
		margin-left: 1px!important;
	}
	.services-wrapper {
		margin-top: 30px;
	}
	.small-col-inside {
		margin: 50px 0;
		padding-right: 25px;
		padding-left: 25px;
	}
	.partners img.partners {
		margin: 10px 25px 10px 0;
		max-height: 40px;
	}
	.feature-box {
		text-align: center;
	}
	.feature-box i {
		display: inline-block;
		float: none;
		margin-bottom: 25px;
	}
	.feature-box-text {
		width: 100%;
		margin-left: 0;
	}
}


/***********************
Start Slider Area Section
*******************/



.banner-shape-image {
	position: absolute;
	bottom: -20px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	left: 0;
	right: 0;
}

.banner-shape-image img {
	width: 100%;
}

.carousel-caption h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 37px;
	line-height: 1.5;
	text-align: left;
	letter-spacing: 2px;
}

.carousel-caption p {
	color: #fff;
	text-transform: capitalize;
}

.carousel-caption {
	text-align: left;
}

.carousel-inner img {
	width: 100%;
	margin-bottom: 40px;
	height: 100%;
}

.carousel-caption {
	bottom: unset !important;
	left: 0;
	padding-left: 15px;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}

.tell-button {
	background: #1faba8;
	color: #fff;
	padding: 12px 15px;
	border-radius: 30px 0 30px 30px;
	box-shadow: -0.707px 0.707px 10px 0px rgba(43, 1, 68, 0.1);
}

.tell-button {
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-transform: capitalize;
	outline: none;
}

.tell-button::before {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(#01eedc), to(#01b49f));
	background-image: linear-gradient(to right, #01eedc, #01b49f);
	left: 0;
	right: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: .7s;
	transition: .7s;
	border-radius: 30px 0 30px 30px;
}

.tell-button:hover::before {
	width: 100%;
	opacity: 1;
}

.green-btn {
	position: relative;
	overflow: hidden;
	z-index: 1;
	outline: none;
}

.green-btn::before {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(#01eedc), to(#01b49f));
	background-image: linear-gradient(to right, #01eedc, #01b49f);
	left: 0;
	right: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: .7s;
	transition: .7s;
}

.green-btn:hover::before {
	width: 100%;
	opacity: 1;
}

.white-btn {
	position: relative;
	overflow: hidden;
	z-index: 1;
	outline: none;
}

.white-btn::before {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #48d0cc;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: .7s;
	transition: .7s;
}

.white-btn:hover::before {
	width: 100%;
	opacity: 1;
}

.white-btn:hover {
	width: 100%;
	opacity: 1;
	border-color: #48d0cc !important;
	color: #fff !important;
}

.tell-button:hover,
.tell-button:focus {
	color: #fff;
}

.carousel-caption p {
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 40px;
}

.carousel-indicators .active {
	background-color: #1faba8;
}





/* Animation delays */

.carousel-caption h3:first-child {
	animation-delay: 1s;
}

.carousel-caption h3:nth-child(2) {
	animation-delay: 2s;
}

.carousel-caption button {
	animation-delay: 3s;
}


/***********************
End Slider Area Section
*******************/


/***********************
Start Job Section
*******************/

.job-section {
	background-color: #f5f5f5;
}

.section-title-two {
	color: #c4c4c4;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 36px;
}

.job-tab {
	background: #1faba8;
	min-height: 438px;
}

.job-tab .nav-item .nav-link {
	background: #f5f5f5;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border: 7px solid transparent;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	font-size: 27px;
	font-weight: 600;
	text-align: center;
	height: 95px;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	color: #48d0cc;
	padding: 50px 13px;
	justify-content: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background: #48d0cc;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border: 7px solid #f5f5f5;
}

.nav-pills .nav-link {
	transition: 0.7s;
}

.nav-pills .nav-link:hover {
	color: #fff;
	background: #48d0cc;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border: 7px solid #f5f5f5;
}

.nav-pills .nav-link.active:hover {
	color: #48d0cc;
	background: #fff;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border: 7px solid #f5f5f5;
}

.job-tab .nav {
	display: block;
	padding: 80px 50px 0 90px;
}

.job-tab .nav a {
	color: #fff;
}

.job-name {
	width: 100%;
	background: #48d0cc;
	padding: 7px 5px;
}

.job-name h4 {
	color: #fff;
	margin-bottom: 0;
}

.single-job img {
	width: 100%;
}

.job-more-info {
	background: #1faba8;
	padding: 7px 5px;
}

.single-job {
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}

.single-job img {
	transition: 0.5s all ease-in-out;
}

.single-job:hover img {
	transform: scale(1.2);
}

.image-zoom {
	overflow: hidden;
	position: relative;
}

.image-zoom:hover::after {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	transition: 0.5s all ease-in-out;
	background: rgba(36, 68, 59, 0.6);
	opacity: 0.5;
}

.job-posting-row {
	margin-top: 15px;
}

.job-more-info h4 {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 400;
	text-shadow: 0px 5px 22px #000;
	text-align: center;
	margin-bottom: 0;
}

.looking-cast-section {
	padding: 90px 0 100px 0;
}

.vertical-text h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 600;
}

.vertical-text {
	transform: rotate(-90deg);
	position: absolute;
	left: 0;
	top: 0;
	margin-left: -80px;
	margin-top: 186px;
}

.job-name h4 {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	text-shadow: 0px 5px 22px #000;
	text-align: center;
}

.tab-pane.active {
	animation: slide-down 2s ease-out;
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}


/***********************
End Job Section
*******************/


/***********************
Start Cast Crew  Section
*******************/

.look-cast-crew {
	background: #1faba8;
	padding: 25px 25px;
}

.look-cast-crew h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 30px;
}

.look-cast-crew p {
	color: #fff;
	font-size: 13px;
	line-height: 1.6;
}

.team-single-item {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	text-align: center;
	border-radius: 20px 0 20px 0;
	position: relative;
	z-index: 0;
	padding: 0 15px 15px 15px;
	background: #fff;
}

.team-single-item::before {
	position: absolute;
	content: "";
	background: #1faba8;
	width: 100%;
	height: 115px;
	left: 0;
	right: 0;
	z-index: -1;
	border-top-left-radius: 20px;
}

.Creatives-network-section {
	padding: 50px 0;
}

.team-single-item {
	position: relative;
}

.team-single-item .img-circle {
	display: none;
}

.team-single-item:hover .img-circle {
	position: absolute;
	width: 132px;
	height: 132px;
	text-align: center;
	margin: 0 auto;
	top: 44px;
	left: 0;
	right: 0;
	border: 1px dashed #fff;
	border-radius: 50%;
	-webkit-animation: rotation 8s infinite linear;
	animation: rotation 8s infinite linear;
	display: block;
}

.img-circle::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	text-align: center;
	top: 20px;
	left: 7px;
	background-color: #ff3900;
	border-radius: 50px;
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

.testimonails-area-slider {
	margin-top: 30px;
}

.team-single-item h3 {
	color: #1faba8;
	font-size: 27px;
	font-weight: 600;
	margin-top: 20px;
}

.team-single-item p {
	font-size: 13px;
	line-height: 1.7;
}

.owl-carousel .owl-item img.team-single-img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin-top: 50px;
	display: unset !important;
}

.owl-theme .owl-nav {
	display: block !important;
}

.owl-theme .owl-nav .owl-prev {
	background: #1faba8 !important;
	color: #fff !important;
	width: 25px !important;
	height: 25px;
	line-height: 23px !important;
	border-radius: 50% !important;
	position: absolute;
	top: 37%;
	left: 0px;
}

.owl-theme .owl-nav .owl-next {
	background: #1faba8 !important;
	color: #fff !important;
	width: 25px !important;
	height: 25px;
	line-height: 23px !important;
	border-radius: 50% !important;
	position: absolute;
	top: 37%;
	right: 0px;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	display: none;
}

.owl-carousel .owl-stage-outer {
	padding-bottom: 30px;
	margin: 0 30px;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav span {
	font-size: 26px;
	font-weight: 100;
}

.owl-theme .owl-dots,
.owl-theme .owl-prev span {
	font-size: 26px;
	font-weight: 100;
}

.owl-stage {
	padding-left: 0px;
}

.owl-carousel .owl-item {
	width: 270px !important;
	margin-right: 0px !important;
	padding-left: 15px;
	padding-right: 15px;
}

.green-btn {
	padding: 11px 15px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	border-radius: 30px 0 30px 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	background: #48d0cc;
	height: 50px;
	line-height: 27px;
}

.green-btn:hover,
.green-btn:focus {
	color: #fff;
}

.green-btn:focus {
	box-shadow: none;
}

.white-btn {
	padding: 14px 15px;
	border-radius: 30px 30px 30px 0px;
	color: #48d0cc;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	background: #fff;
	height: 50px;
}

.white-btn:hover,
.white-btn:focus {
	color: #48d0cc;
}

.white-btn:focus {
	box-shadow: none;
}

.cast-buttons {
	margin-bottom: 20px;
}

.cast-buttons .btn:first-child {
	margin-right: 10px;
}

.cast-buttons .btn {
	width: 100%;
}

.cast-buttons {
	margin-bottom: 20px;
	display: flex;
}

.camera-image-block {
	position: absolute;
	right: 105px;
	z-index: -1;
	max-width: 100%;
	width: 695px;
}

.section-graybg {
	background-color: #f5f5f5;
}

.join-btn {
	background: #1faba8;
	color: #fff;
	border-radius: 0;
	padding: 15px 50px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	box-shadow: 10px 12px 40px rgba(0, 0, 0, 0.2);
	border: none;
}

.join-btn:hover,
.join-btn:focus {
	color: #fff;
}

.team-single-item {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.team-single-item::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#01eedc), to(#01b49f));
	background-image: linear-gradient(to bottom, #01eedc, #01b49f);
	opacity: 0;
	-webkit-transition: .7s;
	transition: .7s;
}

.team-single-item:hover::after {
	height: 100%;
	opacity: 1;
}

.team-single-item:hover h3 {
	color: #fff;
	-webkit-transition: .7s;
	transition: .7s;
}

.team-single-item:hover p {
	color: #fff;
	-webkit-transition: .7s;
	transition: .7s;
}

.join-btn {
	position: relative;
	overflow: hidden;
	z-index: 1;
	outline: none;
}

.join-btn::before {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(#01eedc), to(#01b49f));
	background-image: linear-gradient(to right, #01eedc, #01b49f);
	left: 0;
	right: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: .7s;
	transition: .7s;
}

.join-btn:hover::before {
	width: 100%;
	opacity: 1;
}

.join-btn:hover,
.join-btn:focus {
	color: #fff;
	border: none !important;
}


/***********************
End Cast Crew  Section
*******************/


/***********************
Start Community  Section
*******************/

.padding-right-0 {
	padding-right: 0;
}

.padding-left-0 {
	padding-left: 0;
}

.comminity-area {
	background: #1faba8;
	padding: 20px 25px;
	height: 75%;
	box-shadow: 10px 12px 40px rgba(0, 0, 0, 0.2);
}

.comminity-area h3 {
	color: #fff;
}

.comminity-area p {
	color: #fff;
	font-size: 13px;
	line-height: 1.8;
}

.btn.white-button {
	background: #fff;
	border-radius: 0 15px 0 0;
	color: #1faba8;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 33px;
	box-shadow: 0 1px 7px 0 rgba(125, 119, 119, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.comminity-section-area {
	padding: 50px 0;
}

.comminity-buttons {
	margin: 35px 0 33px 0;
}

.section-gray-shade {
	background-color: #f5f5f5;
}

.comminity-area h3 {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 29px;
}

.comminity-buttons .btn.white-button {
	position: relative;
	overflow: hidden;
	z-index: 1;
	outline: none;
	border: none;
	    margin-bottom: 5px;
}

.comminity-buttons .btn.white-button::before {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #48d0cc;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: .7s;
	transition: .7s;
}

.comminity-buttons .btn.white-button:hover::before {
	width: 100%;
	opacity: 1;
}

.comminity-buttons .btn.white-button:hover {
	opacity: 1;
	border: none !important;
	color: #fff !important;
	border-radius: 15px 15px 0 0;
}


/***********************
End Community  Section
*******************/


/***********************
Start Instant job  Section
*******************/

.single-post-job {
	box-shadow: 2px 5px 17px rgba(0, 0, 0, 0.2);
	padding: 25px 15px;
	background: #fff;
	position: relative;
	transition: 0.3s all ease-in-out;
}

.single-post-job:hover::after {
	width: 270px;
}

.single-post-job:hover h4 {
	color: #1faba8;
}

.single-post-job:hover::after {
	left: 0;
	right: 0;
	content: "";
	height: 8px;
	bottom: -4px;
	width: 240px;
	margin: 0 auto;
	position: absolute;
	border-radius: 30px;
	background-color: #8fd5e7;
	transition: 0.7s all ease-in-out;
}

.single-post-job:hover {
	transform: translateY(-20px);
}

.single-post-job h4 {
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	margin: 10px 0 30px 0px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 24px;
}

.single-post-job p {
	text-align: center;
	font-size: 18px;
	color: #948e8d;
}

.single-post-job p {
	text-align: center;
	font-size: 20px;
	color: #948e8d;
	line-height: 2.4rem;
}

.single-post-job a {
	color: #948e8d;
	font-size: 20px;
}

.single-post-job i {
	background: #1faba8;
	color: #fff;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	text-align: center;
	margin-right: 13px;
	box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
	font-size: 13px;
	line-height: 23px;
}

.find-more {
	margin-top: 40px;
}

.posting-job-section {
	padding: 50px 0;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.posting-job-section::before {
	position: absolute;
	content: "";
	background: url(../images/traingle-right-shape.png);
	width: 100%;
	height: 100%;
	z-index: ;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
}

.posting-job-section .section-title {
	color: #7f7f7f;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 35px;
	letter-spacing: 3px;
	margin-bottom: 30px;
}


/***********************
End Instant job  Section
*******************/


/***********************
Start JoinUs  Section
*******************/

.overlay-image {
	position: relative;
}

.overlay-image img {
	height: 100%;
}

.overlay-text {
	position: absolute;
	top: 40%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 15px 20px;
	margin: 0 60px;
	left: 0;
    right: 0;
    text-align: center;
}

.overlay-text span {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	text-shadow: 0px 1px 2px #554f4f;
}

./*join--btn::before {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(#2d6c68), to(#2d6c68));
	background-image: linear-gradient(to right, #2d6c68, #30aa9c);
	left: 0;
	right: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: .7s;
	transition: .7s;
}*/

a.join--btn:hover{
	width: 100%;
	color: #fff !important;
	background: #085e5c !important;
}

/*.join--btn:hover,
.join--btn:focus {
	color: #fff;
}*/

.join--btn {
	background: #1faba8;
	color: #fff;
	font-size: 27px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 60px;
	line-height: 55px;
	letter-spacing: 2px;
	box-shadow: 2px 5px 17px rgba(0, 0, 0, 0.2);
	position: relative;
	overflow: hidden;
	z-index: 1;
	outline: none;
		-webkit-transition: .7s;
	transition: .7s;
}

.join-button {
	text-align: center;
	margin: 0 auto;
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
}

.join-us-area {
	position: relative;
	background: #f5f5f5;
	padding: 50px 0 0px 0;
	position: relative;
}


/***********************
End JoinUs  Section
*******************/


/***********************
Start News  Section
*******************/

.portfolio-box.blog-item-box {
	text-align: left;
	background-color: #1faba8;
	border-bottom: none;
}

.blog-item-box p {
	color: #fff;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 400;
	padding: 10px 0px;
	letter-spacing: 1px;
	line-height: 1.9;
}

.news-section h2 {
	color: #7e7e7e;
}

.news-section {
	padding: 100px 0;
}

.news-area-section .section-title {
	color: #7f7f7f;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 35px;
	letter-spacing: 3px;
	margin-bottom: 30px;
	margin-top: 60px;
}

.blog-item {
	margin-bottom: 25px;
	box-shadow: 2px 5px 17px rgba(0, 0, 0, 0.2);
}

.news-area-section {
	background-color: #f5f5f5;
}

.portfolio-box {
	border-radius: 0 0 0 0 !important;
}

.popup-gallery img {
	border-radius: 0 0 0 0 !important;
}


/***********************
End news  Section
*******************/


/***********************
Start Footer  Section
*******************/

.footer-area {
	background-color: #1faba8;
	position: relative;
	padding-top: 0;
}

.footer-area h5 {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.footer-area .single-footer a {
	color: #fff;
}

.footer-area .footer-bottom p {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 16px;
}

a.footer-links {
	display: block;
	font-size: 11px;
	margin-bottom: 2px;
	text-transform: uppercase;
	line-height: 2;
	letter-spacing: 1px;
}

a.footer-links:hover {
	text-decoration: none;
}

.footer-area .footer-bottom {
	background: #48d0cc;
	border: none;
	padding: 5px 0;
}

.footer-area ul.footer_social li a i {
	width: 40px;
	height: 40px;
	background: #fff;
	color: #1faba8 !important;
	line-height: 40px !important;
}

.footer-area ul.footer_social li {
	display: block;
}

.footer-area ul.footer_social li {
	margin: 10px 0;
}

.footer-social-links {
	position: absolute;
	right: 10px;
}

.footer-top {
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer-logo-front {
	width: 270px;
	margin-top: 5px;
}

.footer-logo-back {
	width: 460px;
	position: absolute;
	left: -95px;
	top: -78px;
	z-index: -1;
	opacity: 0.1;
}

.footer-logo-area {
	position: relative;
	z-index: 0;
}


/***********************
End Footer  Section
*******************/


/***********************
Start Footer  Section
************************/

.join--white--btn::before {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #48d0cc;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: .7s;
	transition: .7s;
}

.join--white--btn:hover::before {
	width: 100%;
	opacity: 1;
}

.join--white--btn:hover {
	opacity: 1;
	border-color: #48d0cc !important;
	color: #fff !important;
	border-radius: 30px 30px 30px 0px;
}

.join--white--btn {
	background: #fff;
	color: #1faba8;
	box-shadow: 0 1px 7px 0 rgba(125, 119, 119, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	border-radius: 30px 0 30px 30px;
	padding: 15px 35px;
	max-width: 100%;
	width: 235px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	outline: none;
}

.branding-section-area {
	padding: 30px 0;
	position: relative;
	overflow: hidden;
}

.branding-section-area h3 {
	text-transform: uppercase;
	letter-spacing: 6px;
	font-weight: 600;
	font-size: 38px;
	color: #fff;
	margin-bottom: 35px;
	line-height: 1.3;
}

.branding-section-area::before {
	position: absolute;
	content: "";
	background: url(../images/traingle-shape.png);
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	top: 0;
}

.brand-logos img {
	width: 140px;
	margin-left: 50px;
}

.left-branding-content {
	float: left;
}

.brand-logos.brand-logos-bottom {
	text-align: right;
}

.brand-logos.brand-logos-top {
	text-align: right;
	margin-bottom: 50px;
}


/***********************
End Branding   Section
***********************/


/***********************
Start Login Area  Section
***********************/

.authentication-area {
	background-color: #1faba8;
}

.authentication-area .card-body {
	background: #fff;
	box-shadow: 2px 5px 17px rgba(0, 0, 0, 0.2);
	border-radius: 18px;
}

.authentication-area .card-title {
	color: #1faba8;
	font-size: 29px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: inherit;
}

.authentication-area .form-group label {
	color: #1faba8;
	font-size: 15px;
	letter-spacing: 1px;
}

.authentication-area .form-group .form-control {
	color: #97d1d1;
	border-bottom: 2px solid #b9d7d8;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	padding-left: 0;
	padding-bottom: 10px;
	box-shadow: none;
	outline: none;
}

.authentication-area .form-group .form-control:focus {
	box-shadow: none;
	outline: none;
}

.authentication-area .form-group .form-control::placeholder {
	color: #97d1d1;
}

.height-100v {
	height: 100vh;
}

.authentication-area .card-content {
	padding: 5px 150px;
}

.authentication-area .btn {
	background: #1faba8;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	max-width: 100%;
	width: 180px;
	margin: 0 auto;
	border-radius: 0;
	padding: 7px 10px;
	border-color: #1faba8;
	margin-top: 30px;
}

.authentication-area .btn:hover,
.authentication-area .btn:focus,
.authentication-area .btn:active {
	background: #1faba8 !important;
	color: #fff !important;
	box-shadow: none !important;
	outline: none;
}

.forgot-link {
	font-size: 12px;
	color: #1faba8;
}

.request-account-link a {
	font-size: 11px;
	color: #1faba8;
	text-transform: uppercase;
}

.request-account-link {
	margin-top: 35px;
}


/***********************
End Login Area  Section
***********************/


/***********************
Start Sign Up Area  Section
***********************/

.signup-area .card-title {
	color: #848484;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 5px;
	line-height: inherit;
	text-transform: uppercase;
}

.signup-area {
	background-color: #1faba8;
}

.signup-area .card-body {
	background: #fff;
	box-shadow: 2px 5px 17px rgba(0, 0, 0, 0.2);
	border-radius: 0px;
}

.signup-area .card-content {
	padding: 5px 150px;
}

.signup-area .has-icon-left .form-control-position {
	left: 0px;
}

.signup-area .form-control-position {
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 2;
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	line-height: 3.5rem;
	text-align: center;
}

.signup-area .position-relative {
	position: relative !important;
}

.signup-area .has-icon-left .form-control {
	padding-left: 40px;
	font-size: 12px;
	background: #f5f5f5;
	border: none;
	height: 47px;
}

.signup-area .has-icon-left .form-control::placeholder {
	color: #aaa;
}

select {
	// A reset of styles, including removing the default dropdown arrow
	appearance: none;
	// Additional resets for further consistency
	background-color: transparent;
	border: none;
	padding: 0 1em 0 0;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
	line-height: inherit;
}

select::-ms-expand {
	display: none;
}

.signup-area .has-icon-left i {
	color: #1eaaa7;
	margin-right: 10px;
}

.signup-area label {
	color: #373737;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}

.signup-area .form-group {
	margin-bottom: 3px;
}

.sign-up--btn {
	background: #1faba8;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	max-width: 100%;
	width: 190px;
	height: 46px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.icheck-checkbox label {
	font-size: 11px;
	margin-left: 3px;
	margin-left: 7px;
	margin-bottom: 0;
}

.icheck-checkbox {
	display: flex;
	align-items: center;
}


/***********************
Start Signup Area  Section
***********************/


/******************************************
  Responsive Css
*******************************************/


/****************************************
Start Landing Page css
******************************************/

@media (max-width: 767px) {
	.cameraman-right-image {
		margin-top: 40px;
	}
	.job-posting-row .tab-content {
		margin-top: 20px;
	}
	.carousel-indicators {
		right: 0 !important;
	}
	.camera-image-block {
		position: relative;
		right: 0;
		margin: 15px 15px;
	}
	.cast-buttons {
		display: block;
	}
	.cast-buttons .btn:first-child {
		margin-bottom: 15px;
	}
	.brand-logos.brand-logos-top {
		text-align: center;
		margin-bottom: 0px;
	}

	.brand-logos img {
		width: 140px;
		display: inline-block;
		margin: 20px auto;
	}
	.padding-right-0 {
		padding-right: 15px;
	}
	.padding-left-0 {
		padding-left: 15px;
	}
	.comminity-buttons .white-button {
		margin-bottom: 4px;
	}
	.single-post-job {
		margin-bottom: 20px;
	}
	.pr-5.no-pd-row {
		padding-left: unset !important;
		padding-right: unset !important;
	}
	.no-pd-row .pr-1 {
		padding-right: 15px !important;
	}
	.overlay-text {
		top: 60px;
	}
	.overlay-text span {
		font-size: 15px;
	}
	.news-area-section .pr-1 {
		padding-right: 15px !important;
	}
	.discover-link {
		margin-bottom: 10px;
	}
	.navbar-fixed-top .navbar-nav>li>a.discover-btn {
		margin-left: 15px;
	}
}


/****************************************
End Landing Page css
******************************************/

#minimal-bootstrap-carousel {
	margin-top: 0px;
	position: relative;
}

#minimal-bootstrap-carousel .carousel-caption {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 0;
	text-align: right;
	text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
	display: table;
	width: 100%;
	height: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

@media (max-width: 1199px) {
	#minimal-bootstrap-carousel .carousel-caption .container {
		max-width: 960px;
	}
}

@media (max-width: 991px) {
	#minimal-bootstrap-carousel .carousel-caption .container {
		max-width: 720px;
	}
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
	display: table-cell;
	text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
	vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
	vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
	vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
	display: block;
}

#minimal-bootstrap-carousel [class*=carousel-control] {
	background: none;
	width: 50px;
	height: 50px;
	font-size: 36px;
	line-height: 48px;
	color: #fff;
	background-color: transparent;
	visibility: visible !important;
	opacity: 1;
	border: 1px solid #fff;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
}

@media (max-width: 667px) {
	#minimal-bootstrap-carousel [class*=carousel-control] {
		width: 30px;
		height: 30px;
		font-size: 15px;
		line-height: 30px;
	}

.footer-area h5 {
    margin-top: 40px;
}
}

@media (max-width: 480px) {
	#minimal-bootstrap-carousel [class*=carousel-control] {
		width: 40px;
		height: 40px;
		font-size: 17px;
		line-height: 40px;
		background: rgba(255, 255, 255, 0.4);
		color: #000;
	}
}

#minimal-bootstrap-carousel .carousel-control-prev {
	left: 1%;
}

#minimal-bootstrap-carousel .carousel-control-next {
	right: 1%;
}

#minimal-bootstrap-carousel [class*=carousel-control]:hover {
	opacity: 1;
	background: #FFBA60;
	border-color: #FFBA60;
}


/* fixing slider height */

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
	min-height: 1000px;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #222;
}

.slider-content-style .content {
	text-align: center;
	position: relative;
	z-index: 999;
}

.slider-content-style .content h3,
.slider-content-style .content h2,
.slider-content-style .content p {
	margin: 0;
}

.slider-content-style .content h3 {
	color: #fff;
	font-size: 100px;
	line-height: 1em;
	font-weight: 600;
	font-family: 'Josefin Sans';
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.slider-content-style .content p {
	font-family: 'Josefin Sans';
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: .150em;
	margin-top: 20px;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.slider-content-style .content a.thm-btn {
	background: #ffba60;
	display: inline-block;
	vertical-align: middle;
	color: #222222;
	font-size: 18px;
	letter-spacing: .1em;
	font-family: 'Josefin Sans';
	font-weight: 600;
	padding: 10px 17px;
	margin-top: 27px;
	transition: all .4s ease;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.slider-content-style .content a.thm-btn:hover {
	background: #fff;
}


/********************************************
           Accessories CSS
**********************************************/

.breadcrumb__area {
	background: #48d0cc;
	padding-top: 70px;
}

.breadcrumb__area h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	padding-top: 20px;
}

.camera__block {
	box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65);
	border-radius: 4px;
	padding: 15px 0;
	margin-top: 20px;
}

.camera__bg {
	background: #effbfb;
	border-radius: 4px;
	padding: 20px 15px 50px 15px;
	margin: 0 15px;
}

.camera__img {
	position: relative;
}

.camera__img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.camera__img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.camera__img span {
	box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65);
	background: #1faba8;
	border-radius: 2px;
	font-size: 10px;
	color: #fff;
	padding: 3px 7px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -7px;
	width: 90px;
	margin: 0 auto;
}

.right__camera__block h5 {
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #000;
}

.right__camera__block p {
	font-size: 17px;
	letter-spacing: 1px;
	color: inherit;
	margin-bottom: 10px;
	font-weight: 300;
	color: #000;
}

.right__camera__block span {
	margin-right: 5px;
}

.social__links__send span {
	background: #48d0cc;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 35px;
	margin-right: 3px;
}

.social__links__send span:hover {
	background: #1a938f;
}

.social__links__send li {
	display: inline;
}

.social__links__send {
	margin-bottom: 0;
}

.details__block__one {
	border: 1px solid #b8dad9;
	margin: 15px 15px;
	border-radius: 6px;
	padding: 15px 0px 15px 15px;
}

.details__block__one h5 {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #000;
}

.details__block__one p {
	color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
	opacity: 0.8;
	padding-left: 5px;
}

.procuct__man h5 {
	display: flex;
	justify-content: space-between;
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
	opacity: 0.8;
	font-weight: 400;
	margin-bottom: 8px;
}

.details__block__two {
	border: 1px solid #b8dad9;
	margin: 15px 15px 15px 0px;
	border-radius: 6px;
	padding: 0px 0px;
}

.procuct__man {
	border-bottom: 1px solid #b8dad9;
	padding: 20px 35px;
}

.procuct__man:last-child {
	border-bottom: none;
}


/*********************************************
       Start  Accessories 2 Page CSS
*********************************************/

.bg-sky-blue {
	background-color: #f5fefd;
}

.btn-search2 {
	background: #1faba8;
	background-color: rgb(31, 171, 168);
	padding: 10px 35px;
	border-radius: 4px;
	font-size: 10px;
	letter-spacing: 0;
	background-color: #1faba8 !important;
	border-color: #1faba8 !important;
	color: #fff !important;
}

.new-search-btn {
	background: #1faba8;
	padding: 10px 35px;
	border-radius: 4px;
	font-size: 10px;
	letter-spacing: 0;
	color: #fff;
	border-color: #1faba8 !important;
}

.new-search-btn:hover,
.new-search-btn:focus,
.new-search-btn:active {
	background: #1BAAA0;
	background: -webkit-linear-gradient(top left, #1BAAA0, #11EBDB);
	background: -moz-linear-gradient(top left, #1BAAA0, #11EBDB);
	background: linear-gradient(to bottom right, #1BAAA0, #11EBDB);
}

.btn-more-filters {
	background: #7d7372;
	padding: 10px 35px;
	border-radius: 4px;
	font-size: 10px;
	letter-spacing: 0;
	color: #fff;
	border-color: #75808a !important;
}

.btn-more-filters:hover,
.btn-more-filters:focus,
.btn-more-filters:active {
	background-color: #4a4545;
}

.btn-clear-filters {
	background: #bfbfbf;
	padding: 10px 35px;
	border-radius: 4px;
	font-size: 10px;
	letter-spacing: 0;
	color: #fff;
	border-color: #bfbfbf !important;
}

.btn-clear-filters:active,
.btn-clear-filters:hover,
.btn-clear-filters:focus {
	background-color: #8c8c8c;
}

.prof___image {
	display: block;
	width: 100%;
	height: auto;
}

.overlay__img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #1faba8;
	overflow: hidden;
	width: 100%;
	height: 25px;
	transition: .5s ease;
}

.search__detaile {
	overflow: hidden;
	width: 100%;
	position: relative;
	box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
	margin-bottom: 4px;
}

.search__detaile:hover .overlay__img {
	height: 100%;
	opacity: 0.9;
}

.search__detaile:hover .overlay__img .prof__text {
	opacity: 1;
}

.prof__text {
	color: white;
	font-size: 11px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	text-transform: uppercase;
}

.slider.slider-horizontal {
	width: 100% !important;
	height: 20px;
}

.jumbotron {
	padding: 0;
	background: transparent;
}

.slider-track {
	box-shadow: none !important;
	border-radius: 4px;
	background: #1faba8 !important;
}

.slider-handle {
	position: absolute;
	top: 2px !important;
	width: 10px !important;
	height: 10px !important;
	background-color: #fff !important;
	background-image: unset !important;
	background-image: unset !important;
	background-repeat: repeat-x !important;
	filter: unset !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 2px solid #1faba8 !important;
}

.slider.slider-horizontal .slider-track {
	height: 5px !important;
}

.job-post-card .card {
	margin-bottom: 0px;
	height: auto !important;
}

.card {
	border-radius: .35rem;
	box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
	border: none;
}

.job-post-card .card-body {
	padding: 10px 10px;
	background: #fff;
}

.job-post-card {
	background: #f5f5f5;
	padding: 15px 30px;
	border-radius: .35rem;
}

.job-post-card .card-body {
	padding: 10px 20px;
	border-radius: .35rem;
}

.job-post-card .form-control {
	font-size: 12px;
	color: #5e5e5e;
	height: 40px;
	border-color: #e7f7f7;
	box-shadow: 0 .125rem .25rem rgba(59, 162, 162, 0.08);
	border-color: #e7f7f7;
}

.job-post-card .form-control::placeholder {
	color: #a4a4a4;
}

.job-post-card textarea.form-control {
	height: 90px
}

.job-post-card .search__col__pd {
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 3px;
}

.Accessories__card__body.card-body {
	padding: 15px 30px;
}

.accesories__card__body.card-body {
	padding: 15px 30px;
}


/*********************************************
      End  Accessories 2 Page CSS
*********************************************/


/****************************************
       Strt News Area CSS
**********************************************/

.navbar-brand h2 {
	color: #1faba8;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}

.navbar__news .navbar-nav>li>a {
	color: #8d8887;
	font-weight: 400;
	font-size: 17px !important;
	padding: 10px 30px !important;
}

.navbar__news {
	box-shadow: none;
	background: #f5f5f5;
	height: 70px;
}

.add__news__btn {
	background: #1faba8;
	color: #fff;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 10px 40px;
}

.add__news__btn:hover,
.add__news__btn:focus {
	color: #fff;
}

.add__btn__list {
	list-style: none;
}

.advertise-horizontal-area img {
	width: 100%;
}

.new__title h3 {
	color: #000;
	font-weight: 400;
	font-size: 26px;
	position: relative;
}

.new__title h3::after {
	position: absolute;
	content: "";
	background: #55c9c6;
	width: 91.4%;
	height: 4px;
	border-radius: 8px;
	top: 15px;
	margin-left: 5px;
}

.new__title {
	padding: 10px 0;
	overflow: hidden;
}

.news__row .prof___image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news__row .search__detaile {
	height: 230px;
	margin-bottom: 20px;
}

.news__row .prof__text {
	text-transform: capitalize;
}

.news__row .overlay__img {
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #1faba8;
	overflow: hidden;
	width: 100%;
	transition: .5s ease;
	font-size: 11px;
	color: #fff;
	padding: 5px 10px;
}

.news__row .overlay__img p {
	font-size: 11px;
	color: #fff;
	line-height: 18px;
	margin-bottom: 0;
}

.news__row .search__detaile:hover .overlay__img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.news__row .prof__text {
	color: white;
	font-size: 11px;
 display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-left: 10px;
    text-align: left;
    }

.widget__news__title {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
	color: #000;
	margin-bottom: 0;
}

.widget__area.news__side__area ul li {
	background: #c4ebea;
	box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
	line-height: 1.2;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.widget__area.news__side__area li a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
}


/**************************************
      End News Area CSS
**********************************************/


/**********************************
       Search profile CSS
**********************************/

.search__profile__area img {
	width: 100%;
	max-width: 400px;
}

.search__profile__menu ul li {
	border: 1px solid #1faba8;
	text-align: center;
	margin-bottom: 15px;
	box-shadow: 0 .125rem .25rem rgba(59, 162, 162, 0.08);
}

.search__profile__menu ul li a {
	color: #1faba8;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	width: 100%;
	height: 100%;
	display: block;
	padding: 10px 6px;
}

.search__profile__menu ul li a {
	color: #1faba8;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
}

.search__profile__menu {
	padding: 0 0 0 120px;
}

.search__profile__menu .active,
.search__profile__menu .btn:hover {
	background-color: #1faba8;
	color: #fff;
	border-radius: 0;
	border-color: #1faba8;
	box-shadow: none;
	outline: none;
}

.prof__text a,
.prof__text a:hover,
.prof__text a:focus {
	color: #fff;
	text-decoration: none;
}

.add__new__list__link,
.add__new__list__link:hover,
.add__new__list__link:focus {
	color: #fff;
}

.add__new__list__link i {
	background: #fff;
	color: #1faba8;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	text-align: center;
	margin-right: 13px;
	box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
	font-size: 13px;
	line-height: 23px;
}

.add__more__news_dv {
	margin-top: 10px;
	margin-bottom: 10px;
}


/****************************************************
            Jobs Search CSS
******************************************************/

.job__search {
	box-shadow: 0 2px 6px 0 rgba(191, 191, 191, 0.65);
	background: #fff;
	border-radius: 4px;
	border: none;
	max-width: 100%;
	display: flex;
}

.job__search select.form-control {
	border: none;
	height: 50px;
	box-shadow: none;
}

.job__search button {
	background: #48d0cc;
	color: #fff;
	width: 100px;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	height: 50px;
	box-shadow: none;
}

.job__search button:focus {
	background: #48d0cc;
	color: #fff;
	box-shadow: none;
}

.job__search__box {
	background: #effbfb;
	border-radius: 4px;
	padding: 15px;
	margin: 0 15px;
}

.job__search__box__block {
	box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65);
	border-radius: 4px;
	padding: 15px 0 0px 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.jb__name {
	font-weight: 300;
	font-size: 19px;
	letter-spacing: 0px;
	margin-bottom: 0;
	color: #46ccc8;
}

.jb__name span {
	color: #7c8595;
	font-size: 12px;
	letter-spacing: 0px;
	margin-left: 5px;
}

.all__jobs li {
	border: 1px solid #b8dad9;
	margin: 15px 15px;
	border-radius: 6px;
	padding: 15px 15px 15px 15px;
}

.job__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.job__title p {
	font-size: 12px;
	color: #000;
	margin-bottom: 2px;
}

.company__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cmp__name {
	margin-bottom: 0;
	font-size: 12px;
	color: #000;
	margin-bottom: 0;
	font-size: 15px;
	color: #000;
	font-weight: 400;
}

.company__title p {
	font-size: 12px;
	margin-bottom: 0;
}

.jb__salary {
	color: #7c8595;
	font-size: 14px;
}

.jb__post,
.jb__location {
	color: #7c8595;
	font-size: 14px;
	line-height: 1.6;
}

.all__jobs a:hover {
	background: #effbfb;
}

.search__field option {
	font-size: 14px;
}


/****************************  Professionals Page CSS **************************************/

.job__profes {
	font-weight: 300;
	font-size: 19px;
	letter-spacing: 0px;
	color: #46ccc8;
	margin-bottom: 10px;
}

.profssal__img {
	width: 100px;
	height: 100px;
}

.col__lg {
	max-width: 14%;
}

.view__profile {
	background: #9a9290;
	color: #fff;
	letter-spacing: 0;
	padding: 6px 8px;
	border-radius: 0;
	font-size: 12px;
	text-transform: uppercase;
	border: none;
}

.view__profile:hover {
	background-color: #000;
}


/************************   Job Details Block  ***************************/

.jb_details__block {
	box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65);
	border-radius: 4px;
	margin-top: 20px;
	background: #f5f5f5;
}

.jb__details__block__one h5 {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0px;
	margin-bottom: 0;
	color: #000;
}

.jb__details__block__one {
	margin: 15px 15px;
	border-radius: 6px;
	/*    padding: 15px 0px 15px 15px;*/
	box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65);
	background-color: #fff;
}

.jb__details__block__one p {
	color: #7c8595;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 0;
}

.single__job__deta_block {
	border-bottom: 1px solid #b8dad9;
	padding: 15px 15px;
}

.jb__details__block__one .single__job__deta_block:last-child {
	border-bottom: none;
}


/********************************     Forum Page CSS    *******************************/

.formum__heading {
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 0px;
	margin-bottom: 0;
	color: #000;
	text-transform: uppercase;
}

.formum li {
	border-bottom: 1px solid #b8dad9;
	margin: 0 15px 0 15px;
	border-radius: 0;
	padding: 15px 15px 15px 15px;
	background-color: #fff;
}

.formum li:last-child {
	border-bottom: none;
}

.Forum__ttl {
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0px;
	color: #46ccc8;
	margin-bottom: 10px;
}

.posted__det {
	color: #7c8595;
	font-size: 14px;
	line-height: 1.6;
}

.posted__det a {
	color: #46ccc8;
}

.total__replies {
	color: #7c8595;
	font-size: 14px;
	line-height: 1.6;
}

.total__views {
	color: #7c8595;
	font-size: 14px;
	line-height: 1.6;
}

.last__post__time {
	color: #7c8595;
	font-size: 14px;
	line-height: 1.6;
}

.formum {
	box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65);
	border-radius: 4px;
	margin: 20px;
	background: #f5f5f5;
}

.formum ul {
	padding: 15px 0;
}

.search__middle__box {
	border: none;
	padding-left: 15px;
}

.forum__search .form-control-field {
	box-shadow: 0 2px 6px 0 rgba(191, 191, 191, 0.65);
	background: #fff;
	border-radius: 4px;
	border: none;
	height: 50px;
}

.forum__search_btn {
	background: #48d0cc !important;
	color: #fff !important;
	width: 100%;
	border-radius: 4px;
	cursor: pointer;
	height: 50px;
	box-shadow: none;
	border-color: #9ce6e3;
}



/************************************* Noticeboard CSS  **************************************/

.formum__post.notices__content p {
	font-size: 14px;
	margin-bottom: 0;
}

a:hover {
	color: #47ceca;
}

.noti__posted__det {
	color: #51555b;
}

.notices__title {
	text-transform: uppercase;
}

.guides__title {
	text-transform: capitalize;
	font-size: 18px;
}

.cus___paginations.pagination-round .page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
}

.cus___paginations .page-link:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.cus___paginations.pagination-round .page-item:last-child .page-link {
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
}

.cus___paginations .page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #48d0cc;
	border-color: #48d0cc;
}

.cus___paginations.pagination .page-link {
	color: #48d0cc;
	font-size: 14px;
}

.main-nav-item {
	position: relative;
}

.main-nav-item .nav-link.dropdown-toggle.drop__toggle__link {
	font-size: 12px;
}

.main-nav-item .dropdown-menu.cus-dropdown-menu.mainnav__dropdown__menu ul li a {
	font-size: 12px !important;
	color: #787878;
	letter-spacing: 0;
	display: block;
}

.main-nav-item .dropdown-menu.cus-dropdown-menu.mainnav__dropdown__menu ul li a:hover {
	color: #1faba8
}

.main-nav-item .mainnav__dropdown__menu.dropdown-menu.cus-dropdown-menu.dropdown-menu-right {
	border-radius: 4px;
	top: 49px;
}

.main-nav-item .mainnav__dropdown__menu.dropdown-menu.cus-dropdown-menu.dropdown-menu-right ul li:last-child {
	border-top: none;
	margin: 0px 0;
}

.main-nav-item .mainnav__dropdown__menu.dropdown-menu.cus-dropdown-menu.dropdown-menu-right ul li {
	list-style: none;
	padding: 0px 10px;
	border-bottom: 1px solid #f0eded;
}

.main-nav-item .mainnav__dropdown__menu.dropdown-menu.cus-dropdown-menu.dropdown-menu-right ul li:last-child {
	border: none;
}

.main-nav-item .mainnav__dropdown__menu.dropdown-menu.cus-dropdown-menu.dropdown-menu-right ul {
	margin: 0px 3px;
}

.main-nav-item .right-nav-link a.nav-link {
	padding-right: .8rem !important;
	padding-left: .3rem !important;
	font-size: 17px;
	color: #fff;
}

.main-nav-item .cus-dropdown-menu {
	padding: 0;
	border: 0px solid rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65) !important;
	box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65) !important;
}


/********************************************
        Forum Deatils
*****************************************************/

.col-lg__cus {
	max-width: 12%;
}

.post__right__history li {
	border: none;
	padding-left: 0;
}

.post__right__history i {
	color: #1faba8;
	vertical-align: unset;
}

.post__right__history li {
	display: inline;
	font-size: 14px;
}

.post__right__history li {
	display: inline;
	font-size: 14px;
	padding: 0 0;
	margin: 0 10px;
}

.noticeboard__content p {
	font-size: 14px;
}

.pages__content p {
	font-size: 14px;
}

.pages__content h2 {
	color: #51555b;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 35px;
}

.pages__content__list li {
	font-size: 14px;
}

.pages__content__list li {
	font-size: 14px;
	list-style: circle;
	margin-left: 25px;
	margin-bottom: 5px;
}

a {
	color: #1faba8;
}


/*   .noticeboard__area a {
    display: block;
    margin-bottom: 0;
}*/


/********************************
     About Page CSS
***********************************/

.about__us_area .form-label {
	color: #6b6b6b;
	font-size: 13px;
	margin-bottom: 5px;
	text-transform: capitalize;
	letter-spacing: 0;
	font-weight: 500;
}

.about__us_area p {
	font-size: 11px;
	line-height: 1.6;
}

.btn_c_text {
	color: #47cfcb !important;
	text-transform: uppercase;
	background: #fff !important;
	border: none;
	box-shadow: none;
	outline: none;
	padding: 0;
	margin: 10px 0 0px 0;
}

.select2-selection.select2-selection--single {
	font-size: 12px;
	color: #5e5e5e;
	height: 40px;
	box-shadow: 0 .125rem .25rem rgba(59, 162, 162, 0.08);
	border-color: #e7f7f7;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
	font-size: 12px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #48d0cc;
	color: white;
}

.select2-dropdown {
	border: 1px solid #f5f5f5;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #d0d0d0 !important;
	outline: none;
	font-size: 12px;
}

.cus__check__boxes label {
	font-size: 13px;
	color: #48d0cc;
	margin-bottom: 0;
	display: block;
}

.cus__check__boxes span {
	font-size: 12px;
}

.cus__chkbx span {
	font-size: 13px;
	margin-left: 5px;
}


/****************************
   Education Page Css
*****************************/

.tb--link a.active {
	color: #fff;
	background-color: #1faba8;
	box-shadow: none;
}

.tb--link a {
	color: #000;
	background-color: #fff;
	box-shadow: none;
	font-weight: 500;
	font-size: 12px;
	padding: 8px 15px;
	letter-spacing: 1px;
}

.tb--link {
	display: inline;
	margin-right: 4px;
}

.education_tble {
	box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
	border: none;
	background: #fff;
}

.education_tble table th {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
	background: #1faba8;
	color: #fff;
	border-bottom: 7px solid #f5f5f5;
}

.education_tble td {
	color: #525252;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 6px 3px !important;
	box-shadow: 0 1px 1px 0 rgba(206, 206, 238, 0.54);
	vertical-align: middle;
	border: 1px solid #dee2e6;
	padding: 10px 6px 6px 10px !important;
}

.btn4 {
	background: #1faba8 !important;
	border-color: #1faba8 !important;
	border-radius: 0;
	font-size: 12px;
	box-shadow: none !important;
	min-width: 70px;
}

.btn5 {
	background: #d71012 !important;
	border-color: #d71012 !important;
	border-radius: 0;
	font-size: 12px;
	box-shadow: none !important;
	color: #fff;
	min-width: 70px;
}

.add__more__edu {
	font-size: 14px;
	letter-spacing: 0;
}

.add_bt_dv {
	padding: 10px 0;
}

.abut__hder_det h1 {
	font-size: 23px;
	font-weight: 400;
	color: #000;
	margin-bottom: 0;
}

.abut__hder_det p {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 15px;
}

.about__us_area textarea.form-control {
	height: 90px;
	box-shadow: 0 .125rem .25rem rgba(59, 162, 162, 0.08);
	border-color: #e7f7f7 !important;
}

.swal-title {
	font-size: 18px;
}

.swal-text {
	text-align: center;
	font-size: 12px;
}

.swal-button--cancel,
.swal-button--confirm {
	background: #7d7372 !important;
	padding: 10px 35px;
	border-radius: 4px;
	font-size: 10px;
	letter-spacing: 0;
	color: #fff;
	border-color: #75808a !important;
	min-width: 100px;
	box-shadow: none !important;
	outline: none;
}

.swal-button--confirm.swal-button--danger {
	background: #e64942 !important;
	padding: 10px 35px;
	border-radius: 4px;
	font-size: 10px;
	letter-spacing: 0;
	color: #fff;
	border-color: #e64942 !important;
	min-width: 100px;
}

.swal-icon:first-child {
	margin-top: 20px;
}

.swal-icon.swal-icon--warning {
	width: 45px;
	height: 45px;
}

.swal-icon--warning__body {
	height: 15px;
}

.swal-text:first-child {
	margin-top: 15px;
}

.swal-modal {
	width: 380px;
}

.swal-footer {
	text-align: center;
}

.swal-icon.swal-icon--warning {
	margin: 20px auto 0px auto;
}

.searching__form .form-group .form-label {
    margin-bottom: 5px;
    text-transform: capitalize;
    letter-spacing: 0;
  color: #6b6b6b;
    font-size: 13px;
    font-weight: 500;
}

.searching__form .form-control {
    font-size: 12px;
    color: #5e5e5e !important;
    height: 40px;
    border-color: #e7f7f7;
    box-shadow: 0 .125rem .25rem rgba(59, 162, 162, 0.08);
    border-color: #e7f7f7;
}

.searching__btn {
    background: #1faba8;
        background-color: rgb(31, 171, 168);
    padding: 10px 35px;
    border-radius: 4px;
    font-size: 10px;
    letter-spacing: 0;
    background-color: #1faba8 !important;
border-color: #1faba8 !important;
color: #fff;
height: 40px;
}

.serach__info__cntent p
{
	font-size: 14px;
	margin-bottom: 10px;
}

.serach__info__cntent {
    padding: 15px;
}

.General__infor
{
	    color: #51555b;
    font-size: 14px;
    line-height: 1.6;
}

.General__infor p
{
	font-size: 14px;
	margin-bottom: 0px;
}

.profile__discription__list
{
	color: #7c8595;
font-size: 14px;
}

.profile__discription__list dt
{
	font-weight: 500;
}

.profile__discription__list dd {
    margin-bottom: 0;
}

.profile__discription__table {
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%);
    border-radius: 4px;
    background: #ffff;
}

.profile__discription__table table
{
	background-color: #fff;
	margin-bottom: 0;
}

.profile__discription__table table th {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0px;
    margin-bottom: 0;
    color: #000;
    text-transform: uppercase;
    padding:15px;
}

.profile__discription__table table td
{
font-size: 16px;
letter-spacing: 0px;
margin-bottom: 10px;
color: #7c8595;
font-size: 14px;
}

.search__card__hdr h3 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

.job__search__box {
    background: #f5f5f5;
    }

.candidate__search
{

}

.profile-candidate-panel p {
    font-size: 14px;
    margin-bottom: 0;
    padding: 5px 13px;
}

.candidate__search__block
{
	border-radius: 0;
}

.s_prf__tbl__Details {
    padding: 0 20px;
}

.btn-facebook {
    box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
    background-color: #3b5998;
    border-color: #3b5998;
}
.btn-social {
width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    display: inline-block;
    border: 1px solid transparent;
    color: #fff;
    text-align: center;
    border-radius: 0.25rem;
}

.btn-social:hover
{
	color: #fff;
}

.btn-facebook {
    box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn-google-plus {
    box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.btn-twitter {
    box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
    background-color: #55acee;
    border-color: #55acee;
}

.join__area__section .section-title {
    color: #7f7f7f;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

    /* ============================================================== 
     # Pricing
=================================================================== */

.pricing-area .shape-right-bottom {
  bottom: -200px;
  opacity: 0.08;
}

.pricing-area .pricing-item {
  background: #ffffff;
  position: relative;
  z-index: 1;
border: 1px solid #dfdcdc;
border-radius: 10px;
  padding: 15px;
}


.pricing-item.active {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  z-index: 9;
  border: 2px solid #4154f1;
  border-radius: 10px;
}

.orange .pricing-item.active {
  border: 2px solid #FF5621;
}

.pricing-area .pricing-item ul {
  display: inline-block;
  text-align: left;
  padding-left: 0;
}

.pricing-area .pricing-item li {
  margin-bottom: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}

.pricing-area .pricing-item li i {
  margin-left: 30px;
  color: #00a37b;
}

.pricing-area .pricing-item li i.fa-times-circle {
  color: #ff99af;
}

/*.pricing-area .pricing-item li:last-child {
  margin-bottom: 0;
  border: none;
  padding: 0;
  margin-top: 25px;
}*/

.pricing-area .pricing-item li.icon i {
  margin-left: 0;
  font-size: 60px;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #232323;
  display: inline-block;
  font-size: 50px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.pricing-area .pricing-item li.icon i::after {
  position: absolute;
  left: -8px;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url('../images/icon-shape.png');
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.09;
}

.pricing-area .pricing-item.active li.icon i {
  color: #4154f1;
}

.orange .pricing-area .pricing-item.active li.icon i {
  color: #FF5621;
}

.pricing-area .pricing-item li.icon {
  text-align: center;
}

.pricing-area .pricing-item li.icon img {
  margin-bottom: 0px;
 width: 40px;
 height: auto;
}

.pricing-area .pricing-items {
  margin-top: 22px;
  margin-bottom: 22px;
}

.pricing-area .pricing-item li.pricing-header {
  position: relative;
  z-index: 1;
  text-align: center;
  background: border-box;
}

.pricing-area .pricing-item li.pricing-header::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 1px;
  width: 100%;
}

.pricing-area .pricing-item .price h2 {
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 0;
}

.pricing-area .pricing-item .price h2 sup {
  font-size: 24px;
  top: -20px;
  font-weight: 500;
}

.pricing-area .pricing-item .price h2 sub {
  font-size: 14px;
  font-weight: 500;
}

.pricing-area .pricing-item li.pricing-header h4 {
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 16px;
  color: #666666;
}

.pricing-area .pricing-item li.pricing-header::before {
  position: absolute;
  left: 0;
  bottom: 0;
}

.pricing-area .pricing-item li.pricing-header i {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
  color: #4154f1;
  font-size: 50px;
}

.pricing-area .pricing-item li.pricing-header, 
.pricing-area .pricing-item li.price, 
.pricing-area .pricing-item li.footer,
.pricing-area .pricing-item li.icon {
  text-align: center;
  justify-content: center;
}

.upgrading-without-btn
{
	background: #7d7372;
padding: 9px 15px;
border-radius: 4px;
font-size: 10px;
letter-spacing: 0;
}

.prof__text a, .prof__text a:hover, .prof__text a:focus {
    color: #fff;
    text-decoration: none;
}

.btn-success {
    background-color: #1faba8 !important;
    border-color: #1faba8 !important;
    border-radius: 0;
    padding: 7px 12px;
    font-size: 10px;
    letter-spacing: 0;
    color: #fff;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #1BAAA0;
    background: -webkit-linear-gradient(top left, #1BAAA0, #11EBDB);
    background: -moz-linear-gradient(top left, #1BAAA0, #11EBDB);
    background: linear-gradient(to bottom right, #1BAAA0, #11EBDB);
        background-color: rgba(0, 0, 0, 0);
    border-color: #12e6d7 !important;
}



/*********************************************************************************************
                Foter Actor Page
*******************************************************************************************/
.type__wise__jobs {
    position: relative;
	background: url(../images/7.jpg);
    padding: 75px 0;
    margin-top: 60px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.jobs__types a:hover {
    background: #0e807df7;
}

.jobs__types::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.jobs__types {
    position: relative;
    z-index: 0;
}

.jobs__types a {
    background: #1faba8;
    color: #fff;
    font-size: 12px;
    padding: 4px 7px;
    display: block;
width: 100%;
text-align: center;
}
.jobs__types ul li {
    display: inline-block;
    width: 200px;
    margin: 2px 0;
}
.jobs__types ul {
    text-align: center;
    margin-bottom: 0;
    padding: 35px 45px;
}
.type__wise__jobs h2
{
	color: #fff;
text-transform: uppercase;
font-weight: 600;
font-size: 35px;
letter-spacing: 3px;
margin-bottom: 0;
text-align: center;
padding-top: 20px;
}

/* ------------------------
    Testimonials
------------------------*/
.testimonial{background: #1faba8; padding-left: 30px; padding-bottom: 30px; border-radius: 10px; border-bottom-left-radius: 0; text-align: center; display: inline-block; margin: 50px;}
.testimonial-content{background: #48d0cc; padding: 50px; border-radius: 10px;}
.testimonial-content p{font-size: 18px; line-height: 28px; font-weight: 600; color: #ffffff; margin-bottom: 25px;}
.testimonial .testimonial-caption label{margin-bottom: 0; font-weight: 500; color: #111121; display: block;}
.testimonial .testimonial-caption h5{background: rgba(0,0,0,0.06); color: #ffffff; padding: 5px 8px; font-weight: 500; display: inline-block; margin-bottom:10px;}
.testimonial-img {left: 20px; position: absolute; top: 0;}
.testimonial .testimonial-img img{border-radius: 50%; width: 100px; height: 100px; padding: 5px;}
.testimonial .testimonial-quote {background: #fff; text-align: center; border-radius: 50%; bottom: 0; color: #111121; display: inline-block; font-size: 70px; line-height: 127px; height: 140px; position: absolute; right: 20px; width: 140px;-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);}
.testimonial:before {width: 0; height: 0; border-top: 100px solid #1faba8; border-right: 100px solid transparent; content: ""; position: absolute; bottom: -50px; left: 50px;}

.testimonial.style-2{background: none; padding: 0; margin: 0; text-align: left;}
.testimonial.style-2 .testimonial-img img{width: auto; height: auto; box-shadow: none; padding: 0;}
.testimonial.style-2:before{display: none;}
.testimonial.style-2 .testimonial-content{background: none; padding: 0 !important;}
.testimonial.style-2 .testimonial-img{position: inherit;}
.testimonial.style-2 .testimonial-content p{color: #111121}
.testimonial.style-2 .testimonial-caption h5{background: #ff5e2c;}
.testimonial.style-2 .testimonial-quote{position: inherit; right: inherit; bottom: inherit; height: auto; width: auto; background: none; line-height: 70px; margin-bottom: 15px;-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);}
.theme-bg .testimonial.style-2 .testimonial-content p, .theme-bg .testimonial .testimonial-quote{color: #ffffff}

.testimonial-img img
{
-webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}

.testimonial__page__area
{
	margin-bottom: 80px;
}

.testimonial__page__area .carousel-inner {
    padding-bottom: 60px;
}


.testimonial__page__area  .section-title h6 {

padding: 5px 10px;
    position: relative;
    display: inline-block;
    font-weight: 500;
    background: #48d0cc;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 15px 0px 10px 0;

}

/* ------------------------
    Section Title
------------------------*/
.title {position: relative; color: #1c2045; padding-bottom: 20px; margin-bottom: 25px;}
.dark-bg .title, .theme-bg .title{color: #ffffff}
.section-title h6{padding: 3px 5px; position: relative; display: inline-block; font-weight: 500; background: #ff5e2c; color: #ffffff; margin-bottom: 20px;}

.title:before {position:absolute; left: 0; width:100px; margin:0 auto; bottom:0; height: 3px; animation: rotate 80s infinite linear; -webkit-animation: rotate 80s infinite linear; content: ""; border-radius: 5px;
  background: rgb(255,120,16); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,120,16,1) 0%, rgba(255,21,106,1) 25%, rgba(255,94,44,1) 50%, rgba(187,13,76,1) 75%, rgba(69,204,137,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,120,16,1)), color-stop(25%,rgba(255,21,106,1)), color-stop(50%,rgba(255,94,44,1)), color-stop(75%,rgba(187,13,76,1)), color-stop(100%,rgba(255,120,16,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,120,16,1) 0%,rgba(255,21,106,1) 25%,rgba(255,94,44,1) 50%,rgba(187,13,76,1) 75%,rgba(69,204,137,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,120,16,1) 0%,rgba(255,21,106,1) 25%,rgba(255,94,44,1) 50%,rgba(187,13,76,1) 75%,rgba(69,204,137,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,120,16,1) 0%,rgba(255,21,106,1) 25%,rgba(255,94,44,1) 50%,rgba(187,13,76,1) 75%,rgba(69,204,137,1) 100%); /* IE10+ */
background: linear-gradient(to right,  #48d0cc 0%,#2ab9b5 25%,#2eaba7 50%,#1e9491 75%,#35f1eb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7810', endColorstr='#ff7810',GradientType=1 ); /* IE6-9 */}

.text-center .title:before{left: 50%;}
.text-right .title:before{left: inherit; right: 0;}

.hero-title{font-size: 120px; font-weight: 800; line-height: 90px; text-transform: uppercase; color: #ffffff; font-family: 'Niramit', sans-serif;}
.hero-title span{font-weight: 400; font-size: 85px;}


.testimonial-quote img
{
	    height: 70px;
    width: auto;
    margin-bottom: 0;
}

/*********************************************************************************************
                       Contact Forms Area
******************************************************************************************/

.contact__form__area .section-title h6 {
    padding: 5px 10px;
    position: relative;
    display: inline-block;
    font-weight: 500;
    background: #48d0cc;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 15px 0px 10px 0;
}

.contact__form__area .form-control {
    height: 50px;
    border-radius: 5px;
    font-size: 13px;
    color: #111121;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}

.contact__form__area textarea.form-control {
    height: 150px;
    border-radius: 5px;
}

.contact__form__area textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px);
}

.contact__form__area 
{
	margin-top: 60px;
}

.contact__form__area  .btn.btn-theme {
    background: rgb(255,120,16);
    background: linear-gradient(90deg, rgba(255,120,16,1) 0%, rgba(255,94,44,1) 90%);
    color: #ffffff;
    -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
transition: all 0.5s ease-in-out 0s;
}

.contact__form__area  .btn {
    padding: 12px 25px;
    font-weight: 500;
    border-radius: 5px;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.contact-info li i img{
	width: 30px;
}

.contact-info li span {
    font-size: 16px;
    color: #111121;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
}

.contact-info li p {
    margin-bottom: 0;
    line-height: 24px;
        font-size: 15px;
}
.contact-info li {
    padding-left: 50px;
    position: relative;
}

.contact-info li i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
    font-size: 30px;
    color: #ff7810;
    text-align: center;
}

.contact-info li a {
    color: #7c8595;
        font-size: 15px;
}

.ms-auto, .mx-auto {
    margin-left: auto !important;
}

[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.map__area
{
	margin-top: 60px;
	border-bottom: 4px solid #48d0cc;
}

.map__area iframe
{
	  filter: grayscale(100%);
	      margin-bottom: -7px;
}

/* ------------------------
    Button
------------------------*/
.contact__form__area  .btn{padding: 12px 25px; font-weight: 500; background: none; color: #111121; border-radius: 5px; border: none; position: relative; overflow: hidden; z-index: 9;}
.contact__form__area  .btn-sm{padding: 10px 20px;}
.contact__form__area  .btn span{transition: inherit;}
.contact__form__area  .dark-bg .btn, .contact__form__area .theme-bg .btn{color: #ffffff;}
.contact__form__area .btn.focus, .contact__form__area .btn:focus{box-shadow: none;}
.contact__form__area .btn:hover {background: #ff7810; color: #fff; -webkit-animation-name: jello; animation-name: jello; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; background-color: rgba(255,255,255,0.2);}
.contact__form__area .btn.btn-theme{ background: #1BAAA0;
background: -webkit-linear-gradient(top left, #1BAAA0, #11EBDB);
background: -moz-linear-gradient(top left, #1BAAA0, #11EBDB);
background: linear-gradient(to bottom right, #1BAAA0, #11EBDB); color: #ffffff;}
.contact__form__area .btn.btn-theme:hover{background: #1BAAA0;
background: -webkit-linear-gradient(top left, #1BAAA0, #11EBDB);
background: -moz-linear-gradient(top left, #1BAAA0, #11EBDB);
background: linear-gradient(to bottom right, #1BAAA0, #11EBDB);}
.contact__form__area .btn.btn-border{border:5px solid #ff7810;}
.contact__form__area .dark-bg .btn.btn-border, .theme-bg .btn.btn-border{border:5px solid rgba(255,255,255,0.2);}
.contact__form__area .btn.btn-circle{border-radius: 30px;}
.contact__form__area .btn.btn-white{background: #ffffff; color: #111121}
.contact__form__area .btn.btn-white.btn-border{border-color: #ffffff; background: none; color: #ffffff;}
.contact__form__area .btn.btn-white:hover{background: #ffffff; color: #ff5e2c;}
.contact__form__area .btn.btn-white.btn-border:hover{color: #ff5e2c;}
.contact__form__area .btn + .contact__form__area .btn{margin-left: 10px;}
.contact__form__area .btn-simple{color: #111121; padding: 0; background: none !important; display: inline-block;}
.contact__form__area .dark-bg .btn-simple, .contact__form__area .theme-bg .btn-simple{color: #ffffff;}
.contact__form__area .btn-simple:hover{color: #ff5e2c; box-shadow: none; background: none;}
.contact__form__area .btn-simple:before, .contact__form__area .btn-simple:after{display: none;}
.contact__form__area .theme-bg .contact__form__area .btn-simple:hover{color: #111121;}



/*******************************************************************************************
                           About Us Area
******************************************************************************************/
.aboutus__area
{
	padding: 60px 0;
}

 .section-title h6 {
    padding: 5px 10px;
    position: relative;
    display: inline-block;
    font-weight: 500;
    background: #48d0cc;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 15px 0px 10px 0;
}

/* ------------------------
    Button
------------------------*/
.aboutus__area  .btn{padding: 12px 25px; font-weight: 500; background: none; color: #111121; border-radius: 5px; border: none; position: relative; overflow: hidden; z-index: 9;}
.aboutus__area  .btn span{transition: inherit;}
.aboutus__area .btn.focus, .aboutus__area .btn:focus{box-shadow: none;}
.aboutus__area .btn:hover {background: #ff7810; color: #fff; -webkit-animation-name: jello; animation-name: jello; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; background-color: rgba(255,255,255,0.2);}
.aboutus__area .btn.btn-theme{ background: #1BAAA0;
background: -webkit-linear-gradient(top left, #1BAAA0, #11EBDB);
background: -moz-linear-gradient(top left, #1BAAA0, #11EBDB);
background: linear-gradient(to bottom right, #1BAAA0, #11EBDB); color: #ffffff;}
.aboutus__area .btn.btn-theme:hover{background: #1BAAA0;
background: -webkit-linear-gradient(top left, #1BAAA0, #11EBDB);
background: -moz-linear-gradient(top left, #1BAAA0, #11EBDB);
background: linear-gradient(to bottom right, #1BAAA0, #11EBDB);}
.aboutus__area .btn.btn-border{border:5px solid #ff7810;}

.custom-li li {
    float: left;
    margin-bottom: 5px;
    width: calc(100% / 2);
}
.list-icon-2 li {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
}

.list-icon-2 li::before {
    content: "";
    background: #48d0cc;
    position: absolute;
    top: 14px;
    left: 0;
    width: 10px;
    height: 2px;
    border-radius: 4px;
}

/* ------------------------
    Clients Logo
------------------------*/
.clients-logo {
    background: #fff;
    border: 1px solid #ebebeb;
    margin-right: -1px;
    margin-top: -1px;
    width: calc(100% / 3);
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-logo .img-fluid {
    max-width: 100%;
    height: auto;
    width: 110px;
}

/**********************************************************************************************
                Terms Of Service
********************************************************************************************/
.terms-of-service-content p {
    font-size: 14px;
}

.terms-of-service-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 22px;
}

.image__Row img {
    width: 100%;
    height: 100%;
}

.img__wid_cu {
    height: 350px;
}

.terms-of-service-content .blockquote, .terms-of-service-content blockquote {
    margin-bottom: 30px;
    background-color: #e6f2f5;
    text-align: left !important;
    padding: 25px !important;
    border-left: 2px solid #1faba8;
}

.terms-of-service-content ol li, .terms-of-service-content ul li {
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 14px;
    color: #7c8595;
}
.terms-of-service-content ol, .terms-of-service-content ul {
    margin-top: 20px;
}

.termandpolicy_list li
{
	position: relative;
	padding-left: 28px;
}

.termandpolicy_list li::before {
    position: absolute;
    content: "";
    background-image: url(../images/double-tick-indicator.png);
    width: 20px;
    height: 20px;
    left: 0;
    top: 3px;
    background-size: 100% 100%;
}


/*--------------Job in Grid-------------*/
.utf_grid_job_widget_area {
	background-color: #fff;
	padding: 60px 0 20px 0;
	border:1px solid #eaeff5;
	box-shadow: 0 4px 10px 0 rgba(41,128,185,0.07);
	-webkit-box-shadow: 0 4px 10px 0 rgba(41,128,185,0.07);
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
	transition: .7s;
	margin-bottom: 30px;
	position: relative;
	transition: all 0.5s ease-in-out;
}
.utf_grid_job_widget_area .avatar {
	transition: all 0.5s ease-in-out;
}
.utf_grid_job_widget_area:hover .avatar {
	transition: all 0.5s ease-in-out;
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}
.utf_grid_job_widget_area a.btn{
	border-radius:4px;
}
.utf_grid_job_widget_area .u-img {
	margin-bottom: -42px;
	height: 150px;
}
.utf_grid_job_widget_area .u-content {
	padding: 0 1.25rem 1.25rem;
}
.utf_grid_job_widget_area .avatar {
	margin: 0 auto 2rem auto;
	position: relative;
	display: block;
	max-width: 90px;
	width: 90px;
	height: 90px;
	border-radius: 50px;
	-webkit-box-shadow: inset 0 0px 15px rgba(0,0,0,.03);
	box-shadow: inset 0 0px 15px rgba(0,0,0,.03);
	background: #ffffff;
	overflow: hidden;
}
.utf_grid_job_widget_area .avatar img {
	padding: 4px;
	border-radius: 50px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 2px solid rgba(0, 0, 0, 0.03);
	box-sizing: border-box;
}
.u-content h5 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 500;
}
.utf_grid_job_widget_area .job-type {
	padding: 0px 10px;
	border-radius: 4px;
	font-size: 10px;
	line-height: 23px;
    font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #eaeff5;
	position: absolute;
	top: 15px;
	left: 15px
}

.utf_job_like {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #48d0cc;
    width: 34px;
    height: 34px;
    line-height: 36px;
    border-radius: 30px;
}

.utf_job_like .toggler {
    font-size: 16px;
    color: #ffffff;
}


.full-type {
    color: #1fb650 !important;
    border-color: rgba(31, 182, 80,0.12) !important;
    background: rgba(31, 182, 80,0.12);
}

.part-type {
    color: #feb801 !important;
    border-color: rgba(254, 184, 1,0.1) !important;
    background: rgba(254, 184, 1,0.1);
    }

.utf_grid_job_widget_area .text-muted, .text-muted {
    color: #8492af;
    font-size: 13px;
    margin-bottom: 0;
}

.utf_apply_job_btn_item a.job-browse-btn {
    font-size: 12px;
    padding: 8px 15px;
    border: 2px solid #1faba8 !important;
    text-transform: uppercase;
    font-weight: 500;
    color: #1faba8;
}

.job-browse-btn:hover {
    background: #1faba8;
    color: #ffffff !important;
}

/*****************************************************************************************
             Our Networks Acting Page CSS
*************************************************************************************/
.topBottom {
    animation: topBottom 5s infinite;
}

@-webkit-keyframes topBottom {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes topBottom {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }




.position-relative {
    position: relative !important;
}

.info-img::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 330px;
    width: 100%;
    content: "";
    background-image: url(../images/07.png);
    z-index: -1;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.why-choose_list li{
	position: relative;
	padding-left: 28px;
	    font-size: 14px;
	    margin-bottom: 10px;
}
.why-choose_list li::before {
    position: absolute;
    content: "";
    background-image: url(../images/double-tick-indicator.png);
    width: 20px;
    height: 20px;
    left: 0;
    top: 3px;
    background-size: 100% 100%;
}

.p-60 {
    padding: 60px 0;
}

.col__pd__5
{
	padding-left: 50px;
}

.btn.btn-theme2 {
    background: #1BAAA0;
    background: -webkit-linear-gradient(top left, #1BAAA0, #11EBDB);
    background: -moz-linear-gradient(top left, #1BAAA0, #11EBDB);
    background: linear-gradient(to bottom right, #1BAAA0, #11EBDB);
    color: #ffffff;
}

.btn.btn-theme2 {
    padding: 12px 25px;
    font-weight: 500;
    border-radius: 5px;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.btn.btn-theme2:hover {
    background: #1BAAA0;
    background: -webkit-linear-gradient(top left, #1BAAA0, #11EBDB);
    background: -moz-linear-gradient(top left, #1BAAA0, #11EBDB);
    background: linear-gradient(to bottom right, #1BAAA0, #11EBDB);
}

.btn.btn-theme2:hover {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: rgba(255,255,255,0.2);
}

.utf_job_category_area {
    background: #f8fafb;
    padding: 60px 0;
}

/*----------- All Job Components: Job category box --------*/
.utf_job_category_area{
	background:#f5f5f5;
}
.utf_category_box_area {
	position: relative;
	background: #fff;
	box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
	-webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
	border-radius: 10px;
	text-align: center;
	padding: 30px 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
	overflow: hidden;
	transition: .6s linear;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.utf_category_box_area:hover {
	transition: all 0.4s ease-in-out;
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}
.utf_category_box_area .utf_category_desc {
	z-index: 2;
}
.utf_category_box_area .utf_category_desc .utf_category_icon {
	background:#48d0cc;
	font-size: 40px;
	color: #ffffff;
	width:80px;
	height:80px;
	line-height:72px;
	border:2px solid #48d0cc;
	border-radius:50px;
	text-align:center;
	margin:0 auto 20px auto;	
	transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
}
.job-apply {
    margin-top: 10px;
}
.utf_category_box_area .utf_category_desc i {
	font-size: 30px;
	color: #ffffff;
	transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
}
.utf_category_box_area .utf_category_desc .category-detail h4 {
	font-weight: 500;
	margin-bottom: 12px;
	font-size: 16px;
}
.utf_category_box_area .utf_category_desc .category-detail p {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 400;
/*	color: #26ae61;
	background: rgba(38, 174, 97, 0.1);*/
	display: inline-block;
	padding: 0px 10px;
	border-radius: 4px;
}
.utf_category_box_area .utf_category_desc .category-detail span {
	font-weight: 400;
	font-size: 14px;
	color:#707f8c;
}
a.btn.width-170 {
	width: 150px;
	box-shadow: 0 2px 10px 0 #d8dde6;
	border: 1px solid #f9f9f9;
	background: #ffffff;
	padding: 10px;
	border-radius: 2px;
	color: #26ae61;
	font-size: 16px;
	font-weight: 500;
	transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
}
.utf_category_box_area .utf_category_desc i.abs-icon {
	position: absolute;
	bottom: 5px;
	left: 5px;
	opacity: 0;
	transition: all ease-in 0.4s;
	color: #eff1f3;
}
.utf_category_box_area:hover i.abs-icon {
	position: absolute;
	bottom: 25px;
	left: 25px;
	opacity: 1;
	color: #eff1f3;
}

.breadcrumb__area__networks {
    background-image: url(../images/bg-new.png);
    }
.breadcrumb__area__networks {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}

.title-2
{
	color: #7f7f7f;
    font-weight: 600;
    font-size: 35px;
}


/*************************************************************************************
       Help CSS
*************************************************************************************/
.faq__area {
  padding: 50px 0;
  background: #f5f5f5;
}
#faq
{
	width: 100%;
}

#faq .card {
  margin-bottom: 30px;
  border: 0;
}

 #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
  overflow: hidden;
}

#faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #48d0cc;
  color: #222;
  padding: 15px 20px;
}

 #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

 #faq .card .card-header .btn-header-link.collapsed {
  background: #48d0cc;
  color: #fff;
}

 #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

 #faq .card .collapsing {
  line-height: 30px;
  background: #fff;
}

 #faq .card .collapse {
  border: 0;
}

 #faq .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #222;
}

#faq .card-body {
    font-size: 14px;
    padding: 10px 20px;
}

/******************************************************************************************
      Job Details Page CSS
*********************************************************************************************/


/*.width-100 {
    width: 100px;
    height: 100px;
}*/

.user_profile_img img {
    border: 2px dotted #eeeeee;
    border-radius: 50px;
}

.job-detail-wrapper-body {
    padding: 1.5em 1em 1.5em 1.5em;
}
.job-detail-wrapper-body h4 {
    color: #1faba8;
    background: rgba(38, 174, 97, 0.2);
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    margin-top: 15px;
}

.job-detail-wrapper-body span {
    width: 100%;
    display: block;
    font-size: 14px;
}

.job-detail-wrapper {
    width: 100%;
    display: table;
    border-radius: 6px;
    margin-bottom: 40px;
    border: 1px solid #eaeff5;
}

.job-apply-btn {
    margin-top: 10px;
}
.apply-theme-btn {
    display: inline-block;
    min-width: 140px;
    text-align: center;
    border-radius: 4px;
    padding: 6px 20px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid transparent;
    margin: 6px auto;
}

.apply-theme-btn {
    background: #1faba8;
    color: #ffffff !important;
    box-shadow: 0 4px 10px 0 rgba(41,128,185,0.2);
-webkit-box-shadow: 0 4px 10px 0 rgba(41,128,185,0.2);
    }

.apply-theme-btn:hover, .apply-theme-btn:focus {
    color: #1faba8 !important;
    background: transparent;
    border: 2px solid #1faba8;
}

.mrg-bot-10 {
    margin-bottom: 10px;
}

.padd-r-10 {
    padding-right: 15px;
}

.usr_job_details
{
	font-size: 14px;
	color: #858585;
}

.usr_job_details span {
    width: auto;
    display: inline-block;
}

.job-type {
    color: #1faba8 !important;
    border-color: rgba(31, 182, 80,0.12) !important;
    background: rgba(31, 182, 80,0.12);
    padding: 0px 7px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
}

.widget-block {
    background-color: #fff;
    border-radius: 6px;
    padding: 25px 20px;
    transform: translate3d(0, 0, 0);
    z-index: 1;
    margin-bottom: 25px;
    position: relative;
    border: 1px solid #eaeff5;
    box-shadow: 0 4px 10px 0 rgba(41,128,185,0.07);
    -webkit-box-shadow: 0 4px 10px 0 rgba(41,128,185,0.07);
}

.widget-block-header h4 i {
    background:#1faba8;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border-radius: 30px;
    padding: 0;
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
}

.widget-block-header h4 {
    margin: 0;
    font-size: 18px;
}

.widget-block-header {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #eaeff5;
    margin-bottom: 10px;
}

.job-side-list ul li {
    list-style: none;
    padding: 7px 5px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #eaeff5;
    font-size: 14px;
}

.detail-wrap-header {
    background: #424242;
    border-radius: 6px 6px 0 0;
    padding: 20px 25px;
    border-bottom: 1px solid #eaeff5;
}

.detail-wrap-header h4 {
    margin: 0;
    font-weight: 500;
    color: #ffffff;
    font-size: 17px;
}

.padd-r-10 {
    padding-right: 15px;
}

.detail-wrap-body {
    padding: 1.5em 1em 1.5em 1.5em;
}

.detail-wrap {
    width: 100%;
    display: table;
    border-radius: 6px;
    margin-bottom: 40px;
    border: 1px solid #eaeff5;
}

.detail-wrap-body p {
    font-size: 14px;
    margin-bottom: 0;
}

.usr_job_details {
    border-left: 1px solid #eaeff5;
}

.job-side-list ul li:last-child {
    border-bottom: none;
}

.job-side-list ul {
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
}

.job-detail-list li {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    padding-left: 23px;
    line-height: 22px;
    margin-bottom: 12px;
    font-size: 14px;
}

.job-detail-list li::before {
    position: absolute;
    left: 0;
    top: 11px;
    width: 10px;
    height: 2px;
    content: "";
    background: #929292;
}


.col-pr-1
{
padding-right: .25rem !important;
}

.col-pl-1 {
    padding-left: .25rem !important;
}

.col-pr-0
{
padding-right: 0!important;
}

.col-pl-0 {
    padding-left: 0rem !important;
}

.col-pr-2
{
padding-right: .5rem!important;
}

.col-pl-2 {
    padding-left: .5rem!important;
}


.col-pr-4
{
padding-right: 1.5rem!important;
}

.col-pl-4 {
    padding-left: 1.5rem!important;
}

.proff-imggg
{
	width: 100px;
}

.jb_dt
{
	line-height: normal;
}

.formum__heading__center
{
	text-align: center;
}


.formum__heading__right
{
	text-align: right;
}

.data__center
{
	text-align: center;
}

.data__right
{
	text-align: right;
}
.profssal__img img
{
  max-width: 100%;
}

.profssal__img 
{
  float: left;
  margin-right: 15px;
}

.forum__right__block
{
	text-align: right;
}

.posted__for__Det__bx .form-control
{
	margin-bottom: 5px;
}
.btn-linkedin {
    box-shadow: 0 2px 2px 0 rgba(9, 118, 180, 0.14), 0 3px 1px -2px rgba(9, 118, 180, 0.2), 0 1px 5px 0 rgba(9, 118, 180, 0.12);
    background-color: #0976b4;
    border-color: #0976b4;
}

.btn-instagram
{
	background: linear-gradient(45deg, #405de6,#5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    border: none;
}

/******* Events Page css ******/
.events__img {
    max-width: 100%;
    height: auto;

        max-width: 100%;
    min-height: 100%;
    height: 175px;
    background-size: 100% 100%;
    object-fit: fill;
        width: 100%;
        border: 1px solid #ddd;
}

.single__event_list .map__iconee
{
	font-size: 13px;
}
.single__event_list {
    border: 1px solid #b8dad9;
    margin-bottom: 15px;
    border-radius: 6px;
    padding: 15px 15px 15px 15px;
}
.event_details h6 {
    margin-bottom: 7px;
    font-size: 14px;
    color: #4b4b4b;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}
.event_details p {
    line-height: 1.7;
    font-weight: 400;
    color: #7c8595;
    margin-bottom: 0;
    font-size: 13px;
}
.event_details a {
    line-height: 1.7;
    font-weight: 400;
    color: #7c8595;
    margin-bottom: 0;
    font-size: 13px;
}
.event_details a:hover, .event_details a:focus
{
	background-color: transparent;
	color: #46ccc8;
}
.add__google__calendar_btn
{
	background: #48d0cc;
    color: #fff !important;
}
.add__google__calendar_btn:hover, .add__google__calendar_btn:focus
{
	background: #48d0cc !important;
    color: #fff !important;
    opacity: 0.78
}
.breadcrumb__area__image
{
	background-image: url(../images/Firstpageimage.jpg);
	position: relative;
/*	    background-size: cover;
    background-position: center;*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
 .breadcrumb__area__image h2
{
	    padding: 110px 0;
	    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0;
}
.breadcrumb__area__image::before
{
position: absolute;
    content: "";
    background: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcrumb__area__subimage 
{
	    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

 .breadcrumb__area__subimage h2
{
	    padding: 110px 0;
	    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 0;
}

.breadcrumb__area__subimage::before
{
	position: absolute;
	content: "";
	background: #000;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	opacity: 0.4;
}
.sub_pagee_titlee
{
	color: #7f7f7f;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.award__tag {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#01eedc),to(#01b49f));
    background-image: linear-gradient(to bottom,#22aeaa,#43ccc9);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border-radius: 20px 0px;
    padding: 8px 15px;
    margin-right: 5px;
    margin-bottom: 10px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

.award__tag:hover, .award__tag:focus
{
	background: #1BAAA0;
    background: -webkit-linear-gradient(top left, #1BAAA0, #11EBDB);
    background: -moz-linear-gradient(top left, #1BAAA0, #11EBDB);
    background: linear-gradient(to bottom right, #1BAAA0, #11EBDB);
    border-color: #12e6d7 !important;
    color: #fff;
}
.eventlist__area.jobs__area
{
	margin-top: 40px;
	margin-bottom: 40px;
}
.maps__area.map__area
{
	border-bottom: none;
	margin-top: 60px;
}
.breadcrumb__area__image_new img
{
	max-width: 100%;
	height: auto;
}
h2.event___namee
{
	    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #4b4b4b;
}

/**********************************************************************************************
                 Responsive Design CSS
/**********************************************************************************************/

/*Sidebar*/
@media only screen and (max-width: 1200px)
{
.sidebar-menu li a i:last-child {
    margin-right: 10px;
}
.job_search_bxx .form-control
{
	margin-bottom: 10px;
}
.frm_search_bxx .form-control
{
	margin-bottom: 10px;
}
.job-tab .nav-item .nav-link
{
	font-size: 17px;
	line-height: 1.4;
}
}




@media only screen and (max-width: 992px)
{
/*.row-pd-20 {
    padding-left: 0px;
    padding-right: 0px;
}*/

.tab-pr-0
{
	padding-right: 15px !important;
}

.tab-pl-0
{
	padding-left: 15px !important;
}
.col_pl_0
{
	padding-left: 15px;
}
.col_pr_0
{
	padding-right: 15px;
}
.details__block__two {
    margin: 15px 15px 15px 15px;
}
.perf__tb_con
{
	margin-top: 14px;
}
}


@media (max-width: 991px) 
{
/******* Start Latest Jobs and Opportunities Page CSS  ******/
.navbar-fixed-top .navbar-nav > li > a.discover-btn
{
	font-size: 12px !important;
	font-weight: 500 !important;
}   
/******* End Latest Jobs and Opportunities Page CSS  ********/
.col-pr-1
{
	padding-right: 15px !important
}
.col-pl-1
{
	padding-left: 15px !important;
}
.col-pr-0
{
	padding-right: 15px !important
}
.col-pl-0
{
	padding-left: 15px !important;
}
.col-pr-2
{
	padding-right: 15px !important
}
.col-pl-2
{
	padding-left: 15px !important;
}
.col-pr-4
{
	padding-right: 15px !important
}
.col-pl-4
{
	padding-left: 15px !important;
}
.search__profile__menu {
    padding: 40px 0 0 15px;
}
.testimonial__page__area
{
	margin-top: 40px;
}
.camera-image-block {
    position: absolute;
    right: 0;
    width: 100%;
}
ul.carousel-indicators {
    display: block;
    right: 0px !important;
    width: auto;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    left: 0 !important;
    top: 100px;
    bottom: unset !important;
    margin: 0 auto;
}
ul.carousel-indicators li
{
	margin:10px 5px;
}
.navbar-toggler-icon i {
    color: #fff;
    vertical-align: middle;
    font-size: 23px;
}
.navbar-toggler
{
	outline: none !important;
    position: absolute;
    right: 0;
    background: #1faba8;
    border: none;
    border-radius: 0;
    width: 60px;
    height: 72px;
    top: 0
}
ul.carousel-indicators {
    display: block;
    right: 0px !important;
    width: auto;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    left: 0 !important;
    top: 100px;
    bottom: unset !important;
    margin: 0 auto;
}
ul.carousel-indicators li
{
	margin:10px 5px;
}
.navbar-toggler-icon i {
    color: #fff;
    vertical-align: middle;
    font-size: 23px;
}
.navbar-toggler
{
	outline: none !important;
    position: absolute;
    right: 0;
    background: #1faba8;
    border: none;
    border-radius: 0;
    width: 60px;
    height: 72px;
    top: 0
}
h2.event___namee
{
	margin-top: 20px;
}
}

@media only screen and (max-width: 767px)
{
h2.event___namee
{
	margin-top: 20px;
}
/*.row-pd-20 {
    padding-left: 0px;
    padding-right: 0px;
}*/

.proff-imggg
{
	width: 100%;
}
.authentication-area .card-content {
    padding: 5px 60px;
}
/** Noticeboard CSS **/
.noticeboard__buttons a.btn
{
	margin-bottom: 10px;
}
.video__one__end
{
	margin-bottom: 10px;
}
.video__second__end
{
	margin-bottom: 10px;
}
.col-pr-1
{
	padding-right: 15px !important
}
.col-pl-1
{
	padding-left: 15px !important;
}
.forum__right__block
{
	text-align: left;
}
.forum__right__block li
{
	margin:0;
}
.forum__right__block
{
	margin-top: 10px;
}
.camera-image-block
{
	display: none;
}
.carousel-indicators
{
	    position: relative;
    bottom: unset !important;
    right: unset !important;
    top: unset !important;
    bottom: 10px !important;
    display: flex !important;
}
}

@media only screen and (max-width: 600px)
{

.branding-section-area {
    background: #1faba8;
}

.branding-section-area::before {
display: none;
	}

.sidebar-menu li a i:last-child {
    margin-right: 20px;
}
.my-profile-left-block
{
float: left;
width: 100%;
}

.my-profile-right-block
{
    width: 100%;
    float: right;
    padding-left: 20px;
}
.col-pr-1
{
	padding-right: 15px !important
}
.col-pl-1
{
	padding-left: 15px !important;
}
.hidden-lable
{
	display: none;
}
.dropdown-lg.dropdown-res-mobile .dropdown-menu-right {
    right: unset !important;
    left: unset !important;
}
.formum__heading__center
{
	text-align: unset;
}

.formum__heading__right
{
	text-align: unset;
}
.data__center
{
	text-align: unset;
}
.data__right
{
	text-align: unset;
}
.forum__right__block
{
	text-align: left;
}
.forum__right__block li
{
	margin:0;
}
.forum__right__block
{
	margin-top: 10px;
}
}



