@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@font-face {
	font-family: PeaceSan;
	src: url("../fonts/fonts/Peace Sans Webfont.ttf");
}
@font-face {
	font-family: MonumentEx;
	src: url("../fonts/fonts/MonumentExtended-Regular.otf");
}



* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	position: relative;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	line-height: 1.7;
	width: 100%;
    -webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}



#header {
    background: #fff;
    padding: 20px 0;
    top: 0px;
    z-index: 997;
}
#header.header-transparent {
	background: #fff;
	/*
    background: rgba(255, 255, 255, 0) linear-gradient(rgb(255, 255, 255, 0)0%, rgba(255, 255, 255, 0)100%) repeat scroll 0% 0%;
	*/
}

#header.header-scrolled {
    background: white none repeat scroll 0% 0%;
    box-shadow: 0px 0px 30px rgba(127,137,161,0.3);
}
#header .logo {
    margin: 0;
    padding: 0;
    width: 300px;
}
.logo .logo-img {
    width: 100%;
    height: 100%;
}
.float-right {
    position: absolute;
    right: 80px;
    top: -20px;
}
.float-right ul {
    position: relative;
    margin-bottom: 0;
    padding: 10px 0;
    
}
.float-right ul li {
    display: inline-block;
}
.float-right ul .contact {
    margin-left: 30px;
}
.float-right ul .contact a {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.float-right ul .contact a i{
    margin-right: 10px;
    color: #000;
}
#header.header-scrolled .float-right ul .contact a i {
    color: #000;
}
#header.header-scrolled .float-right ul li a {
    color: #000;
}
.float-right ul li a {
    font-size: 13px;
    color: #000;
    display: inline-block;
    transition: all 300ms linear 0s;
    margin-left: 20px;
}
.float-right ul li a i {
    color: #000;
}
.float-right ul li a:hover i {
    color: #d1c542;
}
#header.header-scrolled .float-right ul li a i {
    color: #000;
}
#header.header-scrolled .float-right ul li a:hover i {
    color: #d1c542;
}
.main-nav,
.main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-nav > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
    padding-left: 30px;
    
}
.main-nav a {
    display: block;
    position: relative;
    color: #000;
    padding: 10px 0;
    transition: 0.3s;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}
.main-nav a:hover, 
.main-nav .active > a, 
.main-nav li:hover > a {
    color: #d1c542;
    text-decoration: none;
}
#header.header-scrolled .main-nav a {
    color: #000;
}

#header.header-scrolled .main-nav a:hover,
#header.header-scrolled .main-nav .active > a,
#header.header-scrolled .main-nav li:hover > a {
    color: #d1c542;
}
.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 15px;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #000;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    border-top: 2px solid #d1c542;
    transition: ease all 0.3s;
}
.main-nav .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.main-nav .drop-down li {
    min-width: 180px;
    position: relative;
}
.main-nav .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #f8f8f8;
}
.main-nav .drop-down ul a:hover, 
.main-nav .drop-down ul .active > a, 
.main-nav .drop-down ul li:hover > a {
    color: #d1c542;
}
.main-nav .drop-down > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-left: 10px;
}
.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}
.main-nav .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}
.main-nav .drop-down .drop-down > a {
    padding-right: 35px;
}
.main-nav .drop-down .drop-down > a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9998;
    overflow-y: auto;
    right: -300px;
    width: 300px;
    padding-top: 100px;
    background: #f6f7f8;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}
.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-nav a {
    display: block;
    position: relative;
    color: #1a1a1a;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.mobile-nav a:hover, 
.mobile-nav .active > a, 
.mobile-nav li:hover > a {
    color: #d1c542;
    text-decoration: none;
}
.mobile-nav .drop-down > a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}
.mobile-nav .active.drop-down > a:after {
      content: "\f077";
}
.mobile-nav .drop-down > a {
    padding-right: 35px;
}
.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}
.mobile-nav .drop-down li {
    padding-left: 20px;
}
.mobile-nav-toggle {
    position: fixed;
    right: 10px;
    top: 30px;
    z-index: 9999;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}
.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #d1c542;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: transparent;
    overflow: hidden;
    display: none;
}
.mobile-nav-active {
    overflow: hidden;
}
.mobile-nav-active .mobile-nav {
    right: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
    color: #000;
}


