.color-primery {
  color: #f28f51;
}
.color-secondary {
  color: #dac2b6;
}
.color-tertiary {
  color: #d7e7b9;
}
.color-quaternary {
  color: #f8f4ef;
}
.color-white {
  color: #ffffff;
}
.color-white p {
  color: #ffffff;
}
.color-green {
  color: #d7e7b9;
}
.color-green p {
  color: #d7e7b9;
}
.color-black {
  color: #021625;
}
.color-black p {
  color: #021625;
}
.color-gray {
  color: #7d7d7d;
}
.color-gray p {
  color: #7d7d7d;
}
.color-gray-light {
  color: #e1e1e1;
}
.color-gray-light p {
  color: #e1e1e1;
}
.color-green-dark {
  color: #003b55;
}
.color-green-dark p {
  color: #003b55;
}
.color-orange {
  color: #f28f51;
}
.color-orange p {
  color: #f28f51;
}
.bg-color-white {
  background-color: #ffffff;
}
.bg-color-green {
  background-color: #d7e7b9;
}
.bg-color-gray {
  background-color: #7d7d7d;
}
.bg-color-gray-dark {
  background-color: #1e1e1c;
}
.bg-color-gray-light {
  background-color: #e1e1e1;
}
.bg-color-green-dark {
  background-color: #003b55;
}
.bg-color-primery {
  background-color: #f28f51;
}
.bg-color-tertiary {
  background-color: #d7e7b9;
}
.bg-color-quaternary {
  background-color: #f8f4ef;
}
.bg-primery {
  background-color: #f28f51;
}
.bg-secondary {
  background-color: #dac2b6;
}
.bg-tertiary {
  background-color: #d7e7b9;
}
.bg--quaternary {
  background-color: #f8f4ef;
}
.bg-color-gray-op10 {
  background-color: rgba(125, 125, 125, 0.1);
}
.bg-color-gray-op15 {
  background-color: rgba(125, 125, 125, 0.15);
}
.bg-primery-op20 {
  background-color: rgba(242, 143, 81, 0.2);
}
.bg-secondary-op20 {
  background-color: rgba(218, 194, 182, 0.2);
}
.bg-gradient-dark-green-transparent {
  background: linear-gradient(90deg, #003b55 0%, #003b55 100%);
}
:root {
  font-size: 15px;
}
@media (min-width: 768px) {
  :root {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  :root {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  :root {
    font-size: 18px;
  }
}
@media (min-width: 2560px) {
  :root {
    font-size: 20px;
  }
}
body {
  background: #ffffff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  color: #7d7d7d;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}
.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", Arial, sans-serif;
}
h1 {
  font-size: 40px;
  letter-spacing: -1px;
}
@media (min-width: 1400px) {
  h1 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (min-width: 2560px) {
  h1 {
    font-size: 80px;
  }
}
h2 {
  font-size: 25px;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 2560px) {
  h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
h3 {
  font-size: 25px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 2560px) {
  h3 {
    font-size: 30px;
  }
}
.thin {
  font-weight: 200;
}
.regular {
  font-weight: 300;
}
.medium {
  font-weight: 400;
}
.bold {
  font-weight: 500;
}
.heavy {
  font-weight: 600;
}
.z-index-0 {
  z-index: 0;
}
.z-index-1 {
  z-index: 1;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-94 {
  width: 94% !important;
}
.p-50 {
  padding: 50px;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pl-1 {
  padding-left: 2rem !important;
}
.pl-2 {
  padding-left: 4rem !important;
}
.pl-3 {
  padding-left: 6rem !important;
}
.pl-4 {
  padding-left: 8rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}
.pr-1 {
  padding-right: 2rem !important;
}
.pr-2 {
  padding-right: 4rem !important;
}
.pr-3 {
  padding-right: 6rem !important;
}
.pr-4 {
  padding-right: 8rem !important;
}
.px-7 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}
.px-6 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}
.py-45 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}
@media (min-width: 768px) {
  .p-md-50 {
    padding: 50px !important;
  }
  .p-md-auto {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-padding-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-padding-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pl-md-1 {
    padding-left: 2rem !important;
  }
  .pl-md-2 {
    padding-left: 4rem !important;
  }
  .pl-md-3 {
    padding-left: 6rem !important;
  }
  .pl-md-4 {
    padding-left: 8rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .pr-md-1 {
    padding-right: 2rem !important;
  }
  .pr-md-2 {
    padding-right: 4rem !important;
  }
  .pr-md-3 {
    padding-right: 6rem !important;
  }
  .pr-md-4 {
    padding-right: 8rem !important;
  }
  .px-md-6 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-4-custom {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-94 {
    width: 94% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
}
@media (min-width: 992px) {
  .p-lg-50 {
    padding: 50px !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .section-padding-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-padding-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .pl-lg-1 {
    padding-left: 2rem !important;
  }
  .pl-lg-2 {
    padding-left: 4rem !important;
  }
  .pl-lg-3 {
    padding-left: 6rem !important;
  }
  .pl-lg-4 {
    padding-left: 8rem !important;
  }
  .pr-lg-0 {
    padding-right: 0rem !important;
  }
  .pr-lg-1 {
    padding-right: 2rem !important;
  }
  .pr-lg-2 {
    padding-right: 4rem !important;
  }
  .pr-lg-3 {
    padding-right: 6rem !important;
  }
  .pr-lg-4 {
    padding-right: 8rem !important;
  }
  .px-lg-6 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-4-custom {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .px-xlg-6 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .px-xlg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .section-padding-xlg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .section-padding-xlg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .w-xlg-50 {
    width: 50% !important;
  }
  .w-xlg-75 {
    width: 75% !important;
  }
  .w-xlg-85 {
    width: 85% !important;
  }
  .h-xlg-50 {
    height: 50%;
  }
  .equal-lg-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .equal-lg-row .equal-lg-col {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 3840px) {
  .p-uhd-4 {
    padding: 4.5rem !important;
  }
  .pt-uhd-4 {
    padding-top: 5.5rem !important;
  }
  .pt-uhd-5 {
    padding-top: 6.5rem !important;
  }
}
.fw-semibold {
  font-weight: 600 !important;
}
.font-xs {
  font-size: 0.8rem !important;
}
.font-sm {
  font-size: 1rem !important;
}
.font-md {
  font-size: 1.3rem !important;
}
.line-h-sm {
  line-height: 20px !important;
}
.line-h-md {
  line-height: 30px !important;
}
.bold {
  font-weight: 400 !important;
}
.section-padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.styled-heading {
  position: relative;
  display: inline;
}
.styled-heading:before {
  position: absolute;
  content: url('../themes/demo/assets/less/img/heading-icon.svg');
  left: -50px;
  z-index: 0;
  height: 110px;
  display: flex;
  top: -25px;
}
.custom-btn {
  padding: 10px 35px;
  font-size: 15px;
}
.btn-primary {
  color: #fff;
  background-color: #f28f51;
  border-color: #f28f51;
}
.btn-primary:hover {
  background-color: #ee7022;
  border-color: #ee7022;
}
.border-right-1 {
  border-right: 1px solid #7d7d7d;
}
button:focus,
input:focus {
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: #f28f51;
  background-color: #d7e7b9;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
a {
  text-decoration: none !important;
}
.latest-projects h4 {
  font-size: 1.1rem;
}
@media (min-width: 320px) {
  body.open {
    position: relative;
  }
  body.open:before {
    content: '';
    background-color: rgba(2, 22, 37, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100vh;
  }
  body.close {
    position: relative;
  }
  body.close:before {
    display: none;
  }
  .responsive-bar {
    display: block;
    width: 100%;
    height: 75px;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px;
    box-sizing: border-box;
    z-index: 1000;
  }
  .responsive-bar .logo img {
    float: left;
    height: 50px;
    padding-top: 10px;
  }
  .responsive-bar .menu a {
    display: inline-block;
    width: 60px;
    height: 32px;
    padding: 4px 22px;
    background-color: #e1e1e1;
    margin-top: 15px;
  }
  .responsive-bar .menu a img {
    max-width: 100%;
    max-height: 100%;
  }
  .inner nav.white .with-sub:hover .sub-menu {
    padding: 0px 20px !important;
  }
  nav.white {
    background-color: #ffffff;
    transition: .5s;
    height: 60px;
    padding: 0px;
  }
  nav.white ul li {
    padding: 0;
  }
  nav.white .header-button {
    display: none;
  }
  nav.white li.with-sub:hover .sub-menu {
    top: 0 !important;
    padding: 0px 20px !important;
  }
  nav {
    background-color: unset;
  }
  nav .logo {
    display: none;
  }
  nav ul {
    width: 100%;
    top: 75px;
    position: fixed;
    left: 0;
    background: #ffffff;
    display: none;
    float: none;
    max-height: 450px;
    padding: 0 20px !important;
  }
  nav ul li {
    width: 100%;
    padding: 0;
    display: inline-block;
  }
  nav ul li:last-child {
    border-bottom: 0;
  }
  nav ul li a {
    display: block;
    width: 85%;
    text-align: left;
    color: #021625;
    transition: .5s;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 1.1rem;
    line-height: 2rem;
    text-decoration: none;
    padding: 10px 0;
    float: left;
  }
  nav ul li a i {
    display: none !important;
  }
  nav ul li i {
    width: 15%;
    float: right;
    padding: 18px 15px;
  }
  nav ul li.with-sub .sub-menu {
    background-color: #e1e1e1;
    display: none;
    position: fixed;
    top: 0;
    overflow: hidden;
  }
  nav ul li.with-sub .sub-menu li {
    display: grid;
  }
  nav ul li.with-sub:hover .sub-menu {
    top: 0;
  }
  nav ul.active {
    display: block;
  }
  nav .header-button {
    display: none;
  }
}
@media (min-width: 320px) and (min-width: 768px) {
  .responsive-bar .menu a {
    padding: 8px 22px;
  }
}
@media (min-width: 320px) and (min-width: 992px) {
  nav ul {
    padding: 0;
  }
}
@media (min-width: 320px) and (min-width: 768px) {
  nav ul li a {
    width: 90%;
  }
}
@media (min-width: 320px) and (min-width: 768px) {
  nav ul li i {
    width: 10%;
  }
}
nav {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 0 0 0;
  box-sizing: border-box;
  transition: .5s;
  z-index: 10;
}
nav .padded {
  margin-top: 0;
  transition: .5s;
}
@media (min-width: 768px) {
  nav .button {
    font-size: 1rem;
  }
}
@media (min-width: 3840px) {
  nav .button {
    font-size: 1.5rem;
  }
}
nav .button:hover {
  color: #000;
}
@media (min-width: 992px) {
  nav {
    padding: 20px 0 10px 0;
    background-color: #ffffff;
    transition: 0.5s ease-in-out;
  }
  nav .logo {
    float: left;
    display: block;
    padding-top: 0;
    transition: .5s;
  }
  nav .logo img {
    max-width: 175px;
    padding-top: 10px;
    transition: .5s;
    padding-bottom: 10px;
  }
  nav .logo .white-logo {
    opacity: 1;
    display: block;
    transition: .5s;
  }
  nav ul {
    margin: 0;
    padding: 0;
    text-align: right;
    display: block;
    background: unset;
    position: unset;
    width: unset;
    transition: 0.5s ease-in-out;
  }
  nav ul li {
    width: unset;
    list-style: none;
    padding: 0;
  }
  nav ul li a {
    width: unset;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 16px;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    transition: 0.5s ease-in-out;
    position: relative;
  }
  nav ul li a:hover {
    border-bottom: 2px solid #f28f51;
    border-left: 2px solid #f28f51;
    border-radius: 0;
    color: #f28f51;
  }
  nav ul li a:hover:before {
    content: "";
    height: 21px;
    background-color: #ffffff;
    position: absolute;
    left: -2px;
    top: -1px;
    width: 3px;
  }
  nav ul li a:hover:after {
    content: "";
    width: 20%;
    background-color: #ffffff;
    position: absolute;
    right: -1px;
    bottom: -2px;
    height: 3px;
    transition: 0.5s ease-in-out;
  }
  nav ul li a:before {
    content: "";
    height: 51px;
    background-color: #ffffff;
    position: absolute;
    left: -2px;
    top: -1px;
    width: 3px;
    transition: 0.5s ease-in-out;
  }
  nav ul li a:after {
    content: "";
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    right: -1px;
    bottom: -2px;
    height: 3px;
    transition: 0.5s ease-in-out;
  }
  nav ul li a i {
    display: unset !important;
    width: unset;
    padding-left: 10px;
    float: unset;
    padding-top: unset;
    padding-right: unset;
    padding-bottom: unset;
  }
  nav ul li.styled {
    background-color: #f28f51;
    color: white;
    border-radius: 10px;
  }
  nav ul li.styled a {
    padding: 13px 30px;
  }
  nav ul li.styled a:hover {
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    color: white;
  }
  nav ul li.styled a:before {
    content: "";
    height: 0;
  }
  nav ul li.styled a:after {
    content: "";
    width: 0;
  }
  nav ul li.styled.active a {
    padding: 13px 30px;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    color: #ffffff;
  }
  nav ul li.styled.active a:hover {
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    color: white;
  }
  nav ul li.styled.active a:before {
    display: none;
  }
  nav ul li.styled.active a:after {
    display: none;
  }
  nav ul li.active a {
    border-bottom: 2px solid #f28f51;
    border-left: 2px solid #f28f51;
    border-radius: 0;
    color: #f28f51;
  }
  nav ul li.active a:before {
    content: "";
    height: 21px;
    background-color: #ffffff;
    position: absolute;
    left: -2px;
    top: -1px;
    width: 3px;
  }
  nav ul li.active a:after {
    content: "";
    width: 20%;
    background-color: #ffffff;
    position: absolute;
    right: -1px;
    bottom: -2px;
    height: 3px;
    transition: 0.5s ease-in-out;
  }
  nav ul .with-sub:hover .sub-menu {
    display: block;
    position: fixed;
    overflow: unset;
  }
  nav ul .with-sub:hover .sub-menu li {
    display: inline-block;
  }
  nav ul .with-sub:hover > a:first-child:not(.htmlCss-sub-menu > li:first-child > a) {
    border-bottom: 5px solid #ffffff;
    border-radius: 0;
    color: #021625;
  }
  nav ul .sub-menu {
    position: absolute;
    top: 77px !important;
    line-height: 0;
    background: rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
    padding: 0 5px !important;
    right: 0;
    width: auto;
    text-align: center;
  }
  nav ul .sub-menu a {
    border-bottom: 5px solid transparent;
    font-size: 10px;
    padding: 0 5px 20px;
    color: #000;
  }
  nav ul .sub-menu a:hover {
    border-bottom: 5px solid #ffffff;
    border-radius: 0;
    color: #021625;
  }
  nav ul .sub-menu:hover {
    display: block;
  }
  nav .header-button {
    text-align: right;
    display: block;
    padding-top: 12px;
    transition: .5s;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  nav .logo img {
    min-width: 200px;
    padding-top: 10px;
    transition: .5s;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  nav .logo img {
    min-width: 205px;
    padding-top: unset;
  }
}
@media (min-width: 992px) and (min-width: 2560px) {
  nav .logo img {
    min-width: 240px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  nav ul {
    padding-top: 10px !important;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  nav ul {
    padding: 5px 0 0 !important;
  }
}
@media (min-width: 992px) and (min-width: 2560px) {
  nav ul {
    padding: 25px 0 0 !important;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  nav ul li a {
    padding: 0.5rem 1.2rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  nav ul li a {
    font-size: 10px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  nav ul li a {
    font-size: 1.15rem;
    padding: 20px 18px 13px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  nav ul .sub-menu {
    top: 88px !important;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  nav ul .sub-menu {
    top: 88px !important;
  }
}
@media (min-width: 992px) and (min-width: 2560px) {
  nav ul .sub-menu {
    top: 121px !important;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  nav ul .sub-menu a {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (min-width: 2560px) {
  nav ul .sub-menu a {
    font-size: 19px;
    padding: 0 20px 20px;
  }
}
@media (min-width: 2560px) {
  nav {
    height: 124px;
  }
  nav .logo img {
    min-width: 285px;
  }
}
nav.white {
  background-color: transparent;
  top: 0px;
  z-index: 999;
  padding: 15px 0;
  height: 84px;
  transition: 0.5s ease-in-out;
}
@media (min-width: 2560px) {
  nav.white {
    height: 130px;
  }
}
@media (min-width: 992px) {
  nav.white {
    background-color: #ffffff;
  }
  nav.white .header-button {
    text-align: right;
    display: block;
    transition: .5s;
  }
}
@media (min-width: 1200px) {
  nav.white ul {
    padding: 0 !important;
  }
}
@media (min-width: 2560px) {
  nav.white ul {
    padding: 15px 0  !important;
  }
}
nav.white ul li {
  padding: 0;
}
@media (min-width: 2560px) {
  nav.white .logo {
    padding-top: 10px;
  }
}
nav.white .logo img {
  transition: .5s;
}
@media (min-width: 768px) {
  nav.white .logo img {
    width: 118px;
    height: 55px;
  }
}
@media (min-width: 992px) {
  nav.white .logo img {
    min-width: 150px;
    max-width: 150px;
  }
}
@media (min-width: 1200px) {
  nav.white .logo img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 2560px) {
  nav.white .logo img {
    min-width: 200px;
    max-width: 200px;
    height: auto;
  }
}
@media (min-width: 992px) {
  body.open {
    position: relative;
  }
  body.open:before {
    display: none;
  }
  body.close {
    position: relative;
  }
  body.close:before {
    display: none;
  }
  .responsive-bar {
    display: none;
  }
  .responsive-bar .logo img {
    max-width: 180px;
    float: left;
  }
  .responsive-bar .menu img {
    width: auto;
    height: 30px;
    float: right;
    margin-top: 6px;
  }
}
.video-header {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.video-header #background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .slider-swiper {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.main .slider-swiper .swiper-slide-active {
  opacity: 1 !important;
}
.main .slider-swiper .slider {
  width: 100%;
  height: 505px;
  overflow: hidden;
  opacity: 0;
  position: relative;
}
@media (min-width: 1400px) {
  .main .slider-swiper .slider {
    height: 605px;
  }
}
@media (min-width: 2560px) {
  .main .slider-swiper .slider {
    height: 685px;
  }
}
.main .slider-swiper .slider:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  top: 0;
  left: 0;
}
.main .slider-swiper .slider .container {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.main .slider-swiper .slider .container h1 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
}
.main .slider-swiper .slider .container h1 p {
  color: unset;
}
.main .slider-swiper .slider .container h3 {
  color: #ffffff;
}
.main .slider-swiper .slider .slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .slider-swiper .swiper-horizontal > .swiper-pagination-bullets,
.main .slider-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.main .slider-swiper .swiper-pagination-custom,
.main .slider-swiper .swiper-pagination-fraction {
  right: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .main .slider-swiper .swiper-horizontal > .swiper-pagination-bullets,
  .main .slider-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .main .slider-swiper .swiper-pagination-custom,
  .main .slider-swiper .swiper-pagination-fraction {
    right: 50px;
    margin: unset;
    left: unset;
    bottom: 10px !important;
  }
}
.databox-slide {
  width: 100%;
  height: 100%;
}
.databox-slide .swiper-slide-active {
  opacity: 1 !important;
}
.databox-slide .swiper-slide {
  width: 100%;
  height: auto;
  opacity: 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .databox-slide .swiper-slide {
    min-height: 405px;
  }
}
@media (min-width: 1400px) {
  .databox-slide .swiper-slide {
    min-height: 605px;
  }
}
@media (min-width: 2560px) {
  .databox-slide .swiper-slide {
    min-height: 685px;
  }
}
.databox-slide .swiper-slide .container {
  height: 100%;
  margin: auto;
}
.databox-slide .swiper-slide .container h1 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
}
.databox-slide .swiper-slide .container h1 p {
  color: unset;
}
.databox-slide .swiper-slide .container h3 {
  color: #ffffff;
}
.databox-slide .swiper-slide .slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.databox-slide .swiper-slide-active {
  opacity: 1 !important;
}
.swiper-pagination {
  width: auto !important;
  text-align: center !important;
  bottom: 10px !important;
}
@media (min-width: 768px) {
  .swiper-pagination {
    text-align: left !important;
    bottom: unset;
  }
}
.swiper-button-next {
  right: 20px;
}
.swiper-button-next:after {
  color: #dac2b6;
}
.swiper-button-prev {
  left: 20px;
}
.swiper-button-prev:after {
  color: #dac2b6;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  right: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    right: 0;
    margin: auto;
    left: 50%;
    bottom: 10px !important;
  }
}
.swiper-pagination-bullet {
  transition: 0.5s ease-in-out;
  background-color: #dac2b6;
}
.swiper-pagination-bullet-active {
  background: #f28f51;
  width: 25px;
  border-radius: 50px;
}
.main-header-slider {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .main-header-slider {
    padding-top: 98px;
  }
}
@media (min-width: 1400px) {
  .main-header-slider {
    padding-top: 120px;
  }
}
@media (min-width: 2560px) {
  .main-header-slider {
    padding-top: 180px;
  }
}
.styled-box {
  position: relative;
  border-bottom: 4px solid #f28f51;
  border-left: 4px solid #f28f51;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .styled-box {
    padding: 0 85px;
  }
}
.styled-box:after {
  content: "";
  width: 80%;
  background-color: #ffffff;
  position: absolute;
  right: -1px;
  bottom: -4px;
  height: 6px;
  transition: 0.5s ease-in-out;
}
.styled-box svg {
  color: #f28f51;
  position: absolute;
  right: -20px;
  top: -20px;
}
.content-box {
  box-shadow: 0px 0px 50px 0px rgba(2, 22, 37, 0);
  border-radius: 30px;
  border: 3px solid transparent;
  transition: 0.5s ease-in-out;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 324px;
}
.content-box .box-header {
  padding-top: 40px;
}
.content-box .box-header .box-icon {
  float: left;
  max-width: 45px;
}
.content-box .box-header .box-title {
  float: left;
  color: #7d7d7d;
  padding-left: 15px;
}
.content-box .box-content {
  padding-bottom: 40px;
  text-align: left;
  margin-top: 20px;
}
.content-box:hover {
  box-shadow: 0px 0px 50px 0px rgba(2, 22, 37, 0.08);
  border: 3px solid #dac2b6;
}
.box-grids:last-child {
  border-bottom: 0;
}
.box-grids .col-md-4 {
  border-bottom: 1px solid rgba(2, 22, 37, 0.1);
}
.box-grids .col-md-4:first-child {
  border-left: 0 !important;
}
.box-grids .col-md-4:nth-child(even) {
  border-left: 1px solid rgba(2, 22, 37, 0.1);
}
.box-grids .col-md-4:nth-child(4) {
  border-left: 0 !important;
}
.box-grids .col-md-4:nth-child(7) {
  border-left: 0 !important;
}
.box-grids .col-md-4:nth-child(10) {
  border-left: 0 !important;
}
.box-grids .col-md-4:nth-child(13) {
  border-left: 0 !important;
}
.box-grids .col-md-4:nth-child(odd) {
  border-left: 1px solid rgba(2, 22, 37, 0.1);
}
.box-grids .col-md-4:nth-last-child(-n+3) {
  border-bottom: 0 !important;
}
.section-with-bg {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}
.section-with-bg .masked {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  mix-blend-mode: multiply;
}
.with-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
}
@media (min-width: 992px) {
  .with-bg {
    min-height: 465px;
  }
}
@media (min-width: 2560px) {
  .with-bg {
    min-height: 600px;
  }
}
.styled-title {
  display: block;
  margin: auto;
}
.styled-title img {
  max-width: 58px;
  float: left;
}
@media (min-width: 768px) {
  .styled-title img {
    max-width: 40px;
    float: left;
  }
}
@media (min-width: 992px) {
  .styled-title img {
    max-width: 58px;
    float: left;
  }
}
.styled-title h2 {
  float: left;
  padding-left: 20px;
}
.styled-img {
  position: relative;
}
.styled-img img {
  border-radius: 30px 30px 30px 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 355px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .styled-img img {
    max-width: 80%;
  }
}
.styled-img:before {
  content: url('../themes/demo/assets/img/left-bot-border.svg');
  height: 109%;
  background-color: transparent;
  position: absolute;
  left: -10px;
  bottom: -40px;
  width: auto;
}
@media (min-width: 768px) {
  .styled-img:before {
    height: 120%;
  }
}
@media (min-width: 992px) {
  .styled-img:before {
    height: 60%;
  }
}
@media (min-width: 2560px) {
  .styled-img:before {
    bottom: -70px;
  }
}
.outlined-title {
  color: transparent;
  -webkit-text-stroke: 2px #f28f51;
  -webkit-font-smoothing: antialiased;
  font-size: 95px;
  font-weight: 900;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .outlined-title {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .outlined-title {
    font-size: 95px;
  }
}
.styled-list {
  list-style: none;
}
.styled-list li {
  padding: 8px 35px 8px 0;
  position: relative;
  color: white;
}
.styled-list li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #dac2b6;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: -1px;
  color: #021625;
  text-align: center;
  font-size: 12px;
  padding-top: 3px;
  margin-left: -35px;
}
.home-shape {
  position: relative;
  max-width: 313px;
  height: 330px;
  margin: auto;
}
.home-shape svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
.home-shape img {
  position: absolute;
  width: 98%;
  height: 98%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -1;
  max-width: 311px;
  max-height: 328px;
}
.home-shape .cls-1 {
  fill: #dac2b6;
}
.home-shape .cls-2 {
  fill: #fff;
  fill-rule: evenodd;
}
.home-shape-md {
  position: relative;
  max-width: 363px;
  height: 310px;
  margin: auto;
}
@media (min-width: 768px) {
  .home-shape-md {
    max-width: 238px;
    height: 250px;
  }
}
@media (min-width: 992px) {
  .home-shape-md {
    max-width: 363px;
    height: 390px;
  }
}
.home-shape-md svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
.home-shape-md img {
  position: absolute;
  width: 98%;
  height: 98%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
  z-index: -1;
  max-width: 280px;
  max-height: 286px;
}
@media (min-width: 768px) {
  .home-shape-md img {
    max-width: 229px;
    max-height: 232px;
  }
}
@media (min-width: 992px) {
  .home-shape-md img {
    max-width: 334px;
    max-height: 372px;
  }
}
.home-shape-md .cls-1 {
  fill: #dac2b6;
}
.home-shape-md .cls-2 {
  fill: #fff;
  fill-rule: evenodd;
}
.home-shape-lg {
  position: relative;
  max-width: 280px;
  height: 296px;
  margin: auto;
}
@media (min-width: 768px) {
  .home-shape-lg {
    max-width: 210px;
    height: 228px;
  }
}
@media (min-width: 992px) {
  .home-shape-lg {
    max-width: 413px;
    height: 430px;
  }
}
.home-shape-lg svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
.home-shape-lg .bg-img {
  position: absolute;
  width: 98%;
  height: 98%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -1;
  max-width: 409px;
  max-height: 428px;
}
.home-shape-lg .cls-1 {
  fill: #dac2b6;
}
.home-shape-lg .cls-2 {
  fill: #fff;
  fill-rule: evenodd;
}
.home-shape-lg .dots {
  position: absolute;
  z-index: 1;
  left: -34px;
  bottom: 67px;
  width: 33px;
}
@media (min-width: 768px) {
  .home-shape-lg .dots {
    width: 30px;
    left: -33px;
    bottom: 45px;
  }
}
@media (min-width: 992px) {
  .home-shape-lg .dots {
    width: auto;
    left: -65px;
    bottom: 95px;
  }
}
.titled-box {
  z-index: 1;
  background-color: white;
  border-radius: 20px;
  padding: 15px 25px;
  width: auto;
  left: -32px;
  bottom: 0px;
  color: #021625;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0px 0px 30px 0px rgba(2, 22, 37, 0.25);
}
.titled-box .logo-img {
  max-width: 30px;
  height: auto;
  float: left;
}
.titled-box span {
  float: left;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .titled-box {
    border-radius: 20px;
    padding: 8px 17px;
    font-size: 19px;
    left: -24px;
    bottom: -16px;
  }
  .titled-box .logo-img {
    max-width: 35px;
    height: auto;
    float: left;
  }
  .titled-box span {
    float: left;
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .titled-box {
    border-radius: 30px;
    padding: 20px 30px;
    font-size: 24px;
    left: -65px;
    bottom: -15px;
  }
  .titled-box .logo-img {
    max-width: 50px;
    height: auto;
    float: left;
  }
  .titled-box span {
    float: left;
    padding-left: 25px;
  }
}
.home-iconed-box {
  background-color: #d7e7b9;
  border-radius: 20px;
  padding: 10px 20px;
  display: inline-block;
  float: left;
  margin: 10px;
}
@media (min-width: 768px) {
  .home-iconed-box {
    padding: 12px 20px;
    margin: 5px;
  }
}
@media (min-width: 992px) {
  .home-iconed-box {
    padding: 20px 30px;
    margin: 10px;
  }
}
.home-iconed-box .home-plus {
  color: #f28f51;
  width: 26px;
  float: left;
}
@media (min-width: 768px) {
  .home-iconed-box .home-plus {
    width: 17px;
  }
}
.home-iconed-box span {
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  color: #7D7D7D;
  float: left;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .home-iconed-box span {
    font-size: 18px;
  }
}
.section-with-bg-img {
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}
.border-top-primery {
  border-top: 7px solid #f28f51;
}
.border-top-secondary {
  border-top: 7px solid #f28f51;
}
.border-top-tertiary {
  border-top: 7px solid #d7e7b9;
}
.border-top-quaternary {
  border-top: 7px solid #f8f4ef;
}
.contact-footer {
  border-radius: 30px;
  background-color: #f28f51;
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .contact-footer {
    padding: 20px 30px;
  }
}
.contact-footer ul {
  margin: 0;
}
.contact-footer i {
  font-size: 20px;
  color: black;
}
.contact-footer span {
  font-size: 16px;
  color: white;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .contact-footer span {
    font-size: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .contact-footer span {
    font-size: 18px;
    padding-left: 20px;
  }
}
@media (min-width: 1400px) {
  .contact-footer span {
    font-size: 23px;
    padding-left: 20px;
  }
}
.contact-footer .separator {
  padding-right: 25px;
}
footer .footer-logo {
  max-width: 177px;
}
footer .border-bottom {
  border-color: #1e1e1c !important;
}
footer ul li a {
  color: white;
  text-decoration: none;
  padding: 0 25px;
  transition: 0.5s ease-in-out;
}
footer ul li a:hover {
  color: #1e1e1c;
}
@media (min-width: 992px) {
  footer ul li a {
    padding: 40px 25px;
  }
}
footer .footer-second-l li {
  border-right: 1px solid #7d7d7d;
  padding: 10px 0;
}
@media (min-width: 768px) {
  footer .footer-second-l li {
    padding: 0;
  }
}
footer .footer-second-l li a {
  padding: 0 10px 0 10px;
}
@media (min-width: 768px) {
  footer .footer-second-l li a {
    padding: 20px 15px 0 15px;
  }
}
footer .footer-second-l li:last-child {
  border-right: 0;
}
.inner-header {
  padding-top: 75px;
  height: 200px;
  background-color: black;
}
@media (min-width: 768px) {
  .inner-header {
    padding-top: 70px;
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .inner-header {
    padding-top: 100px;
    height: 360px;
  }
}
@media (min-width: 2560px) {
  .inner-header {
    padding-top: 150px;
    height: 420px;
  }
}
.inner-header .row {
  position: relative;
  overflow: hidden;
}
.inner-header .row .bg {
  position: absolute;
  opacity: .35;
  object-fit: cover;
  left: 0;
  padding: 0;
  height: 100%;
}
.inner-header .row h1 {
  font-size: 40px;
}
.project .project-box {
  padding: 30px;
  position: relative;
}
.project .project-box .project-box-inner {
  background-color: #F4F4F4;
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 0px 30px;
  transition: 0.5s ease-in-out;
}
.project .project-box .project-box-inner .image-box {
  min-height: 215px;
  max-height: 215px;
  overflow: hidden;
}
.project .project-box .project-box-inner .image-box .link-box {
  position: absolute;
  font-size: 15px;
  color: black;
  padding: 15px;
  border-radius: 0 0 10px 0;
  top: -40px;
  left: -40px;
  z-index: 1;
  transition: 0.5s ease-in-out;
}
.project .project-box .project-box-inner .image-box img {
  position: relative;
  width: 100%;
  height: 215px;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
.project .project-box .project-box-inner .title-box {
  padding: 20px 0 20px 30px;
  transition: 0.5s ease-in-out;
}
.project .project-box .project-box-inner .title-box a {
  text-decoration: none;
  color: #1e1e1c;
}
.project .project-box .dots {
  position: absolute;
  width: 60px;
  bottom: 77px;
  right: 30px;
  z-index: -1;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .project .project-box .dots {
    bottom: 30px;
  }
}
.project .project-box:hover .project-box-inner {
  background-color: #dac2b6;
  border-radius: 0 30px 0px 30px;
}
.project .project-box:hover .project-box-inner .image-box .link-box {
  top: 0;
  left: 0;
  width: 100%;
  height: 215px;
}
.project .project-box:hover .project-box-inner .image-box img {
  transform: scale(1.1);
}
.project .project-box:hover .project-box-inner .title-box {
  padding: 20px 0 20px 40px;
}
.project .project-box:hover .project-box-inner .title-box a {
  text-decoration: none;
  color: #1e1e1c;
}
.project .project-box:hover .dots {
  bottom: 16px;
  right: 16px;
}
.more-projects {
  padding: 30px;
  position: relative;
}
.more-projects .project-box-inner {
  background: #f8f8f8;
  border: 1px dashed #7D7D7D;
  border-radius: 29px 29px 0 29px;
  padding: 0;
  position: relative;
  overflow: hidden;
  min-height: 289px;
  transition: 0.5s ease-in-out;
  text-align: center;
  font-size: 18px;
}
.more-projects .project-box-inner .cover {
  background: #e1e1e1;
  border-radius: 29px 29px 0 29px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  transition: 0.5s ease-in-out;
  z-index: 0;
}
.more-projects .project-box-inner a {
  text-decoration: none;
  color: #1e1e1c;
  position: relative;
  z-index: 2;
}
.more-projects .project-box-inner:hover {
  padding: 10px;
}
.more-projects .project-box-inner:hover .cover {
  width: 90%;
  height: 90%;
  opacity: 1;
  border-radius: 22px 22px 0 22px;
}
.project-box {
  padding: 30px;
  position: relative;
}
.project-box .project-box-inner {
  background-color: #F4F4F4;
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 0px 30px;
  transition: 0.5s ease-in-out;
}
.project-box .project-box-inner .image-box {
  min-height: 315px;
  max-height: 315px;
  overflow: hidden;
}
.project-box .project-box-inner .image-box .link-box {
  position: absolute;
  font-size: 15px;
  color: black;
  padding: 15px;
  border-radius: 0 0 10px 0;
  top: -40px;
  left: -40px;
  z-index: 1;
  transition: 0.5s ease-in-out;
}
.project-box .project-box-inner .image-box img {
  position: relative;
  width: 100%;
  height: 315px;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
.project-box .project-box-inner .title-box {
  padding: 20px 0 20px 30px;
  transition: 0.5s ease-in-out;
}
.project-box .project-box-inner .title-box a {
  text-decoration: none;
  color: #1e1e1c;
}
.project-box .dots {
  position: absolute;
  width: 60px;
  bottom: 30px;
  right: 30px;
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.project-box:hover .project-box-inner {
  background-color: #dac2b6;
  border-radius: 0 30px 0px 30px;
}
.project-box:hover .project-box-inner .image-box .link-box {
  top: 0;
  left: 0;
  width: 100%;
  height: 315px;
}
.project-box:hover .project-box-inner .image-box img {
  transform: scale(1.1);
}
.project-box:hover .project-box-inner .title-box {
  padding: 20px 0 20px 40px;
}
.project-box:hover .project-box-inner .title-box a {
  text-decoration: none;
  color: #1e1e1c;
}
.project-box:hover .dots {
  bottom: 16px;
  right: 16px;
}
.project-box.comming-soon .project-box-inner .image-box {
  position: relative;
}
.project-box.comming-soon .project-box-inner .image-box:before {
  position: absolute;
  content: 'Coming soon';
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .6;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 130px 95px;
  font-size: 30px;
  font-weight: 600;
}
.project-box.comming-soon:hover .project-box-inner {
  background-color: #F4F4F4;
  border-radius: 30px 30px 0px 30px;
}
.project-box.comming-soon:hover .project-box-inner .image-box .link-box {
  top: -40px;
  left: -40px;
}
.project-box.comming-soon:hover .project-box-inner .image-box img {
  transform: scale(1);
}
.project-box.comming-soon:hover .project-box-inner .title-box {
  padding: 20px 0 20px 30px;
  transition: 0.5s ease-in-out;
}
.project-box.comming-soon:hover .project-box-inner .title-box a {
  text-decoration: none;
  color: #1e1e1c;
}
.project-box.comming-soon:hover .dots {
  bottom: 30px;
  right: 30px;
}
.latest-projects .project-box-inner .image-box::before {
  padding: 86px 53px !important;
}
.data-box-with-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  min-height: 550px;
  background-color: #d7e7b9;
  border-radius: 55px;
  padding: 110px 53px;
  overflow: hidden;
}
.data-box-with-img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(215, 231, 185, 0.7);
}
@media (min-width: 768px) {
  .data-box-with-img:before {
    width: 70%;
    background: linear-gradient(90deg, #d7e7b9 0%, rgba(215, 231, 185, 0) 100%);
  }
}
.styled-image {
  position: relative;
}
.styled-image img {
  position: relative;
  border-radius: 0px 33px 0px 0px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.styled-image:before {
  content: url("../themes/demo/assets/img/dots.svg");
  width: 57px;
  position: absolute;
  left: -25px;
  top: -25px;
  z-index: -1;
}
.item .wrapper {
  width: 100%;
  height: auto;
  max-width: 900px;
  margin: 20px auto;
  text-align: center;
  min-height: 400px;
}
@media (min-width: 768px) {
  .item .wrapper {
    min-height: 500px;
    max-height: 500px;
  }
}
@media (min-width: 768px) {
  .item .wrapper {
    width: 90%;
  }
}
.comparison-widget {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 400px;
}
@media (min-width: 768px) {
  .comparison-widget {
    min-height: 500px;
    max-height: 500px;
  }
}
.comparison-widget * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comparison-widget:hover .comparison-separator {
  opacity: 1;
}
.comparison-widget:hover .comparison-control {
  opacity: 1;
}
.comparison-widget:hover .comparison-control:before,
.comparison-widget:hover .comparison-control:after {
  opacity: 1;
}
.comparison-widget--hidden {
  opacity: 0;
}
.comparison-item {
  height: 100%;
  width: 100%;
  background: #FFF;
}
.comparison-item--first {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.comparison-item__content {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.comparison-item__content:hover .comparison-item__label {
  background: #FFF;
}
.comparison-item--first .comparison-image {
  width: auto;
  max-width: none;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  min-height: 400px;
}
@media (min-width: 768px) {
  .comparison-item--first .comparison-image {
    min-height: 500px;
    max-height: 500px;
  }
}
.comparison-item__image {
  display: block;
  max-width: 100%;
  -webkit-user-drag: none;
  min-height: 400px;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .comparison-item__image {
    min-height: 500px;
    max-height: 500px;
  }
}
.comparison-item--first .comparison-item__label {
  left: 0;
  right: inherit;
}
.comparison-item__label {
  padding: 7px 10px;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: #222;
  background: rgba(255, 255, 255, 0.65);
  z-index: 1;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.comparison-separator {
  width: 2px;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 10;
  background: #FFF;
  cursor: pointer;
  opacity: 0.7;
}
.comparison-control {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFF;
  border-radius: 100%;
  opacity: 1;
}
.comparison-control:before,
.comparison-control:after {
  content: '';
  display: block;
  width: 12px;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  background: url('../themes/demo/assets/img/arrow.png') 0 0 no-repeat;
}
.comparison-control:before {
  left: -15px;
}
.comparison-control:after {
  right: -15px;
  background-position: -12px 0px;
}
.comparison-control__mask {
  width: 50px;
  height: 40px;
  position: absolute;
  top: -15px;
  left: -18px;
  background: #FFF;
  opacity: 0;
}
.owl-navs {
  position: absolute;
  top: 42%;
  width: 100%;
  z-index: 0;
}
.owl-navs .owl-next {
  float: right;
  margin-right: -20px;
  font-size: 35px;
  color: #7d7d7d;
  cursor: pointer;
}
.owl-navs .owl-prev {
  float: left;
  margin-left: -20px;
  font-size: 35px;
  color: #7d7d7d;
  cursor: pointer;
}
.owl-navs.disabled {
  display: none;
}
.owl-carousel .owl-stage-outer {
  z-index: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  transition: 0.5s ease-in-out;
  margin: 5px 4px;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #f28f51;
  width: 25px;
  border-radius: 50px;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.home-gallery .portfolio-menu {
  text-align: center;
}
.home-gallery .portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all .5s ease;
}
.home-gallery .portfolio-item {
  /*width:100%;*/
}
.home-gallery .portfolio-item .item {
  /*width:303px;*/
  margin-bottom: 20px;
  height: 200px;
}
.home-gallery .portfolio-item .item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.galleryy {
  background-color: #d7e7b9;
  padding: 50px 0 30px 0;
  border-top: 5px solid #f8f4ef;
  border-bottom: 5px solid #f8f4ef;
}
.galleryy .portfolio-menu {
  text-align: center;
}
.galleryy .portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all .5s ease;
}
.galleryy .portfolio-item {
  /*width:100%;*/
}
.galleryy .portfolio-item .item {
  /*width:303px;*/
  margin-bottom: 20px;
  height: 200px;
}
.galleryy .portfolio-item .item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.team-box {
  background-color: #D9D9D9;
  width: 220px;
  height: 220px;
  padding: 8px;
  transition: all .5s ease;
}
@media (min-width: 992px) {
  .team-box {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 2560px) {
  .team-box {
    width: 400px;
    height: 400px;
  }
}
.team-box .box-inner {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: black;
}
.team-box .box-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: all .5s ease;
}
.team-box .box-inner .fa-circle-info {
  position: absolute;
  left: 0;
  top: 40%;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  color: #e1e1e1;
  font-size: 30px;
  transition: all .5s ease;
}
.team-box .box-inner .links {
  background-color: white;
  width: 80%;
  padding: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all .5s ease;
}
.team-box .box-inner .links ul {
  margin: 0;
}
.team-box .box-inner .links ul li a {
  color: #7d7d7d;
  transition: all .5s ease;
}
.team-box .box-inner .links ul li a:hover {
  color: #f28f51;
}
.team-box:hover {
  background-color: #f28f51;
}
.team-box:hover .box-inner img {
  opacity: 0.7;
}
.team-box:hover .box-inner .fa-circle-info {
  opacity: 1;
}
.team-box:hover .box-inner .links {
  opacity: 1;
  bottom: 15px;
}
.team-info-box {
  border-radius: 30px;
  padding: 50px;
}
.team-info-box span,
.team-info-box h3 {
  float: left;
  margin: 0;
}
.team-info-box span {
  padding-left: 20px;
  font-size: 19px;
}
.team-info-box.hidden {
  display: none;
}
.team-info-box.show {
  display: block;
}
.circle-img {
  width: 80%;
  height: 0;
  padding-bottom: 80%;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.circle-img img {
  object-fit: cover;
  width: 110%;
}
.accordion ul li {
  list-style: none;
  padding: 20px 0;
}
.accordion ul li strong {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
}
.kontact-detail {
  border-radius: 50px;
  text-align: left;
  display: inline-block;
  list-style: none;
}
.kontact-detail i {
  padding-right: 17px;
}
.kontact-detail a {
  text-decoration: none;
  color: black;
}
.with-link {
  position: relative;
}
.with-link .edit-btn {
  opacity: 1;
  height: 100%;
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 0;
  z-index: 3;
  width: 0;
  left: 0;
  background: linear-gradient(0deg, #00293b 0%, #c1da93 100%);
}
.with-link .edit-btn .row {
  height: 100%;
  padding: 0 !important;
  margin: 0;
}
.with-link .edit-btn .row .col-12 {
  padding: 0;
}
.with-link .edit-btn .row .col-12 .btn {
  background-color: white;
  border-radius: 50%;
  width: 0;
  height: 70px;
  padding: 22px 0;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.with-link .edit-btn .row .col-12 .btn i {
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.with-link:hover .edit-btn {
  opacity: 1;
  width: 5vw;
  height: 100%;
}
.with-link:hover .edit-btn .row {
  padding: inherit;
  margin: inherit;
}
.with-link:hover .edit-btn .row .col-12 {
  padding: 0;
}
.with-link:hover .edit-btn .row .col-12 .btn {
  width: 70px;
  padding: 22px;
}
.with-link:hover .edit-btn .row .col-12 .btn i {
  opacity: 1;
}


