

/* 1 imported styles */
@import
	url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700)
	;

@import
	url(https://fonts.googleapis.com/css?family=Raleway:400,100,100italic,200,200italic,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800,900,800italic,900italic)
	;

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

@import url(bootstrap.min.css);

@import url(font-awesome.min.css);

@import url(hover.css);

@import url(jquery.fancybox.css);

@import url(jquery.bxslider.css);

@import url(owl.carousel.css);

@import url(owl.theme.default.min.css);

@import url(animate.min.css);

@import url(../fonts/flaticon/flaticon.css);

@import url(../revolution/css/settings.css);

@import url(../js/jquery-ui-1.11.4/jquery-ui.css);

body {
	font-size: 14px;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}

p {
	line-height: 24px;
}

a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}

img {
	max-width: 100%;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.p0 {
	padding: 0 !important;
}

.thm-btn {
	background: #1253a7;
	border-radius: 30px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px 35px;
	border: 2px solid transparent;
	transition: all .3s ease;
}

.thm-btn.btn-black {
	background: #202a30;
	color: #fff;
}

.thm-btn:hover, .thm-btn.inverse {
	background-color: #fff;
	border-color: #1253a7;
	color: #1253a7;
}

.thm-btn.inverse:hover {
	background: #1253a7;
	border-color: #1253a7;
	color: #fff;
}

.thm-btn.flat-btn {
	border-radius: 0;
	padding: 9px 35px;
}

.sec-padding {
	padding: 25px 0;
}

.sec-title {
	margin-bottom: 63px;
}

.sec-title h2 {
	font-size: 25px;
	color: #202A30;
	font-weight: bold;
	margin: 0;
	margin-bottom: 15px;
}

.sec-title p {
	font-size: 16px;
	color: #747474;
	margin: 0;
	margin-bottom: 20px;
}

.sec-title span.decor {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #E6E6E6;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.sec-title span.inner {
	width: 6px;
	height: 6px;
	background: #EAEAEA;
	border-radius: 50%;
	display: block;
	margin: auto;
	margin-top: 3px;
}

.sec-title span.decor:before, .sec-title span.decor:after {
	content: '';
	position: absolute;
	top: 5px;
	width: 50px;
	height: 2px;
	background: #E6E6E6;
	z-index: -1;
}

.sec-title span.decor:before {
	left: 14px;
}

.sec-title span.decor:after {
	right: 14px;
}

.sec-title.text-left span.decor {
	margin-left: 50px;
}

.sec-title.style-two span.decor {
	border-color: #fc6f00;
}

.sec-title.style-two span.decor .inner {
	background: #fc6f00;
}

.sec-title.style-two span.decor:after {
	right: -94px;
}

.sec-title.style-two span.decor:before, .sec-title.style-two span.decor:after
	{
	background: #DCDCDC;
}

.sec-title.colored span.decor {
	border-color: #fc6f00;
}

.sec-title.colored span.decor span.inner {
	background: #fc6f00;
}

.sec-title.colored span.decor:before, .sec-title.colored span.decor:after
	{
	background: #0b901d;
}

.full-width {
	width: 100% !important;
}

.maw-full {
	max-width: 100% !important;
}

.color-theme {
	color: #26a65b !important;
}

.color-theme2 {
	color: #f4d03f !important;
}

.color-white {
	color: #fff !important;
}

.color-light-white {
	color: #f9f9f9 !important;
}

.color-black {
	color: #313c45 !important;
	padding-left: 15px;
}

.color-gray {
	color: #919191 !important;
}

.font-poppins {
	font-family: 'Poppins', sans-serif !important;
}

.font-montserrat {
	font-family: 'Montserrat', sans-serif !important;
}

.font-raleway {
	font-family: 'Raleway', sans-serif !important;
}

.font-size-12 {
	font-size: 12px;
}

.font-size-13 {
	font-size: 13px;
}

.font-size-14 {
	font-size: 14px;
}

.font-size-15 {
	font-size: 15px;
}

.font-size-16 {
	font-size: 16px;
}

.font-size-17 {
	font-size: 17px;
}

.font-size-18 {
	font-size: 18px;
}

.fw-500 {
	font-weight: 500 !important;
}

.fw-b {
	font-weight: bold !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.overlay-white::before {
	background-color: rgba(255, 255, 255, 0.88) !important;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.preloader {
	background-color: #fff;
	background-image: url(../img/logo.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	width: 100%;
	z-index: 999999;
	opacity: .85;
}

/* 2 flaticon reset styles */
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after,
	[class*=" flaticon-"]:after {
	margin: 0;
}

/* 3 .top-bar styles */
.top-bar {
	border-bottom: 1px solid #EAEAEA;
}

.top-bar .left-text p {
	font-size: 13px;
	color: #B6B6B6;
	margin: 0;
	line-height: 48px;
}

.top-bar .left-text p span {
	color: #383838;
}

.social-icons ul, .social-icons ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.social-icons ul li:first-child a {
	border-left: 1px solid #EAEAEA;
}

.social-icons ul li a {
	display: inline-block;
	font-size: 15px;
	color: #A4A4A4;
	border-right: 1px solid #EAEAEA;
	line-height: 48px;
	text-align: center;
	padding: 0 16px;
	margin-left: -5px;
	transition: all .3s ease;
}

.social-icons ul li a:hover {
	color: #fff;
	background: #1253a7;
}

/* 4 .header styles */
.header {
	background-color: #f9f9f9;
}

.single-header-info {
	float: left;
	padding-left: 35px;
}

.single-header-info .icon-box, .single-header-info .content {
	display: table-cell;
	vertical-align: middle;
}

.single-header-info .icon-box .inner-box {
	width: 60px;
	height: 60px;
	border: 1px solid #E1E1E1;
	border-radius: 50%;
	text-align: center;
	line-height: 58px;
	margin-right: 15px;
}

.single-header-info .icon-box .inner-box i:before {
	font-size: 30px;
	color: #1253a7;
}

.single-header-info .content h3 {
	font-size: 13px;
	text-transform: uppercase;
	color: #2B2B2B;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	margin: 0;
	margin-bottom: 5px;
}

.single-header-info .content p {
	font-size: 13px;
	margin: 0;
	color: #B6B6B6;
}

.single-header-info .content p b {
	font-size: 18px;
	color: #000000;
	font-weight: 500;
}

.single-header-info .thm-btn {
	margin: 7px 0;
}

/* 5 .mainmenu-area styles */
.bottom-header .navbar-default {
	background-color: transparent;
	border-color: transparent;
	margin-bottom: 0;
	min-height: 30px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.30);
}

.bottom-header  .navbar-default .navbar-nav>li>a {
	color: #fff;
	padding: 10px 12px;
}

.bottom-header  .navbar-default .navbar-nav>li:first-child a {
	padding-left: 0;
}

.bottom-header  .navbar-default .navbar-nav>li:last-child a {
	padding-right: 0;
}

.mainmenu-area.stricky-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}

.navigation .nav-footer {
	display: none;
}

.navigation .nav-header>ul {
	padding: 0;
	margin: 0;
}

.navigation .nav-header>ul>li {
	display: inline-block;
	position: relative;
}

.navigation .nav-header>ul>li:first-child>a {
	padding-left: 0;
}

.navigation .nav-header>ul>li>a {
	display: block;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 10px 35px;
	transition: all .3s ease;
}

.navigation .nav-header>ul>li:hover>a {
	color: #b1b1b1;
}

.navigation .nav-header>ul>li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.navigation .nav-header>ul>li>ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	background: #fff;
	width: 240px;
	margin: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	box-shadow: 2px 0 11px -3px rgba(0, 0, 0, .2);
	transition: all .5s ease;
}

.navigation .nav-header>ul>li>ul>li {
	display: block;
	position: relative;
}

.navigation .nav-header>ul>li>ul>li:last-child>a {
	border-bottom: 0;
}

.navigation .nav-header>ul>li>ul>li>a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	color: #2B2B2B;
	padding: 6px 10px;
	border-bottom: 1px solid #E9E9E9;
	transition: all .3s ease;
}

.navigation .nav-header>ul>li>ul>li:hover>a {
	background: #1253a7;
	color: #fff;
	border-color: 0;
}

.navigation .nav-header>ul>li>ul>li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.navigation .nav-header>ul>li>ul>li>ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 240px;
	margin: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	background: #fff;
	box-shadow: 2px 0 11px -3px rgba(0, 0, 0, .2);
	transition: all .5s ease;
}

.navigation .nav-header>ul>li>ul>li>ul>li {
	display: block;
	position: relative;
}

.navigation .nav-header>ul>li>ul>li>ul>li:last-child>a {
	border-bottom: 0;
}

.navigation .nav-header>ul>li>ul>li>ul>li>a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	color: #2B2B2B;
	padding: 14px 19px;
	border-bottom: 1px solid #E9E9E9;
	transition: all .3s ease;
}

.navigation .nav-header>ul>li>ul>li>ul>li:hover>a {
	background: #1253a7;
	color: #fff;
	border-color: 0;
}

.mainmenu-area .search-box {
	height: 38px;
	padding: 0 25px;
}

.middel-header {
	padding: 10px 0;
}

.mainmenu-area .search-box input {
	background-color: #fff;
	border: none;
	outline: none;
	color: #1E1E1E;
	font-size: 13px;
	line-height: 18px;
	width: 203px;
	padding: 5px 10px;
	margin-top: 5px;
}

.search-box.pull-right form {
	position: relative;
}

.mainmenu-area .search-box button {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 15px;
	line-height: 35px;
	color: #000;
	position: absolute;
	right: 0px;
	top: 0;
}

.right_nav {
	margin-top: 0px;
}

.right_nav li {
	display: inline-table;
	margin-right: 22px;
	line-height: 85px;
	float: left;
}

.right_nav li a {
	color: #424242;
}

.about_raipur img {
	margin-bottom: 20px;
}

.about_raipur h2 {
	font-size: 25px;
	color: #202A30;
	font-weight: bold;
	margin: 0;
	margin-bottom: 15px;
}

.about_raipur p {
	font-size: 14px;
	color: #747474;
	margin: 0;
	margin-bottom: 20px;
	text-align: justify;
}

.button_raipur {
	background: #233f99;
	border: none;
	color: #FFF;
	padding: 7px 10px;
	float: left;
	border-radius: 7px;
}

.button_raipur input {
	background: #233f99;
	border: none;
	color: #FFF;
}

.quick_link_section {
	color: #fff;
}

.quick_link_section span {
	background: #233f99;
	display: block;
	line-height: 45px;
	border-bottom: 1px solid #fff;
	padding: 0px 5px;
	font-size: 24px;
}

.quick_link_section li {
	background: #6397c9;
	padding: 5px;
	line-height: 45px;
	border-bottom: 1px solid #fff;
	padding: 0px 5px;
}

.quick_link_section li a {
	color: #FFF;
}

.latest_news {
	border: 2px solid #233f99;
	border-radius: 5px;
	min-height: 462px;
}

.latest_news h2 {
	background: #233f99;
	padding: 5px 10px;
	margin: 0 auto;
	font-size: 24px;
	color: #fff;
	line-height: 35px;
}

.latest_news h2 a {
	float: right;
	font-size: 14px;
	color: #fff;
}

.latest_news h2 a:hover {
	color: #0CF;
}

.latest_news_con {
	margin: 10px;
}

.latest_news_con_one {
	border-bottom: 1px dotted #333;
	margin-bottom: 5px;
}

.latest_news_con_one img {
	float: left;
	margin-right: 7px;
}

.latest_news_con_one p {
	margin-bottom: 5px;
}

.updown {
	float: right;
	font-size: 24px;
	margin-top: 15px;
}

.updown li {
	display: inline-table;
}

.updown li a {
	color: #333333;
}

.updown li a:hover {
	color: #0CF;
}

.upcomming_event .hadding {
	font-size: 24px;
	color: #ff7e00;
	border-bottom: 1px solid #ff7e00;
	padding-bottom: 5px;
}

.upcomming_event .hadding span { /*border-bottom:3px solid #424242;*/
	
}

.upcomming_event .hadding a {
	float: right;
	color: #FFF;
	background: #424242;
	font-size: 18px;
	padding: 2px 5px;
}

.content_inner {
	padding: 15px 0;
	width: 100%;
	float: left;
}

.content_inner img {
	width: 100%;
	margin-left: 10%;
}

.upcomming_event .cont_right {
	float: right;
	color: #424242;
}

.upcomming_event .cont_right span {
	margin-top: 25px;
	display: block;
	color: #424242;
	font-size: 18px;
}

.content_inner p {
	font-size: 14px;
	color: #000;
}

.testi_one_cont img {
	float: left;
}

.testi_one {
	margin-bottom: 25px;
	color: #424242;
}

.testi_one img {
	float: left;
	margin-right: 20px;
}

.testi_one p {
	font-size: 20px;
	line-height: 35px;
}

