body {
	font-family: 'Montserrat', serif;
	font-size: 17px;
    color: #444;
    line-height: 1.6;
	margin: 0;
	padding: 0;
    background: #fff;
    font-weight: 400;
}

a {
	color: #fe7e02;
	text-decoration: none;
    cursor: pointer;
}

.title {
  margin-top: 10px;
	margin-bottom: 20px;
}

h1.title {
    font-family: 'Josefin Slab', serif;  
    font-weight: 400;
	font-weight: 400;
	font-size: 2.5em;
	position: relative;
	color: #690e0b;
    padding-left: 25px;
}

h1.title:before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #690e0b;
}

h1.title.text-center {
    padding: 0px;
}

h1.title.text-center:before {
    content: '';
    display: block;
    width: 75px;
    height: 5px;
    position: absolute;
    top: 108%;
    left: 50%;
    transform: translateX(-50%);
    background: #690e0b;
}

h1.title.text-white:before {
    background: #fff;
}

.title span {
    color: #e30000;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
  }

.title span i {
    font-size: 15px;
    color: #2b7500;
    margin-right: 10px;
    margin-left: 10px;
}

h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.5em;
  }

a.btn {
    color: #000;
    background: #ffc020;
    border: 3px solid #000;
    border-radius: 40px;
    padding: 10px 30px;
    font-family: 'Josefin Sans', sans-serif;
}

a.btn:hover {
    border: 3px solid #000;
    box-shadow: 5px 5px 0 #333;
    color: #040404;
}

a.btn.btn-cta {
    width: 60%;
    font-size: 30px;
}

a.btn.btn-cta:hover {
    border: 3px solid #fff;
    box-shadow: 5px 5px 0 #fff;
    color: #fff;
}

a.btn.btn-white:hover {
    border: 3px solid #fff;
    box-shadow: 5px 5px 0 #fff;
    color: #fff;
}

.bg-dred {
    background: #690e0b;
}


a.btn.btn-art:hover {
    border: 3px solid #fff;
    box-shadow: 5px 5px 0 #fff;
    color: #fff;
}




/*-----============= Header =============---------*/

header {
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0px;
    margin: 0 auto;
    z-index: 1;
    left: 0;
    right: 0;
    width: 100%;
    /*animation: slideout .8s;*/
    border-bottom: 1px solid #fff;

}

header.fixed-top {
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    animation: slidein .8s;
    animation-fill-mode: forwards;
}

@keyframes slidein {
    from{
        transform: translateY(-100px);
    }
    to{
        transform: translateY(0px);
    }

}

@keyframes slideout {
    from{
        transform: translateY(-100px);
    }
    to{
        transform: translateY(0px);
    }

}

header.fixed-top .navbar-nav li .nav-link{
    color: #fff;
}

.social ul li{
    color: #000;
    display: inline-block;
    list-style: none;
}

.logo {
    position: relative;
}

.logo img{
	max-width: 350px;
}


.btn-hdr {
    font-size: 14px;
    background: rgba(255, 255, 255, .3);
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px 15px;
    margin: 0px 5px;
    font-family: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.5;
    color: #fff;
    display: block;
    width: 100px;
    height: 40px;
}

.btn-hdr:before{
    content: "Call Now";
    display: block;
    width: 100%;
    height: auto;
}

.btn-srvc {
    font-size: 14px;
    background: rgba(255, 255, 255, .3);
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px 15px;
    margin: 0px 5px;
    font-family: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.5;
    color: #fff;
    display: inline-block;
    width: auto;
    height: 40px;
}
.btn-srvc:after, .btn-srvc:before {
    display: none;
}

.navbar {
    flex-wrap: nowrap;
}

.navbar .container-fluid {
    padding: 0 5em;
}

.navbar-toggler{
    color: #fff;
    background: #ec2d0a;
    border: 0px;
    height: 65px;
    border-radius: 0px;
}

.navbar-toggler-icon {
    height: 1em;
    background-image: none;
}

.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon:before {
    content: '\f0c9';
    display: block;
    font-family: "Font Awesome 5 Pro";
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    content: '\f00d';
    display: block;
    font-family: "Font Awesome 5 Pro";
}

.navbar-toggler:focus {
    box-shadow: none;
}


.navbar-nav li {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 8px 6px;
}

.navbar-nav li .nav-link{
    color: #f7a44f;
    letter-spacing: .1rem;
    position: relative;
}

.navbar-nav li .nav-link.active{
    color:#690e0b;
}

.navbar-nav li .nav-link:after{
    content: '';
    background: #f7a44f;
    width: 0%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease-in-out 0s;
}

