


@media only screen and (min-width:280px) and (max-width: 767px) {

.inner-page {
    margin-top:0px !important;
}
}



* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body {
	background: #ffffff;
	color: #4b4b4b;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: left;
	line-height: 28px;
	font-size: 18px;
	font-weight: 400;
	direction: ltr;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #262626;
	font-weight: 700;
	font-style: normal;
	font-family: 'Alumni Sans', sans-serif;
	line-height: 1.5;
	letter-spacing: 0px;
	margin: 10px 0;
}

h1 {
	font-size: 42px;
	line-height: 52px;
}

h2 {
	font-size: 34px;
	line-height: 42px;
}

h3 {
	font-size: 30px;
	line-height: 36px;
}

h4 {
	font-size: 24px;
	line-height: 30px;
}

h5 {
	font-size: 20px;
	line-height: 28px;
}

h6 {
	font-size: 18px;
	line-height: 26px;
}

ul {
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

p, hr {
	margin: 10px 0;
}

img {
	max-width: 100%;
}

.img-responsive {
	display: block;
	width: 100%;
	height: auto;
}

label {
	font-weight: 400;
	font-size: 14px;
}

a, a:hover, button, button:hover, input[type="submit"], input[type="submit"]:hover {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

a:focus {
	text-decoration: none;
}

button, input, select, select option, textarea, input:focus, button:focus, select:focus, textarea:focus {
	outline: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.form-control {
	position: relative;
	border-color: #e7e7e7;
	border: 1px solid #e7e7e7;
	background: none;
	border-radius: 3px;
	color: #666;
	height: 45px;
	width: 100%;
	padding: 8px 10px;
	box-shadow: none;
	width: 100%;
}

.form-control, form-control:focus {
	border-radius: 3px;
	border: 1px solid #e7e7e7;
}

.form-control:focus {
	border-color: none;
	border: 1px solid #e7e7e7;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

textarea.form-control {
	height: 80px;
}

.mb-0 {
	margin-bottom: 0 !important
}

.mb-10 {
	margin-bottom: 10px !important
}

.mb-20 {
	margin-bottom: 20px !important
}

.mt-10 {
	margin-top: 10px !important
}

.mt-15 {
	margin-top: 15px !important
}

.mt-20 {
	margin-top: 20px !important
}

.mb-30 {
	margin-bottom: 30px !important
}

.mt-30 {
	margin-top: 30px !important
}

.mb-40 {
	margin-bottom: 40px !important
}

.mt-40 {
	margin-top: 40px !important
}

.mt-50 {
	margin-top: 50px !important
}

.mb-50 {
	margin-bottom: 50px !important
}

.ml-10 {
	margin-left: 10px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.active-text, .active-link, .active-link:focus {
	color: #0065a3;
	font-weight: 400;
	display: inline-block;
}

.active-link:hover {
	text-decoration: none;
	color: #0065a3;
}

a, dt {
	color: #4b4b4b;
	outline: none !important;
	text-decoration: none;
}

a:focus, a:hover, dt:hover, dt:focus {
	color: #0065a3;
	text-decoration: none;
}

.btn {
	border: none;
	outline: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:active, .btn.active {
	outline: none;
	box-shadow: none;
}

.btn-site {
	background-color: #006cb9;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 6px 20px;
	text-transform: none;
	transition: 0.3s;
}

.btn-site:hover, .btn-site:focus {
	background-color: #0a7bcc;
	color: #fff;
}

.postion-relative {
	position: relative;
	z-index: 9;
}

.common-gap {
	padding: 50px 0;
}

.gap_20 {
	padding: 20px 0;
}

.gap_30 {
	padding: 30px 0;
}

.gap_40 {
	padding: 40px 0;
}

.gap_50 {
	padding: 50px 0;
}

.gap {
	padding: 0 30px;
}

.pb_50 {
	padding-bottom: 50px;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 80px;
	padding-right: 80px;
}

.site-title {
	position: relative;
	padding-bottom: 10px;
}

.site-title h2, .site-title h3, .site-title h4, .site-title h5, .site-title h6 {
	font-size: 42px;
	line-height: 52px;
	font-weight: 700;
	margin-bottom: 0;
}

.site-title:before {
	content: '';
	position: absolute;
	display: block;
	background-color: #8fba2a;
	width: 50px;
	height: 3px;
	left: 0;
	bottom: 0;
}

/* header 
=================================*/
header {
	background: #ffffff;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	position: relative;
}

.logo {
	margin: 15px 0;
	width: auto;
}

.contact-info {
	padding: 30px 0;
	float: right;
}

.contact-info ul {
	float: right;
}

.contact-info ul li {
	display: inline-table;
	padding-left: 35px;
}

.contact-info ul li .icon-hd {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 15px;
}

.contact-info ul li .cont-hd {
	display: inline-block;
	color: #0065a3;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}

.contact-info ul li .cont-hd span {
	display: block;
	color: #424242;
	font-size: 15px;
	font-weight: 500;
}

.contact-info ul li .cont-hd:last-child {
	padding-right: 0px;
}

.nav-side {
	float: right;
	margin: 35px 0 0 0;
}

.nav-side span {
	background: #2d8bc8;
	color: #fefafa;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	padding: 6px 12px;
	border-radius: 3px;
	position: fixed;
	right: 20px;
	z-index: 99;
}

.sidenav {
	height: 100vh;
	width: 0;
	position: fixed;
	z-index: 2;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.9);
	overflow-y: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav a {
	color: #ffffff;
	display: block;
	font-size: 20px;
	font-size: 700;
	padding: 20px 20px 0px 24px;
	text-decoration: none;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #f47621;
}

.sidenav .closebtn {
	position: absolute;
	top: -18px;
	right: 0px;
	font-size: 36px;
}

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}

	.sidenav a {
		font-size: 18px;
	}
}

/*
banner
=========================== */
.banner {
	position: relative;
	margin-top: 5px;
}

.banner img {
	width: 100vw;
	height: auto;
}

.banner-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(6, 84, 131, 0.7);
	padding: 30px;
	width: 30%;
	height: 100%;
	z-index: 1;
}

.banner-inner h1 {
	font-size: 28px;
	color: #fff;
	margin: 0;
}

.dsce {
	color: #fff;
	padding: 10px 0;
}

.partner-logo {
	width: 150px;
	height: 46px;
	float: left;
	padding-right: 5px;
	margin-top: 10px;
}

.about__wrap {
	position: relative;
	background: url(../images/banner__bg.html);
	/* background: linear-gradient(to bottom,rgb(255,255,255) 0%,rgb(255,255,255) 90%,rgb(249,249,249) 100%); */
}

.about__wrap::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(to left, rgba(247, 247, 247, 0.4) 0%, rgba(255, 255, 255, 1) 90%, rgba(249, 249, 249, 0.2) 100%);
	/* opacity: 0.8; */
}

.right__sidebar {
	position: relative;
}

.ads__info {
	position: relative;
	height: 120px;
	width: 100%;
	line-height: 92px;
	padding: 10px;
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 20px;
	vertical-align: middle;
	margin: 0 auto;
}

.ads__img {
	text-align: center;
}

.ads__img img {
	width: 92px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.rank_info ul li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
}

.rank-btn {
	/* background: rgb(217, 217, 217); */
	background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 90%, rgb(249, 249, 249) 100%);
	/* border: 1px solid #eee; */
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
	border-radius: 4px;
	color: #262626;
	display: block;
	font-family: 'Alumni Sans', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding: 12px 30px;
	margin-bottom: 10px;
}

/*
service 
=========================== */
.service-box {
	margin-top: -50px;
}

.widget-title {
	background: #085585;
	display: inline-block;
	padding: 6px 60px 6px 30px;
	position: relative;
}

.widget-title:after {
	background: #085585 none repeat scroll 0 0;
	content: " ";
	height: 100%;
	position: absolute;
	right: -45px;
	top: 0;
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);
	width: 60px;
}

.widget-title h3 {
	color: #fff;
	font-size: 30px;
}

.tab .nav-tabs {
	background: none;
	border-bottom: none;
	padding: 10px 0;
	text-align: center;
	/*margin-left: 40px;*/
	padding-left: 245px;
}

.ser-type {
	margin-left: 50px;
}

.tab .nav-tabs li {
	margin-bottom: 0;
	margin-right: 0;
	float: none;
	display: inline-block;
}

.tab .nav-tabs>li>a {
	border: none;
}

/*new add css*/
.tab .nav-tabs li a {
	font-size: 16px;
	color: #ffffff;
	background: #5a5a5a;
	border-radius: 4px;
	margin-right: 5px;
	padding: 20px 25px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
}

.tab .nav-tabs li a span {
	display: block;
}

.tab .nav-tabs li a:hover {
	color: #ffffff;
	border-color: transparent;
}

/*---------new add css -----------*/
.tab .nav-tabs li a i {
	font-size: 36px;
	float: left;
	width: 36px;
}

.tab .nav-tabs li.active a, .tab .nav-tabs li.active a:hover {
	background: #0065a3;
	border-radius: 4px;
	color: #fff;
	border: none;
}

.tab .tab-content {
	font-size: 16px;
	line-height: 24px;
	background: #f7f7f7;
	margin-bottom: 60px;
	padding: 10px 40px 50px 40px;
}

@media only screen and (max-width: 991px) {
	.tab .nav-tabs {
		background: none;
		border-bottom: none;
		padding: 10px 0;
		padding-left: 0px;
		text-align: center;
	}

	.tab .nav-tabs li a {
		padding: 10px 15px;
	}

	.tab .tab-content {
		padding: 20px 25px;
	}
}

@media only screen and (max-width: 767px) {
	.tab .nav-tabs li {
		margin-bottom: 4px;
		float: left;
	}
}

@media only screen and (max-width: 480px) {
	.tab .nav-tabs li {
		width: 100%;
	}
}

/*---------new add css end -----------*/
.service-wrapper {
	position: relative;
}

.service-gird {
	position: relative;
	background: #fff;
	border-radius: 8px;
	padding: 20px;
	height: 100%;
	min-height: 170px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 20px;
	-webkit-transition: transform .2s linear, -webkit-box-shadow .2s linear;
	-moz-transition: transform .2s linear, -moz-box-shadow .2s linear;
	transition: transform .2s linear, box-shadow .2s linear;
}

.service-gird img {
	background-position: center center;
}

.ser-icon {
	border: 1px solid #6f980d;
	border-radius: 100%;
	float: left;
	height: 50px;
	width: 50px;
	text-align: center;
	margin-right: 20px;
	margin-top: 10px;
}

.ser-icon i {
	color: #6f980d;
	font-size: 21px;
	line-height: 46px;
	text-align: center;
}

.ser-info {
	margin-left: 70px;
}

.ser-info h3 {
	color: #2e2e2e;
	font-weight: 700;
	font-size: 24px;
}

.digital-bg {
	background: #cf5f14 !important;
}

.apps-bg {
	background: #6f980d !important;
}

.recent-work {
	background-color: #fff;
	border: 24px solid #fff;
	border-radius: 8px;
}

/*
why ud gird
=========================== */
.why-wrap {
	background: #6f980d;
}

.why-bx {
	padding-right: 20px;
}

.why-icon-bx {
	color: #969792;
	float: left;
	font-size: 25px;
	margin-right: 15px;
	background: #fff;
	width: 58px;
	height: 58px;
	overflow: hidden;
	line-height: 58px;
	text-align: center;
	-webkit-box-shadow: 4px 4px 0px 0px rgba(85, 119, 4, 1);
	-moz-box-shadow: 4px 4px 0px 0px rgba(85, 119, 4, 1);
	box-shadow: 4px 4px 0px 0px rgba(85, 119, 4, 1);
}

.why-desc {
	margin-left: 78px;
}

.why-desc h4 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	vertical-align: middle;
	margin-top: 0;
}

