/*
  Project Name: Durral - Architecture & Interior HTML Template
  Author: Templatebobo -->> (https://www.templatemonster.com/authors/templatebobo)
  Description: Architecture & Interior HTML Template
  Developer: Rabbi Hasan
  Version: 1.0
*/


/* CSS Index
-----------------------------------
01. Import Font
02. Default CSS
03. Header CSS
04. Hero CSS
05. About CSS
06. Counter CSS
07. Service CSS
08. Choose CSS
09. Partner CSS
10. Project CSS
11. Testimonial CSS
12. Blog CSS
13. Consultation CSS
14. Footer CSS
15. Service Details CSS
16. Team CSS
17. Portfolio CSS
18. Faq CSS
19. Contact CSS
20. Coming Soon CSS
*/


/* 01. Import Font */

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&amp;display=swap');

/* 02. Default CSS */

body {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #718483;
}

.body_wrap {
    overflow-x: hidden;
	position: relative;
}

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a {
	text-decoration: none;
}

a:focus,
a:hover,
.gallery-cat a:hover,
.footer-menu li a:hover {
	text-decoration: none;
}

a,
button {
	color: #000;
	outline: medium none;
	cursor: pointer;
}

a:hover {
	color: #205B56;
}

.form-button {
	display: inline-block;
	background: #205B56;
	border: 1px solid #205B56;
	padding: 17px 35px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.form-button:hover {
	background: transparent;
	color: #205B56
}

button {
	padding: 0px;
	border: none;
	outline: none;
	background: none;
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Merriweather', serif;
	font-weight: normal;
	color: #000;
	margin: 0;
	font-style: normal;
	letter-spacing: 1px;
}

h1 {
	font-size: 60px;
	font-weight: 400;
	color: #205B56;
	margin-bottom: 15px;
}

h3 {
	font-size: 22px
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none
}

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

p {
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	color: #718483;
	margin-bottom: 15px;
}

p:last-child {
	margin: 0
}

label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

input,
textarea,
select {
	width: 100%;
	height: 55px;
	background-color: #f8f8f8;
	border: none;
	padding: 0px 20px;
	outline: none
}

section {
	padding: 100px 0
}

.heading-action a {
	width: 50px;
	height: 50px;
	display: inline-block;
	background-color: rgba(32, 91, 86, 0.24);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	color: #205B56;
	font-size: 30px
}

.heading-action a svg {
	position: relative;
	left: -15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.heading-action a:hover svg {
	left: 0
}

.section-title {
	font-size: 40px;
	font-weight: 400;
	color: #205B56;
	margin-bottom: 5px;
}

.section-para {
	color: #718483
}

.cta-btn {
	display: inline-block;
	padding: 15px 30px;
	color: #205B56;
	letter-spacing: 3px;
	position: relative;
	text-align: center;
	text-transform: uppercase
}

.cta-btn span {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0
}

.cta-btn:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 90%;
	height: 1px;
	background-color: #205B56;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.cta-btn:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 1px;
	height: 60%;
	background-color: #205B56;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.cta-btn span:before {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	width: 90%;
	height: 1px;
	background-color: #205B56;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.cta-btn span:after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	width: 1px;
	height: 60%;
	background-color: #205B56;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.cta-btn:hover {
	color: #205B56;
}

.cta-btn:hover:before,
.cta-btn:hover span:before {
	width: 100%
}

.cta-btn:hover:after,
.cta-btn:hover span:after {
	height: 100%
}

.cta-btn-2 {
	display: inline-block;
	padding: 15px 30px;
	color: #205B56;
	letter-spacing: 3px;
	position: relative;
	text-align: center;
	background: #000;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.cta-btn-2:hover {
	background: #205B56;
	color: #000
}

*::-moz-selection {
	background: #537b77;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #537b77;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #537b77;
	color: #fff;
	text-shadow: none;
}

*::-moz-placeholder {
	color: #999;
	font-size: 16px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

*::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

*:-ms-input-placeholder {
	color: #999;
	font-size: 16px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

*::placeholder {
	color: #999;
	font-size: 16px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.breadcrumb-area {
	background: #F0F0F0;
	padding-bottom: 500px
}


/* 03. Header CSS */

.header-area {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 99;
	background: #F0F0F0
}

.header-area .container {
	position: relative
}

.header-area .container:after {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0px;
	background: rgba(32, 91, 86, 0.24);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	height: 1px;
	content: ""
}

.header-area.style-two .container:after {
	display: none
}

.menu-toggle {
	width: 50px;
	height: 50px;
	display: block;
	background-color: rgba(32, 91, 86, 0.24);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	cursor: pointer
}

.menu-toggle span {
	display: block;
	height: 2px;
	width: 65%;
	background-color: #205B56;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.menu-toggle span:nth-child(1) {
	top: 11px;
}

.menu-toggle span:nth-child(2) {
	top: 12px;
}

.menu-toggle span:nth-child(3) {
	top: 13px;
}

.page_title {
	padding-left: 15px;
	margin-left: 15px !important;
	border-left: 1px solid #718483;
	color: #718483;
	line-height: 20px;
	margin: 0
}

.mainmenu {
	margin-right: 30px;
}

.mainmenu ul li {
	position: relative;
	display: inline-block;
	margin-right: 35px;
}

.mainmenu ul li ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 220px;
	background: #fff;
	padding: 20px 0;
	border-top: 4px solid #205B56;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.mainmenu ul li ul li {
	display: block;
	margin: 0
}

.mainmenu ul li:hover ul {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.mainmenu ul li>a {
	color: #718483;
	display: block;
	padding: 30px 0;
}

.mainmenu ul li>ul>li>a {
	padding: 8px 20px;
	font-size: 16px;
}

.mainmenu ul li a:hover,
.mainmenu ul li.active a {
	color: #205B56
}

.mainmenu ul li.has-submenu>a {
	position: relative;
}

.mainmenu ul li.has-submenu>a:after {
	content: "";
	position: absolute;
	border: 2px solid #718483;
	width: 7px;
	height: 7px;
	border-width: 0 2px 2px 0;
	top: 48%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	right: -12px;
	font-size: 18px;
}

.mainmenu #menu {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.mainmenu #menu.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.menu-toggle.active span:nth-child(2) {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.menu-toggle.active span:nth-child(1) {
	top: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-toggle.active span:nth-child(3) {
	top: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* 04. Hero CSS */

.hero-area {
	padding: 0
}

.hero-top {
	padding-top: 200px;
	background: #F0F0F0;
	padding-bottom: 400px
}

.hero-text {
	text-align: center
}

.hero-text h1 {
	font-size: 60px;
	font-weight: 400;
	color: #205B56;
	margin-bottom: 15px
}

.hero-text p {
	color: #718483;
	font-size: 20px;
	letter-spacing: 1px;
}

.hero-img img {
	margin: auto;
	display: block;
}

.hero-bottom {
	margin-top: -350px;
}

.hero-action {
	text-align: center;
	margin-top: 50px
}

.hero-area-2 {
	background-image: url(../img/hero-bg.png);
	background-attachment: scroll;
	background-position: center;
	background-size: cover
}

.hero-area-2 .hero-top {
	background: none
}

.hero-area-2 .hero-text {
	background: rgba(255, 255, 255, 0.75);
	padding: 30px
}


/* 05. About CSS */

.about-area {
	padding-bottom: 150px
}

.about-image {
	margin-top: 100px
}

.about-front-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative
}

.about-front-image:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 150px;
	background: rgba(32, 91, 86, 0.5);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	bottom: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1
}

.about-image-2 {
	position: absolute;
	top: -50px;
	right: 0px;
	width: 50%;
	height: 110%;
	z-index: -1;
}

.about-image-3 {
	position: absolute;
	bottom: 0;
	right: -50px;
	width: 50%;
	z-index: -9;
}

.about-front-image>div {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.about-front-left img {
	width: 100%
}

.about-front-right {
	background: rgba(240, 240, 240, 0.8);
	-webkit-backdrop-filter: blur(0.5px);
	backdrop-filter: blur(0.5px);
	padding: 130px 40px
}

.about-front-right p {
	color: #205B56
}

.about-banner {
	padding: 200px 0 300px
}

.about-page-area {
	margin-top: -200px;
	padding-bottom: 170px
}

.about-page-top {
	position: relative
}

.about-page-top p {
	background: rgba(240, 240, 240, 0.88);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	padding: 30px;
	position: absolute;
	width: 50%;
	text-align: left;
	left: 0;
	bottom: -70px
}

.about-founder-area {
	padding-bottom: 150px
}

.about-founder-inn {
	position: relative
}

.about-founder-inn:before {
	position: absolute;
	content: "";
	width: 200px;
	height: 80%;
	background: rgba(32, 91, 86, 0.24);
	top: 0;
	z-index: -1
}

.about-founder-text {
	width: 80%;
	margin-left: 100px
}

.mission-area {
	background: #F0F0F0
}

.mission-img {
	margin-top: -50px
}

.mission-top-text {
	margin-bottom: 50px
}

.mission-top-text li {
	display: inline-block;
	margin-right: 50px;
	text-align: center
}

.mission-top-text li h3 {
	font-size: 36px
}

.mission-text {
	width: 60%
}

.mission-inn {
	position: relative
}

.mission-meta-1 {
	position: absolute;
	top: -100px;
	right: 0;
	font-size: 64px;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
}

.mission-meta-2 {
	position: absolute;
	bottom: 0;
	right: 0;
}

.single-about-team-2 {
	margin-top: 100px
}

.single-about-team-3 {
	margin-top: 50px
}

.single-about-team h5 {
	font-weight: 600
}

.single-about-team img {
	width: 100%
}

.single-about-team .team-info {
	margin-top: 15px
}

.single-about-team .team-info p {
	margin-bottom: 5px
}

.about-team-inn {
	position: relative
}

.about-team-shape {
	position: absolute;
	top: -75px;
	left: 60px;
	z-index: -1;
}


/* 06. Counter CSS */

.counter-area {
	background-image: url(../img/counter-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px 0
}

.counter-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.single-counter-box h3 {
	color: #fff;
	margin: 10px 0;
	font-size: 28px
}

.single-counter-box p {
	color: #ddd;
	font-weight: 300
}


/* 07. Service CSS */

.service-area {
	position: relative;
	z-index: 1
}

.service-area:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 60%;
	background: #F0F0F0;
	z-index: -1
}

.single-service-box {
	position: relative
}

.service-box .border-left span {
	position: absolute;
	width: 1px;
	height: 70%;
	content: "";
	background: #205B56;
	top: 0;
	left: -5px
}

.service-box .border-right span {
	position: absolute;
	width: 1px;
	height: 70%;
	content: "";
	background: #205B56;
	top: 0;
	right: -5px
}

.service-img {
	position: relative;
	overflow: hidden
}

.service-img>img {
	width: 100%;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.single-service-box:hover .service-img>img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.service-text {
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 85%;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.single-service-box.border-left:hover .service-text {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.single-service-box.border-right:hover .service-text {
	-webkit-transform: translateX(0%);
	transform: translateX(0%)
}

.service-text img {
	margin-right: 10px
}

.service-box .border-left {
	position: relative
}

.service-box .border-left:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 60px;
	background: #205B56;
	bottom: 0;
	left: -98px;
}

.single-service-box-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	position: relative
}

.single-service-box-2:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(32, 91, 86, 0.5);
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease
}

.single-service-box-2:hover.single-service-box-2:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible
}

.single-service-box-2 .service-text {
	bottom: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease
}

.single-service-box-2:hover .service-text {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible
}

.single-service-box-2>img {
	width: 100%
}

.service-banner-area.style-one {
	background: #F0F0F0;
	padding-top: 90px;
	padding-bottom: 0px;
}

.service-banner-area.style-one h1 {
	font-size: 60px;
	font-weight: 400;
	color: #205B56;
	margin-bottom: 15px;
}

.service-banner-area.style-one p {
	color: #718483;
	font-size: 18px;
	letter-spacing: 1px;
}

.service-banner-area.style-one .banner-image {
	position: relative;
	top: 255px;
}

.service-banner-area.style-one .banner-image img {
	width: 100%
}

.service-banner-area.style-one .banner-text {
	padding: 180px 0;
}

.service-page-area.style-one .service-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px
}

.service-page-area.style-one .service-list ul li:first-child .service-list-item:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(32, 91, 86, 0.24);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.service-page-area.style-one .service-list ul li:first-child .service-list-item:hover:after {
	-webkit-backdrop-filter: blur(0px);
	backdrop-filter: blur(0px);
}

.service-list-item {
	position: relative;
	z-index: 1
}

.service_title_rotate {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	z-index: 1;
	letter-spacing: 3px
}

.service-page-area.style-one {
	padding-top: 300px
}

.service-page-area.style-one .service-text {
	background: rgba(240, 240, 240, 0.88);
	-webkit-backdrop-filter: blur(24px);
	backdrop-filter: blur(24px);
	left: auto;
	-webkit-transform: translateX(80%);
	transform: translateX(80%);
}

.service-page-area.style-one .service-text:after {
	position: absolute;
	content: "";
	bottom: -15px;
	right: -30px;
	height: 1px;
	width: 70%;
	background: #205B56;
}

.service-page-text p {
	color: #718483
}

.service-page-text .heading-action {
	margin-top: 30px
}

.service-list-item {
	position: relative
}

.service-list-item .border_left {
	position: absolute;
	width: 1px;
	height: 40%;
	left: -5px;
	background: #205B56;
	bottom: 0;
}

.service-list-item .border_right_top {
	position: absolute;
	width: 1px;
	height: 40%;
	right: -5px;
	background: #205B56;
	top: 0;
}

.service-list-item .border_left:before {
	position: absolute;
	width: 1px;
	height: 15%;
	left: 0;
	background: #205B56;
	top: -40px;
	content: "";
}

.service-list-item .border_right_top:before {
	position: absolute;
	width: 1px;
	height: 15%;
	right: 0;
	background: #205B56;
	bottom: -40px;
	content: "";
}

.focus-left .nav-tabs .nav-link.active {
	background: transparent;
	border: 0px solid #205B56;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.focus-left .nav-tabs .nav-link {
	margin-bottom: 0px;
	border: 0px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	width: 100%;
	text-align: left;
	padding: 10px 10px 10px 25px;
	color: #718483;
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.focus-left .nav-tabs .nav-link:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	height: 1px;
	background: #718483;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.focus-left .nav-tabs .nav-link:hover,
.focus-left .nav-tabs .nav-link.active {
	color: #205B56;
	padding: 10px 10px 10px 35px;
	font-weight: 600
}

.focus-left .nav-tabs .nav-link:hover:before,
.focus-left .nav-tabs .nav-link.active:before {
	width: 25px;
	background: #205B56;
}

.focus-left .nav-tabs {
	border-bottom: 0px solid #dee2e6;
}

.focus-image img {
	margin: auto;
	display: block
}

.focus-area .site-heading {
	margin-bottom: 50px
}

.focus-area .col-lg-3 {
	padding-right: 0
}

.focus_heading {
	text-align: right;
	font-weight: 600;
	color: #205B56;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative
}

.focus_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #F0F0F0
}

.focus_heading:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 45%;
	height: 2px;
	background: #205B56
}

.service-page-project .project-box {
	margin-top: 50px
}

.service-page-project {
	position: relative
}

.service-page-project:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: #F0F0F0
}

