@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body, p, span, li{
    font-family: "Lato", sans-serif;
    font-weight: 400;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
;
    width: 2em;
}
a{
    transition: 0.3s all;
    color:#e94f04;
}
a:hover{
    color:#333;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    font-family: "Poppins", sans-serif;
    font-weight:400;
    color:#232f3e;
}
.offcanvas.offcanvas-end{
    z-index:99999;
}
section:not(.section-image-banner) h1:after {
    content: "";
    width: 100px;
    height: 1px;
    display: block;
    position: relative;
    margin: 20px auto;
    background: #a7605a;
}
h1, .h1 {
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
    position: relative;
}
h2, .h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
    position: relative;
}
h3, .h3 {
    font-size: 26px;
    line-height: 34px;
    font-weight: bold;
    position: relative;
}
.primary-color{
    color:#a7605a;
}
.secondary-color{
    color: #573b0c;
}
.primary-background{
    background:#a7605a;
}
.secondary-background{
    background: #573b0c;
}
.third-background{
    background: #c0c0c0;
}
.third-background p{
	color: #232f3e
}
a, a:hover {
    text-decoration: none;
    transition: 0.3s all;
}
.accent-background {
    background: #e94f04;
}
.btn-custom{
    transform: translate(0%, 0%);
    color: #e94f04;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    padding: 0.5em 2em;
    border: 2px solid #e94f04;
    transition: 0.02s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}
.btn-custom::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #e94f04;
    transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
    z-index: -1;
}
.btn-custom::after {
    content: "";
    display: inline-block;
    background-image: url(https://cdn-icons-png.flaticon.com/128/109/109617.png);
    position: absolute;
    top: 0;
    left: calc(100% - 3em);
    right: 3em;
    bottom: 0;
    background-size: 1.5em;
    background-repeat: no-repeat;
    background-position: center;
    transition: right 0.3s cubic-bezier(0.1, 0, 0.1, 1);
}
.btn-custom:hover {
    padding: 0.5em 3.5em 0.5em 0.5em;
    color:#000;
}
.btn-custom:hover::before {
    left: calc(100% - 3em);
    right: 0;
    transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}
.btn-custom:hover::after {
    right: 0;
    transition: right 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.swiper {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next, .swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.6);
    width: 50px!important;
    height: 90px!important;
    /* border-radius: 100%; */
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 34px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #e94f04;
}
.slider-title {
    position: absolute;
    z-index: 99;
    top: 70%;
    left: 0;
    right: 0;
    font-size: 40px;
    line-height: 54px;
    padding: 15px;
    text-align: start;
    padding-left: 125px;
    color: #fff;
}
.slider-title:before {
    content: "";
    width: 15px;
    height: 31px;
    background: #e94f04;
    position: absolute;
    left: 100px;
    top: 27px;
}
.overlay {
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    overflow:hidden;
}
.service-single .overlay{
    border-radius:10px;
}
.fixed-header {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
     transition:0.3s all;
}
.fixed-header.fixed-header_scroll .navbar-brand img {
    filter: none;
    width:220px;
}
.fixed-header.fixed-header_scroll {
    background-color: rgba(255, 255, 255, 0.8);
}
.fixed-header .navbar-brand img {
    transition:0.3s all;
    width:320px;
}
button.navbar-toggler {
    border: none;
    border-radius: 0;
    background: #e94f04;
}
.service-single {
    position: relative;
    width: 100%;
    height: 300px;
	box-shadow: 0px 3px 10px 3px #33333385;
	border-radius:10px;
}
.service-single img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-single_inner {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom:8px;
    padding: 10px;
    color: #fff;
    margin:0;
    z-index:99;
}
.service-single_inner h5 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.section-image-banner h1:before {
    content: "";
    width: 5px;
    height: 50px;
    background: #e94f04;
    display: block;
    position: absolute;
}
.button {
   display: flex;
   align-items: center;
   padding: 6px 10px;
   position: relative;
   cursor: pointer;
   position:relative;
   z-index:99;
   width:180px
}
.button:before {
    content: "";
    background-color: white;
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
    border-radius: 10px;
    transition: all 0.4s 0.3s ease-in-out;
}
.button .link-button {
    background-color: transparent;
    font-size: 14px;
    color: #fff;
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border: 0;
    padding-left: 20px;
    left: 0;
    line-height: auto;
    overflow: hidden;
    text-decoration:none;
}
.button .link-button:before {
    content: "";
    background-color: #e94f04;
    width: 3px;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.button .link-button:after {
    content: "";
    width: 11px;
    height: 11px;
    display: flex
;
    align-items: center;
    background-color: transparent;
    position: absolute;
    border: solid 3px #e94f04;
    border-left: 0;
    border-bottom: 0;
    top: calc(50% - 6px);
    border-radius: 2px;
    transform: translateX(-42px) rotate(45deg);
    transition: all 0.3s 0.2s ease-in-out;
}
.button:hover:before {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0px;
}
.button:hover .link-button {
    padding-left: 50px;
    color:#e94f04;
}
.button:hover .link-button:before {
    left: 19px;
    transform: rotate(90deg);
}
.button:hover .link-button:after {
    transform: translate(-28px) rotate(45deg);
}
a.absolute-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
a.absolute-link:hover ~ .service-single_inner .button::before {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0px;
}
a.absolute-link:hover ~ .service-single_inner .button a {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0px;
}
a.absolute-link:hover ~ .service-single_inner .button a.link-button {
    padding-left: 50px;
    color:#e94f04;
}
a.absolute-link:hover ~ .service-single_inner .button a.link-button:before {
    left: 19px;
    transform: rotate(90deg);
}
a.absolute-link:hover ~ .service-single_inner .button a.link-button:after {
    transform: translate(-28px) rotate(45deg);
}
.team-img {
    width: 100%;
    height: 330px;
    overflow: hidden;
    margin:0 auto;
    margin-bottom:15px;
	position:relative;
}
.team-img img{
    width: 100%;
    height: 100%;
    object-fit:cover;
	transition: 0.85s all;
}
img.bottom-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}
.team-img:hover .top-img {
    opacity: 0;
}
.team-img:hover .bottom-img {
    opacity: 1;
}
.single-team {
    position: relative;
    text-align: center;
}
.grid-team{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}
.section-image-banner{
    position:relative;
    overflow:hidden;
    height:30vh;
}
.section-image-banner h1,
.section-image-banner h2{
    z-index:10;
    margin:0;
}
ul.wpb_page_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 60px;
}
.wpb_page_list a{
    border: none;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 16px;
    color:#000;
    text-decoration:none;
    border-left: 7px solid #e94f04;
}
.wpb_page_list a:hover, .wpb_page_list .current_page_item a{
    background:#e94f04;
}
.section-image-banner h1 {
    position: relative;
    z-index: 99;
    padding-left: 20px;
}
.section-image-banner h1:before {
    content: "";
    width: 10px;
    height: 29px;
    background: #e94f04;
    display: block;
    position: absolute;
    left: 0;
    bottom: 9px;
}
footer, #wrapper-footer-full, #wrapper-static-hero {
    background-color: #333 !important;
}
.widget-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul li a, footer p, footer .widget_text a {
    color: #fff;
    transition: 0.3s all;
    font-size: 14px;
}
footer ul li a:hover, footer .widget_text a:hover{
    color:#e94f04;
}
p.copyright {
    font-size: 12px;
    margin: 0;
    padding: 10px 0;
}
.copyright a{
    color:#e94f04;
}
.copyright a:hover{
    color:#fff;
}
.navbar-nav .dropdown-menu {
    border-radius: 0;
    padding: 0;
    background: none;
    border: none;
}
.navbar-nav a, .dropdown-item {
    color: #fff;
    border-bottom: 1px solid #a7605a;
    transition:0.3s all;
}
.navbar-nav .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar-nav .dropdown-menu .dropdown-item:active{
    background:none;
    color: var(--bs-nav-link-hover-color);

}
.current-menu-item > a, .navbar-nav a:hover {
    border-bottom: 1px solid #fff;
}
.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea{
    border-radius:0;
}
.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
    color: #333;
    background-color: #fff;
    border-color: #e94f04;
    outline: 0;
    box-shadow: none;
}
.wpcf7 input[type=submit]{
    border-color: #e94f04;
    color:#e94f04;
}
.wpcf7 input[type=submit]:hover, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=submit]:active{
    border-color: #e94f04;
    background:#e94f04;
    color:#fff;
}
.section{
        padding:30px 0;
    }
    