.navbar-nav li .nav-link:hover:after, .navbar-nav li .nav-link.active:after{
    width: 80%;
}


.rev_slider {
	font-family: 'Forum', cursive;
}

.rev_slider .overlay {
  background: rgb(0 0 0 / 60%);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 4;
}


.rev_slider .tp-caption li{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rev_slider .tp-caption ul{
  padding: 0px;
  list-style: inherit;
}

.rev_slider .tp-caption li:before{
  content: '';
  height:15px;
  width: 15px;
  border: 2px solid #fff;
  border-radius: 20px;
  display: inline-block;
  margin-right: 10px;
}

.rev_slider .tp-caption li:first-child:before{
  display: none;
}



/*-----============= About =============---------*/

#about-sec {
    margin-top: -10em;
    z-index: 4;
    position: relative;
    background: #690e0b;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}

.abt-img {
    position: relative;
    border: 2px solid #fff;
}

.abt-img img{
    min-height: 600px;
    object-fit: cover;
}

.abt-img:before, .abt-img:after{
    content: '';
    display: block;
    width: 30%;
    height: 90%;
    background: transparent;
    border: 2px solid #fff;
    position: absolute;
    z-index: -1;
}

.abt-img:before{
    top: 0;
    left: 0;
    transform: translateX(-17px) translateY(-17px);
}

.abt-img:after{
    bottom: 0;
    right: 0;
    transform: translateX(17px) translateY(17px);
}

.bg-green {
    background: #9cc673;
}

.text-big {
    font-family: 'Josefin Slab', serif;
    font-size: 1.5em;
    font-style: italic;
}



/*-----============= Services Tabs =============---------*/

#services{
    position: relative;
    margin-top: -4em;
    z-index: 5;
    background: #fff;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}

.srvc-box {
    overflow: hidden;
    position: relative;
    display: inline-grid;
}

.srvc-box img{
    width: 80%;
    height: 450px;
    object-fit: cover;
    justify-self: end;
    border-radius: 20px;
    transition: all .3s;
}

.srvc-box .srvc-box-desc{
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f7a44f;
    border-radius: 20px;
    padding: 30px 20px;
    min-height: 300px;
    color: #fff;
    display: inline-grid;
    align-content: end;
    transition: all .3s;
}

.srvc-box .srvc-box-desc p{
    margin: 0;
}

.srvc-box:hover img{
    width: 100%;
    transition: all .3s;
}

.srvc-box:hover .srvc-box-desc{
    width: 100%;
    transition: all .3s;
    background: rgb(247 164 79 / 90%);
}



/*-----============= Form =============---------*/

form.consult input, form.consult select, form.consult textarea {
    color: #fff;
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    border: 1px solid #9cc673;
    background: rgba(255, 255, 255, .4);
}


form.consult input:focus, form.consult input:active,
form.consult select:focus, form.consult select:active,
form.consult textarea:focus, form.consult textarea:active {
    background: rgba(0, 0, 0, .2);
    color: #fff;
    outline: none;
    box-shadow: none;
}

::placeholder {
    color: #fff;
}


/*-----============= Testimonial =============---------*/

section.testimonial {
    position: relative;
    margin-top: -4em;
    z-index: 5;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    background: #f7a44f;
    color: #fff;
}

.carousel {
    min-height: 300px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .2);
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
}

.carousel-inner{
    height: 100%;
    width: 90%;
    display: flex;
    align-items: center;
}

.carousel-caption {
    position: initial;
    text-align: center;
}

.carousel-caption h5{
    color: #fff;
    font-style: italic;
}

.carousel-indicators {
    bottom: 10px;
}

.carousel-indicators [data-bs-target] {
    background-color: #fff;
    width: 15px;
    height: 5px;
    border-radius:5px !important;
    border: 0px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.carousel-indicators [data-bs-target].active {
    width: 25px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}


/*-----============= Footer/Contact =============---------*/

footer#contact-us {
    position: relative;
    margin-top: -3em;
    z-index: 5;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    background: #f7a44f;
    color: #fff;
}




/*-----============= Inside Page =============---------*/

.inside-header {
    min-height: 600px;
    background: rgba(0, 0, 0, .9) url(../img/inside-header.jpeg) no-repeat center;
    background-size: cover;
    background-blend-mode: color;
    display: grid;
    justify-content: center;
    align-items: center;
}

.inside-header h1{
    font-family: 'Josefin Slab';
    color: #fff;
    font-size: 5em;
    font-weight: 800;
}


