*{
  box-sizing: border-box;
}

body{
  margin:0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size:1.2rem !important;
  font-weight:normal;
  line-height:1.5;
  color:#333;
  overflow-x:hidden;
  background-color: #fafafe !important;
}
a {
  text-decoration: none;
  color: #03a87c;
}

.color-shade{
  background: rgba(6,6,6,0.5);
}


.btn-white{
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  text-decoration: none;
}

.btn-white:hover{
  color: #000;
  text-decoration: none;
}
.btn-blue{
  background-color: #001b5e;
  color: #fff;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  text-decoration: none;
  border-radius: 50px;
}
.blog-cate ul li a:hover {
  color: #001b5e;
}
.btn-blue:hover{
  color: #fff;
  text-decoration: none;
}

.highlight{
  color: #ff5f13;
  border: 2px solid #ff5f13;
  padding: 10px;
}

.blog-grid {
  margin-top: 2em;
}
.grid {
  margin-top: 2em;
}
.grid-left {
  float: left;
  width: 10%;
  border: 1px solid #7DA031;
  padding: 20px 22px;
}
.grid-left h3 {
  font-size: 2em;
  color: #7DA031;
  margin-bottom: 0.2em;
  font-family: 'Archivo Narrow', sans-serif;
}
.grid-left p {
  font-size: 0.78em;
  color: #000;
}
.grid-right {
  float: right;
  width: 87%;
}
.grid-right a{
  color: #000;
}
.grid-right a:hover{
 text-decoration: none;
}

.grid-right a.bwn {
  font-size: 1em;
  color: #001b5e;
}
.pag-nations{
  margin-top: 5rem;
}
.pagination{
    list-style: none;
    padding: 0px;
    text-align: center;

}
.grid-right a.bwn:hover {
  text-decoration: none;
}
.blog-cate {
  margin: 0em 0em 2.5em 0em;
}
.blog-section {
  margin: 4em 0px;
}
.blog-cate h3 {
  font-size: 1.5em;
  color: #001b5e;
  margin: 0px 0px 16px 0px;
  font-family: 'Archivo Narrow', sans-serif;
}

.blog-cate ul {
  padding: 0px;
  list-style: none;
}
.blog-cate ul li {
  display: block;
  margin: 10px 0px 10px 0px;
}

.blog-cate ul li a {
  font-size: 1em;
  color: #000;
  text-decoration: none;
  padding: 0px 0px 0px 10px;
}

.stock-text h2 {
  font-size: 140px;
  font-weight: 800;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  color: #fff;
}

.stock-text h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
}


.stock-text h2:nth-child(2) {
  color: #ff5f13;
  /* -webkit-animation: animate 4s ease-in-out infinite; */
  animation: animate 4s ease-in-out infinite;
}
@keyframes animate{0%,100%{clip-path:polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 69%, 100% 52%, 100% 100%, 0% 100%)}50%{clip-path:polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%)}}

@media(max-width:960px){
  .container{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .about{
    margin: 1rem;
  }
}

.main-container{
  background: url(../images/henry-co.jpg);
 height: 300px;
 background-position: 50% 40%;
 background-clip: border-box;
 display: flex;
 align-items: center;
}

.small-heading {
  font-size: 2rem !important;
}
.main-container .header{
  color: #fff;
  max-width: 960px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
}

.main-container .header h1:before{
  content: "";
  position: absolute;
  /* width: 50%; */
  /* height: 1px; */
  bottom: 0;
  right: 0;
  /* left: 25%; */
  border-bottom: 1px solid red;
}

#showcase .navBlack {
  background-color: rgba(32, 33, 36, 0.8);
}

#showcase nav {
  background-color: rgba(32, 33, 36, 0.8);
  color: #fff;
}
.the-blur{
  position: fixed;
  top:0;
  width: 100%;
  min-height: 50px;
  margin-bottom: 20px;
  background: rgba(0,0,0,.4);
  z-index:1010;
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
}
.about{
  margin: 5rem;
}

.about p{
  text-align: justify;
}

