@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
	font-weight: 300;
	color: #000000;
	line-height: 22px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	color: #000000;
}
h1 {
	font-size: 46px;
	font-weight: 700;
	color: #444;
	letter-spacing: -2px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
	color: #777;
	font-weight: 400;
	line-height: 26px;
}
h4 {
	font-size: 16px;
}
a {
	color: #c52d2f;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}
a:hover, a:focus {
	color: #d43133;
}
hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}
.btn-primary {
	padding: 8px 20px;
	background: #3498db;
	color: #fff;
	border-radius: 4px;
	border: none;
	margin-top: 10px;
}
.btn-primary:hover, .btn-primary:focus {
	background: #2d78ae;
	outline: none;
	box-shadow: none;
}
a:hover, a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}
.center h2 {
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 20px;
}
.center h3 {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 20px;
}
.media>.pull-left {
	margin-right: 20px;
}
.media>.pull-right {
	margin-left: 20px;
}
body > section {
	padding: 70px 0;
}
.center {
	text-align: center;
	padding-bottom: 30px;
}
.lead {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
 @-webkit-keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
/*************************
*******Header******
**************************/
#success_message{ display: none;}
.navbar>.container .navbar-brand {
	margin-left: 0;
}
.navbar-brand {
	padding: 0;
	margin: 0;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	background: #ffffff;
	padding: 12px 0;
	margin: 8px 2px 10px 1px;
	/*font-family:: "Trebuchet MS";*/
	font-family: 'Roboto', sans-serif;
}
.navbar-nav {
	/*margin-top: 12px;*/
	margin-top: 56px;
	margin-right: -10PX;
}
.navbar-nav>li {
	margin-left: 4px;
	/*padding-bottom: 28px;*/
}
.navbar-inverse .navbar-nav > li > a {
	padding: 5px 12px;
	margin: 0;
	border-radius: 3px;
	/*color: #f11782;*/
	color: #e1006e;
	line-height: 24px;
	display: inline-block;
}
.navbar-inverse .navbar-nav > li > a:hover {
	/*background-color: #3498db;*/
	color: #000000;
}
.navbar-inverse {
	border: none;
}
.navbar-inverse .navbar-brand {
	font-size: 30px;
	line-height: 50px;
	font-weight: 600;
	color: #fff;
}
.navbar-inverse .navbar-brand .fa {
	color: #3498db;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #ee0376;
	color: #ffffff;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;*/
}

/*************************
*******HOME | HITAISHINI | STARTS******
**************************/
.Hitaishini-top-part {
	font-family: 'Roboto', sans-serif;
}
.Hitaishini-top-part ul {
	text-align: center;
	margin: 14px 0px 10px 0px;
}
.Hitaishini-top-part ul li {
	font-family: 'Roboto', sans-serif;
	list-style-type: none;
	padding: 0px 8px 0px 8px;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 15px;
	float: left;	
}
.Hitaishini-top-part ul li a {
	color: #FFFFFF;
}
.Hitaishini-top-part ul li a:hover {
	color: #FFFB9F;
}
.Hitaishini-special-name {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #bf0059;
	margin: 20px 0px 18px 0px
}
.myButton-1 {
	font-family: 'Roboto', sans-serif;
	background-color:#bf0059;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-weight: 300;
	font-size:22px;
	padding:12px 70px;
	text-decoration:none;/*
	text-shadow:0px 1px 0px #2f6627;*/
	margin: 14px 0px 20px 0px;
}
.myButton-1 span {
	font-weight: 500;
}
.myButton-1:hover {
	background-color:#ff2a83;
	color: #FFFFFF;
}
.myButton-1:active {
	position:relative;
	top:1px;
	color: #FFFFFF;
	font-weight: 400;
}
/*****************************/
.myButton-1001 {
	font-family: 'Roboto', sans-serif;
	background-color:#bf0059;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-weight: 300;
	font-size:22px;
	padding:12px 70px;
	text-decoration:none;/*
	text-shadow:0px 1px 0px #2f6627;*/
	margin: 4px 0px 10px 0px;
}
.myButton-1001 span {
	font-weight: 500;
	font: #ffffff;
}
.myButton-1001:hover {
	color: #FFFFFF;
}
.myButton-1001:active {
	position:relative;
	top:1px;
}
/*************************************/
.myButton-hom-Don {
	font-family: 'Roboto', sans-serif;
	background-color:#ffffff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#bf0059;
	font-weight: 300;
	font-size:20px;
	padding:7px 20px 8px 20px;
	text-decoration:none;
	/*	text-shadow:0px 1px 0px #2f6627;*/
	margin: 8px 0px 8px 0px;
}
.myButton-hom-Don span {
	font-weight: 400;
}
.myButton-hom-Don:hover {
	background-color:#ff2a83;
	color: #FFFFFF;
}
.myButton-RMore {
	font-family: 'Roboto', sans-serif;
	background-color:#bf0059;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-weight: 300;
	font-size:18px;
	padding:10px 34px;
	text-decoration:none;/*
	text-shadow:0px 1px 0px #2f6627;*/
	margin: 14px 0px 30px 0px;
}
.myButton-RMore span {
	font-weight: 500;
}

.myButton-RMore:hover {
	background-color:#ff2a83;
	color: #FFFFFF;
}
.myButton-RMore:active {
	position:relative;
	top:1px;
}
.myButton-RMore:visited {
	color: #FFFFFF;
}
.navNCEB_special {
	margin-top: 18px;
}
.Hitaishini-hm-about-main {
	background: #FFFFFF;
}
.Hitaishini-hm-gallery {
	/*background: url("../images/gallery-bg.jpg");
	background-repeat: repeat-y;*/
	background: #fff1ff;
	
}
.Hitaishini-hm-mid-top {
	background: #FFFFFF;
	padding: 20px 0px 35px 0px;	
}
.Hitaishini-heading-main1 {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	line-height: 32px;
	color: #ce0058;
	margin: 50px 0px 0px 0px;
	text-align:left;
	font-weight: 300;
	text-transform: uppercase;
}
.Hitaishini-heading-main1 span {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	line-height: 32px;
	color: #ce0058;
	margin: 30px 0px 0px 0px;
	font-weight: 500;
	text-transform: uppercase;
}
.Hitaishini-subheading-main1 {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 28px;
	color: #ce0058;
	margin: 30px 0px 0px 0px;
	text-align:left;
	font-weight: 300;
	text-transform: uppercase;
}
.Hitaishini-subheading-main1 span {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 28px;
	color: #ce0058;
	margin: 50px 0px 0px 0px;
	font-weight: 500;
	text-transform: uppercase;
}
.Hitaishini-botpart-main1 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #ce0058;
	margin: 50px 0px 0px 0px;
	text-align:left;
	font-weight: 300;
	text-transform: uppercase;
}
.Hitaishini-botpart-main1 span {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #ce0058;
	margin: 50px 0px 0px 0px;
	font-weight: 500;
	text-transform: uppercase;
}

