@import url( 'https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    scroll-behavior: smooth;
}

a:link {
    color: #263c4e;
    background-color: transparent;
    text-decoration: none;
  }
  
  
  a:hover {
    color: #263c4e;
    background-color: transparent;
    text-decoration: underline;
  }
  
  a:active {
    color: #263c4e;
    background-color: transparent;
    text-decoration: underline;
  }


  .dark a:link{
    color: #ffffff;
    background-color: transparent;
    text-decoration: underline;
  }
  .dark a:visited{
          color: #ffffff;
          background-color: transparent;
          text-decoration: underline;
        }
      
      
.dark a:hover {
        color: #5f6a74;
        background-color: transparent;
        text-decoration: underline;
      }
      
.dark a:active {
        color: #768a9a;
        background-color: transparent;
        text-decoration: underline;
      }

.dark p {
    margin: 10px;
}

body
{
     min-height: 1000px;
     overflow-x: hidden;
}

.banner
{
    position: relative;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    display: flex;
    justify-content: left;
    align-items: center;
}

.banner img
{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.95;
}

.banner .content
{
    position: relative;
    text-align: left;
    margin-left: 160px;
}

.banner .content h2
{
    color: #ffffff;
    font-size : 40px;
    font-weight: lighter;
}

.banner .content p
{
    color: #ffffff;
    font-size: 16px;
}

.banner header
{
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 100px;
    z-index: 10000;
    justify-content: space-between;
    align-items: center; 
    transition: 1s;
}

.banner header.sticky
{
    background:#263c4e;
    padding: 30px 100px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.banner header .logo
{
    color: #ffffff; 
    text-decoration: none;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    transition: 1s;
    padding-left: 60px;
}

.banner header img
{
    width: 60px;
    height: 60px;
    margin-top: -10px;
    filter: brightness(0) invert(1);
}

.banner header.sticky .logo
{
    color: #ffffff;
}

.banner header.sticky img
{
    filter: brightness(0) invert(1);
}

.banner header .logo span
{
    color: #263c4e;
}

.banner header .navigation
{
    position: relative;
    display: flex;
}

.banner header .navigation li
{
    list-style: none;
    margin-left: 30px;
}

.banner header .navigation li a
{
    text-decoration: none;
    color: #fff;
    font-weight: 300;
}

.banner header.sticky .navigation li a
{
    color: #ffffff;
}

.banner header .navigation li a:hover
{
color: #888888;
}



.about
{
    position: relative;
    width: 100%;
    /* display: flex; */
}

.about .contentBx 
{
    background: #263c4e;
    padding: 60px;

}

.about .imgBx
{
    background: #263c4e;
    width: 50%;
    background-position: right;
    padding:70px;
    padding-bottom: 200px;
    padding-top: 50px;
}

iframe {
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
}

.onlineid
{
    position: relative;
    width: 100%;
    /* display: flex; */
}

.onlineid .contentBx 
{
    background: #263c4e;
    padding: 100px;

}

.onlineid .imgBx
{
    background: #263c4e;
    width: 50%;
    background-position: right;
    padding:70px;
    padding-bottom: 200px;
    padding-top: 50px;
}

.heading
{
    color: #ffffff;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.headingh3
{
    color: #263c4e;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.headingh4
{
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.headingh5
{
    color: #263c4e;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-left: 100px;
    margin-bottom: 10px;
}

.text 
{
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
}


.contact
{
    padding: 50px;
    background: #ffffff;
    text-align: center;
}

.contactHeading
{
    color: #263c4e;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
}


.contactBackground
{
    position: relative;
    width: 100%;
    display: flex;
    color: #263c4e;
    margin: 20px;
}   


.footer
{
    background: #263c4e;
    display: flex;
    padding: 60px;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 12px;
}

.footer ul
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer ul li
{
    list-style: none;
}

.footer ul li a
{
    text-decoration: none;
    display: flex;
    margin: 0 20px;
}

.footer ul li a img 
{
    filter: invert(1);
    max-width: 30px;
}




        @media (max-width: 991px)
        { .responsive

            .banner
            {
                padding: 50px;
            }


            .banner header
            {
                padding: 50px 50px;
            }

            .banner header.sticky
            {
                padding: 60px 60px;
            }

            .banner .content h2 
            {
                font-size: 36px;
            }
            .banner .content
            {
                text-align: center;
                margin-left: 0px;
            }


            .banner .content p
            {
                font-size: 16px;
            }

            .banner header .logo
            {
               font-size: 15px;

            }

            .banner header img
            {
                width: 60px;
                height: 60px;
            }

            .banner header .navigation
            {
                position: relative;
            }

            .banner header .navigation li
            {
                margin-left: 15px;
                /* margin-top: 15px; */
            }

            .about 
            {
                flex-direction: column;
            }
            .about .contentBx,
            .about .imgBx
            {
                width: 100%;
                padding: 50px;
                min-height: 400px;
                text-align: center;
            }


            .contact
            {
                padding: 10px;
            }
                
        

            .contactBackground .contactBackgroundContentBx
            {
                padding: 20px;

            }

            .footer
            {
                padding: 20px 50px;
                flex-direction: column-reverse;
                text-align: center;
            }
        }
