@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,700;1,200&display=swap');
@import url('https://fonts.googleapis.com/css?family=Coiny');

/* @import url('https://fonts.googleapis.com/css2?family=Hammersmith+One&display=swap'); */

@font-face {
	font-family: 'b';
	src: url('./Gilroy-Extrabold.woff') format('woff2'), url('./Gilroy-Extrabold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	outline: none !important;
	list-style: none;
	text-decoration: none;
}
.bg-video-wrap {
    position: relative;
}
body {
	font-family: 'Poppins', sans-serif;
	background-color: #F9F9F9;
	height: 100vh;
}

h3 img.fr-dib {
    height: 204px;
    width: 100%;
    object-fit: cover;
}

/* nav */
.pagination{
    -ms-flex-pack: center!important;
    justify-content: center!important;
        -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.pagination span {
    padding: 8px 0;
    color: #909090;
    font-size: 13px;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 5px;
    width: 35px;
    height: 35px;
}
.pagination a:link, .pagination a:visited, .pagination a:active {
    margin: 1px;
    color: #FFFFFF;
    padding: 8px 0;
    font-size: 13px;
    background-color: #d02c27;
    border-radius: 5px;
    -webkit-border-radius: 50%;
    text-decoration: none;
    margin-right: 5px;
    width: 35px;
    height: 35px;
}
#nav-menu {
	position: absolute;
	z-index: 999;
	margin: 0 auto;
	width: 100%;
	background: transparent;
	transition: 0.3s ease-in-out;
}

#nav-home-tab {
	position: absolute;
	top: 20px;
}

.navbar-light .navbar-toggler-icon {
	background-image: none;
	padding: 4px;
}

.sosialNav {
	display: none;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    justify-content: center;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
}
.close-menu {
	display: none;
}

.navbar-light .navbar-toggler {
	color: #fff;
	border: none;
	font-size: 32px;
}

.navbar-collapse {
	flex-grow: 0;
}

.fixed-top {
	height: 139px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: black;
}

.navbar-collapse .lang {
	display: none;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff ;
	font-size: 15px !important;
	transition: 0.2s all linear;
}

.navbar-light .navbar-nav .nav-link:hover {
	opacity: 0.6;
}

.navbar-nav {
	text-align: center;
}

.nav-link {
	padding: .2rem 1rem;
}

.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.3;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}

.navbar-expand-lg {
	height: 135px;
}
.navbar-light .navbar-brand{
    padding-top:30px;
}
.navbar-light.fixed .navbar-brand{
    padding-top:0;
}
.navbar-light .navbar-brand img {
	width: 120px;
}

nav {
	z-index: 2500;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	height: 100px;
	width: 100%;
	z-index: 10000;
	background-color: #fff;
	color: #000;
	box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
}
.navbar-light.fixed .navbar-brand img{
    width:67px;
}

.navbar-light.fixed .navbar-nav .nav-link {
	color: black;
	font-size: 15px;
}

.navbar-light.fixed .navbar-nav .btn {
    color: #fff;
    background-color: #d02c27;
    border: 2px solid transparent;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    font-weight: 400;
}

.navbar-light.fixed .navbar-nav .btn a{
    color: #fff !important;

}
.navbar-light.fixed .navbar-nav .btn a:hover{
    color: #d02c27 !important;

}
.navbar-light.fixed .navbar-nav .btn:hover {
    color: #d0302b !important;
    background-color: transparent !important;
    border: 2px solid #d0302b !important;
}
.navbar-light.fixed .navbar-toggler-icon i {
	color: #000;
}

.navbar-light .fixed .navbar-brand img {
	width: 100px;
}

#navbarSupportedContent ul li:not(:first-child) {
	padding-right: 15px;
}

#navbarSupportedContent ul li:last-child {
	padding-right: 0px;
}

nav {
	background-color: transparent;
	height: 80px;
}

nav #navbarSupportedContent ul li:not(:first-child) {
	padding-top: 5px;
}

#nav-home {
	display: flex;
	flex-wrap: wrap;
}

header .dropdown_lang{
    position: relative;
}

header .dropdown_lang .lang{
    border-radius: 10px;
    min-width: max-content;
    /*width: 100%;*/
}

.dropdown-toggle::after{
    display: none;
}

.dropdown_lang svg{
    height: 5px;
    display: inline-block;
    fill: white;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    margin-bottom: 2.2px;
}

.dropdown_lang img{
    width: 25px;
}

.dropdown_lang .dropdown-item{
    padding: 0px 14px !important;
}

.dropdown-active svg{
    transform: rotate(0deg);
}
/*slider title */

.cloud-text {
	font-family: 'Coiny', cursive;
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;	
	background-image: url("../img/clouds-slide.jpeg");
	background-size: auto;
	background-attachment: unset;
	background-position: 0%;
	/*width: 80%;*/
	font-size: 54px;
	animation: clouds-moving infinite 220s;
	animation-fill-mode: forwards;
	animation-play-state: running;
	animation-timing-function: linear;
	text-align: left;
	margin-top:200px;
}
@keyframes clouds-moving {
	0% {
		background-position: 0%;	
	}
	50% {
		background-position: 100%;	
	}
	100% {
		background-position: 0%;
	}
}
.attribute {
	position: relative;
	font-size: 26px;
	text-align: center;
}

/*end of slider title*/

/* ===============================About================================ */

.about_section {
    padding: 2rem 0;
    position: relative;
    margin: 3rem 0;
}

.about_text h3 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 28px;
}

.about_text>a {
    color: black;
    border: 1px solid black;
    border-radius: 2px;
    padding: 12px 22px;
    display: flex;
    width: max-content;
    align-items: center;
    position: relative;
}

.about_text>a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #d08b00;
    opacity: 0.2;
    width: 0;
    transition: 0.3s ease-out;
    z-index: -2;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.about_text a span {
    margin-left: 10px;
    font-size: 13px;
}

.about_text a:hover {
    color: black;
    border-color: #d08b00;
    text-decoration: none
}

.about_text a:hover::before {
    width: 100%;
    border-radius: 0;
}
.about_section .play_video img:first-child{
    height: 100%;
}
.about_section img {
    width: 100%;
    object-fit: cover;
    filter: brightness(0.8);
}

.about_section .play_video button {
    width: 50px;
    height: 50px;
    background-color: #d08b00;
    border-radius: 50%;
    border: none;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
}

.about_section .play_video{
    height: 315px;
}

.about_section .play_button{
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    right: 0;
    bottom: 0;
    margin: auto;
    filter: none;
    display: none;
}

@media only screen and (max-width: 478px){
    .services .box hr{
        width: 100%;
    }
    .services .innerText h5 {
        font-size: 14px;
    }
    .services .btncart{
        padding: 10px 35px;
    }
}


/* ===============================Services-page============================= */
#services-page #dle-content{
    display: flex;
    width: 100%;
}

#services-page{
    padding-bottom: 3rem;
}

#services-page .card{
    width: auto !important;
}

#services-page .card img{
    height: 170px;
}

