*, *:before, *:after {box-sizing: border-box;}

html,
body,
div,
section,
header,
blockquote,
footer,
code,
h1, h2, h3, h4, h5, h6,
span,
p,
nav,
ul,
li {
    padding: 0;
    margin: 0;
 }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary{
    display: block;
}

html {
    /*font-size: 62.5%;*/
    min-height: 100%;

    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    background-color: rgb(251, 251, 251);

    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;

    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body{
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a{
    cursor: pointer;
}

.clear{
    clear: both;
}

.clearfix{
    overflow: auto;
    &:after{
        content: "";
        clear: both;
        display: table;
    }
}

.wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.wrapper-content {
    padding-bottom: 5rem;
    text-align: center;
}

a{
    color: #19aeef !important;
}

h1 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 48px;
    font-weight: 600;
    background-image: url('/images/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 3rem;
    padding-right: 3rem;
}

.mail {
    font-size: 20px;
    color: #BABABA;
    text-decoration: none;
    
}
nav{
    display: inline-block;
}
nav li{
    float: left;
    list-style: none;
    margin-right: 20px;
}
nav ul li:last-child{
    margin-right: 0;
}
nav a{
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.logo {
    position: absolute;
    top: 20px;
    left: 35px;
    width: 280px;
    height: 90px;

    background-image: url('/images/logo.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.products{
    text-align: center;

}
.products .heading{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fbc218;
}
.products .description{
    color: #5a5252;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 12%;
}

.footer {
    text-align: center;
    width: 100%;
    font-size: 16px;
    padding-bottom: 2rem;
    position: absolute;
    z-index: 10;
    bottom: 0;
    color: #BABABA;
}

/* To vertically center allign the bootstrap modal */
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-xxl {
  width: 1400px;
}

@media screen and (max-width: 1400px) {
  .modal-xxl {
    width: calc(100vw - 40px);
  }
}

.modal-xl {
  width: 1200px;
}

@media screen and (max-width: 1200px) {
  .modal-xl {
    width: calc(100vw - 40px);
  }
}

.modal-lg {
  width: 950px;
}

@media screen and (max-width: 950px) {
  .modal-lg {
    width: calc(100vw - 40px);
  }
}

.modal-sm {
  width: 350px;
}

@media screen and (max-width: 350px) {
  .modal-sm {
    width: calc(100vw - 40px);
  }
}

#about-us-modal .profile{
    margin-bottom: 20px;
}
#about-us-modal .profile .profile-pic{
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    width: 150px;
    /*width: 100%;*/
}
#about-us-modal .profile h4{
    margin-top: 10px;
}
#about-us-modal .profile .sub-title{
    color: #707070;
    font-weight: 500;
    margin-bottom: 5px;
}
#about-us-modal .profile h4{
    line-height: 1.8;
}
#about-us-modal .profile p{
    line-height: 1.5;
}

/* #awards-modal .profile{
    margin-bottom: 20px;
} */
#awards-modal hr {
    margin: 20px 0;
}
#awards-modal .profile .profile-pic{
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* border-radius: 50%; */
    float: left;
    margin-right: 20px;
    width: 400px;
    /*width: 100%;*/
}
#awards-modal .profile .profile-pic.fix-center{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: solid 1px #c4bbbb;
}

@media (max-width: 767px) {
  #awards-modal .profile .profile-pic{
    width: 100%;
    margin-right: 0;
  }
}

#awards-modal .profile h4{
    margin-top: 10px;
}
#awards-modal .profile .sub-title{
    color: #707070;
    font-weight: 500;
    margin-bottom: 5px;
}
#awards-modal .profile h4{
    line-height: 1.8;
}
#awards-modal .profile p{
    line-height: 1.5;
    margin-bottom: 10px
}

#contact-us-modal p{
    color: #5a5252;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}
#contact-us-modal .heading{
    font-weight: 600;
    margin-bottom: 10px;
}

@media only screen and (max-width: 680px){
    h1 {
        padding-left: 0;
        padding-right: 0;
        padding-top: 3rem;
        padding-bottom: 3rem;
        background-size: 100% 100%;
    }
    .logo {
        width: 13.6rem;
        height: 4.4rem;
    }
}
