@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
html,
body {
	height: 100%;
	min-height: 100%;
}

body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: normal;
	margin: 0;
}

div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
ol,
dl,
li,
dt,
dd,
blockquote,
pre,
form,
fieldset,
label,
a {
	margin: 0;
	padding: 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

img,
a img {
	border: none;
}

h1 {
	color: #e4ad0c;
	font-size: 30px;
}

h2 {
	font-size: 44px;
	color: #272110;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 20px;
	color: #2e2d2d;
}

h6 {
	font-size: 12px;
}

h1,
h2,
h4,
h6 {
	font-weight: normal;
	margin-bottom: 5px;
}

ul li {
	list-style: none;
}

p {
	color: #84898b;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	padding: 0;
}

a {
	color: #231f20;
	outline: none;
	text-decoration: none !important;
	transition: all .3s;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a.active {
	color: #fff !important;
}

a:focus {
	outline: none;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clr {
	clear: both;
}

.center-block {
	float: none;
	margin: 0 auto;
}

.bdr-bot0 {
	border-bottom: 0 !important;
}

 ::-moz-placeholder {
	color: #868686 !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

 :-ms-input-placeholder {
	color: grey !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

 ::-webkit-input-placeholder {
	color: #868686 !important;
	font-size: 13px;
	font-style: normal;
	opacity: 1;
}

.btn {
	transition: all .3s;
	border-radius: 0;
	border: 0;
	transition: all .3s;
}

.btn-primary {
	background-color: #022658;
	color: #fff !important;
	text-transform: capitalize;
	border: 1px solid #022658;
	padding: 10px 30px;
}

.btn-primary:hover {
	color: #022658 !important;
	background: #fff;
}

.btn-lg {
	padding: 15px 60px;
	border-radius: 30px;
}

.btn-md {
	font-size: 18px;
	padding: 12px 30px;
}


/*=================MAIN STYLES================*/

.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}

#wrapper {
	position: relative;
}

.top-bar-h {
	padding: 15px 0;
	background: #fff;
}

.top-bar-h .tpb-ct li {
	padding: 0 10px;
	float: left;
}

.top-bar-h .tpb-ct li:first-child {
	padding-left: 0;
}

.top-bar-h .tpb-ct li a {
	color: #022658;
	font-size: 13px;
}

.top-bar-h .tpb-ct li a .fa {
	margin-right: 10px;
}

.top-bar-h .tpb-sc {
	float: right;
}

.top-bar-h .tpb-sc li {
	float: left;
	padding: 0 6px;
}

.top-bar-h .tpb-sc li:last-child {
	padding-right: 0;
}

.top-bar-h .tpb-sc li a {
	font-size: 10px;
	color: #022658;
	height: 22px;
	width: 22px;
	border: 1px solid #022658;
	border-radius: 50%;
	line-height: 20px;
	text-align: center;
	transition: all .3s;
}

.top-bar-h .tpb-sc li a:hover {
	color: #022658;
	background: #fff;
}

header {
	background: transparent;
	position: relative;
	z-index: 9999;
}

header .navbar {
	background: #022658;
	border: 0;
	margin-bottom: 0;
	z-index: 9999;
}

.navbar-brand {
	height: auto;
	z-index: 9999;
	margin-top: 5px;
}

.navbar-toggle {
	border: 0;
	background: none;
	border-radius: 0;
	z-index: 9999;
	position: relative;
	margin-top: 15px;
}

.navbar-toggle .icon-bar {
	background-color: #fff !important;
}

.navbar-toggle:hover {
	background-color: #fff !important;
}

.navbar-toggle:visited {
	background-color: transparent;
}

.navbar-right li {
	padding: 15px 15px;
}

.navbar-right li a {
	color: #fff !important;
	font-size: 13px;
	text-transform: uppercase;
	transition: all .4s;
	font-weight: 600;
	border: 4px solid transparent;
	padding: 0;
	line-height: 40px;
}

.navbar-right li a:hover {
	border-color: #ffd510 !important;
}

.navbar-right li:last-child {
	padding-right: 0;
}

.navbar-toggle {
	border: none;
	background: transparent !important;
}

.navbar-toggle:hover {
	background: transparent !important;
}

.navbar-toggle .icon-bar {
	width: 22px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.navbar-toggle {
	border: none;
	background: transparent !important;
}

.navbar-toggle:hover {
	background: transparent !important;
}

.navbar-toggle .icon-bar {
	width: 22px;
	transition: all 0.2s;
}

.navbar-toggle .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
	opacity: 0;
}

.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
	transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
	transform: rotate(0);
}

.carousel .item img {
	width: 100%;
}

.slider-text {
	position: absolute;
	right: 10%;
	top: 35%;
	text-align: right;
}

.slider-text h1 {
	font-size: 60px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
}

.slider-text p {
	font-size: 15px;
	color: #fff;
	margin: 20px 0 20px 0;
}

.carousel-control {
	background: none !important;
	opacity: 1 !important;
}

.carousel-control .left-arrow,
.carousel-control .right-arrow {
	position: absolute;
	top: 50%;
}

.carousel-indicators {
	display: none;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: right bottom;
}

.services {
	margin: 70px 0;
	background-image: url(../images/services-bg.jpg);
}

.services .sec-heading {
	margin-bottom: 65px;
}

.sec-heading p {
	font-size: 12px;
	line-height: 20px;
}

.services .icon {
	width: 15%;
	float: left;
}

.services .icon {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.services .icon .fa {
	font-size: 45px;
}

.list {
	margin-top: 20px;
}

.list .fa {
	color: #ffd510;
	font-size: 20px;
	padding-right: 6px;
}

.list p {
	color: #022658;
	font-size: 18px;
	font-weight: 500;
}

.list span {
	padding: 0 0 20px 31px;
	display: inline-block;
	color: #a1a19f;
}

.services .btn {
	margin-top: 20px;
}

.services .service-block {
	margin-bottom: 40px;
	text-align: center;
}

.service-nm {
	font-size: 22px;
	color: #222222;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.services .service-block p {
	font-size: 15px;
	color: #777777;
	line-height: 22px;
	margin-top: 8px;
}

.divider-sec {
	padding: 90px 0;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center bottom;
}

.divider-sec h2 {
	color: #fff;
	font-weight: 50px;
	font-weight: 600;
}

.div-sec-1 {
	background-image: url(../images/dsc-1.jpg);
	margin-bottom: 60px;
}

.div-sec-2 {
	background-image: url(../images/dsc-2.jpg);
}

.div-sec-3 {
	background-image: url(../images/dsc-3.jpg);
	margin-top: 60px;
}

.div-sec-4 {
	background-image: url(../images/dsc-4.jpg);
}

.our-prjcts {
	padding-bottom: 50px;
}

.pr-item {
	box-shadow: 0px 10px 38.7px 4.3px rgba(0, 0, 0, 0.17);
	margin-bottom: 25px;
}

.pr-item img {
	width: 100%;
}

.pr-item .pr-text {
	padding: 25px 25px 20px 25px;
}

.pr-item .pr-name {
	font-size: 22px;
	color: #022658;
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
}

.pr-item p {
	font-size: 16px;
	color: #4b4b4b;
	line-height: 24px;
	margin: 19px 0;
}

.pr-item .pr-desc {
	font-size: 15px;
	color: #a1a19f;
	font-weight: 700;
	margin-top: 19px;
	display: block;
}

.what-we-do {
	margin: 40px 0 !important;
	display: inline-block;
	width: 100%;
	float: none;
}

.what-we-do .col-md-2 {
	width: 20%;
	float: left;
	text-align: center;
}

.our-project {
	background-image: url(../images/who-bg.jpg);
	background-position: left bottom;
}

.icon-container {
	width: 212px;
	border-radius: 50%;
	padding-top: 50px;
	transition: all .3s;
	margin: 0 auto;
	text-align: center;
}

.icon-container p {
	line-height: 24px;
	margin-top: 20px;
}

.icon-container .icon {
	height: 70px;
	text-align: center;
	position: relative;
}

.icon-container .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.icon-container .icon-text {
	text-transform: uppercase;
	font-size: 16px;
	color: #3b0101;
	margin-top: 15px;
	display: inline-block;
	font-weight: 600;
}

.sec-heading p {
	font-size: 22px;
	color: #022658;
	margin-top: 10px;
}

.sec-heading h2 {
	color: #022658;
	font-weight: 600;
}

.projects-container {
	margin: 60px 0 90px 0;
}

.project {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	cursor: pointer;
}

.project .pr-owner {
	background-color: rgba(0, 0, 0, 0.767);
	padding: 15px;
	text-align: center;
	position: absolute;
	left: -400px;
	bottom: 0;
	width: 100%;
	transition: all .4s;
	transform: rotate(90deg);
}

.project .pr-owner .ow-name {
	font-size: 22px;
	color: #fff;
}

.project:hover .pr-owner {
	left: 0;
	transform: none;
}

.project:hover .img img {
	transition: all .4s;
}

.project:hover .img img {
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.news-sec {
	padding: 70px 0 70px 0;
	background: #f1eded;
}

.news-sec .news {
	background-color: #f1ecec;
}

.news-sec .sec-heading h2 {
	margin-bottom: 55px;
	color: #fff;
}

.news-sec .news-text {
	padding: 30px 20px 20px 20px;
	background: #fff;
}

.news-sec .news-head {
	font-size: 22px;
	color: #282828;
	margin-bottom: 20px;
	display: inline-block;
	font-weight: 600;
}

.news-sec .blog-img {
	position: relative;
}

.blog-dt {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	background-color: #022658;
	padding: 10px;
	font-weight: 600;
	font-size: 24px;
}

.news-sec .owl-stage-outer {
	margin-bottom: 50px !important;
}

.news-sec .btn {
	margin-top: 20px;
}

.reviews {
	padding: 80px 0;
	position: relative;
	background-image: url(../images/testi-bg.jpg);
}

.reviews .owl-dots {
	display: none !important;
}

.reviews .sec-heading {
	margin-bottom: 80px;
}

.reviews .owl-nav .owl-prev,
.reviews .owl-nav .owl-next,
.reviews .owl-dot {
	font-family: 'fontAwesome';
}

.reviews .owl-nav {
	float: left;
	left: 0;
	position: absolute;
	right: 0;
	top: 40%;
	width: 100%;
	z-index: 9999;
}

.reviews .owl-carousel .owl-nav button.owl-next,
.reviews .owl-carousel .owl-nav button.owl-prev,
.reviews .owl-carousel button.owl-dot {
	border: none;
	color: #fff;
	height: 36px;
	line-height: 36px;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 36px;
	right: 0;
}

.reviews .owl-carousel .owl-nav button.owl-prev {
	left: 20px;
}

.reviewsr .owl-carousel .owl-nav button.owl-next {
	right: 0px;
}

.reviews .owl-carousel .owl-nav .owl-prev span,
.reviews .owl-carousel .owl-nav .owl-next span {
	font-size: 45px;
	line-height: 34px;
}

.reviews .owl-dots {
	display: none;
}

.review .reviewer-img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 40px;
}

.review-text .name {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	display: block;
	margin-bottom: 10px;
}

.review-text .position {
	color: #fff;
	font-size: 17px;
	text-transform: capitalize;
}

.review-text p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

footer {
	background: #fff;
	background-size: cover;
	padding: 72px 0 50px 0;
}

footer h4 {
	color: #022658;
	font-weight: 500;
	margin: 0 0 30px 0;
}

footer p {
	color: #022658;
	margin-bottom: 25px;
}

footer ul li {
	float: left;
	padding: 0 10px;
}

footer ul.ft-social li a {
	color: #022658;
	text-transform: uppercase;
	font-size: 22px !important;
	height: 36px;
	width: 36px;
	border: 1px solid #fff;
	line-height: 34px !important;
	text-align: center;
	transition: all .3s;
}

footer ul.ft-social li a:hover {
	color: #022658;
	background: #fff;
}

.ft-contact .fa {
	margin-right: 10px;
}

footer .divider-2 {
	height: 1px;
	background: #022658;
	margin: 40px 0;
}

.ft-links li {
	border-right: 1px solid #022658;
}

.ft-links li:first-child {
	padding-left: 0;
}

.ft-links li:last-child {
	border: 0;
}

.ft-links li a {
	color: #022658;
}

.ft-links li a:hover {
	color: #022658;
}

footer .ft-logo {
	display: block;
	margin-bottom: 45px;
}

footer .col-md-3 a {
	display: block;
	padding: 0 0 15px 0;
	color: #022658;
}

footer .col-md-3 a:hover {
	color: #022658;
}

footer .credits {
	color: #022658;
	font-size: 14px;
	float: right;
}

footer .footer-address {
	font-size: 23px;
	color: #022658;
	margin-bottom: 30px;
	font-weight: 700;
	letter-spacing: 3px;
}

footer .social-links {
	display: inline-block;
	margin: 10px auto 0 auto;
}

footer .social-links li {
	float: left;
	padding: 0 11px;
}

.ft-social {
	display: inline-block;
	margin: 20px auto 0 auto;
}

footer .social-nav li:last-child {
	padding-right: 0;
}

footer .copy {
	font-size: 13px;
	color: #022658;
	float: right;
}

.page-heading {
	background-image: url(../images/slide2.jpg);
	background-size: cover;
	padding: 40px 0 40px 0;
}

.page-heading .pg-title {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.abt-section,
.abt-team {
	margin: 50px 0 0 0;
}

.abt-section {
	padding: 70px 0;
	margin-top: 0;
	background: none;
}

.abt-team {
	margin-bottom: 70px;
	text-align: center;
}

.abt-section .header-txt {
	margin-top: 40px;
}

.abt-teamimg {
	border: 6px solid #022658;
}

.abt-team h2 {
	margin-bottom: 50px;
}

.abt-team .e-img {
	position: relative;
}

.abt-team .ie-imgmg img {
	width: 100%;
}

.abt-team .e-img .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(2, 38, 88, 0.6);
	height: 100%;
	transform: scale(0);
	transition: all .4s;
	overflow: hidden;
}

.abt-team .e-img .overlay ul {
	position: absolute;
	left: 50%;
	top: -500px;
	transform: translate(-50%, -50%);
	transition: all 1s;
}

.inr-lay {
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	background: transparent;
}

.inr-lay:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	border: 3px solid #ffd510;
	z-index: 9999;
	border-right: 0;
	border-bottom: 0;
	transition: all 1s;
	animation: beforean 5s infinite;
}

.inr-lay:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	border: 3px solid #ffd510;
	z-index: 9999;
	border-left: 0;
	animation: afteran 5s infinite;
	border-top: 0;
}

@keyframes beforean {
	0% {
		width: 0;
		height: 0;
	}
	50% {
		width: 100%;
		height: 0;
	}
	100% {
		width: 100%;
		height: 100%;
	}
}

@keyframes afteran {
	0% {
		width: 0;
		height: 0;
	}
	50% {
		width: 0;
		height: 100%;
	}
	100% {
		width: 100%;
		height: 100%;
	}
}

.abt-team .e-img .overlay ul li {
	float: left;
	padding: 0 10px;
}

.abt-team .e-img .overlay ul li a {
	color: #fff;
	font-size: 23px;
}

.abt-team .col-md-4:hover .overlay ul {
	top: 50%;
}

.abt-team .col-md-4:hover .inr-lay:before {
	width: 50%;
}

.abt-team .col-md-4:hover .overlay {
	transform: scale(1);
}

.abt-team span.name {
	font-size: 22px;
	color: #022658;
	margin: 15px 0 5px 0;
	display: block;
}

.abt-team span.postion {
	font-size: 17px;
	color: #4b5562;
	margin-bottom: 25px;
	display: inline-block;
}

.contact-us .contact-outer-box {
	border: 4px solid #022658;
	padding: 10px;
}

.contact-us .contact-inner-box {
	border: 2px solid #022658;
	padding: 30px 20px 60px 0;
}

.contact-inner-box p {
	font-size: 17px;
	color: #272110;
}

.contact-us .contact-inner-box h5 {
	font-size: 19px;
	font-weight: 500;
	color: #272110;
	margin-bottom: 10px;
}

.ct-address,
.ct-hours,
.ct-contact-det {
	margin: 0 10px 20px 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #272110;
}

.ct-connect ul {
	float: right;
	margin-top: 6px;
}

.ct-connect ul li {
	float: left;
	padding: 0 8px;
}

.ct-connect ul li .fa {
	font-size: 21px;
}

.ct-form .form-group {
	margin-bottom: 28px;
}

.ct-form .form-control {
	min-height: 46px;
	border-color: #dddddd;
	box-shadow: none;
	background: #fff;
	border-radius: 0;
}

.ct-form label {
	color: #022658;
	margin-bottom: 13px;
	font-weight: 300;
}

.ct-map-sec .map-block iframe {
	width: 100%;
	min-height: 350px;
	margin-bottom: 30px;
}

.ct-section {
	background: none;
	padding-top: 50px;
}

.get-quote {
	background: #022658;
	line-height: 150px;
	padding: 30px 0;
}

.get-quote p {
	font-size: 24px;
	color: #fff;
	padding-top: 10px;
}

.get-quote .btn {
	background: #fff;
	color: #022658 !important;
}
.lower-footer{
	text-align: center;
}
.lower-footer .copy{
	display: block;
	width: 100%;
}
.intro-sec, .faq-block{
    padding: 80px 0;
}
.intro-text {
    padding-right: 40px;
}
.intro-text span{
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.intro-text .intro-title{
    color: #333;
    font-size: 30px;
    line-height: 37px;
    margin-top: 10px;
}
.services-wrapper{
	padding: 80px 0;
	background: #f6f6f6;
}
.services-wrapper .center-block{
	margin-bottom: 30px;
}
.services-wrapper .media{
	background: #fff;
	border-radius: 6px;
	padding: 25px 20px;
	text-align: center;
	margin-top: 30px;
}
.services-wrapper .media-body{
	padding-top: 20px;
}
.services-wrapper .media-body h3 {
    font-size: 22px;
    color: #222;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.faq-block h2 {
    margin-bottom: 30px;
    text-align: center;
}
.accordion-wrap {
    margin-top: 20px;
}
.responsive-accordion{
  text-align: left;
}
.responsive-accordion .responsive-accordion-head{
  cursor: pointer;
}
.responsive-accordion-default.responsive-accordion .responsive-accordion-head {
  padding: 12px 15px;
  line-height: normal;
  position: relative;
  font-size: 20px;
}
.responsive-accordion .responsive-accordion-head i {
  float: right;
  top: 50%;
  position: absolute;
  color: #bfbebe;
  transform: translateY(-50%);
  right: 10px;
}
.responsive-accordion-head{
  border-radius: 4px;
  border: 2px solid #bfbebe;
}
.responsive-accordion-panel{
  padding: 15px;
}

/*=================Media Queries================*/

@media only screen and (min-width: 991px) and (max-width: 1199px) {
	.intro-text {
    	padding-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-right-2 li {
		padding: 0 6px;
	}
	.navbar-right li a {
		font-size: 13px;
	}
	.slider-text h1 {
		font-size: 60px;
	}
	.slider-text p {
		margin-top: 5px;
	}
	.our-project .img-bg {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	footer .social-nav,
	footer .ft-contact {
		margin-top: 40px;
	}
	.intro-text {
    	padding-right: 0;
    	margin-bottom: 25px;
	}
	.intro-sec{
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.navbar-right {
		background: #b90303;
	}
	.navbar-right li {
		padding: 5px 15px;
	}
	.navbar-right li a {
		line-height: 24px;
	}
	.services h2 {
		font-size: 30px;
	}
	.our-project {
		margin-top: 30px;
	}
	.divider-sec {
		padding: 100px 0;
	}
	.services {
		margin-bottom: 30px;
		background: none;
	}
	.slider-text {
		display: none;
	}
	.carousel-control {
		display: none;
	}
	header .social-nav {
		display: none;
	}
	.navbar-right-2 {
		position: relative;
		background: #b90303;
		transform: none;
		left: 0;
		top: 0;
	}
	.text-left {
		text-align: center;
	}
	.our-project .img-bg {
		display: none;
	}
	.our-project img {
		width: 100%;
		margin-top: 20px;
	}
	footer,
	footer .text-right,
	footer .text-left {
		text-align: center;
		width: 100%;
	}
	footer .social-nav {
		display: inline-block;
		margin: 25px auto 0 auto;
		float: none;
	}
	.ft-links {
		display: inline-block;
		margin: 0 auto;
		float: none;
	}
	span.copy {
		text-align: center;
		float: none;
		margin-top: 30px;
		display: block;
		width: 100%;
	}
	.ct-form {
		margin-top: 45px;
	}
	.abt-section {
		background: none;
		padding-top: 0;
		min-height: 300px;
	}
	.tpb-sc {
		display: none;
	}
	.tpb-ct {
		margin-left: 10%;
	}
	.intro-sec, .faq-block, .services-wrapper {
    	padding: 50px 0;
	}
	.faq-block h2{
		font-size: 35px;
	}
}

@media screen and (max-width: 420px) {
	.what-we-do .col-md-2 {
		width: 100%;
	}
	.what-we-do .icon-container {
		padding-top: 20px;
	}
	footer .footer-links li {
		padding: 0 10px;
	}
	footer .footer-links li a {
		font-size: 12px;
	}
}