#services-page .card-text{
    text-align: center;
    min-height: 100px;
}

#services-page .card-body .btn{
    background: #750000;
    color: white;
    border: 2px solid #750000 !important;
}

#services-page .card-body .btn:hover{
    color: #750000;
}


@media only screen and (max-width: 768px) {
    .about_section .row>div{
        margin-bottom: 15px;
    }
    
    .about_section .link{
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    .about_section .row>div {
        padding: 0 15px !important;
    }

    .modal-dialog{
        width:auto  !important;
    }
    
}


/* Corusel */

.caruselArea {
	width: 100%;
	position: relative;
}
.headerCarusel{
    height:670px;
}
.headerCarusel .owl-nav{
display:none;
    
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.owl-item.active .owlItem a img {
  -webkit-animation: zoom 30s;
  animation: zoom 30s;

}
.owlItem a {
color:white;
text-decoration:none;
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(176 39 40 / 45%);
    z-index: 1;
    top: 0;
    left: 0;
}
.overlay2 {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(1 1 1 / 35%);
    z-index: 1;
    top: 0;
    left: 0;
}
.overlay3{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(32 85 34 / 64%);
    z-index:1;
    top: 0;
    left: 0;
}
.overlayChat{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(0 0 0 / 72%);
    z-index: 99;
    top: 0;
    left: 0;
}
.owlItem {
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	height: 670px !important;
	width: 100%;
}
.owlItem a .owlText{
    z-index:500;
}
.owlText {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: 300px;
	text-align: left;
	z-index:500 !important
}

.textinside{
    z-index:500;
}
.textinside h5 {
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bold;
	margin-top: 25px;
	text-align: left;
	z-index:200;
	width: max-content;
    padding: 5px 10px;
}

/*.textinside p {*/
/*	font-size: 16px;*/
/*	line-height: 1.9;*/
/*	text-align: left;*/
/*	max-width: 550px;*/
/*		z-index:200;*/

/*}*/
#carouselExampleIndicators img {
	height: 670px;
	overflow: hidden;
	z-index: 1000;
	width: 100%;
	background-position: center;
	object-fit: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: contain;
	-o-background-size: cover;
}

.btn--header,
.btn--header--sm {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 10px 12px 7px;
	border: 2px solid rgba(255, 255, 255, .5);
	font-family: 'b';
}

.btn {
	font-size: 16px;
	line-height: 1.2;
	padding: 10px 26px 7px;
	color: #fff;
	border-radius: 50px;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s;
	border: 0;
	font-family: 'b';
}

.btn:not(:disabled):not(.disabled){
    cursor: pointer;
    border: 2px solid #fff;
    padding: 10px 26px 7px;
    background-color: white;
    color: black;
    transition: 0.3s all linear;
    letter-spacing: -0.5px;
    font-family: 'b';
}
#nav-menu .nav-item .btn{
    padding:0;
}
#nav-menu .nav-item .btn a{
    padding: 10px 26px 7px;
    display: inline-block;
}
.btn a {
    color: black;
    text-decoration: none;
}


.btn a:hover {
    color: white !important;

}
.btn:hover {
    background-color: transparent !important;
    border: 2px solid white !important;
}

/* === SerachBox Area ==== */

.searchBox {
	width: 100%;
	height: 150px;
	z-index: 1500;
}

.seractBar {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: -80px;
	z-index: 200;
	position: relative;
}

@media only screen and (max-width: 768px){
    .seractBar {
        display: none;
    }
    .services{
        margin-top: 50px !important;
    }
}

.seract {
	margin-top: -30px;
}
.fullSearch{
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 13px #23397421;
    -moz-box-shadow: 0px 3px 13px #23397421;
    box-shadow: 0px 3px 13px #23397421;
    border-radius: 4px;
    padding: 40px;
    margin-top: 90px;
    margin-bottom: 90px;
    width: 100%;
    text-align: left;
    position: relative;
}
.tour-wrap-section nav {
	position: absolute;
	bottom: 80%;
	left: 0;
	background-color: #fff;
	border-radius: 4px;
	width: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tour-wrap-section {
	background: #ffffff;
	-webkit-box-shadow: 0px 3px 13px #23397421;
	-moz-box-shadow: 0px 3px 13px #23397421;
	box-shadow: 0px 3px 13px #23397421;
	border-radius: 4px;
	padding: 40px;
	margin-top: -196px;
	width: 100%;
	text-align: left;
	position: relative;
}

.searchInput {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.searchTitile {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.seractBar #nav-tabContent .row {
	margin-top: 0px;
	margin-left: 0px;
}

.searchInput div {
	margin: 0 auto;
}

.searchInput select {
	width: 195px;
	border-radius: 4px;
	border: 2px solid #ababab;
	font-size: 13px;
}

.btnSearch {
    background-color: #5f5c5c;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    padding: 12px 45px;
    border: none;
    border: 2px solid #5f5c5c;
    width: 100%;
}

.btnSearch:hover {
	background-color: #fff;
	color: #000;
	border-radius: 4px;
}

.btncart {
    color: #fff;
    font-size: 15px;
    background-color: #5b5b5b;
    padding: 11px 50px;
    border-radius: 55px;
    text-align: center;
    box-shadow: 0 19px 15px 0 rgb(92 103 117 / 15%);
    position: relative;
    top: 0;
    left: 0;
    font-weight: 500;
    border: none;
}

.btncart:hover {
	background-color: #d02c27 !important;
	color: white !important;
}


/* Services Sections */

.services {
	margin-top: 80px;
}

.box {
	width: 100%;
	height: 100%;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	border-radius: 5px;
	transition: 0.2s all linear;
	will-change: transform;
}

.box hr {
	width: 200px;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

.box:hover {
	transform: translateY(-25px);
}
.box .innerText button a{
    color:white;
}
.box .innerText button a:hover{
  text-decoration: none;
}
.box .innerText img{
 width:90px;
}
.innerText {
	width: 100%;
	text-align: center;
}

.innerText h5 {
	font-weight: 600;
	font-size: 20px;
	letter-spacing: -1px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active {
    background: #5f5c5c;
    font-weight: normal;
    color: #454545;
    background: f45369;
    border-radius: 50%;
    padding: 9px;
    top: -15px;
    border: 8px solid #e8ecf1;
    display: block;
}

.ui-widget-header :hover {
	background: #e8ecf1;
}

.searchInput select {
	width: 86px;
	border: none;
}

.ui-widget.ui-widget-content {
	height: 5px;
	border-radius: 50px;
	background-color: rgb(230, 230, 230);
	border: none;
	width: 200px;
	margin-top: -12px;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
	background-color: #9c302d;
}

.ui-slider-horizontal .ui-slider-handle {
	margin-left: 0px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
	width: 271px;
}


/* Construction Section */

.construction {
	margin-top: 140px;
}

.construcText {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.construcText h3 {
	text-align: start;
	font-weight: bold;
	font-size: 28px;
	padding-top: 15px;
}

.construcText p {
	text-align: start;
	font-weight: 500;
	font-size: 20px;
	padding-top: 15px;
}

.construcText .link,
.about_section .link {
	text-align: left;
	font-weight: 500;
	font-size: 20px;
	color: rgb(122, 122, 122);
	padding-top: 15px;
}

.construcText .link a,
.about_section .link a{
	color:#c73632 !important;
	position: relative;
	font-size: 15px;
}

.construcText .link a:hover,
.about_section .link a:hover{
	text-decoration: none;
}

.construcText .link a::after,
.about_section .link a::after{
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	background-color:#980400 !important;
	;
	display: block;
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	bottom: -4px;
}

.construcText .link a:hover:after,
.about_section .link a:hover:after{
	width: 0;
}

.hexagon {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
	clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
	transform: rotate(50deg);
}

.hexagon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transform: rotate(-50deg);
}

.hexagon-img {
	width: 520px;
	height: 514px;
	position: absolute;
	top: -67%;
	right: -8%;
	z-index: 1;
}

.spanBox {
	height: 14px;
}


/* Referans Section */

#partners {
	margin: 100px 0px;
	padding: 25px 0;
}

#partners h4 {
	text-align: start;
	font-weight: bold;
	font-size: 28px;
	padding-top: 15px;
	padding-bottom: 35px;
}

#partners h5 {
	color: #b3b3b3;
	font-size: 17px;
	margin: 0;
}

#partners img {
height: 75px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: white;
    border-radius: 6px;
    padding: 10px;
}

