/* TypoGraphy */
* {
	box-sizing: border-box;
}
:focus {
	outline: none !important;
	box-shadow: none;
	border-color: inherit;
}
textarea.form-control {
	resize: none;
	overflow: hidden;
}
html, body {
	width: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: 'Inter Regular';
	font-weight: normal;
	background: #fff;
	overflow-x: hidden;
	font-size: 16px;
	line-height: 22px;
	color: #303030;
}
img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
a, a:hover {
	color: #303030;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0 20px;
	padding: 0px;
	color: #303030;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #303030;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover,h6 a:hover {
	color: #303030;
}
h1 {
	font-size: 24px;
	line-height: 22px;
}
h2 {
	font-size: 24px;
	line-height: 22px;
}
h3 {
	font-size: 18px;
	line-height: normal;
}
h4 {
	font-size: 18px;
	line-height: normal;
}
h5 {
	font-size: 18px;
	line-height: normal;
}
h6 {
	font-size: 18px;
	line-height: normal;
}
p {
	font-size: 16px;
	line-height: 22px;
	color: #303030;
}
p a{
	text-decoration: none;
}
p a:hover{
	text-decoration: underline;
}
p:last-child {
	margin-bottom: 0;
}
ul {
	padding: 0px 0 20px 18px;
	margin: 0px;
}
ol {
	padding-bottom: 20px;
	padding-left: 15px;
}
ol li {
	position: relative;
	padding-left: 5px;
}
li {
	font-size: 16px;
	line-height: 22px;
	color: #303030;
}
li a {
	color: #31636C;
}
li a:hover {
	color: #303030;
}
a {
	transition: 0.25s;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	color: #31636C;
}
a:hover {
	transition: 0.25s;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	color: #303030;
}
strong{
	font-family: 'Inter SemiBold';
	font-weight: 600;
}
button {
	padding: 0;
	background-color: transparent;
	border: none;
}
body.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.align-center{
	align-items:  center;
}
.align-flex-start{
	align-items:  flex-start;
}
.align-flex-end{
	align-items: flex-end;
}
.button-12 {
    text-align: center;
}
.btn{
	background: #5A8289 !important;
	border: 1px solid #5A8289 !important;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	display: inline-flex;
	min-width: 266px;
	padding: 3px 35px;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	min-height: 40px;
}
.btn:hover {
    background: #31636C !important;
    border-color: #5A8289 !important;
    color: #fff !important;
}
.btn.border-btn {
    background: #FFFFFF;
    border: 1px solid #5A8289;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    color: #5A8289;
	font-family: 'Inter Medium';
	font-weight: 500;
}
.btn.border-btn:hover{
	background: #31636C;
	color: #fff;
}
/** ================== // HEADER CSS START // ================== **/

.header {
	background: rgba(49, 99, 108, 0.36);
    padding: 27px 0px 13px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
}
.logo {
    margin: 0;
	padding: 0;
}
.logo a {
    font-size: 40px;
    line-height: normal;
    color: #fff;
    display: block;
}
.main-nav {
    padding-bottom: 4px;
}
.navigation .moblelogo {
	display: none;
}
.main-nav .menu-bar {
	display: none;
}
.nav-manu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.nav-manu ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	list-style-type: none;
}

.nav-manu ul li {
    padding: 0 0;
    position: relative;
    margin-right: 17px;
}
.nav-manu ul li:last-child {
    margin-right: 0;
}
.nav-manu ul li a {
    color: #ffffff;
}
.nav-manu ul li a:hover {
    color: #303030;
}
.nav-logo {
    position: relative;
    left: 43px;
    width: 160px;
}
.nav-manu ul li.current-menu-item a {
    color: #303030;
}
/** SUB MENU **/
.navigation ul li ul.sub-menu {
    position: absolute;
    display: block;
    top: 35px;
    width: auto;
    transform: translate(0, 10px);
    transition: all 0.25s;
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
    padding: 0;
    left: -20px;
    z-index: 1999;
    padding: 15px 7px;
    background-color: #01272A;
}
.navigation ul li ul.sub-menu.shop-submenu {
	left: auto;
	right: 0;
}
.navigation ul li:hover>ul.sub-menu {
	 transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
}
.navigation ul li ul.sub-menu.shop-submenu::before {
	left: auto;
	right: 40px;
}
.navigation ul li ul.sub-menu li:first-child {
	border-radius: 10px 10px 0px 0px;
}
.navigation ul li ul.sub-menu li:last-child {
	border-radius: 0px 0px 10px 10px;
}
.navigation ul li ul.sub-menu li {
    padding: 0;
    width: 100%;
    margin: 0px 0 0;
    transition: .4s;
    background-color: #01272A;
    border-bottom: none;
    position: relative;
    /* box-shadow: 0 20px 30px rgb(88 91 93 / 15%); */
    border-radius: 0;
    border-bottom: 1px solid #01272A;
    text-transform: uppercase;
	line-height: 1;
	border-radius: 0!important
}
.navigation ul li ul.sub-menu li::after {
	display: none;
}
.navigation ul li ul.sub-menu li::before {
	right: 15px;
	transform: rotate(-40deg) translateY(-20%);
	top: 43%;
}
.navigation ul li ul.sub-menu li a {
    text-transform: unset;
    display: block;
    padding: 5px 12px;
	font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    font-family: 'Myriad Pro Bold';
    font-weight: bold;
}
.navigation ul li ul.sub-menu li a::after {
	display: none;
}

