/*lazy load fix .OK*/

img.lazy:not([src]),
img:not([src]) {
    opacity: 0;
}

/*blue shadow fix .OK*/
* {
    outline: none !important;
}

.btn:focus,
.btn:active,
.form-control,
.form-check-input:focus {
    outline: none !important;
    box-shadow: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a {
    text-decoration: none;
}

.b-example-divider {
    margin: 50px 0;
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

/* Body*/

body {
    margin: 0;
    padding: 0;
    background-color: #1c1b1f;
}

body.opened {
    overflow: hidden;
}

/* Search Modal */

#searchModal .modal-dialog {
    max-width: 548px;
}

#searchModal .modal-dialog .modal-content {
    background: #1c1b1f;
    border: none;
    border-radius: 0;
}

#searchModal .modal-dialog .modal-content .modal-header {
    border: none;
    padding: 20px 20px 0;
}

#searchModal .modal-dialog .modal-content .modal-header .btn-close {
    padding: 0;
    margin: 0 0 40px auto;
    opacity: 1 !important;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg%20data-name%3D%22Component%20128%20%E2%80%93%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22Path%205037%22%20d%3D%22M18.919%200%2010%208.919%201.081%200%200%201.081%208.919%2010%200%2018.919%201.081%2020%2010%2011.081%2018.919%2020%2020%2018.919%2011.081%2010%2020%201.081z%22%20style%3D%22fill%3A%23eee%22%2F%3E%0A%3C%2Fsvg%3E") !important;
}

#searchModal .modal-dialog .modal-content .modal-body {
    padding: 0 95px 77px;
}

#searchModal .modal-dialog .modal-content .modal-body form .form-group {
    position: relative;
}

#searchModal .modal-dialog .modal-content .modal-body form .form-group .form-control {
    font-family: "Euclid Circular B", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #85888e;
    border: solid 0.5px #85888e;
    background-color: #fff;
    padding: 14px 11px;
    border-radius: 0;
}

#searchModal .modal-dialog .modal-content .modal-body form .form-group svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

/* Language Modal */

#languageModal .modal-dialog {
    max-width: 548px;
}

#languageModal .modal-dialog .modal-content {
    background: #1c1b1f;
    border: none;
    border-radius: 0;
}

#languageModal .modal-dialog .modal-content .modal-header {
    border: none;
    padding: 20px 20px 0;
}

#languageModal .modal-dialog .modal-content .modal-header .btn-close {
    padding: 0;
    margin: 0 0 20px auto;
    opacity: 1 !important;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg%20data-name%3D%22Component%20128%20%E2%80%93%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22Path%205037%22%20d%3D%22M18.919%200%2010%208.919%201.081%200%200%201.081%208.919%2010%200%2018.919%201.081%2020%2010%2011.081%2018.919%2020%2020%2018.919%2011.081%2010%2020%201.081z%22%20style%3D%22fill%3A%23eee%22%2F%3E%0A%3C%2Fsvg%3E") !important;
}

#languageModal .modal-dialog .modal-content .modal-body {
    padding: 0 50px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#languageModal .modal-dialog .modal-content .modal-body .language h4 {
    font-family: "Adobe Caslon Pro", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3px;
    text-align: center;
    color: #fff;
    margin: 0 0 25px;
}

#languageModal .modal-dialog .modal-content .modal-body .language ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
}

#languageModal .modal-dialog .modal-content .modal-body .language ul li {
    margin: 0 0 15px;
}

#languageModal .modal-dialog .modal-content .modal-body .language ul li svg {
    margin: 0 15px 0 0;
}

#languageModal .modal-dialog .modal-content .modal-body .language ul li a {
    display: flex;
    align-items: center;
    font-family: "Adobe Caslon Pro", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.57;
    letter-spacing: 1.41px;
    text-align: left;
    color: #ccc;
}

#languageModal .modal-dialog .modal-content .modal-body .language ul li a.active {
    color: #fff;
}

/* Magnific Popup */

.mfp-bg {
    background: #1c1b1f !important;
    opacity: 1 !important;
}

.mfp-image-holder .mfp-content {
    width: 50%;
}

img.mfp-img {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
    margin: 0 !important;
}

.mfp-close {
    color: transparent !important;
    font-size: 0 !important;
    width: 40px;
    height: 40px;
    opacity: 1 !important;
}

