/********** Template CSS **********/
:root {
    --primary: #A31319;
    --secondary: #FDBE33;
    --light: #F4F6F8;
   /********** --dark: #1470A3;**********/
	--dark:#332829;
}


.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.header-text-lft,.header-text-rt {margin-top:0;margin-bottom:.5rem;font-family:"Roboto",sans-serif;font-weight:700;line-height:1.2;color:#332829}h1,.h1{font-size:calc(1.375rem + 1.5vw)
@media (min-width: 1200px){.header-text-lft,.header-text-rt {font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}}
.header-text  {margin-top:0;margin-bottom:.5rem;font-family:"Roboto",sans-serif;font-weight:700;line-height:1.2;color:#332829}
.header-text{font-size:calc(1.375rem + 1.5vw)}
@media (min-width: 1200px){.header-text{font-size:2.5rem}}
/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}
.btn-primary{font-size:2rem!important;padding-top:1rem !important;padding-bottom:1rem !important;padding-right:3rem !important;padding-left:3rem !important;}
.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-dark .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #ffffff!important;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 500;
}

.navbar-light.sticky-top { position: sticky;
  position: -webkit-sticky;
    top: -100px;
    transition: .5s;
	z-index:1;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: transparent;
    border: 1px solid #FFFFFF;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header1 {position:relative;
 
   background-image: url("../img/service-banner.webp");
  background-image: -webkit-image-set(
    url("../img/service-banner-767.webp") 1x,
    url("../img/service-banner.webp") 2x);
  background-image: image-set(
    url("../img/service-banner-767.webp") 1x,
    url("../img/service-banner.webp") 2x);
  background-image: image-set(
    url("../img/service-banner-767.webp") 820w,
    url("../img/service-banner.webp") 2500w);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}
p{line-height:2.5rem!important;}
.heading span {font-size:1.25rem;
font-weight:bold!important;
margin-top:0.5rem;
margin-bottm:0.825rem!important;}
/*** Section Title ***/
.section-title h2{font-size:2.25rem;
font-weight:bold!important;}
.section-title h3{font-size:2.25rem;
font-weight:bold!important;}
.section-title h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
}
.section-bg {
  background-color: #f5f6f7;
}


.section-title.text-start h1 {
    padding-left: 0;
}

.section-title h1::before,
.section-title h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    bottom: 0;
    background: var(--dark);
}

.section-title h1::before {
    left: 0;
}

.section-title h1::after {
    right: 0;
}

.section-title.text-start h1::before {
    display: none;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  padding: 40px;
  background: #fff;
  height: 100%;
}
.services h1{text-align:center;}
.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.services .service-item .icon i {
  color: var(--color-secondary);
  font-size: 40px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
  line-height: 1.8;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #f0f1f2;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -15px;
  transition: 0.3s;
}

.services .service-item h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #ebebed;
  transition: 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 1.25rem;
  margin-bottom: 0;
}



.services .service-item:hover .icon:before {
  background: var(--color-primary);
}

.services .service-item:hover h3 {
  border-color: var(--color-primary);
}
/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item img {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.1);
}
/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
   
    z-index: -1;
}

/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    background: rgba(53, 53, 53, .7);
    transition: .5s;
}

.portfolio-item:hover .portfolio-overlay {
    width: 100%;
    height: 100%;
    left: 0;
}

