@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;    
    font-family: tajawal;
}
.nav-link{    
    font-size: large;
    font-weight: 600;
    margin: 0px 40px;
    color: black;
}
.nav-link:hover{
    color: #1D7531;
    border-bottom: 4px #1D7531 solid;
}
.nav-link.active{
    border-bottom: 4px #1D7531 solid;
}
.btn-arabic{
  font-family: tajawal;
  font-weight: 700;
    padding: 12px 60px; 
    min-width: 100px;
    cursor: pointer;
    color: #fff; 
    background-color: #1D7531;
    border-radius: 12px;
}
.btn-arabicmobile{
  font-family: tajawal;
  font-weight: 700;
  /* padding: 12px 60px; 
  min-width: 100px; */
  cursor: pointer;
  color: #fff; 
  background-color: #1D7531;
  border-radius: 12px;
}
.btn-arabic:hover{
  font-family: tajawal;
  font-weight: 700;
    padding: 12px 60px; 
    min-width: 100px;
    cursor: pointer;
    color: #fff; 
    background-color: #3c9150;
    border-radius: 12px;
}
.heroimage{
    background: url('../images/Home_AEC_SOC.jpg');
    height: calc(100vh - 98px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position:center center;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.heading1{
  font-family: tajawal;
  font-weight: 700;
    font-size: 48px;
    color: #fff;
}
.paragraph1{
  font-family: tajawal;
  font-weight: 500;
    font-size: 32px;
    color: #000;
}
.headtagline{
  font-family: tajawal;
  font-weight: 700;
    color: #000;
    text-align: center;
}
.colcenter{
    text-align: -webkit-center;
}
.imgvision{
    width: 150px;
    height: 150px;
}
.icon{
    text-align: center;
    border-radius: 50%;
    width: 150px;
    box-shadow: -9px 7px 30px -12px rgb(0 0 0);
    -webkit-box-shadow: -9px 7px 30px -12px rgb(0 0 0);
    -moz-box-shadow: -9px 7px 30px -12px rgba(0,0,0,1);
}
.bold{
  font-family: tajawal;
  font-weight: 700;
    font-size: 24px;
    font-weight: 900;
    color: #000;
}
/* --------------------------------------------------------------------------------------------- */
.head1{
  text-align: center;
  color: #1D7531;
  font-size: 2rem;
  font-family: tajawal;
  font-weight: 700;
}
.text1{
  text-align: justify;
  color: #000;
  font-family: tajawal;
  font-weight: 500;
  font-size: 1.5rem;
}
/* --------------------------------------------------------------------------- */
.row{
  justify-content: space-between;
}

.card{
  border: 0 !important;
  max-width:440px ;
  
}
.card-body{
  background-position:center;
  background-size:cover ;
  background-repeat: no-repeat;
  box-shadow: 10px 10px 17px -5px rgba(0,0,0,0.26);
-webkit-box-shadow: 10px 10px 17px -5px rgba(0,0,0,0.26);
-moz-box-shadow: 10px 10px 17px -5px rgba(0,0,0,0.26);
border-radius: 44px;
border: 1px lightgray solid;
}

.card-title {
  display: inline-block;
  font-size: 2rem;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-left: 15px;
  font-family: tajawal;
  font-weight: 700;
  color: #1D7531; 

}
.card-text{
  font-size: 1.3rem;
  color: black;
  font-family: tajawal;
  font-weight: 700;
  padding: 15px 18px;
  margin-bottom: 10px;  
}
.card-body:hover .card-title { 
  color: #fff; 
  -webkit-transition-duration: 1s;
     -webkit-transition-timing-function: ease-in-out;
     transition-duration: 1s;
     transition-timing-function: ease-in-out;

}
.card-body:hover .card-text{
  
  color: #FFF; 
  -webkit-transition-duration: 1s;
     -webkit-transition-timing-function: ease-in-out;
     transition-duration: 1s;
     transition-timing-function: ease-in-out; 
}
.card1{
  background-image:url('../images/AEC_GITEX_Defense_Solution.jpg');
  background-repeat: no-repeat; 
  background-size: 100% 100%;
  -webkit-transition-duration: 1s;
     -webkit-transition-timing-function: ease-in-out;
     transition-duration: 1s;
     transition-timing-function: ease-in-out;
}
.card1:hover{
  background-image:url('../images/Hover/AEC_GITEX_Defense_Solution.jpg');
  background-repeat: no-repeat; 
  background-size: 100% 100%;
  -webkit-transition-duration: 1s;
     -webkit-transition-timing-function: ease-in-out;
     transition-duration: 1s;
     transition-timing-function: ease-in-out;
}
.card2{
  background-image:url('../images/AEC_GITEX_Drones.jpg');
  background-repeat: no-repeat; 
  background-size: 100% 100%;
  -webkit-transition-duration: 1s;
     -webkit-transition-timing-function: ease-in-out;
     transition-duration: 1s;
     transition-timing-function: ease-in-out;
}
.card2:hover{
  background-image:url('../images/Hover/AEC_GITEX_Drones.jpg');
  background-repeat: no-repeat; 
  background-size: 100% 100%;
  -webkit-transition-duration: 1s;
     -webkit-transition-timing-function: ease-in-out;
     transition-duration: 1s;
     transition-timing-function: ease-in-out;
}
.card3{
  background-image:url('../images/AEC_GITEX_SOC.jpg');
  background-repeat: no-repeat; 
  background-size: 100% 100%;
  -webkit-transition-duration: 1s;
     -webkit-transition-timing-function: ease-in-out;
     transition-duration: 1s;
     transition-timing-function: ease-in-out;
}
.card3:hover{
  background-image:url('../images/Hover/AEC_GITEX_SOC.jpg');
  background-repeat: no-repeat; 
  background-size: 100% 100%;
  -webkit-transition-duration: 1s;
     -webkit-transition-timing-function: ease-in-out;
     transition-duration: 1s;
     transition-timing-function: ease-in-out;
}
.card4{
  background-image:url('../images/AEC_GITEX_Cloud_Technology.jpg');
  background-repeat: no-repeat; 
  background-size: 100% 100%;
  -webkit-transition-duration: 1s;
     -webkit-transition-timing-function: ease-in-out;
     transition-duration: 1s;
     transition-timing-function: ease-in-out;
}
.card4:hover{
  background-image:url('../images/Hover/AEC_GITEX_Cloud_Technology.jpg');
  background-repeat: no-repeat; 
  background-size: 100% 100%;
  -webkit-transition-duration: 1s;
     -webkit-transition-timing-function: ease-in-out;
     transition-duration: 1s;
     transition-timing-function: ease-in-out;
}
.card5{
  background-image:url('../images/AEC_GITEX_Smart_Soldier.jpg');
  background-repeat: no-repeat; 
  background-size: 100% 100%;
  -webkit-transition-duration: 1s;
     -webkit-transition-timing-function: ease-in-out;
     transition-duration: 1s;
     transition-timing-function: ease-in-out;
}
.card5:hover{
  background-image:url('../images/Hover/AEC_GITEX_Smart_Soldier.jpg');
  background-repeat: no-repeat; 
  background-size: 100% 100%;
  -webkit-transition-duration: 1s;
     -webkit-transition-timing-function: ease-in-out;
     transition-duration: 1s;
     transition-timing-function: ease-in-out;
}
.card6{
  background-image:url('../images/AEC_GITEX_Managed_Services.jpg');
  background-repeat: no-repeat; 
  background-size: 100% 100%;
  -webkit-transition-duration: 1s;
     -webkit-transition-timing-function: ease-in-out;
     transition-duration: 1s;
     transition-timing-function: ease-in-out;
}
.card6:hover{
  background-image:url('../images/Hover/AEC_GITEX_Managed_Services.jpg');
  background-repeat: no-repeat; 
  background-size: 100% 100%;
  -webkit-transition-duration: 1s;
     -webkit-transition-timing-function: ease-in-out;
     transition-duration: 1s;
     transition-timing-function: ease-in-out;
}
.card7{
  background-image:url('../images/AEC_GITEX_DataDiode.jpg');
  background-repeat: no-repeat; 
  background-size: 100% 100%;
  -webkit-transition-duration: 1s;
     -webkit-transition-timing-function: ease-in-out;
     transition-duration: 1s;
     transition-timing-function: ease-in-out;
}

.card7:hover{
  background-image:url('../images/Hover/AEC_GITEX_DataDiode.jpg');
  background-repeat: no-repeat; 
  background-size: 100% 100%;
     -webkit-transition-duration: 1s;
     -webkit-transition-timing-function: ease-in-out;
     transition-duration: 1s;
     transition-timing-function: ease-in-out;
}
.card8{
  background-image:url('../images/AEC_GITEX_4S_Site_Safety.jpg');
  background-repeat: no-repeat; 
  background-size: 100% 100%;
  -webkit-transition-duration: 1s;
     -webkit-transition-timing-function: ease-in-out;
     transition-duration: 1s;
     transition-timing-function: ease-in-out;
}
.card8:hover{
  background-image:url('../images/Hover/AEC_GITEX_4S_Site_Safety.jpg');
  background-repeat: no-repeat; 
  background-size: 100% 100%;
  -webkit-transition-duration: 1s;
     -webkit-transition-timing-function: ease-in-out;
     transition-duration: 1s;
     transition-timing-function: ease-in-out;
}
.card-body:hover .btndown{
  background-color:#218838 ;
  border: none;
  -webkit-transition-duration: 1s;
     -webkit-transition-timing-function: ease-in-out;
     transition-duration: 1s;
     transition-timing-function: ease-in-out;
}
.my-5{
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.mbdesk{
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.mtdesk{
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
/* .bg-image{
  background-image: url(../WEPAGE/PNG/AEC_GITEX_Web_Pattern_bottom.png);
  background-repeat: no-repeat;
} */
.button{
  padding: 23px;
  margin-left: 800px;
  border: none;
  border-radius: 8px;
  color: #F1F1F2;
  font-size: 1.3rem;
  font-family: tajawal;
  font-weight: 700;
  background-color:#3c9150;
}

.verticalline{
  border-right: 1px solid lightgray;
  margin: 0 !important;
  padding: 10px;
  
  /* margin-right: 70px;   */
}

.bg{
  background-image:url('../images/AEC_GITEX_Website_Prototype_Bg.png');
  background-repeat: no-repeat; 
  background-size: 100% 100%;
  /* background-position: center; */
}
.btnReadmore{
  font-weight: 700;
    font-family:tajawal;
    font-size: 24px;
    color: #007E41;
}
.card-body:hover .btnReadmore{
  color: #fff;
}
.deskheight{
  height: calc(100vh - 99px);
}
@media screen and (max-width: 1100px){
  .deskheight{
    height: auto;
  }
  .bg{
    background-image:url('../images/AEC_GITEX_Website_Prototype_Bg.png');
    background-repeat: no-repeat; 
    background-size: cover;    
  }
}







@media screen and (max-width: 720px) {
    .heading1{
        font-family: tajawal;
        font-weight: 500;
        font-size: 32px;
        color: #fff;       
    } 
    .heroimage{
        background: url('../images/Home_AEC_SOC.jpg');
        height: calc(100vh - 126px);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position:center center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}





.menu-f li {
    display: inline;
    margin-right: 20px;
    font-size: 20px;
     font-family: tajawal !important;

}
.menu-f a {
    border: 1px solid #006d40;
    padding: 4px 8px;
    background: #fff;
    color: #006d40;
    border-radius: 3px;
}

.clear{
	clear:both;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}


/* .social_media_icon li {
    float: left;
    margin-right: 20px;
} */
.social_media_icon li a {
    font-size: 21px !important;
}
.footer h6 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.footer li a {
    color: #fff;
    font-size: 13px;
}

.top-menu-footer li {
    float: right;
    margin-right: 30px;
}
.footer li {
    text-align: left;
}
.top-menu-footer {
    float: left;
    margin-top: 40px;
}



/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/


.footer {
    font-size: 14px;
    line-height: 36px;
    padding-top: 30px;
    padding-bottom: 0px;
    clear: both;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
    background-color: #1E1E1E !important;
}



.footer-mail {
    font-size: 46px;
    margin-bottom: 35px;
    line-height: 100%;
    font-weight: 700;
}

.footer-number {
    font-size: 24px;
    margin-bottom: 100px;
}

.footer-info {
    font-size: 18px;
    line-height: 24px;
    color: #969696;
    margin-bottom: 50px;
}

.social-holder {
    margin-bottom: 35px;
}
.alm img {
    width: 80%;
}
.social-holder a {
    font-size: 28px;
    margin-right: 25px;
}

.social-holder a:last-of-type {
    margin: 0;
}

.site-wrapper .footer a {
    color: #fff;
}
.copyright_center_section a {
    color: #fff !important;
}

.site-wrapper .footer a:hover {
    color: #0de272;
}
.card-text{
  font-weight: 500 !important;
}
.btndown{
    padding: 10px 30px 10px 50px;
    margin-left: -20px;
    border-radius: 0px 24px 24px 0px;
    font-weight: 700;
    font-family:tajawal;
    font-size: 24px;
    background-color: #007E41;
    border: none;
}
.width25 {
    flex: 0 0 25%;
    max-width: 25%;
}

.width25 ul {
    margin: 0;
}

.width25 ul li {
    line-height: 35px;
    text-align: left;
}

.width25 ul li h6 {
    color: #fff;
    pointer-events: none;
    font-size: 1rem;
    letter-spacing: .03em;
    padding: 0;
}

.width25 ul li a {
    font-size: 12px;
    color: #fff;
    transition: all 250ms ease-in-out;
}

.border_bttm {
    border-top: 1px solid #272727;
}

.width75 {
    flex: 0 0 75%;
    max-width: 75%;
}

.width75 ul {
    margin: 1.5rem auto 0;
}

.width75 ul li {
    display: inline-flex;
    padding: 0 1rem;
}
.copyright-holder .copyright_center_section label {
    font-weight: normal !important;
}
.area1-padding {
    padding: 50px 0px;
}
.width75 ul li a {
    font-size: 11px;
    color: #fff;
    transition: all 250ms ease-in-out;
}
.copyright-holder {
    line-height: 50px;
    background: #2A2D30 !important;
    float: left;
    width: 100%;
}

.copyright-holder .copyright_center_section {
    width: 100%;
    margin: 0 auto;
}

.copyright-holder .copyright_center_section label {
    float: left;
    margin: 0;
    color: #fff;
}

.copyright-holder .copyright_center_section span {
    float: right;
    color: #fff;
}
/*----------------------------------------*/
.bgcon{
    background-color: #00974F;
    border-radius: 5px;
}

.whatsapp p {    
    color: #fff;
    font-size: 2em;
    font-family: tajawal;
  font-weight: 700;
}
.whatsapp a:hover {    
    text-decoration: none;
}
.txt{
  font-family: tajawal;
  font-weight: 700;
    vertical-align: middle;
}
.bgdoc{
    background-color: #F1F1F2;
}
.bgdoccol{
    background-color: #28A745;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
  .videobg{
      margin-top: 100px;
      height: calc(100vh - 99px);
      width: 100%;
  }
  .videobg video{
    margin-top: 100px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    object-fit: cover;
}