/*
 Theme Name: Twenty Nineteen Child
 Theme URI: https://www.element8.ae
 Author: Element8
 Author URI: https://www.element8.ae
 Template: twentynineteen
 Description: Child theme for Twenty Seventeen.
 Version: 0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain: twentynineteen-child
 */


@font-face {
    font-family: 'Fontin';
    src: url('assets/fonts/Fontin-Bold.woff2') format('woff2'),
        url('assets/fonts/Fontin-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fontin';
    src: url('assets/fonts/Fontin-Regular.woff2') format('woff2'),
        url('assets/fonts/Fontin-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Al Dhad';
    src: url('assets/fonts/AlDhad-Bold.woff2') format('woff2'),
        url('assets/fonts/AlDhad-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Al Dhad';
    src: url('assets/fonts/AlDhad-Book.woff2') format('woff2'),
        url('assets/fonts/AlDhad-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Bold.woff2') format('woff2'),
        url('assets/fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('assets/fonts/Roboto-Regular.woff2') format('woff2'),
        url('assets/fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter-Regular.woff2') format('woff2'),
        url('assets/fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Dubai';
    src: url('assets/fonts/Dubai-Bold.woff2') format('woff2'),
        url('assets/fonts/Dubai-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}





:root {
  --color-black:#000000;
  --color-primary:#122083;
  --color-white:#fff;
  --color-third:#BEBEBE;
  --font-primary: 'Al Dhad';
  --font-secondary:'Roboto';
  --font-third:'Inter';
  --transition: all 0.3s ease-in-out;
  --background-primary:#090909;
  --background-secondary:#242421;
  --background-third:#292929
}


::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;background: rgba(255, 255, 255, 1); 
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(255, 255, 255, 1); 

}
::-webkit-scrollbar-thumb {
  background: #212121; 
  border-radius: 10px;
  width: 7px;
}
::-webkit-scrollbar-thumb:hover {
  background: #111; 
}

body {
  background-color:#fff;
  font-size: 16px;
  line-height:25px;
  font-family:var(--font-primary);
  font-weight:500;
  overflow-x: hidden;
}

* h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:var(--font-primary);
  font-weight:700;
  color:var(--color-black);
  margin-bottom:30px;
}

h1,
.h1 {
  font-size:80px;
  line-height:80px;
}

h2,
.h2 {
  font-size:48px;
  line-height:50px;
}

h3,
.h3 {
  font-size:40px;
  line-height:48px;
}

h4,
.h4 {
  font-size:24px;
  line-height:26px;
}

h5,
.h5 {
  font-size:22px;
  line-height:normal;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 22px;
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

p{
  font-size: 16px;
  line-height:24px;
  font-family:var(--font-primary);
  font-weight:500;
  color: var(--color-black);
  margin-bottom:30px;
}
p:last-child{
  margin-bottom:0px;
}

ul {
  margin-bottom: 0px;
}
ul li {
  list-style: none;
}

a {
  text-decoration: none;
  font-family:var(--font-primary);
  font-weight:500;
  line-height: normal;
  color: var(--color-black);
  transition:var(--transition);
}

a:hover {
  text-decoration: none !important;
  color: #1A1C1E;
}

input,
textarea,
select {
  background: none;
  outline: none;
  font-size: 18px;
  color: var(--color-black);
  border: 1px solid;
  font-family:var(--font-primary);
}

img {
  outline: none;
  max-width: 100%;
  height: auto;
  border: 0px none;
}

input[type='submit'] {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

:focus {
  outline: none;
}

.container {
  max-width:1342px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
}

/*-----------------Header--------------*/
.header{
  background:linear-gradient(86.5deg, #0C158A 0%, #0076FB 100%);
  width: 100%;
  padding-bottom: 20px;
  padding-right:65px;
  z-index:111;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position:fixed;
  top: 0px;
}
.header.sticky{
  box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 16%);
  padding-bottom: 10px;
}
.header.sticky:before{
  height:100%;
}
.hide-header {
    opacity: 0;
    margin-top: -150px!important;
  }
.show-header {
    opacity: 1;
    margin-top: 0px!important;
  }


.header_inner{
  display: flex;
  align-items:center;
}
.header.sticky .header_inner{
  align-items: center;
}

.header-logo-area{
  width:276px;
  height:240px;
  display: flex;
  align-items: center;
  justify-content:center;
  z-index:1;
  transition: all 0.5s ease-in-out;
}
.header-logo-area a{
  margin-left: -25px;
}
.header.sticky .header-logo-area{
  width:110px;
  height:100px;
}
.header.sticky .header-logo-area img{
  height:80px;
}
.menu-area-wrap{
  display: flex;
  align-items: center;
  margin-left:auto;
  z-index:1;
}
.header.sticky .menu-area-wrap{
  padding-top: 0px;
}
.header-main-menu{
  display: flex;
  column-gap:45px;
}
.mob-menu-icn{
  pointer-events: none;
  padding-left: 10px;
}
.mob-menu-icn i{
  transition:var(--transition);
}
.menu-item-has-children{
  display: flex;
  position: relative;
}
.header-main-menu li a{
  color:#fff;
  display:inline-block;
  position: relative;
  font-size:16px;
  font-family:var(--font-primary);
  line-height:24px;
  font-weight:700;
  letter-spacing:0.5px;
}
.header-main-menu li a:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left:0px;
  width:100%;
  transition: transform 250ms ease-in-out;
  border-bottom:1px solid #fff;
  transform: scaleX(0);
}
.header-main-menu li a:hover:after,
.header-main-menu li.current-menu-item a:after,
.header.sticky .header-main-menu li a.active:after{
    transform: scaleX(1);
    border-color:#fff;
}

/*----mobile menu----*/
.animated-icon1 {
  width: 24px;
  height:19px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.animated-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 3px;
  opacity: 1;
  left:50%;
  -webkit-transform:translateX(-50%) rotate(0deg);
  -moz-transform:translateX(-50%) rotate(0deg);
  -o-transform:translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.animated-icon1 span {
  background: #fff;
}
.animated-icon1 span:nth-child(1) {
  top: 0px;
  width:15px;
}
.animated-icon1 span:nth-child(2) {
  top: 8px;
}
.animated-icon1 span:nth-child(3) {
  top: 16px;
  width:15px;
}
.animated-icon1.open span{
  left:0px;
}
.animated-icon1.open span:nth-child(1) {
  top:9px;
  width:100%;
  -webkit-transform:translateX(0px) rotate(135deg);
  -moz-transform:translateX(0px) rotate(135deg);
  -o-transform:translateX(0px) rotate(135deg);
  transform: translateX(0px) rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.animated-icon1.open span:nth-child(3) {
  top: 9px;
  width:100%;
  -webkit-transform:translateX(0px) rotate(-135deg);
  -moz-transform:translateX(0px) rotate(-135deg);
  -o-transform:translateX(0px) rotate(-135deg);
  transform: translateX(0px) rotate(-135deg);
}
.menu-button{
  width:44px;
  height:44px;
  border-radius:50%;
  border: 1px solid #fff;
  display: none;
  z-index: 1;
  align-items: center;
  justify-content:center;
  cursor: pointer;
}
/*-----------404----------*/
.banner,
.banner-404{
  width:100%;
  height:350px;
  display: flex;
  align-items: flex-end;
}
.banner h1,
.banner-404 h1{
  color:var(--color-white);
}
.banner-inner{
  padding-bottom: 50px;
}
.error-404 .btn-link{
  display: inline-flex;
  width:220px;
}