@charset "UTF-8";

/*

Title: Main CSS File
Theme Name: Cigma Health Care Academy
Website: http://cigmahealthcare.in
Version: 2

*/
@font-face {
	font-family: "Karthika";
	src: url("../fonts/ML-TT_Karthika Normal.ttf");
	font-family: "Gayathri";
	src: url("../fonts/Gayathri-Regular.ttf");
	font-family: "Manjari";
	src: url("../fonts/Manjari-Regular.ttf");
}

body {
	background-color: #fff;
	color: #030303;
	margin: 0;
	padding: 0 !important;
	opacity: 1;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
	-ms-transition: all 1s linear;
	transition: all 1s linear;
	overflow-x: hidden;
	font-family: 'Nunito', sans-serif;
	height: 100%;
}

body.fade-out {
	opacity: 0;
	transition: none;
}

p {
	font-size: 16px;
	color: #555a5c;
	line-height: 1.6;
	font-weight: 600;
}

::-moz-selection {
	color: #fff;
	background: #19b2a2;
}

::selection {
	color: #fff;
	background: #19b2a2;
}

.blogs .blog-content a.read-blog,
button,
.latest-blogs .blog-text a:after,
a,
a:hover,
a:active,
a:focus,
.form-control,
.btn-main,
.home-courses .shadow-wrap .overlay-text {
	outline: 0 !important;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

:focus {
	outline: none !important;
}

.banner-inner {
	height: 300px;
	position: relative;
	background-size: cover;
	color: #fefefe;
}

main {
	overflow: hidden;
}

.wow {
	visibility: hidden;
}

textarea {
	resize: vertical;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
	display: block;
}

h2 {
	font-size: 48px;
	font-weight: 700;
	color: #3c3a3a;
}

.cigma-menu {
	width: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	z-index: 9999;
	padding: 0 40px;
}

.fixed-menu {
	position: fixed;
	top: 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.cigma-menu .navbar-brand {
	height: auto;
	padding: 8px 10px;
}

.cigma-menu .navbar-brand img {
	max-width: 180px;
}

.cigma-menu .navbar-default {
	border: none;
	margin: 0;
	background: transparent;
}

.cigma-menu .navbar-right {
	margin: 25px 0 0;
	position: absolute;
	right: -20px;
}

.cigma-menu li {
	padding: 0 13px;
	vertical-align: middle;
	float: none;
	display: inline-block;
}

.cigma-menu li a {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	color: #030303 !important;
	padding: 0;
	line-height: 1;
	display: block;
}

.cigma-menu li a .arrow img {
	position: relative;
	width: 10px;
	top: -1px;
}

.cigma-menu li.contact-no {
	border-left: 1px solid #8b8e90;
	position: relative;
}

.cigma-menu li.contact-no .fa-whatsapp {
	color: #fff;
	background: #25d366;
	padding: 3px;
}

.cigma-menu li.contact-no a {
	position: relative;
}

.cigma-menu li.contact-no a sup {
	position: absolute;
	right: -15px;
	top: -15px;
}

.cigma-menu li.apply-now a {
	background: #f04e57;
	font-size: 11px;
	color: #fff !important;
	position: relative;
	padding: 10px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	letter-spacing: 0.6px;
}

.cigma-menu li.apply-now a:hover {
	background: #e53c46;
}

.cigma-menu .navbar-nav>li>.dropdown-menu {
	left: 15px;
	border-radius: 0;
	border: none;
	padding: 0;
	top: 45px;
	min-width: 250px;
}

.cigma-menu .navbar-nav>li>.dropdown-menu li {
	display: block;
	padding: 0;
}

.cigma-menu .navbar-nav>li>.dropdown-menu li a {
	display: block;
	padding: 15px 8px;
	position: relative;
	white-space: normal;
	line-height: 1.4;
}

.cigma-menu .navbar-nav>li>.dropdown-menu li a:active,
.cigma-menu .navbar-nav>li>.dropdown-menu li a:hover {
	background: #19b2a2;
	color: #fff !important;
}

.cigma-menu li a:after {
	content: '';
	position: absolute;
	left: -20px;
	border-bottom: 0 solid #fff;
	width: 0px;
	margin: 0 auto;
	bottom: -8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cigma-menu li a.active:after,
.cigma-menu li a:hover:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	border-bottom: 2px solid #19b2a2;
	width: 15px;
	margin: 0 auto;
	bottom: -8px;
}

.cigma-menu li.apply-now a:after,
.cigma-menu li.contact-no a:after {
	display: none;
}

.cigma-menu .navbar-nav>li>.dropdown-menu li a:after {
	display: none;
}

.navbar-default .navbar-nav>.open>a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	border-bottom: 2px solid #19b2a2;
	width: 15px;
	margin: 0 auto;
	bottom: -8px;
}

.menu-wrap {
	top: 0;
	min-height: 440px;
	max-height: 100vh;
	left: 0;
}

.menu-button {
	position: relative;
	z-index: 1000;
	width: 2.5em;
	height: 2.25em;
	float: right;
	margin: 0;
	margin-top: 15px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle {
	border: none !important;
	background: transparent;
	padding: 0;
	margin: 30px 10px 0;
}

.mobile-arrow {
	position: absolute;
	right: 0;
	top: 1px;
	width: 15px;
}

/* Banner slider */
.banner {
	margin-top: 76px;
	position: relative;
}

.banner .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	/* background: url(../images/overlay.png); */
	top: 0;
	left: 0;
}

.apapc-approved {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 150px;
}

.text-container {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.bs-slider {
	overflow: hidden;
	position: relative;
	background: #000000;
}

.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(21, 22, 23, 0);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
	margin: auto;
	width: 100% !important;
}

/* Slide effect */
.fade {
	opacity: 1;
}

.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
	top: auto;
	position: relative;
}

.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}

/* Left right control */
.control-round .carousel-control {
	opacity: 0;
	width: 20px;
	height: 34px;
	z-index: 100;
	color: #19b2a2;
	display: block;
	font-size: 35px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: relative;
	font-weight: normal;
	background: transparent;
	float: left;
	text-align: left;
}

.control-round:hover .carousel-control {
	opacity: 1;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
	color: #fff;
}

/* Slide caption */
.slide-text {
	max-width: 760px;
	text-align: left;
}

.slide-text>h1 {
	padding: 0;
	color: #fff;
	font-size: 52px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 1px;
	display: block;
	letter-spacing: -2px;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
}

.carousel-control-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 25%;
}