.consultation-page-area {
	background: #F0F0F0
}

.consultation-page-area .container {
	position: relative;
	z-index: 1
}

.consultaion_bg {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1
}


/* 08. Choose CSS */

.choose-box-img {
	margin-top: 30px
}

.choose-box-text {
	background: rgba(240, 240, 240, 0.8);
	padding: 20px;
	width: 120%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.3s ease 0s;
	;
	transition: all 0.3s ease 0s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden
}

.choose-box-img {
	position: relative
}

.choose-box-img>img {
	width: 100%;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s
}

.choose-box-img:hover>img {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden
}

.choose-box-img:hover .choose-box-text {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.choose-box-text h3 {
	margin: 20px 0;
	color: #205B56;
	font-weight: 600
}

.choose-box-border {
	position: relative
}

.choose-box-border:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: #205B56;
	top: 0;
	left: -5px;
	z-index: -1
}


/* 09. Partner CSS */

.partner-area {
	background: #BECCCB;
	padding: 50px 0
}

.partner-area .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.partner-logo {
	width: 100%;
	height: auto
}

.partner-logo img {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	width: auto !important;
	height: 100% !important;
	margin: auto
}

.partner-logo img:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}


/* 10. Project CSS */

.project-area {
	position: relative;
	z-index: 1
}

