@charset "utf-8";
/* CSS Document */
#return-to-top {
    position: fixed;
    bottom: 65px;
    right: 30px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.about-page-head .pcontent {
    text-align: justify !important;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.service-page-section {
	width: 100%;
	float: left;
	padding:40px 0;
}
.service-page-head img, .why-hci img {
	float: left;
	margin: 0 35px 15px 0;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.30);
	border: solid #fff 2px;
}
.why-hci h4{
    color: #800;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
	padding-top: 15px;
}
.service-page-head h1, .about-page-head h1 {
    color: #2f2f2f;
    margin: 0 0 15px;
    padding: 0 0 10px;
    position: relative;
    font-size: 30px;
    display: table;
	text-align: left;
    font-weight: bold;
    padding-top: 25px;
}
#plans h2.subtitle{
	color: #2f2f2f;
    margin: 0 0 15px;
    padding: 0 0 10px;
    position: relative;
    font-size: 30px;
    display: table;
	text-align: left;
    font-weight: bold;
    padding-top: 25px;
}
.about-page-head h1:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #e96a22;
}
#plans h2.subtitle:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #e96a22;
}
.greenUl {
    text-align: left;
    column-count: 3;
	line-height: 31px;
	margin: 0px 20px;
}
.greenUl li {
    list-style-position: outside !important;
    list-style:url(../images/tick-arrow.PNG);
}
.greenUl i {
    font-size: 17px;
    color: #299631;
    padding-right: 10px;
}
.service-page-head {
	text-align: left;
}
.service-page-head ul {
	margin:0;
	padding:0;
	list-style:none;
}
.service-page-head ul li, .service-page-head ul li p, .about-page-head p, .whyhcirc-section p {
    width: 100%;
    text-align: justify;
    float: left;
    margin: 0 0 25px;
    padding: 0 0 10px;
    position: relative;
    border-bottom: solid #d4d4d4 1px;
    font-size: 17px;
    line-height: 34px;
    color: #333;
}
.service-page-head ul li p, .about-page-head p {border-bottom: none !important;margin: 0;}
.service-page-head ul li:last-child {
	border-bottom:none;
}
.service-page-head ul li:before {
	display:none;
}
.service-page-head ul li:before {
	position:absolute;
	content:"";
	left:0;
	bottom:2px;
	width:100%;
	height:1px;
	background:#e8e8e8;
}
.service-page-list li {
	width: auto !important;
	float: none !important;
	display: inline-block;
	border: none !important;
	padding:0 15px 0 20px !important;
	margin:0 15px 10px 0 !important;
}
.service-page-list li:before {
	display:none;
}
.service-page-list li:after {
	position:absolute;
	content:"\f046";
	left:0;
	top:0;
	font-family: 'FontAwesome';
	color:#e96d23;
}
.about-page-section, #plans {
	width: 100%;
	float: left;
	padding: 40px 0;
}
.about-page-head h3 {
	font-size: 18px;
	margin: 20px 0 15px 0;
	padding: 0 0 10px;
	color: #252525;
	position: relative;
	text-align:left;
}
.about-page-head h3:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width:30px;
	height: 2px;
	background: #e96a22;
}
.about-page-head p {
    margin: 0 0 10px;
    color: #3f3f3f;
    line-height: 31px;
    text-align: left;
    font-size: 16px;
}
.about-page-list {
	margin-bottom:10px;
}
.about-page-list li {
	margin:0 0 10px;
	text-align:left;
	position: relative;
	padding:0 0 0 15px;
}
.about-page-list li:before {
	position: absolute;
	content:"\f101";
	left: 0;
	top: 0;
	color: #e5621d;
	font-family: 'FontAwesome';
	font-weight: 600;
}
.about-page-head {
    text-align: justify;
    line-height: 36px;
    font-size: 16px;
}
.contact-form .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	left: 0;
	position: relative;
	float: left;
	line-height: normal;
	padding: 13px;
	width: 100%;
	margin: 0;
}
.contact-items-box .inner .text a {
	text-decoration:none;
	color:rgba(0,0,0,0.65);
}
.contact-form div.wpcf7-validation-errors {
	line-height: normal;
	padding: 10px;
}
.about-page-head h5 {
	font-size: 14px;
}
.about-page-head h5:before {
	display:none;
}
.orstyle {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	background: #1c75bc;
	text-align: center;
	color: #fff;
	padding: 5px 0 0 0;
}
.contact-form-inner {
	background:#f6f6f6 url(../images/contact-form-bg.jpg) no-repeat;
	background-size:100%;
	background-position:center center;
	background-attachment:fixed;
}
.contact-form-inner .outer-container {
	background:none;
}
.contact-form-inner-box h2 {
	color: #000;
	padding: 0 0 10px 15px;
	margin: 0 0 15px;
	position: relative;
	text-align: left;
	font-size: 23px;
}
.contact-form-inner-box h2:before {
	position: absolute;
	content: "";
	left: 15px;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #e96a22;
}
.whyhcirc-section {
	width: 100%;
	float: left;
	padding: 40px 0;
	line-height: 34px;
	text-align: justify;
}
.whyhcirc-section img {
	float: left;
	margin: 0 15px 5px 0;
	border: solid #fff 2px;
	box-shadow: -5px 5px 0px #dcdcdc;
}
/* .whyhcirc-section p {
	color: #000;
	font-weight: 400;
	margin: 0 0 15px;
	line-height: 24px;
	text-align: left;
} */
.whyhcirc-section h2 {
	font-size: 20px;
	font-weight: 500;
	margin: 20px 0 20px;
	padding: 0 0 10px;
	position: relative;
	text-align: left;
}
.whyhcirc-section h2:before {
	position: absolute;
	bottom: 0;
	content: "";
	width: 40px;
	height: 2px;
	background: #6c9d31;
}
.whyhcirc-section ul li {/*float: left;*/
	margin: 0px; /*padding: 4px 10px;border: solid 1px #e2e2e2;*/
	color: #000;
	font-weight: 400;
	border-left-width: 2px;
	text-align: left;
}
.header-top .container {
	display:table;
}
.head-info {
    width: 100%;
    float: left;
    padding: 12px 0;
    background: #152e3f;
    border-bottom: 1px solid #B6B6B6;
    margin-bottom: 10px;
}
.main-header .navbar-default {
    padding-bottom: 11px;
}
.main-header .navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}
.head-info-left {
	float: left;
	color: #fff;
	padding-top:0px;
}
.head-info-left a {
	color:#fff;
	text-decoration:none;
}
.head-info-left i {
	margin-right:5px;
}
.head-enqr-btn {
	float: right;
	color: #fff;
	text-decoration: none;
	padding: 5px 15px;
	background: #f07322;
	border: solid #fff 2px;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: 17px !important;
}
.head-enqr-btn:hover {
	color:#fff;
	text-decoration: none;
}
.head-enqr-btn:focus {
	color:#fff;
	text-decoration: none;
}
.header-top .screen-reader-text {
	display:none;
}
.header-top input {
	border: solid #ccc 1px;
	padding: 8px;
	outline:none;
}
.header-top input[type="submit"] {
	background: #6d9e31;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	border-color: #6d9e31;
}
.header-top .navbar-right {
	padding-top: 10px;
}
.header-top .navbar-brand {
	height:auto;
	padding-bottom:0;
}
.contact-section h1 {
	padding: 0 0 10px 15px;
	margin: 0 0 10px;
	position: relative;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 600;
}
.contact-section h1:before {
	position: absolute;
	left: 15px;
	bottom: 0;
	width: 40px;
	height: 2px;
	content: "";
	background: #f07322;
}
.search-result {
	width: 100%;
	float: left;
	padding: 30px 0;
	text-align: left;
}
.search-result h2 {
	color:#2f2f2f;
	margin:0 0 15px;
	padding:0 0 10px;
	position:relative;
	font-size:26px;
	font-weight: 600 !important;
}
.search-result h2:before {
	position:absolute;
	left:0;
	bottom:0;
	width:40px;
	height:2px;
	content:"";
	background:#e96a22;
}
.search-result li {
	display: inline-block;
	padding:9px 45px 8px 15px;
	margin: 0 5px 5px 0;
	background: #f1f1f1;
	border: double #eaeaea 4px;
	position:relative;
}
.search-result li:before {
	position:absolute;
	right:8px;
	top:5px;
	content:"\f0a9";
	color:#e96a22;
	font-family: 'FontAwesome';
	font-size:21px;
}
.search-result li a {
	color: #000;
	text-decoration: none;
}
.search-result li:hover a {
	color:#000;
}
 .bdwp_user_input::placeholder {
text-transform: none !important;
}
.BDC_CaptchaImageDiv a {
	pointer-events: none;
}
.BDC_CaptchaDiv a img {
	height: 30px !important;
}
.alignleft {
	margin: 5px 5px 10px 0;
}
.people span {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.tabs-left li.active {
    border: none;
}
.white_sp img { border: 1px solid #ddd;}
 @media(max-width:1199px) {
.header-top .container {
	width:100%;
}
.header-top .nav > li > a {
	padding:10px 8px;
}
#return-to-top {
    bottom: 95px;
    right: 34px;
    padding-right: 30px;
}
#return-to-top {
    bottom: 120px;
    right: 45px;
    padding-right: 30px;
}
#plans .panel-heading h3 { font-size: 20px;}
#plans .panel-heading {min-height: 56px;}
#plans .panel-body p {font-size: 20px;}
.greenUl {column-count: 2;}
}
#mwt-navbar .navbar-nav {
    margin-left: -40px;
}
 @media(max-width:991px) {
#plans .panel {
    min-height: auto;
}
#mwt-navbar .navbar-nav {
    margin-left:auto;
}	 
.header-top .navbar-right {
	padding-top: 15px;
	width: 100%;
	margin: 15px 0 0 0;
	border-top: double 4px #e8e8e8;
}
#return-to-top {
    bottom: 95px;
    right: 34px;
    padding-right: 30px;
}
.service-page-list li {
    width: 100% !important;
    display: block !important;
}
.header-top .navbar-default {
	margin-bottom:0;
}
.header-top .navbar-nav {
	margin:0 0 0 15px;
}
.searchform {
	margin-bottom: 15px;
}
}
/* @media(min-width:767px) {
.service-page-head img {
	max-width: 350px;
}
}*/
@media(max-width:1200px){
.header-top input[type="submit"] {
    font-size: 14px;
}
.header-top input[type="text"] {
    width: 125px;
}
}
 @media(max-width:767px) {
.greenUl {column-count: 1;}
#plans .panel-heading h3 {font-size: 16px;display: block;float: left;}
#plans .panel-heading {min-height: 54px;}
#plans .panel-heading a.corner-btn {display: block; font-size: 13px; padding: 5px 9px; border-radius: 22px; margin-left: 20px; text-align: right; float: right;}
#plans .panel-body p {font-size: 20px;}
#plans .panel-body h2 { text-align: center; font-size: 14px;}
.header-top .nav > li {
	padding: 4px;
	background: #efefef;
	margin-bottom: 1px;
}
.header-top .navbar-nav {
	margin:15px 0 0 0;
}
.header-top .navbar-brand {
	margin:0 auto;
	float:none;
	display:table;
	padding-top: 15px;
}
.searchform {
	margin-bottom:0;
}
.head-socialmedia {
	display:none;
}
.head-info-left {
    padding-left: 25px;
}
.header-top {margin-top: 4px !important;}
}
 @media(max-width:640px) {
.head-enqr-btn {
	float:none;
	margin:0 auto;
}
.service-page-head h1, .about-page-head h1 {
	font-size:20px;
}
.white_sp {
	line-height:10px;
}
.alignleft {
	margin:0;
}
.white_sp img {
	text-align: center !important;
	margin: auto;
}
}
 @media(max-width:600px) {
.whyhcirc-section ul li {
	width:100%;
}
.whyhcirc-section img {
	float:none;
	margin:0 0 15px;
}
}
@media(min-width:1300px){
.main-header img {
    padding-top: 20px;
}
}
