@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
body {
   font-family: "Averia Serif Libre", serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    background-color: #ffffff;
    color: #283132;
}
p {
    line-height: 1.7em;
    margin-bottom: 1.6em;
}
h1 {
    margin: 0;
    font-weight: 400;
    line-height: 1.1em;
    color: #191919;
}
h2 {
    margin: 0;
    font-weight: 400;
    line-height: 1.1em;
    color: #191919;
}
h3 {
    margin: 0;
    font-weight: 400;
    line-height: 1.1em;
    color: #ffffff;
}
h4 {
    margin: 0;
    font-weight: 400;
    line-height: 1.1em;
    color: #191919;
}
h5 {
    margin: 0;
    font-weight: 400;
    line-height: 1.1em;
    color: #191919;
}
h6 {
    margin: 0;
    font-weight: 400;
    line-height: 1.1em;
    color: #191919;
}
figure {
    margin: 0;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    outline: 0;
}
a:focus {
    text-decoration: none;
    outline: 0;
}
html,
body {
    width: 100%;
    overflow-x: clip;
}
.container {
    max-width: 1300px;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: 15px;
    padding-left: 15px;
}
.image-anime {
    position: relative;
    overflow: hidden;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgb(255 255 255 / 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: #fff0;
}
.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}
.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}
/*
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row > * {
    padding-right: 15px;
    padding-left: 15px;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > * {
    padding-right: 0;
    padding-left: 0;
}*/
.btn-default {
    position: relative;
    display: inline-block;
    background: #191919;
    color: #ffffff;
    font-size: 16px;
    line-height: 1em;
    text-transform: capitalize;
    border: none;
    padding: 17px 46px 17px 20px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 0;
border: 1px solid transparent
}


.btn-default:hover {
    background: #fff;

    color: #000;
}

.hover-white:hover {
border: 1px solid #000;
}


.btn-default::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translate(-20px, -50%);
    transition: all 0.4s ease-in-out;
  filter: brightness(100);
}
.btn-default:hover::before {
    transform: translate(-18px, -50%);
  filter: brightness(0);
}/*
.btn-default::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: #191919;
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.btn-default:hover {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}*/
.btn-default.btn-highlighted {
    background-color: #ffffff;
    color: #191919;
}
.btn-default.btn-highlighted:hover {
    color: #ffffff;
    background: #191919;
}
.btn-default.btn-highlighted::before {
  filter: brightness(0);
}
.btn-default.btn-highlighted:hover::before {
    filter: brightness(100);
}
.btn-default.btn-highlighted::after {

}
.cb-cursor:before {
    background: #191919;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #191919;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading-container,
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}
.loading-container {
    margin: 40px auto;
}
.loading {
    border: 1px solid #fff0;
    border-color: #fff0 #ffffff #fff0 #ffffff;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}
.loading-container:hover .loading,
.loading-container .loading {
    transition: all 0.5s ease-in-out;
}
#loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 66px;
    transform: translate(-50%, -50%);
}
@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.section-row {
    margin-bottom: 30px;
}
.section-row .section-title {
    margin-bottom: 0;
    margin-right: 30px;
}
.section-btn {
    text-align: end;
}
.section-title-content {
    margin-left: 120px;
}
.section-title-content p {
    margin: 0;
}
.section-title {
    margin-bottom: 20px;
}
.section-title h3 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    text-transform: capitalize;
    color: #fff;
    padding-left: 35px;
    margin-bottom: 10px;
}
.section-title h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/icon-sub-heading.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 24px;
    height: 5px;
}
.section-title{
    text-align: center;
}
.section-title h1 {
      font-size: 44px;
    font-weight: 400;
    margin-bottom: 0;
    
}
.section-title h2 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 0;
    
}
.section-title h1 span {
    color: #191919;
}
.section-title h2 span {
    color: #ffffff;
}

.section-title p {
    margin-top: 10px;
    margin-bottom: 0;
        color: #ffffff;
            font-size: 19px;
    font-family: 'PT Serif';
}
.hero{
    padding-top: 210px;
}
.section-title-content.dark-section p {
    color: #ffffff;
}
.section-title.dark-section p {
    color: #ffffff;
}
.section-title.dark-section h2 {
    color: #ffffff;
}
.section-title.dark-section h3 {
    color: #ffffff;
}
.help-block.with-errors ul {
    margin: 0;
    text-align: left;
}
.help-block.with-errors ul li {
    color: rgb(230, 87, 87);
    font-weight: 500;
    font-size: 14px;
}
header.main-header {
position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
}
header.main-header .header-sticky {
    position: relative;
    top: 0;
    z-index: 100;
}
header.main-header .header-sticky.hide {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    border-radius: 0;
}
header.main-header .header-sticky.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    transform: translateY(0);
    background: #191919;
    border-bottom: 1px solid #ffffff1a;
}
.navbar {
    padding: 5px 0;
    align-items: center;
}
header.main-header .header-sticky.active .navbar {
    border-bottom: none;
}
.navbar-brand {
    padding: 0;
    margin: 0;
}
.navbar-brand img {
    width: 220px;
}
.main-menu .nav-menu-wrapper {
    flex: 1;
    text-align: center;
    margin-left: 40px;
}
.main-menu .nav-menu-wrapper > ul {
     align-items: center;
    display: inline-flex;
    /* border-bottom: 1px solid #ffffff5c; */
    padding-bottom: 0;
    PADDING-TOP: 11PX;
}
.main-menu ul li {
    margin: 0;
    position: relative;
}

.main-menu ul li+li {
margin-left: 40px;
}

/*
.main-menu ul li:first-child {
margin-left: 0;
}

.main-menu ul li:last-child {
margin-right: 0;
}*/



.main-menu ul li a {
position: relative;
  font-family: "PT Serif", serif;

    font-size: 15px;
    font-weight: 400;
padding: 25px 0px 10px 0px ;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}


.main-menu .navbar-nav > li > a:before {
content: '';
  height: 2px;
  width: 0;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .4s ease;
  z-index: 10;
}


.main-menu .navbar-nav > li > a:hover:before {
width: 100%;
}





.white .main-menu .navbar-nav > li > a:before {
content: '';
  height: 2px;
  width: 0;
  background: #000000;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .4s ease;
  z-index: 10;
}


.white .main-menu .navbar-nav > li > a:hover:before {
width: 100%;
}


.main-menu ul li.submenu > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 14px;
    margin-left: 8px;
}
.main-menu ul li a:hover {
    color: #fff;
}
.main-menu ul li a:focus {
    color: #fff;
}
.main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 260px;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 80px;
    background-color: #191919;
    transition: all 0.3s ease-in-out;
    text-align: left;
}
.main-menu ul li.submenu:first-child ul {
    width: 230px;
}
.main-menu ul ul ul {
    left: 100%;
    top: 0;
    text-align: left;
}
.main-menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 35px;
}
.main-menu ul li.submenu ul li.submenu > a:after {
    content: "\f105";
    float: right;
}
.main-menu ul ul li {
    margin: 0;
    padding: 0;
}
.main-menu ul ul li a {
color: #ffffff;
  padding: 13px 15px !important;
  transition: all 0.3s ease-in-out;
  display: block;
  border-bottom: 1px solid #ffffff21;
  text-transform: capitalize;
}

.main-menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}

.main-menu ul ul li a:hover {
    color: #fff;
    background: #111;
}

/*
.main-menu ul ul li a:focus {
    color: #191919;
    background-color: #fff0;
    padding: 6px 20px 6px 23px !important;
}*/
.responsive-menu,
.navbar-toggle {
    display: none;
}




.responsive-menu {
top: 0;
  position: fixed;
  right: -150%;
  width: 100%;
  padding-top: 110px;
  z-index: -1;
  background: #000000;
  height: 100%;
    transition: all 0.3s ease-in-out;
}

.responsive-menu.active {
  right: 0;
}

.slicknav_btn {
    background: #191919;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 0;
}
.slicknav_icon .slicknav_icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    width: 22px;
    background-color: #ffffff;
    border-radius: 6px;
    margin: 4px auto !important;
    transition: all 0.1s ease-in-out;
}
.slicknav_icon .slicknav_icon-bar:first-child {
    margin-top: 0 !important;
}
.slicknav_icon .slicknav_icon-bar:last-child {
    margin-bottom: 0 !important;
}
.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 5px);
}
.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}
.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -5px);
}
.slicknav_menu {
    position: absolute;
    width: 100%;
    padding: 0;
    background: #000000;
}
.slicknav_menu ul {
  height: auto !important;
max-height: 400px;
  overflow: auto;

}

.slicknav_nav {
  display: block !important;
}


.slicknav_menu ul ul {
    margin: 0;  background: #151515;
}
.slicknav_nav .slicknav_row {
    position: relative;

    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 20px;
    color: #ffffff;
    line-height: normal;
    margin: 0;
    border-radius: 0 !important;
    transition: all 0.3s ease-in-out;
}
.slicknav_nav li a {
    position: relative;
  text-align: center;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 20px;
    color: #ffffff;
    line-height: normal;
    margin: 0;
    border-radius: 0 !important;
    transition: all 0.3s ease-in-out;
}

.slicknav_nav > li > a {
  border-bottom: 0px solid #fff1;
}


.slicknav_nav a:hover {
    background-color: #111;
    color: #fff;
}
.slicknav_nav a:focus {
    background-color: #111;
    color: #fff;
}
.slicknav_nav .slicknav_row:hover {
    background-color: #fff0;
    color: #191919;
}
.slicknav_menu ul ul li a {
    padding: 10px 20px 10px 30px;
  font-size: 16px;
}
.slicknav_arrow {
    font-size: 0 !important;
}
.slicknav_arrow:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 18px;
    margin-left: 8px;
    color: #ffffff;
    position: absolute;
    top: 18px;
    transition: all 0.3s ease-out;
}
.slicknav_open > a .slicknav_arrow:after {
    transform: rotate(-180deg);
}
.hero {
    position: relative;
    /* background: url(../images/hero-bg.html); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

     /* padding-top: 13%;
    padding-bottom: 13%; */
  display: flex;
  
  align-items: end;;
}
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* background: linear-gradient(180deg, #fff0 0%, rgb(25 35 36 / 0.4) 80.94%); */
    height: 100%;
    width: 100%;
    z-index: 1;
}
.hero.hero-video .hero-bg-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.hero.hero-video .hero-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero.hero-slider-layout {
    background: none;
    padding: 0;
}
.hero.hero-slider-layout .hero-slide {
    position: relative;
    padding: 280px 0 250px;
    min-height: 100vh;
}
.hero.hero-slider-layout .hero-slide::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #fff0 0%, rgb(25 35 36 / 0.4) 80.94%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hero.hero-slider-layout .hero-slide .hero-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.hero.hero-slider-layout .hero-slide .hero-slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero.hero-slider-layout .hero-pagination {
    position: absolute;
    bottom: 50px;
    text-align: left;
    padding-left: calc(((100vw - 1300px) / 2));
    z-index: 2;
}
.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ffffff;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}
.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active {
    background-color: #191919;
}
.hero-content {
    position: relative;
    z-index: 2;
}
.hero-content .section-title h3 {
    color: #ffffff;
}
.hero-content .section-title h1 {
    color: #ffffff;
}
.hero-content .section-title p {
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    font-family: 'Averia Serif Libre';

}
.hero-content .section-title h3::before {
    filter: brightness(0) invert(1);
}
.hero-content .btn-default.btn-highlighted {
    margin-left: 5px;
}
.about-us {
    position: relative;
    padding: 50px 0;
z-index: 1;
}

