		    .bottom_nav .primary-menu a{
		        padding: 15px 0;
            color: #fff !important;
            font-weight: 500;
            font-size: 15px;
		    }
		    .bottom_header_iner{
              /*  max-width: 1310px;
                margin-left: auto;
                margin-right: auto;*/
		    }
		    .about_ul{
                margin: 0px;
                list-style: none;
		    }
		    .about_ul li{
                padding: 0px;
                margin: 0px;
		    }
		    .prop_head{
                font-style: normal;
                font-weight: 600;
                font-size: 16px;
                line-height: 24px;
		    }
		    .prop_shadow{
                background: #fff;
                padding: 10px;
                width: 100%;
                transition: all 400ms ease-in-out 0s;
                box-shadow: -1px 1px 6px 0px #d9d9d9;
                transition: all 500ms ease-in-out;
                border-radius: 5px;
		    }
		    .pro_img{
		            text-align: right;
		    }
		    .pro_img img{
                display: inline-block;
                width: 55px;
                margin-bottom: 15px;
		    }
		    .map_cls{
                background: #F3F3F3;
                border-radius: 6px;
                padding: 15px;
                font-size: 33px;
                text-align: center;
                    margin-bottom: 16px;
		    }
		    .map_hed{
                color: #004886;
                font-weight: 600;
		    }
		    .map_heading{
                text-align: left;
                color: #004886;
                margin: 0 0;
                font-weight: 700;
                font-size: 2.8rem;
                position: relative;
                transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -webkit-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                margin-bottom: 13px;
                letter-spacing: -1px;
                display: inline-block;
		    }
		    .banner_container .highlights-section{
                padding: 0px;
		    }
		    
		    .banner_container .highlights-section:before{
		        display : none;
		    }
		    .banner_container .banner_bg{
            /*    background: #00000026;
                padding: 30px 0;*/
		    }
		    .banner_container .highlights-section .highlights-inner h4 {
                color: #fff;
            }
            .banner_container .highlights-section .highlights-inner p{
                color: #fff;
            }
            .middle {
              transition: .5s ease;
              opacity: 1;
              position: absolute;
              bottom: -30px;
              left: 0;
              right: 0;
              transform: translate(0%, -50%);
              -ms-transform: translate(-50%, -50%);
              text-align: center;
              width: 100%;
              padding: 8px 17px;
            }
            p.text-boxss-a {
              font-size: 16px;
              color: #fff;
              text-align: center;
              padding: 8px 10px;
              background: #00000069;
              border-radius: 30px;
              display: flex;
              justify-content: space-evenly;
              align-items: center;
            }
            #Knowledge{
                display: inline-block;
                width: 100%;
            }
            
            .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}

.modal-dialog {
/*    max-width: 500px;*/
}

#formContent {
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  text-align: center;
}

/ TABS /

h2.inactive {
  color: #cccccc;
}

h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #5fbae9;
}



/* FORM TYPOGRAPHY*/

input[type=button], input[type=submit], input[type=reset]  {
  background-color: #E30613 !important;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 15px 15px 15px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover  {
  background-color: #39ace7;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

input[type=text] {
      background-color: #ffffff;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #c6c6c6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

input[type=text]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

input[type=text]:placeholder {
  color: #cccccc;
}


input[type=email] {
      background-color: #ffffff;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #c6c6c6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

input[type=email]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

input[type=email]:placeholder {
  color: #cccccc;
}

textarea.second {
    background-color: #ffffff;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #c6c6c6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

label {
    display: inline-block;
    margin-bottom: 0.23em;
    text-align: left;
    float: left;
    font-size: 12px;
}

/ ANIMATIONS /

/ Simple CSS3 Fade-in-down Animation /
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/ Simple CSS3 Fade-in Animation /
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/ Simple CSS3 Fade-in Animation /
.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #56baed;
  content: "";
  transition: width 0.2s;
}

.underlineHover:hover {
  color: #0d0d0d;
}

.underlineHover:hover:after{
  width: 100%;
}



/ OTHERS /

*:focus {
    outline: none;
} 

#icon {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

/* Accessibility Options */
.grayscale-mode {
  filter: grayscale(100%); 
  top: 0px !important; 
}