
/* -----------------------------------------------------
  Start Fonts
-------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Vesper+Libre:wght@400;500;700;900&display=swap');


.vesper-libre-regular {
  font-family: "Vesper Libre", serif;
  font-weight: 400;
  font-style: normal;
}

.vesper-libre-medium {
  font-family: "Vesper Libre", serif;
  font-weight: 500;
  font-style: normal;
}

.vesper-libre-bold {
  font-family: "Vesper Libre", serif;
  font-weight: 700;
  font-style: normal;
}

.vesper-libre-black {
  font-family: "Vesper Libre", serif;
  font-weight: 900;
  font-style: normal;
}

/* -----------------------------------------------------
  End Fonts
-------------------------------------------------------- */

/* -----------------------------------------------------
  Body
-------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #646360;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  background-color: #f7f7f7;
}

*, *::after, *::before {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

a {
  text-decoration: none;
  outline: none;
  color: #e17c1f;
}

a:hover {
  text-decoration: none;
  outline: none;
}

.overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.285);
  z-index: 1001;
}

/* For Typography */
.ul-base {
  margin: 0;
  padding: 0;
  list-style: none;
}

.text-btn{
  background-color: #ffffff;
    color: #493676 !important;
    padding: 0px;
    border-radius: 50px;
    font-weight: 600;
    
}
.text-btn:hover{
  background-color: #493676;
    color: #ffffff !important;
    
}
.text-head-btn{
  background-color: #ffffff;
  color: #493676 !important;
  padding: 0px;
  border-radius: 50px;
  font-weight: 600;
}
.text-head-btn:hover{
  color: #ef7d09 !important;
  text-decoration: underline #ef7d09;
}

.navbar-toggler-icon{
  width: 1em;
    height: 1em;
}


/* -----------------------------------------------------
Clearfix
-------------------------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1600px;
  }
}

.container{
  max-width: 1600px !important;
    margin: 0 auto;
    padding: 0;
}


.fl-lt{
  float: left;
}
.w-100{
  width: 100% !important;
}
button, select {
  text-transform: none;
  border: none;
}
.free-space{
  width: 100%;
  float: left;
  height: 60px;
}

/* -----------------------------------------------------
Start Footer css
-------------------------------------------------------- */