.fiture_box {
	border: 2px solid #666;
	padding: 8px;
	color: #000;
	text-align: center;
}

.fiture_box b {
	text-align: center;
	font-size: 34px;
	margin: 25px auto;
	display: inline-table;
}

.fiture_box_t {
	float: left;
	text-align: left;
}

.fiture_box_t b {
	font-size: 16px;
	margin: 0 auto;
}

.membership {
	text-align: center;
	margin: 20px auto;
}

.membership span {
	margin: 20px auto;
	font-size: 24px;
	color: #424242;
}

.membership li {
	display: inline-table;
	margin: 20px;
}

.news-box-sec {
	width: 100%;
	background-color: #fff;
	position: relative;
	/* background-image: url("../img/testi-bg.jpg"); */
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom center;
}

.news-box-sec-inner {
	padding: 50px 0;
	background-color: rgba(0, 0, 0, 0.6);
}

section.news-box-sec .tab-content  li {
	margin: 10px 0;
}

section.news-box-sec .tab-content  li a {
	color: #000;
}

section.news-box-sec .nav-tabs li a {
	background-color: rgba(120, 158, 66, 0.86);
	border-radius: 0px;
	padding: 10px 30px;
	color: #fff;
	margin-right: 2px;
	transition: all 0.3s ease-in-out;
	border: 1px solid #fff;
}

.news-box-sec .nav-tabs>li.active>a, .news-box-sec .nav-tabs>li.active>a:focus,
	.news-box-sec .nav-tabs>li.active>a:hover {
	background-color: rgba(255, 255, 255, 0.67);
	color: #000;
}

.news-box-sec .tab-content {
	background-color: rgba(255, 255, 255, 0.67);
	padding: 20px 10px 10px;
	width: 100%;
	float: left;
}

.news_letter {
	background: #ff7e00;
	color: #fff;
	padding: 15px;
	text-align: center;
	margin: 75px 0 0;
}

.news_letter span {
	font-size: 24px;
}

.news_box {
	margin: 25px auto;
}

.news_box input {
	display: inline-table;
	color: #666;
	width: 70%;
	border: none;
	height: 35px;
	margin-right: -4px;
	padding: 5px;
}

.news_btn {
	display: inline-table;
}

.news_btn input {
	background-color: #d56823;
	color: #fff;
	border: none;
	width: 100px;
}

@media ( min-width : 769px) {
	.navigation .nav-header .dropdown a button {
		display: none;
	}
}

/* 6 .rev_slider_wrapper styles */
.rev_slider .slotholder:after {
	background: rgba(0, 0, 0, 0.0);
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.rev_slider_wrapper .thm-banner-h1 {
	font-size: 55px;
	font-weight: 300;
	color: #fff;
	font-family: 'Raleway';
	text-transform: uppercase;
}

.rev_slider_wrapper .thm-banner-h3 {
	font-size: 30px;
	font-weight: 400;
	color: #1253a7;
	font-family: 'Raleway';
	text-transform: capitalize;
}

.rev_slider_wrapper .thm-banner-p {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	font-family: 'Poppins';
	line-height: 27px;
}

.rev_slider_wrapper .thm-banner-h1.heavy {
	font-weight: 900;
}

.rev_slider_wrapper .thm-btn {
	transition: all .3s ease !important;
}

.rev_slider_wrapper .thm-banner-h1.blue-bg {
	background: #1253a7;
	color: #fff;
	font-size: 50px;
	line-height: 55px;
	padding: 0 10px;
}

.rev_slider_wrapper .thm-banner-h1.black-bg {
	background: #262F36;
	color: #fff;
	font-size: 50px;
	line-height: 55px;
	padding: 0 10px;
}

/* 7 .call-to-action styles */
.call-to-action .container-fluid {
	padding: 0;
}

.call-to-action-corner {
	/*width: 35%;*/
	position: relative;
	/*float: left;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.call-to-action-corner:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background: rgba(251, 202, 0, .92);
}

.call-to-action-center {
	/*width: 30%;*/
	position: relative;
	/*float: left;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.call-to-action-center:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(1, 27, 27, .80);
}

.single-call-to-action {
	min-height: 250px;
	padding: 60px 35px;
	position: relative;
}

.single-call-to-action .icon-box, .single-call-to-action .content-box {
	display: table-cell;
	vertical-align: top;
}

.single-call-to-action .icon-box {
	position: relative;
	top: 38px;
}

.single-call-to-action .icon-box i {
	position: relative;
	bottom: 25px;
}

.single-call-to-action .icon-box i:before {
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 42px;
	padding: 17px;
}

.single-call-to-action .content-box {
	text-align: left;
	padding-left: 15px;
}

.single-call-to-action .content-box .title {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.single-call-to-action .content-box p {
	font-size: 13px;
	color: #fff;
	line-height: 24px;
}

.single-call-to-action .content-box ul {
	margin: 0;
	padding: 0;
}

.single-call-to-action .content-box ul li {
	list-style: none;
	display: block;
	color: #fff;
	font-size: 13px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.single-call-to-action .content-box .thm-btn.inverse {
	border-color: #fff;
	background-color: transparent;
	padding: 7px 22px;
	color: #fff;
}

.single-call-to-action .content-box .thm-btn.inverse:hover {
	background: #fff;
	color: #1253a7;
}

.call-to-action.boxed .single-call-to-action .content-box {
	width: 70%;
}

/* 8 .single-specialize styles */
.single-specialize {
	padding: 0 60px;
}

.single-specialize:hover .icon-box {
	background: #1253a7;
	border-color: #1253a7;
	color: #fff;
}

.single-specialize .icon-box {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #F0F0F0;
	line-height: 118px;
	color: #1253a7;
	margin-bottom: 30px;
	transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
}

.single-specialize .icon-box i:before {
	font-size: 60px;
}

.single-specialize h3 {
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	color: #202A30;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 20px;
}

.single-specialize p {
	color: #9C9C9C;
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	margin-bottom: 25px;
}

.single-specialize a.thm-btn {
	font-size: 12px;
	padding: 7px 21px;
}

.col-4 .single-specialize {
	margin-bottom: 40px;
	padding: 0;
	padding-right: 20px;
}

.col-4 .single-specialize .icon-box {
	width: 100px;
	height: 100px;
	margin-left: 0;
	margin-right: 0;
	line-height: 98px;
}

.col-4 .single-specialize .icon-box i:before {
	font-size: 40px;
}

.col-4 .services-iconbox .single-specialize .icon-box i:before {
	font-size: 50px;
}

.specialize-style-box .single-specialize {
	border: 2px solid #f0f0f0;
	margin-bottom: 30px;
	padding: 20px 15px;
	text-align: center;
}

.specialize-style-box .single-specialize .icon-box {
	border: 2px solid #f0f0f0;
	color: #1253a7;
	height: 100px;
	line-height: 98px;
	width: 100px;
}

.specialize-style-box .single-specialize:hover .icon-box {
	background-color: transparent;
	border-color: #1253a7;
}

.specialize-style-box .single-specialize .icon-box i:before {
	font-size: 42px;
}

.specialize-style-box .single-specialize h3 {
	font-size: 16px;
	line-height: 16px;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.specialize-style-box .single-specialize p {
	font-size: 13px;
	line-height: 24px;
}

/* 8 .working-process styles */
.working-process .process-box {
	text-align: center;
}

.working-process .process-box .title {
	color: #202a30;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 30px;
	text-transform: uppercase;
}

.working-process .process-box .icon {
	border: 1px solid #c5c5c5;
	display: inline-block;
	height: 130px;
	line-height: 130px;
	position: relative;
	text-align: center;
	width: 130px;
}

.working-process .process-box .icon:before {
	color: #c5c5c5;
	content: '\f105';
	font-family: "FontAwesome";
	font-size: 26px;
	height: 1px;
	position: absolute;
	right: -94px;
	top: -5px;
}

.working-process .process-box .icon:after {
	background-color: #c5c5c5;
	content: "";
	height: 1px;
	position: absolute;
	right: -80px;
	top: 60px;
	width: 65px;
}

.working-process .process-box .icon.no-arrow:before, .working-process .process-box .icon.no-arrow:after
	{
	display: none;
}

.working-process .process-box .icon i {
	color: #c5c5c5;
	font-size: 80px;
	transition: all 0.3s ease-in-out;
	-webkit-all: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.working-process .process-box:hover .icon i {
	color: #1253a7;
}

.working-process .process-box .icon .process-number {
	background-color: #053636;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	height: 38px;
	left: -38px;
	line-height: 38px;
	position: absolute;
	text-align: center;
	top: 40px;
	width: 38px;
}

/* 9 .full-sec styles */
.full-sec {
	background: #FBFCFC;
}

.full-sec .sec-title {
	margin: 0;
	margin-bottom: 30px;
}

.full-sec .full-image {
	max-width: none;
	margin-right: -15px;
}

.full-sec h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	text-transform: capitalize;
	color: #fc6f00;
	font-weight: 300;
	line-height: 40px;
	margin: 0;
}

.full-sec p {
	color: #333;
	line-height: 26px;
}

.full-sec .full-sec-content {
	padding-top: 70px;
	padding-left: 70px;
}

.full-sec .thm-btn {
	padding: 7px 21px;
	font-size: 12px;
	border-color: #D3D3D3;
	color: #202A30;
	background-color: transparent;
}

.full-sec .thm-btn:hover {
	background: #1253a7;
	border-color: #1253a7;
	color: #fff;
}

/* 10 .offer-wrapper styles */
.offer-wrapper {
	position: relative;
}

.offer-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 50%;
	height: 100%;
	background: url(../img/offer/1.html) 0 0 no-repeat;
	opacity: .9;
}

.offer-wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 50%;
	height: 100%;
	background: url(../img/offer/2.html) 0 0 no-repeat;
	opacity: .9;
}

.offer-wrapper .has-overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #0375d3;
	opacity: .9;
}

.offer-wrapper .has-overlay:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: #195db2;
	opacity: .9;
}

.single-offer {
	position: relative;
	z-index: 9;
	color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}

.single-offer h3 {
	font-size: 30px;
	text-transform: capitalize;
	margin: 0;
	margin-bottom: 15px;
}

.single-offer h3 span {
	font-size: 16px;
}

.single-offer .thm-btn {
	padding: 10px 27px;
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}

.single-offer .thm-btn:hover {
	background: #fff;
	border-color: #fff;
	color: #1253a7;
}

.single-offer p {
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	margin-bottom: 30px;
}

.single-offer a {
	color: #fff;
}

.single-offer a:hover {
	color: #262F36;
}

.single-offer.left {
	padding-right: 70px;
}

.single-offer.right {
	padding-left: 70px;
}

/* 11 .single-service-home styles */
.home-serivce {
	padding-bottom: 10px;
}

.single-service-home {
	margin-bottom: 80px;
}

.single-service-home .icon-box, .single-service-home .content {
	display: table-cell;
	vertical-align: top;
}

.single-service-home .inner-box {
	width: 65px;
	height: 65px;
	border: 2px solid #1253a7;
	background: #1253a7;
	text-align: center;
	color: #fff;
	line-height: 63px;
	margin-right: 27px;
	position: relative;
	transition: all .3s ease;
}

.single-service-home:hover .inner-box {
	background: #fff;
	border-color: #1253a7;
	color: #1253a7;
}

.single-service-home .inner-box:before {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: -17px;
	right: -17px;
	background: #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.single-service-home .inner-box i:before {
	font-size: 35px;
}

.single-service-home .content h3 {
	font-size: 24px;
	text-transform: capitalize;
	color: #202A30;
	font-weight: 500;
	margin: 0;
	line-height: 24px;
	margin-bottom: 15px;
}

.single-service-home .content p {
	color: #9C9C9C;
	line-height: 26px;
	margin: 0;
	margin-bottom: 15px;
}

.single-service-home .content a {
	color: #1253a7;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 600;
	transition: all .3s ease;
}

.single-service-home:hover .content a {
	color: #5E2A30;
}

.style-two .single-service-home .inner-box {
	border-radius: 50%;
}

.style-two .single-service-home .inner-box:before {
	display: none;
}

.style-three .single-service-home {
	margin-bottom: 30px;
}

.style-three.mb40 .single-service-home {
	margin-bottom: 40px;
}

.style-three .single-service-home .inner-box {
	background-color: #053636;
}

.style-three .single-service-home:hover .inner-box {
	background-color: #1253a7;
	color: #fff;
}

.style-three .single-service-home .content h3 {
	color: #202a30;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.style-three .single-service-home .content h3 .color-theme {
	font-weight: 700;
}

.style-three .single-service-home .content p {
	line-height: 22px;
	margin: 0 0 15px;
}

/* 12 .welcome-feature */
.welcome-feature li {
	display: inline-block;
	margin-right: 25px;
	padding: 0;
}

