* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif !important;
}

button {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

a {
  text-decoration: none !important;
}

.title {
  color: #1e1e1e;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.sub-text {
  width: 80%;
  margin: 0 auto;
  color: #343A40;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.container-p {
  padding: 0 84px;
}

.head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #192655;
}
.head .head-left {
  display: flex;
  align-items: center;
  gap: 25px;
}
.head .head-left a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.head .head-right .work-hour{
    display: flex;
    align-items: center;
    gap:10px
}
.head .head-right .work-hour p{
    margin:0;
    color:#fff;
    font-size: 14px;
    font-weight: 400;
}
.head .head-right .work-hour i{
    font-size: 16px;
    color:#fff;
}
.head .head-right {
  /*max-width: 240px;*/
  /*width: 100%;*/
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.head .head-right a{
    display: flex;
    align-items: center;
    justify-content: center;
}


.navbar {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.activeNav{
    position: fixed !important;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 9;
    width: 100%;
    transition:top .8s linear;
    border-bottom:1px solid #eee;
}
.navbar .logo {
  width: 215px;
  height: 50px;
}
.navbar .logo img {
    width:100%;
  height: 100%;
}
.navbar .hamburger-menu {
  display: none;
}
.navbar .hamburger-menu i {
  font-size: 26px;
  font-weight: 600;
  color:#000;
}
.navbar .navbar-menu {
  display: flex;
  align-items: center;
  transition: 0.5s ease;
}
.navbar .navbar-menu .close-menu {
  display: none;
  color: #fff;
}
.navbar .navbar-menu .close-menu i {
  font-size: 32px;
}
.navbar .navbar-menu .nav-link {
  color: #192655;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: .5rem .6rem;
}
.navbar .navbar-menu .search-area {
  position: relative;
  padding: .5rem .6rem;
}
.navbar .navbar-menu .search-area .search i {
  font-size: 18px;
  font-weight: 600;
}
.navbar .navbar-menu .search-area .search_input {
  display: flex;
  align-items: center;
  z-index: 6;
  position: absolute;
  top: 40px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 10px 1px #eee;
}
.navbar .navbar-menu .search-area .search_input input {
  padding: 6px 12px;
  border: 1px solid #eee;
  border-right: none;
  outline: none;
  border-radius: 0 !important;
}
.navbar .navbar-menu .search-area .search_input .searchBtn {
  padding: 4.5px 5px;
  border: 1px solid #eee;
  border-left: none;
  background: #fff;
}
.navbar .navbar-menu .search-area .search_input .searchBtn i {
  color: #000;
  font-size: 18px;
}
.navbar .navbar-menu .search-area:hover .search_input {
  opacity: 1;
  visibility: visible;
}

.hero {
  width: 100%;
  height: 500px;
}
.hero .heroSwiper {
  width: 100%;
  height: 100%;
}
.hero .heroSwiper .hero-slide-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero .heroSwiper .hero-slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .heroSwiper .hero-slide-item .hero-text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.hero .heroSwiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: .3;
  width: 12px;
  height: 12px;
  border-radius: 60px;
}
.hero .heroSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
  width: 25px;
}