#partners .owl-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: -1;
	width: 100%;
}

#partners .owl-nav button {
	width: 32px;
	height: 32px;
	line-height: 25px;
	border-radius: 100%;
	border: solid 1px #b3b3b363;
	color: #b3b3b3;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	outline: none;
	position: absolute;
	left: -58px;
}

#partners .owl-nav button:hover {
	background: white;
	color: #c21416;
}

#partners .owl-nav .owl-next {
	right: -63px;
	left: unset;
}

#partners .owl-nav span {
	font-size: 35px;
	font-weight: 100;
}

#partners .owl-carousel {
	width: calc(100% - 145px);
	margin: 0 auto;
}

/* new section */
.project {
  margin-top: 40px;
  width: 100%;
  position: relative;
}
.project {
  background-image: url("../img/sectionn1.jpeg");
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.project::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  /* z-index: 0;   */
}

.project .col-2_5 {
  width: 20%;
}

.project-box {
  width: 100%;
  height: 530px;
  /* background-color: red; */
  position: relative;
  cursor: pointer;
  transition: all 0.7s ease;
  z-index: 2;
}

.project-box:hover{
  background-color: rgba(0, 0, 0, 0.4);
}

.project-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.project .project-box a:hover{
    text-decoration:none;
}
.project .project-detail  {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  height: 100%; 
  flex-direction: column;
 padding: 0 20px 25px;
}
.project-detail span {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.project-detail i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid white;
  border-radius: 50%;
  font-size: 15px;
  transform: translateX(-50px);
  transition: transform 0.3s ease;
}
.project-detail h2{ 
  letter-spacing: normal;
    line-height: 1.06;
    margin-bottom: 38px;
        text-align: center;
    font-size: 24px;
}
.project-detail:hover i {
  transform: translateX(15px);
}
.project-detail:hover span {
  visibility: visible;
  opacity: 1;
  color: #e25544;
}
.project-bg {
  display: none;
}
.project .row div:not(:last-child) .project-box {
  border-right: 1px solid #fff;
}

/* end of new section*/

/* Chat Section */

.chat {
	margin-top: 56px;
	margin-bottom: 160px
}

.scrollitem {
	padding: 14px 25px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid rgb(189, 189, 189);
	border-radius: 8px;
	background-color: #fff;
	color: black;
	z-index: 10;
	position: relative;
}


/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	touch-callout: none;
	user-select: none;
	touch-action: pan-y;
	tap-highlight-color: transparent;
}

.slick-slider .cloned {
	margin: 10px;
}

.slick-wrapper {
	padding: 10px;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 200;
	/* height: 280px !important; */
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.scrollitem .imgs img {
	width: 15px;
}

.scrollitem h5 {
	margin-right: 15px;
	margin-top: -10px;
	font-size: 18px;
}

.scrollitem div {
	font-size: 13px;
	color: rgb(82, 81, 81);
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.chat {
	background: url(../img/universe.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	position: relative;
}

.chat .text h5 {
	font-size: 42px;
	font-weight: bold;
	color: white;
	padding-bottom: 25px;
}

.chat .text p {
	font-size: 18px;
	line-height: 24px;
	color: #ffffff85;
	margin: 0px;
}

.chat .text {
	padding: 164px 0px;
	position: relative;
	z-index: 300;
}

.headersChat {
	margin-right: 20px;
	font-weight: 600;
	font-size: 14px;
	opacity: 0.8;
}

.snippetdiv {
	width: 100%;
	margin: 0 auto;
	margin-top: 54px;
}

.circle1 {
	width: 12px;
	margin: 0px 5px;
	height: 12px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: #fff;
	transition: 1s;
	animation: jump 2s ease-in-out infinite;
}

.circle2 {
	width: 12px;
	margin: 0px 5px;
	height: 12px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: #fff;
	transition: 1s;
	animation: jump 2s ease-in-out infinite;
}

.circle3 {
	margin: 0px 5px;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: #fff;
	transition: 1s;
	animation: jump 2s ease-in-out infinite;
}

.centered {
	width: 100%;
	position: relative;
	z-index: 200;
}

.centered .centeredY {
	width: 100%;
	margin: 0 auto;
}

.centered div {
	display: inline-block;
}

.circle1 {
	animation-delay: 0.7s;
}

.circle2 {
	animation-delay: 0.8s;
}

.circle3 {
	animation-delay: 0.9s;
}

@keyframes jump {
	0% {
		transform: translateY(0%);
	}
	12.5% {
		transform: translateY(0%);
	}
	25% {
		transform: translateY(0%);
	}
	37.5% {
		transform: translateY(0%);
	}
	50% {
		transform: translateY(0%);
	}
	62.5% {
		transform: translateY(75%);
	}
	75% {
		transform: translateY(-75%);
	}
	87.5% {
		transform: translateY(75%);
	}
	100% {
		transform: translateY(0%);
	}
}

.circle:after {
	width: 80px;
}



/* Architectural Section */

.architectural {
	margin-bottom: 200px;
}
.architectural p{
   text-align: justify; 
}

.architectural .headerRef h4 {
	text-align: start;
	font-weight: bold;
	font-size: 28px;
	padding-top: 15px;
	padding-bottom: 35px;
}

#productcategories .image-wrapper{
        height: 250px;
    padding: 20px;
}

  #productcategories .image-wrapper{ 
  width: 100%; 
  height: 100%;
    max-height: 100%; 
    object-fit: cover;
  }
  productcategories .slider .slider-box, .category-section .product-box {
    background-color: white;
    border: 1px solid #dddddd;
    min-height: 350px;
    transition: all .3s ease;
    margin: 15px 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.card-body {
	padding: 24px 40px 36px;
}


/* ower corusel  */

.owl-item {
	width: 128.906px;
}


/* Call to action */

#call-to-action {
	height: 110px;
}

#call-to-action .call-wrapper {
	height: 160px;
	padding: 44px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px 0;
	-webkit-box-shadow: 0px -1px 20px 0 rgb(0 0 0 / 12%);
	-moz-box-shadow: 0px -1px 20px 0 rgba(0, 0, 0, 0.12);
	-o-box-shadow: 0px -1px 20px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0px -1px 20px 0 rgb(0 0 0 / 12%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	top: -80px;
}

#call-to-action .call-wrapper .img-wrap {
	width: 250px;
	-webkit-transform: translateY(25px);
	-moz-transform: translateY(25px);
	-o-transform: translateY(25px);
	transform: translateY(25px);
	-webkit-transition: 300ms -webkit-transform ease;
	-moz-transition: 300ms -moz-transform ease;
	-o-transition: 300ms -o-transform ease;
	transition: 300ms transform ease;
}