.services{
  /* background: url("../images/section-bg2.jpg"); */
  background: linear-gradient(0deg,rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url("../images/photo-153.jpeg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  /* background:linear-gradient(0deg,rgba(0,0,0,0.3),rgba(255,255,255,0.3)), url("../images/section-bg2.jpg") ; */
  padding-top:150px;
  padding-bottom: 100px;
}

.padding-box {
  padding: 4rem;
}

.md-grid{
  display: grid;
}
.map iframe{
 /* height:100 */
 width: 100%;
    height: 500px;
    outline: none;
    border: none;
}

.consult-form{
  margin-bottom: 30px !important;
  padding-top: 30px !important;
  padding-right: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 30px !important;
  margin-top: 30px;
  background-color: #686868 !important;
  color: white;
  border-radius: 20px;
}
.box-icon i{
  border-radius: 50px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    width: 34px;
    font-size: 16px;
    /* border: 2px solid #171716; */
    border: 2px solid;
}

.box-text{
  margin-left: 20px;
}

.footer{
  padding-top:50px;
  padding-bottom: 50px;
  /* background-color: #465052; */
  background-color: #070b11;
  color:#9fa6bd;
}

.footer a{
  color: white;
  font-size: 14px;
}

.footer a:hover{
  color:white;
  
}

.footer img{
  height: 40px;
}

.team{
  padding-top:150px;
  padding-bottom: 100px;
}

.thumb{
  margin-bottom: 30px;
}

.page-top{
  margin-top:85px;
}


img.zoom {
width: 100%;
height: 200px;
border-radius:5px;
object-fit:cover;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
}


.transition {
-webkit-transform: scale(1.2); 
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.modal-header {

border-bottom: none;
}
.modal-title {
color:#000;
}
.modal-footer{
display:none;  
}

.service-card{
  /* margin: 5px; */
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding-bottom: 10px;
  background-color: white;
  margin-bottom: 30px;
}

.contact-card{
  background: url(../images/laneway-house.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.service-card .item{
  padding: 10px;
  text-align: center;
  
}

.services img,.team img{
  overflow: hidden;
  width: 100%;
  transform: scale(1);
  /* -webkit-transition: all .5s ease-out 0s; */
  -moz-transition: all .5s ease-out 0s;
  -ms-transition: all .5s ease-out 0s;
  -o-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  /* min-height: 293px;
  max-height: 293px; */
}

.post-section img{
  width: 100%;
}

.fit-image{
  width: 100%;
  object-fit: cover;
  height: 300px; /* only if you want fixed height */
}

.services img:hover,.team img:hover{
  transform: scale(1.02);
}
.contact-with-area {
  padding-top: 150px;
  padding-bottom: 250px;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-tittle {
  position: relative;
}
.section-tittle .front-text {
  position: relative;
  z-index: 2;
}
.section-tittle.section-tittle4 .front-text h2 {
  font-size: 70px;
  color: #fff;
}
.contact-with-area p {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: justify;
}
.section-tittle .front-text h2 {
  color: #0e132a;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Teko",sans-serif;
}

.certificates{
  margin-bottom: 5rem;
  text-align: center;
}

.certificates img{
  max-width: 150px;
}

@media (max-width: 575px){
.section-tittle.section-tittle4 .front-text h2 {
    font-size: 35px;
}
}

@media (max-width: 575px){
  .carousel .testimonial {
    padding: 0px;
    position: unset;
}
}
.section-tittle.section-tittle4 span.back-text {
  -webkit-text-stroke: 1px rgba(255,255,255,0.6);
  transform: translateY(-113%);
}

.section-tittle span.back-text {
  font-size: 140px;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #f6f7f8;
  -webkit-text-fill-color: transparent;
  margin: 0;
  line-height: 1;
  position: absolute;
  transform: translateY(-114%);
  right: 0;
  left: 12px;
}
@media (max-width: 575px){
.section-tittle.section-tittle4 span.back-text {
    font-size: 56px;
    transform: translateY(-129%);
}
}
@media (max-width: 575px){
.section-tittle span.back-text {
    font-size: 56px;
    transform: translateY(-136%);
}
}
.section-heading{
  font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 30px;
    position: relative;
    color: #001b5e;
    text-transform: uppercase;

}
@media (min-width: 840px) {
  #showcase nav {
    /* background-color: transparent; */
    background-color: rgba(25,26,51,0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

}
@media (max-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 
  .about{
    margin: 1rem;
  }
  .about img{
    padding-top:20px;
  }
  .footer img{
    height: 150px;
  }
  
}
@media (max-width:480px)  { /* smartphones, Android phones, landscape iPhone */ 
  .about{
    margin: 1rem;
  }
  .about img{
    padding-top:20px;
  }
  .footer img{
    height: 150px;
  }
}
@media (max-width:600px)  {
  .about{
    margin: 1rem;
  }
  .about img{
    padding-top:20px;
  }
}

@media (min-width: 840px) {
  #showcase nav li .active {
    border-bottom: 2px solid white;
  }
}

#showcase nav .menu_icon {
  cursor: pointer;
}

#showcase nav .menu_icon .bar1,
#showcase nav .menu_icon .bar2,
#showcase nav .menu_icon .bar3 {
  background-color: #fff;
}