.our-customers {
  width: 100%;
  background: #F5F7FA;
  padding-top: 60px;
  padding-bottom: 60px;
}
.our-customers .our-customers-Swiper {
  margin-top: 60px;
  width: 100%;
  
}
.our-customers .our-customers-Swiper .swiper-wrapper{
    align-items:center;
}
.our-customers .our-customers-Swiper .customer-item {
    cursor:pointer;
  text-align: center;
}
.our-customers .our-customers-Swiper .customer-item img {
  max-width: 160px;
  max-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.service{
    width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.service .all-service {
    margin-top:55px;
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:20px;
 
}
.service .all-service .service-item {
  position: relative;
  height: 310px;
  cursor:pointer;
}
.service .all-service .service-item img {
  width: 100%;
  height: 269px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .all-service .service-item .service-title {
  position: absolute;
  height:78px;
  z-index: 5;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 85%;
  padding: 12px;
  border-radius: 8px;
  background: #192655;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
    align-items: center;
    justify-content: center;
}
.service .all-service .service-modal{
    display:none;
    padding:40px;
    position:fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    background:#192655;
    width:80%;
    height:80vh;
    z-index:99;
    overflow-y: scroll;
    
}
.service .all-service .service-modal::-webkit-scrollbar-thumb {
  background: #fff;
}
.service .all-service .service-modal::-webkit-scrollbar{
    width:3px;
}
.service .all-service .service-modal .service-modal-title{
    text-align:center;
    color:#fff;
}
.service .all-service .service-modal .service-modal-description{
    margin-top:15px;
    color:#fff;
}
.service .all-service .service-modal .close-modal{
    position: absolute;
    right: 1%;
    top: 1%;
}
.service .all-service .service-modal .close-modal i{
    color:#fff;
    font-size:32px;
}



.statistics {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}
.statistics .statistics-text .title {
  text-align: start;
}
.statistics .statistics-text .title span {
  color: #192655;
}
.statistics .statistics-text .sub-text {
  text-align: start;
  margin: 0;
}
.statistics .statistic-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.statistics .statistic-items .statistic-item {
  display: flex;
  align-items: start;
  gap: 34px;
}
.statistics .statistic-items .statistic-item .statistic-icon {
  width: 72px;
  height: 72px;
  padding: 14px;
  border-radius: 16px 0px;
  background: gainsboro;
}
.statistics .statistic-items .statistic-item .statistic-icon img {
  width: 100%;
  height: 100%;
}
.statistics .statistic-items .statistic-item .statistic-content .statistic-count {
  margin: 0;
  color: #1E1E1E;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.statistics .statistic-items .statistic-item .statistic-content .statistic-name {
  color: #343A40;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  width:86px;
  line-height: normal;
}

.faq {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #192655;
}
.faq .title, .faq .sub-text {
  color: #fff;
}
.faq .allFAQs {
  margin-top: 57px;
  row-gap: 21px;
}
.faq .allFAQs .faq-item {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.faq .allFAQs .faq-item .question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  padding: 12px 24px;
  border-radius: 4px;
  background: #F8F9FA;
}
.faq .allFAQs .faq-item .question p {
  margin: 0;
  color: #1E1E1E;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.faq .allFAQs .faq-item .answer {
  display: none;
  padding: 12px 24px;
  border-radius: 4px;
  background: #F8F9FA;
  color: #212529;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.faq .allFAQs .faq-item .active .downIcon {
  transform: rotate(180deg);
}

.aboutPage{
    height: calc(100vh - 300px);
}
.about {
  padding-top: 60px;
  padding-bottom: 60px;
}
.about .about-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 50px;
  margin-top: 70px;
}
.about .about-content img {
  max-width: 700px;
  max-height: 400px;
  width: 100%;
  height: 100%;
}
.about .about-content .about-texts {
  max-width: 700px;
  width: 100%;
}
.about .about-content .about-texts .about-text-title {
  color: #1E1E1E;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.about .about-content .about-texts .about-text {
  margin-top: 10px;
  color: #1E1E1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about .about-content .about-texts .mini-title {
  margin-top: 20px;
  color: #1E1E1E;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.about .about-content .about-texts .purposes {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.about .about-content .about-texts .purposes .purpose-item {
  padding: 12px 24px;
  border-radius: 16px 0px;
  background: #192655;
  align-items: center;
  justify-content: center;
  display: flex;
}
.about .about-content .about-texts .purposes .purpose-item p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}




.blog{
    width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.blog .all-blog {
    margin-top:55px;
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:20px;
 
}
.blog .all-blog .blog-item {
  cursor:pointer;
  border: 1px solid #eee;
  padding: 20px;
  border-radius:16px;
  background:#fff;
  transition:.6s linear;
}
.blog .all-blog .blog-item:hover {
  background:#192655;
}
.blog .all-blog .blog-item:hover .blog-title {
  color:#fff;
}
.blog .all-blog .blog-item img {
  width: 100%;
  height: 269px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .all-blog .blog-item .blog-title {
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
  padding-top: 20px;
  color: #192655;
  font-size: 20px;
  font-weight: 600;
}
.blog .all-blog .blog-modal{
    display:none;
    padding:40px;
    position:fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    background:#192655;
    width:80%;
    height:80vh;
    z-index:99;
    overflow-y: scroll;
    
}
.blog .all-blog .blog-modal::-webkit-scrollbar-thumb {
  background: #fff;
}
.blog .all-blog .blog-modal::-webkit-scrollbar{
    width:3px;
}
.blog .all-blog .blog-modal .blog-modal-title{
    text-align:center;
    color:#fff;
}
.blog .all-blog .blog-modal .blog-modal-description{
    margin-top:15px;
    color:#fff;
}
.blog .all-blog .blog-modal .close-modal{
    position: absolute;
    right: 1%;
    top: 1%;
}
.blog .all-blog .blog-modal .close-modal i{
    color:#fff;
    font-size:32px;
}











.contact {
  padding-top: 60px;
  padding-bottom: 60px;
}
.contact .contact-main {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 50px;
  margin-top:60px;
}
.contact .contact-main .contactItems {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
.contact .contact-main .contactItems .contact-connect {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact .contact-main .contactItems .contact-connect .location, .contact .contactItems .contact-connect .phone, .contact .contactItems .contact-connect .mail {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact .contact-main .contactItems .contact-connect .work-hour{
    display: flex;
      align-items: center;
      gap: 15px;
    }
    .contact .contact-main .contactItems .contact-connect .work-hour i{
       color:#217efe;
       font-size: 26px;
        
    }
    .contact .contact-main .contactItems .contact-connect .ceo-and-founder{
        font-weight: 700;
        font-size:18px;
        margin:0;
    }
    .contact .contact-main .contactItems .contact-connect .work-hour p{
        margin: 0;
          color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }
.contact .contact-main .contactItems .contactSocials p {
  color: #1E1E1E;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact .contact-main .contactItems .contactSocials .contactSocial-items {
  margin-top: 30px;
  display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px
}
.contact .contact-main .contact-form {
  max-width: 100%;
  width: 100%;
}
.contact .contact-main .contact-form form{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: start;
}
.contact .contact-main .contact-form form input{
    border:none;
    border-bottom: 1px solid #000;
    width:100%;
    padding: 5px 8px;
    outline:none;
}
.contact .contact-main .contact-form form .fullName,.phone-and-tema{
    width:100%;
    display: flex;
    gap: 20px;
        
}
.contact .contact-main .contact-form form textarea{
    width: 100%;
    padding: 15px;
    outline:none;
}
.contact .contact-main .contact-form form .sendForm{
    background: #192655;
    padding: 14px 28px;
    border-radius: 17px 0;
    color: #fff;
    outline: none;
}

.footer {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #192655;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .logo {
  width: 215px;
  height: 50px;
}
.footer .logo img {
  width: 100%;
  height: 100%;
}
.footer .footer-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer .footer-nav .footer-navLink {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.footer .footer-nav .footer-navLink i {
  font-size: 26px;
}
.copyRight-area{
    padding: 15px 0;
    display: flex;
    align-items:center;
    justify-content: center;
    gap:5px;
    background: rgba(25,38,85,.8);
    
}
.copyRight-area p{
    color:#fff;
    margin:0;
}
.copyRight-area a{
    color:#fff;
    font-weight:700;
    transition:.3s easy;
}
.copyRight-area a:hover{
    color:#192655 !important;
}
.circle-container {
  position: fixed;
  right: 25px;
  bottom: 5px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: flex;
  align-items:center;
  justify-content:center;
  border-radius: 50px;
  background :#2e448d;
  z-index: 7;
  opacity: 0;
  transition: all .6s linear;
  visible:hidden;
}
.active-circle{
    opacity:1;
    visible:visible;
}
.circle-container i{
    color:#fff;
    font-size:22px;
}

.whatsApp-link{
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 6;
    border-radius:50px;
}
.whatsApp-link img{
    border-radius:50px;
    width: 45px;
    height: 45px;
}
.phone-link{
    border-radius:50px;
    position: fixed;
    bottom: 110px;
    right: 20px;
    z-index: 6;
}
.phone-link img{
    border-radius:50px;
    width: 45px;
    height: 45px;
}
@media only screen and (max-width: 1250px){
    
    .service .all-service .service-item .service-title {
        font-size:18px;
    }
    .blog .all-blog .blog-item .blog-title {
    font-size: 18px;

    }

}
@media only screen and (max-width: 1150px) {
  .container-p {
    padding: 0 44px;
  }
  .head {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .our-customers {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .service {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .statistics {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .footer .footer-nav {
    gap: 15px;
  }
  .copyRight-area{
    padding: 15px 0;
  }
}
@media only screen and (max-width: 1080px){
    .service .all-service {
        grid-template-columns: repeat(2,1fr);
    }
}
@media only screen and (min-width: 992px) and (max-width: 1150px){
    .navbar .navbar-menu .nav-link{
        font-size:14px;
        padding: .5rem .6rem;
    }
}
@media only screen and (max-width: 992px) {
  .title {
    font-size: 26px;
  }
  .navbar .hamburger-menu {
    display: block;
  }
  .navbar .navbar-menu {
    position: fixed;
    z-index: 8;
    top: 0%;
    width: 80%;
    height: 100%;
    flex-direction: column;
    gap: 20px;
    right: -80%;
    justify-content: center;
    background: #192655;
  }
  .navbar .navbar-menu .close-menu {
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
  }
  .navbar .navbar-menu .nav-link {
    color: #fff;
  }
  .navbar .navbar-menu .search-area .search i {
    color:#fff;
}
.navbar .navbar-menu .search-area {
      display: flex;
    flex-direction: column;
    position: initial;
    gap: 8px;
}

.navbar .navbar-menu .search-area .search_input {
    display:none;
  position: inherit;

}

.navbar .navbar-menu .search-area:hover .search_input {
  display:flex;
}
  .hero {
    height: 450px;
  }
  .our-customers {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .service {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .service .all-service .service-item .service-title {
    font-size: 18px;
  }
  .statistics {
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
  }
  .statistics .statistic-items {
    width: 100%;
  }
  .faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .faq .allFAQs {
    margin-top: 30px;
  }
  .faq .allFAQs .faq-item .question p {
    font-size: 16px;
  }
  .faq .allFAQs .faq-item .answer {
    font-size: 14px;
  }
  .about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about .about-content {
    flex-direction: column-reverse;
    margin-top: 50px;
  }
  .about .about-content img {
    max-width: 100%;
  }
  .about .about-content .about-texts {
    max-width: 100%;
  }
  .contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer {
    flex-direction: column;
    gap: 20px;
  }
  .footer .footer-nav {
    flex-direction: column;
    align-items: start;
  }
  .language .dropdown .dropdown-toggle{
    color:#fff;
    }
    .blog .all-blog {
        grid-template-columns: repeat(2,1fr);

    }
}
@media only screen and (max-width: 850px) {
  .service .all-service .service-item .service-title {
    max-width: 300px;
  }
  
}
@media only screen and (max-width: 768px) {
  .title {
    font-size: 22px;
  }
  .sub-text {
    font-size: 14px;
  }
  .container-p {
    padding: 0 20px;
  }
  .head {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    gap: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .hero {
    height: 400px;
  }
  .hero .heroSwiper .hero-slide-item .hero-text {
    font-size: 24px;
    max-width: 450px;
  }
  .our-customers {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .service {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .service .all-service .service-item .service-title {
    font-size: 16px;
  }
  .blog .all-blog .blog-item .blog-title {
    font-size: 16px;

    }
  .statistics {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about .about-content {
    margin-top: 30px;
  }
  .contact{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact .contact-main {
    flex-direction: column;
  }
  
  .contact .contact-main .contactItems {
    gap: 50px;
  }
  .contact .contact-main .map {
    max-width: 100%;
    height: 250px;
  }
  .footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .copyRight-area{
    padding: 15px 0;
  }
}
@media only screen and (max-width: 550px) {
  .hero {
    height: 350px;
  }
  .hero .heroSwiper .hero-slide-item .hero-text {
    font-size: 20px;
    max-width: 400px;
  }
  .service .all-service .service-item {
    height: 260px;
    }
    .service .all-service .service-item img {

    height: 219px;

}
  .service .all-service .service-item .service-title {
    max-width: 260px;
  }
  .blog .all-blog {
        grid-template-columns: repeat(1,1fr);

    }
  .statistics .statistic-items {
    row-gap: 25px;
  }
  .statistics .statistic-items .statistic-item {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .service .all-service .service-item .service-title {
        font-size:14px;
    }
    .copyRight-area p,a{
        font-size:14px;
    }
    .contact .contact-main .contact-form form .fullName, .phone-and-tema{
        flex-direction: column;
        width: 100%;
    }
    .service .all-service .service-modal {
        padding:40px 20px;
    }
    .blog .all-blog .blog-item .blog-title {
    font-size: 18px;

    }

}
@media only screen and (max-width: 450px){
    .service .all-service .service-item {
    height: 230px;
    }
    .service .all-service .service-item img {

    height: 189px;

    }
    .service .all-service .service-item .service-title{
      font-size:13px;
    }
    .copyRight-area p,a{
        font-size:12px;
    }
}
@media only screen and (max-width: 400px) {
    .service .all-service .service-item {
    height: 200px;
    }
    .service .all-service .service-item img {

    height: 160px;

    }
  .head .head-left a {
    font-size: 12px;
  }
  .service .all-service .service-item .service-title{
      font-size:12px;
  }
}/*# sourceMappingURL=style.css.map */
.language{
    padding: .5rem .6rem;
}
.language .dropdown .dropdown-menu{
    min-width: 70px;
}
.language .dropdown .dropdown-toggle{
    display:flex;
    align-items:center;
    gap:5px;
}
