
body {
    position: relative;
    direction: ltr;
    font-family: var(--main-font-family);
    overflow-x: hidden;
    background-color: black;
}
html{
    overflow-x: hidden;
}
body::-webkit-scrollbar {
    width: 0;
}
a,
a:hover {
    text-decoration: none !important;
}
.mt32{
    margin-top: 132px;
    margin-right: 7%;
    margin-left: 7%;
}
input:focus{
    box-shadow: unset!important;
}
.pos-unset{
    position: unset!important;
}
#display-google-map{
    height: 100%;
    width: 100%;
    max-width: 100%;
}
.map-wrap{
    overflow: hidden;
    resize: none;
    max-width: 694px;
    width: 100%;
    height: 530px;
    border-radius: 18px;
}
#display-google-map iframe{
    height:100%;
    width:100%;
    border:0;
}
.swiper {
    width: 100%;
    height: 100%;
  }

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide .swiper-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}
.swiper-slide-active .swiper-img{
    opacity: 1;
}
.swiper-slide .news-text,
.swiper-slide .border-news{
    opacity: 0;
}
.swiper-slide-active .news-text,
.swiper-slide-active .border-news{
    opacity: 1;
}
#banner-wraper {
    position: relative;
    width: 100%;
    height: 100vh;
}
#banner-wraper video{width: 100%;height: 100%;object-fit: cover; position: relative; z-index: 1;}
.main-banner-overlay-wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(91deg, #475452 0%, rgba(71, 84, 82, 0.19) 100%); */
    background: rgba(0, 0, 0, 0.60);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 28px;
    z-index: 1;
}
.main-title {
    color: #FFF;
    text-align: center;
    font-family: Syne-SemiBold,Kufam-SemiBold,sans-serif; 
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* text-transform: uppercase; */
}
.sub-title{
    color: #EBEBEB;
    text-align: center;
    font-family: Arial; 
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    /* text-transform: uppercase; */
}
.readMore-div .line{
    display: block;
    width: 1px;
    height: 79px;
    background: #FFF;
}
.readMore-div .more{
    color: #FFF;
    font-family: Arial; 
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: uppercase; */
}
.readMore-div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#video_wraper_sec{
    position: relative;
    /* top: -24px; */
}
.who-we-are-text h2{
    color: #FFF;
    text-align: center;
    font-family: Syne-SemiBold,Kufam-SemiBold,sans-serif; 
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* text-transform: uppercase; */
}

