* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* scrollbar for Firefox-only */
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.15);
}

/* scrollbar on Chrome/Edge/Safari */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.15);
}
::-webkit-scrollbar-thumb {
  background-color: gray;
  height: 10px;
}

html {
  font-size: 16px;
  word-spacing: 1px;
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
}


* {
  font-family: 'Roboto', sans-serif;
}

body {
  font-size: 18px !important;
  color: #000 !important;
  direction:ltr !important;
  background-color: white !important;
  line-height: 30px !important;
  font-weight: normal !important;
}

.head{
  height: 800px;
  background-image: url('../img/curvebg.png');
}

.topnav {
  overflow: hidden;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding-right: 3rem;
  padding-left: 3rem;
}

.topnav a {
  display: block;
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  text-decoration: none;
  font-weight: 500;
}

.topnav a.active {
  color: #A350A7;
  font-weight: 500;
  border-bottom: 1px solid #A350A7;
  padding-bottom: 3px;
  text-decoration: none;
}

.topnav a:hover,
a:focus {
  color: #A350A7;
  font-weight: 500;
  border-bottom: 1px solid #A350A7;
  padding-bottom: 10px;
  text-decoration: none;
}

.logo-link:hover,
.logo-link:focus {
  border-bottom: none !important;
  padding-bottom: none !important;
  text-decoration: none !important;
}

.topnav .icon {
  display: none;
}

.last-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lang:hover{
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white !important;
  background-color: #A350A7;
  cursor: pointer;
  padding: .5rem;
}

.logo , .blogo{
  width: 100%;
  height: 100%;
}
.sideBar{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: left;
}

.sidenav a {
  padding: 8px 10px;
  text-decoration: none !important;
  color: black;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover, .sidenav a:focus {
  color: #A350A7;
  text-decoration: none !important;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.button {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 161px;
  height: 51px;
  line-height: 50px;
  border-radius: 26px;
  border: none;
  box-shadow: none;
  outline: none;
}

.button:hover, .button:focus{
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.is-primary{
  background-color: #A350A7;
  color: white !important;
  font-weight: 500;
  text-decoration: none;
}

.is-primary:hover{
  background-color: white;
  color: #A350A7 !important;
  text-decoration: none;
}


.phone{
  width: 100%;
}


.is-secondary{
  width: 150px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: #A350A7;
  border-radius: 6px;
  outline: none !important;
  box-shadow: none !important;
  border: none;
  font-size: 12px;
}

.is-secondary:hover, .is-secondary:focus{
  outline: none !important;
  box-shadow: none !important;
}

.outline{
  background-color: white;
  color: #A350A7;
  border: 1px solid #A350A7 !important;
}

.mb{
  font-weight: bold;
}

.line-height{
  line-height: 50px;
}


.pull-left{
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
}

.mt {
  margin-top: 8rem;
}

.title{
  color: #A350A7;
  font-weight: 500;
}

.title-1{
  color: black;
  font-weight: 500;
}
.text{
  color: #B7B7B7;
}

.m{
  margin: 10rem 0 5rem 0;
}
.image-icon{
  width: 75px;
  height: 70px;
}

.screen{
  background: #A350A7;
}

.screen-img{
  width: 150px;
  height: 300px;
}

.screen-img-1{
  width: 280px;
}

figure{
  margin-bottom: 0 !important;
}










.fw-bold{
  font-weight: bold;
}

.service-img{
  width: 152px;
  height: 144px;
}

.about-corona{
  background-image: url('../img/coronabg.png');
  object-fit: cover;
}

.s-img{
  width: 80px;
  height: 80px;
}

.o-w{
  width: 50%;
}
.c-image{
  width: 203px;
  height: 237px;
}

.contact-us{
  background-image: url('../img/contbg.png');
}

.text-white{
  font-weight: 500;
}


.text-1{
  color: #707070;
}


.n-card{
  position: relative;
}
.card-image{
  width: 100%;
  position: relative;
}

.cat{
  position: absolute;
  top: 9.7rem;
  right: 10px;
  width: auto;
  padding: 5px 10px;
  height: 24px;
  background-color: #056CC4;
  color: white;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blogo{
  margin-top: 3rem !important;
}

footer{
  padding-top: 2rem;
}

.item{
  color: black;
}

.item:hover{
  color:#A350A7 ;
  text-decoration: none;
}
.social{
  width: 43px;
  height: 43px;
}
.social:hover{
  cursor: pointer;
}

.l-page{
  background-color: #A350A7;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 500;
}
.ibtdi{
  width: 70px;
  height: 20px;
}

.ibtdi-link{
  color: white;
  text-decoration: none;
  font-weight: 500;
}

.ibtdi-link:hover{
  text-decoration: none;
  color: black;
}

img{
    
  transition: all 1000ms ease-in-out;
}

img:hover:not(.slider-image) {
  transform :scale(1.05)
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 14px !important;
  }
  
  .logo {
    width: 100%;
    height: 100%;
  }

  .topnav {
    display: none;
  }

  .sideBar{
    padding-top: 1rem;
  }

  .pull-left{
    text-align: center;
    width: 100%;
  }

  .mt {
    margin-top: 3rem;
  }

  .m-b{
    margin-top: 19rem;
  }
  
  .scroll{
    overflow-x: scroll;
  }

  
}

@media only screen and (max-width: 767px){
  .cat{
    top: 13.7rem;
  }
  
}

@media (min-width: 768px)  and (max-width: 1023px){
  .cat{
    top: 6.4rem;
  }
  
}

@media (min-width: 321px)  and (max-width: 376px){
  .cat{
    top: 11.7rem;
  }
}

@media (min-width: 250px)  and (max-width: 320px){
  .cat{
    top: 9.7rem;
  }
}

@media only screen and (min-width: 1024px) {
  .sideBar {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .topnav {
    display: none;
  }
}