.welcome-iconbox .content {
	background-color: #1c1c1c;
	border: 1px solid #1253a7;
	color: #fff;
	display: block;
	height: 96px;
	position: relative;
	text-align: center;
	transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	width: 96px;
}

.welcome-iconbox .content:hover {
	background-color: transparent;
	color: #1253a7;
}

.welcome-iconbox .content i {
	font-size: 42px;
	line-height: 100px;
}

.welcome-iconbox .content .details {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: -15px;
}

.welcome-iconbox .content .details a {
	background-color: #1253a7;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	line-height: 10px;
	margin: 0;
	min-width: 70px;
	padding: 8px 7px;
	text-transform: capitalize;
}

/* 12 .services-section */
.services-wlc {
	background-color: #053636;
	min-height: 320px;
}

.services-wlc .content {
	float: right;
	padding-right: 35px;
	position: relative;
	right: 0;
	text-align: right;
	top: 50px;
	width: 65%;
}

.services-wlc .content .title {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 0;
	text-transform: uppercase;
}

.services-content .service-box {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	transition: all ease-in 400ms;
	-webkit-transition: all ease-in 400ms;
	-moz-transition: all ease-in 400ms;
}

.services-content.services-carousel .service-box {
	margin-bottom: 30px;
}

.services-content .service-box .img-thumb img {
	min-height: 320px;
	width: 100%;
}

.services-content .service-box .content {
	bottom: 0;
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1;
}

.services-content .service-box .content .title {
	background-color: #1253a7;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 0 40px;
	padding: 12px 0;
	position: relative;
	text-transform: uppercase;
	transition: all ease-in 400ms;
	-webkit-transition: all ease-in 400ms;
	-moz-transition: all ease-in 400ms;
}

.services-content .service-box .content .title:before {
	background-color: #1253a7;
	bottom: 0;
	content: "";
	height: 101%;
	left: -25px;
	position: absolute;
	transform: skewX(-40deg);
	-webkit-transform: skewX(-40deg);
	width: 50px;
	transition: all ease-in 400ms;
	-webkit-transition: all ease-in 400ms;
	-moz-transition: all ease-in 400ms;
}

.services-content .service-box .content .title:after {
	background-color: #1253a7;
	bottom: 0;
	content: "";
	height: 101%;
	position: absolute;
	right: -25px;
	transform: skewX(40deg);
	-webkit-transform: skewX(40deg);
	width: 50px;
	transition: all ease-in 400ms;
	-webkit-transition: all ease-in 400ms;
	-moz-transition: all ease-in 400ms;
}

.services-content .service-box:hover .content .title {
	background-color: #1c1c1c;
}

.services-content .service-box:hover .content .title:before {
	background-color: #1c1c1c;
}

.services-content .service-box:hover .content .title:after {
	background-color: #1c1c1c;
}

.services-content .service-box .content .title a {
	color: #fff;
	position: relative;
	z-index: 9999;
}

.services-content .service-box .overlay {
	background-color: rgba(251, 202, 0, 0.90);
	display: inline-block;
	left: 0;
	padding: 50px 30px 30px;
	position: absolute;
	right: 0;
	text-align: center;
	top: -100%;
	height: 100%;
	transition: all ease-in 500ms;
	-webkit-transition: all ease-in 500ms;
	-moz-transition: all ease-in 500ms;
	z-index: 0;
}

.services-content .service-box:hover .overlay {
	top: 0;
}

.services-content .service-box .overlay::before {
	background-color: rgba(251, 202, 0, 0.90);
	bottom: -50px;
	content: "";
	height: 50px;
	left: -25px;
	position: absolute;
	transform: skewX(-40deg);
	-webkit-transform: skewX(-40deg);
	width: 40px;
}

.services-content .service-box .overlay::after {
	background-color: rgba(251, 202, 0, 0.90);
	bottom: -50px;
	content: "";
	height: 50px;
	right: -25px;
	position: absolute;
	transform: skewX(40deg);
	-webkit-transform: skewX(40deg);
	width: 40px;
}

.services-content .service-box .overlay p {
	color: #1c1c1c;
	font-family: 'Montserrat', sans-serif;
	line-height: 22px;
}

.services-content .service-box .overlay .value {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	width: 100%;
}

.services-content .service-box .overlay .value .service-price {
	color: #012f5d;
	font-size: 22px;
}

.services-content .service-box .overlay .btn-link {
	color: #053636;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	margin-top: 10px;
}

.services-content .service-box .overlay .btn-link:hover {
	text-decoration: none;
}

/*services-carousel*/
.services-content.services-carousel .owl-controls .owl-nav {
	left: -158px;
	position: absolute;
	top: 68%;
}

/* 12 .faq-home styles */
.faq-home {
	padding-top: 0;
}

.faq-home hr {
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
	height: 6px;
	margin: 0;
	margin-bottom: 90px;
}

.faq-home .sec-title {
	margin: 0;
	margin-bottom: 22px;
}

.faq-home .accrodion {
	padding-bottom: 31px;
	position: relative;
	padding-right: 55px;
}

.faq-home .accrodion:last-child {
	padding-bottom: 0;
}

.faq-home .accrodion:last-child:before {
	display: none;
}

.faq-home .accrodion.active:last-child:before {
	display: block;
}

.faq-home .accrodion.active:before, .faq-home .accrodion:before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 5px;
	left: 6px;
	background: #F1F1F1;
}

.faq-home .accrodion .accrodion-content {
	padding-top: 21px;
}

.faq-home .accrodion .accrodion-title h4 {
	margin: 0;
	font-size: 20px;
	color: #202A30;
	font-weight: 600;
	cursor: pointer;
}

.faq-home .accrodion .accrodion-title h4 span.decor {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 2px solid #F1F1F1;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-right: 20px;
}

.faq-home .accrodion .accrodion-title h4 span.inner {
	width: 4px;
	height: 4px;
	background: #F1F1F1;
	border-radius: 50%;
	display: block;
	margin: auto;
	margin-top: 3px;
}

.faq-home .accrodion.active .accrodion-title h4 span.decor {
	border-color: #1253a7;
}

.faq-home .accrodion.active .accrodion-title h4 span.inner {
	background: #1253a7;
}

.faq-home .accrodion .accrodion-content {
	padding-left: 40px;
}

.faq-home .accrodion .accrodion-content p {
	margin-bottom: 21px;
	font-size: 14px;
	color: #9C9C9C;
	line-height: 26px;
}

.faq-home .accrodion .accrodion-content p:last-child {
	margin-bottom: 0;
}

.faq-home .img-masonary {
	margin-left: -3px;
	margin-right: -3px;
}

.faq-home .img-masonary .img-w1 {
	padding: 3px;
}

.faq-home .img-masonary .img-w1 img {
	width: 280px;
}

.faq-home .img-masonary .img-h1 img {
	height: 220px;
}

/* 13 .fact-counter-wrapper styles */
.fact-counter-wrapper {
	position: relative;
	background: url(../img/resources/fact-counter-bg.jpg) center center
		no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.fact-counter-wrapper:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: #1253a7;
	opacity: .95;
}

.fact-counter-wrapper h2 {
	font-size: 36px;
	line-height: 42px;
	color: #fff;
	margin: 0;
	margin-bottom: 27px;
}

.fact-counter-wrapper .thm-btn.inverse:hover {
	border-color: #fff;
	color: #fff;
}

.single-fact {
	text-align: center;
	display: inline-block;
	padding: 0 35px;
}

.single-fact .icon-box {
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	height: 100px;
	line-height: 98px;
	margin: 0 auto;
	text-align: center;
	width: 100px;
	margin-bottom: 5px;
}

.single-fact .icon-box i:before {
	font-size: 50px;
}

.single-fact span {
	font-size: 48px;
	font-weight: 500;
	color: #fff;
}

.single-fact p {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}

/* 14 .single-team-member styles */
.meet-doctors.gray-bg {
	background: #FBFCFC;
}

.meet-doctors.team-page {
	padding-bottom: 30px;
}

.meet-doctors.team-page .single-team-member {
	margin-bottom: 60px;
}

.single-team-member .img-box {
	margin-bottom: 25px;
	position: relative;
	display: inline-block;
	width: 100%;
}

.single-team-member .img-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(254, 133, 0, 0.71);
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all .5s ease;
}

.single-team-member:hover .img-box .overlay {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.single-team-member .img-box .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}

.single-team-member .img-box .overlay .box .content {
	display: table-cell;
	vertical-align: middle;
}

.single-team-member .img-box .overlay .box .content ul {
	text-align: center;
	margin: 0;
	padding: 0;
}

.single-team-member .img-box .overlay .box .content ul li {
	display: inline-block;
	list-style: none;
}

.single-team-member .img-box .overlay .box .content ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	background: #fff;
	color: #1253a7;
	border: 1px solid #fff;
	line-height: 38px;
	font-size: 18px;
	border-radius: 50%;
	transition: all .3s ease;
}

.single-team-member .img-box .overlay .box .content ul li a:hover {
	background: #1253a7;
	border-color: #fff;
	color: #fff;
}

.single-team-member h3 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: bold;
	color: #222E35;
	line-height: 25px;
	margin: 0;
	margin-bottom: 4px;
}

.single-team-member>span {
	font-size: 13px;
	font-weight: 500;
	color: #1253a7;
	text-transform: capitalize;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #E6E6E6;
}

.single-team-member p {
	font-size: 14px;
	color: #9C9C9C;
	line-height: 26px;
	margin: 0;
}

.single-team-member a.thm-btn {
	padding: 9px 24px;
	background: #fff;
	border-color: #E6E6E6;
	color: #222E35;
	margin-top: 13px;
}

.single-team-member a.thm-btn:hover {
	background: #1253a7;
	border-color: #1253a7;
	color: #fff;
}

/*.single-team-member style2*/
.team-members .single-team-member .img-box {
	width: 100%;
}

.team-members .single-team-member .img-box .overlay .box .content {
	text-align: center;
}

.se0c-padding.meet-doctors {
	margin: 20px 0;
}

.team-members .single-team-member .img-box .overlay .box .content a.thm-btn
	{
	background: #0b901d;
	border-color: #0b901d;
	color: #fff;
	margin-top: 0;
}

.team-members .single-team-member p {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
}

.team-members .single-team-member .team-contact-info {
	display: inline-block;
	width: 100%;
}

.team-members .single-team-member .team-social {
	float: left;
	margin-bottom: 0;
	margin-top: 15px;
}

.team-members .single-team-member .team-social li {
	padding-right: 0;
}

.team-members .single-team-member .team-social li a {
	border: 1px solid #053636;
	border-radius: 0;
	color: #053636;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 32px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

.team-members .single-team-member .team-social li a:hover {
	background-color: #1253a7;
	border: 1px solid #1253a7;
	color: #fff;
}

.team-members .single-team-member .btn-mail {
	background-color: #053636;
	border: 1px solid #053636;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 12px;
	margin-top: 15px;
	padding: 7px 24px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

.team-members .single-team-member .btn-mail:hover {
	background-color: #1253a7;
	border: 1px solid #1253a7;
	color: #fff;
}

.team-carousel .owl-controls {
	position: absolute;
	top: -75px;
	right: 0;
}

.owl-theme .owl-nav {
	margin: 0;

}

.owl-theme .owl-nav [class*=owl-] {
	background: #0b901d;
	color: #fff;
	width: 35px;
	height: 35px;
/* 	border: 2px solid #0b901d; */
	font-size: 22px;
	line-height: 31px;
	padding: 0;
	margin: 0;
	border-radius: 0;
	margin-left: 15px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #fff;
	color: #1253a7;
}

/* 15 .gallery_area styles */
#gallery_area {
	background: #000 url(../img/gallery/gallery-bg.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
}

#gallery_area:before {
	background: #111;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.95;
	position: absolute;
	right: 0;
	top: 0;
}

#gallery_area .container {
	position: relative;
	z-index: 8;
}

.gallery-section {
	position: relative;
}

.gallery-section .slide-item {
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin-top: 15px;
	border: 1px solid #1253a7;
}