#call-to-action .call-wrapper .img-wrap img {
	width: 100%;
}

#call-to-action .call-wrapper .wp-box-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 32px;
	width: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#call-to-action .call-wrapper .wp-box-wrapper .desc{width:50%;}

#call-to-action .call-wrapper .wp-box-wrapper .desc h3 {
	font-size: 26px;
	line-height: 1.23;
	margin-bottom: 10px;
}

#call-to-action .call-wrapper .wp-box-wrapper .desc p {
	font-size: 14px;
	margin: 10px 0 10px;
	font-weight: 300;
	line-height: 1.31;
}

#call-to-action .call-wrapper .wp-box-wrapper .info-buttons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

#call-to-action .call-wrapper .wp-box-wrapper .info-buttons .custom-btn.wp-btn {
	margin-right: 20px;
	background-color: #64b261;
	color: #fff;
	border: none;
	-webkit-animation: play 4s ease infinite;
	-moz-animation: play 4s ease infinite;
	-o-animation: play 4s ease infinite;
	animation: play 4s ease infinite;
}

#call-to-action .call-wrapper .wp-box-wrapper .info-buttons .custom-btn {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-o-border-radius: 24px;
	border-radius: 24px;
	font-size: 16px;
	height: 47px;
	padding: 0 30px;
	color: #454749;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.14);
}

#call-to-action .call-wrapper .wp-box-wrapper .info-buttons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

#call-to-action .call-wrapper .wp-box-wrapper .info-buttons .custom-btn {
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-o-border-radius: 24px;
	border-radius: 24px;
	font-size: 16px;
	padding: 0 30px;
	color: #454749;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.14);
}

#call-to-action .call-wrapper .wp-box-wrapper .info-buttons .custom-btn.wp-btn {
	margin-right: 20px;
	text-transform: lowercase;
	background-color: #64b261;
	color: #fff;
	padding: 10px 26px;
	border: none;
	-webkit-animation: play 4s ease infinite;
	-moz-animation: play 4s ease infinite;
	-o-animation: play 4s ease infinite;
	animation: play 4s ease infinite;
}

#call-to-action .call-wrapper .wp-box-wrapper .info-buttons .custom-btn.wp-btn:hover {
    background-color: #3d6b3b;
    text-decoration: none;
}

@keyframes play {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(100, 178, 97, 0.2);
		-moz-box-shadow: 0 0 0 0 rgba(100, 178, 97, 0.2);
		box-shadow: 0 0 0 0 rgba(100, 178, 97, 0.2);
	}
	1% {
		-webkit-box-shadow: 0 0 0 10px rgba(100, 178, 97, 0.2);
		-moz-box-shadow: 0 0 0 10px rgba(100, 178, 97, 0.2);
		box-shadow: 0 0 0 10px rgba(100, 178, 97, 0.2);
	}
	10% {
		-webkit-box-shadow: 0 0 0 10px rgba(100, 178, 97, 0.2), 0 0 0 20px rgba(100, 178, 97, 0.1);
		-moz-box-shadow: 0 0 0 10px rgba(255, 7, 64, 0.2), 0 0 0 20px rgba(100, 178, 97, 0.1);
		box-shadow: 0 0 0 10px rgba(100, 178, 97, 0.2), 0 0 0 20px rgba(100, 178, 97, 0.1);
	}
	10% {
		-webkit-box-shadow: 0 0 0 15px rgba(100, 178, 97, 0.2), 0 0 0 30px rgba(100, 178, 97, 0.1);
		-moz-box-shadow: 0 0 0 15px rgba(100, 178, 97, 0.2), 0 0 0 30px rgba(100, 178, 97, 0.1);
		box-shadow: 0 0 0 15px rgba(100, 178, 97, 0.2), 0 0 0 30px rgba(100, 178, 97, 0.1);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(100, 178, 97, 0.2);
		-moz-box-shadow: 0 0 0 0 rgba(100, 178, 97, 0.2);
		box-shadow: 0 0 0 0 rgba(100, 178, 97, 0.2);
	}
}

#call-to-action .call-wrapper .wp-box-wrapper .info-buttons .custom-btn.contact-btn {
    -webkit-transition: 300ms all ease;
    -moz-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
    padding: 10px 26px;
    text-transform: lowercase;
}

#call-to-action .call-wrapper .wp-box-wrapper .info-buttons .custom-btn.contact-btn:hover {
    border-color: #af2024;
    color: #af2024;
    text-decoration: none;
}

#call-to-action .call-wrapper:hover .img-wrap {
	-webkit-transform: translateY(13px);
	-moz-transform: translateY(13px);
	-o-transform: translateY(13px);
	transform: translateY(13px);
}


/* Footer */

.footerBgClr {
	background-color: #000;
}

.textWrapper {
	color: #7c4040 !important;
}

.textWrapper a {
	color: #7c4040  !important;
}

.footerLnks {
	border-bottom: solid 1px #7c404047;
	margin-top: -20px;
}

.footerContent {
	padding-top: 40px;
	padding-bottom: 40px;
}

.socialList {
	padding-right: 0;
}

