@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Rajdhani:wght@300;400;500;600;700&display=swap');

body{
    font-family: "IBM Plex Sans", sans-serif;
}
.banner-two-swiper-main-wrapper {
  position: relative;
  z-index: 1;
}
.banner-two-swiper-main-wrapper .shape-image {
  position: absolute;
  bottom: 0;
  right: 120px;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-two-swiper-main-wrapper .shape-image {
    right: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .banner-two-swiper-main-wrapper .shape-image {
    right: 0;
    max-width: 550px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-two-swiper-main-wrapper .shape-image {
    display: none;
  }
}
.banner-two-swiper-main-wrapper .swiper-pagination {
  position: absolute;
  right: 18%;
  left: auto;
  top: auto;
  bottom: 40px;
  max-width: max-content;
  display: flex;
  align-items: center;width: 100%;
}
@media only screen and (max-width: 575px) {
  .banner-two-swiper-main-wrapper .swiper-pagination {
    display: none;
  }
}
.banner-two-swiper-main-wrapper .swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: #7e7b78;
}
@media only screen and (max-width: 1199px) {
  .banner-two-swiper-main-wrapper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
  }
}
.banner-two-swiper-main-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url(../img/01.svg);
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

.banner-two-swiper-main-wrapper .swiper-slide span {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 12px;
    display: block;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(60px);
    border-radius: 3px;
    max-width: max-content;
    margin-bottom: 25px;
    font-weight: 500;opacity: 0;
}
.banner-two-swiper-main-wrapper .swiper-slide .title {
  transition-delay: 0.4s;
  opacity: 0;
}
.banner-two-swiper-main-wrapper .swiper-slide p.disc {
  transition-delay: 0.6s;
  opacity: 0;
}
.banner-two-swiper-main-wrapper .swiper-slide .button-wrapper {
  transition-delay: 0.8s;
  opacity: 0;
}
.banner-two-swiper-main-wrapper .swiper-slide-active span {
  display: block;
  animation: fadeInUp2 0.5s linear;
  animation-delay: 0.2s;
  opacity: 1;
}
.banner-two-swiper-main-wrapper .swiper-slide-active .title {
  animation: fadeInUp2 0.5s linear;
  animation-delay: 0.4s;
  opacity: 1;
}
.banner-two-swiper-main-wrapper .swiper-slide-active p.disc {
  animation: fadeInUp2 0.5s linear;
  animation-delay: 0.6s;
  opacity: 1;
}
.banner-two-swiper-main-wrapper .swiper-slide-active .button-wrapper {
  animation: fadeInUp2 0.5s linear;
  animation-delay: 0.8s;
  opacity: 1;
}
.banner-area-start.bg_banner-bg-area.two {
  background-image: url('../img/13.webp');
}
.banner-area-start.bg_banner-bg-area.three {
  background-image: url('../img/12.webp');
}
.bg_banner-bg-area {
  background-image: url('../img/02.webp');
  height: 737px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .bg_banner-bg-area {
    height: 500px;
  }
}
.bg_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.rts-section-gap {
    padding: 120px 0;
}
.banner-two-inner span {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.banner-two-swiper-main-wrapper .swiper-slide-active .title {
    animation: fadeInUp2 0.5s linear;
    animation-delay: 0.4s;
    opacity: 1;
}
.banner-two-inner .title {
    font-size: 60px;color: #fff;font-weight: 700;
}
.header{
        position: absolute;
    width: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(50px);padding: 30px 0;
}
.banner-two-inner p.disc {
    max-width: 54%;
    color: #fff;font-size: 19px;margin-bottom: 40px;
}
.navbar-nav{
        background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 5px;
}
.navbar-nav > li > ul, .navbar-nav > li > ul > li > ul {
        min-width: 250px;
        position: absolute;
        padding: 0;
        top: 100%;
        left: 20px;
        z-index: 100;
        visibility: hidden;
        border-top: 3px solid #f6921e;
        background-color: #ffffff;
        opacity: 0;
        -webkit-box-shadow: 0 0 60px 0 rgb(53 57 69 / 15%);
        -moz-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
        -ms-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
        -o-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
        box-shadow: 0 0 60px 0 rgb(53 57 69 / 15%);
        -webkit-transition: all 500ms linear 0ms;
        -khtml-transition: all 500ms linear 0ms;
        -moz-transition: all 500ms linear 0ms;
        -ms-transition: all 500ms linear 0ms;
        -o-transition: all 500ms linear 0ms;
        transition: all 500ms linear 0ms;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
.navbar-nav > li.dropdown:hover > ul, .navbar-nav > li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    z-index: 999;
}
.navbar-nav > li > ul li {
        font-weight: normal;
        padding: 10px 25px;list-style: none;border-bottom: 1px solid rgb(238, 238, 238);
    }
    .navbar-nav > li > ul a {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: -.25px;
    text-transform: capitalize;
    font-style: normal;
    color: #183964;    transition: all .25s ease-in-out;
}
    .navbar-nav > li > ul a:before {
        position: absolute;
        content: "";
        left: 0;
        right: auto;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0;
        height: 1px;
        background-color:#183964;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }
        .navbar-nav > li > ul li:hover > a {
        padding-left: 18px;
        color: #183964;
    }
        .navbar-nav > li > ul li:hover > a:before {
        width: 12px;
    }
.about-btn {
   position: relative;
    z-index: 2;
    vertical-align: middle;
    display: inline-flex;
    gap: 15px;
    border: none;
    border-radius: 0 !important;
    text-align: center;
    background-color: #183964;
    color:#fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 19px 30px;
    overflow: hidden;
    align-items: center;
}        
.about-btn i{
        transform: rotate(-40deg);
}
.about-btn::before, .about-btn:after{
   content: "";
    display: block;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background-color: #f6921e;
    transition: 1s ease;
}
.about-btn:before {
    top: -2em;
    left: -2em;
}
.about-btn:after {
    left: calc(100% + 2em);
    top: calc(100% + 2em);
}
.about-btn:hover:before, .about-btn:hover:after{
       height: 410px;
    width: 410px;
}
.banner-two-inner{margin-top: 12%}
.work{padding: 100px 0 300px;position: relative;background-image: url('../img/service-bg1-1.png');overflow: hidden;background-size: cover;}
.title-area .title h2{
        color: #141416;
    font-size: 44px;font-weight: 700;margin-bottom: 20px;
}
.title-area {
        display: grid;
    grid-template-columns: 84% 16%;
    align-items: center;
}
.title-area .title p{
        max-width: 70%;font-size: 20px;line-height: 32px;font-weight: 400;color: #183964;
}
.title-area{    margin-bottom: 60px;}
.project-card.style1 {
    margin-bottom: 30px;
}
.project-card.style1 .thumb-box {
    position: relative;
}
.project-card.style1 .thumb-box .thumb {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.project-card.style1 .thumb-box .thumb img {
    border-radius: 20px;
    max-width: 100%;
    max-height: auto;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.project-card.style1 .thumb-box .thumb-content {
    border-radius: 20px;
    background: #fff;
    padding: 17px 24px;
    border-bottom: 3px solid #f6921e;
    position: absolute;
    bottom: 20px;
    left: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.project-card.style1:hover .thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.project-card.style1:hover .thumb-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1);
    bottom: 30px;
}
.project-card.style1 .thumb-content h5 a{
    font-size: 18px;
    margin-bottom: 0px;color: #183964;
}
.project-card.style1:last-child {
    margin-bottom: 0;
}
.project-card.style1 .thumb-content h5{margin: 0}
.aboutus{
    padding: 100px 0 50px;
    position: relative; z-index: 2;overflow: hidden;
}
.jump-reverse {
    animation: jumpReverseAni 7s linear infinite;
}
.shape-mockup {
    position: absolute;
    z-index: -1;
}
.ltn-img{position: relative;}
.ltn-img:before{
        content: "";
    position: absolute;
    height: 150px;
    width: 15px;
    z-index: 0;
    right: 0px;
    top: 0px;
    background:#f69210;
    border-radius: 0px;
    animation: 7s linear 0s infinite normal none running jumpReverseAni;
}
@keyframes jumpReverseAni{
    0% {
    transform: translateY(0px);
}
50% {
    transform: translateY(30px);
}
100% {
    transform: translateY(0px);
}
}
.about-us-info-wrap {
    position: relative;    max-width: 76%;
}
.ltn__section-title-2 {
    margin-bottom: 19px;
}
.ltn__section-title-2 h6 {
   display: block;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    font-weight: 400; margin-top: -.2em;
}
.ltn__section-title-2 h1{
       font-weight: 700;
    margin-bottom: 15px;
    line-height: 53px;
    font-size: 52px;
    margin-top: 0;
}
.rts-btn{
    margin-top: 5%;
}
.aboutus .row{display: flex;align-items: center;}
.hero-experience-wrap {
    display: inline-block;
    clip-path: polygon(43px 0px, 100% 0px, 100% calc(100% - 81px), calc(100% - 67px) 100%, 0px 100%, 0px 52px);
    position: absolute;
    bottom: -231px;
    z-index: 3;
    background-image: url('../img/hero.png');
    right: 25%;
    border-bottom: 5px solid #f6921e;
    padding: 60px 100px 33px;
}
.hero-experience-wrap .shadow-text {
    font-size: 30px;
    font-weight: 600;
    color: transparent;
    transform: rotate(-90deg) translate(-100%);
    display: inline-block;
    transform-origin: left top;
    opacity: 0.15;
    position: absolute;
    top: 60px;
    left: 40px;
    -webkit-text-stroke: 1px rgb(0, 0, 0);
}
.hero-experience-wrap .hero-experience-counter {
    font-size: 120px;
    font-weight: 700;
    color: #f6921e;
    margin-top: 5px;
    margin-bottom: -10px;
}
.hero-experience-wrap .hero-experience-text {
    font-size: 18px;
    margin-bottom: 37px;
}
.hero-experience-wrap .media {
    margin-left: -80px;
    display: flex;
    gap: 20px;
}
.hero-experience-wrap .media .icon {
    flex: 1 1 auto;
}
.hero-experience-wrap .media .link-btn {
    font-size: 32px;
    line-height: 1.1875em;
    font-weight: 400;
    color: #183964;
    max-width: 180px;
    text-transform: none;
    margin-top: 20px;
    align-self: start;
}
.hero-1 .hero-shape1-1 {
    bottom: -328px;    position: absolute;
    left: 20%;
    z-index: 2;
}
.movingX {
    animation: 8s linear 0s infinite normal none running movingX;
}
@keyframes movingX{
0% {
    transform: translate(0px);
}
50% {
    transform: translate(50px);
}
100% {
    transform: translate(0px);
}
}

.hero-1 .section-animation-shape1-2 {
    position: absolute;
    bottom: 87px;
    z-index: 1;
    background-image: url('../img/pattern-4.png');
}
.animation-infinite {
    height: 30px;
    width: 100%;
    background-repeat: repeat;
    animation: 80s linear 0s infinite normal none running ShapeAnim;
    overflow: hidden;
}
@keyframes ShapeAnim{
    0% {
    background-position: left top;
}
100% {
    background-position: left 2000px top;
}
}
.hero-1{z-index: 2;  background-size: cover;
    position: relative;
    margin: 116px 0px 357px;
    overflow: initial;}
.hero-1::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    mix-blend-mode: multiply;
    z-index: -1;
    background: rgb(66, 66, 66);
}
.checklist{padding-left: 0;list-style: none;    margin-bottom: 35px;}
.checklist li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    display: flex;
    color:#183964;
}
.checklist li img {
    margin-top: 7px;
    align-self: self-start;
        font-size: 22px;
    margin-right: 10px;
}
.about-grid-wrap:not(:last-child) {
    margin-bottom: 35px;
}

.about-grid-wrap {
    display: flex;
    gap: 30px 40px;
    align-items: center;
}
.about-grid-wrap .icon {
    background: #f2f2f2;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    flex: none;
    transition: .4s;
}
.about-grid-wrap .title {
    font-size: 22px;
    font-weight: 600;
    color: #183964;
    margin-bottom: 7px;
    margin-top: -.3em;
}
.about-grid-wrap .text {
    margin-bottom: -.3em;
}
.work-title span {
    display: block;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    font-weight: 400; margin-top: -.2em;
}
.work-title h2{
           font-weight: 700;
    margin-bottom: 15px;
    line-height: 53px;
    font-size: 49px;text-transform: capitalize;
}
.service-card {
    background: #fff;
    border-radius: 0;
    padding: 30px 3px 0 64px;
    border: 2px solid #fff;
    position: relative;
    margin-bottom: 39px;
    transition: .4s;
}
.service-card-shadow-text {
    position: absolute;
    transform: rotate(-90deg) translate(-50%);
    font-size: 36px;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 1px #183964;
    transform-origin: left top;
    top: 50%;
    left: 15px;
    opacity: .15;
}
.service-card_content {
    padding: 0 0 0 10px;
}
.service-card_icon img {
    transition: .4s;
}
.service-card_icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    background: #f6921e;
    opacity: .1;
}
.service-card_content h4{
        margin-top: -.3em;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 21px;
}
.service-card_content p{font-size: 16px;
    margin-bottom: 23px;}
