@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-BoldItalic.eot');
	src: url('../fonts/Gotham-BoldItalic.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Gotham-BoldItalic.woff2') format('woff2'),
		 url('../fonts/Gotham-BoldItalic.woff') format('woff'),
		 url('../fonts/Gotham-BoldItalic.ttf') format('truetype'),
		 url('../fonts/Gotham-BoldItalic.svg#Gotham-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-XLightItalic.eot');
	src: url('../fonts/Gotham-XLightItalic.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Gotham-XLightItalic.woff2') format('woff2'),
		 url('../fonts/Gotham-XLightItalic.woff') format('woff'),
		 url('../fonts/Gotham-XLightItalic.ttf') format('truetype'),
		 url('../fonts/Gotham-XLightItalic.svg#Gotham-XLightItalic') format('svg');
	font-weight: 300;
	font-style: italic;
}
html, body{
	height: 100%
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0;
	color: #272727;
	font-size: 16px;
	line-height: 26px;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #000000;
}
h1 {
	font-size: 60px;
	line-height: 70px;
	font-weight: 900;
}c
h2 {
	font-weight: 600;
	font-size: 28px;
	color: #353535;
}
p {
	color: #414042;
	font-size: 16px;
	line-height: 26px;
}
a {
	transition: all 0.3s ease 0s;
	color: #1b449d;
}
a:hover {
	text-decoration: none;
}
:focus {
	outline: none;
}
.page-main{
	margin: 80px 0 140px;
}
.page-main h2{
	font-weight: 800;
	color: #45277f;
}
@media screen and (min-width:768px) {
.wow {
	animation-duration: 1.5s !important;
}
}
/*===========================================
                   Header
============================================*/
.center-align {
    top: 50%;
    position: relative;
    transform: translate(0,-50%);
}
header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: #fff;
	padding: 20px 0;
}
.navbar {
	padding: 0;
}
.navbar-brand {
	margin: 0;
	padding: 0;
}
.navbar-brand img {
	max-width: 120px;
}
.navbar ul li {
	padding: 0 18px;
}
.navbar ul li:last-child {
	padding-right: 0;
}
.navbar ul li a {
	color: #797979;
	text-transform: uppercase;
	font-weight: 600;
	padding: 30px 0;
	font-size: 14px;
	position: relative;
}
.navbar ul li:hover a, .navbar ul li.active a {
	color: #44207e;
}
.navbar-nav .dropdown-menu {
	background: #fff;
	width: 245px;
	padding: 0 0px 0;
	margin-top: 23px;
	border: 0;
	border-radius: 0 !important;
}
.navbar .dropdown-item {
	padding: 12px 0px 11px!important;
	color: #797979!important;
	font-size: 16px;
	border-bottom: 1px solid #d5d5d5;
	text-transform: capitalize;
}
.navbar-nav .dropdown-menu li:last-child .dropdown-item{
	border-bottom: 0;
}
.navbar .dropdown-item:hover {
	background: #fff;
	color: #797979;
}
.dropdown-menu li a::after {
	display: none;
}
/*===========================================
               Section 1
============================================*/
.project-area .left-box {
	padding-right: 4px;
}
.project-area .right-box {
	padding-left: 4px;
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin: 0;
}
.project-box {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.project-box img {
	width: 100%;
	transition: all 0.5s ease 0s;
}
.project-box:hover img {
	transform: scale(1.1);
}
.overlay {
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.overlay-text {
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	display: inline-block;
	text-align: left;
}
.project-box h2 {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	line-height: 40px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.project-box a {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.project-box a span {
	background: url(../images/arrow.png) no-repeat;
	background-size: 22px;
	width: 22px;
	height: 13px;
	display: inline-block;
	margin: 0 8px 0 0;
	vertical-align: middle;
}
/*===========================================
               Project Single
============================================*/
.banner-inner {
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
	padding: 140px 0;
}
.page-banner h1 {
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	line-height: 70px;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.breadcrumb {
	background: none;
	text-align: center;
	padding: 0;
	margin: 0;
	justify-content: center;
}
.breadcrumb li, .breadcrumb li a {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.breadcrumb-item.active {
	color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
}
.project-info {
	position: relative;
	overflow: hidden;
}
.carousel-control-next, .carousel-control-prev {
	background: #000;
	opacity: 40%;
	height: 70px;
	width: 70px;
	top: 50%;
	transform: translate(0, -50%);
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	opacity: 50%;
}
.carousel-control-next .fa, .carousel-control-prev .fa {
	font-size: 36px;
}
.project-dis {
	background: #f4f4f4;
	padding: 48px 0px 50px 40px;
	position: relative;
}
.project-dis:after {
	background: #f4f4f4;
	position: absolute;
	content: "";
	height: 100%;
	width: 4500px;
	top: 0;
	z-index: -9;
}
.modal-header{
	text-align: center;
    margin: 0 auto;
}
.modal-title{
	padding: 10px 200px;
	background: #44207e;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.modal-body th{
	padding-right: 20px;
}
.modal-header .close{
	position: absolute;
	right: 10px;
}
.testimonial {
	padding: 70px 0;
}
.testimonial h2 {
	font-family: 'Gotham';
	font-style: italic;
	background: url(../images/quote1.png) no-repeat;
	background-size: 48px;
	padding: 0 0 0 60px;
	line-height: 32px;
	font-size: 24px;
	background-position: 0px 7px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.testimonial span {
	display: block;
	padding: 15px 0 0 60px;
	font-size: 20px;
	font-family: 'Gotham';
	font-weight: 300;
	font-style: italic;
}
.modal{
	max-height: 600px;
	top:10%;
}
.modal-dialog{
	max-width: 800px;
}
.project-images ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -10px;
	padding: 0;
}
.project-images ul li {
	width: 50%;
	padding: 0 10px;
	margin: 0 0 20px;
}
.project-dis h2 {
	color: #44207e;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 15px;
}
.project-dis p {
	color: #404040;
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 26px;
}
.project-details {
	border-top: 1px solid #1d1d1d;
	padding: 26px 0 23px;
	margin: 42px 0 42px;
	border-bottom: 1px solid #1d1d1d;
}
.project-details h3 {
	color: #44207e;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px;
}
.detail {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 10px;
}
.detail span {
	width: 31%;
	text-align: right;
	font-size: 18px;
	color: #171717;
	font-weight: bold;
}
.detail p {
	width: 65%;
	padding: 0 0 0 20px;
	margin: 0;
}
.detail ul{
	padding: 10px 0 0 210px;
}
.link-btn ul {
	margin: 0;
	padding: 0;
}
.link-btn ul li {
	display: inline-block;
}
.link-btn ul li:first-child {
	margin: 0 20px 0 0
}
/*.link-btn ul li:last-child {
	float: right;
}*/
.link-btn ul li:first-child a {
	background: url(../images/file.png) no-repeat;
	background-position: 25px center;
	background-position: 12px center;
	background-size: 14px;
}
.link-btn ul li a {
	font-size: 18px;
	color: #44217f;
	font-weight: bold;
	text-transform: uppercase;
	border: 3px solid #44217f;
	display: block;
	padding: 15px 20px 15px 40px;
	text-align: right;
}
.link-btn ul li:last-child a {
	background: url(../images/quote.png) no-repeat;
	background-position: 12px center;
	background-size: 22px;
	padding: 15px 20px 15px 48px;
}
.col-lg-6.scrollbar {
	padding-right: 0;
}
.col-lg-6.pro {
	padding-left: 0;
}
#scrollbar {
	position: relative;
	height: 1200px;
	padding: 45px 0 0;
}
.mCSB_inside > .mCSB_container {
	margin-right: 22px;
}
.mCSB_scrollTools {
	opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerContainer {
	width: 10px;
	background: #e7e7e7;
	border-radius: 5px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #797979 !important;
	width: 8px !important;
	border-radius: 5px !important;
	right: 0px;
}
.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #707070;
	width: 10px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 5px;
	display: none;
}

/*===========================================
             Residential Page
============================================*/
.residential{
	padding: 93px 0 50px;
}
.residential p {
    text-align: center;
    margin: 0 auto 93px;
    max-width: 775px;
}
.residential-image{
	position: relative;
	overflow: hidden;
}
.residential-image img{
	width: 100%;
}
.residential-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
	text-align: center;
	opacity: 0;
	transition: all 0.3s ease 0s;
}
.commercial{
	padding: 93px 0 50px;
}
.commercial p {
    text-align: center;
    margin: 0 auto 93px;
    max-width: 775px;
}
.commercial-image{
	position: relative;
	overflow: hidden;
}
.commercial-image img{
	width: 100%;
}
.commercial-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
	text-align: center;
	opacity: 0;
	transition: all 0.3s ease 0s;
}
.overlay-box {
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}
.overlay-box img{
	width: auto;
}
.overlay-box .icon{
	margin: 0 0 12px;
}
.overlay-box span{
	color: #ffffff;
	font-size: 18px;
}
.residential-box h4 {
    font-size: 24px;
    color: #000;
    margin: 29px 0 38px;
}
.residential-box:hover .residential-overlay{
	opacity: 1;
}
.commercial-box h4 {
    font-size: 24px;
    color: #000;
    margin: 29px 0 38px;
}
.commercial-box:hover .commercial-overlay{
	opacity: 1;
}
/*===========================================
               Our Team
============================================*/
.team-outer{
	padding:93px 0 50px;
}
.team-outer h2{
	text-align: center;
	margin:0 auto 93px;
	max-width: 775px;;
}
.team-box {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.team-cap h3 {
    font-size: 26px;
}

.team-cap p {
    font-size: 16px;
    color: #000;
    padding: 0 20px 8px 0;
    line-height: 28px;
}
.team-cap {
	position: absolute;
	bottom: -100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.90);
	padding: 40px 25px 40px 45px;
	transition: all 0.5s ease 0s;
}
.team-box:hover .team-cap {
	bottom: 0;
}
.team-info {
    margin-top: 20px;
    text-align: center;
}

.team-cap #scrollbar {
	position: relative;
	height: 82%;
	padding: 0;
}
.mCSB_scrollTools {
	right: 0!important;
}
.mCSB_scrollTools .mCSB_draggerRail {
	width: 10px!important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 12px!important;
}
/*===========================================
               Design Philosophy
============================================*/
.design-philosophy h3{
	font-weight: 600;
	font-size: 24px;
	margin: 0 0 15px;
}
.design-philosophy .intro-content {
	text-align: center;
	max-width: 800px;
	margin:0 auto 30px;
}
.design-philosophy .intro-content h3{
	margin: 0 0 30px;
}
.design-philosophy .img-description {
    padding: 20px 0;
    width: 80%;
}
.design-philosophy .row{
	margin:50px 0;
}


/*===========================================
               Contact
============================================*/
.contact-main .row{
	background-color: #f8f8f8;
	margin-top: -80px;
	padding: 80px 30px;
	margin-bottom: 240px;
}
.contact-main h2{
	color: #45277f;
	margin-bottom: 30px;
}
.contact-main p{
	margin-bottom: 30px;
}
.contact-main a{
	color: #414042;
}
.contact-main input{
	width: 46%;
}
.contact-main textarea{
	width: 96%;
}
.contact-main form input::placeholder, .contact-main form textarea::placeholder{
	color: #bcbcbc;
}
.contact-main form input, .contact-main form textarea{
	border: none;
	margin: 10px;
	padding: 10px;
}
.contact-main form .btn-primary{
	background-color: #45277f;
	border: none;
	float: right;
	margin: 15px;
    padding: 15px 25px;
}
.contact-main .fa{
	height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    background: #45277f;
    color: #fff;
    font-size: 30px;
    border-radius: 50px;
    vertical-align: middle;
	margin: 0 15px 0 0;
}
.thank-you-main .row{
	background-color: #f8f8f8;
	margin-top: -80px;
	padding: 80px 30px;
	margin-bottom: 240px;
}
.thank-you-main h2{
	color: #45277f;
	margin-bottom: 30px;
	text-align: center;
}
.thank-you-main p{
	margin-bottom: 30px;
	text-align: center;
}
/*===========================================
               Services
============================================*/
.services-info{
	text-align: center;
	padding: 58px 0;
}
.services-info h4{
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 44px;
}
.services-info p{
	max-width: 935px;
	margin: 0 auto 27px;
}
#main {
	margin-top: 0;
}
#main #faq .card {
	margin-bottom: 36px;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	box-shadow: 0px 0 5px #d5d5d5;
}
#main #faq .card .card-header {
	border: 0;
	border-radius: 0px;
	padding: 0;
}
#main #faq .card .card-header .btn-header-link {
	background: #fff;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	display: block;
	text-align: left;
	padding: 24px 48px;
	border-bottom: 1px solid #ccc;
	box-shadow: 0px 0 5px #888;
}
.btn-header-link span{
    vertical-align: middle;
    display: inline-block;
    margin-right: 60px;
    max-width: 100px;
}
.btn-header-link span img{
	max-width: 100%;
}
.btn-header-link {
    position: relative;
}
#main #faq .card .card-header .btn-header-link:after {
	background: url(../images/minus.png) no-repeat;
    content: "";
    height: 28px;
    width: 26px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0,-50%);
	background-size: 26px;
}
#main #faq .card .card-header .btn-header-link.collapsed:after {
    background: url(../images/plus.png) no-repeat;
    content: "";
    height: 28px;
    width: 26px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0,-50%);
	background-size: 26px;
}
.card-body {
	padding: 40px 48px 30px;
}
.card-body p {
	margin: 0 0 30px;
	color: #000000;
}
#main #faq .card .collapse {
	border: 0;
}
.card-body ul{
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
}
.card-body ul li{
	color: #000000;
	font-size: 16px;
	line-height: 26px;
	position: relative;
	padding: 0 0 0 25px;
	margin: 0 0 27px;
}
.card-body ul li:before{
	background: #45217f;
	position: absolute;
	content: "";
	height: 7px;
	width: 7px;
	left: 0;
	top: 9px;
}
/*===========================================
               Footer
============================================*/
footer {
	padding: 30px 0;
}
.footer-box p {
	font-size: 12px;
	color: #acacac;
	font-weight: 600;
	margin: 0;
}
.footer-box p a {
	color: #acacac;
}
.footer-box p a:hover {
	color: #44207e;
}
/*===========================================
               Responsive css
============================================*/
@media screen and (max-width:1280px) {
.link-btn ul li:first-child {
	margin: 0 10px 0 0;
}
.link-btn ul li a {
	padding: 15px 15px 15px 38px;
}
.link-btn ul li:last-child a {
	padding: 15px 15px 15px 46px;
}
.detail span {
	width: 36%;
}
.detail p {
	width: 64%;
}
}