#srvc-1, #srvc-2, #srvc-3, #srvc-4 {
    margin-top: 0em;
    z-index: 4;
    position: relative;
    background: #fff;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    background: #fff;
    min-height: 80vh;
}

.mb-large {
    margin: 4em 0;
}

#srvc-1 {
    background: rgba(255, 255, 255, .5) url(../img/hm-service-1.jpeg) no-repeat center right;
    background-size: cover;
    background-blend-mode: color;
    background-attachment: fixed;
    margin-top: -10em;
}

#srvc-2 {
    background: rgba(255, 255, 255, .5) url(../img/hm-service-2.jpeg) no-repeat center left;
    background-size: cover;
    background-blend-mode: color;
    background-attachment: fixed;
}

#srvc-3 {
    background: rgba(255, 255, 255, .5) url(../img/hm-service-3.jpeg) no-repeat center right;
    background-size: cover;
    background-blend-mode: color;
    background-attachment: fixed;
}

#srvc-4 {
    background: rgba(255, 255, 255, .5) url(../img/hm-service-4.jpeg) no-repeat center left;
    background-size: cover;
    background-blend-mode: color;
    background-attachment: fixed;
    margin-bottom: 4em;
}



/*-----============= Contact =============---------*/

section#contact {
    position: relative;
    margin-top: -10em;
    z-index: 5;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    background: #fff;
}

/* Articles CSS */
section.articles {
    position: relative;
    margin-top: -4em;
    z-index: 5;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    background:white;
    color: #fff;
}
.pb-45
{
   
    padding-bottom: 45px;;
}
/*End Articles CSS */
/*=============== Media Query ==============*/

@media only screen and (max-width: 1074px) {

    .logo{
        width: 130px;
    }

    .social {
        width: 150px;
    }

    .btn-hdr {
        width: 40px;
        padding: 8px 0px;
        font-size: 17px;
    }

    .btn-hdr:before {
        content: "\f095";
        font-family: "Font Awesome 5 Pro" !important;
    }

    #services .plr-80 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .srvc-box .srvc-box-desc{
        width: 90%;
    }


}


@media only screen and (max-width: 991px) {

    .navbar-collapse {
        position: absolute;
        display: block;
        top: 136px;
        left: 0;
        right: 0;
        text-align: center;
        background: #ec2d0a;
        z-index: 1;
    }

    .dropdown-menu li a {
        text-align: center;
    }

    .navbar-nav li .nav-link:hover:after, .navbar-nav li .nav-link.active:after {
        width: 150px;
    }

    .social {
        margin-right: auto;
    }

    #highlight .boxes {
        transform: translateY(-30%);
    }

    .abt-img img {
        min-height: 100%;
    }

    .inside-page .pl-40 {
        padding-left: 15px;
        padding-top: 15px;
    }

    .inside-page .sidebar.p-40 {
        padding: 20px 40px;
    }

}


@media only screen and (max-width: 767px) {

    .tp-slide-img img{
        width: 100% !important;
        height: auto !important;
    }

    #services-tabs .tabs.d-flex {
        display: inline-block !important;
    }

    .srvc-tab-btn {
        min-height: 60px;
    }

    .srvc-tab-btn span.srvc-num {
        top: 50%;
        transform: translateY(-50%);
    }

    .srvc-tab-btn.active:after {
        right: 0px;
        top: 100%;
        border-width: 25px 30px 0px 30px;
        border-color: #9cc673 transparent transparent transparent;
    }

    #highlight .boxes {
        transform: translateY(0%);
        margin-top: 40px;
    }

    #highlight .icon-box:nth-child(odd):after {
        display: none;
    }

    .wow{
        animation-name: none !important;
        visibility: visible !important;
    }
    .mob-mt-2{
        margin-top: 10px!important;
    }
}



@media only screen and (max-width: 575px) {

    #about-sec .p-60 {
        padding: 30px;
    }

    #about .p-80 {
        padding: 30px;
    }

    #highlight .icon-box:after {
        display: none;
    }

    #testimonial .plr-80 {
        padding-left: 30px;
        padding-right: 30px;
    }

    #about.ptb-60, #services-tabs.ptb-60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .srvc-tab-btn span.srvc-num {
        left: 50px;
    }

    .navbar .container-fluid {
        padding: 0px;
    }
    
    #srvc-1, #srvc-2, #srvc-3, #srvc-4 {
        background-attachment:scroll;
    }

    #srvc-1 .p-60, #srvc-2 .p-60, #srvc-3 .p-60, #srvc-4 .p-60 {
        padding: 20px;
    }

    .inside-header h1 {
        font-size: 3.5em;
    }
	
	.logo img {
		max-width:270px;
	}
   

}



















