@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
body {
    overflow-x: hidden;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
html{
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}

a,a:hover {
    text-decoration: none;
    color: #000;
}
.link a:hover, .call-block a:hover{
    color: #f4811f !important;
}
#header {
    width: 100%;
    position: relative;
    background-image: url('../images/bg-1.jpg');
    background-position: center top;
    background-size: cover;
    padding:0 0 50px 0;
}
#header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background:#1d1d1d;
    opacity: 0.5;
}
header{
    background: rgb(2 44 65 / 55%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 15px 0;
}

.navbar.bg-light {
    justify-content: space-between;
    display: flex;
    background-color: transparent !important;
    padding: 0px 10px;
}
.navbar-light .navbar-nav li:last-child .nav-link,.get-touch {
    background-color: #f4811f;
    padding: 9px 32px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #ffffff78;
    letter-spacing: 0.6px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.call-block{
    margin-right: 16px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    height: 42px;
    padding: 4px 12px 4px 6px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
}
.call-block i{
    padding: 7px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
}
 .call-block span {
    padding-left: 8px;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
}
.caption{
    padding-top: 60px;
}
.caption .lg-text {
    font-size: 110px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
a.decoration{
    color:#fff;
    text-decoration:none;
}
 .caption .lg-text .text:nth-of-type(2) {
    padding-left: 30vw;
}
.caption p {
    position: absolute;
    left: 0;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25vw;
    font-size: 17px;
    color: #ddd;
}
.btnnnn .get-touch{
    background-color: #f4811f;
    padding: 15px 45px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #ffffff78;
    letter-spacing: 0.6px;
    color: #fff;
    font-weight: 600;
    text-decoration:none;
    cursor: pointer;
}
 .get-touch:hover{
    color: #fff;
}
a.go-more:hover{
    color:#f4811f;
}
.section_benefit ,#portfolio, #testimonials {
    padding: 80px 0;
}
/*.section_benefit p{*/
/*    font-size: 44px;*/
/*    font-weight: 600;*/
/*    line-height: 52px;*/
/*    text-transform: capitalize;*/
/*    text-align: center;*/
/*}*/

 .benefit-item .block-icon i {
    transition: all linear 0.3s;
    font-size: 42px;
}
.heading6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
}
.cta-block {
    background: linear-gradient(40deg, #022c41 0%, #231A87 100%);
    padding: 30px 40px;
    margin-top: 70px;
}
.text-white.heading4{
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
}
.cta-btn{
    color: #fff;
    display: inline-flex;
    text-transform: capitalize;
    transition: all ease 0.4s;
    text-decoration: none;
}
#speciality .sub-title ,#portfolio .sub-title , #testimonials .sub-title, #about .sub-title{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0095da ;
    margin-bottom: 25px ;
}
.bord-thin-top {
    padding-top: 25px ;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
}
.bord-thin-top h2{
    font-size: 50px;
}
#speciality .col-lg-6{
    margin-bottom:30px;
}
#speciality .item-box {
    padding: 40px 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(0, 0, 0, 0.01);
    position: relative;
    height:100%;
}

#speciality .item-box:hover {
    box-shadow: 0px 10px 25px 0px rgba(54, 95, 104, 0.15);
}
.item-box .num {
    position: absolute;
    top: 40px;
    left: 40px;
    opacity: 0.7;
    font-size: 20px !important;
}
.item-box .icon {
    width: 80px;
    margin-right: 80px !important;
}
#speciality .item-box:hover .heading5::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color:#000;
    transition: 0.3s;
}
#speciality .item-box:hover .heading5::before {
    width: 100%;
}
h5.heading5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
}
div#about {
    padding: 50px 0;
}
#about h3{
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0.2rem;
}
#about a{
    text-decoration: none;
}
#about a span {
    display: inline-block;
    white-space: nowrap;
    color: #000!important;
}
#about .d-flex i{
    color: #000;
    font-size: 70px;
    line-height: 45px;
    margin-bottom: 25px;
    margin-left: 10px;
    font-weight: 300;
}
.about-l{
    margin-top: 100px;
}
#about .left-txt {
    line-height: 1.8;
    font-size: 15px;
    font-weight: 400;
    color: #777;
    margin: 0;
}
#about .img-vid {
    position: relative;
    border-radius: 30px 30px 30px 0;
    overflow: hidden;
}
#about .img-vid .curv-butn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    line-height: 80px;
    text-align: center;
    border-radius: 0 30px 0 0;
    background: #fff !important;
}
#about .img-vid .curv-butn .vid {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
}
#about .img-vid .curv-butn .shap-left-top {
    position: absolute;
    top: -2.05rem;
    left: -1px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}
#about .img-vid .curv-butn .shap-left-top svg {
    width: 2.1rem;
    height: 2.1rem;
}
#about .img-vid .curv-butn .shap-right-bottom {
    position: absolute;
    bottom: -1px;
    right: -2.1rem;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}








