@font-face {
    font-family: 'AcmeGothic';
    src: url('fonts/AcmeGothicLight.eot');
    src: url('fonts/AcmeGothicLight.eot') format('embedded-opentype'),
         url('fonts/AcmeGothicLight.woff2') format('woff2'),
         url('fonts/AcmeGothicLight.woff') format('woff'),
         url('fonts/AcmeGothicLight.ttf') format('truetype'),
         url('fonts/AcmeGothicLight.svg#AcmeGothicLight') format('svg');
    font-weight: 300;
}
@font-face {
    font-family: 'AcmeGothic';
    src: url('fonts/AcmeGothicRegular.eot');
    src: url('fonts/AcmeGothicRegular.eot') format('embedded-opentype'),
         url('fonts/AcmeGothicRegular.woff2') format('woff2'),
         url('fonts/AcmeGothicRegular.woff') format('woff'),
         url('fonts/AcmeGothicRegular.ttf') format('truetype'),
         url('fonts/AcmeGothicRegular.svg#AcmeGothicRegular') format('svg');
    font-weight: 400;
}
@font-face {
    font-family: 'AcmeGothic';
    src: url('fonts/AcmeGothicSemiBold.eot');
    src: url('fonts/AcmeGothicSemiBold.eot') format('embedded-opentype'),
         url('fonts/AcmeGothicSemiBold.woff2') format('woff2'),
         url('fonts/AcmeGothicSemiBold.woff') format('woff'),
         url('fonts/AcmeGothicSemiBold.ttf') format('truetype'),
         url('fonts/AcmeGothicSemiBold.svg#AcmeGothicSemiBold') format('svg');
    font-weight: 600;
}
@font-face {
    font-family: 'AcmeGothic';
    src: url('fonts/AcmeGothicBold.eot');
    src: url('fonts/AcmeGothicBold.eot') format('embedded-opentype'),
         url('fonts/AcmeGothicBold.woff2') format('woff2'),
         url('fonts/AcmeGothicBold.woff') format('woff'),
         url('fonts/AcmeGothicBold.ttf') format('truetype'),
         url('fonts/AcmeGothicBold.svg#AcmeGothicBold') format('svg');
    font-weight: 700;
}
@font-face {
    font-family: 'Proxima-Nova';
    src: url('fonts/ProximaNova-Regular.eot');
    src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova-Regular.woff') format('woff'),
        url('fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Proxima-Nova';
    src: url('fonts/ProximaNova-Bold.eot');
    src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('fonts/ProximaNova-Bold.woff') format('woff'),
        url('fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
:root{
    --Is-black: #000000;
    --Is-white: #ffffff;
    --Is-gray: #414141;
    --Is-blue: #2955CC;
    --Is-dark-blue: #0F145A;
    --Is-dark-bg: #EEEEEE;
    --Is-bg: #F6F6F2;
}

a {color: var(--Is-dark-blue);}
body {
    font-family: 'AcmeGothic';
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    color: var(--Is-dark-blue);
    background: var(--Is-bg);
}
p{
    margin-bottom: 20px;
}
input, textarea, button, a, select{
    outline: none;
    text-decoration: none;
    transition: all .3s;
    font-family: 'AcmeGothic';
}

a:hover { text-decoration: none; color: var(--Is-dark-blue); }
.row{
    clear: both;
}
ul {
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}
img {
    display: block;
    max-width: 100%;
}
h1, h2, h3{
    line-height: 1.1;
}
h1{
    font-size: 68px;
    font-weight: 600;
}
h2{
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 300;
}
h3 {
    font-size: 28px;
}
h4{
    text-transform: uppercase;
    color: var(--Is-dark-blue);
    font-size: 20px;
}
.gray-bg{
    background: var(--Is-bg);
}
.white-bg{
    background: var(--Is-white);
}
.blue-bg {
    background: var(--Is-dark-blue);
    color: var(--Is-white);
}
section{
    padding: 80px 0;
    position: relative;
}
.large-title{
    font-size: 55px;
}
.ratio>* {
    object-fit: cover;
}
.g-10, .gx-10 {
    --bs-gutter-x: 8rem;
}
hr{
    opacity: 1;
}
.ratio-27x9 {
    --bs-aspect-ratio: calc(9 / 27 * 100%);
}
img.mob-logo {
    display: none;
}

[id] {
  scroll-margin-top: 150px; /* adjust offset */
}

/***************************************************CUSTOM CSS****************************************************/
header {
    position: sticky;
    top: 0;
    width: 100%;
    padding: 0 30px 0 0;
    z-index: 9;
    background: var(--Is-bg);
    transition: all .3s;
}
.header-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.scroll_start header {
    background: var(--Is-black);
}*/
.navbar ul {
    display: flex;
}
.menu_icon {
    display: none;
}
.col-12.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    position: relative;
    z-index: 2;
    font-size: 0;
    width: 200px;
    top: 20px;
    margin-bottom: -20px;
}
.logo a {
    width: 100%;
    display: inline-block;
}
.logo img {
    width: 100%;
    /* animation: move 4s infinite; */
}
.navbar ul li{
    margin: 0 1px;
}
.navbar ul li a {
    padding: 8px 0;
    margin: 0 20px;
    color: var(--Is-dark-blue);
    position: relative;
}
.navbar ul li a:before {
    content: "";
    width: 0;
    height: 2px;
    background: var(--Is-blue);
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: all .3s;
}
    .navbar ul li a:hover:before, .navbar ul li.current-menu-item a:before {
        width: 100%;
        right: auto;
        left: 0;
    }
.navbar ul li a:hover, .navbar ul li.current-menu-item a {
    color: var(--Is-blue);
}
.navbar li:last-child a {
    font-family: 'Proxima-Nova';
    border: 2px solid var(--Is-blue);
    font-weight: bold;
    padding: 8px 20px;
    margin: 0;
    margin-left: 15px;
}
.navbar li:last-child a:hover{
    background: var(--Is-blue);
    color: var(--Is-white);
}
@keyframes move {
    0% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}
.btn.btn-primary {
    background: var(--Is-dark-blue);
    border-color: var(--Is-dark-blue);
    color: var(--Is-white);
    border-radius: 0;
    padding: 10px 30px;
    font-family: 'Proxima-Nova';
    text-transform: uppercase;
    font-weight: bold;
}
.btn.btn-primary.btn-white {
    background: var(--Is-white);
    color: var(--Is-dark-blue);
    border-color: var(--Is-white);
}
.btn.btn-primary:hover {
    background: var(--Is-blue);
    border-color: var(--Is-blue);
    color: var(--Is-white);
}
.hero-sec {
    padding: 35% 3% 9%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.hero-sec h1{
    color: var(--Is-white);
    padding-bottom: 30px;
}
/*.rotate-icon {
    position: absolute;
    right: 5%;
    bottom: -40px;
    z-index: 1;
    animation: rotating 30s linear infinite;
    -webkit-animation: rotating 30s linear infinite;
}
*/
.rotate-icon {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 5;
    transform: rotate(0deg);
    /*transition: transform 0.5s linear;*/
    will-change: transform;
}


@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

.arrow-anchor {
    display: inline-block;
    width: 100%;
}
h2.small-title {
    font-size: 18px;
    font-weight: bold;
    color: var(--Is-blue);
    text-transform: uppercase;
}
.arrow-anchor a {
    font-size: 30px;
    font-weight: 300;
    display: block;
    border-bottom: 1px solid;
    padding: 13px 0 13px;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0;
    margin-top: 25px;
}
.arrow-anchor a:hover{
    background-size: 26px;
}

.flex-box{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.left-title {
    width: 160px;
    padding-top: 10px;
}
.left-title-right-content {
    overflow: hidden;
}
.right-content {
    width: calc(100% - 180px);
}
.large-size p {
    font-size: 34px;
}
/*************See Our Craft**************/
.craft-section .row {
    margin-right: -8px;
    margin-left: -8px;
}
.craft-section .row>* {
    padding-right: 8px;
    padding-left: 8px;
}
.horizontal-title {
    display: inline-block;
    writing-mode: sideways-lr;
    font-size: 40px;
    position: absolute;
    left: -50px;
    line-height: 1;
}
.images-hover-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 16px;
    position: relative;
    float: left;
    width: 100%;
}
.images-hover-section:before {
    content: "";
    background: var(--Is-dark-blue);
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    opacity: .9;
    transition: all .3s;
}
.custom-ratio1 {
    padding-bottom: 75%;
}

.custom-ratio2 {
    padding-bottom: 50%;
}
.custom-ratio3 {
    padding-bottom: 62%;
}
.our-work-content {
    padding: 6%;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.blue-bg h2.small-title {
    color: var(--Is-whtie);
    margin-bottom: 12px;
}
.our-work-content p:last-of-type {
    margin-bottom: 0;
}
.our-work-content p {
    max-width: 255px;
}
.our-work-content a {
    color: var(--Is-white);
    font-family: 'Proxima-Nova';
    text-transform: uppercase;
    border-bottom: 2px solid var(--Is-blue);
    margin-left: auto;
    float: right;
    font-weight: bold;
}
.our-work-content a:hover{
    border-color: var(--Is-white);
}
.over-content {
    position: absolute;
    bottom: 0;
}
.over-content {
    position: absolute;
    bottom: 20px;
    right: 0;
    color: var(--Is-white);
    font-family: 'Proxima-Nova';
    text-transform: uppercase;
    text-align: right;
    font-weight: normal;
    opacity: 0;
    transition: all .3s;
}
.over-content span {
    display: block;
}
.images-hover-section:hover:before{
    width: 100%;
}
.images-hover-section:hover .over-content{
    opacity: 1;
    right: 20px;
}
/*************Testimonials**************/
.line-btn {
    font-family: 'Proxima-Nova';
    text-transform: uppercase;
    border-bottom: 2px solid var(--Is-blue);
    margin-left: auto;
    font-weight: bold;
}
.line-btn:hover{
    color: var(--Is-blue);
}
.testimonials p {
    font-size: 49px;
    line-height: 1.3;
    padding: 25px 0 20px;
}
.testimonials p span{
    color: var(--Is-blue);
}

/*************Before After**************/
.wireframe-container {
  display: grid;
  place-items: center;
}
.wireframe-inner-container {
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  --position: 50%;
  width: 100%;
}
.wireframe-slider-image {
  width: 100%;
  object-fit: cover;
  object-position: left;
  display: block;
  max-width: 100%;
}
.wireframe-image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
    height: 100%;
}
.wireframe-slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.wireframe-slider:focus-visible ~ .slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}
.wireframe-slider-line {
  position: absolute;
  inset: 0;
  width: .2rem;
  height: 100%;
  background-color: var(--Is-white);
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}
.wireframe-slider-button {
    position: absolute;
    background-color: #fff;
    color: black;
    padding: .5rem 0;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    min-width: 47px;
}
.before-after-text {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.before-after-text span{
    width: 50%;
}
.before-after-text span:first-child{
    text-align: right;
}

/*************Counters**************/
.stats-container {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 20px auto;
}

.stats-container .stat {
    border-right: 1px solid;
    padding-left: 20%;
}
.stats-container .stat:last-child {
    border-right: none;
}

.stats-container .stat .odometer {
  display: inline-block;
  font-size: 80px;
  font-family: 'AcmeGothic';
  font-weight: 400;
}

.stats-container .stat .type {
    font-size: 24px;
    font-weight: normal;
}

.odometer.plus {
  position: relative;
}

.odometer.plus::after {
    content: "k+";
    position: absolute;
    top: 0;
    left: 100%;
}

@media (max-width: 700px) {
  .stats-container {
    grid-template-columns: 1fr;
  }
}

/*************Review**************/
.review-title-col h3 {
    text-align: center;
    margin: 0;
    /*background: var(--Is-dark-blue);*/
    color: var(--Is-white);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
     opacity: 0;
  transition: opacity 0.3s ease;
}
.review-title-col {
    background: var(--Is-dark-blue);
    padding: 19px 15px 16px;
    position: relative;
    margin-top: 50px;
}
.review-title-col:before {
    content: "";
    background: url(../images/paintbrush-full.svg) no-repeat var(--Is-bg);
    background-size: contain;
    background-position: right center;
    position: absolute;
    width: 190px;
    height: 100%;
    right: 0;
    top: 0;
}
.review-title-col:after {
    content: "";
    position: absolute;
    right: 163px;
    top: 0;
    height: 100%;
    border-right: 25px solid transparent;
    border-top: 66px solid;
    width: 40px;
}
.g-review {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 60px 0 30px;
    font-family: 'Proxima-Nova';
    font-size: 38px;
    font-weight: bold;
}
span.stars-icon img {
    width: 250px;
}
.review-items {
    border: 1px solid var(--Is-dark-blue);
    border-radius: 10px;
    padding: 45px 25px;
    font-family: 'Proxima-Nova';
    background: var(--Is-white);
}
.review-items p{
    margin: 20px 0;
}

.author {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 120%;
}
.author img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.review-slider .slick-slide{
    padding: 15px;
}
button.slick-arrow {
    position: absolute;
    left: -35px;
    top: 50%;
    margin-top: -17px;
    background-image: url(../images/arrow-left.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 98%;
    border: none;
    font-size: 0;
    width: 35px;
    height: 35px;
    padding: 0;
}
button.slick-arrow.slick-next{
    left: inherit;
    right: -35px;
    background-image: url(../images/arrow-right.svg);
}
.review-btn {
    text-align: center;
    margin-top: 30px;
}


/*************Footer**************/
.footer{
    float: left;
    width: 100%;
    padding: 70px 0 40px;
    color: var(--Is-white);
    font-size: 16px;
    position: relative;
}
.copyright-row {
    float: left;
    width: 100%;
    padding: 20px;
    color: var(--Is-white);
    font-size: 15px;
    position: relative;
}
.address {
    font-size: 24px;
}
.contact-info{
    text-align: right;
}
.contact-info p {
    margin-bottom: 10px;
}
.social {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 30px;
}
.footer-logo {
    text-align: center;
}
.footer-logo h3{
    text-transform: uppercase;
    font-weight: 300;
}
.footer-logo img{
    margin: 0 auto 40px;
}


/*************SERVICES PAGE**************/
.scroll-tab-nav ul, .toolbar ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.scroll-tab-nav ul li, .toolbar ul li{
    padding: 5px 5%;
    border-left: 1px solid;
}
.scroll-tab-nav ul li:first-child, .toolbar ul li:first-child {
    border-left: none;
    padding-left: 0;
}
.scroll-tab-nav ul li:last-child, .toolbar ul li:last-child {
    padding-right: 0;
}
.scroll-tab-nav ul li a, .toolbar ul .filter{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    /* border-bottom: 2px solid var(--Is-blue); */
    cursor: pointer;
}
.scroll-tab-nav ul li a:hover, .toolbar .filter:hover{
    color: var(--Is-blue);
}
.toolbar .filter {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.accordion-item {
    border: none;
    background: transparent;
    border-radius: 0 !important;
    border-bottom: 1px solid var(--Is-dark-blue);
}
.accordion-button {
    background: transparent !important;
    padding: 20px 0;
    font-size: 22px;
    color: var(--Is-dark-blue) !important;
    font-weight: normal;
    box-shadow: none !important;
}
.accordion-body {
    padding: 5px 0 30px;
}
.accordion-button::after {
    width: 20px;
    height: 7px;
    background-image: url("../images/accordian-arrow-down.svg");
    background-size: 13px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../images/accordian-arrow-up.svg");
    transform: rotate(0);
}
.horizontal-title.small-title {
    font-size: 30px;
    left: -20px;
}
.bottom-content {
    text-align: right;
    padding: 15px 0;
    font-family: 'Proxima-Nova';
    font-weight: 600;
    text-transform: uppercase;
}

.aligment-space-large {
    padding-top: 11%;
}
.aligment-space-small {
    padding-top: 5%;
}
.services-img-col.move-left {
    padding-left: 15%;
    margin-top: 30px;
    margin-right: -10%;
}
.review-title-col h3 img {
    max-width: 28px;
    position: relative;
    top: -2px;
}
body.home .review-section .g-review {
    padding-top: 100px;
}
body.home section.review-section {
    padding-bottom: 100px;
}
.review-section h2{
    font-weight: normal;
}
.approach-slider {
    margin-top: 15px;
    /* padding-bottom: 50px; */
}
.approach-items {
    display: flex !important;
    flex-wrap: wrap;
}
.approach-items-img {
    width: 58%;
    position: relative;
    padding-bottom: 42%;
    background-size: cover;
    background-position: center;
}
.approach-items-content {
    width: 42%;
    background: var(--Is-dark-blue);
    padding: 35px 35px 40px;
    color: var(--Is-white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.slide-number {
    font-size: 50px;
    font-weight: bold;
    color: var(--Is-blue);
    margin-bottom: 35px;
}
.approach-top-bar {
    padding-bottom: 30px;
}
.approach-items-content p {
    font-size: 110%;
    margin-top: 20px;
}
.approach-items-content ul{
    padding-left: 20px;
    padding-bottom: 15px;
}
.approach-items-content li {
    list-style: disc;
    padding: 4px;
}
.line-btn.white-btn {
    color: var(--Is-white);
    margin-top: auto;
    margin-left: 0;
}
.approach-slider button.slick-arrow {
    top: inherit;
    bottom: 33px;
    right: 20px;
    left: inherit;
    filter: brightness(0) invert(1);
    z-index: 1;
}
.approach-slider button.slick-arrow.slick-prev{
    right: 120px;
}
.slider__counter {
    position: absolute;
    bottom: 35px;
    right: 66px;
    color: #fff;
    font-family: 'Proxima-Nova';
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 4px;
}

/****************************WORK****************************/
#portfolio {  
    margin: 1rem 0;
    -webkit-column-count: 2; 
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
}
div#filters {
    margin-bottom: 60px;
}
/* Firefox */
div#filters > ul {
  scrollbar-width: thin;
  scrollbar-color: var(--Is-dark-blue) transparent;
}

/* WebKit browsers (Chrome, Edge, Safari) */
div#filters > ul::-webkit-scrollbar {
  width: 8px;
}

div#filters > ul::-webkit-scrollbar-track {
  background: transparent;
}

div#filters > ul::-webkit-scrollbar-thumb {
  background-color: var(--Is-dark-blue);
  border-radius: 10px;
  border: 2px solid transparent; /* gives a little padding effect */
  background-clip: content-box;
}

/* Optional hover state */
div#filters > ul::-webkit-scrollbar-thumb:hover {
  opacity: 0.8;
}
.tile { 
    display: none;
}
.scale-anm {
    margin: 0 0 1.125rem;
    width: 100%; 
    border: 1px solid #ccc;
}
.tile img {
    max-width: 100%; 
    height: auto;
    display: inline-block; 
    width: 100%;
}