.list-unstyled {
	display: flex;
	flex-wrap: wrap;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.footerContent li.footerListHeaderTxt {
	font-size: 18px;
}

.socialList ul i {
	padding: 9px;
	border-radius: 50%;
	width: 36px;
	border: 2px solid #fff;
	height: 36px;
	color: #fff;
}

.fa-envelope-open-text:before {
	margin-right: 10px;
}

.fa-phone-alt:before {
	margin-right: 10px;
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-phone:before {
	content: "\f879";
}

.footerContent li a {
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.socialList .footerContactTxt {
	font-size: 18px;
	padding-top: 9px;
	font-weight: 400;
	color: #fff;
}

.footerNavLinks {
	padding: 40px 10px 40px 10px;
}

.footerNavLinks .footer-nav a {
	text-decoration: none;
	position: relative;
	color: #fff;
}

.footerNavLinks .footer-nav a::after {
	content: "";
	height: 2px;
	width: 0%;
	position: absolute;
	background-color: #736382!important;
	;
	display: block;
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	bottom: -4px;
}

.footerNavLinks .footer-nav a:hover:after {
	width: 100%;
}

.footer-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-nav a {
	font-size: 16px;
	font-weight: 400;
}

.footerBottomTxt {
	padding: 35px 10px;
}

.footerBottomTxt .footerBottomFirstCol {
	border-right: solid 1px #e1e1e1;
}

.footerBottomTxt .cl-3 {
	font-size: 12px;
	line-height: 23px;
	text-align: left;
	position: relative;
	padding-right: 0px;
	padding-left: 37px;
	color: #bec4cc;
}

.footerBottomTxt .cl-1 {
	font-size: 14px;
	line-height: 22px;
}

.footerBottomTxt .cl-1 p {
	margin-bottom: 0px !important;
	color: #69737f;
}

select::-ms-expand {
	display: none;
}

select {
	position: relative;
	width: 195px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

.select .selectBtn {
	background: var(--bg1);
	padding: 15px;
	width: 195px;
	border-radius: 4px;
	border: 2px solid #e6e6e6;
	font-size: 13px;
	color: #b1b1b1;
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #fff;
}

.select .selectBtn:after {
	content: "";
	position: absolute;
	top: 45%;
	right: 15px;
	width: 6px;
	height: 6px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	transition: 0.2s ease;
}

.select .selectBtn.toggle {
	border-radius: 3px 3px 0 0;
}

.select .selectBtn.toggle:after {
	-webkit-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
}

.select .selectDropdown {
	position: absolute;
	width: 193px;
	border-radius: 4px;
	overflow: hidden;
	background: var(--bg1);
	border-top: 1px solid #eee;
	z-index: 1;
	padding: 13px 0px;
	background: #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: top center;
	transform-origin: top center;
	visibility: hidden;
	transition: 0.2s ease;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.select .selectDropdown .option {
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
	padding: 5px 23px;
}

.select .selectDropdown .option:hover {
	background: #f8f8f8;
}

.select .selectDropdown.toggle {
	visibility: visible;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	font-size: 14px;
}

#minbeds {
	pointer-events: none !important;
	pointer-events: none !important;
	width: auto;
	font-size: 18px;
	position: relative;
	float: right;
	background-color: white !important;
}

.customSelect {
	width: 100%;
	margin-top: 200px;
}

.customSelect span {
	background-color: none;
	border: none;
	border-radius: 50%;
	margin-top: 38px;
}

.spanBox {
	position: relative;
}

.spanBox span {
	position: relative;
	top: -36px;
	font-size: 20px;
}

.spanBox:last-child {
	text-align: left;
}

.span {
	display: flex;
	align-items: center;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.line {
	height: 4px;
	width: 98%;
	display: block;
	background-color: #e5e5e5;
	position: relative;
	margin-top: -8px;
	margin-left: 16px;
}

.customSelect .spanBox::after {
	content: ' ';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background: #e5e5e5;
	z-index: 15;
}

.span .spanBox:last-child::after {
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	top: 0;
    left: 100px;
	background: #e5e5e5;
	z-index: 15;
}


/* ======== Responsive ======= */

@media(max-width:1200px) {
    
    .del{
        display:none;
    }
    .searchInput div {
	    flex-wrap: wrap;
    margin-top: 18px;
}

	.centered {
		width: 300px;
	}
	.wrapper {
		width: 100%;
	}
	.hexagon-img {
		position: relative;
		z-index: 1;
		transform: scale(1);
	}
	.construcText h3 {
		text-align: center;
	}
	.spanBox span {
		position: relative;
		top: -36px;
		left: -16px;
		font-size: 18px;
	}
	.btnforSeract {
    margin-top: 15px !important;
}
	.hexagon-img {
		display: none;
	}
	.list-inline {
		margin-left: 0px;
	}
	#call-to-action .call-wrapper .wp-box-wrapper .info-buttons .custom-btn.wp-btn {
		padding: 7px 26px;
	}
	#call-to-action .call-wrapper .wp-box-wrapper .info-buttons .custom-btn.contact-btn {
		padding: 7px 26px;
	}
}
 #contact-video{
        width: 100%;
   overflow:hidden;
       margin-bottom: 40px;
}
 #contact-video video{
  width: 100%;
 height: 400px;
  object-fit: cover;
}
@media(max-width:992px) {
    #call-to-action .call-wrapper .wp-box-wrapper .desc{width:100%;}
	.centered {
		width: 200px;
	}
	.navbar-light .navbar-brand img{
	    width:67px;
	}
	.navbar-light .navbar-brand{
	    padding:0;
	}
	.cloud-text{
	    font-size: 40px;
	}
	.btn:not(:disabled):not(.disabled) {
		/*height: 40px;*/
		width: 100%;
		border: 2px solid #fff;
		border-radius: 35px;
		font-family: 'b';
		padding: 0;
	}
	.navbar-nav .btn a{
	    border-bottom: none;
	    padding: 14px 15px;
	}
	.sosialNav {
		display: block;
		display: flex;
		justify-content: center;
		align-items: center;
		color: white;
	}
	.close-menu {
		display: block;
	}
	.close-menu {
		right: 12px;
		top: 5px;
		position: absolute;
		display: inline-block;
		padding: 15px;
	}
	.close-menu i {
		font-size: 35px;
		color: white;
	}
	.sosialNav li {
		background: #f5f5f5;
		width: 40px;
		height: 40px;
		display: inline-block;
		border-radius: 100%;
		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;
		margin: 0px 13px;
	}
	.navbar-nav li a {
		font-size: 15px;
		font-weight: bold;
		border-bottom: 1px solid #fff;
		letter-spacing: 0;
		width: 100%;
		font-size: 18px;
		padding: 10px 0;
		display: inline-block;
		transition: all .3s ease;
	}
	.sosialNav li i {
		color: #5f576b !important;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.navbar-light .navbar-nav .nav-link {
		text-align: left;
	}

	.navbar-collapse .lang a {
		text-transform: uppercase;
		color: #c8c8c8 !important;
		font-size: 12px;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.navbar-collapse .lang a.active {
		color: #fff !important;
	}
	header #navbarMenu .navbar-nav {
		width: 80%;
		background-color: rgb(70, 40, 97);
	}
	.wrapper {
		width: 100%;
	}
	.service {
		margin-top: 30px;
	}
	iframe .service{
	    margin-top:0 !important;
	}
	.navbar-collapse {
		background: #517261;
		width: 80%;
		overflow: auto;
		position: fixed;
		width: 80%;
		padding: 35px;
		padding-top: 90px;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		height: 100%;
		right: -100%;
		top: 0;
		opacity: 1;
	}
	.tour-wrap-section .select,
	.fullSearch{
		margin-top: 38px;
	}
	.tour-wrap-section .btnforSeract,
	.fullSearch{
		margin-top: 24px;
	}
	.snippetdiv {
		margin: 0 auto;
	}
	.hexagon-img {
		top: 0;
	}
	.architectural .cart {
		height: 240px;
	}
	.architectural .card-text {
		font-size: 16px;
	}
	.slick-wrapper {
		padding: 5px;
	}
	.chat .text h5 {
		font-size: 30px;
	}
	.chat .text h5 {
		font-size: 15px;
	}
	#call-to-action .call-wrapper .wp-box-wrapper .info-buttons .custom-btn.wp-btn {
		padding: 10px 26px;
		font-size: 14px;
	}
	#call-to-action .call-wrapper .wp-box-wrapper .info-buttons .custom-btn.contact-btn {
		padding: 8px 26px;
		font-size: 14px;
	}
	.footerBottomTxt .footerBottomFirstCol {
		border: none;
	}
	.footerBottomTxt .cl-3 {
		padding-right: 0px;
		padding-top: 12px;
		padding-left: 0px;
	}
	.foternum {
		text-align: left !important;
	}
	.footer-nav a {
		font-size: 14px;
	}
	.navbar-light.fixed .navbar-nav .nav-link {
		color: white;
	}
	#call-to-action .call-wrapper .wp-box-wrapper {
    margin-left: 0px; 

}
	.fullSearch{
		margin-top: 170px;
	}
	.tour-wrap-section{
		margin-top: -270px;
	}
	.list-inline>li {
		display: inline-block;
		/* padding-left: 34px; */
		padding-right: 15px;
	}
	#call-to-action .call-wrapper .wp-box-wrapper .desc h3 {
		font-size: 22px;
	}
	#call-to-action .call-wrapper .img-wrap img {
		width: 92%;
	}
	list-inline>li:not(:first-child) {
		padding: 0px 32px;
	}
	.footerContactTxt {
		padding: 0px 20px;
		margin: 10px 0;
	}
	.project-box{
	    height:400px;
	}
	.project-detail h2{
	    font-size:16px;
	    text-transform:uppercase;
	}
}

