@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css?family=Whisper&display=swap');
/* --------------------------------------------------------------
/* Reset
-------------------------------------------------------------- */
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
min-height: 360px !important;
}
body:not(.modal-open) {
  padding-right: 0px !important;
}
body {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #000000 ;
  overflow-x: hidden;
}
*:focus {outline:none !important}
.page a {
  color: #A6CB39 ;
  text-decoration: none;
}

.page a:hover {
  color: #283302;
  text-decoration: none; 
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Myriad Web Pro";
  font-weight: bold;
}

/*--------------------------------------------------------------
# TEXT ALIGN
--------------------------------------------------------------*/

.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}
.text-justify {
    text-align: justify !important;
}
@media screen and (max-width:767px){
	.text-left {
		text-align: center !important;
	}
	.text-right {
		text-align: center !important;
	}
}

/*--------------------------------------------------------------
# Padding
--------------------------------------------------------------*/
.p20 {
	padding: 20px 0;
}
.p40 {
	padding: 40px 0;
}
.p60 {
	padding: 60px 0;
}
.p70 {
	padding: 70px 0;
}
.p80 {
	padding: 80px 0;
}
.p100 {
	padding: 100px 0;
}

.pt20 {
	padding-top: 20px;
}
.pt40 {
	padding-top: 40px;
}
.pt60 {
	padding-top: 60px;
}
.pt80 {
	padding-top: 80px;
}
.pt100 {
	padding-top: 100px;
}

.pb20 {
	padding-bottom: 20px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}
.pb80 {
	padding-bottom: 80px;
}
.pb100 {
	padding-bottom: 100px;
}
/*--------------------------------------------------------------
# Margin
--------------------------------------------------------------*/

.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}


.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.mt90 {
	margin-top: 90px;
}
.mt100 {
	margin-top: 100px;
}
/*--------------------------------------------------------------
# Line Height
--------------------------------------------------------------*/
.l20 {
	line-height: 20px !important;
}
.l30 {
	line-height: 30px !important;
}
.l40 {
	line-height: 40px !important;
}
.l50 {
	line-height: 50px !important;
}
/*--------------------------------------------------------------
# No Gutter
--------------------------------------------------------------*/
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/

img{
    border:0;
    max-width:100%;
    vertical-align:middle;
}
img.responsive,img.scale{
    max-width:100%;
    height:auto;
}
img[class*=align],img[class*=wp-image-]{
    height:auto;
}
img.size-full{
    max-width:100%;
    width:auto;
}
/*==================================
  HEADER VIDEO HOME
====================================*/
#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.wrapper {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.7);
}
/*==================================
  NAVIGATION
====================================*/
.navbar-light .navbar-nav .nav-link {
    font-size: 20px;
}
.navbar-light {
  background: transparent !important;
}
.navbar-toggler {
    border: Solid 2px #fff !important;
    background: transparent !important;
}
.navbar-toggler {
    border: none !important;
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}  
span.top-bar {
  width: 30px;
  height: 3px;
  background-color: #FFFFFF;
  transition: all 0.2s;
  display: block;
  border-radius: 2px;
  margin-bottom:5px;
  margin-top: 5px;
  }
span.middle-bar {
  width: 15px;
  height: 3px;
  background-color: #FFFFFF;
  transition: all 0.2s;
  display: block;
  border-radius: 2px;
  margin-bottom: 5px;
  }
span.bottom-bar {
  width: 25px;
  height: 3px;
  background-color: #FFFFFF;
  transition: all 0.2s;
  display: block;
  border-radius: 2px;
  margin-bottom: 5px;
  }
.navbar-brand svg {
  transform: translateZ(0);
  dislplay: inline;
  height: 70px;
}
@media screen and (max-width: 767px) {

  .navbar-brand svg {
    transform: translateZ(0);
    dislplay: inline;
    height: 40px;
    }
    .nav-link {
      padding: 0.2rem 1rem;
    }
}
.navbar-light .navbar-toggler {
    color: transparent;
    border-color: rgba(0,0,0,.1);
}
.logo-color {
  fill: #FFFFFF;    
}
.navbar-brand:hover .logo-color {
  fill: #F16522;
}
button.navbar-toggler:hover span.top-bar,
button.navbar-toggler:hover span.middle-bar,
button.navbar-toggler:hover span.bottom-bar  {
  background-color: #F16522;
}
.navbar-brand {
    padding-top: 0.6rem;
}
button:focus {
  outline: none !important;
  box-shadow: none !important;
}
/*=================================
	BREADCRUMB
==================================*/

.page-header-bg {
  height: 400px;
  color: #FFFFFF;
  align: center;
}	
.page-portfolio-bg {
  height: 400px;
  background: url(../img/header-bg.jpg)center center no-repeat;
  color: #FFFFFF;

}
.page-header-bg h1 {
	font-weight: bold;
	position: relative;
}
.page-header {
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}
.page-heading {
  padding-top: 200px;
  text-transform: uppercase;
}

.breadcrumbs a {
	color: #FFFFFF;
	text-decoration: none
}
.breadcrumbs a:hover {
	color: #EEEEEE;
	text-decoration: none
}
/*=================================
	PAGE CONTENT
==================================*/