.navigation ul li ul.sub-menu li.current-menu-item a {
	color: #E28D66;
}
.navigation ul li ul.sub-menu li:hover a {
	color:#E28D66;
}
.navigation ul li ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0;
	width: max-content;
	margin-left: 3px;
}
.navigation ul li ul.sub-menu li:last-child {
	border-bottom: none;
}
.navigation ul li ul.sub-menu ul.sub-menu li {
	border-left: 0;
}
.navigation .menu-item-has-children > a::after {
    content: "\f078";
    transition: 0.4s;
    font-family: 'Font Awesome 6 pro';
    font-weight: 700;
    margin-left: 7px;
    font-size: 7px;
    position: relative;
    bottom: 1px;
}
.navigation ul li ul.sub-menu li::before {
	display: none;
}
.navigation ul li ul.sub-menu li:hover::before {
	border-color: #fff;
}
.navigation ul li ul.sub-menu li a:hover {
	color: #E28D66;
}
.navigation ul li ul.sub-menu ul.sub-menu li a {
	color: #ffffff;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
	color: #fff;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li:hover a {
	color: #fff;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu a {
	color: #08161D;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu li:hover a {
	color: #fff;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover a::before {
	border-top-color: #fff;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li a::before {
	border-top-color: #e04f26;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li:hover a::before {
	border-top-color: #fff;
}
.navigation .menu-item-has-children ul.sub-menu li a::before {
	right: 10px;
	transform: rotate(-95deg);
	top: 46%;
	border-top-color: #fff;
}
/** ================== // HEADER CSS END // ================== **/


/** ================== // HERO SECTION CSS SATRT // ================== **/
.hero-section{
	margin: 0;
	padding: 0;
}
.banner-slider{
	margin: 0;
	padding: 0;
}
.banner-slider img{
	width: 100%;
}
/** ================== // HERO SECTION CSS END // ================== **/

/** ================== // BREADCRUMB SECTION START // ================== **/
.breadcrumb-section{
	margin: 0;
	padding: 12px 0;
}

.breadcrumb-menu{
	margin: 0;
	padding: 0;
}

.breadcrumb-menu ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.breadcrumb-menu ul li{
	margin: 0;
	padding: 0;
	display: block;
	font-size: 14px;
	line-height: 21px;
	color: #31636C;
}
.breadcrumb-menu ul li strong{
	font-family: 'Inter Medium';
	font-weight: 500;
}
.breadcrumb-menu ul li::after{
	content: "/";
	margin-left: 6px;
}
.breadcrumb-menu ul li:last-child::after{
	display: none;
}
/** ================== // BREADCRUMB SECTION END // ================== **/


/** ================== // DAVID BEHAR PERAHIA FIRST SECTION SATRT // ================== **/
.page-first-section{
	padding: 67px 0 58px;
	margin: 0;
}
.outer-content-info {
    margin: 0;
    padding: 0 82px 0 0;
}
.outer-content-info h1 {
    margin: 0 0 42px;
}
.outer-content-info p {
    margin: 0 0 21px;
}
.outer-content-info p strong {
	font-family: 'Inter Medium';
	font-weight: 500;
}
.outer-content-info p:last-child{
    margin-bottom: 0;
}

.outer-slde-right {
    border-left: 1px #000000 solid;
    padding-left: 27px;
    margin-top: 68px;
}