@media(max-width:768px) {
    .staticWorksArea h3 span {
        min-height:122px !important;
    }
    h3 img.fr-dib {
    height: 120px !important;
    width: 100%;
    object-fit: cover;
}
.project-box{
        border-bottom: 1px solid #fff;
}
.staticWorksArea h3 {
    width: calc(50% - 10px) !important;
    margin: 5px !important;
    position: relative;
    overflow: hidden;
}
    .list-inline>li:nth-child(1) {
    padding-right: 30px;
}
.project .col-2_5{
    width:50%;
}
.construction {
    display: none;
}
    .staticWorksArea .quote {
    width: calc(50% - 20px) !important;
    height: 150px!important;
}
    .navbar-nav li a {
        padding: 15px 0 !important;
        
    }
    .btn:not(:disabled):not(.disabled) {
        /*height: auto!important;*/
        padding: 0 25px !important;
    }
    .static-head {
    padding: 140px 0 30px 0!important;
}
    .staticWorksArea {
        margin:0 !important;
    }
	.btnSearch {
		padding: 12px 189px;
	}
	.tour-wrap-section nav {
		bottom: 87%;
	}
	.chat .text {
		margin: 30px 0px 30px 0px;
	}
	.chat .text h5 {
		font-size: 28px;
	}
	.chat .text p {
		font-size: 18px;
	}
	.scrollitem {
		width: 500px;
	}
	.wrapper {
		padding: 0px;
	}
	.scrollbox {
		padding: 0px;
	}
	.architectural .cart {
		height: auto;
		margin-bottom: 19px;
	}
	.chat .scrollitem div {
		font-size: 12px;
	}
	.centered {
		width: 100%;
	}
	#call-to-action .call-wrapper .wp-box-wrapper {
		margin-left: 0px;
	}
	.tour-wrap-section {
		margin-top: -363px;
	}
	.hexagon-img {
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
	}
	.chat .text {
		padding: 50px 0px;
	}
	.footer-nav {
		flex-direction: column;
	}
	.list-inline>li:not(:first-child) {
		padding: -14px 20px;
	}
	.list-inline {
		margin-left: 0px;
		margin-top: 21px;
	}
	.footerNavLinks .footer-nav a {
		text-decoration: none;
		position: relative;
		width: 100%;
		color: #fff;
		border-bottom: 1px solid #9626b747;
		padding: 15px;
	}
	.snippetdiv {
		margin: 17px auto;
	}
	#call-to-action .call-wrapper {
    height: 270px;
    padding: 0px;
    flex-direction: column;
    top: -115px;
}
#call-to-action .call-wrapper .img-wrap {
    width: 146px;
}
#call-to-action .call-wrapper .img-wrap img {
    margin-top: -31px;
}
#call-to-action .call-wrapper .wp-box-wrapper .desc h3 {
    text-align: center;
}
#call-to-action .call-wrapper .wp-box-wrapper .desc p {
    margin: 12px 17px 11px;
}
#call-to-action .call-wrapper .wp-box-wrapper .info-buttons {

    flex-direction: column;
    width: 100%;
}
#call-to-action {
    height: 152px;
}

#call-to-action .call-wrapper .wp-box-wrapper .info-buttons .custom-btn.wp-btn {
 margin-right: 0px;
    width: 66%;
    height: auto;
        margin-bottom: 10px;
}
#call-to-action .call-wrapper .wp-box-wrapper {
    margin-top: 30px;

    flex-direction: column;

}
#call-to-action .call-wrapper .wp-box-wrapper .info-buttons .custom-btn.contact-btn {
    
    height: auto;
    width: 66%;
}

}
.qiymet-input.service{
    margin-top:0;
}
.qiymet_teklifi_web { 
       height: 100vh;
}
@media(max-width:576px) {
    #call-to-action .call-wrapper .wp-box-wrapper {
    flex-direction: column;
    margin-top: 0px !important;
}

.socialList ul i {
    padding: 6px;
    border-radius: 50%;
    width: 31px;
    border: 2px solid #fff;
    height: 30px;
    color: #fff;
}
.slick-slider{
    margin-top:-20px;
}
	.scrollitem {
		width: auto;
	}

	.spanBox span {
		left: 2px;
		font-size: 14px;
	}
	.span .spanBox:last-child::after {
		content: '';
		left: 52px;
	}
	.list-inline>li {
		padding-right: 0px;
	}
	.tour-wrap-section .select {
		margin-top: 18px;
	}
	.select .selectBtn {
		width: 214px;
	}
	#nav-home-tab {
		top: 27px;
		font-size: 20px;
	}
	.scrollbox {
		width: 100%;
	}
	.snippet {
		left: 178px;
	}
	.btnSearch {
		padding: 12px 84px;
	}
	.tour-wrap-section nav {
		bottom: 93%;
	}
	.chat .text {
		padding: 20px 0px;
	}
	.centered {
		width: 100px;
	}
	.tour-wrap-section {
		margin-top: -424px;
	}
	.ui-widget.ui-widget-content {
		margin-right: 0px;
		width: 208px;
	}
	#call-to-action .call-wrapper .img-wrap img {
		display: none;
	}