.item-box p {
    color: #646570;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}
.in-box {
    width: calc(100% - 30px);
    margin: auto;
}
.img-scale .image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 600px;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    background: #000;
    opacity: 0.5;
}
.img-scale {
    position: relative;
    height: 600px;
}
.img-scale .image {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-scale .image > .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-scale .image img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.img-scale .vid-circle {
    width: 200px;
    height: 200px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    text-decoration: none;
}
i.fa-solid.fa-play {
    font-size: 50px !important;
    color: #fff;
}
.main-marq {
    position: relative;
    padding: 0;
    overflow: hidden;
}
.main-marq .slide-har {
    display: flex;
    position: relative;
}
.slide-har.st1 .box {
    position: relative;
    animation: slide-har 80s linear infinite;
    -webkit-animation: slide-har 80s linear infinite;
    display: flex;
}

@-webkit-keyframes slide-har {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  
  @keyframes slide-har {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
 a{
     text-decoration:none !important;
 }
.main-marq .box .item {
    padding: 0 30px;
}
.main-marq .box .item h4 {
    white-space: nowrap;
    margin: 0;
    font-size: 5vw;
    line-height:normal;
}
.main-marq .box .item h4 .icon {
    margin-bottom: -15px;
    font-size: 50px !important;
    margin-left: 50px;
    display: inline-block;
}
section#marquee {
    padding: 30px 0;
}
.main-marq .box .item:nth-of-type(even) h4 {
    color: transparent;
    -webkit-text-stroke: 0.5px #1a1a1a;
}
.main-marq .box:last-of-type .item:nth-of-type(odd) h4 {
    color: transparent;
    -webkit-text-stroke: 1px #1a1a1a;
}
.go-more {
    position: relative;
    padding: 0 20px;
    text-decoration: none;
    color: #000;
}
.go-more .icon {
    margin-left: 15px;
    position: relative;
}
.go-more:after {
    content: '';
    position: absolute;
    right: 5px;
    top: -10px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.go-more:hover:after {
    width: 100%;
    right: 0;
}

.bg-img {
    object-fit: contain;
    background-repeat: no-repeat;
    width: 400px;
    height: 350px;
    position: relative;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    position: relative;
}

#portfolio .bord-thin-top {
    padding-bottom: 40px;
}

#portfolio .cluom {
    padding: 0 0 15px;
    border-left: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    border-left-color: transparent;
}
#portfolio .sub-title.opacity-7 , #footer .sub-title {
    opacity: 0.7 !important;
    font-size: 14px!important;
    text-transform: uppercase!important;
    letter-spacing: 2px!important;
    margin-bottom: 15px;
}
.cluom .info h4{
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0.2rem;
    font-size: 26px;
    color: #000;
}
#portfolio .glry-img .tab-pane:after, #portfolio .glry-img .tab-pane:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 100px;
    background: #1a93d0;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    z-index: 999;
}
#portfolio .glry-img .tab-pane:before {
    top: -50px;
    left: 10px;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}
#portfolio .glry-img .tab-pane:after {
    bottom: -50px;
    right: 10px;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}
#portfolio .glry-img .tab-pane.active.show:after, #portfolio .glry-img .tab-pane.active.show:before {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: unset!important;
    background-color: unset!important;
}

.tab-pane.active {
    display: block;
}

.tab-pane {
    display: none;
}
.nav-pills .nav-link{
    cursor:pointer;
}


.title-slide p{
    line-height: 1.8;
    font-size: 15px;
    font-weight: 400;
    font-size: 26px;
    color: #777;
    margin: 0;
}
.info-slide{
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    padding-top: 40px;
    margin-top: 40px;
}

.fit-img.circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.fit-img.circle img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
#testimonials .control-abslout {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.swiper-arrow-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
}
.swiper-arrow-control .swiper-button-next, .swiper-arrow-control .swiper-button-prev {
    position: static;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.01);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    color: inherit;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 15px!important;
}
.swiper-arrow-control .swiper-button-next {
    margin-left: 15px;
}
#clients{
    padding: 0px 0 80px;
}


.sec-bottom .main-bg {
    width: max-content;
    margin: auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
    border-radius: 30px;
    position: relative;
    z-index: 3;
    background: #fff !important;
}
.sec-bottom:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.img_logo {
    border:1px solid #eee;
    padding: 15px;
    border-radius: 10px;
    height: 100%;
    display:flex;
    align-items:center;
}
.img_logo img{
    height: 60px;
    margin: auto;
    width: auto;
    object-fit: contain;
}
#footer{
    background-image: url(../images/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0 0px;
    color: #fff;
}
.footHead{
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    border-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 60px;
    padding-bottom: 40px;
}
.footHead h2 ,.footHead i{
    font-size: 70px ;
    line-height: 1;
    color: #fff;
    font-weight: 400;
}
.footHead i{
    margin-left: 30px ;
}

#footer img{
    width: 170px;
}
h5.opacity-8{
    opacity: 0.8;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0.2rem;
    font-size: 18px;
    letter-spacing:0.7px;
}
#footer .link i {
    font-size: 20px !important;
    margin: 0.5em;
    color: #fff !important;
    cursor: pointer;
}
.footer-inner p {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #b2b2b2;
}
.footer-inner{
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    padding: 40px 0px 0;
    border-color: rgba(255, 255, 255, 0.1);
    margin: 30px  auto 0;
}
.modal-content {
    box-shadow: 0px 10px 25px 0px rgba(54, 95, 104, 0.1);
    padding: 40px;
    border-radius: 20px;
}
.ModalBtn_ABT{
    color:#f4811f;
    font-weight:500;
    text-decoration:underline;
}
.row-gap-24{
    row-gap: 24px;
}
input, textarea {
    border: 1px solid #E4E4E4;
    outline: none;
    border-radius: 8px;
    padding: 12px 16px;
    background-color: #F3F5F9;
    font-size: 14px;
    line-height: 22px;
    color: #6c757d !important;
}

.w-full.h-full{
    width:100%;
    height:100%;
}
.btn-close.abbst {
    position: absolute;
    top: -8px;
    right: -1px;
    background-color: #f4811f;
    width: 20px;
    height: 20px;
    display: grid;
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: 9;
    filter: drop-shadow(2px 4px 6px black);
}









