body {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
  color: #444;
  line-height: 1.8;
	margin: 0;
	padding: 0;
  background: #fff;
  font-weight: 300;
}

a {
	color: #ff5408;
	text-decoration: none;
  cursor: pointer;
}

section {
    position: relative;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
}

.title {
    margin-top: 10px;
    margin-bottom: 20px;
}

.title h1 {
    font-family: 'Josefin Sans', sans-serif;  
	font-weight: 300;
	font-size:3em;
	position: relative;
	color:#ff5508;
}

.title span {
    color: #333;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
  }



h2.title {
    font-size:2.1em;
    position: relative;
}

.btn{
    border-radius: 3px;
    cursor: pointer;
    border: 0px;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    text-align: center;
    z-index: 3;
    position: relative;
    letter-spacing: .5px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    background-color: #ff5508;
}

.btn:hover{
    color: #fff; 
}

.btn::after {
    background: #343a40;
    content: '';
    position: absolute;
    width: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.btn:hover::after {
    width: 100%;
}

.btn.btn-hdr {
    background-color: #ff5508;
    font-size: 16px;
    display: inline-grid;
    vertical-align: middle;
}

.btn.btn-slide {
    background-color: #000;
    font-size: 22px;
    border: 1px solid #ff5508;
}

.btn.btn-hm-srvc {
    padding: 8px 15px;
    font-size: 12px;
}

.btn.btn-gallery {
    padding: 8px 35px;
    font-size: 1.3em;
    font-weight: 200;
}

.page-title:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #ff5508;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 180px 0;
}

.bg-orng {
    background:#ff5508;
}

.img-left {
    max-width: 450px;
    width: 100%;
    float: left;
    border-radius: 0 0 40px 0;
    margin: 6px 30px 30px 0;
}

.img-right {
    max-width: 450px;
    width: 100%;
    float: right;
    border-radius: 0 0 0 40px ;
    margin: 6px 0px 30px 30px;
}

/*-----============= Header =============---------*/

header {
    padding: 8px;
    background: #000;
    position: inherit;
    top: 0px;
    margin: 0 auto;
    z-index: 1;
    left: 0;
    right: 0;
    width: 100%;
}

nav.navbar {
    background: transparent;
}

a.logo {
    min-width: 225px;
}

.logo img{
	max-width: 160px;
}

.navbar-nav li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding: 0px 6px;
    letter-spacing: .5px;
}

.navbar-nav li .nav-link{
    color: #fff;
    transition: all .3s ease-in-out 0s;
}

.navbar-nav li .nav-link:hover{
    color: #ff5508;
    transition: all .3s ease-in-out 0s;
}

.navbar-nav li .nav-link:hover:after{
    content: '';
    width: 0px;
    height: 1px;
    display: block;
    background: #ff5508;
    transition: all .3s ease-in-out 0s;
    animation: .3s bdr-anim;
    animation-fill-mode: forwards;
}

@keyframes bdr-anim {
    0%{
        width: 0px;
    }

    100% {
        width: 100%;
    }

}

.navbar-toggler {
    background: #ff5408;
    color: #fff;
    font-size: 1.5em;
    padding: 7px 14px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.hdr-cta {
    display: inline-flex;
    align-items: center;
}

.hdr-cta .social {
    display: inline-grid;
    vertical-align: middle;
}

.hdr-cta  .fa-facebook-square:before {
    vertical-align: middle;
}

.hdr-cta .social i {
    font-size: 48px;
}

.rev_slider {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;

}

.rev_slider .overlay {
  background: rgb(0,0,0,.9);
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  z-index: 4;
  border-radius: 0 0 30% 0;
}




/*-----============= About =============---------*/

#About {
    background:rgb(255 255 255);
}

.about-img {
    border-radius: 0 0 60px 0;
}




/*-----============= Services =============---------*/


.hm-srvc-bx {
    position: relative;
    backdrop-filter: opacity(.4);
}

