body {
  font-size: 20px;
  
  font-family: 'Lora', 'Times New Roman', serif;
}
p {
  line-height: 1.5;
  margin: 30px 0;
}
#preloader {
    background: #37383a;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10001;
    }

#status,
.status-mes {
    background-image: url(../images/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    }

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
    }

p a {
  text-decoration: underline;
}
.h-vision{
  width: 6vw;
}
.white-btn{
      background: #FFF;
    color: #10161A !important;
    text-decoration: none;
        display: inline-block;
    padding: 10px 35px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 7.5px;
    -webkit-transition: 0.2s opacity;
    transition: .2s ease all;
    opacity: .7;
}
.white-btn:hover{
box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.5);
transform: scale(1.1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
 font-family: 'Merriweather', sans-serif;

}
.imgSlider{
  height: 100vh;
  filter: brightness(87%);
  object-fit: cover;
}
#copyrightmir{
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-size: .9rem;
}
h1.deepshadow {
  color: #e0dfdc;
  font-size: 3.25rem;
  letter-spacing: 0.1em;
}
div.p-aboutus{
 font-family: 'Montserrat', sans-serif;
}
.h-main{
  font-family: 'Oswald', sans-serif;
    border-bottom: 5px solid #434951;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: auto;
}
.btn-aboutus{
  border-radius: 25px !important;
  text-decoration: none;
  border-color: #ced2db !important;
  color:  #ced2db;
}
.btn-aboutus:hover{
  background-color: #ced2db !important;
  color: #333;
}
div.carousel-caption h1{
  font-family: 'Oswald', sans-serif;
  font-weight: bolder;
  font-size: 3.5rem;
  letter-spacing: 4px;
      text-shadow: 0px 0px 3px #000, -1px -1px #000, 1px 1px #000;
}
div.carousel-caption p{
   font-family: 'Oswald', sans-serif;
   margin-top: 2px;
   letter-spacing: 8px;
       text-shadow: 0px 0px 3px #000, -1px -1px #000, 1px 1px #000;
}
.p-button{
  text-shadow: none !important;
}
a {
  color: #212529;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:focus, a:hover {
  color: #0085A1;
}

blockquote {
  font-style: italic;
  color: #868e96;
}

.section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px;
}

.caption {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

::-moz-selection {
  color: #fff;
  background: #134985;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #134985;
  text-shadow: none;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  position: absolute;
  border-bottom: 1px solid #e9ecef;
  background-color: white;
font-family: 'Montserrat', sans-serif;
}

#mainNav .navbar-brand {
  font-weight: 800;
  color: #343a40;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  font-weight: 800;
  padding: 13px;
  text-transform: uppercase;
  color: #343a40;
}

#mainNav .navbar-nav > li.nav-item > a {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
 
}
#miralamidevelopmentslogo{
  width: 150px;
}
@media only screen and (min-width: 992px) {
  #mainNav {
    border-bottom: 1px solid transparent;
    background: transparent;
  }
  #mainNav .navbar-brand {
    padding: 10px 20px;
    color: #fff;
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  #mainNav .navbar-nav > li.nav-item > a {
    padding: 10px 20px;
    color: #fff;
     transition: 0.5s all;
  }
  #mainNav .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover {
    color: rgba(255, 255, 255, 0.8);
     background-color: #ffffff;
  color: #212529;
  padding: 10px 20px;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  }

}

@media only screen and (min-width: 992px) {
  #mainNav {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    position: fixed;
    
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    border-bottom: 1px solid gray;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.10);
  }
  #mainNav.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -10%;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    border-bottom: 1px solid white;
     background-color: rgba(255, 255, 255, 0.9);
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  #mainNav.is-fixed .navbar-brand {
    color: #212529;
  }
  #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover {
    color: #0085A1;
  }
  #mainNav .navbar-nav > li.nav-item > a {
    color: #212529;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
    color: #0085A1;
  }
  #mainNav.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);

  }
   .activemenu{
     color: rgba(255, 255, 255, 0.8) !important;
     background-color: #ffffff;
  color: #212529 !important;
  padding: 10px 20px !important;
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  }
}
@media only screen and (min-width: 1400px) and ( max-height: 905px ){
    #mainNav.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    
    top: -10%;
  
  }
}
@media only screen and (min-width: 1400px) and ( min-height: 906px ){
    #mainNav.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    
    top: -8%;
  
  }
}
header.masthead {
  
  background: no-repeat center center;
  background-color: #868e96;
  background-attachment: scroll;
  position: relative;
  background-size: cover;
  height: 100vh;
}