.gallery-section .image-box img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.gallery-section .overlay {
	position: absolute;
	left: 0px;
	top: -100%;
	width: 100%;
	height: 100%;
	background: url(../img/gallery/icon-plus-2.png) center 40% no-repeat;
	background-color: rgba(0, 0, 0, 1);
	opacity: 0;
	z-index: 2;
	transition: all 500ms ease;
	-webkit-all: opacity 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.gallery-section .slide-item:hover .overlay {
	opacity: 0.80;
	top: 0px;
}

.gallery-section .item-caption {
	position: absolute;
	left: 0px;
	bottom: -100%;
	width: 100%;
	text-align: center;
	color: #ffffff;
	padding: 10px 15px;
	background-color: rgba(0, 0, 0, 0.50);
	font-size: 14px;
	z-index: 3;
	opacity: 0;
	color: #1253a7;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	border-top: 2px solid #1253a7;
}

.gallery-section .slide-item:hover .item-caption {
	opacity: 1;
	bottom: 0px;
}

.gallery-section .item-caption p {
	position: relative;
	font-size: 14px;
	margin: 0px;
	color: #ffffff;
}

.gallery-section .item-caption h4 {
	font-size: 14px;
}

.gallery-section .gallery-slider-carousel .owl-nav [class*="owl-"] {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #fff;
	font-size: 12px;
	height: auto;
	line-height: 12px;
	margin: 22px 0 0;
	padding: 7px 12px;
	width: auto;
}

.gallery-section .gallery-slider-carousel .owl-nav [class*="owl-"]:hover
	{
	background: #1253a7;
	border-color: #1253a7;
	color: #fff;
}

.gallery-section .gallery-slider-carousel .owl-nav .owl-prev {
	margin-right: 5px;
}

.gallery-section .gallery-slider-carousel .owl-nav .owl-next {
	margin-left: 5px;
}

/* 15 .offer-section styles */
.offer-section {
	background: url(../img/resources/testi-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 60px 0;
	position: relative;
}

.offer-section:before {
	background-color: rgba(32, 42, 48, 0.88);
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.offer-section .inner-content .title {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	margin-top: 0;
}

.offer-section .inner-content .title span {
	font-size: 42px;
}

.offer-section .inner-content p {
	color: #fff;
	margin-bottom: 0;
}

/* 15 .testimonials-wrapper styles */
.testimonials-wrapper {
	color: #fff;
	width: 100%;
	float: left;
	padding-bottom: 1px;
}

/* 16 .single-blog-post styles */
.single-blog-post .content-box {
	margin-top: 27px;
}

.single-blog-post .img-box {
	position: relative;
	display: inline-block;
}

.single-blog-post .img-box img {
	width: 100%;
}

.single-blog-post .img-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(251, 202, 0, .75);
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all .5s ease;
}

.single-blog-post:hover .img-box .overlay {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.single-blog-post .img-box .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}

.single-blog-post .img-box .overlay .box .content {
	display: table-cell;
	vertical-align: middle;
}

.single-blog-post .img-box .overlay .box .content ul {
	text-align: center;
	margin: 0;
	padding: 0;
}

.single-blog-post .img-box .overlay .box .content ul li {
	display: inline-block;
	list-style: none;
}

.single-blog-post .img-box .overlay .box .content ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	background: #fff;
	color: #1253a7;
	border: 1px solid #fff;
	line-height: 38px;
	font-size: 18px;
	border-radius: 50%;
	transition: all .3s ease;
}

.single-blog-post .img-box .overlay .box .content ul li a:hover {
	background: #1253a7;
	border-color: #fff;
	color: #fff;
}

.single-blog-post .content-box .date-box, .single-blog-post .content-box .content
	{
	display: table-cell;
	vertical-align: top;
}

.single-blog-post .content-box .date-box {
	padding-right: 25px;
}

.single-blog-post .content-box .date-box .inner {
	width: 65px;
	text-align: center;
}

.single-blog-post .content-box .date-box .inner .date {
	background: #1253a7;
	padding: 15px 0;
}

.single-blog-post .content-box .date-box .inner .date b {
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
}

.single-blog-post .content-box .date-box .inner .date {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
}

.single-blog-post .content-box .date-box .comment {
	font-size: 20px;
	color: #202A30;
	line-height: 17px;
	font-weight: 500;
	padding: 16px 0;
	border: 1px solid #E6E6E6;
	border-top: 0px;
}

.single-blog-post .content-box .date-box .comment i:before {
	color: #374045;
	font-size: 16px;
}

.single-blog-post .content-box .content h3 {
	font-size: 20px;
	color: #000000;
	text-transform: capitalize;
	margin: 0;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 12px;
}

.single-blog-post .content-box .content p {
	font-size: 14px;
	color: #9C9C9C;
	line-height: 26px;
}

.single-blog-post .content-box .content span {
	color: #222222;
	font-size: 13px;
}

.single-blog-post .content-box .content span a {
	color: #1253a7;
}

.single-blog-post .share {
	margin: 0;
	padding: 0;
}

.single-blog-post .share li {
	display: inline;
	list-style: none;
}

.single-blog-post .share li a, .single-blog-post .share li span {
	display: inline-block;
	color: #D5DADD;
	font-size: 16px;
	margin-right: 10px;
}

.single-blog-post .share li a:hover {
	color: #1253a7;
}

.single-blog-post .share li span {
	color: #222222;
	font-size: 12px;
	text-transform: capitalize;
}

.single-blog-post .bottom-box {
	margin-top: 35px;
}

.blog-page .single-blog-post, .blog-details .admin-info, .blog-details .comment-box
	{
	padding-bottom: 50px;
	margin-bottom: 60px;
	border-bottom: 1px solid #F1F1F1;
}

.blog-details .admin-info .img-box, .blog-details .admin-info .content {
	display: table-cell;
	vertical-align: top;
}

.blog-details .admin-info .inner-box {
	width: 100px;
}

.blog-details .admin-info .content {
	padding-left: 45px;
}

.blog-details .admin-info .content h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin: 0;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #222E35;
}

.blog-details .admin-info .social {
	padding: 0;
	margin: 0;
}

.blog-details .admin-info .social li {
	display: inline-block;
	list-style: none;
}

.blog-details .admin-info .social li a {
	font-size: 16px;
	margin-right: 7px;
	color: #D5DADD;
}

.blog-details .comment-box .title {
	margin-bottom: 50px;
}

.blog-details .comment-box .title h2 {
	font-size: 32px;
	text-transform: capitalize;
	color: #272727;
	font-weight: bold;
	margin: 0;
	line-height: 25px;
}

.blog-details .comment-box .single-comment-box {
	margin-bottom: 34px;
}

.blog-details .comment-box .single-comment-box:last-child {
	margin-bottom: 0;
}

.blog-details .comment-box .single-comment-box .img-box, .blog-details .comment-box .single-comment-box .content-box
	{
	display: table-cell;
	vertical-align: top;
}

.blog-details .comment-box .single-comment-box .img-box .inner-box {
	width: 70px;
	margin-right: 30px;
}

.blog-details .comment-box .single-comment-box .content-box h3 {
	color: #272727;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
}

.blog-details .comment-box .single-comment-box .content-box span {
	color: #272727;
	display: inline-block;
	font-weight: 500;
}

.blog-details .comment-box .single-comment-box .content-box p {
	color: #9C9C9C;
	line-height: 26px;
}

.blog-details .comment-box .single-comment-box .content-box a.reply {
	font-size: 13px;
	font-weight: bold;
	font-family: 'Raleway';
	text-transform: uppercase;
	color: #262F36;
}

.blog-details .comment-box .single-comment-box .content-box .meta-box {
	margin-bottom: 15px;
	margin-top: 8px;
}

/* 17 .footer-call-to-action styles */
.footer-call-to-action {
	background: #1253a7;
	padding: 55px 0;
}

.footer-call-to-action h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	margin: 0;
	line-height: 23px;
	margin-bottom: 16px;
}

.footer-call-to-action p {
	font-size: 16px;
	color: #fff;
	margin: 0;
	line-height: 25px;
}

.footer-call-to-action a.thm-btn {
	padding: 14px 24px;
	color: #202A30;
	margin: 7px 0;
}

.footer-call-to-action a.thm-btn.inverse:hover {
	color: #fff;
	border-color: #fff;
}

/* 18 .footer styles */
.footer {
	background-color: #262F36;
}

.footer .footer-upper {
	padding: 20px 0;
}

.footer-widget ul {
	margin: 0;
	padding: 0;
}

.footer-widget ul li {
	list-style: none;
}

.footer-widget .contact {
	margin-top: 10px;
}

.footer-widget .contact li {
	font-size: 13px;
	color: #ffffff;
	margin-bottom: 18px;
}

.footer-widget .contact li i, .footer-widget .contact li span {
	display: table-cell;
	vertical-align: middle;
}

.footer-widget .contact li i {
	font-size: 16px;
	color: #FFFFFF;
	width: 18px;
	text-align: center;
	padding-right: 18px;
}

.footer-widget.about-widget img {
	margin-bottom: 0;
}

.footer-widget.about-widget p {
	color: #C9C9C9;
	font-size: 13px;
	line-height: 27px;
	margin: 0;
}

.footer-widget .social {
	margin-top: 30px;
}

.footer-widget .social li {
	display: inline-block;
}

.footer-widget .social li a {
	display: inline-block;
	width: 45px;
	height: 45px;
	color: #CACFD3;
	line-height: 30px;
	text-align: center;
	font-size: 25px;
	margin-right: 5px;
	transition: all .3s ease;
}

.footer-widget .social li a:hover {
	background: #1253a7;
	border-color: #1253a7;
}

.footer-widget h3.title {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: bold;
	color: #FEF9F9;
	margin: 0;
	margin-bottom: 24px;
}

.footer-widget.quick-links ul li a {
	font-size: 14px;
	color: #C9C9C9;
	line-height: 38px;
	tranisition: all .3s ease;
}

.footer-widget.quick-links ul li a:hover {
	color: #1253a7;
}

.footer-widget.latest-post ul {
	margin-top: 42px;
}

.footer-widget.latest-post ul li {
	margin-bottom: 20px;
}

.footer-widget.latest-post ul li:last-child {
	margin-bottom: 0;
}

.footer-widget.latest-post ul li span.border {
	display: table-cell;
	vertical-align: top;
}

.footer-widget.latest-post ul li span.border:before {
	content: ' ';
	width: 10px;
	height: 2px;
	background: #FFFFFF;
	display: block;
}

.footer-widget.latest-post ul li .content {
	padding-left: 18px;
	display: table-cell;
	vertical-align: top;
	position: relative;
	top: -8px;
}

.footer-widget.latest-post ul li a {
	display: block;
	color: #C9C9C9;
	font-size: 13px;
	line-height: 25px;
	transition: all .3s ease;
}

.footer-widget.latest-post ul li a:hover {
	color: #1253a7;
}

.footer-widget.latest-post ul li span {
	color: #576673;
	font-size: 13px;
	display: block;
}

.footer-widget.contact-widget input, .footer-widget.contact-widget textarea
	{
	width: 100%;
	height: 50px;
	background: #2C353C;
	color: #C9C9C9;
	font-size: 13px;
	margin-bottom: 10px;
	border: none;
	outline: none;
	padding: 0 20px;
}

.footer-widget.contact-widget textarea {
	height: 100px;
	padding-top: 15px;
	margin-bottom: 5px;
}

.footer-widget.contact-widget button {
	width: 100%;
	height: 50px;
	background: #1253a7;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	border: none;
	outline: none;
	padding: 0;
	line-height: 50px;
	font-weight: bold;
	transition: all .3s ease;
}

.footer-widget.contact-widget button:hover {
	background: #fff;
	color: #1253a7;
}

/* 19 .footer-bottom styles */
.footer-bottom {
	background: #262F36;
	border-top: 1px solid #2D373F;
	padding: 22px 0;
	position: relative;
}

.footer-bottom p {
	margin: 0;
	font-size: 13px;
	color: #fff;
}

.footer-bottom a {
	color: #fff;
}

.footer-bottom a:hover {
	color: #ccc;
}

/* Footer Style Bg */
.footer.bg-style {
	width: 100%;
	float: left;
}

.footer.bg-style .footer .footer-upper {
	padding: 75px 0 65px;
}

.footer.bg-style .footer-widget h3.title {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 15px;
	position: relative;
}

/* .footer.bg-style .footer-widget h3.title:after {
	background: #ffffff;
	bottom: -15px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin-top: 0;
	position: absolute;
	width: 40px;
} */

.footer.bg-style .footer-widget.quick-links ul li a {
	color: #ffffff;
	display: block;
	font-size: 15px;
	line-height: 18px;
	padding: 8px 0;
	position: relative;
}

.footer.bg-style .footer-widget.quick-links ul li a:hover {
	color: #000000;
}

.footer.bg-style .footer-widget.latest-post ul {
	margin-top: 0;
}

.footer.bg-style .footer-widget.news-post ul li {
	border-bottom: 1px dashed #454545;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.footer.bg-style .footer-widget.news-post ul li span.border {
	float: left;
}

.footer.bg-style .footer-widget.news-post ul li span.border:before {
	display: none;
}

.footer.bg-style .footer-widget.news-post ul li .content {
	top: -5px;
}

.footer.bg-style .footer-widget.news-post ul li a {
	font-size: 13px;
	line-height: 22px;
}

.footer.bg-style .footer-widget.news-post ul li:hover a {
	color: #1253a7;
}

.footer.bg-style .footer-widget.news-post ul li .content span {
	color: #1253a7;
	font-size: 12px;
	font-style: italic;
	font-weight: 500;
	line-height: 1;
	margin-top: 9px;
}

.footer.bg-style .footer-widget.contact-widget input, .footer.bg-style .footer-widget.contact-widget textarea
	{
	background: rgba(0, 0, 0, 0.65);
	border: 1px solid #222222;
	color: #fff;
}