.about-us:after {
    /* content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/section-bg-shape-1.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
z-index: -1;
opacity: 0.7 */
}

.about-us-images {
    position: relative;
    padding-right: 100px;
}


.about-shape {
position: absolute;
  bottom: -40px;
  left: -44px;
}


.about-img-1 figure,
.about-img-2 figure {
    display: block;
}
.about-img-1 img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.76;
}
.about-img-2 {
    position: absolute;
    width: 100%;
    max-width: 385px;
    bottom: 0;
    right: 0;
}
.about-img-2 img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.76;
}
.experience-counter {
    position: absolute;
    top: 0;
    left: 0;
    height: 152px;
    width: 152px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #191919;
    border: 6px solid #ffffff;
    transform: translate(-50%, -6px);
    border-radius: 50%;
}
.experience-counter h3 {
    font-size: 34px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}
.experience-counter p {
    font-weight: 600;
    line-height: 1.4em;
    text-transform: capitalize;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
}
.feedback-counter {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    transform: rotate(-180deg) translate(20px, 80px);
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
}
.feedback-counter p {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #191919;
    border-radius: 50%;
    margin: 0 0 15px 0;
    transition: all 0.3s ease-in-out;
}
.feedback-counter:hover p {
    background-color: #191919;
}
.feedback-counter h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    width: calc(100% - 75px);
}
.about-us-content-body {
    position: relative;
}

.about-us-content-info {
    width: calc(50% - 40px);
}
.about-us-content-list {
    margin-bottom: 40px;
}
.about-us-content-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.about-us-content-list ul li {
    position: relative;
    font-weight: 500;
    color: #191919;
    padding-left: 30px;
    margin-bottom: 15px;
}
.about-us-content-list ul li:last-child {
    margin-bottom: 0;
}
.about-us-content-list ul li::before {
    content: "\f058";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    color: #191919;
    display: inline-block;
    top: 2px;
    left: 0;
}
.about-us-contact-list {
    width: calc(50% - 40px);
}
.about-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.about-contact-item:last-child {
    margin-bottom: 0;
}
.about-contact-item .icon-box {
    width: 40px;
    height: 40px;
    background-color: #191919;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
}
.about-contact-item:hover .icon-box {
    background-color: #191919;
}
.about-contact-item .icon-box figure {
    display: block;
    border-radius: 50%;
    overflow: hidden;
}
.about-contact-item .icon-box img {
    max-width: 40px;
    border-radius: 50%;
}
.about-contact-item .icon-box i {
    font-size: 18px;
    color: #ffffff;
}
.about-contact-content {
    width: calc(100% - 55px);
}
.about-contact-content h3 {
    font-size: 20px;
    text-transform: capitalize;
}
.about-contact-content p {
    font-weight: 500;
    color: #191919;
    text-transform: capitalize;
    margin-bottom: 0;
}
.why-choose-us {
    padding: 100px 0;
    background-color: #f8f8f8;
}
.why-choose-item {
    display: flex;
    border-bottom: 1px solid #eaf0ec;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.why-choose-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.why-choose-item .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #eaf0ec;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    transition: all 0.4s ease-in-out;
}
.why-choose-item:hover .icon-box {
    background-color: #fff0;
}
.why-choose-item .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #191919;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}
.why-choose-item:hover .icon-box::before {
    transform: scale(1);
}
.why-choose-item .icon-box img {
    max-width: 24px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.why-choose-item:hover .icon-box img {
    filter: brightness(0) invert(1);
}
.why-choose-item-content {
    width: calc(100% - 80px);
}
.why-choose-item-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.why-choose-item-content p {
    color: #191919;
    margin-bottom: 0;
}
.why-choose-images {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-left: 30px;
}
.why-choose-img-box-1,
.why-choose-img-box-2 {
    display: flex;
    gap: 20px;
    width: 100%;
}
.why-choose-img-1 figure,
.why-choose-img-2 figure,
.why-choose-img-3 figure,
.why-choose-img-4 figure {
    display: block;
}
.why-choose-img-1 {
    width: calc(57% - 10px);
}
.why-choose-img-1 img {
    width: 100%;
    aspect-ratio: 1 / 0.756;
    object-fit: cover;
}
.why-choose-img-2 {
    width: calc(43% - 10px);
}
.why-choose-img-2 img {
    width: 100%;
    aspect-ratio: 1 / 1.01;
    object-fit: cover;
}
.why-choose-img-3 {
    width: calc(67% - 10px);
}
.why-choose-img-3 img {
    width: 100%;
    aspect-ratio: 1 / 0.746;
    object-fit: cover;
}
.why-choose-img-4 {
    width: calc(33% - 10px);
}
.why-choose-img-4 img {
    width: 100%;
    aspect-ratio: 1 / 1.55;
    object-fit: cover;
}
.our-services {
    padding: 50px 0;
}
.service-item {
    position: relative;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.service-image a {
    display: block;
    
}
.service-image a figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(360deg, rgb(0 0 0 / 0.6) 0%, #fff0 105%);
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.service-image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1.36;
    transition: all 0.4s ease-in-out;
}
.service-item:hover .service-image img {
    transform: scale(1.1);
}
.service-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 1;
}
.service-btn a {
    background-color: #191919;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
}
.service-btn a:hover {
    background-color: #191919;
}
.service-btn a img {
    max-width: 20px;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}
.service-btn a:hover img {
    transform: rotate(0);
}
.service-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    z-index: 1;
}
.service-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 10px;
}
.service-content h3 a {
    color: inherit;
}
.service-content p {
    color: #ffffff;
    margin-bottom: 0;
}
.all-services-btn {
    text-align: center;
    margin-top: 20px;
}
.intro-video .container-fluid {
    padding: 0;
}
.intro-video-box {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.intro-video-image a {
    display: block;
    
}
.intro-video-image figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, #fff0 0%, rgb(25 35 36 / 0.6) 80.94%);
    height: 100%;
    width: 100%;
    z-index: 1;
}
.intro-video-image img {
    width: 100%;
    aspect-ratio: 1 / 0.41;
    object-fit: cover;
}
.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.video-play-button a {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    
    transition: all 0.3s ease-in-out;
}
.video-play-button a:hover {
    border-color: #191919;
    color: #191919;
}
.our-project {
    padding: 100px 0 70px;
}
.our-Project-nav {
    text-align: center;
    margin-bottom: 60px;
}
.our-Project-nav ul {
    list-style: none;
    text-align: center;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px 30px;
    padding: 0;
    margin: 0;
}
.our-Project-nav ul li a {
    position: relative;
    display: inline-block;
    color: #191919;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}
.our-Project-nav ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background-color: #191919;
    transform-origin: bottom right;
    transition: transform 0.4s ease-in-out;
    transform: scaleX(0);
}
.our-Project-nav ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background-color: #191919;
    transform-origin: bottom right;
    transition: transform 0.4s ease-in-out;
    transform: scaleX(0);
}
.our-Project-nav ul li a:after {
    top: -8px;
    bottom: auto;
    left: 0;
}
.our-Project-nav ul li a:hover:before,
.our-Project-nav ul li a.active-btn:before,
.our-Project-nav ul li a:hover:after,
.our-Project-nav ul li a.active-btn:after {
    transform-origin: bottom left;
    transform: scaleX(1);
}
.project-item {
    position: relative;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.project-featured-image figure::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgb(0 0 0 / 0.6) 0%, #fff0 111.33%);
    z-index: 0;
}
.project-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(20px);
    border-radius: 50%;
    transform: translate(-50%, -30%);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.project-item:hover .project-btn {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}
.project-btn a {
    width: 100px;
    height: 100px;
    background: #ffffff1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}
.project-btn img {
    max-width: 24px;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}
.project-btn a:hover {
    background: #191919;
}
.project-btn a:hover img {
    transform: rotate(0deg);
}
.project-featured-image img {
    width: 100%;
    aspect-ratio: 1 / 0.79;
    object-fit: cover;
}
.project-content {
    position: absolute;
    left: 40px;
    bottom: 40px;
    right: 40px;
}
.project-content h3 {
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}
.project-content h2 {
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}
.project-content h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.project-content h2 {
    font-size: 20px;
    font-weight: 400;
}
.project-content h2 a {
    color: inherit;
}
.how-we-work {
    background: #191919;
    padding: 100px 0;
}
.how-we-work-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.how-we-work-item {
    width: calc(25% - 22.5px);
}
.how-we-work-item .icon-box {
    margin-bottom: 30px;
}
.how-we-work-item .icon-box img {
    max-width: 60px;
}
.how-we-work-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 10px;
}
.how-we-work-content p {
    color: #ffffff;
    margin: 0;
}
.how-work-company-slider {
    border-top: 1px solid #ffffff1a;
    margin-top: 60px;
    padding-top: 60px;
}
.how-work-company-slider .company-logo {
    text-align: center;
}
.how-work-company-slider .company-logo img {
    width: 100%;
    max-height: 40px;
}
.our-skill {
    padding: 100px 0;
    background: url(../images/section-bg-shape-2.html);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.skills-progress-bar {
    margin-bottom: 40px;
}
.skills-progress-bar:last-child {
    margin-bottom: 0;
}
.skillbar .skill-data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.skill-data .skill-title {
    font-size: 16px;
    text-transform: capitalize;
    color: #191919;
}
.skill-data .skill-no {
    font-size: 16px;
    color: #191919;
    margin-left: 20px;
}
.skill-progress {
    width: 100%;
    height: 12px;
    background: #eaf0ec;
    border-radius: 99px;
    position: relative;
}
.skill-progress .count-bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #191919;
    border-radius: 99px;
}
.our-skill-image {
    position: relative;
    padding-bottom: 155px;
    margin-left: 65px;
}
.our-skill-img-1 {
    width: 333px;
    position: relative;
    background: url(../images/our-skill-img-bg-dot.html);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 84px auto;
    padding: 30px 0 0 30px;
}
.our-skill-img-1 figure,
.our-skill-img-2 figure,
.our-skill-img-3 figure {
    display: block;
}
.our-skill-img-1 img {
    width: 100%;
    aspect-ratio: 1/1.37;
    object-fit: cover;
}
.our-skill-img-2 {
    width: 202px;
    position: absolute;
    top: 70px;
    right: 0;
}
.our-skill-img-2 img {
    width: 100%;
    aspect-ratio: 1/0.93;
    object-fit: cover;
}
.our-skill-img-3 {
    width: 333px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.our-skill-img-3 img {
    width: 100%;
    aspect-ratio: 1/0.97;
    object-fit: cover;
}
.our-testimonials {
    background: #f8f8f8;
}
.our-testimonials .container-fluid {
    padding: 0;
}
.our-testimonials-image {
    height: 100%;
}
.our-testimonials-image figure,
.our-testimonials-image figure img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.82;
    object-fit: cover;
}
.our-testimonial-content {
    padding: 100px;
}
.our-testimonial-content .section-title {
    background: url(../images/testimonial-quote.html) no-repeat;
    background-position: top right;
    background-size: 162px auto;
}
.testimonial-slider {
    width: 100%;
    max-width: 620px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eaf0ec;
}
.testimonial-slider .swiper-wrapper {
    
}
.testimonial-rating {
    margin-bottom: 20px;
}
.testimonial-rating i {
    font-size: 18px;
    color: #191919;
    margin-right: 2px;
}
.testimonial-rating i:last-child {
    margin-right: 0;
}
.testimonial-content {
    margin-bottom: 40px;
}
.testimonial-content p {
    font-size: 20px;
    color: #191919;
    margin: 0;
}
.testimonial-body {
    display: flex;
    align-items: center;
}
.testimonial-body .author-image {
    margin-right: 15px;
}
.testimonial-body .author-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.testimonial-body .author-content {
    width: calc(100% - 75px);
}
.testimonial-body .author-content h3 {
    font-size: 20px;
    text-transform: capitalize;
}
.testimonial-body .author-content p {
    text-transform: capitalize;
    margin: 0;
}
.testimonial-rating-counter {
    display: flex;
    align-items: center;
    gap: 20px;
}
.testimonial-rating-counter .rating-counter h2 {
    font-size: 58px;
}
.testimonial-client-rating {
    display: inline-block;
    background: #191919;
    padding: 0 5px 3px 5px;
    line-height: 1em;
}
.testimonial-client-rating i {
    font-size: 10px;
    color: #ffffff;
}
.testimonial-rating-content p {
    color: #191919;
    font-weight: 500;
    margin: 0;
}
.our-blog {
    padding: 50px 0;
background: #000;
}