.btn-main {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 12px 20px 10px;
	border-radius: 6px;
	display: inline-block;
	background: #19b2a3;
	background: -moz-linear-gradient(left, #19b2a3 0%, #0e8fcf 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #19b2a3), color-stop(100%, #0e8fcf));
	background: -webkit-linear-gradient(left, #19b2a3 0%, #0e8fcf 100%);
	background: -o-linear-gradient(left, #19b2a3 0%, #0e8fcf 100%);
	background: -ms-linear-gradient(left, #19b2a3 0%, #0e8fcf 100%);
	background: linear-gradient(to right, #19b2a3 0%, #0e8fcf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19b2a3', endColorstr='#0e8fcf', GradientType=1);
}

.btn-main:hover {
	color: #fff;
}

/* About cigma */
.box-typ1 {
	background-color: #19b2a2;
	padding: 40px 25px 30px 20px;
	border-radius: 0;
	margin: 35px 0 0;
	color: #ffffff;
}

.box-typ1 * {
	color: #ffffff;
}

.about {
	padding: 30px 0 85px;
}

.about h2 {
	margin-bottom: 15px;
}

.about h2 span {
	color: #0e8fcf;
}

.about b {
	font-size: 18px;
	color: #3c3a3a;
	line-height: 1.6;
	margin-bottom: 15px;
	display: block;
}

.about p {
	font-size: 16px;
	color: #555a5c;
	line-height: 2;
	margin-bottom: 15px;
}

.about b,
.about p {
	max-width: 640px;
}

.about .about-img {
	margin-top: -50px;
}

/* Home courses */
.home-courses {
	background: #f8f8f8;
	padding: 90px 0;
	position: relative;
}

.home-logo-sec {
	padding-top: 50px;
	padding-bottom: 0px;
}

.circle-half-right,
.circle-half-left {
	position: absolute;
}

.circle-half-left {
	left: 0;
	top: 0;
}

.circle-half-right {
	right: 0;
	bottom: -130px;
}

.home-courses b {
	font-size: 18px;
	color: #3c3a3a;
	line-height: 1.4;
	margin-bottom: 15px;
	display: block;
	max-width: 450px;
}

.home-courses h2 span {
	color: #0e8fcf;
}

.about-text {
	padding-bottom: 50px;
}

.center-block {
	float: none;
}

.home-courses .shadow-wrap {
	background: #fff url(../images/pattern.png) no-repeat;
	background-position: 0 100%;
	background-size: cover;
	text-align: center;
	padding: 70px 50px;
	margin: 0 0 30px;
	display: block;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	overflow: hidden;
}

.gradient-round {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	border-bottom: 3px solid #cfcfcf;
	text-align: center;
	padding: 20px 0 0;
	margin: 0 auto;
	background: #19b2a3;
	background: -moz-linear-gradient(left, #19b2a3 0%, #0e8fcf 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #19b2a3), color-stop(100%, #0e8fcf));
	background: -webkit-linear-gradient(left, #19b2a3 0%, #0e8fcf 100%);
	background: -o-linear-gradient(left, #19b2a3 0%, #0e8fcf 100%);
	background: -ms-linear-gradient(left, #19b2a3 0%, #0e8fcf 100%);
	background: linear-gradient(to right, #19b2a3 0%, #0e8fcf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19b2a3', endColorstr='#0e8fcf', GradientType=1);
}

.home-courses .shadow-wrap h3 {
	font-size: 22px;
	color: #3c3a3a;
	font-weight: 700;
	margin: 0 auto;
	max-width: 320px;
}

.home-courses .shadow-wrap .overlay-text {
	background: #19b2a3;
	background: -moz-linear-gradient(45deg, #19b2a3 0%, #0e8fcf 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #19b2a3), color-stop(100%, #0e8fcf));
	background: -webkit-linear-gradient(45deg, #19b2a3 0%, #0e8fcf 100%);
	background: -o-linear-gradient(45deg, #19b2a3 0%, #0e8fcf 100%);
	background: -ms-linear-gradient(45deg, #19b2a3 0%, #0e8fcf 100%);
	background: linear-gradient(45deg, #19b2a3 0%, #0e8fcf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19b2a3', endColorstr='#0e8fcf', GradientType=1);
	position: absolute;
	width: 0;
	height: 0;
	padding: 10px 0 0;
	opacity: 0;
	overflow: hidden;
	right: 0;
	bottom: 0;
	font-size: 0;
}

.home-courses .shadow-wrap:hover .overlay-text {
	opacity: 1;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	font-size: 100%;
}

.home-courses .shadow-wrap .overlay-text h3 {
	color: #fff;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 30px;
	max-width: 360px;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
	-ms-transition: all 1s linear;
	transition: all 1s linear;
}

.home-courses .shadow-wrap .overlay-text p,
.home-courses .shadow-wrap .overlay-text h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	-webkit-transition: all 1.2s linear;
	-moz-transition: all 1.2s linear;
	-o-transition: all 1.2s linear;
	-ms-transition: all 1.2s linear;
	transition: all 1.2s linear;
}

.home-courses .shadow-wrap .overlay-text p {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
	-webkit-transition: all 1.4s linear;
	-moz-transition: all 1.4s linear;
	-o-transition: all 1.4s linear;
	-ms-transition: all 1.4s linear;
	transition: all 1.4s linear;
}

.home-courses .shadow-wrap .overlay-text b {
	font-size: 18px;
	font-weight: 700;
	color: #074358;
	max-width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	-webkit-transition: all 1.8s linear;
	-moz-transition: all 1.8s linear;
	-o-transition: all 1.8s linear;
	-ms-transition: all 1.8s linear;
	transition: all 1.8s linear;
}

.home-courses .shadow-wrap .overlay-text b,
.home-courses .shadow-wrap .overlay-text p,
.home-courses .shadow-wrap .overlay-text h4,
.home-courses .shadow-wrap .overlay-text h3 {
	opacity: 0;
}

.home-courses .shadow-wrap:hover .overlay-text b,
.home-courses .shadow-wrap:hover .overlay-text p,
.home-courses .shadow-wrap:hover .overlay-text h4,
.home-courses .shadow-wrap:hover .overlay-text h3 {
	opacity: 1;
}

/* Home testimonials */
.testimonial-slider {
	padding: 100px 0;
	overflow: hidden;
}

.testimonial-content {
	padding: 60px 0 0;
}

.author-img {
	width: 140px;
	height: 140px;
	padding: 20px;
	border-radius: 50%;
	border: 1px solid #d7d7d7;
}

.author-img img {
	width: 100%;
}

.testimonial-content p {
	font-size: 20px;
	font-weight: 300;
	color: #8b8e90;
	margin: 15px 0 40px;
	line-height: 1.4;
}

.author-details hr {
	background: #0e8fcf;
	width: 15px;
	height: 3px;
	border: none;
	float: left;
	margin: 0;
}

.author-details h3 {
	display: block;
	margin-top: 15px;
	font-size: 13px;
	font-weight: 600;
	color: #1a1818;
	text-transform: uppercase;
}

.author-details h3 span {
	display: block;
	text-transform: none;
	font-size: 14px;
	color: #555a5c;
	margin: 5px 0 0;
}

.slick-dots {
	text-align: left;
}

.slick-dots li button:before {
	font-size: 40px;
}

.slick-dots li {
	margin: 0;
	width: 15px;
}

.testimonial-content .btn-main {
	margin-top: 10px;
}

/* Latest blogs */
.latest-blogs {
	background: #f8f8f8;
	padding: 80px 0 100px;
	position: relative;
}

.blog-list {
	/* position: relative; */
}

.latest-blogs .btn-main {
	float: right;
	margin-top: 25px;
	margin-bottom: 30px;
}

.latest-blogs .blog-img {
	width: 65%;
	/* height: 100%;  */
	position: absolute;
	left: 10px;
	bottom: 0;
}

.latest-blogs .blog-img img {
	border: 1px solid #fff;
	width: 100%;
}

.latest-blogs .blog-text {
	width: 65%;
	position: relative;
	left: 202px;
	bottom: 0;
	background: #fff;
	padding: 30px 20px 20px;
	margin: 50px 0 0 0;
	-webkit-box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0.3);
}

.latest-blogs .blog-text .date {
	font-size: 30px;
	color: #b4b7b8;
	font-weight: 300;
	position: absolute;
	right: 0;
	top: -45px;
	text-transform: uppercase;
}

.latest-blogs .blog-text h4 {
	font-size: 22px;
	color: #3c3a3a;
	margin: 0 0 10px;
	line-height: 1;
	font-weight: 700;
}

.latest-blogs .blog-text p {
	font-size: 16px;
	line-height: 1;
	margin: 0 0 20px;
}

.blogs .blog-content a.read-blog,
.latest-blogs .blog-text a {
	font-size: 14px;
	font-weight: 700;
	color: #19b2a2;
	text-transform: uppercase;
	border-bottom: 2px solid #19b2a2;
	line-height: 1;
	/* position: relative; */
}

.blogs .blog-content a.read-blog:hover,
.latest-blogs .blog-text a:hover {
	border-bottom: 2px solid #038678;
}

.blog-details ul.style-1 {
	padding: 15px 0;
}

/* Footer */
footer {
	background: #313131;
	padding: 50px 0 20px;
	color: #8b8e90;
}

footer h3 {
	color: #c2c2c2;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 25px;
}

footer h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #8b8e90;
	display: inline-block;
	margin: 0 0 25px;
}

footer p {
	color: #8b8e90;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
}

footer a {
	color: #8b8e90;
}

footer a:hover {
	color: #0e8fcf;
}

footer hr {
	border: none;
	border-top: 1px solid #4a4a4a;
	margin: 0 0 40px;
	float: left;
	width: 100%;
}

.btn-default {
	border-radius: 0;
	border: none;
	text-decoration: none;
	background: #19b2a2;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 20px;
	text-align: center;
}

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

.btn-default:hover {
	background: #0c9f90;
	color: #fff !important;
}

footer .btn-default {
	font-size: 13px;
	display: inline-block;
}

footer .footer-bottom .btn-default {
	margin-top: 5px;
}

footer .form-control {
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: #4a4a4a;
	color: #fff;
}

footer .form-control:focus {
	-webkit-box-shadow: 0px 0px 5px 1px rgba(25, 178, 162, 0.5);
	-moz-box-shadow: 0px 0px 5px 1px rgba(25, 178, 162, 0.5);
	box-shadow: 0px 0px 5px 1px rgba(25, 178, 162, 0.5);
}

footer textarea {
	min-height: 80px;
}

footer form .btn-default {
	float: right;
}

.footer-bottom {
	margin: 40px 0 25px;
}

.footer-bottom h4 {
	border: none;
	display: block;
	margin: 0 0 15px;
}

.footer-bottom .quick-links {
	float: left;
	padding-right: 20px;
}

.footer-bottom .quick-links a {
	font-weight: 600;
}

.footer-bottom p {
	margin: 0 0 10px;
}

.btn-primary {
	border-radius: 0;
	border: none;
	text-decoration: none;
	background: #f04e57;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 20px;
}

.btn-primary:hover {
	background: #dd3e47;
	color: #fff;
}

.copy-right {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	margin-top: -20px;
	width: 100%;
	float: left;
}

.social-links li {
	display: inline-block;
	padding-right: 5px;
}

.social-links li a {
	color: #fff;
	padding: 7px 7px;
	text-align: center;
	font-size: 12px;
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	border-radius: 50%;
	border: 1px solid #fff;
}

.social-links li:nth-child(1) a:hover {
	background: #cd201f;
	border: 1px solid #cd201f;
}

.social-links li:nth-child(2) a:hover {
	background: #0077b5;
	border: 1px solid #0077b5;
}

.social-links li:nth-child(3) a:hover {
	background: #1da1f2;
	border: 1px solid #1da1f2;
}

.social-links li:nth-child(4) a:hover {
	background: #dd4b39;
	border: 1px solid #dd4b39;
}

.social-links li:nth-child(5) a:hover {
	background: #bd081c;
	border: 1px solid #bd081c;
}

.social-links li:nth-child(6) a:hover {
	background: #00aff0;
	border: 1px solid #00aff0;
}

.social-links li:nth-child(7) a:hover {
	background: #075e54;
	border: 1px solid #075e54;
}

.social-links li:nth-child(8) a:hover {
	background: #3b5998;
	border: 1px solid #3b5998;
}

/* Contact */
.banner-contact {
	background: #19b2a2;
	color: #eaeaea;
	height: 330px;
}

.banner-inner .banner-text {
	padding: 0 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 1200px;
	z-index: 997;
}

.banner-inner .banner-text h3 {
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	color: #19b2a2;
}

.banner-contact .banner-text {
	max-width: 1130px;
}

.banner-contact .banner-text p {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	max-width: 640px;
	line-height: 1.2;
}

.contact-no a {
	font-weight: 700;
	font-size: 16px;
}

.contact-wrap {
	background: #fff;
	position: relative;
	top: -80px;
	max-width: 1100px;
	margin: 0 auto;
	display: table;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.contact-wrap .right {
	width: 35%;
}

.contact-wrap .right,
.contact-wrap .left {
	display: table-cell;
	padding: 50px 30px;
}

.contact-wrap .right {
	background: #3c3a3a url(../images/cigma-emblom.png) no-repeat;
	background-position: 100% 100%;
}

.contact-wrap .form-control {
	color: #727272;
	font-weight: 700;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #8b8e90;
	box-shadow: none;
	background: transparent;
	padding-left: 0;
	font-size: 11px;
}

.contact-wrap .form-control:focus {
	padding-left: 10px;
}

.contact-wrap textarea {
	min-height: 85px;
	max-height: 85px;
}

.contact-wrap .form-group {
	margin-bottom: 30px;
}

.contact-wrap .btn-default {
	float: right;
}

.contact-wrap .left {
	padding-bottom: 60px;
	width: 65%;
}

.contact-wrap h4 {
	font-size: 24px;
	color: #0e8fcf;
	font-weight: 700;
	margin: 0;
}

.contact-wrap .address {
	padding-top: 25px;
	float: left;
	width: 100%;
}

.contact-wrap h5 {
	font-size: 16px;
	color: #3c3a3a;
	font-weight: 700;
	margin: 0;
	border-bottom: 2px solid #0e8fcf;
	display: inline-block;
	text-transform: uppercase;
}

.contact-wrap p {
	line-height: 1.4;
	font-weight: 400;
	color: #555a5c;
	margin-top: 20px;
}

.contact-wrap p a {
	color: #19b2a2;
	color: #555a5c;
}

.contact-wrap p a:hover {
	color: #19b2a2;
	text-decoration: underline;
}

.mobile-email {
	background: #ebebeb;
	margin: 15px 0 10px;
}

.mobile-email .text,
.mobile-email .icons {
	position: relative;
	height: 50px;
}

.mobile-email .icons {
	float: left;
	width: 15%;
	text-align: center;
	background: #19b2a2;
}

.mobile-email .text {
	float: left;
	width: 85%;
	padding-left: 10px;
	display: flex;
	align-items: center;
}

.mobile-email .icons img {
	width: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.mobile-email a,
.mobile-email p {
	margin: 0;
	line-height: 1.2;
	font-size: 14px;
	color: #3c3a3a;
	word-break: break-word;
}

.mobile-email a:hover {
	color: #19b2a2;
}

.mobile-email a {
	font-size: 15px;
}

.cigma-locations {
	padding: 10px 0 0;
}

.google-map {
	overflow: hidden;
	padding-bottom: 26.25%;
	position: relative;
	height: 0;
}

.google-map iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.cigma-locations .right-zero {
	padding-right: 0;
}

.cigma-locations .left-zero {
	padding-left: 0;
}

/* Testimonials */
.banner-testimonials {
	background: url(../images/banner-testimonials.jpg) no-repeat;
}

.cigma-testimonials {
	padding: 100px 0 50px;
}

.cigma-testimonials .media-left {
	border-radius: 50%;
}

.cigma-testimonials .media-left img {
	width: 100%;
}

.cigma-testimonials .media {
	margin-left: 30px;
	margin-bottom: 70px;
	overflow: visible;
}

.cigma-testimonials .media-body {
	background: #f7f7f7;
	/* padding: 20px 30px; */
	position: relative;
	overflow: visible;
	width: 100%;
	max-width: 730px;
	margin-left: 40px;
}

.cigma-testimonials .media-left,
.cigma-testimonials .media-body {
	float: left;
}

.cigma-testimonials .media-object {
	margin-right: 20px;
	border-radius: 50%;
}

.cigma-testimonials .media-R .media-body {
	margin-left: 0;
	margin-right: 40px;
}

.cigma-testimonials .media-R .media-body,
.cigma-testimonials .media-R .media-left {
	float: right;
}

/* .cigma-testimonials .media-R .media-left {
  padding-right: 0;
  padding-left: 10px;
} */
.cigma-testimonials .media-body h4 {
	color: #1a1818;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
}

.cigma-testimonials .media-R .media-body h4 {
	text-align: right;
}

.cigma-testimonials .media-body p {
	color: #686868;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: right;
	font-style: italic;
}

/* Courses main */
.banner-courses {
	background: url(../images/banner-courses.jpg) no-repeat;
	background-size: cover;
}

.iso-certified {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	margin: 0 auto;
	z-index: 1;
	width: 100%;
	max-width: 400px;
}

.courses-main {
	padding: 30px 0;
}

.courses-main h2 {
	font-size: 36px;
	letter-spacing: -2px;
}

.courses-main h2 span {
	color: #0e8fcf;
}

.courses-content {
	margin-top: -70px;
}

.courses-content b {
	color: #1a1818;
	font-size: 18px;
	margin-bottom: 70px;
	display: block;
}

.courses-content .bg-primary {
	background: #19b2a2;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	position: relative;
}

.all-border {
	border: 1px solid #ebebeb;
	position: relative;
}

.border-left-0 {
	border-left: none;
}

.courses-content .same-height {
	height: 190px;
}

.courses-content .same-height:last-child {
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

.courses-content h4,
.courses-content h3 {
	font-weight: 700;
	margin-top: 0;
}

.courses-content h3 {
	font-size: 28px;
}

.courses-content h4 {
	font-size: 24px;
}

.center-content {
	padding: 15px 20px;
	/* position: absolute; */
	position: relative;
	width: 100%;
	/* top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); */
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.course-list-main {
	margin-bottom: 30px;
}

.course-list-main .left-content {
	padding-left: 10px;
}

.course-list-main p {
	font-size: 18px;
	color: #3c3a3a;
	letter-spacing: -0.5px;
}

p.title {
	font-weight: 700;
	color: #8b8e90;
	font-size: 20px;
	margin-top: 30px;
	line-height: 1;
}

p.duration {
	font-weight: 700;
	color: #3c3a3a;
	font-size: 36px;
	line-height: 1;
	width: 100%;
	float: left;
	position: relative;
}

p.duration:nth-child(3) {
	padding-left: 15px;
}

p.duration:nth-child(3):before {
	content: 'OR';
	font-size: 12px;
	color: #8b8e90;
	font-weight: 700;
	position: absolute;
	left: -10px;
	top: 20px;
}

p.duration span {
	font-weight: 600;
	font-size: 18px;
	display: block;
}

.center-content .btn-default {
	margin: 0 auto;
	display: block;
	width: 80px;
	padding: 6px;
}

.courses-main .who-can-apply {
	margin: 100px 0 80px;
	position: relative;
}

.courses-main .who-can-apply .eligibility-criteria {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #f7f7f7;
	padding: 140px 40px 100px;
}

.courses-main .who-can-apply img {
	width: 100%;
}

.courses-main .who-can-apply .btn-primary {
	display: inline-block;
}

.courses-main .who-can-apply p {
	font-weight: 700;
	font-size: 18px;
	color: #555a5c;
	line-height: 1.5;
	letter-spacing: -1px;
	margin-bottom: 25px;
}

.courses-main .who-can-apply p span {
	color: #8b8e90;
	display: block;
	margin-bottom: 5px;
}

.courses-main .who-can-apply h3 {
	font-size: 48px;
	color: #19b2a2;
	letter-spacing: -2px;
}

/* Medical coding billing */
.medical-coding-billing p {
	margin: 0 0 15px;
}

.courses-main .who-can-apply p.note {
	font-size: 14px;
	color: #0e8fcf;
	font-weight: 700;
	letter-spacing: 0;
	margin: 20px 0 0;
}

.courses-main .sm-who-can-apply h3 {
	font-size: 36px;
}

.courses-main .sm-who-can-apply .eligibility-criteria {
	padding: 72px 40px 30px;
}

.courses-main .sm-who-can-apply {
	margin: 80px 0 80px;
}

.courses-right-panel {
	float: right;
}

.courses-right-panel .panel-title {
	color: #0e8fcf;
	font-size: 22px;
	text-transform: capitalize;
}

.courses-right-panel .panel-heading a {
	cursor: default;
}

.courses-right-panel .panel-heading {
	background: #fff;
	border: none;
	-webkit-box-shadow: 0px 0px 12px -2px rgba(61, 61, 61, 0.25);
	-moz-box-shadow: 0px 0px 12px -2px rgba(61, 61, 61, 0.25);
	box-shadow: 0px 0px 12px -2px rgba(61, 61, 61, 0.25);
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	padding: 0;
	margin-top: 30px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body,
.courses-right-panel .panel {
	border: none;
	box-shadow: none;
}

.courses-right-panel .course-box {
	position: relative;
	margin-bottom: 40px;
	padding: 20px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 12px -2px rgba(61, 61, 61, 0.25);
	-moz-box-shadow: 0px 0px 12px -2px rgba(61, 61, 61, 0.25);
	box-shadow: 0px 0px 12px -2px rgba(61, 61, 61, 0.25);
}

.courses-right-panel .icon {
	border: 2px solid #ebebeb;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border-radius: 50%;
	text-align: center;
	padding-top: 9px;
}

.courses-right-panel .icon img {
	width: 28px;
}

.courses-right-panel h3 {
	color: #19b2a2;
	font-size: 16px;
	margin: 10px 0 8px;
}

.courses-right-panel p {
	color: #555a5c;
	font-size: 14px;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 20px;
}

.courses-right-panel .course-box a {
	cursor: pointer;
	background: #f04e57;
	text-align: center;
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 12px -2px rgba(61, 61, 61, 0.7);
	-moz-box-shadow: 0px 0px 12px -2px rgba(61, 61, 61, 0.7);
	box-shadow: 0px 0px 12px -2px rgba(61, 61, 61, 0.7);
}

.courses-right-panel .course-box a img {
	width: 20px;
	padding-top: 7px;
}

.courses-right-panel .course-box a:hover {
	background: #e0414a;
}

/* Medical transcription */
.courses-main .B {
	font-weight: 700;
	color: #555a5c;
}

.courses-main h5 {
	font-size: 18px;
	color: #555a5c;
	font-weight: 700;
	margin: 40px 0 20px;
}

.courses-main .mt-4 {
	margin-top: 40px;
}

.ordered-list1 li {
	display: list-item;
	list-style-type: decimal;
}

.bg-primary {
	background: #19b2a2;
}

.medical-transcription .bg-primary {
	padding: 40px 25px 30px 20px;
	border-radius: 0;
	margin: 35px 0 0;
}

.medical-transcription .bg-primary b {
	color: #fff;
	max-width: 390px;
	font-size: 18px;
	margin-bottom: 15px;
}

.medical-transcription .bg-primary p {
	color: #fff;
}

/* Medical scribing */
.medical-scribing .bg-primary {
	padding: 45px 25px;
	border-radius: 0 !important;
	margin-top: 50px;
}

.medical-scribing .bg-primary b {
	color: #fff;
	margin: 0;
	font-weight: 600;
	font-size: 24px;
}

.program-structure {
	margin: 80px 0 0;
}

.program-structure h3 {
	font-size: 24px;
	color: #3c3a3a;
}

.program-structure-table {
	background: #f7f7f7;
	text-align: center;
	padding: 30px;
	margin: 30px 0 0;
}

.program-structure h4 {
	font-size: 18px;
	color: #19b2a2;
	text-transform: uppercase;
}

.program-structure-table .levels {
	width: 100%;
	padding-top: 3%;
}

.program-structure-table .levels .left,
.program-structure-table .levels .right {
	float: left;
}

.program-structure-table .levels .left {
	width: 25%;
	text-align: right;
	padding-right: 20px;
}

.program-structure-table .levels .right {
	width: 75%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(61, 61, 61, 0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(61, 61, 61, 0.2);
	box-shadow: 0px 0px 15px 0px rgba(61, 61, 61, 0.2);
}

.program-structure-table .levels .right .month {
	width: 25%;
	float: left;
	border-right: 1px solid #ddd;
}

.program-structure-table .levels .right .month:last-child {
	border: none;
}

.program-structure-table .levels .left .tittle {
	font-size: 30px;
	font-weight: 700;
	color: #19b2a2;
	text-transform: uppercase;
	padding: 30px 0 20px;
}

.program-structure-table .levels .left li {
	font-size: 14px;
	font-weight: 700;
	color: #3c3a3a;
	min-height: 40px;
}

.program-structure-table .levels .right .head {
	background: #f7f7f7;
}

.program-structure-table .levels .right h5 {
	font-size: 16px;
	color: #3c3a3a;
	text-transform: uppercase;
	margin: 30px 0;
}

.program-structure-table .levels .right h5 span {
	display: block;
	color: #8b8e90;
	text-transform: none;
	font-size: 14px;
}

.program-structure-table .levels .left ul,
.program-structure-table .levels .right ul {
	padding-top: 20px;
}

.program-structure-table .levels .right li {
	font-size: 0;
	font-weight: 700;
	color: #3c3a3a;
	min-height: 40px;
}

.program-structure-table .levels .left li:nth-child(2),
.program-structure-table .levels .right li:nth-child(2) {
	height: 60px;
}

.program-structure-table .levels .right li:nth-child(2) {
	padding-top: 8px;
}

.program-structure-table .levels-second {
	margin: 25px 0 40px;
}

.program-structure-table .levels-second .right {
	width: 37.5%;
}

.program-structure-table .levels-second .right .month {
	width: 50%;
}

.program-structure-table .levels-second .right li {
	padding-top: 8px;
}

.program-structure-table .levels-second .right li,
.program-structure-table .levels-second .left li {
	min-height: 60px;
}

.program-structure-table b {
	margin-bottom: 0;
	text-align: left;
	color: #1a1818;
	line-height: 1.6;
	margin-bottom: 20px;
}

/* Blogs */
.blogs {
	padding: 60px 0;
}

.banner-blog .banner-text h3 {
	margin-bottom: 10px;
}

.banner-blog .banner-text .form-control {
	background: rgba(255, 255, 255, 0.7);
	height: 40px;
	padding-left: 20px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #8b8e90;
	font-size: 14px;
	font-weight: 700;
	width: 100%;
}

.banner-blog .banner-text .form-control:focus {
	padding-left: 10px;
}

.banner-blog {
	background: url(../images/banner-courses.jpg) no-repeat;
	background-size: cover;
}

.banner-blog .banner-text .btn-default {
	height: 40px;
	background: rgba(25, 178, 162, 0.7);
}

.blogs .blog-img {
	position: relative;
}

.blogs .blog-img img {
	width: 100%;
}

.blogs .blog-img span.date {
	position: absolute;
	top: 10px;
	left: 10px;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: inline-block;
	padding-top: 10px;
}

.blogs .blog-content {
	background: #fff;
	padding: 20px;
	max-width: 350px;
	float: right;
	position: relative;
	top: -70px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(61, 61, 61, 0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(61, 61, 61, 0.2);
	box-shadow: 0px 0px 15px 0px rgba(61, 61, 61, 0.2);
}

.blog-details p.blog-author,
.blogs .blog-content p.blog-author {
	margin: 0;
	color: #b4b7b8;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
}

.blog-details h4.blog-tittle,
.blogs .blog-content a.blog-tittle {
	margin: 5px 0 10px;
	color: #3c3a3a;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
}

.blog-details h5 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 15px;
	color: #252727;
}

.blogs .blog-content a.blog-tittle:hover {
	color: #19b2a2;
}

.blogs .blog-content p.blog-text {
	margin: 0;
	color: #555a5c;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
}

.blogs .blog-content a.read-blog {
	margin-top: 10px !important;
	display: inline-block;
}

.blogs .blog {
	width: 50%;
	float: left;
}

.blogs .blog:nth-child(even) {
	padding-left: 25px;
}

.blogs .blog:nth-child(odd) {
	padding-right: 25px;
}

.recent-items h4 {
	color: #555a5c;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 40px;
	line-height: 1;
	position: relative;
}

.recent-items h4:before,
.recent-items h4:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
}

.recent-items h4:after {
	width: 20px;
	height: 2px;
	background: #19b2a2;
}

.recent-items h4:before {
	left: 20px;
	width: 10px;
	height: 2px;
	background: #b4b7b8;
}

.recent-items .media {
	margin-top: 10px;
}

.recent-items .media img {
	width: 80px;
}

.recent-items .media a {
	color: #3c3a3a;
	font-size: 16px;
	font-weight: 700;
	line-height: 0.9;
	display: block;
}

.recent-items .media a:hover {
	color: #19b2a2;
}

.recent-items .date {
	color: #b4b7b8;
	font-size: 11px;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
}

.blog-details .blog-content {
	display: block;
	width: 100%;
	max-width: 100%;
	box-shadow: none;
	top: 0;
	background: rgba(247, 247, 247, 0.75);
	padding: 30px 20px;
}

.blog-details h4.blog-tittle {
	font-size: 24px;
}

.blog-details p.blog-author {
	margin-bottom: 15px;
}

/* About us */
.banner-about {
	background: url(../images/banner-course-2.jpg) no-repeat;
	background-size: cover;
}

.who-we-are {
	position: relative;
	margin-top: -140px;
	width: 100%;
	float: left;
}

.who-we-are h2 {
	margin: 0 0 25px;
	font-size: 36px;
}

.who-we-are p {
	font-weight: 700;
}

.institutional-objectives {
	padding: 80px 0;
	float: left;
	width: 100%;
	text-align: center;
}

.institutional-objectives h2 {
	font-size: 36px;
	margin: 0 0 5px;
}

.institutional-objectives h3 {
	font-size: 18px;
	color: #19b2a2;
	font-weight: 700;
	max-width: 460px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.institutional-objectives h4 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 10px;
	background: -webkit-linear-gradient(#0e8fcf, #19b2a2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.institutional-objectives p {
	max-width: 260px;
	margin: 0 auto;
}

.institutional-goals {
	float: left;
	width: 100%;
	background: url(../images/institutional-goals-bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 400px;
	padding: 60px 0 0;
}

.institutional-goals h4 {
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}

.institutional-goals p {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	line-height: 1.9;
}

.institutional-goals .media {
	max-width: 1100px;
}

.institutional-goals .media-body {
	padding-left: 4%;
}

.our-facilities {
	float: left;
	width: 100%;
	padding: 80px 0;
}

.our-facilities .icon {
	background: #19b2a2;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: relative;
}

.our-facilities h2 {
	font-size: 36px;
	margin: 0 0 25px;
}

.our-facilities .icon img {
	width: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.our-facilities h4 {
	font-size: 18px;
	color: #3c3a3a;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 40px;
}

.our-facilities h4 span {
	display: block;
	font-size: 16px;
	color: #555a5c;
	margin-top: 5px;
}

.why-cigma-best {
	float: left;
	width: 100%;
	padding: 40px 0;
}

.why-cigma-best-slider {
	/* background: #19b2a2 url(../images/why-best-bg.jpg) no-repeat; */
	background: #19b2a2;
	overflow: hidden;
	/* height: 560px; */
	padding: 8% 0;
	position: relative;
}

.why-cigma-best .controls,
.num {
	color: #fff;
}

.num {
	background: rgba(0, 0, 0, 0.5);
	height: 75px;
	width: 75px;
	text-align: center;
	font-size: 26px;
	padding-top: 19px;
	display: none;
}

.why-cigma-best .owl-nav {
	position: absolute;
	top: auto;
	bottom: -108px;
	left: 0;
}

.why-cigma-best .owl-prev,
.why-cigma-best .owl-next {
	background: rgba(0, 0, 0, 0.5);
	height: 40px;
	width: 90px;
	display: inline-block;
	text-align: center;
	padding-top: 21px;
	margin-right: 10px;
	font-size: 0;
	position: relative;
}

.why-cigma-best .owl-next:after,
.why-cigma-best .owl-prev:after {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	background: url(../images/left-arrow-thin.svg) no-repeat;
	background-size: 15px;
	background-position: 50% 50%;
	top: 0;
	left: 0;
}

.why-cigma-best .owl-next:after {
	background: url(../images/right-arrow-thin.svg) no-repeat;
	background-size: 15px;
	background-position: 50% 50%;
}

.why-cigma-best .controls a:hover {
	background: rgba(255, 255, 255, 0.5);
}

.why-cigma-best h3 {
	font-size: 36px;
	font-weight: 700;
	color: #1a1818;
	margin-bottom: 50px;
}

.why-cigma-best h4 {
	/* margin: 0;
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  max-width: 320px;
  z-index: 999;
  letter-spacing: -1px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform:: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  -o-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%); */
}

.why-cigma-best p {
	font-size: 20px;
	font-weight: 600;
	color: #555a5c;
	line-height: 1.4;
}

.center-slider {
	/*  position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); */
}

.bg-white {
	background: #fff;
	padding: 80px 40px;
}

.why-cigma-best .caption {
	display: table;
	width: 100%;
	vertical-align: middle;
}

.why-cigma-best .caption .right-sec,
.why-cigma-best .caption .left-sec {
	display: table-cell;
	word-break: break-word;
	vertical-align: middle;
}

.why-cigma-best .caption .left-sec {
	width: 30%;
	overflow: hidden;
	background: url(../images/bg-.jpg) no-repeat;
}

.why-cigma-best .caption .right-sec {
	width: 70%;
}

.why-cigma-best .color-1 {
	background: #fff;
	position: relative;
}

.why-cigma-best .color-2 {
	background: #fff;
	position: relative;
}

.why-cigma-best .color-2:after,
.why-cigma-best .color-1:after {
	content: '';
	/*  border: 15px solid transparent;
    border-left: 15px solid #878fdd;
    position: absolute;
  right: -30px;
  position: absolute; 
  border-right: 15px solid rgb(255, 192, 195);
  content: '';
    width: 420px;
    height: 420px;
    background: #f4767c;
    -webkit-border-radius: 50%;
  border-radius: 50%;
    position: absolute;
    top: -60px;
    left: -70px;
  overflow: hidden;*/
}

/* .why-cigma-best .color-2:after {
    border-left: 15px solid #78ad48;
} */
.controls-container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.count-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.vision-mission {
	float: left;
	width: 100%;
	padding: 45px 0 20px;
}

.vision-mission h2 {
	font-size: 36px;
	margin: 0 0 5px;
}

.vision-mission p {
	font-size: 18px;
	color: #19b2a2;
	font-weight: 700;
	max-width: 510px;
}

.gallery-wrap {
	margin-top: -50px;
}

.gallery-wrap h4 {
	font-size: 24px;
	color: #19b2a2;
	margin-bottom: 20px;
	font-weight: 700;
}

.banner-gallery {
	background: url(../images/gallery-banner.jpg) no-repeat;
	background-size: cover;
}

ul.style-1 {
	margin: 0;
	padding: 0;
}

ul.style-1 li {
	font-size: 18px;
	color: #555A5C;
	font-weight: 600;
	margin: 0 0 5px 0;
	position: relative;
	padding: 0 0 0 20px;
	background: url(../images/dot-1.png) left top 7px no-repeat;
}

/* ul.style-1 li::after {
  width: 100%;
  height: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: red;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
} */
ul.style-2 {
	margin: 0;
	padding: 0;
}

ul.style-2 li {
	font-size: 16px;
	color: #555A5C;
	font-weight: 600;
	margin: 0 0 5px 0;
}

ul.style-2 li span {
	font-weight: 700;
}

ul.style-3 {
	margin: 0 0 30px 25px;
	padding: 0;
}

ul.style-3 li {
	font-size: 16px;
	color: #555A5C;
	font-weight: 600;
	margin: 0 0 5px 0;
}

ul.style-4 {
	margin: 0;
	padding: 0;
	padding-bottom: 5%;
}

ul.style-4 li {
	font-size: 16px;
	color: #555A5C;
	font-weight: 600;
	margin: 0 0 5px 0;
	position: relative;
	padding: 0 0 0 20px;
	background: url(../images/dot-1.png) left top 7px no-repeat;
}

/* ol style :start  */
ol.ol-style-1 {
	margin: 0;
	padding: 0;
	padding-bottom: 5%;
}

ol.ol-style-1 li {
	font-size: 16px;
	color: #555A5C;
	font-weight: 600;
	margin: 0 0 5px 0;
	position: relative;
	counter-increment: item;
	display: flex;
}

ol.ol-style-1 li:before {
	content: counter(item);
	font-size: 16px;
	color: #555A5C;
	text-align: center;
	display: inline-block;
	padding: 0 10px 0 0;
}

/* ol style :end  */

.course-display {
	background: #f1f1f1;
	margin: 15px 0 0;
	margin-bottom: 35px;
	padding-bottom: 15px;
	max-width: 750px;
}

.course-display h4 {
	background: #19b2a2;
	width: 100%;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
}

.course-display p {
	font-size: 18px;
	color: #202020;
	padding-left: 20px;
	margin: 0 0 10px;
}

.course-display p span {
	font-weight: 700;
}

ul.modules-list {
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.modules-list li {
	font-size: 16px;
	color: #555A5C;
	font-weight: 600;
	background: #fff;
	float: left;
	width: 30%;
	margin: 0 0 15px 0;
	margin-right: 20px;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(36, 36, 36, 0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(36, 36, 36, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(36, 36, 36, 0.1);
}

ul.modules-list li span {
	font-weight: 700;
	display: block;
	position: relative;
	padding-left: 20px;
	padding-bottom: 15px;
}

ul.modules-list li span:before,
ul.modules-list li:nth-child(2n+1) span:before {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	background: #6dc7fc;
	border-radius: 50%;
	left: 0;
	top: 4px;
}

ul.modules-list li:nth-child(2n+1) span:before {
	background: #a0e143;
}

ul.modules-list-2 li {
	width: 100%;
	max-width: 241px;
}

.special-title {
	font-size: 22px;
	color: #19b2a2;
	margin-bottom: 25px;
	display: block;
}

.modules-collapse .panel {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff;
	background: none;
	box-shadow: none;
}

.modules-collapse .panel:last-child {
	border-bottom: none;
}

.modules-collapse .panel {
	border-radius: 0;
}

.modules-collapse .panel+.panel {
	margin-top: 0;
}

.modules-collapse .panel-heading {
	background-color: #fff;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #f1f1f1;
	color: #000;
	padding: 0;
}

.modules-collapse .panel-title a {
	display: block;
	color: #313131;
	padding: 20px 10px;
	position: relative;
	font-size: 20px;
	font-weight: 600;
}

.modules-collapse .active .panel-title a,
.modules-collapse .panel-title a:hover {
	background: #19b2a2;
	color: #fff;
}

.modules-collapse .panel-body {
	background: rgba(221, 221, 221, 0.2);
}

.modules-list #accordion .panel-heading a:before {
	content: '\f106';
	font-size: 24px;
	position: absolute;
	font-family: FontAwesome;
	right: 15px;
	top: 20px;
	transform: rotate(180deg);
	transition: all 0.5s;
}

.modules-list #accordion .panel-heading.active a:before {
	transform: rotate(0deg);
	transition: all 0.5s;
	top: 15px;
}

.modules-list {
	padding-top: 5%;
	border-radius: 0;
}

.modules-list .panel-group .panel-heading+.panel-collapse>.panel-body,
.modules-list .panel-group .panel-heading+.panel-collapse>.list-group {
	border: none;
}

.modules-list h3 {
	margin-bottom: 30px;
}

.list-style-3 {
	padding: 0 0 2%;
	display: block;
	width: 100%;
	float: left;
}

.list-style-3 li {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	padding-left: 40px;
	color: #252525;
}

.list-style-3 li:before {
	content: '';
	background: url(../images/checked.svg) no-repeat;
	background-size: 25px;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
}

.modules-list .panel-group .list-style-3:last-child {
	padding: 0;
}

.list-style-3 li .sub {
	padding: 10px 0 0;
	width: 50%;
	float: left;
}

.list-style-3 li .sub li {
	padding-left: 5px;
	font-size: 18px;
	font-weight: 600;
	color: #4e4e4e;
}

.list-style-3 li .sub li:before {
	display: none;
}

.list-style-3-sm-3 li {
	padding-bottom: 6px;
	font-size: 16px;
}

.list-style-3-sm-3 li:before {
	background-size: 16px;
	top: 3px;
}

.list-style-3 li span {
	display: block;
}

.medical-scribing-content .who-can-apply {
	margin: 20px 0 80px;
}

.medical-scribing-content .who-can-apply .eligibility-criteria {
	position: relative;
}

.medical-scribing-content .who-can-apply p {
	margin-bottom: 15px;
}

.color-green {
	color: #19b2a2 !important;
}

.medical-scribing-content .who-can-apply ul.style-4 {
	padding-bottom: 15px;
}

/* Apply now */
.apply-wrap {
	padding: 50px 55px;
}

.apply-wrap label {
	text-transform: uppercase;
	font-size: 11px;
	color: #3c3a3a;
}

.apply-wrap .form-control {
	border-color: #d6d6d6;
	font-size: 14px;
	color: #555a5c;
	height: 36px;
}

.apply-wrap .form-control:focus {
	border-color: #9e9e9e;
}

.contact-wrap .form-control.error,
.apply-wrap .form-control.error {
	border-color: #f48788;
}

.apply-wrap .btn-default {
	width: 100%;
}

.alert-dismissable,
.alert-dismissible {
	position: relative;
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: absolute;
	top: 50%;
	left: 95%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.contact-wrap .alert-dismissable .close,
.contact-wrap .alert-dismissible .close {
	left: 97%;
}

/* Modal */
#Applynow {
	z-index: 99999;
	padding: 0 !important;
}

#Applynow .modal-header,
#Applynow .modal-content {
	border: none;
	border-radius: 0;
}

#Applynow h3 {
	font-size: 36px;
	color: #19b2a2;
	letter-spacing: -2px;
	margin-bottom: 2px;
}

#Applynow .modal-dialog {
	margin-top: 150px;
}

#Applynow .modal-header,
#Applynow .modal-body {
	padding: 0 15px;
}

#Applynow .modal-body {
	padding-bottom: 5%;
}

.modal-header .close {
	margin-top: 8px;
}

#Applynow ul {
	margin-top: 30px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

#Applynow ul::before,
#Applynow ul::after {
	display: none;
}

#Applynow ul li {
	display: inline-block;
	width: calc(50% - 7px);
	padding-bottom: 0;
	padding-right: 0;
}

#Applynow ul li a {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	height: 100%;
	background: #19b2a3;
	background: -moz-linear-gradient(left, #19b2a3 0%, #0e8fcf 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #19b2a3), color-stop(100%, #0e8fcf));
	background: -webkit-linear-gradient(left, #19b2a3 0%, #0e8fcf 100%);
	background: -o-linear-gradient(left, #19b2a3 0%, #0e8fcf 100%);
	background: -ms-linear-gradient(left, #19b2a3 0%, #0e8fcf 100%);
	background: linear-gradient(to right, #19b2a3 0%, #0e8fcf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19b2a3', endColorstr='#0e8fcf', GradientType=1);
}

#Applynow ul li.last-li-course {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#topcontrol {
	bottom: 20% !important;
	right: 15px !important;
}

.color-f {
	background: #3b5998;
}

.color-g {
	background: #dd4b39;
}

.color-f:hover {
	background: #2e4c8a;
}

.color-g:hover {
	background: #cb3825;
}

.gallery-container a {
	display: block;
	overflow: hidden;
	margin: 0 0 15%;
	width: 100%;
	float: left;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 12px 3px rgba(199, 199, 199, 0.5);
	-moz-box-shadow: 0px 0px 12px 3px rgba(199, 199, 199, 0.5);
	box-shadow: 0px 0px 12px 3px rgba(199, 199, 199, 0.5);
}

.gallery-container a span {
	display: flex;
	padding: 5px 15px;
	color: #000;
	font-weight: 700;
	font-size: 14px;
	-webkit-align-items: center;
	align-items: center;
	background: #FFF;
	position: relative;
	z-index: 9;
}

.gallery-container img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.gallery-container img:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.popup-youtube {
	overflow: hidden;
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 12px 3px rgba(199, 199, 199, 0.5);
	-moz-box-shadow: 0px 0px 12px 3px rgba(199, 199, 199, 0.5);
	box-shadow: 0px 0px 12px 3px rgba(199, 199, 199, 0.5);
	position: relative;
}

.social-reviews {
	padding: 30px 0;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	margin-bottom: 100px;
	background: #f7f7f7;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.01);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.01);
}

.social-reviews a {
	display: inline-block;
	line-height: 1;
	padding: 10px 20px;
}

.social-reviews span {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #454545;
	margin-bottom: 15px;
}

.w-100 {
	width: 100%;
}

.icon-list a span {
	float: right;
}

/* New styles 12/09/2017 */
.blog-news-img-wrap {
	max-height: 430px;
	overflow: hidden;
}

/* Changes 15/05/2019 */
.courses-main .font-30 {
	font-size: 30px;
}

.banner-testimonials {
	background-size: cover;
}

h1.small {
	font-size: 18px;
	letter-spacing: 0;
	font-weight: 400;
}

.mt-50 {
	margin-top: 120px;
}

.recognition .who-we-are {
	margin-top: -90px;
}

.recognition-list .item .text {
	font-size: 16px;
	font-weight: 600;
	background: #19b2a2;
	padding: 10px;
	position: relative;
	z-index: 10;
	margin-top: -15px;
	max-width: calc(100% - 20px);
	margin-bottom: 25px;
	color: #fff;
	line-height: 1;
}

.recognition-list .item a {
	position: relative;
	display: block;
	margin: 0;
}

.recognition-list .item span {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 45px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	transition: all 0.3s ease;
	z-index: 10;
}

.recognition-list .item a:hover span {
	opacity: 1;
}

.recognition-list a {
	float: none;
	border-radius: 0;
}

.why-cigma-best {
	background: url(../images/WhyCigmaBg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 90px 0 90px;
	margin-top: 40px;
}

.why-cigma-best .left {
	width: 200px;
	opacity: 0.5;
}

.why-cigma-best .right {
	width: 100%;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}

.img-bg {
	display: none;
}

.why-cigma-best h4 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.why-cigma-best .bg-white {
	background: #008fcf;
	padding: 50px 40px;
	border-radius: 20px 0px 20px 0px;
	-moz-border-radius: 20px 0px 20px 0px;
	-webkit-border-radius: 20px 0px 20px 0px;
}

.why-cigma-best p {
	color: #fff;
	line-height: 1.6;
	font-weight: 400;
}

.why-cigma-best .left,
.why-cigma-best .right {
	float: left;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
}

.of-hidden {
	overflow: hidden;
}

.why-cigma-best .left img {
	max-width: 100px;
}

.why-cigma-best .owl-nav {
	width: 100%;
}

.why-cigma-best .owl-prev {
	float: left;
}

.why-cigma-best .owl-next {
	float: right;
}

.why-cigma-best h3 {
	color: #ffffff;
}

.why-cigma-best .owl-dots {
	width: 100%;
	text-align: center;
	margin: 40px 0 0;
}

.why-cigma-best .owl-dots .owl-dot {
	display: inline-block;
	padding: 3px;
	vertical-align: middle;
}

.why-cigma-best .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
}

.why-cigma-best .owl-dots .owl-dot.active span {
	width: 15px;
	height: 15px;
	background: white;
}

/* Testimonials */
.cigma-testimonials .media-body {
	width: calc(100% - 90px);
	margin-left: 0;
}

.cigma-testimonials .media {
	margin-left: 0;
}

.cigma-testimonials .bg-white:before {
	content: url(../images/qote.png);
	position: absolute;
	left: 30px;
	top: -30px;
}

.cigma-testimonials .bg-white:after {
	content: '';
	position: absolute;
	right: 30px;
	top: 30px;
	border: 2px solid #19b2a2;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.cigma-testimonials .col-md-6 {
	width: 100%;
}

.cigma-testimonials .col-md-6:nth-child(even) .bg-white:after {
	right: auto;
	left: 30px;
}

.cigma-testimonials .media-left,
.cigma-testimonials .media-body {
	float: none;
}

.cigma-testimonials .media-body p {
	color: #636363;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	font-style: normal;
}

.cigma-testimonials .bg-white {
	padding: 0 0 110px;
	border: 1px solid #f9f9f9;
	position: relative;
	margin-bottom: 100px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(219, 219, 219, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(219, 219, 219, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(219, 219, 219, 0.1);
}

.cigma-testimonials .media {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.cigma-testimonials .bg-white .media {
	padding: 15px 30px;
}

.cigma-testimonials .bg-white p {
	padding: 70px 30px 30px;
}

.cigma-testimonials .media,
.cigma-testimonials .media-body {
	background: #f2fafb;
	margin: 0;
}

.cigma-testimonials .media small.name {
	font-size: 18px;
	color: #19b2a2;
	font-weight: 600;
	font-style: italic;
	text-transform: uppercase;
}

.cigma-testimonials .media img {
	-webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
}

.cigma-testimonials .media-left img {
	max-width: 80px;
}

.code-detail span.special-title {
	margin: 0;
}

.img-list-cell {
	height: 250px;
	width: 100%;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	border: 1px solid #f1f1f1;
	margin: 0 0 10px 0;
	padding: 5px;
}

.img-list-cell img {
	max-width: 100%;
	max-height: 100%;
}

.img-list-cell+span.name {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	display: table;
	text-align: center;
	display: block;
}

.mb-1 {
	margin-bottom: 30px;
}

.img-list-home {
	height: 155px;
}

.home-sec {
	padding: 20px 0 80px 0;
}

.home-sec .cell {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #00a193;
	padding: 45px 10px;
	text-align: center;
	/* min-height: 255px; */
	margin: 0 0 20px 0;
}

.home-sec .cell span {
	font-size: 28px;
	font-weight: 700;
	color: #000;
	display: block;
	margin: 14px 0 5px 0;
}

.home-sec .cell p {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin: 0;
}

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

.statistics {
	/* background: #f3f3f3; */
	padding: 80px 0 60px 0;
}

.statistics h2 {
	margin: 0 0 20px 0;
}

.statistics .cell {
	width: 100%;
	height: 200px;
	/* -webkit-border-radius: 10px; */
	/* border-radius: 10px; */
	background: #fafafa;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: flex;
	margin: 0 0 20px 0;
	padding: 0 20px 0 20px;
	-webkit-align-items: center;
	align-items: center;
}

.statistics .cell img {
	margin: 17px 15px 0 0;
}

.statistics .cell>div {
	text-align: left;
}

.statistics .cell span.title {
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	display: block;
	line-height: 24px;
}

.statistics .cell span.number {
	font-weight: 300;
	font-size: 40px;
	display: block;
	color: #16a8af;
}

.statistics .cell span.number>span {
	font-size: 60px;
	font-weight: 900;
}

.statistics .cell>.inner {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.cus-dropdown {
	width: 100%;
	position: absolute;
	top: 14px;
	display: none;
	padding: 32px 0 0 0;
}

.cus-dropdown a.cus-link {
	padding: 10px 15px !important;
	display: block !important;
	color: #fff !important;
	background: #19b2a2;
}

.cus-dropdown a.cus-link:hover {
	background: #F04E57;
}

.d-block {
	display: block;
}

.youtube-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: 0.8;
	width: 60px;
}

.popup-youtube:hover .youtube-icon {
	opacity: 1;
}

.txt-blue {
	color: #008fcf;
}

.secheading {
	font-size: 36px;
	font-weight: 700;
	color: #3c3a3a;
	margin: 20px 0px 20px 0px;
}

.banner-affiliation {
	background: url("../images/affiliation-banner.jpg") no-repeat;
	background-size: cover;
}

.affiliation {
	padding: 30px 0 85px;
}

.affiliation-inner {
	position: relative;
	padding-bottom: 55px;
	margin-top: -170px;
	width: 100%;
	float: left;
}

.imgtxt-box-wrap {
	margin: 25px 0px;
}

.imgtxt-box-wrap .itbw-image {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #eeeeee;
	border-radius: 20px;
	padding: 10px 10px;
	margin-bottom: 25px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.imgtxt-box-wrap .itbw-text {
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
}

.imgtxt-box-wrap:hover .itbw-image {
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(57, 67, 87, 0.3) 0px 0px 40px -7px;
}

.banner-recognition-new {
	background: url("../images/banner-recognition-new.jpg") no-repeat;
	background-size: cover;
}

.recognition-new-head {
	padding: 30px 0 85px;
}

.recognition-new {
	position: relative;
	margin-top: -170px;
	width: 100%;
	float: left;
}

.recognition-new .reconew-title h2 {
	margin: 0 0 25px;
	font-size: 36px;
}

.achievements-section {
	background-color: #f3f3f3;
	padding: 90px 0px 120px 0px;
	margin-top: 80px;
}

.achievements-section .achiesec-title h3 {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 20px;
}

.boxwrap-style1 {
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
	margin: 15px 0px;
}

.boxwrap-style1 .boxwrap-image {
	position: relative;
}

.boxwrap-style1 .boxwrap-image img {
	width: 100%;
}

.boxwrap-style1 .boxwrap-image .ribbion {
	position: absolute;
	top: 0;
	right: 20px;
	width: 55px;
	height: 40px;
}

.boxwrap-style1 .boxwrap-image .ribbion span {
	position: absolute;
	top: 0;
	right: 0px;
	width: 100%;
	height: 100%;
	background: #ee3d40;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	padding-top: 10px;
}

.boxwrap-style1 .boxwrap-image .ribbion span::after {
	content: '';
	height: 0;
	width: 0;
	border-left: 27.5px solid #ee3d40;
	border-right: 27.5px solid #ee3d40;
	border-bottom: 10px solid transparent;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
}

.boxwrap-style1 .boxwrap-text {
	padding: 20px 20px 25px 20px;
}

.boxwrap-style1 .boxwrap-text p {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	color: #3c3a3a;
	margin-bottom: 0px;
}

.boxwrap-style1 .boxwrap-image::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.boxwrap-style1:hover .boxwrap-image::before {
	background-color: #007075;
	background-color: rgba(0, 112, 117, 0.7);
}

.boxwrap-style1 .boxwrap-image::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("../images/enlarge-icon.png");
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.boxwrap-style1:hover .boxwrap-image::after {
	opacity: 1;
}

.about-page {
	padding: 90px 0px;
}

.about-page .secheading {
	font-size: 36px;
	font-weight: 700;
	color: #3c3a3a;
	margin: 0px 0px 20px 0px;
}

.about-page .about-cigma .secheading {
	margin: 0px 0px 25px 0px;
}

.about-page .about-cigma p strong {
	color: #3c3a3a;
}

.about-page .about-cigma p:last-child {
	margin-bottom: 0;
}

.about-page .whoweare {
	padding: 80px 0px 80px 0px;
}

.about-page .whoweare .whoweare-right {
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-page .visionmission-section .vismis-block {
	display: flex;
	margin-bottom: 15px;
}

.about-page .visionmission-section .vismis-block .vismis-text {
	margin-left: 30px;
}

.about-page .visionmission-section .vismis-block .vismis-text h2 {
	margin-top: 0px;
	margin-bottom: 20px;
}

.about-page .visionmission-section .vismis-block .vismis-text p {
	font-size: 16px;
	font-weight: 700;
}

.about-page .ourvalues-section {
	background-color: #f3f3f3;
	padding: 70px 0px;
	margin: 50px 0px 0px 0px;
}

.ourvalues-block {
	text-align: center;
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 15px;
	margin: 10px 0px;
}

.ourvalues-block .ovimage {
	margin-bottom: 20px;
}

.ourvalues-block h3 {
	font-size: 26px;
	font-weight: 700;
	color: #16a8af;
	margin: 0px 0px 10px 0px;
}

.ourvalues-block p {
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	color: #555a5c;
	margin: 0px 0px 0px 0px;
}

.whycigma-section .wcigma-left {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	min-height: 300px;
}

.whycigma-section .wcigma-left .wcigmal-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background-image: url("../images/whycigma-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.whycigma-section .wcigma-left h4 {
	font-size: 36px;
	font-weight: 700;
	line-height: 42px;
	color: #fff;
	margin: 0;
}

.whycigma-section .wcigma-right {
	padding: 90px 0px 90px 30px;
}

.whycigma-slider .item h2 {
	font-size: 39px;
	font-weight: 700;
	color: #1196d2;
	margin: 0px 0px 30px 0px;
}

.whycigma-slider .item h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	color: #16a8af;
	margin: 0px 0px 20px 0px;
}

.whycigma-slider .item p {
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
}

.whycigmaslider-nav {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
}

.whycigmaslider-nav .whycigmaslidernav-button {
	background-color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 75px;
	height: 90px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.whycigmaslider-nav .whycigmaslidernav-button img {
	max-width: 100%;
}

.whycigmaslider-nav .whycigmaslidernav-button.left {
	padding-left: 10px;
	padding-right: 0px;
}

.whycigmaslider-nav .whycigmaslidernav-button.left:hover {
	padding-left: 0px;
	padding-right: 10px;
}

.whycigmaslider-nav .whycigmaslidernav-button.right {
	padding-right: 10px;
	padding-left: 0px;
}

.whycigmaslider-nav .whycigmaslidernav-button.right:hover {
	padding-right: 0px;
	padding-left: 10px;
}

.institutionalobj-section {
	background-color: #f3f3f3;
	padding: 80px 0px;
}

.insobj-heading {
	text-align: center;
	margin-bottom: 30px;
}

.insobj-heading h2 {
	margin-bottom: 10px;
}

.insobj-heading p {
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	color: #16a8af;
	margin-bottom: 0px;
}

.insobj-gap {
	margin: 10px 0px;
}

.insobj-box {
	width: 100%;
	height: 100%;
	padding: 25px 25px;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
}

.insobj-box .count {
	margin-bottom: 25px;
}

.insobj-box .count span {
	font-size: 39px;
	font-weight: 700;
	line-height: 30px;
	color: #1196d2;
	display: inline-block;
	padding-bottom: 10px;
	position: relative;
}

.insobj-box .count span::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 4px;
	background-color: #16a8af;
	border-radius: 50px;
}

.insobj-box p {
	font-size: 16px;
	line-height: 25px;
}

.insobj-box p:last-child {
	margin-bottom: 0px;
}

.institutionalgoals-section {
	background: #19b0a5;
	background: -moz-linear-gradient(90deg, #19b0a5 0%, #0f91cd 70%);
	background: -webkit-linear-gradient(90deg, #19b0a5 0%, #0f91cd 70%);
	background: linear-gradient(90deg, #19b0a5 0%, #0f91cd 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#19b0a5", endColorstr="#0f91cd", GradientType=1);
	position: relative;
}

.institutionalgoals-section .instgoals-img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.institutionalgoals-section .instgoals-img img {
	width: 100%;
	height: 100%;
}

.institutionalgoals-section .instgoals-text {
	padding: 80px 0px;
}

.institutionalgoals-section .instgoals-text h3 {
	color: #ffffff;
}

.institutionalgoals-section .instgoals-text p {
	color: #ffffff;
}

.milestonescigma-section {
	padding-top: 90px;
}

.milecigma-title h2 {
	text-align: center;
	margin: 0px 0px 40px 0px;
}

.tline-row {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 0px 50px 0px;
}

.tline-row:last-child {
	margin-bottom: 0 !important;
}

.tline-row:nth-child(odd) {
	padding-right: 30px;
}

.tline-row:nth-child(even) {
	padding-left: 30px;
}

.tline-row .tline-desc p {
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	color: #000;
	margin-bottom: 0;
}

.tline-row .tline-date {
	font-size: 36px;
	font-weight: 700;
	line-height: 42px;
	color: #1196d2;
}

.tline-row .tline-col-left {
	width: 350px;
	text-align: right;
	flex-shrink: 0;
}

.tline-row .tline-col-center {
	width: 90px;
	height: 90px;
	background-color: #fff;
	border: 10px solid #16a8af;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 40px;
	position: relative;
	flex-shrink: 0;
}

.tline-row .tline-col-center span {
	font-size: 34px;
	font-weight: 700;
	color: #16a8af;
}

.tline-row .tline-col-center::before {
	/* content: '◄'; */
	content: url("../images/milestones-arrow-1.png");
	font-size: 20px;
	color: #16a8af;
	position: absolute;
	left: -20px;
}

.tline-row:nth-child(even) .tline-col-center::before {
	/* content: '►'; */
	content: url("../images/milestones-arrow-2.png");
	left: auto;
	right: -20px;
}

.tline-row .tline-col-center::after {
	content: url("../images/milestones-line-1.png");
	position: absolute;
	bottom: -82px;
	left: 25px;
}

.tline-row:nth-child(even) .tline-col-center::after {
	content: url("../images/milestones-line-2.png");
	left: 0px;
}

.tline-row:last-child .tline-col-center::after {
	display: none;
}

.tline-row .tline-col-right {
	width: 350px;
	text-align: left;
	flex-shrink: 0;
}

.job-drive {
	background: url("../images/Rectangle2.png") left center no-repeat;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	line-height: 20px;
	height: 65px;
	width: 120px;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 99;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

.job-drive i {
	margin-right: 15px;
	position: relative;
	top: -1px;
}

.job-drive:hover {
	-webkit-transform: translateY(-50%) scale(1.05);
	-moz-transform: translateY(-50%) scale(1.05);
	-ms-transform: translateY(-50%) scale(1.05);
	-o-transform: translateY(-50%) scale(1.05);
	transform: translateY(-50%) scale(1.05);
	color: #FFF;
}

.job-drive:focus {
	color: #FFF;
}

/* FAQ Page :start */
.faq-title-bg {
	padding: 30px 0 85px;
}

.faq-inner {
	position: relative;
	padding-bottom: 55px;
	margin-top: -180px;
	width: 100%;
	float: left;
}

.faq-wrap {
	margin-top: 50px;
}

.faq-block {
	margin-bottom: 30px;
}

.faq-block .qa {
	padding: 10px 20px 10px 60px;
	position: relative;
	display: flex;
	align-items: center;
	min-height: 60px;
	border-left: 5px solid transparent;
}

.faq-block .qa::before {
	content: '';
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	position: absolute;
	top: 14px;
	left: 10px;
}

.faq-block .qa p:last-child {
	margin-bottom: 0;
}

.faq-block .question {
	background-color: #f9f9f9;
	border-color: #f64b57;
}

.faq-block .question::before {
	content: 'Q.';
	color: #f64b57;
}

.faq-block .question p {
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	color: #000;
	margin-bottom: 10px;
}

.faq-block .answer {
	background-color: #ffffff;
	border-color: #9b9b9b;
}

.faq-block .answer::before {
	content: 'A.';
	color: #9b9b9b;
}

.faq-block .answer p {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	color: #000;
	margin-bottom: 10px;
}

/* FAQ Page :start */
.achievements-block {
	margin-bottom: 60px;
}

.achievements-block:last-child {
	margin-bottom: 0px;
}

.achievements-section .achsec-innertitle h3 {
	font-size: 27px;
	font-weight: 700;
	margin: 0 0 15px;
	color: #19b2a2;
}

.gallery-wrapper .gw-row {
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(0.5rem * -1);
	margin-right: calc(0.5rem * -.5);
	margin-left: calc(0.5rem * -.5);
}

.gallery-wrapper .gw-row>* {
	flex-shrink: 0;
	/* width: 100%; */
	max-width: 100%;
	padding-right: calc(0.5rem * .5);
	padding-left: calc(0.5rem * .5);
	margin-top: 0.5rem;
}

.gallery-wrapper .gw-block {
	width: 100%;
	height: 400px;
}

.gallery-wrapper .gw-block .gw-img-wrap {
	width: 100%;
	height: 100%;
	position: relative;
}

.gallery-wrapper .gw-block .gw-img-wrap {
	display: block;
	width: 100%;
	height: 100%;
}

.gallery-wrapper .gw-block .gw-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.gallery-wrapper .gw-block.two-image {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.gallery-wrapper .gw-block.two-image .gw-img-wrap {
	width: 100%;
	height: calc(50% - (0.5rem * .5));
}

.gallery-wrapper .gw-block .gwimage-block {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.gallery-wrapper .gw-block .gwimage-block::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.gallery-wrapper .gw-block .gwimage-block::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("../images/enlarge-icon-2.png");
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.gallery-wrapper .gw-block .gwimage-block:hover::before {
	background-color: rgba(0, 0, 0, 0.7);
}

.gallery-wrapper .gw-block .gwimage-block:hover::after {
	opacity: 1;
}

.privacy-policy-content ul.style-1 li {
	padding: 0;
	background: none;
}

/* Split Banner */
.split-banner {
	height: 630px;
	width: 100%;
	display: flex;
	margin: 80px 0 0 0;
}

.split-banner .cell {
	width: 25%;
	background: #b7e0f3;
	height: 100%;
	position: relative;
}

.split-banner .cell.logo {
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.split-banner .cell.logo .box {
	width: 100%;
	height: 50%;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 20px;
}

.split-banner .cell.logo .box img {
	max-width: 100%;
	max-height: 100%;
}

.split-banner .cell.logo .box.first {
	background: #008fcf;
}

.split-banner .cell.logo .box.last {
	background: #f04e57;
}

.split-banner .cell h1 {
	font-size: 2.9vw;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	color: #FFF;
	font-weight: 700;
	padding: 0 0 0 1.6vw;
	width: calc(100% - 113px);
	line-height: 2.9vw;
}

.split-banner .cell h1 small {
	display: block;
	font-size: 1.3vw;
	color: #FFF;
	font-weight: 700;
	line-height: 1.7vw;
	margin: 0 0 8px 0;
}

.split-banner .cell .view-more {
	font-size: 20px;
	font-weight: 700;
	color: #0e98d6;
	display: block;
	position: absolute;
	bottom: 1.4vw;
	right: 1.6vw;
	z-index: 99;
}

.split-banner .cell .view-more:hover {
	text-decoration: underline;
}

.split-banner-slide {
	height: 100%;
}

.split-banner-slide .owl-stage-outer,
.split-banner-slide .owl-stage,
.split-banner-slide .owl-item {
	height: 100% !important;
}

.split-banner-slide .item {
	width: 100%;
	height: 100%;
	background: red;
	position: relative;
}

.split-banner-slide .item .imgBx {
	width: 100%;
	height: 100%;
	position: relative;
	background: #0e98d6;
}

.split-banner-slide .item .imgBx img.over {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.split-banner-slide .item .imgBx img.main {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.1;
}

.plus-btn {
	position: absolute;
	top: 1.8vw;
	right: 1.8vw;
	width: 3.2vw;
	height: 3.2vw;
	z-index: 999;
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.plus-btn img {
	width: 1vw !important;
	height: auto;
}

.plus-btn:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.split-banner-slide .item .title-small {
	position: absolute;
	bottom: 8.3vw;
	left: 1.6vw;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 20px;
}

.split-banner-slide .owl-nav {
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	position: absolute;
	left: 1.6vw;
	bottom: 4.5vw;
}

.split-banner-slide .owl-prev,
.split-banner-slide .owl-next {
	width: 34px;
	height: 34px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #fff;
	margin: 0 5px 0 0;
	font-size: 0;
}

.split-banner-slide .owl-prev {
	background: url(../images/arrow-left.png) center center no-repeat;
}

.split-banner-slide .owl-prev:hover {
	background: #f04e57 url(../images/arrow-left.png) center center no-repeat;
	border: 2px solid #f04e57;
}

.split-banner-slide .owl-next {
	background: url(../images/arrow-right.png) center center no-repeat;
}

.split-banner-slide .owl-next:hover {
	background: #f04e57 url(../images/arrow-right.png) center center no-repeat;
	border: 2px solid #f04e57;
}

.split-banner-slide .owl-stage-outer::after {
	width: 100%;
	height: 448px;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background: url("../images/shape-1.png") right bottom no-repeat;
}

/*# sourceMappingURL=style.css.map */

.fs-10px {
	font-size: 10px !important;
}

.fs-12px {
	font-size: 12px !important;
}

.fs-14px {
	font-size: 14px !important;
}

.fs-16px {
	font-size: 16px !important;
}

.fs-17px {
	font-size: 17px !important;
}

.fs-18px {
	font-size: 18px !important;
}

/* list-style-3 overide 2 :start */
.list-style-3-o2 li {
	padding-left: 25px;
}

.list-style-3-o2 li:before {
	background-image: url('../images/checked-3.svg');
}

/* list-style-3 overide 2 :end */

/* accordion-icon-plus :start */
.accordion-icon-plus .panel-heading [data-toggle="collapse"] {
	display: flex;
	align-items: center;
}

.accordion-icon-plus .panel-heading [data-toggle="collapse"]::before {
	flex-shrink: 0;
	width: 3rem;
	height: 1.25rem;
	/* margin-left: auto; */
	/* padding-left: 10px; */
	content: "";
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	/* background-position: right center; */
	transition: background 0.3s ease-in-out;
	display: inline-block;
}

.accordion-icon-plus .panel-heading [data-toggle="collapse"]:hover::before {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.accordion-icon-plus .panel-heading [data-toggle="collapse"]:not(.collapsed)::before {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

/* accordion-icon-plus :end */
/* Margin Class: Start */
.m-0 {
	margin: 0;
}

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

/* Margin Class: End */
.mfp-bg {
	z-index: 99999;
}

.mfp-wrap {
	z-index: 999999;
}
.banner-terms {
	background: url(../images/terms-and-conditions-banner.jpg) no-repeat;
	background-size: cover;
}

.color-success {
	color: #19a500;
}

.color-failed {
	color: #ff0303;
}

.p-0 {
	padding: 0 !important;
}

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

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

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

.pr-0 {
	padding-right: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1 {
	padding-top: 0.25rem !important;
}

.pb-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1 {
	padding-left: 0.25rem !important;
}

.pr-1 {
	padding-right: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2 {
	padding-left: 0.5rem !important;
}

.pr-2 {
	padding-right: 0.5rem !important;
}

.p-3 {
	padding: 0.75rem !important;
}

.pt-3 {
	padding-top: 0.75rem !important;
}

.pb-3 {
	padding-bottom: 0.75rem !important;
}

.pl-3 {
	padding-left: 0.75rem !important;
}

.pr-3 {
	padding-right: 0.75rem !important;
}

.hd-top {
    position: relative;
    margin-top: -80px;
    margin-bottom: 65px;
}

 /* website job drive */

.blog.no-thumb-sec {
    margin-bottom: 30px !important;
    padding-left: 0 !important;
    width: 100%;

}
.blog.no-thumb-sec:nth-child(odd) {
    padding-right: 0 !important;
    width: 100%;
}
.blog.no-thumb-sec .blog:nth-child(even) {
    padding-left: 15px !important;
}
.blog.no-thumb-sec .blog-content {
    max-width: 100% !important;
    width: 100% !important;
    top: 0 !important;
}

@media screen and (max-width:991px) {
    .blog.no-thumb-sec {
        margin-bottom: 20px !important;
        padding-left: 0 !important;
    }
    .blog.no-thumb-sec:nth-child(odd) {
        padding-right: 0 !important;
    }
    .blog.no-thumb-sec .blog:nth-child(even) {
        padding-left: 0 !important;
    }
}

ul.pagi-style {
    margin: 0;
    padding: 0;
    font-size: 16px;
    display: table;
}
ul.pagi-style li {
    float: left;
    margin: 0 5px 0 0;
}
ul.pagi-style li a {
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: #19b2a2;
    color: #fff;
    display: table;
    text-align: center;
    line-height: 40px;
}
ul.pagi-style li.arrow a {
    background-color: #129d8e;
}
ul.pagi-style li:hover a,
ul.pagi-style li.active a {
    background-color: #f04e57;
}


.disabled-arrow span {
    pointer-events: none;
    cursor: auto;
    padding: 0;
    width: 40px;
    height: 40px;
	background-color: #129d8e;
    color: #fff;
    display: table;
    text-align: center;
    line-height: 40px;
}

 /* website job drive */