.service-card_icon {
    display: inline-block;
    margin-bottom: 35px;
    position: relative;
    padding: 10px 0 0 10px;
    margin-left: -10px;
}
.service-card .btn-wrap {
    justify-content: end;
    position: relative;
    transform: translateY(25px);
    margin-top: -25px;
    margin-right: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px;
}
.icon-btn {
        width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background-color: #183964;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    transition: 0.4s ease-in-out;
}
.icon-btn i {
    font-size: 20px; 
}
.service-card .btn-wrap .btn {
    position: absolute;
    right: 0;
    bottom: 0px;
    padding: 17px 24px;
    opacity: 0;
    transition: .4s;
}
.service-card .btn-wrap .btn:after, .service-card .btn-wrap .btn:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background-color: #183964;
    transition: 1s ease;
}
.service-card .btn-wrap .btn:before {
    top: -2em;
    left: -2em;
}
.service-card .btn-wrap .btn:after {
    left: calc(100% + 2em);
    top: calc(100% + 2em);
}
.service-card:after {
    content: "";
    position: absolute;
    right: 40px;
    top: 65px;
    width: 157px;
    height: 1px;
    background: #183964;
    opacity: .1;
}
.service-card:hover {
    border-color: #f6921e;
}
.service-card:hover .service-card_icon img {
    transform: rotateY(180deg);
}
.service-card:hover .btn-wrap .btn {
    opacity: 1;
}
.service-card .btn-wrap .btn:hover:before, .service-card .btn-wrap .btn:hover:after{
    height: 410px;
    width: 410px;
}
.cta-area-1 {
    position: relative;
    margin-top: -200px;
    z-index: 3;    padding-bottom: 70px;
}
.cta-wrap-1 {
    padding: 70px;
    background: #fff;z-index: 2;position: relative;
    box-shadow: 0 30px 150px #1f1f1f1a;
}
.work-title h3{font-size: 34px;}
.mb-40{margin-bottom: 40px;}
.form-group {
    position: relative;
    display: flex
;
    flex-wrap: wrap;
}
.form-control{
        height: 50px;
    padding: 0 45px 0 20px;
    border: 1px solid transparent;
    color: #183964;
    background-color: #f5f5f5;
    font-size: 16px;
    width: 100%;
    transition: .4s ease-in-out;
    border-radius: 2px;
}
.faq-one_image {
    position: relative;
    margin-right: -60px;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px #f6921e;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #f6921e;border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #f6921e;
}

