@charset "UTF-8";
/*
$content-width will be the max width of the content within the navigation bar.
$breakpoint determines at which width the media query breakpoint will take effect.
*/


SCSS

Result
Skip Results Iframe

EDIT ON

@import url(https://fonts.googleapis.com/css?family=Raleway);
h2 {
vertical-align: center;
text-align: center;
}

html, body {
margin: 0;
height: 100%;
}

* {
font-family: "Raleway";
box-sizing: border-box;
}

.top-nav {
display: flex;
flex-direction: row;
align-items:center;
justify-content: space-between;
background-color: white;
/* The code below is for changing color gradual from dark to light*/
/* --background: linear-gradient(to left, #f46b45, #eea849); */
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color: 	#fff;
height: 20%;
padding: 1em;
}

.firstsection {
align-items: center;
justify-content: space-between;
background-color:  #003748;
/* The code below is for changing color gradual from dark to light*/
/* --background: linear-gradient(to left, #f46b45, #eea849); */
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color: 	#008b8b;
padding: 1em;
}

.addressclass {
  align-items: center;
  justify-content: space-between;

  /* The code below is for changing color gradual from dark to light*/
  background: linear-gradient(to left, #f46b45, #eea849);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: 	#008b8b;
  padding: 1em;

  }

  #aboutus{
    align-items: center;
    justify-content: space-between;

    /* The code below is for changing color gradual from dark to light*/
    background: linear-gradient(to left, #f46b45, #eea849);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: 	#008b8b;
    padding: 1em;

    }
.menu {
display: flex;
flex-direction: row;
list-style-type: none;
margin: 0;
padding: 0;
}

.menu > li {
margin: 0 1rem;
overflow: hidden;
color: red;
}

.menu-button-container {
display: none;
height: 50%;
width: 30px;
cursor: pointer;
flex-direction: column;
justify-content: center;
align-items: center;
}

#menu-toggle {
display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
display: block;
background-color: #000000;
position: absolute;
height: 4px;
width: 30px;
transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
border-radius: 2px;
}

.menu-button::before {
content: '';
margin-top: -8px;
}

.menu-button::after {
content: '';
margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
margin-top: 0px;
transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
margin-top: 0px;
transform: rotate(-405deg);
}

@media (max-width: 700px) {
        .menu-button-container {
              display: flex;
              }
              .menu {
              position: absolute;
              top: 0;
              margin-top: 10px;
              left: 0;
              flex-direction: column;
              width: 100%;
              justify-content: center;
              align-items: center;
              }
              #menu-toggle ~ .menu li {
              height: 0;
              margin: 0;
              padding: 0;
              border: 0;
              transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
              }
              #menu-toggle:checked ~ .menu li {
              border: 1px solid #333;
              height: 2.5em;
              padding: 0.5em;
              transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
              }
              .menu > li {
              display: flex;
              justify-content: center;
              margin: 0;
              padding: 0.5em 0;
              width: 100%;
              color: white;
              background-color: #222;
              }
              .menu > li:not(:last-child) {

              }
}




.aboutusbody{
  background-color:   #003748;
}

.contactusbody{
  background-color:   white;
}


.active {
  background-color: #04AA6D;
  color: white;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #463f3f;
  text-decoration: none;
}




  .gfg {
            margin: 3%;
            position: relative;
            padding:0%;
        }

        .welcome-txt {
            right:50px;
            position:absolute;
            text-align:right;
            top: 150px;
            width: 100%;
            color: white
          }

          .welcome-txth2 {
              right: 80px;
              position:absolute;
              text-align:right;
              top: 200px;
              width: 100%;
              color: white
            }

            .welcome-para {
                left: 0;
                position:absolute;
                text-align:right;
                top: 200px;
                width: 100%;
                color: white
              }
/*

/* Make class disappera */

@media screen and (min-width: 0px) and (max-width: 400px) {
  #my-content { display: none; }  /* show it on small screens */
}

@media screen and (min-width: 401px) and (max-width: 1024px) {
  #my-content { display: block; }   /* hide it elsewhere */
}

@media screen and (min-width: 1001px)  {
  #onmobile { display: none; }  /* show it on small screens */

}

@media screen and (max-width: 1200px)  {
  #onmobile { display: block; }   /* hide it elsewhere */


}

     .welcomeclh2 {
            background-image:url("legalbg.jpg");
            filter: grayscale(100%);
            background-size: cover;
          }

          @media screen and (min-width: 0px) and (max-width: 400px) {
              #my-content{ display: ; }   show it on smaller screen
                #welcomesec{display: }


          }
          @media screen and (min-width: 400px) and (max-width: 1024px) {
              #my-content{ display: none; }   hide it on larger screens
             #welcomesec{display: none}


          }

          .mobilesection {
        /*  align-items: right;
          justify-content: space-between;
          background-color:  #003748;
          color: 	#008b8b;
          padding: 1em; */
          }


          #onmobile{
          /* padding-top: 10px;
            padding-right: 0px;
            padding-left: 0px;
            padding-bottom: 50px; */
          }



          .abouttext{
            color: white;
            padding: 10px;
          }

          .aboutmobile{
            color: white;
            padding: 20px;
            background-color:  #003748;
          }

  /*Staff gallery styling */
  div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
  }

  div.gallery:hover {
    border: 1px solid #777;
  }

  div.gallery img {
    width: 100%;
    height: auto;
  }

  div.desc {
    padding: 15px;
    text-align: center;
  }

        /* Add your flexbox CSS below here */

        .idcardssection {
          display: flex;

        }

        article {
          padding: 10px;
          margin: 10px;
          background: black;
        }

        /* Google Font CDN Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins" , sans-serif;
}

.formcontainer{
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 20px 60px 30px 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.formcontainer .formcontent{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.formcontainer .formcontent .left-side{
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.formcontent .left-side::before{
  content: '';
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.formcontent .left-side .details{
  margin: 14px;
  text-align: center;
}
.formcontent .left-side .details i{
  font-size: 30px;
  color: #3e2093;
  margin-bottom: 10px;
}
.formcontent .left-side .details .topic{
  font-size: 18px;
  font-weight: 500;
}
.formcontent .left-side .details .text-one,
.formcontent .left-side .details .text-two{
  font-size: 14px;
  color: #afafb6;
}
.formcontainer .formcontent .right-side{
  width: 75%;
  margin-left: 75px;
}
.formcontent .right-side .topic-text{
  font-size: 23px;
  font-weight: 600;
  color: #3e2093;
}
.right-side .input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
.right-side .input-box input,
.right-side .input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #F0F1F8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.right-side .message-box{
  min-height: 150px;
}
.right-side .input-box textarea{
  padding-top: 6px;
}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.right-side .button input[type="button"]{
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #3e2093;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button input[type="button"]:hover{
  background: #5029bc;
}

@media (max-width: 950px) {
  .formcontentcontainer{
    width: 90%;
    padding: 30px 40px 40px 35px ;
  }
  .formcontainer .formcontent .right-side{
   width: 75%;
   margin-left: 55px;
}
}
@media (max-width: 820px) {
  .formcontentcontainer{
    margin: 40px 0;
    height: 100%;
  }
  .formcontainer .formcontent{
    flex-direction: column-reverse;
  }
 .formcontainer .formcontent .left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
 }
 .formcontainer .formcontent .left-side::before{
   display: none;
 }
 .formcontainer .formcontent .right-side{
   width: 100%;
   margin-left: 0;
 }
}

.map-responsive{
  pverflow:hidden;
  padding-bottom:56%;
  position:relative;
  height: 0;
}

.map-responsive iframe{
  left:0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
