* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Aileron'!important;
	font-style: normal;
}
@font-face {
 font-family: 'Aileron';
 src: url('Aileron-Regular.woff2') format('woff2'), url('Aileron-Regular.woff') format('woff'), url('Aileron-Regular.ttf') format('truetype'), url('Aileron-Regular.svg#Aileron-Regular') format('svg');
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}
@font-face {
 font-family: 'Aileron';
 src: url('Aileron-SemiBold.woff2') format('woff2'), url('Aileron-SemiBold.woff') format('woff'), url('Aileron-SemiBold.ttf') format('truetype'), url('Aileron-SemiBold.svg#Aileron-SemiBold') format('svg');
 font-weight: 600;
 font-style: normal;
 font-display: swap;
}
@font-face {
 font-family: 'Aileron';
 src: url('Aileron-Bold.woff2') format('woff2'), url('Aileron-Bold.woff') format('woff'), url('Aileron-Bold.ttf') format('truetype'), url('Aileron-Bold.svg#Aileron-Bold') format('svg');
 font-weight: bold;
 font-style: normal;
 font-display: swap;
}
@font-face {
 font-family: 'Aileron';
 src: url('Aileron-Thin.woff2') format('woff2'), url('Aileron-Thin.woff') format('woff'), url('Aileron-Thin.ttf') format('truetype'), url('Aileron-Thin.svg#Aileron-Thin') format('svg');
 font-weight: 100;
 font-style: normal;
 font-display: swap;
}
@font-face {
 font-family: 'Aileron';
 src: url('Aileron-UltraLight.woff2') format('woff2'), url('Aileron-UltraLight.woff') format('woff'), url('Aileron-UltraLight.ttf') format('truetype'), url('Aileron-UltraLight.svg#Aileron-UltraLight') format('svg');
 font-weight: 200;
 font-style: normal;
 font-display: swap;
}
@font-face {
 font-family: 'Aileron';
 src: url('Aileron-Light.woff2') format('woff2'), url('Aileron-Light.woff') format('woff'), url('Aileron-Light.ttf') format('truetype'), url('Aileron-Light.svg#Aileron-Light') format('svg');
 font-weight: 300;
 font-style: normal;
 font-display: swap;
}
input, textarea {
	outline:none;
}
header.tp {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999;
	background:rgba(3, 105, 252);
}
header .logo {
	float:left;
	width:100%;
	margin:30px 0 0;
}
header .call_bx {
	float:right;
	margin:10px 0;
}
header .clbtn {
	float:left;
}
header .clbtn a {
	float:left;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	line-height: 24px;
	text-decoration: none;
	margin:5px 10px;
	padding:0;
}
header .clbtn a:hover {
	color:#fff;
}
header .clbtn a img {
	float:left;
	margin:5px 5px 0 0;
}
header .reqbtn {
	float:right;
	margin-left:10px;
}
header .reqbtn a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding: 5px 10px 5px 30px;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/reqicn.png) 10px 8px no-repeat #f5b619;
	border-radius: 4px;
}
header .reqbtn a:hover {
	color: #fff;
	text-decoration: none;
}
header .menu_bx {
	float:right;
	margin:10px 0;
}
header .menu_bx ul {
	list-style:none;
	padding:0;
	margin:0;
}
header .menu_bx ul li {
	float:left;
	position:relative;
}
header .menu_bx li a {
	display:block;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	line-height: 24px;
	text-transform:uppercase;
	text-decoration: none;
	margin:0;
	padding:0 15px;
 -webkit-transition: .3s ease-in-out;
 -moz-transition: .3s ease-in-out;
 -o-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
}
header .menu_bx li a:hover {
	color: #fff;
	text-decoration:none;
}
header .menu_bx li a.select {
	color: #fff;
	text-decoration:none;
}
header .menu_bx li:hover > .sub-menu {
	display: block;
}
header .menu_bx li .sub-menu {
	display: none;
	position: absolute;
	min-width: 210px;
	background:rgba(3, 105, 252, 0.9);
	padding:10px;
	z-index: 99;
	left: 0;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
header .menu_bx li .sub-menu li {
	float: none;
	border-right:none;
}
header .menu_bx li .sub-menu li a {
	font-size: 14px;
	font-weight:normal;
	color:#fff;
	line-height:18px;
	text-transform: none;
	padding: 5px 5px 5px 15px;
	margin:5px 0;
	border-bottom:1px solid #83aff1;
}
header .menu_bx li .sub-menu li a:hover {
	color:#fff;
}
header .menu_bx li .sub-menu a::before {
 content:'';
 position: absolute;
 top: 9px;
 left: 5px;
 height: 0;
 width: 0;
 border: 5px solid transparent;
 border-left-color: #fff;
}
header .menu_bx li li .sub-menu {
	left: 130px;
	top:0;
}
/*** 
	TOP HEADER PAGE - MOBILE MAIN MENU 
								***/
header .mob-menu-bar {
	display:none;
}
header .mob-menu-bar #TopMenu {
	display: block;
	cursor: pointer;
}
header .mob-menu-bar #TopMenu .bar1, .bar2, .bar3 {
	width: 24px;
	height: 2px;
	background: #fff;
	margin: 5px 0;
	transition: 0.4s;
}
header .mob-menu-bar .open-menu .bar1 {
	-webkit-transform: rotate(-42deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
}
header .mob-menu-bar .open-menu .bar2 {
	-webkit-transform: rotate(45deg) translate(0px, 0px);
	transform: rotate(45deg) translate(0px, 0px);
}
header .mob-menu-bar .open-menu .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -11px);
	transform: rotate(45deg) translate(-4px, -5px);
}
header .mob-menu-bar .open-menu .main-menu {
	display: block;
	transition: 0.5s;
}
header .mob-menu-bar .main-menu {
	display: none;
	position: absolute;
	top: 30px;
	right:0;
	z-index:99;
	width: 260px;
	height:350px;
	background:rgba(0, 0, 0, 0.9);
	list-style:none;
    transition: width ease .6s;
	overflow-x: hidden;
	transition: 0.5s;
}
header .mob-menu-bar .main-menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
header .mob-menu-bar .main-menu li {
	display: block;
	width:100%;
	border-bottom: 1px solid #797979;
	position:relative;
}
header .mob-menu-bar .main-menu li:last-child {
	border-bottom: none;
}
header .mob-menu-bar .main-menu li a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	padding: 5px 10px;
	margin: 0;
	text-decoration: none;
	transition: 0.3s;
}
header .mob-menu-bar .main-menu li a:hover {
	color: #fff;
	background:rgba(0, 0, 0, 0.9);
}
header .mob-menu-bar .main-menu ul ul.sub-menu {
	margin-left:15px;
}
header .mob-menu-bar .main-menu ul ul.sub-menu li a {
	font-size: 13px;
	padding: 5px 10px;
}
.banner-slider-section {
	position: relative;
	width: 100%;
	padding:95px 0 0;
}
.banner-slider-section img {
	width: 100%;
	height: auto;
	display:block;
	margin:0;
}
/******** WELCOME CONTENT SECTION CSS ********/