/****************************CONTACT****************************/
.form-left-img {
    background-size: cover;
    background-position: center;
    padding-bottom: 70%;
    width: 100%;
}
.contact-col {
    padding: 7%;
}
.contact-col h3 {
    max-width: 550px;
    margin-bottom: 25px;
}
.contact-form .container {
    max-width: 98%;
}
.contact-form input, 
.contact-form textarea {
    width: 100%;
    /* background: transparent; */
    border: 1px solid var(--Is-bg);
    padding: 13px 20px;
    margin-bottom: 20px;
    font-size: 14px;
    /* color: var(--Is-bg); */
    color:var(--Is-dark-blue);
    background: var(--Is-bg);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contact-form textarea{
    height: 120px;
}
.contact-form  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--Is-dark-blue);
}
.contact-form  ::-moz-placeholder { /* Firefox 19+ */
  color: var(--Is-dark-blue);
}
.contact-form  :-ms-input-placeholder { /* IE 10+ */
  color: var(--Is-dark-blue);
}
.contact-form  :-moz-placeholder { /* Firefox 18- */
  color: var(--Is-dark-blue);
}
.contact-form input[type="submit"] {
    width: auto;
    border: none;
    margin-bottom: 0;
    background: var(--Is-blue);
    color: var(--Is-white);
    border-radius: 0;
    padding: 10px 30px;
    font-family: 'Proxima-Nova';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.contact-form input[type="submit"]:hover{
    color: var(--Is-blue);
    background: var(--Is-bg);
}
form.wpcf7-form p {
    margin: 0;
}
/*****************ABOUT US******************/

.right-full-content.blue-bg {
    padding: 10% 13%;
}
.medium-size p {
    font-size: 25px;
    margin: 0;
}
.about-negative-sec {
    margin-top: -70px;
}
.about-negative-sec .left-full-title{
    padding-top: 70px;
}

#sectionPin {
    position: relative;
}
.pin-wrap {
    position: sticky !important;
    top: 130px !important;
    padding: 20px 0;
    z-index: 1;
    bottom:0px;
    min-height: 90vh;
}
.images-wrapper {
    overflow: hidden;
    min-height: 90vh;
}
.images-inner {
    display: flex;
    will-change: transform;
}
.images-inner .image-inner-spacer {
    width: 80%;
}
/* .images-inner::before {
    content: " ";
    display: block;
    width: 80%;
    height: 100%;
} */
.images-inner img {
    flex: 0 0 50vw;
    height: 100%;
    object-fit: cover;
    margin-right: 1rem;
}
.heading-col-sticky {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 10px;
}
.images-inner .col-md-4.col-12 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.images-inner .col-md-4.col-12:nth-child(2n) .horizontal-images, .images-inner .col-md-4.col-12:first-child .horizontal-images{
    margin-top: auto;
}
.images-inner .col-md-4.col-12:nth-child(3n) .horizontal-images, .images-inner .col-md-4.col-12:first-child .horizontal-images{
    padding-right: 0;
    padding-bottom: 0;
    margin-right: -28%;
}
.images-inner .horizontal-images{
    padding: 5%;
}
.heading-col-sticky h2 {
    margin: 0;
}
section.steps-sec {
    overflow: hidden;
}
.steps-number {
    font-size: 45px;
    font-weight: 600;
    color: var(--Is-blue);
    margin-bottom: 16px;
    width: fit-content;
    height: 63px;
    background: var(--Is-bg);
    padding: 0 25px;
    margin-left: -25px;
}
.steps-col h3 {
    font-weight: 300;
    margin-bottom: 15px;
}
.steps-col {
    margin-top: 40px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.step-line {
    position: relative;
}
.step-line:before {
    content: "";
    background: var(--Is-blue);
    position: absolute;
    left: 0;
    top: 70px;
    height: 1px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    z-index: -1;
}

.steps-col p {
    max-width: 220px;
}
.quality-sec .our-work-content p {
    max-width: 365px;
}
.quality-sec .our-work-content p {
    max-width: 365px;
}
.quality-sec .our-work-content {
    padding: 10%;
}
.quality-sec .our-work-content a {
    margin-top: 28px;
}
span.stars-icon img {
    margin: 0 auto;
}
.testimonials h3 {
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.4;
}
.review-side .g-review {
    padding-top: 0;
    padding-bottom: 10px;
}
.review-side .stars-icon {
    padding-bottom: 20px;
    display: block;
}
section.review-section.review-side {
    margin-bottom: 50px;
}
section.review-section.review-side > .container {
    max-width: 1494px;
}
section.review-section.review-side > .container > .row {
    align-items: center;
}
section.review-section.review-side  .testimonials {
    padding-left: 50px;
}
section.review-section.review-side .testimonials p {
    font-size: 30px;
    line-height: 120%;
    padding: 25px 0 15px;
}
/* .right-full-content.blue-bg {
  display: inline-block;
  animation: rotateIn 1s ease-out forwards;
  transform-origin: center;
  opacity: 0;
} */

@keyframes rotateIn {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}

/*************PROJECT PAGE*************/
.no-arrow a {
    font-size: 22px;
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid;
}
.no-arrow {
    max-width: 300px;
}
.project-images-sec .images-hover-section:before{
    display: none;
}



.portfolio-image-wrapper {
    position: relative;
    overflow: hidden;
}

.portfolio-image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.portfolio-image-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 24, 72, 0.85); 
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.portfolio-image-wrapper .overlay .line-btn {
    color: #fff;
}

