/********** Template CSS **********/
:root {
    --primary: #FF800F;
    --secondary: #001064;
    --light: #F6F7F8;
    --dark: #010A35;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.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;
}
.btn-lg-square1 {
    width: 82px;
    height: 49px;
}
.btn-square1,
.btn-sm-square1,
.btn-lg-square1 {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*  */

.navbar-nav > li.dropdown:hover > ul.dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
}

.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-menu {
    display: block!important;
    visibility: visible!important;
    opacity: 1!important;
    top: 0px;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}
.dropdown-menu > li > a:hover:after {
    transform: rotate(-90deg);
} 
.dropdown-submenu .dropdown-menu {
    min-width: 17rem !important;
}

/*** Navbar ***/

 .navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand img {
    max-height: 60px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 10px 0;
    color: #696E77;
    font-weight: 400;
    outline: none;
}

.navbar .navbar-nav .dropdown-menu .nav-link1 {

    padding: 10px 10px;
    color: #696E77;
    font-weight: 400;
    outline: none;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}
.navbar .navbar-nav .nav-link1:active {
    color: #fff;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    /* font-family: "Poppins"; */
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
} 


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* background: rgba(1, 10, 53, .8); */
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--dark);
    border: 12px solid var(--dark);
    border-radius: 3rem;
}

.page-header {
    background: linear-gradient(rgba(1, 10, 53, .8), rgba(1, 10, 53, .8)), url(../img/carousel-1.jpeg) center center no-repeat;
    background-size: cover;
}
.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: var(--primary);
}

.cleaning-page-header {
    background: linear-gradient(rgba(1, 10, 53, .8), rgba(1, 10, 53, .8)), url(../img/cleaning-baner.jpg) center center no-repeat;
    background-size: cover;
}
.cleaning-page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.cleaning-page-header .breadcrumb-item a:hover,
.cleaning-page-header .breadcrumb-item.active {
    color: var(--primary);
}

.about-page-header {
    background: url(../img/about-us-banner-img.jpg) center center no-repeat;
    background-size: 100% 350px;
}
.contact-page-header {
    background: url(../img/contact-us-banner-img.jpg) center center no-repeat;
    background-size: 100% 350px;
}
.about-page-header .breadcrumb-item a,
.about-page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.contact-page-header .breadcrumb-item a:hover,
.contact-page-header .breadcrumb-item.active {
    color: var(--primary);
}

.contact-page-header {
    background: url(../img/contact-us-banner-img.jpg) center center no-repeat;
    background-size: 100% 350px;
}
.contact-page-header .breadcrumb-item a,
.contact-page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.about-page-header .breadcrumb-item a:hover,
.about-page-header .breadcrumb-item.active {
    color: var(--primary);
}


/*** Facts ***/
.facts {
	position: relative;
}

.facts * {
	position: relative;
	z-index: 1;
}

.facts::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    background: rgba(1, 10, 53, .8);
}


/*** Quote ***/

.container.quote .quote-text,
.container.quote .quote-form {
	position: relative;
}

.container.quote .quote-text *,
.container.quote .quote-form * {
	position: relative;
	z-index: 1;
}

.container.quote .quote-text::after,
.container.quote .quote-form::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.container.quote .quote-text::after {
    background: rgba(1, 10, 53, .8);
}

.container.quote .quote-form::after {
    background: rgba(255, 255, 255, .8);
}

.container.quote .quote-text .h-100,
.container.quote .quote-form .h-100 {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*** Service ***/
.service-item .service-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item .service-icon img {
    max-width: 60px;
    max-height: 60px;
}


/*** Team ***/
.team-item .team-img::before,
.team-item .team-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(1, 10, 53, .8);
    transition: .5s;
}

.team-item .team-img::after {
    left: auto;
    right: 0;
}

.team-item:hover .team-img::before,
.team-item:hover .team-img::after {
    width: 50%;
}

.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 1;
}


/*** Testimonial ***/
.animated.pulse {
    animation-duration: 1.5s;
}

.testimonial-left,
.testimonial-right {
    position: relative;
}

.testimonial-left img,
.testimonial-right img {
    position: absolute;
    border-radius: 70px;
}

.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
    width: 70px;
    height: 70px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
    width: 50px;
    height: 50px;
    bottom: 10%;
    right: 10%;
}
/* 
.testimonial-carousel .owl-item img {
    width: 250px;
    height: 150px;
    border-radius: 200px; 
}*/

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}