.home-wlcome-cont-section {
	position: relative;
	background:#fff;
	padding:30px 0 40px;
}
.home-wlcome-cont-section h1 {
	position:relative;
	color: #000;
	font-size: 40px;
	font-weight:600;
	line-height:50px;
	letter-spacing:1px;
	padding:0 0 5px;
	margin:0 0 30px;
}
.home-wlcome-cont-section h1::before {
 content: '';
 position: absolute;
 bottom:-5px;
 left: 0;
 height: 5px;
 width: 100px;
 background:#0369fc;
}
.home-wlcome-cont-section p {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	line-height:24px;
	letter-spacing:0.5px;
	padding:10px 0;
	margin:0;
}
.home-wlcome-cont-section .rtImg {
	background:#fff;
	border:1px solid #dfdfdf;
	padding:10px;
	border-radius:10px;
}
.home-wlcome-cont-section .rtImg img {
	width:100%;
	height:auto;
	display:block;
	border-radius:10px;
}
/******** SERVICES CONTENT SECTION CSS ********/

.our-servc-cont-section {
	position:relative;
	padding:40px 0;
	background:url(../images/service-bg.jpg) no-repeat center;
	background-size:cover;
}
.our-servc-cont-section .tp-head {
	text-align:center;
	padding-bottom:10px;
}
.our-servc-cont-section .tp-head h4 {
	position:relative;
	display:block;
	font-size: 40px;
	color: #fff;
	font-weight:600;
	line-height:50px;
	padding:0 0 10px;
	margin:0 0 30px;
}
.our-servc-cont-section .tp-head h4::before {
 content: '';
 position: absolute;
 bottom:-5px;
 left: 0;
 right:0;
 height: 5px;
 width: 100px;
 background:#0369fc;
 margin:0 auto;
}
.our-servc-cont-section h5 {
	color: #fff;
	font-size: 18px;
	font-weight:400;
	line-height: 30px;
	margin:0;
}
.our-servc-cont-section .txt-box {
	position:relative;
	overflow:hidden;
	border-radius:5px;
	margin:20px 0;
 transition: all .3s ease 0s;
	box-shadow:0 10px 30px rgb(0 0 0 / 50%);
}
.our-servc-cont-section .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
 transition: all .3s ease 0s;
}
.our-servc-cont-section .txt-box .ptxt {
	position:absolute;
	bottom:0;
	padding:20px;
	background:rgba(255, 255, 255, 0.8);
	width:100%;
	text-align:center;
}
.our-servc-cont-section .txt-box .ptxt h4 {
	display:block;
	color: #000;
	font-size: 24px;
	font-weight:600;
	line-height: 30px;
}
.our-servc-cont-section .txt-box .ptxt p {
	color: #000;
	font-size: 14px;
	font-weight:400;
	line-height: 20px;
	margin:0;
}
.our-servc-cont-section .txt-box .zoomImg {
	width:100%;
	height:auto;
	display:block;
 -webkit-transition:.5s ease;
 -moz-transition:.5s ease;
 transition:.5s ease
}
.our-servc-cont-section .txt-box:hover .zoomImg {
	width:100%;
	height:auto;
	display:block;
	-webkit-transform:scale(1.09, 1.09);
	-moz-transform:scale(1.09, 1.09);
	transform:scale(1.09, 1.09)
}
.our-servc-cont-section .more-btn {
	text-align:center;
}
.our-servc-cont-section .more-btn a {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 30px;
	padding: 5px 20px;
	margin: 10px 0 0;
	background: #0369fc;
	border-radius: 4px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.our-servc-cont-section .more-btn a:hover {
	text-decoration:none;
	box-shadow:0 10px 30px rgb(0 0 0 / 20%);
}
.home-cont-cnt-section {
	position:relative;
	padding:30px 0;
}
.home-cont-cnt-section h2 {
	position:relative;
	display:block;
	font-size: 34px;
	color: #000;
	font-weight:600;
	line-height:44px;
	padding:0 0 10px;
	margin:0 0 20px;
}
.home-cont-cnt-section h2::before {
 content: '';
 position: absolute;
 bottom:-5px;
 left: 0;
 height: 5px;
 width: 100px;
 background:#0369fc;
}
.home-cont-cnt-section h3 {
	display:block;
	color: #000;
	font-size: 24px;
	font-weight:600;
	line-height: 30px;
	margin: 10px 0 0;
}
.home-cont-cnt-section h4 {
	display:block;
	color: #000;
	font-size: 24px;
	font-weight:600;
	line-height: 30px;
	margin: 10px 0 0;
}
.home-cont-cnt-section h5 {
	display:block;
	color: #000;
	font-size: 24px;
	font-weight:600;
	line-height: 30px;
	margin: 10px 0 0;
}
.home-cont-cnt-section p {
	font-size:14px;
	color: #000;
	font-weight:400;
	line-height:24px;
	margin:0;
	padding:10px 0;
}
.home-cont-cnt-section p a {
	color: #000;
	text-decoration:none;
}
.home-cont-cnt-section p a:hover {
	color: #000;
}
.home-cont-cnt-section ul {
	margin:0 0 0 30px;
	padding:0;
}
.home-cont-cnt-section ul li {
	font-size:14px;
	color: #000;
	font-weight:400;
	line-height:24px;
	margin:0;
	padding:5px 0;
}
.our-testimonial-section {
	position:relative;
	background:url(../images/testimonial-bg.jpg) no-repeat center;
	background-size:cover;
	text-align:center;
	padding:40px 0;
}
.our-testimonial-section h4 {
	position:relative;
	display:block;
	font-size: 34px;
	color: #fff;
	font-weight:600;
	line-height:44px;
	padding:0 0 10px;
	margin:0 0 20px;
}
.our-testimonial-section h4::before {
 content: '';
 position: absolute;
 bottom:-5px;
 left: 0;
 right:0;
 height: 5px;
 width: 100px;
 background:#0369fc;
 margin:0 auto;
}
.our-testimonial-section .testim-slider-bx {
	width:100%;
	margin:0 auto;
	background:rgba(3, 105, 252, 0.9);
	border-radius: 10px;
}
.our-testimonial-section .test-bx {
	position:relative;
	text-align:center;
	background:rgba(255, 255, 255, 0.9);
	margin:50px 100px;
	padding:30px;
	border-radius: 10px;
}
.our-testimonial-section .test-bx p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height:30px;
	letter-spacing:0.5px;
	padding:10px 0;
	margin:0;
}
.our-testimonial-section .test-bx p strong {
	font-weight: 600;
	color:#0369fc;
	font-style:italic;
}
.home-cont-mid-section {
	padding:30px 0 0;
}
.home-cont-mid-section h5 {
	position:relative;
	display:block;
	font-size: 30px;
	color: #000;
	font-weight:600;
	line-height:40px;
	padding:0 0 10px;
	margin:0 0 20px;
}
.home-cont-mid-section h5::before {
 content: '';
 position: absolute;
 bottom:-5px;
 left: 0;
 height: 5px;
 width: 100px;
 background:#0369fc;
}
.home-cont-mid-section p {
	font-size:14px;
	color: #000;
	font-weight:400;
	line-height:24px;
	margin:0;
	padding:10px 0;
}
.home-cont-mid-section p a {
	color: #000;
	text-decoration:none;
}
.home-cont-mid-section p a:hover {
	color: #000;
}
.home-cont-mid-section ul {
	margin:0 0 0 30px;
	padding:0;
}
.home-cont-mid-section ul li {
	font-size:14px;
	color: #000;
	font-weight:400;
	line-height:24px;
	margin:0;
	padding:5px 0;
}
.home-phto-gal-section {
	padding:40px 0;
	text-align:center
}
.home-phto-gal-section h4 {
	position:relative;
	display:block;
	font-size: 34px;
	color: #000;
	font-weight:600;
	line-height:44px;
	padding:0 0 10px;
	margin:0 0 40px;
}
.home-phto-gal-section h4::before {
 content: '';
 position: absolute;
 bottom:-5px;
 left: 0;
 right:0;
 height: 5px;
 width: 100px;
 background:#0369fc;
 margin:0 auto;
}
.home-phto-gal-section .img-box {
	position:relative;
	overflow:hidden;
	border:1px solid #dfdfdf;
	padding:10px;
	border-radius:10px;
	margin:0 0 20px;
}
.home-phto-gal-section .img-box img {
	width:100%;
	height:auto;
	border-radius:10px;
	display:block;
-webkit-transition:.5s ease;
-moz-transition:.5s ease;
transition:.5s ease
}
.home-phto-gal-section .img-box:hover img {
	width:100%;
	height:auto;
	display:block;
	-webkit-transform:scale(1.09, 1.09);
	-moz-transform:scale(1.09, 1.09);
	transform:scale(1.09, 1.09)
}
.home-faq-section {
	position:relative;
	padding:40px 0;
	background:url(../images/faqs-bg.png) repeat;
}
.home-faq-section h3 {
	position:relative;
	display:block;
	font-size: 34px;
	color: #000;
	font-weight:600;
	line-height:44px;
	padding:0 0 10px;
	margin:0 0 40px;
}
.home-faq-section h3::before {
 content: '';
 position: absolute;
 bottom:-5px;
 left: 0;
 right:0;
 height: 5px;
 width: 100px;
 background:#0369fc;
 margin:0 auto;
}
.home-faq-section img {
	width:100%;
	height:auto;
}
.home-faq-section .faq-tabs {
	width:100%;
	margin: 20px auto;
}
.home-faq-section .faq-tabs .accordion {
	position:relative;
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height:24px;
	font-weight:500;
	cursor: pointer;
	padding: 8px 18px;
	border: none;
	text-align: left;
	outline: 0;
	transition: 0.4s;
	background: #000;
	border-radius:6px;
}
.home-faq-section .faq-tabs .accordion span {
	display: inline;
	font-size: 18px;
	color: #fff;
	font-weight:600;
	letter-spacing:1px;
	padding-left:30px;
}
.home-faq-section .accordion:hover, .home-faq-section .active {
	background: #0369fc;
	color: #fff;
	border-radius:6px;
}
.home-faq-section .accordion::after {
 content: "\002B";
 position:absolute;
 left:15px;
 top:6px;
 width: 26px;
 height: 26px;
 color: #fff;
 font-size: 24px;
 font-weight: 600;
 line-height: 26px;
 text-align: center;
}
.home-faq-section .active:after {
	content: "\2212";
	line-height: 26px;
}
.home-faq-section .panel {
	padding: 0 18px;
	background: #fff;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.home-faq-section .panel p {
	color: #000;
	font-size:15px;
	font-weight:normal;
	line-height:24px;
	letter-spacing:1px;
	margin:0;
	padding:10px 0px 10px 30px;
}
.home-faq-section .panel ul {
	list-style:none;
	padding:0;
	margin:10px 30px;
}
.home-faq-section .panel ul li {
	color: #000;
	font-size:15px;
	font-weight:normal;
	line-height:24px;
	letter-spacing:0.5px;
	margin:0;
	padding:2px 0 2px 26px;
}
.home-latest-blog-section {
	padding:40px 0;
	text-align:center
}
.home-latest-blog-section h3 {
	position:relative;
	display:block;
	font-size: 34px;
	color: #000;
	font-weight:600;
	line-height:44px;
	padding:0 0 10px;
	margin:0 0 40px;
}
.home-latest-blog-section h3::before {
 content: '';
 position: absolute;
 bottom:-5px;
 left: 0;
 right:0;
 height: 5px;
 width: 100px;
 background:#0369fc;
 margin:0 auto;
}
.home-latest-blog-section .pst-bx {
	width:100%;
	float:left;
	position:relative;
	border:1px solid #dfdfdf;
	border-radius:10px;
	background:#fff;
	text-align:left;
	margin:10px 0;
	padding:20px;
}
.home-latest-blog-section .pst-bx img {
	width:40%;
	height:170px;
	float:left;
	margin-right:20px
}
.home-latest-blog-section .pst-bx h4 {
	display:block;
	font-size:24px;
	color:#000;
	font-weight:400;
	line-height:34px;
}
.home-latest-blog-section .pst-bx h4 a {
	display:block;
	color:#000;
	text-decoration:none
}
.home-latest-blog-section .pst-bx h4 a:hover {
	color:#000;
	text-decoration:none
}
.home-latest-blog-section .pst-bx p {
	font-size:14px;
	color:#000;
	font-weight:400;
	line-height:24px;
	padding:10px 0
}
/******** FOOTER CSS ********/
.ftr-wrp-row {
	background:#0369fc;
	padding:20px 0 0;
}
.ftr-wrp-row .lgo-bx {
	float:left;
	width: 100%;
	color: #fff;
	font-size:18px;
	font-weight:500;
	line-height:30px;
	padding:15px;
	margin:20px 0;
}
.ftr-wrp-row .lgo-bx img {
	width: 100%;
	height:auto;
}
.ftr-wrp-row .add-bx {
	float:left;
	width: 100%;
	margin-top:20px;
}
.ftr-wrp-row .add-bx h4 {
	position:relative;
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	padding: 5px 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.ftr-wrp-row .add-bx h4::before {
 content: '';
 position: absolute;
 bottom:-3px;
 left: 0;
 height: 3px;
 width: 20%;
 background:#fec52e;
}
.ftr-wrp-row .add-bx p {
	color: #fff;
	font-size:16px;
	font-weight:500;
	line-height:25px;
	padding:10px 0;
	margin:0;
}
.ftr-wrp-row .ad-bx {
	float:left;
	width: 100%;
	color: #fff;
	font-size:16px;
	font-weight:400;
	line-height:25px;
	padding:0 0 10px;
	margin:10px 0 0;
	border-bottom:3px solid #3785f6;
}
.ftr-wrp-row .ad-bx img {
	float:left;
	margin:5px 10px 0 0;
}
.ftr-wrp-row .ph-bx {
	float:left;
	width: 100%;
	color: #fff;
	font-size:16px;
	font-weight:400;
	line-height:25px;
	padding:0 0 10px;
	margin:5px 0;
	border-bottom:3px solid #3785f6;
}
.ftr-wrp-row .ph-bx img {
	float:left;
	margin:5px 10px 0 0;
}
.ftr-wrp-row .ph-bx a {
	color: #fff;
	text-decoration: none;
 transition: all .3s ease 0s;
}
.ftr-wrp-row .ph-bx a:hover {
	color: #fff;
}
.ftr-wrp-row .flw-bx {
	float:left;
	width: 100%;
	padding:0 0 10px;
	margin:10px 0;
	border-bottom:3px solid #3785f6;
}
.ftr-wrp-row .flw-bx img {
	float:left;
	margin:5px;
}
.ftr-wrp-row .ft-menu {
	padding:0 15px;
	margin-top:20px;
}
.ftr-wrp-row .ft-menu h4 {
	position:relative;
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	padding: 5px 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.ftr-wrp-row .ft-menu h4::before {
 content: '';
 position: absolute;
 bottom:-3px;
 left: 0;
 height: 3px;
 width: 20%;
 background:#fec52e;
}
.ftr-wrp-row .ft-menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
.ftr-wrp-row .ft-menu ul li {
	position:relative;
	border-bottom: 1px solid #3785f6;
}
.ftr-wrp-row .ft-menu li a {
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	line-height: 24px;
	text-decoration: none;
	padding:5px 10px 6px 15px;
 transition: all .3s ease 0s;
}
.ftr-wrp-row .ft-menu li a:hover {
	color: #fff;
	text-decoration:none;
}
.ftr-wrp-row .ft-menu li a::before {
 content:'';
 position: absolute;
 top: 13px;
 left: 5px;
 height: 0;
 width: 0;
 border: 4px solid transparent;
 border-left-color: #fff;
}
.ftr-wrp-row .coy-rgt-bx {
	width:100%;
	color: #fff;
	font-size:14px;
	font-weight:400;
	line-height:36px;
	padding:0;
	margin:30px 0 0;
 transition: all .3s ease 0s;
	text-align:center;
	background:#004ebf;
}
/****** INNER PAGES CSS ******/
.inn-banner-section {
	width:100%;
	position:relative;
	text-align:center;
}
.inn-banner-section img {
	width:100%;
	height:auto;
}
.inn-banner-section::after {
 position: absolute;
 content: '';
 top: 0;
 right: 0;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.5);
 z-index: 1;
}
.inn-banner-section h3 {
	font-size: 40px;
	color: #fff;
	line-height: 50px;
	font-weight: 700;
	text-transform:uppercase;
	position: absolute;
	left: 0;
	right: 0;
	top: 60%;
	z-index: 2;
}
.inn-abuttxt-section {
	padding:40px 0;
	position:relative;
}
.inn-abuttxt-section h1 {
	position:relative;
	color: #000;
	font-size: 24px;
	font-weight:600;
	line-height:30px;
	letter-spacing:1px;
	padding:0 0 5px;
	margin:0 0 10px;
}
.inn-abuttxt-section h1::before {
 content: '';
 position: absolute;
 bottom:-5px;
 left: 0;
 height: 5px;
 width: 100px;
 background:#0369fc;
}
.inn-abuttxt-section p {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.inn-abuttxt-section img {
	width:98%;
	height:auto;
	display:block;
	background: #fff;
	border: 1px solid #dfdfdf;
	padding: 10px;
	border-radius: 10px;
}
.inn-abuttxt-section ul {
	list-style:none;
	padding: 0;
	margin:10px 0;
}
.inn-abuttxt-section ul li {
	font-size: 16px;
	color: #332b29;
	font-weight: normal;
	line-height: 26px;
	padding:0;
	margin:0;
}
.inn-abuttxt-section1 {
	background:#f3af05;
	padding: 40px 0 100px;
	text-align: center;
}
.inn-abuttxt-section1 h3 {
	display: block;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	line-height: 30px;
	margin: 0;
}
.inn-abuttxt-section1 h4 {
	position:relative;
	display:block;
	font-size: 20px;
	color: #fff;
	font-weight:600;
	line-height: 30px;
	padding:0 0 15px;
	margin:0;
}
.inn-abuttxt-section1 h4::after {
 content:'';
 position: absolute;
 left:0;
 right:0;
 bottom:0;
 background:#fff;
 width: 70px;
 height: 2px;
 margin:0 auto;
}
.inn-abuttxt-section1 p {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.inn-misn-visn-section {
	margin:-70px 0 40px;
	text-align:center;
}
.inn-misn-visn-section .container {
	border-radius: 10px;
	background:url(../images/mis-visn-bg.jpg) no-repeat;
	background-size:cover;
}
.inn-misn-visn-section h4 {
	position:relative;
	display:block;
	font-size: 24px;
	color: #0369fc;
	font-weight:700;
	line-height: 30px;
	padding:20px 0 0;
	margin:0;
}
.inn-misn-visn-section p {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.inn-misn-visn-section img {
	width:100%;
	height:auto;
	margin-top:15px;
	background: #fff;
	border: 1px solid #dfdfdf;
	padding: 10px;
	border-radius: 10px;
}
/****** INNER SERVICE PAGES CSS ******/
.inn-servs-section {
	padding:40px 0;
	position:relative;
}
.inn-servs-section h1 {
	position:relative;
	color: #000;
	font-size: 24px;
	font-weight:600;
	line-height:30px;
	letter-spacing:1px;
	padding:0 0 5px;
	margin:0 0 10px;
}
.inn-servs-section h1::before {
 content: '';
 position: absolute;
 bottom:-5px;
 left: 0;
 height: 5px;
 width: 100px;
 background:#0369fc;
}
.inn-servs-section .serv-lft-mnu {
	position:relative;
}
.inn-servs-section .serv-lft-mnu h2 {
	display: block;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	line-height: 28px;
	background:#0369fc;
	padding:10px 15px;
	margin:0;
	border-radius:4px 4px 0 0;
	border-bottom:4px solid #f5b619;
}
.inn-servs-section .serv-lft-mnu ul {
	list-style:none;
	margin:0;
}
.inn-servs-section .serv-lft-mnu ul li {
	position:relative;
	display:inline;
}
.inn-servs-section .serv-lft-mnu ul li a {
	display: block;
	font-size: 18px;
	color: #0369fc;
	font-weight: 600;
	line-height: 30px;
	text-decoration: none;
	padding:5px 5px 5px 30px;
	margin:0;
	border-bottom:1px solid #dadada;
	background: #fbfbfb;
 	transition: all .3s ease 0s;
}
.inn-servs-section .serv-lft-mnu ul li a:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 18px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-left-color: #0369fc;
}
.inn-servs-section .serv-lft-mnu ul li a:hover {
	color: #fff;
	background:#4e4e4e;
}
.inn-servs-section .serv-lft-mnu ul li a:hover:before {
	border-left-color: #fff;
}
.inn-servs-section .serv-lft-mnu ul li a.active {
	color: #fff;
	background:#4e4e4e;
}
.inn-servs-section .inn-serv-detai-sec {
	position:relative;
}
.inn-servs-section .inn-serv-detai-sec h2 {
	display: block;
	font-size: 20px;
	color: #000;
	font-weight:600;
	line-height: 28px;
	padding:0;
	margin:10px 0;
}
.inn-servs-section .inn-serv-detai-sec h3 {
	display: block;
	font-size: 20px;
	color: #000;
	font-weight: 600;
	line-height: 28px;
	padding:0;
	margin:10px 0;
}
.inn-servs-section .inn-serv-detai-sec p {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.inn-servs-section .inn-serv-detai-sec ul {
	margin: 0 0 0 20px;
}
.inn-servs-section .inn-serv-detai-sec li {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding: 5px 0;
	margin: 0;
}
.inn-servs-section .inn-serv-detai-sec .txt-bx {
	position:relative;
	overflow:hidden;
	margin:15px 0;
}
.inn-servs-section .inn-serv-detai-sec .txt-bx h4 {
	position:absolute;
	left:0;
	bottom:0;
	z-index:9;
	width:100%;
	display:block;
	color: #fff;
	font-size: 20px;
	font-weight:600;
	line-height: 30px;
	padding:10px 15px 15px;
	margin:0;
	border-left:4px solid #e7b00f;
 	transition: all .3s ease 0s;
}
.inn-servs-section .inn-serv-detai-sec .txt-bx h4:hover {
	color: #fff;
	text-decoration:none;
}
.inn-servs-section .inn-serv-detai-sec .txt-bx img {
	width:100%;
	height:auto;
	display:block;
 -webkit-transition:.5s ease;
 -moz-transition:.5s ease;
 transition:.5s ease
}
.inn-servs-section .inn-serv-detai-sec .txt-bx:hover img {
	width:100%;
	height:auto;
	display:block;
	-webkit-transform:scale(1.09, 1.09);
	-moz-transform:scale(1.09, 1.09);
	transform:scale(1.09, 1.09)
}
.inn-servs-section .alignright {
	float:right;
	width:45%;
	background: #fff;
    border: 1px solid #dfdfdf;
    padding: 10px;
    border-radius: 10px;
	margin:0 0 0 50px;
}
.inn-faqs-section {
	position:relative;
	padding:40px 0;
	border-top: 1px solid #dfdfdf;
}
.inn-faqs-section h3 {
	position:relative;
	color: #000;
	font-size: 20px;
	font-weight:600;
	line-height:30px;
	letter-spacing:1px;
	padding:0 0 5px;
	margin:0 0 10px;
	text-align:center;
}
.inn-faqs-section h3::before {
 content: '';
 position: absolute;
 bottom:-5px;
 left: 0;
 right:0;
 height: 5px;
 width: 100px;
 background:#0369fc;
 margin:0 auto;
}
.inn-faqs-section h4 {
	color: #000;
	font-size: 20px;
	font-weight:600;
	line-height:30px;
	letter-spacing:0.5px;
	padding:10px 0;
	margin:0;
}
.inn-faqs-section p {
	color: #000;
	font-size:15px;
	font-weight:normal;
	line-height:24px;
	letter-spacing:1px;
	margin:0;
	padding:0;
}
.inn-faqs-section ul {
	margin:0 0 0 20px;
}
.inn-faqs-section ul li {
	color: #000;
	font-size:15px;
	font-weight:normal;
	line-height:24px;
	letter-spacing:0.5px;
	margin:0;
	padding:5px 0;
}
.inn-faqs-section ul li a {
	color: #000;
	text-decoration:none;
}
.inn-faqs-section h5.panel-title {
	position:relative;
	color: #000;
	font-size: 18px;
	font-weight:600;
	line-height:30px;
	letter-spacing:0.5px;
	margin:15px 0;
	background: #f4f4f4;
	border-radius:6px;
	border: 1px solid #dfdfdf;
}
.inn-faqs-section h5.panel-title a {
	display:block;
	color: #000;
	font-size: 18px;
	font-weight:600;
	line-height:30px;
	letter-spacing:0.5px;
	padding:10px 20px;
	text-decoration:none;
}
.inn-faqs-section h5.panel-title a:hover {
	text-decoration:none;
}
.inn-faqs-section h5.panel-title a::after {
 content: "\2212";
 position:absolute;
 right:15px;
 top:10px;
 width: 26px;
 height: 26px;
 color: #000;
 font-size: 40px;
 font-weight: 600;
 line-height: 26px;
 text-align: center;
}
.inn-faqs-section h5.panel-title a.collapsed:after {
	content: "\002B";
	line-height: 26px;
}
.inn-faqs-section .panel-body {
	padding:10px 20px;
}

/****** INNER PAGES CSS ******/
.inn-cont-section {
	padding:40px 0;
	position:relative;
}
.inn-cont-section h1 {
	position:relative;
	color: #000;
	font-size: 24px;
	font-weight:600;
	line-height:30px;
	letter-spacing:1px;
	padding:0 0 5px;
	margin:0 0 10px;
}
.inn-cont-section h1::before {
 content: '';
 position: absolute;
 bottom:-5px;
 left: 0;
 height: 5px;
 width: 100px;
 background:#0369fc;
}
.inn-cont-section h2 {
	display:block;
	font-size: 20px;
	color: #000;
	font-weight:600;
	line-height:30px;
	padding:0;
	margin:10px 0 0;
}
.inn-cont-section p {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.inn-cont-section ul {
	margin: 0 0 0 20px;
}
.inn-cont-section li {
	color: #000;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 5px 0;
    margin: 0;
}
.inn-cont-section li a {
	color: #000;
	text-decoration:none;
}
.inn-cont-section .alignright {
	float:right;
	width:45%;
	background: #fff;
    border: 1px solid #dfdfdf;
    padding: 10px;
    border-radius: 10px;
	margin:0 0 0 50px;
}
/****** INNER CITY PAGES CSS ******/
.inn-cty-section {
	padding:40px 0;
	position:relative;
}
.inn-cty-section h1 {
	position:relative;
	color: #000;
	font-size: 24px;
	font-weight:600;
	line-height:30px;
	letter-spacing:1px;
	padding:0 0 5px;
	margin:0 0 10px;
}
.inn-cty-section h1::before {
 content: '';
 position: absolute;
 bottom:-5px;
 left: 0;
 height: 5px;
 width: 100px;
 background:#0369fc;
}
.inn-cty-section h2 {
	display:block;
	font-size: 20px;
	color: #000;
	font-weight:600;
	line-height:30px;
	padding:0;
	margin:10px 0 0;
}
.inn-cty-section p {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.inn-cty-section ul {
	margin: 0 0 0 20px;
}
.inn-cty-section li {
	color: #000;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 5px 0;
    margin: 0;
}
.inn-cty-section li a {
	color: #000;
	text-decoration:none;
}
.inn-cty-section .ulList-bx {
	width:100%;
}
.inn-cty-section .ulList-bx ul {
	list-style:none;
	margin: 0;
	display:inline-block;
}
.inn-cty-section .ulList-bx li {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
	border-bottom:1px solid #e1e1e1;
}
.inn-cty-section .ulList-bx li a {
	color: #000;
	text-decoration:none;
}
.inn-cty-section .alignright {
	float:right;
	width:40%;
	background: #fff;
    border: 1px solid #dfdfdf;
    padding: 10px;
    border-radius: 10px;
	margin:0 0 0 50px;
}
.inn-city-cnt-section {
	position:relative;
	padding:0 0 30px;
}
.inn-city-cnt-section h2 {
	position:relative;
	color: #000;
	font-size: 20px;
	font-weight:600;
	line-height:30px;
	letter-spacing:1px;
	padding:0 0 5px;
	margin:0 0 10px;
}
.inn-city-cnt-section h2::before {
 content: '';
 position: absolute;
 bottom:-5px;
 left: 0;
 height: 5px;
 width: 100px;
 background:#0369fc;
}
.inn-city-cnt-section h3 {
	position:relative;
	color: #000;
	font-size: 20px;
	font-weight:600;
	line-height:30px;
	letter-spacing:1px;
	padding:0 0 5px;
	margin:0 0 10px;
}
.inn-city-cnt-section h3::before {
 content: '';
 position: absolute;
 bottom:-5px;
 left: 0;
 height: 5px;
 width: 100px;
 background:#0369fc;
}
.inn-city-cnt-section h4 {
	display:block;
	font-size: 20px;
	color: #000;
	font-weight:600;
	line-height:30px;
	padding:0;
	margin:10px 0;
}
.inn-city-cnt-section h5 {
	display:block;
	font-size: 18px;
	color: #000;
	font-weight:600;
	line-height:28px;
	padding:0;
	margin:10px 0;
}
.inn-city-cnt-section p {
	font-size:15px;
	color: #000;
	font-weight:400;
	line-height:24px;
	margin:0;
	padding:10px 0;
}
.inn-city-cnt-section p a {
	color: #000;
	text-decoration:none;
}
.inn-city-cnt-section p a:hover {
	color: #000;
}
.inn-city-cnt-section ul {
	margin:0 0 0 30px;
	padding:0;
}
.inn-city-cnt-section ul li {
	font-size:15px;
	color: #000;
	font-weight:400;
	line-height:24px;
	margin:0;
	padding:5px 0;
}
.inn-city-cnt-section img {
	width:100%;
	background: #fff;
    border: 1px solid #dfdfdf;
    padding: 10px;
    border-radius: 10px;
}
.inn-city-cnt-section .alignright {
	width:100%;
	background: #fff;
    border: 1px solid #dfdfdf;
    padding: 10px;
    border-radius: 10px;
}
.inn-city-cnt-section .alignleft {
	width:100%;
	background: #fff;
    border: 1px solid #dfdfdf;
    padding: 10px;
    border-radius: 10px;
}
/****** INNER GALLERY PAGES CSS ******/
.inn-galry-section {
	padding:40px 0;
	position:relative;
}
.inn-galry-section h1 {
	position:relative;
	color: #000;
	font-size: 24px;
	font-weight:600;
	line-height:30px;
	letter-spacing:1px;
	padding:0 0 5px;
	margin:0 0 10px;
}
.inn-galry-section h1::before {
 content: '';
 position: absolute;
 bottom:-5px;
 left: 0;
 height: 5px;
 width: 100px;
 background:#0369fc;
}
.inn-galry-section p {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
/****** INNER CONTACT PAGES CSS ******/
.inn-contact-us-section {
	padding:40px 0;
	position:relative;
}
.inn-contact-us-section h1 {
	position:relative;
	color: #000;
	font-size: 24px;
	font-weight:600;
	line-height:30px;
	letter-spacing:1px;
	padding:0 0 5px;
	margin:0 0 10px;
}
.inn-contact-us-section h1::before {
 content: '';
 position: absolute;
 bottom:-5px;
 left: 0;
 height: 5px;
 width: 100px;
 background:#0369fc;
}
.inn-contact-us-section p {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}
.inn-contact-us-section .inq-form {
	position:relative;
	margin:20px 0;
	width:90%;
}
.inn-contact-us-section .inq-form input[type=text] {
	float:left;
	width: 100%;
	font-family: 'Aileron';
	font-size: 15px;
	color: #161616;
	font-weight:500;
	line-height: 20px;
	padding: 15px;
	margin: 10px 0;
	background: #fff;
	border: none;
	border-radius: 4px;
	box-shadow:0 0 5px rgb(0 0 0 / 20%);
}
.inn-contact-us-section .inq-form input[type=text]:placeholder {
 color: #ddd;
}
.inn-contact-us-section .inq-form textarea {
	float:left;
	width: 100%;
	height:150px;
	font-family: 'Aileron';
	font-size: 15px;
	color: #000;
	font-weight:500;
	line-height: 20px;
	padding:15px;
	margin: 5px 0 15px;
	background: #fff;
	border: none;
	border-radius: 4px;
	box-shadow:0 0 5px rgb(0 0 0 / 20%);
}
.inn-contact-us-section .inq-form .submit-btn {
	border-radius: 4px;
}
.inn-contact-us-section .contact-addr {
	background: #f9f9f9;
	padding: 20px 30px;
	float: left;
	width: 100%;
	border-radius: 4px;
	box-shadow:0 0 5px rgb(0 0 0 / 10%);
}
.inn-contact-us-section .contact-addr h4 {
	position: relative;
	display: block;
	color: #000;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	padding: 0;
	margin-bottom: 10px;
}
.inn-contact-us-section .contact-addr h4::before {
 content: '';
 position: absolute;
 bottom: -5px;
 left: 0;
 height: 3px;
 width: 50px;
 background: #fec52e;
}
.inn-contact-us-section .contact-addr p {
	color: #000;
	font-size:18px;
	font-weight:600;
	line-height:30px;
	padding:10px 0;
	margin:0;
}
.inn-contact-us-section .adr {
	float:left;
	width: 100%;
	color: #000;
	font-size:18px;
	font-weight:600;
	line-height:30px;
	padding:0 0 10px;
	margin:5px 0;
	border-bottom: 1px solid #ddd;
}
.inn-contact-us-section .adr img {
	float:left;
	margin:8px 5px 20px 0;
}
.inn-contact-us-section .phn {
	float:left;
	width: 100%;
	color: #000;
	font-size:18px;
	font-weight:600;
	line-height:30px;
	padding:0 0 10px;
	margin:5px 0;
	border-bottom: 1px solid #ddd;
}
.inn-contact-us-section .phn img {
	float:left;
	margin:8px 5px 0 0;
}
.inn-contact-us-section .phn a {
	color: #000;
	text-decoration: none;
 transition: all .3s ease 0s;
}
.inn-contact-us-section .phn a:hover {
	color: #000;
}
.inn-contact-us-section .flws {
	float:left;
	width: 100%;
	padding:0;
	margin:5px 0;
}
.inn-contact-us-section .flws img {
	float:left;
	margin:5px;
}
.inn-contact-us-section .mps {
	float:left;
	width: 100%;
	padding:0;
	margin:5px 0;
}
.inn-contact-us-section .mps iframe {
	width: 100%;
	height:250px;
	border:none;
}
/*** BLOG PAGE ****/
.inner-blog-banner-section {
	position: relative;
	width: 100%;
}
.inner-blog-banner-section img {
	width: 100%;
	height:auto;
}
.inner-post-section {
	position:relative;
	padding:30px 0 0;
}
.inner-post-section h1 {
	display: block;
	font-size: 24px;
	color: #000;
	font-weight: 600;
	line-height: 30px;
	padding: 0 0 5px;
	margin: 0 0 10px;
	text-align:left;
}
.inner-post-section h1 a {
	color: #000;
	text-decoration:none;
}
.inner-post-section h1 a:hover {
	color: #000;
	text-decoration:none;
}
.inner-post-section h2 {
	display: block;
	font-size: 24px;
	color: #000;
	font-weight: 600;
	line-height: 30px;
	padding: 0 0 5px;
	margin: 0 0 10px;
}
.inner-post-section h2 a {
	color: #000;
	text-decoration:none;
}
.inner-post-section h2 a:hover {
	color: #000;
	text-decoration:none;
}
.inner-post-section h3 {
	position:relative;
	display:block;
	font-size: 22px;
	color: #000;
	font-weight:600;
	line-height:30px;
	padding:0 0 5px;
	margin:0 0 10px;
}
.inner-post-section h3::before {
 content: '';
 position: absolute;
 bottom:-5px;
 left: 0;
 height: 5px;
 width: 100px;
 background:#0369fc;
}
.inner-post-section h4 {
	position:relative;
	display:block;
	font-size: 22px;
	color: #000;
	font-weight:600;
	line-height:30px;
	padding:0 0 5px;
	margin:0 0 10px;
}
.inner-post-section h4::before {
 content: '';
 position: absolute;
 bottom:-5px;
 left: 0;
 height: 5px;
 width: 100px;
 background:#0369fc;
}
.inner-post-section .lft-clm {
	float: left;
	width: 95%;
}
.inner-post-section .lft-clm .pst-bx {
	float: left;
	width: 100%;
	border-bottom: 1px solid #d4d4d4;
	margin: 0 0 40px;
	padding: 0 0 20px;
}
.inner-post-section .lft-clm .pst-bx img {
	width: 302px;
	height: auto;
	margin: 0 30px 10px 0;
	float: left;
	border:1px solid #eee;
}
.inner-post-section .lft-clm p {
	font-size:14px;
	color: #000;
	font-weight:400;
	line-height:24px;
	margin:0;
	padding:10px 0;
}
.inner-post-section .lft-clm p strong {
	font-size: 16px;
}
.inner-post-section .lft-clm p a {
	color: #000;
	text-decoration:none;
}
.inner-post-section .lft-clm ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.inner-post-section .lft-clm ul li {
	position:relative;
	font-size:14px;
	color: #000;
	font-weight:400;
	line-height:24px;
	padding: 10px 0 10px 20px;
	margin: 0;
}
.inner-post-section .lft-clm ul li a {
	color: #000;
	text-decoration:none;
}
.inner-post-section .lft-clm ul li:before {
	content:'';
	position:absolute;
	left:0;
	top:18px;
	width:8px;
	height:8px;
	background:#e14d97;
	border-radius:20px;
}
.inner-post-section .lft-clm .ent-date {
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	text-decoration: none;
	padding: 5px 0;
}
.inner-post-section .lft-clm .pst-bx .more-link {
	float: right;
	font-size: 15px;
	color: #4d4d4d;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
	margin: 0;
	padding: 8px 16px;
	border-radius: 4px;
	border: 2px solid #4d4d4d;
}
.inner-post-section .quick-form-section {
	position:relative;
}
.inner-post-section .quick-form-section input[type=text] {
	width:100%;
	font-size:14px;
	color: #000;
	font-weight:normal;
	line-height:18px;
	padding:10px;
	margin:5px 0;
	background:#fff;
	border:2px solid #4d4d4d;
	border-radius:6px;
}
.inner-post-section .quick-form-section input[type=text]:placeholder {
 color: #000;
}
.inner-post-section .quick-form-section textarea {
	width:100%;
	height:110px;
	font-size:14px;
	color: #000;
	font-weight:normal;
	line-height:18px;
	padding:10px;
	margin:5px 0;
	background:#fff;
	border:2px solid #4d4d4d;
	border-radius:6px;
}
.inner-post-section .quick-form-section textarea:placeholder {
 color: #000;
}
.inner-post-section .quick-form-section .send-btn {
	text-align:center;
	width:139px;
	border-radius:6px;
}
.inner-post-section .rcnt-pst-clm {
	position:relative;
}
.inner-post-section .rcnt-pst-clm ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.inner-post-section .rcnt-pst-clm ul li {
	position:relative;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0 10px 20px;
	margin: 0;
}
.inner-post-section .rcnt-pst-clm ul li:before {
	content:'';
	position:absolute;
	left:0;
	top:18px;
	width:8px;
	height:8px;
	background:#0369fc;
	border-radius:20px;
}
.inner-post-section .rcnt-pst-clm ul li a {
	display: block;
	color: #000;
}
.inner-post-section .rcnt-pst-clm ul li a:hover {
	color: #000;
}
.inner-post-section .cat-pst-clm {
	margin: 50px 0 0;
}
.inner-post-section .cat-pst-clm ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.inner-post-section .cat-pst-clm ul li {
	position: relative;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0 10px 20px;
	margin: 0;
}
.inner-post-section .cat-pst-clm ul li:before {
	content:'';
	position:absolute;
	left:0;
	top:18px;
	width:8px;
	height:8px;
	background:#0369fc;
	border-radius:20px;
}
.inner-post-section .cat-pst-clm ul li a {
	display: block;
	color: #000;
}
.inner-post-section .cat-pst-clm ul li a:hover {
	color: #000;
}
.inner-post-section .post-meta-single-top {
	display:none;
}
.inner-post-section .featured-media-inner img {
	width:55%;
	height:auto;
	float:left;
	margin:10px 20px 10px 0;
	border:1px solid #eee;
}
.inner-post-section hr.post-separator {
	display:none;
}
.inner-post-section .entry-categories-inner {
	display:none;
}
.inner-post-section .pagination-single a {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	line-height: 24px;
	text-decoration:none;
}
.inner-post-section .pagination-single .next-post {
	float:right;
}
.inner-post-section .pagination-single .next-post .arrow {
	float:right;
	padding-left:5px;
}
.inner-post-section .comments-wrapper {
	display:none!important;
}
.inner-post-section .navigation {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 20px;
}
.inn-thanks-section {
	padding:40px 0;
	position:relative;
}
.inn-thanks-section h1 {
	position:relative;
	color: #000;
	font-size: 24px;
	font-weight:600;
	line-height:30px;
	letter-spacing:1px;
	padding:0 0 5px;
	margin:0 0 10px;
}
.inn-thanks-section h1::before {
 content: '';
 position: absolute;
 bottom:-5px;
 left: 0;
 height: 5px;
 width: 100px;
 background:#0369fc;
}
.inn-thanks-section p {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0.5px;
	padding: 10px 0;
	margin: 0;
}