.portfolio-image-wrapper .overlay .line-btn {
   margin: 0px !important; 
}

.portfolio-item-link:hover .overlay {
    opacity: 1;
    pointer-events: auto;
}

.portfolio-item-link:hover img {
    transform: scale(1.03);
}
a#load-more-projects {
    margin: 50px 0;
}
section.review-section.our-work-review .testimonials {
    padding: 50px 0 70px;
}









/****************************************Media Query***********************************************/
@media(max-width: 1199px){
    body{
        font-size: 18px;
    }
    header {
        padding: 10px 15px;
    }
    .navbar {
        position: fixed;
        left: 0;
        height: 100%;
        top: 75px;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        overflow: auto;
        justify-content: center;
        align-content: flex-start;
        width: 100%;
        max-width: 100%;
        background: var(--Is-dark-blue);
        padding: 50px 20px;
        transition: opacity 0.3s 0.3s, visibility 0s .6s;
        opacity: 0;
        visibility: hidden;
    }

    .open .navbar {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s;
    }
    .menu_icon, .close_icon {
        display: block;
        cursor: pointer;
        position: relative;
        z-index: 2;
    }
    .navbar ul {
        flex-wrap: wrap;
    }
    .navbar ul li {
        float: left;
        margin-left: 0;
        width: 100%;
        text-align: center;
        padding: 5px 0;
        line-height: 1;
        opacity: 0;
        transform: translateY(-40px);
        animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
    }
    .open .navbar ul li{
        opacity: 1;
        transform: translateY(0px);
        transition: transform 0.2s, opacity 0.2s;
    }
    .menu_icon {
        width: 40px;
        height: 40px;
        background: transparent;
        display: flex;
        line-height: 40px;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
    }
    .menu_icon span {
        width: 25px;
        height: 2px;
        background: var(--Is-blue);
        position: relative;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition-duration: .3s;
    }

    .menu_icon span:before, .menu_icon span:after{
        transform-origin: 50% 50%;
        transition: top 0.2s 0.3s ease-in-out, transform 0.3s ease-in-out;
        content: "";
        width: 25px;
        height: 2px;
        background: var(--Is-blue);
        position: absolute;
        left: 0;
    }
    .menu_icon span:before {
        top: 6px;
    }
    .menu_icon span:after {
        top: -6px;
    }
    .open .menu_icon span {
        background: transparent;
    }
    .open .menu_icon span:before {
        transition: top 0.2s ease-in-out, transform 0.2s 0.3s ease-in-out;
        transform: rotate3d(0, 0, 1, 45deg);
        top: 0;
    }
    .open .menu_icon span:after {
        transition: top 0.2s ease-in-out, transform 0.2s 0.3s ease-in-out;
        transform: rotate3d(0, 0, 1, -45deg);
        top: 0;
    }
    img.desktop-logo{
        display: none;
    }
    img.mob-logo {
        display: block;
    }
    .logo img {
        animation: none;
    }
    .logo {
        width: 110px;
        top: 0;
        margin-bottom: 0;
    }
    .header .container-fluid {
        padding-left: 0;
    }
    .navbar ul li a {
        margin: 11px 0;
        color: var(--Is-bg);
        font-size: 30px;
        text-transform: uppercase;
        display: inline-block;
    }
    .navbar ul li a:hover, .navbar ul li.active a {
        color: var(--Is-blue);
    }
    .navbar ul li:nth-last-child(2) {
        border-top: 1px solid var(--Is-bg);
        margin-top: 30px !important;
        padding-top: 30px !important;
    }
    h1 {
        font-size: 55px;
    }
    body {
        font-size: 16px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 24px;
    }
    .large-title {
        font-size: 46px;
    }
    .testimonials p:not(section.review-section.review-side  .testimonials p) {
        font-size: 40px;
    }
    .arrow-anchor a {
        font-size: 26px;
    }
    .large-size p {
        font-size: 28px;
    }

    .horizontal-title {
        font-size: 30px;
    }
    
    .stats-container .stat {
        padding-left: 10%;
    }
    .stats-container .stat .odometer {
        font-size: 50px;
    }
    .stats-container .stat .type {
        font-size: 20px;
    }
    span.stars-icon img {
        width: 210px;
    }
    .address {
        font-size: 20px;
    }
    .footer-logo h3 {
        font-size: 22px;
    }
    section {
        padding: 50px 0;
        position: relative;
    }
    /* .logo img {
        max-height: 55px;
        width: auto;
    } */
    .logo img {
        max-height: 75px;
        width: auto;
        margin-bottom: -30px;
    }
    .navbar li:last-child a {
        margin: 0;
    }
    section.review-section.review-side {
        margin-bottom: 20px;
    }
section.review-section.review-side  .testimonials {
    padding-left: 0;
}


}