.w-100{width: 100%!important}
.cta-contact-form .about-btn{display: block;}
.cta-contact-form .about-btn:hover:before, .cta-contact-form .about-btn:hover:after {
    height: 410px;
    width: 700px;
}
.cta-contact-form .about-btn i{margin-left: 10px;}
.custom-form-design .dropdown {
  display: inline-block;
  transition: all .5s ease;
  position: relative;
  color: #999;    line-height: 48px;    padding-right: 22px;
}
.dropdown .select {
    cursor: pointer;
    display: block;
}
.dropdown .select > i {
    color: #999;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 48px
}
.dropdown.active .select > i {
    transform: rotate(-90deg)
}
.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}
.dropdown .dropdown-menu li {
    padding:0 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
} 
.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}
.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}
.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}
.dropdown-menu::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.dropdown-menu li::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.dropdown-menu li::-webkit-scrollbar-thumb {
  background-color: #f6921e;
}

/* Handle on hover */
.dropdown-menu li::-webkit-scrollbar-thumb:hover {
  background-color: #f6921e;
}
.slick-slide{
  margin:10px;
}
.slick-slide img{
  width:100%;
  border: 2px solid #fff;
}
.wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}
@media only screen and (min-width: 1024px) {
    .portfolio-card:after {
        min-height: 448px;
    }
}
.portfolio-card:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 30px;
    left: 0;
    background: linear-gradient(190.47deg, #02021200 5.21%, #020212cc 92.2%);
}
.portfolio-card {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    padding-bottom: 30px;
}
.portfolio-card .portfolio-card-thumb .icon-btn {
    position: absolute;
    right: 40px;
    top: 30px;
    background: #fff;
    color: #f6921e;
    z-index: 1;
    border-radius: 50%;
    opacity: 1;
}
.portfolio-card .portfolio-card-thumb .icon-btn i{font-size: 20px;}
.portfolio-card .portfolio-card-details {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    right: 0;
    background: transparent;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
    padding: 60px;
    flex-wrap: wrap;
    transition: .4s;
    opacity: 1;
    gap: 30px;
}
.portfolio-card .portfolio-card-subtitle {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 17px;
    padding: 2px 10px;
    display: inline-block;
    text-transform: uppercase;
    background: #ffffff4a;
}
.slick-dots{display: none!important;}
.portfolio-card .portfolio-card-title {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 2px;
}
.portfolio-card .portfolio-card-title a {
    color: #fff;
}
.portfolio-card .portofolio-card-text {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    opacity: .9;
    margin-bottom: -.3em;
}
.gallery{
    background-image: url('../img/pattern-3.png');
    background-size: cover;
    padding: 100px 0;
}
.slick-dotted.slick-slider {
    margin-top: 30px;margin-bottom: 0!important;
}
.clients{
    background-image: url('../img/client-bg1-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-attachment: fixed;
}
.clients:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;    opacity: .9;background-color: #183964;
}
.text-white{color: #fff!important}
.sub-title.text-white img {
    filter: brightness(9) grayscale(9);
}
.clients .shape-mockup{z-index: 0}
.clinets .slick-initialized .slick-slide{
  display: flex!important;
  align-items: center;
  justify-content: center;
}
.client-logo {
    transition: .4s;
    opacity: .6;
    position: relative;
        display: flex;
    justify-content: center;
}
.slick-next, .slick-prev{display: none!important;}
.client-logo img {
    filter: brightness(9);border: 0;
}
.client-logo:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ffffff26;
}
.client-logo:hover {
    opacity: 1;
}
.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #183964;
  font-size: 26px;
}
.footer-wrapper {
      position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.widget-area {
    padding: 80px 0 30px;
}
.footer-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1f1f1f;
    mix-blend-mode: multiply;
    z-index: -1;
}
.footer-widget h3{
    color: #fff;
    margin-top: 0;
    margin: 40px 0 38px;
    position: relative;
    font-size: 24px;
    font-weight: 600;
}
.footer-widget p{
        max-width: 350px;
    margin-top: -.5em;
    margin-bottom: 16px;
    color: #cbcccd;
}
.widget-about .about-year {
    font-size: 32px;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 1px #f6921e;
    margin-top: 21px;
    margin-bottom: -.3em;
}
.widget-about h5 {
    color: #fff;
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}
.text-theme{
    color: #f6921e !important;
}
.widget_nav_menu .menu-all{
        display: flex;
    gap: 25px 6px;
}
.footer-widget.widget_nav_menu .menu{
        min-width: 130px;
    margin-bottom: -2px;
    margin-top: -3px;    list-style: none;
    padding: 0;
}
.footer-widget.widget_nav_menu li a{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    padding: 0;
    color:#cbcccd;    transition: all ease .4s;
    display: block;
    max-width: 100%;
    width: max-content;
    background-color: transparent;
    border: none;
    position: relative;
}
.footer-widget.widget_nav_menu a:before {
    content: "\f061";
    position: absolute;
    left: 0;
    top: 13%;    transition: all ease .4s;
        transform: rotate(-40deg);
    font-family:FontAwesome;
    font-size: 16px;
    transition: .4s;
    opacity: 0;
    color:#f6921e;
}
.widget-contact .contact-text {
    margin-top: -.45em;
    margin-bottom: 16px;
    color: var(--body-color);
    font-size: 16px;
    font-weight: 400;
    max-width: 258px;
}
.footer-widget.widget_nav_menu a:hover {
    background-color: transparent;
    color: #f6921e;
    padding-left: 20px;    transition: all ease .4s;
}
.footer-widget.widget_nav_menu a:hover:before {
    opacity: 1;
}
.footer-text a {
    color: #cbcccd;
}
.footer-text a:hover {
    color: #f6921e;transition: all ease .4s;
}
.social-btn {
    display: flex
;
    gap: 10px;
}
.social-btn a {
    width: 40px;
    height: 40px;transition: all ease .4s;
    line-height: 40px;
    font-size: 16px;
    color: #fff;text-align: center;
    display: inline-block;
    background: #183964;
}
.social-btn a:hover {
    color: #fff;
    background-color: #f6921e;
}
.copyright-wrap {
    padding: 28px 0;
    background: transparent;
    border-top:1px solid rgba(255,255,255,.15);
}
.copyright-wrap p {
    margin: 0;
    color: #fffc;
    font-weight: 400;
    font-size: 15px;
}
.copyright-wrap p a{font-size: 15px;}
.footer-links {
    display: flex
;
    gap: 15px 30px;
    flex-wrap: wrap;
    justify-content: end;
}
.footer-links a {
    font-size: 15px;
    font-weight: 400;
    color: #fffc;
    transition: all ease .4s;
}
.footer-links a:hover {
    color: #f6921e;
}
.process{
    padding: 100px 0;
}
.process-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 18.4px;
    position: relative;
    background:#fff;margin-top: 34px;
    padding: 30px 30px 40px;
    transition: 0.4s;
}
.process-card .process-card-number {
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.12);
    gap: 10px;
}
.process-card .process-card-number span {
    display: inline-block;
    width: 42px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #183964;
    transition: 0.4s;
}
.process-card h4 {
    font-size: 21px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 15px;
}
.process-card p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: -0.5em;
}
.process-card::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    border-width: 2px;
    border-style: solid;
    border-color: initial;
    border-image: linear-gradient(180deg, #f6921e, transparent) 1;
    transition: 0.4s;
}
.process-card:hover {
    box-shadow: rgba(234, 85, 1, 0.2) 0px 4px 18.4px;
}
.process-card:hover .process-card-number span {
    background: #f6921e;
}
.process-card:hover::after {
    opacity: 1;
}
.engineer{
    background-image: url('../img/ser1.png');
}
.finance{background-image: url('../img/ser3.png');}
.infra{background-image: url('../img/ser2.png');}
.energy{background-image: url('../img/ser4.png');}
.real{background-image: url('../img/ser5.png');}
.breadcumb-wrapper {
   background-image: url('../img/breadcrumb-bg.png');
    position: relative;
    background-size: cover !important;background-color: #183964;
}
.breadcumb-wrapper:before{
    content: "";
    position: absolute;
    background-color: #183964;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.9;
}
.breadcumb-title {
    color: #fff;    padding-top: 15%;
    font-size: 64px;
    font-weight: 600;
    text-align: center;
}
.breadcumb-menu {
    max-width: 100%;
    padding: 18px 75px 18px 25px;
    list-style-type: none;
    position: relative;
    margin: 58px 0 0;
    display: inline-block;
    background: #f6921e;
    clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0% 100%);
}
.breadcumb-menu li {
    display: inline-block;
    padding-right: 11px;
    list-style: none;
    position: relative;
        white-space: normal;
    word-break: break-word;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.breadcumb-menu a{
    white-space: normal;
    word-break: break-word;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.breadcumb-menu li.active{text-decoration: underline;}
.breadcumb-menu li:before {
    content: "";
    position: relative;
    margin-right: 16px;
    font-size: 14px;
    font-weight: 700;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #ffffff80;
    display: inline-block;
    transform: translateY(-50%);
}
.breadcumb-menu li:first-child:before{display: none;}
.about-us-area {
    position: relative;
    z-index: 5;    padding: 100px 0;
}
.about-wrapper-area {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;    box-shadow: 0 4px 18.4px #1839640001a;
    overflow: hidden;
}
.about-wrapper-area .about-left-wrapper {
    padding: 60px 60px 60px;
    max-width: 90%;
}
.about-wrapper-area .about-left-wrapper span{
    font-size: 16px;
    text-transform: uppercase;
    color: #f6921e;
    font-weight: 600;
}
.about-wrapper-area .about-left-wrapper h2 {
    color: #141416;
    margin-top: 10px;
    margin-bottom: 20px;
}
.about-wrapper-area .about-left-wrapper p{
    max-width: 100%;
    font-size: 15px;
}
.about-wrapper-area .right-thumbnail {
    max-width: 578px;
    min-width: 578px;
}
.vision{
    background-image: url('../img/award-bg.jpg');
    background-size: cover;
    padding: 100px 0;
    position: relative;
}
.left-content p {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;margin-bottom: 0;
}
.left-content h2 {
    position: relative;
    display: block;
    font-size: 48px;margin-top: 0;
    line-height: 58px;
    text-transform: capitalize;
}
.left-content h2 span{color: #f6921e}
.image-box {
    position: relative;
    display: block;margin-top: 22px;
}
.image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}
.image-box .image img {
    width: 100%;
    transition: all 500ms ease;
}
.image-box .image:hover img {
    transform: scale(1.05);
}
.image-box .image-content {
    position: absolute;
    left: 40px;
    bottom: -24px;
    width: 310px;
    padding: 10px 52px 18px 40px;
    background-color: #f6921e;
}
.image-box .image-content h4 {
    display: block;
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}
.image-box .image-content h6 {
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    padding-bottom: 19px;
    border-bottom: 1px solid #fff;
}
.big-text {
    position: relative;
    display: block;
    font-size: 110px;
    line-height: 95px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #D9D9D9;
    text-transform: capitalize;
    text-align: right;
}
.list-style-one{list-style: none;padding-left: 0;    margin-bottom: 50px;
}
.list-style-one li {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 40px;
    font-weight: 500;
    padding-left: 33px;
}
.list-style-one li:before {
    position: absolute;
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 25px;
    left: 0px;
    top: 0px;
    color: #f6921e;
}
.right-content .author-box
 {
    position: relative;
}
.mb_30{margin-bottom: 30px;}
.mb_35{margin-bottom: 35px;}
.author-info h4{
    font-size: 34px;margin-bottom: 0;
}
.author-info span{font-size: 20px;}
.counter-area-one {
    padding-top: 120px;
}
.counter-one-item {
    background-color: #fff;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 5px;
    border-left: 2px solid #f6921e;
    display: flex;
    align-items: center;
}
.counter-one-item .icon {
    margin-right: 22px;    width: 21%;
}
.counter-one-item .info h2 {
    font-size: 48px;color: #f6921e;
    line-height: 1;
}
.counter-one-item .info p{
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
}
.m-7{    margin-top: 7%;}
.team-block_one {
    position: relative;
    margin-bottom: 30px;
}
.team-block_one-inner {
    position: relative;
}
.team-block_one-image {
    position: relative;
    padding-top: 15px;
    padding-right: 15px;
}
.team-block_one-image:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    left: 20px;
    bottom: 20px;
    border-radius: 25px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}
.team-block_one-shares {
    position: absolute;
    right: 18px;
    top: 17px;
}
.team-block_one-share_icon {
    position: relative;
    width: 54px;
    height: 54px;text-align: center;
    z-index: 10;
    font-size: 24px;
    line-height: 54px;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    background-color: #f6921e;
}
.team-block_one-socials {
    position: absolute;
    right: 2px;
    top: -150%;
    width: 50px;
    z-index: 1;
    opacity: 0;
    padding: 10px 0px;
    text-align: center;
    border-radius: 50px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color:#fff;
}
.team-block_one-socials a {
    position: relative;
    font-size: 16px;    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    display: block;
    width: 40px;
    height: 40px;
    margin: 1px 0px;
    margin: 0 auto;
    line-height: 40px;
    border-radius: 50px;
    color: #183964;
}
.team-block_one-image img {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 25px 0px 25px 25px;
}
.team-block_one-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 50px;
    padding: 20px 15px;
    text-align: center;
    overflow: hidden;
    border-radius: 15px;
}
.team-block_one-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.50);
}
.team-block_one-content h4 {
    position: relative;color: #fff;
    font-size: 28px;margin: 0;
}
.team-block_one-content p{
        position: relative;
    font-size: 16px;
    margin-top: 8px;margin-bottom: 0;
    color:#fff;
}
.team-block_one-image:after {
    position: absolute;
    content: '';
    right: 15px;
    top: 15px;
    width: 97px;
    height: 97px;
    background: url('../img/team-shape.png') no-repeat;
}
.team-block_one-inner:hover .team-block_one-share_icon {
    color: #fff;
    background-color: #183964;
}
.team-block_one-inner:hover .team-block_one-socials {
    top: 140%;
    opacity: 1;
}
.team-block_one-socials a:hover {
    color: #fff;
    background-color: #f6921e;
}
.hero_carosel .owl-nav button.owl-prev,.hero_carosel .owl-nav button.owl-next{
     position: absolute;
     bottom: 50%;
     right: 50%;
     color: #183964;
}
 .hero_carosel .owl-nav button.owl-prev{
     left: 0 
}
 .hero_carosel .owl-nav button.owl-next{
     right: 0 
}
 .hero_carosel.owl-carousel.owl-theme .owl-nav [class*='owl-'] {
     color: #444;
     font-size: 14px;
     margin: 5px;
     padding: 4px 7px;
     background: #fff;
     display: inline-block;
     cursor: pointer;
     border-radius: 3px;
}
 .hero_carosel.owl-carousel.owl-theme.owl-loaded a {
     text-decoration: none;
}
 .hero_carosel i.owl-direction {
     margin: 0 13px;
     font-size: 3em;
     padding: 0;
     color: #607D8B;
}
 .hero_carosel .owl-nav button.owl-next, .hero_carosel .owl-nav button.owl-prev {
     outline: 0;
     background: #FFF;
     width: 36px;
}
 .tag{
     display: inline-block;
}
 @keyframes fadeInUp{
    0%{
        opacity:0;
        transform:translate3d(0,100%,0)
    }
    to{
        opacity:1;
        transform:translateZ(0)
    }
}
.fadeInUp{
    animation-name:fadeInUp
}
 .desc {
     position: absolute;
     padding: 8%;
     z-index: 9;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
     color:#fff;
}
 .hero-img{
     position: relative;
}
 .hero-img:before {
     background: rgba(0, 0, 0, 0.38);
     content: '';
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
}
 .btn-gradient-bg {
     color: #fff;
     display: inline-block;
     padding: 11px 33px;
     background: linear-gradient(to right, #f05874 0%, #fc6a2a 100%);
     border-radius: 30px;
}
 .delay-1 {
     animation-delay: .2s;
}
 .delay-2 {
     animation-delay: .4s;
}
 .delay-3 {
     animation-delay: .6s;
}
 .delay-4 {
     animation-delay: .8s;
}
.owl-nav, .owl-dots{display: none;}
.project-block_three {
    position: relative;
    margin-bottom: 30px;
}
.project-block_three .project-card{position: relative;}
.project-block_three .project-card .thumb-box{
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}
.project-block_three .project-card .thumb-box:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 30%;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background: rgba(var(--black-color-rgb), 0);
    background: linear-gradient(to top, #183964 0%, #ffffff00 100%);

}
.project-block_three .project-card .thumb-box > img {
    position: relative;
    width: 100%;
    display: block;
}
.project-block_three-overlay{
    position: absolute;
    left: 35px;
    bottom: -100%;
    right: 35px;
    z-index: 2;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.project-block_three-designation {
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    color: #fff;
}
.project-block_three-location {
    position: relative;
    font-size: 16px;
    display: flex
;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
    color: #fff;
}
.project-block_three-location > i {
    position: relative;
        font-size: 27px;
    color: #f6921e;
    display: inline-block;
}
.project-block_three-title {
    position: relative;
}
.project-block_three-title a {
    position: relative;
    color: #fff;transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.project-block_three:hover .project-block_three-overlay {
    bottom: 35px;
}
.contact-style-two {
    position: relative;padding: 100px 0;
}
.contact-style-two .inner-container {
    position: relative;
    display: block;
    background: #F4F4F4;
}
.contact-style-two .contact-info {
    position: relative;
    display: block;
    padding: 60px;
}
.contact-info .sec-title {
    position: relative;
    display: block;margin-bottom: 40px;
}
.contact-info .sec-title span{
        position: relative;
    display: inline-block;
    font-size: 16px;
}
.contact-style-two .sec-title h2 {
    font-size: 36px;
    line-height: 44px;
}
.contact-style-two .info-list{
    list-style: none;
    padding-left: 0;
}
.contact-style-two .info-list li{
        position: relative;
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.contact-style-two .contact-info .info-list li:before {
    position: absolute;
    content: '';
    background: #D9D9D9;
    width: 75px;
    height: 1px;
    left: 0px;
    bottom: 0px;
}
.contact-style-two .contact-info .info-list li h4 {
    position: relative;
    display: flex
;
    align-items: center;
    gap: 15px;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 8px;
}
.contact-style-two .contact-info .info-list li p a {
    color: #f6921e;font-weight: 600;
}
.contact-style-two .contact-info .info-list li h4 i {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    min-width: 40px;color: #f6921e;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
}
.contact-style-two .contact-info .info-list li h4 span {
    position: relative;
    display: inline-block;
}
.contact-style-two .form-inner {
    position: relative;
    display: block;
    background: #121212;
    padding: 65px;
}
.contact-style-two .form-inner h3 {
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    text-transform: capitalize;
}
.contact-style-two .form-inner span{color: #f6921e}
.contact-style-two .form-inner .form-group {
    position: relative;
    margin-bottom: 20px;
}
.contact-style-two .form-inner .form-group input[type='text'], .contact-style-two .form-inner .form-group input[type='email'], .contact-style-two .form-inner .form-group textarea {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 30px;
    width: 100%;
    color: #D9D9D9;
    font-weight: 300;
    padding: 0px 15px;
    border-color: #515151;border-width:0 0 1px 0;
    height: 70px;background: transparent;outline: none;

    transition: all 500ms ease;
}
.contact-style-two .form-inner .form-group input:focus, .contact-style-two .form-inner .form-group textarea:focus{border-color: #f6921e}
.contact-style-two .form-inner .form-group:last-child {
    margin-bottom: 0px;
}
.contact-style-two .form-inner .form-group textarea {
    height: 146px;
    padding-top: 10px;
    resize: none;
}
.location-section {
    position: relative;
    padding-bottom: 100px;
}
.location-section .inner-container {
    position: relative;
    width: 1010px;
    max-width: 100%;
    min-height: 600px;
    margin: 0 auto;
}
.location-section .inner-container .map-shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.location-section .single-location:first-child {
    left: 235px;
    top: 270px;
}
.location-section .single-location {
    position: absolute;
    cursor: pointer;
}
.location-section .single-location .pin {
    position: absolute;
    left: -15px;
    top: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f6921e7a;
    cursor: pointer;
}
.location-section .single-location .pin:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    border: 5px solid #fff;
    border-radius: 50%;
    left: 6px;
    top: 6px;
    background: #f6921e;
}
.location-section .single-location .pin:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(243, 95, 36, 0.30);
    box-shadow: 0 0 0 0 rgba(243, 95, 36, 0.30);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.location-section .single-location .location-text {
    position: absolute;
    left: 50%;
    margin-left: -107px;
    width: 214px;
    background: #fff;
    padding: 22px 30px 21px 30px;
    bottom: 15px;
    box-shadow: 0px 4px 19.5px 0px rgba(18, 18, 18, 0.08);
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
}
.location-section .single-location:hover .location-text, .location-section .single-location:first-child .location-text {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
}
.location-section .single-location .location-text:before {
    position: absolute;
    content: '';
    background: #515151;
    width: 32px;
    height: 15px;
    left: 50%;
    margin-left: -16px;
    bottom: -15px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}
.location-section .single-location .location-text h6 {
    display: block;
    font-size: 20px;
    line-height: 25px;margin-top: 0;
    font-weight: 700;
    margin-bottom: 9px;
}
.location-section .single-location .location-text p {
      font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
    font-weight: 500;
}
.location-section .single-location:nth-child(2) {
    left: 390px;
    top: 123px;
}
.location-section .single-location:nth-child(3) {
    right: 233px;
    top: 132px;
}
.location-section .single-location:nth-child(4) {
    right: 420px;
    top: 220px;
}
.location-section .single-location:nth-child(5) {
    right: 434px;
    bottom: 114px;
}
.location-section .single-location:nth-child(6) {
    right: 127px;
    bottom: 88px;
}
@media only screen and (max-width: 768px){
.header{position: relative;padding: 0;background: #000}
.navbar-brand{
        width: 31%;
    position: absolute;
    background: #fff;
}
.navbar-nav{
    padding-top: 9%;
    margin: 0 -15px;
}
.breadcumb-title{font-size: 36px;    padding-top: 6%;}
.breadcumb-content{text-align: center;}
.breadcumb-menu{padding: 10px;clip-path: none;margin: 4px 0 0}
.contact-style-two, .about-us-area, .vision, .aboutus, .work, .gallery, .process{padding: 40px 0}
.contact-style-two .contact-info, .contact-style-two .form-inner{padding: 18px;}
.contact-style-two .sec-title h2 {
    font-size: 30px;
    line-height: 37px;
}
.widget-area { padding:30px 0;}
.footer-widget h3{margin: 23px 0}
.footer-widget{border-bottom: 1px solid #333333;}
.copyright-wrap{border-top: 0;padding:0 0 28px;}
.copyright-wrap p{margin-bottom: 15px;text-align: center;}
.footer-links{justify-content: center;gap:15px 17px}
.social-btn{padding-bottom: 30px;}
.about-wrapper-area, .aboutus .row{ display: block;}
.about-wrapper-area .about-left-wrapper, .about-us-info-wrap, .banner-two-inner p.disc {
    padding: 0px;
    max-width: 100%; 
}
.left-content h2{margin-top: 20px;line-height: 35px;font-size:30px;}
.about-wrapper-area .right-thumbnail{min-width: auto}
.image-box .image-content h6{padding-bottom: 0;border-bottom: 0;margin-bottom: 0}
.vision .right-content{margin-top: 14%}
.list-style-one li{font-size: 16px;margin-bottom: 15px;line-height: 24px;}
.vision .right-content .list-style-one, .counter-one-item{margin-bottom: 10px;}
.big-text{    font-size: 50px;
    line-height: 51px;text-align: left;margin-top: 21px;}
    .image-box .image-content{width: auto}
    .work-title h2{font-size: 33px;
        line-height: 37px;}
    .shape-mockup, .faq-one_image{display: none;}
    .ltn__section-title-2 h1{
            line-height: 38px;
    font-size: 34px;
    }
    .cta-area-1{margin-top: 10%}
    .cta-wrap-1{padding: 20px;}
    .process-card h4{margin-top: 16px;}
    .portfolio-card .portfolio-card-details{position: relative;padding: 19px;display: block;}
    .media-body, .media-left, .media-right{display: block;}
    .portfolio-card .portfolio-card-title{margin-top: 0;font-size: 22px;}
    .portfolio-card .portfolio-card-thumb .icon-btn{top: 15px;left: 15px;}
    .banner-two-inner .title{font-size: 30px;}
    .hero-experience-wrap{position: relative;bottom: 0;padding: 26px;right: 0;clip-path: none;display: block;}
    .hero-1{margin: 8px;}
    .hero-experience-wrap .hero-experience-counter, .hero-experience-icon, .hero-experience-wrap .hero-experience-text{text-align: right;}
    .hero-experience-wrap .media{margin-left: 0}
}