.Hitaishini-botpart-sub1 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #ce0058;
	margin: 10px 0px 0px 0px;
	text-align:left;
	font-weight: 300;
	text-transform: uppercase;
}
.Hitaishini-botpart-sub1 span {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #ce0058;
	margin: 50px 0px 0px 0px;
	font-weight: 500;
	text-transform: uppercase;
}

.Hitaishini-heading-para1 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	margin: 18px 0px 5px 0px;
	text-align:left;
	font-weight: 300;
	text-transform: uppercase;
}
.Hitaishini-heading-para1 span {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	margin: 18px 0px 5px 0px;
	font-weight: 500;
	text-transform: uppercase;
}

.Hitaishini-hm-mid-top-imgone {
	margin: 15px 0px 15px 0px;
	border: #ce0058 solid 1px;
}
.Hitaishini-main-body-font {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
	padding: 3px;
	font-weight: 300;
}
.Hitaishini-main-body-font span {
	font-weight: 400;
}
.V-MUKHERJEE-1 {
    width: 250px;
    height: 250px;
    background: url(../images/VIJAYA-MUKHERJEE-2021.jpg);
    border-radius: 50%;
    background-position: -35px -6px;
    float: left;
    shape-outside: circle();
    margin: 20px;
    margin-left: 0px;
}
.home-mid-listing-type-1 {
	font-family: 'Roboto', sans-serif;
}
.home-mid-listing-type-1 ul {
	margin: 20px 0px 10px 0px;
}
.home-mid-listing-type-1 ul li {
	font-family: 'Roboto', sans-serif;
	list-style-type: none;
	padding: 4px 0px 4px 22px;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	background-image: url(../images/ROUND-LI-BG.png);
	background-repeat: no-repeat;
	background-position: 3px 8px;
}
.home-mid-listing-type-2 {
	font-family: 'Roboto', sans-serif;
}
.home-mid-listing-type-2 ul {
	margin: 12px 0px 10px 0px;
}
.home-mid-listing-type-2 ul li {
	font-family: 'Roboto', sans-serif;
	list-style-type: none;
	padding: 5px 0px 5px 22px;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	background-image: url(../images/HOME-LI-BG-1.png);
	background-repeat: no-repeat;
	background-position: 3px 5px;
}
.home-mid-listing-type-2 ul li a {
	font-family: 'Roboto', sans-serif;
	list-style-type: none;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
}
/*****************************/
.our-serv-listing-type-1 {
	font-family: 'Roboto', sans-serif;
}
.our-serv-listing-type-1 ol {
	margin: 12px 0px 10px 0px;
}
.our-serv-listing-type-1 ol li {
	font-family: 'Roboto', sans-serif;
	padding: 3px 0px 3px 5px;
	color: #000000;
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
}
.our-serv-listing-type-1 ul {
	margin: 12px 0px 10px 0px;
}
.our-serv-listing-type-1 ul li {
	font-family: 'Roboto', sans-serif;
	list-style-type: none;
	padding: 5px 0px 5px 22px;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	background-image: url(../images/HOME-LI-BG-1.png);
	background-repeat: no-repeat;
	background-position: 3px 5px;
}
/*****************************/
.home-bot-listing-type-1 {
	font-family: 'Roboto', sans-serif;
}
/*.home-bot-listing-type-1 ul {
	margin: 12px 0px 10px 0px;
}*/
.home-bot-listing-type-1 li {
	font-family: 'Roboto', sans-serif;
	list-style-type: none;
	padding: 5px 0px 5px 20px;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	background-image: url(../images/ROUND-LI-BG-0.png);
	background-repeat: no-repeat;
	background-position: 3px 11px;
}
.home-bot-listing-type-1 li a {
	font-family: 'Roboto', sans-serif;
	list-style-type: none;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
}
.home-bot-listing-type-1 li a:hover {
	list-style-type: none;
	color: #bf0052;
	padding-left: 2px;
	text-decoration: underline;
}
#home-bot-listing-type-2 li a {
	font-family: 'Roboto', sans-serif;
	list-style-type: none;
	padding: 5px 0px 5px 0px;
	color: #000000;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: 1px 10px;
}
#home-bot-listing-type-2 li a:hover {
	padding-left: 2px;	
	list-style-type: none;
	color: #bf0052;
}
.home-bot-listing-cont-1 {
	font-family: 'Roboto', sans-serif;
}
.home-bot-listing-cont-1 ul {
	margin: 12px 0px 10px 0px;
}
.home-bot-listing-cont-1 li {
	font-family: 'Roboto', sans-serif;
	list-style-type: none;
	padding: 2px 0px 2px 20px;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	background-repeat: no-repeat;
}
.home-bot-listing-cont-1 li a {
	font-family: 'Roboto', sans-serif;
	list-style-type: none;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
}