.who-we-are-text p{
    color: #EBEBEB;
    text-align: center;
    font-family: Arial; 
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0;
}
.bottom-line{
    display: flex;
    width: 258px;
    height: 1px;
    background: linear-gradient(270deg, rgba(223, 152, 34, 0.00) 0%, #DF9822 51.56%, rgba(223, 152, 34, 0.00) 100%);
}
#who_we_are{
    position: relative;
    border-radius: 24px 24px 0px 0px;
    background: #000;
    box-shadow: 0px -16px 24px 0px rgba(0, 0, 0, 0.25);
    top: -73px;
    z-index: 3;
}
.center-column-div{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 39px;

}
.vision-mission h3{
    color: #FFF;
    text-align: center;
    font-family: Syne-SemiBold,Kufam-SemiBold,sans-serif; 
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* text-transform: uppercase; */
}
.vision-mission p{
    color: #EBEBEB;
    text-align: center;
    font-family: Arial; 
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
}
.vision-mission{
    height: 100%;
    opacity: 0;
    min-height: 282px;
    position: relative;
    display: flex;
    padding: 40px 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border: 1px solid rgba(236, 171, 3, 0.40);
    background: linear-gradient(284deg, #292929 7.49%, rgba(41, 41, 41, 0.50) 63.8%, rgba(41, 41, 41, 0.20) 76.41%, rgba(41, 41, 41, 0.00) 88.18%);
}
.vision-mission-img.left{
    position: absolute;
    top: -15%;
    left: -5px;
    background-color: black;
    box-shadow: -61px 50px 79px 35px #000000, 38px 0px 24px 0px #000000;
}
.vision-mission-img.right{
    position: absolute;
    top: -15%;
    right: -5px;
    background-color: black;
    box-shadow: -16px 10px 94px 67px #000000, 38px 0px 24px 0px #000000;
}
.hidden-overX{
    overflow-x: hidden;
    overflow: hidden;
}
.OP{
    opacity: 0;
}
.services h2,
.news h2{
    color: #ECAB03;
    font-family: Syne-Medium,Kufam-Medium,sans-serif; 
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* text-transform: uppercase; */
}
.services p{
    color: #FFF;
    font-family: Arial; 
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    /* text-transform: uppercase; */
    width: 70%;
}
.news p{
    color: #FFF;
    font-family: Syne-SemiBold,Kufam-SemiBold,sans-serif; 
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* text-transform: uppercase; */
    width: 70%;
}
.services{
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.news{
    text-align: start;
    align-items: start;
    display: flex;
    flex-direction: column;  
}
.service-div{
    display: flex;
    padding: 32px 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 16px;
    height: 100%;
    border: 1px solid #545454;
    background: linear-gradient(156deg, rgba(75, 75, 75, 0.60) 8.56%, rgba(75, 75, 75, 0.48) 48.84%, rgba(75, 75, 75, 0.20) 84.39%);
}
.service-div h3{
    color: #FFF;
    text-align: center;
    font-family: Syne-Medium,Kufam-Medium,sans-serif; 
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.service-div:hover{
    border-radius: 16px;
    background: #C69139;
    box-shadow: 8px 16px 24px 0px #3B3939, -8px 0px 24px 0px #3B3939;
}
.service-div:hover h3{
    color: #000000;
}
.service-div:hover .arrow img{
    filter: invert(242%) sepia(0%) saturate(15%) hue-rotate(254deg) brightness(54%) contrast(190%);
}
.service-div:hover img{
    filter: invert(242%) sepia(0%) saturate(15%) hue-rotate(254deg) brightness(54%) contrast(104%);
}
#news{
    /* background-image: url(../../images/main/news.png); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 100vh;
    background-color:#171717;
    position: relative;
}
.news-img{
    position: absolute;
    top: 0;
    left: 24px;
    height: 100%;
}
.news-img img{
    width: 74%;
    padding-top: 50%;
    transform: rotateY(0deg);
}
#services{
    margin-bottom: 111px;
}
.news-dev{
    position: relative;
    min-height: 412px;
    width: 100%;
    height: auto;
}
.newsSwiper .news-dev{
    min-height: 500px;
}
.date span,
.dateDocuments span,
.margin-div span{
    color: #B1B1B1;
    text-align: right;
    font-family: Poppins-Regular,Kufam-Regular,sans-serif; 
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 141.5%; /* 19.81px */
    /* text-transform: uppercase; */
}
.news-text{
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    border-radius: 4px;
    background: rgba(31, 31, 31, 0.80);
    position: absolute;
    top: 56%;
    width: 100%;
    min-height: 181px;
}
.news-text h3{
    color: #FFF;
    font-family: Syne-Bold,Kufam-Bold,sans-serif; 
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* text-transform: uppercase; */
    text-align: start;
    width: 100%;
    overflow-wrap: anywhere;
}
.breadcrumb{
    display: flex;
    flex-wrap: nowrap;
}
.news-text p{
    color: #EBEBEB;
    font-family: Arial; 
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: start;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.read-more,
.read-more:hover,
.read-more:active,
.read-more:focus{
    color: #ECAB03;
    text-align: right;
    font-family: Arial; 
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* text-transform: uppercase; */
    background-color: unset;
    border: unset;
}
.date{
    display: flex;
    align-items: center;
    gap: 2px;
}
.border-news{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.news-div-padding{
    padding: 73px 0 73px 20px;
    min-height: 100vh;
}
.min-100vh{
    min-height: 100vh;
}
.pagination-news{
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    top: 80%!important;
    left: 10%!important;
    width: 70%!important;
}
.swiper-pagination-bullet{
    background-color:#5D5D5D!important;
}
.swiper-pagination-bullet-active{
    background-color: #ECAB03!important;
}

#news_swiper .swiper-button-prev {
    background-image: url("../../images/icons/prev-arrow.svg")!important;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    top: 92%!important;
    left: var(--swiper-navigation-sides-offset,72%)!important;
}

#news_swiper .swiper-button-next {

   background-image: url("../../images/icons/next-arrow.svg")!important;
   background-repeat: no-repeat;
   background-size: 145px;
   width: 18%!important;
   top: 91.5%!important;

   
}
#news_swiper .swiper-button-next::after,
#news_swiper .swiper-button-prev::after {
    content: ""!important;
  }
#team_swiper .swiper-button-next,#team_swiper .swiper-button-prev{
    color: #ECAB03!important;
}
#team{
  padding-top: 100px;
}
.pagination-team{
    left: 25%!important;
    width: 50%!important;
    position: sticky;
    align-items: center;
    justify-content: center;
    display: flex;
}
.team-dev{
    display: grid;
    grid-template-columns: 1fr;
    transition: 0.3s;
}
.team-dev img{
    z-index: 2;
    grid-row-start: 1;
    grid-column-start: 1;
    background: linear-gradient(180deg, rgba(31, 31, 31, 0.00) 0%, rgba(31, 31, 31, 0.90) 15.1%, #1F1F1F 100%);
}
.img-wraper{
    z-index: 2;
    grid-row-start: 1;
    grid-column-start: 1;
    padding-bottom: 1px;
    background: linear-gradient(170deg, rgba(31, 31, 31, 0.00) 69%, rgba(31, 31, 31, 0.90) 24.1%, #DF9822 100%);
}
.teamMember-data{
    grid-row-start: 1;
    grid-column-start: 1;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.teamMember-data h3{
    color: #FFF;
    font-family: Syne-Bold,Kufam-Bold,sans-serif; 
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* text-transform: uppercase; */
}
.teamMember-data span{
    color: #ECAB03;
    font-family: Arial; 
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
}
.teamMember-data a,
.teamMember-data a:hover,
.teamMember-data a:focus,
.teamMember-data a:active{
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #626262;
    color: #FFF;
    font-family: Syne-Medium,Kufam-Medium,sans-serif; 
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* text-transform: uppercase; */
}
.team-dev:hover .blur-team{
    border-radius: 333px;
    opacity: 0.4;
    background: #DAB861;
    filter: blur(117.03431701660156px);
}
.team-dev .img-wraper,
.team-dev .teamMember-data,
.team-dev .teamMember-data a{
    transition: 0.3s;
}
.team-dev:hover .img-wraper{
    transform: translateY(-18%);
}
.team-dev:hover .teamMember-data a{
    box-shadow: 0 -16px 103px -8px #DF9822, -4px 0px 39px -18px #DF9822;
    background: linear-gradient(363deg, rgba(31, 31, 31, 0.00) 0, rgba(31, 31, 31, 0.90) -28.9%, #DF9822 291%);
}
.team-dev:hover .teamMember-data{
    transform: translateY(18%);
    position: relative;
}
.min-h521{
    min-height: 521px;
}
.contact-wraper{
    background-image: url(../../images/main/contact2.svg)!important;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    justify-content: start;
}
.contact-dev{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 70px;
}
.sub-contact-dev{
    align-items: start;
    display: flex;
    gap: 10px;
}
.contact-data{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact-data h2{
    color: #8E8E8E;
    font-family: Syne-SemiBold,Kufam-SemiBold,sans-serif; 
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* text-transform: uppercase; */
}
.contact-data span,
.contact-data a,
.contact-data a:hover,
.contact-data a:focus,
.contact-data a:active{
    color: #FFF!important;
    font-family: Arial; 
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 85%;
}
.enquiry-btn,
.enquiry-btn:focus,
.enquiry-btn:hover,
.enquiry-btn:active,
.contactus-btn,
.contactus-btn:active,
.contactus-btn:focus,
.contactus-btn:hover{
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    font-family: Syne-Bold,Kufam-Bold,sans-serif; 
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* text-transform: uppercase; */
    min-width:208px;
}
.contactus-btn,
.contactus-btn:active,
.contactus-btn:focus,
.contactus-btn:hover{
    border: 1px solid #AEAEAE;
    background-color: transparent;
    color: #FFF;
}
.enquiry-btn,
.enquiry-btn:focus,
.enquiry-btn:hover,
.enquiry-btn:active{
    border: 1px solid #626262;
    background: #FFF;
    color: #000; 
}
.contactUs-dev{
    background: #202020;
    padding: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 23px;
    position: relative;
}
.contactUs-dev h2{
    color: #FFF;
    text-align: center;
    font-family: Syne-SemiBold,Kufam-SemiBold,sans-serif; 
    font-size: 39px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* text-transform: uppercase; */
}
.contactUs-dev p{
    color: #EBEBEB;
    text-align: center;
    font-family: Arial; 
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
}
.border-contact{
    position: absolute;
    bottom: 0;
    right: -0.3%;
}
footer{
    background-color: #000;
    border-top: 0.3px solid #FFFFFF;
    padding: 23px;
}
footer .footer-link{
    color: #FFF;
    text-align: right;
    font-family: Arial; 
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: uppercase; */
}
.contact-fixed{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 79px;
    height: 79px;
    background-color: #202020;
    border: 1px solid #DF9822;
    border-radius: 45px;
    position: fixed;
    right: 3%;
    bottom: 4%;
    box-shadow: 0px 8px 16px 0px rgba(51, 51, 51, 0.80);
    z-index: 99;
}
.contact-fixed img{
    filter: invert(63%) sepia(55%) saturate(651%) hue-rotate(357deg) brightness(92%) contrast(89%);
}
.gradient-border{
    background: linear-gradient(270deg, rgba(223, 152, 34, 0.00) 0%, #DF9822 17.95%, #DF9822 79.71%, rgba(223, 152, 34, 0.00) 100%);
    padding-top: 1px;
}
.breadcrumb-item a{
    color: #FFB64A;
    font-family: Arial; 
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: uppercase; */
}
.breadcrumb-item.active{
    color: #DADADA;
    font-family: Arial; 
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: uppercase; */
}
.breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-left: var(--bs-breadcrumb-item-padding-x);
    color: #DADADA;
    font-family: Syne;
    font-family: Arial; 
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* text-transform: uppercase; */
    content: var(--bs-breadcrumb-divider, "-");
}

.breadcrumb-item.active::before {
    content: var(--bs-breadcrumb-divider, "");
}
#banner-img{
    background-image: url('../../images/main/banner1.png');
    background-repeat: no-repeat;
    height: 75vh;
    position: relative;
    /* background-size: 100% 100%; */
}
.banner-content{
    display: flex;
    justify-content: end;
    flex-direction: column;
}
.banner-content h1{
    color: #FFF;
    font-family: Syne-Bold,Kufam-Bold,sans-serif; 
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 42px;
    width: 100%;
    display: flex;
    overflow-wrap: anywhere;
}
.line-banner{
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(223, 152, 34, 0.00) 0%, #DF9822 51.56%, rgba(223, 152, 34, 0.00) 100%); 
}
.service-data{
    color: #FFF;
    font-family: Arial; 
    font-size: 20px;
}
 
.service-data p,
.service-data li{
    color: #FFF;
    /* text-align: justify; */
    font-family: Arial; 
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 197%;
    /* text-transform: uppercase; */
}
.service-data li{
    align-items: center;
    display: flex;
    gap: 12px;
}
.service-data li::before{
   content: url('../../images/icons/tick.svg');
}
.service-data h2{
    color: #FFF;
    font-family: Syne-Bold,Kufam-Bold,sans-serif; 
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.service-data h2, 
.service-data p,
.service-data ul, 
.service-data h1, 
.service-data h3,
.service-data h4,
.service-data h5,
.service-data h6,
.service-data table,
.service-data span,
.service-data pre{
    margin-right: 15%;
    margin-left: 15%;
}
.service-data table{
    width: 60%!important;
}

.other-services{
    margin-top: 30px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    gap: 10px;
    background: #0F0F0F;
    padding: 50px 15% 7% 15%;
}
.other-services .news-text{
    top: 68%;
}
.margin-div{
    margin-right: 15%;
    margin-left: 15%;
}
.service-data img{
    height: 100%;
    width: 100%!important;
    margin-top: 30px;
    margin-bottom: 30px;
}
.other-services h2{
    color: #FFF;
    font-family: Syne-Bold,Kufam-Bold,sans-serif; 
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
}
ul{
    list-style: none;
    padding-left: 0;
}
.dateNews{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}
.social{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 48px 0;
}
.social-sites{
    display: flex;
    align-items: center;
    gap: 10px;
}
.social-sites a{
    min-width: 37px;
    min-height: 41px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social span{
    color: #CCC;
    font-family: Syne-Medium,Kufam-Medium,sans-serif; 
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* text-transform: uppercase; */
}
.lineSocial{
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 5%;
    background: linear-gradient(270deg, rgba(223, 152, 34, 0.00) 0%, #DF9822 51.56%, rgba(223, 152, 34, 0.00) 100%); 
}
.whatsapp{background: linear-gradient(180deg, #87C76C 0%, #34B44A 100%);}
.twitter{background-color: #419CD6;}
.linkedin{background-color: #2A67B2;}
.facebook{background: linear-gradient(180deg, #61A5D5 0%, #466DB1 100%);}
.searchIcon {
    position: absolute;
    left: 6%;
    top: 23%;
}
.search-input{
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}
.searchBtn,
.searchBtn:focus,
.searchBtn:active,
.searchBtn:hover{
    color: #000;
    font-family: Syne-SemiBold,Kufam-SemiBold,sans-serif; 
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* text-transform: uppercase; */
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #626262;
    background: #DF9822;
}
.searchInput{
    display: flex;
    padding: 12px 24px;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #4A4949;
    background: rgba(51, 51, 51, 0.80);
    color: #878787;
    font-family: Arial; 
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 50px;
    /* max-width: 373px; */
}
/* .searchInput:focus-visible{
    outline-offset: -25px;
} */
.searchInput::placeholder{
    color: #878787;
    font-family: Arial; 
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.filter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.dataFilter{
    border-radius: 6px;
    border: 1px solid #4A4949;
    background: #282828;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    padding: 10px;
    align-items: flex-start;
    gap: 10px;
}
.sideDiv h2{
    color: #FFF;
    font-family: Arial; 
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.sideDiv{
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    padding: 30% 9%;
    width: 100%;
    height: 100%;
    background: #0F0E0E;
}
.sideDiv.divContent{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.divContent .news-dev{
    padding: 0 10%;
}
.divContent .news-text{
    width: 80%;
    top: 35%;
}
.news-dev .swiper-img{
    width: 100%;
}
.divContent .service-div{
    flex-direction: row;
}
.divContent .service-div h3{
    width: 66%;
    text-align: start;
}
.divContent .service-div .group{
    width: 14%;
}
.documentDiv{
    display: flex;
    padding: 62px 28px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0;
    border-radius: 4px;
    background: rgba(31, 31, 31, 0.80);
    height: 100%;
}
.documentDiv h2{
    color: #FFF;
    font-family: Syne-Bold,Kufam-Bold,sans-serif; 
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* text-transform: uppercase; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    overflow-wrap: anywhere;
}
.documentDiv .documentText{
    color: #EBEBEB;
    font-family: Arial; 
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    overflow-wrap: anywhere;
}
.documentDiv button,
.documentDiv button:focus,
.documentDiv button:hover,
.documentDiv button:active{
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: #FFF;
    font-family: Syne-Medium,Kufam-Medium,sans-serif; 
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* text-transform: uppercase; */
    border-radius: 6px;
    border: 1px solid #626262;
    background: transparent;
}
.ps-11{
    padding-right: 11%!important;
}
.page,.page:hover,.page:active,.page:focus{
    display: flex;
    width: 30px;
    padding: 2px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    border: 1px solid #626262;
    color: #626262;
    text-align: center;
    font-family: Arial; 
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 162%; /* 25.92px */
    letter-spacing: 0.48px;
}
.page.active,
.page:active.active,
.page:hover.active,
.page:focus.active{
    border-radius: 2px;
    background: #DF9822;
    color: #FFF;
    text-align: center;
    font-family: Arial; 
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 162%; /* 25.92px */
    letter-spacing: 0.48px;
}
.pagination ul{
    display: flex;
    align-items: center;
    gap: 10px;
}
#yearsDrop{
  right: 0!important;
  left: unset!important;
  background-color: #292929;
  top: 100%!important;
  max-height: 158px;
  overflow-y: scroll;
}
#yearsDrop::-webkit-scrollbar{
   width: 5px;
   background-color: #292929;
   border-radius: 0 6px 6px 0;
   padding: 5px;
   margin: 5px;
}
#yearsDrop::-webkit-scrollbar-thumb{
    width: 2px;
    background-color: #C69139;
    border-radius: 6px;
    padding: 5px;
    margin: 5px;
}
#yearsDrop::-webkit-scrollbar-track{
    padding: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    margin: 5px;
    border-radius: 6px;
}
.setYear:hover{
    background-color: #C69139!important;
}
#yearsDrop .dropdown-item,
#yearsDrop .dropdown-item:hover,
#yearsDrop .dropdown-item:focus,
#yearsDrop .dropdown-item:active{
    font-family: Arial; 
    font-size: 20px;
    color: #000000; 
    background-color: #292929;
}
#yearsDrop .dropdown-item.active{
   font-family: Syne-Bold,Kufam-Bold,sans-serif; 
   font-size: 14px;
   background-color: #C69139;
}
.pagination-news {
    z-index: -1!important;
}
.w-75Not{
    width: 75%;
}
@media only screen and (min-width: 240px) and (max-width: 767px) {
    .column-reverse{
        flex-direction: column-reverse;
    }
    .navbar-style{
        width: 96%;
        height: 70px;
    }
    .mobile-hide{
        display: none!important;
    }
    .mobile-show{
        display: flex;
    }
    .language-button, .language-button:hover, .language-button:focus{
        border-left: 0.5px solid #626262;
        border-right:unset;
        align-items: center!important;
    }
    .service-div{
        padding: 32px 9px !important;
    }
    #news{
    background-image: unset!important;
    background-repeat: unset!important;
    background-size: unset!important;
    min-height: unset!important;
    background-color: #171717;
    }
    .news-dev{
        min-height: 482px!important;
    }
    .news-text{
        top: 59%!important;  
    }
    .newsSwiper .news-text{
        top: 41%!important;
    }
    .other-services .news-text{
        top: 44%!important;
    }
    .divContent .news-text{
        top: 28%!important; 
    }
    .news-div-padding{
        min-height: unset!important;
    }
    .swiper-button-next, .swiper-button-prev{
        display: none!important;
    }
    .pagination-news{
        top: 99%!important;
        left: -41%!important;
        width: 100%!important;
    }
    .team-dev{
        margin: 50px 0 50px 0;
    }
    .team-dev img{
        width: 100%;
        height: 100%;
    }
    .teamMember-data{
        grid-row-start: unset;
        grid-column-start: unset;
        margin-top: 15px;
    }
    .main-title{
        font-size: 45px;
    }
    .w-75Not{
        width: 100%!important;
    }
    .contactUs-dev{
        padding: 27px;
    }
    .contactUs-dev h2{
        font-size: 31px;
    }
    .contact-fixed{
        display: none;
    }
    .gradient-border{
        padding-bottom: 1px;
    }
    .team-dev:hover .teamMember-data a{
        box-shadow: unset;
        background: unset;
    }
    .team-dev:hover .teamMember-data{
        top: unset;
        position: unset;
    }
    .team-dev:hover .img-wraper{
        transform: unset;
    }
    .map-wrap{
        height: 391px;
    }
    /* .img-wraper{
        height: 97%;
    } */
    .contact-dev{
        padding-top: 9%;
        padding-bottom: 9%;
        gap: 27px;
    }
    .contact-wraper{
        background-size: 100%;
    }
    .border-contact{
        display: none;
    }
    .login-div{
        padding: 20px!important;
    }
    #login{
        height: 100vh!important;
        background-size: unset!important;
    }
    .img-wraper-member{
        width: unset;
        float: unset;
        margin-left: unset;
        max-width: unset;
    }
    .img-wraper-member{
        width: unset!important;
        float: unset!important;
        margin-left: unset!important;
        max-width: unset!important;
        margin-bottom: 15px;
    }
    .team-data h1,
    .team-data span{
        width: 100%;
        display: block;
        text-align: center;
    }
    .mt32{
        margin-left: unset!important;
        margin-right: unset!important;
    }
    .allTeamMem {
        gap: 7px;
        flex-wrap: wrap;
        justify-content: center;
    }
    #banner-img{
        height: unset;
        background-size: unset;
        padding-top: 10rem;
    }
    .banner-content h1{
        font-size: 40px;
    }
    .service-data h2, 
    .service-data p,
    .service-data ul, 
    .service-data h1, 
    .service-data h3,
    .service-data h4,
    .service-data h5,
    .service-data h6,
    .service-data pre,
    .service-data span,
    .service-data table,
    .margin-div {
        margin-right: 5%;
        margin-left: 5%;
    }
    .service-data li{
        flex-wrap: wrap;
    }
    .service-data li::before{
        padding-top: 10px;
    }
    .social{
        flex-direction: column;
        gap: 19px;
    }
    .other-services{
        padding: 7% 5% 7% 5%;
    }
    .ps-11 {
        padding-right: unset!important;
    }
    .filter{
        flex-direction: column;
    }
    .search-input{
        justify-content: center;
    }
    .pagination ul{
        width: 100%;
        justify-content: center;
    }
    .user-account span::after{
        right: -75px;
    }
    #userAccountDrop{
        left: 0!important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .column-reverse{
        flex-direction: column-reverse;
    }
    .navbar-style{
        width: 96%;
    }
    .mobile-hide{
        display: none!important;
    }
    .mobile-show{
        display: flex;
    }
    .language-button, .language-button:hover, .language-button:focus{
        border-left: 0.5px solid #626262;
        border-right:unset;
        align-items: center!important;
    }
    .service-div{
        padding: 32px 9px!important;
    }
    #news{
        background-image: unset!important;
        background-repeat: unset!important;
        background-size: unset!important;
        min-height: unset!important;
        background-color: #171717;
        }
    .news-dev{
        min-height: 482px!important;
    }
    .news-text{
        top: 51%!important;  
    }
    .newsSwiper .news-text{
        top: 41%!important;
    }
    .other-services .news-text{
        top: 44%!important;
    }
    .divContent .news-text{
        top: 28%!important; 
    }
    .news-div-padding{
        min-height: unset!important;
    }
    .swiper-button-next, .swiper-button-prev{
        display: none!important;
    }
    .pagination-news{
        top: 99%!important;
        left: -41%!important;
        width: 100%!important;
    }
    .team-dev{
        margin: 50px 0 50px 0;
    }
    .team-dev img{
        width: 100%;
        height: 100%;
    }
    .teamMember-data{
        grid-row-start: unset;
        grid-column-start: unset;
        margin-top: 15px;
    }
    .main-title{
        font-size: 45px;
    }
    .w-75Not{
        width: 100%!important;
    }
    .contactUs-dev{
        padding: 27px;
    }
    .contactUs-dev h2{
        font-size: 31px;
    }
    .contact-fixed{
        display: none;
    }
    .gradient-border{
        padding-bottom: 1px;
    }
    .team-dev:hover .teamMember-data a{
        box-shadow: unset;
        background: unset;
    }
    .team-dev:hover .teamMember-data{
        top: unset;
        position: unset;
    }
    .team-dev:hover .img-wraper{
        transform: unset;
    }
    .map-wrap{
        height: 391px;
    }
    /* .img-wraper{
        height: 95%;
    } */
    .contact-dev{
        padding-top: 13%;
        padding-bottom: 9%;
    }
    .contact-wraper{
        background-size: 100%;
    }
    .border-contact{
        display: none!important;
    }
    .login-div{
        padding: 20px!important;
    }
    #login{
        height: 100vh!important;
        background-size: unset!important;
    }
    .img-wraper-member{
        width: unset!important;
        float: unset!important;
        margin-left: unset!important;
        max-width: unset!important;
        margin-bottom: 15px;
    }
    .team-data h1,
    .team-data span{
        width: 100%;
        display: block;
        text-align: center;
    }
    .mt32{
        margin-left: unset!important;
        margin-right: unset!important;
    }
    .allTeamMem {
        gap: 7px;
        flex-wrap: wrap;
        justify-content: center;
    }
    #banner-img{
        height: unset;
        background-size: unset;
        padding-top: 10rem;
    }
    .banner-content h1{
        font-size: 40px;
    }
    .service-data h2, 
    .service-data p,
    .service-data ul, 
    .service-data h1, 
    .service-data h3,
    .service-data h4,
    .service-data h5,
    .service-data h6,
    .service-data pre,
    .service-data span,
    .service-data table,
    .margin-div {
        margin-right: 5%;
        margin-left: 5%;
    }
    .service-data li{
        flex-wrap: wrap;
    }
    .service-data li::before{
        padding-top: 10px;
    }
    .social{
        flex-direction: column;
        gap: 19px;
    }
    .other-services{
        padding: 7% 5% 7% 5%;
    }
    .ps-11 {
        padding-right: unset!important;
    }
    .filter{
        flex-direction: column;
    }
    .search-input{
        justify-content: center;
    }
    .pagination ul{
        width: 100%;
        justify-content: center;
    }
    .user-account span::after{
        right: -75px;
    }
    #userAccountDrop{
        left: 0!important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1283px;
    }
    .ps-11 {
        padding-right: 16%!important;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1500px){
    .news-text{
        top: 60%;
    }
    .divContent .news-text{
        top: 46%;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px!important;
    }
    .news-dev{
        min-height: 458px;
    }
    .ps-11 {
        padding-right: 16%!important;
    }
}
@media only screen and (min-width: 1500px){
    .news-text{
        top: 60%;
    }
    .divContent .news-text{
        top: 46%;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1420px!important;
    }
    .news-dev{
        min-height: 458px;
    }
    .ps-11 {
        padding-right: 16%!important;
    }
}
.no-results-found{
    color: #FFF;
    font-family: Arial;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5%;
}