.mfp-close::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('data:image/svg+xml;%3Csvg%20data-name%3D%22Component%20128%20%E2%80%93%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%20%20%3Cpath%20data-name%3D%22Path%205037%22%20d%3D%22M18.919%200%2010%208.919%201.081%200%200%201.081%208.919%2010%200%2018.919%201.081%2020%2010%2011.081%2018.919%2020%2020%2018.919%2011.081%2010%2020%201.081z%22%20style%3D%22fill%3A%23eee%22%2F%3E%0A%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

button.mfp-arrow {
    width: 61px !important;
    height: 61px !important;
    background: url("data:image/svg+xml,%3Csvg%20data-name%3D%22Component%20115%20%E2%80%93%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.9%22%20height%3D%2221.021%22%20viewBox%3D%220%200%2012.9%2021.021%22%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22hxc2hkk85a%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20data-name%3D%22Rectangle%202527%22%20style%3D%22fill%3A%23fff%22%20d%3D%22M0%200h12.9v21.021H0z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20data-name%3D%22Group%203240%22%20style%3D%22clip-path%3Aurl(%23hxc2hkk85a)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20data-name%3D%22Path%205036%22%20d%3D%22M.6%200a.594.594%200%200%200-.384%201.052l11.175%209.458L.216%2019.968a.6.6%200%200%200-.079.836.587.587%200%200%200%20.831.079l.008-.008%2011.713-9.912a.593.593%200%200%200%20.071-.833.455.455%200%200%200-.071-.071L.976.145A.58.58%200%200%200%20.6%200%22%20transform%3D%22translate(0%20.001)%22%20style%3D%22fill-rule%3Aevenodd%3Bfill%3A%23fff%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") center center no-repeat !important;
    border: none !important;
    -webkit-box-shadow: inherit !important;
    -moz-box-shadow: inherit !important;
    box-shadow: inherit !important;
    border-radius: none !important;
    transform: none !important;
}

button.mfp-arrow.mfp-arrow-right {
    margin-right: 0 !important;
}

button.mfp-arrow.mfp-arrow-left {
    margin-left: 0 !important;
}

/* Slider */

#mainCarousel::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.55;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
    background-image: linear-gradient(to bottom, #1c1b1f, #1c1b1f);
}

#mainCarousel .carousel-inner .carousel-item .slider-img {
    width: 100%;
    display: block;
}

#mainCarousel .carousel-inner .carousel-item .carousel-caption {
    z-index: 2;
    right: 25%;
    left: 25%;
    bottom: 60px;
    padding: 0 50px;
}

#mainCarousel .carousel-inner .carousel-item .carousel-caption h5 {
    font-family: "Adobe Caslon Pro", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 3px;
    text-align: center;
    color: #dbdbdb;
    margin: 0 0 11px;
}

#mainCarousel .carousel-inner .carousel-item .carousel-caption p {
    font-family: "Euclid Circular B", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: 0;
}

#mainCarousel .carousel-control-next,
#mainCarousel .carousel-control-prev {
    display: block;
    width: inherit;
    opacity: 1;
    z-index: 2;
}

#mainCarousel .carousel-control-prev {
    left: 25px;
}

#mainCarousel .carousel-control-prev .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235.337%22%20height%3D%2224.002%22%20viewBox%3D%220%200%2035.337%2024.002%22%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22sujiugvvpa%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20data-name%3D%22Rectangle%202418%22%20style%3D%22fill%3A%23fff%22%20d%3D%22M0%200h24.002v35.337H0z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20data-name%3D%22Group%203239%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%203237%22%20style%3D%22clip-path%3Aurl(%23sujiugvvpa)%22%20transform%3D%22rotate(90%2017.669%2017.669)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20data-name%3D%22Path%205000%22%20d%3D%22M12.461%2035.17%2023.8%2024.5a.684.684%200%200%200%20.032-.948.7.7%200%200%200-.948-.031l-10.21%209.6V.666a.666.666%200%200%200-1.333%200v32.462l-10.209-9.6a.7.7%200%200%200-.949.031.678.678%200%200%200%20.027.941l11.334%2010.67a.716.716%200%200%200%20.917%200z%22%20style%3D%22fill%3A%23fff%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") !important;
}

#mainCarousel .carousel-control-next {
    right: 25px;
}

#mainCarousel .carousel-control-next .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg%20data-name%3D%22Component%2052%20%E2%80%93%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235.337%22%20height%3D%2224.002%22%20viewBox%3D%220%200%2035.337%2024.002%22%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%227jyz05s7fa%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20data-name%3D%22Rectangle%202418%22%20style%3D%22fill%3A%23fff%22%20d%3D%22M0%200h24.002v35.337H0z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20data-name%3D%22Group%203238%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%203237%22%20style%3D%22clip-path%3Aurl(%237jyz05s7fa)%22%20transform%3D%22rotate(-90%2012.001%2012.001)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20data-name%3D%22Path%205000%22%20d%3D%22M12.461%2035.17%2023.8%2024.5a.684.684%200%200%200%20.032-.948.7.7%200%200%200-.948-.031l-10.21%209.6V.666a.666.666%200%200%200-1.333%200v32.462l-10.209-9.6a.7.7%200%200%200-.949.031.678.678%200%200%200%20.027.941l11.334%2010.67a.716.716%200%200%200%20.917%200z%22%20style%3D%22fill%3A%23fff%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") !important;
}

