

@import url("bootstrap.css");
@import url("font-awesome.min.css");
@import url("owl.carousel.css");
@import url("magnific-popup.css");
@import url("shortcodes.css");
@import url("ionicons.min.css");
/**
  * Preloader
  * Repeatable Patterns
  * Top bar
  * Header
  * Mobile navigation
  * Page Title
  * Blog
  * Single Post
  * Widgets
  * Page About
  * Services
  * Service single
  * Portfolio
  * Portfolio-single
  * Page Team
  * Footer
*/

/* Preloader
-------------------------------------------------------------- */
.preloader {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.clear-loading {
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.loading-effect-2 {
	width: 100px;
	height: 100px;
}
.loading-effect-2 > span,
.loading-effect-2 > span:before,
.loading-effect-2 > span:after {
	content: "";
	display: block;
	border-radius: 50%;
	border: 2px solid #2e5797;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.loading-effect-2 > span {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-left-color: transparent;
	-webkit-animation: effect-2 2s infinite linear;
	-moz-animation: effect-2 2s infinite linear;
	-ms-animation: effect-2 2s infinite linear;
	-o-animation: effect-2 2s infinite linear;
	animation: effect-2 2s infinite linear;
}
.loading-effect-2 > span:before {
	width: 75%;
	height: 75%;
	border-right-color: transparent;
}
.loading-effect-2 > span:after {
	width: 50%;
	height: 50%;
	border-bottom-color: transparent;
}
@-webkit-keyframes effect-2 {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes effect-2 {
  from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
body {
	font: 13px/24px "Poppins", sans-serif;
	font-weight: 400;
	background: #fff;
	color: #656565;
	-webkit-font-smoothing: antialiased !important;
}
a {
	color: #2e5797;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
	color: rgba(46,87,151,0.8);
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
img {
	max-width: 100%;
	height: auto;
}
strong {
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	color: #333;
}
h1 { font: 50px/56px "Poppins", sans-serif;}h2 { font: 30px/32px "Poppins", sans-serif;}h3 { font: 24px/28px "Poppins", sans-serif;}h4 { font: 22px/26px "Poppins", sans-serif;}h5 { font: 20px/24px "Poppins", sans-serif;}h6 { font: 18px/22px "Poppins", sans-serif;}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	position: relative;
	display: inline-block;
	padding: 15px 30px 12px;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	background-color: #2e5797;
	color: #fff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #133974;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: none;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	background: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	color: #727272;
	background-color: #fff;
	height: 53px;
	padding: 10px 15px;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
select.error,
textarea.error,
.contact-form .textarea-message textarea.error,
input[type="text"].error,
input[type="email"].error {
	border: 1px solid #ba330a;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	outline: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
input, button, select, textarea {
	font-family: "Poppins",sans-serif;
}
select::-ms-expand {
	display: none;
}
textarea {
	width: 100%;
	height: 148px;
	padding: 15px 20px;
}
input[type="checkbox"] {
	display: inline;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9c9b9b;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9c9b9b;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9c9b9b;
}
label.error {
	display: none !important;
}

@-webkit-keyframes pop-scale { 0% { -webkit-transform: scale(0.7) } 100% { -webkit-transform: scale(1) } }@-moz-keyframes pop-scale { 0% { -moz-transform: scale(0.7) } 100% { -moz-transform: scale(1) } }@keyframes pop-scale { 0% { transform: scale(0.7) } 100% { transform: scale(1) } }
@-webkit-keyframes pop-scale2 { 0% { -webkit-transform: scale(0.5) } 100% { -webkit-transform: scale(1) } }@-moz-keyframes pop-scale2 { 0% { -moz-transform: scale(0.5) } 100% { -moz-transform: scale(1) } }@keyframes pop-scale2 { 0% { transform: scale(0.5) } 100% { transform: scale(1) } }
/* bootstrap resetting elements */
.btn {
	background-image: none;
}
textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
	border: 0;
}
.light {
	font-weight: 300;
}
.bold {
	font-weight: 700;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(54, 54, 54, 0.9);
}
section {
	overflow: hidden;
}
/* Body Boxed
---------------------------------------------------------------*/
body.boxed {
	background-image: url(../images/common/bg_boxed.jpg);
	background-color: #e2e2e2;
}
body.boxed .box-wrapper {
	max-width: 1300px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 0 16px 1px #7f7f7f;
}

/* Top bar
---------------------------------------------------------------*/
.top-area{ margin:0px; padding:5px 0; width:100%; background:#000; display:none;}
.top-area .top-box{ float:left; margin:0px; padding:0px; width:100%;}
.top-area .top-box a{ float:left; margin:0px; padding:0px; width:auto; text-decoration:none; color:#fff; font-size:14px; font-weight:700;}

.ban-area{ background-image:none!important; background-color:#004cd2!important;}
.ban-box{ background-color:#004CD2; color:white; display:flex; width:100%; text-align:center;}
.info-area{ flex:none; margin-left:5%; margin-top:20px; color:#fff; text-align:center; width:30%;}
.info-area .comp-price h1{ font-size:34px; line-height:40px; font-weight:normal; margin-bottom:20px; color:#fff;}
.info-area .comp-price p{ font-size:19px; font-weight:normal; line-height:40px; margin-bottom:20px; color:#fff; border-right:1px solid #fff;}
.info-area .ser-box .ser-price:last-child p{ border-right:none;}
.line-sep::before{ content:""; position:absolute; border:0px; height:55px; margin:0px; display:inline-flex;}
.info-area .comp-price .ser-box{ margin-left:0px; margin-right:0px; display:flex;}
.info-area .comp-price .ser-box .ser-price{ flex-grow:1;}
.center-state{ margin-bottom:40px; margin-top:4px; line-height:1.5384616; color:#fff; font-size:14px;}
.center-state-dot{ height:3px; width:3px; background-color:white; border-radius:50%; display:inline-block;}
.headline{ background-color:#fff; color:#004CD2; font-size:13px; line-height:18px; font-weight:700; letter-spacing:0.025em; padding:7px; border-top-left-radius:2px; border-top-right-radius:2px; margin-right:50px; margin-left:50px;}
.free-service{ display:flex; padding:15px 18px; border:1px solid white; border-bottom-left-radius:2px; border-bottom-right-radius:2px; margin-right:50px; margin-left:50px;}
.bannerico{ flex-grow:1;}
.statement{ font-size:12px; line-height:25px; color:#fff; margin:0px;}
.prof{ margin:10px; font-style:italic; text-align:center; font-size:14px; color:#fff;}


.aero-area{ flex-grow:1;}
.aero-area img{ margin-top:171px; margin-left:-73px; margin-right:-20px; min-width:270px; height:240px;}
.fill-area{ flex:none; margin-right:5%; padding:2%; min-width:430px;}
.fill-box{ background-color:#EDEFF2!important; border-color:#EDEFF2;}
.fill-box .btcolor{ font-weight:700!important; letter-spacing:0.08em; box-shadow:0 2px 0 #a36b00; padding:12px; height:44px!important; margin-top:5px; border-radius:2px; border-width:0; background:#fde428!important; font-size:14px!important; font-weight:700!important; box-shadow:0 2px 0 #a36b00!important; text-transform:uppercase!important; border:none!important; width:100%!important;}
.fill-box .btcolor:hover{ background:#CC9933!important;}
.fill-box input{ border: 1px solid #ddd;}
.fill-box .form-control:focus{ border-color:#ddd; outline:none; -webkit-box-shadow:none; box-shadow:none}
.fill-box select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]{ height:45px; margin-top:0px!important;}



@keyframes blinkingText{
	20%{	color: #fff;}
    100%{	color: transparent;}
    30%{	color: transparent;}
    10%{	color:transparent;}
    100%{	color:#fff;}
}


.topbar {
	height: 50px;
	background-color: #f0f0f0;
	font-size: 12px;
}
.header02 .topbar,
.header04 .topbar {
	height: 70px;
}
.header02 .logo02,
.header04 .logo02 {
	margin-top: -8px;
}
.topbar .left,
.topbar .right {
	padding-top: 15px;
}
.topbar .left p {
	font-weight: 600;
	margin-right: 1px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	color: #222222;
}
.topbar .left ul,
.topbar .right ul {
	display: inline-block;
	position: relative;
	list-style: none;
	vertical-align: middle;
	margin: 0;
}
.topbar .left ul li {
	float: left;
	margin-left: 25px;
}
.topbar ul li a {
	color: #535353;
}
.topbar ul li a:hover {
	color: #070707;
}
.topbar .right {
	text-align: right;
	position: relative;
	top: -2px;
}
.header02 .topbar .right,
.header04 .topbar .right {
	top: 8px;
}
.topbar .right ul {
	margin-right: 16px;
	padding-right: 4px;
	position: relative;
	top: 2px;
}
.topbar .right ul:after {
	position: absolute;
	top: 2px;
	right: 0;
	content: "";
	width: 1px;
	height: 16px;
	background-color: #c0c0c0;
}
.topbar .right ul li {
	float: left;
	margin-right: 18px;
}
.topbar .right ul li a {
	font-size: 17px;
}
.topbar .right select {
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	padding: 0;
	border: none;
	background: none;
	padding-right: 20px;
	margin-right: -4px;
	margin-top: -3px;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/common/icon-arrow-lang.png);
	background-position: 90% 50%;
	background-repeat: no-repeat;
}
.topbar .right img.flag {
	margin-top: -3px;
	margin-right: 4px;
}
.topbar .right select:focus {
	outline: none;
}
/* Header
-------------------------------------------------------------- */
.header-top {
	padding: 15px 0;
	background-color:#fff;
}
.header-top .logo {
	display: inline-block;
	position: relative;
	left: -5px;
	top: -2px;
	vertical-align: middle;
	font-size: 0;
	margin: 0;
}
.header-top .info {
	display: inline-block;
	vertical-align: middle;
	float: right;
}
.header-top .info p {
	margin: 0;
}
.header-top .info .address,
.header-top .info .open-hours,
.header-top .info .address .icon,
.header-top .info .address .text,
.header-top .info .open-hours .icon,
.header-top .info .open-hours .text {
	display: inline-block;
	vertical-align: middle;
}
.header-top .info .address {
	margin-right: 165px;
}
.header-top .info .open-hours {
	margin-right: 45px;
}
.header-top .info .icon {
	margin-right: 10px;
	font-size: 21px;
	text-align: center;
	width: 45px;
	height: 45px;
	padding-top: 10px;
	border: 2px solid #363636;
	border-radius: 50%;
}
.header-top .info .text {
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	color: #333333;
}
.header-top .info .text span {
	font-size: 12px;
	font-weight: normal;
	color: #535353;
}
.header-top .info .address .text span {
	margin-left: 3px;
}
.header-nav {
	background-color: #2e5797;
}
.header02 #mainnav > ul > li > a {
	border-right: 1px solid #274b83;
}
.header02 #mainnav > ul > li:first-child > a {
	border-left: 1px solid #274b83;
}
.header02 #mainnav > ul > li.active > a,
.header02 #mainnav > ul > li:hover > a {
	background: #3b69b1;
}
.header02 .get-appointment a {
	padding: 0 20px;
}
.header03 .header-nav {
	max-width: 1170px;
	margin: 0 auto;
}
.header03 .header-nav .container {
	padding-right: 30px;
}
.header03 .get-appointment a {
	padding: 0 20px;
}
.header04 #mainnav > ul > li {
	text-align: center;
}
.header04 #mainnav > ul > li:after {
	content: none;
}
.header04 #mainnav ul.sub-menu {
	text-align: left;
}
.header02 #mainnav > ul > li > a,
.header04 #mainnav > ul > li > a {
	border-right: 1px solid #274b83;
}
.header04 #mainnav > ul > li:first-child > a {
	border-left: 1px solid #274b83;
}
.header04 #mainnav > ul > li.active > a,
.header04 #mainnav > ul > li:hover > a {
	background: #3b69b1;
}
.header05 .header-nav {
	background-color: rgba(46,87,151,0.8);
}
.header05 .header-nav {
	max-width: 1170px;
	margin: 0 auto;
}
.header05 .header-nav #logo {
	margin-top: 12px;
	margin-bottom: 0;
}
.header05 .header-nav #logo img {
	max-width: 180px;
}
.header05 .is-sticky .header-nav #logo {
	margin-top: 4px;
	margin-bottom: 0;
}
.header06 .sticky-wrapper {
	position: absolute;
	top: 50px;
	width: 100%;
}
.header06 #header {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	background: rgba(0, 0, 0, 0.3);
}
.header06 #header .header-nav {
	background: none;
}
.header06 .header-nav {
	max-width: 1170px;
	margin: 0 auto;
}
.header06 #header #logo {
	margin-top: 10px;
	margin-bottom: 0;
}
.header06 #header.is-sticky #logo {
	margin-top: 4px;
}
.header06 #header #logo a img {
	max-width: 190px;
}
.header06 #mainnav > ul > li > a {
	border-right: 1px solid #fff;
}
.header06 #mainnav > ul > li:hover > a,
.header06 #mainnav > ul > li.active > a {
	background: rgba(0,0,0,0.3);
}
.header06 #mainnav > ul > li:first-child > a {
	border-left: 1px solid #fff;
}
.header06 #mainnav > ul > li:after {
	content: none;
}
.header06 .mega-wrap {
	background: rgba(0,0,0,0.8);
	border-top: none;
}
.header06 .mega-wrap ul li a:hover {
	background: rgba(0,0,0,0.5);
}
.header06 .mega-wrap ul li a {
	border-top: 1px solid #707070;
}
.header06 #mainnav ul.sub-menu {
	background-color: rgba(0,0,0,0.8);
}
.header06 #mainnav ul.sub-menu > li > a {
	border-top: #636363;
}
.header07 .topbar .left,
.header07 .topbar .right {
	padding-top: 20px;
}
.header07 .topbar .right {
	padding-top: 28px;
}
.header07 .topbar .center #logo {
	margin-top: 20px;
}
.header07 .topbar .left .address,
.header07 .topbar .left .open-hours {
	display: inline-block;
}
.header07 .topbar .left .address p.text,
.header07 .topbar .left .open-hours p.text {
	line-height: 18px;
}
.header07 .topbar .left .address p.text,
.header07 .topbar .left .open-hours p.text {
	color: #b7b7b7;
}
.header07 .topbar .left .address p i,
.header07 .topbar .left .open-hours p i {
	color: #bbb;
}
.header07 .topbar .left .open-hours {
	margin-left: 10px;
}
.header07 .topbar .left p.icon {
	font-size: 18px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #fff;
	margin-right: 5px;
}
.header07 .topbar {
	height: 80px;
	background: #252525;
}
.header07 .topbar ul li a {
	color: #2e5797;
}
.header07 .topbar ul li a:hover {
	color: #fff;
}
.header07 .header-nav {
	background-color: #fff;
}
.header07 #mainnav > ul > li > a {
	border-top: 1px solid #969696;
	border-bottom: 1px solid #969696;
	height: 40px;
	line-height: 40px;
	padding: 0 35px;
	margin: 10px;
	color: #000;
}
.header07 #mainnav > ul > li:after {
	content: none;
}
.header07 #mainnav > ul > li:hover > a,
.header07 #mainnav > ul > li.active > a {
	background: #f6f6f6;
}
.header07 .is-sticky .header-nav {
	background-color: rgba(255, 255, 255, 0.9);
}
.header07 .is-sticky #mainnav > ul > li > a {
	height: 35px;
	line-height: 35px;
}
.header07 #mainnav ul.sub-menu {
	background-color: #fff;
}
.header07 #mainnav ul.sub-menu > li > a,
.header07 #mainnav > ul > li > ul > li > a {
	color: #000;
	border-top: 1px solid #929292;
}
.header07 #mainnav ul.sub-menu > li > a:hover,
.header07 #mainnav > ul > li > ul > li.active > a {
	color: #000;
	background: #f6f6f6;
}
.header07 .mega-wrap {
	background: #424242;
	border-top: none;
}
.header07 .mega-wrap ul li a:hover {
	background: #525252;
}
.header07 .mega-wrap ul li a {
	border-top: 1px solid #7f7f7f;
}
.header08 .topbar {
    height: 85px;
    background-color: rgba(0,0,0,0.8);
    font-size: 12px;
    color: #fff;
}
.header08 .topbar .left,
.header08 .topbar .right {
    padding-top: 20px;
}
.header08 .topbar .left p,
.header08 .topbar .right p {
	display: inline-block;
    color: #c2c2c2;
    font-weight: normal;
    vertical-align: middle;
}
.header08 .topbar .right .open-hours {
	display: inline-block;
    text-align: left;
    margin-right: 20px;
}
.header08 .topbar .right select {
	color: #c2c2c2;
}
.header08 .topbar .left p.icon i,
.header08 .topbar .right p.icon i {
    color: #2e5797;
    font-size: 28px;
    display: inline-block;
    margin-right: 10px;
}
.header08 #logo {
	margin: 0;
}
.header08 #logo a {
	line-height: 85px;
}
.header08 .sticky-wrapper {
	height: 75px;
    position: absolute;
    width: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 9999;
}
.header08 .is-sticky .header-nav {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 9px 2px #eeeeee;
}
.header08 .header-nav {
	background: none;
}
.header08 #mainnav > ul > li > a {
	color: #000;
}
.header08 #mainnav > ul > li:hover:after,
.header08 #mainnav > ul > li.active:after {
    width: 30px;
    left: 50%;
    margin-left: -15px;
    background-color: #2e5797;
}
.header08 .get-appointment {
    margin: 0;
    height: 50px;
    margin-top: 7px;
    text-align: right;
}
.header08 .is-sticky .get-appointment {
	margin-top: 0;
}
.header08 .get-appointment a {
    background-color: rgba(0,0,0,0.6);
    border-radius: 5px;
    line-height: 50px;
}
.header08 .is-sticky .get-appointment a {
	height: 40px;
	line-height: 40px;
}
.header08 #mainnav ul.sub-menu {
    background-color: rgba(255,255,255,0.9);
}
.header08 #mainnav ul.sub-menu > li > a {
    color: #030303;
    border-top: 1px solid #cdcdcd;
}
.header08 #mainnav ul.sub-menu > li > a:hover,
.header08 #mainnav > ul > li > ul > li.active > a {
    color: #2e5797;
}
.header08 .mega-wrap {
    background: rgba(255,255,255,0.9);
    border-top: 1px solid #efefef;
}
.header08 .mega-wrap h3 {
    color: #000;
}
.header08 .mega-wrap ul li a {
    color: #000;
    border-top: 1px solid #d6d6d6;
}
.header08 .mega-wrap ul li a:hover {
    background: #f5f5f5;
}
.header08 .mega-wrap .content .text p {
    color: #000000;
}
#mainnav ul li.align-right-submenu ul.sub-menu {
	left: auto;
	right: 0;
}
.header.header-sticky {
	position: relative;
	width: 100%;
	z-index: 1000;
}
body.boxed .header.header-sticky {
	max-width: 1300px;
}
.is-sticky #mainnav > ul > li > a {
	height: 50px;
	line-height: 50px;
}
.is-sticky #mainnav > ul > li > a,
.is-sticky .get-appointment,
.is-sticky .get-appointment a {
	height: 50px;
	line-height: 50px;
}
.is-sticky .header-nav {
	background-color: rgba(46, 87, 151, 0.9);
}
.header05 .sticky-wrapper {
	position: absolute;
	top: 50px;
	width: 100%;
}
/* navigation */
#mainnav {
	display: block;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
}
#mainnav ul {
	position: relative;
	left: -10px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainnav ul li {
	position: relative;
}
#mainnav > ul > li {
	display: block;
	float: left;
}
#mainnav > ul > li > a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	height: 65px;
	line-height: 66px;
	padding: 0 18px;
	outline: none;
	font-weight: 300;
	letter-spacing: 0.2px;
}
#mainnav > ul > li:after {
	width: 0;
	height: 3px;
	position: absolute;
	content: "";
	bottom: 0;
	left: 9px;
	background-color: #fde428;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#mainnav > ul > li:hover:after,
