html,
button,
input,
select,
textarea {
	color: #5555555
}
html {
	font-size: 14px;
	line-height: 1.5em
}
body {
	font-family: open sans, sans-serif;
	color: #919191;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5em;
	background: #311c86;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased!important
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none
}
::selection {
	background: #b3d4fc;
	text-shadow: none
}
audio,
canvas,
img,
video {
	/*width: 100%;*/
	vertical-align: middle
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0
}
textarea {
	resize: vertical;
	width: 100%;
	border: 1px solid #e8e8e8
}
p,
ul,
ol,
pre,
table,
blockquote {
	margin-top: 1rem
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-top: 0;
	margin-bottom: 0
}
hr {
	border: 1px solid;
	margin: -1px 0
}
a,
a:active,
a:focus,
a:active {
	text-decoration: none!important;
	outline: none
}
a {
	color: #fff;
	text-decoration: none;
	transition: all .2s ease 0s
}
a:hover,
a:focus {
	color: #fff;
	text-decoration: underline
}
ul {
	margin: 0;
	padding: 0;
	list-style: none
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #666;
	margin: 0
}
h1 {
	font-weight: 600;
	font-style: inherit;
	font-size: 2.571rem;
	line-height: 1.111em
}
h2 {
	font-weight: 600;
	font-style: inherit;
	font-size: 2.143rem;
	line-height: .9em
}
h3 {
	font-weight: 600;
	font-style: inherit;
	font-size: 1.714rem;
	line-height: 1.875rem;
	margin: 0
}
h4 {
	font-weight: 600;
	font-style: inherit;
	font-size: 1.286rem;
	line-height: 1.875rem;
	margin: 0
}
img {
	max-width: 100%
}
input:focus,
select:focus,
button:focus {
	box-shadow: none;
	outline: none;
	border: none
}
.btn {
	background: #f9c535;
	color: #fff;
	border-radius: 0;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.btn:hover,
.btn-default:hover {
	background: #f6241b;
	color: #fff;
	border-color: #f6241b
}
.btn-default.focus,
.btn-default:focus {
	color: #fff;
	background-color: #f6241b;
	border-color: #f6241b
}
.wrapper {}.header-wrapper {
	margin-bottom: 5px
}
.header-top {
	background: #fff;
	 padding: 0px 30px 0px 30px;
}
.header-top .phone,
.header-top .location {
	margin: 10px 0
}
.header-top .phone p,
.header-top .location p {
	padding: 0;
	margin: 0
}
.header-top .phone {
	text-align: right
}
.header-top .phone strong {
	font-size: 20px;
	color: #f9c535
}
.header-top .location {
	text-align: right;
	font-size: 13px
}
@media(max-width:600px){.header-top .location,
.header-top .phone {
	text-align: left
}
}
.main-nav-bar {
	background: #1e0a71
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: transparent
}
.navbar-collapse,
.navbar-default {
	background-color: transparent;
	border-color: transparent
}
.navbar {
	margin: 0;
	min-height: 0;
	border: 0
}
.main-nav {}.main-nav li {
	display: inline-block
}
.main-nav li a {
	font-family: raleway, sans-serif;
	font-size: 1rem;
	margin-bottom: 0;
	padding: 15px;
	font-weight: 600;
	margin-left: 20px;
	color: rgba(255, 255, 255, .8)
}
.main-nav li a:hover,
.main-nav li a:focus {
	color: #fff;
	background: 0 0
}

.banner-area {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}
.banner-area .banner-title {
	padding: 50px;
	height: 150px;
    color: #fff;
    text-align: center;
    font-size: 40px;
    margin-bottom: -15px;
}
.banner-area li {
    position: relative;
    padding: 0 10px;
    color: #311c86;
}

.bread {
    background: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 10px;
}

.breadcrumb-area {
	overflow: hidden;
	background: #ffffffde;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}
.breadcrumb {
	background: #ffffff4f;
	padding: 15px 0 0 15px;
	margin-bottom: 15px
	
}
.breadcrumb a {
	color: #999;
	font-weight: 400
}
.breadcrumb .active {
	color: #000
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #999;
	content: "\f101";
	font-family: FontAwesome
}
.header-social {
	text-align: right;
	margin-top: 1.071em
}
.header-social ul li {
	display: inline-block
}
.header-social ul li a {
	display: block;
	color: rgba(0, 0, 0, .4);
	padding-right: 1em
}
.header-social ul li a:hover {
	color: #f9c535
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: transparent;
	border-color: none
}
.main-nav .dropdown-menu {
	min-width: 450px;
	background: #130354eb;
	border-radius: 0;
	left: 0!important;
	margin-top: 0;
	display: block;
	visibility: hidden;
	opacity: 0;
	border: 0;
	padding: 20px 0;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.main-nav .dropdown-menu li {
	display: block
}
.main-nav .dropdown-menu li a {
	color: #999;
	display: inline-block;
	padding: 8px 30px
}
.main-nav .dropdown-menu li a:hover {
	color: #fff;
	background: 0 0
}
.main-nav .dropdown:hover .dropdown-menu {
	display: block;
	opacity: 1;
	visibility: visible;
	left: 17px!important
}
.header-search {
	position: relative
}
.header-search input {
	height: 50px;
	border: 0;
	border-radius: 0;
	background: rgba(0, 0, 0, .5);
	padding: 0 60px 0 20px
}
.header-search button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	background: 0 0;
	border: 0;
	padding: 0
}
@media(max-width:767px){.logo{margin-bottom:15px}.header-wrapper{padding:0}.provider,.menu-facturur,.certifier,.login-register{text-align:left}.login-register{float:left!important}.navbar-default .navbar-toggle {
	padding: 0 .5em;
	top: -6px
}
.main-nav-bar {
	position: absolute;
	top: 2.857em;
	right: 0
}
}
@media(min-width:991px) and (max-width:1199px) {
	.provider,
	.menu-facturur,
	.certifier,
	.login-register {
		margin-right: .5em
	}
}
.offcanvas-menu {}.offcanvas i {
	font-size:18px;
	color:rgba(255,
	255,
	255,
	.8)
}
.offcanvas button {
	margin:0;
	border:0;
	width:40px;
	height:40px;
	line-height:44px;
	padding:0
}
.navbar-header .navbar-toggle:focus,
.navbar-header.navbar-toggle:hover {
	background-color:transparent
}
#menu {
	margin:30px
}
#menu>li {
	line-height:40px;
	border-bottom:1px solid rgba(255,
	255,
	255,
	.1)
}
#menu>li:last-child {
	border-bottom:0
}
#menu>li ul li {
	margin-left:40px;
	border-top:1px solid rgba(255,
	255,
	255,
	.1)
}
#menu li a {
	display:block;
	text-decoration:none;
	color:#999
}
#menu li a:hover,
#menu li.active a {
	color:#fff
}
.offcanvas-menu .close {
	position:absolute;
	right:0;
	color:#fff;
	text-shadow:none;
	filter:alpha(opacity=100);
	opacity:1;
	width:44px;
	height:38px;
	-webkit-transition:all .3s ease 0s;
	-moz-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	transition:all .3s ease 0s
}
.offcanvas-menu .close:hover {
	opacity:.5
}
.banner-section {
	position:relative;
	height:100%;
	margin-bottom:30px
}
.banner-caption {
	text-align:center;
	position:absolute;
	background:#f9c535e0;
	width:50%;
	padding:60px;
	left:50%;
	top:50%;
	transform:translate(-50%,
	-50%);
	-webkit-transform:translate(-50%,
	-50%);
	-moz-transform:translate(-50%,
	-50%)
}
.banner-caption h1 {
	color:#fff
}
.banner-caption p {
	color:#fff
}
.carousel-inner .item img {
	height:100%;
}
@media(max-width:767px){.banner-caption{width:18.857em;padding:1em}}.service-section{}.service-list{position:relative;margin-bottom:30px}.service-list::before{content:'';position:absolute;width:100%;height:100%;z-index:9;-webkit-transition:background .3s;
-moz-transition:background .3s;
-ms-transition:background .3s;
-o-transition:background .3s;
transition:background .3s;
opacity:0;
transition:opacity .5s
}
.service-list:hover::before {
	background:-webkit-linear-gradient(top right,
	rgba(252,
	83,
	76,
	0) 0%,
	rgb(249,
	197,
	53) 100%);
	background:-o-linear-gradient(top right,
	rgba(252,
	83,
	76,
	0) 0%,
	rgba(249,
	197,
	53,
	.8) 100%);
	background:-moz-linear-gradient(top right,
	rgba(252,
	83,
	76,
	0) 0%,
	rgba(249,
	197,
	53,
	.8) 100%);
	background:linear-gradient(top right,
	rgba(252,
	83,
	76,
	0) 0%,
	rgba(249,
	197,
	53,
	.8) 100%);
	opacity:1
}
.service-caption {
	position:absolute;
	left:0;
	bottom:0;
	z-index:10
}
.service-caption {
	padding:0 0 15px 30px
}
.service-left {
	float:left;
	width:50%
}
.service-left h2 {
	color:#ffffff
}
.service-left p {
	font-weight: 600;
	color:#ffffff
}
.service-right {
	color:#fff;
	float:right;
	margin-top: 100px;
	text-align:right;
	width:50%
}
.service-right a {
	color:#333;
	background:#fff;
	padding:8px 20px;
	margin-top:4.25em;
	display:inline-block
}
.service-right a i {
	font-size:1.714rem
}
.service-right a:hover {
	background:#f9c535;
	color:#fff
}
@media(max-width:767px){.service-left{width:84%}.service-right{width:16%}}@media(max-width:991px){.service-left{width:80%}.service-right{width:20%}}.about-section{background:#fff;margin-bottom:30px;padding:30px 0;
overflow:hidden
}
.about-carousel-item {
	position:relative;
	padding:0 2.143em
}
.about-us {
	padding:0 2.143em
}
.customNavigation a {
	position:absolute;
	top:33%;
	font-size:1.25rem;
	color:#fff;
	cursor:pointer;
	width:1.667em;
	text-align:center;
	background:#55595d;
	padding:3px 12px
}
.customNavigation .prev {
	float:left;
	left:0
}
.customNavigation .next {
	float:right;
	right:0
}
.customNavigation a:hover {
	background:#f9c535
}
.customNavigation i {
	color:#fff;
	vertical-align:baseline
}
.products-section {
	margin-bottom:30px;
	background:#fff;
	padding:40px 20px
}
.product-item {
	text-align:center
}
.product-item p {
	margin-bottom:30px
}
.product-item i {
	height:40px;
	line-height:40px;
	display:block;
	margin-bottom:20px
}
.product-item i:before {
	font-size:40px;
	margin:0;
	padding:0;
	color:#f9c535
}
.product-item a.read-more {
	background:#333;
	color:#fff;
	display:inline-block;
	padding:4px 10px;
	text-transform:uppercase
}
.product-item a.read-more:hover {
	background:#f9c535
}
@media(max-width:768px){.product-item{margin-bottom:30px}}.section-welcome{margin-bottom:2.143em;overflow:hidden}.welcome{background:#fff}.welcome-details{padding:30px}.welcome-details a {
	background:#55595d;
	color:#fff;
	text-transform:uppercase;
	padding:4px 12px;
	margin-top:20px;
	display:inline-block
}
.welcome-details a:hover {
	background:#f9c535
}
.hiring-tab {
	overflow:hidden;
	position:relative;
	background:#f5f5f5
}
.hiring-tab .nav-tabs {
	float:left;
	width:25%;
	border-bottom:0;
	background:#f5f5f5
}
.hiring-tab .tab-content {
	float:right;
	width:75%;
	background:#fff
}
.hiring-tab .nav-tabs li {
	float:none;
	border-top:0
}
.hiring-tab .nav-tabs li:last-child a {
	box-shadow:none
}
.hiring-tab .nav-tabs li a {
	border-radius:0;
	margin:0;
	color:#55595d;
	padding:30px 20px;
	border:0;
	box-shadow:0 1px 0 rgba(0,
	0,
	0,
	.1)
}
.hiring-tab .nav-tabs li.active {
	cursor:default;
	background-color:0 1px 0 rgba(0,
	0,
	0,
	.1);
	border:0
}
.hiring-tab .nav-tabs li.active a {
	border:0
}
.hiring-tab .nav-tabs li.active a:hover {
	color:#55595d;
	cursor:default;
	background-color:#fff;
	border:0
}
.tab-content-details {
	background:#fff;
	padding:35px 30px;
	min-height:408px
}
.tab-content-details h4 {
	margin-bottom:1.1em
}
@media(max-width:767px){.hiring-tab .nav-tabs li a {
	padding:10px 6px
}
}
.call-to-action {
	margin-bottom:2.143em;
	overflow:hidden;
	background:#fff;
	box-shadow:0 8px 20px rgba(85,
	89,
	93,
	.2);
	-webkit-box-shadow:0 8px 20px rgba(85,
	89,
	93,
	.2);
	-moz-box-shadow:0 8px 20px rgba(85,
	89,
	93,
	.2)
}
.action-serve {
	background:#55595d;
	padding:3.571em 4.429em 2.143em 2.143em
}
.action-serve h3 {
	color:#fff;
	line-height:1.25em
}
.action-serve h4 {
	color:rgba(255,
	255,
	255,
	.9);
	line-height:2.222em
}
.action-serve p {
	color:rgba(255,
	255,
	255,
	.9)
}
#action-testimonial {
	padding:3.571em 3.571em 3.2em 1.286em;
	position:relative
}
.client-thumb {
	width:20%
}
.client-comments {
	width:80%;
	position:relative
}
#action-testimonial .owl-controls {
	text-align:left;
	position:absolute;
	bottom:15%;
	left:150px
}
#action-testimonial .owl-controls .owl-page span {
	width:4px;
	height:4px;
	background:#919191
}
#action-testimonial .owl-controls .owl-page.active span {
	background:#f9c535
}
.client-comments p {
	font-size:1.143rem;
	font-weight:600;
	font-style:italic;
	letter-spacing:.5px
}
.client-comments p::before {
	content:"\f10d";
	font-family:FontAwesome;
	font-style:normal;
	font-weight:400;
	text-decoration:inherit;
	font-size:.5rem;
	color:#919191;
	vertical-align:super
}
.client-comments p::after {
	content:"\f10e";
	font-family:FontAwesome;
	font-style:normal;
	font-weight:400;
	text-decoration:inherit;
	font-size:.5rem;
	color:#919191;
	vertical-align:super
}
.client-comments .name {
	display:block;
	font-weight:600;
	font-size:.857rem
}
.client-comments .designation {
	font-size:.714rem;
	margin-top:-5px;
	display:inherit
}
@media(max-width:991px){.client-thumb{display:none}#action-testimonial .owl-controls {
	text-align:center;
	position:static
}
}
.our-clients-section {
	margin-bottom:2.143em;
	padding:2.143em 0;
	overflow:hidden;
	background:#fff;
	box-shadow:0 8px 20px rgba(85,
	89,
	93,
	.2);
	-webkit-box-shadow:0 8px 20px rgba(85,
	89,
	93,
	.2);
	-moz-box-shadow:0 8px 20px rgba(85,
	89,
	93,
	.2)
}
#our-client-thumb {
	position:relative;
	padding:0 30px;
	text-align:center
}
.footer-section {
	margin-bottom:40px;
	padding:40px 40px 20px;
	background:#55595d
}
.footer-section a:hover {
	color:#f9c535
}
.footer-top h4 {
	color:#fff;
	margin-bottom:1.667em
}
.footer-top p {
	color:rgba(255,
	255,
	255,
	.5)
}
.footer-top .about a {
	color:#fff
}
.about img {
	margin-top:5px;
	margin-bottom:12px
}
.recent-news li {
	border-bottom:1px solid rgba(255,
	255,
	255,
	.1);
	padding:12px 0
}
.recent-news a {
	display:block
}
.recent-news li:first-child {
	padding-top:0
}
.recent-news li:last-child {
	border:0
}
.services li {
	border-bottom:1px solid rgba(255,
	255,
	255,
	.1);
	padding:5px 0
}
.services li:first-child {
	padding-top:0
}
.services li:last-child {
	border:0
}
.services li a {
	color:rgba(255,
	255,
	255,
	.5);
	transition:all .3s
}
.services li a:hover {
	color:#fff
}
.get-in-Touch address {
	color:rgba(255,
	255,
	255,
	.5)
}
.get-in-Touch address i {
	font-size:1.286rem;
	margin-right:10px
}
.footer {
	border-top:1px solid rgba(0,
	0,
	0,
	.2);
	padding:20px 0
}
.copyright p {
	color:rgba(255,
	255,
	255,
	.5);
	margin:0
}
.footer-social {
	text-align:right
}
.footer-social ul li {
	display:inline-block
}
.footer-social ul li a {
	display:block;
	color:rgba(255,
	255,
	255,
	.5);
	padding-right:2.143em
}
.footer-social ul li a:hover {
	color:#fff
}
.footer-social ul li a i {
	padding-right:.825em
}
@media(max-width:767px){.about,.news,.services{margin-bottom:3.571em}.footer-social{text-align:left;margin-top:1.071em}}@media(min-width:768px) and (max-width:1024px) {
	.footer-social ul {
		text-align:center
	}
}
#toTop {
	position:fixed;
	bottom:1.667em;
	right:2.8em;
	color:#fff;
	cursor:pointer;
	display:none;
	z-index:9999;
	width:50px;
	height:50px;
	background:#55595d;
	text-align:center;
	line-height:28px;
	padding:10px
}
#toTop i {
	font-size:2rem
}
.inner-content {
	background:#fff;
	padding:0 2.2em 2.2em;
	margin-bottom:2.143em;
	overflow:hidden;
	box-shadow:0 8px 20px rgba(85,
	89,
	93,
	.2);
	-webkit-box-shadow:0 8px 20px rgba(85,
	89,
	93,
	.2);
	-moz-box-shadow:0 8px 20px rgba(85,
	89,
	93,
	.2)
}
.service-head {
	padding:4.286em 0 1.071em;
	border-bottom:1px solid rgba(0,
	0,
	0,
	.1)
}
.service-head p {
	font-size:1.429rem;
	font-weight:600;
	color:rgba(0,
	0,
	0,
	.5)
}
.service-inner-list {
	padding:2.143em 0
}
.service-inner-item {
	margin-bottom:2.143em
}
.service-list img {
	width:100%
}
.service-item-content {
	padding-top:1.429em
}
.service-item-content a {
	background:#55595d;
	color:#fff;
	text-transform:uppercase;
	padding:4px 12px;
	margin-top:8px;
	display:inline-block
}
.service-item-content a:hover {
	background:#f9c535
}
.more-service-section {
	overflow:hidden;
	padding:4.714em;
	background:#f5f5f5
}
.more-service-left {
	width:30%;
	margin-right:4.714em
}
.more-services {
	width:63%
}
.more-services h4 {
	color:rgba(0,
	0,
	0,
	.5);
	line-height:2.222em
}
.more-services p {
	margin:0 0 1.5em
}
.more-services ul {
	overflow:hidden;
	padding-left:18px
}
.more-services ul li {
	list-style:square;
	float:left;
	min-width:270px
}
.more-services ul li a {
	color:rgba(0,
	0,
	0,
	.4);
	font-weight:600;
	line-height:1.929em
}
.more-services ul li a:hover {
	color:rgba(0,
	0,
	0,
	.6)
}
@media(max-width:767px){.more-service-section{padding:0}.more-service-left{width:100%}.more-services{width:100%;padding:1.5em}.header-social{text-align:left;margin-left:1.071em;margin-top:0;margin-bottom:1em}}@media(min-width:768px) and (max-width:1024px) {
	.more-service-left {
		margin-right:2.714em
	}
	.more-services ul li {
		min-width:110px
	}
}
.left-sidebar,
.single-description {
	padding-top:4.286em
}
.left-sidebar h4 {
	font-size:1.429rem;
	color:rgba(0,
	0,
	0,
	.7);
	margin-bottom:1.4em
}
.left-sidebar li {
	border-bottom:1px solid rgba(0,
	0,
	0,
	.1);
	padding:5px 0
}
.left-sidebar li a {
	font-family:raleway,
	sans-serif;
	color:rgba(0,
	0,
	0,
	.4);
	font-weight:600
}
.left-sidebar li a:hover {
	color:rgba(0,
	0,
	0,
	.9)
}
.single-description h1,
.single-description img,
.single-description h4 {
	margin-bottom:.833em
}
.single-description h2 {
	font-size:1.5rem
}
.single-description p {
	margin-bottom:2em
}
.company {
	padding:4.286em 0;
	overflow:hidden;
	border-bottom:1px solid rgba(0,
	0,
	0,
	.1)
}
.company-description p {
	margin:1.5em 0
}
.company-description {
	width:50%;
	padding-right:15px
}
.company-description h2 {}.company-description h3 {
	font-size:1.429rem;
	margin-top:1em;
	line-height:1.8em;
	color:rgba(0,
	0,
	0,
	.6)
}
.company-thumb {
	width:50%;
	padding-left:15px
}
.company-chairmen {
	padding:4.286em 0;
	overflow:hidden;
	border-bottom:1px solid rgba(0,
	0,
	0,
	.1)
}
.chairmen-thumb {
	width:50%
}
.chairmen-description {
	width:50%;
	padding-left:1.143em
}
.chairmen-description p {
	margin:1.5em 0
}
.signature img {
	padding-bottom:1em;
	border-bottom:1px solid rgba(0,
	0,
	0,
	.1)
}
.signature h4 {
	padding-top:.6em
}
.signature p {
	margin:0
}
.directors {
	padding:4.286em 0 2em;
	overflow:hidden
}
.directors h3 {
	margin:.625em 0 1.25em .625em
}
.director-list h4 {
	margin-top:.833em
}
.director-list h5 {
	font-family:raleway,
	sans-serif;
	font-weight:600;
	font-size:1rem;
	margin:0;
	color:rgba(0,
	0,
	0,
	.4)
}
@media(max-width:767px){.company-description,.company-thumb,.chairmen-thumb,.chairmen-description{width:100%;padding:0}.chairmen-thumb img,
.director-list {
	margin-bottom:1.071em
}
}
@media(min-width:480px) and (max-width:767px) {
	.director-list {
		margin-bottom:1.071em;
		width:50%;
		float:left;
		max-height:332px
	}
}
.contact {
	padding:4.286em 0;
	overflow:hidden;
	border-bottom:1px solid rgba(0,
	0,
	0,
	.1)
}
.contact-head {
	padding-bottom:3.2em
}
.main-contact-form h4,
.contact-us .get-in-Touch h4 {
	margin-bottom:1.4em;
	font-size:1.429rem
}
.main-contact-form input[type=text],
.main-contact-form input[type=email],
.main-contact-form input[type=tel] {
	width:100%;
	line-height:3em;
	padding:0 1.5em;
	margin-bottom:2.2em;
	border:1px solid #e8e8e8
}
#phone {
	width:48%;
	margin-right:.8em
}
#subject {
	width:48%;
	margin-left:1em
}
.main-contact-form input[type=submit] {
	margin-top:2em;
	line-height:2em;
	padding:8px 30px;
	text-transform:uppercase;
	border:1px solid #f9c535
}
.contact-us .get-in-Touch address {
	color:#919191
}
.contact-us .get-in-Touch address a {
	color:rgba(0,
	0,
	0,
	.8);
	font-weight:600
}
.map-area {
	position:relative;
	padding-top:4.286em
}
.map-canvas {
	height:300px
}
@media(max-width:767px){#phone,#subject{width:100%;margin:0 0 2.2em
}
.contact-us .get-in-Touch h4 {
	margin-top:2.2em
}
}
@media(min-width:768px) and (max-width:1199px) {
	#subject {
		margin-left:.6em
	}
}