/*-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
CSS INDEX
===================
01. Theme default CSS
02. Loader CSS
03. Button CSS
04. Navbar CSS 
05. SubMenu CSS
06. Hero Section CSS
07. About Section CSS
08. Service Section CSS
09. Project Section CSS
10. Footer Section CSS 
11. Our Team Section CSS
12. Quote Section CSS
13. Testimonial Section CSS
14. Project Detail Page CSS
15. Services Page CSS
16. Contact Page CSS
-----------------------------------------------------------------------------------*/
.specialite ul li{
   list-style-type: none;
   
        
    padding-left: 0.85em;
    text-indent: -0.85em;
	line-height: 26px;
	padding-bottom: 12px; 
}


.specialite ul li:before {
  content: "•";
	font-size: 32px;
  float: left;
  color: #137baa;
	  margin-right: 14px; 
}

.alert-warning {
    color: #ffffff;
	font-size:24px;
	
    background-color: #fc0000;
    border-color: #faebcc;
}



.ui-state-valid {
    border-bottom: 1px solid #0EAB55 !important;
   position: relative;
}

.ui-state-error {
    border-bottom: 1px solid #fc0000 !important;
   position: relative;
}


.ui-state-errorcheck{
   text-decoration:underline;
   color: #fc0000 !important;
}



/*=============== 01. Theme default CSS =====================*/

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.site-wrapper {
	height: 100%;
}

::-ms-clear {
	display: none;
}



.sousmenu {
	
	font-size: 21px !important;
	padding-left: 26px;
}



body {
	background-color: #fff;
	font-family: 'Raleway', sans-serif;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
}

body {
	max-width: 100%;
	overflow-x: hidden;
}