.owl-item .post-item { 
    margin-bottom: 0;
}


.post-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.post-featured-image {
    margin-bottom: 20px;
  overflow: hidden;
}
.post-featured-image a {
    
}
.post-featured-image figure,
.post-featured-image a {
    display: block;
}
.post-featured-image img {
    width: 100%;
    aspect-ratio: 1 / 0.85;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}
.post-item:hover .post-featured-image img {
    transform: scale(1.1);
}
.post-item-content {
    margin-bottom: 15px;
}
.post-item-content h3 {
    color: #191919;
    font-size: 19px;
    line-height: 1.4em;
line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 54px;
  margin-bottom: 8px;
}
.post-item-content h3 a {
    color: #fff;

}
.post-btn{
        color: #fff;
}
.post-item-btn a {
    position: relative;
    color: #191919;
    font-weight: 500;
    text-transform: capitalize;
    padding-right: 25px;
}
.post-item-btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 17px;
    height: 16px;
    background: url(../images/arrow-dark.html) no-repeat;
    background-position: right center;
    background-size: cover;
    transition: all 0.4s ease-in-out;
}
.post-item-btn a:hover::after {
    transform: translate(2px, -50%);
}
.our-blog-footer {
    margin-top: 20px;
    text-align: center;
}
.main-footer {
    padding: 15px 0 0;
    background: #191919;
}
.main-footer .footer-header {
    border-bottom: 1px solid #ffffff1a;
margin-bottom: 30px;
  padding-bottom: 15px;
}
.footer-social-links {
       display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 15px;;
}
.footer-social-link-title h3 {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
}
.countt-content h3 .countt{
     font-size: 30px;  
}

.footer-logo img {
width: 280px;
}


.footer-social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-social-links ul li {
    display: inline-flex;
    margin-right: 10px;
}
.footer-social-links ul li:last-child {
    margin-right: 0;
}
.footer-social-links ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff0a;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    transition: all 0.3s ease-in-out;
}
.footer-social-links ul li a i {
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.footer-social-links ul li a:hover {
background: #fff;

}
.footer-social-links ul li a:hover i {
  color: #000;
}
.footer-links h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 20px;
}
.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-links ul li {
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
}
.footer-links ul li:last-child {
    margin-bottom: 0;
}
.footer-links ul li:hover {
    color: #191919;
}
.footer-links ul li a {
    display: block;
  color: #fff;
}