.project-area:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: #F0F0F0;
	z-index: -1;
}

.project-tab .nav-tabs {
	border: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.project-tab .nav-link {
	padding: 10px;
	border: none;
	border-radius: 30px;
	background: rgba(32, 91, 86, 0.08);
	margin: 0 20px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	border: 1px solid transparent
}

.nav-tabs .nav-link.active {
	background: #EDF2F1;
	border: 1px solid #205B56;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.project-tab .nav-item span {
	display: inline-block;
	margin: 0 5px
}

.project-tab .nav-item span img,
.project-category span img {
	width: 40px
}

.project-tab .nav-item span,
.project-category span {
	color: #205B56
}

.project-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px
}

.single-project-box {
	position: relative;
	overflow: hidden;
}

.single-project-box:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background: -webkit-linear-gradient(top, rgba(64, 181, 171, 0) 0%, #40B5AB 100%), -webkit-linear-gradient(bottom, rgba(240, 240, 240, 0.24), rgba(240, 240, 240, 0.24));
	background: linear-gradient(180deg, rgba(64, 181, 171, 0) 0%, #40B5AB 100%), linear-gradient(0deg, rgba(240, 240, 240, 0.24), rgba(240, 240, 240, 0.24));
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.single-project-box:hover:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	height: 100%;
}

.project-category {
	background: rgba(240, 240, 240, 0.67);
	display: inline-block;
	padding: 10px;
	border-radius: 30px;
	position: absolute;
	top: -100%;
	left: 30px;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	z-index: 1
}

.single-project-box:hover .project-category {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 30px
}

.project-info {
	position: absolute;
	bottom: -100%;
	left: 30px;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	z-index: 1
}

.single-project-box:hover .project-info {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	bottom: 30px
}

.project-info h3 {
	font-weight: 600;
	font-size: 18px;
	color: #fff
}

.project-info p {
	color: #F0F0F0;
	font-weight: 400;
	font-size: 16px
}

.project-category ul li {
	display: inline-block;
}

.single-project-img {
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	width: 200px;
}

.single-project-img img {
	max-width: 400px;
	max-height: 450px;
	float: left
}

.single-project-box:hover .single-project-img {
	width: 400px;
	height: 450px;
}

.project-banner {
	padding-top: 200px;
	padding-bottom: 300px
}

.project-page {
	margin-top: -300px;
	padding-bottom: 110px
}

.project-page .nav-tabs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left: 0px;
	margin-bottom: 150px
}