.portfolio-item .portfolio-overlay .btn {
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
    opacity: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 38px;
    top: 50%;
    left: -38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover .team-social {
    left: 0;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    border: 5px solid var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.bg-cta{
  position:relative;
  padding:20px 0px 10px 0px;
   background-image: url("../img/cta-bg.webp");
  background-image: -webkit-image-set(
    url("../img/cta-bg-767.webp") 1x,
    url("../img/cta-bg.webp") 2x);
  background-image: image-set(
    url("../img/cta-bg-767.webp") 1x,
    url("../img/cta-bg.webp") 2x);
  background-image: image-set(
    url("../img/cta-bg-767.webp") 820w,
	url("../img/cta-bg-767.webp") 1176w,
	url("../img/cta-bg.webp") 2500w);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}
.bg-cta-services{
  position:relative;
  padding:20px 0px 10px 0px;
   background-image: url("../img/cta-services-bg.webp");
  background-image: -webkit-image-set(
    url("../img/cta-services-bg-767.webp") 1x,
    url("../img/cta-services-bg.webp") 2x);
  background-image: image-set(
    url("../img/cta-services-bg-767.webp") 1x,
    url("../img/cta-services-bg.webp") 2x);
  background-image: image-set(
    url("../img/cta-services-bg-767.webp") 820w,
	 url("../img/cta-services-bg-767.webp") 1176w,
    url("../img/cta-services-bg.webp") 2500w);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
 text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
    z-index: 1;
}
.carousel-caption h1{font-size:45px!important;
   
}
.carousel-item{
  position:relative;
  padding:320px 0px 300px 0px;
   background-image: url("../img/header-slide1.webp");
  background-image: -webkit-image-set(
    url("../img/header-slide1-767.webp") 1x,
    url("../img/header-slide1.webp") 2x);
  background-image: image-set(
    url("../img/header-slide1-767.webp") 1x,
    url("../img/header-slide1.webp") 2x);
  background-image: image-set(
    url("../img/header-slide1-767.webp") 820w,
	 url("../img/header-slide1-767.webp") 1176w,
    url("../img/header-slide1.webp") 20480w);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}
@media (max-width: 991.98px) {.carousel-caption h1{font-size:20px!important;
   
}
}
@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}
@media (max-width: 1440px)and (min-width:1200px) {.text-primary h1{font-size:30px!important;padding-top:8px;
   
}
#parallax-world-of-ugg p {font-family:'Open Sans', sans-serif; font-size:25px;}
.cta-text p {font-family:'Open Sans', sans-serif; font-size:25px; letter-spacing:5px; padding:20px; text-align:center; color:white; font-weight:900;text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);}
}
@media (max-width: 1176px)and (min-width:1152px) {.text-primary h1{font-size:20px!important;padding-top:15px;
   
}
#parallax-world-of-ugg p {font-family:'Open Sans', sans-serif; font-size:20px;}
.cta-text p {font-family:'Open Sans', sans-serif; font-size:20px; letter-spacing:5px; padding:10px!important; text-align:center; color:white; font-weight:900;text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);}
}
@media (max-width: 1180px)and (min-width:900px) {.text-primary h1{font-size:25px!important;padding-top:10px;
   
}
#parallax-world-of-ugg p {font-family:'Open Sans', sans-serif; font-size:35px!important;}
.cta-text p {font-family:'Open Sans', sans-serif; font-size:35px!important; letter-spacing:5px; padding:10px!important; text-align:center; color:white; font-weight:900;text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);}
}
@media (max-width: 890px)and (min-width:800px) {.text-primary h1{font-size:25px!important;padding-top:10px;
   
}
#parallax-world-of-ugg p {font-family:'Open Sans', sans-serif; font-size:25px!important;}
.cta-text p {font-family:'Open Sans', sans-serif; font-size:25px!important; letter-spacing:5px; padding:10px!important; text-align:center; color:white; font-weight:900;text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);}
}
@media (max-width: 768px) {.text-primary h1{font-size:25px!important;padding-top:10px;
   
}
#parallax-world-of-ugg p {font-family:'Open Sans', sans-serif; font-size:20px!important;}
.cta-text p {font-family:'Open Sans', sans-serif; font-size:20px!important; letter-spacing:5px; padding:10px!important; text-align:center; color:white; font-weight:900;text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);}
.btn-primary{font-size:1rem!important;padding-top:0.5rem !important;padding-bottom:0.5rem !important;padding-right:1rem !important;padding-left:1rem !important;}
}



/* Typography */
/**************************/
.text-star{color:#fab905 !important}
#parallax-world-of-ugg p {font-family:'Open Sans', sans-serif; font-size:45px; letter-spacing:5px; padding:20px; text-align:center; color:white; font-weight:900;text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);  opacity:1;background: rgba( 255, 255, 255, 0.15 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );z-index:-1;}
.cta-text p {font-family:'Open Sans', sans-serif; font-size:45px; letter-spacing:5px; padding:20px; text-align:center; color:white; font-weight:900;text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);}
.first-character {font-weight:400; float: left; font-size: 84px; line-height: 64px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: 'Source Sans Pro', sans-serif;}

.sc {color: #3b8595;}
.ny {color: #3d3c3a;}
.atw {color: #c48660;}

/* Section - Title */
/**************************/


/* Section - Block */
/**************************/


/* Section - Parallax */
/**************************/
#parallax-world-of-ugg .parallax-one {padding-top: 200px; padding-bottom: 200px; overflow: hidden; position: relative; width: 100%;  background: url(../img/parallax.webp);
 background-image: -webkit-image-set(
    url("../img/parallax-767.webp") 1x,
    url("../img/parallax-767.webp") 2x);
  background-image: image-set(
    url("../img/parallax-767.webp") 1x,
    url("../img/parallax-767.webp") 2x);
  background-image: image-set(
    url("../img/parallax-767.webp") 800w,url("../img/parallax-767.webp") 900w,url("../img/parallax-820.webp") 1176w,url("../img/parallax-820.webp") 1280w,
    url("../img/parallax.webp") 1920w); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: top center;}


/* Extras */
/**************************/
#parallax-world-of-ugg .line-break {border-bottom:1px solid black; width: 150px; margin:0 auto;}

/* Media Queries */
/**************************/
@media screen and (max-width: 959px) and (min-width: 768px) {
  #parallax-world-of-ugg .block {padding: 40px; width:620px;}
}
@media screen and (max-width: 767px) {
  #parallax-world-of-ugg .block {padding: 30px; width:420px;}
 
  #parallax-world-of-ugg .block {padding: 30px;}
  #parallax-world-of-ugg .parallax-one, #parallax-world-of-ugg .parallax-two, #parallax-world-of-ugg .parallax-three {padding-top:100px; padding-bottom:100px;}
}
@media screen and (max-width: 479px) {
  #parallax-world-of-ugg .block {padding: 30px 15px; width:290px;}
}

.flex-container { 
            display: flex; 
           
            flex-flow: column wrap; 
           
            align-content: space-between; 
        } 
/*** Footer ***/
.footer {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7));
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}
.footer  a {
    color: var(--light);
}
.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}