#mainnav > ul > li.active:after {
	width: 80%;
}
.get-appointment {
	margin: 0;
	height: 65px;
	text-align: right;
}
.get-appointment a {
	height: 100%;
	line-height: 65px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	background-color: #224171;
	padding: 0 30px;
}
.get-appointment a:hover {
	color: #fde428;
}
/* submenu */
#mainnav ul.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 250px;
	background-color: #2e5797;
	z-index: 9999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.9);
	   -moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
			transform: scale(0.9);
	-webkit-transition: all .2s ease-out;
	   -moz-transition: all .2s ease-out;
		-ms-transition: all .2s ease-out;
		 -o-transition: all .2s ease-out;
			transition: all .2s ease-out;
}
#mainnav ul li:hover > ul.sub-menu {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1); 
}
#mainnav ul > li:hover > ul.sub-menu li ul.sub-menu:before {
	border: none;
	content: none;
}
#mainnav ul li ul li {
	margin-left: 0;
}
#mainnav ul.sub-menu li ul {
	position: absolute;
	left: 100%;
	top: 0;
}
#mainnav ul.sub-menu li:first-child {
	border-top: none;
}
#mainnav ul.sub-menu > li > a {
	display: block;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	border-top: 1px solid #3f71c0;
	padding: 10px 15px;
	-webkit-transition: all .2s ease-out;
	   -moz-transition: all .2s ease-out;
		-ms-transition: all .2s ease-out;
		 -o-transition: all .2s ease-out;
			transition: all .2s ease-out;
}
#mainnav ul.sub-menu > li > a:hover,
#mainnav > ul > li > ul > li.active > a {
	color: #fde428;
}
/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
	display: block;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	background-color: #1d3f73;
	z-index: 1000;
}
#mainnav-mobi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainnav-mobi ul li {
	margin:0;
	position: relative;
	text-align: left;
	border-top: 1px solid #37527c;
	cursor: pointer;
}
#mainnav-mobi ul > li > a {
	text-decoration: none;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	color: #fff;
}
#mainnav-mobi ul.sub-menu {
	top: 100%;
	left: 0;
	z-index: 2000;
	position: relative;
	background-color: #17335f;
}
#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
	position: relative;
	border-top: 1px solid #2e456a;
}
#mainnav-mobi ul.sub-menu > li > a {
	display: block;
	text-decoration: none;
	padding: 0 30px;
	border-top-color: rgba(255,255,255,0.1);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
		 -o-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
}
#mainnav-mobi ul.sub-menu > li > ul > li > a {
	padding: 0 40px;
}
#mainnav-mobi ul.sub-menu > li > ul > li ul li > a {
	padding: 0 60px;
}
#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}
#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}
.btn-menu {
	float: right;
	font-size: 28px;
	font-family: "FontAwesome";
	color: #fff;
	text-align:center;
	width: 28px;
	height: 28px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
}
.btn-menu:before{
	content: "\f0c9";
}
.btn-submenu {
	position: absolute;
	right: 0;
	top: 0;
	font: 20px/50px 'FontAwesome';
	text-align: center;
	cursor: pointer;
	width: 45px;
	height: 45px;
}
.btn-submenu:before {
	content: "\f107";
	color: #fff;
}
.btn-submenu.active:before {
	content: "\f106"
}
.btn-menu {
	display: none 
}
.btn-left-menu {
	position: fixed;
	left: 20px;
	top: 17px;
	z-index: 10000;
}
.btn-left-menu a {
	display: inline-block;
	height: 33px;
	background: rgba(0,0,0,0.7);
	padding: 0 7px;
}
.btn-left-menu i {
	color: #fff;
	font-size: 32px;
}
.btn-close-menu {
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 5px;
}
.btn-close-menu i {
	font-size: 32px;
	color:#FFF;
}
.left-side-menu #header {
	display: none;
}
.left-side-menu nav#mainnav {
	position: fixed;
	top: 0;
	left: -230px;
	width: 230px;
	height: 100%;
	z-index: 999;
	background: rgba(0,0,0,0.8);
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}
.left-side-menu nav#mainnav.active {
	left: 0;
}
.left-side-menu #mainnav ul {
	margin-top: 70px;
	left: 0;
}
.left-side-menu nav#mainnav ul li {
	float: none;
	border-bottom: 1px solid #414141;
}
.left-side-menu  #mainnav ul.sub-menu {
	left: 100%;
	top: 10px;
	margin-top: 0;
	width: 250px;
}
.left-side-menu nav#mainnav ul.social {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	border-top: 1px solid #959595;
}
.left-side-menu #mainnav-mobi ul.social,
.left-side-menu #mainnav-mobi .btn-close-menu {
	display: none;
}
.left-side-menu nav#mainnav ul.social li {
	display: inline-block;
	margin: 3px;
}
.left-side-menu nav#mainnav ul.social li:hover a {
	background: #f4f4f4;
}
.left-side-menu nav#mainnav ul.social li:hover a i {
	color: #4d4d4d;
}
.left-side-menu nav#mainnav ul.social li:hover:after,
.left-side-menu nav#mainnav ul.social li:after {
	content: none;
}
.left-side-menu nav#mainnav > ul.social > li > a {
	width: 30px;
	height: 30px;
	background: gray;
	line-height: normal;
	padding: 4px;
	display: inline-block;
	text-align: center;
}
.left-side-menu nav#mainnav > ul > li:hover:after, #mainnav > ul > li.active:after {
	width: 91%;
}
.left-side-menu nav#mainnav ul.sub-menu {
	background-color: #222222;
}
.left-side-menu nav#mainnav ul.sub-menu ul {
	top: 0;
}
.left-side-menu nav#mainnav ul.sub-menu li {
	border-bottom: 1px solid #151515;
}
.left-side-menu nav#mainnav ul.sub-menu > li > a {
	border-top: 1px solid #3e3e3e;
}
.left-side-menu nav#mainnav > ul > li > a {
	border-bottom: 1px solid #1e1e1e;
}
.mega-wrap {
	background: #224171;
	position: absolute;
	width: 100%;
	top: 100%;
	border-top: 1px solid #2c5088;
	display: none;
	padding: 02px 0 5px;
}
.mega-wrap h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	margin:5px;
}
.mega-wrap ul {
	list-style: none;
	padding: 0;
}
.mega-wrap ul li a {
	display: block;
	padding: 6px 5px 4px;
	color:#FFF;
	border-top: 1px solid #3b5378;
	font-size:12px;
}
.mega-wrap ul li a:hover {
	background: #213f6c;
}
.mega-wrap ul li:firat-child a {
	border-top: none;
}
.mega-wrap .content .text p {
	color: #c9c9c9;
}
.mega-wrap .sub-menu {
	padding-right: 10px;
}
.mega-wrap .sub-menu li {
	width: 50%;
	float: left;
}
.mega-wrap .sub-menu li a {
	margin-right: 10px;
}
/* Page Title
-------------------------------------------------------------- */
.breadcrumb-wrap {
	background-image: url(../images/pages/bg_breadcrumb.jpg);
	background-size: cover;
	background-position: center;
	background-color: #000;
	color: #1e5051;
	position: relative;
}
.breadcrumb-wrap h1 {
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	margin: 58px 0 51px;
}
.breadcrumb {
	padding: 14px 27px 7px 16px;
	list-style: none;
	background-color: #f0f0f0;
	margin: 0;
	font-size: 12px;
	color: #656565;
	display: inline-block;
	-webkit-border-radius: 12px 0 0 12px;
	   -moz-border-radius: 12px 0 0 12px;
			  border-radius: 5px 5px 0 0;
}
.breadcrumb > li + li:before {
	padding: 0 15px;
	color: #ccc;
	content: "";
	background-image: url(../images/common/icon-arrow-breadcrumb.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.breadcrumb .img-home {
	position: relative;
	top: -3px;
	margin-right: 8px;
}
.breadcrumb li a {
	color: #656565;
}
.breadcrumb li a:hover {
	color: #000;
}

/* Blog
-------------------------------------------------------------- */
.page-wrap {
	margin-bottom: 50px;
}
.page-wrap.blog-post {
	margin-bottom: 0;
}
.main-content {
	margin-top: 70px;
}
.blog-post .main-content {
	margin-top: 0;
}
.blog-post.masonry .main-content {
	margin-top: 50px;
}
.left-sidebar .main-content,
.right-sidebar .main-content {
	width: 75%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.left-sidebar .blog-post .main-content {
	margin-top: 0;
}
.left-sidebar .main-content {
	float: right;
}
.left-sidebar .blog-post .main-content > .content {
	margin-left: 20px;
	padding-left: 50px;
	padding-top: 70px;
	padding-bottom: 40px;
	border-left: 1px solid #dfdfdf;
}
.right-sidebar .blog-post .main-content > .content {
	margin-right: 20px;
	padding-right: 50px;
	padding-top: 70px;
	padding-bottom: 98px;
	border-right: 1px solid #dfdfdf;
}
.post {
	margin-bottom: 50px;
}
.masonry .post {
	width: 33.3333%;
	float: left;
	padding: 0 15px;
}
.masonry.two-cols .post {
	width: 50%;
}
.blog-single .post {
	margin-bottom: 0;
}
.post .media {
	position: relative;
	max-width: 370px;
	float: left;
	margin-right: 30px;
	font-size: 0;
}
.masonry .post .media,
.post.large-image .media {
	max-width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}
.grid-2 .post .media,
.grid-3 .post .media {
	max-width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}
.post .media p {
	margin: 0;
}
.post .media p img {
	width: 100%;
}
.post .media p.date {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 14px 15px 11px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background-color: #2e5797;
}
.post .media p.date span {
	display: block;
	font-size: 18px;
}
h2.title-post {
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	margin-top: 5px;
}
h2.title-post a:hover {
	color: #2e5797;
}
.meta-post {
	margin-bottom: 20px;
}
.meta-post span.date {
	font-size: 12px;
	display: inline-block;
	padding-left: 22px;
	margin-right: 38px;
	background-image: url(../images/common/icon-clock02.gif);
	background-repeat: no-repeat;
	background-position: 0 40%;
}
.meta-post span.tags {
	font-size: 12px;
	display: inline-block;
	padding-left: 22px;
	margin-right: 30px;
	background-image: url(../images/common/icon-edit.gif);
	background-repeat: no-repeat;
	background-position: 0 40%;
}
.meta-post span.tags a {
	display: inline-block;
	margin-right: 5px;
	color: #535353;
}
.meta-post span.tags a:hover {
	color: #000;
}
.readmore a {
	display: inline-block;
	margin-top: 16px;
	letter-spacing: 0.2px;
	padding-right: 26px;
	font-size: 14px;
	font-weight: 600;
	background: url(../images/common/icon-arrow.gif) no-repeat 100% 50%;
}
/* Single Post
-------------------------------------------------------------- */
.blog-single .post .feature-post {
	max-width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 35px;
	padding: 0;
}
.entry-post ul.list {
	margin: 40px 0 40px 40px;
}
.entry-post ul.list li {
	margin-bottom: 18px;
}
.tags-share {
	padding: 35px 0 45px;
}
.tags-share .tags,
.tags-share .share {
	display: inline-block;
	vertical-align: middle;
	width: 68%;
	font-size: 14px;
}
.tags-share .tags span,
.tags-share .share span,
.tags-share .tags ul,
.tags-share .share ul {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.tags-share .tags span,
.tags-share .share span {
	font-weight: bold;
	color: #333;
}
.tags-share .share span {
	margin-right: 15px;
}
.tags-share .tags ul li,
.tags-share .share ul li {
	float: left;
	margin-right: 5px;
}
.tags-share .share {
	width: 30%;
	text-align: right;
}
.tags-share .share ul li {
	width: 30px;
	height: 30px;
	text-align: center;
}
.tags-share .share li a {
	color: #333;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-top: 4px;
	background-color: #f0f0f0;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.tags-share .share li:hover a {
	background-color: #ccc;
	-webkit-transform: rotateY(-360deg);
		-ms-transform: rotateY(-360deg);
			transform: rotateY(-360deg);
}
div.author {
	margin-bottom: 50px;
}
.author > p.avatar {
	float: left;
	max-width: 150px;
}
.author > p.description {
	float: left;
	background-color: #f5f5f5;
	min-height: 150px;
	max-width: calc(100% - 150px);
	max-width: -ms-calc(100% - 150px);
	max-width: -moz-calc(100% - 150px);
	max-width: -webkit-calc(100% - 150px);
	padding: 30px;
}
.author > p.description span {
	display: block;
	color: #2e5797;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

/* Comment  */
.comment-reply h3.reply-title {
	font-size: 20px;
	color: #333;
	font-weight: 600;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 20px;
}
.comment-reply h3.reply-title:after {
	width: 40px;
	height: 4px;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	background-color: #fde428;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.commentform  p.author,
.commentform  p.email {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.commentform  p.author {
	padding-right: 10px;
}
.commentform  p.email {
	text-align: right;
	padding-left: 10px;
}
.commentform  p.author input,
.commentform  p.email input {
	max-width: 390px;
	width: 100%;
	border: 1px solid #dfdfdf;
}
.commentform  p.comment textarea {
	height: 180px;
	max-width: 100%;
	max-height: 180px;
	border: 1px solid #dfdfdf;
}

/* Pagination */
.pagination {
	margin: 0;
}
.masonry .pagination {
	padding: 0 15px;
}
.pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pagination ul li {
	display: inline-block;
	margin-right: 1px;
}
.pagination ul li a {
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	padding: 8px;
	height: 40px;
	width: 40px;
	border:1px solid #dfdfdf;
	color: #333;
}
.pagination ul li.active a {
	color: #fde428;
	border:2px solid #fde428;
}
.pagination ul li:hover a {
	color: #fde428;
}

/* Widgets
-------------------------------------------------------------- */
.sidebar {
	float: right;
	width: 25%;
	padding: 0 15px;
	margin-top: 50px;
	font-size: 14px;
}
.page-about .sidebar,
.page-service .sidebar,
.page-partners .sidebar  {
	margin-top: 70px;
}
.left-sidebar .sidebar {
	float: left;
}
.sidebar .widget {
	margin-bottom: 64px;
}
.sidebar .widget ul {
	list-style: none;
}
.widget .widget-title {
	font-size: 20px;
	color: #333;
	font-weight: 700;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 19px;
	margin-top: 17px;
}
.widget .widget-title:after {
	width: 40px;
	height: 4px;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	background-color: #fde428;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.widget ul li {
	padding: 13px 0 12px;
	border-bottom: 1px solid #e1e1e1;
	padding-left: 18px;
	position: relative;
	background-image: url(../images/common/icon-arrow-list.png);
	background-repeat: no-repeat;
	background-position: -2px 46%;
}
.widget ul li a {
	color: #1e5051;
}

/* widget widget-categories */
.widget-categories {
	font-weight: 600;
}
/* widget recent news */
.widget-recent-posts article {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
}
.widget.widget-recent-posts .widget-title {
	margin-bottom: 36px;
}
.widget-recent-posts .media {
	display: inline-block;
	float: left;
	margin-right: 15px;
}
.widget-recent-posts .content a {
	color: #333;
}

/* widget tags */
.widget.widget-tag-cloud .widget-title {
	margin-bottom: 30px;
}
.widget-tag-cloud .tagcloud a {
	display: inline-block;
	margin-right: 5px;
	line-height: 26px;
}
.widget-tag-cloud .tagcloud a:hover {
}
/* sidebar-nav */
.sidebar-nav {
	margin-bottom: 40px;
}
.sidebar-nav ul {
	padding: 0;
	list-style: none;
}
.sidebar-nav ul li a {
	display: block;
	padding: 15px 20px 11px 20px;
	margin-bottom: 2px;
	color: #333;
	font-weight: 700;
	background-color: #f0f0f0;
}
.sidebar-nav ul li a.active {
	padding-left: 16px;
	border-left: 4px solid #2e5797;
}
.sidebar-nav ul li a:hover {
	background-color: #f9f9f9;
}
.brochure {
	margin-bottom: 42px;
	padding: 28px 18px 14px 24px;
	border: 1px solid #ccc;
	font-size: 13px;
}
.brochure h3 {
	margin-top: 0;
	margin-bottom: 9px;
	font-size: 18px;
	font-weight: 600;
}
.brochure p {
	margin-bottom: 18px;
}
.page-service .brochure p {
	margin-bottom: 18px;
}
.brochure .btn-brochure {
	margin-bottom: 20px;
}
 .brochure .btn-download a {
	position: relative;
	width: 97%;
	margin-bottom: 0;
	padding: 12px 19px 9px;
	font-weight: 300;
	letter-spacing: 0.2px;
}
.brochure .btn-download a:after {
	background: url(../images/common/icon_pdf_white.png) no-repeat;
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	right: 3px;
}

/* testimonials-sidebar */
.testimonials-sidebar {
	position: relative;
	padding: 28px 24px 24px 24px;
	border: 1px solid #ccc;
}
.testimonials-sidebar:after {
	position: absolute;
	bottom: 16px;
	right: 6px;
	content: '\f11d';
	font-family: 'Ionicons';
	color: #e5e5e5;
	font-size: 60px;
}
.testimonials-sidebar h3 {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
.testimonial03 .text {
	font-size: 13px;
}
.testimonial03 .media {
	position: relative;
	margin-top: 22px;
}
.testimonial03 .media img {
	position: absolute;
	left: 0;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.testimonial03 .media span {
	display: inline-block;
	min-height: 50px;
	padding-left: 65px;
	font-weight: 600;
	color: #2e5797;
}
.testimonial03 .media span em {
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
	color: #b3b3b3;
	display: block;
	position: relative;
	top: -3px;
}

/* Footer
-------------------------------------------------------------- */
.footer {
	
	padding: 62px 0 0;
	background-color: #222;
	color: #757575;
	overflow: hidden;
}
.footer h3 {
	margin-top: 24px;
	margin-bottom: 34px;
	padding-bottom: 14px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.2px;
	position: relative;
}
.footer h3:after {
	width: 35px;
	height: 3px;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	background-color: #fde428;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.footer .footer-logo {
	margin: 17px 0 34px 4px;
}
.footer .description {
	font-weight: 500;
	letter-spacing: 0.4px;
	margin-bottom: 32px;
}
.footer .footer-info p.phone {
	padding-left: 35px;
	font-size: 20px;
	font-weight: 500;
	left: 24px;
	color: #2e5797;
	background: url(../images/common/icon-phone.png) no-repeat 0 0;
}
.footer .footer-info p.phone span {
	display: block;
	font-size: 14px;
	font-style: italic;
	color: #757575;
}
.footer .footernav {
	text-align: right;
}
.footer .footernav nav {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-weight: 500;
	letter-spacing: 0.3px;
}
.footer .footernav01 {
	width: 27%;
	margin-right: 4.9%;
}
.footer .footernav01 li {
	margin-bottom: 8px;
	letter-spacing: 0;
}
.footer .footernav01 i {
	display: inline-block;
	position: relative;
	top: 2px;
	width: 10px;
	margin-right: 22px;
	font-size: 19px;
}
.footer .footernav01 i.ion-social-twitter {
	font-size: 16px;
}
.footer .footernav01 i.ion-social-youtube {
	font-size: 15px;
}
.footer .footernav02 {
	width: 28%;
	margin-right: 4%;
}
.footer .footernav02 li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
	font-weight: 400;
	letter-spacing: 0.1px;
}
.footer .footernav02 li:before {
	content: "\f363";
	position: absolute;
	left: 0;
	top: 0px;
	font-family: "Ionicons";
	font-size: 19px;
}
.footer .footernav03 {
	width: 35%;
}
.footer .footernav03 span {
	display: block;
	margin-bottom: 23px;
}
.footer .footernav03 p {
	font-weight: 600;
	margin-bottom: 12px;
}
.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer ul li {
	
}
.footer ul li a {
	color: #868686;
	font-size: 14px;
}
.footer ul li a:hover {
	color: #fff;
}
.footer .bottom {
	margin-top: 69px;
	padding: 30px 0 26px;
	font-weight: 500;
	letter-spacing: 0.3px;
	color: #757575;
	background-color: #181818;
}
.footer .bottom p {
	margin: 0;
	text-indent: 3px;
}
.footer .totop {
	text-transform: uppercase;
	text-align: right;
	font-weight: 600;
}
.footer .totop a {
	color: #757575;
}
.footer .totop a:hover {
	color: #dcdcdc;
}
.footer .totop a:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.footer .totop img {
	position: relative;
	top: -1px;
	margin-left: 8px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}
/*===============Footer02==============*/
.footer02 .footer-social {
	text-align: right;
}
.footer02 .footer-social ul {
	float: right;
}
.footer02 .footer-social ul li {
	display: inline-block;
	margin: 0 10px;
}
.footer02 .footer ul li a {
	font-size: 18px;
}
.footer02 .footer .bottom {
	padding: 20px 0 12px;
	border-top: 1px solid #ccc;
}
.footer02 .footer-recent ul li {
	clear: both;
	float: left;
	margin-bottom: 20px;
}
.footer02 .footer-recent ul li span.media {
	float: left;
	display: inline-block;
	max-width: 100px;
}
.footer02 .footer-recent ul li span.date {
	display: block;
	position: absolute;
	margin-left: 115px;
	font-size: 12px;
}
.footer02 .footer-recent ul li a {
	display: block;
	font-size: 13px;
	position: relative;
	line-height: normal;
	margin-left: 115px;
}
.footer02 .footer .footernav03 {
	width: 100%; 
}
.footer02 .footer .footernav03 ul li a {
	font-size: 13px;
}
.footer02 .footernav03 .subscribe-form label {
	position: relative;
	padding-right: 80px;
	width: 100%;
}
.footer02 .footernav03 input.email {
	background: #2d2d2d;
	width: 100%;
	font-weight: normal;
}
.footer02 .footernav03 input.submit {
	position: absolute;
	top: 0;
	right: 0;
	height: 53px;
	border-radius: 0;
}
.footer02 .footernav03 .description {
	margin-top: 23px;
	font-weight: normal;
}
/*==========Footer03===========*/
.footer03 .footer h3 {
	text-transform: uppercase;
	margin-bottom: 20px;
}
.footer03 .footer .footernav {
	text-align: left;
}
.footer03 .footer-info .subscribe-form label {
	position: relative;
	padding-right: 80px;
	width: 100%;
}
.footer03 .footer-info input.email {
	background: #2d2d2d;
	width: 100%;
	font-weight: normal;
}
.footer03 .footer-info input.submit {
	position: absolute;
	top: 0;
	right: 0;
	height: 53px;
	border-radius: 0;
}
.footer03 .footer .footernav .wrap1 {
	width: 50%;
	float: left;
	padding-right: 15px;
	box-sizing: border-box;
}
.footer03 .footer .footernav .wrap2 {
	width: 50%;
	float: right;
	padding-left: 15px;
	box-sizing: border-box;
}
.footer03 .footer .footernav ul {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	margin-bottom: 0px;
	width: 100%;
}
.footer03 .footer .footernav ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.footer03 .footer .footernav ul li a {
	color: #d8d8d8;
	margin-left: 5px;
}
.footer03 .footer .footernav ul li a:hover {
	color: #757575;
}
.footer03 .footer .stay-connected .contact-info p {
	color: #d8d8d8;
}
.footer03 .footer .stay-connected .contact-info p > i {
	margin-right: 5px;
	color: #757575;
}
.footer03 .footer .stay-connected ul li {
	float: left;
	margin-right: 5px;
}
.footer03 .footer .stay-connected ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background-color: #2e5797;
	font-size: 17px;
	color: #fff;
	text-align: center;
	display: inline-block;
}
.footer03 .footer .stay-connected ul li a:hover {
	background-color: #fff;
	color: #000;
}
.footer03 .footer .copyright {
	width: 100%;
	float: left;
	border-top: 1px solid #2e5797;
	margin-top: 70px;
}
.footer03 .footer .copyright p {
	margin: 0px;
	text-align: center;
	width: 100%;
	float: left;
	line-height: 20px;
	padding: 25px 0;
	color: rgba(255, 255, 255, 0.5);
}
/*============Footer04==============*/
.footer04 .footer {
	padding: 0;
}
.footer04 .footer .footernav {
	padding: 30px 0;
	text-align: center;
	border-bottom: 1px solid #404040;
}
.footer04 .footer .footernav li {
	display: inline-block;
}
.footer04 .footer .footernav li a {
	display: inline-block;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
}
.footer04 .footer .footernav li a:hover {
	color: #b7b7b7;
}
.footer04 .footer .followus {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 70px 0 50px 0;
}
.footer04 .footer .followus li {
	display: inline-block;
	padding: 0px;
	margin: 0 20px;
	width: 70px;
}
.footer04 .footer .followus li a {
	color: #fff;
	text-transform: capitalize;
}
.footer04 .footer .followus li a i {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background-color: #2e5797;
	color: #fff;
	font-size: 24px;
	border-radius: 50%;
	transition: all ease 0.4s;
}
.footer04 .footer .followus li a:hover i {
	background: #fff;
	color: #000;
}
.footer04 .footer .footer-text {
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	width: 100%;
	float: left;
	margin-bottom: 70px;
}
.footer04 .footer .footer-logo {
	text-align: center;
}

==================================



.menu-container {
    width: 80%;
    margin: 0 auto;
    background: #2e5797;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 20px;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #2e5797;
    color: #fff;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
	
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
	color:#fff;
    padding: 0;
    margin: 0;
	width:11%;
	text-align:center;
}

.menu > ul > li a {
	font-size:12px;
    text-decoration: none;
    padding:10px;
    display: block;
	color:#fff;
	text-transform:uppercase;
	line-height:18px;
}

.menu > ul > li:hover {
    background: #000;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #2e5797;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    color: #fff;
    padding: .1em 0;
    width: 90%;
    display: block;
    border-bottom: 1px solid #ccc;
	font-size:14px;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 8px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 6px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 1200px) {
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1.1em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}





@media only screen and (max-width: 1100px) {
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 0.8em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}


.menu-container{ margin:0px; padding:0px; width:100%; background-color:#000;}

.bg-blue{ background-color:#2e5797!important;}

.banner-area{ position:relative; overflow:hidden; width:100%; float:left; background-image:url(../images/knowlage1.jpg); background-repeat:no-repeat; height:400px!important; background-size:cover;}
.banner-title{ float:left; margin-top:65px; padding:25px; width:42%; background:rgba(255, 255, 255, 0.4); border-radius:4px;}
.search-title{ text-align:left!important; font-weight:800; font-size:20px; padding:0px; color:#fff; line-height:28px;}
.search-text{ text-align:left;}
.search-text h6{ color:#fff; font-size:16px; margin:10px 0 0;}
.banner-img{ float:left; margin:0px; padding:0px; width:38%; position:absolute; top:0px; left:462px;}
.banner-img img{ float:left; margin:0px; padding:0px; width:100%;}
.bq_form{ float:left; margin-top:25px; padding-bottom:30px; background-color:#2e5797; width:100%;}
.bq_form input{ width:100%!important; height:30px!important; font-size:12px;}
.bq_form .btn_sub{ margin:15px auto 0; padding:0px; width:50%; text-align:center;}
.bq_form .btn_sub input{ float:left; width:100%!important; height:30px; font-size:14px!important; padding:0 20px; background:#fde428; text-align:center;}
.bq_form .btn_sub input:hover{ background:#d29d05;}
.form-title{ float:left; margin:0px; padding:5px 0 0; width:100%;}
.form-title h4{ float:left; margin:0px; padding:0px; width:100%; font-weight:600; font-style:16px; color:#fff; text-align:center;}
.mobile{ float:left; margin:0px auto !important; padding:0px; width:100%; text-align:center !important;}
.mobile a{ margin:0px; padding:0px; font-size:14px; width:auto; color:#fff;}
.mobile i{ color:#fff;}

.matter_area{ float:left; margin:0px; padding:15px 0; width:100%;}
.sreac-ff{ text-align: center !important; font-family: Georgia, 'Times New Roman', Times, serif; font-weight:500; font-size:30px; padding:30px;}
.sreac-ff h1.title{ margin:0 0 0px; font-size:38px;}
.text_area{ float:left; margin:0px; padding:15px 0; width:100%;}
.text_area h4{ margin:10px 0; tex-align:justify; text-align:center; font-weight:700;}
.mt40{ margin-top:40px !important; float:left; width:100%;}
.text_area p{ float:left; margin:10px 0; text-align:justify; width:100%;}

.well select{ height:50px;}

.more-info-2{ padding:35px 0; background-color:#000; width:100%;}
.qr_call{ float:left; margin:0px; padding:0px; width:100%;}
.qr_call h3{ float:left; margin:10px 0 30px; padding:0px; width:100%; font-size:35px; font-weight:600; color:#fff;}
.down-gst{ float:left; margin:0px; padding:0px; width:100%;}
.down-gst .form-horizontal{ float:left; margin:0px; padding:0px; width:100%;}
.down-gst .form-horizontal .form-group{ float:left; margin-right:20px; padding:0px; width:28%;}
.down-gst .form-horizontal .form-group input{ float:left; margin:0px; padding:10px 12px; width:100%;}
.down-gst .form-horizontal .btn-submit{ float:right; margin:0px; padding:10px 12px!important; position:relative!important; width:14%; height:52px;}
.down-gst input:-moz-placeholder, textarea:-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder{ color: #9c9b9b;
}
.down-gst::-moz-placeholder{ color:#888;}
.more-info-2 input[type="submit"]:hover{ color:#fff;}
.more-info-2 input[type="submit"]:hover{ color:#fff;}
.down-gst .form-horizontal .btn-submit{ float:right; margin:0px; padding:10px 12px !important; position:relative !important; width:14%; height:52px;}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{ background-color:#133974;}
.more-info-2 input[type="submit"]{ position:absolute; top:0; right:0; padding:17px 28px 12px; text-transform:capitalize; border:none; display:inline-block; vertical-align:middle; outline:none; background-color:#fde428; font-size:14px; font-weight:700; color:#333; -webkit-border-radius:0 2px 2px 0; -moz-border-radius:0 2px 2px 0; border-radius:0 2px 2px 0;}
.more-info-2 input[type="submit"]{ position:absolute; top:0; right:0; padding:17px 28px 12px; text-transform:capitalize; border:none; display:inline-block; vertical-align:middle; outline:none; background-color:#fde428; font-size:14px; font-weight:700; color:#333; -webkit-border-radius:0 2px 2px 0; -moz-border-radius:0 2px 2px 0; border-radius:0 2px 2px 0;}
.down-gst .btn-submit:hover{ background-color:#2e5797; color:#fff;}


.maatter_box2{ float:left; margin:0px; padding:0 0 30px; width:100%; background-color:#fff;}
.title_text{ float:left; margin:0px; padding:15px 0; width:100%; text-align:center;}
.text_area h4{ float:left; margin:10px 0; text-align:center; font-weight:700; width:100%;}
.list-s1{ float:left; margin:0px; padding:0px; width:100%; list-style:none;}
.list-s1 li{ float:left; margin:0px; padding:0px; width:100%; list-style:none;}


.matter_box3{ float:left; margin:0px; padding:0 0 30px; width:100%; background-color:#eeeeee;}
.title_text{ float:left; margin:0px; padding:15px 0; width:100%; text-align:center;}
.text_area h4{ float:left; margin:10px 0; text-align:center; font-weight:700; width:100%;}
.list-s1{ float:left; margin:0px; padding:0px; width:100%; list-style:none;}
.list-s1 li{ float:left; margin:0px; padding:0px; width:100%; list-style:none;}

.matter_box4{ float:left; margin:0px; padding:0 0 30px; width:100%; background-color:#fff;}
.list-req{ float:left; margin:0px; padding:0px; width:100%; list-style:none;}
.list-req li{ float:left; margin:0px; padding:0px; width:100%; list-style:none;}
.list-req li span{ float:left; padding-left:24px; position:relative;}
.list-req li::before{ float:left; font-size:16px; content:"\f138"; font-family:FontAwesome; position:absolute; left:15px;}

.matter_box5{ float:left; margin:0px; padding:30px 0; width:100%; background-color:#eeeeee;}
.matter_box5 .matt_text{ text-align:justify;}
.matter_box5 .matt_text h4{ font: 22px/26px "Poppins", sans-serif;}
.matter_box5 .matt_text .mt40{ margin-top:40px !important; float:left; width:100%;}
.matter_box5 .matt_text h5{ font: 20px/24px "Poppins", sans-serif;}

.package_area{ float:left; margin:0px; padding:30px 0; width:100%; background-color:#fff;}
.package_area h2.title{ font-size:24px; text-transform:uppercase;}
.priceing-table-main{ width:100%; margin:0 auto;}
.price-middle{ float:none !important; margin:0 auto 45px !important;}


.p_include_area{ float:left; margin:0px; padding:0px; width:100%; background-color:#eeeeee;}
.p_include_area h2.title{ font-size:24px; text-transform:uppercase;}
.p_include_area .pro-service{ width:100%; height:80px; float:left; list-style:none; text-transform:uppercase; font-weight:bold; border:1px solid #CCC; text-align:center; padding:10px; margin:5px; font-size:14px; line-height:20px;}


.step_area{ float:left; margin:0px; padding:0 0 35px; width:100%;}
.step_area h2.title{ font-size:24px; text-transform:uppercase;}
.step_box{ float:left; margin:0px; padding:0px; width:100%;}
.step_box .s_circle{ height:110px; width:110px; margin:0 auto; text-align:center; font-size:18px; font-weight:800; color:#fff; border-radius:100%; position:relative;}
.step_box .s_circle span{ margin:0 auto; text-transform:uppercase; position:absolute; top:42px; left:0px; right:0px;}
.step_box h3{ margin:10px 0; text-align:center; font-size:12px; font-weight:600; line-height:18px;}
.step_box p{ font-size:12px; margin:0 0 5px; font-weight:normal; line-height:18px; text-align:center; font-family:Arial, Helvetica, sans-serif;}
.bg_1{ background-color:#d29d05; border:4px solid #fde428;}
.bg_2{ background-color:#7d1e4a; border:4px solid #96285b;}
.bg_3{ background-color:#14646d; border:4px solid #2d818a;}

.subscribe .btn-sub{ float:left!important; position:relative !important; text-align:center; width:63%;}

.sec-reg{ width:100%; margin:0px auto;}
.sreacs{ float:left; margin:30px 0 10px!important; padding:15px; width:100%!important; border:5px solid #C0C0C0;}

.type-iso{ float:left; width:100%;}
.nav-tabs > li{ width:16.66666667%; margin-left:0px!important;}
.nav-tabs > li a{ margin-right:0px!important;}
.type-iso a{ float:left; margin:0 0 30px; padding:0px; width:100%;}
.type-iso a span{ margin:0 auto; width:100%; font-size:70px; color:#3030FD; text-align:center;}
.type-iso a span i{ float:left; margin:0 0 30px; padding:0px; width:100%; text-align:center;}
.type-iso .type-text{ text-align:center; font-family:Raleway, sans-serif; font-size:18px; line-height:30px; margin-top:15px; font-weight:500px; text-transform:uppercase;}
.nav-pills > li{ width:16.66666667%; margin-left:0px!important;}
.nav-pills > li a:hover{ background:none;}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{ background:none; color:#2e5797;}
.p-body{ padding:15px 0;}

.progress{ margin-left: 0px !important; width: 100% !important;}

.more-info input[type="submit"]{ padding:10px 28px 6px!important; line-height:30px;}



/* call start */
.call-area{ padding:0px; margin:0px; width:100%; display:none; position:fixed; z-index:9999; bottom:0px; z-index:9999999999!important;}
.call-4{ float:left; width:33.33333333333333%;}
.call-4 a{ float:left; text-align:center; padding:10px 15px; width:100%; color:#fff!important; font-size:14px; text-decoration:none;}
.call-area .blue{ background:#133974;}
.call-area .green{ background:#86c127;}
/* call end */





/*tab start*/
.tab_area{ float:left; margin:0px; padding:50px 0; width:100%; background:#f7f7f7;}
.tab_area .tab{ background:#fff;}

.tab_area .tab .nav-tabs li:nth-child(1).active a{ background:#29848c;}
.tab_area .tab .nav-tabs li:nth-child(1).active a::after{ border-top:10px solid #29848c;}
.tab_area .tab .nav-tabs li:nth-child(2).active a{ background:#d29d05;}
.tab_area .tab .nav-tabs li:nth-child(2).active a::after{ border-top:10px solid #d29d05;}
.tab_area .tab .nav-tabs li:nth-child(3).active a{ background:#5a84c6;}
.tab_area .tab .nav-tabs li:nth-child(3).active a::after{ border-top:10px solid #5a84c6;}
.tab_area .tab .nav-tabs li:nth-child(4).active a{ background:#94295a;}
.tab_area .tab .nav-tabs li:nth-child(4).active a::after{ border-top:10px solid #94295a;}
.tab_area .tab .nav-tabs li:nth-child(5).active a{ background:#5a84c6;}
.tab_area .tab .nav-tabs li:nth-child(5).active a::after{ border-top:10px solid #5a84c6;}
.tab_area .tab .nav-tabs li:nth-child(6).active a{ background:#f0dd46;}
.tab_area .tab .nav-tabs li:nth-child(6).active a::after{ border-top:10px solid #f0dd46;}

.tab_area a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab_area .tab .nav-tabs{
	border:1px solid #96285b;
}
.tab_area .tab .nav-tabs li{
    margin: 0;
}
.tab_area .tab .nav-tabs li a{
    font-size: 14px;
    color: #999898;
    background: #fff;
    margin:0px;
    padding:20px 50px;
    border-radius: 0;
    border: none;
    border-right: 1px solid #ddd;
    text-transform: uppercase;
    position: relative;
}
.tab_area.tab .nav-tabs li a:hover{
    border-top: none;
    border-bottom: none;
    border-right-color: #ddd;
}
.tab_area .tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:hover{
    color: #fff;
    border: none;
    background: #96285b;
    border-right: 1px solid #ddd;
}
.tab_area .tab .nav-tabs li.active a:before{
    content: "";
    width: 58%;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tab_area .tab .nav-tabs li.active a:after{
    content: "";
    border-top: 10px solid #96285b;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 43%;
}
.tab_area .tab .tab-content{
	float:left;
	width:100%;
    font-size: 13px;
    color: #999898;
    line-height: 25px;
    background: #fff;
    padding: 20px 20px 34px;
    border: 1px solid #96285b;
    border-top: none;
	background-color:#e6e6e6;
}
.tab_area .tab .tab-content h3{
    font-size: 24px;
    color: #999898;
    margin-top: 0;
}

.tab_area .p_box{ float:left; margin:45px 0 0; padding:20px; width:100%; position:relative; border:1px solid #5d8dd8; border-radius:10px; background-color:#fff; box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);}
.tab_area .p_box .p_title{ margin:0 auto; padding:0px; width:64%; text-align:center; background:#14646d; position:absolute; left:0px; right:0px; top:-28px; border-radius:50px; box-shadow:0 0px 10px rgba(0,0,0,0),0 6px 6px rgba(0,0,0,.23);}
.tab_area .p_box .p_title h3{ float:left; margin:0px; padding:10px; width:100%; text-align:center; color:#fff; font-weight:700; font-size:13px; line-height:20px;}
.tab_area .p_box .p_text{ float:left; margin:0px; padding:25px 0 0; width:100%;}
.tab_area .p_box .p_text p{ float:left; margin:15px 0 0; padding:0px; width:100%; text-align:center; color:#000; font-size:12px; line-height:24px; height:190px;}
.tab_area .p_box .price{ float:left; margin:0px 0 18px; padding:0px; width:100%;}
.tab_area .p_box .price h4{ float:left; margin:0px; padding:0px; width:100%; text-align:center; color:#000; font-weight:700; font-size:20px;}
.tab_area .p_box .p_btn{ float:left; margin:0px; padding:0px; width:100%; text-align:center;}
.tab_area .p_box .p_btn a{ margin:0 auto;; padding:10px 12px; width:auto; text-align:center; background:#fde428; color:#000;}
.tab_area .p_box .p_btn a:hover{ background:#2e5797; color:#fff;}

.tree_area{ float:left; margin:0px; padding:0px; width:100%;}
.tree_area .tree_box{ margin:0 auto; padding:0px; width:80%; text-align:center; position:relative;}
.tree_area .tree_box img{ float:left; margin:0px; padding:0px; width:100%;}
.tree_area h2.title{ position: relative; font-size:24px; font-weight:700; margin-bottom:40px; text-transform:uppercase;}
.tree_area .tree_box .tree_s{ position:absolute;}
.tree_area .tree_box .tree_s a{ color:#fff; text-decoration:none; font-size:16px; font-weight:700px; text-align:center; outline:none;}
.tree_area .tree_box .tree_s a:hover{ color:#fff; text-decoration:none;}

.t1{ top:130px; left:408px;}
.t2{ top:184px; left:240px;}
.t3{ top:324px; left:158px;}
.t4{ top:528px; left:220px;}
.t5{ top:534px; left:558px;}
.t6{ top:422px; left:716px;}
.t7{ top:218px; left:628px;}

@media only screen and (max-width: 480px){
    .tab_area .tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    .tab_area .tab .nav-tabs li.active a,
    .tab .nav-tabs li.active a:after,
    .tab .nav-tabs li.active a:hover{
        border: none;
    }
}

.tbc2{background:#d29d05!important;}
.tbc3{background:#5a84c6!important;}
.tbc4{background:#94295a!important;}
.tbc5{background:#5a84c6!important;}
.tbc6{background:#f0dd46!important;}
/*tab end*/



.faq_area{ float:left; margin:0px; padding:0 0 30px; width:100%;}
.faq_area .title{ font-size:24px; text-transform:uppercase;}
.faq_area .faq{ float:left; margin:0 10px 0 0; font-size:20px; color:#fff;}
.faq_area .panel-default{ float:left; margin:0 0 10px!important; padding:0px; width:100%; border:1px solid #ddd!important;}
.faq_area .panel-default > .panel-heading + .panel-collapse > .panel-body{ border-bottom:none!important;}
.faq_area .panel_bg1{ background-color:#d29d05!important; border:1px solid #fde428;}
.faq_area .panel_bg2{ background-color:#7d1e4a!important; border:1px solid #96285b;}
.faq_area .panel_bg3{ background-color:#14646d!important; border:1px solid #2d818a;}
.faq_area .panel-title a{ color:#fff;}


.sliderpart-area{ float:left; margin:0px; padding:40px 0; width:100%;}
.sliderpart-area .enquiry-box{ float:left; margin:0px; padding:80px 0; width:100%; border-radius:4px; border:1px solid #ccc; box-shadow:1px 1px 4px rgba(0, 0, 0, .3);}




.bluediv{background-color: #89c900;
width: 100%;
height: auto;}

.company-search {
    padding-top: 12px;
    padding-bottom: 50px;
}

.textt-center {
    color: #002b5e !important;
    font-weight: bold;
    text-align: left;
}

.circle {
    background: #ffffff;
    padding: 10px;
    text-align: center;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 10px;
   border: 1px solid #002b5e;
    height: auto;
    background-color: #E5DBCF !important;
    
}
.circle1 {
    background: #ffffff;
    padding: 10px;
    text-align: center;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    /* margin-top: 30px; */
    margin-left: 0%;
    margin-top: 9%;
    border-radius: 10px;
    /* border: 1px solid #1097e6; */
    box-shadow: 2px 4px 10px #002B5E;
}
.pul li {
    margin-top:-14px;
}
.pul li p {
    line-height: 30px;
}
.sta-na{width:310px; float:left;}

.o-btn{
background-color:red; border:medium none; color:#fff; font-family:"Lato",sans-serif; font-weight:300; border-radius:3px; font-size:17.5px; -moz-border-bottom-colors: none;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 20px;
margin-left: 10px;
padding: 4px 4px;
text-align: center;
vertical-align: middle;
}
.bbs{width:280px; float:left; margin:0px;}
.arrow-green {
	width: 0; 
	height: 0; 
	border-top: 120px solid transparent;
	border-bottom: 120px solid transparent;
	
	border-left: 35px solid #66bb6a;
}

.arrow-lime {
	width: 0; 
	height: 0; 
	border-top: 150px solid transparent;
	border-bottom: 150px solid transparent;
	
	border-left: 60px solid #c0ca33;
}

.arrow-red {
	width: 0; 
	height: 0; 
	border-top: 120px solid transparent;
	border-bottom: 120px solid transparent;
	
	border-left: 35px solid #c62828;
	float:left;
}

.arrow-grey {
	width: 0; 
	height: 0; 
	border-top: 150px solid transparent;
	border-bottom: 150px solid transparent;
	
	border-left: 40px solid #bdbdbd;
}


.int{
	padding:7px;
	color:#0000;
}

.int .btn, .btn-large, .btn-flat {
    display: inline-block;
    height: 36px;
    margin-bottom: 15px;
    padding: 0 2rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    line-height: 36px;
    text-transform: uppercase;
    border: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
	
}

.int p{
	font-size:13px;
	color:#0000;
	padding:3px;
}

.int h5{
	border-bottom:1px solid #999;
	padding-bottom:15px;
	font-size:20px;
	font-weight:400;
}

#newfaq { position:relative; }

#newfaq h3.active	{ color:#fff; background:#960; }
#newfaq div { position:relative; }
#newfaq div p	{ padding:0; margin-bottom:15px; position:relative; }

#newfaq h3{
	display:block;
	font-size:18px;
	text-transform:none;
	font-weight:bold;
	color:#666;

}

#newfaq h3 i{
	color:#036;
}

/* --- Plans ---------------------------- */

.my_planHeader {
    text-align: center;
    color: white;
    padding-top:0.2em;
    padding-bottom:0.2em;
}
.my_planTitle {
    font-size:16px;
    font-weight: bold;
}
.my_planPrice {
    font-size:1.4em;
    font-weight: bold;    
}
.my_planDuration {
    margin-top: -0.6em;
}

/* --- Plan 1 --------------------------- */
.my_plan1 {
    background: rgb(224,234,242);
}

.my_planHeader.my_plan1 a {
    background: rgb(72, 109, 139);
    color:white;
}

.my_planHeader.my_plan1 {
    background: rgb(105, 153, 193);
    border-bottom: thick solid rgb(72, 109, 139);
}

/* --- Plan 2 --------------------------- */
.my_plan2 {
    background: rgb(230,235,218);
}

.my_planHeader.my_plan2 a {
    background: #c62828;
    color:white;
}

.my_planHeader.my_plan2 {
    background: #002b5e;
    border-bottom: thick solid #002b5e;
}

/* --- Plan 3 --------------------------- */
.my_plan3 {
    background: rgb(254,235,212);
}

.my_planHeader.my_plan3 a {
    background: rgb(199, 127, 40);
    color:white;
}

.my_planHeader.my_plan3 {
    background: rgb(253, 161, 49);
    border-bottom: thick solid rgb(199, 127, 40);
}




.my_planFeature {
    text-align: center;
    font-size: 2em;
}

.my_planFeature i.my_check {
    color: #002b5e;
}
.my_planFeature i.my_uncheck {
    color: #c62828 ;
}
.faqHeader {
        font-size: 27px;
        margin: 20px;
    }




.my_featureRow {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    border: 0.1em .list-group-item {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 9px 45px 85px 10px;
    position: relative;
}

.activestep {
    color: #F58723;
    height: 100px;
    margin-top: -7px;
    padding-top: 7px;
    border: 6px solid #002b5e !important;
   /* border-right: 6px solid #5CB85C !important;
    border-top: 3px solid #5CB85C !important;
    border-bottom: 3px solid #5CB85C !important;*/
    vertical-align: central;
}
.abc {
    background-color: #fff;
    border: 1px solid #C0C0C0;
    border-right: none;
	height:100%;
}

.abc:last-child {
    border: 1px solid #C0C0C0;
	height:100%;
}

.abc:first-child {
    border-radius: 5px 0 0 5px;
	height:100%;
}

.abc:last-child {
    border-radius: 0 5px 5px 0;
	height:100%;
}

.abc:hover {
    color: #F58723;
    cursor: pointer;
}

.becomer{ width:50%; float:left; background-color:#CCC;}


=======================

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
/* written by riliwan balogun http://www.facebook.com/riliwan.rabo*/
.board{
    width: 75%;
margin: 60px auto;
height: 500px;
background: #fff;
/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.board > div.board-inner{
    background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);
	background-image: url(image/geometry2.png);
		background-size: 30%;
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 120px;
    height: 120px;
    line-height: 120px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one{
    color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

span.round-tabs.two{
    color: #febe29;border: 2px solid #febe29;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three{
    color: #3e5e9a;border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four{
    color: #f1685e;border: 2px solid #f1685e;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-tabs > li {
    width: 20%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
    
}
.nav-tabs > li a{
   width: 70px;
   height: 70px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}

.tab-content{
}
.tab-pane{
   position: relative;
padding-top: 50px;
}
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}



@media( max-width : 585px ){
    
    .board {
width: 90%;
height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

.nav-tabs > li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
}

.panel-heading [data-toggle="collapse"]:after {
        font-family: 'FontAwesome';
        content: "\f0fe"; /* "play" icon */
        float: right;
        color: #002b5e;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #002b5e;
    }
	