.footer.bg-style .footer-widget.contact-widget input {
	height: 45px;
}

.footer.bg-style .footer-widget.contact-widget textarea {
	height: 100px;
}

.footer.bg-style .footer-widget.contact-widget button {
	height: 45px;
	line-height: 45px;
}

.footer.bg-style .footer-bottom {
	background: #3b3b3b;
	border-top: 1px solid #fff;
	padding: 15px 0;
}

.footer.bg-style .footer-bottom p {
	color: #fff;
	font-size: 14px;
}

/* 20 contact form validation styles */
.contact-form label.error {
	display: none !important;
}

.contact-form input.error, .contact-form textarea.error {
	background: rgba(255, 0, 0, .2) !important;
}

/* 21 .appointment-form styles */
.appointment-form {
	border: 5px solid #053636;
	outline: 1px solid #1253a7;
	padding: 40px 25px;
}

.appointment-form .form-group {
	margin-bottom: 25px;
}

.appointment-form .form-group .form-control {
	border: 1px solid #053636;
	border-radius: 0;
	color: #999;
	height: 45px;
	padding-left: 25px;
	padding-top: 10px;
}

.appointment-form .form-group textarea.form-control {
	height: 110px;
}

.appointment-form .form-group select.form-control {
	-moz-appearance: none;
	background: url("../img/resources/select-menu-bg.png");
	background-position: 95% center;
	background-repeat: no-repeat;
	cursor: pointer;
}

/* 21 .home-appointment-form styles */
.home-appointment-form {
	margin-top: -190px;
	position: relative;
	z-index: 9999;
}

.home-appointment-form .heading {
	display: inline-block;
	background: #fff;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.home-appointment-form .heading h3 {
	margin: 0;
	color: #262F36;
	font-size: 24px;
	text-transform: capitalize;
	line-height: 60px;
	padding: 0 35px;
	font-weight: 600;
}

.home-appointment-form .form-grp {
	background: #fff;
	padding: 35px 30px;
}

.home-appointment-form .form-grp .single-form {
	margin-right: 20px;
	float: left;
}

.home-appointment-form .form-grp .single-form:last-child {
	margin-right: 0;
}

.home-appointment-form .form-grp .single-form input {
	color: #454545;
	width: 222px;
	height: 55px;
	border: 1px solid #EDF0F3;
	padding-left: 22px;
	outline: none;
}

.home-appointment-form .form-grp .single-form button {
	width: 152px;
	height: 55px;
	background: #1253a7;
	border: none;
	outline: none;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

.home-appointment-form .form-grp .select-input-wrapper {
	width: 222px;
}

.home-appointment-form .form-grp .select-input+.ui-selectmenu-button {
	border-radius: 0;
	width: 100% !important;
	background: none;
	border: none;
	font-weight: normal;
	border: 1px solid #EDF0F3;
	height: 55px;
	outline: none;
}

.home-appointment-form .form-grp .select-input+.ui-state-default .ui-icon
	{
	background-image: url(../img/resources/select-menu-bg.png);
	background-position: 0 0;
	margin: -3px;
	right: 15px;
}

.home-appointment-form .form-grp .select-input+.ui-selectmenu-button span.ui-selectmenu-text
	{
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #989898;
	border-radius: 0px;
	height: 55px;
	outline: none;
	line-height: 55px;
	padding-left: 20px;
}

.home-appointment-form.doctor-profile {
	margin-top: 0;
	padding-bottom: 60px;
	padding-top: 0;
}

.home-appointment-form.doctor-profile .heading h3 {
	line-height: 35px;
}

.home-appointment-form.doctor-profile hr {
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
	height: 6px;
	margin: 0;
	margin-bottom: 60px;
}

.home-appointment-form.doctor-profile .form-grp .single-form input,
	.home-appointment-form.doctor-profile .form-grp .select-input+.ui-selectmenu-button span.ui-selectmenu-text
	{
	background: #EFEFEF;
}

/* 22 select menu item styles */
.ui-selectmenu-menu {
	z-index: 999999;
}

.ui-widget-content {
	background: none;
	border: none;
	background: #fff;
	border-bottom: 0;
}

.ui-menu .ui-menu-item {
	padding: 0;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px solid #EDF0F3;
	padding-left: 15px;
	font-family: 'Poppins';
	font-weight: normal;
	color: #BDBDBD;
	font-size: 14px;
}

.ui-menu .ui-menu-item.ui-state-focus, .ui-menu .ui-menu-item:hover {
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	background: #1253a7;
	border-bottom: 1px solid #1253a7;
	border-top: 1px solid #1253a7;
}

/* 23 date picker styles */
.ui-datepicker-header {
	background: #1253a7;
	border-color: #1253a7;
	border-radius: 0;
}

.ui-datepicker .ui-state-default {
	font-size: 14px;
	background: none;
	font-weight: normal;
	border: 1px solid #EDF0F3;
	padding: 7px;
	font-family: 'Poppins';
}

.ui-datepicker .ui-state-highlight {
	background: #1253a7;
	color: #fff;
}

/* 24 .inner-header styles */
.inner-header {
	padding-top: 60px;
	padding-bottom: 80px;
	position: relative;
	background: url(../img/industrial-web-banner.jpg) center center
		no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.inner-header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: .85;
}

.inner-header .sec-title {
	position: relative;
	margin-bottom: 0;
}

.inner-header .sec-title span.decor:before, .inner-header .sec-title span.decor:after
	{
	background: #DADADA;
}

.inner-header .sec-title h2 {
	color: #000000;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 58px;
	margin: 0;
}

.breadcumb {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.breadcumb li {
	display: inline-block;
}

.breadcumb li a, .breadcumb li i, .breadcumb li span {
	display: block;
	font-size: 15px;
}

.breadcumb li a {
	color: #fc6f00;
}

.breadcumb li span {
	color: #222E35;
}

/* 25 .about-content styles */
.about-content.full-sec {
	background: #fff;
	padding-bottom: 0;
}

.about-content.full-sec .full-sec-content {
	padding-top: 0;
	padding: 0;
}

.about-content.full-sec h3 {
	font-size: 20px;
}

/* 26 .single-award styles */
.awards-wrapper {
	margin-left: -13.5px;
	margin-right: -13.5px;
	margin-bottom: 20px;
	margin-top: 25px;
}

.single-award {
	width: 25%;
	float: left;
	padding: 0 13.5px;
}

.single-award .inner {
	background: #1253a7;
	text-align: center;
	color: #fff;
	padding: 25px 0 10px;
}

.single-award .inner i {
	font-size: 40px;
	margin-bottom: 15px;
}

.single-award .inner i:before {
	font-size: 40px;
}

.single-award .inner i.flaticon-car-secure {
	display: inline-block;
	line-height: 42px;
	margin-bottom: 10px;
}

.single-award .inner p {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 800;
}

.single-award .inner span.block {
	display: block;
	line-height: 15px;
}

.single-award .inner span.number {
	font-size: 36px;
	font-weight: bold;
	display: block;
	margin-top: -3px;
}

.doctor-profile ul.infos {
	margin: 0;
	padding: 0;
	margin-top: 11px;
}

.doctor-profile ul.infos li {
	list-style: none;
	line-height: 35px;
}

.doctor-profile ul.infos li span {
	display: table-cell;
	vertical-align: middle;
}

.doctor-profile ul.infos li span:first-child {
	text-transform: uppercase;
	color: #222E35;
	font-size: 13px;
	font-weight: 600;
}

.doctor-profile ul.infos li span:last-child {
	padding-left: 40px;
	color: #9C9C9C;
}

.doctor-profile ul.social {
	padding: 0;
	margin-top: 15px;
}

.doctor-profile ul.social li {
	display: inline-block;
}

.doctor-profile ul.social li a {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	background: #3B3B3B;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	transition: all .3s ease;
}

.doctor-profile ul.social li:hover a {
	background: #1253a7;
}

/* 27 .featured-section styles */
.featured-section {
	position: relative;
}

.featured-section::before {
	background-color: #141414;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.96;
	position: absolute;
	right: 0;
	top: 0;
}

.skills {
	position: relative;
}

.skills .skill-box {
	position: relative;
	margin-bottom: 27px;
}

.skills .skill-box h4 {
	color: #fff;
	font-size: 15px;
	margin-bottom: 10px;
	position: relative;
	text-transform: capitalize;
}

.skills .skill-box .bar {
	position: relative;
	height: 4px;
}

.skills .skill-box .bar .bar-innner {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 10px;
	background: #053636;
}

.skills .skill-box .bar .bar-fill {
	position: relative;
	width: 0px;
	height: 10px;
	background: #1253a7;
}

.skills .skill-box .percent {
	position: absolute;
	right: 0px;
	width: 50px;
	top: -30px;
	font-size: 14px;
	color: #fff;
}

.accordion-box {
	padding-left: 0;
	position: relative;
}

.accordion-box .block {
	list-style: none;
	margin-bottom: 25px;
	position: relative;
}

.accordion-box .block .acc-btn {
	border: 1px solid #1253a7;
	color: #fff;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	padding: 12px;
	position: relative;
}

.accordion-box .block .acc-btn.active {
	border-bottom: 1px solid #085757;
	border-color: #085757;
	color: #fff;
	padding-bottom: 10px;
}

.accordion-box .block .icon-outer {
	font-size: 12px;
	position: absolute;
	right: 15px;
	top: -10px;
}

.accordion-box .block .icon-outer .icon {
	color: #1253a7;
	line-height: 52px;
	position: absolute;
	top: 8px;
	right: 0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon-plus {
	opacity: 0;
}

.accordion-box .block .icon-outer .icon-plus {
	opacity: 1;
}

.accordion-box .block .active .icon-outer .icon-minus {
	opacity: 1;
}

.accordion-box .block .active .icon-outer .icon-plus {
	opacity: 0;
}

.accordion-box .block .acc-content {
	position: relative;
	display: none;
}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content {
	border: 1px solid #085757;
	border-top: none;
	color: #eee;
	font-size: 13px;
	line-height: 1.7;
	padding: 7px 12px 8px;
	position: relative;
}

/*Accordion Style Two*/
.accordion-box.style-two .block .acc-btn {
	font-size: 20px;
}

.accordion-box.style-two .block .content {
	font-size: 14px;
}

.tabs-section {
	position: relative;
	padding: 50px 0px 20px;
	background: #f7f7f7;
}

.tab-style {
	display: inline-block;
}

.tab-style .column {
	position: relative;
	margin-bottom: 10px !important;
}

.tab-style .column.content-column {
	padding: 0 15px;
}

.tab-style .column .tab-btns {
	position: relative;
}

.tab-style .column .tab-btns .tab-btn {
	background: #053636;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 24px;
	margin-bottom: 10px;
	padding: 10px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 32.5699%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.tab-style .tab-btns .tab-btn:hover, .tab-style .tab-btns .tab-btn.active
	{
	color: #fff;
	background: #1253a7;
	border-color: #1253a7;
}

.tab-style .column.content-column {
	margin-bottom: 15px !important;
	position: relative;
}

.tab-style .column .tab {
	position: relative;
	display: none;
}

.tab-style .column .tab.collapsed {
	display: block;
}

.tab-style .column .content-column h2 {
	position: relative;
	font-size: 19px;
	margin-bottom: 20px;
}

.tab-style .content-column h3 {
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #fff;
}

.tab-style .content-column .image {
	position: relative;
	margin-bottom: 10px;
}

.tab-style .content-column .image img {
	position: relative;
	display: block;
	max-width: 100%;
}

.tab-style .column .tab ul li {
	line-height: 1.9;
}

.tab-style .column .tab ul li i {
	color: #1253a7;
	margin-right: 5px;
}

/* 27 .sponsors styles */
.sponsors-section {
	    width: 100%;
    float: left;
	 position: relative;
	text-align: center; 
	background: #ffffff;
	padding: 35px 0px;
	border-top: 1px solid #c9c9c9;
}

.sponsors-section .auto-container {
	padding-left: 30px;
	padding-right: 30px;
}

.sponsors-section .slider {
	position: static;
}

.sponsors-section .slider .owl-stage-outer {
	z-index: 10;
}

.sponsors-section li img {
	position: relative;
	display: inline-block !important;
	width: auto !important;
	max-width: 100% !important;
	opacity: 1;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	    width: 200px !important;
    height: 60px;
}

.sponsors-section li img:hover {
	opacity: 0.50;
}

.sponsors-section .owl-dots {
	display: none !important;
}

.sponsors-section .owl-controls {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
	margin: 0px !important;
	opacity: 0.10;
}

.sponsors-section:hover .owl-controls {
	opacity: 1;
}

.sponsors-section .owl-controls .owl-prev {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	width: 50px;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
	text-indent: 100px;
	background: url(../img/icons/icon-prev-1.png) center center no-repeat
		!important;
}

.sponsors-section .owl-controls .owl-next {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px;
	width: 50px;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
	text-indent: 100px;
	background: url(../img/icons/icon-next-1.png) center center no-repeat
		!important;
}

/* 27 .contact-content styles */
.contact-content #contact-page-google-map {
	height: 400px;
	width: 100%;
	margin-bottom: 63px;
}

.contact-content h2 {
	color: #23282A;
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 600;
	margin: 0;
	margin-bottom: 35px;
}

.contact-content .contact-form textarea, .contact-content .contact-form input
	{
	width: 100%;
	height: 40px;
	border: 1px solid #F0F0F0;
	outline: none;
	padding-left: 20px;
	line-height: 58px;
	margin-bottom: 20px;
}

.contact-content .contact-form textarea {
	height: 150px;
}

.contact-content .contact-form button {
	width: 120px;
	height: 45px;
	background: #fc6f00;
	font-size: 13px;
	font-family: 'Raleway';
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	outline: none;
	color: #fff;
}

.contact-content .contact-info {
	padding: 0;
}

.contact-content .contact-info li {
	list-style: none;
	margin-bottom: 23px;
}

.contact-content .contact-info li .icon-box, .contact-content .contact-info li .content-box
	{
	display: table-cell;
	vertical-align: top;
}

.contact-content .contact-info li .icon-box .inner {
	width: 70px;
	height: 70px;
	background: #fc6f00;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 30px;
	margin-right: 25px;
}

.contact-content .contact-info li .content-box h4 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}

.contact-content .contact-info li .content-box p {
	color: #9C9C9C;
	line-height: 26px;
}

/* 28 .appointment-content styles */
.appointment-content {
	
}

.appointment-content .select-input-wrapper {
	width: 100%;
}

.appointment-content .select-input+.ui-selectmenu-button {
	border-radius: 0;
	width: 100% !important;
	background: none;
	border: none;
	font-weight: normal;
	border: 1px solid #EDF0F3;
	height: 60px;
	outline: none;
}

.appointment-content .select-input+.ui-state-default .ui-icon {
	background-image: url(../img/resources/select-menu-bg.png);
	background-position: 0 0;
	margin: -3px;
	right: 15px;
}

.appointment-content .select-input+.ui-selectmenu-button span.ui-selectmenu-text
	{
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #BDBDBD;
	border-radius: 0px;
	height: 60px;
	outline: none;
	line-height: 55px;
	padding-left: 20px;
}

.appointment-content .half-wrapper {
	margin-left: -10px;
	margin-right: -10px;
}

.appointment-content.contact-content .contact-form textarea {
	height: 221px;
}

.appointment-content .half {
	margin-top: 15px;
	padding: 0 10px !important;
}

.appointment-content .title-box {
	margin-bottom: 50px;
	margin-top: 50px;
}

.appointment-content .title-box span {
	font-size: 18px;
	color: #7C7C7C;
	text-transform: capitalize;
	font-family: 'Raleway';
	font-weight: 500;
}

.appointment-content .title-box p {
	line-height: 26px;
	color: #9C9C9C;
}

.appointment-content .title-box h3 {
	margin: 0;
	color: #262F36;
	font-size: 24px;
	text-transform: capitalize;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 10px;
}

/* 29 .page-navigation styles */
.page-navigation {
	padding: 0px;
}

.page-navigation li {
	display: inline-block;
	list-style: none;
}

.page-navigation li a, .page-navigation li span {
	border: 2px solid #F1F1F1;
	color: #D1D1D1;
	font-size: 16px;
	padding: 3px 13px;
	transition: all .3s ease;
	margin-right: 5px;
}

.page-navigation li a:hover, .page-navigation li span {
	background: #1253a7;
	border-color: #1253a7;
	color: #fff;
}

/* 30 .side-bar-widget styles */
.pull-right .side-bar-widget {
	margin-left: 20px;
}

.single-sidebar-widget {
	margin-bottom: 38px;
}

.single-sidebar-widget.search input {
	width: calc(100% - 66px);
	height: 55px;
	border: 1px solid #F1F1F1;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	outline: none;
	background: #fff;
	padding-left: 20px;
}

.single-sidebar-widget.search button {
	width: 66px;
	height: 55px;
	border: 1px solid #1253a7;
	background: #1253a7;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 0;
	line-height: 53px;
	text-align: center;
	outline: none;
	font-size: 17px;
	color: #fff;
	margin-left: -5px;
}

.single-sidebar-widget .title {
	font-size: 24px;
	font-weight: 600;
	color: #3F3E3E;
	text-transform: capitalize;
	margin: 0;
}

.single-sidebar-widget.category .title {
	margin-bottom: 11px;
}

.single-sidebar-widget.category ul {
	margin: 0;
	padding: 0;
}

.single-sidebar-widget.category ul li {
	list-style: none;
}

.single-sidebar-widget.category ul li a {
	color: #9C9C9C;
	line-height: 45px;
	position: relative;
	padding-left: 26px;
	transition: all .3s ease;
}

.single-sidebar-widget.category ul li a:hover {
	color: #1253a7;
}

.single-sidebar-widget.category ul li a:before {
	content: '';
	width: 10px;
	height: 2px;
	display: block;
	background: #E3E3E3;
	position: absolute;
	top: 10px;
	left: 0;
}

.single-sidebar-widget.archive .title {
	margin-bottom: 11px;
}

.single-sidebar-widget.archive ul {
	margin: 0;
	padding: 0;
}

.single-sidebar-widget.archive ul li {
	list-style: none;
}

.single-sidebar-widget.archive ul li a {
	color: #9C9C9C;
	line-height: 45px;
	position: relative;
	padding-left: 26px;
	tranistion: all .3s ease;
}

.single-sidebar-widget.archive ul li a:hover {
	color: #1253a7;
}

.single-sidebar-widget.archive ul li a:before {
	content: '';
	width: 10px;
	height: 2px;
	display: block;
	background: #E3E3E3;
	position: absolute;
	top: 10px;
	left: 0;
}

.single-sidebar-widget.popular-post ul {
	margin: 0;
	padding: 0;
	margin-top: 25px;
}

.single-sidebar-widget.popular-post ul li {
	list-style: none;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #F5F5F5;
}

.single-sidebar-widget.popular-post ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.single-sidebar-widget.popular-post ul li .img-box,
	.single-sidebar-widget.popular-post ul li .content-box {
	display: table-cell;
	vertical-align: middle;
}

.single-sidebar-widget.popular-post ul li .img-box .inner-box {
	width: 70px;
	margin-right: 25px;
}

.single-sidebar-widget.popular-post ul li .img-box img {
	width: 70px;
}

.single-sidebar-widget.popular-post ul li .content-box h4 {
	font-size: 14px;
	color: #9C9C9C;
	line-height: 26px;
	margin: 0;
	transition: all .3s ease;
}

.single-sidebar-widget.popular-post ul li .content-box h4:hover {
	color: #1253a7;
}

.single-sidebar-widget.popular-post ul li .content-box span {
	color: #1253a7;
	font-size: 14px;
	display: inline-block;
	line-height: 26px;
}

.single-sidebar-widget.tags ul {
	padding: 0;
	margin-top: 30px;
}

.single-sidebar-widget.tags ul li {
	display: inline-block;
	list-style: none;
	margin-right: 3px;
	margin-bottom: 12px;
}

.single-sidebar-widget.tags ul li a {
	display: inline-block;
	border: 1px solid #F1F1F1;
	font-size: 14px;
	border-radius: 30px;
	color: #BABABA;
	padding: 5px 23px;
	transition: all .3s ease;
}

.single-sidebar-widget.tags ul li a:hover {
	background: #1253a7;
	border-color: #1253a7;
	color: #fff;
}

#single_Service {
	padding: 50px 0 70px;
}

#single_Service .service_sideber {
	
}