.category-list{
	margin: 0 0 30px;
	padding: 0;
}
.category-list:last-child{
	margin-bottom: 0;
}

.category-list h6{
	font-size: 16px;
	color: #747171;
	line-height: normal;
	margin: 0;
	padding: 0;
	font-family: 'Inter SemiBold';
	font-weight: 600;
}

.category-list ul{
	margin: 0;
	padding: 0;
}

.category-list ul li{
	display: block;
	margin: 0 0 5px;
	color: #5A8289;
}
.category-list ul li:last-child{
	margin-bottom: 0;
}
.category-list ul li:last-child{
	margin-bottom: 0;
}
.category-list ul li img {
    width: 30px;
	margin-right: 3px;
}
.category-list ul li a {
    text-decoration: underline;
    color: #5A8289;
}
.category-list ul li a:hover{
	color: #303030;
}
/** ================== // DAVID BEHAR PERAHIA FIRST SECTION END // ================== **/

/** ================== // SELECTED WORKS TWO SECTION START // ================== **/
.selected-page-two-section{
	margin: 0;
	padding: 62px 0 235px;
	background: #F9F9F9;
}
.heading{
	margin: 0 0 102px;
}
.works-container{
	max-width: 803px;
	margin: 0 auto 50px;
	padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.works-container:last-child{
	margin-bottom: 0;
}
.works-image {
    padding-right: 11px;
}
.works-text-info h3 {
    margin: 0;
    padding: 0;
}
.works-text-info:hover h3 a, .works-text-info:hover span {
    color: #31636C;
}
body .works-text-info:hover hr {
    border-color: #31636C;
}
.works-text-info span{
	font-size: 14px;
	line-height: 22px;
	display: block;
}
body hr {
    color: #000;
    opacity: 1;
    margin: 5px 0 11px;
}
.works-container .col-sm-4 {
    flex: 0 0 auto;
    width: 29.333333%;
}
.works-container .col-sm-8 {
    width: 70.666667%;
}
/** ================== // SELECTED WORKS TWO SECTION END // ================== **/

/** ================== // FOOTER START // ================== **/
.footer{
	margin: 0;
	padding: 14px 0;
	background: #212121;
}

.footer-content{
	margin: 0;
	padding: 0;
}

.footer-content p{
	color: #fff;
}
.footer-content p a{
	color: #fff;
	text-decoration: none;
}
.footer-content p a:hover{
	color: #5a8289;
}
.footer-content.text-right {
    text-align: right;
}
/** ================== // FOOTER END // ================== **/

/** ================== // CONTACT POPUP CSS START // ================== **/
.contact-form-popup {
    z-index: 99999;
}
.modal-backdrop.show {
    z-index: 9999;
	    --bs-backdrop-opacity: 0.8;
}
button.btn-close {
    width: 40px;
    height: 40px;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    opacity: 1;
}
.contact-form-popup .modal-dialog {
    max-width: 552px;
}
.contact-form-popup .modal-content {
    border-radius: 0;
    border: 4px #E2E8EC solid;
}
.contact-form-popup .modal-body {
    padding: 0;
}
.contact-form-warp {
    padding: 64px 92px 91px;
}
.form-heading {
    text-align: center;
    margin: 0 0 68px;
}
.form-heading h2 {
    color: #3C3C3C;
    padding: 0 45px 12px;
    margin: 0 0 12px;
    border-bottom: 1px #000 solid;
    display: inline-block;
}
.form-heading p a{
	text-decoration: none;
}
.medium {
    width: 100%;
    color: #747171;
    font-size: 16px;
    border: 1px #CCCCCC solid;
    border-radius: 4px;
    padding: 11px 8px;
}
.form-group{
	margin: 0 0 19px;
	padding: 0;
}
.form-group:last-child{
	margin-bottom: 0;
}
textarea.medium {
    height: 134px;
    resize: none;
}
.form-group.send {
    text-align: right;
}
.form-group .btn {
    min-width: 132px;
    min-height: 50px;
    border-radius: 4px;
}

.social-popup{
	background: #E2E8EC;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 11px 0 7px;
	column-gap: 20px;
}
.social-popup img {
    width: 34px;
}
.social-popup svg {
    width: 22px;
    height: auto;
}
.social-popup a {
    font-size: 30px;
	color: #5A8289;
}
.social-popup a:hover{
	color: #31636C;
}
/** ================== // CONTACT POPUP CSS END // ================== **/



/** ================== // PROJECT ARCHIVE SECTION CSS START // ================== **/

.project-archive-section {
    padding: 40px 0px 230px;
}
.project-archive-title h1 {
    line-height: normal;
	color: #000;
}
.project-archive-wrap {
    max-width: 896px;
    margin: 107px auto 0px;
}
.project-archive-wrap .row {
    row-gap: 40px;
	margin: 0 -40px;
}
.project-archive-info {
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
    background: #E2E8EC;
    border: 1px solid #CCCCCC;
    height: 100%;
    overflow: hidden;
}
.project-archive-thumb {
    position: relative;
    overflow: hidden;
}
.about-project-content {
    background: rgba(90, 130, 137, 0.76);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .7s all;
    padding: 11px 10px 11px 12px;
}
.project-archive-info:hover .about-project-content{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.about-project-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.project-archive-inner-info {
    padding: 20px 10px 14px 11px;
}
.project-archive-inner-info h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 9px;
}
.project-archive-inner-info p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}
.project-load-wrap .col-md-4 {
    display: none;
}
.project-archive-wrap  .col-md-4 {
    padding: 0 19px;
}
.load-more-project{
    padding-top: 59px;
    text-align: center;
}
.load-more {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #5A8289;
    display: inline-flex;
    justify-content: center;
    align-items: center;

}
.load-more:hover{
    color: #5A8289;
	text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}