body[data-rtl="rtl"] {
	direction: rtl;
	text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222222;
	font-weight: 400;
	margin-top: 0;
	line-height: 1.2;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p:last-child {
	margin-bottom: 0;
}

p {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 35px;
	margin: 0;
	text-align: justify;
}

a,
button {
	color: inherit;
	display: inline-block;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
}

a,
button,
img,
input,
span {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

*:focus {
	outline: none !important;
}

a:focus {
	color: inherit;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #d0a97e;
}

button,
input[type="submit"] {
	cursor: pointer;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

.width-100 {
	width: 100%;
}

.position-absolute {
	position: absolute!important;
}

.float-right {
	float: right !important;
}

.page-title .title:before {
	content: none!important;
}

.color-white {
	color: #fff!important;
}

.mt-minus {
	margin-top: -100px;
}

a,
a:active,
a:focus {
	color: #6f6f6f;
	text-decoration: none;
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}

.section-title .title {
	font-size: 51px;
	color: #171a22;
	padding-bottom: 30px;
	margin: 0px;
	position: relative;
	font-family: 'Prata', serif;
}

.sub-title {
	font-size: 18px;
	color: #171a22;
	padding-bottom: 15px;
	margin: 0px;
	position: relative;
	text-transform: uppercase;
	padding-left: 30px;
	font-family: 'Prata', serif;
}

.sub-title:before {
	position: absolute;
	content: '';
	width: 20px;
	height: 1px;
	background: #e6e6e6;
	left: 0px;
	top: 8px;
}

.section-title span {
	font-size: 15px;
	color: #a7a9ae;
	font-weight: 600;
	letter-spacing: 1px;
}

.section-title .title:before {
	position: absolute;
	content: '';
	width: 300px;
	height: 1px;
	background: #e6e6e6;
	left: -350px;
	top: 30px;
}

.section-white .color-white:before {
	position: absolute;
	content: '';
	width: 300px;
	height: 1px;
	background: rgba(255, 255, 255, 0.11);
	left: -350px;
	top: 30px;
}

.section-white .description p {
	color: #dedede;
}

.overlay {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.08);
}

.text-white {
	color: #ffffff;
}

.line-height-70 {
	line-height: 70px;
}

.color-a87b52 {
	color: #137baa;
}

.section {
	padding: 100px 0px;
}

.section-bottom {
	padding: 0px 0px 100px;
}

.main_content {
	position: relative;
	z-index: 10;
	background: white;
}


/*================ 02. Loader CSS ===============*/


html,
body {
	overflow-y: hidden;
}

html.animate,
body.animate {
	overflow-y: auto;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: rgb(255, 255, 255);
	opacity: 1;
}

.loader-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0px auto;
}

.loader-img {
	margin-bottom: 30px;
}

/*================ 03. Button CSS ===============*/

.news__button-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.button {
	display: inline-block;
	border-radius: 30px;
	border: 0;
	padding: 0 40px;
	margin: 0;
	outline: none;
	text-decoration: none;
	height: 48px;
	position: relative;
	z-index: 3;
	pointer-events: all;
	background: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.button.active .button__circle {
	-webkit-transition: width 200ms;
	-o-transition: width 200ms;
	transition: width 200ms;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.button.active .button__text {
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.button.active .button__icon {
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.button__text {
	display: inline-block;
	position: relative;
	z-index: 2;
	font-size: 14px;
	line-height: 14px;
	color: #010101;
	text-transform: uppercase;
	white-space: nowrap;
	left: 0;
	padding: 17px 0 0;
	letter-spacing: 1.5px;
	font-family: Raleway;
	font-weight: 600;
}

.button__icon {
	position: absolute;
	left: 20px;
	top: 17px;
	z-index: 2;
	color: #111111;
	font-size: 0;
	line-height: 0
}

.button__icon img {
	display: block
}

.button__circle {
	display: inline-block;
	text-align: center;
	background: #f3f6f9;
	color: white;
	width: 48px;
	height: 48px;
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.button__circle svg {
	position: absolute;
	left: 0;
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
	top: 17px;
	width: 13px;
	height: 13px;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.button:hover .button__circle {
	width: 100%
}

.button:hover .button__circle svg {
	-webkit-transform: translateX(24px);
	-ms-transform: translateX(24px);
	transform: translateX(24px)
}

.button:hover .button__icon {
	-webkit-transform: translateX(9px);
	-ms-transform: translateX(9px);
	transform: translateX(9px)
}

.button:hover .button__text {
	-webkit-transform: translateX(9px) !important;
	-ms-transform: translateX(9px) !important;
	transform: translateX(9px) !important
}

.button--website:hover .button__text {
	-webkit-transform: translateX(9px) !important;
	-ms-transform: translateX(9px) !important;
	transform: translateX(9px) !important
}

.button--website:hover .button__circle svg {
	-webkit-transform: translateX(28px);
	-ms-transform: translateX(28px);
	transform: translateX(28px)
}

.button--down .button__icon {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.button--right .button__icon {
	right: 20px;
	left: auto;
	top: 17px;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.button--right .button__text {
	left: auto;
	right: 0
}

.button--right .button__circle {
	right: 0;
	left: auto
}

.button--right:hover .button__icon {
	-webkit-transform: translateX(-9px);
	-ms-transform: translateX(-9px);
	transform: translateX(-9px)
}

.button--right:hover .button__text {
	-webkit-transform: translateX(-9px) !important;
	-ms-transform: translateX(-9px) !important;
	transform: translateX(-9px) !important
}

.button--animate {
	opacity: 1;
}

.button--animate .button__text {
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px)
}

.button--animate .button__circle {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}

.button--submit {
	cursor: pointer
}

.button--submit .button__text {
	padding: 0;
	line-height: 18px
}

.button--submit .button__circle {
	-webkit-transition: width 200ms;
	-o-transition: width 200ms;
	transition: width 200ms;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.button--submit .button__text {
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.button--submit .button__icon {
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.button--submit-another {
	margin: 50px auto 0
}

@media only screen and (min-width: 0) and (max-width: 415px) {
	.button--submit-another {
		margin: 40px auto 0
	}
}


/*================ 04. Navbar CSS ===============*/

.nav-custom {
	background: #fff;
	color: #4e4e4e;
	font-size: 15px;
	margin: 0px auto;
	z-index: 3000;
	-webkit-transition: 0.5s all linear;
	-o-transition: 0.5s all linear;
	transition: 0.5s all linear;
	border-bottom: 1px solid #e6e6e6;
	padding: 13px 0px;
}

.nav-main-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}

.nav-button {
	position: relative;
	background-color: transparent;
	border: none;
	padding: 0px;
	width: 30px;
	height: 50px;
	outline: none;
	z-index: 5;
	margin-left: 20px;
}

.nav-custom .nav-button span:nth-of-type(1) {
	position: absolute;
	bottom: 26px;
	width: 20px;
	height: 2px;
	background-color: #171a22;
	left: 0px;
}

.nav-custom .nav-button span:nth-of-type(2) {
	position: absolute;
	bottom: 18px;
	width: 20px;
	height: 2px;
	background-color: #171a22;
	left: 0px;
}

.nav-custom .nav-button span {
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
}

.nav-custom.active .nav-right-list li {
	color: #fff;
}

.nav-custom .nav-button span:nth-of-type(3) {
	position: absolute;
	bottom: 8px;
	width: 100%;
	height: 2px;
	background-color: #171a22;
	left: 0px;
}

.nav-custom.active .nav-button span:nth-of-type(1) {
	position: absolute;
	background-color: #171a22;
	left: 0px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-custom.active .nav-button span:nth-of-type(2) {
	position: absolute;
	background-color: #171a22;
	left: 0px;
	bottom: 26px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-custom .nav-menu-logo {
	position: absolute;
	top: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}

.nav-custom.active .nav-menu-logo {
	display: inline-block;
}

.nav-menu-logo img {
	width: 85px;
}

.nav-menu {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: 1.3s all ease 1.2s;
	-o-transition: 1.3s all ease 1.2s;
	transition: 1.3s all ease 1.2s;
}

.nav-menu.active {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: 0.6s all ease 0.5s;
	-o-transition: 0.6s all ease 0.5s;
	transition: 0.6s all ease 0.5s;
}

.nav-menu:before {
	content: '';
}

.nav-menu:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 75%;
	background-color: #fff;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: 0.2s all cubic-bezier(0.38, 0.07, 0.17, 0.79);
	-o-transition: 0.2s all cubic-bezier(0.38, 0.07, 0.17, 0.79);
	transition: 0.2s all cubic-bezier(0.38, 0.07, 0.17, 0.79);
	-webkit-box-shadow: 0 11px 29px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 11px 29px 0 rgba(0, 0, 0, 0.1);
}

.nav-menu.active:before {
	-webkit-transform: translateY(-0%);
	-ms-transform: translateY(-0%);
	transform: translateY(-0%);
	-webkit-transition: 0.1s all cubic-bezier(0.38, 0.07, 0.17, 0.79);
	-o-transition: 0.1s all cubic-bezier(0.38, 0.07, 0.17, 0.79);
	transition: 0.1s all cubic-bezier(0.38, 0.07, 0.17, 0.79);
}

.nav-menu.active:after {
	-webkit-transform: translateY(-0%);
	-ms-transform: translateY(-0%);
	transform: translateY(-0%);
	-webkit-transition: 0.1s all cubic-bezier(0.26, 0.37, 0.1, 0.96);
	-o-transition: 0.1s all cubic-bezier(0.26, 0.37, 0.1, 0.96);
	transition: 0.1s all cubic-bezier(0.26, 0.37, 0.1, 0.96);
}

.nav-menu-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 75%;
	background: #fff;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.nav-menu-item ul {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.burger-menu-list2 {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.start-project-div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.start-project-txt {
	position: static;
	display: block;
	overflow: visible;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	color: #fff;
	font-size: 40px;
	line-height: 66px;
	font-weight: 500;
	text-decoration: none;
}

.social-link a {
	font-size: 21px!important;
	line-height: 32px!important;
	font-weight: 400;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
}

.burger-menu-list2 li {
	text-align: right !important;
}

.nav-menu .nav-menu-item a:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 108%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 3%;
	width: 0%;
	background: #171a22;
	background-repeat: no-repeat;
	background-size: 0% 100%;
	opacity: 0.8;
	will-change: transform, opacity;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.nav-menu .nav-menu-item .active a:before,
.nav-menu .nav-menu-item a:hover:before {
	width: 30%;
}

.nav-menu .nav-menu-item a {
	color: #171a22;
}

.nav-menu .nav-menu-item .active a {
	color: #137baa;
}

.nav-menu .nav-menu-item .active a:before {
	background: #137baa;
}

.nav-menu .nav-menu-item li.burger-menu-link-wrap {
	width: 350px;
	text-align: left;
}

.nav-menu .nav-menu-item li a {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	-webkit-transition: 1.1s all cubic-bezier(0.69, 0, 0.48, 0.99) 0.7s;
	-o-transition: 1.1s all cubic-bezier(0.69, 0, 0.48, 0.99) 0.7s;
	transition: 1.1s all cubic-bezier(0.69, 0, 0.48, 0.99) 0.7s;
}



.nav-menu.active .nav-menu-item li a {
	-webkit-transform: translateY(-0%);
	-ms-transform: translateY(-0%);
	transform: translateY(-0%);
	opacity: 1;
	-webkit-transition: 1s all cubic-bezier(0.69, 0, 0.48, 0.99) 0.5s;
	-o-transition: 1s all cubic-bezier(0.69, 0, 0.48, 0.99) 0.5s;
	transition: 1s all cubic-bezier(0.69, 0, 0.48, 0.99) 0.5s;
}

.nav-menu .nav-menu-item li p {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	-webkit-transition: 1.1s all cubic-bezier(0.69, 0, 0.48, 0.99) 0.7s;
	-o-transition: 1.1s all cubic-bezier(0.69, 0, 0.48, 0.99) 0.7s;
	transition: 1.1s all cubic-bezier(0.69, 0, 0.48, 0.99) 0.7s;
}



.nav-menu.active .nav-menu-item li p {
	-webkit-transform: translateY(-0%);
	-ms-transform: translateY(-0%);
	transform: translateY(-0%);
	opacity: 1;
	-webkit-transition: 1s all cubic-bezier(0.69, 0, 0.48, 0.99) 0.5s;
	-o-transition: 1s all cubic-bezier(0.69, 0, 0.48, 0.99) 0.5s;
	transition: 1s all cubic-bezier(0.69, 0, 0.48, 0.99) 0.5s;
}



.nav-menu .nav-menu-item a {
	position: relative;
	color: #171a22;
	-webkit-transform: translate3d(0px, 0%, 0px);
	transform: translate3d(0px, 0%, 0px);
	font-size: 40px;
	margin-bottom: 20px;
}

.navbar-brand {
	max-width: 100%;
	background-image: url(../../images/logo.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 95px;
	height: 45px;
	-webkit-transition: 0.6s all ease-in-out;
	-o-transition: 0.6s all ease-in-out;
	transition: 0.6s all ease-in-out;
	z-index: 10;
}

.navbar-brand img {
	max-width: 100%;
}

.nav-white {
	background-color: #fff !important;
	-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	padding: 10px 180px!important;
}

.nav-white .menu-icon__line {
	background-color: #000;
}

.sticky-top {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 1020;
}

.nav-white .nav-button span {
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
	background: #000 !important;
}

.nav-right-list li {
	color: #171a22;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
}


/*================ 05. SubMenu CSS ===============*/

.drop-down {
	position: relative;
}

.drop-down::after {
	font-family: "FontAwesome";
	text-decoration: none;
	content: '\f107';
	position: absolute;
	margin-left: 15px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 20px;
	top: 13px;
}

.sub-menu-parent {
	position: relative;
}

.sub-menu-parent .sub-menu li {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}



.sub-menu-parent .sub-menu li a:before {
	display: none;
}

.sub-menu-parent .sub-menu li a:hover {
	color: #6429d8;
}



.sub-menu-parent .sub-menu li:hover {
	opacity: 1;
}

.sub-menu {
	padding: 10px 0px;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	z-index: 100;
	list-style-type: none;
	position: absolute;
	left: 0px;
	margin: 0;
	text-align: left;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.sub-menu li {
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.sub-menu li a {
	display: block;
	padding: 10px 0px;
	margin-right: 0px;
	clear: both;
	white-space: nowrap;
	font-size: 20px;
	letter-spacing: 1px;
	-webkit-transition: 0.6s all ease-in-out!important;
	-o-transition: 0.6s all ease-in-out!important;
	transition: 0.6s all ease-in-out !important;
}


.sub-menu li p {
	display: block;
	padding: 10px 0px;
	margin-right: 0px;
	clear: both;
	white-space: nowrap;
	font-size: 20px;
	letter-spacing: 1px;
	-webkit-transition: 0.6s all ease-in-out!important;
	-o-transition: 0.6s all ease-in-out!important;
	transition: 0.6s all ease-in-out !important;
}

.sub-menu li a:hover {
	background: transparent;
}

.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:hover .sub-menu {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}


/*=============== 06. Hero Section CSS =====================*/

.hero-section {
	height: 100vh;
}

.carousel-detail {
	position: relative;
	padding-top: 15vh;
}

.carousel-detail .down-up {
	font-size: 50px;
	color: #171a22;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 80px;
	font-family: 'Prata', serif;
}

.cd-words-wrapper b i {
	font-style: normal !important;
}

i,
em {
	font-style: normal !important;
}

.carousel-detail:before {
	content: '';
	position: absolute;
	left: 45%;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
	width: 0px;
	background: rgba(182, 150, 132, 0.5);
	z-index: -1;
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.carousel-fade .carousel-item.active .carousel-detail:before {
	width: 285px;
}

.arrow-icon--circle {
	-webkit-transition: stroke-dashoffset .8s ease-in-out;
	-o-transition: stroke-dashoffset .8s ease-in-out;
	transition: stroke-dashoffset .8s ease-in-out;
	stroke-dasharray: 140;
	stroke-dashoffset: 140;
}

.swiper-button-prev :hover .arrow-icon--circle {
	stroke-dashoffset: 0;
}

.arrow-icon--circle2 {
	-webkit-transition: stroke-dashoffset .8s ease-in-out;
	-o-transition: stroke-dashoffset .8s ease-in-out;
	transition: stroke-dashoffset .8s ease-in-out;
	stroke-dasharray: 140;
	stroke-dashoffset: 140;
}

.swiper-button-next :hover .arrow-icon--circle2 {
	stroke-dashoffset: 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background: none!important;
	left: 0px!important;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0px!important;
	left: auto;
	background: none!important;
}

.header .swiper-carousel {
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 0;
}

.header .swiper-carousel * {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.header .swiper-carousel .swiper-slide {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #eee;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	background-size: cover;
}

.header .swiper-carousel .swiper-slide:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #313434;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.6;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.header .swiper-carousel .swiper-slide .inner {
	opacity: 0;
	padding: 0 5vw;
	position: relative;
	z-index: 2;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

.header .swiper-carousel .swiper-slide-active {
	margin: 0;
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
	z-index: 2;
}

.header .swiper-carousel .swiper-slide-active:after {
	content: "";
	opacity: 0;
}

.header .swiper-carousel .swiper-slide-active .inner {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.header .swiper-container {
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 0;
	cursor: default!important;
}

.header .swiper-container .swiper-slide {
	overflow: hidden;
}

.header .swiper-container .swiper-button-next {
	width: auto;
	height: auto;
	background: none;
	right: 33px;
	font-weight: 800;
	color: #fff;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-top: 20px;
	overflow: hidden;
}

.header .swiper-container .swiper-button-next * {
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.header .swiper-container .swiper-button-next span {
	position: relative;
	display: inline-block;
}

.header .swiper-container .swiper-button-next span:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
}

.header .swiper-container .swiper-button-prev {
	width: auto;
	height: auto;
	background: none;
	left: auto;
	right: 33px;
	font-weight: 800;
	color: #fff;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-top: -40px;
	overflow: hidden;
}

.header .swiper-container .swiper-button-prev * {
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.header .swiper-container .swiper-button-prev span {
	position: relative;
	display: inline-block;
}

.header .swiper-container .swiper-button-prev span:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
}

.header .swiper-container .swiper-button-prev span:before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.header .swiper-container .swiper-button-prev:hover span {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.swiper-pagination-fraction {
	width: 100px;
	color: #fff;
	text-align: right;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: relative!important;
	bottom: 0!important;
}

.swiper-pagination-fraction .swiper-pagination-current {
	font-size: 40px;
	font-weight: 800;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.swiper-pagination-fraction .swiper-pagination-current:before {
	content: "0";
}

.swiper-pagination-fraction .swiper-pagination-total {
	font-size: 20px;
	font-weight: 600;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.header .slide-inner {
	width: 100%;
	height: 95vh;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.slider-arrow a>span {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: unset;
}

.hero-inner {
	margin-top: -100px;
	z-index: 1000;
	position: relative;
	height: 100px;
}

.hero-bottom-nav {
	padding: 0px 40px;
	background-color: #fff;
	z-index: 10;
	height: 100px;
}

.w-20 {
	width: 20%;
}

.swiper-button-next:focus,
.swiper-button-next:hover,
.swiper-button-prev:focus,
.swiper-button-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 1;
}

.swiper-wrapper,
.swiper-slide {
	-webkit-transform-style: flat;
	transform-style: flat;
}

.swiper-button-next,
.swiper-button-prev {
	position: relative!important;
	background: transparent;
	width: 41px!important;
	height: 41px!important;
	border: 2px solid #e9e9e9;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 1;
	top: 0!important;
	margin-top: 0px!important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	border: 2px solid #d4d3d3;
}

.social-icon a {
	color: #000;
	margin: 0px 8px;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.social-icon a {
	position: relative;
	background: transparent;
	width: 41px;
	height: 41px;
	border: 2px solid #e9e9e9;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	margin-right: 10px;
	font-weight: 500;
	background: #fff;
}

.social-icon a img {
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.social-icon a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.hero-shape {
	position: relative;
}

.hero-shape {
	position: absolute;
	height: 100vh;
	width: 285px;
	background: rgba(182, 150, 132, 0.5);
	z-index: 8;
	left: 35%;
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.swiper-bg {
	background: rgba(199, 154, 135, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


/*=============== 07. About Section CSS =====================*/

.aboutus {}

.about-left {
	height: 100%;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
}

.description {
	margin-bottom: 50px;
}

.description p {
	color: #7a7e88;
	margin-bottom: 30px;
}

.description p:last-child {
	margin-bottom: 0;
}

.about-img {
	background-repeat: no-repeat!important;
	background-position: center!important;
	background-size: cover!important;
	height: 440px;
}

.about-right {
	padding: 50px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.about-image-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding-top: 50px;
}

.about-image-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 35px 0;
}

.about-image-list li .a-no {
	font-size: 48px;
	color: #137baa;
	font-family: 'Prata', serif;
}

.about-image-list p {
	color: #9ea1a7;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 3px;
}


/*=============== 08. Service Section CSS =====================*/

.service {
	position: relative;
}

.service_preview_wrapper {
	background-repeat: no-repeat !important;
	background-position: center !important;
	height: 350px;
	background-size: cover !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background-size: 100%!important;
}

.service_preview_wrapper:hover {
	background-size: 105%!important;
}

.service_preview_wrapper:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(19, 123, 170, 0.6);
	opacity: 1;
	-webkit-transition: 0.6s ease-in-out all;
	-o-transition: 0.6s ease-in-out all;
	transition: 0.6s ease-in-out all;
}

.inner {
	position: relative;
	z-index: 100;
	opacity: 1;
	-webkit-transition: 0.6s ease-in-out all;
	-o-transition: 0.6s ease-in-out all;
	transition: 0.6s ease-in-out all;
}

.service_preview_wrapper:hover .inner {
	opacity: 1;
}

.service_title {
	color: #fff;
	font-size: 15px;
	font-family: Raleway;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: 0.6s ease-in-out all;
	-o-transition: 0.6s ease-in-out all;
	transition: 0.6s ease-in-out all;
}

.service_icon {
	margin-bottom: 20px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: 0.6s ease-in-out all;
	-o-transition: 0.6s ease-in-out all;
	transition: 0.6s ease-in-out all;
}


/*=============== 09. Project Section CSS =====================*/

.project-main-container {
	padding: 100px 0px;
}

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

.project_box img {
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.project_box img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.project_box_btn {
	margin: 100px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-inner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 287px;
	height: 96px;
	background: #fff;
	padding: 20px;
}

.pro_title {
	font-size: 18px;
	color: #171a22;
	margin-bottom: 1px;
	font-weight: 500;
	letter-spacing: 1px;
	font-family: 'Prata', serif;
}

.pro_place {
	font-size: 15px;
	color: #137baa;
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: Raleway;
}

.partner-list img {
	cursor: pointer;
	margin:10px 0;
}


/*=============== 10. Footer Section CSS =====================*/

main {
	position: relative;
	z-index: 100;
	margin-bottom: 775px;
	background: #fff;
}

.footer-box-main {
	position: fixed;
	z-index: -2;
	
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 1em;
	padding-top: 0;
	border: 0 solid white;
	border-top: 0;
	-webkit-transition: border .3s ease, padding .3s ease;
	-o-transition: border .3s ease, padding .3s ease;
	transition: border .3s ease, padding .3s ease;
	cursor: pointer;
}

.text-dedede {
	color: #dedede !important;
}

.footer-box-main {
	background: #25292f;
}

.footer-box {
	height: 460px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.section-title .foot-title {
	font-size: 51px;
	color: #fffefe;
	padding-bottom: 50px;
	margin: 0px;
	position: relative;
	letter-spacing: 1px;
	font-family: Prata;
}

.foot-box-text {
	padding-bottom: 30px;
	font-size: 15px;
}

.foot-left {
	margin-right: 50px;
}

.bg-575858 {
	background: #575858!important;
}

.foot-top {
	padding: 50px 0px;
	    padding-bottom: 20px;
}

.foot-top-right ul li {
	margin-bottom: 10px;
	font-family: 'Raleway', sans-serif;
}

.foot-top-right ul li a {
	font-family: 'Raleway', sans-serif;
	color: #cacaca;
	font-size: 15px;
	font-weight: 500;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.foot-top-right ul li a:hover,
.foot-top-right ul li a:focus {
	color: #137baa;
}

.foot-list-bold {
	color: #cacaca !important;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 30px !important;
	font-weight: 600;
	letter-spacing: 1px;
}

.foot-box-head {
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.foot-box-text {
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
}

.foot-logo {
	margin-bottom: 20px;
}

.foot-logo img {
	max-width: 189px;
}

.foot-text {
	font-size: 15px;
	color: #cacaca;
	text-align: left;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
	margin-top: 0px;
}

.foot-top-right .social-icon {
	margin-top: 25px;
}

.foot-top-right .social-icon a {
	background: #fff;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.foot-top-right .social-icon a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.foot-info {
	padding: 25px 0px;
	border-top: 1px solid rgba(80, 80, 80, 0.10);
}

.foot-info a,
.foot-info a:hover,
.foot-info a:focus {
	font-size: 15px;
	color: #fff;
}

.error-msg {
	margin: 20px 0px 0px!important;
	text-align: center;
	font-size: 18px;
	color: #000;
}


/*=============== 11. Our Team Section CSS =====================*/

.our-team-inner-main {
	position: relative;
	padding: 80px 0;
}

.our-team-inner-main:after {
	position: absolute;
	content: '';
	width: 49.5%;
	background: #31363d;
	top: 0;
	height: 100%;
	right: 0;
	z-index: -1;
}

.our-team-inner {
	width: 100%;
	position: relative;
}

.our-team-left {
	position: relative;
}

.our-team-left-innner {}

.s-head {
	font-size: 42px;
}

.our-team-left h3 {
	margin-bottom: 30px;
	font-size: 18px;
	color: #fff;
	line-height: 35px;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.our-team-left p {
	color: #b9bcc3;
	margin-bottom: 50px;
}

.our-team-slider-one {
	text-align: center;
	margin: 15px;
	outline: none;
	cursor: pointer;
}

.our-team-slider-one.slick-current {
	cursor: -webkit-grab;
}

.our-team-slider-one.slick-current img {
	display: inline-block !important;
	-webkit-transition: 0.6s all ease-out;
	-o-transition: 0.6s all ease-out;
	transition: 0.6s all ease-out;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: green;
}

.our-team-slider-one img {
	display: inline-block !important;
	-webkit-transition: 0.6s all ease-out;
	-o-transition: 0.6s all ease-out;
	transition: 0.6s all ease-out;
	width: 308px;
	margin: 0px auto;
	height: 380px;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0.5;
}

.our-team-r {
	position: relative;
}

.our-team-slider .slick-dots {
	font-size: 20px;
	position: absolute;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	bottom: 13%;
	left: 90px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.our-team-left-change .our-team-slider .slick-dots {
	left: initial;
	right: 50px;
}

.slick-slider {
	position: initial !important;
}

.our-team-slider .slick-dots button,
.slick-dots li a {
	background-color: transparent;
	border: none;
	margin: 5px 10px;
	float: left;
	padding: 4px;
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
	color: rgba(255, 255, 255, 0.1);
	font-size: 22px;
	font-family: BebasNeue;
	cursor: pointer;
}

.our-team-slider .slick-dots .slick-active button,
.our-team-slider .slick-dots .slick-active a {
	-webkit-transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
	color: rgba(255, 255, 255, 1);
	font-size: 40px;
}

.our-team-data li {
	display: none;
}

.our-team-data li.active {
	display: block;
}

.our-team-slider-one.slick-current img {
	opacity: 1;
}

.slick-arrow-left,
.slick-arrow-right {
	padding: 0;
	background-color: transparent;
	border: 2px solid #545a62;
	z-index: 100;
	background: transparent;
	height: 41px;
	width: 41px;
	margin-right: 20px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.absolute {
	position: absolute;
}

.slick-slider {
	overflow: hidden;
	margin-left: -15px;
}


/*=============== 12. Quote Section CSS =====================*/

.quote-text {
	font-size: 30px;
	color: #303339;
	line-height: 70px;
	font-family: 'Prata', serif;
	margin: 40px 0;
}

.quote-inner span {
	font-size: 16px;
	color: #7f8691;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 35px;
}


/*=============== 13. Testimonial Section CSS =====================*/

.testimonial-main-container {
	padding: 80px 0px 0px;
	position: relative;
}

.testimonial-main-container:before {
	content: '';
	position: absolute;
	height: 85%;
	width: 100%;
	top: 0;
	background: #31363d;
	z-index: -1;
}

.testimonial-slider {
	padding: 20px 0px 0px;
}

.testimonial-left {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.testimonial-right {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.slick-list {
	position: relative;
	display: block;
	overflow: visible!important;
	margin: 0;
	padding: 0;
}

.testimonial-right-inner {
	position: relative;
	width: 100%;
	z-index: 2;
	padding: 0px 15px;
}

.testimonial-description {
	height: 450px;
	width: 100%;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
	position: absolute;
	left: 55%;
	bottom: 10%;
}

.testimonial-main-container .slick-dots li {
	margin: 0 15px.25rem;
}

.testimonial-main-container .slick-dots button {
	display: block;
	width: 9px;
	height: 9px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background-color: #dedede;
	text-indent: -9999px;
}

.testimonial-main-container .slick-dots li.slick-active button {
	background-color: #c79a87;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.testimonial-main-container .slick-dots li button:after {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	content: '';
	width: 33px;
	height: 33px;
	border: 2px solid #f0f0f0;
	border-radius: 100%;
	background: transparent;
}

.testimonial-main-container .slick-dots li.slick-active button:after {
	position: absolute;
	left: -12px;
	top: -12px;
	bottom: 0;
	right: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.testimonial-description img {
	margin: 0;
}

.testimonial-description h3 {
	font-size: 30px;
	font-family: 'Prata', serif;
	color: #fff;
	line-height: 70px;
	letter-spacing: 1px;
	overflow: hidden;
	-webkit-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	transform: translateY(-10%);
	opacity: 0;
	transition: -webkit-transform .5s cubic-bezier(0.19, 1, 0.22, 1), opacity .5s cubic-bezier(0.19, 1, 0.22, 1);
	will-change: transform, opacity;
}

.slick-current .testimonial-description h3 {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.testimonial-arrow {
	position: absolute;
	left: 40%;
	bottom: 4%;
}

.testimonial-arrow .slick-arrow-left,
.testimonial-arrow .slick-arrow-right {
	border: 2px solid #e9e9e9!important;
}

.slick-slide-image {
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: translateX(-200px);
	-ms-transform: translateX(-200px);
	transform: translateX(-200px);
	-webkit-transition: clip .5s cubic-bezier(0.99, 0.01, 0.45, 0.9) .5s;
	-o-transition: clip .5s cubic-bezier(0.99, 0.01, 0.45, 0.9) .5s;
	transition: clip .5s cubic-bezier(0.99, 0.01, 0.45, 0.9) .5s;
}

.slick-active .slick-slide-image {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: clip .5s cubic-bezier(0.99, 0.01, 0.45, 0.9) .5s;
	-o-transition: clip .5s cubic-bezier(0.99, 0.01, 0.45, 0.9) .5s;
	transition: clip .5s cubic-bezier(0.99, 0.01, 0.45, 0.9) .5s;
}

.testimonial-text h5 {
	font-size: 18px;
	color: #171a22;
	line-height: 40px;
	font-family: 'Prata', serif;
	overflow: hidden;
	-webkit-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	transform: translateY(-10%);
	opacity: 0;
	transition: -webkit-transform .5s cubic-bezier(0.19, 1, 0.22, 1), opacity .5s cubic-bezier(0.19, 1, 0.22, 1);
	will-change: transform, opacity;
}

.slick-current .testimonial-text h5,
.slick-current .testimonial-text p {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.testimonial-text p {
	color: #a7a9ae;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	overflow: hidden;
	-webkit-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	transform: translateY(-10%);
	opacity: 0;
	transition: -webkit-transform .5s cubic-bezier(0.19, 1, 0.22, 1), opacity .5s cubic-bezier(0.19, 1, 0.22, 1);
	will-change: transform, opacity;
}

.page-section {
	padding: 180px 0 50px;
}


/*=============== 14. Project Detail Page CSS =====================*/

.project-inner-detail {
	font-family: Prata;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0.6px;
	text-align: left;
	color: #137baa;
}

.overview-bg {
	height: 750px;
	background-repeat: no-repeat!important;
	background-position: center!important;
	background-size: cover!important;
	margin: 0px 0 50px;
}

.project-inner-left,
.project-inner-right {
	padding: 50px 15px 0;
}

.project-inner-right-top {
	padding-bottom: 50px;
}

.description-head {
	color: #7a7e88;
	font-size: 15px;
	line-height: 35px;
	margin: 0;
	text-align: justify;
	letter-spacing: 2px;
}

.contest-examples {
	margin-bottom: 50px;
}

.overview-card {
	visibility: hidden;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: left;
	height: 100%;
	width: 100%;
	position: absolute;
}

.overview-card-list__item {
	width: 450px;
	height: 450px;
	display: inline-block;
	position: relative;
	margin-left: 25px;
}

.design-card__pill {
	position: absolute;
	bottom: 50px;
	left: 50px;
}

.sticker--chameleon {
	background-color: #313131;
}

.sticker {
	padding: 5px 20px;
	border-radius: 21px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.27;
	letter-spacing: 1.5px;
	background: rgba(0, 0, 0, 0.5);
}

.sticker__content {
	color: #fff;
}

.design-card__meta {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-property: opacity, visibility;
	-o-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	padding: 30px;
	z-index: 2;
	white-space: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.s-card:hover .design-card__meta {
	opacity: 1;
	visibility: visible;
}

.s-card:hover .bg{
	background: rgba(0, 0, 0, 0.7);
}


.design-card__meta__cta__content {
	padding: 30px;
}

.design-card__label__text,
.design-card__meta__cta__content__text {
	position: relative;
	color: #fff;
}

.heading--quarter-margin {
	margin-bottom: .4em;
}

.heading--bleached-as {
	color: #fff;
}

.heading--h4 {
	font-family: Raleway;
	font-size: 15px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.27;
	letter-spacing: 1.5px;
	text-align: left;
	color: #ffffff;
}

.paragraph--narrow {
	font-family: Raleway;
	font-size: 15px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0.3px;
	text-align: justify;
	color: #fefefe;
}

.heading--bleached-as {
	color: #fff;
}

.heading--no-margin {
	margin-bottom: 0!important;
}

.heading--h5 {
	font-size: 19px;
	margin-top: 0;
	margin-bottom: .8rem;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0;
}

[data-scrollable] {
	overflow: hidden;
	position: relative
}

[data-scrollable-inner] {
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	position: relative
}

.overview-card-list {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

@media (max-width:768px) {
	.fullscreen-overlay__content__close-button {
		padding: 15px
	}
	.overview-card-list__item {
		width: 280px;
		height: 280px
	}
	.design-card__meta__cta__content {
		padding: 0px;
	}
}

[data-carousel],
[data-use-carousel-color] {
	-webkit-transition-duration: .85s;
	-o-transition-duration: .85s;
	transition-duration: .85s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-property: color;
	-o-transition-property: color;
	transition-property: color
}

[data-use-carousel-background-color] {
	-webkit-transition-duration: .85s;
	-o-transition-duration: .85s;
	transition-duration: .85s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color
}

[data-carousel] [data-carousel-content] {
	-webkit-transition-duration: .85s;
	-o-transition-duration: .85s;
	transition-duration: .85s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-property: opacity, visibility;
	-o-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	will-change: opacity
}

[data-carousel] [data-carousel-content]:not([data-carousel-active]) {
	visibility: hidden;
	opacity: 0
}

[data-carousel] [data-carousel-content][data-carousel-active] {
	visibility: visible;
	opacity: 1
}

[data-carousel-steps] {
	display: block;
	font-size: 0
}

[data-carousel-steps] [data-carousel-step] {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #ccc;
	border-radius: 20px;
	cursor: pointer
}

[data-carousel-steps] [data-carousel-step]:not(:first-child) {
	margin-left: 15px
}

[data-carousel-steps] [data-carousel-step][data-carousel-active] {
	background: #999
}

.overview-card-list__item+.overview-card-list__item {
	margin-right: 0px;
}

.s-card {
	float: left;
	border: none;
	margin: 0px;
}

.content {
	padding: 18px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ProductBlock {
	padding: 0 0px;
	cursor: pointer;
}


/*=============== 15. Services Page CSS =====================*/

.service-list:nth-child(even) .service-wrapper {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.service-wrapper {
	background-color: #f8f8f8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	margin-bottom: 100px;
}

.service-image img {
	max-width: 100%;
	max-height: 100%;
}

.service-description {
	width: 50%;
	padding: 50px;
}

.service-image {
	width: 50%;
	background-position: center !important;
	background-size: cover !important;
	height: 350px;
}

.service-detail h3 {
	font-family: Prata;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 0.36px;
	text-align: left;
	color: #171a22;
	margin-bottom: 20px;
}

.service-detail p {
	font-family: Raleway;
	font-size: 15px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.27;
	letter-spacing: 0.3px;
	text-align: left;
	color: #7a7e88;
}

.service-list .btn-service {
	background-image: -o-linear-gradient(315deg, #72e9f3 -20%, #404de6 120%);
	background-image: -webkit-linear-gradient(315deg, #72e9f3 -20%, #404de6 120%);
	background-image: linear-gradient(135deg, #72e9f3 -20%, #404de6 120%);
	-webkit-box-shadow: 0 11px 36px 0 rgba(70, 89, 138, 0.25);
	box-shadow: 0 11px 36px 0 rgba(70, 89, 138, 0.25);
}

.service-list.lifecycle-works .btn-service {
	background-image: -o-linear-gradient(225deg, #1ad4bb, #b2de94);
	background-image: -webkit-linear-gradient(225deg, #1ad4bb, #b2de94);
	background-image: linear-gradient(225deg, #1ad4bb, #b2de94);
	-webkit-box-shadow: 0 11px 36px 0 rgba(70, 89, 138, 0.25);
	box-shadow: 0 11px 36px 0 rgba(70, 89, 138, 0.25);
}

.service-list.calendar-works .btn-service {
	background-image: -o-linear-gradient(315deg, #8254e5, #83afe3 150%);
	background-image: -webkit-linear-gradient(315deg, #8254e5, #83afe3 150%);
	background-image: linear-gradient(135deg, #8254e5, #83afe3 150%);
	-webkit-box-shadow: 0 11px 36px 0 rgba(70, 89, 138, 0.25);
	box-shadow: 0 11px 36px 0 rgba(70, 89, 138, 0.25);
}

.service-description .btn {
	width: auto;
	min-width: 220px;
	margin-top: 30px;
	max-width: 250px;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.btn:hover {
	opacity: .7;
}

.btn.btn-service {
	text-align: center;
	height: 50px;
	padding: 16px 32px;
	font-weight: 700;
	font-size: .688rem;
	line-height: 18px;
	letter-spacing: 1.54px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 25px;
	font-size: 14px;
	border: none;
}

.service-inner-section {
	height: 451px;
	background-color: #31363d;
	margin-bottom: 100px;
	padding: 0px 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.service-left .title {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 0.36px;
	text-align: left;
	color: #fefefe;
	text-transform: uppercase;
}

.service-left .news__button-box {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}


/*=============== 16. Contact Page CSS =====================*/

.contact-list li h5 {
	line-height: 0;
}

.contact-head {
	padding-bottom: 50px;
}

.contact-head h3 {
	font-family: Prata;
	font-size: 24px;
	line-height: 2;
	letter-spacing: 0.48px;
	text-align: left;
	color: #171a22;
}

.contact-list li {
	margin-bottom: 60px;
	align-items: center;
}

.contact-list li span {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.75px;
	text-align: left;
	color: #a7a9ae;
}

.contact-list li p {
	font-family: Raleway;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-align: left;
	color: #171a22;
}

.social-icon li {
	margin-bottom: 0px;
}

.contact-form-input {
	position: relative;
	margin-bottom: 50px;
}

.contact-form-input input {
	width: 100%;
	position: relative;
	z-index: 2;
	background-color: transparent;
	border: none;
	padding: 15px 0 10px;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.4;
	letter-spacing: 0.75px;
	text-align: justify;
	color: #a7a9ae;
}

.contact-form-input textarea {
	width: 100%;
	position: relative;
	z-index: 2;
	background-color: transparent;
	border: none;
	padding: 15px 0 10px;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.4;
	letter-spacing: 0.75px;
	text-align: justify;
	color: #a7a9ae;
	max-width: 100%;
	height: 120px;
	resize: none;
}

.contact-form-input:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	background-color: #a7a9ae;
}

.contact-form-input label {
	position: absolute;
	top: -4px;
	left: 0;
	z-index: 1;
	margin: 0;
	-webkit-transition: 0.4s all ease-out;
	-o-transition: 0.4s all ease-out;
	transition: 0.4s all ease-out;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.4;
	letter-spacing: 0.75px;
	text-align: justify;
	color: #a7a9ae;
	letter-spacing: 1.5px;
}

.contact-form-input label.active {
	opacity: 0;
}

.contact-form-input input:focus+label {
	top: -10px;
}

.contact-form-input textarea:focus+label {
	top: -10px;
}

.contact-form-input .line {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	background-color: #171a22 !important;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	-webkit-transition: 0.4s all ease-out;
	-o-transition: 0.4s all ease-out;
	transition: 0.4s all ease-out;
}

.contact-form-input input:focus~div.line {
	width: 100%;
}

.contact-form-input textarea:focus~div.line {
	width: 100%;
}

.contact-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contact-input-left {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}

.contact-from .con-button {
	float: right;
	width: 100%;
	cursor: pointer;
	margin-top: 60px;
}

.map-container {
	padding-top: 200px;
}

#map {
	height: 428px;
}