@font-face {
    font-family: 'HelveticaNeueLTStd-Roman';
    src: url('../../fonts/HelveticaNeueLTStd-Roman.eot');
    src: url('../../fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('../../fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'), url('../../fonts/HelveticaNeueLTStd-Roman.woff') format('woff'), url('../../fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype'), url('../.../fonts/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Lt';
    src: url('../../fonts/HelveticaNeueLTStd-Lt.eot');
    src: url('../../fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'), url('../../fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'), url('../../fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), url('../../fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'), url('../../fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Bd';
    src: url('../../fonts/HelveticaNeueLTStd-Bd.eot');
    src: url('../../fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'), url('../../fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2'), url('../../fonts/HelveticaNeueLTStd-Bd.woff') format('woff'), url('../../fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'), url('../../fonts/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Th';
    src: url('../../fonts/HelveticaNeueLTStd-Th.eot');
    src: url('../../fonts/HelveticaNeueLTStd-Th.eot?#iefix') format('embedded-opentype'), url('../../fonts/HelveticaNeueLTStd-Th.woff2') format('woff2'), url('../../fonts/HelveticaNeueLTStd-Th.woff') format('woff'), url('../../fonts/HelveticaNeueLTStd-Th.ttf') format('truetype'), url('../../fonts/HelveticaNeueLTStd-Th.svg#HelveticaNeueLTStd-Th') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Trueno';
    src: url('../../fonts/TruenoUltLt.otf');    
    font-weight: normal;
    font-style: normal;
}

body{
	background-color: #f4f5fa;
	font-family: 'HelveticaNeueLTStd-Lt' !important;
  /*  font-family: 'Trueno' !important;*/
    font-size:13px;
}
.header{
	background-color:#fff;
}
.header .navbar-collapse{
	padding:0;
}
.hide{display: none;}
/* Topbar */
.header .topbar {
	background-color: #252525;
	padding: 12px 0px;
}
.header .content {
	float: left;
}
.header .content li {
	display: inline-block;
	color: #ccc;
	margin-right: 10px;
	font-weight:500;
}
.header .content li:last-child{
	margin-right: 0px;
	padding-right:0px;
	border-right:0px;
}
.header .content li i {
	margin-right: 5px;
}
.header .content li a {
	color: #ccc;
}
.header .social{
	float:right;
}
.header .social li {
	display: inline-block;
	margin: 0;
	margin-right: 15px;
}
.header .social li:last-child{
	margin-right:0px;
}
.header .social li a {
	color: #ccc;
}
/* Logo */
.header .logo {
	float: left;
	margin-top: 6px;
}
.header .header-widget {
	float: right;
	padding: 30px 0;
}
.header .single-widget {
	position: relative;
	display: inline-block;
	padding-left: 60px;
	margin-right: 20px;
}
.header .single-widget:last-child {
	margin-right: 0px;
	border-right: 0px;
	padding-right: 0px;
}
.header .single-widget i {
	position: absolute;
	text-align: center;
	font-size: 18px;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e6e6e6;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header .single-widget:hover i{
	border-color:transparent;
}
.header .single-widget h4 {
	font-weight: 500;
	font-size: 16px;
}
.header .single-widget h4 span {
	color: #666;
	font-weight: 400;
	display: block;
	margin-top: 5px;
	font-size: 14px;
}
.header .single-widget h4 a{
	color:#000;
}
.header .header-menu {
	background: #fff;	
	padding: 7px 15px;
	box-shadow: 0px 2px 8px -4px #000;
	position: fixed;
	width: 100%;
	z-index: 1111;
	top:0;
}
.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	position: relative;
	padding: 0;
}
.navbar-nav {
	display: block;
}
.header .nav li {
	float: left;
	position: relative;
	margin-right: 5px;
}
.header .nav li:last-child{
	margin-right:0px;
}
.header .nav li a {
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	padding: 20px 15px;
	display: block;
	position: relative;
	text-shadow: none;
}
.header .nav li:hover a, 
.header .nav li.active a {
	color: #fff;
}
.header .nav li a i {
  margin-right: 3px;
  font-size: 15px;
}
.header .nav li a i.fa-angle-down{
    font-size: 17px;
    margin-left: 4px;
}
.header .nav li .dropdown {
	background: #fff;
	width: 276px;
	position: absolute;
	left: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
	-webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
    .header .nav li ul li .dropdown1 {
        background: #fff;
        width: 276px;
        position: absolute;
        left: 270px;
        top: 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
       -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	 margin: 0;
    }
    .header .nav li ul li .dropdown1 li a {
    background-color: #fff !important;
    color: #000 !important;
    }

    .header .nav li ul li .dropdown1 li a:hover {
        background-color: #151b83 !important;
        color: #fff !important;
    }

    .header .nav li ul li:hover .dropdown1 {
        transform: scale(1.0);
        opacity: 1;
        visibility: visible;
    }
.header .nav li:hover .dropdown{
	transform:scale(1.0);
	opacity:1;
	visibility:visible;
}
.header .nav li:hover .dropdown li > .dropdown1 {
    visibility: hidden;
}

.header .nav li .dropdown li:hover > .dropdown1 {
    visibility: visible;
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
    line-height:17px;
}
.header .nav li .dropdown li a {
	padding: 9px 15px;
	color: #666;
	display: block;
	font-size:14px;
	text-transform: capitalize;
	background: transparent;
}
.header .nav li .dropdown li i{
	float:right;
}
.header .nav li .dropdown li:hover a{
	color:#fff;
}
.header .nav li .dropdown.submenu{
	left:100%;
	top:0;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
}
.header .nav li .dropdown li:hover .dropdown.submenu{
	opacity:1;
	visibility:visible;
	transform:scale(1.0);
}
.header .nav li .dropdown li .dropdown.submenu li a {
	color: #777;
	background: transparent;
}
.header .nav li .dropdown li .dropdown.submenu li:hover a{
	color:#fff;
}
.header .button {
	position: absolute;
	top: 0;
	right: 0;
}
.header .button .btn {
	margin-top: 8px;
	color: #fff;
	border-radius: 50px;
	box-shadow:none;
	border:1px solid transparent;
}

.header .button .btn:hover{
	color:#252525;
	background:transparent;
	border-color:#e6e6e6;
}
.header .button .btn i{
	margin-right:5px;
}
/* Header Sticky */
.header.sticky .header-menu{
	/* position:fixed;
	z-index: 1;
	width:100%;
	top:0;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	background:#fff;
	transition:all 0.4s ease;
	animation: fadeInDown 1s both 0.2s;
	box-shadow: 0px 2px 8px -4px #000; */
}
/*===============================
	End Header CSS 
=================================*/

/*===============================
	Slider CSS 
=================================*/
.home-slider{
	height: 650px;
}
.home-slider .single-slider {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 650px;
	border: none;
}
.home-slider .single-slider:before{
	opacity:0.7;
}
.home-slider .single-slider .slider-text {
	margin: 171px 0 0;
}
.home-slider .single-slider h1 {
	font-size: 55px;
	line-height: 70px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 800;
	margin-bottom: 20px;
}
.home-slider .single-slider p {
	font-size: 16px;
	color: #ccc;
	padding-right: 100px;
}
.home-slider .single-slider .text-center p {
	font-size: 16px;
	color: #ccc;
	padding:0 100px;
}
.home-slider .single-slider .text-right p {
	font-size: 16px;
	color: #ccc;
	padding:0 0 0 100px;
}
.home-slider .single-slider .button{
	margin-top:50px;
}
.home-slider .single-slider .btn {
	margin-right: 15px;
	color: #252525;
	background: #fff;
	position: relative;
	z-index: 3;
	text-transform: uppercase;
	border-radius: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.home-slider .single-slider .btn:hover{
	background:transparent;
	color:#fff;
}
.home-slider .single-slider .btn.primary{
	color:#fff;
}
.home-slider .single-slider .btn.primary:before{
	background:#fff;
}
.home-slider .single-slider .btn.primary:hover{
	color:#252525;
	background:transparent;
}
.home-slider .single-slider .btn:last-child{
	margin-right:0px;
}
/* Slider Meta */
.home-slider .owl-carousel .owl-nav div {
	height: 55px;
	width: 55px;
	line-height: 55px;
	top: 50%;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin: -30px 0 0 0;
}
.home-slider .owl-carousel .owl-nav div:hover{
	background:#fff;
}
.home-slider .owl-carousel .owl-nav .owl-prev{
	left:15px;
}
.home-slider .owl-carousel .owl-nav .owl-prev:hover{
	left:25px;
}
.home-slider .owl-carousel .owl-nav .owl-next{
	right:15px;
}
.home-slider .owl-carousel .owl-nav .owl-next:hover{
	right:25px;
}

/* Slider Animation */
.home-slider .owl-item.active .slider-text h1{
	animation: fadeInUp 1s both 0.8s;
}
.home-slider .owl-item.active .slider-text p{
	animation: fadeInUp 1s  both 1s;
}
.home-slider .owl-item.active .slider-text .button{
	animation: fadeInUp 1s  both 1.2s;
}
/*===============================
	End Slider CSS 
=================================*/

/*===============================
	Features CSS
=================================*/
.our-features{
	background-color:#fff;
}
.our-features .single-feature{
	background:#fff;
	margin-top:30px;
}
.our-features .feature-head{
	position:relative;
	overflow:hidden;
}
.our-features .single-feature img{
	width:100%;
}
.our-features .single-feature img:hover{
	transform:scale(1.2) rotate(5deg);
}
.our-features .single-feature h2 {
	font-size: 20px;
	margin: 15px 0;
}
/*===============================
	End Features CSS
=================================*/

/*===============================
	Enroll CSS
=================================*/
.enroll {
	position: relative;
	padding: 60px 0 90px;
}
.enroll-bg {
	background-image: url('../images/animation-bg.png');
	background-size: cover;
	background-repeat: no-repeat;	
}
.enroll .enroll-form {
	margin-top: 30px;
	text-align: left;
	background: #fff;
	border-radius: 5px;
}
.enroll .form-title {
	padding: 20px 35px;
	border-radius: 5px 5px 0px 0px;
}
.enroll .form-title h2 {
	padding: 0;
	font-size: 25px;
	margin-bottom: 5px;
	font-weight: 700;
	color: #fff;
}
.enroll .form-title p {
	color: #fff;
}
.enroll .form {
	padding: 35px;
}
.enroll .form-group {
	margin-bottom: 30px;
}
.enroll .form-group:last-child{
	margin-bottom:0px;
}
.enroll .form-group label {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}
.enroll .form-group input {
	width: 100%;
	height: 40px;
	color: #999999;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-bottom: 1px solid #e2e2e2;
	font-weight: 500;
	border-radius: 0px;
	padding: 0;
}
.enroll .form-group input:hover,
.enroll .form-group textarea:hover{
	padding-left:15px;
}
.enroll .form-group textarea {
	height: 120px;
	color: #999999;
	box-shadow: none;
	text-shadow: none;
	border: none;
	resize: none;
	border-bottom: 1px solid #e2e2e2;
	font-weight: 400;
	margin-bottom: 0px;
	padding: 0;
	border-radius: 0px;
}
.enroll .form-group .btn {
	width: 100%;
	background: #252525;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	padding: 18px 0;
	border-radius: 3px;
	border: none;
}
.enroll .form-group .btn:before{
	display:none;
}
.enroll .section-title {
	text-align: left;
	padding: 0;
}
.enroll .section-title h2 {
	color: #fff;
	margin-bottom: 30px;
	padding: 0;
	font-size: 32px;
}
.enroll .section-title h2:before,
.enroll .section-title h2:after{
	display:none;
}
.enroll .section-title p {
	color: #fff;
	padding: 0;
}
.enroll .enroll-right{
	margin-top:30px;
}
.enroll .single-skill{
	text-align:center;
	margin-top:30px;
}
.enroll .single-skill .circle {
	position: relative;
}
.enroll .single-skill .circle strong {
	position: absolute;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	left: 50%;
	top: 50%;
	margin: -21px 0 0 -21px;
}
.enroll .single-skill h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
	font-weight: 400;
}
.enroll .single-skill h4 span {
	display: block;
}


.courses .section-slider {
	margin-top: 30px;
}
.courses .single-slider {
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	margin: 5px;
}
.courses .single-slider:hover{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
}
.courses .single-content {
	padding: 25px;
}
.courses .content-head{
	position:relative;
	overflow:hidden;
}
.courses .content-head::before {
	opacity:0;
	visibility: hidden;
	background:#252525;
	z-index: 5;
}
.courses .single-slider:hover .content-head:before{
	opacity:0.5;
	visibility:visible;
}
.courses .content-head a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	line-height: 50px;
	padding: 0;
	margin: -25px 0 0 -25px;
	color: #fff;
	transition: ;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	transform: scale(3);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 10;
}
.courses .single-slider:hover .btn{
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.courses .single-slider .btn:hover{
	background:#fff;
}
.courses .single-slider img{
	height:100%;
	width:100%;
}
.courses .single-slider h4 {
	font-size: 20px;
	margin-bottom: 15px;
}
.courses .single-slider h4 a{
	color:#252525;
}
.courses .single-slider h4 span {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}
.courses .single-slider p {
	color: #666;
}
.courses .course-meta {
	background: #fff;
    overflow: hidden;
    padding: 10px 25px;
    border-top: 1px solid #e7e7e7;
}
.courses .course-meta .meta-left {
	float: left;
}
.courses .meta-left span {
	display: inline-block;
	color: #a3a3a3;
	font-size: 16px;
	margin-right: 15px;
	font-weight: 600;
}
.courses .meta-left span:last-child{
	margin-right:0px;
}
.courses .course-meta .meta-left i{
	color:#a3a3a3;
	margin-right:10px;
}
.courses .course-meta .price {
	display: block;
	float: right;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	padding: 0 15px;
	font-weight: 700;
}
/* Slider Meta */
.courses .owl-nav {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.courses:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.courses .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin-top: -24px;
}
.courses .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.courses .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.courses .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.courses .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.courses .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}
/* Course Archives */
.courses.archives .single-slider{
	margin-top:30px;
}
/* Pagination */
.courses.archives .pagination-main {
	text-align: center;
}
.courses.archives .pagination {
	display: block;
	padding-left: 0;
	margin: 50px 0 0;
	border-radius: 4px;
	text-align: center;
	display:inline-block;
}
.courses.archives .pagination li {
	float: left;
	margin-right: 5px;
}

.courses.archives .pagination li a {
	padding: 12px 25px;
	border: none;
	display: block;
	background: #f6f6f6;
	color: #fff;
	color: #252525;
}
.courses.archives .pagination li:hover a, 
.courses.archives .pagination li.active a {
	color: #fff;
}
/* Course Single */
.courses.single{
	background:#f6f6f6;
}
.courses.single .single-main{
	background:#fff;
	padding:30px;
}
.courses.single .single-slider {
	margin: 0;
}
.courses.single .course-meta {
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	padding: 20px;
}
.courses.single .course-info {
	overflow: hidden;
	float: left;
}
.courses.single .single-info {
	float: left;
	margin-right: 20px;
	text-align: center;
	overflow: hidden;
}
.courses.single .single-info:last-child{
	margin-right: 0px;
}
.courses.single .single-info img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	float: left;
	margin-right: 12px;
}
.courses.single .single-info i {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	margin-right: 15px;
	font-size: 29px;
	border: 1px solid #e7e7e7;
	font-size: 15px;
}
.courses.single .single-info h4 {
	font-size: 14px;
	float: left;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}
.courses.single .single-info h4 span {
	display: block;
	color: #777;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px;
	margin-top: 5px;
}
.courses.single .single-info h4 span:hover{
	color:#00B06A;
}
.courses.single .single-info h4 a{
	color: #777;
	font-weight:400;
}
.courses.single .course-price {
	float: right;
	text-align: center;
}
.courses.single .course-price p {
	font-size: 28px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}
.courses.single .course-price p a{}
.courses.single .course-price .btn {
	color: #fff;
	padding: 10px 20px;
	float: left;
	border-radius: 50px;
}
.courses.single .course-price .btn i {
	margin-right:10px;
}
.courses.single .course-price .btn:hover{
	background:#fff;
	color:#252525;
	border-color:#e7e7e7;
}
.courses.single .course-feature {
	background: #252525;
	width: 100%;
}
.courses.single .course-feature h4 {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 20px;
	position:relative;
}
.courses.single .course-feature h4:before{
	position:absolute;
	left:0;
	width:50px;
	height:2px;
	content:"";
	bottom:-1px;
}
.courses.single .feature-main {
	padding: 20px;
	color: #fff;
}
.courses.single .single-feature {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom:1px solid rgba(238, 238, 238, 0.22);
}
.courses.single .single-feature:last-child{
	border:none;
	margin:0;
	padding:0;
}
.courses.single .single-feature i {
	width: 10px;
	margin-right: 15px;
}

.courses.single .single-feature .value {
	float: right;
	font-weight:600;
}
.courses.single .content h2{
	margin-bottom:15px;
	font-size:30px;
}
.courses.single .content h2 a{
	color:#252525;
}
.courses.single .content h2:hover a{
	color:#00B06A;
}
.courses.single .content p{
	margin-bottom:20px;
}
.courses.single .content p:last-child{
	margin:0;
}
.courses.single .course-required {
	margin-top: 30px;
}
.courses.single .course-required h4 {
	margin-bottom: 15px;
	font-size: 20px;
}
.courses.single .course-required ul {}
.courses.single .course-required ul li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
}
.courses.single .course-required ul li span {
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	border: 1px solid;
	line-height: 30px;
	text-align: center;
}

.cta{
	background-image:url('../images/1.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.cta .cta-inner {
	padding: 60px;
	width: 100%;
}
.cta .cta-inner:before{
	opacity:0.9;
}
.cta .text-content{
	z-index:3;
	position:relative;
}
.cta .cta-inner h2 {
	font-size: 30px;
	margin-bottom: 45px;
	color: #fff;
}
.cta .cta-inner p{
	font-size:16px;
	color:#fff;
}
.cta .cta-inner .button {
	margin-top: 45px;
}
.cta .cta-inner .btn{
	background:#fff;
	color:#252525;
	border:2px solid transparent;
}
.cta .cta-inner .btn:before{
	display:none;
}
.cta .cta-inner .btn:hover{
	border-color:#fff;
	background:transparent;
	color:#fff;
}

.team {
	padding:60px 0 90px;
}
.team .team-button{
	padding-left: 20px;
	margin-top:45px;
}
.team .button .btn{
	color:#fff;
}
.team .button .btn:before{
	background:#252525;
}
.team .button .btn:hover{
	background:transparent;
	color:#fff;
}
.team .single-team {
	position: relative;
	margin-top: 30px;
}
.team .single-team img{
	height:100%;
	width:100%;
	text-align:center;
}
.team .team-hover {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 38px 20px 0 20px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
	bottom: 10px;
	right: 10px;
}
.team .single-team:hover .team-hover,
.team .single-team.active .team-hover{
	transform:scale(1.0);
	opacity:1;
	visibility:visible;
}
.team .team-hover h4 {
	color: #fff;
	font-size: 20px;
}
.team .team-hover h4 span {
	display: block;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	margin-top: 5px;
}
.team .team-hover p {
	color: #fff;
	margin: 20px 0;
}
.team .team-hover .social{
	padding-bottom:42px;
}
.team .team-hover .social li {
	display: inline-block;
	margin-right: 10px;
}
.team .team-hover .social li:last-child{
	margin:0;
}
.team .team-hover .social li a{
	color:#fff;
	font-size:14px;
}
.team .team-hover .social li a:hover{
	opacity:0.6;
}
/* Teachers 2 */
.team-style2 .single-team {
	text-align: center;
	margin-top: 30px;
}
.team-style2 .single-team .image{
	position:relative;
}
.team-style2 .single-team .image:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.team-style2 .single-team:hover .image:before{
	opacity:0.8;
	visibility:visible;
}
.team-style2 .single-team.active .image:before{
	opacity:0.8;
	visibility:visible;
}
.team-style2 .single-team .image a {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	border-radius: 100%;
	margin: -25px 0 0 -25px;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(3);
	-moz-transform:scale(3);
	transform:scale(3);
}
.team-style2 .single-team .image a:hover{
	background:#fff;
	color:#252525;
}
.team-style2 .single-team:hover .image a{
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.team-style2 .single-team.active .image i{
	opacity:1;
	visibility:visible;
}
.team-style2 .single-team img{
	height:100%;
	width:100%;
}
.team-style2 .team-content .name {
	font-size: 20px;
	margin-top: 12px;
}
.team-style2 .team-content .name span {
	display: block;
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	font-weight: 500;
}
.team-style2 .team-content p {
	margin-top: 12px;
}
.team-style2 .team-content .social {
	margin-top: 12px;
}
.team-style2 .team-content .social li{
	display:inline-block;
	margin-right:10px;
	color:#262b38;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
}
.team-style2 .team-content .social li:last-child{
	margin-right:0px;
}
.team-style2 .team-content .social li a {
	font-size: 14px;
	color: #252525;
}
/* Teacher Single */
.team-details{
	padding: 60px 0 90px;
}
.team-details .member-detail,
.team-details .detail-content{
	margin-top:30px;
}
.team-details .member-detail{
	text-align:center;
}
.team-details .member-detail img{
	width:100%;
}
.team-details .member-detail .social {
	margin-top: 20px;
}
.team-details .member-detail .social li{
	display:inline-block;
}
.team-details .member-detail .social li:last-child{
	margin-right:0px;
}
.team-details .member-detail .social li a {
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #252525;
	color: #fff;
	display: block;
	border-radius: 100%;
}
.team-details .address {
	margin-top: 10px;
}
.team-details .address li{}
.team-details .address li a {
	color: #252525;
}
.team-details .address li i {
	margin-right:10px;
}
.team-details .detail-content h2{
	font-size:32px;
}
.team-details .detail-content .title {
	font-size: 16px;
	margin: 0;
}
.team-details .detail-content p {
	margin-top: 30px;
}
.team-details .detail-content .signature{
	margin-top:50px;
}
/* Skill */
.team-details .single-progress {
	margin-top: 15px;
}
.team-details .single-progress h4 {
	color: #252525;
	font-size: 15px;
	margin-bottom: 15px;
}
.team-details .single-progress p{
	margin-bottom:0px;
}
.team-details .progress {
	background: #f6f6f6;
	border-radius: 0px;
	border-radius: 30px 0 0 30px;
	height: 10px;
	overflow: visible;
}
.team-details .progress .progress-bar {
	border-radius: 30px;
	position: relative;
}
.team-details .progress .percent {
	border-radius: 30px;
	position: absolute;
	right: 0;
	top: -15px;
	padding: 5px;
	font-weight: 600;
	display: table-cell;
}
/*=============================
	End Teachers CSS
===============================*/

/*=============================
	Testimonials CSS
===============================*/
.testimonials {
	background-image:url('../images/2.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.testimonials .section-title h2,
.testimonials .section-title p{
	color:#fff;
}
.testimonials .single-testimonial {
	text-align: left;
	background: #fff;
	padding: 30px;
	position: relative;
	margin-top: 37px;
	box-shadow: inherit;
}
.testimonials .single-testimonial img{
	position:absolute;
	left:50%;
	margin-left:-37px;
	top:-37px;
	height:80px;
	width:80px;
	border-radius:100%;
	border:5px solid #fff;
	-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
}
.testimonials .single-testimonial:hover img{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	transform:rotate(360deg);
}
.testimonials .single-testimonial p {
	font-size: 15px;
	position: relative;
	z-index: 4;
	text-align: left;
}
.testimonials .main-content {
	position: relative;
	z-index: 4;
	margin: 35px 0;
}
.testimonials .main-content:before,
.testimonials .main-content:after{
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 32px;
	z-index: -4;
}
.testimonials .main-content::before {
	left: 0;
	top: -33px;
	content: "\f10d";
}
.testimonials .main-content::after {
	right: 0;
	bottom: -33px;
	content: "\f10e";
}
.testimonials .single-testimonial h4 {
	font-weight: 700;
	font-size: 20px;
	position: relative;
	margin-bottom: 15px;
}
.testimonials .owl-nav{
	top:50%;
	margin-top:-20px;
    position:absolute;
    width: 100%;
}
.testimonials .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	margin-top: -24px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
}
.testimonials .owl-carousel .owl-nav div:hover{
	background:#fff;
}
.testimonials .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.testimonials .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.testimonials.no-bg{
	background:#f6f6f6;
}
.testimonials.no-bg:before{
	display:none;
}
.testimonials.no-bg .single-testimonial img{
	box-shadow:none;
}

.events .single-event {
	margin-top: 30px;
	margin: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.events .single-event:hover {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.events .single-event .head{
	position:relative;
}

.events .single-event .head .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	line-height: 50px;
	padding: 0;
	margin: -25px 0 0 -25px;
	color: #fff;
	transition: ;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	transform: scale(3);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index:35;
}
.events .single-event:hover .head .btn{
	transform:scale(1);
	opacity:1;
	visibility:visible
}
.events .single-event .head .btn:hover{
	background:#fff;
	color:#252525;
}
.events .single-event .head.overlay:before{
	opacity:0;
	visibility:hidden;
	z-index:34;
}
.events .single-event:hover .head.overlay:before{
	opacity:0.5;
	visibility:visible;
}
.events .event-content {
	margin-top: 10px;
	padding: 20px;
}
.events .event-content .meta{}
.events .event-content .meta span {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #e6e6e6;
	font-weight: 500;
	display: inline-block;
}
.events .event-content .meta span:last-child{
	margin:0;
	padding:0;
	border:none;
}
.events .event-content .meta span i{
	margin-right:5px;
}
.events .event-content h4 {
	font-size: 18px;
	margin: 10px 0;
}
.events .event-content h4 a{
	color:#252525;
	font-weight:700;
}
.events .event-content p{}
.events .event-content .btn {
	margin-top: 20px;
	border: 2px solid;
	padding: 11px 32px;
}
.events .event-content .btn:hover{
	background:transparent;
	border-color:transparent;
	color:#fff;
}
/* Event Nav */
.events .owl-nav {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.events:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.events .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin-top: -24px;
}
.events .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.events .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.events .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.events .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.events .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}
/* Events Archive */
.events.archives .single-event{
	margin-top:30px;
}
/* Pagination */
.events.archives .pagination-main {
	text-align: center;
}
.events.archives .pagination {
	display: block;
	padding-left: 0;
	margin: 50px 0 0;
	border-radius: 4px;
	text-align: center;
	display:inline-block;
}
.events.archives .pagination li {
	float: left;
	margin-right: 5px;
}
.events.archives .pagination li a {
	padding: 12px 25px;
	border: none;
	display: block;
	background: #f6f6f6;
	color: #fff;
	color: #252525;
}
.events.archives .pagination li:hover a, 
.events.archives .pagination li.active a {
	color: #fff;
}
/* Event Single */
.events.single{
	padding:60px 0 90px;
}
.events.single .single-event{
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	margin-top:30px;
} 
.events.single .event-content h2 {
	font-size: 30px;
	margin: 5px 0 20px;
}
.events.single .event-content h2 a{
	color:#252525;
} 
.events.single .event-content p{
	margin-bottom:30px;
} 
.events.single .event-content img{
	margin-bottom:30px;
}
/* Events Meta */
.events.single .book-now {
	overflow: hidden;
}
.events.single .book-now .button {
	float: left;
}
.events.single .book-now .button .btn{
	margin-top:0px;
} 
.events.single .social{
	float:right;
} 
.events.single .social li {
	display: inline-block;
	margin-right: 5px;
}
.events.single .social li:last-child{
	margin:0;
}
.events.single .social li a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: block;
	border: 1px solid #e6e6e6;
	text-align: center;
	color: #252525;
	border-radius: 100%;
}
.events.single .social li:hover a {
	color:#fff;
	border-color:transparent;
}
/* Slider Meta */
.events.single .owl-carousel .owl-nav div{
	background:#fff;
	color:#252525;
}
.events.single .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.events.single .owl-carousel .owl-nav .owl-prev {
	left: 10px;
}
.events.single .owl-carousel .owl-nav .owl-next {
	right: 10px;
}
/*=============================
	End Events CSS
===============================*/

/*=============================
	Fun Facts CSS
===============================*/
.fun-facts{
	background:url('../images/cta-bg.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
	padding:100px 0 130px
}
.fun-facts::before {
	opacity: 0.9;
}
.fun-facts .single-fact {
	text-align: center;
	margin-top: 30px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.fun-facts .single-fact:hover{
	-webkit-transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	transform:translateY(-15px);
}
.fun-facts .single-fact i {
	font-size: 40px;
	color: #fff;
	margin-bottom: 30px;
}
.fun-facts .single-fact .number {
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 15px;
	position: relative;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s eas;
}
.fun-facts .single-fact p {
	color: #eee;
	font-size: 15px;
}
/*=============================
	End Fun Facts CSS
===============================*/

/*=============================
	Blogs CSS
===============================*/
.blog {
	background: #fff;
}
.blog .blog-slider{
	margin-top: 30px;
}
.blog .single-blog {
	position: relative;
	margin: 30px 0 0;
	background: #fff;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
	margin:5px;
}
.blog .blog-head{
	overflow:hidden;
}
.blog .blog-head:before{
	z-index:35;
	opacity:0;
	visibility:hidden;
}
.blog .single-blog:hover .blog-head:before{
	opacity:0.5;
	visibility:visible;
}
.blog .single-blog img{
	width:100%;
}
.blog .single-blog:hover img{
	transform:scale(1.2) rotate(5deg);
}
.blog .blog-head .date {
	position: absolute;
	left: 12px;
	top: 12px;
	text-align: center;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	z-index: 33;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	opacity:0;
	visibility:hidden;
	z-index:36;
}
.blog .single-blog:hover .date{
	transform: scale(1);
	opacity:1;
	visibility:visible
}
.blog .blog-head .date h4 {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	padding-top: 10px;
}
.blog .blog-head .date h4 span {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	display: block;
}
.blog .blog-main {
	margin-top: 50px;
	background: #f6f6f6;
	position: relative;
}
.blog .blog-content {
	padding: 20px;
}
.blog .blog-content .blog-title {
	font-size: 18px;
	margin-bottom: 5px;
}
.blog .blog-content .blog-title a{
	color:#252525;
}
.blog .blog-content .btn {
	color: #fff;
	margin-top: 20px;
	padding: 12px 30px;
}
.blog .blog-content .btn:before{
	background:#252525;
}
.blog .blog-content .btn i{
	margin-left:5px;
}
.blog .blog-info{
	margin-bottom:5px;
}
.blog .blog-info a {
	color: #777;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #e7e7e7;
	font-weight: 500;
}
.blog .blog-info a:last-child{
	border-right:0px;
	margin-right:0px;
	padding-right:0px;
}
.blog .blog-info a i {
	margin-right: 5px;
	text-align: center;
	border-radius: 100%;
	font-size: 13px;
}
.blog .owl-nav{
width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.blog:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.blog .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin-top: -24px;
}
.blog .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.blog .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.blog .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.blog .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.blog .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}
.blog .owl-dots{
	margin-top:50px;
}
.blog .owl-dots .owl-dot{
	margin-right:5px;
}
.blog .owl-dots .owl-dot:last-child{
	margin-right:0px;
}
.blog .owl-dots .owl-dot span{
	width: 12px;
	height: 12px;
	line-height: 12px;
	margin:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .owl-dots .owl-dot.active span {
	border-color: transparent;
	width: 30px;
	height: 12px;
}
/* Bogs Archives */
.blog.b-archives{
	padding: 60px 0 90px;
}
.blog.b-archives .single-blog{
	margin:30px 0 0;
}
/* Pagination */
.blog.b-archives .pagination-main{
	text-align:left;
}
.blog.b-archives .pagination {
	display: block;
	padding-left: 0;
	margin: 50px 0 0;
	border-radius: 4px;
	text-align: center;
	display:inline-block;
}
.blog.b-archives .pagination li {
	float: left;
	margin-right: 5px;
}
.blog.b-archives .pagination li a {
	padding: 12px 25px;
	border: none;
	display: block;
	background: #f6f6f6;
	color: #fff;
	color: #252525;
}
.blog.b-archives .pagination li:hover a, 
.blog.b-archives .pagination li.active a {
	color: #fff;
}
/* Blog Single CSS */
.blog.b-archives.single .blog-detail{
	margin-top:30px;
}
.blog.b-archives.single .b-gallery{}
.blog.b-archives.single .b-gallery .owl-nav div{
	background:#fff;
	color:#252525;
}
.blog.b-archives.single .b-gallery .owl-nav div:hover{
	color:#fff;
}
.blog.b-archives.single .b-gallery .owl-nav .owl-prev {
	left: 10px;
}
.blog.b-archives.single .b-gallery .owl-nav .owl-next {
	right: 10px;
}
.blog.b-archives.single .blog-info {
	margin: 0;
}
.blog.b-archives.single .blog-info a {
	margin-right: 10px;
	color: #666;
	font-size: 14px;
}
.blog.b-archives.single .blog-info a:last-child{
	margin:0;
}
.blog.b-archives.single .blog-info a i {
	margin-right: 10px;
}
.blog.b-archives.single .detail-content .blog-title {
	font-size: 30px;
	margin-bottom: 20px;
}
.blog.b-archives.single .blog-title a{
	color:#252525;
}
.blog.b-archives.single .detail-content p{
	margin-bottom:20px;
}
.blog.b-archives.single .detail-content p:last-child{
	margin:0;
}
.blog.b-archives.single .detail-content{
	margin-top:20px;
}
.blog.b-archives.single .blockquote {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 3px solid transparent;
	background: #f6f6f6;
	padding: 21px;
}
.blog.b-archives.single .blockquote p{
	color:#252525;
	font-size:15px;
}
/* Blog Bottom */
.blog.b-archives.single .blog-bottom {
	overflow: hidden;
	margin-top: 30px;
}
.blog.b-archives.single .blog-bottom li:before{
	display:none;
}
.blog.b-archives.single .blog-bottom .share  li {
	position: relative;
	padding-left: 0px;
	margin-right:5px;
	display: inline-block;
}
.blog.b-archives.single .blog-bottom .share{
	float:left;
}
.blog.b-archives.single .blog-bottom .share li a {
	color: #fff;
	background: #353535;
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
}
.blog.b-archives.single .blog-bottom  .prev-next{
	float:right;
}
.blog.b-archives.single .blog-bottom .prev-next li {
	display: inline-block;
	padding: 0;
}
.blog.b-archives.single .blog-bottom .prev-next li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 17px;
	color: #fff;
}
.blog.b-archives.single .blog-bottom .prev-next li a:hover{
	background:#252525;
}
/* Blog Comments*/
.blog.b-archives.single .comment-main {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #e6e6e6;
}
.blog.b-archives.single .comment-title{
	margin-bottom:20px;
}
.blog.b-archives.single .comment-title h2 {
	font-size: 22px;
	color: #252525;
}
.blog.b-archives.single .comment-title p {
	font-size: 14px;
	color: #666;
	margin-top:5px;
}
.blog.b-archives.single .form-group{
	margin-bottom:20px;
}
.blog.b-archives.single .form-group input{
	box-shadow:none;
	text-shadow:none;
	border:none;
	font-size:15px;
	color:#666666;
	width:100%;
	padding-left:15px;
	text-transform:capitalize;
	height:50px;
	border:1px solid #eeeeee;
}
.blog.b-archives.single .form-group textarea{
	box-shadow:none;
	text-shadow:none;
	border:none;
	font-size:15px;
	padding:15px;
	resize:none;
	color:#666666;
	text-transform:capitalize;
	width:100%;
	border:1px solid #e7e7e7;
}
.blog.b-archives.single .form-group input:hover,
.blog.b-archives.single .form-group textarea:hover{
	padding-left:25px;
}
.blog.b-archives.single .form-group button {
	color: #fff;
	font-family: 16px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog.b-archives.single .form-group button:hover{
	background:transparent;
}
.blog.b-archives.single .form-group button:before{
	background:#252525;
}

.template-sidebar {
	margin-top: 30px;
	border-left: 1px solid #e6e6e6;
	padding-left: 30px;
}
.template-sidebar.left{
	border-left:0px;
	border-right:1px solid #e6e6e6;
	padding:0 30px 0 0;
}
.template-sidebar .search{
	position:relative;
}
.template-sidebar .search input {
	width: 100%;
	height: 52px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border: 1px solid #e7e7e7;
	font-size: 16px;
	color: #6c6c6c;
	padding: 0 48px 0 20px;
}
.template-sidebar .search .button {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 52px;
	line-height: 52px;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	border: none;
	font-size: 15px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0px;
}
.template-sidebar .search .button:hover{
	background:#00000b;
	color:#fff;
}
.template-sidebar .single-widget {
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	padding: 15px;
}
.template-sidebar .single-widget h3 {
	font-size: 20px;
	padding-left: 10px;
	border-left: 2px solid transparent;
	margin-bottom: 20px;
}
.template-sidebar .single-widget.categories ul{}
.template-sidebar .single-widget.categories ul li {
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
}
.template-sidebar .single-widget.categories ul li:last-child{
	margin:0;
	padding:0;
	border:none;
	border:none;
}
.template-sidebar .single-widget.categories ul li a{
	color:#252525;
}
.template-sidebar .single-widget.categories ul li a:hover{
	color:#00B069;
}
.template-sidebar .single-widget.categories ul li a span {
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e7e7e7;
	border-radius: 100%;
	text-align: center;
	font-size: 13px;
}
.template-sidebar .single-widget.categories ul li i{
	margin-right:5px;
}
.template-sidebar .single-post {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}
.template-sidebar .single-post:last-child{
	border:none;
	margin-bottom:0px;
	padding-bottom:0px;
}
.template-sidebar .post-img {
	float: left;
	width: 70px;
	margin-right: 10px;
}
.template-sidebar .post-img img {
	width: 64px;
	height: 64px;
	border-radius: 100%;
}
.template-sidebar .post-info h4 {
	color: #252525;
	font-size: 15px;
	margin-bottom: 5px;
}
.template-sidebar .post-info h4 a {
	color: #252525;
}
.template-sidebar .post-info span{
	color:#666;
}
.template-sidebar .post-info span i{
	margin-right:5px;
}
.template-sidebar .single-slider {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}
.template-sidebar .single-slider:last-child{
	padding:0;
	margin:0;
	border:none;
}
.template-sidebar .single-slider img {
	width: 64px;
	height: 64px;
	border-radius: 100%;
	float: left;
	margin:0 15px 0 0 !important;
}
.template-sidebar .course-content h4{
	font-size:15px;
}
.template-sidebar .course-content a {
	color: #252525;
}
.template-sidebar .course-content .meta {
	color: #666;
	font-size: 14px;
	font-weight: 500;
}
.template-sidebar .course-content .meta span{
	margin-left:10px;
}
.template-sidebar .course-content .meta span i{
	margin-right:5px;
}
.template-sidebar .calendar li{
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:1px solid #e7e7e7;
}
.template-sidebar .calendar li:last-child{
	margin:0;
	padding:0;
	border:none;
}
.template-sidebar .calendar li a{
	color:#252525;
	font-size:15px;
}
.template-sidebar .calendar li a i{
	margin-right:10px;
	color:#777;
}
.template-sidebar .tags h3{
	margin-bottom:10px;
}
.template-sidebar .tags ul{
	margin-left:-10px;
}
.template-sidebar .tags ul li {
	display: inline-block;
	margin-top: 10px;
	padding-left:10px;
}
.template-sidebar .tags ul li a {
	border: 1px solid #e7e7e7;
	display: block;
	padding: 5px 10px;
	color: #777;
}
/*=============================
	End LearnEdu Sidebar
===============================*/

/*=============================
	About US CSS
===============================*/
.about-us {
	background: #fff;
	padding: 60px 0 90px;
}
.about-us .single-image,
.about-us .about-text{
	margin-top:30px;
}
.about-us .single-image{
	position:relative;
}
.about-us .single-image:before{
	opacity:0;
	visibility:hidden;
}
.about-us .single-image:hover:before{
	opacity:0.6;
	visibility:visible;
}
.about-us .single-image img {
	width: 100%;
}
.about-us .single-image .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #fff;
	color: #252525;
	padding: 0;
	font-size: 26px;
	border-radius: 100%;
	margin: -35px 0 0 -35px;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	transform:scale(0);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.about-us .single-image:hover .btn{
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.about-us .single-image .btn:hover{
	color:#fff;
}
.about-us .about-text h2 {
	font-size:30px;
	margin-bottom:20px;
	padding-bottom:20px;
	position:relative;
}
.about-us .about-text h2:before{
	position:absolute;
	left:0;
	bottom:-1px;
	width:60px;
	height:2px;
	content:"";
}
.about-us .about-text p{
	margin-bottom:15px;
}
.about-us .about-text p:last-child{
	margin:0;
}
.about-us .about-text .button{
	margin-top:30px;
}
.about-us .about-text .btn{
	color:#fff;
}
.about-us .about-text .btn:before{
	background:#252525;
}
.about-us .signature{
	margin-top:35px;
}
.about-us .signature .name {
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
	text-transform: uppercase;
}
.about-us .signature .name span {
	display: block;
	color: #777;
	margin-top: 5px;
	font-size: 15px;
}
/*=============================
	End About US CSS
===============================*/

/*=============================
	Faqs CSS
===============================*/
.faq .faq-content{
	margin-top:30px;
}
.faq .text-content {
	text-align: left;
	padding: 0 60px 0 0;
	margin-bottom:30px;
}
.faq .text-content h2 {
	font-size: 38px;
	margin-bottom: 25px;
}
.faq .text-content p{
	font-size:16px;
}
.faq .panel-group{
	margin: 0;
	text-align:left;
}
.faq .panel {
	background:#fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 0 0 2px;
}
.faq .panel-heading{
	background:none;
}
.faq .faq-title a {
	padding: 20px;
	font-size: 16px;
	position: relative;
	color: #5e5e5e;
	background: #f6f7f8;
	width: 100%;
	display: block;
}
.faq .faq-title a::after {
	content:"\f0d8";
	font-family: 'FontAwesome';
	top: 50%;
	margin-top:-5px;
	right: 24px;
	position: absolute;
	background:transparent;
	width: 10px;
	height: 10px;
	line-height: 10px;
	color: #fff;
	border-radius: 0px;
	text-align: center;
	font-size: 17px;
}
.faq .panel.active .faq-title a{
	color:#fff;
	text-decoration:none;
}
.faq .faq-title a.collapsed::after {
	content:"\f0d7";
	color: #191919;
	background:transparent;
}
.faq .faq-body {
	padding: 20px;
	color: #464646;
	font-size: 14px;
	box-shadow: none;
	text-shadow: none;
}
.faq .panel-default {
	border:none;
	box-shadow:none;
	text-shadow:none;
}
.faq .faq-img img{
	width:100%;
}
/*=============================
	End Faqs CSS
===============================*/

/*=============================
	404 CSS
===============================*/
.error-page {
	background-image: url('../images/error-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.error-page #particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 6;
}
.error-page .error-inner {
	text-align: center;
	flex-direction: initial;
	height: auto;
	text-align: center;
	z-index:10;
	position:relative;
}
.error-page .error-inner h2 {
	color: #fff;
	font-size: 120px;
}
.error-page .error-inner h2 span {
	display: inline-block;
	font-size: 150px;
}
.error-page .error-inner p {
	color: #fff;
	font-weight: 400;
	line-height: 24px;
	font-size: 16px;
	padding: 0 50px;
}
.error-page .search-form {
	width: 100%;
	position: relative;
	margin-top: 25px;
}
.error-page .search-form input {
	width: 100%;
	height: 55px;
	padding: 0px 78px 0 30px;
	border: none;
	background: #f6f6f6;
	text-transform: capitalize;
	border-radius:50px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	box-shadow:none;
}
.error-page .search-form input:hover{
	padding-left:40px;
}
.error-page .search-form .btn {
	position: absolute;
	right: -1px;
	top: 0;
	padding: 0;
	width: 80px;
	height: 55px;
	cursor: pointer;
	color: #fff;
	cursor:pointer;
	border-radius:50px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	border:none;
	box-shadow:none;
}
.error-page .search-form .btn:hover{
	background:#252525;
	color:#fff;
}
/*=============================
	End 404 CSS
===============================*/

/*=============================
	Contact CSS
===============================*/
.contact .contact-bottom{
	margin-top:30px;
}
.contact .contact-info {
	text-align: left;
	margin-top: 30px;
	position: relative;
	padding-left: 100px;
}
.contact .contact-info .icon {
	position: absolute;
	left: 0;
}
.contact .contact-info .icon i {
	width: 70px;
	height: 70px;
	line-height: 70px;
	border: 1px solid #e7e7e7;
	font-size: 25px;
	border-radius: 100%;
	text-align: center;
}
.contact .contact-info h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px;
}
.contact .contact-info a {
	color: #777;
}
.contact .contact-info p {
	color: #777;
	font-size: 15px;
}
.contact .contact-map{
	margin-top:30px;
}
.contact .contact-map #map{
	height:466px;
}
.contact .contact-head {
	overflow: hidden;
}
.contact .form-head{
	margin-top:30px;
}
.contact .form-head .form-group:last-child{
	margin:0;
}
.contact .form-head .form-group input {
	height: 50px;
	width: 100%;
	padding-left: 15px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border: 1px solid #eeeeee;
	color: #666666;
	font-size: 15px;
}
.contact .form-head .form-group input:hover,
.contact .form-head .form-group textarea:hover{
	padding-left:25px;
}
.contact .form-head .form-group textarea {
	height: 192px;
	width: 100%;
	font-size: 15px;
	padding-left: 15px;
	padding-top: 18px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border: 1px solid #eeeeee;
	color: #666666;
	resize: none;
}
.contact .form-head .form-group .button{
	margin-top:20px;
}
.contact .form-head .form-group button {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.contact .form-head .form-group button:before{
	background:#252525;
}
.contact .form-head .form-group button:hover{
	background:transparent;
}
/*=============================
	End Contact CSS
===============================*/

/*======================================
	Mail Send CSS
========================================*/ 
.mail-success {
	background: #fff;
}
.mail-success .mail{
	text-align:center;
}
.mail-success .mail h2 {
	font-size: 30px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.mail-success .mail h2 .primary{
	color:#00B16A;
}
.mail-success .mail h2 .normal {
	display: block;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 500;
}
.mail-success .mail .button{
	margin-top:30px;
}
.mail-success .mail .btn {
	background: #252525;
	color: #fff;
	border-radius: 50px;
}
.mail-success .mail .btn:before{
	background:#00B16A;
}
/*======================================
  End Mail Success CSS
========================================*/ 

/*=============================
	Footer CSS
===============================*/

.productimgwrap {
    -webkit-box-shadow: 0 0 7px 0 #00b16a;
    box-shadow: 0 0 7px 0 0 0 7px 0 #00b16a;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 185px;
	background-color: white;
	text-align: center;
}
.productimgwrap img{
	 max-height: 185px;
	 width: auto !important;
}
.product-btn{
	margin: 30px 0;
}
.product-btn a{
	margin: 0 10px;
}
.product-btn button{
	margin: 0 10px;
}
.message-top{
	padding-top:20px;
}
.register-button{
	background: #ED1C24 !important;
}
.service-section{
	background: #fff;
    margin-top: 30px;
}
.our-features .service-section h2 {
    font-size: 20px;
    margin: 15px 0;
}

.padding-top-0{
	padding-top:0 !important;
}
.padding-bottom-0{
	padding-bottom:0 !important;
}
.job-shedule {
    margin-bottom: 40px;
    padding: 0 120px;
}
.job-shedule ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}
.job-shedule ul li span {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    border: 1px solid;
    line-height: 30px;
	text-align: center;
	color: #ED1C24;
}
.job-shedule ul li label{
	font-weight:bold; padding-left: 10px;
}
.job-fair{
	padding:30px 50px;
}
.job-fair p{
	height: 300px;
}
.job-quality {
    font-size: 70px;
    color: #fff;
    width: 130px;
    height: 130px;
    background-color: #5b76f7;
    margin: 0 auto;
    border-radius: 100%;
}
.job-quality i {
    margin-top: 32px;
}
.sub-heading{
	text-align: left;
	padding:10px 0;
	font-weight: normal;
}
.job-post-plan{
	margin-top:10px;
	margin-bottom: 10px;
}

/*.......................Ins Global...................................*/
.body-container{
	padding:85px 20px 30px 20px;
}

.footer {
	background-color: #919191;
    padding: 4px 10px;
	color: #fff;
	position: fixed;
    font-size:13px;
	bottom: 0;
	width: 100%;
}
.container-space{
  background-color: #fff;
  padding:10px;
  box-shadow: 0px 5px 18px -7px #000;
  border-radius:7px;
  margin-bottom:30px;
  margin-top:10px;
  height:100%;
}
.table tr th{
	background-color: #151b83 !important;
	color:#fff;
	text-align: center;
    font-size:12px;
    font-weight:normal;
    white-space:nowrap
}
.table tr th img{
   margin-left: 2px;
   margin-right: 10px;
}
.table tr th a{	
	color:#fff;	
}
.table tr th a:hover{	
	color:#fff;	
}
.table td, .table th{
	padding: .30rem .50rem !important;
}

.form-inline .row{
	width:100%
}
select.form-control:not([size]):not([multiple]) {
     height: calc(2rem);
}
.btn.go{
	margin-top: 27px;
    padding: 5px 10px;
}
.table-icon a{
	background-color: #e4dede;
    padding: 4px 8px;
    margin: 0 5px;
    border-radius: 3px;
}
.fa-trash:before {    
    color: #dc3545;
}
.table-icon .fa{
 font-size: 18px; 
}
.service-tab .col-lg-3{
  margin-bottom: 30px;
}
.service-tab .col-lg-3 img{
	margin-top: 30px;
	margin-bottom: 20px
}
.portalImg{
	margin-top: 20px;
	margin-bottom: 20px;
}
.modal-body{
	padding: 10px 30px 17px 30px;
}
.text-btn{
	background: none;    
    border: none;   
    font-size:14px;
    border-bottom:1px solid;
    margin-left:10px;
}
.text-btn:hover{
    text-decoration: none;
}
.font-btn {
    border: 1px solid blue;
    padding: 1px 4px;
    margin: 0 5px;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
}
.font-btn-text {
    border-bottom: 1px solid blue;
    padding: 1px 4px;
    margin: 0 5px;
    color: #000;
    font-size: 14px;
}

.tableWith{
    width: 100%; 
}
.editTable{    
    width:1144px;
    max-height: 37vh; 
    overflow: auto;     
}
.editTable input{
    width:200px;
    height: calc(2.1rem);
}
.editTable select{
    width:150px;
}
.editTable th{white-space:nowrap;}
.form-control.disabled{
    background:#e7e7e7;
    height: calc(2.1rem);
}
.addAsp{
    margin-bottom: 16px;
    margin-top: 10px;
    font-size: 18px;
}
.dropbtn {    
  font-size: 15px;
  color:#000;
  border: none;
  cursor: pointer;
}


.dropdown i{
    margin-right:5px;
    color:#000;
}
.dropdown {
  position: relative;
  display: inline-block;
  margin-top:15px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 177px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  text-align:left;
  border-bottom: 1px solid #ece6e6;
}
 .dropdown-content a:hover {
     background-color: #e8e9ff;
 }

.show {display: block;}
.redStar{
    color:red;
    font-size: 15px;
    font-size: 20px;
    line-height: 11px;
}
.control-red{
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 20px;
	color:red;
}
.popupTable{
    max-height: 200px; overflow: auto;
}
.modal-body-height{
   
    overflow:auto;
}
.checkBox{
    height:18px;
    width:18px;
}
.checkBox input[type='checkbox']{
    height:18px;
    width:18px;
    margin-right:5px;
}
#MainContent_chkBranch{
    width:auto;
    margin:0;
    width:100%;
}
#MainContent_chkBranch tr td{
    width:auto;
    margin: 7px 15px 0 0;
    display: inline-block;
    width: 47%;
    font-size:12px;
}
#MainContent_chkBranch tr td input[type="checkbox"]{
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    height: 18px;
    width: 18px;
}
 input[type="checkbox"] {
        float: left;
        margin-top: 5px;
        margin-right: 5px;
        height: 18px;
        width: 18px;
    }
.tab-role-right input[type="checkbox"] {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	height: 13px;
	width: 13px;
}
#gvFinance tr td input[type="checkbox"] {
	float: none;
	margin-top: 5px;
	margin-right: 5px;
	height: 18px;
	width: 18px;
}
.employeePopup .col-sm-7 span {
	position: absolute;
	top: 0;
	right: 0;
}
.changePasshelp span{
    position:absolute;
    top: 28px;
    right: 0;
}
.branchCheckBox{
    border:1px solid #ccc;
    padding:10px;
    max-height: 200px;
    overflow: auto;
}

.paginationTable tr td table {
    width: auto;
    margin: 0;
    position: absolute;
    right: 30px;
    bottom: 0;
}

 .paginationTable tr td table tr td {
        padding: 0;
 }
 .paginationTable tr td table tr td a {
    padding: 4px 12px;
    background-color: #060d7c;
    color: #fff;
 }
  .paginationTable tr td table tr td span {
        padding: 4px 12px;
        padding: 4px 12px !important;
    background-color: #ccc;
  }
.info {
    background-color: #0285c2;
    border: 2px solid #00577f;
}

.message-box {
    width: 400px;
    display: inline;
    height: auto;
    padding: 20px 20px;
    position: fixed;
    right: -400px;
    top: 0px;
    font-size: 15px;
    color: #fff;
    z-index:111111;
}
.message-box.error{
    color: #fff;
    background: red;
}
.close-btn{
    color: #fff;  
    position: absolute;
    top: -2px;
    right: 10px;
}
.fancybox-overlay-fixed{
    z-index:111111 !important;
}
.fancybox-inner{
    width:auto !important;
}
.fancybox-wrap{
    width:600px !important;   
}
.fancybox-skin{
    background: #fff !important;
    color: #151b83 !important;
    border: 1px solid #151b83 !important;
}
.fancybox-skin h4{
   font-size:16px;
}
.fancybox-skin .btnGreen{
    padding: 4px 16px;   
    background: #28a745;
    color: #fff !important;
    border-radius: 5px;
}
.fancybox-skin .btnRed{
   padding: 7px 16px;
   background: #dc3545;
   color: #fff !important;
   border-radius: 5px;
}
.fancybox-inner{
    height:auto !important;
}
.backdrop{
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    opacity: .6;
    left: 0;
    top: 0;
}

body .ajax__calendar_container{
    width: 230px;
    height:230px;
    font-size: 12px;
}
body .ajax__calendar_body{
    width:220px;
    height:170px
}
body .ajax__calendar_container TD{
    font-size:14px;
}
body .ajax__calendar_day {
    height: 25px;
    width: 29px;
    text-align: center;  
}
body .ajax__calendar_dayname {
    height: 24px;
    width: 30px;  
    text-align: center; 
}
body .ajax__calendar_body table thead tr{
    background-color: #151b83 !important;
    color: #fff;
}
body .ajax__calendar_years
{
    width:215px;
}
body .ajax__calendar .ajax__calendar_active .ajax__calendar_day {
    background-color: #151b83;
    border-color: #151b83;
    color: #fff;
    border-radius:5px;
}
body .ajax__calendar_today{
    color:red;
}
.fancy-overlay{
    position: fixed;
    left: 0px;
    top: 0px;   
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}
.lastLogin{
    font-size: 11px;
    position: fixed;
    right: 9px;
    top: 0px;
    color: #5760ff !important;
}
.showtable label{
    float:left;
}
.showtable select{
    width:70px;
    float:left;
    margin-right:7px;
}
.showtable{
    padding-right:22px;
}
.numberShow span{
    padding-right: 10px;
    padding-top: 5px;
    display: block;
}
.excelIcon{
    background: url('../../Images/Excel.png') no-repeat scroll 0% 0% transparent !important;
    height: 32px !important; 
    width: 32px; 
    border: 0px none !important;
    float:right !important;
    margin-left: 10px;
}
.btn{
    line-height:1.2;
}
.icn-help{
    cursor: pointer; margin-left: 5px; margin-top:9px; color:#151b83;
}
.profileImg{
    position:relative;
}
.profileImg img{
    border-radius: 100%;
    width: 150px;
    height: 150px;
    border: 1px solid #ccc;
    box-shadow: 0px 6px 12px -2px #ccc;
}
.about-me{
    padding:10px 30px;
}
.profile-border{
    border-left: 1px solid #ccc;
}
.upload-image{
    position:absolute;
    top: 145px;
    right: -82px;
}
.rl{
    position:relative;
}
.ab{
    position:absolute;
 }
.helpBox{
   top: 0px;
    z-index: 111;
    border: 1px solid #ccc;
    padding: 8px;
    right: 15px;
    border-radius: 5px;
    font-size: 12px;
    background: #fff3f4;
    width:330px;
}
.helpBox a{
    text-align: right;
    color: #000;
    font-weight: bold !important;
    /* font-size: 16px; */
    border: 1px solid #ccc;
    border-radius: 100%;
    padding: 2px 4px;
    background: #666;
    color: #fff;
    position: absolute;
    right: -5px;
    top: -7px;
}
.helpBox .close{
    font-size: 12px;    
    border-radius: 100%;
    padding: 3px 5px;
    position: absolute;
    right: 0;
    top: 1px;
}
.ajax__tab_xp .ajax__tab_body{
    padding:20px !important;
}
.ajax__tab_xp .ajax__tab_header .ajax__tab_outer{
    height:35px !important;
}
.ajax__tab_tab{
    height:auto !important;
    background:none !important;
    font-size:15px;
}
.ajax__tab_inner, .ajax__tab_outer{
    background:none !important;
}
.ajax__tab_header .ajax__tab_tab{
   background-color: #999dda !important;
    color: #fff;
    padding: 5px 15px !important;
    border-radius: 10px 10px 0 0;
}
.ajax__tab_header .ajax__tab_active .ajax__tab_tab{
   background-color: #151b83 !important;
    color: #fff;
    padding: 5px 15px !important;
    border-radius: 10px 10px 0 0;
}
.uploadFile p{
    display: inline-block;
}
.select-wrapper {   
  position: relative;
  width: 33px;
  height: 14px;
  padding-top: 4px;
  cursor:pointer;
}
.select-wrapper i{
    font-size: 26px;
    position: absolute;    
}
.image_src {
  width: 26px;
  height: 26px;
  margin-right: 100px;
  cursor:pointer;
  opacity: 0;
  filter: alpha(opacity=0); /* IE 5-7 */
}
.countryCode{
    float: left;
    width: 90px;
    text-align: center;
    padding-top: 4px;
    border: 1px solid #ccc;
    border-right: 0;
    height: 34px;
    border-radius: 3px 0 0 2px;
    background: #f4f5ff;
    color: #000;
    font-size:13px;
}
.countryMobile{
    width: calc(100% - 91px) !important;
}

.tableMobCode{
    width:200px;
}
.mobileCode .countryCode{
    float: left;
    width: 86px;
    text-align: center;
    padding-top: 4px;
    height:33px;
}


.countryCodeWithName {
	float: left;
	width: 130px;
	text-align: left;
	padding-top: 0px;
	border: 1px solid #ccc;
	border-right: 0;
	height: 34px;
	border-radius: 3px 0 0 2px;
	background: #f4f5ff;
	color: #000;
	font-size: 11px;
}
.countryMobileSmall {
	width: calc(100% - 131px) !important;
}



.mobileCode input{
    width: calc(100% - 86px);
}
.profileName{
    font-weight:bold;
    padding-bottom:10px;
    display:block;
}
.change-password{
    margin: 15px auto;    
    box-shadow: 0px 3px 8px 3px #ccc;
    padding: 20px;
}
.showCountBlock{
    padding-bottom: 17px;
}
.showtableBottom{
    bottom: -10px;
    left: 40px;
}
.relationMgt .ajax__tab_body_verticalleft{
   border: 0px solid #e8e6e6 !important;
   padding-top:20px !important;
   border-left: 1px solid #e6e5e5 !important;
}
.relationMgt .ajax__tab_header_verticalleft{     
    width: 230px !important;        
}
.relationMgt .ajax__tab_container{
     background:#fff9f9 !important;
     border: 1px solid #f1f0f0;
     padding-right:10px;
}
.relation-text{
   padding-top: 7px;
    display: inline-block;
    border: 1px solid #ccc;
    width: 100%;
    padding-bottom: 7px;
    padding-left: 12px;
    background-color: #f5f5f5;
    border-radius: 2px;
    cursor: no-drop;
}

.relationMgt .ajax__tab_header_verticalleft .ajax__tab_tab{
    background: #999cd0 !important;
    color: #fff;
    border-radius: 5px;
    margin: 10px !important;
    padding: 10px 0;
    font-size: 14px;
    position:relative;
}
.relationMgt .ajax__tab_header_verticalleft .ajax__tab_active .ajax__tab_tab{
    background: #151b83 !important;
    color: #fff;
    position:relative;
}
.relationMg #MainContent_TabContainer1_headerSpannerHeight{
    height:auto !important;
}
.ncpheadingBox{
    font-weight: bold;
    font-size: 18px;    
    color: #151b83;  
    border-bottom: 1px solid #e0dfdf;   
    padding-left: 0px;
    width: 100%;
    margin: 0 17px 18px 35px;
    padding-bottom: 3px;
}
.relationtable tr th{
    font-size:16px;
    padding:6px 7px;
}
.relationtable tr td{    
    padding: 0px 7px 0px 7px !important;
    vertical-align: middle;    
}
.form-control-0 .form-control{ margin-bottom:0}
.relationMgt #MainContent_TabContainer1_body{
    padding-left:20px;
}
.form-group input[type='text'], .form-group input[type='password']{
    height: calc(2.1rem);    
}
.p-10{
    padding:10px;
}
.margin-top-10{
    margin-top:10px;
}
.margin-bottom-20{
    margin-bottom:20px;
}
.margin-bottom-10{
    margin-bottom:10px;
}
#MainContent_TabContainer1_TabPanel5_ucPaymentInfo_chkIsDefault{
    margin-top:10px;
}
.brd-line{
    display:block;
    border-bottom:1px solid #ccc;
    margin-bottom:10px;
}
.colorHeading h5{
    color: #0a0d41;   
    border-bottom: 1px solid #e4dddd;
    margin-bottom: 0px;
    padding-bottom: 3px;
}
.modal-scroll{
    overflow: auto;
    max-height: 90vh;
}
.tableCustomize .table th {
    padding: .35rem .50rem;
}
.linkIconBtn{
    width:150px;
}
.user-Name{
   line-height: 35px;
}
.ddldata{
    width:80px;
    padding:10px;
}
.specialityChk tr td{
    vertical-align:middle
}
.specialityChk tr td table {
    margin-bottom:0;
}
.specialityChk td input[type='checkbox']{
    height:15px;
    width:15px;
    margin-right:10px;
}
.tickIcon img{
    margin-left: 10px;
    margin-right: 2px;
    height:20px;
    width:20px;   
    position:absolute;
    left:0; 
}
#MainContent_TabContainer1_TabPanel4_ucSpeciality_gvServiceTag_chkSubServiceTag_0 td{
    border:0 !important;
}
.left-search-tab ul{
    background-color:#f4f5fa;
    padding:7px;
}
.left-search-tab ul li{
    background-color: #6f7190;
    padding: 8px 7px;
    margin: 8px 0;
    border-radius:5px;
}
.left-search-tab ul li a{
   color:#fff;
   padding-left:30px;
}
.left-search-tab ul li.active{
    background-color: #010879;   
}
.left-search-tab ul li.active a{
    color:#fff; 
}
.iframe-hd{
    border-bottom: 1px solid #ccc;
    margin: 0 0 13px 0;
}
.iframe-hd h4{
    font-weight: bold;
    font-size: 19px;
    color: #151b83;
}
.tick-image {
    background-image: url('../../icons/check-icon.png');
    url('../images/animation-bg.png');
    background-repeat: no-repeat;
    background-position: 5px 8px;
}
.mt-28
{
    margin-top:28px;
}
.mt-13 input[type='checkbox']{
    margin-top:13px;
}
.modal-header .close{
    cursor:pointer;
}

