* {
  padding: 0;
  margin: 0;
}

.navbar {
  padding: 0;
  background-color: transparent;
  padding: 1rem 2rem;
}

.navbar.bg-lime
{
  background-color:   #ffffff!important;
  transition: 0.5s;
}

/* .navbar-nav .navbar-brand img{
  height: 150px;
}

.navbar-nav .navbar-brand img.bg-size
{
  height: 80px;
  transition: 0.5s;
} */

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgb(0 0 0 / 41%) !important;
}

.navbar-toggler {
  padding: 5px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 20px;
}



.top-bottom-menu {
  padding-right: 18px;
  font-weight: 700;
}

.nav-link {
  display: block;
  padding: 0.5rem 0.5rem;
  color: rgba(0, 0, 0, 0.5019607843);
}

.nav-item {
  font-weight: 500;
  font-size: 16px;
  padding: 0 10px;
}

.navbar .internal-navbar {
  margin-left:19.5rem;
}

.navbar .internal-navbar img{
  height: 100px;
}


.navbar .internal-navbar img.bg-size
{
  height: 80px;
  transition: 0.5s;
}

/*****************************************************************************************************************************/


body.offcanvas-active {
  overflow: hidden;
}
/* .navbar {
  box-shadow: -1px 4px 15px #0000006e;
} */

.offcanvas-header {
  display: none;
}

.screen-overlay {
  width: 0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}
.screen-overlay.show {
  transition: opacity 0.5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

@media all and (max-width: 992px) {
  .offcanvas-header {
    display: block;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
    background-color: #fff !important;
  }

  html:lang(ar) .mobile-offcanvas {
    transform: translateX(100%);
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }

  .nav-cont {
    display: block !important;
    padding-right: auto !important;
    padding-left: auto !important;
  }

  .navbar2 {
    box-shadow: 0px 3px 17px #00000047;
  }
  #navbar_main {
    box-shadow: 0px 3px 17px #00000047;
  }
  .dropdown-menu {
    border: none;
  }
  .nav-item {
    border-bottom: 1px solid #eaeaea;
  }
}





/*****************************************************************************************************************************/

.underline {
  border-bottom: 1px solid #0033D8;
}