.hm-srvc-bx.srvc-1{
    background-image: url(../img/srvc-1.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}

.hm-srvc-bx.srvc-2{
    background-image: url(../img/srvc-2.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}

.hm-srvc-bx.srvc-3{
    background-image: url(../img/srvc-3.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}

.hm-srvc-bx:hover small, .hm-srvc-bx:hover h4{
    color: #fff;
}

.hm-srvc-bx:after {
    content: '';
    background: rgba(255, 255, 255, .7);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.hm-srvc-bx:hover:after {
    background: rgba(255, 85, 8, .8);
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}




/*-----============= Testimonials =============---------*/

.carousel-inner {
    padding-top: 80px;

}

.testimonial-body{
    text-align: center;
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
}

.testimonial-body:before {
    content: "\f10d";
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    font-size: 2.5em;
    color: #fff;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: lighter;
    opacity: .4;
    z-index: 99;
}

.testimonial-body .client-name {
    font-size: 1.5em;
    font-style: italic;
    color: #fff;
    position: relative;
    margin-top: 40px;
}


.client-name:before {
    content: "";
    background: #fff;
    width: 60px;
    height: 2px;
    display: block;
    position: absolute;
    top:-15px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-body p {
  color: #fff;
  font-size: 19px;
  font-weight: 200;
  line-height: 1.6;
  letter-spacing: .5px;
  margin: 0;
}

.testimonial-body .fa-quote-right {
  color: #eee;
  font-size: 40px;
  float: right;
}

.testimonial-img {
    background-color: #686de0;
    color: #fff;
    text-align: center;
    width: 40%;
    overflow: hidden;
    max-height: 350px;
    display: flex;
    justify-content: center;
    border-radius: 10px 0 0 10px;
}

.testimonial-img img {
  height: 100%;
  width: auto;
  
}

#testimonial .carousel-control-next,
#testimonial .carousel-control-prev {
    top: -60px !important;
    bottom: 100% !important;
    width: 25px !important;
}

#testimonial .carousel-control-next {
    left: 30px !important;
}

#Testimonials .carousel-item {
    min-height: 180px !important;
}


/*-----============= Gallery =============---------*/



.splide__slide img {
    width: 100%;
    border-radius: 5px 5px 60px 5px;
}

.splide__slide img{
    transform: scale(.8);
    opacity: .6;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.splide__slide.is-active img{
    transform: scale(1);
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}



/*-----============= Footer =============---------*/

#Contact form{
    width: 80%;
    margin: 0 auto;
}

#Contact form label{
    width: 100%;
}
.fs-13{
    font-size: 13px;
}
#Contact form input[type="text"], #Contact form textarea {
	background: #fff;
	color: #333;
	border: 0px;
	box-shadow: none;
	padding: 10px 15px;
	display: block;
  font-size: 14px;
}

#Contact textarea {
    width: 100%;
    height: 6em;
}

#Contact form .submit-btn {
    padding: 7px 25px;
    border-radius: 3px;
    display: inline-block;
    background-color: #fe7e02;
    color: white;
    font-size: 14px;
    cursor: pointer;
    border: 0px;
}

#Contact form .form-check {
    display: inline-block;
    padding-right: 15px;
    margin-top: 15px;
}

#Contact .contact-bg {
    background: url(img/contact.jpeg) no-repeat center left;
    background-size: 53%;
}

#Contact {
    background:rgba(0, 0, 0, .8) url(img/newsletter.jpeg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: color;
}


.footer-logo {
	max-width: 300px;
}

footer ul li {
	list-style: none;
	padding: 8px 0;
}

.divider:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #90a4c0;
}

footer .copyright {
	font-size: 15px;
	font-weight: 300;
}



@media screen and (max-width:991px) {
    header {
        position: relative;
    }

    .navbar-collapse {
        position: absolute;
        top: 100px;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        left: 0;
        background: #000;
        padding: 15px;
    }

    .navbar-nav li {
        padding: 10px 6px;
    }

    #About .pl-50 {
        padding-left: 15px;
    }
}

@media screen and (max-width:777px) {
    .rev_slider .overlay {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .img-left, .img-right {
        max-width: 100%;
        width: 100%;
        float: none;
        border-radius: 0 0 0 0px;
        margin: 0px 0px 20px 0px;
    }


    nav .container, .container-sm {
        max-width: 100%!important;
    }
}

@media screen and (max-width:460px) {
    #gallery .p-100 {
        padding: 30px;
    }
}














