/*

================================================
/* Table of Content
==================================================

1. Fonts - Roboto and Poppins
2. Common CSS
3. Loader CSS
4. Tob Bar CSS
5. Main Banner CSS
6. Featured Projects
7. About Section
8. Get Quote
9. Our Team
10. Our Services
11. Testimonials Section
12. Some Facts
13. Portfolio Sec
14. Blog Sec
15. Contact Sec
16. Responsive CSS

/*
================================================
1. Fonts - Roboto and Poppins
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Exo:400,500,700|Open+Sans:300,400,600,700');

@import url('font-awesome.min.css');
@import url('animate.css');
@import url('et-line.css');
@import url('bicon.min.css');
@import url('magnific-popup.css');
@import url('owl.carousel.css');
@import url('owl.theme.default.min.css');
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
  font-size: 15px;
  color: #514d4d;
  font-family: 'Exo','Open Sans', sans-serif;
  vertical-align: baseline;
  line-height: 27px;
  font-weight: 400;
  background: #ffffff;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Exo','Open Sans', sans-serif;
	margin-top: 0;
}
a {
	color: #2d2e2e;
	transition: all 0.3s ease 0s;
	outline: none !important;
}
a:hover {
	color: #242c42;
	text-decoration: none;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
img {
/*	max-width: 100%;
	height: auto; */
}