#call-to-action .call-wrapper .wp-box-wrapper {
    flex-direction: column;
    margin-top: 13px !important;
}
#call-to-action .call-wrapper .wp-box-wrapper .info-buttons .custom-btn.wp-btn {
    padding: 10px 26px;
    font-size: 14px;
    margin: 10px;
    width: 80%;
    text-align: center;
}
#call-to-action .call-wrapper .wp-box-wrapper .info-buttons {
width: 100%;
    flex-direction: column;

}
#call-to-action .call-wrapper .wp-box-wrapper .info-buttons .custom-btn.contact-btn {
    padding: 11px 3px;
    font-size: 13px;
    margin: -2px;
    width: 80%;
    text-align: center;
}
#call-to-action .call-wrapper {
    height: 206px;
}
}

.referanslar img{
    margin: 10px;
    background: white;
    padding: 20px;
    border-radius: 8px;
    
}

.references-page img {
  width: calc(19.666667% - 19px);
display: block;
    margin: 10px;
    float: left;
    background: white;
    padding: 20px;
    border-radius: 8px;
}

.references-page .col-lg-12 {
    margin: 0px -10px 0px -11px;
    text-align: center;
}
.static-title h1 {
    font-size: 2rem !important;
    font-weight: bold;
    text-align: left;
    color: #fff;
}
/*Static pages*/
#services-page #dle-content{
    display: flex;
    width: 100%;
    flex-wrap: wrap !important;
}

#services-page{
    padding-bottom: 3rem;
}

#services-page .card{
    width: auto !important;
}

#services-page .card img{
    height: 204px;
    object-fit: cover;
}

#services-page .card-text{
    text-align: center;
    min-height: 70px;
}

#services-page .card-body{
    text-align: center;
}

#services-page .card-body .btn{
    background: #750000;
    color: white;
    border: 2px solid #750000 !important;
    font-size: 16px;
    border-radius: 5px;
    padding: 11px 25px 6px !important;
    text-align: center;
    width: auto;
}

#services-page .card-body .btn:hover{
    color: #750000;
}

#services-page .gallery .quote{
    width: calc(33.33% - 30px);
    margin: 15px;
    height: 300px;
}
#services-page .gallery .quote .highslide{
    display: block;
    height: 100%;
}
#services-page .gallery .quote img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#services-page .gallery{
    padding: 3rem 0 1rem;
}

.btn:focus{
    box-shadow: none;
}

@media only screen and (max-width: 768px){
    .titelHead {
    display: none;}
    #services-page .gallery .quote{
        width: calc(100% - 30px) !important;
    }
}

@media only screen and (max-width: 990.99px){
    #services-page .gallery .quote{
        width: calc(50% - 30px);
    }
}

.static-head {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
        padding: 167px 0;  
        z-index: 1200;
}
.static-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #3e020547;
}
.static-title {
    color: white;
    position: relative;
}

.static-title h1 {
    font-size: 3rem;
    font-weight: bold;
}

.crumb {
    box-shadow: 0 1px 4rem rgb(0 0 0 / 16%);
}
.crumb-link {
    padding: 20px 20px;
    display: inline-block;
    color: #333;
    font-size: 12px;
    align-self: center;
    color: #5f576b;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin-right: 10px;
}
.crumb-link:hover {
    list-style: none;
    text-decoration: none;
    color: transparent;
    font-size: 12px;
    text-decoration: none !important;
    color: black;
  
}
.active-crumb {
    color: #750000;
    border-bottom: 2px solid #750000;
    font-weight: bold;
    transition: 500ms all ease;
}
.static-content, .full-content {
       padding: 60px 22px;
}
.static-content, .full-content {
       padding: 60px 16px;
}
.gallery-page .col-lg-12 {
    margin: 0 -10px;
    text-align: center;
}

    #category #dle-content{
        width: 100% !important;
    }

    #nav-menu{
    background-color: transparent;
    z-index: 30000;    }
    #staticPages{
        margin-top: 167px;
    }
    .footerLnks{margin-top:0;}
    .statich {
    height: 240px;
    width: 100%;
    border-radius: 10px;
    background-image: url('../img/katagori2.jpeg'); 
    background-size: cover;
    justify-content: center;
    display: flex;
    align-items: center;
}
.circleshort {
    position: relative;
    z-index: 2;
    width: 192px;
    background: white;
    height: 192px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    box-shadow: 1px 9px 6px 0px rgb(0 0 0 / 12%);
}
.circleshort .crop {
    width: 88%;
    border-radius: 50%;
    overflow: hidden;
}
.aboutContent .crop {
    width: calc(100%/2 - 20px);
    display: inline-block !important;
    margin: 2px 5px !important;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    border-radius: 40px;
}
.name {
    height: 175px;
    position: relative;
    overflow: hidden;
    top: -106px;
    text-align: center;
    padding-top: 100px;
    z-index: 1;
}
.name div h4{
    font-weight: 600;
    font-size: 19px;
}
.circleshort .crop img {
    object-fit: cover;
    height: 170px;
    width: 100%;
    object-position: top;
}
.aboutContent .crop img {
    width: 100%;
}

.name .background {
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../img/katagori.jpeg);
    background-size: cover;
    top: 0;
    left: 0;
    opacity: 0.2;
}


#category #dle-content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -4px;
}
.masha_index{
font-size:18px;
}


@media only screen and (max-width:1200px){
    .staticWorksArea h3 .masha_index{
        display:none;
    }
}
@media(max-width:400px){
    .services {
    margin-top: 100px;
}
.customSelect {
    margin-top: 150px;
}
.chat {
    margin-top: 56px;
    margin-bottom: 0px;
}
#call-to-action .call-wrapper .wp-box-wrapper {
    flex-direction: column;
    margin-top: 11px !important;
}
.socialList .footerContactTxt {
    font-size: 14px;
}
.socialList ul i {
    padding: 9px;
    border-radius: 50%;
    width: 36px;
    border: 2px solid #fff;
    height: 36px;
    color: #fff;
    font-size: 10px;
}
.socialList ul i {
    padding: 5px;
    border-radius: 50%;
    width: 24px;
    border: 2px solid #fff;
    height: 24px;
    color: #fff;
}
.centered {
    width: 100px;
    margin-left: -19px;
}
.chat .text {
    margin: 0px 0px 30px 0px;
}
    .navbar-collapse {
    padding: 15px;
    padding-top: 90px;

    }
}