.footer-links ul li a:hover {
color: #fff;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.footer-contact-item:last-child {
    margin-bottom: 0;
}
.footer-contact-item .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff1a;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}
.footer-contact-item:hover .icon-box {
    border-color: #ffffff;
}
.footer-contact-item .icon-box i {
    font-size: 16px;
    color: #ffffff;
}
.footer-contact-content {
    width: calc(100% - 50px);
}
.footer-contact-content p {
    color: #ffffff;
    margin: 0;
}
.footer-newsletter-form p {
    color: #ffffff;
    margin-bottom: 30px;
}
.footer-newsletter-form .form-group {
    display: flex;
    background: #ffffff;
    overflow: hidden;
}
.footer-newsletter-form .form-group .form-control {
    width: 85%;
    border: none;
    border-radius: 0;
    color: #283132;
    background: #fff0;
    padding: 13px 10px;
    box-shadow: none;
}
.footer-newsletter-form .form-group .form-control::placeholder {
    color: #283132;
}
.footer-newsletter-form button {
    background-color: #fff0;
    width: 15%;
    border: none;
    padding: 0;
}
.footer-newsletter-form button i {
    color: #191919;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
.footer-newsletter-form button:hover i {
    color: #191919;
}
.footer-copyright {
    border-top: 1px solid #ffffff1a;
    text-align: center;
    margin-top: 25px;
    padding: 10px 0;
}
.footer-copyright-text p {
    color: #ffffff;
    margin: 0;
}
.page-header {
    position: relative;
    background: url(../images/page-header-bg.html);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 270px 0 180px;
    margin-top: -118px;
}
.page-header::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #fff0 0%, rgb(25 35 36 / 0.4) 80.94%);
    width: 100%;
    height: 100%;
    z-index: 0;
}
.page-header-box {
    position: relative;
    text-align: center;
    z-index: 1;
}
.page-header-box h1 {
    display: inline-block;
    font-size: 80px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    
}
.page-header-box ol {
    margin: 0;
    padding: 0;
    justify-content: center;
}
.page-header-box ol li.breadcrumb-item {
    font-size: 22px;
    text-transform: capitalize;
    color: #ffffff;
}
.page-header-box ol li.breadcrumb-item a {
    color: inherit;
}
.page-header-box ol .breadcrumb-item + .breadcrumb-item::before {
    font-size: 20px;
    color: #ffffff;
}
.about-us.page-about-us {
    background: #fff0;
}
.about-facility-list {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.about-facility-item {
    width: calc(33.33% - 20px);
    display: flex;
}
.about-facility-item .icon-box {
    position: relative;
    height: 60px;
    width: 60px;
    background-color: #eaf0ec;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.about-facility-item .icon-box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #191919;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.about-facility-item:hover .icon-box:before {
    transform: scale(1);
}
.about-facility-item .icon-box img {
    max-width: 24px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
.about-facility-item:hover .icon-box img {
    filter: brightness(0) invert(1);
}
.about-facility-content {
    width: calc(100% - 80px);
}
.about-facility-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.about-facility-content p {
    margin-bottom: 0;
}
.vision-mission {
    padding: 100px 0 50px;
    background: linear-gradient(180deg, #191919 60%, #ffffff 40%);
}
.vision-mission-box {
    background-color: #f8f8f8;
    padding: 45px 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 150px;
}
.vision-mission-item {
    position: relative;
    width: calc(50% - 75px);
}
.vision-mission-item::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    right: -75px;
    bottom: 0;
    background-color: #eaf0ec;
    z-index: 1;
}
.vision-mission-item:nth-child(2n + 2)::before,
.vision-mission-item:last-child::before {
    display: none;
}
.vision-mission-item .icon-box {
    position: relative;
    width: 95px;
    height: 95px;
    background: #eaf0ec;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.vision-mission-item .icon-box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #191919;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.vision-mission-item:hover .icon-box:before {
    transform: scale(1);
}
.vision-mission-item .icon-box img {
    position: relative;
    max-width: 36px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
.vision-mission-item:hover .icon-box img {
    filter: brightness(0) invert(1);
}
.vision-mission-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.vision-mission-content p {
    margin: 0;
}
.best-selling {
    background: url(../images/section-bg-shape-1.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding: 50px 0 100px;
}
.best-selling-content-img {
    margin-bottom: 80px;
}
.best-selling-iamge figure,
.best-selling-content-img figure {
    display: block;
}
.best-selling-content-img img {
    width: 100%;
    aspect-ratio: 1 / 0.42;
    object-fit: cover;
}
.best-selling-content .section-title {
    margin-bottom: 0;
}
.best-selling-iamge img {
    width: 100%;
    aspect-ratio: 1 / 0.93;
    object-fit: cover;
}
.our-team {
    padding: 100px 0 70px;
}
.team-member-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.team-image {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.team-image a {
    display: block;
    
}
.team-image figure {
    display: block;
}
.team-image figure img {
    width: 100%;
    aspect-ratio: 1 / 1.11;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}
.team-member-item:hover .team-image figure img {
    transform: scale(1.1);
}
.team-readmore-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
}
.team-readmore-btn a {
    width: 60px;
    height: 60px;
    background-color: #191919;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.team-readmore-btn a:hover {
    background-color: #191919;
}
.team-readmore-btn img {
    max-width: 20px;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}
.team-readmore-btn a:hover img {
    transform: rotate(0deg);
}
.team-content {
    text-align: center;
    margin-bottom: 20px;
}
.team-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.team-content p {
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}
.team-social-icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.team-social-icon ul li {
    display: inline-flex;
    margin-right: 10px;
}
.team-social-icon ul li:last-child {
    margin-right: 0;
}
.team-social-icon ul li a {
    width: 44px;
    height: 44px;
    color: #191919;
    background: #eaf0ec;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}
.team-social-icon ul li a:hover {
    color: #ffffff;
    background: #191919;
}
.team-social-icon ul li a i {
    color: inherit;
    font-size: 18px;
}
.our-faqs {
    padding: 100px 0;
}
.our-faqs-content {
    margin-right: 70px;
}
.faq-accordion .accordion-item {
    border-bottom: 1px solid #eaf0ec;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.faq-accordion .accordion-header .accordion-button {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    color: #191919;
    align-items: start;
    padding-right: 35px;
    transition: all 0.3s ease-in-out;
}
.faq-accordion .accordion-header .accordion-button span {
    margin-right: 7px;
}
.faq-accordion .accordion-button:not(.collapsed) {
    padding-bottom: 15px;
}
.faq-accordion .accordion-item .accordion-button::after {
    content: "\2b";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 18px;
    font-weight: 900;
    color: #191919;
    text-align: right;
    top: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}
.faq-accordion .accordion-item .accordion-button.collapsed::after {
    content: "\2b";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 18px;
    font-weight: 900;
    color: #191919;
    text-align: right;
    top: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
    content: "\f068";
}
.faq-accordion .accordion-body {
    padding-right: 35px;
}
.faq-accordion .accordion-body p {
    margin: 0;
}
.our-faqs-image {
    text-align: right;
}
.our-faqs-image figure {
    display: block;
}
.our-faqs-image img {
    width: 100%;
    aspect-ratio: 1 / 1.26;
    object-fit: cover;
}
.our-clients {
    background-color: #000000;
    padding: 100px 0;
}
.our-clients .our-clients-box {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.our-client-slider .client-logo {
    text-align: center;
}
.our-client-slider .client-logo img {
    width: 100%;
    max-height: 40px;
}
.page-services {
    padding: 100px 0 70px;
}
.page-service-single {
    padding: 100px 0;
}
.service-sidebar {
    position: sticky;
    top: 30px;
    margin-right: 30px;
}
.service-catagery-list {
    border: 1px solid #eaf0ec;
    padding: 30px;
    margin-bottom: 40px;
    overflow: hidden;
}
.service-catagery-list h3 {
    font-size: 20px;
    text-transform: capitalize;
    border-bottom: 1px solid #eaf0ec;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.service-catagery-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.service-catagery-list ul li {
    margin-bottom: 20px;
}
.service-catagery-list ul li:last-child {
    margin: 0;
}
.service-catagery-list ul li a {
    position: relative;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    color: #191919;
    padding-right: 25px;
    transition: all 0.3s ease-in-out;
}
.service-catagery-list ul li:hover a {
    color: #191919;
}
.service-catagery-list ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    transform: translateY(-50%) rotate(-45deg);
    background-image: url(../images/arrow-accent.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s ease-in-out;
}
.service-catagery-list ul li:hover a::before {
    transform: translateY(-50%) rotate(0);
    filter: brightness(0) invert(0);
}
.sidebar-cta-image figure {
    display: block;
}
.sidebar-cta-image img {
    width: 100%;
    aspect-ratio: 1 / 0.57;
    object-fit: cover;
}
.sidebar-cta-Body {
    border: 1px solid #eaf0ec;
    padding: 30px;
}
.sidebar-cta-content {
    margin-bottom: 25px;
}
.sidebar-cta-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.sidebar-cta-content p {
    font-weight: 500;
    margin-bottom: 0;
}
.sidebar-cta-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.sidebar-cta-contact-item:last-child {
    margin-bottom: 0;
}
.sidebar-cta-contact-item .icon-box {
    position: relative;
    height: 58px;
    width: 58px;
    background-color: #eaf0ec;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    transition: all 0.4s ease-in-out;
}
.sidebar-cta-contact-item:hover {
    background-color: #fff0;
}
.sidebar-cta-contact-item .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #191919;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}
.sidebar-cta-contact-item:hover .icon-box::before {
    transform: scale(1);
}
.sidebar-cta-contact-item .icon-box img {
    position: relative;
    max-width: 24px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.sidebar-cta-contact-item:hover .icon-box img {
    filter: brightness(0) invert(1);
}
.cta-contact-item-content {
    width: calc(100% - 78px);
}
.cta-contact-item-content p {
    font-weight: 500;
    margin: 0;
}
.service-feature-image {
    margin-bottom: 40px;
}
.service-feature-image figure {
    display: block;
}
.service-feature-image img {
    width: 100%;
    aspect-ratio: 1 / 0.55;
    object-fit: cover;
}
.service-entry {
    margin-bottom: 60px;
}
.service-entry h2 {
    font-size: 46px;
    margin-bottom: 20px;
}
.service-entry h2 span {
    color: #191919;
}
.service-entry p {
    margin-bottom: 20px;
}
.service-entry p:last-child {
    margin-bottom: 0;
}
.service-entry ul {
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
}
.service-entry ul li {
    position: relative;
    font-weight: 500;
    color: #283132;
    text-transform: capitalize;
    padding-left: 30px;
    margin-bottom: 15px;
}
.service-entry ul li:last-child {
    margin-bottom: 0;
}
.service-entry ul li::before {
    content: "\f058";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    color: #191919;
    display: inline-block;
    top: 2px;
    left: 0;
}
.service-entry-list-image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}
.service-entry-image,
.service-entry-list {
    width: calc(50% - 15px);
}
.service-entry-image figure {
    display: block;
}
.service-entry-image img {
    width: 100%;
    aspect-ratio: 1 / 0.615;
    object-fit: cover;
}
.service-entry-list ul {
    margin-bottom: 0;
}
.why-choose-content.service-single-why-choose {
    margin-bottom: 60px;
}
.page-blog {
    padding: 100px 0;
}
.page-pagination {
    margin-top: 20px;
    text-align: center;
}
.page-pagination ul {
    justify-content: center;
    padding: 0;
    margin: 0;
}
.page-pagination ul li a {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: #191919;
    color: #ffffff;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 400;
    line-height: 1em;
    transition: all 0.3s ease-in-out;
}
.page-pagination ul li span {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: #191919;
    color: #ffffff;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 400;
    line-height: 1em;
    transition: all 0.3s ease-in-out;
}
.page-pagination ul li.active a {
    background: #191919;
    color: #ffffff;
}
.page-pagination ul li a:hover {
    background: #191919;
    color: #ffffff;
}
.page-single-post {
    padding: 100px 0;
}
.post-image {
    position: relative;
    margin-bottom: 30px;
}
.post-image figure {
    display: block;
}
.post-image figure,
.post-image img {
    aspect-ratio: 1 / 0.5;
    object-fit: cover;
}
.post-content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.post-entry {
    border-bottom: 1px solid #eaf0ec;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.post-entry:after {
    content: "";
    display: block;
    clear: both;
}
.post-entry a {
    color: #191919;
}
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 0.6em;
}
.post-entry h1 {
    font-size: 80px;
    letter-spacing: -0.02em;
}
.post-entry h2 {
    font-size: 46px;
    letter-spacing: -0.02em;
}
.post-entry h3 {
    font-size: 46px;
}
.post-entry h4 {
    font-size: 30px;
}
.post-entry h5 {
    font-size: 24px;
}
.post-entry h6 {
    font-size: 18px;
}
.post-entry p {
    margin-bottom: 20px;
}
.post-entry p:last-child {
    margin-bottom: 0;
}
.post-entry p strong {
    color: #191919;
    font-size: 18px;
    font-weight: 600;
}
.post-entry ol {
    margin: 0 0 30px;
}
.post-entry ol li {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #283132;
}
.post-entry ul {
    padding: 0;
    margin: 20px 0 20px;
    padding-left: 20px;
}
.post-entry ul li {
    font-size: 18px;
    font-weight: 500;
    color: #283132;
    position: relative;
    margin-bottom: 15px;
}
.post-entry ul li:last-child {
    margin-bottom: 0;
}
.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul {
    margin-top: 20px;
    margin-bottom: 0;
}
.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child {
    margin-bottom: 0;
}
.post-entry blockquote {
    background: url(../images/icon-blockquote.html), #191919;
    background-repeat: no-repeat;
    background-position: 35px 30px;
    background-size: 58px;
    border-radius: 0;
    padding: 30px 30px 30px 100px;
    margin-bottom: 30px;
}
.post-entry blockquote p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    color: #ffffff;
}
.post-entry blockquote p:last-child {
    margin-bottom: 0;
}
.tag-links {
    font-size: 20px;
    font-weight: 400;
    color: #191919;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.post-tags .tag-links a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    background: #191919;
    color: #ffffff;
    border-radius: 0;
    padding: 6px 20px;
    transition: all 0.3s ease-in-out;
}
.post-tags .tag-links a:hover {
    background: #191919;
}
.post-social-sharing {
    text-align: right;
}
.post-social-sharing ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.post-social-sharing ul li {
    display: inline-block;
    margin-right: 10px;
}
.post-social-sharing ul li:last-child {
    margin-right: 0;
}
.post-social-sharing ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #191919;
    color: #ffffff;
    border-radius: 0;
    width: 36px;
    height: 36px;
    transition: all 0.3s ease-in-out;
}
.post-social-sharing ul li:hover a {
    background: #191919;
}
.post-social-sharing ul li a i {
    font-size: 18px;
    color: inherit;
}
.page-project {
    padding: 100px 0 70px;
}
.page-project-single {
    padding: 100px 0;
}
.project-single-sidebar {
    position: sticky;
    top: 30px;
    margin-right: 30px;
}
.project-detail-list {
    border: 1px solid #eaf0ec;
    padding: 30px;
    margin-bottom: 60px;
}
.project-detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.project-detail-item:last-child {
    margin-bottom: 0;
}
.project-detail-item .icon-box {
    position: relative;
    background-color: #eaf0ec;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
}
.project-detail-item .icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #191919;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}
.project-detail-item:hover .icon-box::before {
    transform: scale(1);
}
.project-detail-item .icon-box i {
    font-size: 22px;
    color: #191919;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.project-detail-item:hover .icon-box i {
    color: #ffffff;
}
.project-detail-content {
    width: calc(100% - 70px);
}
.project-detail-content h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.project-detail-content p {
    color: #191919;
    text-transform: capitalize;
    margin-bottom: 0;
}
.project-single-image {
    margin-bottom: 40px;
}
.project-single-image figure {
    display: block;
}
.project-single-image img {
    width: 100%;
    aspect-ratio: 1 / 0.6;
    object-fit: cover;
}
.project-info,
.project-design-info {
    margin-bottom: 60px;
}
.project-entry h2 {
    font-size: 46px;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
}
.project-entry p {
    margin-bottom: 20px;
}
.project-entry p:last-child {
    margin-bottom: 0;
}
.project-entry ul {
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
}
.project-entry ul li {
    position: relative;
    font-weight: 500;
    color: #283132;
    padding-left: 30px;
    margin-bottom: 15px;
}
.project-entry ul li:last-child {
    margin-bottom: 0;
}
.project-entry ul li::before {
    content: "\f058";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    color: #191919;
    display: inline-block;
    top: 2px;
    left: 0;
}
.project-gallery-images {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.project-gallery-img {
    width: calc(25% - 22.5px);
}
.project-gallery-img a,
.project-gallery-img figure {
    display: block;
    
}
.project-gallery-img figure img {
    width: 100%;
    aspect-ratio: 1 / 0.99;
    object-fit: cover;
}
.page-gallery {
    padding: 100px 0 70px;
}
.page-gallery-box .photo-gallery {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.page-gallery-box .photo-gallery a {
    
}
.page-gallery-box .photo-gallery figure {
    display: block;
}
.page-gallery-box .photo-gallery img {
    width: 100%;
    aspect-ratio: 1 / 0.85;
    object-fit: cover;
}
.page-faqs {
    padding: 100px 0;
}
.faq-sidebar {
    position: sticky;
    top: 30px;
    margin-right: 30px;
}
.faq-catagery-list {
    border: 1px solid #eaf0ec;
    padding: 30px;
    margin-bottom: 60px;
}
.faq-catagery-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.faq-catagery-list ul li {
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
.faq-catagery-list ul li:last-child {
    margin-bottom: 0;
}
.faq-catagery-list ul li a {
    position: relative;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    color: #191919;
    padding-right: 25px;
    transition: all 0.3s ease-in-out;
}
.faq-catagery-list ul li:hover a {
    color: #191919;
}
.faq-catagery-list ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    transform: translateY(-50%) rotate(-45deg);
    background-image: url(../images/arrow-accent.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s ease-in-out;
}
.faq-catagery-list ul li:hover a::before {
    transform: translateY(-50%) rotate(0);
    filter: brightness(0) invert(0);
}
.our-faq-section.page-faq-accordion {
    margin-bottom: 60px;
}
.our-faq-section.page-faq-accordion:last-child {
    margin-bottom: 0;
}
.page-contact-us {
    padding: 100px 0 50px;
}
.contact-us-image {
    height: 100%;
}
.contact-us-image figure {
    height: 100%;
    display: block;
}
.contact-us-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.962;
}
.contact-us-form {
    margin-left: 30px;
}
.contact-form .form-control {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    background-color: #ffffff;
    color: #283132;
    border: 1px solid #eaf0ec;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    padding: 14px 15px;
}
.contact-form .form-control::placeholder {
    font-weight: 400;
}
.google-map {
    padding: 50px 0 100px;
}
.google-map .section-title {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 30px;
    text-align: center;
}
.google-map-iframe,
.google-map-iframe iframe {
    width: 100%;
    height: 500px;
}
.contact-info-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 60px;
}
.contact-info-item {
    width: 100%;
    display: flex;
}
.contact-info-item .icon-box {
    position: relative;
    height: 60px;
    width: 60px;
    background-color: #eaf0ec;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.contact-info-item .icon-box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #191919;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.contact-info-item:hover .icon-box:before {
    transform: scale(1);
}
.contact-info-item .icon-box i {
    position: relative;
    font-size: 20px;
    color: #191919;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.contact-info-item:hover .icon-box i {
    color: #ffffff;
}
.contact-info-content {
    width: calc(100% - 80px);
}
.contact-info-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.contact-info-content p {
    margin-bottom: 0;
}
.error-page {
    background-image: url(../images/error-page-bg.html);
    background-repeat: no-repeat;
    background-position: top -100px center;
    background-size: auto;
    padding: 100px 0;
}
.error-page-image {
    text-align: center;
    margin-bottom: 30px;
}
.error-page-image img {
    width: 100%;
    max-width: 50%;
}
.error-page-content {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.error-page-content .section-title {
    margin-bottom: 20px;
}
.error-page-content-body p {
    font-weight: 500;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1366px) {
    .our-testimonial-content {
        padding: 100px 50px;
    }
}
@media only screen and (max-width: 1024px) {
    .main-menu ul li {
        margin: 0;
    }
    .our-testimonial-content {
        padding: 50px 20px;
    }
}

.mins-lft {
margin-left: -60px;
}





.sol-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5px;
}

.sol-card-inner {
    height: 100%;
    height: 450px;
    position: relative;
}
.sol-card-img {
  object-fit: cover;
}
.sol-card-img,
.sol-card-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;  transition: all .4s ease;
}
.sol-content {
color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 28px 30px;
  position: relative;
  z-index: 2;
  transition: all .4s ease;
  width: 100%;
  bottom: 0;
  top: 0;
}
.sol-cards-wrapper * {
    color: #fff !important;
    cursor: pointer;
    transition: all 0.4s ease;
}
.sol-cards-wrapper a:hover {
    color: #fff !important;
}
.sol-content-back {
    opacity: 0;
    position: relative;
    transform: translateY(60%); 
 transition: all .4s ease;
}
.sol-line {
  display: none;
    background: #fff;
    height: calc(100% - 43px);
    left: 0;
    position: absolute;
    width: 1px;
}



.text-description {
line-height: 20px;
  overflow: hidden;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 66px;
  margin-bottom: 10px;
}

.sol-cards:focus .sol-card-overlay,
.sol-cards:hover .sol-card-overlay {
    backdrop-filter: blur(17px);
}



.sol-back-inner h4,
.sol-content-front h4 {
    color: #fff;
  font-size: 21px;
}


.sol-back-inner h4 {
  margin-bottom: 15px;
}




.sol-content-front {
    position: absolute;
  transition: all .4s ease;
}
.sol-cards:focus .sol-content-front,
.sol-cards:hover .sol-content-front {
    opacity: 0;
}
.sol-cards:focus .sol-content-back,
.sol-cards:hover .sol-content-back {
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 767px) {

    .sol-content {
        padding: 15px;
    }
}
@media (max-width: 550px) {
    .sol-card-inner {
        height: 330px;
    }
}










.sol-card-overlay { background:linear-gradient(0deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%); }

.sol-cards:hover .sol-card-overlay { background:rgba(0,0,0,0.21); }

.sol-card-overlay { background:linear-gradient(0deg,rgba(0,0,0,0.20) 0%,rgba(0,0,0,0.20) 100%); }

.sol-cards:hover .sol-card-overlay { background:rgba(0,0,0,0.21); }

.sol-cards .sol-card-overlay { background:linear-gradient(0deg,rgba(0,0,0,0.34) 0%,rgba(0,0,0,0.20) 100%); }

.sol-cards:hover .sol-card-overlay { background:rgba(0,0,0,0.21); }






.countt-cards {
padding: 40px 0;
  background: #080808;

}
.our-services{
    background: #000;
}

.countt-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
gap: 25px;
  justify-content: center;
}
.countt-cards-wrapper > * {
    padding: 0 10px;
}
.countt-back-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0 18px;
}
.countt-content h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 3px;
    display: block ruby;
}
.countt-icon {
    margin-top: 1px;
}
.countt-content h3 .countt {
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}
.countt-content p {
    font-size: 15px;
  text-transform: capitalize;
  margin: 0;
    display: block ruby;
}
.countt-card-inner {
    max-width: 368px;
}
@media (min-width: 1527px) {
    span.countt {
        display: inline-block;
        margin-right: -6px;
    }
    span.cn-prefix {
        display: inline-block;
        margin-right: -7px;
    }
}
@media (max-width: 1526px) {
    .countt-content h3 {
        font-size: 25px;
    }
    .countt-content h3 .countt {
        font-size: 35px;
    }
    .countt-icon img {
        max-width: 36px;
    }
    .countt-content {
        width: calc(100% - 56px);
    }
    .countt-card-inner {
        max-width: 100%;
        width: 100%;
    }
}
@media (max-width: 1000px) {
    .countt-cards-wrapper > * {
        width: 50%;
    }
    .countt-card-inner {
        width: auto;
    }
}
@media (max-width: 767px) {
    .countt-cards-wrapper > * {
        width: 50%;
    }
    .countt-card-inner {
        white-space: nowrap;
        width: auto;
    }
    .countt-cards-wrapper,
    .countt-cards-wrapper > * {
        justify-content: flex-start;
    }
    .countt-cards-wrapper {
        gap: 20px 0;
    }
    .countt-card-inner {
        white-space: unset;
    }
    .countt-content p {
font-size: 14px;
    display: block;
    }
    .countt-back-inner {
        flex-direction: column;
        gap: 10px 0;
    }
    .countt-content {
        width: 100%;
    }
    .countt-icon {
        min-height: 54px;
    }
}
.cntrd .countt-content {
    width: auto;
}
.cntrd .countt-back-inner,
.cntrd .countt-cards-wrapper {
    justify-content: center;
}
@media (max-width: 1526px) {
    .cntrd .countt-icon img {
        max-width: 50px;
    }
}
@media (max-width: 1000px) {
    .cntrd .countt-back-inner,
    .cntrd .countt-cards-wrapper {
        justify-content: unset;
    }
}






