/*
 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 Nineteen.
 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
 */
/*.test{}*/
@font-face {
    font-family: 'Avenir';
    src: url('assets/fonts/AvenirLTPro-Light.woff2') format('woff2'),
        url('assets/fonts/AvenirLTPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir';
    src: url('assets/fonts/AvenirLTPro-Book.woff2') format('woff2'),
        url('assets/fonts/AvenirLTPro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir';
    src: url('assets/fonts/AvenirLTPro-Medium.woff2') format('woff2'),
        url('assets/fonts/AvenirLTPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir';
    src: url('assets/fonts/AvenirLTPro-Heavy.woff2') format('woff2'),
        url('assets/fonts/AvenirLTPro-Heavy.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir';
    src: url('assets/fonts/AvenirLTPro-Black.woff2') format('woff2'),
        url('assets/fonts/AvenirLTPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Next LT Arabic';
    src: url('assets/fonts/DINNextLTArabic-Light.woff2') format('woff2'),
        url('assets/fonts/DINNextLTArabic-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DIN Next LT Arabic';
    src: url('assets/fonts/DINNextLTArabic-Medium.woff2') format('woff2'),
        url('assets/fonts/DINNextLTArabic-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


:root {
  --primary:#002B49;
  --color-1: #38D430;
  --color-2: #EC7700;
  --color-3: #00DFF6;
  --color-4: #E81F76;
  --color-5: #4AC1E0;
  --color-6: #5B3C80;
  --font-primary: 'Avenir';
  --font-secondary:'DIN Next LT Arabic';
  --transition: all 0.3s ease-in-out;
}


::-webkit-scrollbar {
  width: 6px;
  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:24px;
  font-family:var(--font-secondary);
  font-weight:normal;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

* 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(--primary);
  margin-bottom:15px;
  letter-spacing: -1.5px;
}

h1,
.heading-1{
  font-size:60px;
  line-height:66px;
}
h2,
.heading-2{
  font-size:56px;
  line-height:56px;
}

h3,
.heading-3{
  font-size:46px;
  line-height:48px;
}

h4,
.heading-4{
  font-size:28px;
  line-height:30px;
}

h5,
.heading-5{
  font-size:20px;
  line-height:26px;
}

h6,
.heading-6{
  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:normal;
  color:#002B49;
  margin-bottom:25px;
}
p:last-child{
  margin-bottom:0px;
}

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

a {
  font-size:14px;
  text-decoration: none;
  font-family:var(--font-secondary);
  font-weight:500;
  line-height:19px;
  color:#000;
  transition:var(--transition);
}

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

input,
textarea,
select {
  background: none;
  outline: none;
  font-size:1rem;
  color: var(--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:1450px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
}

.logged-in.admin-bar .header{
	padding-top:57px;
}
.logged-in.admin-bar .sticky{
	padding-top:40px;
}
/*-----------------Header--------------*/
.bloom-logo{
  max-width:70px;
  margin-right:10px;
}
.colored-logo video{
  width: 80px;
	margin-right:5px;
}
.header{
  background:transparent;
  width: 100%;
  z-index:111;
  padding:25px 0px;
  -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:absolute;
  top:30px;
}
.header_inner{
  width: 100%;
  display: flex;
  align-items:center;
  max-width:1600px;
  margin: auto;
}
.header-logo-area{
  width: 209px;
  height: 75px;
  display: flex;
  align-items: center;
  position: relative;
}
.header-logo-area a{
  display: flex;
  align-items: center;
  position: absolute;
  left: 0px;
}
.menu-search-btn-wrap{
  display: flex;
  margin-left: auto;
  gap:40px;
  position: relative;
}
.menu-search-btn-wrap img{
  cursor: pointer;
}

/*-----Border radius----*/
.radius{
  border-radius: 24px;
  overflow: hidden;
}
/*-----spacing----*/
.p-space-tb{
  padding:110px 0px;
}
.p-top-110{
  padding-top: 110px;
}
.p-space-1{
  padding: 120px 0px;
}
.p-space-2{
  padding: 160px 0px;
}
.p-space-t{
  padding-top: 150px;
}
.p-space-t-1{
  padding-top: 110px;
}
.p-space-b{
  padding-bottom: 80px;
}
.p-top-75{
  padding-top: 75px;
}
/*----max-width---*/
.mr-max{
  max-width: 680px;
}
.mr-max-1{
  max-width: 585px;
}
.mr-max-2{
  max-width: 550px;
}
.mr-max-3{
  max-width: 960px;
}
.mb-50{
  margin-bottom: 50px;
}
.mt-50{
  margin-top: 50px;
}
.mb-0{
  margin-bottom: 0px;
}

.wpcf7 form .wpcf7-not-valid-tip{
  font-size: 13px;
}
.wpcf7 form .wpcf7-response-output {
    width:100%;
    margin: 3em 0px 0px;
    border: 1px solid #D8000C !important;
    color: #D8000C;
    font-size: 13px;
    background: #FFBABA;
    padding: 5px 10px;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
    background: #fff;
    border: 1px solid #6f9b41 !important;
}


/*-----------404----------*/
.banner-404{
  width:100%;
  height:350px;
  display: flex;
  align-items: flex-end;
}
.banner-404 h1{
  color:var(--white);
}
.error-404 .btn-link{
  display: inline-flex;
  width:220px;
}
/*---------------Header----------*/
.header-menu-block{
  display: none;
  position: absolute;
  
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 111;
  padding:210px 0px 0px;
  background: rgba(13, 66, 98, 0.94);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);	
}
.menu-block-wrap{
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
}
.header-main-menu{
  position: relative;
}
.header-main-menu li a{
  display: flex;
  padding: 21px 0px;
  align-items: center;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  font-family: var(--font-primary);
  color: #fff;
}
.header-main-menu li.menu-item-has-children,
.header-main-menu > li{
  display: flex;
  align-items: center;
  gap: 15px;
  width: 250px;
}


	.header-main-menu li .sub-menu::-webkit-scrollbar-track{
		background:rgba(13, 66, 98, 0.94);
	}
	.header-main-menu li .sub-menu::-webkit-scrollbar-thumb{
		background:#4AC1E0;
	}





.header-main-menu li .sub-menu{
    overflow:auto;
     position: absolute;
         overflow: auto;
         padding-right : 20px;
                 max-height: 500px;
  display: none;
  top: 0px;
  left: 420px;
  transition: opacity 0.5s;
}

.header-main-menu li .sub-menu li a{
  display: block;
  height: auto;
  padding: 15px 0px;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  font-size: 22px;
  color: rgba(255,255,255,0.80);
  line-height: 20px;
  letter-spacing: 0px;
}
.header-main-menu li .sub-menu li:last-child a{
  border-bottom: 0px;
}
.sub-menu-icon{
  pointer-events: none;
  background: url('assets/images/menu-icon.png') no-repeat center;
  width: 12px;
  height: 21px;
}
.header-main-menu li.active .sub-menu{
  display: block;
}
/*.header-main-menu li.active .sub-menu-icon,*/
.header-main-menu li.current-menu-item .sub-menu-icon,
.header-main-menu li.menu-item-has-children:hover .sub-menu-icon{
  background: url('assets/images/menu-icon-clr.png') no-repeat center;
}
/*.header-main-menu li.active > a,*/
.header-main-menu li.current-menu-item > a,
.header-main-menu li:hover a{
  color: #4AC1E0;
  /*font-weight: 600;*/
}
.header-main-menu li.active .sub-menu li a{
  font-weight: 400;
}
.header-main-menu li .sub-menu li a:hover{
  font-weight: 400;
  color: #4AC1E0;
}
.header-main-menu li .sub-menu li.current-menu-item a{
  color: #4AC1E0;
}
.header-main-menu li.current-menu-item .page_item a{
    color:#4AC1E0;
}

/*------humberger icon--------*/
.animated-icon1 {
  width: 34px;
  height:25px;
  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: 2px;
  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;
}
.animated-icon1 span:nth-child(2) {
  top: 10px;
}
.animated-icon1 span:nth-child(3) {
  top: 20px;
}
.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-active {
  overflow: hidden;
  height: 100%;
   -webkit-overflow-scrolling: touch;
}

.header.active{
  z-index: 1111;
}
.header-social-media{
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 80px;
}
.header-social-media li a{
  font-size: 22px;
  color: #fff;
}
.header-social-media li a:hover{
  color: var(--color-2);
}
.sticky .white-logo,
.colored-logo{
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.sticky{
  background: rgba(255, 255, 255, 1);
  top: 0px;
  padding:8px 0px;
  position: fixed;
  top: 0px;
  box-shadow: 0px 5px 15px 0px #0000001A;
}
.sticky .white-logo{
	opacity:0;
	visibility:hidden;
}
.sticky .colored-logo{
  opacity: 1;
  visibility: visible;
}
.sticky .animated-icon1 span{
  background: var(--primary);
}
.sticky .search-icon path{
  fill: var(--primary);
}
/*-------search-------*/
.search-icon{
  cursor: pointer;
  z-index: 1;
}
.header-search-box {
  align-items: center;
  display: none;
  position: absolute;
  top: -12px;
  right: 60px;
  width: 500px;
  z-index: 11;
}
.search-box-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.header-search-box form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  background: #fff;
  border-radius: 12px;
  padding: 0px 5px;
  box-shadow: 0px 5px 15px 5px #0000001A;
}
.header-search-box form input {
  width: 100%;
  height: 30px;
  border: 0px;
  padding: 0px 15px;
  color: #000;
  font-size: 16px;
}
.header-search-box form button {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background: #fff;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  transition: var(--transition);
}
.close-search {
  width: 48px;
  min-width: 48px;
  height: 48px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  background: rgba(255, 255, 255, 1);
  border-radius: 12px;
  transition: var(--transition);
  box-shadow: 0px 5px 15px 5px #0000001A;
}

/*----------footer-------------*/
.footer{
  background: #00375C;
  padding-top: 55px;
}
.inner-footer{
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.footer-block{
  display: flex;
  justify-content: space-between;
  padding-bottom: 45px;
  border-bottom: 1px solid #B6BCCF;
}
.footer-logo-box a{
  display: block;
}
.footer-social-media{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
  padding-left: 10px;
}
.footer-social-media li a{
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #fff;
}
.footer-social-media li a:hover{
  color: var(--color-2);
}
.footer-heading{
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  font-weight: 500;
  font-family: var(--font-primary);
  margin-bottom: 20px;
  text-transform: capitalize;
}
.footer-box{
  width: 14%;
}
.footer-address-box,
.footer-bloom-box{
	width:12%;
}
.footer-menu-box,
.footer-scroll-top-box{
	width:10%;
}
.footer-address-box p{
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}
.footer-address-box p strong{
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.footer-address-box p a{
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #fff;
  font-family: var(--font-primary);
}
.footer-address-box p a:hover,
.footer-menu li a:hover,
.footer-menu li.current-menu-item a{
  color: var(--color-1);
}
.footer-menu{
  margin-top: 25px;
}
.footer-menu li{
  margin-bottom: 20px;
}
.footer-menu li:last-child{
  margin-bottom: 0px;
}
.footer-menu li a{
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  font-family: var(--font-primary);
}
.footer-bloom-box{
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: center;
}
.footer-logo-text-box span{
  display: block;
  color: #fff;
  font-weight: 500;
  font-family: var(--font-primary);
  font-size: 16px;
  margin-top: 10px;
}
.insta-images{
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  overflow: hidden;
}
.insta-images li{
  width: 50%;
  height: 120px;
  position: relative;
}
.insta-images li > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*.insta-images li::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.30);
}*/
.insta-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px !important;
  height: 25px !important;
  object-fit: contain;
}
#back-to-top{
  cursor: pointer;
  text-align: right;
  transition: var(--transition);
}
#back-to-top:hover{
  color: var(--color-2);
}
.copy-right{
  padding: 24px 0px 20px;
  display: flex;
  align-items: center;
}
.copy-right p{
  margin-bottom: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
.copy-right ul{
  display: flex;
  align-items: center;
  margin-left: auto;
}
.copy-right ul li{
  border-right: 1px solid #fff;
  padding-right: 30px;
  margin-right: 30px;
}
.copy-right ul li:last-child{
  border-right: 0px;
  padding-right: 0px;
  margin-right: 0px;
}
.copy-right ul li a{
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-family: var(--font-primary);
  display: block;
	font-weight:400;
}
.copy-right ul li a:hover{
  color: var(--color-1);
}
.blog-slide a span {
  text-transform: uppercase;
}