.project-inn-top {
	position: relative;
	margin-bottom: 300px
}

.project-inn-img-2 {
	position: absolute;
	top: -100px;
	right: 50px;
	border: 20px solid #F0F0F0;
	height: 200px
}

.project-inn-top-text {
	position: absolute;
	left: 0;
	bottom: -200px;
	width: 50%;
	background: rgba(240, 240, 240, 0.88);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	text-align: left;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end
}

.project-inn-top-text .heading-action {
	margin-left: 50px
}

.single-project-inn-box {
	margin-top: 120px;
	position: relative
}

.single-project-inn-img img {
	width: 100%
}

.single-project-inn-text>img {
	width: 100%
}

.project-inn-heading {
	color: #205B56;
	margin-bottom: 20px;
	font-size: 36px
}

.single-project-inn-box .single-project-inn-border1 {
	position: absolute;
	width: 1px;
	height: 200px;
	background: #205B56;
	top: -10px;
	left: -10px
}

.single-project-inn-box .single-project-inn-border2 {
	position: absolute;
	width: 1px;
	height: 200px;
	background: #205B56;
	bottom: -10px;
	right: -10px
}

.single-project-inn-box .single-project-inn-border3 {
	position: absolute;
	width: 1px;
	height: 200px;
	background: #205B56;
	top: -10px;
	right: -10px
}

