@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,700,700,800,900$display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&family=Source+Sans+Pro&display=swap');

*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Comfortaa', cursive;
}
html
{
    scroll-behavior: smooth;
}
body
{
    min-height: 2000px;

}
.dark-mode {
    background-color: black;
    color: white;
  }
header
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 100px;
    z-index: 1000;
    transition: 0.6s;
}

header.sticky
{
    padding: 5px 100px;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

header.sticky .logo,
header.sticky ul li a
{
    color: #000;
}

header .logo
{
    position:relative;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    font-size: 2em;
    text-transform: none;
    letter-spacing: 2px;
    transition: 0.6s;
    float:left;

}
header .logo2
{
 height: 100px;
 width: 50px;
 margin-top: 10;

}

header ul
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

header ul li
{
    position: relative;
    list-style: none;
}

header ul li a
{
    position: relative;
    margin: 0 15px;
    text-decoration: none;
    color: #000;
    letter-spacing: 2px;
    font-weight: 300;
    transition: 0.6s;
}




.banner
{
    position: relative;
    margin-top: 10%;
    width: 100%;
    min-height: 60vh;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;

}
.banner h1
{
    font-family: 'Source Sans Pro', sans-serif;
    color: #7994e4;
    font-size: 150px;
    text-transform: none;
    text-align: center;
    line-height: 1em;
    position:absolute;
       
}

.banner h2
{
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    font-size: 20px;
    text-transform: none;
    text-align: center;
    line-height: 1em;
    position:absolute;
    bottom:0;
    
}

.banner h3
{
    color: rgb(206, 149, 45);
    font-size: px;
    text-transform: none;
    text-align: center;
    line-height: 1em;
}
.banner h2 span
{
    color: #4978ff;
}

.sec
{
    background: #fff;
    padding: 100px;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec .content
{
    
    text-align: center;
    width: 100%;
    max-width: 100%;
    width: 100%;
}


.mxw800p
{
    max-width: 800px;
    margin: 0 auto;   
}
a{
    color: white;
}
h3
{
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 10px;
}
p
{
    position: relative;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.btn
{
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    background: #2A54CE;
    text-decoration: none;
    color: #fff;
    border-radius: 25px;
}

.services
{
    justify-content: center; 
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 30px;
    max-width: 100%;
    margin-top: 40px;
}

.services .box
{
    justify-content: center; 
    width: 300px;
    margin: 0 auto;
    background: #2A54CE;
    background: linear-gradient(180deg, #2A54CE 0%, rgba(255,255,255,1) 100%);
    padding: 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,.0.05);
    border-radius: 25px;
}

.services .box .iconBx
{
    margin-top: 25px;
}

.services .box .iconBx img
{
    max-width: 70px;
    margin-bottom: 15px;
}

.services .box h2
{
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.stats
{
    background: #001454;
    padding-top: 250px;
    margin-top: -250px;
}

.stats h3,
.stats p
{
    
    color: #fff;
}

.statsBox
{
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
    max-width: 100%;
    margin-top: 40px;
}

.statsBox h2
{
    color: #fff;
    font-size: 36px;
}

.statsBox h4
{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.statsBox .box img
{
    max-width:100%;
    max-height:100%;
}

.accordionClass
{
    background: #001454;
    padding-top: 100px;
    margin-bottom: 100px;
    min-height:auto;
    height: 100%;
    
}
.accordionClass .contentAccordion{
    max-width: 70%;
    height: 100%;
   
    margin-left: auto;
    margin-right: auto;
}
.accordionClass h1
{
    font-size: 36px;
    color:#fff;
    text-align: center;
    margin-bottom:20px;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #001454;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    color: #fff;
    font-size: 24px;
    
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .accordion:hover {
    background-color: #132357;
  }
  
  /* Style the accordion panel. Note: hidden by default 132357*/
  .panel {
    padding: 0 18px;
    
    display: none;
    overflow: hidden;
    height: 100%;
    
  }
  .panel p{
      margin-top: 5px;
      margin-bottom: 15px;
      color:#fff;
      
  }


  .accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
  }
.site-footer {
    background-color: #001454;
      text-align: center;
        
      padding-bottom: 20px;
     
  }
  
  #social-wrapper {
      text-align: center;
  }
  
  /*Social Media Icons*/
  .social-wrapper {
      text-align: center;
  }
  
  .social-wrapper ul li {
      display: inline;
      margin: 0 5px;
  }
  
  .twitter-icon,
  .facebook-icon,
  .instagram-icon,
  .linkedin-icon,
  .googleplus-icon,
  .youtube-icon,
  .foursquare-icon{
      margin-top: .625em;
      width: 40px;
      height: 40px;
      opacity: .6;
      filter: alpha(opacity=60); /* For IE8 and earlier */
    border-radius: 25px;
  }
  
  .twitter-icon:hover,
  .facebook-icon:hover,
  .instagram-icon:hover,
  .linkedin-icon:hover,
  .googleplus-icon:hover,
  .youtube-icon:hover,
  .foursquare-icon:hover {
      opacity: 1.0;
      filter: alpha(opacity=100); /* For IE8 and earlier */
  }
  
  .footer-nav p {
      text-align: center;
      color: #fff;
  }
      
    
  @media (max-width:991px)
  {
    .banner img
    {
        position: relative;
        margin-top: 20%;
        width: 100%;
        min-height: auto;
        background-size: contain;
        max-height: 100%;
    
    }

    .banner h1
{
    font-family: 'Source Sans Pro', sans-serif;
    color: #7994e4;
    font-size: 80px;
    text-transform: none;
    text-align: center;
    line-height: 1em;
    position:absolute;
       
}

.banner h2
{
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    font-size: 15px;
    text-transform: none;
    text-align: center;
    line-height: 1em;
    position: absolute;
    
    
   
}

header
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
    z-index: 1000;
    transition: 0.6s;
}

header.sticky
{
    padding: 5px 100px;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

header.sticky .logo,
header.sticky ul li a
{
    
    color: #000;
}

header .logo
{
    position:relative;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    font-size: 2em;
    text-transform: none;
    letter-spacing: 2px;
    transition: 0.6s;
    float:left;

}
header .logo2
{
 height: 90%;
 width: 50px;
 margin-top: 10;
 margin-left: 10px;
margin-right: 10px;
}

header ul
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

header ul li
{
    position: relative;
    list-style: none;
}

header ul li a
{
    font-size: 12px;
    position: relative;
    text-decoration: none;
    color: #000;
    font-weight: 300;
    transition: 0.6s;
}

.mxw800p
{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;   
}

h3
{
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 10px;
}
p
{
    position: relative;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 20px;
   
}
.mxw800p
{
    max-width: 100%;
    margin: 0 auto;   
}

.stats h3
{
    font-size: 16px;
    color: #fff;
}
.stats p
{
    font-size: 12px;
    color: #fff;
}
.stats
{
    background: #001454;
    padding-top: 250px;
    margin-top: -250px;
    justify-content: center;
    align-items: center;
}
.statsBox

{justify-content: center; 
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
    max-width: 100%;
    margin-top: 40px;
}

.accordionClass h1
{
    font-size: 16px;
    color:#fff;
    text-align: center;
    margin-bottom:20px;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #001454;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
    
  }
  .accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 8px;
    color: #777;
    float: right;
    
    vertical-align: inherit;
  }
  
  .active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
    vertical-align: middle;
  }
  
  .accordionClass .contentAccordion{
    max-width: 80%;
    max-height: fit-content;
    
    align-self: center;
    margin-left: auto;
  margin-right: auto;
}
.accordionClass
{
    background: #001454;
    padding-top: 50px;
    margin-bottom:80px;
    
}
.panel p{
    margin-top: 5px;
    margin-bottom: 15px;
    color:#fff;
    
}


  }
  
  