@media(max-width: 991px){
    body {
        font-size: 16px;
    }
    .container-fluid {
        padding: 0 2.5vmax;
    }
    .close_icon {
        position: absolute;
        top: 20px;
        cursor: pointer;
        right: 20px;
    }
    .flex-box {
        gap: 0;
    }

    .approach-items-content {
        width: 100%;
        padding: 25px 20px 30px;
    }
    .approach-items-img {
        width: 100%;
        height: 200px;
        padding-bottom: 0px;
    }
    .approach-slider button.slick-arrow {
        top: 255px;
    }
    .approach-slider .slider__counter {
        top: 241px;
    
}

@media(max-width: 767px){
    header {
        padding: 10px 0;
    } 
    .navbar ul li a {
        font-size: 24px;
    }
    .navbar li:last-child a {        
        font-size: 18px;
    }
    h2 {
        font-size: 28px;
    }
    .hero-sec h1 {
        padding-bottom: 10px;
    }
    .large-title {
        font-size: 36px;
    }
    h1 {
        font-size: 36px;
        font-weight: 600;
        text-align: center;
    }
    h3 {
        font-size: 21px;
    }
    .hero-title {
        text-align: center;
    }
    .hero-sec {
        padding: 70% 3% 10%;
        position: relative;
    }
    .rotate-icon {
        max-width: 90px;
        right: 10px;
    }
    section {
        padding: 40px 0;
        position: relative;
    }
    .arrow-anchor a {
        font-size: 24px;
        margin-top: 15px;
        padding: 10px 0 10px;
    }
    .left-title {
        width: 100%;
        padding-top: 0;
    }
    .right-content {
        width: 100%;
    }
    .large-size p {
        font-size: 24px;
    }
    h2.small-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .our-work-content {
        margin-bottom: 20px;
        padding: 40px 25px;
    }
    .testimonials p {
        font-size: 26px;
    }
    .before-after-text {
        gap: 13%;
        font-size: 22px;
    }
    .wireframe-slider-button {
        min-width: 35px;
        width: 35px;
    }
    .stats-container .stat {
        padding-left: 0;
        border-bottom: 1px solid;
        border-right: none;
        padding-bottom: 30px;
    }
    .review-title-col:before {
        width: 70px;
        height: 100%;
        right: 0;
        top: 0;
        background-size: 50px;
    }
    .review-title-col h3 {
        justify-content: flex-start;
        gap: 13px;
        font-size: 20px;
    }
    .review-title-col:after {
        right: 51px;
        border-right: 20px solid transparent;
        border-top: 57px solid;
    }
    .g-review {
        gap: 15px;
        padding: 60px 0 30px;
        font-size: 28px;
    }
    span.stars-icon img {
        width: 170px;
    }
    .address {
        font-size: 20px;
        text-align: center;
        margin-bottom: 30px;
    }
    .contact-info {
        text-align: center;
        padding-top: 20px;
    }
    section.contact-section p {
        font-size: .8rem;
    }
    .social {
        justify-content: center;
    }
    .footer {
        padding: 50px 0 35px;
    }
    .right-full-content.blue-bg {
        padding: 25px;
    }
    .medium-size p {
        font-size: 20px;
        margin: 0;
    }
    .about-negative-sec {
        margin-top: 0;
    }
    .about-negative-sec .left-full-title {
        padding-top: 30px;
    }
    .steps-col {
        margin-top: 30px;
        width: 96%;
    }
    .step-line:before {
        display: none;
    }
    section.steps-sec {
        padding-bottom: 10px;
    }
    .our-work-content a.line-btn {
        margin-top: 10px;
    }
    /*footer.footer, footer.footer p {
        text-align: center !important;
    }
    .wp-block-social-links.alignright {
        justify-content: center;
    }*/
    .footer-widget.mb-4 {
        margin: 0 !important;
    }
    body .footer .is-layout-flex  {
        display: flex;
        gap: 1%;
    }
    body .footer .is-layout-flex h3 {
        font-size: 19px;
    }
    body .footer .is-layout-flex .wp-block-column:nth-child(1) {
        order: 2;
        flex-basis:47% !important;
        width: 47;
        max-width:47%;
    }
    body .footer .is-layout-flex .wp-block-column:nth-child(3) {
        order: 3;
        flex-basis: 51% !important;
        width: 51%;
        max-width: 51%;
    }
    body .footer .is-layout-flex p.has-text-align-right {
        margin-bottom: 10px;
        font-size: 15px;
    }
    a#load-more-projects {
        margin: 20px 0;
    }
    section.review-section.our-work-review .testimonials {
        padding: 30px 0 40px;
    }
    section.review-section.review-side .testimonials p {
        font-size: 24px;
        padding: 10px 0 15px;    
    }
    section.review-section.review-side .testimonials .btn.btn-primary {
        margin: 0 auto;
        display: block;
        width: fit-content;
    }
    body.home section.review-section {
        padding-bottom: 60px;
    }
    body.home .review-section .g-review {
        padding-top: 60px;
    }
    .approach-slider {
        padding-bottom: 50px;
    }
}
    .scroll-tab-nav ul, .toolbar ul {
        justify-content: flex-start;
        overflow: auto;
    }
    .scroll-tab-nav ul li a, .toolbar ul .filter {
        font-size: 17px;
    }
    div#filters {
        margin-bottom: 40px;
        padding-left: 15px;
        padding-right:15px
    }
    div#filters > ul {
            padding-bottom: 5px;
    }
    .left-content .no-arrow {
        margin-bottom: 30px;
    }
}