#single_Service .service_sideber .services_lis {
	border: 1px solid #f4f4f4;
	border-bottom: 0px solid;
}

#single_Service .service_sideber .services_lis ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#single_Service .service_sideber .services_lis ul li {
	border-bottom: 1px solid #f4f4f4;
	line-height: 60px;
}

#single_Service .service_sideber .services_lis ul li i {
	color: #1253a7;
	font-size: 18px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 20px;
}

#single_Service .service_sideber .services_lis ul li a {
	text-decoration: none;
	overflow: hidden;
	display: block;
	color: #262f36;
	font-size: 14px;
	font-family: 'Poppins';
	font-weight: 400;
	padding-left: 20px;
}

#single_Service .service_sideber .services_lis ul li.active a,
	#single_Service .service_sideber .services_lis ul li a:hover {
	background: #1253a7;
	color: #fff;
	transition: all ease-in 300ms;
	-webkit-transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;
}

#single_Service .service_sideber .services_lis ul li.active a i,
	#single_Service .service_sideber .services_lis ul li a:hover i {
	color: #fff
}

#single_Service .service_sideber .appointment_side_form {
	border: 1px solid #f4f4f4;
	border-top: 0px solid;
	margin-top: 40px;
}

#single_Service .service_sideber .appointment_side_form h2 {
	font-family: 'Raleway';
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background: #1253a7;
	height: 55px;
	padding-top: 15px;
}

#single_Service .service_sideber .appointment_side_form .side_form {
	padding: 20px 20px;
}

#single_Service .service_sideber .appointment_side_form .side_form input
	{
	font-family: 'Raleway';
	font-size: 14px;
	color: #b7b3b3;
	background: #efefef;
	width: 100%;
	height: 45px;
	border: 0px solid;
	padding-left: 20px;
	margin-bottom: 10px;
}

#single_Service .service_sideber .appointment_side_form .side_form .select-input+.ui-selectmenu-button span.ui-selectmenu-text
	{
	background: #efefef;
	height: 45px;
	line-height: 43px;
}

#single_Service .service_sideber .appointment_side_form .side_form .select-input+.ui-selectmenu-button
	{
	height: 45px;
}

#single_Service .service_sideber .appointment_side_form .side_form .appoin_button
	{
	font-family: 'Raleway';
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background: #1253a7;
	width: 100%;
	height: 45px;
	border: 0px solid;
	margin-top: 5px;
}

#single_Service .service_sideber .question_Box {
	margin-top: 40px;
}

#single_Service .service_sideber .question_Box h2 {
	font-family: 'Raleway';
	font-size: 20px;
	color: #404040;
	font-weight: 600;
}

#single_Service .service_sideber .question_Box .qustion_list {
	padding-top: 20px;
}

#single_Service .service_sideber .question_Box .qustion_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#single_Service .service_sideber .question_Box .qustion_list ul li {
	padding: 10px 0 20px 0;
}

#single_Service .service_sideber .question_Box .qustion_list ul li i {
	color: #1253a7;
	float: left;
}

#single_Service .service_sideber .question_Box .qustion_list ul li a {
	text-decoration: none;
	color: #8e979f;
	float: left;
	padding-left: 15px;
}

.question_Box hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

#single_Service .service_mainconetent .about_box h2 {
	font-family: 'Raleway';
	font-size: 20px;
	font-weight: 500;
	color: #202a30;
}

#single_Service .service_mainconetent .about_box p {
	font-size: 14px;
	color: #8e979f;
	line-height: 30px;
}

#single_Service .service_mainconetent .about_promo_box h2 {
	color: #1c1c1c;
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 0;
	padding: 10px 0 0;
}

#single_Service .service_mainconetent .about_promo_box h4 {
	color: #1253a7;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
}

#single_Service .service_mainconetent .about_promo_box .pormo_box_details p
	{
	font-size: 14px;
	color: #8e979f;
	line-height: 25px;
}

#single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list
	{
	overflow: hidden;
	padding-top: 10px;
}

#single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list ul
	{
	margin: 0;
	padding: 0;
	list-style: none;
}

#single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list li
	{
	line-height: 35px;
}

#single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list li i
	{
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 1px solid #1253a7;
	color: #1253a7;
	text-align: center;
	font-size: 16px;
}

#single_Service .service_mainconetent .about_promo_box .pormo_box_details .box_list li a
	{
	text-decoration: none;
	color: #646f79;
	font-style: 16px;
	font-weight: 600;
	padding-left: 15px;
}

#single_Service .service_mainconetent .about_promo_box .pormo_box_details .service_table
	{
	overflow: hidden
}

.service_table {
	width: 100%;
	padding-top: 30px;
	overflow: hidden;
}

.service_table .table {
	border: 1px solid #efefef;
}

.service_table .thead-inverse {
	background: #efefef;
	border: 0px solid;
}

.service_table .thead-inverse tr th {
	font-family: 'Raleway';
	font-size: 20px;
	color: #1253a7;
	font-weight: 600;
	border-bottom: 0px solid !important;
}

.service_table .thead-inverse tbody tr td {
	color: #8e979f;
	font-weight: 500;
	font-size: 14px;
	padding-left: 15px;
}