@media screen and (max-width:1199px) {
.contact-main input {
	width: 45%;
}
.team-cap{
	padding: 20px 15px 20px 25px;
}
.team-cap h3 {
    font-size: 20px;
}
.design-philosophy .img-description{
	width: 100%;
}
.detail ul{
	padding: 10px 0 0 41%;
}
.project-box h2 {
	font-size: 40px;
	line-height: 30px;
}
.project-box a {
	font-size: 16px;
}
.detail span {
	font-size: 16px;
}
.link-btn ul li a {
	padding: 10px 15px 10px 38px;
	font-size: 14px;
	border: 2px solid #44217f;
}
.link-btn ul li:last-child a {
	padding: 10px 15px 10px 46px;
	font-size: 14px;
}
}

@media screen and (max-width:991px) {
.team-cap p {
    font-size: 14px;
    padding: 0 15px 0px 0;
    line-height: 26px;
}
body {
	padding-top: 101.75px;
}
.center-align {
    top: auto;
    position: relative;
    transform: none;
}	
header {
	padding: 15px 0;
	position: fixed;
}
.navbar-nav {
	padding-top: 15px;
}
.navbar ul li {
	padding: 5px 0;
}
.project-area .left-box {
	padding-right: 0;
	padding-bottom: 4px;
}
.project-area .right-box {
	padding-left: 0px;
	padding-top: 4px;
}
.col-lg-6.scrollbar {
    padding-right: 15px;
	margin-bottom: 50px;
}	
.col-lg-6.pro {
	padding-left: 15px;
}
.residential {
    padding: 43px 0 0;
}	
.residential p {
    margin: 0 auto 43px;
}	
.commercial {
    padding: 43px 0 0;
}	
.commercial p {
    margin: 0 auto 43px;
}
#main #faq .card .card-header .btn-header-link {
    font-size: 22px;
    padding: 20px 30px;
}
.card-body {
    padding: 30px 30px 30px;
}
}