/* Slider area Style CSS */
.main-slider {
	position: relative;
	width: 100%;
	height: 100vh;
	flex-wrap: wrap;
	background-color: #d1c542;
	background-image: url("../images/header-pattern.png");
	background-size: cover;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	overflow: hidden;
}
.main-slider .container {
	position: relative;
	padding-top: 100px;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.main-slider .slider-content {
	position: relative;
	width: calc(50% - 120px);
	overflow: hidden;
	margin: 0;
	margin-right: 40px;
}
.main-slider .slider-content .swiper-slide {
	align-items: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.main-slider .slider-content .inner {
	width: 100%;
	display: block;
	padding-bottom: 100px;
	color: #000;
}
.main-slider .slider-content .inner h2 {
	font-size: 60px;
	font-weight: 800;
	color: #000;
}
.main-slider .slider-content .inner p {
	margin-bottom: 70px;
	font-size: 14px;
	line-height: 2;
	color: #000;
}
.main-slider .slider-content .controls {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 90%;
	padding: 30px;
	align-items: center;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	z-index: 1;
}
.main-slider .slider-content .controls .swiper-pagination {
	position: static;
	font-size: 26px;
	color: #9a9a9a;
	display: inline-block;
	width: auto;
}
.main-slider .slider-content .controls .swiper-pagination .swiper-pagination-current {
	font-size: 54px;
	color: #0b0b0b;
}
.main-slider .slider-content .controls .button-prev {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #0b0b0b;
	font-size: 20px;
	background: #eee;
	border-radius: 50%;
	margin-left: auto;
	cursor: pointer;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.main-slider .slider-content .controls .button-prev:hover {
	background: #d1c542;
}
.main-slider .slider-content .controls .button-next {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #0b0b0b;
	font-size: 20px;
	background: #eee;
	border-radius: 50%;
	margin-left: 2px;
	margin-right: 0;
	cursor: pointer;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.main-slider .slider-content .controls .button-next:hover {
	background: #d1c542;
}
.main-slider .slider-image {
	position: absolute;
	top: 100px;
	left: calc(50% - 80px);
	width: calc(50vw + 80px);
	height: calc(100vh - 100px);
	overflow: hidden;
	margin: 0;
}
.main-slider .slider-image .slide-image {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-position: center !important;
	background-size: cover !important;
}
/* Hero Section Style CSS */
.hero-section {
    position: relative;
    width: 100%;
}
.single-hero-slide {
    position: relative;
    width: 100%;
    height: 100vh;
	z-index: -1;
}
.single-hero-slide.overlay {
	position: relative;
	width: 100%;
    height: 100vh;
}
.single-hero-slide.overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 153, 221,.4);
	z-index: 1;
}
.single-hero-slide.hero-img {
	background-image: url("../images/slide1.jpg");
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.hero-slider-content {
    position: relative;
    z-index: 2;
	
}
.hero-slider-content h3 {
    color: #d1c542;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
.hero-slider-content h2 {
    font-size: 90px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 30px;
    line-height: 1.2;
    color: #d1c542;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.hero-slider-content p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 2;
    color: #000;
    letter-spacing: 2px;
    width: 60%;
    margin-bottom: 20px;
}

.hero-slides .owl-nav {
    font-size: 20px;
}
.hero-slides .owl-prev,
.hero-slides .owl-next {
    width: 44px;
	height: 44px;
	position: absolute;
	border: 2px solid #d1c542;
    border-radius: 50%;
	top: 50%;
	line-height: 40px;
	text-align: center;
	color: #d1c542;
	left: 20px;
	margin-top: -22px;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
.hero-slides .owl-next {
    left: auto;
	right: 20px;
}
.hero-slides .owl-prev:hover,
.hero-slides .owl-next:hover {
    opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.hero-slides .owl-dots {
    width: 1110px;
	position: absolute;
	bottom: 35px;
	left: 30px;
	/*-webkit-transform: translateX(-50%);
	transform: translateX(-50%);*/
}
.hero-slides .owl-dot {
    color: #d1c542;
	display: inline-block;
	font-size: 15px;
	border: 2px solid transparent;
    border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 31px;
	font-weight: 600;
}
.hero-slides .owl-dot.active {
    border: 2px solid #d1c542;
}

/* About Section Style CSS */
.about-section {
    position: relative;
	text-align: center;
}
.about {
    position: relative;
    
}
.about h5 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    letter-spacing: 10px;
    margin-bottom: 20px;
    color: #d1c542;
}
.about h2 {
    font-size: 40px;
    line-height: 1.5;
    padding-bottom: 20px;
}
.about-content p {
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}
.about-section .head-title {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: normal;
}

/* Service Section Style CSS */
.service-section {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f6f7f8;
}
.service-area {
	margin-top: 80px;
}
.top-margin {
	margin-top: 100px;
}
.service-block {
	padding-top: 1px;
	margin: 20px 15px 20px;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.service-block .service-img {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin: -12px 15px 8px 15px;
	margin-left: -10px;
}
.service-block .service-img img {
	width: 100%;
	height: auto;
	transform: scale(1,1);
	-webkit-transition: transform 0.3s linear;
	-moz-transition: transform 0.3s linear;
	-ms-transition: transform 0.3s linear;
	-o-transition: transform 0.3s linear;
	transition: transform 0.3s linear;
}
.service-block:hover .service-img img {
	transform: scale(1.1,1.1);
}
.service-block .over-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(-45deg, rgba(209, 197, 66, 0.75) 0%, rgba(13, 153, 221, 0.6) 100%);
	-webkit-transition: all 0.50s linear;
	-moz-transition: all 0.50s linear;
	-ms-transition: all 0.50s linear;
	-o-transition: all 0.50s linear;
	transition: all 0.50s linear;
	opacity: 0;
}
.service-block:hover .over-layer {
	opacity: 1;
	text-decoration: none;
}
.service-block .over-layer i {
	position: relative;
	top: 45%;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 25px;
}
.service-block .service-content {
	background: #fff;
	padding: 2px 20px 40px;
	border-radius: 15px;
}
.service-block .service-title a {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.service-block .service-title a:hover {
	color: #d1c542;
	text-decoration: none;
}
.service-block p {
	font-size: 13px;
	line-height: 1.6;
	color: #000;
	margin-bottom: 5px;
}
.service-block .accordion {
	position: relative;
	background: #fff;
}
.service-block .accordion .card {
	background: none;
	border-radius: 0;
	border: none;
}
.service-block .accordion .card .card-header {
	background: none;
	padding: 0;
	border: none;
}
.service-block .accordion .card .card-header a {
	font-size: 14px;
	font-weight: 600;
	float: left;
	width: 100%;
	padding: 5px 0;
	color: #0b0b0b;
	border-bottom: 4px solid #eaebee;
}
.service-block .accordion .card .card-header a i {
	float: right;
}
.service-block .accordion .card .card-header a:hover {
	border-color: #d1c542;
	text-decoration: none;
}
.service-block .accordion .card .card-body {
	width: 100%;
	line-height: 26px;
	padding: 20px 0;
}
.service-block .accordion .card [aria-expanded="true"] {
	border-color: #d1c542 !important;
}







.service-holder {
    position: relative;
    margin-bottom: 30px;
}
.services {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
	min-height: 550px;
	padding: 30px 30px 50px 30px;
	-webkit-box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.1);
	-ms-box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.1);
	-o-box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.1);
	box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.1);
}
.services h2 {
    font-size: 40px;
    text-align: center;
    color: #d1c542;
    padding-bottom: 20px;
}


/* Project Section Style CSS */
.section-full {
	position: relative;
	padding-top: 90px;
}
.project-nav {
    margin-bottom: 40px;
}
.project-title h2 {
    font-size: 36px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 46px;
}
.project-title h2 span {
	color: #d1c542;
	font-size: 42px;
	line-height: 1.5;
}
.filter-wrap:after {
	content: "";
	display: table;
	clear: both;
}
.filter-wrap.right .masonry-filter {
	text-align: right;
	float: right;
}
.filter-wrap.center .masonry-filter {
	margin-left: auto;
	margin-right: auto;
}
.masonry-filter {
	display: table;
	margin-bottom: 0;
}
.masonry-filter li {
	display: inline-block;
	margin-right: 25px;
	position: relative;
}
.masonry-filter li a {
	color: #242424;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.masonry-filter li.active a,
.masonry-filter li a:hover,
.masonry-filter li a:active,
.masonry-filter li a:focus {
	color: #d1c542;
}
.masonry-filter.link-style li a {
	font-size: 15px;
}
.masonry-filter.link-style li:after {
	content: "/";	
	position: relative;	
	right: -18px;	
	opacity: 0.5;
	color: #1467b3;
}

.masonry-filter.link-style li:last-child:after {
	display: none;
}
.masonry-filter.has-bg li a {	
	color: #fff;
}
.masonry-filter.link-style.has-bg li.active a,
.masonry-filter.link-style.has-bg li:hover a,
.masonry-filter.link-style.has-bg li:active a,
.masonry-filter.link-style.has-bg li:focus a {
	color: #FFBC13;
}

.portfolio_item {
	position: relative;
	display: block;
	overflow: hidden;
}
.portfolio_item .portfolio-item-hover {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transform: translate(-100%);
	transform: translate(-100%);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 0;
}
.portfolio_item:hover .portfolio-item-hover {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.portfolio_item .portfolio-item-hover .item-info {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 10px;
	width: 100%;
	font-weight: bold;
}
.portfolio_item .portfolio-item-hover .item-info span {
	display: block;
	font-size: 18px;
	color: #fff;
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	transition: all .2s ease-in-out .2s;
	opacity: 0;
}
.portfolio_item .portfolio-item-hover .item-info em {
	display: inline-block;
	font-size: 10px;
	letter-spacing: 2px;
	font-style: normal;
	color: #333;
	margin-top: 10px;
	background-color: #d1c542;
	padding: 5px 20px;
	border-radius: 25px;
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	-webkit-transition: all .3s ease-in-out .3s;
	transition: all .3s ease-in-out .3s;
	opacity: 0;
}
.portfolio-item-hover:hover .item-info span,
.portfolio-item-hover:hover .item-info em {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.wt-img-effect {
	position: relative;
	overflow: hidden;
	display: block;
}
.wt-img-effect img {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	-ms-box-shadow: 0 0 0 rgba(0,0,0,0);
	-o-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.wt-img-effect.zoom:hover img {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
.wt-img-effect .project-hover {
    background: #fff;
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 20px;
    padding: 24px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.wt-img-effect:hover .project-hover {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; 
}
.wt-img-effect .project-hover .hover-inner h3 {
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 500;
    margin-bottom: 0;
}
.wt-img-effect .project-hover .hover-inner .p-icon a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #d1c542;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
}

.more-project-index {
    position: relative;
    padding: 5px 0;
}
.more-project {
    padding: 31px 0;
    font-weight: 500;
    font-size: 24px;
    background: #d1c542;
    color: #fff;
    text-align: center;
    display: block;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.more-project:hover {
    color: #fff;
    text-decoration: none;
}

/* Overview Section */
.overview-section {
    position: relative;
    padding: 100px 0px;
}
.nav-pills a {
	outline: none;
	text-decoration: none;
}

.circle {
	position: relative;
	width: 200px;
	height: 200px;
	background: #f2f2f2;
	display: inline-block;
	border-radius: 50%;
	margin-left: 20%;
	transform: scale(1);
	transition: .25s all;
	z-index: 1;
}
.circle:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #10bcf4;
	border-radius: 50%;
	width: 100%;
	height: 100%;
}
.circle:hover {
	transform: scale(1.1);
	z-index: 5;
}
.circle1 {
	position: relative;
	width: 200px;
	height: 200px;
	background: #f2f2f2;
	display: inline-block;
	border-radius: 50%;
	margin-top: 30%;
	transform: scale(1);
	transition: .25s all;
	z-index: 2;
}
.circle1:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #d1c542;
	border-radius: 50%;
	width: 100%;
	height: 100%;
}
.circle1:hover {
	transform: scale(1.1);
	z-index: 5;
}
.circle2 {
	position: relative;
	width: 200px;
	height: 200px;
	background: #f2f2f2;
	display: inline-block;
	border-radius: 50%;
	margin-left: -20%;
	transform: scale(1);
	transition: .25s all;
	z-index: 1;
}
.circle2:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #10bcf4;
	border-radius: 50%;
	width: 100%;
	height: 100%;
}
.content {
	position: absolute;
	width: inherit;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #000;
}
.content h1 {
	font-size: 30px;
	font-weight: bold;
}
.circle2:hover {
	transform: scale(1.1);
	z-index: 5;
}
/* Gallery Section */
.gallery {
	position: relative;
	padding: 50px 0 80px 0;
	width: 100%;
	display: block;
	background: #f2f2f2;
}
.bottom-space {
	position: relative;
}
.bottom-space:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #fff;
}
.gallery-slider {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
}
.gallery-slider .swiper-slide {
	max-width: 50vw;
}
.gallery-slider .swiper-slide .gallery-box {
	position: relative;
	width: 100%;
	margin: 0;
	padding-bottom: 50px;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.gallery-slider .swiper-slide .gallery-box img {
	display: block;
	width: 100%;
}
.gallery-slider .swiper-slide .gallery-box figcaption {
	position: absolute;
	width: 70%;
	left: 30px;
	bottom: 15px;
	padding: 30px;
	color: #f1f1f1;
	background: #d1c542;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	opacity: 0;
}
.gallery-slider .swiper-slide.swiper-slide-active .gallery-box figcaption {
	opacity: 1;
}
.gallery-slider .swiper-slide .gallery-box figcaption h5 {
	font-size: 30px;
	font-weight: 800;
	display: block;
	color: #f1f1f1;
}
.gallery-slider .swiper-slide .gallery-box figcaption p {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	display: block;
	margin: 0;
}
.gallery-slider .swiper-pagination {
	position: static;
	width: 100%;
	float: left;
	margin-top: 20px;
}
/* Our Team Section */
.team-section {
	position: relative;
}
.core-team {
	position: relative;
	padding-bottom: 80px;
}
.core-img {
	position: relative;
}
.core-img:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #d1c542;
	opacity: .1;
	
}
.core-team-h {
	position: relative;
	padding: 20px 20px;
}
.core-h-inner {
	padding: 20px;
	background-color: #fff;
	color: #1a1a1a;
}
.core-h-inner h2 {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 500;
}
.core-h-inner h5 {
	font-size: 18px;
	font-weight: 500;
}
.core-head p {
	font-size: 12px;
	font-family: 'Quicksand', sans-serif;
	text-align: justify;
}
.core-head-social h4 {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
}
.social-expect {
	list-style: none;
	margin-left: -3px;
	margin-right: -3px;
	font-size: 12px;
}
.social-expect li {
	display: inline-block;
	text-align: center;
}
.social-expect li a {
	display: block;
	padding: 3px;
	color: #000;
}
.social-expect.social-square a {
	border: 1px solid rgba(0,0,0,0.2);
	width: 24px;
	height: 24px;
	line-height: 24px;
	padding: 0;
}
.social-expect.social-square.social-darkest a {
	border: 1px solid #4a4c4c;
}
.social-expect .social-darkest a {
	color: #454747;
}
.social-expect.social-square.social-darkest a:hover {
	background-color: #d1c542;
	border: 1px solid #d1c542;
	color: #fff;
}

.team-slider {
    position: relative;
    padding: 20px 0 50px;
}
.team-slide {
    position: relative;
}
.team-slide .owl-dots {
    text-align: center;
    margin-top: 30px;	
}
.team-slide .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #ccc;
    display: inline-block;
    border-radius: 20px;
    margin-right: 7px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.team-slide .owl-dots .owl-dot:last-child {
    margin-right: 0;
}
.team-slide .owl-dots .owl-dot.active {
    width: 26px;
    background: #d1c542;
}
.r-team {
    position: relative;
    background: #d1c542;
    float: left;
    width: 100%;
    padding: 0;
    -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.r-team:hover {
    background: #f0ebd8;
}
.r-team .r-team-thumb {
    width: 50%;
    position: relative;
    float: right;
}
.r-team .r-team-thumb img {
    max-width: 100%;
}
.r-team .r-team-thumb .r-team-overlay {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(209, 197, 66, .9);
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.r-team:hover .r-team-thumb .r-team-overlay {
    opacity: 1;
}
.r-team-social {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	height: 35px;
	margin: auto;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.r-team-social.hexagon-border li {
	position: relative;
	width: 42px;
	height: 25px;
	margin: 12px 5px;
	display: inline-block;
	padding: 0;
	border-color: #000;
	border-left: solid 1.5px;
	border-right: solid 1.5px;
	vertical-align: baseline;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.r-team-social.hexagon-border li:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	transform: scaleY(.5774) rotate(-45deg);
	left: 5px;
	top: -15.066px;
	border-top: solid 1.5px;
	border-right: solid 1.5px;
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.r-team-social.hexagon-border li:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 30px;
	height: 30px;
	transform: scaleY(.5774) rotate(-45deg);
	bottom: -15.066px;
	border-bottom: solid 1.5px;
	border-left: solid 1.5px;
	left: 5px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.r-team-social.hexagon-border li:hover,
.r-team-social.hexagon-border li:hover:after,
.r-team-social.hexagon-border li:hover:before {
	background: #000;
}
.r-team-social.hexagon-border li a {
	color: #000;
	line-height: 52px;
	position: relative;
	z-index: 9;
	top: -13px;
	left: -1px;
	width: 42px;
	height: 52px;
	text-align: center;
	font-size: 16px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.r-team-social.hexagon-border li:hover a {
	color: #d1c542;
}
.r-team .team-details,
.r-team .team-details1 {
	width: 50%;
	padding: 10px 15px 0;
	position: relative;
	float: left;
	background: none;
}
.r-team:hover .team-details h4, 
.r-team:hover .team-details1 h4, 
.r-team:hover .team-details h5,
.r-team:hover .team-details1 h5,
.r-team:hover .team-details p, 
.r-team:hover .team-details1 p {
	color: #1a1a1a;
}
.r-team .team-details:before {
	content: "";
	position: absolute;
	top: 35px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #d1c542;
	z-index: 1;
	right: -15px;
	left: auto;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.r-team .team-details1:before {
	content: "";
	position: absolute;
	top: 35px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #d1c542;
	z-index: 1;
	left: -15px;
	right: auto;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.r-team:hover .team-details:before {
	border-left: 15px solid #f0ebd8;
}
.r-team:hover .team-details1:before {
	border-right: 15px solid #f0ebd8;
}
.r-team .team-details h4,
.r-team .team-details1 h4 {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Quicksand', sans-serif;
	color: #000;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 33px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.r-team .team-details h5,
.r-team .team-details1 h5 {
	font-size: 13px;
	font-weight: 500;
	font-family: 'Quicksand', sans-serif;
	color: #000;
	letter-spacing: 0px;
	display: inline-block;
	padding: 0 0 10px 0;
	margin-bottom: 5px;
	text-transform: capitalize;
	border-bottom: 1px solid;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.r-team .team-details p,
.r-team .team-details1 p {
	font-size: 14px;
	line-height: 28px;
	font-weight: 500;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
	color: #1a1a1a;
	margin-bottom: 10px;
	margin-top: 10px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

/* Client Section Style CSS */
.our-clients {
	position: relative;
	padding: 90px 0px;
}
.client-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.vertical-client {
	position: absolute;
	white-space: nowrap;
	width: 0;
	top: 40%;
	left: 70px;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 10px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.vertical-client span {
	display: block;
	float: right;
	color: #fff;
}
.client-icon span {
	display: inline-block;
	margin-top: 10px;
	color: #d1c542;
	font-size: 70px;
	margin-bottom: 150px;
	
}
.client-text h2 {
	font-size: 30px;
	color: #fff;
	line-height: 1.2;
}

.review-item .text {
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
}
.review-author {
	margin-top: 50px;
}
.author-name {
	font-size: 22px;
	line-height: 1.3;
	font-weight: 600;
	color: #fff;
}
.review-author i {
	color: #d1c542;
	
}
.testi-carousel .owl-nav {
	position: relative;
	top: 0;
	margin-top: 7.7vh;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.testi-carousel .owl-next,
.testi-carousel .owl-prev {
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	margin-right: 14px;
	display: inline-block;
}
.testi-carousel .owl-next:hover,
.testi-carousel .owl-prev:hover {
	background: #fff;
	color: #d1c542;
}
.testi-carousel .owl-next.disabled,
.testi-carousel .owl-prev.disabled {
	cursor: default;
}

.logo-section {
	position: relative;
	padding: 100px 0;
}
.ow-client-logo {
	display: table;
	width: 100%;
}
.clinet-logo {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
.logo-carousel .ow-client-logo img {
	max-height: 100%;
	width: auto;
	display: inline-block;
}
.client-logo-media img {
	max-width: 100% !important;
	margin: 0px auto !important;
	width: auto !important;
	transition: filter .5s ease-in-out;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%)
}
.client-logo-media img:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}

/* Contact Section Style CSS */
.contact-section {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 100px 0px;
}
.contact-section:after,
.contact-section:before {
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	z-index: -1;
	top: 0;
	bottom: 0;
}
.contact-section:after {
	left: 0px;
	background: #ececec;
}
.contact-section:before {
	right: 0px;
	background: #d1c542;
}
.a-cont {
	padding: 0;
}

.contact-info {
	background-color: #d1c542;
	position: absolute;
	width: 320px;
	min-height: 320px;
	padding: 30px 15px 30px 20px;
	z-index: 1;
	box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}
.contact-info h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
}
.contact-info .info-item {
	position: relative;
	padding-left: 45px;
	margin-bottom: 30px;
}
.contact-info .info-item i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	line-height: 24px;
	color: #1a1a1a;
	font-weight: 600;
}
.contact-info .info-item h5 {
	font-size: 16px;
	line-height: 24px;
	color: #1a1a1a;
	font-weight: bold;
	margin-bottom: 0;
	letter-spacing: 2px;
	font-family: 'Roboto', sans-serif;
}
.contact-info .info-item h5 a {
	text-decoration: none;
	color: #1a1a1a;
}
.contact-info .info-item p {
	font-size: 14px;
	line-height: 24px;
	padding: 2px 0px;
	color: #1a1a1a;
	font-family: 'Roboto', sans-serif;
}
.contact-section-form {
	background-color: #fff;
	position: relative;
	padding: 20px 30px 20px 200px;
	min-height: 450px;
	box-shadow: 0 50px 50px rgba(0, 0, 0, 0.5);
} 
.contact-form {
	padding-top: 10px;
}
.contact-form .form-group .form-control:hover,
.contact-form .form-group .form-control:active,
.contact-form .form-group .form-control:focus {
	outline: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border-bottom: 1px solid #777;
}
.contact-form input,
.contact-form textarea {
	width: 100%;
	font-size: 13px;
	border: none;
	background: #fff;
	border-bottom: 1px solid #777;
	border-radius: 0;
	padding: 15px 10px;
	margin-bottom: 20px;
	outline: none !important;
}
.contact-form input:focus {
	outline: none !important;
}
.contact-form textarea:focus {
	outline: 0;
}
.contact-form textarea {
	height: 100px;
	margin-bottom: 30px;
}
.contact-form ::-webkit-input-placeholder {
	font-style: italic;
}
.contact-form :-ms-input-placeholder {
	font-style: italic;
}
.contact-form ::-ms-input-placeholder {
	font-style: italic;
}
.contact-form ::placeholder {
	font-style: italic;
}

/* Footer Section Style CSS */
.footer-section {
	position: relative;
	padding: 30px 0 10px 0;
}
.footer-logo {
	position: relative;
	text-align: center;
}
.footer-logo img {
	width: 250px;
	height: auto;
	display: block;
	margin-bottom: 20px;
}
.footer-iso {
	position: relative;
}
.footer-iso img {
	width: 150px;
	height: auto;
}
.footer-logo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-logo ul li {
	display: inline-block;
	padding: 5px;
	margin-right: 10px;
}
.footer-logo ul li a {
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: none;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
.footer-logo ul li a:hover {
	color: #d1c542;
	text-decoration: none;
}
.footer-tag {
	position: relative;
	text-align: center;
}
.footer-tag .iso {
	font-size: 18px;
	font-weight: 600;
}
.footer-copy {
	position: relative;
	padding-top: 20px;
}
.footer-copy p {
	font-size: 14px;
	font-weight: 500;
	font-family: 'Quicksand', sans-serif;
	color: #000;
}


/* Banner Section */
.banner-section {
	position: relative;
	background-image: url("../images/survey-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 500px;
}
.banner-section.overlay {
	position: relative;
}
.banner-section.overlay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}
.banner-section > .container > .row {
	min-height: 500px;
}

/* Survey Section */
.top-survey {
	position: relative;
	padding: 100px 0px 50px 0px;
}
.main-text {
	padding-bottom: 30px;
	position: relative;
}
.main-text p {
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
}
.top-img p {
	text-align: center;
	padding-top: 20px;
	font-size: 18px;
	font-weight: 500;
}
/* Projects Page Style CSS */

.crumb-section {
	position: relative;
	background: #1a1a1a;
}
.crumb {
	padding: 20px 0;
}
.page-head {
	position: relative;
	min-height: 350px;
}
.page-head .text {
	font-size: 150px;
	color: #ccc;
	opacity: 0.5;
	font-family: MonumentEx;
	text-transform: uppercase;
}
.crumb-link a {
	display: inline-block;
	color: #fff;
	margin-right: 34px;
	position: relative;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 2px;
}
.crumb-link a:after {
	content: "\f30b";
	position: absolute;
	right: -30px;
	top: 0;
	color: #f6f7f8;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.crumb-link a:hover,
.crumb-link a:hover:after {
	color: #d1c542;
}
.crumb-link span {
	color: #d1c542;
	font-size: 16px;
	margin-left: 20px;
	line-height: 1.8;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 2px;
}
/* Project Section Style CSS */
.gallery-section {
	position: relative;
	padding-top: 90px;
}
.project-nav {
    margin-bottom: 40px;
}
.project-title h2 {
    font-size: 42px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 52px;
}
.project-title h2 span {
	color: #d1c542;
}

/* Project Section Style CSS */
.projects,
.project-name {
	position: relative;
}
.project-name h2 {
	font-size: 40px;
	line-height: 56px;
	margin-bottom: 30px;
	font-family: 'Quicksand', sans-serif;
}
.project-summery {
	padding-top: 20px;
}
.project-summery p {
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: normal;
	color: #727272;
	text-align: justify;
}
.project-sum-title {
	padding: 5px 0px;
}
.project-sum-detail {
	padding: 5px 0px;
}
.project-sum-title h5 {
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
}
.project-sum-detail h5 {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
}
.owl-carousel.pro-carousel-1 {
	position: relative;
	z-index: 1;
}
.pro-carousel-1 .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	font-size: 40px;
	font-weight: normal;
	opacity: 0.5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.pro-carousel-1 .owl-nav .owl-next,
.pro-carousel-1 .owl-nav .owl-prev {
	display: inline-block;
	position: relative;
	color: #fff;
	text-align: center;
}
.pro-carousel-1 .owl-nav .owl-next {
	float: right;
	margin: auto;
}
.pro-carousel-1:hover .owl-nav {
	opacity: 1;
}
.project-scope {
	position: relative;
	padding-top: 20px;
}
.project-scope p strong {
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
.project-scope p {
	font-size: 14px;
	font-weight: 400;
}
.project-scope ol {
	list-style-type: none;
	counter-reset: my-badass-counter;
}
.project-scope ol li {
	list-style: inherit;
	font-weight: 500;
}
.project-scope ol li:before {
    content: counter(my-badass-counter, upper-alpha);
    counter-increment: my-badass-counter;
    margin-right: 15px;
    font-weight: bold;
}
.project-scope1 {
	position: relative;
	padding-top: 20px;
}
.project-scope1 p strong {
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
.project-scope1 p {
	font-size: 14px;
	font-weight: 400;
}
.project-scope1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.project-scope1 ul li {
	display: block;
	padding: 0;
	margin-bottom: 10px;
	list-style: none;
	font-size: 14px;
	font-weight: 400;
}
.project-scope1 ul li span {
	font-size: 14px;
	font-weight: 700;
	padding-right: 10px;
	display: inline-block;
}
.back-btn {
	position: relative;
}
.back-btn1 {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 2px;
	font-family: 'Quicksand', sans-serif;
}
.back-btn1 img {
	margin-left: 20px;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-filter: brightness();
    -moz-filter: brightness();
    -ms-filter: brightness();
    -o-filter: brightness();
    filter: brightness();
	transform: rotate(180deg);
}
.back-btn1:hover {
	color: #d1c542;
}
.back-btn1:hover img {
	margin-left: 10px;
	-webkit-filter: brightness(1);
	-moz-filter: brightness(1);
	-ms-filter: brightness(1);
	-o-filter: brightness(1);
	filter: brightness(1);
}
/* Promo Section */
.promo-section {
	position: relative;
	background-color: #eee;
	padding-top: 90px;
	padding-bottom: 150px;
}
.promo-text h1 {
	margin-bottom: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 50px;
	font-weight: 700;
}
.promo-text h1 span {
	background: #d1c542;
	padding: 5px 10px;
	color: #222;
	display: inline-block;
}
.promo-text p {
	font-size: 16px;
	font-weight: 500;
	color: #222;
	margin-bottom: 0;
}