.modalBackground {
    background: #ccc;
    opacity: .5;
}
legend{
    font-size:1rem !important;
}
.importnsptable tr td{width:50%}
.redcolor{
    color:red;
}
#MainContent_txtReason{
    resize:none;
    padding:10px;
}
.form-group{
    position:relative;
}
.control-red-star {
    position: absolute;
    top: 34px;
    right: -10px;
    font-size: 20px;
  
}
.control-red-star-caseFile {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 20px;
    color: red;
}
.control-red-star-reportDate {
	position: absolute;
	top: 34px;
	right: 4px;
	font-size: 20px;
}


.nestedTableInner {
	width: 80% !important;
}

	.nestedTableInner tr td a {
		background-color: #fff !important;
		color: #000 !important;
	}

	.nestedTableInner tr th {
		background-color: #151b8382 !important;
	}

	.nestedTableInner tr td span {
		background: transparent !important;
	}

	.nestedTableInner tr td {
		padding: 7px !important;
	}

.nestedTable{
    width:100% !important;
}

.nestedTable tr td a {
        background-color: #fff !important;
       color: #000 !important;
}
    .nestedTable tr th {
        background-color: #151b8382 !important;
    }
.nestedTable tr td span {
    background: transparent !important;
}
.nestedTable tr td {
    padding:7px !important;
}
textarea {
    resize: none;
}
.target-brd {
    padding-bottom: 7px;
    border-bottom: 1px solid #ccc;
}
.loading {
    width: 98%;
    text-align: center;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    filter: alpha(opacity=40);
    z-index: 111111;
}
.loaderBg {
    background-color: Gray;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    z-index: 1111;
}
.loading img{
    border-radius: 10px;
    border: 2px solid #ccc;
    position: absolute;
    top: 45%;
    background: #fff;
}
    .titleHead {
    font-weight: bold;
    font-size: 19px;
    color: #151b83;
}
.isp-con {
    background-image: url('../../icons/fone.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    position: absolute;
    width: 24px;
}
.isp-branch {
    background-image: url('../../icons/branch.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    position: absolute;
    width: 24px;
}
.fees {
    background-image: url('../../icons/doller.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    position: absolute;
    width: 24px;
}
.fees {
    background-image: url('../../icons/doller.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    position: absolute;
    width: 24px;
}
.insurance {
    background-image: url('../../icons/umbrella.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    position: absolute;
    width: 24px;
}

.customerIcon {
    background-image: url('../../icons/customer_icon.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    position: absolute;
    width: 24px;
}

.applyLimitIcon {
	background-image: url('../../icons/limit.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	height: 24px;
	position: absolute;
	width: 24px;
}

.feeStructureIcon {
    background-image: url('../../icons/feeStructure_icon.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    position: absolute;
    width: 24px;
}


.productIcon {
    background-image: url('../../icons/product.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    position: absolute;
    width: 24px;
}


.benefitIcon {
    background-image: url('../../icons/benefit.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    position: absolute;
    width: 24px;
}



.subbenefitIcon {
    background-image: url('../../icons/sub-benefit.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    position: absolute;
    width: 24px;
}


.geographicalIcon {
    background-image: url('../../icons/globe.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    position: absolute;
    width: 24px;
}

.planIcon {
    background-image: url('../../icons/plan.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    position: absolute;
    width: 24px;
}


.planDetailIcon {
    background-image: url('../../icons/plan-details.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    position: absolute;
    width: 24px;
}


.mailsettingIcon {
    background-image: url('../../icons/mail_setting.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    position: absolute;
    width: 24px;
}


.GOPIcon {
    background-image: url('../../icons/GOP.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    position: absolute;
    width: 24px;
}

.TransportIcon {
    background-image: url('../../icons/transport.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    position: absolute;
    width: 24px;
}

.TransmissionIcon {
    background-image: url('../../icons/transmission.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    position: absolute;
    width: 24px;
}

.myservicesIcon {
	background-image: url('../../icons/myservices.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	height: 24px;
	position: absolute;
	width: 24px;
}
.financeModeIcon {
	background-image: url('../../icons/financeMode.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	height: 24px;
	position: absolute;
	width: 24px;
}

.p-15 {
    padding: 15px;
}

.loaderImg {
    margin-top: 15%;
    width: 120px;
    background: gainsboro;   
    border-radius: 10px;
}

.validate_border {
    border: 1px solid red;
}
.form-group {
    margin-bottom: .8rem !important;
}
.col-form-label {
    font-size: 13px !important;
}
label {
    font-size: 13px !important;
}

.form-control {
    font-size: 13px !important;
}
.btn.focus, .btn:focus {
    box-shadow:none !important;
}
.accordion > .card{
    overflow:inherit !important;
    margin-bottom: 8px;
}
body .btn-link {
    font-weight: 600;
    color: #151b83;
    font-size: 16px;
}
body .bs-example{
    margin: 20px 0;
}
.card-header {
    padding: 3px 0px !important;
}
.nav-tabs .nav-link {
    font-size: 14px;
    font-weight: 600;
}
.nav-link {
    padding: .3rem 1rem !important;
}
.nav-item a {
    color: #151b83 !important;
}
#lblCustomer {
    width: 379px;
    left: 13px;
}
#lnkSaveQuesScript, #lnkAddResponse {
    position: absolute;
    bottom: 13px;
}
.aspquestion > div{
    width:100%; margin-top:15px;
}
#lblQuestion{
    width:379px;
    left:14px;
}
.advancedSearch table tr td{
    width:170px;
    padding-bottom:10px;
}
.filter {
    margin-top: 22px;
    margin-left: 10px;
}
.filter i {
    font-size: 40px;
    padding-top: 3px;
    color: #151b83;
}
.border-divide {
    border-right: 1px solid #151b83;
}
.ajax__tab_tab{
    outline:none;
}
.control-red-star-invoice {
    position: absolute;
    top: 8px;
    right: 1px;
    font-size: 20px;
}
.control-red-star-myservices {
	position: relative;
	top: 8px;
	right: 1px;
	font-size: 20px;
}

.control-red-star-compareValidator {
	position: relative;	
	right: 1px;
	font-size: 12px;
	display:block;
}

#gvInvoiceDetails tr td, #gvGrid tr td, #gvGridPOADetails tr td{
    position: relative;
}
.overflow-auto{
    overflow:auto;
}
.size20{
    font-size:20px;
}


.white-space table tbody tr td {
    white-space: nowrap;
    padding: 5px 4px !important;
}
.headerFont13 table thead tr th{
    font-size:13px;
}
.headerFont13 table tbody tr td {
    font-size: 13px;
}

#tableSlide {
    cursor: pointer;
    margin-left: 7px;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    padding: 0 4px;
    font-weight: bold;
	margin-left:100px;
}

.rowMarginForScroll {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.padding15{
    padding:15px;
}

.padding16 {
    padding: 16px;
}
#rblIsClaimPreExisiting tr td input[type="radio"]{
    margin-right:10px;
}
#rblIsClaimPreExisiting tr td {
    width:60px;
}
.icdInput {
    width: 77% !important;
    float: left;
    margin-right: 15px;
}
#lblICDLongDesc, #lblIcdCode {
    font-size: 13px;
}
.ui-autocomplete {


    background: #fff;
    width: 400px !important;
    border: 1px solid #ccc !important;
    padding-left: 12px;
    max-height: 310px;
    overflow: auto;
}
.ui-autocomplete li {
    line-height: 30px;
    list-style: none;
}
.ui-autocomplete li a {
    color: #000;
    cursor: pointer;
    font-size: 13px;
}
#rblEnableSSL tr td input[type="radio"]{
    margin-right:6px;
}
#rblEnableSSL tr td {
    padding-right: 10px;
}

.zoom {
    transition: transform .2s;
    width: 200px;
    height: 200px;
    margin-top: 4px;
}


.zoomImgComtainer {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    min-height: 500px;
    text-align: center;
}

    .zoomImgComtainer img {
        width: 100%;
        margin-bottom: 5px;
    }

#chkListLanguages tr td, #MainContent_chkListLanguages tr td {
    width: 170px;
    padding-bottom: 10px;
}
.form-group textarea {
    resize: none;
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
    .form-group {
        margin-bottom: .4rem !important;
    }

    .container-scroll {
        overflow: auto !important;
    }
}
.prescriptionView.table tr th {
    background-color: #7074b8;
}


.transportDetails.table tr th {
    background-color: lightgray;
}

.table td.gopPlusIcon {
    width: 25px;
    padding: 1px !important;
    display: block;
    margin: 5px 3px;
    border:0;
}

.paginationIFrameBottom tr td table {
	bottom: -36px !important;
}
.divLimitTbl tr td input[type="text"] {
	float: left;
	width: 75%;
	margin-right: 2px;
}

.scrollbar {
	max-height: 400px;
	overflow: auto;
	overflow-x: hidden;
	/*padding: 15px 10px;*/
	box-shadow: 0 0 8px 1px #ccc;
}


.tabScroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.tabScroll::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
}

.tabScroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ccc;
}

.blinking {
	animation: blinkingText 1.2s infinite;
}
.currencyCode {
	float: left;
	width: 122px;
	text-align: center;
	padding-top: 4px;
	border: 1px solid #ccc;
	border-right: 0;
	height: 34px;
	border-radius: 3px 0 0 2px;
	background: #f4f5ff;
	color: #000;
	font-size: 13px;
}

.currencyMobile {
	width: calc(100% - 122px) !important;
}

.section-bottom-border {
	border-bottom: 1px solid #6f7190;
	font-weight: bold;
	color: #6f7190;
	margin-bottom: 10px;
}

.fntSize-13
{
	font-size:13px;
}

.boxShadowNone
{
	box-shadow:none !important;
}

.noBackGround tbody tr
{
	background-color:transparent !important;
}
.noBackGround tbody tr td {
	border:none !important;
}

.fa-plus:before
{
	padding-right:5px;
}

.fa-minus:before {
	padding-right: 5px;
}

.displayInlineFlex{
	display:inline-flex !important;
}

.labelWithBold
{
	font-weight:bold;
}
.labelWithBold {
	font-weight: bold;
}
.noBorder{
	border:none !important;
}
.bgWhite
{
	background-color:white;
}

.bgWhite span {
	background-color: white;
}

	.bgWhite .countryCode {
		background-color: white;
		width:50px !important;
		padding-top:6px !important;
	}
.bgTransparent {
	background-color: transparent;
}

	.bgTransparent span {
		background-color: transparent;
	}



.removePadding td {
	padding: 0px 0px 0px 5px !important;
}
.fa-info-circle
{
	font-size:14px;
}

.innerGrd {
	position: relative !important;
	right: 0 !important;
}

.emailFormatNote {
	font-size: 11px;
	color: #151b83 !important;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
}

.emailStepDesc {
	font-size: 11px;
	color: #151b83 !important;
	font-weight: bold;
	padding-top: 10px;
	
}
.row_border {
	background: #f9f9f9;
	padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid #020779;
}

.row_border_chart {
	background: #f9f9f9;
	padding: 30px 20px;
	border-radius: 5px;
	border: 1px solid #020779;
}

.row_border_table {
	background: #f9f9f9;
	padding: 20px 20px;
	border-radius: 5px;
	border: 1px solid #020779;
}

canvas {
	border-radius: 4px;
	padding: 4px;
	box-shadow: 0px 0px 5px -1px #050c7b
}



/* width */
::-webkit-scrollbar {
	width: 8px;
	height: 10px
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
		background: #555;
	}