.js-marquee {
  display: flex;
  align-items: center;
  gap: 12px;

}



.marque-wrap {
  overflow: hidden;
  padding: 0 50px;
}





/*================================================
Client
================================================*/

.pq-client-box.pq-client-style-1 .pq-client-img {
	position: relative;
	display: block;
	width: auto;
	margin: 0 auto;
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	transition: transform .3s ease;
	height: 80px;
}
/*
.pq-client-box.pq-client-style-1 a:hover .pq-client-img {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}*/

.pq-client-box.pq-client-style-1 .pq-client-hover-img {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	-webkit-transform: translate(-50%, -100%);
	-moz-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	transition: transform .3s ease;
	opacity: 1;
}


.pq-client-grid {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 100%;
  border-radius: 16px;
  background: #fbfbfb;
}

.pq-client-grid a {
	position: relative;display: block;
}

/*
.our-client .colfive:last-child .pq-client-grid,
.our-client .colfive:nth-last-child(-n+5) .pq-client-grid {
border-bottom: 0;
}


.our-client .colfive:nth-child(5n) .pq-client-grid,
.our-client .colfive:nth-child(5) .pq-client-grid,
.our-client .colfive:last-child .pq-client-grid {
border-right: 0;
}
*/





/*
.our-client .colfive:nth-child(+n+6) .pq-client-grid {
border-bottom: 0;
}
*/

.pq-client-box.pq-client-style-2 .pq-client-img {
	position: relative;
	display: block;
	width: auto;
	margin: 0 auto;
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	transition: transform .3s ease;
	height: 100px;
}

.pq-client-box.pq-client-style-2 a:hover .pq-client-img {

	opacity: 0;
}

.pq-client-box.pq-client-style-2 .pq-client-hover-img {

	width: auto;
	height: 100px;
}

/* .pq-client-box.pq-client-style-2 a:hover .pq-client-hover-img {
  filter: grayscale(0);

} */

.pq-client-title {
	color: #000;
	text-align: center;
	text-decoration: underline;
}

.our-client {
padding: 70px;
  background: #000000;
}

.bloxg-slider .pq-client-box.pq-client-style-2 .pq-client-hover-img {
 
      width: 100%;
  height: 100%;
  object-fit: cover;

}

.bloxg-slider  .pq-client-grid{
    width: 100%;
  height: 160px;
  overflow: hidden;
}

.bloxg-slider  .pq-client-grid a{
  height: 100%;
}
.small-description {
font-size: 13px;
  line-height: 25px;
  overflow: hidden;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  color: #fff;
}


.post-btn{
      color: #fff !important;
}

.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0;  left: 0;
}


.owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  color: #000;
  transition: all 400ms ease;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
border: 0;
  position: absolute;
}



.owl-carousel .owl-nav button.owl-prev {
left: -60px;
}

.owl-carousel .owl-nav button.owl-next {
right: -60px;
}



.owl-carousel:hover .owl-nav button.owl-prev {
left: 12px;
}

.owl-carousel:hover .owl-nav button.owl-next {
right: 12px;
}



.owl-carousel .owl-nav button:hover {
  background-color: #000;
}


.owl-carousel .owl-nav button:hover img {

    filter: brightness(0) invert(1);}





.custom-nav.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -70px;
  display: flex;
  margin: 0;direction: ltr;
  gap: 5px;
  left: auto;
}


.custom-nav.owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  color: #000;
  transition: all 400ms ease;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
border: 0;
  position: initial;
}
.custom-nav.owl-carousel .owl-nav button:hover {
  background-color: #000;
}


.custom-nav.owl-carousel .owl-nav button:hover img {

    filter: brightness(0) invert(1);}

.no-desk {
display: none !important; 
}

.header-btn {
align-items: center;
  gap: 20px;
}

.lang-bttn {
color: #fff;
  font-size: 16px;
      PADDING-TOP: 12PX;
  text-transform: capitalize;
    font-family: "PT Serif", serif;

}



.about-us-content {
  margin-left: 50px;
}

.about-desc {
position: relative;
  margin-right: 50px;
}

.thsn-medical-icon-brand {
position: absolute;
z-index: 9;
right: -109px;
top: 50%;
transform: translate(-50%,-50%);
align-items: center;
z-index: 1;
}

.thsn-medical-icon-brand:before {


    background: url(../images/brand-pattarnarabic.png) repeat 0 0;
    content: "";
    position: absolute;
    width: 100px;
    height: 210px;
    right: -50px;
    top: -53px;opacity: 0.5;
}


.thsn-medical-icon-brand {
color: #0E7EAD;
box-shadow: 0 9px 35px 0 rgba(26,47,106,.07);
ext-align: center;
display: inline-block;
border: 2px solid transparent;
width: 7em;
height: 7em;
box-sizing: content-box;
border-radius: 50%;
background-color: #fff;
max-width: 100% !important;
display: grid;align-items: center;
align-items: center;

}


.thsn-medical-icon-brand img {
display: block;
margin: 0 auto;
  width: 65px;
}

.thsn-medical-icon-brand:before { 
font-size: 53px;
}



.vc_custom_heading {

    font-size: 13px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #0E7EAD;
    text-transform: uppercase;
    
    font-style: normal;margin-bottom: 0;
}













