<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import url('https://fonts.googleapis.com/css?family=Ubuntu');*/
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&amp;display=swap');

/*font-family: 'Shadows Into Light', cursive;*/
/*font-family: 'Poppins', sans-serif !important;*/

/*body {*/
/*	font-family: 'Ubuntu', sans-serif !important;*/
/*}*/
body {
	font-family: 'Open Sans', sans-serif !important;
}
html {
	scroll-behavior: smooth;
}
a, a:hover {
    text-decoration: none;
    outline: none;
}
button, button:hover, button:focus {
    outline: none !important;
}
.header-menu {
	line-height: 80px;
}
.header-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: flex-end;
}
.header-menu ul li {
	float: left;
	white-space: nowrap;
	-webkit-transition: background .2s;
	transition: background .2s;
	display: inline-block;
	padding: 30px 15px;
	line-height: 0;
	transition: 0.5s;
}
.header-menu ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	padding: 0px;
	position: relative;
	outline: 0;
	text-decoration: none;
}
.header-menu ul li a::before {
	background-color: #fff !important;
	content: '';
	bottom: -5px;
	height: 1px;
	width: 1%;
	opacity: 0;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	position: absolute;
}
.header-menu ul li:hover a::before {
	width: 100%;
	opacity: 1;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.header-logo span {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	font-family: 'Libre Baskerville', serif;
	transition: 0.5s;
}
.header-logo a {
    text-decoration: none;
}
.scrolled .header-logo span {
    color: #000;
    transition: 0.5s;
}
.header-logo {
	line-height: 80px;
	transition: 0.5s;
}
.header-logo img {
	width: auto;
	height: 70px;
	transition: 0.5s;
}
.below-space {
	padding-top: 83px;
}
.main-header {
	background: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: 0.5s;
	z-index: 999;
}
.activebg .main-header {
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
	transition: 0.5s;
	background: #fff;
}
.signin-bg {
	background: url(../images/form-layout.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}
.signin-form-section {
	max-width: 50%;
	margin: 0 auto;
	width: 100%;
	padding: 50px 0px;
}
.signin-logo img {
	height: 70px;
}
.signin-logo {
	text-align: center;
	padding-top: 70px;
}
.signin-form {
	margin-top: 20px !important;
	background: #fff;
	max-width: 60%;
	margin: 0 auto;
	margin-bottom: 20px !important;
	border-radius: 3px;
	position: relative;
}
.signin-title {
	padding: 40px 20px 30px 20px;
	text-align: center;
}
.signin-title span {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
}
.signin-display {
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.signin-face {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
.signin-face img {
	width: 100%
}
.signin-fields {
	padding: 0px 60px 0px 60px;
}
.signin-fields input {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 40px;
	padding: 3px 15px;
	margin-bottom: 20px;
}
.signin-fields label {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.signin-forgot-pwd {
	padding: 0px 60px 40px 60px;
	text-align: right;
}
.signin-forgot-pwd span a {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #555;
	text-decoration: underline;
}
.signin-button button {
	width: 100%;
	height: 45px;
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	background: #d41b23;
	cursor: pointer;
	border-radius: 0px 0px 3px 3px;
}
.signin-have-acc {
	text-align: center;
}
.signin-have-acc span {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	word-spacing: 1px;
}
.signin-have-acc span a {
	color: #d41b23;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: underline;
}

.signup-bg {
	background: url(../images/coffee-laptop-background.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}
.signup-form-section {
	max-width: 60%;
	margin: 0 auto;
	width: 100%;
	padding: 70px 0px;
}
.signup-logo img {
	height: 70px;
}
.signup-logo {
	text-align: center;
	padding-top: 30px;
}
.signup-form {
	background: #000;
	border-radius: 0px 3px 3px 0px;
	height: 100%;
}
.signup-title {
	padding: 40px 20px 30px 20px;
	text-align: center;
}
.signup-title span {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}
.signup-display {
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	z-index: 999;
}
.signup-face {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
.signup-face img {
	width: 100%
}
.signup-fields {
	padding: 0px 60px 0px 60px;
	min-height: 343px;
}
.signup-fields input {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 40px;
	padding: 3px 15px;
	margin-bottom: 20px;
}
.signup-fields label {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 5px;
	color: #fff;
}
.signup-terms {
	padding: 0px 0px 40px 0px;
	text-align: left;
}
.signup-terms input {
    margin-right: 5px;
}
.signup-terms label {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #fff;
	margin-bottom: 0px;
}
.signup-button button {
	width: 100%;
	height: 45px;
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	background: #d41b23;
	cursor: pointer;
	border-radius: 0px 0px 3px 0px;
}
.signup-have-acc {
	text-align: center;
	margin-top: 20px;
}
.signup-have-acc span {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	word-spacing: 1px;
}
.signup-have-acc span a {
	color: #d41b23;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: underline;
}
.signup-form.tabcontent {
  display: none;
}
.for-display-icon {
    position: relative;
}
.signup-user-section {
	height: 100%;
	background: #fff;
	border-radius: 3px 0px 0px 3px;
	padding: 50px 50px 50px 50px;
}
.signup-user-info {
	text-align: center;
	margin: 30px 0px;
}
.signup-user-info span {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
}
.signup-user-button {
	text-align: center;
}
.signup-user-button button {
	width: 70%;
	height: 40px;
	border: 5px solid transparent;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	background: #d41b23;
	cursor: pointer;
	border-radius: 3px;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
	transition: 0.5s;
}
.signup-user-button button.active {
	background: #fff;
	color: #d41b23;
	border-top: 5px solid #d41b23 !important;
	transition: 0.5s;
	border: 1px solid #d41b23;
}


@media (max-width: 768px){
.signin-form-section {
	max-width: 100%;
}
.signin-logo img {
	height: 50px;
}
.signin-form {
	max-width: 100%;
}
.signin-fields {
	padding: 0px 30px 0px 30px;
}
.signin-forgot-pwd {
	padding: 0px 30px 40px 30px;
}
.signup-form-section {
	max-width: 100%;
}
.signup-logo img {
	height: 50px;
}
.signup-fields {
	padding: 0px 30px 0px 30px;
}
.signup-terms {
	padding: 0px 30px 40px 30px;
}

}


@media (min-width: 768px){
.right-padding {
    padding-right: 0px !important;    
}
.left-padding {
    padding-left: 0px !important;    
}
.signin-bg {
	height: 100vh;
	overflow-y: scroll;
}
.signup-bg {
	height: 100vh;
	overflow-y: scroll;
}
}


@media (max-width: 1200px){
.signin-form {
	max-width: 100%;
}
}


@media (max-width: 992px){
.signup-form-section {
	max-width: 100%;
}
}


@media (min-width: 992px) and (max-width: 1200px){
.signup-form-section {
	max-width: 80%;
}
}


@media (max-width: 767px){
.signup-user-section {
	padding: 50px 0px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}
.signup-button button {
	border-radius: 0px 0px 3px 3px;
}
.signup-form {
	border-radius: 0px 0px 3px 3px;
}
.signup-user-button button {
	width: 50%;
	float: left;
	margin-bottom: 0px;
	border-radius: 0px;
	font-size: 14px;
}
.signup-user-button br {
	display: none;
}
.signup-logo {
	padding-top: 10px;
}
.signup-display {
	width: 70px;
	height: 70px;
}
.signin-display {
	width: 70px;
	height: 70px;
}
.signin-face {
	width: 45px;
	height: 45px;
}
.signin-title span {
	font-size: 16px;
}
.signup-title span {
	font-size: 16px;
}
}

/*.container-fluid.about-who-section {
	background: url("../images/skin1-img6.jpg");
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}*/
/*.main-front-bg {*/
/*	background-image: url("../images/366101.jpg");*/
/*	height: 100vh;*/
/*	background-position: center;*/
/*	background-size: 100%;*/
/*	background-repeat: no-repeat;*/
/*	width: 100%;*/
/*	position: relative;*/
/*}*/
/*.main-front-bg::before {
	content: "";
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(0deg,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 100%);
    height: 50%;
}*/
/*.main-front-bg::before {*/
/*	content: "";*/
/*	background-image: url("../images/front-bg.png");*/
/*	top: 0;*/
/*	right: 0;*/
/*	height: 100%;*/
/*	background-position: top right;*/
/*	background-size: 80%;*/
/*	background-repeat: no-repeat;*/
/*	position: absolute;*/
/*	width: 100%;*/
/*}*/
.main-front-bg {
	overflow: hidden;
	position: relative;
}
.main-front-area {
	background-image: url("../images/home_slider_image1.jpg");
	background-size: 110%;
	background-position: 0% 80%;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-animation: kenburns 40s infinite;
	animation: kenburns 40s infinite;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
@-webkit-keyframes kenburns
{
	0% 
	{
		-webkit-transform:scale(1.2);
		transform:scale(1.2)
	}
	50%
	{
		-webkit-transform:scale(1);
		transform:scale(1)
	}
	100%
	{
		-webkit-transform:scale(1.2);
		transform:scale(1.2)
	}
}
@keyframes kenburns
{
	0%
	{
		-webkit-transform:scale(1.2);
		transform:scale(1.2)
	}
	50%
	{
		-webkit-transform:scale(1);
		transform:scale(1)
	}
	100%
	{
		-webkit-transform:scale(1.2);
		transform:scale(1.2)
	}
}
.main-front-bg {
	position: relative;
}
/*.slider-section {*/
	/* padding: 220px 0px 300px 0px; */
/*	height: 100vh;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	padding-top: 50px;*/
/*}*/
.slider-section {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	top: 0;
	height: 100vh;
	background: rgba(0,0,0,0.3);
	justify-content: center;
	align-items: center;
	display: flex;
}
.banner-over-img img {
	width: 100%;
}
.banner-field-title span {
	font-size: 50px;
	line-height: 60px;
	font-weight: 400;
	color: #000;
}
.banner-field-title {
	margin-bottom: 30px;
}
.banner-field-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}
.banner-field-box ul li {
	display: inline-block;
}
.keywords {
	position: relative;
	padding-right: 10px;
}
.keywords input {
	width: 100%;
	border: 1px solid #ccc;
	height: 60px;
	padding: 15px 10px 15px 60px;
	color: #000;
	font-size: 18px;
	letter-spacing: 0.5px;
}
.keywords .keyword-icon {
	position: absolute;
	left: 0;
	height: 60px;
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
}
.keyword-icon i {
	font-size: 20px;
}
.regions {
	position: relative;
	padding-right: 10px;
}
.regions select {
	width: 100%;
	border: 1px solid #ccc;
	height: 60px;
	padding: 15px 10px 15px 50px;
	color: #000;
	font-size: 18px;
	letter-spacing: 0.5px;
	text-align: left;
}
.regions .region-icon {
	position: absolute;
	left: 0;
	height: 60px;
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
}
.regions-icon i {
	font-size: 20px;
}
.search {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #5eb6ff;
	cursor: pointer;
}
.search i {
	font-size: 20px;
	color: #fff;
}
.banner-field-box {
	margin-bottom: 25px;
}
.banner-offer span {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #000;
}
.welcome-img img {
    width: 100%;
}
.about-section {
	padding: 132px 0px 30px 0px;
	margin-top: -32px;
}
.welcome-section {
	text-align: center;
	padding: 50px 0px;
}
.welcome-title span {
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #000;
}
.welcome-title {
	margin-bottom: 5px;
}
.welcome-sub-tile span {
	font-size: 16px;
	color: #9a9a9a;
	letter-spacing: 0.5px;
}
.welcome-sub-tile {
	margin-bottom: 50px;
}
.welcome-single-box {
	text-align: center;
	padding: 25px 15px;
	border-radius: 3px;
	transition: 0.5s;
	background: #fff;
	margin-bottom: 15px;
}
.welcome-single-box:hover {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	transition: 0.5s;
}
.welcome-box-img img {
	height: 60px;
}
.welcome-box-img {
	margin-bottom: 10px;
}
.welcome-single-info span {
	font-size: 18px;
	font-weight: 500;
	color: #000;
}
.about-banner-img {
	padding: 0px;
}
.about-banner-img img {
	width: 100%;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
}
.about-text-section {
	padding: 0px;
}
.about-title1 span {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #555;
}
.about-title2 {
	text-align: center;
	margin-top: 10px;
}
.about-title2 span {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #555;
}
.about-title2 span font {
	color: #555;
}
.about-title-section {
	padding-bottom: 20px;
	position: relative;
}
.about-title-section::before {
	position: absolute;
	content: "";
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #1087eb;
	left: 0;
}
.about-title-section {
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 30px;
}
.about-info-section span {
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #888888;
	font-weight: 300;
	line-height: 28px;
	word-spacing: 0.5px;
}
.after-slider-inner .slider-info-section span {
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,1);
}
.after-slider-inner .about-title2 span {
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,1);
	font-weight: 600;
}
.about-info-section span br {
	margin-bottom: 10px;
}
.about-info-section {
	margin-bottom: 20px;
	text-align: justify;
}
.about-after-info span {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
	word-spacing: 2px;
	line-height: 30px;
}
.about-after-info {
	margin-bottom: 40px;
}
.about-more button {
	height: 50px;
    border: none;
    background: #1087eb;
    padding: 10px 40px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 2px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.capabilities-section {
	padding: 100px 0px;
	background: url("../images/skin1-img6.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.capabilities-title {
	text-align: center;
	margin-bottom: 0px;
	margin-top: 20px;
}
.capabilities-title span {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #000;
}
.capabilities-single-img {
	width: 160px;
	height: 160px;
	justify-content: center;
	display: flex;
	align-items: center;
	margin: 0 auto;
	border-radius: 50%;
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.3);
}
.capabilities-single-img .cap-img {
	width: 135px;
	height: 135px;
	border-radius: 50%;
	border: 1px solid #1087eb;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.cap-img img {
	height: 90px;
}
.capabilities-single-img .cap-img::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
	border: 2px solid transparent;
	transition: 0.5s;
}
.capabilities-single:hover .cap-img::before {
	border: 2px solid #1087eb;
}
.capability-single-title-section {
	margin-top: 20px;
	text-align: center;
	padding: 0px;
}
.capability-single-text {
	margin-top: 5px;
}
.capability-single-title a {
	text-decoration: none;
}
.capability-single-title a span:hover {
	color: #1087eb;
}
.capability-single-title span {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	transition: 0.5s;
	letter-spacing: 0.5px;
}
.capability-single-title a {
	text-decoration: none;
	transition: 0.5s;
}
.capability-single-title a:hover {
	color: blue;
	transition: 0.5s;
}
.capability-single-text span {
	color: #9a9a9a;
	font-size: 15px;
	font-weight: 300;
}
.capability-single-title-section button {
	height: 50px;
	border: none;
	background: #fff;
	padding: 10px 30px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #1087eb;
	border: 2px solid #1087eb;
	cursor: pointer;
}
.recent-jobs-section {
	background: #f3f4f9;
	padding: 80px 0px;
}
.recent-jobs-title {
	text-align: center;
	margin-bottom: 50px;
}
.recent-jobs-title span {
	font-size: 35px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #000;
}
.recent-job-list table {
	width: 100%;
}
.recent-job-list tr {
	height: 100px;
	border-bottom: 1px solid #d6d6d6;
	transition: 0.5s;
}
.recent-job-list span {
	font-size: 15px;
	font-weight: 300;
	color: #444;
	letter-spacing: 0.5px;
}
.job-title span {
	font-size: 16px !important;
	color: #000;
	font-weight: 600;
}
.job-sub-title span {
	color: #9a9a9a;
}
.time-hour {
	display: inline-block;
	padding: 20px;
	border-right: 1px solid #d6d6d6;
}
.recent-job-list th {
	padding: 15px;
}
.jobs-img img {
	height: 45px;
}
.recent-job-list i {
	color: #1087eb;
	margin-right: 5px;
}
.full-time span {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #1087eb;
	padding: 2px 5px;
}
.part-time span {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #ca5217;
	padding: 2px 5px;
}
.freelance span {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #7959b6;
	padding: 2px 5px;
}
.recent-job-list tr:hover {
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
	transition: 0.5s;
	background: #f3f4f9;
}
.recent-job-list {
	margin-bottom: 50px;
}
.more-jobs {
	text-align: center;
}
.more-jobs button {
	height: 55px;
	border: none;
	background: transparent;
	padding: 10px 30px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #1087eb;
	border: 2px solid #1087eb;
	cursor: pointer;
}
.container-fluid.plans-section {
	background: url("../images/skin1-img6.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 80px 0px;
}
.plans-title-section {
	text-align: center;
}
.plan-title span {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #555;
}
.plan-below-title span {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #000;
}
.plan-info {
	margin: 10px 0px 60px 0px;
	text-align: center;
}
.plan-info span {
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #888888;
	font-weight: 300;
	line-height: 30px;
	word-spacing: 2px;
}
.plan-info span a {
	color: #888;
}
.plan-info span i {
	font-size: 6px;
	color: #888;
	display: inline-block;
	top: -2px;
	position: relative;
}
.single-plan-section {
	text-align: center;
	padding: 20px;
	border-radius: 5px;
	transition: 0.5s;
}
.single-plan-title span {
	font-size: 30px;
	font-weight: 600;
	color: #000;
	letter-spacing: 0.5px;
}
.single-plan-title {
	margin-bottom: 20px;
}
.single-plan-below-title span {
	font-size: 18px;
	color: #54595f;
	letter-spacing: 0.5px;
	word-spacing: 1px;
}
.single-plan-below-title {
	margin-bottom: 20px;
}
.single-plan-price span {
	color: #1087eb;
	font-size: 16px;
}
.single-plan-price strong {
	font-size: 30px;
	font-family: "Roboto", Sans-serif;
	font-weight: 600;
	text-shadow: 0px 1px;
	margin-right: 2px;
}
.single-plan-price {
	margin-bottom: 20px;
}
.single-plan-below-info span {
	color: #54595f;
	font-size: 15px;
	letter-spacing: 0.5px;
	word-spacing: 1px;
}
.single-plan-below-info {
	margin-bottom: 30px;
}
.single-plan-start button {
	height: 50px;
	border: none;
	background: #1087eb;
	padding: 10px 40px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.plan-box-section {
	margin-top: 60px;
}
.single-plan-section:hover {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	transition: 0.5s;
}
.extabilished-section {
	background: url("../images/background-003.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0px;
	background-attachment: fixed;
}
.single-estabilished {
	text-align: center;
}
.single-estabilished-title span {
	font-size: 25px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	font-family: "Poppins", Sans-serif;
}
.single-estabilished-info span {
	color: #b3bbc1;
	letter-spacing: 1px;
	font-family: "Poppins", Sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}
.single-estabilished-info {
	margin-top: 5px;
}
.single-estabilished-title img {
	height: 40px;
	margin-bottom: 10px;
}
.team-section {
	padding: 70px 0px;
	background: #f3f4f9;
}
.team-title {
	text-align: center;
	margin-bottom: 50px;
}
.team-title span {
	font-size: 35px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #000;
}
.single-team-img img {
	width: 100%;
}
.single-team {
	background: #fff;
}
.single-team-info-section {
	padding: 20px 20px;
}
.single-team-name span {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.single-team-name {
	margin-bottom: 10px;
}
.single-team-location span {
	color: #9a9a9a;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.5px;
}
.single-team-location i {
	color: #1087eb;
	font-size: 14px;
	margin-right: 5px;
}
.single-team {
	background: #fff;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.2);
	transition: 0.5s;
}
.single-team:hover {
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
	transition: 0.5s;
	transform: translateY(-10px);
}
.team-section a:hover {
	text-decoration: none;
}
.blog-section {
	padding: 80px 00px 80px 00px !important;
}
.blog-title {
	text-align: center;
	margin-bottom: 50px;
}
.blog-title span {
	font-size: 35px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #000;
}
.blog-img-section img {
	width: 100%;
	border-radius: 15px;
	transition: 0.5s;
}
.blog-info-section {
	padding: 10px 10px;
}
.blog-single-title span {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.blog-single-title i {
	color: #fff;
	background: #052d47;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
}
.blog-single-title {
	margin-bottom: 15px;
}
.blog-time-section .blog-date {
	color: #052d47;
	font-size: 15px;
	font-style: italic;
	padding-right: 20px;
}
.blog-time-section .blog-post-by {
	font-size: 15px;
	font-style: italic;
	color: #888;
}
.blog-time-section {
	margin-bottom: 15px;
}
.blog-desc span {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.5px;
	word-spacing: 2px;
	line-height: 25px;
}
.single-blog:hover {
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
	transition: 0.5s;
}
.single-blog {
	border-radius: 15px;
	transition: 0.5s;
	margin-bottom: 30px;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 15px;
}
.blog-img-section {
	overflow: hidden;
	border-radius: 15px;
	margin-bottom: 10px;
}
.single-blog:hover .blog-img-section img {
	transform: scale(1.09);
	transition: 0.5s;
}
.blog-single-title a {
	color: #000;
	text-decoration: none;
	transition: 0.5s;
}
.blog-single-title a:hover {
	color: #1087eb;
	text-decoration: none;
	transition: 0.5s;
}
.blog-link-section {
	background: #1087eb;
	border-radius: 15px;
	padding: 60px 40px;
	text-align: center;
}
.blog-link-title span a {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-decoration: none;
}
.blog-link-title span a:hover {
	color: #fff;
	text-decoration: none;
}
.blog-link span a {
	color: #fff;
	font-size: 14px;
}
.blog-link span a i {
	font-size: 12px;
	margin-right: 5px;
}
.blog-link-title {
	margin-bottom: 10px;
}
.blog-social-media ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog-social-media ul li {
	display: inline-block;
	padding-right: 15px;
}
.blog-social-media {
	margin: 20px 0px;
}
.blog-social-media ul li a i {
	color: #1087eb;
	font-size: 16px;
}
.blog-view span a {
	font-size: 16px;
	color: #1087eb;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: underline;
}
.blog-view span a {
	color: #1087eb;
	text-decoration: underline;
}
.blog-link-section1 {
	background: #f8f8f8;
	padding: 40px 40px;
	text-align: center;
}
.blog-invert img {
	height: 60px;
}
.blog-invert {
	margin-bottom: 20px;
}
.blog-link-title span {
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-decoration: none;
}
.blog-link-post-name span {
	color: #888;
	font-size: 14px;
	letter-spacing: 1px;
}
.single-blog a:hover {
    text-decoration: none;
}
.container-fluid.footer-section {
	background-image: url("../images/background-004.jpg");
	padding: 60px 0px 0px 0px;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.footer-title span {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.footer-title {
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,.12);
	margin-bottom: 25px;
}
.quick-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.quick-links ul li a {
	color: #fff;
}
.quick-links ul li {
	padding: 0px 0px 15px 15px;
	position: relative;
}
.quick-links ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.5px;
	word-spacing: 1px;
}
.quick-links ul li a:hover {
	text-decoration: none;
}
.quick-links ul li a i {
	font-size: 16px;
	position: absolute;
	left: -5px;
	top: 5px;
}
.for-icon ul li a i {
	transform: rotate(-90deg);
}
.quick-links ul li a .fa-map-marker-alt {
	font-size: 14px;
}
.single-post-section {
	position: relative;
}
.post-date {
	text-align: center;
	line-height: 15px;
	position: absolute;
	left: 0;
	top: 50%;
	border-right: 1px solid rgba(255,255,255,.12);
	transform: translate(0%,-50%);
	padding: 0px 15px 0px 10px;
}
.post-date span {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
}
.post-date .post-date-time {
	font-size: 30px;
	line-height: 20px;
}
.single-post-section {
	position: relative;
	padding-left: 80px;
	margin-bottom: 20px;
	padding-right: 20px;
}
.post-info span {
	font-size: 14px;
	color: #fff;
}
.post-info a {
	color: #fff;
}
.post-info a:hover {
	color: #fff;
	text-decoration: none;
}
.main-header.scrolled {
	background: #fff;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
}
.scrolled .header-logo img {
	height: 50px;
	transition: 0.5s;
}
.scrolled .header-menu ul li a {
	color: #555;
}
.scrolled .header-menu ul li a::before {
	background-color: #1087eb !important;
}
.scrolled .header-logo {
	line-height: 60px;
	transition: 0.5s;
}
.scrolled .header-menu ul li {
	padding: 18px 15px;
	transition: 0.5s;
}
.close-btn-icon {
	top: 20px;
	right: 40px;
	color: #fff;
	width: 40px;
	height: 40px;
	position: absolute;
	cursor: pointer;
	z-index: 999;
}
.close-btn-icon div::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 100%;
	content: '';
	background: #fff;
	transition: .5s right cubic-bezier(.19,1,.22,1);
}
.close-btn-icon div:nth-child(2)::before {
	transition: .5s right cubic-bezier(.19,1,.22,1) .1s;
}
.close-btn-icon div {
	height: 3px;
	width: 37px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -18px;
	background-color: #fff;
}
.close-btn-icon div:nth-child(1) {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-btn-icon div:nth-child(2) {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.resend-otp {
	margin-bottom: 15px;
}
.resend-otp span {
	line-height: 30px;
	text-transform: capitalize;
	color: #fff;
}
.resend-otp .for-resend-otp {
	float: right;
	color: #d41b23;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
}
.signup-terms input {
	width: auto;
	height: auto;
}
.forgot-fields .resend-otp span {
	color: #000;
}
.forgot-fields .resend-otp .for-resend-otp {
	color: #d41b23;
}
.signin-forgot-pwd span {
	cursor: pointer;
}
.signin-forgot-pwd span:hover {
	text-decoration: underline;
}
.inner-page-title span {
	/*font-family: "Poppins", Sans-serif;*/
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -0.2px;
	text-shadow: 0px 2px 8px rgba(0,0,0,0.35);
	color: #fff;
}
.inner-page-info span {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.5px;
	word-spacing: 2px;
}
.inner-about-section {
	margin-top: 80px;
}
.plan-title {
	text-align: center;
	padding-bottom: 20px;
	position: relative;
}
.plan-title::before {
	position: absolute;
	content: "";
	bottom: 5px;
	width: 100px;
	height: 2px;
	background: #1087eb;
	left: 50%;
	transform: translate(-50%,-0%);
}
.collection-banner-img img {
	width: 100%;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
}
.collection-title1 span {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #555;
}
.collection-title2 {
	text-align: center;
}
.collection-title2 span {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #000;
}
.collection-title-section {
	padding-bottom: 20px;
	position: relative;
}
.collection-title-section::before {
	position: absolute;
	content: "";
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #1087eb;
	right: 0;
	z-index: 9;
}
.collection-title-section {
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 30px;
}
.collection-info-section span {
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #888888;
	font-weight: 300;
	line-height: 30px;
	word-spacing: 2px;
}
.collection-info-section {
	margin-bottom: 20px;
	text-align: justify;
}
.collection-after-info span {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
	word-spacing: 2px;
	line-height: 30px;
}
.collection-after-info {
	margin-bottom: 40px;
}
.collection-single-box {
	position: relative;
	padding-left: 55px;
}
.collection-single-title span {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 2px;
	color: #000;
}
.collection-single-info span {
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #888888;
	font-weight: 300;
	word-spacing: 2px;
}
.collection-single-title {
	margin-bottom: 5px;
}
.collection-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	text-align: center;
}
.collection-img img {
	width: 100%;
}
.collection-single-box {
	margin-top: 25px;
	margin-bottom: 10px;
}
.inner-collection-section {
	padding: 132px 0px 100px 0px;
	margin-top: -32px;
}
.ques-page-banner {
	background: url("../images/background-001.jpg");
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 0px;
	text-align: center;
	background-attachment: fixed;
}
.ques-page-title span {
	font-family: "Poppins", Sans-serif;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.5px;
	word-spacing: 2px;
	color: #fff;
}
.ques-page-info span {
	font-family: "Poppins", Sans-serif;
	font-size: 50px;
	font-weight: 500;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #fff;
}
.ques-page-text span {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
}
.ques-btn button {
	height: 55px;
	border: 2px solid #fff;
	background: transparent;
	padding: 10px 50px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #fff;
	border-radius: 30px;
	cursor: pointer;
}
.ques-btn {
	margin-top: 40px;
}
.ques-page-text {
	margin-top: 10px;
}
.contact-section {
	padding: 80px 0px;
}
.contact-title1 span {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #555;
}
.contact-title2 span {
	font-size: 35px;
	font-weight: 500;
	text-transform: capitalize;
	text-align: center;
	color: #555;
}
.contact-title2 span font {
	color: #555;
}
.contact-info-section span {
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #888888;
	font-weight: 300;
	line-height: 30px;
	word-spacing: 2px;
}
.contact-title-section {
	margin-bottom: 15px;
}
.contact-info-section {
	margin-bottom: 25px;
}
.contact-field input {
	background: #fff;
	height: 40px;
	width: 100%;
	border: 1px solid transparent;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 10px 15px;
	color: #000;
	transition: 0.2s;
}
.contact-field input:focus {
	border: 1px solid #ccc;
	transition: 0.2s;
}
.contact-field textarea {
	background: #fff;
	height: 150px;
	width: 100%;
	border: 1px solid transparent;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 10px 15px;
	color: #000;
	min-height: 45px;
	transition: 0.2s;
}
.contact-field textarea:focus {
	border: 1px solid #ccc;
	transition: 0.2s;
}
.contact-field button {
	height: 50px;
	border: none;
	background: #1087eb;
	padding: 10px 40px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.inner-page-banner-contact {
	background: url("../images/background-002.jpg");
	background-position: 50% 35%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0px;
	text-align: center;
}
.contact-page-image img {
    width: 100%;
}
.faq-section {
    padding: 80px 0px;
}
.card {
	border: none !important;
}
.card-header {
	background: #fff !important;
	border: none !important;
	border-top: 1px solid #ccc !important;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 14px;
	word-spacing: 3px;
	padding: 20px 15px 20px 45px !important;
	cursor: pointer;
	border-radius: 0px !important;
	position: relative;
	transition: 0.5s;
	font-weight: 600;
}
#accordion {
	border-bottom: 1px solid #ccc;
}
.card-body {
	padding: 5px 15px 20px 45px !important;
}
.card-body span ul {
	margin: 0px;
	padding-left: 15px;
}
.card-body span {
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #888888;
	font-weight: 300;
	line-height: 30px;
	word-spacing: 2px;
}
.card-header.collapsed::after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	margin-left: 5px;
	font-size: 30px;
	text-shadow: 0px 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-0%,-57%);
	transition: 0.5s;
}
.card-header::after {
	content: "\2212";
	color: #1087eb;
	font-weight: bold;
	margin-left: 5px;
	font-size: 30px;
	text-shadow: 0px 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-0%,-57%);
	transition: 0.5s;
}
.card-header.collapsed:hover::after {
	color: #1087eb;
	transition: 0.5s;
}
.policy-section {
	padding: 80px 0px;
}
.single-policy-title span {
	color: #404044;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 16px;
	word-spacing: 5px;
}
.single-policy-info span {
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #888888;
	font-weight: 300;
	line-height: 30px;
	word-spacing: 2px;
}
.single-policy-title {
	margin-bottom: 15px;
}
.single-policy {
	margin-bottom: 35px;
}
.policy-section .single-policy:last-child {
	margin: 0;
}
.single-inner-blog .blog-info-section {
	padding-right: 0px;
	padding-left: 0px;
}
.single-inner-blog .blog-single-title span {
	font-size: 35px;
	line-height: 35px;
}
.single-inner-blog .single-inner-blog-img {
	margin-bottom: 20px;
}
.single-inner-blog .blog-desc span {
	line-height: 30px;
}
.single-inner-blog .blog-desc br {
	margin-bottom: 15px;
}
.footer-social-icons {
	text-align: right;
}
.footer-social-icons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-social-icons ul li {
	display: inline-block;
	padding: 0px 10px;
}
.footer-social-icons ul li a i {
	color: #1087eb;
	font-size: 18px;
	transition: 0.5s;
}
.view-comment-section {
	padding: 20px 0px;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 30px;
}
.view-comment-iamge img {
	width: 100%;
	border-radius: 50%;
	border: 5px solid #f3f3f3;
}
.comment-name {
	margin-bottom: 5px;
}
.comment-name span {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #555;
}
.comment-des span {
	font-size: 16px;
	color: #555;
	letter-spacing: 0px;
	word-spacing: 1px;
	transition: 0.5s;
}
.reply-title {
	margin-bottom: 10px;
}
.reply-title span {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
}
.comment-reply-box textarea {
	width: 100%;
	border: 1px solid #E8E8E8;
	padding: 5px 15px;
	border-radius: 0;
	margin-top: 5px;
	margin-bottom: 15px;
	height: 150px;
}
.comment-reply-box button {
	height: 55px;
	border: none;
	background: #1087eb;
	padding: 10px 50px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #fff;
	border-radius: 30px;
}
.job-map iframe {
    height: 400px;
}
.after-slider-inner {
	text-align: center;
	position: relative;
}
.after-slider-section {
	padding: 50px 0px 70px 0px;
	background: #f3f3f3;
	background-image: url("/wp-content/uploads/2019/07/Home-page_lifes-too-short-image.jpg");
	background-position: center;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.after-slider-section::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
}
.after-slider-inner .about-info-section {
	margin-top: 10px;
}
.after-slider-inner .about-info-section span br {
	margin-bottom: 0px;
}


.slider-content-title span {
	font-size: 75px;
	line-height: 60px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	/* font-family: 'Fira Sans', sans-serif; */
	text-transform: uppercase;
}
.slider-content {
	text-align: center;
}
.slider-content-info span {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
.slider-content-info {
	margin: 15px 0px 20px 0px;
}
.slider-content-button button {
	height: 50px;
	border: none;
	background: #ffdc00;
	padding: 10px 40px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #000;
	border-radius: 5px;
	cursor: pointer;
}
.capability-single-title a, .capability-single-title a:hover {
	text-decoration: none;
}
.about-who-section {
	padding-top: 72px;
	margin-top: -72px;
}
.contact-detail-section {
	margin-top: 30px;
}
.contact-single-detail {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}
.contact-single-detail i {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 20px;
	color: #c4350a;
}
.contact-single-detail-title {
	margin-bottom: 5px;
}
.contact-single-detail-title span {
	font-size: 25px;
	font-weight: 300;
	color: #000;
}
.contact-single-detail-info span {
	font-size: 16px;
	color: #555;
}
.header-logo a, .header-logo a:hover {
	text-decoration: none;
}
.service-section-title span {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #555;
	line-height: 35px;
}
.service-section-title span font {
	color: #555;
}
.service-section-info span {
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #888888;
	font-weight: 300;
	line-height: 30px;
	word-spacing: 2px;
}
.service-section-title {
	margin-bottom: 10px;
}
.service-sections {
	margin-top: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 30px;
}
.service-section-box .service-sections:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
.service-section-title span a {
	color: #555;
	text-decoration: none;
	transition: 0.5s;
}
.service-section-title span a:hover {
	color: #1087eb;
	text-decoration: none;
	transition: 0.5s;
}
.service-section-title span a:hover font {
	color: #1087eb;
	text-decoration: none;
	transition: 0.5s;
}
.service-section-info span a {
	color: blue;
}

.copywrite-section {
	background: rgba(0,0,0,0.3);
	padding: 15px 0px;
	color: #fff;
	margin-top: 60px;
}
.footer-social-icons {
	text-align: right;
}
.footer-social-icons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-social-icons ul li {
	display: inline-block;
	padding: 0px 8px;
}
.footer-social-icons ul li a i {
	color: #fff;
	font-size: 16px;
	transition: 0.5s;
}
.footer-info {
	text-align: justify;
}
.footer-info span {
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 300;
	word-spacing: 1px;
}
.footer-social-icons ul li span {
	color: #fff;
	font-size: 16px;
}
.footer-social-icons ul li a, .footer-social-icons ul li a:hover {
	text-decoration: none;
}
.footer-section .contact-detail-section {
	margin: 0px;
}
.footer-section .contact-single-detail-info span {
	font-size: 15px;
	color: #fff;
}
.footer-section .footer-info span {
	font-size: 15px;
	line-height: 26px;
}
.footer-section .contact-single-detail {
	padding-left: 35px;
	margin-bottom: 20px;
}
.footer-section .contact-single-detail i {
	top: 5px;
	font-size: 14px;
	color: #fff;
}
.footer-section .contact-single-detail-info span a {
	color: #fff;
}
.contact-single-detail-info span a {
	color: blue;
}
.service-inner-section {
	padding: 100px 0px;
}
.service-inner-video iframe {
	width: 100%;
}
.service-title2 span {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #000;
}
.service-inner-page-section .about-title-section {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.service-inner-page-section .about-title2 {
	margin-top: 0px;
	text-align: left;
}
.service-inner-page-section {
	margin-bottom: 40px;
}
.service-inner-page-section .about-info-section {
	margin-bottom: 0px;
}
.about-info-section span a {
	color: blue;
}
.blog-post-by a {
	color: blue;
}
.blog-post-by a:hover {
	text-decoration: underline;
}
.blog-read-more {
	margin-top: 10px;
	overflow: hidden;
	transition: 0.5s;
}
.blog-read-more span a {
	color: blue;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 1px;
	position: relative;
	transition: 0.2s;
	left: -90px;
}
.blog-read-more span a:hover {
	text-decoration: underline;
	transition: 0.25s;
}
.blog-read-more span a i {
	font-size: 20px;
	margin-left: 5px;
	transition: 0.2s;
}
.blog-read-more span a:hover {
	transition: 0.2s;
	left: 0px;
}
.blog-read-more span a:hover i {
	font-size: 15px;
	transition: 0.2s;
}
.blog-desc span a {
	color: blue;
}
.blog-video-view {
	margin-top: 20px;
	margin-bottom: 25px;
}
.card-body span a {
	color: blue;
}
.blog-inner-desc {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    word-spacing: 2px;
    line-height: 30px;
}
.blog-inner-desc {
	margin-top: 30px;
}
.blog-location {
	margin-top: 30px;
}
.blog-location .contact-detail-section {
	margin-top: 0px;
}
.blog-location-map iframe {
	width: 100%;
	height: 250px;
}
.blog-location-name span {
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	color: #000;
}
.blog-location-name {
	margin-bottom: 20px;
}
.blog-location .contact-single-detail-info span {
	font-size: 18px;
	color: #555;
}
.blog-location .contact-single-detail i {
	top: 8px;
	left: 5px;
	font-size: 15px;
}
.blog-location .contact-single-detail {
	padding-left: 30px;
}
.blog-desc-title span {
	font-size: 18px;
	font-weight: 600;
}
.blog-desc-box {
	margin-bottom: 30px;
}
.blog-desc-title {
	margin-bottom: 5px;
}
.single-inner-blog .blog-time-section {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding-bottom: 20px;
}
.faq-desc-box {
    margin-top: 30px;
}
.inner-link {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 1px;
	position: relative;
	transition: 0.2s;
}
.blog_1, .blog_2, .blog_3, .blog_4, .blog_5 {
	padding: 30px;
	border-radius: 2px;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.2);
	margin-bottom: 30px;
}
.blog_5 {
	margin-bottom: 0px !important;
}
.blog_1 .blog-info-section, .blog_2 .blog-info-section, .blog_3 .blog-info-section, .blog_4 .blog-info-section, .blog_5 .blog-info-section {
    padding: 0;
}
.header-menu {
	position: relative;
}
.sign-in-box {
	position: absolute;
	width: 100%;
	left: auto;
	top: 100%;
	z-index: 9;
	border-radius: 5px;
	box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.5);
	right: 0;
	max-width: 350px;
	white-space: normal;
	line-height: normal;
	background-image: url("../images/background-005.jpg");
	background-size: cover;
	background-position: center;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-2rem);
	transition: 0.5s;
}
.sign-in-box.form-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
	transition: 0.5s;
}
.scrolled .sign-in-box {
	top: 103%;
}
.sign-in-field {
	padding: 40px;
	position: relative;
}
.sign-in-field::before {
	content: "";
	position: absolute;
	top: 0;
	right: 30px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 12px solid #fff;
	transform: translate(0%,-100%);
	left: auto;
}
.scrolled .sign-in-field::before {
	border-bottom: 12px solid #1087eb;
}
.sign-in-field span {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	font-family: poppins;
	padding-left: 15px;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.sign-in-field input {
	width: 100%;
	height: 40px;
	padding: 5px 25px;
	margin-bottom: 20px;
	border-radius: 40px;
	background: rgba(255,255,255,0.3);
	border: none;
	margin-top: 3px;
	color: #fff;
	letter-spacing: 1px;
	font-family: poppins;
	font-size: 14px;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.sign-in-field button {
	height: 40px;
	border: none;
	background: #1087eb;
	padding: 0px 40px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #fff;
	border-radius: 40px;
	cursor: pointer;
	width: 100%;
}
#sign_in_form a {
	color: #fff;
	cursor: pointer;
}
.scrolled #sign_in_form a {
	color: #555;
}
.footer-signin .sign-in-field {
	padding: 0px;
}
.footer-signin .sign-in-field::before {
	display: none;
}
.footer-signin .sign-in-field input {
	margin-bottom: 15px;
	margin-top: 0px;
}
.footer-signin .sign-in-field input::placeholder {
  color: #fff;
  opacity: 1;
}
.blog-category-title span {
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #555;
}
.blog-category-title span font {
	color: #555;
}
.blog-sidebar-search input {
	width: 100%;
	height: 40px;
	padding: 5px 50px 5px 15px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #ccc;
	color: #000;
	letter-spacing: 0.5;
	font-family: poppins;
	font-size: 14px;
	box-shadow: inset 0px 0px 10px -3px rgba(0,0,0,0.1);
}
.blog-sidebar-search {
	position: relative;
	margin-bottom: 20px;
}
.blog-sidebar-area i {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #ccc;
}
.blog-sidebar-category {
	background: #fff;
	border: 1px solid#ccc;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 20px;
}
.blog-category-single ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.blog-category-single ul li a {
	font-size: 14px;
	font-weight: 500;
	color: #555;
	transition: 0.5s;
	line-height: 18px;
}
.blog-category-single ul li {
	padding: 5px 0px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.blog-category-single ul li:last-child {
	border-bottom: 1px solid rgba(0,0,0,0);
}
.blog-category-title::before {
	position: absolute;
	content: "";
	bottom: -5px;
	width: 100px;
	height: 2px;
	background: #1087eb;
	left: 0;
	transform: translate(0%,-0%);
}
.blog-category-title {
	position: relative;
}
.blog-category-single {
	margin-top: 10px;
}
.blog-category-single ul li a:hover {
	color: #1087eb;
	text-decoration: none;
}
.main-front-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(0deg,rgba(0,0,0,0) 0,rgba(0,0,0,0.9) 100%);
	height: 20%;
}
.solutions-section {
	padding: 80px 0px;
}
.all-category-section .blog-category-single ul li {
	padding: 10px 0px;
}
.all-category-section .blog-category-single ul li a {
	font-size: 15px;
}
.solution-image img {
	width: 100%;
	border-radius: 5px;
}
.solition-content span {
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #888888;
	font-weight: 300;
	line-height: 28px;
	word-spacing: 0.5px;
}
.solition-content span img {
	width: auto;
	height: 250px;
	float: left;
	margin: 0px 15px 10px 0px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
}
.solition-content {
	margin-top: 20px;
	text-align: justify;
}
.solition-content br {
	margin-bottom: 15px;
}
.solution-form span {
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #888888;
	font-weight: 300;
	line-height: 28px;
	word-spacing: 0.5px;
}
.solution-form {
	margin-top: 15px;
	text-align: justify;
}
.solution-form br {
	margin-bottom: 15px;
}
.solution-form .contact-field-section {
	margin-top: 20px;
}
.service-section-info {
	text-align: justify;
}
.slider-info-section span {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #888888;
    font-weight: 300;
    line-height: 28px;
    word-spacing: 0.5px;
}
.slider-info-section {
	margin: 10px 0px 15px 0px;
}
.blog-desc {
	text-align: justify;
}
.service-inner-video iframe {
	width: 700px;
	height: 400px;
}
.floatingicon {
	background: #1087eb;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: fixed;
	z-index: 9999;
	top: 50%;
	right: 0;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	transform: translate(0%,-50%);
}
.for-pos {
	height: 100%;
	padding: 5px 10px 5px 40px;
	position: relative;
}
.for-pos img {
	position: absolute;
	left: 0;
	width: 60px;
	height: 60px;
	top: 50%;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	z-index: 9999;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
	transition: 0.5s;
}
.floatingicon span {
	color: #fff;
	text-transform: uppercase;
	font-size: 0px;
	font-weight: 400;
	position: relative;
	outline: 0;
	transition: 0.5s;
	padding: 5px 0px;
	display: inline-block;
}
.floatingicon:hover .for-pos span {
	font-size: 16px;
	transition: 0.5s;
}
.optin-check input {
	width: auto;
	height: auto;
	position: absolute;
	top: 5px;
	left: 0px;
}
.optin-check {
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}
.optin-check label {
	margin: 0px;
}
.single-review span {
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #888888;
	font-weight: 300;
	line-height: 28px;
	word-spacing: 0.5px;
}
.single-review {
	text-align: center;
}
.single-review span strong {
	font-weight: 600;
	color: #555;
}
.review-section {
	padding: 30px 0px 60px 0px;
}


@media (max-width: 768px) {
.header-menu {
    display: none;
}
.mobile-view {
    display: block;
}
#mySidenav {
	height: auto;
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 60px;
	right: 0;
	background-color: transparent;
	overflow-x: hidden;
	display: none;
	box-shadow: 0px 10px 10px -3px rgba(0,0,0,0.5);
}
.header-logo img {
    height: 50px;
    padding-bottom: 3px;
}
.header-logo {
    line-height: 60px;
}
#main {
    line-height: 60px;
    background: transparent;
    text-align: right;
    transition: 0.5s;
}
#main button {
    background: transparent;
    border: none;
    line-height: 0;
    padding: 0px;
    transition: 0.5s;
    cursor: pointer;
}
#main button i {
    font-size: 20px;
    color: #000;
    transition: 0.5s;
}
.below-space {
    padding-top: 60px;
}
.scrolled .header-logo img {
    height: 40px;
    transition: 0.5s;
}
.scrolled .header-logo {
    line-height: 50px;
    transition: 0.5s;
}
.scrolled #main {
    line-height: 50px;
    transition: 0.5s;
}
#main button i {
	font-size: 20px;
	color: #fff;
	transition: 0.5s;
}
.scrolled #main button i {
	color: #000;
	transition: 0.5s;
}
.scrolled #mySidenav {
    top: 50px;
}
.sidebar-menu-field {
    background: #fff;
    padding: 0px 15px 5px 15px;
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
}
.sidebar-menu-field ul {
    padding: 0px;
    margin: 0px;
}
.sidebar-menu-field ul li {
    padding: 10px 5px;
    list-style: none;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.sidebar-menu-field ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: 0.5s;
}
.sidebar-menu-field ul li a:hover {
    color: #c4350a;
    transition: 0.5s;
    text-decoration: none;
}
.slider-content-title span {
	font-size: 50px;
}
.slider-content-info span {
	font-size: 20px;
}
.slider-content-button button {
	height: 40px;
	padding: 2px 30px;
	font-size: 14px;
	letter-spacing: 0.5px;
	word-spacing: 1px;
}
.slider-content-info {
	margin: 5px 0px 15px 0px;
}
.for-pos img {
	width: 45px;
	height: 45px;
}
.for-pos {
	padding: 0px 5px 0px 25px;
}
.floatingicon:hover span {
	font-size: 14px;
}
.about-title2 span {
	font-size: 22px;
}
.after-slider-inner .about-title2 span {
	line-height: 25px;
}
.after-slider-inner .about-title2 {
	margin: 0px;
}
.slider-info-section span {
	font-size: 14px;
	line-height: 25px;
	word-spacing: 0px;
}
.after-slider-section {
	padding: 40px 0px 40px 0px;
	background-position: 30% 50%;
	background-attachment: initial;
}
.after-slider-section::before {
	background: rgba(0,0,0,0.4);
}
.about-section {
	padding: 80px 0px 40px 0px;
	margin-top: -40px;
}
.about-text-section {
	margin-top: 15px;
}
.about-title1 span {
	font-size: 14px;
	letter-spacing: 2px;
}
.about-title2 {
	margin-top: 5px;
}
.about-title-section {
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.about-title-section::before {
	height: 1px;
}
.about-info-section span {
	font-size: 14px;
	line-height: 25px;
	word-spacing: 0px;
}
.about-more {
	display: flex;
}
.about-info-section {
	margin-bottom: 15px;
}
.about-more button {
	height: 40px;
	padding: 2px 30px;
	font-size: 14px;
	letter-spacing: 0.5px;
	word-spacing: 1px;
	margin-right: 5px;
}
.review-section {
	padding: 40px 0px 40px 0px;
	background: #f3f3f3;
}
.single-review span {
	font-size: 14px;
	line-height: 25px;
	word-spacing: 0px;
}
.extabilished-section {
	padding: 40px 0px;
	background-attachment: initial;
}
.single-estabilished-title span {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.6px;
}
.single-estabilished-info {
	margin-top: 0px;
}
.single-estabilished-info span {
	letter-spacing: 0.5px;
}
.single-estabilished-title img {
	height: 30px;
	margin-bottom: 5px;
}
.single-estabilished {
	text-align: center;
	margin-bottom: 40px;
}
.extabilished-section .row .col-md-4:last-child .single-estabilished {
	margin-bottom: 0px;
}
.inner-collection-section {
	padding: 80px 0px 40px 0px;
	margin-top: -40px;
}
.collection-title1 span {
	font-size: 14px;
	letter-spacing: 2px;
}
.collection-title-section {
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.collection-info-section span {
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 25px;
	word-spacing: 0px;
}
.service-sections {
	margin-top: 15px;
	padding-bottom: 20px;
}
.service-section-title span {
	font-size: 22px;
	letter-spacing: 0.2px;
	line-height: 30px;
}
.service-section-info span {
	font-size: 14px;
	line-height: 25px;
	word-spacing: 0px;
}
.collection-banner-img {
	margin-bottom: 5px;
}
.ques-page-title span {
	font-size: 20px;
	word-spacing: 0px;
}
.ques-page-info span {
	font-size: 35px;
	letter-spacing: 0.5px;
	word-spacing: 0px;
	line-height: 40px;
}
.ques-page-info {
	margin-top: 10px;
	padding-bottom: 5px;
}
.ques-page-text span {
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 300;
	line-height: 25px;
	word-spacing: 0px;
}
.ques-btn {
	margin-top: 20px;
}
.ques-page-banner {
	padding: 40px 0px;
	background-attachment: initial;
}
.ques-btn button {
	height: 45px;
	padding: 5px 30px;
	font-size: 15px;
	word-spacing: 1px;
}
.capabilities-section {
	padding: 40px 0px;
}
.plan-title span {
	font-size: 14px;
	letter-spacing: 2px;
}
.plan-title {
	padding-bottom: 15px;
}
.plan-title::before {
	height: 1px;
}
.capabilities-title {
	margin-top: 10px;
}
.capabilities-title span {
	font-size: 25px;
	letter-spacing: 0.2px;
	line-height: 30px;
}
.plan-info span {
	font-size: 14px;
	word-spacing: 0px;
	line-height: 18px;
}
.plan-info {
	margin: 20px 0px 30px 0px;
}
.capabilities-single-img .cap-img {
	width: 100px;
	height: 100px;
}
.capabilities-single-img {
	width: 120px;
	height: 120px;
}
.cap-img img {
	height: 80px;
	border-radius: 50%;
}
.capability-single-title-section {
	margin-top: 15px;
}
.capability-single-title span {
	font-size: 16px;
}
.capability-single-text span {
	color: #9a9a9a;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 300;
	line-height: 25px;
	word-spacing: 0px;
}
.capabilities-single {
	margin-bottom: 40px;
}
.capabilities-rows .row .col-md-3:last-child .capabilities-single {
	margin-bottom: 0px;
}
.container-fluid.footer-section {
	padding: 40px 0px 0px 0px;
	background-attachment: initial;
}
.footer-title span {
	letter-spacing: 1px;
}
.footer-title {
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.footer-section .footer-info span {
	font-size: 14px;
	line-height: 25px;
}
#Sign_in {
	margin-top: 30px;
	margin-bottom: 30px;
}
.copywrite-section {
	background: rgba(0,0,0,0.3);
	padding: 10px 15px;
	color: #fff;
	margin-top: 10px;
}
.copywrite-section .footer-info {
	text-align: center;
}
.footer-section .copywrite-section .footer-info span {
	font-size: 12px;
}
.footer-social-icons ul li a i {
	font-size: 14px;
}
.footer-social-icons {
	text-align: center;
}
.inner-page-title span {
	font-size: 30px;
	letter-spacing: 0px;
}
.inner-page-info span {
	font-size: 14px;
	line-height: 25px;
	word-spacing: 1px;
}
.inner-page-banner-contact {
	padding: 50px 0px;
}
.contact-section {
	padding: 40px 0px;
}
.contact-title1 span {
	font-size: 14px;
	letter-spacing: 2px;
}
.contact-title2 span {
	font-size: 22px;
}
.contact-title2 {
	text-align: center;
	margin-top: 5px;
	border-bottom: 1px solid #1087eb;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.contact-detail-section {
	margin-top: 20px;
}
.contact-single-detail-title span {
	font-size: 22px;
}
.contact-single-detail {
	padding-left: 30px;
	margin-bottom: 15px;
}
.contact-single-detail i {
	top: 9px;
	left: 5px;
	font-size: 16px;
}
.contact-single-detail-info span {
	font-size: 14px;
}
.contact-single-detail-title {
	margin-bottom: 0px;
}
.contact-info-section {
	margin-bottom: 10px;
}
.contact-field button {
	height: 40px;
	padding: 5px 30px;
	font-size: 14px;
	letter-spacing: 0.5px;
	word-spacing: 1px;
}
/*.blog-section .row .col-md-6:last-child .single-blog {
	margin-bottom: 0px;
}*/
.container-fluid.blog-section {
	padding: 40px 00px 25px 00px !important;
}
.single-blog {
	margin-bottom: 15px;
	padding: 5px;
	border-radius: 5px;
}
.blog-info-section {
	padding: 10px 0px;
}
.blog-img-section {
	margin-bottom: 0px;
	border-radius: 5px;
}
.blog-single-title span {
	font-size: 18px;
	letter-spacing: 0.2px;
}
.blog-single-title {
	margin-bottom: 10px;
}
.blog-time-section {
	margin-bottom: 10px;
}
.blog-desc span {
	word-spacing: 1px;
}
.blog-read-more span a {
	transition: 0.2s;
	left: 0px;
}
.blog-img-section img {
	border-radius: 5px;
}
.blog-time-section .blog-date {
	font-size: 14px;
}
.blog-time-section .blog-post-by {
	font-size: 14px;
}
.single-inner-blog .single-inner-blog-img {
	margin-bottom: 10px;
}
.single-inner-blog .blog-single-title span {
	font-size: 22px;
	line-height: 30px;
}
.single-inner-blog .blog-time-section {
	padding-bottom: 15px;
}
.single-inner-blog .blog-desc span {
	line-height: 25px;
}
.single-inner-blog .blog-desc br {
	margin-bottom: 10px;
}
.blog-sidebar-area {
	margin-top: 10px;
	border-top: 1px solid rgba(0,0,0,0.2);
	padding-top: 25px;
}
.blog-sidebar-search {
	margin-bottom: 15px;
}
.blog-category-title span {
	font-size: 22px;
}
.blog-sidebar-category {
	margin-bottom: 15px;
}
/*.blog-sidebar-area .blog-sidebar-category:last-child {
	margin-bottom: 0px;
}*/
.single-inner-blog .blog-info-section {
	padding-top: 0px;
}
.blog-video-view {
	margin-top: 15px;
	margin-bottom: 15px;
}
.blog-video-view iframe {
	height: 330px;
}
.blog-video-view iframe {
	height: 200px;
	width: 100%;
}
.card-header {
	letter-spacing: 1px;
	font-size: 14px;
	word-spacing: 1px;
	padding: 10px 10px 10px 25px !important;
}
.card-body {
	padding: 0px 10px 10px 25px !important;
}
.card-body span {
	font-size: 14px;
	line-height: 25px;
	word-spacing: 1px;
}
.card-header::after {
	font-size: 15px;
}
.card-header.collapsed::after {
	font-size: 15px;
}
.blog-inner-desc {
	margin-top: 15px;
}
.blog-inner-desc {
	word-spacing: 1px;
	line-height: 25px;
}
.blog-location-name span {
	font-size: 22px;
}
.blog-location-name {
	margin-bottom: 15px;
}
.blog-location .contact-single-detail-info span {
	font-size: 14px;
}
.blog-location .contact-single-detail i {
	top: 6px;
	font-size: 14px;
}
.blog-desc-box {
	margin-bottom: 15px;
}
.blog-desc-title {
	margin-bottom: 0px;
}
.solutions-section {
	padding: 30px 0px 40px 0px;
}
.solition-content span img {
	width: 100%;
	height: auto;	
	margin: 0px 0px 15px 0px;
}
.solition-content span {
	font-size: 14px;
	line-height: 25px;
}
.solution-form {
	margin-top: 10px;
}
.solution-form .contact-field-section {
	margin-top: 15px;
}
.all-category-section {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid rgba(0,0,0,0.2);
}
.plan-info span a {
	display: block;
	color: blue;
}
.service-inner-section {
	padding: 40px 0px;
}
.service-inner-video iframe {
	width: 100%;
	height: 200px;
}
.service-inner-page-section {
	margin-bottom: 15px;
}

}


@media (min-width: 768px) {
.header-menu {
    display: block;
}  
.mobile-view {
    display: none;
}
}


/*Karan-Css*/
.contact-field-section-footer-text {
	padding-top: 30px;
}
.contact-field-section-footer-text {
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #888888;
	font-weight: 300;
	line-height: 30px;
	word-spacing: 2px;
}
.brochure-img-section {
	width: 100%;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	margin: 0 auto;
	padding: 30px 30px;
}
.brochure-img {
	text-align: center;
	position: relative;
}
.brochure-img img {
	width: 100%;
	height: auto;
}
.brochure-bottom-d {
	margin-top: 20px;
	text-align: center;
}
.brd {
	width: 1px;
	height: 30px;
	background: #262626;
	margin: 15px auto;
}
.brochures-title-view {
	margin-bottom: 10px;
}
.brochures-title-view span {
	font-size: 16px;
	color: #262626;
	font-weight: lighter;
	text-transform: uppercase;
}
.brochures-download span a {
	color: #cd0000;
	font-size: 15px;
}
.brochures-bg {
	padding: 80px 0px 20px 0px;
}
.brochure-bottom-d {
	margin-bottom: 60px;
}
.brochures-text-view-single .about-title2 {
	text-align: left;
	margin: 0px;
}
.brochures-text-view-single .collection-title-section::before {
	width: 300px;
	right: auto;
	left: 0px;
}



</pre></body></html>