/* 
    Theme Name: CMG 2020 Theme
    Version: 1.0
    Author: Nicholas A Suppiah
*/

/* Document
   ========================================================================== */

   html {
    font-family: sans-serif; /* 1 */
    line-height: 1.15; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
  }
  
  /* Sections
     ========================================================================== */
  
  /*
   * Remove the margin in all browsers (opinionated).
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Add the correct display in IE 9-.
   */
  
  article,
  aside,
  footer,
  header,
  nav,
  section {
    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;
  }
  
.specialcaps {
	font-size: 48px;
	font-weight: 800;
}
  /* Grouping content
     ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
  
  figcaption,
  figure,
  main { /* 1 */
    display: block;
  }
  
  /**
   * Add the correct margin in IE 8.
   */
  
  figure {
    margin: 1em 40px;
  }
  
  /**
   * 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
     ========================================================================== */
  
  /**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
  
  a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
  }
  
  /**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers (opinionated).
   */
  
  a:active,
  a:hover {
    outline-width: 0;
  }
  
  /**
   * 1. Remove the bottom border in Firefox 39-.
   * 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 */
  }
  
  /**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
  
  b,
  strong {
    font-weight: inherit;
  }
  
  /**
   * 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 style in Android 4.3-.
   */
  
  dfn {
    font-style: italic;
  }
  
  /**
   * Add the correct background and color in IE 9-.
   */
  
  mark {
    background-color: #ff0;
    color: #000;
  }
  
  /**
   * 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
     ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   */
  
  audio,
  video {
    display: inline-block;
  }
  
  /**
   * Add the correct display in iOS 4-7.
   */
  
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  /**
   * Remove the border on images inside links in IE 10-.
   */
  
  img {
    border-style: none;
  }
  
  /**
   * Hide the overflow in IE.
   */
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: sans-serif; /* 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;
  }
  
  /**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
  
  button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button; /* 2 */
  }
  
  /**
   * 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;
  }
  
  /**
   * Change the border, margin, and padding in all browsers (opinionated).
   */
  
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  
  /**
   * 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 */
  }
  
  /**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
  }
  
  /**
   * Remove the default vertical scrollbar in IE.
   */
  
  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 and cancel buttons in Chrome and Safari on macOS.
   */
  
  [type=search]::-webkit-search-cancel-button, [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 IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
  
  details, /* 1 */
  menu {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Scripting
     ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   */
  
  canvas {
    display: inline-block;
  }
  
  /**
   * Add the correct display in IE.
   */
  
  template {
    display: none;
  }
  
  /* Hidden
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10-.
   */
  
  [hidden] {
    display: none;
  }
  
  /* SASS and Global'ish Stuff */
  
  body {
    color: #333;
    font-family: 'Poppins' !important;
    overflow-x: hidden;
    position: relative;
    font-size: 1.2rem !important;
  }
  
  img {
    max-width: 100%;
    height: auto;
    transition: all 0.5s ease;
  }
  
  a, span {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  p, ul, ol {
	  font-size: 1rem;
  }
  
  p, li {
    line-height: 1.65;
  }
  
  .container {
   /* margin: 30px !important;*/
    padding: 0 !important;
    position: relative !important;
  }
  
  .container:before,
  .container:after,
  .group:before,
  .group:after {
    content: " ";
    display: table;
  }
  
  .container:after,
  .group:after {
    clear: both;
  }
  
  .hide {
    display: block;
  }
  
  .logo {
    position: relative;
    z-index: 20;
   /* margin: 0px 0 0 16px;*/
    padding: 0;
    font-size: 1.75rem;
    font-weight: 100;
    width:10%;
   /*transition: all 0.5s ease;*/
  }

  .logo a {
    color: #FFF;
    text-decoration: none;
	  line-height: 2.2;
  }

  .sticky-logo a img{
/*	width:100px;
	height:45px;*/
	width:100%;
	margin-top:-6px;
	padding-bottom:10px;
  }

  .logo--alt-color a {
    color: #666;
  }
  
  .logo--alt-color a:hover {
    color: #0D3B66;
    text-decoration: underline;
  }

  .footer-logo {
    width:100%;
    margin:0;
    display:inline-block;
  }

  .nav-list ul {
    padding: 0;
    margin: 0;
  }
  
  .nav-list li {
    display: block;
    text-align: left;
    width:100%;
    list-style: none;
  }
  
  .nav-list a {
    font-size: .9rem;
    color: #999;
    text-decoration: none;
  }
  
  .nav-list a:hover {
    color: #0D3B66;
    text-decoration: underline;
  }
  
  .one-half,
  .one-third,
  .one-fourth,
  .one-fifth,
  .one-sixth {
    padding-bottom: 1.6rem;
  }
  
  /*Button Style*/
  
  .btn {
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    color: #FFF;
    font-size: 1rem;
    padding: 12px 24px;
    border: none;
    outline: none;
	  margin: 30px 0px 100px 0px;
  }
  
  .btn--small {
    font-size: .88rem;
    padding: 7px 13px;
    font-weight: 300;
  }
  
  .btn--with-photo {
    padding-left: 40px;
    position: relative;
  }
  
  .btn--orange {
    background-color: #EE964B;
  }
  
  .btn--orange:hover {
    background: linear-gradient(#EE964B, rgb(235, 109, 0));
  }
  
  .btn--dark-orange {
    background-color: #F95738;
  }
  
  .btn--dark-orange:hover {
    background: linear-gradient(#F95738, rgb(204, 34, 0));
  }
  
  .btn--blue {
    background-color: #F24074;
  }
  
  .btn--blue:hover {
    background: linear-gradient(rgb(218, 58, 104), #DA3A68);
  }
  
  .btn--yellow {
    background-color: #F4D35E;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .22);
  }
  
  .btn--yellow:hover {
    background: linear-gradient(#F4D35E, rgb(240, 188, 0));
  }
  
  .btn--beige {
    background-color: #FAF0CA;
    color: #173f58;
  }
  
  .btn--beige:hover {
    background-color: #F4D35E;
  }
  
  .btn--gray {
    background-color: #222;
  }
  
  .btn--white {
    background-color: #FFF;
    color: #173f58;
  }
  
  .btn--white:hover {
    background-color: #DDD;
  }
  
  .btn--large {
    font-size: 1.3rem;
    padding: 16px 34px;
    border-radius: 7px;
  }
  

  
  .btn--inactive {
    background-color: transparent;
    cursor: default;
    color: #333;
  }
  
  /*Site Style*/
  
  .site-header {
    width: 100%;
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 0 0;
    transition: 0.5s;
	/*margin-left: 174.600px;
	margin-right: 174.600px;*/
  }

  .site-header .logo {
   /*transition: all 0.5s ease;*/
  }

  .hide-nav{
    transform: translateY(-100%);
  }
  
  .site-header__avatar {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .site-header__avatar img {
    display: block;
    width: 30px;
    height: 30px;
  }
  /*
  .site-header__menu {
    visibility: hidden;
    position: absolute;
    background-color: rgba(13, 55, 94, 0.89);
    left: 0;
    right: 0;
    top: -20px;
    padding-top: 58px;
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    transition: opacity .3s ease-out, visibility .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
    padding-bottom: 20px;
  }
  
  .site-header__menu--active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }
  
  .site-header__menu-trigger {
    color: #FFF;
    cursor: pointer;
    font-size: 1.2rem;
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 46px;
  }
  */
  .site-header__util {
    padding: 0 0 0 20px;
  }
  
  .site-header__btn {
    margin-right: 20px;
  }
  
  .site-header .btn--with-photo {
    margin-right: 0;
  }
  
 /* .site-footer {
    padding: 20px 0;
    background-image: linear-gradient(#FFF, #ECECEC);
  }*/
  
  .site-footer p {
    font-size: .9rem;
  }
  
  .site-footer .headline {
    color: #666;
    margin: 0;
    margin-bottom: .33rem;
    text-align: left;
  }
  
  .site-footer__link {
    color: #999;
    text-decoration: none;
  }

  ul.footer-submenu li {
    line-height: 1.2;
  }

  ul.footer-submenu li > a {
    color: #8f8f8f;
  }

  .site-footer__link:hover {
    color: #0D3B66;
    text-decoration: underline;
  }
  
  .site-footer__inner {
    border-top: 1.0px dotted #DEDEDE;
   /* border-bottom: 1.0px dotted #DEDEDE;*/
    padding: 20px 0 !important;
    width: 83.33% !important;
    margin: 20px auto 0;
  }
  
  .site-footer__col-one {
    text-align: center;
  }
  
  .site-footer__col-two-three-group {
    text-align: center;
    width: 85%;
    margin: 0 auto;
    float:left;
  }
  
  .site-footer__col-two {
    width: 100%;
    float: left;
  }
  
  .site-footer__col-three {
    width: 50%;
    float: left;
  }
  
  .site-footer__col-four {
    padding-top: 20px;
    width: 85%;
    margin: 0 0;
    clear: both;
    text-align: center;
  }

  .main-navigation {
    display:block;
  }
  
  .sticky-navbar{
    max-width:100%;
	  /* line-height: 1.8;*/
    background: white !important;
    box-shadow: 0px 0px 5px black !important;
	z-index:100;
  }

.sticky-navbar .main-navigation a{ 
  color: black !important; 
}

  color: black !important; 
}

.container sticky-nav .mobmenur-container{
	color: black !important;
	
}

  .sticky-navbar img{ 
    padding-bottom:-10px;
    transition: all 0.5s ease;
  }

  .main-navigation ul {
    padding: 0;
    margin: 0;
  }

  .re-margin{
    margin-top: 5px !important;
  }

  .main-navigation ul:before,
    .main-navigation ul:after {
    content: " ";
    display: table;
  }
  
  .main-navigation ul:after {
    clear: both;
  }
  
  .main-navigation li {
    list-style: none;
    text-align: left;
  }
  
  .main-navigation a {
    display: block;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    font-weight: 300;
    text-align: left;
  }

  ul li a{
    color:white;
  }

  .page-banner{
    background-color: #000;
    padding: 100px 0 0 0;
    position: relative;
  }

  .homepage-banner{
    background-color: #000;
    height: 100vh;
    position: relative;
  }
  
  .page-banner__content {
    position: relative;
    z-index: 2;
    width:100%;
    top:33%;
  }

  .page-banner__title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
    font-size: 3.6rem;
    margin: 0 auto 1rem;
    color: #000000;
    width:83.33%;
    text-shadow: 2px 2px 5px;
  }

  .page-banner__bg-image, .homepage-banner__bg-image{
    opacity: 0.7 !important;
    background-position: center;
    position: absolute;
    height:100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .page-banner__intro {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #000000;
  }
  
  .page-banner__intro p {
    margin: 0;
  }
  
  .generic-content p, .generic-content li {
    font-size: 1.2rem;
    font-family: 'Arial';
    margin: 0px;
  }

  .generic-content li{
    display:list-item;
    text-align: left;
  }
  
  .generic-content blockquote, .generic-content blockquote p {
    font-size: 1.5rem;
    font-style: italic;
  }
  
  .generic-content h1, .generic-content h2, .generic-content h3, .generic-content h4, .generic-content h5, .generic-content h6 {
    font-family: 'Arial';
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  .generic-content h1 {
    font-size: 3.6rem
  }
  
  .generic-content h2 {
    font-size: 3.1rem
  }
  
  .generic-content h3 {
    font-size: 2.6rem
  }
  
  .generic-content h4 {
    font-size: 2.1rem
  }
  
  .generic-content h5 {
    font-size: 1.6rem
  }
  
  .generic-content h6 {
    font-size: 1.15rem
  }

  .text--white{
      color:white;
  }

  .text--white:hover{
    text-decoration: underline;
    transition: .3s ease-in-out;
  }

  .text--small{
    width:50%;
    text-align:center;
    margin: 0 auto 25px auto;
  }

  ul li {
    display: inline;
  }

  .list-animation ul li a{
      display:inline-block;
      width: 20% !important;
      padding: .75rem 0 !important;
      margin: 0;
  }

  @-webkit-keyframes slide {
    100% { left: 0; }
  }

  @keyframes slide {
      100% { left: 0; }
    }

  .hr--text{
    border-bottom: 5px solid rgba(213, 62, 32, 0.3) ;
    text-align: center;
    width:80%;
    margin: 0 auto;
  }

  .hr--text{
    border-bottom: 5px solid rgba(213, 62, 32, 0.3) ;
    text-align: center;
    width:80%;
    margin: 0 auto;
  }

  .elementor-text-editor{
    font-size: 1.2rem !important;
    font-family: 'Arial';
  }
  
  .elementor-7 .elementor-widget-heading{
    margin:0 !important;
  }

  .elementor-column-wrap{
    padding: 0 !important;
  }

  .elementor-widget-wrap .title-special{
    color:#A00C0C;
    text-align: center;
  }

  .elementor-widget-wrap .title-special::after {
    content: '';
    display: block;
    width: 0;
    height: 2.5px;
    background: #000;
    transition: width .3s;
}

.elementor-widget-wrap:hover .title-special::after {
    width: 100%;
    transition: width .3s;
}

.dropdown::before{
  position: absolute;
  top: -.5px;
  height: 0;
  border-top: solid 1px #ff0;
  width: 100%;
  max-width: 100%;
  left: 0;
}

.dropdown .dropdown-title{
  display:inline-block;
}

.dropdown-toggle{
  color:white;
  display:inline-block;
}

.dropdown-toggle::after{
  display:none;
}

.dropdown-item{
  color: black !important;
  padding: 0 5px !important;
  border-bottom: 1px solid gray;
}

.rotate{
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.rotate-45{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rotate-180{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 500;
  margin: 0;
  padding: 0;
}

.dropdown-menu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-menu a:hover{
  color: rgba(0, 0, 0, 0.75) !important;
}

.dropdown-item:active{
  background-color: #E0E0E0;
}

.dropdown-item:hover{
  background-color: rgba(210,210,210, 0.3);
}

#copyright-text{
  width: 83.33%;
  margin: 20px auto 0;
}

#copyright-text p{
  margin:0;
  color: #999;
  height: 30px;
}

.verty-page-banner {
  padding: 60px 0 60px 0;
  position:relative;
  background: linear-gradient(180deg, rgb(132, 23, 31), rgb(132, 23, 31));
  transition: 0.5s ease-in-out;
}

.verty-page-banner__bg{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('images/desktop_wave.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.verty-page-banner__bg2{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('images/desktop_wave2.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.verty-page-banner__bg3{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('images/desktop_wave3.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.skewed-page-banner__bg{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('images/skewed-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.verty-page-banner__bg, .skewed-page-banner__bg {
  height:250px;
  position:relative;
}

.verty-page-banner__bg2{
  height:170px;
  position:relative;
}

.verty-page-banner__bg3{
  height:225px;
  position: relative;
}

.wavy-bg {
  position:relative;
  background: linear-gradient(180deg, #1C1D6E, #24388C);
}

p.content-heading {
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
  color: rgba(153, 10, 10, 0.815);
}

div.content-heading--small {
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
  font-size: 16px !important;
  margin: 10px 0;
  color: black;
}

p.content-footer{
  font-size: 14px;
}

.mail{
  text-decoration: underline;
}

.eael-accordion-header {
  border-bottom: 1px solid black !important;
}

.eael-accordion-content {
  border-bottom: 1px solid black !important;
}

div.li-heading{
  font-family: "Poppins", Sans-serif;
  margin:0px;
  padding: 0px;
  color: rgba(0, 0, 0, .7);
  font-weight: 700;
  font-size: 16px !important;
}

div.tab-li-heading {
  font-family: "Poppins", Sans-serif;
  margin:0px;
  padding: 0px;
  color: rgba(0, 0, 0, .7);
  font-weight: 700;
  font-size: 26px !important;
}

.wpcf7-form p{
  line-height: 1 !important;
  margin: 0px 0px 0px 0px !important;
}

.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  margin-bottom: 20px;
	margin-bottom: 50px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid black;
  color:#636363;
  font-size: 19px !important;
  font-weight: 400 !important;
  font-family: 'Poppins', sans-serif !important;
	width: 100%;
}

.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="tel"] {
  max-width: 100% !important;
}

.wpcf7-form textarea {
  width: 100% !important;
}


.wpcf7-form input[type="submit"]{
 /* background-color: transparent !important;
  border-color: #BC343E !important;
  color: #BC343E !important;*/
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-size:16px;
  padding: 10px 30px 10px 30px;
  border-radius: 0px;
}

/*
.elementor-widget-bdt-contact-form-7 .wpcf7-form .wpcf7-submit
{
	background-color: #BC343E!important;
	color: white !important;
	border-color: #BC343E !important;
}*/

 /*button in attachment */
.wpcf7 input[type="file"]{
	cursor: pointer;
	line-height: 2.0;
}

/* contact form for career page button
.single-column input .wpcf7-form input[type="submit"] {
	width:15%;
	float:right;
	margin-bottom: 30px;
	color: blue;
	border-color: blue;
	background: transparent;
	padding: 10px 30px 10px 30px;
} */

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus{
  border-bottom: 2px solid black;
	width: 100% !important;
}

.wpcf7-not-valid{
  border-bottom: 2px solid red !important;
}

.wpcf7-not-valid-tip {
  display: block;
  color: red;
  font-size: 12px !important;
  float: none;
}

/* contact form attachment */
.myinput8 {
	padding: 13px 30px 10px 10px !important;
	height: 70px !important;
	width: 100% !important;
}

.myinput9 {
	padding: 10px 10px !important;
	height: 70px !important;
	width: 100% !important;
}


.wpcf7-file {
	color: #BDBDBD;
	background-color: #ececec;
	border-radius: 10px;
	padding: 80px 300px;
	outline: 0;
	border-style: dashed;
	height: 200px;
}


h3.eae-ic-heading{
  font-size:32px !important;
}

.eael-dual-header {
  display: block;
  margin-bottom: 0px;
}

.wk-margin-medium-top {
  margin-top: 0px !important;
  padding-bottom: 40px !important;
}

#st-1 {
  text-align: left !important;
}

.elementor-widget-wp-widget-malihupagescroll2idwidget {
  margin-bottom: 0 !important;
}

.menu-navigation-bar-container ul ul{
  display: none;
}

.menu-navigation-bar-container ul li{
  padding-bottom: 20px;
}

/* line under header */

li.current_page_ancestor > a {
	color: #FFFFFF !important;  
	border-bottom: 3px #F24074 solid;
}

.main-navigation a:hover {
	color: #F24074;
	border-bottom: 3px #F24074 solid;
	transition: border .3s ease-in-out,width .3s ease-in-out !important;
}

ul.sub-menu li.current_page_item > a:hover {
	color: #F24074 !important;
}

.menu-navigation-bar-container ul li:hover> ul {
	display: block;
}

ul.sub-menu li.current_page_item > a, li.current_page_ancestor, li.current_page_item > a{ 
    color: #F24074;  
  } 

.sticky-navbar li.current_page_ancestor > a {
	color: #000000 !important;  
	border-bottom: 3px #F24074 solid;
}

.sticky-navbar .main-navigation a:hover {
	color: #F24074 !important;
	border-bottom: 3px #F24074 solid;
/*	transition: border .3s ease-in-out,width .3s ease-in-out !important;*/
}

.sticky-navbar ul.sub-menu li.current_page_item > a:hover {
	color: #F24074 !important;
}

.sticky-navbar .menu-navigation-bar-container ul li:hover> ul {
	display: block;
}

.sticky-navbar ul.sub-menu li.current_page_item > a, li.current_page_item > a{ 
    color: #FFFFFF !important;
	border-bottom: 3px #F24074 solid;
  } 

.sticky-navbar ul.sub-menu li.current_page_item > a, li.current_page_item > a:hover { 
    color: #F24074 !important;
  } 

li.current_page_ancestor a:hover{
	color: #F24074 !important;
	border-bottom: rgba(0,0,0,0.7) !important;
}

ul.sub-menu a:hover{
	color: #F24074 !important;
	border-bottom: rgba(0,0,0,0.7) !important;
}



/* box for menu */

.menu-navigation-bar-container ul ul {
  display: none;
  position: absolute;
  left: 4px;
  top: 40px;
  z-index: 99999;
  width: 240px;
	color: #F24074 !important;
 background: rgba(0,0,0,0.7) !important;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

.sticky-navbar .menu-navigation-bar-container ul ul {
  display: none;
  position: absolute;
  left: 10px;
  top: 40px;
  z-index: 99999;
  width: 240px;
  background: white !important;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

.menu-navigation-bar-container li {
  position: relative;
}

.sub-menu li{
  padding: 5px 18px 5px 18px !important;
  display:block;
}

.sticky-navbar .sub-menu li{
  padding: 5px 18px 5px 10px !important;
  display:block;
}

#responsive-menu-button{
  border-radius: 5px;
}


.wk-contact-form {
  padding: 0px !important;
}

#responsive-menu-title-image img{
  cursor:pointer;
}

.wk-contact-form .wpcf7-validation-errors {
  display: block !important;
  color: red;
}

.elementskit-infobox .elementskit-info-box-icon{
	transition: 0.3s ease-in-out;
}

.elementor-896 .elementor-widget-container, 
.elementor-7 .elementor-widget-container,
.elementskit-infobox,
.ekit-wid-con,
.elementor-widget-elementskit-icon-box,
.elementor-896 .elementor-widget-wrap > .elementor-widget-elementskit-icon-box,
.elementor-7 .elementor-widget-wrap > .elementor-widget-elementskit-icon-box {
	height:100%;
}

.elementor-widget-elementskit-icon-box > .elementor-widget-container {
	height:100%;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ddd6e1;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ddd6e1;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ddd6e1;
}

.n2-ss-layers-container > div {
	height:100vh !important; 
}

.site-footer__col-two-half{
  width: 35%;
  float:left;
}
.logo.float-left {
	float: left;
}

/* home page business solution slider */
.wk-flex {
	display: flex;
	border: 2px solid #f2f2f2;
	box-sizing: border-box;
	border-radius: 30px;
	margin: 0px 0px 0px 7px !important;
	/*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);*/
	padding: 20px 0px 0px 0px !important;
}

.achupdate .wk-flex {
	display: flex;
	border: 2px solid #ffffff;
	box-sizing: border-box;
	border-radius: 30px;
	margin: 0px 0px 0px 7px !important;
	/*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);*/
	padding: 20px 0px 0px 0px !important;
}

.achupdatee .wk-flex {
	display: flex;
	border: 2px solid #F2F2F2;
	background: #F2F2F2;
	box-sizing: border-box;
	border-radius: 30px;
	margin: 0px 0px 0px 7px !important;
	/*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);*/
	padding: 20px 0px 0px 0px !important;
}
/*
.achupdatee .wk-grid-item-match > :not([class*=wk-width]), .wk-grid-match > * > :not([class*=wk-width]){
	background: #F2F2F2;
}*/

/*thisone */
/*
.elementor-4324 .elementor-element.elementor-element-877960a .content-carousel .wk-card .wk-card-body{
	background: #F2F2F2;
}*/

.elementor-4324 .elementor-element.elementor-element-e1697d3 .content-carousel .wk-card .wk-card-body{
	background: #F2F2F2;
}
.elementor-4324 .elementor-element.elementor-element-e1697d3 .content-carousel .wk-card .wk-card-media-top img, .elementor-4324 .elementor-element.elementor-element-e1697d3 .content-carousel .wk-card .wk-card-media-bottom img{
	background: #F2F2F2;
}

.elementor-4324 .elementor-element.elementor-element-877960a .content-carousel .wk-card .wk-card-body{
	background: #F2F2F2;
}

.elementor-4324 .elementor-element.elementor-element-877960a .content-carousel .wk-card .wk-card-media-top img, .elementor-4324 .elementor-element.elementor-element-877960a .content-carousel .wk-card .wk-card-media-bottom img{
	background: #F2F2F2;
}

.elementor-4324 .elementor-element.elementor-element-0c73e40 .content-carousel .wk-card .wk-card-media-top img, .elementor-4324 .elementor-element.elementor-element-0c73e40 .content-carousel .wk-card .wk-card-media-bottom img{
	background: #F2F2F2;
}

.elementor-4324 .elementor-element.elementor-element-0c73e40 .content-carousel .wk-card .wk-card-body{
	background: #F2F2F2;
}

/*
.homeachupdatee .wk-grid-item-match > :not([class*=wk-width]), .wk-grid-match > * > :not([class*=wk-width]){
	background: #FFFFFF;
}*/

.elementor-4324 .elementor-element.elementor-element-e1697d3 .content-carousel .wk-card{
	background: #f2f2f2 !important;
}

.blue .wk-flex {
	display: flex;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	border-radius: 30px;
	margin: 0px 0px 0px 7px !important;
	/*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);*/
	padding: 20px 0px 0px 0px !important;
}

.hello .wk-flex {
	display: flex;
	border: 2px solid #ffffff !important;
	box-sizing: border-box;
	border-radius: 30px;
}

.wk-card-default {
	background: white !important;
}

.elementor-4324 .elementor-element.elementor-element-f7bd011 .content-carousel .wk-card .wk-card-body span{
	font-family: "Poppins", Sans-serif;
	font-weight: 400 !important;
}

.jointeam .generic-content p, .generic-content li {
	font-size: 1rem !important;
	line-height: 1.75rem !important;
	font-family: 'Poppins' !important;
}

.generic-content p, .generic-content li {
	font-size: 1.125rem !important;
	line-height: 1.75rem;
	font-family: 'Poppins';
}

.opportunitiestablet .generic-content p, .generic-content li {
	font-size: 1rem !important;
	line-height: 1.75rem;
	font-family: 'Poppins';
}

.wpcf7-form select {
	font-size: 16px !important;
}

.fa{
	display: none !important;
}


#mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu-content h2, #mobmenuright .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name{
	font-weight: 400 !important;
}

select {
	opacity: 1 !important; 
	visibility: visible !important;
	-webkit-appearance: menulist;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form select, .wpcf7-form textarea{
	border-bottom: 1px solid #BDBDBD !important;
}

.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form label, .elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form .wpcf7-quiz-label{
	width: 100% !important;
}

/*.contactsupdate, .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"]{
	width: 650px;
}*/


.solutionmobile .wk-grid-match > * > :not([class*=wk-width]){
	background: #F2F2F2 !important;
}

/*.hello .wk-grid-match > * > :not([class*=wk-width]){
	background: #F2F2F2 !important;
}*/

.solutiontablet .wk-grid-match > * > :not([class*=wk-width]){
	background: #F2F2F2 !important;
}

.solutionweb .wk-grid-match > * > :not([class*=wk-width]){
	background: #F2F2F2 !important;
}

/* .mob-icon-menu{
	color:black;
} */

/* @media only screen and (max-width: 1024px)
.mobmenur-container i {
	color:black;
} */

.sticky-navbar .sticky-nav .mobmenur-container a .mob-menu-icon {
    color: black !important;
}

.elementor-9183 .elementor-element.elementor-element-ab84ffd .elementor-tab-title.elementor-active, .elementor-9183 .elementor-element.elementor-element-ab84ffd .elementor-tab-title.elementor-active a{
	background: #84171F;
	border-radius: 50px;
	text-align: center;
}

.elementor-9183 .elementor-element.elementor-element-0ae1272 .elementor-tab-title, .elementor-9183 .elementor-element.elementor-element-0ae1272 .elementor-tab-title a {
	text-align: center;
}

/*.logo.float-left.sticky-logo{
	width: 18% !important;
}*/

.elementor-9242 .elementor-element.elementor-element-4704109 .eae-pl-content-box{
	border-bottom: 1px solid #E0E0E0;
	padding: 0px 0px 15px 0px;
}

.elementor-9242 .elementor-element.elementor-element-7e4f30e .eae-pl-content-box{
	border-bottom: 1px solid #E0E0E0;
	padding: 0px 0px 15px 0px;
}

.elementor-9242 .elementor-element.elementor-element-4f64da6 .eae-pl-content-box{
	border-bottom: 1px solid #E0E0E0;
	padding: 0px 0px 15px 0px;
}

.elementor-9242 .elementor-element.elementor-element-b5b1bf2 .eae-pl-content-box{
	border-bottom: 1px solid #E0E0E0;
	padding: 0px 0px 15px 0px;
}

.elementor-9242 .elementor-element.elementor-element-2a4e736 .eae-pl-content-box{
	border-bottom: 1px solid #E0E0E0;
	padding: 0px 0px 15px 0px;
}

.elementor-9242 .elementor-element.elementor-element-2b2e536 .eae-pl-content-box{
	border-bottom: 1px solid #E0E0E0;
	padding: 0px 0px 15px 0px;
}

.elementor-9242 .elementor-element.elementor-element-bfa820b .eae-pl-content-box{
	border-bottom: 1px solid #E0E0E0;
	padding: 0px 0px 15px 0px;
}

.elementor-9242 .elementor-element.elementor-element-c3f9242 .eae-pl-content-box{
	border-bottom: 1px solid #E0E0E0;
	padding: 0px 0px 15px 0px;
}

.elementor-9242 .elementor-element.elementor-element-3d0bfa8 .eae-pl-content-box{
	border-bottom: 1px solid #E0E0E0;
	padding: 0px 0px 15px 0px;
}

.elementor-9242 .elementor-element.elementor-element-1542411 .eae-pl-content-box{
	border-bottom: 1px solid #E0E0E0;
	padding: 0px 0px 15px 0px;
}

.elementor-9242 .elementor-element.elementor-element-45175b4 .eae-pl-content-box{
	border-bottom: 1px solid #E0E0E0;
	padding: 0px 0px 15px 0px;
}

.elementor-9183 .elementor-element.elementor-element-ab84ffd .elementor-tab-title a{
	text-align: center;
}

.elementor-9183 .elementor-element.elementor-element-ab84ffd .elementor-tab-title, .elementor-9183 .elementor-element.elementor-element-ab84ffd .elementor-tab-title a{
	text-align: center !important;
}

.irtablet .elementor-9183 .elementor-element.elementor-element-ab84ffd .elementor-tab-title.elementor-active, .elementor-9183 .elementor-element.elementor-element-ab84ffd .elementor-tab-title.elementor-active a{
	padding: 5px 0px !important;
	background: #84171F;
	border-radius: 50px;
	line-height: initial !important;
}

.eael-post-grid .eael-entry-wrapper > .eael-entry-meta span.eael-posted-on::before{
	content: none !important;
}

.elementor-widget-bdt-search .bdt-search-result .bdt-search-result-inner{
	border: 3px black solid;
}

.search .elementor *, .elementor :after, .elementor :before{
	font-size: 1rem;
}

.elementor-widget-bdt-search .bdt-search-result .bdt-list .bdt-search-item a .bdt-search-text{
	padding-bottom: 20px;
}

.elementor-widget-bdt-search .bdt-search-result .bdt-search-result-header .bdt-search-result-close-btn{
	background: #ffffff !important;
}

.mob-menu-header-holder {
	height: 70px;
}

.mob-icon-menu:before{
	color: transparent;
}

.site-header .mob-icon-menu:before{
	color: white;
}

.mob-menu-logo-holder {
	margin-top: 3px !important;
	margin-left: 0px !important;
	height: 0px !important;
}

.elementor-4324 .elementor-element.elementor-element-f7bd011 .content-carousel .wk-card .wk-card-body p{
	font-size: 1em !important;
}

.elementor-4324 .elementor-element.elementor-element-f7bd011 .content-carousel .wk-card .wk-card-body .wk-card-title a{
	font-size: 1.2em !important;
}

.search .elementor *, .elementor :after, .elementor :before{
	font-size: 0.7rem;
}

.premium-modal-box-modal-content{
	margin: 20px !important;
}

.elementor-11200 .elementor-element.elementor-element-2e335ed .premium-modal-trigger-btn i{
	font-size: 1px !important;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{
	padding: 0px !important;
}


.wpcf7-form input[type="submit"]{
	color: white;
	background: #BC343E;
	border: 2px solid #BC343E;
}

.joinourteamline .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form select, .wpcf7-form textarea{
	max-width: 100% !important;
}

.main-navigation a:hover{
	background: transparent;
}

.elementor-4324 .elementor-element.elementor-element-552c2a6 > .elementor-container{
	min-height: 0px !important;
}