@media only screen and (max-width: 991px) {

.navbar-brand img {
  width: 200px;
}


.about-us-content {
  margin-left: 0;
}

.no-desk {
  display: block !important;
}

.owl-carousel .owl-nav {
  display: none !important;
}

.our-client {
  padding: 20px 10px;}


.sol-back-inner h4, .sol-content-front h4 {
  color: #fff;
  font-size: 18px;}


    .navbar {
        padding: 5px 0 0;
    }
    .slicknav_nav li,
    .slicknav_nav ul {
        display: block;
    }
    .responsive-menu,
    .navbar-toggle {
        display: block;
    }
    .header-btn {
        display: none;
    }
    .btn-default {
        padding: 13px 42px 13px 16px;  font-size: 14px;
    }
    .section-row {
        margin-bottom: 40px;
    }
    .section-row .section-title {
        margin-bottom: 0;
        font-style: italic;
        margin-right: 0;
    }
    .section-title-content {
        margin-left: 0;
        margin-top: 15px;
    }
    .section-btn {
        text-align: left;
        margin-top: 15px;
    }
    .section-title {
        margin-bottom: 18px;
    }
    .section-title h3 {
        margin-bottom: 10px;
    }
    .section-title h1 {
        font-size: 50px;
    }
   
    .section-title p {

    }
    .hero {
        min-height: auto;
padding-top: 180px;
    padding-bottom: 20px;
    }
    .hero.hero-slider-layout .hero-slide {
        padding: 180px 0 140px;
        min-height: auto;
    }
    .hero.hero-slider-layout .hero-pagination {
        padding-left: 15px;
        bottom: 30px;
    }
    .hero-content .section-title p {
        font-size: 20px;
    }
    .about-us {
        padding: 20px 0;
    }
    .about-us-images {
        margin: 0 0 30px 0;
    }
    .experience-counter {
        height: 137px;
        width: 137px;
    }
    .experience-counter h3 {
        font-size: 28px;
    }
    .about-us-content-list {
        margin-bottom: 30px;
    }
    .about-contact-item {
        margin-bottom: 30px;
    }
    .why-choose-us {
        padding: 50px 0;
    }
    .why-choose-content {
        margin-bottom: 30px;
    }
    .why-choose-item .icon-box {
        margin-right: 10px;
    }
    .why-choose-item-content {
        width: calc(100% - 70px);
    }
    .why-choose-images {
        margin-left: 0;
    }
    .our-services {
        padding: 20px 0;
    }
    .service-image img {
        aspect-ratio: 1 / 1.2;
    }
    .service-btn {
        top: 20px;
        right: 20px;
    }
    .service-btn a {
        height: 50px;
        width: 50px;
    }
    .service-content {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
    .all-services-btn {
        margin-top: 10px;
    }
    .video-play-button a {
        width: 80px;
        height: 80px;
    }
    .our-project {
        padding: 50px 0 20px;
    }
    .our-Project-nav {
        margin-bottom: 50px;
    }
    .project-featured-image img {
        aspect-ratio: 1 / 0.89;
    }
    .project-btn a {
        width: 80px;
        height: 80px;
    }
    .project-content {
        left: 20px;
        bottom: 20px;
        right: 20px;
    }
    .how-we-work {
        padding: 50px 0;
    }
    .how-we-work-item {
        width: calc(50% - 15px);
    }
    .how-we-work-item .icon-box {
        margin-bottom: 20px;
    }
    .how-work-company-slider {
        margin-top: 40px;
        padding-top: 40px;
    }
    .our-skill {
        padding: 50px 0;
    }
    .our-skill-content {
        margin-bottom: 30px;
    }
    .skills-progress-bar {
        margin-bottom: 30px;
    }
    .our-skill-image {
        max-width: 555px;
        margin: 0 auto;
    }
    .our-testimonials-image {
        height: auto;
    }
    .our-testimonials-image figure,
    .our-testimonials-image figure img {
        height: auto;
        aspect-ratio: 1 / 0.65;
    }
    .our-testimonial-content {
        padding: 50px 15px;
    }
    .our-testimonial-content .section-title {
        background-size: contain;
    }
    .testimonial-slider {
        max-width: 100%;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .testimonial-rating {
        margin-bottom: 15px;
    }
    .testimonial-content {
        margin-bottom: 30px;
    }
    .testimonial-content p {
        font-size: 18px;
    }
    .testimonial-rating-counter .rating-counter h2 {
        font-size: 48px;
    }
    .our-blog {
        padding: 20px 0;
    }
    .our-blog .section-title {
        margin-right: 0;
    }
    .post-featured-image img {
        aspect-ratio: 1 / 0.75;
    }
    .our-blog-footer {
        margin-top: 10px;
    }
    .main-footer {
        padding: 20px 0 0;
    }
    .main-footer .footer-header {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .footer-links {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .footer-newsletter-form p {
        margin-bottom: 20px;
    }
    .footer-copyright {
        margin-top: 0;
        padding: 20px 0;
    }
    .page-header {
        padding: 180px 0 100px;
        margin-top: -92px;
    }
    .page-header-box h1 {
        font-size: 50px;
    }
    .page-header-box ol li.breadcrumb-item {
        font-size: 18px;
    }
    .page-header-box ol .breadcrumb-item + .breadcrumb-item::before {
        font-size: 16px;
    }
    .about-facility-list {
        margin-top: 50px;
        gap: 20px;
    }
    .about-facility-item {
        width: calc(33.33% - 13.33px);
    }
    .about-facility-item .icon-box {
        height: 45px;
        width: 45px;
        margin-right: 10px;
    }
    .about-facility-item .icon-box img {
        max-width: 20px;
    }
    .about-facility-content {
        width: calc(100% - 55px);
    }
    .about-facility-content h3 {
        font-size: 18px;
    }
    .vision-mission {
        padding: 50px 0 25px;
    }
    .vision-mission-box {
        padding: 30px 15px;
        gap: 30px 40px;
    }
    .vision-mission-item {
        width: calc(50% - 20px);
    }
    .vision-mission-item::before {
        right: -20px;
    }
    .vision-mission-item .icon-box {
        width: 70px;
        height: 70px;
    }
    .vision-mission-item .icon-box img {
        max-width: 30px;
    }
    .vision-mission-content h3 {
        margin-bottom: 15px;
    }
    .best-selling {
        padding: 25px 0 50px;
    }
    .best-selling-content {
        margin-bottom: 20px;
    }
    .best-selling-content-img {
        margin-bottom: 20px;
    }
    .our-team {
        padding: 50px 0 20px;
    }
    .team-readmore-btn {
        top: 20px;
        right: 20px;
    }
    .team-readmore-btn a {
        width: 50px;
        height: 50px;
    }
    .team-content {
        margin-bottom: 15px;
    }
    .our-faqs {
        padding: 50px 0;
    }
    .our-faqs-content {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .faq-accordion .accordion-item {
        margin-bottom: 20px;
    }
    .our-faqs-image {
        text-align: center;
        margin-left: 0;
    }
    .our-faqs-image img {
        aspect-ratio: 1 / 0.8;
    }
    .our-clients {
        padding: 50px 0;
    }
    .our-clients .our-clients-box {
        max-width: 100%;
    }
    .page-services {
        padding: 50px 0 20px;
    }
    .page-service-single {
        padding: 50px 0;
    }
    .service-sidebar {
        position: initial;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .service-catagery-list {
        padding: 20px;
        margin-bottom: 30px;
    }
    .service-catagery-list h3 {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .service-catagery-list ul li {
        margin-bottom: 10px;
    }
    .service-catagery-list ul li a::before {
        width: 16px;
        height: 16px;
    }
    .sidebar-cta-Body {
        padding: 20px;
    }
    .sidebar-cta-content {
        margin-bottom: 15px;
    }
    .sidebar-cta-contact-item {
        margin-bottom: 15px;
    }
    .service-feature-image {
        margin-bottom: 30px;
    }
    .service-entry {
        margin-bottom: 30px;
    }
    .service-entry ul li {
        font-size: 14px;
        padding-left: 25px;
        margin-bottom: 10px;
    }
    .service-entry ul li::before {
        font-size: 18px;
    }
    .why-choose-content.service-single-why-choose {
        margin-bottom: 30px;
    }
    .page-blog {
        padding: 50px 0;
    }
    .page-pagination {
        margin-top: 10px;
    }
    .page-single-post {
        padding: 50px 0;
    }
    .post-image {
        margin-bottom: 20px;
    }
    .post-entry blockquote {
        background-position: 25px 25px;
        background-size: 50px;
        padding: 25px 25px 25px 90px;
        margin-bottom: 20px;
    }
    .post-entry blockquote p {
        font-size: 18px;
    }
    .post-entry h2 {
        font-size: 38px;
    }
    .post-entry ul li {
        font-size: 16px;
    }
    .post-tags {
        margin-bottom: 20px;
    }
    .post-social-sharing ul {
        text-align: left;
    }
    .post-tags .tag-links a {
        padding: 6px 15px;
    }
    .page-project {
        padding: 50px 0 20px;
    }
    .page-project-single {
        padding: 50px 0;
    }
    .project-single-sidebar {
        position: initial;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .project-detail-list {
        padding: 20px;
        margin-bottom: 30px;
    }
    .project-single-image {
        margin-bottom: 30px;
    }
    .project-info,
    .project-design-info {
        margin-bottom: 30px;
    }
    .project-entry h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .page-gallery {
        padding: 50px 0 20px;
    }
    .page-gallery-box .photo-gallery img {
        aspect-ratio: 1 / 0.85;
    }
    .page-faqs {
        padding: 50px 0;
    }
    .faq-sidebar {
        position: initial;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .faq-catagery-list {
        padding: 20px;
        margin-bottom: 30px;
    }
    .faq-catagery-list ul li {
        margin-bottom: 15px;
    }
    .faq-catagery-list ul li a::before {
        width: 16px;
        height: 16px;
    }
    .our-faq-section.page-faq-accordion {
        margin-bottom: 40px;
    }
    .page-contact-us {
        padding: 50px 0 25px;
    }
    .contact-us-image {
        height: auto;
        margin-bottom: 30px;
    }
    .contact-us-image img {
        aspect-ratio: 1 / 0.6;
    }
    .contact-us-form {
        margin-left: 0;
    }
    .contact-form .form-control {
        padding: 12px 15px;
    }
    .google-map {
        padding: 25px 0 50px;
    }
    .google-map-iframe,
    .google-map-iframe iframe {
        height: 400px;
    }
    .contact-info-box {
        gap: 20px;
        margin-top: 40px;
    }
    .contact-info-item {
        width: calc(33.33% - 13.33px);
    }
    .contact-info-item .icon-box {
        height: 50px;
        width: 50px;
        margin-right: 10px;
    }
    .contact-info-item .icon-box i {
        font-size: 16px;
    }
    .contact-info-content {
        width: calc(100% - 60px);
    }
    .contact-info-content h3 {
        font-size: 18px;
    }
    .error-page {
        padding: 50px 0;
    }
    .error-page-image img {
        max-width: 80%;
    }

body {
  font-size: 14px;
}


.footer-social-link-title,
.no-mob {
display: none !important;
}


/* .footer-social-links ul li {
  margin-right: 4px;
} */

    .section-row {
        margin-bottom: 30px;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .section-title h1 {
        font-size: 28px;
    }
    .section-title h2 {
        font-size: 20px;
    }
.hero-content .section-title {
    margin-bottom: 10px;
}

    .hero-content .section-title p {
        font-size: 16px;    margin-top: 5px;
    }
    .hero-content .btn-default {
        margin-right: 6px;
    }
    .hero-content .btn-default.btn-highlighted {
        margin: 0;
    }
    .about-us-images {
        background-position: left 10px bottom 10px;
        background-size: 20% auto;
        padding: 10px 45px 0 0;    margin-bottom: 10px;
    }
    .feedback-counter {
        transform: rotate(-180deg) translate(0, 0);
    }
    .feedback-counter p {
        font-size: 12px;
        height: 38px;
        width: 38px;
        margin: 0 0 6px 0;
    }
    .feedback-counter h3 {
        font-size: 12px;
        width: calc(100% - 40px);
    }
    .about-img-2 {
        max-width: 240px;
    }
    .experience-counter {
        height: 102px;
        width: 102px;
    }
    .experience-counter h3 {
        font-size: 22px;
    }
    .experience-counter p {
        font-size: 12px;
        line-height: 1.1em;
    }
    .about-us-content-body {
        gap: 0;
    }
    .about-us-content-body::before {
        display: none;
    }
    .about-us-content-info {
        width: 100%;
        border-bottom: 1px solid #eaf0ec;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .about-us-content-list {
        margin-bottom: 20px;
    }
    .about-us-contact-list {
        width: 100%;
    }
    .about-us-content-list ul li {
        margin-bottom: 10px;
    }
    .about-us-content-list ul li::before {
        font-size: 18px;
        top: 3px;
    }
    .about-contact-item {
        margin-bottom: 20px;
    }
    .about-contact-content h3 {
        font-size: 18px;
    }
    .why-choose-item-content h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .why-choose-img-2 img {
        aspect-ratio: 1 / 1.02;
    }
    .why-choose-img-4 img {
        aspect-ratio: 1 / 1.588;
    }
    .service-content h3 {
        font-size: 18px;
    }
    .intro-video-image img {
        aspect-ratio: 1 / 0.7;
    }
    .project-btn a {
        width: 60px;
        height: 60px;
    }
    .project-btn img {
        max-width: 20px;
    }
    .project-content h2 {
        font-size: 18px;
    }
    .how-we-work-item {
        width: 100%;
    }
    .how-we-work-item .icon-box img {
        max-width: 50px;
    }
    .how-we-work-content h3 {
        font-size: 18px;
    }
    .how-work-company-slider {
        margin-top: 30px;
        padding-top: 30px;
    }
    .our-skill-image {
        padding-bottom: 83px;
    }
    .our-skill-img-1 {
        width: 200px;
        padding: 20px 0 0 20px;
    }
    .our-skill-img-2 {
        width: 130px;
        top: 20px;
    }
    .our-skill-img-3 {
        width: 200px;
    }
    .testimonial-rating {
        margin-bottom: 10px;
    }
    .testimonial-rating i {
        font-size: 16px;
    }
    .testimonial-content {
        margin-bottom: 20px;
    }
    .testimonial-content p {
        font-size: 16px;
    }
    .testimonial-body .author-content h3 {
        font-size: 18px;
    }
    .testimonial-rating-counter .rating-counter h2 {
        font-size: 38px;
    }
    .post-featured-image {
        margin-bottom: 15px;
    }
    .post-item-content {
        margin-bottom: 10px;
    }
    .post-item-content h3 {
        font-size: 18px;
    }
    .footer-logo {
        margin-bottom: 5px;
    }
    .footer-social-links {
    justify-content: center;
        gap: 0;
    }
    .footer-social-link-title h3 {
        font-size: 18px;
    }
    .footer-links h3 {
        margin-bottom: 15px;
    }
    .footer-links ul li {
        margin-bottom: 5px;
    }
    .footer-copyright {
        padding: 15px 0;
    }
    .page-header-box h1 {
        font-size: 28px;
        margin-bottom: 5px;
    }
    .page-header-box ol li.breadcrumb-item {
        font-size: 16px;
    }
    .page-header-box ol .breadcrumb-item + .breadcrumb-item::before {
        font-size: 14px;
    }
    .about-facility-item {
        width: 100%;
    }
    .vision-mission {
        background: linear-gradient(180deg, #191919 40%, #ffffff 40%);
    }
    .vision-mission-box {
        padding: 20px;
        gap: 40px;
    }
    .vision-mission-item {
        width: 100%;
    }
    .vision-mission-item::before {
        height: 1px;
        width: 100%;
        top: auto;
        right: 0;
        bottom: -20px;
    }
    .vision-mission-item:nth-child(2n + 2)::before {
        display: block;
    }
    .vision-mission-item:last-child::before {
        display: none;
    }
    .vision-mission-content h3 {
        font-size: 18px;
    }
    .team-content h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .faq-accordion .accordion-header .accordion-button {
        font-size: 18px;
        padding-right: 30px;
    }
    .faq-accordion .accordion-item .accordion-button::after,
    .faq-accordion .accordion-item .accordion-button.collapsed::after {
        top: 2px;
    }
    .faq-accordion .accordion-body {
        padding-right: 0;
    }
    .our-faqs-image img {
        aspect-ratio: 1 / 1.26;
    }
    .service-catagery-list h3 {
        font-size: 18px;
    }
    .sidebar-cta-content h3 {
        font-size: 18px;
    }
    .service-entry p {
        margin-bottom: 15px;
    }
    .service-feature-image {
        margin-bottom: 20px;
    }
    .service-feature-image img {
        aspect-ratio: 1 / 0.7;
    }
    .service-entry-list-image {
        gap: 20px;
    }
    .service-entry-image,
    .service-entry-list {
        width: 100%;
    }
    .post-image figure,
    .post-image img {
        aspect-ratio: 1 / 0.7;
    }
    .post-entry blockquote {
        background-position: 20px 20px;
        padding: 70px 20px 20px 20px;
    }
    .post-entry h2 {
        font-size: 26px;
    }
    .project-single-image {
        margin-bottom: 20px;
    }
    .project-single-image img {
        aspect-ratio: 1 / 0.7;
    }
    .project-info,
    .project-design-highlight {
        margin-bottom: 20px;
    }
    .project-entry h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .project-entry p {
        margin-bottom: 15px;
    }
    .project-entry ul li {
        margin-bottom: 10px;
    }
    .project-entry ul li::before {
        font-size: 18px;
        top: 5px;
    }
    .project-gallery-images {
        gap: 20px;
    }
    .project-gallery-img {
        width: calc(50% - 10px);
    }
    .contact-us-image img {
        aspect-ratio: 1 / 0.75;
    }
    .google-map-iframe,
    .google-map-iframe iframe {
        height: 350px;
    }
    .contact-info-item {
        width: 100%;
    }
    .error-page-image img {
        max-width: 100%;
    }


.mins-lft {
  margin-left: 0;
}

}


.hero-bg-video img{
 object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    object-position: 9.189796% 53.40515%;
}

.logo-title{
        font-family: "Averia Serif Libre", serif;
    color: #fff;
    font-size: 22px;
    font-style: italic;
    margin-bottom: 2px;
        padding-top: 15px;
}

.hero-content{
      display: grid;

}
/* .section-title{
    grid-area: 2 / 15 / 5 / 20;
} */


.data-bottom{
    font-size: 17px;
  
     
}

.data-bottom{
    margin-top: 88px !important;
    font-size: 17px !important;
}
.hero-btn{
    margin: auto;
    margin-top: 16px;
    margin-bottom: 15px;
}
.about-us-content .section-title{
    text-align: left;
}
.about-us{
    background: #000;
}
.mkmls .section-title{
    padding-top: 84px;
}


 .section-title h2 {
          font-size: 37px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
    font-style: italic;
    }


    .video-box {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

/* iframe */
.video-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* نخفي checkbox */
#play {
  display: none;
}

#play2{
  display: none;
}

/* الصورة فوق الفيديو */
.thumb {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: pointer;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* زر التشغيل */
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 70px;
  height: 70px;
  background: rgba(0,0,0,0.6);
  color: white;
  font-size: 30px;

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* لما تدوس: الصورة تختفي */
#play:checked + .thumb {
  display: none;
}

#play2:checked + .thumb {
  display: none;
}
.video-box{
    margin-top:20px;
}
.container-fluid{
    padding-left: 3% !important;
    padding-right: 3% !important;
}

/* .section-title{
    margin-bottom: 55px;;
} */
.bloxg-slider .owl-nav {
    display: none !important
}
.our-blog .section-title{
    text-align: left;
    margin-bottom: 20px;
}
.counter{
    color: #fff;
}
.c{
    background: #000000;
    padding: 18px;
}
.footer-header{
    margin: auto;
    text-align: center;
}
.main-footer{
    background: #000;
    
    box-shadow: 2px 1px 5px 5px #3b393933;
    padding-top: 20px;;
    padding-bottom: 20px;
}
.countt-content p{
    color: #fff;
}

.nxn a{
        color: #fff  !important;
    /* text-decoration: underline; */
    padding-bottom: 1px  !important;
    border-bottom: 1px solid #fff  !important;
    font-family: 'PT Serif';
    
}
.nbj{
  font-size: 23px !important;
  font-family: 'PT Serif';
}
.row{
      display: flex;
  align-items: stretch; 
}
.njhcc{
  flex: 1;
}
.njhcc img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.jg{
    padding-top: 185px;
    padding-bottom: 30px;
}
.nmug{
    color: #000;
    background: #fff;
    padding: 12px 30px 13px 30px;
    border-radius: 20px;
  
    margin: auto;
    font-size: 19px;;

}
.hub{
        margin: auto;
    text-align: center;
    margin-top: 30px;
}
.njbjb{
    font-size: 46px !important;
}

.main-menu .footer-social-links ul li a {
        padding: 0px !important;
}


.main-menu .footer-social-links ul li+li {
    margin-left: 0;
}

.header-sticky{
        position: fixed !important;
    width: 100%;
    background: #000000;
    padding-bottom: 13px;

}
.white .about-us {
    background-color: #fff !important;
}
.white .section-title h2 span {
    color: #000000;
}
.white .section-title p {
    margin-top: 10px;
    margin-bottom: 0;
    color: #000000;
    font-size: 19px;
    font-family: 'PT Serif';
}

.white  .header-sticky {
    position: fixed !important;
    width: 100%;
    background: #ffffff;
    padding-bottom: 13px;
}
.white  .main-menu ul li a{
    color: #000 !important;

}
.white .logo-title{
     color: #000;
}
.white .footer-social-links ul li a{
    background: #000;
    
}
.white .footer-social-links ul li a:hover{
    background: #f1f1f1;
    color:#000
    
}
.mkxn{
    font-weight: 500;
    font-style: italic;
    font-size: 30px !important;
}






.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}
.team-single-image img {
    width: 100%;
    aspect-ratio:0;
    object-fit: cover;
    border-radius: 20px;
}
.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}
.nmj{
        color: #000;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 15px;

}
.jjjnk{
    color:#9d2817 !important;
       border-bottom: 1px solid #9d2817;
    font-weight: bold;
    font-size: 17px;
}
.jihih{
     font-size: 18px; 
         margin-bottom: 5px;
}
.part-two{
    margin-top: 50px;
}
.part-two .mkn {
    text-align: center;
}
ol{
    list-style-type: disc;
}



.gallery {
  width: 100%;
  margin: auto;
}

.main-image {
  position: relative;
}

.main-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

/* الأسهم */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: #fff;
  background: rgba(0,0,0,0.5);
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  user-select: none;
}

.arrow.left {
  left: 10px;
}

.arrow.right {
  right: 10px;
}

.arrow:hover {
  background: rgba(0,0,0,0.8);
}

.thumbnails {
  display: flex;
  margin-top: 10px;
  gap: 10px;
}

.thumbnails img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  border-radius: 6px;
}

.thumbnails img.active {
  border: 2px solid #ffffff;
  opacity: 1;
}

ul {
    padding-left: 20px;
}
.blogtitle {
    color: #fff;
    font-size: 31px;
}
.author-quote h4 {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}



blockquote.author-quote {
    padding: 30px 30px 30px 100px;
    color: #000;
    margin: 30px 0;
    position: relative;
    clear: both;
}
.bdr-1 {
    border-width: 1px;
}
.bdr-solid {
    border-style: solid;
}
.bdr-gray {
    border-color:#ffffff24;
}


.sx-post-meta li {
    padding: 0;
    display: inline-block !important;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
}
.sx-post-meta li:after {
    content: "-";
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    opacity: 0.5;
}

.sx-post-meta li:last-child:after {
    content: "-";
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    opacity: 0;
}
blockquote.author-quote .fa-quote-left {
    font-size: 50px;
    position: absolute;
    top: 30px;
    left: 30px;
    color: #ffffff;
    padding-left: 0;
    opacity: 1;
}




/*-------------------------------------
	Contact us page 
-------------------------------------*/
.contact-form{padding-right:100px;}
.contact-info{margin-left:-100px;margin-top:150px;}
ul.contact-info li {
	padding: 0 0 15px 25px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	line-height: 20px;
}

ul.contact-info li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

ul.contact-info li h4 ul.contact-info li h5,
ul.contact-info li h6 {
	margin: 0 0 10px;
}

ul.contact-info li p {
	line-height: 20px;
	margin: 0;
}

ul.contact-info li .fa {
	position: absolute;
	left: 0;
	top: 2px;
	color: #3396d1;
	font-size: 16px;
}
@media only screen and (max-width:991px){

.contact-info{margin-left:0px;margin-top:30px;}
.contact-form{padding-right:30px;}
}



/*____Contact Us
======================================*/


.contact-one {
	position: relative;
}

.contact-one .form-control {
	border:0px;
	border-bottom: 1px solid #000;
	background: none;
	padding-left: 0px;
}

.contact-one .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #23252d;
	font-size: 14px;
	font-weight:600;
}

.contact-one .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #23252d;
	font-size: 14px;
	font-weight:600;
}

.contact-one .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #23252d;
	font-size: 14px;
	font-weight:600;
}

.contact-one .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #23252d;
	font-size: 14px;
	font-weight:600;
}



.contact-info .icon-content p {
	word-break: normal;
}
.icon-content {
    overflow: hidden;
}

.bg-repeat-x {
	background-repeat: repeat-x;
}

.scale-bg-top:before {
	background-image: url(../images/background/scale-top.png);
	background-position: top;
	background-repeat: repeat-x;
	top: 0px;
}

.scale-bg-bottom:after {
	background-image: url(../images/background/scale-bottom.png);
	background-position: bottom;
	background-repeat: repeat-x;
	bottom: 0px;
}

.section-head:hover .sep-line-one:after{width: 35px;}
.section-head:hover .sep-line-one:before{width: 35px;}

.section-head:hover .sx-separator-outer .sep-line-one:after{width: 35px;}
.section-head:hover .sx-separator-outer .sep-line-one:before{width: 35px;}

.section-head {
	margin-bottom: 40px;
}

.section-head.no-margin {
	margin-bottom: 0;
}

.section-head h1,
.section-head h2,
.section-head h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Poppins', sans-serif;
}

