
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap');

html {
	font-family: 'Nunito', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
 
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px; 
}
 
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-50{
    margin-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.pt-50{
    padding-top: 50px;
}
.clr{
	clear: both;
}
img{
    width: 100%;
}
img.logo{
    max-width: 200px;
/*    margin: 25px 0;*/
}
.btn-default{
    padding: 10px 25px;
    border: 1px solid #f18320;
    font-weight: bold;
    background: #f18320;
    color: #fff;
}
.btn-default:hover{
    color: #f18320;
    background: #fff;
}
.btn-bordered{
    padding: 10px 25px;
    border: 1px solid #fff;
    font-weight: bold;
    background: transparent;
    color: #fff;
}
.btn-bordered:hover{
    color: #f18320;
    background: #fff;
}
header{
    padding-top: 25px;
}
.navigation {
    height: 100px;
    background: #ffffff00;
    z-index: 99999;
    position: relative;
}
 .brand {
     position: absolute;
/*     padding-left: 20px;*/
     float: left;
     line-height: 55px;
     text-transform: uppercase;
     font-size: 1.4em;
}
 .brand a, .brand a:visited {
     color: #ffffff;
     text-decoration: none;
}
 .nav-container {
     max-width: 1000px;
     margin: 0 auto;
}
 nav {
     float: right;
}
 nav ul {
     list-style: none;
     margin: 0;
     padding: 0;
}
 nav ul li {
     float: left;
     position: relative;
}
 nav ul li a,nav ul li a:visited {
     display: block;
     padding: 0 20px;
     line-height: 3;
     color: #fff;
/*     background: #f18320 ;*/
     text-decoration: none;
}
 nav ul li a.btn-default{
    margin: 0 15px;
 }
 nav ul li a{
     background: transparent;
     color: #FFF;
}
 nav ul li a:hover, nav ul li a:visited:hover {
     background: #f18320;
     color: #ffffff;
}
nav ul li a.btn-default:hover, nav ul li a.btn-default:visited:hover {
    background: #fff;
    color:  #f18320;
}
 .navbar-dropdown li a{
     background: #f18320;
}
 nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
     padding-left: 4px;
     content: ' \025BE';
}
 nav ul li ul li {
     min-width: 190px;
}
 nav ul li ul li a {
     padding: 15px;
     line-height: 20px;
}
 .navbar-dropdown {
     position: absolute;
     display: none;
     z-index: 1;
     background: #fff;
     box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
}
/* Mobile navigation */
 .nav-mobile {
     display: none;
     position: absolute;
     top: 20px;
     right: 0;
     background: transparent;
     height: 55px;
     width: 70px;
}
 @media only screen and (max-width: 1200px) {
    .overlay h1 {
        font-size: 50px!important;
    }
    .overlay p {
        font-size: 20px!important;
    }
    .our-team.custom .content{
        padding: 5%;
        padding-top: 20%;
    }
    nav ul li a.btn-default{
        display: none;
    }

 }
 @media only screen and (max-width: 768px) {
    .big-image {
        height: 70vh!important;
    }
    .overlay h1 {
        font-size: 30px!important;
    }
    .overlay p{
        font-size: 16px!important;
    }
    .title h1{
        font-size: 2.5rem!important;
    }
 }
@media only screen and (max-width: 425px){
    .title h1 {
        font-size: 2rem!important;
    }
}
 @media only screen and (max-width: 1200px) {
     .nav-mobile {
         display: block;
    }
     nav {
         width: 100%;
         padding: 55px 0 15px;
    }
     nav ul {
         display: none;
    }
     nav ul li {
         float: none;
    }
     nav ul li a {
         padding: 15px;
         line-height: 20px;
         background: #262626;
    }
     nav ul li ul li a {
         padding-left: 30px;
    }
     .navbar-dropdown {
         position: static;
    }
}
 @media screen and (min-width:1200px) {
     .nav-list {
         display: block !important;
    }
}
 #navbar-toggle {
     position: absolute;
     left: 18px;
     top: 15px;
     cursor: pointer;
     padding: 10px 35px 16px 0px;
}
 #navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
     cursor: pointer;
     border-radius: 1px;
     height: 3px;
     width: 30px;
     background: #ffffff;
     position: absolute;
     display: block;
     content: '';
     transition: all 300ms ease-in-out;
}
 #navbar-toggle span:before {
     top: -10px;
}
 #navbar-toggle span:after {
     bottom: -10px;
}
 #navbar-toggle.active span {
     background-color: transparent;
}
 #navbar-toggle.active span:before, #navbar-toggle.active span:after {
     top: 0;
}
 #navbar-toggle.active span:before {
     transform: rotate(45deg);
}
 #navbar-toggle.active span:after {
     transform: rotate(-45deg);
}


.big-image {
  height: 100vh;
  width: 100%;
  position: relative;
  margin-top: -100px;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("..//images/banner.jpg");
}