.patient-listing-1 {
	font-family: 'Roboto', sans-serif;
	margin: 15px 0px 40px 0px;
}
.patient-listing-1 ul {
	margin: 12px 0px 10px 0px;
	font-family: 'Roboto', sans-serif;
}
.patient-listing-1 ul li {
	font-family: 'Roboto', sans-serif;
	list-style-type: none;
	padding: 3px 0px 3px 23px;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	background-repeat: no-repeat;
	background-image: url(../images/li-bg-2.png);
	background-repeat: no-repeat;
	background-position: 2px 8px;
}
/*.home-bot-listing-cont-1 li a:hover {
	list-style-type: none;
	color: #bf0052;
	padding-left: 5px;
	text-decoration: underline;
}*/
.Hitaishini-hm-mid-top-ptwo {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 19px;
	text-align: left;
	font-weight: 600;
	padding-left: 5px;
}
.Hitaishini-hm-mid-top-ptwtw {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 19px;
	text-align: right;
	font-weight: 600;
	padding-right: 30px;
}
.Hitaishini-hm-mid-top-ptwtx {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 19px;
	text-align: right;
	font-weight: 600;
	padding-right: 30px;
	margin-top: 15px;
}
.Hitaishini-hm-inta-cont {
	padding: 12px 0px;
	margin: 0px 0px;
	background: url(../images/Fabric-Bg.jpg) repeat;
}
/*.Hitaishini-hm-inta-img-line {
	margin: 10px 0px 0px 0px;
}*/
.Hitaishini-hm-inta-img-line {
	margin: 10px 0px 0px 0px;
	height: 3px;
	background: url(../images/line-102.png) repeat-x;
}
.Hitaishini-hm-mid-bot-H2one {
	font-family: 'Conv_Sanchez Slab W03 Regular';
	font-size: 24px;
	line-height: 25px;
	color: #8f1a1c;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-weight: 300;
}
.Hitaishini-hm-midBot-cont-top {
	background: #ffeefa;
	padding: 10px 0px 30px 0px;	
}
.btn-Hitaishini-HM-1 {
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	font-family: 'Conv_RobotoCondensed-Regular';
	color: #ffffff;
	font-size: 20px;
	background: #8f1a1c;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
}