.title-small {
	display: block;
	color: #7a959d;
	margin-bottom: 15px;
}

.section-head p {
	font-size: 14px;
}

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

.text-center.section-head p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.page-contact-us{
	padding: 100px 0 50px;
}

.contact-us-box{
	position: sticky;
	top: 30px;
	background: var(--secondary-color);
	border-radius: 20px;
	margin-right: 30px;
	padding: 50px;
}

.contact-us-box-content{
	margin-bottom: 60px;
}

.contact-us-box-content h3{
	font-size: 30px;
}

.contact-us-box-content p{
	margin: 10px 0 0;
}

.contact-info-item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.contact-info-item:last-child{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.contact-info-item .icon-box img{
    width: 100%;
    max-width: 40px;
}

.contact-info-item-content{
	width: 70%;
}

.contact-info-item-content h3{
	font-size: 20px;
}

.contact-info-item-content p{
	margin: 5px 0 0;
}

.contact-info-item-content p a{
	color: inherit;
	transition: all 0.4s ease-in-out;
}

.contact-info-item-content p a:hover{
	color: var(--accent-secondary-color);
}

.contact-us-form{
	background-color: var(--secondary-color);
	border-radius: 20px;
	padding: 3.125vw;
}

.contact-form form .form-label{
    font-family: var(--accent-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    color: var(--primary-color);
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #fff;
    
}
::placeholder{
      color: #fff !important;
      opacity: 0.3 !important;  
      font-size: 15px !important;
}
.contact-form .form-control{
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	color: var(--primary-color);
	background: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 5px;
	padding: 15px 20px;
	box-shadow: none;
	outline: none;
       font-size: 15px !important;
}

.contact-form .form-control::placeholder{
	color: var(--text-color);
	opacity: 30%;
}

.google-map{
    padding: 50px 0 100px;
}

.google-map-iframe,
.google-map-iframe iframe{
	width: 100%;
	height: 650px;
	border-radius: 20px;
}

















.backhome .header-sticky{
    background: #ffff0000;
}
.hero-btn .btn-highlighted{
    color: #000!important;
}
.nmug {
      color: #000!important;
  
}





.image-anime {
    width:100%
}
.white .lang-bttn {
    color: #000000;
    font-size: 19px;
    PADDING-TOP: 12PX;
    text-transform: capitalize;
    font-family: "PT Serif", serif;
}
.ghsu{
    margin-top: 25px;
}
.ghsu li {
    text-align: left;
        color: #fff;
        line-height: 15px;
            line-height: 29px;

}
.ghsu li a{
    color: #fff;
        color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #fff;
}
.mkn{
        font-size: 24px !important;
}
.tuile{
    text-align: left !important;
    font-size: 20px !important;
    font-family: 'Averia Serif Libre' !important;
    margin-top: 37px !important;
}
.team-single-image{
    margin-top: 20px;
}

.nmjup li{
    font-size: 25px;
    line-height: 61px;
    color: #000;
    font-style: italic;
}
.nmjup p{
    color: #000;
    font-size: 17px;;
}

a{
    color: #fff !important;
}

.blogtitle{
    color: #fff;
        font-size: 22px;
}
ul {
    padding-left: 0;
}
.sx-post-text p{
    color: #fff;
       margin-top:15px;
    margin-bottom:15px;
}
.author-quote h4{
      color: #fff;
}

.author-quote span {
      color: #fff;
   
   
    margin-top: 15px;;
}
.author-quote strong{
      color:   #ffc107;
   
   
    margin-top: 15px;;
}
.vbu{
        margin-top: 15px;
}


.contact-us-box-content p{
    color:#fff;
}


.contact-info-item-content p {
    margin: 5px 0 0;
    color: #fff;
}

.contact-form .form-control{
    
    border: 1px solid #fff;
}



/* ===== PRELOADER ===== */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
}

/* ===== LOGO ===== */
.logo-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  z-index: 10;
}