/* .hero-sec {
  position: relative;
  overflow: hidden;
} */

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* keeps video behind content */
}



/* From Customizer */

.simple-img {
    position: relative;
}

.absolute-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.simple-img img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.simple-img img.active {
    opacity: 1;
    z-index: 2;
}

img.card-img-top {
    height: 250px;
    object-fit: cover;
}


.pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 14px;
  background-color: #f8f9fa;
  color: #333;
  border: 1px solid #dee2e6;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 14px;
}

.pagination .page-numbers:hover {
  background-color: #e2e6ea;
  color: #000;
}

.pagination .current {
  background-color: #0f145a;
  color: #fff;
  border-color: #0f145a;
  cursor: default;
}

#project-loader {
    display: none; /* Shown via JS when needed */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8); /* White transparent overlay */
    z-index: 9999;
    text-align: center;
    padding-top: 20%;
}

#project-loader .spinner-border {
    width: 3rem;
    height: 3rem;
}

div#project-loader {
  display: flex;
  align-items: center;
  justify-content: center;
}

a.fil-cat.filter.active {
    border-bottom: 2px solid var(--Is-blue);
}

p.has-text-align-right.footer-phone {
    margin-bottom: 5px;
}


img#site-logo {
      transform-origin: center top;
      width: auto;
      height: auto;
    }

.star-icon {
    font-size: 30px;
    margin-right: 2px;
}

@media (max-width: 767px) {
	.simple-img img {
		height: 260px;
	}
}

.has-kplus::after {
  content: "k+";
  margin-top:6px;
}

.projects-odometer.has-kplus.odometer.odometer-auto-theme {
    display: flex;
}

.overlay {
  display: block !important;
  padding: 20% 5% 0;
  text-align: center;
  color: #fff;
}