@media screen and (max-width:767px) {
.navbar ul li a{
	display: block;
	padding: 5px 0;
}	
.navbar-nav.sm-collapsible .sub-arrow{
	margin-right: 0;
}
.navbar-nav .dropdown-menu {
    margin-top: 0;
}
.navbar .dropdown-item {
    padding: 5px 0px!important;
}	
.project-box h2 {
	font-size: 30px;
	line-height: 20px;
}
.project-box a {
	font-size: 14px;
}
.project-box a span {
	background-size: 18px;
	width: 18px;
	height: 10px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.banner-inner {
	padding: 60px 0;
}
.page-banner h1 {
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 10px;
}
.breadcrumb li, .breadcrumb li a {
	font-size: 14px;
}
#scrollbar {
	height: 450px;
	padding: 35px 0 35px;
}
.carousel-control-next, .carousel-control-prev {
	height: 40px;
	width: 40px;
}
.carousel-control-next .fa, .carousel-control-prev .fa {
	font-size: 26px;
}
.testimonial {
	padding: 30px 0;
}
.testimonial h2 {
	background-size: 35px;
	padding: 0 0 0 45px;
	line-height: 24px;
	font-size: 18px;
	background-position: 0px 5px;
}
.testimonial span {
	padding: 8px 0 0 45px;
	font-size: 16px;
}
.project-images ul {
	margin: 0 -5px;
}
.project-images ul li {
	padding: 0 5px;
	margin: 0 0 10px;
}
.project-dis {
	padding: 30px 15px;
}
.project-dis h2 {
	font-size: 22px;
	margin: 0 0 10px;
}
.project-dis p {
	font-size: 14px;
	line-height: 23px;
	margin: 0 0 18px;
}
.project-details h3 {
	font-size: 22px;
	margin: 0 0 15px;
}
.project-details {
	padding: 25px 0 2px;
	margin: 25px 0 30px;
}
.detail span {
	width: 38%;
	font-size: 14px;
}
.detail p {
	width: 62%;
	padding: 0 0 0 15px;
}
.link-btn ul li:last-child {
	float: none;
}
.link-btn ul {
	text-align: center;
}
.link-btn ul li:first-child {
	margin: 0 0 15px;
}
.link-btn ul li a {
	font-size: 16px;
	border: 2px solid #44217f;
	padding: 14px 20px;
	width: 225px;
}
.project-dis::after {
	display: none;
}
.col-lg-6.scrollbar {
    margin-bottom: 0;
}
.link-btn ul li:last-child a {
    padding: 14px 15px 14px 46px;
    font-size: 16px;
}	
.residential {
    padding: 23px 0 0;
}	
.residential p {
    margin: 0 auto 23px;
}	
.residential-box h4 {
    font-size: 20px;
    margin: 20px 0 30px;
}	
.commercial {
    padding: 23px 0 0;
}	
.commercial p {
    margin: 0 auto 23px;
}	
.commercial-box h4 {
    font-size: 20px;
    margin: 20px 0 30px;
}	
.services-info {
    padding: 30px 0 0;
}
.btn-header-link span {
    margin-right: 20px;
    max-width: 50px;
}
.services-info h4 {
    font-size: 22px;
    margin: 0 0 25px;
}	
.services-info p {
    max-width: 935px;
    margin: 0 auto 20px;
    font-size: 14px;
    line-height: 24px;
}
#main {
    margin-top: 40px;
}	
#main #faq .card {
    margin-bottom: 20px;
}	
#main #faq .card .card-header .btn-header-link {
    font-size: 16px;
    padding: 20px 20px;
}
#main #faq .card .card-header .btn-header-link.collapsed::after, #main #faq .card .card-header .btn-header-link::after {
    height: 17px;
    width: 15px;
    right: 20px;
    background-size: 15px;
}
.card-body ul{
	margin: 0;
}	
.card-body ul li {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 20px;
}	
.card-body ul li::before {
    height: 5px;
    width: 5px;
    top: 10px;
}	
footer {
	padding: 20px 0;
}
.footer-box p {
	text-align: center;
}
}
@media screen and (max-width:600px){
	.contact-main form input, .contact-main form textarea{
		width: 100%;
		margin: 5px 0;
	}
	.modal-title{
		padding: 10px 70px;
	}
	.detail ul{
		padding: 10px 0 0 43%;
		font-size: 14px;
	}
}