/*** Footer ***/
.footer {
    color: #7F8499;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #7F8499;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free"; 
    /* font-family: "Poppins"; */
    font-weight: 900;
    color: #7F8499;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #7F8499;
    border: 1px solid #7F8499;
}

.footer .btn.btn-square:hover {
    color: var(--light);
    border-color: var(--primary);
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--primary);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}

/*-- Logo --*/

/* .logo-area {
    background-color: #f6f6f6;
} */

/*-- Foreign --*/

.foreign-area {
    overflow: hidden;
    position: relative;
    /* top: -70px; */
}

/* .foreign-area .foreign-slider {
    left: calc((100% - 510px) / 2);
    position: relative;
}  */

.foreign-area .foreign-slider .owl-prev {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    background-color: #fa5f0b !important;
    text-align: center;
    font-size: 25px !important;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.foreign-area .foreign-slider .owl-prev i {
    line-height: 30px !important;
}

.foreign-area .foreign-slider .owl-prev:hover {
    background-color: #282828 !important;
}

.foreign-area .foreign-slider .owl-next {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    background-color: #fa5f0b !important;
    text-align: center;
    font-size: 25px !important;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.foreign-area .foreign-slider .owl-next i {
    line-height: 30px !important;
}

.foreign-area .foreign-slider .owl-next:hover {
    background-color: #282828 !important;
}

.foreign-area .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    left: -115px;
    top: 210px;
}

.foreign-item {
    text-align: center;
    padding-bottom: 25px;
    -webkit-box-shadow: 0px 10px 10px 0px #dddddd33;
    box-shadow: 0px 10px 10px 0px #dddddd33;
    margin-bottom: 30px;
   
    border-radius: 5px;
    background-color: #ffffff;
}

/* .foreign-item img {
    width: 800px !important;
    height: 400px;
    margin-bottom: 15px;
    border-radius: 5px;
    display: block;
} */


/* .foreign-item .foreign-bottom {
    border-left: 3px solid #fa5f0b;
    padding-left: 10px;
} */

.foreign-item .foreign-bottom h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 5px;
}

.foreign-item .foreign-bottom h3 a {
    color: #282828;
}

.foreign-item .foreign-bottom h3 a:hover {
    color: #fa5f0b;
}

.foreign-item .foreign-bottom span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #ef7f1a;
}



/*-- End Foreign --*/

.btn-play {
    position: relative;
    margin-top: 50px;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #FFFFFF;
  }
  
  .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
  }
  
  .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
  }
  
  .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid #E47A2E;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
  }

  .mx-auto {
    margin-left: auto !important;
  }

  .mx-auto {
    margin-right: auto !important;
  }










/*-- About --*/

.section-title {
    margin-bottom: 35px;
    text-align: center;
}

.section-title .sub-title {
    display: inline-block;
    color: #fa5f0b;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 8px;
}

.section-title h2 {
    font-weight: 600;
    font-size: 38px;
    color: #282828;
    text-transform: capitalize;
}

.about-area {
    padding-top: 165px;
    padding-bottom: 155px;
}

.about-area .section-title {
    text-align: left;
    margin-bottom: 30px;
}

.about-area .about-content p {
    color: #282828;
    font-weight: 400;
    margin-bottom: 18px;
}

.about-area .about-content ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.about-area .about-content ul li {
    list-style-type: none;
    display: block;
    font-weight: 400;
    margin-bottom: 15px;
}

.about-area .about-content ul li:last-child {
    margin-bottom: 0;
}

.about-area .about-content ul li i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    color: #fa5f0b;
    background-color: #f2f4fd;
    margin-right: 8px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.about-area .about-content ul li:hover i {
    color: #ffffff;
    background-color: #fa5f0b;
}

.about-area .about-content img {
    display: inline-block;
    margin-right: 25px;
    border-right: 3px solid #fa5f0b;
    padding-right: 25px;
}

.about-area .about-content img:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.about-area .about-img-wrap {
    position: relative;
}

.about-area .about-img-wrap .about-img-slider .about-img-item img {
    width: unset !important;
    max-width: 450px;
}

.about-area .about-img-wrap .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    right: 85px;
    top: 180px;
    max-width: 20px;
}

.about-area .about-img-wrap .owl-theme .owl-dots .owl-dot span {
    background: #fbad86;
}

.about-area .about-img-wrap .owl-theme .owl-dots .owl-dot.active span {
    background: #ffffff;
}

.about-area .about-img-wrap .about-shape img {
    position: absolute;
}

.about-area .about-img-wrap .about-shape img:nth-child(1) {
    top: -25px;
    left: 0;
}