.btn-Hitaishini-HM-1:hover {
	background: #330000;
	background-image: -webkit-linear-gradient(top, #330000, #8f1a1c);
	background-image: -moz-linear-gradient(top, #330000, #8f1a1c);
	background-image: -ms-linear-gradient(top, #330000, #8f1a1c);
	background-image: -o-linear-gradient(top, #330000, #8f1a1c);
	background-image: linear-gradient(to bottom, #330000, #8f1a1c);
	text-decoration: none;
}
.Hitaishini-hm-midBot-but-img {
	margin: 25px 0px 45px;	
}
.Hitaishini-hm-mid-botB-pone {
	margin: 30px 25px 30px 25px;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 19px;
	text-align: center;
	font-weight: 400;
}
.Hitaishini-hm-Bot-but-img {
	margin: 15px 0px 15px;	
}
.Hitaishini-hm-bot-strip-cont {
	background-color: #d0cbb9;
	min-height: 60px;
	padding: 10px 0px 10px 0px; 
}
.Hitaishini-hm-bot-logo {
	
}
.Hitaishini-HM-bot-nav-cont {	
}
.Hitaishini-HM-bot-nav-cont ul {
	list-style-type: none;
}
.Hitaishini-HM-bot-nav-cont ul li {
	float: left;
	padding: 0px 15px 0px 15px;
	color: #000000;
	font-size: 13px;
	font-family: "Conv_Roboto-Regular";
}
.Hitaishini-HM-bot-social-cont {
	margin-top: 6px;	
}
.Hitaishini-HM-bot-social-cont ul {
	list-style-type: none;
}
.Hitaishini-HM-bot-social-cont ul li {
	float: left;
	padding: 0px 5px 9px 5px;
	margin: 0 auto;
	align-content: center;
}
.Hitaishini-event-tab-cont {
	background: #FFFFFF;
	padding: 20px 20px 35px 20px;	
}
.donate-page-h01 {
	margin: 20px 0px 20px 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	font-weight: 400;
	color: #000000;
}
.donate-page-h02 {
	margin: 20px 0px 40px 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
	font-weight: 400;
	color: #000000;
}
.donate-tb-01 {
	background: #bf0059;
}
.donate-tb-H01 {
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	font-weight: 400;
	margin: 8px 0px 8px 0px;
}
.donatebut-sub {
	font-family: 'Roboto', sans-serif;
	background-color:#bf0059;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-weight: 300;
	font-size:18px;
	padding:6px 16px;
	text-decoration:none;/*
	text-shadow:0px 1px 0px #2f6627;*/
	margin: 4px 8px 30px 0px;
}
.donatebut-sub span {
	font-weight: 500;
}

.donatebut-sub:hover {
	background-color:#ff2a83;
	color: #FFFFFF;
}
.donatebut-sub:active {
	position:relative;
	top:1px;
}
.donatebut-rest {
	font-family: 'Roboto', sans-serif;
	background-color:#686767;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-weight: 300;
	font-size:18px;
	padding:6px 16px;
	text-decoration:none;/*
	text-shadow:0px 1px 0px #2f6627;*/
	margin: 4px 0px 30px 0px;
}
.donatebut-rest span {
	font-weight: 500;
}

.donatebut-rest:hover {
	background-color:#000000;
	color: #FFFFFF;
}
.donatebut-rest:active {
	position:relative;
	top:1px;
}
.cont-div-01 {
	background-color: #FCFCFC;
	border: 1px solid #D4009E;
	margin: 10px 0px;
	padding: 10px;
	min-height: 140px;
}






/*************************
*******HOME | Hitaishini  | ENDS******
**************************/


/*************************
*******Home Page******
**************************/
#main-slider {
	position: relative;
	text-align: center;
}
.no-margin {
	margin: 0;
	padding: 0;
}
#main-slider .carousel .carousel-content {
	margin-top: 150px;
}
#main-slider .carousel .slide-margin {
	margin-top: 100px;
}
#main-slider .carousel .logo {
	font-weight: 600;
	margin: 20px 0;
	padding: 0 10px;
	border-radius: 10px;
	border: 1px solid #9bcaec;
	border-bottom: 0;
	border-right: 0;
	box-shadow: 6px 3px #ddd;
}
#main-slider .carousel .logo i {
	color: #3498db;
}
#main-slider .carousel h2 {
	color: #666;
	font-weight: 500;
	margin: 20px 0;
}
#main-slider .carousel .btn-slide {
	padding: 8px 20px;
	background: #3498db;
	color: #fff;
	border-radius: 4px;
	margin-top: 25px;
	display: inline-block;
}
.carousel-inner {
	height: 640px;
}
#main-slider .carousel .item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	height: 640px;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
	top: auto;
	position: relative;
}
#main-slider .carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	z-index: 1;
}
#main-slider .prev, #main-slider .next {
	position: absolute;
	top: 50%;
	background-color: #fff;
	color: #ccc;
	display: inline-block;
	margin-top: -25px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	z-index: 5;
	opacity: 0.8;
}
#main-slider .prev:hover, #main-slider .next:hover {
	background-color: #3498db;
}
#main-slider .prev {
	left: 10px;
}
#main-slider .next {
	right: 10px;
}
#main-slider .carousel-indicators li {
	width: 14px;
	height: 14px;
	margin: 0 15px 0 0;
	position: relative;
}
#main-slider .carousel-indicators li:after {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 100%;
	border: 1px solid #c3dff4;
	left: -3px;
	top: -3px;
}
#main-slider .carousel-indicators .active {
	width: 14px;
	height: 14px;
	background-color: #fff;
	margin: 0 15px 0 0;
	border: 1px solid #3498db;
	position: relative;
}
#main-slider .carousel-indicators .active:after {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background: #fff;
	border: 1px solid #3498db;
	left: -3px;
	top: -3px;
}
#feature {
	background: #f2f2f2;
	padding-bottom: 40px;
}
#inner-page {
	background: #f8f8f8 url(../images/innerpage_bg.png) repeat-x;
	padding-bottom: 0;
}
.color-border {
	background: url(../images/color_border.jpg) repeat-x scroll center top;
	width: 100%;
	float: left;
	display: block;
	height: 5px;
}
.features {
	padding: 0;
}
.feature-wrap {
	margin-bottom: 35px;
	overflow: hidden;
	text-align: center;
}
.feature-wrap h2 {
	margin-top: 10px;
}
.feature-wrap .pull-left {
	margin-right: 25px;
}
.feature-wrap i {
	font-size: 48px;
	height: 110px;
	width: 110px;
	margin: 3px;
	border-radius: 100%;
	line-height: 110px;
	text-align: center;
	background: #ffffff;
	color: #3498db;
}
#recent-works .col-xs-12.col-sm-4.col-md-4 {
	padding: 0;
}
#recent-works {
	padding-bottom: 70px;
}
.recent-work-wrap {
	position: relative;
}
.recent-work-wrap img {
	width: 100%;
}
.recent-work-wrap .recent-work-inner {
	top: 0;
	background: transparent;
	opacity: 1;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
	text-align: center;
}
.recent-work-wrap .recent-work-inner h3 {
	margin: 10px 0;
}
.recent-work-wrap .recent-work-inner h3 a {
	font-size: 24px;
	color: #fff;
}
.recent-work-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 0;
	background: #3498db;
	color: #fff;
	vertical-align: middle;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	padding: 30px;
}
.recent-work-wrap .overlay .preview {
	bottom: 0;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	background: transparent;
	text-align: center;
	color: #fff;
}
.recent-work-wrap:hover .overlay {
	opacity: 0.9;
}
.testimonials blockquote {
	position: relative;
	background: white;
	min-height: 120px;
	margin-top: 20px;
	margin-bottom: 100px;
	border: 1px solid #ecedf1;
	text-align: center;
}
.testimonials blockquote:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	border-top: 10px solid #ecedf1;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.testimonials blockquote:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -9px;
	border-top: 9px solid white;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
}
.testimonials blockquote img {
	height: 70px;
	width: 70px;
	position: absolute;
	border: 1px solid #ecedf1;
	background: white;
	bottom: -90px;
	left: 50%;
	margin-left: -34px;
}
blockquote p.clients-words {
	font-size: 14px;
}
span.clients-name {
	font-size: 14px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#testimonials {
	background: #000 url(../images/testimonials/bg_testimonials.jpg);
	background-size: cover;
}
#testimonials .clients-name {
	color: #3498db;
}
#testimonials .lead, #testimonials h2 {
	color: #fff;
}
#middle {
	background: #f2f2f2;
}
#middle h3 {
	color: #4e4e4e;
	font-size: 18px;
	font-weight: 600;
}
#middle i {
	color: #52a7e0;
}
#middle .media-body h3 {
	color: #4e4e4e;
	font-size: 18px;
}
.accordion h2 {
	margin-bottom: 25px;
}
.panel-default {
	border-color: transparent;
}
.panel-default>.panel-heading, .panel {
	/*background-color: #ebebeb;*/
	background-color: #fdf0d1;
	border: 0 none;
	box-shadow: none;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	background: #fdf9ef;
	color: #000000;
}
.panel-body {
	padding: 20px;
}
.panel-group .panel+.panel {
	margin-top: 1px;
	border-top: 1px solid #ffffff;
}
.panel-group .panel {
	border-radius: 3px;
}
.panel-heading {
	border-radius: 0;
}
.panel-title>a {
	color: #000000;
	font-size: 16px;
}
.accordion-inner img {
	border-radius: 4px;
}
.accordion-inner h4 {
	margin-top: 0;
}
.panel-heading.active {
	background: #e70063;
	border-radius: 3px;
}
.panel-heading.active .panel-title>a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
a.accordion-toggle i {
	width: 45px;
	line-height: 44px;
	font-size: 20px;
	margin-top: -10px;
	text-align: center;
	margin-right: -15px;
	background-color: #fdf0d1;
	border-radius: 3px;
}
.panel-heading.active a.accordion-toggle i {
	background: #e70063;
	color: #fff;
}
.panel-heading.active a.accordion-toggle.collapsed i {
	background: #e70063;
	color: #fff;
}
#partner {
	background: url(../images/partners/partner_bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#partner {
	text-align: center;
}
.partners ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.partners ul li {
	display: inline-block;
	float: left;
	width: 20%;
}
#get-started {
	padding: 50px 0 60px 0;
	text-align: center;
	background: #f2f2f2;
}
/*************************
********* About Us Page CSS ******
**************************/