.single-project-inn-box .single-project-inn-border4 {
	position: absolute;
	width: 1px;
	height: 200px;
	background: #205B56;
	bottom: -10px;
	left: -10px
}

.project-details-banner {
	padding: 200px 0 0
}

.project-details-banner-img {
	margin-bottom: -50px
}

.project-details-gallery {
	background: #F0F0F0;
	padding-top: 70px
}

.project-details {
	padding-top: 150px
}

.project-details-single-box {
	width: 48%;
	display: inline-block;
	margin-bottom: 30px
}

.project-details-left p {
	color: #111
}

.project-details-box-heading {
	font-weight: 300;
	color: #718483 !important;
	margin-bottom: 10px
}

.project-details-box>img {
	width: 100%
}

.project-details-right img {
	width: 100%
}

.project-gallery-item {
	margin-top: 30px
}

.project-gallery-item img {
	width: 100%
}


/* 11. Testimonial CSS */

.testimonial-area {
	background: #F0F0F0;
	padding-bottom: 90px
}

.testimonial-text {
	padding: 30px;
	background: #BECCCB
}

.testimonial-text p {
	color: #151716
}

.testimonial-info-text h3 {
	color: #205B56;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 6px;
}

.testimonial-info-img {
	margin-right: 20px
}

.testimonial-slider .owl-nav {
	text-align: end;
	color: #d0d0d0;
	margin-top: 50px;
	font-size: 30px
}