.svg {
  background: #ffffff;
  border-radius: 50%;
  padding: 10px;
}
i {
	transition: all 0.4s ease-in-out 0s;
}
.transition3s {
	transition: all 0.3s ease-in-out 0s;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
li {
	list-style: outside none none;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-50 {
	margin-bottom: 50px !important;
}
section {
	float: left;
	width: 100%;
	padding: 100px 0;
}
.title {
	text-align: center;
	margin-bottom: 30px;
}
.title h2::before {
	content: "";
	background: #0f5d91;
	width: 40px;
	height: 2px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -20px;
}
.title h2 span {
	font-weight: 700;
	color: #d8b93e;
}
.title p {
	padding: 0 140px;
}
.title h2 {
	font-size: 36px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 40px;
	font-weight: 300;
}
#scrollUp {
	border-radius: 50%;
	bottom: 100px;
	color: #fff;
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 40px;
	z-index: 1000 !important;
	background:#0f5d91;
}
#scrollUp:hover {
	background: #333;
	color: #fff;
}
#scrollUp i {
	display: block;
	padding-top: 5px;
}
.no-padding {
	padding: 0 !important;
}
.pad-b-10 {
	padding-top: 10px;
}
.bg-color2 {
	background:#f2f2f2;
}
.padding-20 {
	padding:20px;
}
.border-left-four {
	border-left:1px solid #e3e0e0;
}
.border-three {
	border:1px solid #e3e0e0;
}
.margin-bottom3 {
	margin-bottom:25px;
}
.row.row-safari{
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
.img-area img {
	width: 100%;
	height: auto;
}
#scrollUp {
	border-radius: 50%;
	bottom: 100px;
	color: #fff;
	display: block;
	font-size: 25px;
	height: 40px;
	line-height: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 40px;
	z-index: 1000 !important;
}
#scrollUp::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
#scrollUp i {
	display: block;
	padding-top: 5px;
}
/* Button Effects */
.bttn {
  display: inline-block;
  -webkit-transform: translateZ(0);
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding: 17px 50px 20px;
  margin-top: 50px;  
  color: #FFFFFF;
  font-size: 18px;
  background-color: #0f5d91;  
  border:none;
}
.bttn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.bttn:hover, .bttn:focus, .bttn:active {
  color: #0f5d91;
}
.bttn:hover:before, .bttn:focus:before, .bttn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*
================================================
3. Loader CSS
================================================
*/
.loader {
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1111;
	overflow-x: hidden;
	background: #0f5d91;
}
.loader-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cssload-loader {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin: 2em;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.cssload-loader, .cssload-loader:before, .cssload-loader:after {
	animation: 1.15s infinite ease-in-out;
	-o-animation: 1.15s infinite ease-in-out;
	-webkit-animation: 1.15s infinite ease-in-out;
	-moz-animation: 1.15s infinite ease-in-out;
}
.cssload-loader:before, .cssload-loader:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(216,185,62);
	transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	animation: cssload-animation 1.73s infinite ease-in-out;
	-o-animation: cssload-animation 1.73s infinite ease-in-out;
	-webkit-animation: cssload-animation 1.73s infinite ease-in-out;
	-moz-animation: cssload-animation 1.73s infinite ease-in-out;
}
.cssload-loader:after {
	animation-delay: 0.86s;
	-o-animation-delay: 0.86s;
	-webkit-animation-delay: 0.86s;
	-moz-animation-delay: 0.86s;
}
 @keyframes cssload-animation {
 0% {
 transform: translateX(-100%) scale(0);
}
 50% {
 transform: translateX(0%) scale(1);
}
 100% {
 transform: translateX(100%) scale(0);
}
}
 @-o-keyframes cssload-animation {
 0% {
 -o-transform: translateX(-100%) scale(0);
}
 50% {
 -o-transform: translateX(0%) scale(1);
}
 100% {
 -o-transform: translateX(100%) scale(0);
}
}
 @-ms-keyframes cssload-animation {
 0% {
 -ms-transform: translateX(-100%) scale(0);
}
 50% {
 -ms-transform: translateX(0%) scale(1);
}
 100% {
 -ms-transform: translateX(100%) scale(0);
}
}
 @-webkit-keyframes cssload-animation {
 0% {
 -webkit-transform: translateX(-100%) scale(0);
}
 50% {
 -webkit-transform: translateX(0%) scale(1);
}
 100% {
 -webkit-transform: translateX(100%) scale(0);
}
}
 @-moz-keyframes cssload-animation {
 0% {
 -moz-transform: translateX(-100%) scale(0);
}
 50% {
 -moz-transform: translateX(0%) scale(1);
}
 100% {
 -moz-transform: translateX(100%) scale(0);
}
}
/*
================================================
4. Tob Bar CSS
================================================
*/
.top-bar-wrapper {
  padding: 10px 0;
  background-color: #0f5d91;
  font-size: 14px;
  transition: all 0.3s ease 0s;  
}
.top-bar-wrapper .toolbar-language {
  text-align: right;
}
.top-bar-wrapper .toolbar-language .inner-wrap {
  position: relative;
}
.top-bar-wrapper .toolbar-language .inner-wrap:before {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  right: 14px;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.top-bar-wrapper .toolbar-language select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 30px 10px 20px;
  background: #0f5d91;
  color: #fff;
  outline: none;
  border: none;
  margin: -10px 0 -10px;
  cursor: pointer;
}
.top-bar-wrapper .toolbar-language select option {
	text-align:left;
	padding:3px;
}
.top-bar-wrapper .toolbar-language select::-ms-expand {
  display: none;
}
.top-bar-wrapper .top-contact a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  position: relative;
}
.top-bar-wrapper .top-contact a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.top-bar-wrapper .top-contact a + a {
  margin-left: 6px;
  padding-left: 16px;
}
.top-bar-wrapper .top-contact a + a:before {
  content: '/';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-bar-wrapper .top-contact a i {
  font-size: 15px;
  margin-right: 8px;
  color: #fff;
}
.top-bar-wrapper .toolbar-social span {
  color: #fff;
  display: inline-block;
  margin-right: 15px;
}
.top-bar-wrapper .toolbar-social a {
  display: inline-block;
  color: #fff;
  position: relative;
}
.top-bar-wrapper .toolbar-social a:hover {
  color: #d7b73d;
}
.top-bar-wrapper .toolbar-social a + a {
  margin-left: 12px;
}
.top-header-1 .menu-bar {
  background-color: #0f5d91;
}
.top-header-1 .logo {
  height: 90px;
  line-height:85px;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}
.top-header-1 .logo img {
  max-width: 140px;
  transition: 0.4s;
}
.top-header-1 .mainmenu {
  text-align: right;
}
.top-header-1 .mainmenu ul.nav-menu {
  display: inline-block;
}
.top-header-1 .mainmenu ul.nav-menu > li {
  display: inline-block;
  margin-right: 22px;
}
.top-header-1 .mainmenu ul.nav-menu > li:last-child {
  margin-right: 0;
}
.top-header-1 .mainmenu ul.nav-menu > li > a {
  display: block;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  height: 90px;
  line-height: 90px;
  -webkit-transition: 0.35s all ease-in-out;
  transition: 0.35s all ease-in-out;
  font-size: 14px;
}
.top-header-1 .mainmenu ul.nav-menu > li.active > a,
.top-header-1 .mainmenu ul.nav-menu > li:hover > a {
  color: #d7b73d;
}
.top-header-1 .mainmenu ul > li a:before,
.top-header-1 .mainmenu ul > li.active > a:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #d7b73d;
  transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
  left: 0;
  bottom: 0;
  transform-origin: right;
  transform: scale(0, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.top-header-1 .mainmenu ul > li > a:before,
.top-header-1 .mainmenu ul > li.active > a:before {
  background-color: #d7b73d;
}
.top-header-1 .mainmenu ul > li.active > a:before,
.top-header-1 .mainmenu ul > li:hover a:before {
  transform-origin: left;
  transform: scale(1);
}
.top-header-1 .mainmenu span #nav-expander {
  transition: 0.3s;
}
.top-header-1 .menu-bar {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.7s;
}
.top-header-1 .menu-bar.sticky {
  
}
.top-header-1 .menu-bar.sticky .logo {
  height: 75px;
  line-height: 70px;
}
.top-header-1 .menu-bar.sticky .logo img {
  max-width: 100px;
}
.top-header-1 .menu-bar.sticky .mainmenu ul.nav-menu > li > a {
  height: 75px;
  line-height: 75px;
}
.top-header-1.header-transparent {
  position: absolute;
  background: transparent;
}
.top-header-1.header-transparent .mainmenu ul.nav-menu > li > a {
  color: #fff;
}
.top-header-1.header-transparent .nav-expander {
  color: #fff;
}
a.nav-expander {
  background: transparent;
  color: #d8b93e;
  display: block;
  font-size: 20px;
  font-weight: 400;
  height: auto;
  margin-right: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  text-decoration: none;
  text-transform: uppercase;
  top: 50%;
  margin-top: -14px;
  width: auto;
  z-index: 12;
  transition: right 0.3s ease-in-out 0s;
}
a.nav-expander:hover {
  cursor: pointer;
}
nav.canvas-menu-area {
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -20em;
  font-size: 15px;
  top: 0;
  width: 20em;
  z-index: 99999;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
  background: #0f5d91;
}
.nav-expanded nav {
  right: 0;
}
body.nav-expanded {
  margin-left: 0;
  transition: right 0.4s ease-in-out 0s;
  position: relative;
}
body.nav-expanded:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.canvas-menu-area {
  padding: 0 30px;
}
.canvas-menu-area .canvas-logo {
  margin-bottom: 15%;
}
.canvas-menu-area .canvas-logo img {
  max-width: 180px;
}
.canvas-menu-area .close-btn {
  overflow: hidden;
  padding: 5px 10px;
}
.canvas-menu-area .find-post {
  margin-top: 40px;
}
.canvas-menu-area .find-post span {
  color: #fff;
  margin-bottom: 6px;
  display: block;
}
.canvas-menu-area .find-post input {
  width: 100%;
  border: none;
  padding: 5px 10px;
}
.canvas-menu-area .social-link {
  margin-top: 40px;
}
.canvas-menu-area .social-link ul li {
  display: inline-block;
  padding-right: 10px;
}
.canvas-menu-area .social-link ul li:last-child {
  padding-right: 0;
}
.canvas-menu-area .social-link ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #ffffff;
  line-height: 40px;
  color: #d7b73d;
  font-size: 18px;
}
.canvas-menu-area .social-link ul li a:hover {
  color: #fff;
}
.canvas-menu-area .social-link ul li.facebook a:hover {
  background: #3B5998;
}
.canvas-menu-area .social-link ul li.twitter a:hover {
  background: #00B2FF;
}
.canvas-menu-area .social-link ul li.google-plus a:hover {
  background: #DD4B39;
}
.canvas-menu-area .social-link ul li.linkedin a:hover {
  background: #0077B5;
}
.canvas-menu-area .copy-right {
  color: #ffffff;
  margin-top: 40px;
}
.canvas-menu-area .nav-menu {
  margin-top: 72px;
}
.canvas-menu-area .nav-menu > li a {
  color: #d8b93e;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 0;
  display: block;
  text-transform: uppercase;
}
.canvas-menu-area .nav-menu > li a:hover {
  color: #fff;
}
span#nav-close {
  font-size: 0;
  color: white;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  left: 30px;
  transform: rotate(-4deg);
  transition: 0.4s;
}
span#nav-close:after {
  content: '\f00d';
  font-family: fontAwesome;
  font-size: 28px;
}
span#nav-close:hover {
  color: #fff;
}
.menu-sticky.sticky {
  position: fixed;
  transition: 0.7s;
  z-index: 99;
  width: 100%;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}