.about-us {
	padding-bottom: 50px;
}
.about-us h3 {
	color: #4e4e4e;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}
.about-us p {
	color: #4e4e4e;
}
.about-us img {
	margin-top: 40px;
}
/*************************
********* Portfolio CSS ******
**************************/
.portfolio-items, .portfolio-filter {
	list-style: none outside none;
	margin: 0 0 40px 0;
	padding: 0;
}
.portfolio-filter > li {
	display: inline-block;
}
.portfolio-filter > li a {
	background: none repeat scroll 0 0 #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	margin-right: 20px;
	text-transform: uppercase;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	border: 1px solid #F2F2F2;
	outline: none;
	border-radius: 3px;
}
.portfolio-filter > li a:hover, .portfolio-filter > li a.active {
	color: #fff;
	background: #3498db;
	border: 1px solid #3498db;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.portfolio-items > li {
	float: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.portfolio-item {
	margin: 0;
	padding: 0;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/**************************
********* Pricing Table CSS *
**************************/
#inner-page .panel-primary > .panel-heading {
	color: #fff;
	background-color: #65b0e2;
	border-color: #65b0e2;
	padding: 20px 0;
}
#inner-page .panel-info > .panel-heading {
	color: #fff;
	background-color: #e4907e;
	border-color: #e4907e;
	padding: 20px 0;
}
#inner-page .panel-success > .panel-heading {
	color: #fff;
	background-color: #8ac66b;
	border-color: #8ac66b;
	padding: 20px 0;
}
#inner-page .panel-title {
	font-size: 26px;
}
#inner-page .panel {
	text-align: center;
}
#inner-page .panel:hover {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
}
#inner-page .panel-body {
	padding: 0;
	text-align: center;
}
.the-price {
	background-color: rgba(220,220,220,.17);
	box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
	padding: 20px;
	margin: 0;
}
.the-price h1 {
	font-weight: 500;
	line-height: 1em;
	padding: 20px 0;
	margin: 0;
}
/*************************
********* Contact Us CSS ******
**************************/