.contact-side {
    padding: 0 30px;
    text-align: center;
    padding-bottom:30px;
}
.contact-side p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}
.contact-side img{
    max-width:250px;
    margin:o auto;
    margin-bottom:20px;
}
.social-footer {
    display: inline-block;
	margin-top:15px
}
.social-footer i {
    font-size: 20px;
    padding: 5px;
    width: 25px;
}
.fact-icon {
    margin-bottom: 10px;
    font-size: 30px;
}
.fact-box h5{
	text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
	line-height: 1.4;
}
.fact-box h5 span
{
	font-size: 24px;
    text-transform: none;	
	
}

@media(min-width:992px){
    .section{
        padding:70px 0;
    }
}
@media(max-width:991px){
    .fixed-header .navbar-brand img {
        width: 220px;
    }
    .slider-title {
        font-size: 30px;
        line-height: 34px;
        padding-left: 25px;
    }
    .slider-title:before, .section-image-banner h1:before{
        content:none;
    }
    .section-services .col {
        width: 100%;
        flex: 1 0 100%;
    }
    ul.wpb_page_list {
        flex-direction: column;
        margin-bottom: 30px;
    }
        ul.wpb_page_list li {
        width: 100%;
    }
    .wpb_page_list a {
        width: 100%;
        display: flex;
        align-items: start;
        justify-content: start;
    }
    .section-image-banner h1 {
        font-size: 26px;
        line-height: 32px;
        padding-left:0;
    }
    .grid-team {
        grid-template-columns: repeat(1, 1fr);
    }
	.footer-widget{
		margin-bottom:25px;
	}
    
}