.static-page .services .quote div {
    font-weight: 600;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.8) 100%);
    text-align: center;
    padding: 45px 0 13px 0;
    color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 0;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    display: block !important;
}
.static-page .services .highslide img {

    width: 100%;
  
}
.static-page .services {
    margin-top: -88px;
}
.services{
    display:block;
}
.services .quote{
    width: calc(33.33% - 20px);
    margin: 10px;
    height: 183px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

 .quote ul li{
        padding: 0px 30px 0px 30px;
}

.services ul li::before {
    margin-left:40px;
}

 .quote ul li::before, .services ul li::before  {
    width: 6px;
    content: " ";
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    background-color: #ff8c00;
    margin-right: 10px;
    margin-bottom: 1px;
}

.static-content.container.none {
    display: none;
}


  .stk-post.stk-post .stk-grid-col {
    display: flex;
    flex-direction: column;
    grid-column: span var(--stk-cols);
    min-width: 0;
    margin: 0;
    box-sizing: border-box;
}
.staticArchitect{
    max-width:1130px;
    background-color:white;
    margin: 30px 0px 30px 0px;
    border-bottom: 1px solid #eaeaea;
}
.architectTitle {
    display: flex;
    border-bottom: 1px solid #eaeaea;
}
.staticArchitectTitle{
     max-width:1130px;
    height:250px;
    margin: 30px 0px 30px 0px; 
}
.architectTitle .textdiv{
    padding: 3rem 2rem 0rem 0rem;
    display:inline-block;
}
  .architectArea{
     padding: 5rem 7rem; 

  }  
    .architectArea p{
    display: inline-block;
    padding: 16px;
    padding: 20px 0px 20px 0px;
  }
     
     .architecImg .highslide{
         display:none;
     }
     
      .architecImg img{
    width: 339px;
    margin-top: -114px;
    position: relative;
    border-radius: 4px;
    
      }
      .staticWorksArea{
    text-align: left;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*text-align: justify;*/
    margin-bottom: 80px !important;
      }
      .staticWorksArea h3 .highslide{
                  height: 160px;
    display: inline-block;  
               }
      .staticWorksArea h3 .highslide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.staticWorksArea h3 span {
    background: white;
    display: block;
    padding: 20px;
    font-size: 14px;
    width: 100%;
    text-align: left;
    margin-top: -3px;
    border-top: none;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.staticWorksArea h3 {
    width: calc(33.33% - 20px);
    margin: 10px;
    position: relative;
    overflow: hidden;
}
.staticWorksArea .quote-list{width:100%;}
.staticWorksArea h2 {
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 30px;
}

.quote p:nth-child(2) {
    color: #a1a1a1;
    margin-bottom: 0;
    font-size: 11px;
}

 .staticWorksArea  ul li::before {
    width: 6px;
    content: " ";
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    background-color: #ff8c00;
    margin-left: -17px;
    margin-top: 7px;
    margin-bottom: 1px;
    position: absolute;
     
 }
     .staticWorksArea  ul li{    padding: 0px 0px 0px 40px;}
    
      .staticWorksArea .quote{
    width: calc(33.33% - 20px);
    margin: 10px;
    height: 220px;
    position: relative;
    overflow: hidden;
      }
            .staticWorksArea .highslide img{
          width:100%;
          height:100%;
          object-fit: cover;
      }
      .worksTitle p{
    font-size: 2rem !important;
    font-weight: bold;
    color: #000;
      }
      .worksTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
        PADDING: 20PX;
}
.architectTitle .textdiv ul li{
    margin-left: 40px;
}
.architectTitle .textdiv ul li::before, .quote ul li::before {
    width: 6px;
    content: " ";
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    background-color: #ff8c00;
    margin-left: 0;
    margin-bottom: 1px;
}
.architectTitle .textdiv .span{
    font-weight:bold;
    display:inline;
}
.quoteh2{
    margin-top: 70px;

}
.staticWorksArea ul{
    width:100%;
    text-align: left;
}
.staticWorks .staticWorksArea .quote div {
    font-weight: 600;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.8) 100%);
    text-align: center;
    padding: 45px 0 13px 0;
    color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 0;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    display: block !important;
}
.staticArchitect .architectArea .quote div p:last-child {
    margin-bottom: -8px;
    
}

.staticWorksArea .quote-list ul {
    background: #fff;
    PADDING: 30PX;
        text-align: left;
    MARGIN-TOP: 37PX;
}
.staticWorksArea  {
    
}
#productcategories .quote{
    height: 230px;
    width: 100%;
}
#productcategories .quote a {
    margin: 10px;
    height: 220px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
#productcategories .owl-nav button span {
    padding: 0;
    display: flex;
    color: black !important;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    width: 48px;
    height: 48px;
    color: white;
    opacity: 1;
}
#productcategories .owl-nav button {
    height: auto;
    border-radius: 100%;
    border: none;
    position: absolute;
    opacity:0;
    transition: all .3s ease;
    background: #ffffff;
    box-shadow: 8 0 0 0 #fff, 0 5px 20px 0 rgb(0 0 0 / 20%) !important;
    top: 43%;
    right: 97%;
    transition: all .3s ease;
}
#productcategories:hover .owl-nav button:hover{
    box-shadow: 0 0 0 3px #fff;
}
#productcategories:hover .owl-nav button {
        opacity:1;

}
#productcategories .owl-nav button:last-child {
    right: -19px;
}
.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.owl-carousel .owl-stage-outer .highslide p {
    font-weight: 600;
    font-size: 13px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.8) 100%);
    text-align: center;
    padding: 45px 0 13px 0;
    color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 0;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    display: block !important;
}
.nav-icon .icon-block {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.lang-img {
    height: 19px;
}
.icon-block-lang svg {
    transform: rotate(
90deg
);
    transition: stroke .2s ease-in-out;
    display: inline-block;
}
.nav-icon .icon-block span {
    font-size: 12px;
    color: #333;
    font-weight: 600;
    margin-top: 6px;
    transition: 0.3s;
}
.lang-dropdown {
    height: auto;
    justify-content: center;
    border-radius: 10px;
    flex-direction: column;
    position: absolute;
    background-color: white;
    overflow: hidden;
    z-index: 10;
    display: none;
    top: 45px;
    z-index: 25;
    right: initial;
    left: -40px;
}
.fileUpload {
    background: #fea094;
    /* -webkit-border-radius: 15px; */
    -moz-border-radius: 15px;
    /* border-radius: 15px; */
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    margin: 0 auto;
    overflow: hidden;
    padding: 9px;
    position: relative;
    text-align: center;
    width: 69%;
    cursor: pointer;
}
.fileUpload:hover, .fileUpload:active, .fileUpload:focus {
	background: #81423a;
  cursor: pointer;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000000;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 46px;
    cursor: pointer;
}

input[type="file"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}


video {
    width: 100%;
    z-index: 1;
    height: 315px;
    object-fit: cover;
}
.overlay5 {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
    background-color:rgb(255 19 19 / 20%);
  background-size: 3px 3px;
  z-index: 2;
}
.titelHead {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.modal-open .modal{
    z-index:999999999999;
}
/*-----------Modal-----------*/
 
.modal-dialog {
    max-width: unset;
    width: 600px;
}

#exampleModal.show {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.modal-dialog .close {
    outline: none;
}

.modal-content {
    padding: 30px 40px 0px !important;
    border-radius: 8px;
}

.modal-content.qiymet {
     padding: 15px 40px 0px !important;
}

.modal-title {
    color: #212122;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.66667;
    font-family: 'FTN_demi', sans-serif;
}

.zeng_mobile {
    display: none;
 }
 
.qiymet_teklifi_mobile {
        display: none;
}

.qiymet_teklifi_web {
        display: block; 
}
    