.why-desc p {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}

/*
testimonials
=========================== */
.test-customer {
	background: #f4f4f4;
}

.testimonial {
	margin: 0 10px 60px 0;
	position: relative;
}

.testimonial .description {
	padding: 20px 20px 40px 20px;
	background: #f6f6f6;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0;
}

.testimonial .testimonial-content {
	padding: 10px 15px;
	background: #ffffff;
	position: absolute;
	bottom: -50px;
	right: 20px;
}

.testimonial .pic {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.testimonial .pic img {
	width: 100%;
	height: auto;
}

.testimonial-content .testimonial-title {
	font-size: 20px;
	font-weight: 700;
	font-family: 'Alumni Sans', sans-serif;
	margin: 10px 0 0 0;
	display: inline-block;
}

.testimonial-content .testimonial-title small {
	color: #4b4b4b;
	display: block;
	font-size: 16px !important;
}

.owl-theme .owl-controls {
	display: block;
}

.owl-theme .owl-controls .owl-buttons div {
	background: #fff;
	border-radius: 4px;
	opacity: 1;
	padding: 5px 12px;
	margin: 0 auto;
	display: inline-block;
	margin-right: 7px;
}

.owl-prev:before, .owl-next:before {
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #a0a0a0;
	font-size: 12px;
}

.owl-next:before {
	content: "\f054";
}

@media only screen and (max-width: 480px) {
	.testimonial {
		margin-bottom: 0;
	}

	.testimonial .testimonial-content {
		position: relative;
		right: 0;
		bottom: 0;
	}
}

.client-satis {
	text-align: center;
	display: inline-block;
}

.client-logo {
	background: #fff;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 50%;
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 0 5px;
	overflow: hidden;
}

.client-satis ul li:last-child {
	margin-right: 0;
}

.add-plus {
	background: #444;
}

/*
company-info
=========================== */
.company-text {
	background-color: #006cb9;
	border-radius: 8px;
	padding: 80px 30px;
}

.company-text h4 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	font-style: italic;
	line-height: 45px;
	text-align: right;
}