.home-page h1 {
  font-size: 44px;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.home-page h4 {
    font-weight: normal !important;
    line-height: 30px;
    font-size: 18px;
}
  .home-page-content {
    padding: 0 5%;
  }
@media (max-width: 767px) {
  .home-page h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 10px;
  }
  .home-page h1 {
      font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page h4 {
    font-size: 17px;
    line-height: 22px;
  }
}
.page-bg {
  text-align: justify;
  margin: 40px 0;
  min-height: calc(100vh - 560px); /* 560px is the height of your footer */
}
.page404 {
  text-align: center;
  min-height: calc(100vh - 150px); /* 160px is the height of your footer */
  color: #FFFFFF;
}

.home-page {
  text-align: center;
  min-height: calc(100vh - 150px); /* 160px is the height of your footer */
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .home-page {
    min-height: calc(100vh - 160px); /* 160px is the height of your footer */
  }
  .home-page div.col-md-10.offset-md-1 {
    width: 100% !important;
  }
  .navbar-brand {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .home-page div.col-md-10 {
    width: 100% !important;
  }
  .home-page div.offset-md-1 {
    margin-left: 0px;
  }
}
a.btn-white {
  border: solid thin #FFFFFF;
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 5px;
}
a.company {
  border: solid thin #000000;
  color: #000000;
  text-decoration: none;
  padding: 10px 20px;
  margin-top: 20px;
}
a.contact-link {
  text-decoration: none;
  color: #F16522;
}
a.contact-link:hover {
  text-decoration: none;
  color: #BBBBBB;
}

.name {
  font-family: "Whisper";
  font-size: 36px;
  font-weight: normal;
  padding-top: 20px;
  line-height: 46px;
}

/*=================================
	PORTFOLIO
==================================*/
@media (min-width: 768px) {
.single-blog, .overlay {
  width: 100%;
  height: 450px
  }
}

@media (min-width: 240px) and (max-width: 767px) {
.single-blog, .overlay {
  width: 100%;
  height: 450px
  }
}

.single-blog {
  top:0; right: 0; left: 0; bottom: 0;
  margin: auto;
  border-radius: 10px;
  background-color: black;
  cursor: pointer;
}

.overlay {
  background: rgba(0, 0, 0, .9);
  opacity: 0;
  transition: all 0.5s;
  padding: 20px;
  text-align: center;  
  border-radius: 10px;
  color: #BBBBBB;
}
.overlay a {
  color: #BBBBBB;
  text-decoration: none;
}

.items {
  padding-left: 20px;
  letter-spacing: 3px;
}

.head {

}
.single-blog {
  position: relative;
}
.single-blog:hover .overlay {
  border-radius: 10px;
  opacity: 1;
  & .head {
    transform: translateY(0px);
  }
}
#blog-title h3 {
	font-size: 1.5rem !important;
}
#blog-title  {
    position: absolute;
    width: 100%;
    bottom: 0px;
    text-align: center;
    color: #FFFFFF;
    display: block
}

.single-blog:hover #blog-title {
  display: none;
}
.company:hover {
  border: solid thin #F16522;
}
/*==================================
  SINGLE PAGE
====================================*/
@media (min-width: 768px) {
  .single {
    padding-left: 20px;
  }
}
.single ul {
  padding-left: 0px;
}
.single li {
  list-style-type: none;
    line-height: 30px;
}
.single a {
  text-decoration: none;
  color: #000000;

}
.single a:hover {
  text-decoration: none;
  color: #BBBBBB;

}
/*==================================
  CONTACT PAGE
====================================*/
.form-field input,
.form-field select {
    padding: 15px 20px;
    width: 100% !important;
    border-radius: 50px;
    border: solid thin black;
}
.form-field textarea {
    padding: 15px 20px;
    width: 100% !important;
    border-radius: 30px;
    border: solid thin black;
}
.form-field span {
  color: #F16522 !important; 
}
.iti {
  width: 100%
}
.btn-black {
  border: solid thin black;
  color: black;
  border-radius: 10px;
  background: transparent;
  padding: 10px 20px;
}
.btn-black:hover,
.btn-black:focus {
  border: solid thin #F16522;
  color: black;
  border-radius: 10px;
  text-decoration: none;
}
.copyright {
  padding: 15px 0px;
}
/*==================================
  FOOTER
====================================*/

.footer-home {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .footer-home {
    padding: 0;
  } 
}
.footer a,
.footer-home a {
  color: #F16522;
  text-decoration: none;
}
.footer {
  border-top: solid thin #EEEEEE;
  padding: 20px 0;
}
@media (max-width: 767px) {
 .copyright span.copy-mobile  {
    display: none;
  }
}
/*==================================
  SOCIAL MEDIA
====================================*/

.social-media-white ul{
  list-style: none;
  margin-bottom: 10px;
  height: 30px;
}

.social-media-white ul li {
  display: inline-table;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  margin-right: 10px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.5s linear;
}

.social-media-white ul li:last-child {
  margin-right: 0;
}

.social-media-white ul li .fa-brands {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 16px;
  transition: all 0.5s linear;
}

.social-media-white ul li:hover {
  border: 2px solid #F16522;
}

.social-media-white ul li:hover .fa-brands {
  color: #F16522;
}
/*----------------------------------*/

.social-media ul{
  list-style: none;
  margin-bottom: 10px;
  height: 30px;
}

.social-media ul li {
  display: inline-table;
  width: 30px;
  height: 30px;
  border: 2px solid #000000;
  margin-right: 10px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.5s linear;
}

.social-media ul li:last-child {
  margin-right: 0;
}

.social-media ul li .fa-brands {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #000000;
  font-size: 16px;
  transition: all 0.5s linear;
}

.social-media ul li:hover {
  border: 2px solid #F16522;
}

.social-media ul li:hover .fa-brands {
  color: #F16522;
}
  .social-media ul,
  .social-media-white ul {
   padding-left: 0px; 
  }