.contact_top {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 2em;
	border-bottom: 2px solid #fff;
}
.contact_details {
	padding: 20px;
	text-align: center;
}
.contact_details i {
	color: #3498db;
}
.contact_details p {
	padding: 20px 0;
}
.form-group .form-control {
	padding: 10px 12px 13px 12px;
	border-color: #d86b9e;
	box-shadow: none;
}
textarea#message {
	resize: none;
	padding: 10px;
}
/***********************
********* Footer ******
************************/
#footer {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #aaa;
	background: #df005f;
}
#footer p {
	color: #000000;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;	
}
#footer a {
	color: #ffffff;
	margin: 0px 5px;
	
	
}
#footer a:hover {
	color: #3276b1;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul > li {
	display: inline-block;
	margin-left: 15px;
}
.follow-us {
	margin-top: -5px;
	text-align: center;
}
.social-icon {
	padding-top: 7px;
	font-size: 16px;
	text-align: center;
	width: 34px;
	height: 34px;
	border: 2px solid #373737;
	border-radius: 50%;
	color: #373737;
	margin: 5px;
}
a.social-icon:hover, a.social-icon:active, a.social-icon:focus {
	text-decoration: none;
	color: #3276b1;
	border-color: #3276b1;
}
@media only screen and (min-width: 250px) and (max-width: 767px) {
.navNCEB_special {
	margin-top: 1px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.navbar-nav {
	margin-top: 12px;
	margin-right: -10PX;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.navbar-nav {
	margin-top: 12px;
	margin-right: -10PX;
}
}
@media only screen and (min-width: 250px) and (max-width: 610px) {
	.Hitaishini-hm-bot-logo {
		margin: 10px 0px 20px 0px;
	}
	.Hitaishini-HM-bot-nav-cont {
		margin: 10px 0px 20px 0px;
	}
	.Hitaishini-HM-bot-social-cont {	
		margin: 10px 0px 20px 0px;
	}
}