.company-text h4 span {
	font-family: 'Alumni Sans', sans-serif;
	color: #94d1fc;
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
}

.inner-box {
	position: relative;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	float: left;
	margin-right: 20px;
}

.inner-box .icon {
	position: relative;
	top: 0px;
	font-size: 30px;
	width: 90px;
	height: 90px;
	line-height: 70px;
	border: 10px solid #ffffff;
	text-align: center;
	color: #ffffff;
	z-index: 2;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.inner-box .icon:before {
	content: '';
	position: absolute;
	left: -11px;
	top: -11px;
	width: 93px;
	height: 93px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 1px solid rgba(0, 0, 0, 0.40);
}

.serve_icon {
	background: #00aeff;
	position: relative;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	line-height: 60px;
	margin: 0 auto;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.serv_bx {
	min-height: 220px;
}

.img-circle {
	border-radius: 50%;
}

.bg_blue {
	background: #00aeff;
}

.bg_blue:after {
	border-color: #00aeff;
}

.bg_purple {
	background: #9e70fc;
}

.bg_orange {
	background: #ffa800;
}

.bg_bluedark {
	background: #1e5882;
}

.icon {
	font-size: 50px;
}

.award-info {
	margin-left: 110px;
	padding: 10px 0;
}

.award-info h4 {
	color: #1d1c1a;
	font-size: 36px;
	font-weight: 700;
}

.award-info h4 span {
	display: block;
	font-size: 20px;
	font-weight: 500;
}
.whatsapp-support {
	position: fixed;
    bottom: 60px;
    z-index: 9;
    right: 20px;
}

/*
add css
=========================== */
.package-wrapper {
	background-color: #f7f7f7;
}

.package-list {
	/*border: 1px solid #f4f4f4;*/
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.package-list:hover, .package-list.active {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.package-list h3 {
	padding: 12px 10px;
	border-bottom: 1px solid #f4f4f4;
	margin: 0;
	background: #006cb9;
	color: #fff;
}

.packagetitle {
	text-align: center;
	position: relative;
}

.packagetitle:before {
	content: '';
	position: absolute;
	display: block;
	background-color: #f47621;
	width: 50px;
	height: 3px;
	left: 48%;
	bottom: 0;
}

.budget-grid {
	padding: 0 100px;
}

.budget-bg {
	background-color: #6f980d !important;
	color: #fff;
	padding: 20px 10px;
	margin: 0;
}

.budget-btn {
	padding: 20px 0;
}

.price-tag {
	background: #efefef;
	color: #444444;
	font-size: 22px;
	font-weight: 700;
	padding: 16px 10px;
}

.price-tag span {
	font-weight: 400;
}

.package-list ul li:nth-child(odd) {
	background-color: #ffffff;
	padding: 8px 10px;
	text-align: center;
}

.package-list ul li:nth-child(even) {
	background-color: #f4f4f4;
	padding: 8px 10px;
	text-align: center;
}

.cross_icon {
	color: #F00;
}

.right_icon {
	color: #0C9;
}

.pkg-btn {
	background: #989393;
}

.blog-wrapper {
	position: relative;
	background: #0065a3;
}

.blog__wrap {
	position: relative;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.blog__img img {
	border-radius: 8px 8px 0 0;
	object-fit: cover;
	height: 195px;
}

.text_holder {
	position: relative;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	padding: 20px;
}

.text_holder h4 a {
	color: #2e2e2e;
}

.date {
	background-color: rgba(0, 108, 185, 1);
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 10px;
	padding: 3px 20px;
	text-transform: uppercase;
	transition: .3s;
}

.date span i {
	color: #fff;
	margin-right: 10px;
}

/*
add css end
=========================== */

.btn-block {
	padding: 10px 0;
}

.contactlist ul li {
	padding: 0 10px;
	float: left;
	width: 20%;
}

.contactlist ul li {
	padding: 0 10px;
	float: left;
	width: 20%;
}

.cont-bx {
	background: #f2f2f2;
	position: relative;
	padding: 30px 10px;
	margin: 20px 0 10px 0;
	min-height: 205px;
	text-align: center;
	border-radius: 8px;
}

.cont-bx_icon {
	/* position: absolute;
	top: 0; */
	/* left: 50%;
	margin-top: -35px;
	margin-left: -35px; */
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #175d8a;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin: 0 auto;
}


/* .cont-bx {
	background: #f7f7f7;
	position: relative;
	padding: 50px 10px 20px;
	margin: 50px 0 20px;
	min-height: 180px;
	text-align: center;
}

.cont-bx_icon {
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: -35px;
	margin-left: -35px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #175d8a;
	border-radius: 50%;
	color: #fff;
	font-size: 40px;
	text-align: center;
} */

.cont-blue {
	background: #175d8a;
}

.whatapp {
	background: #1fbb59;
}

.skype {
	background: #4cb4e5;
}

.phone {
	background: #f47621;
}

.email {
	background: #d04f44;
}

.sub-heading {
	font-family: 'Alumni Sans', sans-serif;
	color: #262626;
	font-size: 20px;
	line-height: 20px;
}

.text {
	font-family: 'Alumni Sans', sans-serif;
	color: #4b4b4b;
	display: block;
	font-size: 18px;
	font-weight: 500;
}

/*
contact form
=========================== */
.contact-wrapper {
	position: relative;
	background: url(../images/new1234.html);
	/* background-color: #0065a3; */
}

.contact-wrapper::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.8;
}

.contact-form {
	position: relative;
}

.contact-form input[type=text],
.contact-form input[type=date],
.contact-form input[type=datetime],
.contact-form input[type=number],
.contact-form input[type=time],
.contact-form input[type=email] {
	background: #ebebeb;
	width: 100%;
	padding: 10px 15px;
	border-radius: 3px;
	border: none;
	color: #666;
	outline: none;
	box-sizing: border-box;
	margin-bottom: 20px;
	resize: vertical;
}

select, select.contact-form {
	background: #ebebeb;
	border-radius: 3px;
	border: none;
	outline: none;
	color: #666 !important;
	margin-bottom: 20px;
	width: 100%;
	padding: 14px 15px;
}

.contact-form textarea {
	background: #ebebeb;
	border-radius: 3px;
	border: none;
	color: #666;
	width: 100%;
	min-height: 120px;
	padding: 10px 15px;
}

.contact-form input[type=submit] {
	background-color: #f47621;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 30px;
	text-align: center;
	text-transform: uppercase;
}
.d-none {
	display: none;
}
.get-quote {
	background-color: #f47621;
	border: none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 30px;
	text-align: center;
	text-transform: uppercase;
}

.get-quote:hover {
	background-color: #fe8838;
}

.contact-form input[type=submit]:hover {
	background-color: #fe8838;
}

.cnt-info {
	position: relative;
	padding-left: 40px;
}

.cnt-info h2 {
	color: #fff;
	font-size: 30px;
}

.com-name {
	color: #fff;
	font-size: 18px;
}

.add-info span {
	font-size: 20px;
	color: #f47621;
}

.add-info p {
	color: #dfdede;
	margin-top: 5px;
	font-size: 16px;
}

.panel,
.panel-body {
	border: none;
	box-shadow: none;
	padding-bottom: 30px 20px !important;

}

.panel-default>.panel-heading {
	color: #2e2e2e;
	background-color: #fff !important;
	border-color: #fff !important;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
	border-radius: 4px !important;
	margin-bottom: 10px;
}

.panel-group .panel-heading {
	background-color: #fff !important;
	border-color: #fff !important;
	padding: 0;
}

.panel-group .panel-heading a {
	position: relative;
	display: block;
	font-size: 26px;
	padding: 18px 20px;
	text-decoration: none;
}

.panel-group .panel-heading a:after {
	content: '-';
	float: right;
}

.panel-group .panel-heading a.collapsed:after {
	content: '+';
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: transparent;
}

.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: 1px solid transparent;
	border-top-color: transparent;
	padding: 0 20px 30px 20px !important;
}


/*
copyright 
=========================== */
footer {
	background-color: #e5e5e5;
	padding: 20px;
}

.social-widget ul {
	text-align: center;
}

.social-widget ul li {
	display: inline-block;
	margin-right: 5px;
}

.social-widget ul li a {
	display: block;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	text-align: center;
}

.social-widget ul li:nth-child(1) a {
	border: 2px solid #067bb1;
	color: #067bb1;
}

.social-widget ul li:nth-child(2) a {
	border: 2px solid #4ebcd8;
	color: #4ebcd8;
}

.social-widget ul li:nth-child(3) a {
	border: 2px solid #c62a2a;
	color: #c62a2a;
}

.social-widget ul li:nth-child(4) a {
	border: 2px solid #1d6083;
	color: #1d6083;
}

.cpy-rit p {
	color: #8d8d8d;
	font-size: 12px;
	text-align: center;
	margin-bottom: 0;
	padding: 0;
}

/*
inner page css
=========================== */
.inner-page {
	margin-top: 50px;
}

.contact-description {
	padding-left: 30px;
}

.contact-description h3 {
	line-height: 24px;
	margin-top: 0;
}

.contact-description h3 span {
	color: #12699e;
	display: block;
	font-size: 16px;
	font-weight: 400;
}

.call {
	color: #0c70ae;
	font-size: 28px;
	font-weight: 300;
}

.call span {
	color: #f47621;
}

.btnstart_chat {
	border: 3px solid #f47621;
	border-radius: 30px;
	color: #525252;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 30px;
	text-align: center;
}

.btnstart_chat:hover {
	background: #f47621;
	color: #fff;
}

.quote {
	border-radius: 35px;
	font-size: 18px;
	font-weight: 500;
	padding: 15px 40px;
}

.contact-icon {
	float: left;
	position: relative;
	margin-right: 20px;
	margin-left: 0;
	left: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	color: #fff;
	font-size: 25px;
	text-align: center;
}

.skype-icon {
	background: #02aff0;
	color: #fff;
}

.viber {
	background: #609;
}

.email {
	background: #099;
}

.contact-text {
	margin-left: 70px;
	font-size: 16px;
	font-weight: 400;
	vertical-align: middle;
	padding: 15px 0;
}

.contact-text span {
	font-size: 20px;
	font-weight: 600;
}

.contact-map {
	background: #fff;
	position: relative;
	border: 15px solid #f7f7f7;
	margin-bottom: 30px;
}

.responsive-map-container {
	position: relative;
	padding-bottom: 30.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.responsive-map-container iframe, .responsive-map-container object, .responsive-map-container embed {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 100%;
	height: 100%;
}

.mbl-view {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}

/*
service css
=========================== */
.service-inner {
	padding: 30px 0;
}

.img-content {
	position: relative;
}

.content-info {
	padding: 30px 20px;
}

.read {
	color: #f47621;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}

.service-listing {
	background: #f7f7f7;
}

.ser-wrap h3 {
	color: #717171;
	font-size: 28px;
	font-weight: 400;
}

.ser-wrap p {
	color: #717171;
	font-size: 17px;
	font-weight: 300;
	line-height: 32px;
}

.ser-list_info h4 {
	color: #717171;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
}

.ser_list li {
	color: #8c8c8c;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin: 10px 0;
}

.ser_list li i {
	color: #006cb9;
	margin-right: 6px;
}

.mission-vision {
	background: #f8f8f8;
	border-radius: 0 0 10px 10px;
	padding: 30px 20px;
	-webkit-box-shadow: 0px 15px 15px 0px rgba(198, 198, 198, 0.4);
	-moz-box-shadow: 0px 15px 15px 0px rgba(198, 198, 198, 0.4);
	box-shadow: 0px 15px 15px 0px rgba(198, 198, 198, 0.4);
}

.m-icon {
	background: #6f980d;
	border: none;
}

.m-icon i {
	color: #fff;
	font-size: 22px;
}

.v-icon {
	background: #006cb9;
	border: none;
}

.o-icon {
	background: #f47621;
	border: none;
}

.team-grid {
	background: #ffffff;
	-webkit-box-shadow: 0px 15px 15px 0px rgba(198, 198, 198, 0.4);
	-moz-box-shadow: 0px 15px 15px 0px rgba(198, 198, 198, 0.4);
	box-shadow: 0px 15px 15px 0px rgba(198, 198, 198, 0.4);
	padding: 20px 10px;
	text-align: center;
}

.work-prs {
	background: #e9e9e9;
}

.discuss-project h2 {
	font-size: 30px;
	letter-spacing: 2px;
}

/*
portfolio CSS
=========================== */
.filter-button {
	background: #fff;
	font-size: 16px;
	border: none;
	outline: none;
	border-radius: 0;
	text-align: center;
	color: #525252;
	padding: 8px 16px;
	margin-bottom: 5px;
}

.filter-button:active, .filter-button:active {
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	background: #006cb9;
}

.filter-button_active {
	background: #006cb9 !important;
	color: #ffffff;
}

.portfolio-page {
	background: #f7f7f7;
}

.content {
	position: relative;
	background: #ffffff;
	padding: 15px;
	-webkit-box-shadow: 0px 15px 15px 0px rgba(198, 198, 198, 0.4);
	-moz-box-shadow: 0px 15px 15px 0px rgba(198, 198, 198, 0.4);
	box-shadow: 0px 15px 15px 0px rgba(198, 198, 198, 0.4);
	overflow: hidden;
}

.content .content-overlay {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
	opacity: 1;
}

.content-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
	top: 50%;
	left: 50%;
	opacity: 1;
}

.content-details h3 {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	margin: 0;
	padding: 0 10px;
}

.content-details p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 0 10px;
}

.fadeIn-bottom {
	top: 80%;
}

.design-info {
	position: relative;
	background-color: #006cb9;
	text-align: right;
	padding: 50px 30px;
}

.design-info:after {
	content: " ";
	position: absolute;
	width: 1000px;
	height: 100%;
	right: 100%;
	top: 0;
	background-color: #006cb9;
	display: block;
}

.design-info h2 {
	color: #fff;
	text-align: right;
}

.design-info .desc {
	color: #fff;
}

.use-tools {
	padding: 20px 10px;
}

.use-tools ul li {
	display: inline-block;
	font-size: 60px;
	color: #aaaaaa;
	margin-right: 20px;
	margin-bottom: 20px;
}

/*
career CSS
=========================== */
.career-grid {
	padding: 30px 70px;
}

.title-career {
	text-align: center;
	margin-bottom: 30px;
}

.title-career h2 {
	margin-bottom: 5px;
}

.title-career small {
	color: #777;
	font-size: 16px;
}

.career-bx {
	border: 1px solid #e4e4e4;
	padding: 20px;
	margin-bottom: 5px;
}

.job-img {
	border: 1px solid #e7e7e7;
	padding: 10px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin: 10px;
}

.postion-info {
	padding: 10px 0 0 15px;
}

.postion-title {
	color: #4a4a4a;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
}

.experience {
	color: #797979;
	font-size: 14px;
	font-weight: 400;
}

.job-title {
	color: #6b6b6b;
	font-size: 16px;
	padding: 30px 10px 0 10px;
	margin-bottom: 0;
}

.btn-career {
	border-radius: 3px;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 10px;
	margin: 20px 10px;
}

.job-discription {
	background: #fff;
	-webkit-box-shadow: 0px 6px 20px 0px rgba(154, 154, 154, 0.6);
	-moz-box-shadow: 0px 6px 20px 0px rgba(154, 154, 154, 0.6);
	box-shadow: 0px 6px 20px 0px rgba(154, 154, 154, 0.6);
	padding: 30px;
}

.job-reponsibility p {
	font-size: 13px;
	line-height: 24px;
}

.job-reponsibility h4 {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px !important;
}

.job-reponsibility ul li {
	position: relative;
	display: block;
	padding-left: 20px;
	margin: 10px 0;
}

.job-reponsibility ul li:after {
	position: absolute;
	content: '';
	background: #6a6a6a;
	height: 6px;
	width: 6px;
	left: 0;
	top: 6px;
}

.btn-green {
	background: #6f980d;
	color: #ffffff;
}

.side-nav h4 {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.side-nav h4:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 1px;
	background: #006cb9;
	bottom: 0;
	left: 0;
}

.cv-discrp {
	font-size: 13px;
	line-height: 24px;
	padding-top: 10px;
}

.files input {
	outline-offset: -10px;
	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
	transition: outline-offset .15s ease-in-out, background-color .15s linear;
	padding: 80px 0px 70px 22%;
	text-align: center !important;
	margin: 0;
	width: 100% !important;
}

.files {
	position: relative
}

.files:after {
	pointer-events: none;
	position: absolute;
	top: 30px;
	left: 0;
	width: 40px;
	right: 0;
	height: 40px;
	content: "";
	background-image: url(../image.flaticon.com/icons/png/128/109/109612.png);
	display: block;
	margin: 0 auto;
	background-size: 100%;
	background-repeat: no-repeat;
}

.color input {
	background-color: #f1f1f1;
}

.files:before {
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
	width: 100%;
	right: 0;
	height: 30px;
	content: " or drag it here. ";
	display: block;
	margin: 0 auto;
	color: #444;
	font-weight: 400;
	text-transform: capitalize;
	text-align: center;
}

.apply-inqury {
	padding: 20px 0;
}

.job-overview ul li {
	color: #666;
	display: block;
	font-weight: 400;
	margin: 10px 0;
}

.job-overview ul li span {
	color: #555;
	font-weight: 600;
}

.recentwork {
	color: #fff !important;
}

.viber-call {
	display: none;
}

.contact-via {
	display: none;
	background-color: #6f980d;
	text-align: center;
	padding: 10px;
}

.contact-via h3 {
	color: #fff;
	margin: 0;
}

.viewpkg {
	text-align: center;
	margin-top: 15px;
}

.view-btn {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 2px 10px;
	transition: .3s;
	border: 1px solid #989393;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
}

.view-btn:hover {
	background-color: #989393;
	color: #fff;
}

/*
vertical-tab CSS end
=========================== */
.vertical-tab {
	display: table;
	width: 100%;
}

.vertical-tab .nav-tabs {
	display: table-cell;
	width: 20%;
	min-width: 20%;
	border: none;
	position: relative;
}

.vertical-tab .nav-tabs li {
	float: none;
	vertical-align: top;
}

.vertical-tab .nav-tabs li a {
	color: #505050;
	background-color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 18px 15px;
	margin: 0 0 7px 0;
	border-radius: 0;
	border: none;
	display: block;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li:last-child a {
	margin-bottom: 0;
}

.vertical-tab .nav-tabs li a:hover, .vertical-tab .nav-tabs li.active a, .vertical-tab .nav-tabs li.active a:hover {
	color: #fff;
	border: none;
}

.vertical-tab .nav-tabs li a:before, .vertical-tab .nav-tabs li a:after {
	content: '';
	height: 0;
	width: 100%;
	background-color: #03466f;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	transition: all 0.3s ease-out 0s;
}

.vertical-tab .nav-tabs li.active a:before, .vertical-tab .nav-tabs li a:hover:before {
	height: 100%;
}

.vertical-tab .nav-tabs li a:after {
	height: 18px;
	width: 18px;
	background-color: #505050;
	border: 3px solid #fff;
	border-radius: 50%;
	transform: translateY(-50%) scale(0);
	top: 50%;
	right: -9px;
	transition-delay: 0.15s;
}

.vertical-tab .nav-tabs li.active a:after, .vertical-tab .nav-tabs li a:hover:after {
	transform: translateY(-50%) scale(1);
}

.vertical-tab .tab-content {
	color: #505050;
	padding: 0px 15px 0 20px;
	margin-top: 10px;
	display: table-cell;
}

@media only screen and (max-width: 480px) {
	.vertical-tab .nav-tabs {
		display: block;
		width: 100%;
		border-right: none;
	}

	.vertical-tab .nav-tabs li {
		margin: 0 0 10px 0;
	}

	.vertical-tab .nav-tabs li:last-child {
		margin: 0;
	}

	.vertical-tab .nav-tabs li a {
		padding: 10px;
		margin: 0;
	}

	.vertical-tab .nav-tabs li a:after {
		top: auto;
		bottom: -9px;
		right: 50%;
		transform: translateY(0) translateX(50%) scale(0);
	}

	.vertical-tab .nav-tabs li.active a:after, .vertical-tab .nav-tabs li a:hover:after {
		transform: translateY(0) translateX(50%) scale(1);
	}

	.vertical-tab .tab-content {
		display: block;
		padding: 15px;
	}
}

.sm__text-holder {
	display: none;
}

.moretext {
	display: none;
}
  
.moreless-button {
	color: #0065a3;
	font-size: 14px;
	font-weight: 500;
}

.footer__contact {
	position: fixed;
	width: 100%;
	z-index: 9;
	bottom: 0;
	background-color: #ffffff;
	display: none;
}

/*
Responsive CSS
=========================== */
@media only screen and (max-width:1199px) {
	.container-fluid {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.gap {
		padding: 0 10px;
	}

	.banner-overlay {
		padding: 20px 10px;
	}

	.service-box {
		margin-top: 0px;
	}

	.contact-info ul li {
		padding-left: 24px;
	}
}

@media only screen and (max-width:991px) {
	.banner-overlay {
		width: 35%;
		padding: 20px 10px;
	}

	.banner-inner h1 {
		font-size: 20px;
	}

	.contact-bx {
		position: absolute;
		left: 20%;
		right: 20%;
		width: 38%;
	}

	.contact-info ul li {
		padding-left: 15px;
	}

	.tab .nav-tabs {
		padding-left: 120px;
	}

	.dsce {
		color: #fff;
		font-size: 12px;
		line-height: 20px;
		padding: 0;
	}

	.career-grid {
		padding: 30px 0px;
	}
}

@media only screen and (min-width:768px) and (max-width:960px) {
	.budget-grid {
		padding: 0;
	}

	.banner-overlay {
		width: 45%;
		padding: 20px 15px;
	}

	.contact-info ul li .cont-hd {
		font-size: 13px;
	}

	.contact-info ul li .cont-hd span {
		display: block;
		font-size: 13px;
		font-weight: 400;
	}

	.contact-info ul li .icon-hd {
		margin-right: 8px;
	}

	.contact-info ul li {
		padding-left: 14px;
	}

	.title {
		padding: 0 100px;
	}

	.company-text {
		background-color: #006cb9;
		padding: 50px 20px;
	}

}

@media only screen and (max-width:767px) {
	.nav-side {
		margin: 34px 0 0 0;
	}

	.contact-info {
		float: left;
		padding: 20px 0;
	}

	.contact-info ul li .cont-hd {
		font-size: 13px;
		line-height: 16px;
	}

	.contact-info ul li .cont-hd span {
		display: block;
		font-size: 13px;
		font-weight: 400;
	}

	.contact-info ul li .icon-hd {
		margin-right: 10px;
	}

	.contact-info ul li {
		padding-left: 22px;
	}

	.banner-overlay {
		position: inherit;
		background-color: rgba(36, 43, 42, 1);
		width: 100%;
		margin: 10px 0;
		height: inherit;
	}

	.dsce {
		color: #fff;
		font-size: 14px;
		line-height: 24px;
		padding: 10px 0;
	}

	.contact-bx {
		position: absolute;
		left: 10%;
		right: 10%;
		width: 50%;
	}

	.tab .nav-tabs {
		padding-left: 0px;
	}

	.budget-grid {
		padding: 0;
	}

	.title {
		padding: 0 30px;
	}

	.contact-wrapper {
		padding-bottom: 100px;
	}

	.contactlist ul li {
		padding: 0 2px;
		width: 50%;
	}

	.company-text h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.company-text h1 span {
		font-size: 14px;
	}

	.inner-box {
		margin-right: 15px;
	}

	.widget-title h3 {
		font-size: 20px;
	}

	.ser-type {
		margin-left: 40px;
	}

	.tab .nav-tabs li a i {
		font-size: 25px;
		width: 25px;
	}

	.tab .nav-tabs li a {
		font-size: 14px;
	}

	.viber-call {
		display: block;
	}

	.gap {
		padding: 0 10px;
	}

	.col-50 {
		width: 50%;
		float: left;
	}

	.company-text {
		background-color: #006cb9;
		padding: 30px 10px;
	}

	.site-title h2, .site-title h3, .site-title h4, .site-title h5, .site-title h6 {
		font-size: 30px;
		line-height: 40px;

	}

	h1 {
		font-size: 30px;
		line-height: 32px;
	}

	h3 {
		font-size: 24px;
		line-height: 32px;
	}

	h2 {
		font-size: 28px;
		line-height: 32px;
	}

	.ser-info h3 {
		font-size: 20px;
		line-height: 24px;
	}

	.nav-side span {
		font-size: 18px;
		padding: 2px 12px;
		right: 10px;
	}

	.rank-btn {
		font-size: 18px;
		padding: 10px 30px;

	}
	.widget-title {
		background: #085585;
		display: inline-block;
		padding: 1px 30px 1px 20px;
		position: relative;
	  }

	.text__holder {
		display: none;
	}

	.sm__text-holder {
		display: block;
	}

	p {
		line-height: 24px;
		font-size: 16px;
	}

	footer {
		display: none;
	}

	.footer__contact {
		display: block;
		padding: 10px 0;
	}

	.fot__cnt ul li {
		display: inline-block;
		font-weight: 600;
		margin-right: 10px;
		vertical-align: middle;
		padding: 6px 0;
	}

	.fot__cnt ul li a {
		color: #262626;
	}

	.fot__cnt ul li i {
		margin-right: 5px;
	}

	.consulation {
		background-color: #f47621;
		border-radius: 4px;
		color: #fff;
		display: inline-block;
		font-size: 12px;
		font-weight: 500;
		text-align: center;
		padding: 0 16px;
	}

	.consulation h6 {
		line-height: 20px;
	}
	.consulation a {
		color: #ffffff;
	}

	.cnt-info {
	   padding-left: 10px;
	}

	.cnt-info h2 {
		font-size: 24px;
	}

	.gap_50 {
		padding: 20px 0;
	}

}

@media only screen and (min-width:481px) and (max-width:600px) {
	.contact-info ul li .icon-hd {
		margin-right: 4px;
	}

	.contact-info ul li {
		padding-left: 8px;
	}

	.ser-type {
		margin-left: 20px;
	}

	.tab .nav-tabs li a i {
		font-size: 18px;
		width: 18px;
	}

	.tab .nav-tabs li a {
		font-size: 14px;
		color: #ffffff;
		font-weight: 500;
		text-transform: none;
		text-align: left;
		line-height: 18px;
		padding: 10px;
	}

}

@media only screen and (max-width:480px) {
	.logo {
		width: 190px;
	}

	.mbl-view {
		display: block;
		position: absolute;
		top: 5px;
		right: 10px;
		margin-bottom: 6px;
		color: #4b4b4b;
		font-size: 14px;
		font-weight: 700;
	}

	.contact-info {
		display: none;
	}

	.contact-info ul li {
		display: inline-table;
		padding-left: 25px;
		margin-bottom: 10px;
	}

	.contact-info {
		float: none !important;
		text-align: center
	}

	.contact-info ul {
		text-align: center;
		float: none !important;
	}

	.title {
		padding: 0 10px;
	}

	.sub-heading {
		font-size: 16px;
	}

	.text {
		font-size: 16px;
	}

	.inner-box {
		margin-right: 0px;
		float: none;
	}

	.award-info {
		margin-left: 0px;
		padding: 0 0 0 10px;
	}

	.company-award {
		border: 1px solid #e5e5e5;
		padding-top: 10px;
		margin-top: 20px;
		text-align: center;
	}

	.inner-box .icon {
		margin: 0 auto !important;
	}

	.company-text {
		padding: 24px 20px;
	}

	.company-text h4 {
		font-size: 20px;
		line-height: 30px;
	}

	.company-text h4 span {
		font-size: 18px;
	}

	.contact-via {
		display: block;
	}

	.col-100 {
		width: 50%;
		float: left;
	}

	.col-50 {
		width: 100%;
		float: none;
	}
	.packagetitle::before {	
		left: 44%;
	}
	.contact-form {
		position: relative;
		padding: 0 10px;
	}
}

@media only screen and (max-width:360px) {
	.widget-title {
		background: #085585;
		display: inline-block;
		padding: 6px 20px 6px 30px;
		position: relative;
	}

	.width-full {
		width: 100%;
	}
}