.testimonial-slider .owl-nav button {
	margin-left: 30px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.testimonial-slider .owl-nav button:hover {
	color: #205B56
}


/* 12. Blog CSS */

.single-blog-img img {
	width: 100%
}

.single-blog-box {
	margin-top: 30px
}

.single-blog-text {
	background: #F2F2F2;
	padding: 20px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease
}

.single-blog-box:hover .single-blog-text {
	background: #C9D8D6;
}

.single-blog-action span {
	width: 50px;
	height: 50px;
	display: inline-block;
	background-color: rgba(32, 91, 86, 0.24);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	color: #205B56;
	font-size: 30px;
}


.single-blog-action span svg {
	position: relative;
	left: -15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.single-blog-box:hover .single-blog-action span svg {
	left: 0
}

.single-blog-text h3 {
	color: #151716;
	margin-bottom: 20px;
	line-height: 32px;
	font-size: 20px;
	font-weight: 600
}

.single-blog-box:hover .single-blog-text h3 {
	color: #205B56
}

.Blog-banner {
	padding: 200px 0 300px
}

.blog-page {
	margin-top: -200px
}

.blog-details-sidebar {
	margin-bottom: 30px
}

.blog-details-sidebar:last-child {
	margin-bottom: 0
}

.blog-details-sidebar h3.project-inn-heading {
	font-size: 22px;
	font-weight: 600;
}

.blog-details-banner {
	background-image: url(../img/blog-details22.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 200px 0 100px;
	margin-top: 10px
}

.sidebar-content a {
	display: block;
	font-size: 16px;
	color: #111;
	padding: 10px 0;
	border-bottom: 1px solid #e7e7e7;
}

.sidebar-content a span {
	float: right;
}

.sidebar-content a:hover {
	color: #205B56
}

.sidebar-tags ul li a {
	display: block;
	padding: 10px 15px;
	margin: 5px 0;
	font-size: 16px;
	background: #F0F0F0;
	border-radius: 5px;
}

.sidebar-tags ul li a:hover {
	background: #205B56;
	color: #fff
}

.sidebar-tags ul li {
	display: inline-block;
}

.blog-details-banner .blog-heading h1 {
	font-size: 36px
}

.blog-details-banner .blog-heading {
	padding: 30px;
	background: rgba(240, 240, 240, 0.88);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.blog-details-banner .blog-heading p {
	display: inline-block;
	margin-right: 15px
}

.blog-details-banner .blog-heading p:last-child {
	margin-right: 0
}

.blog-details-heading {
	font-weight: 600;
	color: #151716;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px
}

.blog-banner-right form {
	position: relative
}

.blog-banner-right form input {
	padding-left: 70px;
	height: 60px;
	border: 1px solid #205B56;
	border-radius: 30px;
	background: #F0F0F0
}

.blog-banner-right form button {
	position: absolute;
	left: 5px;
	width: 50px;
	height: 50px;
	color: #205B56;
	background: rgba(32, 91, 86, 0.24);
	border-radius: 50%;
	line-height: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.blog-sidebar-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.blog-sidebar-box-img {
	width: 120px;
	margin-right: 10px;
	position: relative
}

.blog-sidebar-box-img img {
	width: 100%;
}

.blog-sidebar-box-img:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(32, 91, 86, 0.5);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}
.blog-sidebar-box-text {
    width: 100%;
}

.blog-sidebar-box-heading {
	color: #111;
	font-weight: 500;
	margin-bottom: 5px;
	line-height: 20px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.blog-sidebar-box-date span {
	margin: 0 10px
}

.blog-sidebar-box:hover .blog-sidebar-box-img:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.blog-sidebar-box:hover .blog-sidebar-box-heading {
	color: #205B56
}

.blog-details-text blockquote {
	font-style: italic
}

.blog-details-text img {
	margin-bottom: 15px;
	width: 100%
}

.blog-details-text ul {
	list-style: disc;
	padding-left: 20px;
	margin: 25px 0
}

.blog-details-text ul li {
	list-style: disc;
	font-size: 16px;
	margin: 15px 0;
	display: list-item
}

.blog-details-share ul {
	text-align: right;
	margin-top: 30px
}

.blog-details-share ul li {
	display: inline-block;
	margin-left: 10px
}

.blog-comment-area {
	margin-top: 50px
}

.blog-comment-area h3,
.blog-leave-comment h3 {
	font-size: 26px;
	font-weight: 600;
	color: #205B56;
	margin-bottom: 30px;
}

.blog-comment-box {
	margin-left: 100px;
	position: relative;
	margin-top: 20px;
}

.blog-comment-people {
	width: 80px;
	position: absolute;
	left: -100px;
}

.blog-comment-people img {
	border-radius: 50%;
}

.blog-comment-text {
	background: #f8f8f8;
	padding: 30px;
	border-radius: 30px;
	position: relative;
}

.blog-comment-text:before {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-style: solid;
	top: 25px;
	border-width: 11px 13px 11px 0;
	border-color: transparent #f8f8f8;
	left: -12px;
}

.blog-comment-date p {
	margin-bottom: 15px;
}

.blog-replay-box {
	margin-left: 200px;
}

.blog-comment-date h5 {
	font-weight: 600;
	color: #205B56;
	font-size: 18px;
	margin-bottom: 10px;
}

.blog-comment-date p i {
	margin-right: 10px;
	color: #205B56;
}

.comment-form-group {
	position: relative;
	width: 100%;
}

.comment-form-text textarea {
	background: #f8f8f8;
	height: 200px;
	margin-top: 20px;
	padding: 20px;
}

.comment-form-group input {
	padding: 0px 10px 0px 40px;
}

.blog-leave-comment {
	margin-top: 50px
}

.blog-leave-comment button {
	margin-top: 20px
}


/* 13. Consultation CSS */

.consultation-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 50px 0;
}

.consultation-area {
	position: relative;
	padding: 0;
	margin-bottom: 100px
}

.consultation-area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/consultation-bg.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	z-index: -1
}

.consultation-area:after {
	position: absolute;
	content: "";
	width: 75%;
	height: 100%;
	top: 0;
	right: 0;
	background: #fff;
	z-index: -1
}

.consultation-area-2 {
	position: relative;
	padding: 0;
	margin-bottom: 100px
}

.consultation-area-2:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/consultation-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1
}


/* 14. Footer CSS */

.footer-area {
	background: #151716;
}

.footer-top {
	padding: 50px 0
}

.footer-logo {
	margin-bottom: 25px
}

.footer-contact ul li p {
	margin-top: 15px;
	display: inline-block;
	border-bottom: 1px solid #777
}

.footer-link h3,
.footer-newslatter h3 {
	margin-bottom: 30px;
	color: #657776
}

.footer-link ul li {
	margin-bottom: 10px
}

.footer-link ul li a {
	color: #777;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease
}

.footer-link ul li a:hover {
	margin-left: 5px;
	color: #ddd
}

.footer-newsletter-form form {
	position: relative;
	width: 75%;
	margin-bottom: 40px
}

.footer-newsletter-form form input {
	height: 50px;
	background: transparent;
	border: 1px solid #205B56;
	color: #fff
}

.footer-newsletter-form form button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -70px;
	background: #182725;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.footer-newsletter-form form button svg {
	color: #fff;
	position: relative;
	left: -10px
}

.footer-social ul li {
	display: inline-block
}

.footer-social ul li a {
	display: block;
	background: #182725;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin-right: 10px;
	color: #fff;
	font-size: 20px
}

.footer-bottom {
	padding: 25px 0;
	border-top: 1px solid #172321
}

.footer-copyright li {
	display: inline-block;
	margin: 0 50px
}

.footer-copyright li a {
	color: #777;
	font-size: 18px
}

.footer-contact-2-text p {
	display: inline-block;
	text-align: center
}

.footer-contact-2-text .border-bottom {
	border-bottom: 1px solid #777;
}

.footer-link-top {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #205B56;
	display: inline-block
}

.footer-area-2 .footer-link ul li {
	display: inline-block;
	margin: 0 30px;
}

.footer-area-2 .footer-newsletter-form form {
	width: 90%;
}


/* 15. Service Details CSS */

.service-details-banner {
	background: #F0F0F0;
	padding-top: 200px;
	position: relative;
	z-index: 1
}

.service-details-banner:after {
	position: absolute;
	content: "";
	bottom: 0;
	height: 20%;
	background: #fff;
	left: 0;
	width: 100%;
	z-index: -1
}

.service-details-banner .banner-text h1 {
	font-size: 60px;
	font-weight: 400;
	color: #205B56;
	margin-bottom: 15px;
}

.service-details-image {
	margin-top: 50px
}


/* 16. Team CSS */

.team-page {
	margin-top: -100px
}

.team-banner {
	padding: 200px 0;
}

.team-banner .project-tab .nav-tabs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.team-page-top {
	position: relative;
	margin-bottom: 170px
}

.team-page-top-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	background: rgba(32, 91, 86, 0.25);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	padding: 30px 0;
	position: absolute;
	bottom: -100px;
	width: 100%
}