.service_table tbody tr td i {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 1px solid #1253a7;
	color: #1253a7;
	text-align: center;
	font-size: 16px;
	padding-left: 2px;
	padding-top: 1px;
	margin-right: 10px;
}

.service_table .table thead>tr>th, .service_table .table tbody>tr>th,
	.service_table .table tfoot>tr>th, .service_table .table thead>tr>td,
	.service_table .table tbody>tr>td, .service_table .table tfoot>tr>td {
	padding: 15px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd;
	font-size: 14px;
	color: #8e979f;
}

@media screen and (min-device-width: 767px) and (max-device-width:
	1024px) {
	.mainmenu-area .search-box button {
		right: 0px;
	}
}

@media ( max-width :767px) {
	.quick_link_section {
		margin-bottom: 30px;
	}
	.mainmenu-area .search-box button {
		right: 0px;
	}
	.upcomming_event .hadding span {
		font-size: 22px;
	}
	.upcomming_event .cont_right {
		float: left;
		color: #424242;
		padding: 10px;
		width: 100%;
	}
}

.footer-upper h4 {
	color: #fff;
}

/*================== Custom CSS==================================*/
.accessbility {
	padding: 4px 0;
	width: 100%;
}

.accessbility .changesize a {
	text-align: center;
	color: #ffffff;
	height: 22px;
	width: 22px;
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	font-size: 20px;
}

.accessbility .time {
	color: #fff;
	padding: 5px 0;
	font-size: 12px;
	text-shadow: none;
}

.guideline ul {
	list-style: none;
}

.guideline ul li {
	float: left;
	padding: 5px 5px 5px;
}

.guideline ul li a {
	color: #fff;
	float: left;
	line-height: 18px;
	font-size: 12px;
	text-decoration: none;
	margin: 0 1px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.guideline ul li a i {
	margin-right: 7px;
}

.guideline ul li .color-selector-wrapper a {
	border: 1px solid #fff;
}

.guideline ul li.fontResizer a {
	font-size: 10px;
	color: #fff;
	border: 1px solid #fff;
	height: 20px;
	width: 20px;
	margin: 0px 2px;
	text-align: center;
}

.guideline ul li.fontBg a {
	padding: 0 .3em;
	font-size: 14px;
	color: #fff;
}

.guideline ul li.fontBg a.blk {
	background: #222;
}

.guideline ul li.fontBg a.wht {
	background: #fff;
	color: #000 !important;
}

.guideline ul li a.color1 {
	background: #fff;
	height: 20px;
	width: 20px;
	text-align: center;
	color: #333;
}

.guideline ul li a.color2 {
	background: #636363;
	height: 20px;
	width: 20px;
	text-align: center;
	color: #fff;
}

.guideline ul li a.color3 {
	background: #636363;
	padding: 10px;
}

.footer-bottom ul li {
	float: right;
	margin: 0 5px;
}

.slider-caption {
	position: absolute;
	top: 160px;
	left: 10%;
	z-index: 1;
	background-color: rgba(0, 164, 77, 0.8);
	color: #fff;
	padding: 0 10px;
	border-radius: 3px;
	width: 380px;
}

.slider-caption h3 {
	margin: 10px 0
}

.top-bar .contact-details li {
	display: inline-block;
	padding: 0;
}

.top-bar .contact-details li a {
	font-size: 12px;
	display: block;
	margin-right: 15px;
	font-weight: 700;
	color: #ffffff;
}

.top-bar .contact-details li a i {
	padding-right: 5px;
	vertical-align: middle;
}

.themechanger {
	margin-right: 10px;
}

.themechanger #default, .themechanger #orange, .themechanger #blue,
	.themechanger #green, .themechanger #black {
	color: #fff;
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 1px solid #fff;
	outline: none;
}

#blue {
	background-color: #2A7BCE;
}

#orange {
	background-color: #FA8620;
}

#default {
	background-color: #cccccc;
}

#green {
	background-color: #99bf38;
}

.search-box.pull-right {
	padding: 35px 0 0;
	float:left !important
}

.search-box.pull-right input {
	border-right: none;
	padding: 8px 15px;
	width: 250px;
}

.search-box.pull-right button {
	box-shadow: none;
	border-style: solid;
	padding: 7px 7px;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.container.institution-container {
	position: relative;
}

.box-container {
	width: 100%;
	position: absolute;
	bottom: 10px;
}

.slider-box {
	bottom: 10px;
	z-index: 25;
	border-bottom: 4px solid #fff;
	min-height: 145px;
	padding: 10px;
	position: relative;
	width: 20%;
	display: inline-block;
	margin: 0 2%;
	min-height: 165px;
}

.slider-box.box1 {
	background: rgba(5, 154, 57, 0.70);
}

.slider-box.box2 {
	background: rgba(234, 40, 28, 0.7);
}

.slider-box.box3 {
	background: rgba(27, 82, 182, 0.7);
}

.slider-box.box4 {
	background: rgba(246, 104, 34, 0.7);
}

.slider-box .icon-box {
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 56px;
}

.slider-box .text {
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

h2.section-title {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	font-size: 23px;
	line-height: 30px;
}

h2.section-title::before {
	content: '';
	position: absolute;
	width: 25%;
	height: 4px;
	bottom: 12px;
	left: 40%;
}
h1.section-title {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	font-size: 23px;
	line-height: 30px;
}

h1.section-title::before {
	content: '';
	position: absolute;
	width: 25%;
	height: 4px;
	bottom: 12px;
	left: 40%;
}
.col-md-3.news-box {
	background-repeat: no-repeat;
	background-size: 270px 100%;
	padding: 15px 30px 0;
	background-position: top center;
}

.col-md-3.news-box h3 {
	color: #fff;
	position: relative;
	margin: 10px 0 10px;
	padding: 0 0px 5px;
	font-size: 20px;
}

.col-md-3.news-box h3::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 4px;
	background-color: #edc216;
	bottom: -8px;
	left: 0;
}

.col-md-3.news-box h3::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	bottom: -7px;
	left: 0;
}

.col-md-3.news-box.news1 h3::after {
	background-color: #edc216;
}

.col-md-3.news-box.news2 h3::after {
	background-color: #9a4a04;
}

.col-md-3.news-box.news3 h3::after {
	background-color: #b50f0f;
}

.col-md-3.news-box.news4 h3::after {
	background-color: #b50f0f;
}

.col-md-3.news-box.news1 {
	background-image: url(../img/news1.png);
}

.col-md-3.news-box.news2 {
	background-image: url(../img/news2.png);
}

.col-md-3.news-box.news3 {
	background-image: url(../img/news3.png);
}

.col-md-3.news-box.news4 {
	background-image: url(../img/news4.png);
}

.col-md-3.news-box ul {
	height: 195px;
	overflow-y: hidden;
}

.col-md-3.news-box li {
	width: 100%;
	float: left;
	margin: 5px 0;
}

.col-md-3.news-box ul li a {
	color: #fff;
}

.news-footer {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 3px;
}

.news-footer a {
	color: #fff;
	width: 100%;
	float: left;
	padding: 6px 0 0;
}

.video-box {
	width: 100%;
	float: left;
}

section.highlights.sec-padding {
	background-image: url(../img/highlights.jpg);
	background-size: 100% 100%;
}

.highlight.highlight-left h2 {
	width: 100%;
	float: left;
	color: #fff;
	position: relative;
	padding-bottom: 5px;
}

.highlight.highlight-left  h2::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 4px;
	background-color: #024981;
	bottom: -8px;
	left: 0;
}

.highlight.highlight-left h2::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	bottom: -7px;
	left: 0;
}

.highlight {
	width: 100%;
	float: left;
}

.shg {
	width: 100%;
	float: left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	min-height: 240px;
	margin-bottom: 10px;
}

.shg .logo, .shg .text, .shg .icon {
	float: left;
	width: 100%;
	text-align: center;
}

.shg .logo img {
	margin: 0;
	max-width: 100%;
	width: 57px;
	padding: 25px 0 5px;
}

.shg .text {
	color: #fff;
	font-size: 16px;
	margin: 15px 0 5px;
}

.shg .icon i {
	color: #fff;
	font-size: 60px;
}

.shg.shg1 {
	background-image: url('../img/shg1.png');
}

.shg.shg2 {
	background-image: url('../img/shg2.png');
	margin: 0;
}

.highlight.highlight-right .hadding {
	float: left;
	margin-left: 40%;
}

.cmpic img {
	-webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.37);
	-moz-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.37);
	box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.37);
	margin-bottom: 30px;
	 height: 150px;
    width: 150px;
    border-radius: 10px;
}

section.sec-padding.media {
	width: 100%;
	float: left;
	/* background-image: url(../img/media-bg.jpg); */
	background-size: 100%;
	margin: 0;
}

.p-gal {
	width: 100%;
	height: 396px;
	position: relative;
}

.v-gal {
	width: 100%;
	height: 396px;
	position: relative;
}

.cm-spe {
	width: 100%;
	height: 396px;
	position: relative;
}

.p-gal .bg-gal {
	width: 100%;
	height: 396px;
	background: url('../img/gal-bg.png') no-repeat; 
	background-size: cover;
	position: absolute;
}

.p-gal .icon {
	width: 64px;
	height: 58px;
	background: url('../img/photo-icon.png') no-repeat;
	margin-top: 330px;
	margin-left: 20px;
	float: left;
	position: absolute;
	z-index: 2 !important;
	background-size: 40px;
}

.v-gal .icon {
	width: 64px;
	height: 58px;
	background: url('../img/video-icon.png') no-repeat;
	margin-top: 330px;
	margin-left: 20px;
	float: left;
	position: absolute;
	z-index: 2 !important;
	background-size: 40px;
}

.cm-spe .icon {
	width: 64px;
	height: 67px;
	background: url('../img/speetch-icon.png') no-repeat;
	margin-top: 330px;
	margin-left: 20px;
	float: left;
	position: absolute;
	z-index: 2 !important;
	background-size: 40px;
}

.p-gal .btn, .v-gal .btn, .cm-spe .btn {
	float: right;
	width: auto;
	height: 40px;
	border: 3px solid #FFF;
	text-transform: uppercase;
	margin: 0px;
	padding: 6px 15px 0 15px;
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	margin-top: 328px;
	margin-right: 20px;
	position: absolute;
	z-index: 2 !important;
	right: 0;
	color: #fff;
}

.v-gal .bg-gal {
	width: 100%;
	height: 396px;
	background: none;
	background-size: cover;
	position: absolute;
}

.p-gal img {
	width: 100%;
	z-index: 1 !important;
	height: 310px;
}

.v-gal img {
	width: 100%;
	z-index: 1 !important;
	height: 396px;
}

.cm-spe img {
	width: 100%;
	z-index: 1 !important;
	height: 396px;
}

.pic-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	/*animation*/
	animation: slideShow 24s linear infinite 0s;
	-o-animation: slideShow 24s linear infinite 0s;
	-moz-animation: slideShow 24s linear infinite 0s;
	-webkit-animation: slideShow 24s linear infinite 0s;
}

figurecaption {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
}

.pic-1 {
	opacity: 1;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.pic-2 {
	animation-delay: 6s;
	-o-animation-delay: 6s;
	-moz--animation-delay: 6s;
	-webkit-animation-delay: 6s;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.pic-3 {
	animation-delay: 12s;
	-o-animation-delay: 12s;
	-moz--animation-delay: 12s;
	-webkit-animation-delay: 12s;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.pic-4 {
	animation-delay: 18s;
	-o-animation-delay: 18s;
	-moz--animation-delay: 18s;
	-webkit-animation-delay: 18s;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* keyframes*/

@keyframes slideShow {
0% {
 opacity: 0;
 transform:scale(1);
 -ms-transform:scale(1);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 transform:scale(1.1);
 -ms-transform:scale(1.1);
}
 100% {
 opacity: 0;
 transform:scale(1);
 -ms-transformm:scale(1);
}
}
 @-o-keyframes slideShow {
0% {
 opacity: 0;
 -o-transform:scale(1);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 -o-transform:scale(1.1);
}
 100% {
 opacity: 0;
 -o-transformm:scale(1);
}
}
 @-moz-keyframes slideShow {
0% {
 opacity: 0;
 -moz-transform:scale(1);
}
 5% {
 opacity: 1
}
 25% {
 opacity: 1;
}
 30% {
 opacity: 0;
 -moz-transform:scale(1.1);
}
 100% {
 opacity: 0;
 -moz-transformm:scale(1);
}
}
@-webkit-keyframes slideShow {
    0% {
     opacity: 0;
     -webkit-transform:scale(1);
    }
     5% {
     opacity: 1
    }
     25% {
     opacity: 1;
    }
     30% {
     opacity: 0;
     -webkit-transform:scale(1.1);
    }
     100% {
     opacity: 0;
     -webkit-transformm:scale(1);
    }
    }

/*================*** END BACKGROUND SLIDER CSS ***============*/

.top-bar .accessbility  span.themechanger a, .top-bar .accessbility span.colorchanger a
	{
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 1px solid #fff;
	outline: none;
	margin-top: 0px;
	text-align: center;
}

.top-bar .accessbility  span.themechanger a.color1 {
	background: #12579c;
}

.top-bar .accessbility  span.themechanger a.color2 {
	background: #FA8620;
}

.top-bar .accessbility  span.themechanger a.color3 {
	background: #85B448;
}

.top-bar .accessbility span.colorchanger a.color5 {
	color: #fff;
	background-color: #000;
	float: right;
	margin: 0 5px;
}

.top-bar .accessbility span.colorchanger a.color4 {
	color: #000;
	background-color: #fff;
	float: right;
	margin: 0 5px;
}

/*========================Devlopment Custome CSS ===================================*/
#tech-heading {
	background-color: #10538b;
	color: #CDDDE5;
	font-weight: 400;
	font-size: 25px;
	text-align: left;
	height: 10%;
	padding: 5%;
}

.main-menu-row {
	padding: 0px 5% 5px 5%;
	font-weight: 400;
	font-size: 13px;
	color: #0d780d;
	text-transform: uppercase;
}

.page-menu-hr {
	background-color: #D8DBDC;
	height: 1px;
	margin: 5px 0px 10px 0px;
}

#tech-row {
	padding: 0%;
	padding-top: 6%;
}

.table {
	background-color: #F0F3F4;
	padding-bottom: 0%;
}

#inner-menu {
	font-size: 11px;
	line-height: 0;
}

#nested-menu {
	padding-top: 10px;
	font-size: 11px;
}