.overlay {
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.overlay .content{
    max-width: 700px;
    padding: 5px;
}
.overlay h4 {
    text-transform: uppercase;
}
.overlay h1 {
  font-size: 65px;
  letter-spacing: 0px;
  margin: 0 0 5px;
  text-transform: uppercase;
  font-weight: bold;
}

.overlay p {
  margin: 0;
  font-size: 28px;
}
.title{
    max-width: 700px;
    margin: auto;
}
.title span {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.title h1{
    color: #2A2F35;
    font-size: 3.5rem;
}
.title .underline{
    height: 6px;
    width: 35px;
    display: table;
    background: #f18320!important;
    margin: 10px auto 0;
    margin-top: 25px!important;
    border-radius: 3px;
    transition: width 1s;
}
.title:hover .underline{
    width: 100px;
}
.title p{
    color: #999;
    margin-top: 25px;
}
.feature .underline{
    margin: auto;
    width: 50%;
    height: 1px;
    position: relative;
    border-top: 1px solid #EBEBEB;
    transition: color 2s;
}
.feature:hover .underline{
    border-color: #f18320;
}
.feature:hover h5{
    color: #f18320;
}
.feature p{
    color: #8f8f8f;
    margin-top: 20px;
}
.spec-list{
    border-top: 1px solid #EBEBEB;
}
.pricing{
    background: #464646;
    padding-top: 100px;
    padding-bottom: 100px;
}
.single-pricing{
    margin-top: 20px;
    padding: 15% 10%;
    background: #fff;
    color: #464646;
    text-align: center;
    border-radius: 30px;
}
.single-pricing:hover{
    box-shadow: 0px 0px 10px 0px #f18320;
}
.single-pricing p{
    margin-top: 50px;
}
.single-pricing h1{
    font-weight: 400;
}
.single-pricing ul{
    text-align: left;
    margin-top: 30px;
}
.team-list.row{
    margin-left: 0;
    margin-right: 0;
}
.team-list.row .col-md-3{
    padding-left: 0;
    padding-right: 0;
}
.team-list img{
    width: 100%;
}

.our-team {
  text-align: center;
  position: relative;
  color: #fff;
  box-shadow: 0px 0px 12px -4px #979797;
}
.our-team img {
  width: 100%;
  height: 100%;
}
.our-team .content {
    padding: 15%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 40%;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
  opacity: 0;
}
.our-team:hover .content,
.our-team.active .content {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
}
.our-team .content .title {
  margin: 0 0 10px;
  display: block;
  font-size: 25px;
  font-weight: 600;
}
.our-team .content .post {
  margin: 0 0 25px;
  display: block;
  font-size: 15px;
}
.our-team .social {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.our-team .social li {
  display: inline-block;
}
.our-team .social li a {
  display: block;
  color: #fff;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 0;
  background-color: #f32248;
  margin-right: 5px;
  transition: all 0.5s ease 0s;
  position: relative;
}
.our-team .social li a:hover,
.our-team.active .social li a {
  border-radius: 50%;
  text-decoration: none;
}


.testimonial-area{
    background: #f18320;
}
.testimonial {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 40px;
  padding: 10px;
  box-shadow: 0 0 5px -2px hsla(0, 0%, 0%, 0.1);
  color: rgba(22, 22, 22, 1.0);
}
.testimonial:hover{
  box-shadow: 0px 0px 12px 2px #000;
}
.testimonial figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-top: -60px;
  position: relative; 
}

.testimonial figure img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial h4{
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.testimonial p{
    max-width: 400px;
    text-align: center;
    margin-bottom: 40px;
    font-size: 14px;
}

.owl-theme .owl-controls .owl-page span{
    background: #ffffff50 !important;
    border-radius:50px !important;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
    background: #fff !important;
}


.enquiry{
    background: #464646;
    padding-top: 100px;
    padding-bottom: 100px;
}
.enquiry form{
    max-width: 900px;
    margin: auto;
}
.enquiry form input,.enquiry form textarea{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    border: none;
    padding: 15px 20px;
    margin-bottom: 30px;
}
.enquiry form a.btn-default{
    width: 200px;
}

.top-footer{
    padding-top: 100px;
    padding-bottom: 100px;
    background: #1c1c1c;
    color: #838383;
}
footer .f-title{
    color: #fff;
}
footer .useful-links{
    padding: 0;
}
footer .useful-links li{
    list-style: none;
}
footer .useful-links li a{
    color: #838383;
    text-decoration: none;
}
footer .useful-links li a:hover{
    color: #f18320;
}
footer a{
    color: #f18320;
    text-decoration: none;
}
footer .social-media{
    padding: 0;
}
footer .social-media li{
    float: left;
    list-style: none;
    margin-right: 15px;
}
footer .social-media li i{
    font-size: 20px;
    color: #838383;
}
footer .social-media li i:hover{
    color: #f18320;
}
.bottom-footer{
    color: #838383;
    background: #101010;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.bottom-footer span{
    color: #fff;
}