.top-img{
  background: linear-gradient(#ffffff1f, #ffffff8f), url(../images/home-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.top-img .hero-section img,
.internalBanner .hero-section .hero-img img{
  /* height: 200px; */
  transform: scale(1);
}

.top-img .hero-section .hero-img img.bg-size,
.internalBanner .hero-section .hero-img img.bg-size
{
  transform: scale(50%) translateY(-50%);
  transition: 0.5s;
}

.top-img .hero-section .hero-img,
.internalBanner .hero-section .hero-img{
  position: sticky;
  top: 0;
  z-index: 999999;
  width: 50%;
  margin: auto;
}

.top-img .hero-section {
 position: relative;
}

.top-img .hero-section .hero-content{
  padding: 10px 0;
}

.top-img .hero-section .hero-content .hero-para{
  padding: 5rem 0;
}

.top-img .hero-section .hero-content .btn {
  background-color: rgb(41, 71, 199);
  border-radius: 30px;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 50px;
  font-size: 18px;
  margin-top: 2rem;
}

.top-img .hero-section .hero-content .btn:hover {
  color: #ffffffb6;
}

.top-img .hero-section h1{
 font-size: 48px;
 font-weight: 800;
 padding-bottom: 1rem;
 font-family: "League Spartan", sans-serif;
}

.top-img .hero-section p{
  font-size: 24px;
  font-weight: 500;
  line-height: 22px;
 }

.card-body > h2 {
  font-weight: 900;
}

.text_center > h2 {
  font-weight: 700;
  transform: translateX(-35px);
}

.testimonial_text > h2 {
  font-weight: 500;
  transform: translateX(-35px);
}

h2 {
  font-weight: 500;
  font-size: 40px;
}

.card-footer {
  background-color: #fff;
  text-align: center;
  border: 0;
}

.Blue_text {
  color: #0033d8;
  font-weight: 900;
}


/* .read_more {
  background-image: linear-gradient(to right, #0033d8, #3dacd4);
  background: rgb(53,177,242);
  background: linear-gradient(274deg, rgba(53,177,242,1) 26%, rgba(17,47,184,1) 100%);
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 5px 25px 5px 25px;
  border: 2px solid #fff;
  border-radius: 30px;
} */

/* .read_more:hover {
  color: #fff;
  background: rgb(17,47,184);
  background: linear-gradient(274deg, rgba(17,47,184,1) 26%, rgba(53,177,242,1) 100%);
  transition: .7s;
} */

.slider-1 {
  margin-top: 9rem;
}

.carousel-control-prev {
  left: 35%;
}

.carousel-control-next {
  right: 40%;
}

ul > li {
  list-style-type: none;
  font-size: 18px;
  font-weight: 500;
  color: rgb(104, 103, 103);
  display: flex;
  align-items: baseline;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: rgb(124, 121, 121);
  width: 50px;
  height: 50px;
  border-radius: 20px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 12%;
}


/*****************************************************************************************************************/








/*****************************************************************************************************************/

.arrow {
  font-size: 23px;
  background-color: white;
  padding: 10px;
  color: black;
  border-radius: 24px;
}

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

.card {
  border-radius: 5px;
  box-shadow: 0px 0px 7px 0px #44d8da;
  width: 90%;
  background-color: transparent !important;
  text-align: center;
  border: 5px solid #fff;
  border-radius: 10px;
  transition: 1.5s all ease;
}

.card:hover {
  transform: scale(1.1);
}

.Card_Section {
  padding: 30px;
}

.card-img-top {
  width: 65%;
  align-self: center;
}

.card_text {
  font-weight: 500;
  font-size: 15px;
  color: rgb(192, 190, 190);
}

.card_bottom {
  transform: translateY(80px);
}

.card_bottom:hover {
  transition: 1.5s all ease;
  transform: translateY(70px);
}

.container_background {
  background-image: url("../images/background.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.container_background_shape {
  background-image: url("../images/Shape-bg-1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: -50px;
}

.moving-img {
  -webkit-animation: mymove 2s infinite;
          animation: mymove 2s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes mymove {
  0% {
    transform: translateY(5px);
  }
  25% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes mymove {
  0% {
    transform: translateY(5px);
  }
  25% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.text_center {
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}

.fa-check {
  color: #6477D8;
  padding-right: 10px;
}

.items {
  height: 500px;
}

.owl-item > div {
  cursor: pointer;
  margin: 15% 6%;
  transform: scale(0.9);
  transition: margin 0.4s ease;
  background-color: #fff;
}

.owl-item.center > div {
  cursor: auto;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 10px;
  transform: scale(1.1);
  background: linear-gradient(#2043c9, #00d4ff);
}

.owl-item:not(.center) > div:hover {
  opacity: 0.75;
}

/**************************************************************************************************/






/**************************************************************************************************/


.card-img-back {
  background-color: #fff;
  border-radius: 20px;
}

.link-testimonial {
  font-weight: 700;
  line-height: 3;
}

.no-bg {
  background: none !important;
  margin: auto !important;
  width: 150px;
}

.image_center {
  width: 150px !important;
}

.form-inline .form-control {
  width: 100% !important;
}

.input-width {
  width: 50%;
}

.form-control {
  border: transparent !important;
  box-shadow: 1px 1px 5px #02c9fa;
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
}

.enquiry_section {
  height: 80vh;
}

.social-media-icon {
  padding: 10px;
  font-size: 10px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: auto;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.5019607843);
  color: #ffffff;
}

.fa:hover {
  opacity: 0.7;
}

.footer{
  background-color: #000000;
  padding: 2.5rem 0;
}

.footer-contact .footer-head {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 1rem 0;
}

.footer-contact .footer-bottom-1 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 16px;
}

.footer-contact .footer-bottom-2 {
  color: #ffffff;
  text-align: right;
  font-size: 16px;
  margin-bottom: 16px;
}
.footer-contact .footer-bottom-2 a{
  color: #ffffff;

}

@media screen and (max-width: 768px) {
  .top-bottom-menu {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .card_bottom {
    transform: translateY(10px);
  }

  .slider-1 {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .card-body > h2 {
    font-size: 25px;
  }

  .text_center > h2 {
    transform: translatex(0px);
  }

  .testimonial_text > h2 {
    transform: translateX(0px);
  }

  .read_more {
    font-size: 10px;
  }
  .Card_Section {
    padding: 0;
    margin-top: 1rem;
    text-align: center;
}

  .card {
    width: 100%;
    margin-top: 2rem;
  }
  /* #Products .card {
    height: 390px;
  } */


  .d-flex {
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .enquiry_section,
.padding-mb-none {
    padding-top: 0 !important;
  }

  .mb-center {
    display: flex;
    justify-content: space-around;
  }
}/*# sourceMappingURL=styles.css.map */

@media screen and (max-width: 480px) {
  .navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 5rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  align-items: self-start;
}

  .top-img {
    background-image: url(../images/home-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
    padding: 0 0 5rem 0;
}

.top-img .hero-section img {
  height: auto;
}

.top-img .hero-section h1 {
  font-size: 32px;
  font-weight: 800;
  padding-bottom: 1rem;
}

.top-img .hero-section .hero-content {
  padding-top: 0px;
}

.top-img .hero-section p {
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 0;
}

.internalBanner {
  margin-top: 1rem;
}
.footer-contact .footer-bottom-2 {
  text-align: center;
}
}