footer {
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  padding: 0px;
  padding-bottom: 20px;
  overflow: hidden;
  width: 100%;
  float: left;
  position: relative;
  background-image: linear-gradient(178deg, #442f79 0%, #0d0227 100%);
}
.col-section label{
width: 100%;
}

footer .footer-content {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}

footer .footer-menu {
  padding-top: 10px;
  overflow: hidden;
}

footer .footer-col {
  width: 33%;
  float: left;
}

footer input[type="checkbox"] {
    display: none;
}

footer h3 {
    color: #8f6fdf;
    font-size: 16px;
    position: relative;
    z-index: 1;
    margin-bottom: 6px;
    margin-top: 0;
    font-weight: 400;
}

footer .product-list {
    padding: 0;
    list-style: none;
    margin: 0;
}

footer .product-list li {
  margin-bottom: 5px;
  line-height: 1;
}

footer .product-list a {
  color: #00000080;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
}

footer .product-list a:hover {
  color: #333;
}

footer input[type="checkbox"]:checked+.col-section .product-list {
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    visibility: visible;
    position: static;
    transform: none;
}

footer input[type="checkbox"]:checked+.col-section h3::after {
    transform: rotate(45deg) scale(1.08);
}

footer .footer-base {
  padding-top: 34px;
  padding-bottom: 21px;
  color: #888;
  font-size: 12px; 
}

footer .footer-legal {
  margin-top: 7px;
    padding-top: 6px;
    border-top: 1px solid #2c1d53;
    width: 100%;
}

footer .nowrap {
    white-space: nowrap;
}

@media only screen and (max-width: 1024px) {
  
  footer {
    padding: 0 20px;
    padding-bottom: 20px;
  }
  header {
    padding: 0 20px;
  }
  footer .footer-menu {
    padding-top: 0px;
  }
  
  
  footer .footer-col {
    width: 100%;
  }
  
  footer .item {
    border-bottom: 1px solid #ffffff14;
  }
  footer .item.social {
    border-bottom: unset !important;
  }
  footer h3 {
    padding: 10px 0;
    margin: 0;
    cursor: pointer;
  }
  
  footer h3::after {
    content: '+';
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 8px;
    transition: transform .3s ease
  }
  
  footer .product-list {
    visibility: hidden;
    position: absolute;
    transform: translateY(-100px);
    z-index: 1;
    padding: 5px 0 16px 0;
  }
  
  footer .product-list li {
    margin: 0;
  }
  
  footer .product-list a {
    display: block;
    padding: 6px 14px;
  }
  
  footer .footer-col {
    overflow: hidden;
  }
  footer .footer-content {
    padding-left:0px;
    padding-right:0px;
  }
}

@media only screen and (min-width: 1025px) {
  footer .item-padding-top {
    padding-top: 24px;
  }
}

footer .footer-legal-copyright {
    margin-right: 30px;
    float: left;
    margin-top: 3px;
    color: #ffffff8a;
}

footer .footer-legal-links {
  float: left;
}

footer .footer-legal-links a {
  border-right: 1px solid #2c1d53;
  margin-right: 10px;
  padding-right: 12px;
  display: inline-block;
  margin-top: 3px;
  white-space: nowrap;
  color: #ffffff54;
}

footer .footer-legal-links a:last-child {
  border-right: none;
}

footer .footer-legal-links a:hover {
  color: #fff;
}

footer .footer-menu .fa {
  padding: 10px;
    color: #b1b1b1;
    height: 40px;
    font-size: 16px !important;
    width: 40px;
    text-align: center;
    text-decoration: none;
    outline: none;
}

footer .footer-menu .fa:hover {
    opacity: 0.7;
    text-decoration: none;
  outline: none;
}
.col-section p{
  font-size: 14px;
  color: #b1a8c9;
  padding-top: 20px;
}

.product-list li a{
  font-size: 14px;
  color: #b1a8c9 !important;
}
/* -----------------------------------------------------
End Footer css
-------------------------------------------------------- */




/* -----------------------------------------------------
Start Header css
-------------------------------------------------------- */

.navbar-brand {
  padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
    font-size: 26px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.2;
}

.offcanvas-header {
  display: unset;
  align-items: unset;
  padding: 15px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
}
.navbar-toggler.btn-close{
  left: 15px;
  opacity: .2;
}

.slidebar-logo{
  float: left;
    padding: 15px;
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    text-align: center;
    border-bottom: 1px solid #efefef;
}
.menu-li{
  float: left;
    width: 100%;
    padding: 5px 0px;
}

.mob-icons{
  z-index: 0;
  position: absolute;
  right: 15px;
}

.mob-icons-btn{
  padding: 10px 5px;
  color: #515151;
}





body.offcanvas-active {
  overflow: hidden;
}
.navbar {
  box-shadow: -1px 4px 15px #0000006e;
  padding: 15px 15px;
  
}
.mob-min-head{
  z-index: 997 !important;
}



.screen-overlay {
  width: 0%;
  height: 100%;
  z-index: 998;
  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;
}

.navbar-toggler {
  padding: 0px 15px;
  border: unset;
  position: absolute;
    left: 0;
}
#desktop_navbar_main{
  display: block;
  float: left;
  width: 100%;
  padding: 1rem;
  background-color: #fff;
  position: fixed;
  top:0;
  right: 0;
  left: 0;
  z-index: 9999;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
#mobile_navbar_main{
  display: none;
}
.padding-1{
  padding: 1rem !important;
}
.nav-item {
  padding: 10px 20px;
  height: 40px;
}
.nav-item a{
  color: #64528b;
}
.nav-item a.active{
  color: #472d7d;
    font-weight: 500;
    border-bottom: 1px solid #e17c1f;

}
.nav-link{
  padding: 0;
}
@media all and (max-width: 1024px) {
 
  footer h3 {
    color: #b1a8c9;}
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 70%;
    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;
  }
  .mob-min-head{
    box-shadow: 0px 3px 17px #00000047;
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    float: left;
  }
  #mobile_navbar_main {
    box-shadow: 0px 3px 17px #00000047;
    background-color: #ffffff;
        
  }
  .dropdown-menu {
    border: none;
  }
  .nav-item {
    border-bottom: 1px solid #eaeaea;
  }
}
@media all and (max-width: 1024px) {
#desktop_navbar_main{
  display: none;
}
#mobile_navbar_main{
  display: block;
  z-index: 999;
}
.text-head-btn {
  padding: 9px;
}

}













/* -----------------------------------------------------
End Header css
-------------------------------------------------------- */