header.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #212529;
  opacity: 0.5;
}

header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
  padding: 200px 0 150px;
  color: white;
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading,
  header.masthead .post-heading,
  header.masthead .site-heading {
    padding: 200px 0;
  }
}

header.masthead .page-heading,
header.masthead .site-heading {
  text-align: center;
}

header.masthead .page-heading h1,
header.masthead .site-heading h1 {
  font-size: 50px;
      margin-top: 10%;
}

header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  display: block;
  margin: 10px 0 0;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading h1,
  header.masthead .site-heading h1 {
        font-size: 3rem;
  }
}

header.masthead .post-heading h1 {
  font-size: 35px;
}

header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
  line-height: 1.1;
  display: block;
}

header.masthead .post-heading .subheading {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 30px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead .post-heading .meta {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  font-family: 'Lora', 'Times New Roman', serif;
}

header.masthead .post-heading .meta a {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  header.masthead .post-heading h1 {
    font-size: 55px;
  }
  header.masthead .post-heading .subheading {
    font-size: 30px;
  }
}

.post-preview > a {
  color: #212529;
}

.post-preview > a:focus, .post-preview > a:hover {
  text-decoration: none;
  color: #0085A1;
}

.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.post-preview > a > .post-subtitle {
  font-weight: 300;
  margin: 0 0 10px;
}

.post-preview > .post-meta {
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
  color: #868e96;
}

.post-preview > .post-meta > a {
  text-decoration: none;
  color: #212529;
}

.post-preview > .post-meta > a:focus, .post-preview > .post-meta > a:hover {
  text-decoration: underline;
  color: #0085A1;
}

@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px;
  }
}

.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dee2e6;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  padding: 0;
  resize: none;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-family: 'Lora', 'Times New Roman', serif;
}

.floating-label-form-group input::-webkit-input-placeholder,
.floating-label-form-group textarea::-webkit-input-placeholder {
  color: #868e96;
  font-family: 'Lora', 'Times New Roman', serif;
}

.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
}

.floating-label-form-group .help-block {
  margin: 15px 0;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #0085A1;
}

form .form-group:first-child .floating-label-form-group {
  border-top: 1px solid #dee2e6;
}



.btn {
  font-size: 14px;
  font-weight: 800;
  padding: 15px 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*.btn-primary {
  background-color: #0085A1;
  border-color: #0085A1;
}*/

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #00657b !important;
  border-color: #00657b !important;
}

.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
div.maincontainer{
  min-height: 50vh;
  padding-bottom: 35vh;
}
/*Secondary Background*/
section.secondarybg{

  min-height: 45vh;
  font-family: "Montserrat", sans-serif;

}
section.secondarybg div.card-body i{
  color: #37383a !important;
} 

/* --------------------------------------------
    Footer
----------------------------------------------- */
footer {
    background : #313131;
    height: 35vh;
    position: relative;
    font-family: 'Quicksand', sans-serif;

    }
    footer .footer-block {
    border-right : 1px solid #3a3a3a;
    padding-top: 2.5%;
    
   
    }
    .footer-first span{
      font-size: 1rem !important;
      color: #969595 !important;
    }
footer .footer-block.last {
    border-right : 0;
    font-size: 1rem;
    }
footer div.top{
  height: 85%;
}
footer div.bottom{
  height: 15%;
  background-color: #2d2d2d;
    color: #6b6b6b;
}
.footer-widget h3 {
    font-size: 16px !important;
    line-height: 22px !important;
    color: #ffffff !important;
    margin-bottom: 25px !important;
}
.footer-widget address{
  color: #969595 !important;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
footer .footer-widget .social-links li a {
    display: block;
    font-size: 20px;
    width: 42px;
    height: 42px;
    color: #6b6b6b;
    background-color: #4a4a4a;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
}
footer .footer-widget .social-links li a:hover{
  background-color: #134985;
  color: #edeff2;
}
@media only screen and (max-width: 600px){
  footer {
  
     height: auto; 
    
}
footer .footer-block {
    border-bottom : 1px solid #3a3a3a;
    border-right:none;
    
   
    }
  .h-vision{
  width: 25vw;
}

div.p-aboutus{
  padding-left: 5%;
    padding-right: 5%;
}
div.carousel-caption h1{
  font-size: 2.5rem;
}
.imgSlider{
 
  object-fit: none; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
}
}