.single-team-page-top h6 {
	color: #205B56;
	font-weight: 800;
	margin: 15px 0 5px;
	font-size: 20px;
}

.team-page-box .single-about-team {
	margin-top: 30px
}

.team-page .nav-tabs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}


/* 17. Portfolio CSS */

.portfolio-breadcrumb {
	padding: 200px 0;
}

.portfolio-area {
	padding-bottom: 50px
}

.portfolio-box img {
	width: 100%
}

.portfolio-box h5 {
	margin-top: 20px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
	color: #151716
}

.portfolio-box:hover h5 {
	color: #205B56
}

.portfolio-focus {
	margin-top: -200px
}


/* 18. Faq CSS */

.faq-banner {
	padding-top: 200px;
	padding-bottom: 100px
}

.faq-box-heading h3 {
	color: #205B56
}

.faq-accordion {
	padding: 0 100px;
}

.accordion-item {
	border: none;
	margin-top: 25px
}

.accordion-button {
	font-size: 18px;
	background: #fff;
	color: #111;
	background: #C9D8D6
}

.accordion-button:not(.collapsed) {
	color: #111;
	background-color: #C9D8D6;
	box-shadow: none;
	border: none;
	font-size: 18px;
}

.accordion-button:not(.collapsed):after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion-button:after {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 20px;
	width: 20px;
	width: 20px;
	width: 1.25rem;
	height: 20px;
	height: 20px;
	height: 20px;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-size: 1.25rem;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.accordion-button:focus {
	z-index: 3;
	border-color: #fff;
	outline: 0;
	outline: none;
	box-shadow: 0 0 0 0 rgba(13, 110, 253, .25) !important
}

.accordion-body {
	background: rgba(240, 240, 240, 0.88);
}


/* 19. Contact CSS */

.contact-breadcrumb {
	padding-top: 200px;
	padding-bottom: 350px;
}

.contact-area {
	margin-top: -500px;
	padding-top: 0;
}

.contact-heading-text {
	margin-right: 100px
}

.contact-heading-img {
	margin-top: 250px;
	margin-bottom: 50px
}

.contact-box-left .site-heading {
	margin-left: 130px;
	position: relative;
	margin-bottom: 300px
}

.contact-box-left .site-heading:before {
	position: absolute;
	width: 100px;
	height: 250px;
	background: #C9D8D6;
	content: "";
	left: -130px;
	top: 0;
}

.contact-heading-img img {
	width: 100%
}

.contact-adress-box ul li {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.contact-adress-box ul li span {
	margin-left: 20px
}
.contact-box-right{
    margin-top: 220px
}
.contact-box-right form {
	padding: 50px;
	background: #F2F2F2;
	margin-top: 25px;
}

.contact-box-right form input,
.contact-box-right form textarea {
	background: transparent;
	color: #205B56 !important;
	border-bottom: 1px solid #205B56;
	margin-bottom: 20px;
	padding: 0;
}

.contact-box-right form textarea {
	height: 100px;
	resize: none
}


/* 20. Coming Soon CSS */

.comming-soon-area {
	background: #F0F0F0;
	padding-top: 200px
}

.comming-soon-text form {
	margin-top: 50px
}

.comming-soon-text form button {
	background: rgba(32, 91, 86, 0.24);
}

.comming-soon-text form button svg path {
	fill: #205B56
}

.comming-soon-text .footer-newsletter-form form input {
	color: #205B56
}

.comming-soon-text .footer-newsletter-form form {
	width: 50%;
	margin-bottom: 0
}