.page-inner-menu-hr {
	background-color: #D8DBDC;
	height: 1px;
	margin: 5px 0px 5px 0px;
}

.leater-font {
	font-weight: 400;
    font-size: 25px;
    color: #0d780d;  
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;    
}
.headingbox{
	    -webkit-box-shadow: inset 0px 2px 20px -6px rgba(0,0,0,0.49);
    -moz-box-shadow: inset 0px 2px 20px -6px rgba(0,0,0,0.49);
    box-shadow: inset 0px 2px 20px -6px rgba(0,0,0,0.49);
    /* padding-top: 20px; */
    margin-bottom: 10px;	
        padding-top: 20px;
    padding-bottom: 15px;
}
.midsection {
	margin-bottom: 20px;
}

/*========================Devlopment Custome CSS End ===================================*/
.col-lg-6.col-md-6.map-left-box {
	width: 29%;
}

.col-lg-6.col-md-6.map-right-box {
	width: 71%;
}

.sidebar-menu ul li a {
	padding: 10px;
	width: 100%;
	display: block;
	margin: 16px 0;
	background: -webkit-linear-gradient(left, #0d780d, #65a965);
	color: #fff;
	border-left: 3px solid #000;
}

.sidebar-menu ul li a.activemenu {
	background: -webkit-linear-gradient(left, #1442a9, #5fa55f);
}

.sidebar-menu ul li.drop-menu {
	background-color: #0d780d;
}

.sidebar-menu ul li ul.sidebar-sub-menu li a {
	background-color: #0d780d;
	color: #fff;
	border-left: 3px solid #000;
	margin: 10px 0 10px 16px;
	width: auto;
}

.sidebar-title h3 {
	color: #0d780d;
}

.bottom-header .navbar-default .navbar-nav>li:last-child>ul>li a {
	padding: 3px 20px;
}

.dropdown-menu>li>a {
	font-size: 12px;
}

<
style>.rev_slider {
	height: 500px !important;
}

.rev_slider_wrapper {
	width: 100%;
	height: 500px !important;
}

h3.section-title {
	margin: 0 0 0 17px;
}

.about_raipur .col-md-4 img {
	margin: 7px 0 0 0;
}

.about-us .nav-tabs>li.active>a, .about-us .nav-tabs>li.active>a:focus,
	.about-us .nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: #1b5da0;
	border: 1px solid #1b5da0;
	border-bottom-color: transparent;
	border-radius: 0px;
	margin-right: 2px;
}

.about-us .nav-tabs>li {
	float: left;
	background: #eae8e8;
	margin-right: 2px;
}

.about-us .nav-tabs>li>a {
	/*color: #000;*/
	color: #fff;
background: #85b7e9;
font-weight: 600;
}

.counter-box {
	position: static;
	width: 100%;
	margin-bottom: 0px;
}

.counter-box {
	bottom: 0px;
	right: 0px;
	background: rgb(2, 0, 0);
	padding: 10px;
	margin-top: 20px;
}

.counter-box h3 {
	font-size: 15px;
	color: #fff;
	margin: 5px 0;
	text-align: center;
	line-height:25px;
}

.counter-box table {
	margin: 15px 0 0;
	width: 100%;
}

.counter-box table tbody tr td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border: 1px solid #ddd;
	color: #000;
	background: #fff;
	font-size: 12px;
}

.highlights .col-md-4 {
	width: 29%;
}

.about-us .col-md-6 .tab-content {	
	min-height: 255px;
	background: #fff;
	padding: 17px;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px solid #1b5da0;	
	height: 255px;
}


.about-us .col-md-6 .tab-content .tab-pane ul li a {
    color: #686868;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}
.slider-box .icon-box img {
    width: 50px;
    margin: 0px auto;
}
.slider-box a{
	color:#fff;
}
.cmprofilebox
{
	    margin-left: 16px;
}
/***********************Gallery CSS****************************************/
.gallery-box {
	box-shadow: 0px 40px 20px -40px rgb(133, 133, 133);
	-webkit-box-shadow: 0px 40px 20px -40px rgb(133, 133, 133);
	-moz-box-shadow: 0px 40px 20px -40px rgb(133, 133, 133);
	-o-box-shadow: 0px 40px 20px -40px rgb(133, 133, 133);
	border: 1px solid #ddd;
	margin-bottom: 30px;
	min-height: 270px;
}

.gallery a {
	transition: all .5s;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px;
	position: relative;
	opacity: 1;
}

.gallery-box p {
	padding: 5px;
	font-size: 14px;
	line-height: 20px;
	text-align: center !important;
	color: #000000;
}

.gallery-box img {
	height: 180px !important;
}

.gallery a:hover {
	box-shadow: 0 0 5px #2e3f4e;
}

.gallery {
	margin-top: 20px;
}
.inner-gallary {
    min-height: 185px;
}
.content p{
	text-align: justify;
}
.content{
	-webkit-box-shadow: inset 0px 2px 20px -6px rgba(0,0,0,0.49);
-moz-box-shadow: inset 0px 2px 20px -6px rgba(0,0,0,0.49);
box-shadow: inset 0px 2px 20px -6px rgba(0,0,0,0.49);
    padding-top: 20px;
    margin-bottom: 25px;
    padding-bottom: 20px;
}
.content .tab-content{
    padding-top: 30px;
}
.cont .dataTables_wrapper {
	margin-top: 30px;
    padding-top: 20px;
}

.footer-widget.about-widget .social img {  
    width: 42px;
    height: 42px;
}
section.blogs {
	margin: 20px 0;
}

.blogbox .blog-date {
	margin-bottom: 5px;
}

.blogbox .blog-date span {
	color: #828282;
	font-size: 12px;
}

.blogbox .blog-content p {
	font-size: 15px;
	text-align: justify;
	color: #454545;
}

.blogbox .blog-content {
	margin-bottom: 5px;
}

.blogbox {
	border-bottom: 2px dotted;
	padding: 10px 0 10px 0;
}

.blog-title {
	color: #6e7ac7;
}
.visitorp{	
	font-family: 'Raleway', sans-serif;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #fff !important;
}
}

div.col-lg-6.cm-profail{
    margin-top: -15px;
    margin-bottom: -37px;
}

.mappopuptit{
	background: #12579c;
}
.mapboxtitle{
	color: #fff;
font-weight: 600;
}



.our_latest_news_area {
padding: 25px 0px 25px 0px;    
width: 100%;
float: left;
position: relative;
text-align: center;
background: #ffffff;
/* padding: 35px 0px; */

    
}
.our_latest_news_area .news_tittle {
    padding-bottom: 50px;
}
.latest_news_inner{
	    background: #fffefe;
    padding: 10px 10px 10px 10px;
    box-shadow: darkorchid;
    box-shadow: 3px 0px 5px 0px #ccc;
    color: black;
    border: 1px solid #ccc;
    min-height: 500px;
    max-height: 500px;
}


.latest_news_inner img {
    max-width: 100%;
        height: 200px;
}
.latest_news_inner h3 {
       font-size: 15px;
    color: #313c45;
    padding: 20px 0px 12px 0px;
    max-height: 75px;
    min-height: 75px;
    line-height: 25px;
    font-weight: 600;
}
.latest_news_inner .latest_news_date {
    font-size: 12px;
    color: #000;
    font-family: "Poppins", sans-serif;
    transition: all 400ms linear 0s;
}
.latest_news_inner .latest_news_author {
    font-size: 12px;
    color: #000;
  
    transition: all 400ms linear 0s;
}
.latest_news_inner p {
    font-size: 12px;
    line-height: 20px;
    color: #848484;
    font-family: "Poppins", sans-serif;
    padding: 10px 0px 15px 0px;
}
.view_details_btn {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    color: #26a65b;
    transition: all 400ms linear 0s;
}

.our_latest_news_area .slider {
	position: static;
}

.our_latest_news_area .slider .owl-stage-outer {
	z-index: 10;
}

.our_latest_news_area li img {
	position: relative;
	display: inline-block !important;
	width: auto !important;
	max-width: 100% !important;
	opacity: 1;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	    width: 200px !important;
    height: 60px;
}

.our_latest_news_area li img:hover {
	opacity: 0.50;
}

.our_latest_news_area .owl-dots {
	display: none !important;
}

.our_latest_news_area .owl-controls {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
	margin: 0px !important;
	opacity: 0.10;
}

.our_latest_news_area:hover .owl-controls {
	opacity: 1;
}

.our_latest_news_area .owl-controls .owl-prev {
	position: absolute;
	left: -70px;
	top: 0px;
	margin: 0px;
	width: 50px;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
	text-indent: 100px;
	background: url(../img/icons/icon-prev-1.png) center center no-repeat
		!important;
}

.our_latest_news_area .owl-controls .owl-next {
	position: absolute;
	right: -70px;
	top: 0px;
	margin: 0px;
	width: 50px;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
	text-indent: 100px;
	background: url(../img/icons/icon-next-1.png) center center no-repeat
		!important;
}

/* Images top */

.minDetails {
    position: absolute!important;
    top: 10px!important;
    right: 0px!important;
    z-index: 99!important;
    width: 125px!important;
    height: auto;
    text-align: center; 
}

.homepaddlr {
    padding-left: 0px !important;
    padding-right: 0px !important;
        border: 1px solid #1b5da0;
}
.homepaddlr blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 4px solid #1b5da0;
}
.ceoimg{
   float: left;
    width: 30%;
}
.ceoimg img {
    padding-right: 10px;
}
.ceolink{
	float:right;
}
.homepaddlr p{
    font-size: 15px;
    line-height: 19px;
}
.minContainer {
    padding: 5px 1px 0 1px!important;
    overflow: hidden!important;
    border-bottom: 1px solid #5f737d!important;
       background-color: #fff;
        opacity: .95;
}
.minContainer p {
    line-height: 14px!important;
    
}
.minName {
    font-size: 12px!important;
    color: #000!important;
    font-weight: 600;
    padding-top: 10px;
}
.minPost {
    font-size: 11px!important;
    color: #000!important;
    font-weight: 600;
}

.headerh1{
	margin: 0px;
    color: #067846;
    font-weight: 800;
    font-size:28px
}
.headerp{
	    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #554a4a;
}


.social-iconshome { position: fixed; left: 5px; top: 230px;z-index: 9999;}
.btn-social { cursor: pointer; width: 50px; height: 50px; border-radius: 50px; }
.social-iconshome .navbar-nav li { position: absolute; bottom: 0; z-index: -1; transition: .2s all; }
.social-iconshome .navbar-nav.show li:nth-child(1){top: 60px}
.social-iconshome .navbar-nav.show li:nth-child(2){top: 120px}
.social-iconshome .navbar-nav.show li:nth-child(3){top: 180px;}
.social-iconshome .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.social-iconshome .btn-primary {
    color: #fff;
    background-color: #12579c;
    border-color: #12579c;
}

.about-us .nav-tabs>li>a {
    padding: 10px 12px;
    font-size: 14px;
}

.disslider .owl-item li {
	border:3px solid #000000 !important;
	height: 280px;
	}
.disslider .owl-item li img {
	height: 274px;
	}	
	
.disabout p{
	font-size: 16px;   
    line-height: 30px;

	}
 .disbreadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #12579c;
    border-radius: 4px;
    color: #fff;
}
.disbreadcrumb a{
	color: #ffffff;
}
