html {
  scroll-behavior: smooth;
}
.popup_form {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 0px;
}
.popup_form .container .f-right {
    cursor: pointer;
    position: fixed;
    margin-top: 230px;
    right: 0;
}
.btn.inquiry-btn {
        position: fixed;
        right: 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        transform: rotate(7deg);
        -ms-transform: rotate(270deg); /* IE 9 */
        -moz-transform: rotate(270deg); /* Firefox */
        -webkit-transform: rotate(270deg); /* Safari and Chrome */
        -o-transform: rotate(270deg); /* Opera */
        transform-origin: bottom right;       
}
.inquiry-form-input{
    /*margin-left: : 10px;*/
}
.form-control{
  border: .2px solid black;
  border-radius: 4px;
  box-sizing: border-box;
}
.input-group-prepend{
    border: .2px solid black;
    border-radius: 4px;
    box-sizing: border-box;
}
.form-control:not(select) {
    padding: 0.5rem 0.5rem;
}
.form-control::placeholder {
    color: #ccc;
    font-weight: bold;
    font-size: 0.9rem;
}
.form-control:focus {
    box-shadow: none;
}
.modal-content{
    background-color: #f9cc41;
    border: solid 1px black;
}
.modal-title{
    text-align: center;
}
#exampleModalLabel{
    color: #262533;
}
.btnsubmit{
    width: 100%;
    border: 2px solid black;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: bold;
    color: #262533;
    padding: .5rem 1.6rem;
    color: #8f8f8f;
    background-color: white;
}
.nav-link.active{
    background-color: #262533 !important;
    color: white !important;
}
.nav-link{
    color: #f9cc41 !important;
}
.nav-item{
    font-size: .9rem;
    color: #f9cc41;
    text-transform: uppercase;
}
#section-intro{
    font-size: 1.5rem !important;
}
.project-description{
    font-size: 0.9rem;
}
@media(max-width:575px) {
    .project-description{
        font-size: 0.4rem;
    }
}
#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    border: 4px solid white;
    /* The width is the width of the web page */
}
.portfolio__img {
    /*border: solid 3px white;*/
    /*width: 100%;*/
    /*height: 500px;*/
}
.project-description{
    font-size: 1rem;
   /*border: solid 3px white; */
   /*height: 500px;*/
}
/*@media only screen and (max-width: 480px) {
  portfolio__img {
    width: 100%;
  }
}*/
.about-img{
    /*clip-path: polygon(0% 15%, 0 0, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 100% 100%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);*/
    width: 100%;
    height: auto;
    position: relative;
}
/*.comm-img{

    height: 500px;
    width: 700px;
}*/
/*.home-img{
    height: 500px;
    width: 600px;
}
.school-img{
 height: 500px;
 width: 600px;   
}
.on-img{
 height: 500px;
 width: 700px;       
}*/
.about3-img{
    /*clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 100% 0, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 0 100%, 0% 85%);*/
    width: 100%;
    height: auto;
}
.certi-img{
    width: 100%;
    height: auto;
}
    /*.project-img{
        width: 50%;
    }
    .project-desc{
        width: 50%;
    }
     @media(max-width: 500px) {
        .project-img,
        .project-desc,
            {
            width: 70%;
        }
    }*/

* {
  box-sizing: border-box;
}

.gallery {
  vertical-align: middle;
}
/* Hide the images by default */
.mySlides {
  display: none;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
.speci li h3{ 
    font-size: 1.5rem;
}
@media(max-width:575px) {
    .speci li h3{ 
        font-size: 1.1rem;
        padding-left: 2px;
    }
}
.img-blog{
  width:100%;
  height:100%;
}
.bauthor, .bdate{
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
}
.bcontent{
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.2rem;
}
.errors{
  color: red;
}