.about-area .about-img-wrap .about-shape img:nth-child(2) {
    bottom: -55px;
    right: 0;
    z-index: 1;
}

.about-area .about-img-wrap .about-shape img:nth-child(3) {
    top: -65px;
    right: 25px;
}

.about-area .about-img-wrap .about-shape img:nth-child(4) {
    top: 255px;
    right: -50px;
}

.about-area .about-img-wrap .about-year {
    z-index: 1;
    background-color: #ffffffd9;
    border-left: 5px solid #02111e;
    display: inline-block;
    padding: 35px 60px;
    position: absolute;
    left: 0;
    bottom: -36px;
}

.about-area .about-img-wrap .about-year h2 {
    font-size: 58px;
    color: #02111e;
    font-weight: 600;
    margin-bottom: 0;
}

.about-area .about-img-wrap .about-year h2 span {
    font-size: 38px;
}

/*-- End About --*/
 /*-- About --*/
 .section-title {
    margin-bottom: 30px;
}
.section-title .sub-title {
    font-size: 15px;
}
.section-title h2 {
    font-size: 25px;
}
.about-area {
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-area .about-content {
    margin-bottom: 30px;
}
.about-area .about-content ul li {
    font-size: 13px;
}
.about-area .about-content img {
    margin-right: 10px;
    padding-right: 15px;
}
.about-area .about-img-wrap .owl-theme .owl-nav.disabled+.owl-dots {
    right: 10px;
    top: 160px;
}
.about-area .about-img-wrap .about-shape img {
    position: absolute;
}
.about-area .about-img-wrap .about-shape img:nth-child(1) {
    display: none;
}
.about-area .about-img-wrap .about-shape img:nth-child(2) {
    display: none;
}
.about-area .about-img-wrap .about-shape img:nth-child(3) {
    display: none;
}
.about-area .about-img-wrap .about-shape img:nth-child(4) {
    display: none;
}
.about-area .about-img-wrap .about-year {
    padding: 15px 30px;
    left: 0;
    bottom: 0;
}
.about-area .about-img-wrap .about-year h2 {
    font-size: 35px;
}
.about-area .about-img-wrap .about-year h2 span {
    font-size: 30px;
}
.about-area .about-img-wrap .about-img-slider .about-img-item img {
    max-width: 100%;
}
/*-- End About --*/

.logoGrey {
    color: #727271!important;
}

.logoOrange {
    color: #ef7f1a!important;
}

.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 50s ease-out infinite;
  }
  
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.5, 1.5);
    }
    100% {
      transform: scale(1, 1);
    }
  }
.font-poppins {
    font-family: "Poppins!important";
}

.service-font-size {
    text-align: justify;
    font-size: 17px;
}
@media screen and (max-width: 2600px){
    .about-img-slider .owl-stage-outer {
        height: 560px;
      }
      .mb-inovation {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1920px){
    .about-img-slider .owl-stage-outer {
        height: 560px;
      }
      
      .mb-inovation {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1500px){
    .about-img-slider .owl-stage-outer {
        height: 560px;
      }
    .mb-inovation {
        margin-bottom: 50px;
    }  
}
@media screen and (max-width: 1399px){
    .about-img-slider .owl-stage-outer {
        height: 630px;
      }
      
      .mb-inovation {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1199px){
    .about-content h2{
        font-size: 16px;
        margin-bottom: 20px !important;
    }
    .about-content p{
        font-size: 15px;
    }
    .about-img-slider .owl-stage-outer {
        height: 540px;
      }
    .mb-inovation {
        margin-bottom: 15px;
    }
}
/*@media screen and (max-width: 1080px){

    .about-img-slider .owl-stage-outer {
        height: 540px;
      }
    .about-content h2{
        font-size: 16px;
        margin-bottom: 10px !important;
    }
    .about-area .about-content p {
        color: #282828;
        font-weight: 400;
        margin-bottom: 6px;
    }
}*/

@media screen and (max-width: 991px){

    .about-img-slider .owl-stage-outer {
        height: auto;
    }
    .mb-inovation {
        margin-bottom: 5px;
    }
    
    .about-page-header {
        background: url(../img/about-us-banner-img.jpg) center center no-repeat;
        background-size: 100% 200px;
    }
    .contact-page-header {
        background: url(../img/contact-us-banner-img.jpg) center center no-repeat;
        background-size: 100% auto;
    }
    .mb-o-imp {
        margin-bottom: 0px!important;
    }

}
  