/*
================================================
5. Main Banner CSS
================================================
*/
.sticky + .main-banner-wrapper {
	margin-top:30px;
}
.main-banner-wrapper {
	position: relative;
	float:left;
	width:100%;
        background-color: #0f5d91;
}
.main-banner-wrapper .banner-style-one {
	padding:0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.main-banner-wrapper {
	overflow: hidden;
}
}
.main-banner-wrapper .carousel-btn-block {
	position: absolute;
	bottom: 85px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 99;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px;
	text-align: right;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	transition: all .4s ease;
	font-size: 14px;
	color: #fff;
	width: 63px;
	height: 63px;
	border-style: solid;
	border-width: 2px;
	text-align: center;
	border-color: white;
	opacity: .2;
	z-index: 9;
	border-radius: 50%;
	transition: all .4s ease;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn i {
	line-height: 59px;
	display: inline;
	vertical-align: middle;
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #fff;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn:hover {
	opacity: 1;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
	margin-right: 10px;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.main-banner-wrapper .owl-dots {
	margin: 0;
	position: absolute;
	bottom: 85px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 999;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1200px;
	text-align: left;
}
.main-banner-wrapper .owl-dots .owl-dot {
	position: relative;
	z-index: 991;
}
.main-banner-wrapper .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	border: 2px solid #fff;
	background-color: transparent;
	opacity: .2;
	margin: 0;
	transition: all .4s ease;
}
.main-banner-wrapper .owl-dots .owl-dot+.owl-dot {
	margin-left: 7px;
}
.main-banner-wrapper .owl-dots .owl-dot.active span {
	opacity: 1;
	background-color: transparent;
}
.banner-style-one .slide:before {
	bottom: 0;
    content: "";
    left: 0;
    opacity: 0.75;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background: #0f5d91;
}
.banner-style-one .slide {
	padding: 165px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position:relative;
	z-index:1;
        min-height: 100%;
}
.banner-style-one .owl-nav {
	display: none;
}
.banner-style-one .owl-dots {
	display: none;
}
.banner-style-one h3, .banner-style-one p {
	margin: 0;
}
.banner-style-one .tag-line {
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	display: block;
	width: 100%;
	margin-bottom: 25px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}
.banner-style-one .banner-title {
	color: #d7b73d;
	font-size: 50px;
	line-height: 70px;
	font-weight: 500;
	
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}
.banner-style-one p {
	font-size: 20px;
	line-height: 1.25em;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 300;
	margin-top: 50px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}
.banner-style-one .banner-btn {
	display: inline-block;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #0f5d91;
	padding: 19.5px 50px;
	transition: all .4s ease;
	margin-top: 40px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}
.banner-style-one .banner-btn:hover {
	background-color: #ef425a;
	color: #0f5d91;
}
.banner-style-one .active .tag-line {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.banner-style-one .active .banner-title {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.banner-style-one .active p {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.banner-style-one .active .banner-btn {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.banner-style-one.no-dots .owl-dots {
	display: none !important;
}
/*
================================================
6. Featured Projects
================================================
*/
.featured-services {
	padding: 80px 0 55px;
	background-color:#d8b93e;
	float:left;
	width:100%;	
}
.featured-services .service-item {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
}
.featured-services .service-item .service-icon {
  color: #d7b73d;
  transition: all 0.5s ease-in 0s;
  padding-right: 30px;
}
.featured-services .service-item .service-icon i {
  font-size: 62px;
  line-height: normal;
  color: #fff;
}
.featured-services .service-item .title {
  margin-bottom: 15px;
  color: #fff; 
  text-align:left;
}
.featured-services .service-item .title a {
  color: #fff;
}
.featured-services .service-item .title a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.featured-services .service-item .description {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 1);
}
.featured-services .service-item .service-content {
  position: relative;
  z-index: 10;
}
.featured-services .service-item .watermark {
  font-size: 13em;
  color: rgba(255, 255, 255, 0.08);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: -1;
}
.featured-services .service-item a.btn-more {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
}
.featured-services .service-item a.btn-more:hover {
  color: rgba(255, 255, 255, 0.75);
}
/*
================================================
7. About Section
================================================
*/
.about-wrap {
	padding:0;
}
.about_right {
	margin-top: 15px;
}
.about-wrap .title {
	text-align: left;
	margin-bottom: 30px;
}
.about-wrap .title p {
	font-size: 24px;
	text-align: left;
	padding: 0;
	margin-bottom: 0;
}
.about-wrap .title h2::before {
	margin: 0;
	left: 0;
}
.about-wrap .title h2 {
	font-size: 36px;
}
.about-wrap .bttn:before {
	background:#0f5d91;
}
.about-wrap .bttn {
	margin-top:15px;
}
.about-wrap .bttn:hover, .about-wrap .bttn:focus, .about-wrap .bttn:active {
  color: #fff;
}
.aboutimg {
	position: relative;
	text-align: right;
}
/*
================================================
8. Get Quote
================================================
*/
.get-wrap:before {
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.9;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background: #0f5d91;	
}
.get-wrap {
	background: url(http://via.placeholder.com/550x500/000/fff) left top fixed no-repeat;
	padding: 100px 0;
	text-align: center;
	background-size: cover;
	float:left;
	width:100%;
	position:relative;
	z-index:1;
}
.get-wrap .title h2 {
	color: #fff;
}
.get-wrap p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	padding: 0 140px;
	margin-bottom: 30px;
}
.get-wrap .readbtn a:hover {
	color: #ff5e14;
	background: #fff;
}
.quote_wrap {
	max-width: 550px;
	margin: 0 auto;
	background: #fff;
	padding: 50px 40px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
}
.get-wrap .bttn {
	margin:0;
}
/*
================================================
9. Our Team
================================================
*/
/** Single Team **/
.team-item {
	text-align: center;
	margin:40px 0 0;
}
.team-img::before {
	position: absolute;
	content: "";
	left: -15px;
	right: 0;
	top: -15px;
	bottom: 0;
	width: 230px;
	height: 230px;
	border-radius: 50%;
	background: rgba(53,197,175,0.2);
	z-index: -1;
	border: 8px solid rgba(53,197,175,0.1);
}
.team-img {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.team-img::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.team-item:hover .team-img::after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.team-img img {
	border-radius: 50%;
}
.team-content {
	margin-top: 45px;
	border-bottom: 3px solid rgba(53,197,175,0.1);
	padding-bottom: 35px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.team-content h3 {
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #1f395f;	
}
.team-item:hover .team-content {
	border-color: #0f5d91;
}
.team-icon {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 9;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.team-icon li {
	display: inline-block;
	margin-right: 15px;
}
.team-icon li a {
	color: #fff;
	font-size: 18px;
}
.team-item:hover .team-icon {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.our-team-sec .bttn:before {
	background:#0f5d91;
}
.our-team-sec .bttn {
	background:#0f5d91;
}
.our-team-sec .bttn:hover, .our-team-sec .bttn:focus, .our-team-sec .bttn:active {
  color: #fff;
}
/*
================================================
10. Our Services
================================================
*/
.our-services-sec::before {
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.95;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	background: #0f5d91;
}
.our-services-sec {
	background: url(../images/bgirl.webp) no-repeat;
	padding: 100px 0;
	text-align: center;
	background-size: cover;
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;	
}
.our-services-sec .title {
	margin:0;
}
.our-services-sec .title h2 {
	color:#fff;
}
.our-services-sec .title p {
	color:#fff;	
}
/** Single Service Section **/
.featured-icon-box::before {
	border-top: 2px dashed;
	border-bottom: 2px dashed;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	border-color: #0f5d91 !important;
}
.featured-icon-box::after {
	border-left: 2px dashed;
	border-right: 2px dashed;
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-ms-transform: scale(1,0);
	-o-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	border-color: #0f5d91 !important;	
}
.featured-icon-box::after, .featured-icon-box::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	-webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
	transition: opacity 0.55s,transform 0.55s;
}
.featured-icon-box {
	padding: 49px 25px 36px;
	position: relative;
	overflow: hidden;
	border: 2px dashed rgba(255,255,255,.1);
	margin:40px 0 0;
}
.ttm-icon {
	height: 62px;
	width: 62px;
	line-height: 62px;
}
.ttm-icon i {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 45px;
	color:#fff;
}
.featured-title h5 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
	color:#d8b93e;
}
.featured-content p {
	color:rgba(255,255,255,.7);	
}
.featured-icon-box:hover::after, .featured-icon-box:hover::before {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ttm-icon {
	margin-bottom: 0;
	display: inline-block;
	text-align: center;
	border: 2px solid transparent;
	position: relative;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	box-sizing: content-box;
	position: relative;
}
/*
================================================
11. Testimonials Section
================================================
*/
.testimonial-sec {
   float:left;
   width:100%;
   padding:100px 0 120px;
}
.testimonial-text span {
	color: #0cb1f6;
	display: inline-block;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 400;
}
.testimonial-text > h2 {
	font-size: 26px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 37px;
	color: #072948;
}
.testimonial-sec .bttn {
	margin-top: 10px;
}
.testimonial-sec .bttn:before {
	background:#0f5d91;
}
.testimonial-sec .bttn:hover, .testimonial-sec .bttn:focus, .testimonial-sec .bttn:active {
  color: #fff;
}
.all-testimonial.owl-carousel .owl-item img {
	border-radius: 100%;
}
.all-testimonial .owl-controls {
	bottom: -15px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.all-testimonial .owl-controls .owl-buttons div {
	background: none;
	opacity: 1
}
.client-info {
	display: inline-block;
	margin-top: 10px;
}
.client-thumb {
	border-radius: 100%;
	height: 60px;
	margin-right: 20px;
	width: 60px;
	float: left;
}
.sngl-client {
	border: 1px solid #fafafa;
	margin-bottom: 30px;
	text-align: center;
	margin: 5px;
}
.single-testimonial {
	display: inline-block;
	margin-bottom: 40px;
	padding: 0 10px;
	width: 100%;
}
.clinet-inner {
	margin-top: 20px;
}
.client-info h2 {
	color: #292929;
	font-size: 18px;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-weight: 600;
}
.client-info span {
	color: #999999;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
}
.client-comment span::before {
	height: 1px;
	background: #4cc700;
	width: 40px;
	content: "";
	position: absolute;
	bottom: 0;
}
.client-comment {
	background: #fafafa;
	margin-top: 30px;
	padding: 40px 20px 20px 30px;
	position: relative;
	font-style: italic;
}
.client-comment::after {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 16px solid #fff;
	content: "";
	height: 0;
	left: 12px;
	position: absolute;
	width: 0;
	transform: rotate(0);
	bottom: -16px;
}
.client-comment::before {
	color: #0cb1f6;
	content: "\f10d";
	font-family: fontawesome;
	font-size: 27px;
	left: 20px;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	right: 0;
	font-style: normal;
}
.client-reviews {
	margin-bottom: 10px;
}
.client-reviews i {
	color: #f2b827;
}
.client-comment > ul {
	padding-bottom: 15px;
}
.client-comment li {
	display: inline-block;
}
.client-sec .owl-controls {
	display: none;
}
.all-testimonial.owl-theme .owl-dots .owl-dot {
	height: 3px;
	margin: 5px;
	width: 16px;
	display: inline-block;
	background: #072948;
	transition: all 0.4s ease 0s;
}
.all-testimonial.owl-carousel.owl-theme .owl-dot.active {
	background: #0cb1f6;
	width: 18px;
	transition: all 0.4s ease 0s;
}
.all-testimonial.owl-theme .owl-dots .owl-dot span {
	display:none;
}
/*
================================================
12. Some Facts 
================================================
*/
.some-facts:before {
	background: #0f5d91;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.93;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.some-facts {
	background: url(../images/mom.webp) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 40px 0 100px;
	z-index: 9;
	position: relative;
}
.some-facts .items {
	margin:60px 0 0;
}
.some-facts i {
	color: #d8b93e;
	font-size:40px
}
.some-facts .line {
	background: #0f5d91;
    text-align: center;
    width: 50px;
    height: 1px;
    display: inline-block;
    margin: 10px 0 20px;	
}
.some-facts .items h3 {
	font-size: 35px;
	color: #ffffff;
	margin: 0;
	font-weight: 700;
	margin: 20px 0 10px;
}
.some-facts .items h4 {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	margin: 5px 0 0;
}
/*
================================================
13. Portfolio Sec
================================================
*/
.portfolio-sec {
	float:left;
	width:100%;
	padding:80px 0 0;
}
.portfolio-sec .title {
	margin:0;
}
.portfolio-sec .container-fluid {
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}
.filter-button-group {
	width: 100%;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
}
.filter-button-group button {
	background: transparent;
	border: 0;
	outline: 0;
	margin: 10px;
	text-transform: capitalize;
	cursor: pointer;
	font-weight: 400;
	color: #1d1e28;
	font-size: 15px;
}
.filter-button-group button.is-checked {
	font-weight: 800;
	color: #0cb1f6;
}
.cols-2 {
	width: 20%;
	margin: 0;
	float: left;
}
.cols-2 img {
	width: 100%;
	height: 100%;
}
.item-inner {
	height: 390px;
}

@media (max-width: 1300px) {
.item-inner {
	height: 290px;
}
}
.item-inner {
	color: #fff;
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.item-inner * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.item-inner img {
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity .35s;
	transition: opacity .35s;
}
.item-inner .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 3em;
	width: 100%;
	height: 100%;
}
.item-inner .overlay::before {
	position: absolute;
	top: 50%;
	right: 15px;
	bottom: 50%;
	left: 15px;
	border-top: 1px solid rgba(255,255,255,.8);
	border-bottom: 1px solid rgba(255,255,255,.8);
	content: '';
	opacity: 0;
	background-color: #fff;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}
.item-inner .view-list, .item-inner a, .item-inner p {
	margin: 0 0 5px;
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s, -moz-transform .35s, -o-transform .35s, transform .35s
}
.item-inner .view-list, .item-inner a, .item-inner .view-list, .item-inner p {
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}
.item-inner:hover .overlay .view-list, .item-inner:hover .overlay a, .item-inner:hover .overlay .view-list, .item-inner:hover .overlay p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
.item-inner:hover .overlay::before {
	background: #0f5d91;
	border: none;
	top: 15px;
	bottom: 15px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	opacity: .90;
	border-radius: 0 40px;
}
.item-inner .view-list {
	margin-top: -25px;
	position: relative;
	top: 40%;
	transform: translate3d(0, 50%, 0);
	transition-delay: .3s;
	width: 100%
}
.item-inner .view-list a {
	display: inline-block;
	line-height: 40px;
	margin: 0 2px;
	color: #fff;
}
.item-text p {
	font-weight: 400;
	color: #ffffff;
	font-size: 12px;
}
.item-text h3 {
	color: #fff;
	font-weight: 800;
	font-size: 16px;
}
/*
================================================
14. Blog Sec
================================================
*/
.blog-sec {
	float:left;
	width:100%;
	padding:100px 0;
}
.blog-sec .title {
	margin:0;
}
/** Single Blog **/
.sngl-blg {
	margin-top: 40px;
	box-shadow:0 10px 30px rgba(0, 0, 0, 0.09);
}
.sngl-blg:hover .sngl-blg-img:before {
	width: 100%;
	height: 100%;
	transition: all 0.5s ease-out;
}
.sngl-blg-img {
	position: relative;
}
.sngl-blg-dsc {
    padding: 40px 20px 30px;
    margin-top: 0;
    background: #fafafa;
}
.block-qoute {
	border-bottom: 1px solid #f3f1f1;
	border-top: 1px solid #f3f1f1;
	padding: 10px;
	text-align: center;
	margin: 40px 0;
}
.block-qoute p {
	color: #61bd12;
	font-style: italic
}
.sngl-blg-dsc .btn.rdmoreBtn {
	padding-left: 0;
}
.blog-meta li i {
	margin-right: 5px;
	font-weight: 600;
}
.sngl-blg-img::before {
	position: absolute;
	content: "";
	width: 0%;
	height: 100%;
	left: 0;
	background: rgba(53, 197, 175, 0.75);
	transition: all 0.5s ease-out;
	bottom: 0;
	right: 0;
}
.sngl-blg-img img {
	width: 100%;
}
.blg-title {
	font-size: 20px;
	text-transform: capitalize;
	line-height: 30px;
}
.blg-title a:hover {
	color: #0cb1f6
}
.blog-metac ul {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
.blog-meta {
	position: absolute;
	bottom: -20px;
	background: #0f5d91;
	padding: 10px;
	border-radius: 4px;
	left: 20px;
}
.blog-meta li {
	color: #f2f2f2;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-right: 10px;
}
.rdmoreBtn {
	color: #0cb1f6;
	font-weight: 600;
}
.single-blog .sngl-blg-dsc {
	padding: 0px;
	border: 0px;
}
.single-blog .sngl-blg-img {
	margin-bottom: 20px;
}
.single-blog {
	margin-bottom: 40px;
}
.blog-img img {
	width: 100%;
}
.blog-meta-data h2 {
	margin-bottom: 10px;
}
.blog-meta-data h2 a {
	font-size: 24px;
}
.blog-meta-data h2 a:hover {
	color: #0cb1f6;
}
.blog-meta-data {
	font-size: 16px;
	color: #282828;
	text-transform: capitalize;
	font-weight: 500
}
.blog-meta-data span {
	color: #0cb1f6;
}
.blog-meta-data {
	margin-bottom: 15px;
}
.single-blog p {
	margin-bottom: 20px;
}
.blog-img {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.blog-img img {
	transform: scale(1);
	transition: all 0.4s ease 0s;
}
.single-blog:hover .blog-img img {
	transform: scale(1.2);
	transition: all 0.4s ease 0s;
}
.single-blog p a {
	border-bottom: 1px solid #ababab;
	color: #3e3e3e;
}
.single-blog p a:hover {
	color: #0cb1f6;
}
.single-blog:hover a.blog-readmore {
	background: #0cb1f6;
	color: #fff;
}
.blog-page .single-blog {
	margin-bottom: 50px;
}
.blog-sec .bttn {
	margin:0;
	padding:8px 30px 12px;
	font-size: 16px;
}
.post-meta li {
	color: #969595;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-right: 10px;
}
.post-meta li i {
	margin-right: 5px;
}
/*
================================================
15. Contact Sec
================================================
*/
.contact-sec {
	float:left;
	width:100%;
	padding:100px 0;
	background:#f6f6f6;
}
.contact-sec .form-group {
	margin-bottom: 20px;
}
.contact-sec .contact-info h5 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
.contact-sec .contact-info .item {
	text-align: center;
}
.contact-sec .contact-info .item .icon {
	font-size: 40px;
	color: #0f5d91;
}
.contact-sec .contact-info .item .cont {
	margin-top: 10px
}
.contact-sec .contact-info .item .cont h6 {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #999;
}
.contact-sec .contact-info .item .cont p {
	color: #111;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 13px;
}
.contact-sec .form input, .contact-sec .form textarea {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #eee;
}
.contact-sec .form textarea {
	height: 160px;
	max-height: 160px;
	max-width: 100%;
}
.contact-sec .bttn {
	margin: 0;
	cursor:pointer;
	padding: 10px 25px 12px;
}
.copyright {
    padding: 15px 0;
    width: 100%;
    float: left;
    background: #fff;
    border-top: 1px solid #eee;
}
.copyright p {
    color: #444;
    text-align: center;
    margin: 0;
}
.copyright .color {
	color:#0f5d91;
}
/*
================================================
16. Responsive CSS
================================================
*/
@media (min-width: 992px) {
/** Navigation **/
#nav-expander {
    display: none;
}
}
@media (max-width: 992px) {
/** Navigation **/
.top-header-1 .mainmenu ul.nav-menu, .hire-me-btn {
	display: none !important;
}	
}
@media (max-width: 991px) {
/** Navigation **/
.top-header-1 [class*="col-"] {
    position: inherit;
}	
}

@media (min-width:768px) and (max-width: 991px) { 
/** Common CSS **/
.title p {
	padding: 0 40px;
}
/** banner **/
.banner-style-one .slide {
	padding: 120px 0;
        min-height: 100%;
}
.banner-style-one .banner-title {
	font-size: 65px;
	line-height: 70px;	
}
.banner-style-one p {
	font-size: 28px;
}
.banner-style-one p br {
	display:none;
}
/** About **/
.aboutimg {
    text-align: left;
	margin:30px 0 0;
}
/** Get a Quote **/
.get-wrap p {
	padding: 0 40px;
}
/** Our Team **/ 
.our-team-sec {
	padding: 100px 0 70px;
}
.team-item {
	text-align: center;
	margin: 40px 0 30px;
}
/** Our Portfolio **/ 
.cols-2 {
	width: 33%;
}
}
@media (max-width: 767px) {
/** Common CSS **/
.title p {
	padding: 0 15px;
}	
/** banner **/
.banner-style-one .slide {
	padding: 100px 0;
}
.banner-style-one .banner-title {
    font-size: 35px;
    line-height: 45px;
}
.banner-style-one p {
	font-size: 20px;
	margin-top:20px;
}
.banner-style-one p br {
	display:none;
}
.main-banner-wrapper .carousel-btn-block {
	bottom: 15px;
}
.main-banner-wrapper .owl-dots {
	display:none !important;
}
/** Get a Quote **/
.get-wrap p {
	padding: 0 15px;
}
/** Our Team **/ 
.our-team-sec {
	padding: 100px 0 70px;
}
.team-item {
	text-align: center;
	margin: 40px 0 30px;
}
/** Our Portfolio **/ 
.cols-2 {
	width: 100%;
}
}
	