/* Header .OK */

header {
    /*
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1020;
	*/
}

header .navbar {
    padding: 24px 0;
    transition: 0.5s;
}

header.scrolled .navbar {
    padding: 15px 0;
    background: #1c1b1f;
}

body.opened header .navbar {
    background: #1c1b1f;
}

header .navbar .container-fluid {
    display: block;
}

header .navbar .left-menu.navbar-brand {
    padding: 0;
    margin: 0;
    display: block;
}

body.opened header .navbar .left-menu.navbar-brand {
    display: none;
}

header .navbar .main-menu {
    height: 100%;
    width: 100%;
}

body.opened header .navbar .main-menu {
    display: flex;
    flex-direction: column;
}

header .navbar .main-menu .menu-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

body.opened header .navbar .main-menu .menu-container {
    margin-top: 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

header .navbar .main-menu .navbar-nav .nav-item {
    margin-left: 45px;
}

header .navbar .main-menu .navbar-nav .nav-item:first-child {
    margin-left: 0;
}

header .navbar .main-menu .navbar-nav .nav-item .nav-link {
    font-family: 'Adobe Caslon Pro', sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.88px;
    text-align: left;
    color: #fff;
    padding: 0;
    transition: 0.5s;
}

header .navbar .main-menu .navbar-nav .nav-item .nav-link:hover {
    color: #ccc;
    transition: color 0.5s;
}

header .navbar .main-menu .navbar-nav.contact .nav-item .nav-link {
    font-family: "Adobe Caslon Pro", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ccc;
}

header .navbar .main-menu .navbar-nav.contact .nav-item .social-media {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

header .navbar .main-menu .navbar-nav.contact .nav-item .social-media li {
    height: 15px;
    padding: 0 15px;
    border-left: 1px solid #707070;
}

header .navbar .main-menu .navbar-nav.contact .nav-item .social-media li:first-child {
    border-left: none;
}

header .navbar .main-menu .navbar-nav.contact .nav-item .social-media li a {
    font-family: "Adobe Caslon Pro", sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.2px;
    text-align: left;
    color: #85888e;
}

header .navbar .main-menu .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    display: none;
}

header .navbar .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu {
    background: none;
    border: none;
    padding: 5px 0 0;
    margin: 0;
}

header .navbar .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item {
    font-family: "Euclid Circular B", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 5px;
    text-align: left;
    color: #85888e;
    background: none;
    padding: 5px 0;
    transition: 0.5s;
}

header .navbar .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:hover {
    color: #fff;
}

header .navbar .right-menu {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

body.opened header .navbar .right-menu .navbar-nav {
    display: none;
}

header .navbar .right-menu .navbar-nav {
    align-items: center;
    flex-direction: row;
}

header .navbar .right-menu .navbar-nav .nav-item {
    margin-left: 45px;
}

header .navbar .right-menu .navbar-nav .nav-item.language-switcher {
    display: flex;
    align-items: center;
}

header .navbar .right-menu .navbar-nav .nav-item:first-child {
    margin-left: 0;
}

header .navbar .right-menu .navbar-nav .nav-item .nav-link {
    font-family: 'Euclid Circular B', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    padding: 0;
    transition: 0.5s;
}

header .navbar .right-menu .navbar-nav .nav-item .nav-link:hover {
    color: #ccc;
}

header .navbar-toggler {
    padding: 0;
    font-size: inherit;
    line-height: normal;
    color: inherit;
    background-color: transparent;
    border: none;
    border-radius: 0;
    transition: none;
    appearance: none;
    box-shadow: none;
    outline: none;
    margin-left: 25px;
}

header .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

header .navbar-toggler span {
    display: block;
    margin-top: 6px;
    width: 26px;
    height: 2px;
    background-color: #fff;
    transition: all 0.25s ease-out;
}

header .navbar-toggler span:nth-of-type(1) {
    margin-top: 0;
}

body.opened header .navbar-toggler span:nth-of-type(1) {
    transform: rotate(45deg);
}

body.opened header .navbar-toggler span:nth-of-type(2) {
    display: none;
}

body.opened header .navbar-toggler span:nth-of-type(3) {
    margin-top: -2px;
    transform: rotate(-45deg);
}

header .navbar .right-menu .language-switcher .divider {
    font-family: 'Euclid Circular B', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    padding: 0 5px;
}

/* Footer .OK */

footer {
    background-color: #eee;
    padding: 45px 0 27px;
}

footer .footer-brand {
    display: flex;
    align-items: center;
}

footer .footer-brand p {
    font-family: 'Adobe Caslon Pro', sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.64px;
    text-align: left;
    color: #505457;
    margin: 0 0 0 40px;
}

footer .footer-brand p span {
    display: block;
}

footer .blocks h5 {
    font-family: 'Adobe Caslon Pro', sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.64px;
    text-align: left;
    color: #505457;
    margin: 0 0 17px;
}

footer .blocks .nav .nav-item {
    margin: 0 0 10px;
}

footer .blocks .nav .nav-item .nav-link {
    font-family: 'Euclid Circular B', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #505457;
    padding: 0;
}

footer .copyright-wrapper {
    display: flex;
    align-items: center;
    margin-top: 75px;
}

footer .copyright-wrapper .copyright {
    font-family: 'Euclid Circular B', sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.8;
    letter-spacing: normal;
    text-align: left;
    color: #505457;
    padding: 0;
    margin: 0;
}

footer .copyright-wrapper .terms-use {
    font-family: 'Euclid Circular B', sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.8;
    letter-spacing: normal;
    text-align: left;
    color: #505457;
    padding: 0;
    margin: 0 0 0 24px;
}

/* home-Page .OK */

.white-title {
    font-family: "Adobe Caslon Pro", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 3px;
    text-align: center;
    color: #dbdbdb;
    margin: 0 0 50px;
}

.black-title {
    font-family: "Adobe Caslon Pro", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 3px;
    text-align: center;
    color: #505457;
    margin: 0 0 50px;
}

.sticky-container {
    position: relative;
    margin: 0 -12px;
}

.sticky-container .sticky-text {
    width: 1px;
    height: 100%;
    float: left;
    position: sticky;
    top: 120px;
    margin-bottom: 213px !important;
}

.sticky-container .sticky-text.sticky-right {
    float: right;
}

.sticky-container .sticky-text p {
    position: absolute;
    left: -20px;
    text-transform: uppercase;
    object-fit: contain;
    font-family: "Adobe Caslon Pro";
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: 3px;
    text-align: center;
    color: #dbdbdb;
    margin: 0;
}

.sticky-container .sticky-text.sticky-right p {
    left: inherit;
    right: -25px;
}

.sticky-container .sticky-text.white p {
    color: #dbdbdb;
}

.sticky-container .sticky-text.black p {
    color: #505457;
}

.home .main-works {
    padding: 100px 0 40px;
}

.card-projects {
    background: none;
    border: none;
    margin-bottom: 60px;
    display: block;
    transition: 0.5s;
}

.card-projects figure {
    margin: 0 0 27px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.card-projects figure::before {
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #dbdbdb;
    transition: 0.5s;
}

/* .card-projects figure:hover::before {
    opacity: 0.41;
} */

.card-projects:hover figure::before {
    opacity: 0.41;
}

.card-projects figure .card-img {
    border-radius: 0;
    transition: 0.5s;
}

/* .card-projects figure:hover .card-img {
    transform: scale(1.03);
} */

.card-projects:hover figure .card-img {
    transform: scale(1.03);
}

.card-projects figure span {
    font-family: "Euclid Circular B", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
}

/* .card-projects figure:hover span {
    opacity: 1;
} */

.card-projects:hover figure span {
    opacity: 1;
}

.card-projects .card-body {
    padding: 0;
}

.card-projects .card-body .card-title { 
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    font-family: "Adobe Caslon Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.66;
    letter-spacing: 2px;
    text-align: left;
    color: #dbdbdb;
    margin: 0 0 16px;
    transition: 0.5s;
}

/* .card-projects .card-body .card-title:hover {
    color: #fff;
} */

.card-projects:hover .card-body .card-title {
    color: #fff;
}

.card-projects .card-body .card-text {
	overflow: hidden;
    margin: 0 0 20px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
    font-family: "Euclid Circular B", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.card-projects .card-body ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.card-projects .card-body ul li {
    padding: 0 15px 0;
    border-left: 1px solid #dbdbdb;
    height: 15px;
}

.card-projects .card-body ul li:first-child {
    padding: 0 15px 0 0;
    border-left: none;
}

.card-projects .card-body ul li span {
    font-family: "Euclid Circular B", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #dbdbdb;
    white-space: nowrap;
}

.home .main-about-us {
    width: 100%;
    background-image: url("../images/main-about-us-img@2x.webp");
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    padding: 235px 0;
    position: relative;
}

.home .main-about-us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.55;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
    background-image: linear-gradient(to bottom, #85888e, #85888e);
}

.home .main-about-us .text-wrapper {
    position: relative;
    z-index: 2;
}

.home .main-about-us .text-wrapper h4 {
    font-family: "Adobe Caslon Pro", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 3px;
    text-align: center;
    color: #dbdbdb;
    margin-bottom: 0 0 20px;
}

.home .main-about-us .text-wrapper p {
    font-family: "Euclid Circular B", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 0 0 20px;
}

.home .main-services {
    padding: 100px 0;
    background-color: #ccc;
}

.home .main-services .card {
    background: none;
    border: none;
    display: block;
    transition: 0.5s;
}

.home .main-services .card figure {
    margin: 0 0 27px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.home .main-services .card figure::before {
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #dbdbdb;
    transition: 0.5s;
}

/* .home .main-services .card figure:hover::before {
    opacity: 0.41;
} */

.home .main-services .card:hover figure::before {
    opacity: 0.41;
}

.home .main-services .card figure .card-img {
    border-radius: 0;
    transition: 0.5s;
}

.home .main-services .card figure:hover .card-img {
    transform: scale(1.03);
}

.home .main-services .card:hover figure .card-img {
    transform: scale(1.03);
}

.home .main-services .card figure span {
    font-family: "Euclid Circular B", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
}

/* .home .main-services .card figure:hover span {
    opacity: 1;
} */

.home .main-services .card:hover figure span {
    opacity: 1;
}

.home .main-services .card .card-body {
    padding: 0;
}

.home .main-services .card .card-body .card-title {
    font-family: "Adobe Caslon Pro", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 3px;
    text-align: left;
    color: #505457;
    margin: 0 0 20px;
    transition: 0.5s;
}

.home .main-services .card:hover .card-body .card-title {
    color: #1c1b1f;
}

.home .main-services .card .card-body .card-text {
    font-family: "Euclid Circular B", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #505457;
	display: -webkit-box;
	-webkit-line-clamp: 2;   /* kaç satır */
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.home .main-projects {
    padding: 100px 0 40px;
}

.home .main-projects .white-title {
    margin: 0 0 18px;
}

.projects-filter-container {
    position: relative;
}

.projects-filter-container .projects-filter-scroll {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.projects-filter-container .projects-filter-scroll::-webkit-scrollbar {
    display: none;
}

.projects-filter-container .projects-filter-scroll ul.projects-filter {
    padding: 0;
    margin: 0 0 45px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    list-style: none;
    width: max-content;
}

.projects-filter-container .projects-filter-scroll ul.projects-filter li {
    height: 15px;
    padding: 0 15px;
    border-left: 1px solid #dbdbdb;
    flex: 0 0 auto;
}

.projects-filter-container .projects-filter-scroll ul.projects-filter li:first-child {
    border-left: none;
}

.projects-filter-container .projects-filter-scroll ul.projects-filter li a {
    font-family: "Euclid Circular B", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #dbdbdb;
}

.projects-filter-container .projects-filter-scroll ul.projects-filter li a.active {
    color: #fff;
}

.home .main-blog {
    padding: 100px 0 130px;
    background-color: #ccc;
}

.card-blog {
    background: none;
    border: none;
    display: block;
    transition: 0.5s;
}

.card-blog figure {
    margin: 0 0 27px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.card-blog figure::before {
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #dbdbdb;
    transition: 0.5s;
}

/* .card-blog figure:hover::before {
    opacity: 0.41;
} */

.card-blog:hover figure::before {
    opacity: 0.41;
}

.card-blog figure .card-img {
    border-radius: 0;
    transition: 0.5s;
}

.card-blog:hover figure .card-img {
    transform: scale(1.03);
}

.card-blog figure span {
    font-family: "Euclid Circular B", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
}

/* .card-blog figure:hover span {
    opacity: 1;
} */

.card-blog:hover figure span {
    opacity: 1;
}

.card-blog .card-body {
    padding: 0;
}

.card-blog .card-body .card-title {
    font-family: "Adobe Caslon Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 3px;
    text-align: left;
    color: #1c1b1f;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    margin: 0 0 20px;
    transition: 0.5s;
}

.card-blog .card-body:hover .card-title {
    color: #505457;
}

.card-blog .card-body .card-text {
    margin: 0;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
    font-family: "Euclid Circular B", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #505457;
}

/* about-us .OK */
.text-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 200px 0 150px;
}

.text-content h2 {
    font-family: "Adobe Caslon Pro", sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.66;
    letter-spacing: 3px;
    text-align: center;
    color: #dbdbdb;
    margin: 0 0 12px;
}

.text-content .line {
    width: 10px;
    height: 0.5px;
    background-color: #85888e;
    margin: 0 0 20px;
}

.text-content .detail,
.text-content .detail p {
    font-family: "Adobe Caslon Pro", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.text-content .detail p {
    margin: 0 0 24px;
}
.text-content .detail p:last-child {
    margin: 0;
}

/* page detail .OK */
.page-detail .page-top {
    position: relative;
}
.page-detail .page-top .banner-left {
    position: absolute;
    content: "";
    width: 50%;
    top: 0;
    right: 0;
    bottom: 0;
}


/* blog .OK */
.banner {
	display: flex !important;
	align-items: center !important;
	height:562px;
}

.banner h1 {
    font-family: "Adobe Caslon Pro", sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.8;
    letter-spacing: 3px;
    text-align: center;
    color: #dbdbdb;
    margin: 0 0 20px;
}

.banner p {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-family: "Euclid Circular B", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: 0;
}

.blog .blog-wrapper {
    background-color: #dbdbdb;
    padding: 60px 0 0;
}

.blog .blog-wrapper .card-blog {
    margin-bottom: 60px;
}

/* contact .OK */
.contact .text-content {
    padding: 215px 0 185px;
}

.contact .text-content h2 {
    font-family: "Adobe Caslon Pro", sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 3px;
    text-align: left;
    color: #85888e;
    margin: 0 0 10px;
}

.contact .text-content p,
.contact .text-content a {
    font-family: "Euclid Circular B", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: 0 0 20px;
}

.contact .text-content ul {
    padding: 0;
    margin: 0 0 45px;
    display: flex;
    justify-content: center;
}

.contact .text-content ul li {
    height: 15px;
    padding: 0 15px;
    border-left: 1px solid #dbdbdb;
}

.contact .text-content ul li:first-child {
    border-left: none;
}

.contact .text-content ul li a {
    font-family: "Euclid Circular B", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

/* projects .OK */
.projects .projects-wrapper {
    padding: 60px 0 0;
}


.projects .projects-wrapper .white-title {
    margin: 0 0 45px;
}

/* privacy-policy-Page .OK */

.privacy-policy .banner {
	height:280px !important;
}

.privacy-policy .banner h1 {
    font-family: "Adobe Caslon Pro", sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.8;
    letter-spacing: 3px;
    text-align: center;
    color: #dbdbdb;
    margin: 0;
}

.privacy-policy .privacy-policy-wrapper {
    padding: 100px 0 110px;
}

.privacy-policy .privacy-policy-wrapper h3 {
    font-family: "Adobe Caslon Pro", sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 3px;
    text-align: center;
    color: #dbdbdb;
    margin: 0 0 33px;
}

.privacy-policy .privacy-policy-wrapper h6 {
    font-family: "Adobe Caslon Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 3px;
    text-align: left;
    color: #dbdbdb;
    margin: 0 0 18px;
}

.privacy-policy .privacy-policy-wrapper p {
    font-family: "Adobe Caslon Pro", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin: 0 0 24px;
}

.privacy-policy .privacy-policy-wrapper p:last-child {
    margin: 0;
}

/* blog-detail-Page .OK */

.blog-detail .blog-detail-bg {
    position: relative;
}

.blog-detail .blog-detail-bg:after {
    position: absolute;
    content: "";
    width: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    background: url('../images/blog-detail-bg@2x.webp') right center no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery {
    background-color: #dbdbdb;
    padding: 60px 0 100px;
}

.gallery .black-title {
    color: #505457;
}

.gallery .slider .item {
    padding: 0 12px;
}

.gallery .slider .item figure {
    margin: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.gallery .slider .item figure img {
    transition: 0.5s;
}

.gallery .slider .item figure:hover img {
    transform: scale(1.13);
}

.gallery .slider .item figure svg {
    width: 29px;
    height: 29px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
}

.gallery .slider .item figure:hover svg {
    opacity: 1;
}

.gallery .slider .slick-prev {
    width: 13px;
    height: 22px;
    left: -15px;
}

.gallery .slider .slick-prev:before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.9%22%20height%3D%2221.021%22%20viewBox%3D%220%200%2012.9%2021.021%22%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22ewpjcmmpxa%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20data-name%3D%22Rectangle%202527%22%20style%3D%22fill%3A%231c1b1f%22%20d%3D%22M0%200h12.9v21.021H0z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20data-name%3D%22Group%203254%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%203240%22%20transform%3D%22rotate(180%206.45%2010.51)%22%20style%3D%22clip-path%3Aurl(%23ewpjcmmpxa)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20data-name%3D%22Path%205036%22%20d%3D%22M.6%200a.594.594%200%200%200-.384%201.052l11.175%209.458L.216%2019.968a.6.6%200%200%200-.079.836.587.587%200%200%200%20.831.079l.008-.008%2011.713-9.912a.593.593%200%200%200%20.071-.833.455.455%200%200%200-.071-.071L.976.145A.58.58%200%200%200%20.6%200%22%20transform%3D%22translate(0%20.001)%22%20style%3D%22fill-rule%3Aevenodd%3Bfill%3A%231c1b1f%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 13px 22px;
    width: 13px;
    height: 22px;
    transition: 0.5s;
}

.gallery .slider .slick-next {
    width: 13px;
    height: 22px;
    right: -15px;
}

.gallery .slider .slick-next:before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.9%22%20height%3D%2221.021%22%20viewBox%3D%220%200%2012.9%2021.021%22%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22ixgpk4bxva%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20data-name%3D%22Rectangle%202527%22%20style%3D%22fill%3A%231c1b1f%22%20d%3D%22M0%200h12.9v21.021H0z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20data-name%3D%22Group%203240%22%20style%3D%22clip-path%3Aurl(%23ixgpk4bxva)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20data-name%3D%22Path%205036%22%20d%3D%22M.6%200a.594.594%200%200%200-.384%201.052l11.175%209.458L.216%2019.968a.6.6%200%200%200-.079.836.587.587%200%200%200%20.831.079l.008-.008%2011.713-9.912a.593.593%200%200%200%20.071-.833.455.455%200%200%200-.071-.071L.976.145A.58.58%200%200%200%20.6%200%22%20transform%3D%22translate(0%20.001)%22%20style%3D%22fill-rule%3Aevenodd%3Bfill%3A%231c1b1f%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 13px 22px;
    width: 13px;
    height: 22px;
    transition: 0.5s;
}

/* projects-detail .OK */
.projects-detail .content:after {
    position: absolute;
    content: "";
    width: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    background: url('../images/projects-detail-bg@2x.webp') right center no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.projects-detail .content .text-content ul {
    padding: 0;
    margin: 0;
}

.projects-detail .content .text-content ul li {
    margin: 0 0 20px;
}

.projects-detail .content .text-content ul li:last-child {
    margin: 0;
}

.projects-detail .content .text-content ul li h4 {
    font-family: "Adobe Caslon Pro", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 3px;
    text-align: left;
    color: #85888e;
    margin: 0 0 5px;
}

.projects-detail .content .text-content ul li p {
    font-family: "Euclid Circular B", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #ccc;
    margin: 0;
}

/*RESPONSIVE*/
/* Medium devices(md) (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    #mainCarousel .carousel-inner .carousel-item .carousel-caption {
        right: 10%;
        left: 10%;
        padding: 0 25px;
    }

    .sticky-container {
        padding: 0 12px;
    }

    header .navbar {
        padding: 12px 0;
    }

    header.scrolled .navbar {
        padding: 8px 0;
    }

    header .navbar .right-menu .navbar-nav .nav-item {
        margin-left: 25px;
    }

    header .navbar .left-menu.navbar-brand {
        margin: 0;
    }

    header .navbar .left-menu.navbar-brand svg {
        width: 38px;
        height: 48px;
    }

    header .navbar .right-menu {
        height: 48px;
    }

    header .navbar .main-menu .navbar-nav .nav-item {
        margin: 0 0 25px;
        display: flex;
        justify-content: center;
    }

    header .navbar .main-menu .navbar-nav .nav-item.dropdown .nav-link.show {
        color: #fff;
    }

    header .navbar .main-menu .navbar-nav .nav-item .nav-link {
        font-family: "Adobe Caslon Pro", sans-serif;
        font-size: 22px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        text-align: left;
        color: #ccc;
        width: fit-content;
    }

    header .navbar .navbar-toggler {
        margin-right: 6px;
    }

    header .navbar .main-menu .navbar-nav .nav-item.dropdown {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    header .navbar .main-menu .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item {
        font-family: "Euclid Circular B", sans-serif;
        font-size: 12px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        border-radius: 5px;
        text-align: center;
    }

    header .navbar .main-menu .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
        display: inline-flex !important;
        align-items: center;
        margin-left: 10px;
        content: "";
        border: none;
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.374%22%20height%3D%228.839%22%20viewBox%3D%220%200%2015.374%208.839%22%3E%0A%20%20%20%20%3Cg%20data-name%3D%22Path%204469%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20data-name%3D%22Path%204470%22%20d%3D%22M1.152%2015.374%200%2014.222l6.534-6.535L0%201.152%201.152%200l7.687%207.687z%22%20transform%3D%22rotate(90%207.687%207.687)%22%20style%3D%22fill%3A%23b5b5b5%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
        background-size: 15px 9px;
        width: 15px;
        height: 9px;
        transition: 0.5s;
    }

    header .navbar .main-menu .navbar-nav .nav-item .nav-link.dropdown-toggle.show::after {
        transform: rotate(-180deg);
    }

    .white-title {
        margin: 0 0 30px;
    }

    .black-title {
        margin: 0 0 30px;
    }

    .home .main-works {
        padding: 75px 0 40px;
    }

    .home .main-about-us {
        padding: 175px 0;
    }

    .home .main-services {
        padding: 75px 0 20px;
    }

    .home .main-services .card {
        margin: 0 0 30px;
    }

    .home .main-projects {
        padding: 75px 0 40px;
    }

    .card-projects {
        margin-bottom: 30px;
    }

    .home .main-blog {
        padding: 75px 0 40px;
    }

    .card-blog {
        margin-bottom: 30px !important;
    }

    .blog .blog-wrapper {
        padding: 75px 0 45px;
    }

    .blog .black-title {
        color: #505457;
    }

    .card-blog .card-body .card-title {
        margin: 0 0 15px;
    }

    .projects .projects-wrapper {
        padding: 75px 0 45px;
    }

    .gallery {
        background-color: #dbdbdb;
        padding: 50px 0 75px;
    }

    .gallery .slider .slick-prev {
        left: 24px;
        z-index: 5;
    }

    .gallery .slider .slick-prev:before {
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.9%22%20height%3D%2221.021%22%20viewBox%3D%220%200%2012.9%2021.021%22%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22b94bsnezta%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20data-name%3D%22Rectangle%202527%22%20style%3D%22fill%3A%2385888e%22%20d%3D%22M0%200h12.9v21.021H0z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20data-name%3D%22Component%20101%20%E2%80%93%209%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20data-name%3D%22Group%203240%22%20style%3D%22clip-path%3Aurl(%23b94bsnezta)%22%20transform%3D%22rotate(180%206.45%2010.51)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20data-name%3D%22Path%205036%22%20d%3D%22M.6%200a.594.594%200%200%200-.384%201.052l11.175%209.458L.216%2019.968a.6.6%200%200%200-.079.836.587.587%200%200%200%20.831.079l.008-.008%2011.713-9.912a.593.593%200%200%200%20.071-.833.455.455%200%200%200-.071-.071L.976.145A.58.58%200%200%200%20.6%200%22%20transform%3D%22translate(0%20.001)%22%20style%3D%22fill-rule%3Aevenodd%3Bfill%3A%2385888e%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    }

    .gallery .slider .slick-next {
        right: 24px;
        z-index: 5;
    }

    .gallery .slider .slick-next:before {
        background-image: url("data:image/svg+xml,%3Csvg%20data-name%3D%22Component%20101%20%E2%80%93%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.9%22%20height%3D%2221.021%22%20viewBox%3D%220%200%2012.9%2021.021%22%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3CclipPath%20id%3D%22swsh7bu3ga%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20data-name%3D%22Rectangle%202527%22%20style%3D%22fill%3A%2385888e%22%20d%3D%22M0%200h12.9v21.021H0z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2FclipPath%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20data-name%3D%22Group%203240%22%20style%3D%22clip-path%3Aurl(%23swsh7bu3ga)%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20data-name%3D%22Path%205036%22%20d%3D%22M.6%200a.594.594%200%200%200-.384%201.052l11.175%209.458L.216%2019.968a.6.6%200%200%200-.079.836.587.587%200%200%200%20.831.079l.008-.008%2011.713-9.912a.593.593%200%200%200%20.071-.833.455.455%200%200%200-.071-.071L.976.145A.58.58%200%200%200%20.6%200%22%20transform%3D%22translate(0%20.001)%22%20style%3D%22fill-rule%3Aevenodd%3Bfill%3A%2385888e%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
    }

    .mfp-image-holder .mfp-content {
        width: 100%;
        padding: 0 12px;
    }

    #searchModal .modal-dialog .modal-content .modal-body {
        padding: 0 24px 77px;
    }

    footer {
        padding: 75px 0 10px;
    }

    footer .footer-brand {
        justify-content: center;
        margin: 0 0 50px;
    }

    footer .footer-brand p {
        margin: 0 0 0 20px;
    }

    footer .copyright-wrapper {
        display: block;
        margin-top: 50px;
    }

    footer .copyright-wrapper .terms-use {
        line-height: 1;
        margin: 0;
    }
}

/* Small devices(sm) devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .page-detail .page-top{
        padding-bottom: 50px;
    }
    .page-detail .page-top .banner-left{
		position:relative;
		margin-bottom:75px;
		width:100%;
		height:400px;
		top:inherit;
		left:inherit;
		right:inherit;
		bottom:inherit;
    }
	
    .projects-detail .content .text-content ul {
        margin: 0 0 35px;
    }

    .projects-detail .content .text-content ul li h4 {
        text-align: center;
    }

    .projects-detail .content .text-content ul li p {
        text-align: center;
    }

    .text-content {
        padding: 0 !important;
    }

    .privacy-policy .privacy-policy-wrapper {
        padding: 75px 0;
    }
}

/* Extra small(xs) devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    #mainCarousel .carousel-inner .carousel-item .carousel-caption {
        right: 0%;
        left: 0%;
        padding: 0 20px;
    }
}

/*#new add (only for desktop screens)*/
@media all and (min-width: 992px) {
    header .navbar .main-menu {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .row {
        padding: 0 24px !important;
    }

    header .navbar .main-menu .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* Large(lg) devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {}

/*Extra large(xl) devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/*Extra extra large (xxl) devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) and (max-width: 1920.98px) {}

/*#new add (full hd, 1920px and up)*/
@media all and (min-width: 1921px) {}