/** ================== // PROJECT ARCHIVE SECTION CSS END // ================== **/

/** ================== // SINGLE PROJECT SECTION CSS START // ================== **/
.video-project-warpper{
	max-width: 551px;
	margin: 0 auto 0;
}
.video-cm-iframe {
    margin: 0 0 39px;
}
.video-cm-iframe:last-child {
    margin-bottom: 0;
}

.video-cm-iframe iframe{
	width: 100%;
	height: 309px;
}
.video-cm-iframe img{
	cursor: pointer;
}
.video-cm-iframe video{
	width: 100%;
	height: 309px;
}
.single-two-section {
    padding: 53px 0;
}
.single-two-section .container {
    max-width: 812px;
    padding: 0 20px;
}
.single-two-section .row {
	margin: 0 -20px;
	row-gap: 50px;
}
.single-two-section .col-md-4 {
    padding: 0 20px;
}
.single-two-section .project-archive-thumb img {
    width: 100%;
	border: 1px #CCCCCC solid;
}

.single-two-section .load-more-project {
    padding-top: 81px;
}
.slick-lightbox-close {
    background: url('../images/slick-close.png') no-repeat center;
    width: 30px;
    height: 30px;
    border: 1px #fff solid;
    background-size: 24px;
    border-radius: 100%;
}
.slick-lightbox-close:before{
	display: none;
}

.slick-lightbox-inner ul.slick-dots {
    bottom: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/** ================== // SINGLE PROJECT SECTION CSS END // ================== **/
.wpcf7-not-valid-tip {
    font-size: 12px!important;
}
.wpcf7 form .wpcf7-response-output{
	font-size: 14px!important;
	margin: 0!important;
}
.wpcf7-spinner{
	position:absolute!important
}

body .lb-data .lb-number{
	display: none !important;
}
.lb-data .lb-close {
    background: url('../images/close-icon-lightbox.png') top center no-repeat !important;
    background-size: 100% !important;
    opacity: 1 !important;
	width: 31px !important;
	height: 31px !important;
	float: none !important;
	margin: 0 auto !important;
}
.lb-data .lb-details {
    width: 100% !important;
    float: none !important;
    margin: 0 0 20px !important;
}
.lb-data .lb-caption {
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: normal !important;
    color: #fff !important;
}

.video-popup-modal {
    z-index: 99999;
}

.video-popup-modal .modal-body .video-cm-iframe iframe {
    width: 100%;
    height: 469px;
    display: block;
    border-radius: 10px;
    border: 6px #fff solid;
}
.video-popup-modal .modal-dialog {
    max-width: 700px;
}
.video-popup-modal .modal-content {
    background: none;
    box-shadow: none;
    border: none;
}
.video-popup-modal button.btn-close {
	position: relative;
    margin: 10px auto 0;
    padding: 0;
    width: 31px;
    height: 31px;
	opacity: 1;
}

.single-btn-section{
	padding: 53px 0;
	margin: 0;
}