.logo-box img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  animation: popIn 1s ease;
  box-shadow: 0 0 40px rgba(255,255,255,0.2);
}

.logo-box h2 {
  color: #fff;
  margin-top: 12px;
  font-size: 18px;
  letter-spacing: 2px;
  opacity: 0;
  animation: fadeUp 1s ease forwards;
  animation-delay: .5s;
}

/* ===== PANELS (SPLIT SCREEN) ===== */
.panel {
  position: absolute;
  background: #0b0b0b;
  width: 50%;
  height: 50%;
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

/* top-left */
.p1 { top: 0; left: 0; }

/* top-right */
.p2 { top: 0; right: 0; }

/* bottom-left */
.p3 { bottom: 0; left: 0; }

/* bottom-right */
.p4 { bottom: 0; right: 0; }

/* ===== OPEN ANIMATION ===== */
.preloader.open .p1 {
  transform: translate(-100%, -100%);
}

.preloader.open .p2 {
  transform: translate(100%, -100%);
}

.preloader.open .p3 {
  transform: translate(-100%, 100%);
}

.preloader.open .p4 {
  transform: translate(100%, 100%);
}

/* ===== PAGE REVEAL ===== */
.page-content {
  opacity: 0;
  transform: scale(1.05);
  transition: 1s ease;
}

.page-content.show {
  opacity: 1;
  transform: scale(1);
}

/* ===== ANIMATIONS ===== */
@keyframes popIn {
  from { transform: scale(0.6); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}




@media screen and (max-width: 850px) {
    .jg {
    padding-top: 95px;
    padding-bottom: 95px;
}
    .njbjb {
    font-size: 50px !important;
}
.mkn {
    font-size: 21px !important;
}
.nbj {
    font-size: 17px !important;
    font-family: 'PT Serif';
}
.njbjb {
        font-size: 37px !important;
    }
 .hero-bg-video img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    object-position: 11.189796157909152% 82.40515032189512%;
    background: #000;
}   
.logo-title {
    font-family: "Averia Serif Libre", serif;
    color: #fff;
    font-size: 22px;
    font-style: italic;
    margin-bottom: 2px;
    padding-top: 9px;
}
    .hero {
        min-height: auto;
        padding-top: 0px;
        padding-bottom: 0;
    }
    .hero  .container-fluid {
    padding-left: 0% !important;
    padding-right: 0% !important;
}
    .data-bottom {
    margin-top: 79px !important;
    font-size: 16px !important;
}
.btn-default {
        padding: 13px 42px 13px 16px;
        font-size: 12px;
    }
    .section-title h2 {
    font-size: 24px;
 
}
.hero img{
    margin-bottom: 50px;;
}
.section-title p{
    font-size: 15px;
}
.countt-content h3 .countt {
        font-size: 27px;
    }
        .countt-icon img {
        max-width: 28px;
    }
    .sol-content {
        padding: 15px;
        margin-top: 15px;
    }
    .video-box {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
    .footer-links {
        padding-right: 0;
        margin-bottom: 14px;
    }
    .footer-contact-item:last-child {
    margin-bottom: 18px;
}
.slicknav_menu ul {
    height: auto !important;
    max-height: max-content;
    overflow: auto;
    margin: auto;
    text-align: center;
}
.slicknav_menu ul ul {
    margin: 0;
    background: #b71b1b00;
}
.slicknav_menu ul ul li a {
    font-size: 16px;
    padding: 10px 20px 10px 20px
}
.main-header.scrolled .header-sticky {
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: none !important;

  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

p{
        font-family: 'Averia Serif Libre';
}

.white .main-header.scrolled .header-sticky {
    background: rgb(255 255 255 / 90%);
    backdrop-filter:  none !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
}


.fa-phone{
        transform: rotate(97deg);
}




/* .hero .container-fluid {
    padding-left: 0% !important;

} */

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.4s ease;

}

.main-header.scrolled .header-sticky {
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(8px);

  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

p{
        font-family: 'Averia Serif Libre';
}

.white .main-header.scrolled .header-sticky {
    background: rgb(255 255 255 / 90%);
    backdrop-filter: blur(8px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/* .white .main-menu .navbar-nav > li > a:before {
    content: '';
    height: 2px;
    width: 0;
    background: #000000 !important;
  
} */


 

.contact-us-form .section-title{
text-align: left;
}


.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 40px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    z-index: 9999;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    transition: 0.3s ease;
    animation: float 2s ease-in-out infinite;
}

/* hover effect */
.whatsapp-float:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* animation */
@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

/* pulse effect */
.whatsapp-float::before {
      content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgb(38 209 101);
    animation: pulse 2s infinite;
    z-index: -1;
    left: 0px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    70% {
        transform: scale(1.6);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}



.white .footer-header .logo-title{
    color: #FFF;
}