/*-----------------------------------------------------------------------------------

    [Master Stylesheet]

    Project:    Cleanio - Laundry And Cleaning Service HTML Template
    
    Version:    1.0

-----------------------------------------------------------------------------------

    [Table of contents]
    
        01. top-bar
        02. navbar
        03. video
        04. btn style
        05. hero-section
        06. heading
        07. professional
        08. service
        09. refer-friend
        10. works-section
        11. form.city-zip
        12. new-laundry
        13. count text
        14. package
        15. refer-friend
        16. blog
        17. star-rating
        18. client
        19. footer
        20. image gallery footer
        21. footer-bootom-bar
        22. ul.social-media
        23. white_content
        24. header 2
        25. navPrev navNext hero-section-two
        26. hero-section-two
        27. years-experience
        28. provide-img
        29. works-two
        30. refer-friend.two
        31. service-two
        32. team
        33. client-rating
        34. oder-book-now
        35. newsletter
        36. service-price
        37. blog-style-two
        38. insta-img
        39. footer.two
        40. footer-contact
        41. banner
        42. ol.breadcrumb
        43. our blog
        44. sidebar 
        45. recent-post
        46. ul.categories
        47. ul.quick-links
        48. tags-cloud
        49. ul.features
        50. client-help
        51. pagination
        52. comment
        53. form.leave
        54. share-post
        55. error-page
        56. works-section.two
        57. featured-imagebox-gallery
        58. location-text
        59. contact-style
        60. content
        61. carpet
        62. team-details-text
        63. accordion
        64. price-package.two
        65. what-we-provide-video
        66. mobile-nav
        67. Go To Top
        68. loader
        69. lightbox

-----------------------------------------------------------------------------------*/
/* General Style */

@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Anek+Malayalam:wght@300;400;500;600;700;800&family=Merriweather:wght@300;400;700;900&family=Racing+Sans+One&family=Righteous&display=swap');


body {
  font-family: 'Merriweather', serif;
  overflow-x: hidden;
}
p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin: 0;
  font-weight: 400;
}
* {
  margin: 0;
  padding: 0;
}
a,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
}
a {
  text-decoration: none;
}
h1 {
  font-size: 70px;
}
h2 {
  font-size: 60px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
img {
  object-fit: cover;
}
.gap {
  padding: 90px 0;
}
.no-top {
  padding-top: 0;
}
.no-bottom {
  padding-bottom: 0;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  display: block;
}
figure {
  overflow: hidden;
}

/* 01. top-bar */

.top-bar {
  background-color: #e8e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 9px;
}

.top-bar-slid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.time {
  justify-content: space-between;
  display: flex;
  align-items: center;
  color: #fff;
}

.time i {
  padding-left: 40px;
  padding-right: 10px;
}

.phone span {
  font-size: 16px;
  font-weight: bold;
}

.phone a {
  margin-right: 0px !important;
}

.phone a i.fa-envelope:hover {
  background: #0677ed;
  color: #fff;
}

.phone a i.fa-phone-volume:hover {
  background: #0677ed;
  color: #fff;
}

.phone a i.fa-facebook-f:hover {
  background: #0677ed;
  color: #fff;
}

.phone a i.fa-instagram:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: #fff;
}

.phone a i.fa-linkedin-in:hover {
  background: #0b66c3;
  color: #fff;
}

.phone a i.fa-twitter:hover {
  background: #1aa2f8;
  color: #fff;
}

.phone a i.fa-whatsapp:hover {
  background: #34e358;
  color: #fff;
}

.phone a i.fa-youtube:hover {
  background: #fe0000;
  color: #fff;
}

.phone {
  display: flex;
  align-items: center;
}
.phone i {
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 22px;
}
.phone i svg {
  width: 22px;
  fill: white;
}
.phone-data {
  display: flex;
}
.media-work {
  margin-right: 80px;
  position: relative;
}
.media-work:before {
  content: "";
  position: absolute;
  background-color: #4960ad;
  width: 1px;
  height: 40px;
  right: -30%;
}
/* 02. navbar */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
  opacity: 0;
  transition: 1s all;
}
.navbar {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.navbar-logo {
  color: #ff3f34;
  text-decoration: none;
  font-size: 25px;
  padding: 0px 20px;
}

.navbar-links {
  list-style-type: none;
  display: flex;
}
.navbar-links li a {
  display: block;
  text-decoration: none;
  color: #707070;
  padding: 10px 10px;
  transition: 0.4s all;
}
.top-bar .btn {
  margin-left: 20px;
}
.navbar-links li.navbar-dropdown {
  position: relative;
}

.navbar-links li.navbar-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translatex(0px);
  z-index: 1111;
  padding: 0px 0px;
}

.navbar-links li.navbar-dropdown .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translatex(24px);
  left: 0;
  width: 375px;
  background-color: #fff;
  box-shadow: 1px 5px 5px 3px hsl(0deg 0% 0% / 10%);
  z-index: 111;
  transition: 0.4s all;
  border-radius: 15px;
}

.navbar-links li.navbar-dropdown .dropdown .sub-dropdown:hover .dropdown-1 {
  visibility: visible;
  opacity: 1;
  transform: translatex(0px);
  z-index: 1111;
  padding: 14px 18px;
  padding-top: 18px;
}
.navbar-links li.navbar-dropdown .dropdown .sub-dropdown .dropdown-1 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 150px;
  transform: translatex(24px);
  left: 250px;
  width: 250px;
  background-color: #fff;
  box-shadow: 1px 5px 5px 3px hsl(0deg 0% 0% / 10%);
  z-index: 111;
  transition: 0.4s all;
  border-radius: 15px;
  border-bottom-left-radius: 50px;
}

.navbar-links li.navbar-dropdown .dropdown:before {
  content: "";
  width: 20%;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 20px;
}
.navbar-links li.navbar-dropdown .dropdown li {
  padding-bottom: 10px;
}
.navbar-links li.navbar-dropdown .dropdown a {
  font-weight: 400;
  border: 0;
  position: relative;
  text-transform: capitalize;
  color: #000;
  padding-bottom: 2px !important;
  display: inline-block !important;
  padding: 15px 30px;
}
.navbar-links li.navbar-dropdown .dropdown li a:hover:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
  background-color: #444;
}
.bottom-bar {
  display: flex;
  position: relative;
  justify-content: space-between;
  height: 110px;
  align-items: center;
}
.bottom-bar:before {
  width: 1326px;
  height: 110px;
  content: "";
  background: rgb(0, 114, 188);
  background: linear-gradient(
    90deg,
    rgba(0, 114, 188, 1) 0%,
    rgba(17, 157, 247, 1) 100%
  );
  position: absolute;
  left: 21%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 80px;
}
.extras {
  display: flex;
  position: relative;
}
.pickup {
  align-items: center;
  display: flex;
}
.extras svg {
  width: 25px;
  height: 25px;
  fill: white;
  margin-right: 20px;
}
.navbar-links li.navbar-dropdown .dropdown a:not(:last-child):hover:after {
  width: 75%;
}
.navbar-links li > a {
  border-bottom: 5px solid transparent;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: bold;
}
/* 03. video */
.video i {
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  color: black;
  position: relative;
  margin-right: 24px;
}
.video {
  margin: auto;
  display: inline-flex;
  margin-bottom: 12px;
}
.video i:before {
  content: "";
  border: 3px rgba(255, 161, 85, 1) dashed;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  position: absolute;
  transition: 0.3s ease-in-out;
}
.video a:hover i:before {
  animation: animName 5s linear infinite;
}

.video a {
  display: flex;
  align-items: center;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
}
/* 04. btn style */
.sec-btn {
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff !important;
  height: 60px;
  background: rgb(0, 114, 188);
  background: linear-gradient(
    90deg,
    rgba(0, 114, 188, 1) 0%,
    rgba(17, 157, 247, 1) 100%
  );
  -ms-box-shadow: 5px 5px 30px 0px rgba(195, 120, 251, 0.35);
  -webkit-box-shadow: 5px 5px 30px 0px rgba(195, 120, 251, 0.35);
  box-shadow: 5px 5px 30px 0px rgba(195, 120, 251, 0.35);
  -moz-box-shadow: 5px 5px 30px 0px rgba(195, 120, 251, 0.35);
  display: inline-block;
  overflow: hidden;
  padding: 15px 27px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  letter-spacing: 0.5px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  font-weight: 700;
}
.sec-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background: black;
  background: black;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  transform: scale(0.2, 1);
}
.sec-btn:hover::before {
  opacity: 1;
  transform: scale(1, 1);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
.video {
  margin-left: 40px;
  display: inline-flex;
  margin-bottom: 12px;
}
.owl-item.active .hero-text h2 {
  animation-duration: 1s;
  animation-name: fadeInOne;
}
.owl-item.active .hero-text h4 {
  animation-duration: 1.2s;
  animation-name: fadeInout;
}
/* 05. hero-section */
.hero-text {
  padding-left: 98px;
  position: relative;
  z-index: 999;
  width: 750px;
}
.hero-text h4 {
    color: #464646;
    padding-bottom: 50px;
    font-size: 19px;
    line-height: 28px;
    max-width: 574px;
}
.heroshaps-2,
.heroshaps-1 {
  display: block;
  width: 250px;
  height: 70px;
  border-radius: 77px;
  position: absolute;
}
.heroshaps-2 {
  top: 14%;
  right: 44%;
  z-index: 2;
  animation: shaps 16s infinite;
}

.heroshaps-2:before {
  width: 249px;
  content: " ";
  background-image: url(../img/planes.webp);
  position: absolute;
  height: 135px;
  background-repeat: no-repeat;
  background-size: 242px;
}

.heroshaps-2 {
  background-color: transparent !important;
}

.heroshaps-1 {
  top: 14%;
  left: -7%;
  animation: shaps 14s infinite;
}

.heroshaps-1:before {
  width: 1000px;
  content: " ";
  background-image: url(../img/cloud-img.webp);
  position: absolute;
  height: 600px;
  background-repeat: no-repeat;
  background-size: 700px;
  transform: rotateY(180deg);
}

.heroshaps-1 {
  background-color: transparent !important;
}

@keyframes shaps {
  0% {
    transform: translatex(0px);
  }
  50% {
    transform: translatex(30px);
  }
  100% {
    transform: translatex(0px);
  }
}

.hero-img img {
  border-top-left-radius: 80px;
  border-bottom-left-radius: 190px;
  position: relative;
  z-index: 2;
}

.hero-text h2 {
  font-weight: 800;
  line-height: 52px;
  color: #000;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  font-size: 40px;
}

.hero-section {
  background-color: #f3f3f3;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero-img {
  position: relative;
  margin-left: -100px;
  overflow: hidden;
}
.hero-section {
  position: relative;
}
.hero-section:before {
  border-top-left-radius: 80px;
  border-bottom-left-radius: 190px;
  width: 43%;
  height: 100%;
  position: absolute;
  z-index: 1;
  content: "";
  top: 0px;
  right: -24px;
  background: rgb(255, 161, 85);
  background: linear-gradient(
    90deg,
    rgba(255, 161, 85, 1) 0%,
    rgba(255, 204, 86, 1) 100%
  );
}
.slider-home-1.owl-carousel .owl-stage-outer {
  overflow: initial;
}
/* 06. heading */
.heading {
  text-align: center;
  width: 81%;
  margin: auto;
  position: relative;
}

.heading h2 {
  font-weight: 800;
  padding-bottom: 30px;
  font-size:29px;
  text-align: center;
}

.heading h1 {
    font-size: 36px;
    font-weight: 900;
    padding-bottom: 15px;
}

.heading p {
  font-weight: 400;
  padding-top: 0px;
  letter-spacing: 1px;
  color: #333 !important;
  line-height: 23px;
}

/* 07. professional */
.professional-img > img {
  border-radius: 50%;
  box-shadow: -40px 0px 0px 0px rgba(255, 161, 85, 1);
  -webkit-box-shadow: -40px 0px 0px 0px rgba(255, 161, 85, 1);
  -moz-box-shadow: -40px 0px 0px 0px rgba(255, 161, 85, 1);
}
.professional-img {
  position: relative;
  text-align: end;
}
.professional-phon {
  padding: 27px 40px;
  position: absolute;
  background: rgb(0, 114, 188);
  background: linear-gradient(
    90deg,
    rgba(0, 114, 188, 1) 0%,
    rgba(17, 157, 247, 1) 100%
  );
  text-align: center;
  border-radius: 30px;
  top: 6%;
  right: 0;
}
.professional-phon span {
  display: block;
  line-height: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 16px;
  font-weight: bold;
}
.professional-phon a {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
}
.professional p {
  font-size: 18px;
}

.professional {
  padding-left: 70px;
}
ul.list-style li {
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}
ul.list-style {
  padding-top: 22px;
  padding-bottom: 50px;
}
ul.list-style .bol {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 16px;
}
.professional h4 {
  font-size: 70px;
  font-weight: bold;
  padding-right: 10px;
}
.professional h6 {
  font-weight: 800;
  text-transform: uppercase;
}
.company-director {
  width: auto;
  background-color: #0072bc;
  padding: 2px 25px 2px 2px;
  border-radius: 70px;
}
.company-director:hover {
  background: rgba(255, 161, 85, 1);
}
.company-director img {
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 13px;
  box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.19);
}

.heading.two {
  text-align: center;
  width: 100%;
  margin: initial;
}

/* 08. service */
.service-text {
  display: flex;
}
.service > img {
  border-radius: 30px;
  border-bottom-left-radius: 85px;
}
.service-text h4 {
  font-size: 17px;
  font-weight: 800;
  padding-bottom: 8px;
}
.service-text i {
  border: 6px solid #fff;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  padding: 22px;
  border-radius: 50%;
  transform: translateY(-50px);
}
.service-data {
  width: 70%;
  margin-left: 5px;
  padding-top: 25px;
}
.service:hover .service-text i img {
  transform: rotatey(180deg);
}
.service {
  margin: 15px;
  margin-left: auto;
}
.service-slider {
  position: relative;
}
.service-slider .owl-nav {
  position: absolute;
  top: -15%;
  right: 0%;
  width: fit-content;
}
.service-slider .owl-nav i {
  font-size: 16px;
  border: 1px solid #939393;
  background-color: #fff;
  line-height: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-slider i:hover {
  color: #fff;
}
.service-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
  color: #000;
}
.slider-home-1 button.owl-dot,
.service-slider button.owl-dot,
.client-slider button.owl-dot {
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
}
.slider-home-1 button.owl-dot,
.service-slider button.owl-dot,
.client-slider button.owl-dot {
  margin: 8px;
}
.slider-home-1 button.owl-dot.active,
.service-slider button.owl-dot.active,
.client-slider button.owl-dot.active {
  width: 28px;
  height: 28px;
  background-color: rgba(255, 161, 85, 1);
  border-radius: 50%;
  border: 10px solid #ffffffb8;
}
.slider-home-1 .owl-dots {
  position: absolute;
  left: 14%;
  width: fit-content;
  bottom: 6%;
}
.slider-home-1 .owl-theme .owl-dots .owl-dot.active span,
.slider-home-1 .owl-theme .owl-dots .owl-dot:hover span,
.slider-home-1 .owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
}
.slider-home-1 .owl-dots,
.service-slider .owl-dots {
  margin-top: 40px;
}
/* 09. refer-friend */
.refer-friend {
  display: flex;
  align-items: center;
  padding: 40px;
  padding-top: 0;
  border-radius: 50px;
  padding-bottom: 0;
  background-position: center;
  position: relative;
  background-size: cover;
  border-bottom-left-radius: 180px;
  padding-right: 100px;
  z-index: 11;
  top: -50px;
}
.refer-friend h2,
.refer-friend h5 {
  position: relative;
  color: #fff;
}
.refer-friend h5 {
  padding-top: 10px;
  padding-bottom: 30px;
}
.refer-friend h2 {
  font-size: 30px;
  font-weight: 800;
}
.refer-friend > img {
  padding-left: 90px;
  padding-right: 40px;
  margin-top: -33px;
  position: relative;
  z-index: 1;
}
.refer-friend:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0, 114, 188);
  background: linear-gradient(
    90deg,
    rgba(0, 114, 188, 1) 0%,
    rgba(17, 157, 247, 1) 100%
  );
  left: 0;
  opacity: 0.9;
  border-radius: 50px;
  border-bottom-left-radius: 180px;
  mix-blend-mode: multiply;
}
/* 10. works-section */
.works-section {
  margin-top: -180px;
  padding-top: 300px;
  position: relative;
  padding-bottom: 120px;
  background-position: bottom;
  background-size: cover;
}
.works-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  left: 0;
  opacity: 0.9;
  top: 0;
}
.work-stap {
  position: relative;
  text-align: center;
  width: 100%;
  margin: auto;
  z-index: 1;
  background: #fff;
  padding: 30px;
  height: 225px;
  flex-flow: column;
  display: flex;
  transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  justify-content: center;
}

.work-stap:hover {
  background: transparent;
  transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.work-stap.two {
  padding-top: 40px;
}
.work-stap-img {
  position: relative;
}
.work-stap-img i {
  background: rgb(255, 161, 85);
  background: linear-gradient( 90deg, rgba(255, 161, 85, 1) 0%, rgba(255, 204, 86, 1) 100% );
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px dashed #0070ba;
  margin: auto;
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  color: #333;
}
.work-stap-img span {
  color: #fff;
  position: absolute;
  left: 27%;
  width: 36px;
  border-radius: 50%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 3%;
  font-size: 16px;
  font-weight: bold;
}
.work-stap:hover .work-stap-img i img {
  transform: rotatey(180deg);
}

.work-stap h3 {
  font-weight: 800;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 20px;
}

img.works-line {
  position: absolute;
  bottom: 35%;
  z-index: 0;
  left: 26%;
}
.btn-center {
  text-align: center;
  margin-top: 60px;
}
/* 11. form.city-zip */
button.sec-btn {
  border: 0;
}
form.city-zip input {
  width: 100%;
  border-radius: 42px;
  padding-left: 30px;
  height: 60px;
  background-color: #fff;
  border: 0;
  margin-right: 10px;
  outline: none;
}
form.city-zip label {
  color: white;
  padding-bottom: 16px;
}
form.city-zip {
  background-color: #0072bc;
  padding: 40px;
  border-radius: 30px;
  border-bottom-right-radius: 85px;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 116%;
  z-index: 1;
  position: relative;
}
/* 12. new-laundry */

.heading.two h3 {
  font-size: 24px;
  font-weight: 800;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 161, 85, 1);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}
.new-laundry h6 {
  font-weight: 500;
  padding-left: 8px;
}
.new-laundry {
  display: flex;
  align-items: center;
}
.new-laundry .heading {
  width: 100%;
}
.new-laundry-img {
  position: relative;
}
.new-laundry-img img {
  border-radius: 30px;
  border-bottom-left-radius: 150px;
}
.new-laundry-img a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.new-laundry-img i {
  animation: shadow-pulse 1s infinite;
  width: 94px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
/* 13. count text */
.count-text h2,
.count-text span {
  font-size: 90px;
  font-weight: 800;
  line-height: 1;
}
.count-text {
  text-align: center;
}
.count-text h3 {
  font-size: 18px;
  font-weight: 500;
}
.count-style {
  display: flex;
  text-align: center;
  justify-content: space-between;
  padding-top: 120px;
}
.boder {
  display: block;
  height: 110px;
  width: 1px;
  background-color: #c0c0c0;
}
/* 14. package */
.package {
  position: relative;
}
.price-package {
  position: relative;
  padding-bottom: 300px;
  background-position: bottom;
  background-size: cover;
  padding: 90px 0 !important;
}
.price-package:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  left: 0;
  opacity: 0.8;
  top: 0;
}

.price-package.price-package2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  left: 0;
  opacity: 0.8;
  top: 0;
  display: none;
}

.package-top i {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: rgba(255, 161, 85, 1);
  padding: 13px;
  border-radius: 50%;
}
.package-top i svg {
  fill: #fff;
}
.package-top i {
  width: 70px;
  height: 70px;
  border: 3px solid rgba(255, 161, 85, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: rgb(255, 161, 85);
  background: linear-gradient(
    90deg,
    rgba(255, 161, 85, 1) 0%,
    rgba(255, 204, 86, 1) 100%
  );
  padding: 13px;
  border-radius: 50%;
  right: 7%;
}
.package-top h6 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
}
.package:hover .package-top h6,
.package:hover .package-top span,
.package:hover .package-top h2 {
  color: #fff;
}
.package-top h2 {
  font-size: 30px !important;
  font-weight: 900;
  position: relative;
  padding-top: 10px;
}
.package {
  position: relative;
  background-color: white;
  border-radius: 35px;
  border-bottom-left-radius: 80px;
}
.package-top h2 span {
  color: black;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.package-top {
  padding: 40px 60px;
  border: 3px solid rgba(255, 161, 85, 1);
  border-radius: 33px;
  border-bottom-left-radius: 80px;
  position: relative;
  padding-bottom: 30px;
}
.logodata .owl-dots {
  display: none;
}
.package-bottom {
  padding: 25px 57px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.package-bottom li {
  font-size: 16px;
  padding-bottom: 12px;
  color: #666666;
}
.package-bottom li img {
  padding-right: 10px;
}
.package-bottom .sec-btn {
  background-color: #fff;
  color: rgba(255, 161, 85, 1) !important;
  margin-top: 30px;
  border: 3px solid rgba(255, 161, 85, 1);
  padding: 13px 40px;
}
.package-bottom .sec-btn:hover {
  color: #fff !important;
}
.package-bottom .sec-btn::before {
  background: rgba(255, 161, 85, 1);
}
.package-top:before {
  width: 101%;
  height: 101%;
  content: "";
  position: absolute;
  top: 0;
  z-index: 0;
  left: -1px;
  border-radius: 30px;
  border-bottom-left-radius: 80px;
  transform: scale(0.2);
  opacity: 0;
}
.package:hover .package-top:before {
  transform: scale(1);
  opacity: 1;
}
.package:hover .package-top svg {
  fill: #000;
}
.package:hover .package-top i {
  background-color: #fff;
}
.package {
  margin-top: 40px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  height: 350px;
}
.package.two {
  margin-top: 0;
}
.package.two .package-bottom .sec-btn {
  color: #fff !important;
}
.package.two .package-top i {
  background-color: #fff;
}
.package.two .package-top h6,
.package.two .package-top span,
.package.two .package-top h2 {
  color: #fff;
}
.package.two .package-top svg {
  fill: #000;
}
/* 15. refer-friend */
.dryclean.refer-friend {
  margin-left: 80px;
  margin-right: -12px;
  margin-top: -178px;
  padding: 40px;
  padding-left: 120px;
  padding-right: 266px;
}
.list-style {
  position: relative;
}
.dryclean.refer-friend .list-style li {
  color: #fff;
}
.dryclean.refer-friend ul.list-style {
  padding-bottom: 30px;
}
.dryclean.refer-friend .heading.two {
  width: 97%;
}
.dryclean.refer-friend,
.dryclean.refer-friend:before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.refer-friend-img {
  position: relative;
}
.refer-friend-img img {
  position: relative;
}
.refer-friend-img:before {
  content: "";
  width: 460px;
  height: 460px;
  background-color: rgba(255, 161, 85, 1);
  position: absolute;
  border-radius: 50%;
  left: 8%;
  top: 3%;
  animation: top 5s infinite;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  0% {
    transform: translateY(0px);
  }
}
.data h4 {
  font-size: 16px;
  padding-right: 30px;
  font-weight: 800;
  text-transform: uppercase;
  padding-left: 10px;
}
/* 16. blog  */
.blog-img figure img {
  border-radius: 30px;
  border-bottom-left-radius: 90px;
  width: 100%;
}
.data {
  align-items: center;
  position: absolute;
  background-color: #ffffff;
  display: flex;
  padding: 0px 0px 0px 20px;
  border-radius: 42px;
  bottom: 5%;
  border: 1px solid rgba(255, 161, 85, 1);
}
.data a {
  background-color: rgba(255, 161, 85, 1);
  padding: 6px 22px;
  border-radius: 45px;
  color: #fff;
}
.data a img {
  padding-right: 12px;
  border-radius: 0;
}
.blog-data a h3 {
  font-weight: 800;
  padding-bottom: 10px;
  padding-top: 6px;
  font-size: 20px;
}
.blog-img figure {
  border-radius: 30px;
  border-bottom-left-radius: 90px;
}
.blog-data:hover .blog-img figure img {
  transform: scale(1.1);
}
/* 17. star-rating */
.star-rating {
  display: flex;
  justify-content: center;
}
.star-rating ul {
  display: flex;
  color: #ffbf25;
}
.star-rating ul li {
  margin-left: 4px;
  font-size: 13px;
}
.star-rating {
  padding-bottom: 40px;
}
.star-rating h6 {
  font-weight: 800;
  color: #666;
  padding-left: 10px;
  font-size: 16px;
}
.owl-carousel .owl-item img {
  width: auto;
}
/* 18. client */
.client h5 {
  font-size: 18px;
  color: #666;
  line-height: 28px;
  width: 76%;
  margin: auto;
}
.client h3 {
  font-size: 20px;
  padding-top: 30px;
  font-weight: 800;
}
.client {
  text-align: center;
  background-color: #e4e8cd;
  padding: 20px 30px 40px;
  border-radius: 50px;
  border-bottom-left-radius: 130px;
  padding-top: 90px;
}
.slick-dotted.slick-slider {
  margin: auto;
  width: 55%;
  margin-top: -35px;
  transform: translateY(52px);
  position: relative;
  z-index: 1;
}
.slider-nav .slick-slide img {
  border-radius: 50%;
  margin: auto;
  border: 3px solid #fff;
  width: 70px;
}
.slider-nav .slick-slide.slick-current.slick-active {
  position: relative;
  overflow: hidden;
}
.slider-nav .slick-slide.slick-current.slick-active:before {
  position: absolute;
  content: "";
  height: 70px;
  background-color: rgba(255, 161, 85, 1) 8c;
  border-radius: 50%;
  width: 70px;
  margin-left: 37px;
}
.slider-for .slick-slide img {
  display: block;
  margin: auto;
}
.slick-dots {
  display: none;
}
/* 19. footer */
footer {
  position: relative;
}
footer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #0072bc;
  /* opacity: .9; */
  mix-blend-mode: multiply;
}
.logo {
  position: relative;
}
.logo p {
  color: #fff;
  font-size: 15px;
  width: 87%;
  padding-top: 24px;
  padding-bottom: 60px;
}
.widget-title {
  position: relative;
}
.widget-title h3 {
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.widget-title .boder {
  width: 65px;
  height: 3px;
  margin-bottom: 30px;
  margin-top: 8px;
}
.widget-title li a {
  color: #e8e8e8;
  margin-left: 0px;
  padding-bottom: 6px;
  font-size: 15px;
}
.widget-title li {
  padding-bottom: 12px;
}
.widget-title li i {
  color: #fff;
  margin-right: 5px;
  font-size: 12px;
}
.widget-title ul li a b {
  color: rgba(255, 161, 85, 1);
}
.get-in-touch {
  position: relative;
  display: flex;
  margin-bottom: 16px;
}
.get-in-touch svg {
  fill: #fff;
  height: auto;
}

.get-in-touch i {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  margin-right: 20px;
  background: rgb(255, 161, 85);
  background: linear-gradient(
    90deg,
    rgba(255, 161, 85, 1) 0%,
    rgba(255, 204, 86, 1) 100%
  );
}

.get-in-touch span {
  font-weight: 400;
  padding-bottom: 3px;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #e8e8e8 !important;
}
.get-in-touch h6 {
  font-size: 16px;
}
.get-in-touch h6 a {
  padding-bottom: 4px;
}
.get-in-touch h6 a,
.get-in-touch a,
.footer-bottom-text ul a,
.get-in-touch span,
.get-in-touch h6,
.footer-bottom-text h6 {
  color: #fff;
}
footer {
  background-repeat: no-repeat;
  background-size: cover;
}
.widget-title ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.widget-title ul li {
  width: 100%;
}
.logo .star-rating {
  display: block;
}
.logo .star-rating h4 {
  color: #fff;
  padding-top: 6px;
  font-weight: 800;
  font-size: 18px;
}
/* 20. image gallery footer */
ul.image-gallery {
  display: flex;
  position: relative;
  justify-content: space-between;
  transform: translateY(60px);
  z-index: 1;
}
ul.image-gallery li figure {
  width: 190px;
  height: 130px;
  object-fit: cover;
  border-radius: 25px;
  position: relative;
}
ul.image-gallery li figure:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0.2);
}
ul.image-gallery li figure:hover:before {
  transform: scale(1);
  opacity: 0.8;
  height: 100%;
}
ul.image-gallery li figure img {
  width: 190px;
  height: 130px;
}
ul.image-gallery li {
  margin-left: 16px;
}
footer {
  background-position: top;
  background-repeat: no-repeat;
}
/* 21. footer-bootom-bar */
.footer-bootom-bar {
  padding-top: 0px;
  background: #062559 !important;
  margin-top: 50px;
}
.footer-bootom-bar i {
  font-size: 30px;
  color: #fff;
  padding-right: 10px;
}
.footer-bootom-bar form input {
  width: 630px;
  height: 60px;
  border: 0;
  outline: none;
  border-radius: 45px;
  padding-left: 30px;
  margin-right: 10px;
}

.footer-bootom-bar form .sec-btn {
  background-color: #000;
}

.footer-bootom-bar h3 {
  font-size: 34px;
  color: #fff;
  font-weight: bold;
}

/* 22. ul.social-media */

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  padding-top: 20px;
}

ul.social-media a:hover i {
  background-color: #fff;
  color: #000;
}

.copyright p {
  color: #fff;
  font-size: 14px;
}

.copyright span {
  font-weight: bold;
}

ul.social-media i {
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 51%;
  font-size: 17px;
  color: white;
  border: 1px solid #fff;
  padding: 0;
}

.social-media {
  display: flex;
  color: white;
  align-items: center;
}
.social-media li a {
  display: flex;
  align-items: center;
  color: white;
  margin-right: 0px;
}
.social-media > li a i {
  margin-right: 10px;
}
/* 23. white_content */
.textright {
  float: right;
  position: absolute;
  right: 6%;
  top: 2%;
}
.white_content {
  border-bottom-right-radius: 130px;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 400px !important;
  height: 100%;
  padding: 52px 20px;
  background-color: #0072bc;
  z-index: 1002;
  overflow: hidden;
  border-top-right-radius: 35px;
}
.white_content h1 {
  color: #fff;
  font-weight: 800;
  font-size: 31px;
  padding-bottom: 10px;
}
.cls-left h6 {
  display: none;
}
.cls-left ul li a {
  font-size: 18px;
  padding-bottom: 12px;
  color: black;
  position: relative;
  display: inline;
}
.white_content i {
  font-size: 35px;
  position: absolute;
  top: 5%;
  color: #fff;
  right: 0px;
}
.white_content h3 {
  font-weight: 800;
  color: #fff;
}
.white_content .social-medias a {
  color: #fff;
}
.white_content .social-medias a {
  font-size: 16px;
  position: relative;
  margin-right: 30px;
}
.white_content .social-medias {
  margin-top: 23px;
}
.white_content .social-medias a:after {
  content: "";
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.white_content img {
  border-radius: 16px;
  border-bottom-left-radius: 80px;
}
.white_content .social-medias a:before {
  border-bottom: 1px solid #6a6a6a;
  width: 100%;
}
.white_content .social-medias a:after {
  width: 0;
  border-bottom: 1px solid;
}
.white_content .social-medias a:hover:after {
  width: 100%;
}
.white_content p {
  color: #fff;
}
.white_content h4 {
  font-size: 20px;
  color: #fff;
  padding-bottom: 40px;
  width: 89%;
  line-height: 30px;
}
.white_content i:hover {
  color: #fff;
}
.owl-item.active .home-one-featured-area h1,
.owl-item.active .create-impactful h3 {
  animation-duration: 1s;
  animation-name: fadeInOne;
}
.owl-item.active .play,
.owl-item.active .create-impactful h2 {
  animation-duration: 1.5s;
  animation-name: fadeInOne;
}
.owl-item.active .create-impactful p {
  animation-duration: 1.8s;
  animation-name: fadeInOne;
}
@keyframes fadeInOne {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  40% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.hire h2 {
  padding: 0;
}
.cls-left.cls-right h6 {
  display: block;
}
.cls-left.cls-right h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}
.cls-left.cls-right h6 {
  display: block;
  font-size: 34px;
}
.cls-left.cls-right .colin-clickson {
  border: 0;
}
.cls-left.cls-right .colin-clickson h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.box form.message .nice-select:before {
  right: 7%;
}
/* 24. header 2 */
header.two .navbar-links li > a {
  color: #000;
}
header.two .extras svg {
  fill: black;
}
header.two .top-bar,
header.two {
  background-color: #0072bc;
}
header.two .phone span,
header.two .phone a,
header.two .time p,
header.two .login a {
  color: #fff;
}
header.two .bottom-bar {
  height: 110px;
  margin-bottom: -25px;
  z-index: 2;
}
header.two .bottom-bar:before {
  width: 1573px;
  background-color: #fff;
  position: absolute;
  left: -2%;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
header.two .bottom-bar img {
  position: relative;
}
/* 25. navPrev navNext hero-section-two */
.navPrev {
  position: absolute;
  top: 60%;
  right: 10%;
  z-index: 2;
}
.navPrev span {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.navPrev:hover span img,
.navNext:hover span img {
  border: 3px solid rgba(255, 161, 85, 1);
}
.navPrev span img,
.navNext span img {
  position: relative;
  margin: auto 0px;
  cursor: pointer;
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #b2b2b2;
}
.navNext {
  position: absolute;
  top: 46%;
  right: 10%;
  z-index: 2;
  background-size: 118px 118px;
}
.navNext span {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.navPrev i:hover,
.navNext i:hover {
  color: white;
}
.navNext i,
.navPrev i {
  left: 50%;
  font-size: 20px;
  border-radius: 50%;
  position: absolute;
  color: white;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}

.navPrev:hover i,
.navNext:hover i {
  background-color: rgba(255, 161, 85, 1) b8;
  width: 96%;
  height: 96%;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
}
/* 26. hero-section-two */
.hero-section-two {
  padding-top: 200px;
  padding-bottom: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.hero-section-data {
  width: 41%;
  position: relative;
}
.hero-section-two:before {
  content: "";
  background-color: #0072bcbf;
  width: 48%;
  height: 100%;
  position: absolute;
  top: 0;
  border-bottom-right-radius: 437px;
  border-top-right-radius: 211px;
}
.owl-item.active .hero-section-two:before {
  animation-duration: 1s;
  animation-name: fadeInout;
}
.hero-section-data h2 {
  color: #fff;
  font-weight: 800;
}
.hero-section-data h4 {
  font-size: 24px;
  color: white;
  padding-top: 16px;
  padding-bottom: 50px;
  font-weight: 300;
}
.owl-item.active .hero-section-data h2 {
  animation-duration: 1.3s;
  animation-name: fadeInOne;
}
.owl-item.active .hero-section-data h4 {
  animation-duration: 1.6s;
  animation-name: fadeInout;
}
.owl-item.active a.sec-btn,
.owl-item.active .video {
  animation-duration: 2s;
  animation-name: fadeInOne;
}
@keyframes fadeInOne {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  40% {
    opacity: 0;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInout {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  40% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.owl-carousel.hero-2 .owl-dots {
  display: none;
}
/* 27. years-experience */
.years-experience sup {
  top: -15px;
}
.years-experience {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  width: 100%;
}
.years-experience h6 {
  font-size: 16px;
}
/* 28. provide-img */
.provide-text {
  padding-left: 90px;
}
.provide-img {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.provide-img::before {
  content: "";
  top: 21%;
  position: absolute;
  width: 370px;
  height: 370px;
  z-index: -1;
  left: 14%;
  border-radius: 50%;
}
.provide-img figure {
  margin: 0;
  padding: 0;
}
.provide-img img {
  border-radius: 30px;
  border-bottom-left-radius: 100px;
}
.provide-img figure.one {
  margin-left: 40px;
  margin-right: 24px;
  margin-bottom: 30px;
}
.provide-img figure.three {
  margin-left: 30px;
}
.heading.two.team-details-text {
  width: 100%;
  text-align: left;
}
.years-experience .count-text h2,
.years-experience .count-text span {
  color: black;
  font-size: 60px;
}
.years-experience .count-text h3 {
  color: #666;
  text-align: left;
}
.years-experience .boder {
  margin-right: 60px;
  margin-left: 60px;
  height: 200px;
}
.years-experience .count-text i {
  width: 80px;
  height: 80px;
  display: flex;
  padding: 19px;
  border: 3px solid rgba(255, 161, 85, 1);
  border-radius: 50%;
  margin-bottom: 20px;
}
/* 29. works-two */
.works-two {
  text-align: center;
}
.works-img {
  position: relative;
}
.works-two:hover .works-img span {
  background-color: #0072bc;
}
.works-img span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
  border-radius: 50%;
  position: absolute;
  width: 40px;
  height: 40px;
  color: #fff;
  left: 45%;
  bottom: -21px;
  z-index: 1;
}
.works-img figure {
  width: 300px;
  margin: auto;
  background-color: #ffffff;
  border-radius: 52%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 7px solid #fff;
  outline: 3px dashed rgba(255, 161, 85, 1);
  position: relative;
  z-index: 1;
}
.works-img figure:before {
  content: "";
  width: 286px;
  height: 289px;
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
}
.works-two:hover .works-img figure:before {
  opacity: 1;
  transform: scale(1);
}
.works-two h6 {
  font-size: 22px;
  font-weight: bold;
  padding-top: 40px;
}
.works-two {
  position: relative;
  padding-bottom: 50px;
}
.works-two:before {
  position: absolute;
  content: "";
  width: 400px;
  height: 400px;
  background-color: #f3f3f3;
  border-radius: 50%;
  left: 50%;
  top: 58%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.works-two p {
  width: 66%;
  margin: auto;
}
/* 30. refer-friend.two */
.refer-friend.two {
  margin-top: 100px;
  margin-bottom: 100px;
}
.refer-friend.two > img {
  margin: 0;
  padding: 0;
  margin-top: 16px;
  margin-bottom: -100px;
  animation: left 7s infinite;
}
@keyframes left {
  0% {
    transform: translatex(0px);
  }
  50% {
    transform: translatex(10px);
  }
  0% {
    transform: translatex(0px);
  }
}
.refer-friend.two {
  padding-right: 0px;
  padding-left: 80px;
}
.refer-friend.two h5 a {
  padding-left: 10px;
}
.refer-friend.two i {
  position: relative;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
}
.refer-friend.two h5 {
  padding-top: 20px;
  padding-bottom: 0px;
}
.refer-friend.two h2 {
  font-size: 40px;
  font-weight: 800;
}
/* 31. service-two */
.service-two:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  left: 0;
  top: 0;
  opacity: 0.8;
}
.service-text-two i {
  border: 6px solid #fff;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  padding: 22px;
  border-radius: 50%;
  position: absolute;
}
.service-two-text h3 {
  font-size: 20px;
  font-weight: 800;
  padding-bottom: 10px;
  width: 280px;
}
.service-two-text {
  position: relative;
}
.service-text-two img {
  border-radius: 50%;
}
.service-two-text {
  position: relative;
  background-color: #fff;
  display: flex;
  padding-left: 70px;
  border-radius: 96px;
  border-bottom-left-radius: 140px;
  align-items: center;
  padding-right: 0;
  width: 94%;
  border-top-left-radius: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.service-text-two i {
  border: 6px solid #fff;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 30px;
  border-radius: 50%;
  position: absolute;
  top: 17%;
  left: -45px;
}
.service-two-text:hover .service-text-two i img {
  transform: rotateY(180deg);
}
.service-text-two {
  position: relative;
  margin-right: -40px;
  margin-left: 40px;
}
.service-two-text {
  margin-bottom: 40px;
}
.service-two-text:hover {
  box-shadow: 0px 25px 0px -8px rgba(255, 161, 85, 1);
  -webkit-box-shadow: 0px 25px 0px -8px rgba(255, 161, 85, 1);
  -moz-box-shadow: 0px 25px 0px -8px rgba(255, 161, 85, 1);
}

/* 32. team */

.team-style {
  text-align: center;
  position: relative;
}

.team-style img {
  border-radius: 50%;
  border: 6px solid #fff;
  outline: solid 3px rgb(4 124 201);
  width: 130px;
  display: block;
  margin: 0px auto;
}

.team-style span {
  display: block;
  color: #666;
  font-weight: 800;
  text-transform: uppercase;
  padding-top: 30px;
}
.team-style:before {
  content: "";
  position: absolute;
  width: 94%;
  height: 75%;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  left: 3%;
  bottom: 0;
  z-index: -1;
  border-radius: 30px;
  border-bottom-left-radius: 110px;
}
.team-style:hover:before {
  border: 3px solid rgb(4 124 201);
  box-shadow: 10px 10px 0px 0px #0072bc;
  -webkit-box-shadow: 10px 10px 0px 0px #0072bc;
  -moz-box-shadow: 10px 10px 0px 0px #0072bc;
  background-color: #fff;
}
.team-style a {
  font-weight: 800;
  font-size: 32px;
}
.team-style .social-media {
  justify-content: center;
  margin-top: 10px;
  padding-bottom: 30px;
}
.team-style .social-media > li a i {
  margin: 0;
}
.team-style ul.social-media i {
  color: #000;
  border: 1px solid rgba(255, 161, 85, 1);
  background-color: #fff;
}
.team-style .social-media li a {
  margin-right: 10px;
}
.team-style ul.social-media i:hover {
  color: #fff;
}
/* 33. client-rating */
.client-rating {
  display: flex;
}
.client-rating h4 {
  font-size: 22px;
  font-weight: 800;
  padding-right: 30px;
}
.client-two h3 {
  font-size: 18px;
  font-weight: 500;
  width: 90%;
  line-height: 30px;
  padding-bottom: 26px;
  color: #666;
}
.client-two .star-rating {
  padding-bottom: 0px;
  padding-top: 6px;
}
.client-two .star-rating ul li {
  margin-left: 4px;
  font-size: 18px;
}
.client-two i {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border-bottom-left-radius: 35px;
  margin-right: 30px;
}
.client-two {
  display: flex;
  padding-top: 40px;
}
.client-two .star-rating i {
  background-color: transparent;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}
.client-slider .owl-dots {
  width: fit-content;
  margin-top: 10px !important;
  margin-left: 100px;
}
/* 34. oder-book-now */
.oder-book-now {
  position: relative;
  text-align: center;
  padding: 50px;
  border-radius: 30px;
  border-bottom-left-radius: 100px;
  transform: translatey(-40px);
  padding-top: 80px;
  padding-bottom: 60px;
}
.oder-book-now:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  background-color: #78aa36;
  top: 15%;
  border-radius: 50%;
  left: 50%;
}
.oder-book-now img {
  position: relative;
}
.oder-book-now p {
  color: #fff;
  font-size: 18px;
  padding-top: 22px;
}
.oder-book-now h5 {
  font-size: 35px;
  font-weight: 800;
  color: #fff;
}
.oder-book-now .sec-btn {
  background-color: #fff;
  color: #000 !important;
  margin-top: 24px;
}
.oder-book-now .sec-btn:hover {
  color: #fff !important;
}
.join-our {
  position: relative;
  padding-bottom: 50px;
}
.join-our:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0072bc;
  left: 0;
  opacity: 0.9;
  top: 0;
  mix-blend-mode: multiply;
}
/* 35. newsletter */
.newsletter {
  position: relative;
  padding-left: 60px;
}
.newsletter h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
}
.newsletter p {
  font-size: 18px;
  color: #c2c2c2;
  padding-top: 10px;
  padding-bottom: 40px;
}
.newsletter form input[type="text"] {
  width: 73%;
  height: 60px;
  border: 0;
  outline: none;
  border-radius: 45px;
  padding-left: 30px;
  margin-right: -28px;
}
.first {
  padding-top: 20px;
  color: #fff;
}
.first label {
  padding-left: 10px;
}
/* 36. service-price */
.service-price {
  position: relative;
}
.service-price svg {
  width: 100px;
  height: auto;
  fill: #8ac43e;
  z-index: 1;
}
.service-price {
  text-align: center;
  background-color: white;
  border-radius: 30px;
  border-bottom-left-radius: 80px;
  padding-bottom: 30px;
  margin-top: 60px;
}
.service-price.two {
  margin-top: 120px;
}
.service-price h4 {
  font-size: 26px;
  font-weight: 800;
  padding-top: 20px;
}
.service-price p {
  width: 81%;
  margin: auto;
  padding-top: 6px;
  padding-bottom: 20px;
}
.service-price h6 {
  font-size: 32px;
  font-weight: 800;
}
.service-price h6 span {
  font-size: 16px;
  color: #666;
}
.service-price i {
  width: 180px;
  z-index: 1;
  position: relative;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
  background-color: white;
  border: 3px rgba(255, 161, 85, 1) solid;
  transform: translatey(-60px);
  margin-bottom: -60px;
  padding: 42px;
}
.service-price:hover i:before {
  opacity: 1;
  transform: scale(1);
}
.service-price i:before {
  width: 180px;
  opacity: 0;
  transform: scale(0);
  border-radius: 50%;
  content: "";
  position: absolute;
  height: 180px;
  z-index: 0;
}
.service-price:hover svg {
  fill: #fff;
}
.service-price:hover {
  background-color: #0072bc;
}
.service-price:hover h6 span,
.service-price:hover h4,
.service-price:hover p {
  color: #fff;
}
.btn-center p {
  color: #000;
  position: relative;
  font-size: 20px;
  padding-top: 14px;
}

.btn-center p span {
  border-bottom: 3px solid rgba(255, 161, 85, 1);
  font-weight: bold;
}
/* 37. blog-style-two */
.blog-style-two img {
  border-radius: 30px;
}
.blog-style-two {
  position: relative;
  margin-bottom: 30px;
}
.blog-style-two.three {
  margin-bottom: 0;
}
.blog-style-two h4 {
  position: absolute;
  top: 14px;
  left: 14px;
  display: block;
  padding: 10px;
  text-align: center;
  width: 80px;
  height: 80px;
  text-align: center;
  justify-content: center;
  padding-top: 14px;
  border-radius: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}

.blog-text-two h3 {
  font-size: 28px;
  color: #fff;
  width: 53%;
  font-weight: 800;
}
.posted {
  padding-top: 18px;
  display: flex;
  align-items: center;
}
.posted img {
  margin-right: 16px;
}
.blog-text-two {
  bottom: 20px;
  position: absolute;
  left: 60px;
}

.blog-text-two h3 {
  font-size: 28px;
  color: #fff;
  width: 74%;
  font-weight: 800;
}

.posted h6 {
  color: #fff;
}

.blog-style-two h4 span {
  display: block;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}

.blog-style-two figure > img {
  width: 100%;
  height: 320px;
}

.blog-style-two figure:before {
  width: 100%;
  position: absolute;
  content: "";
  height: 100%;
  border-radius: 30px;
  background-image: linear-gradient(180deg, #0072bc00, #0072bc);
  opacity: 0.8;
}

.blog-style-two figure {
  position: relative;
}

.blog-text-two {
  bottom: 30px;
  position: absolute;
  left: 50px;
}

.blog-style-two.three .blog-text-two {
  position: relative;
  left: 0;
  bottom: 0;
}

.blog-style-two.three .blog-text-two h3 {
  color: #000;
  width: 100%;
}

.posted h6 a {
  border-bottom: 1px solid;
  font-weight: 700;
}

.blog-style-two.three .blog-text-two .posted h6 {
  color: #000;
}

.blog-style-two.three:hover figure:before {
  opacity: 0.8;
}

.blog-style-two.three figure:before {
  opacity: 0;
}

/* 38. insta-img */

.insta-img {
  text-align: center;
}
.insta-img i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  width: 70px;
  font-size: 32px;
  border-radius: 50%;
  height: 70px;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.insta-img ul.image-gallery {
  transform: translateY(5px);
  margin-bottom: -30px;
}
.insta-img h3 {
  font-size: 26px;
  font-weight: 800;
  padding-top: 12px;
  padding-bottom: 20px;
}
/* 39. footer.two */
footer.two .footer-bootom-bar {
  padding-top: 0px;
  background-color: #040a2f;
  margin-top: 50px;
}
footer.two .widget-title p {
  color: #e8e8e8;
  width: 85%;
}
.widget-title input::placeholder {
  color: #666;
  text-transform: uppercase;
}
.widget-title input {
  width: 100%;
  background-color: #fff;
  height: 60px;
  padding-left: 30px;
  border-radius: 38px;
  font-size: 14px;
  color: #666666;
  outline: none;
  border: 0;
}
.widget-title form {
  position: relative;
  margin-top: 16px;
}
.widget-title form .sec-btn {
  position: absolute;
  right: 6px;
  padding: 0;
  height: 48px;
  width: 48px;
  top: 6px;
}
footer.two .logo .star-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
}
footer.two .star-rating ul {
  padding-left: 25px;
}
.time-table {
  position: relative;
  display: flex;
  align-items: center;
}
.time-table i {
  font-size: 30px;
  padding-right: 12px;
}
.time-table h6 {
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}
/* 40. footer-contact */
.footer-contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 100px;
  border-radius: 31px;
  border-bottom-left-radius: 74px;
  padding-left: 60px;
}
.footer-contact .get-in-touch i {
  background-color: #fff;
}
.footer-contact .get-in-touch i svg {
  fill: rgba(255, 161, 85, 1);
  width: 40px;
}
.footer-contact .get-in-touch span {
  font-size: 18px;
  font-weight: 800;
  width: 100%;
}
.footer-contact .get-in-touch h6 a {
  font-size: 18px;
}
.footer-contact .get-in-touch {
  margin-bottom: 0;
}
footer.two:before {
  opacity: 0.9;
  mix-blend-mode: initial;
}
.footer-contact .get-in-touch.two {
  width: 29%;
  margin-right: 26px;
}
.footer-contact .get-in-touch h6 a:hover {
  color: #fff;
}
.footer-contact .boder {
  display: block;
  height: 110px;
  width: 1px;
  background-color: #ffffff52;
  position: relative;
}
/* 41. banner */
.hero-section.banner .hero-text {
  padding: 0;
}
.hero-section.banner .hero-text h2 {
  font-size: 35px;
  font-weight: 800;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.banner h6 {
  font-size: 18px;
  color: #666;
}
.banner .hero-img {
  margin-left: 0;
}
.banner.hero-section {
  padding-top: 70px;
}
.banner .hero-img img {
  border-radius: 50px;
  border-bottom-left-radius: 190px;
  position: relative;
  z-index: 1;
}
.banner .heroshaps-2 {
  z-index: 1;
}
/* 42. ol.breadcrumb */
ol.breadcrumb li {
  font-size: 16px;
  font-weight: 800;
  color: #666666;
  padding-right: 15px;
  position: relative;
}

ol.breadcrumb a {
  color: #666;
}
ol.breadcrumb {
  margin-top: 10px;
  position: absolute;
  padding-top: 16px;
  z-index: 999;
}

.breadcrumb:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #666;
  top: -3%;
}

/* 43. our blog */

.posted i {
  padding-left: 40px;
  padding-right: 10px;
}

.blog-style-two.three p {
  padding-top: 15px;
  padding-bottom: 15px;
}

.blog-style-two.three .blog-text-two .sec-btn {
  background-color: white;
  color: #000 !important;
  border: 3px solid rgba(255, 161, 85, 1);
  line-height: 1.2;
}
.blog-style-two.three .blog-text-two .sec-btn:hover {
  color: #fff !important;
}
.blog-text-two h2 {
  font-size: 24px;
  font-weight: 800;
}
.our-blog .blog-style-two.three {
  margin-bottom: 40px;
}
/* 44. sidebar */
.sidebar h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 3px;
  font-weight: 800;
}
.sidebar {
  padding: 40px 50px;
  margin-bottom: 20px;
  background-color: #f3f3f3;
  border-radius: 30px;
  border-bottom-left-radius: 90px;
  text-align: center;
}

.sidebar h3 + .boder-bar {
  display: block;
  width: 60px;
  height: 4px;
  margin-bottom: 20px;
  margin-top: 9px;
  margin: 9px auto 20px;
}


.boder-bar {
  display: block;
  width: 60px;
  height: 4px;
  margin-bottom: 20px;
  margin-top: 9px;
}
.recent-post i {
  padding-right: 10px;
  font-size: 20px;
}
ul.Meta li a {
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c5c5c5;
  color: #555555;
}
ul.Meta li.end a {
  padding: 0;
  margin: 0;
  border: 0;
}
/* 45. recent-post */
.recent-post img {
  margin-right: 20px;
  border-radius: 16px;
}

.recent-post li {
  display: flex;
  align-items: flex-start;
}

.recent-post a {
  font-size: 15px;
  font-weight: bold;
  color: black;
  line-height: 9px !important;
}

ul.recent-post span {
  padding-top: 10px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #555555;
}
ul.recent-post li {
  padding-bottom: 20px;
}
ul.recent-post li.end {
  padding: 0;
}

/* 46. ul.categories */

ul.categories li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 16px 20px;
  border-radius: 15px;
  color: #666;
  font-size: 16px;
  padding-left: 30px;
  font-weight: 600;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

ul.categories li a:hover {
  color: #333;
}

ul.categories li a:hover span {
  color: #fff;
}

ul.categories li {
  padding-bottom: 15px;
}

ul.quick-links li a {
  color: #555555;
  font-size: 16px;
  font-weight: 600;
}

/* 47. ul.quick-links */

ul.quick-links li {
  padding-bottom: 16px;
}

ul.quick-links li.end {
  padding-bottom: 0px;
}

.quick-links i {
  color: #c5c5c5;
  padding-right: 10px;
}

ul.Meta li a {
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c5c5c5;
  color: #555555;
  display: block;
}

ul.Meta li.end a {
  padding: 0;
  margin: 0;
  border: 0;
}

/* 48. tags-cloud */

.tags-cloud a {
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #cfcfcf;
  color: black;
  display: inline-block;
  padding: 15px 22px;
  position: relative;
  overflow: hidden;
}

.tags-cloud a:before {
  position: absolute;
  content: "";
  width: 5%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.tags-cloud a:hover {
  color: white;
}

.tags-cloud a:hover:before {
  width: 100%;
}

ul.tags-cloud {
  display: flex;
  flex-wrap: wrap;
}

ul.tags-cloud li {
  margin-right: 10px;
}

ul.tags-cloud li a {
  z-index: 1;
}

.sidebar.sidebar-two h3 {
  color: white;
}

.sidebar.sidebar-two p {
  color: #cfcfcf;
  padding-bottom: 15px;
}

.sidebar.sidebar-two {
  border: 0;
  margin: 0;
}

.sidebar-two input[type="text"] {
  width: 100%;
  height: 60px;
  font-size: 14px;
  padding-left: 25px;
  border-radius: 50px;
  border: 0;
  outline: none;
  margin-bottom: 7px;
}

.sidebar-two input[type="text"]::placeholder {
  text-transform: uppercase;
}

/* 49. ul.features */
ul.features li {
  position: relative;
  padding-bottom: 12px;
  font-size: 16px;
  padding-left: 25px;
  line-height: 30px;
  text-align: justify;
}
ul.features li:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 0;
  top: 7%;
}
ul.features.provide li {
  padding-left: 0;
}
ul.features.provide li:before {
  display: none;
}
.features.provide i {
  padding-right: 15px;
}
ul.features li.end {
  padding-bottom: 0;
}
/* 50. client-help */
.client-help {
  background-color: #0072bc;
  padding: 50px;
  border-radius: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.client-help p {
  font-size: 28px;
  line-height: 38px;
  color: #fff;
  padding-bottom: 10px;
}
.client-help a {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}
.blog-page .new-laundry-img {
  margin-top: 50px;
}
.blog-page .new-laundry-img img {
  border-radius: 30px;
}
/* 51. pagination */
.pagination {
  display: flex;
  margin-top: 10px;
  border: 4px solid #8bc43e;
  width: fit-content;
  position: relative;
  padding: 7px 60px;
  margin-left: 50px;
  border-radius: 8px;
}
.pagination li {
  padding: 20px;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
  margin-right: 10px;
  border-radius: 10px;
  font-weight: bold;
}
.pagination li.prev {
  width: 100px;
}
.pagination li a {
  font-size: 16px;
  line-height: 15px;
}

.pagination li.prev a,
.pagination li.next a {
  border-right: 0;
  padding-right: 0;
}
.pagination li.prev {
  width: 100px;
  background-color: black;
  border-radius: 55px;
}
.pagination li.next {
  position: absolute;
  background-color: black;
  border-radius: 15px;
  right: -15px;
}
.pagination li.next {
  position: absolute;
  background-color: black;
  border-radius: 55px;
  right: -50px;
  width: 100px;
}
.pagination li.prev {
  position: absolute;
  left: -50px;
}
.pagination li.prev a,
.pagination li.next a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
/* 52. comment */
.comment {
  padding-top: 60px;
}
.comment h2 {
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  text-transform: uppercase;
}
.comment-data > h4 {
  font-size: 24px;
  font-weight: 800;
  display: inline;
  padding-right: 8px;
  text-transform: capitalize;
}
.comment-data span {
  font-size: 16px;
  font-weight: bold;
}
.comment li {
  display: flex;
  background-color: #ffffff;
  padding: 35px 15px;
  position: relative;
  margin-top: 30px;
  align-items: center;
  border-radius: 24px;
  border-bottom-left-radius: 80px;
  padding-left: 28px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.comment-data {
  padding-left: 0;
}
.comment li img {
  position: relative;
  object-fit: cover;
  margin-right: 30px;
  border-radius: 50%;
  width: 138px;
  height: 138px;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.15);
}
.comment li a {
  border-radius: 30px;
  top: 10px;
  color: white;
  background-color: black;
  position: absolute;
  right: 2%;
  font-weight: 600;
  padding: 4px 12px;
  font-size: 14px;
  text-transform: uppercase;
}
li.reply-comment {
  margin-left: 103px;
  width: 89%;
}
/* 53. form.leave */
form.leave input {
  width: 100%;
  height: 60px;
  padding-left: 25px;
  border-radius: 42px;
  border: 1px solid #c1c1c1;
  margin-top: 20px;
  outline: none;
}
form.leave input,
form.leave input::placeholder {
  color: #555;
}
form.leave textarea {
  width: 100%;
  padding-left: 20px;
  height: 180px;
  border-radius: 30px;
  margin-top: 20px;
  border: 1px solid #c1c1c1;
  outline: none;
  color: #555;
  padding-top: 25px;
}
form.leave textarea::placeholder {
  color: #555;
}
/* 54. share-post */
.share-post {
  display: flex;
  align-items: center;
}
.share-post h5 {
  font-size: 18px;
  font-weight: 800;
  padding-right: 20px;
}
.share-post {
  display: flex;
  align-items: center;
  padding: 25px 40px;
  margin-top: 30px;
  background-color: #f3f3f3;
  border-radius: 20px;
  border-bottom-left-radius: 70px;
}
.share-post .social-media li a {
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
}
.footer-bootom-bar ul.social-media li:hover a i {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}
.social-media li:hover a i {
  color: white;
  background-color: rgba(255, 161, 85, 1);
  border: 1px solid rgba(255, 161, 85, 1);
}
.willimes-marko {
  display: flex;
  align-items: center;
  margin-top: 40px;
  padding: 50px;
  padding-left: 170px;
  background-color: #0072bc;
  position: relative;
  width: 95%;
  margin-left: 46px;
  padding-right: 20px;
  border-radius: 20px;
  border-bottom-left-radius: 100px;
}
.willimes-marko img {
  position: absolute;
  left: -5%;
  border-radius: 50%;
  border: 5px solid #fff;
}
.social-media-Intege .social-media li a {
  margin-right: 8px;
}
.social-media-Intege h4 {
  font-size: 26px;
  font-weight: 700;
  color: white;
}
.social-media-Intege {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.willimes-marko p {
  width: 93%;
  color: white;
}
.social-media-Intege .social-media li {
  margin-right: 5px;
}
.social-media-Intege .social-media li a i {
  background-color: white;
  border: 0;
  color: #555;
  margin-right: 0px;
}
.social-media-Intege .social-media li a i:hover {
  color: white;
}
.blog-style-two.blog-three.page-two .digital-marketing a {
  position: relative;
  background-color: #fafafa;
  display: inline-flex;
  left: 0;
  margin-bottom: 16px;
  padding: 22px;
  letter-spacing: 0.5px;
}
.blog-style-two.blog-three.page-two .blog-style-three-data {
  padding: 0px 140px;
}
.blog-style-two.blog-three.page-two .blog-style-three-data h3 a {
  font-size: 50px;
  width: 90%;
  margin-top: 30px;
}
.blog-style-three-data .blog-post-data {
  border: 0;
  padding: 0;
}
.blog-style-three-data .blog-post-data ul {
  margin: 0;
  margin-top: 15px;
}
.pdd {
  padding: 0 140px;
}
.pdd .willimes-marko img,
.pdd .comment li img {
  left: -4%;
}
ul.social-media li a.f i {
  background-color: #186cb0;
  color: #fff;
}
ul.social-media li a.t i {
  background-color: #00b3d3;
  color: #fff;
}
ul.social-media li a.in i {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: #fff;
  border: 0;
}
ul.social-media li a.wt i {
  background-color: #21d142;
  color: #fff;
}
ul.social-media li a.yt i {
  background-color: #fe0000;
  color: #fff;
}

.blog-page p span {
  display: inline;
  font-size: 18px;
  border-bottom: 1px solid;
}
img.sed-img {
  border-radius: 20px;
}
.dryclean.refer-friend.two {
  margin-top: 0;
  margin-bottom: 0;
}
/* 55. error-page */
.error-page h2 {
  font-size: 200px;
  font-weight: 800;
  line-height: 200px;
  position: relative;
}
.error-page {
  position: relative;
  background-size: cover;
  background-position: center;
}
.error-page:before {
  background-color: #f3f3f3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  content: "";
}
.error-page {
  padding-top: 160px;
  padding-bottom: 120px;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.error-page h3 {
  font-size: 30px;
  position: relative;
  font-weight: bold;
}
.error-page p {
  margin-bottom: 25px;
  font-size: 20px;
  position: relative;
}
.page-not-found form input[type="text"] {
  width: 100%;
  height: 60px;
  border-radius: 45px;
  padding-left: 25px;
  border: 0;
  outline: none;
  margin-bottom: 20px;
}
.page-not-found form {
  display: flex;
  align-items: center;
  position: relative;
}
.page-not-found form button {
  color: white;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 44px;
  border: 0px;
  color: #fff;
  position: absolute;
  right: 1%;
  top: 7%;
  padding: 0;
}
/* 56. works-section.two */
.works-section.two img.works-line {
  bottom: 44%;
}
.works-section.two {
  margin-top: 0;
  padding-top: 120px !important;
}
.partner {
  justify-content: center;
  display: flex;
  margin-bottom: 16px;
}
.partner img:hover {
  transform: translateY(16px);
}
/* 57. featured-imagebox-gallery */
.featured-imagebox-gallery {
  margin-bottom: 20px;
}
.featured-imagebox-gallery .featured-link {
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
  z-index: 1;
}
.featured-imagebox-gallery img {
  border-radius: 35px;
}
.featured-imagebox-gallery .featured-link:before {
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  content: "";
  position: absolute;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
}
.featured-imagebox-gallery .featured-link:after {
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  content: "";
  position: absolute;
  background-color: white;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
}
.featured-imagebox-gallery:hover .featured-link:before,
.featured-imagebox-gallery:hover .featured-link:after {
  opacity: 1;
  top: 50%;
  left: 50%;
}
.featured-imagebox-gallery .featured-link:before {
  height: 40px;
  width: 1px;
  top: 100%;
}
.featured-imagebox-gallery .featured-link:after {
  width: 40px;
  height: 1px;
  left: 100%;
}
.featured-imagebox-gallery .featured-overlay {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 94%;
  height: 94%;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
  border-radius: 35px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.featured-imagebox-gallery:hover .featured-overlay {
  opacity: 0.8;
}
/* 58. location-text */
.location-text:not(:last-child) {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 18px;
}
.location-text {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.location-text p {
  font-size: 18px;
  padding-top: 4px;
  padding-bottom: 20px;
}
.location-text h4 {
  font-weight: 800;
}
.location-style {
  border: 5px solid rgba(255, 161, 85, 1);
  padding: 40px;
  border-radius: 22px;
  border-bottom-left-radius: 130px;
  width: 35%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.location-text i {
  background-color: #f3f3f3;
  color: #737373;
  padding: 10px;
  border-radius: 50%;
  line-height: 1;
  font-size: 20px;
}
.location {
  display: flex;
}
.location iframe {
  width: 65%;
  border-radius: 35px;
  height: 560px;
  margin-top: 30px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* 59. contact-style */
.contact-style {
  margin-top: 60px;
  position: relative;
  text-align: center;
  padding: 40px;
  background-color: #f3f3f3;
  border-radius: 30px;
  border-bottom-left-radius: 90px;
}
.contact-style.two {
  margin-top: 0;
}
.contact-style i {
  margin: auto;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  font-size: 42px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.1);
}
.contact-style h6 {
  font-weight: 800;
  text-transform: uppercase;
  color: #999;
  padding-bottom: 18px;
  letter-spacing: 2px;
}
.contact-style h4 span {
  display: block;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contact-style h4 {
  font-weight: 800;
}
.contact-style:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0072bc;
  left: 0;
  top: 0;
  border-radius: 30px;
  border-bottom-left-radius: 90px;
  opacity: 0;
  transform: scale(0);
}
.contact-style:hover:before {
  opacity: 1;
  transform: scale(1);
}
.contact-style:hover h4 {
  color: #fff;
}
.contact-style:hover i {
  color: #fff;
}
.contact-style svg {
  width: 65px;
  fill: rgba(255, 161, 85, 1);
}
.contact-style:hover svg {
  fill: #fff;
}
.contact-style:hover h4 a {
  color: #fff;
}
/* 60. content */
form.content-form input[type="text"] {
  width: 100%;
  border-radius: 52px;
  height: 60px;
  padding-left: 30px;
  margin-bottom: 20px;
  border: 1px solid #c1c1c1;
  color: #555;
  outline: none;
}
form.content-form input[type="text"]::placeholder {
  color: #555;
}

form.content-form select {
  width: 100%;
  border-radius: 52px;
  height: 60px;
  padding-left: 30px;
  margin-bottom: 20px;
  border: 1px solid #c1c1c1;
  color: #555;
  outline: none;
}

form.content-form input[type="password"] {
  width: 100%;
  border-radius: 52px;
  height: 60px;
  padding-left: 30px;
  margin-bottom: 20px;
  border: 1px solid #c1c1c1;
  color: #555;
  outline: none;
}
form.content-form input[type="password"]::placeholder {
  color: #555;
}
form.content-form textarea {
  width: 100%;
  height: 160px;
  border-radius: 32px;
  border: 1px solid #c1c1c1;
  padding-top: 20px;
  color: #555;
  margin-bottom: 15px;
  outline: none;
  padding-left: 25px;
}
form.content-form textarea::placeholder {
  color: #555;
}
form.content-form h5 {
  font-size: 16px;
  color: #555;
  padding-bottom: 5px;
}
.heading.two.contact-heading p {
  padding-top: 0;
}
.heading.two.contact-heading {
  width: 100%;
}
.contact-heading h2 {
  padding-bottom: 10px;
}
.contact-heading h6 {
  color: #666;
  width: 77%;
  line-height: 28px;
}
.contact-heading .star-rating {
  display: block;
  margin-top: 80px;
  border-top: 1px solid #666;
  width: 90%;
  padding-top: 40px;
}
.contact-heading .star-rating h4 {
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
}
.contact-heading .star-rating h5 {
  color: #000;
  padding-bottom: 22px;
  display: block;
}
.contact-heading .star-rating ul li {
  margin-right: 12px;
  font-size: 22px;
}
/* 61. carpet */
.carpet i {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  padding: 30px;
  border-radius: 50%;
  top: 17%;
  left: -45px;
}
.carpet {
  width: 86%;
}
.refer-friend img.babal {
  position: absolute;
  z-index: 0;
  top: 67px;
  padding: 0;
  left: 3%;
  animation: arrow 15s infinite;
}
@keyframes arrow {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.carpet p {
  font-size: 18px;
}
.services-details-img img {
  border-radius: 30px;
  border-bottom-left-radius: 140px;
  width: 100%;
}
.services-details-img figure img:hover {
  transform: scale(1.1);
}
.services-details-img figure {
  border-radius: 30px;
  margin-bottom: 0;
  border-bottom-left-radius: 140px;
}
.carpet h3 {
  font-weight: 800;
  font-size: 40px;
  padding-top: 18px;
  padding-bottom: 20px;
}
.information h4 {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}
.information .new-laundry-img img {
  border-radius: 30px;
  width: 100%;
}
.information .new-laundry-img {
  margin-bottom: 40px;
}
.information .new-laundry-img figure img:hover {
  transform: scale(1.1);
}
.information .new-laundry-img figure {
  border-radius: 30px;
  margin-bottom: 0;
}
/* 62. team-details-text */
.team-details-text h6 {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 30px;
  padding-bottom: 40px;
}
.team-details-text .share-post {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  padding-top: 40px;
}
.team-details-text .share-post:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #9b9b9b;
  top: 0;
}
.heading.two.team-details-text {
  width: 82%;
}
.team-details-text .get-in-touch h6 {
  padding-top: 0;
}
.team-details-text .get-in-touch span {
  font-weight: 800;
}
.team-details-text .get-in-touch span,
.team-details-text .get-in-touch a {
  color: #000;
}
.team-detail-img {
  position: relative;
  display: flex;
  justify-content: end;
}
.team-detail-img img {
  border-radius: 50%;
  width: 90%;
  border: 20px solid #fff;
  outline: solid 3px rgba(255, 161, 85, 1);
}
.team-experience {
  display: flex;
  align-items: center;
  position: absolute;
  background-color: #0072bc;
  border-radius: 150px;
  padding: 4px 40px;
  width: 57%;
  bottom: 20%;
  left: -3%;
}
.team-experience h4 {
  font-size: 90px;
  font-weight: 800;
  padding-right: 10px;
}
.team-experience h6 {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}
/* 63. accordion */
.accordion-item.active .heading {
  color: #bccbb7;
}
.accordion-item.active .icon:before {
  background: #bccbb7;
}
.accordion-item.active .icon:after {
  width: 0;
}
.accordion-item {
  border: 0;
}
.accordion-item.active .icon:before {
  background: #000;
}
.accordion-item .heading {
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.accordion-item .icon {
  right: 14%;
  display: block;
  position: absolute;
  top: 47%;
  width: 2.4rem;
  height: 2.4rem;
  transform: translateY(-50%);
  right: 20px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid rgba(255, 161, 85, 1);
}
.accordion-item.active .title {
  color: #fff;
  background: rgb(255, 161, 85);
  background: linear-gradient(
    90deg,
    rgba(255, 161, 85, 1) 0%,
    rgba(255, 204, 86, 1) 100%
  );
}
.accordion-item .icon:before,
.accordion-item .icon:after {
  content: "";
  width: 14px;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}
.progress {
  height: 8px;
}
.accordion-item .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion-item .content {
  display: none;
}

.content p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding-bottom: 24px;
}

.title {
  text-align: start;
  padding: 16px 36px;
  padding-right: 0;
  color: black;
  font-size: 19px;
  background-color: #f3f3f3;
  border-radius: 51px;
}
.content {
  margin-top: 24px;
  padding: 0px 36px;
  padding-bottom: 0px;
  background-color: #24243500;
}
.accordion-item:first-of-type {
  border-radius: 0px;
}
.accordion-item.active a.heading {
  color: black;
}
.accordion-item {
  margin-bottom: 10px;
}
a.heading {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* 64. price-package.two */
.price-package.two {
  padding-bottom: 120px;
}
.price-package.two:before {
  display: none;
}
.price-package.two .package {
  background-color: #f3f3f3;
  box-shadow: none;
}
.price-package.two .package-top {
  background-color: #fff;
}
.price-package.two .package.two {
  border: 3px solid rgba(255, 161, 85, 1);
  background-color: #fff;
  box-shadow: none;
}

svg#svg4392 {
  stroke: #8ac43e;
}
.service-price:hover svg#svg4392 {
  stroke: #fff;
}

.carpet ul.list-style {
  padding-bottom: 0;
}
/* 65. what-we-provide-video */
.what-we-provide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 84px;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  padding: 0 60px;
  padding-right: 0;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 40px;
  margin-top: -45px;
  z-index: 1;
  position: relative;
}
.what-we-provide-video {
  position: relative;
}
.what-we-provide-text {
  text-align: center;
  width: 14%;
  position: relative;
}
.what-we-provide-text h4 {
  font-weight: 800;
  font-size: 20px;
  padding-top: 10px;
}
.what-we-provide .boder {
  height: 266px;
}
.what-we-provide-video .video {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}
.what-we-provide-text:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #e8f4d9;
  z-index: -1;
  right: 54px;
}
.what-we-provide-text:hover img {
  transform: rotatey(180deg);
}
/* 66. mobile-nav */
.mobile-nav {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: #0072bc;
  padding: 50px 40px 15px;
  z-index: 5;
  transition: 0.25s ease-in-out;
  transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  -moz-transform: translateX(-101%);
  -o-transform: translateX(-101%);
  overflow-y: auto;
}
.mobile-nav a#res-cross:hover:before {
  transform: rotate(90deg);
}
.mobile-nav ul li a svg {
  width: 11px;
}
.for #nav-icon4 {
  color: black;
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
  top: 13px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.responsive-bar {
  display: none;
}
#nav-icon4 span:nth-child(3) {
  top: 25px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 35px;
  left: 8px;
}

i#nav-icon4 {
  display: none;
}
#nav-icon4 {
  width: 40px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  font-size: 25px;
  color: white;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mobile-nav > ul > li.menu-item-has-children:before {
  content: "";
  background-image: url(../img/down-arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 25px;
  right: 0;
  width: 10px;
  height: 10px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.mobile-nav > ul > li.menu-item-has-children.active:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.mobile-nav > ul > li {
  position: relative;
  border-bottom: 0px solid #d4d4d4;
  padding: 10px 0;
  display: block;
}
.mobile-nav > ul > li:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}
.mobile-nav > ul li > a {
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: #fff;
}
.mobile-nav > ul > li > a {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.mobile-nav > ul > li.menu-item-has-children > ul.sub-menu {
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 5px;
  position: absolute;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15px);
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -o-transform: translateX(15px);
  border-top: 1px solid #d4d4d4;
  margin-top: 8px;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu {
  position: relative;
  height: auto;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transition-delay: 0.1s;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li {
  padding: 5px 0;
  position: relative;
}
.res-log img {
  width: auto;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: -13px;
}
.res-log {
  margin-bottom: 30px;
}
.mobile-nav .donation {
  display: flex;
  align-items: center;
  margin: 25px 0;
}
.mobile-nav .donation a:first-child {
  margin-right: 40px;
}
.mobile-nav .donation a.theme-btn {
  padding: 10px 30px;
}
.mobile-nav .donation a.cart {
  position: relative;
}
.mobile-nav .donation a.cart:before {
  content: "1";
  color: white;
  width: 25px;
  height: 25px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  top: -7px;
  right: -19px;
  z-index: 1;
  font-size: 13px;
}
.res-rights p {
  color: #d6d6d6;
  font-weight: bold;
  letter-spacing: 5px;
  margin-top: 30px;
}

.mobile-nav.open {
  transform: translateX(0) !important;
  z-index: 33333333;
  box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
}
li.menu-item-has-children.active {
  background-color: transparent;
}
.mobile-nav a#res-cross:before {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url("../img/remove.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: 20px;
}
.bar-menu i {
  color: black;
  background-color: transparent;
  font-size: 24px;
}
.responsive-bar-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.bar-menu {
  display: none;
  position: relative;
}
.bar-menu i {
  color: black;
}
.mobile-nav .social-media li a {
  margin-right: 0;
}
.mobile-nav > ul.social-media > li:not(:last-child) {
  border: 0;
}
.navbar-links li.navbar-dropdown .dropdown a:hover {
  color: rgba(255, 161, 85, 1);
  padding-left: 24px;
}
.hero-section {
  overflow: hidden;
}
/* 67. Go To Top */
#progress {
  z-index: 1111;
  position: fixed;
  bottom: 60px;
  right: 10px;
  height: 60px;
  width: 60px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#progress-value {
  display: block;
  height: calc(105% - 10px);
  width: calc(105% - 10px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 35px;
  color: #001a2e;
}
span#progress-value i {
  font-size: 18px;
}

/* 68. loader */
.loader-6 {
  height: 120px;
  width: 120px;
  position: relative;
}

.loader-6 .circle {
  width: 20px;
  height: 20px;
  background: black;
  border-radius: 50%;
  margin: -12.5px;
  -webkit-animation: mesh 3s ease-in-out infinite;
  animation: mesh 3s ease-in-out infinite -1.5s;
}

.loader-6 > div .circle:last-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.loader-6 > div {
  position: absolute;
  top: 50%;
  left: 50%;
}

.loader-6 > div:last-child {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@-webkit-keyframes mesh {
  0% {
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  50.00001% {
    -webkit-transform-origin: 50% 200%;
    transform-origin: 50% 200%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: 50% 200%;
    transform-origin: 50% 200%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mesh {
  0% {
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  50.00001% {
    -webkit-transform-origin: 50% 200%;
    transform-origin: 50% 200%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: 50% 200%;
    transform-origin: 50% 200%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preloader {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999111111;
  left: 0;
  top: 0;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.page-loaded .preloader {
  left: -100%;
}
.white_content i:hover {
  transform: rotate(90deg);
}
.pagination li:hover a {
  color: #fff;
}
/* 69. lightbox */
.lightbox-toggle {
  color: black;
}
.box {
  z-index: 2111111111111;
  position: fixed;
  opacity: 1;
  display: none;
  top: 0;
  width: auto;
  height: auto;
  background: #000;
  padding: 50px;
  height: 100%;
  width: 100%;
  padding: 101px 380px;
}
.close i {
  position: absolute;
  font-size: 22px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  background-color: rgba(255, 161, 85, 1);
  justify-content: center;
  color: white;
  right: 1%;
  top: 2%;
  border-radius: 7px;
  border-bottom-left-radius: 26px;
}
.box .comment {
  padding-top: 0;
}
.flex-img {
  background-color: #fff;
}
.flex-img .nice-select.Advice {
  width: 100%;
  border: 1px solid #a6a6a6;
  height: 60px;
  color: #555;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 15px;
  border-radius: 10px;
  padding: 0 20px;
}
.flex-img .nice-select:after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  height: 10px;
  right: 30px;
  top: 50%;
  width: 10px;
}
.flex-img .nice-select.open .list {
  width: 100%;
  color: black;
}
.flex-img .nice-select:before {
  content: "";
  height: 36px;
  width: 1px;
  background-color: #9e9e9e;
  right: 60px;
  position: absolute;
}

.flex-img {
  background-color: #fff;
}

.flex-img img {
  width: 40%;
}

.form-box {
  padding: 60px;
}

textarea {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #9e9e9e;
  color: #555;
  height: 160px;
  outline: none;
}

.flex-img textarea::placeholder,
.flex-img input::placeholder {
  color: #555;
}

.flex-img input {
  width: 100%;
  height: 55px;
  padding-left: 20px;
  color: #555;
  outline: none;
  margin-bottom: 10px;
  border: 1px solid #a6a6a6;
  border-radius: 10px;
  padding-right: 20px;
}

.flex-img {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  width: 650px;
  margin: 7% auto;
}

.form-box {
  padding: 40px;
}

.form-box .sec-btn {
  display: inherit;
  width: auto;
}

p.num i {
  position: relative;
  transform: rotate(0deg) !important;
}
p.num {
  display: flex;
  padding-top: 10px;
  padding-bottom: 12px;
}
p.num svg {
  fill: rgba(255, 161, 85, 1);
  width: 24px;
  margin-right: 10px;
  height: auto;
}
p.num a {
  color: #fff;
}
.white_content h3 {
  padding-top: 10px;
}
.provide-img img:hover {
  transform: scale(1.1);
}
.provide-img figure {
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  border-bottom-left-radius: 100px;
}

/* transition speed */
.navbar-links li a,
.pagination li,
.provide-img img,
.mobile-nav a#res-cross:before,
.information .new-laundry-img img,
.what-we-provide img,
.video a,
.pagination li.prev,
.pagination li.next,
.contact-style:before,
.contact-style h4,
.contact-style i,
.contact-style svg,
.contact-style h4 a,
.blog-text-two h2,
.recent-post a,
ul.quick-links li a,
.comment li a,
.partner img,
.phone a,
.service-price h6 span,
.blog-style-two.three figure:before,
.blog-style-two.three .blog-text-two h3,
.team-style ul.social-media i,
.team-style a,
.team-style:before,
.service-price h4,
.service-price p,
ul.social-media i,
.login a,
.navPrev span img,
.navNext span img,
.works-img figure:before,
.services-details-img img,
.blog-img img,
ul.image-gallery li figure:before,
.get-in-touch h6 a,
.get-in-touch a,
.widget-title li a,
.white_content i,
.package-top h6,
.package-top h2,
.service-text a h4,
.service-text i img,
.work-stap-img i img,
.service-price,
.package-top span,
.package-top:before,
.package-top i,
.package-top svg,
.blog-data a h3,
.service-price svg,
.works-img span,
.service-text-two i img,
.service-two-text h3,
.service-two-text,
.service-price i:before {
  transition: 0.5s all;
}

.main-logo {
  width: 230px;
}

.apply-now-btn {
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
  height:auto;
  background: rgb(255,161,85);
  background: linear-gradient(90deg, rgba(255,161,85,1) 0%, rgba(255,204,86,1) 100%);
  -ms-box-shadow: 5px 5px 30px 0px rgba(195, 120, 251, 0.35);
  -webkit-box-shadow: 5px 5px 30px 0px rgba(195, 120, 251, 0.35);
  box-shadow: 5px 5px 30px 0px rgba(195, 120, 251, 0.35);
  -moz-box-shadow: 5px 5px 30px 0px rgba(195, 120, 251, 0.35);
  display: inline-block;
  overflow: hidden;
  padding: 10px 25px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  letter-spacing: 0.5px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  font-weight: 700;
  margin-left: 5px;
  margin-right: 5px;
}


footer {
  background: #013557;
  padding-top: 75px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.mobile-nav
  > ul
  > li.menu-item-has-children.active
  > ul.sub-menu
  li.pl-25:before {
  left: 4px;
}

.contact-form-section {
  padding: 0px 0 90px;
}

.sub-title {
  font-size: 21px !important;
  padding-top: 30px;
  font-weight: 300 !important;
}

.professional .shashib-info h4 {
  font-size: 50px;
}

.shashib-info {
  padding: 30px 15px;
  border: 2px dashed rgba(255, 161, 85, 1);
  margin-bottom: 30px;
  border-radius: 50px;
  border-bottom-left-radius: 180px;
  background: #fff;
}

.professional .shashib-info h6 {
  font-size: 15px;
}

.shashib-info .d-sm-flex {
  justify-content: center;
}

.mt-100 {
  margin-top: 100px;
}

.featured-imagebox-gallery {
  padding: 60px;
  border: 2px dashed rgba(255, 161, 85, 1);
  border-top: none;
  margin-bottom: 30px;
  border-radius: 50px;
  border-bottom-left-radius: 180px;
  overflow: hidden;
  height: 545px;
}

.approval-title {
  padding: 16px 0;
  background: rgb(255, 161, 85);
  background: linear-gradient(
    90deg,
    rgba(255, 161, 85, 1) 0%,
    rgba(255, 204, 86, 1) 100%
  );
  border-top-left-radius: 15px;
}

.featured-imagebox.featured-imagebox-gallery.approval-strip {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none;
  border-radius: 0;
  height: auto;
  padding: 0;
}

.company-director a {
  color: #fff;
  font-size: 24px;
}

.course-icons-home {
  width: 60px !important;
}

.menu-strip  {
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  background: #fff;
}

.sub-title-2 {
  font-size: 18px;
  margin-bottom: 15px;
}

.sub-title-3 {
  font-size: 26px !important;
  padding-top: 30px;
  font-weight: 300 !important;
  color: #0072bc;
  margin-bottom: 30px;
}

.eligibility-icons {
  width: 50px;
}

.refer-friend > img {
  width: 235px;
}

.pl-20px {
  padding-left: 20px;
}

.info-main-strip {
  padding: 30px;
  background: #0072bc;
  border-radius: 50px;
  border-bottom-left-radius: 180px;
}

.work-stap-img.work-stap-3 span {
  color: #fff;
  position: absolute;
  left: 23%;
  width: 45px;
  border-radius: 50%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -15%;
  font-size: 18px;
  background: rgb(0, 114, 188);
  background: linear-gradient( 90deg, rgba(0, 114, 188, 1) 0%, rgba(17, 157, 247, 1) 100% );
  font-weight: bold;
}

.works-station-about {
  padding: 90px 0;
  margin-top: 0;
}

.works-section-img {
  width: 65px;
}

.info-section {
  padding: 90px 0;
  background: url(../img/why-should-bg.jpg) no-repeat top right;
  background-size: cover;
  height: auto;
}

.pb-120 {
  padding-bottom: 120px;
}

.logodata .owl-carousel .owl-item img.practical-tieups-img {
  width: 200px;
}

img.practical-tieups-img {
  width: 200px !important;
  border-radius: 15px;
}

.pera {
  color: #000 !important;
  padding: 15px 0;
  font-size: 18px;
}

.pt-section {
  padding: 90px 0;
}

.clients-review-section {
  padding: 0px 0 120px;
}

.vision-mision-section {
  padding: 90px 0;
  background: #f8f4ee;
}

.mission-list {
  padding-top: 30px;
}

.service-text-two i span {
  font-size: 55px;
}

.service-text-two img {
  width: 250px;
}

.width-100-per {
  width: 100%;
}

.atp-2 {
  padding: 60px 0;
  background: floralwhite;
}

.caa-section {
  padding: 90px 0;
}

.work-stap-2 {
  margin-bottom: 30px;
}

.pl-0 {
  padding-left: 0;
}
.sub-title {
  font-size: 24px;
  font-weight: 700 !important;
  padding-bottom: 15px;
  color: #0072bc;
  text-align: center;
}

.main-staff-strip.mb-4 .heading.two h3 {
  color: #0175c0;
}

ul.list-style li {
  position: relative;
  padding-left: 30px;
  color: #333;
}

ul.list-style .bol {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 16px;
  position: absolute;
  left: 0;
  top: 6px;
}

.main-staff-strip {
  background: #fff;
  padding: 50px 30px;
  border: 20px solid #fff;
  outline: solid 3px rgba(255, 161, 85, 1);
}

.sub-img {
  width: 100%;
  margin-bottom: 0px;
  height: 160px;
}

.cac-list li {
  font-size: 15px !important;
}

.sub-img-1 img {
  border-radius: 50%;
  width: 90%;
  border: 20px solid #fff;
  outline: solid 3px rgba(255, 161, 85, 1);
  height: 260px;
}

.staff-strip {
  padding: 30px;
  background: #fff;
  border: 20px solid #fff;
  outline: solid 3px rgba(255, 161, 85, 1);
  height: 100%;
}

.staff-strip .heading.two h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #000;
}

.staff-strip .heading p {
  font-weight: 600;
  padding-top: 20px;
  letter-spacing: 0;
  line-height: 20px;
}

.heading.two h3 {
  color: #fff;
}

.staff-strip.mb-4 ul.list-style {
  margin-left: 50px;
}

.sub-title-4 {
  font-size: 19px;
  padding: 30px 0 0;
  color: rgba(255, 161, 85, 1);
  text-align: center;
}

.eligibility-list li {
  color: #333 !important;
  padding-left: 0 !important;
}

.eligibility-list {
  margin-left: 0;
  padding-left: 0;
}

.admission-procedure-list li span {
  margin-right: 15px;
  width: 35px;
  height: 35px;
  background: rgb(255, 161, 85);
  background: linear-gradient(
    90deg,
    rgba(255, 161, 85, 1) 0%,
    rgba(255, 204, 86, 1) 100%
  );
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  color: #000;
  position: absolute;
  top: -3px;
  left: 0;
}

.admission-procedure-list li {
  position: relative;
  color: #666 !important;
  padding-left: 40px !important;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.admission-procedure-list li i  {
  background: rgb(255, 161, 85);
  background: linear-gradient( 90deg, rgba(255, 161, 85, 1) 0%, rgba(255, 204, 86, 1) 100% );
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  color: #333;
  font-size: 15px;
  margin-right: 10px;
  border-radius: 5px;
}

.admission-procedure-list {
  padding-left: 0;
  margin-left: 0;
}

.bba-aviation-sub-strip {
}

.bba-aviation-sub-strip p b {
  font-size: 20px;
  color: rgba(255, 161, 85, 1);
}

.package-top i a span {
  color: #fff;
  font-size: 30px;
  margin-top: 11px;
}

.package:hover .package-top i span {
  color: #000;
}

.package-bottom img {
  height: 120px;
}

.major-recruitment-strip {
  background: #0072bc;
  padding: 30px;
}

.major-left-img {
  border-bottom-left-radius: 100px !important;
  border-radius: 30px;
}

.major-recruiters-img {
  padding: 15px;
  margin-bottom: 25px;
  background: #fff;
  transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 30px;
}

.major-recruiters-img:hover {
  border-color: rgba(255, 161, 85, 1);
  outline-color: rgba(255, 204, 86, 1);
  transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
}

.major-title {
  color: #fff;
  padding-bottom: 20px;
  margin-top: 30px;
}

.major-title {
  color: #000;
  /* padding-bottom: 20px; */
  background: rgb(255, 161, 85);
  background: linear-gradient( 90deg, rgba(255, 161, 85, 1) 0%, rgba(255, 204, 86, 1) 100% );
  padding: 10px 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  border-bottom-left-radius: 20px;
  font-size: 24px;
  text-align: center;
}

.major-left-img {
  position: sticky;
  top: 180px;
}

.team-style.functional-aircraft-strip img {
  border-radius: 50%;
  border: 6px solid #fff;
  outline: solid 3px rgba(255, 161, 85, 1);
  width: 260px;
}

.team-style.functional-aircraft-strip {
  margin-bottom: 40px;
}

.featured-imagebox.featured-imagebox-gallery.photo-gallery {
  padding: 0;
  border: none;
  margin-bottom: 30px;
  border-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
  text-align: center;
  height: auto;
}

.featured-imagebox.featured-imagebox-gallery.photo-gallery h4 {
  margin-top: 20px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
  font-size: 30px;
  text-transform: uppercase;
}

.video-gallery-section {
  padding: 90px 0 !important;
}

ol.breadcrumb {
  display: none;
}

.text-justify {
  text-align: justify !important;
}

.clients-review-section {
  background: #fff;
  height: auto;
  position: relative;
  padding: 90px 0;
}

.heading-3 h2 {
  font-weight: 800;
  padding-bottom: 0;
  font-size: 40px;
}

.heading-3 .whychoose-strip {
  font-weight: 800;
  padding-bottom: 0;
  font-size: 40px;
  border: 3px dashed rgba(255, 161, 85, 1);
  padding: 30px 50px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}

.heading-3 .whychoose-strip p  {
  font-weight: 600;
  font-size: 18px;
  margin-top: 12px;
}

.work-stap-2 {
  border-radius: 20px;
}

.name-tag {
  color: #0072bc;
  font-weight: 600;
}

.read-more-text {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.login-strip {
  border: 5px solid rgba(255, 161, 85, 1);
  padding: 40px;
  border-radius: 22px;
  border-bottom-left-radius: 130px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.remember-forgot {
  display: flex;
  justify-content: space-between;
  font-size: 14.5px;
  margin: 0px 0 15px;
}
.remember-forgot label input {
  accent-color: #fff;
  margin-right: 3px;
}
.remember-forgot a {
  color: #0072bc;
  text-decoration: none;
}
.remember-forgot a:hover {
  text-decoration: underline;
}

.register-link {
  text-align: center;
  font-size: 14.5px;
  margin: 20px 0 0px;
}
.register-link p a {
  color: #0072bc;
  text-decoration: none;
  font-weight: 600;
}
.register-link p a:hover {
  text-decoration: underline;
}

.login-title {
  color: #0072bc !important;
  font-size: 30px !important;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 0px 0 30px;
}

.ame-section {
  padding: 90px 0;
}

.ame-course-section {
  background: url(../img/ame-course-sectiom-bg.jpg) no-repeat bottom right fixed;
  background-size: cover;
  height: auto;
  position: relative;
}

.course-padd {
  padding-right: 25px;
  padding-left: 25px;
}

.border-radius-30 {
  border-radius: 30px;
}

.yellow-text {
  color: #0072bc;
}

.ame-main-strip {
  padding: 50px;
  background: #abd9f7;
  border-radius: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.heading.text-left {
  text-align: center;
}

.white-strip {
  background: #fff;
  padding: 30px;
  height: 100%;
  border-radius: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

a.sec-btn.apply-btn {
  background: rgb(255, 161, 85);
  background: linear-gradient(
    90deg,
    rgba(255, 161, 85, 1) 0%,
    rgba(255, 204, 86, 1) 100%
  );
  color: #333 !important;
}

a.sec-btn.apply-btn:hover {
  color: #fff !important;
}

.service-data p {
  display: none;
}

.footer-list li {
  display: inline-block;
  margin-right: 15px;
}

.footer-list li:last-child {
  margin-right: 0;
}

.footer-list li a {
  color: #fff;
  font-size: 14px;
}

.footer-list li a:hover {
  color: rgba(255, 161, 85, 1);
}

.footer-logo {
  width: 250px;
}

.white-text {
  color: #fff !important;
}

.navbar-links li.navbar-dropdown .dropdown li h4 {
  font-size: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: 30px;
  text-transform: uppercase;
  color: rgba(255, 161, 85, 1);
  font-weight: 600;
  margin-top: 15px;
}

.about-content {
  background: beige;
  padding: 60px 60px 80px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about-img-2 {
  border-radius: 30px;
  border-bottom-left-radius: 140px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: 30px;
  position: relative;
  right: -50px;
}

.about-page-section {
  background: url(../img/about-page-bg.jpg) no-repeat center bottom;
  background-size: cover;
  height: auto;
}

.about-page-section h2 {
    font-size: 32px;
    font-weight: 900;
padding-bottom: 15px;
}

.vision-list li {
  font-size: 20px;
}

.about-infrastructure-section {
  padding: 90px 0;
  background: url(../img/infra-bg.jpg) no-repeat right bottom;
}

.img-100 {
  width: 100%;
}

.main-staff-strip .heading p {
  font-weight: 400;
  padding-top: 0px;
  letter-spacing: 1px;
  color: rgb(234 110 11) !important;
}

.staff-strip .heading p {
  color: rgb(234 110 11) !important;
  font-weight: 400;
}

.download-icons {
  width: 80px;
}

.downloads-strip {
  border: 1px dashed #ccc;
  margin-bottom: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.downloads-strip:hover {
  box-shadow: none;
}

.downloads-strip a {
  font-weight: 700;
  color: #0278c4;
}

.downloads-strip a:hover {
  color: rgba(255, 161, 85, 1);
}

.recent-blog-img {
  width: 80px;
}

.eligibility-list li span {
  margin-right: 7px;
  color: #0072bc;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.flying-club-strip {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
}

.flying-club-strip img {
  margin-bottom: 30px;
}

.photo-gallery-section {
  padding: 90px 0;
}

.shashib-advanced-strip {
  background: #f6f6f6;
  padding: 60px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 16px;
}

.advanced-img {
  border-radius: 30px;
  border-bottom-left-radius: 140px;
  padding-left: 0px;
}

.heading.message-strip h2 {
  font-weight: 800;
  padding-bottom: 30px;
  font-size: 30px;
}

.airport-presence-section {
  background: url(../img/airport-presence-bg.jpg) no-repeat bottom left;
  background-size: cover;
}

.service-two-text h3 span {
  font-size: 65%;
  color: #037bc8;
}

img.img-fluid.pr-img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 6px;
  border: 1px solid transparent;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  border: 1px dashed #ccc;
}

.pt-section .row .col-xl-3 {
  padding-left: 3px;
  padding-right: 3px;
}

img.img-fluid.pr-img:hover {
  box-shadow: none;
  border: 1px dashed #0072bc;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
}

.growthofaviation-section {
  padding: 90px 0;
}

.growth-strip {
  background: antiquewhite;
  padding: 25px 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.growth-strip h2 {
  font-size: 24px;
  width: 90px;
  color: #fff;
  height: 90px;
  background: #0072bc;
  border: 3px dashed #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 88px;
  margin-bottom: 20px;
}

.growth-strip h4 {
  font-size: 15px !important;
  padding-right: 0;
  color: #062559 !important;
}

.important-strip {
  padding: 30px;
  background: rgb(255, 161, 85);
  background: linear-gradient(
    90deg,
    rgba(255, 161, 85, 1) 0%,
    rgba(255, 204, 86, 1) 100%
  );
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.important-strip p {
  color: #333;
}

.choose-strip {
  background-color: #eff0e8;
  padding: 30px 60px 50px;
  position: relative;
  margin-top: 30px;
  border-radius: 24px;
  border-bottom-left-radius: 80px;
}

.choose-strip h3 {
  font-size: 22px;
  font-weight: 700;
  padding: 20px 0;
}

.choose-strip h4 {
  width: 50px;
  height: 50px;
  background: rgb(0, 114, 188);
  background: linear-gradient(
    90deg,
    rgba(0, 114, 188, 1) 0%,
    rgba(17, 157, 247, 1) 100%
  );
  color: #fff;
  line-height: 48px;
  text-align: center;
  border-bottom-right-radius: 15px;
  margin-right: 15px;
}

.title-choose-strip {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.date-updated {
  background: #0072bc;
  color: #fff;
  padding: 10px 30px 10px 50px;
  display: inline;
}

.terms-title {
  color: #0072bc;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
}

.bba-aviation-sub-strip p:first-child {
  text-align: center;
}

ul.list-style li {
  text-align: justify;
}

h5.mt-4.mb-3.terms-title + p b {
  font-size: 14px;
}

.heading p.subtitle-color-orange {
  color: rgba(255, 161, 85, 1) !important;
  font-weight: 800;
}

.heading p.subtitle-color-orange2 {
  color: #000 !important;
}

.about-content p {
  text-align: justify;
}

.blog-text-two p {
  text-align: justify;
}

.professional p {
  text-align: justify;
}

.sidebar p {
  text-align: justify;
}

.our-blog .blog-style-two.three p {
  text-align: justify;
}

.sub-title + p {
  text-align: justify;
}

.flying-club-strip p {
  text-align: justify;
}

.shashib-advanced-strip p {
  text-align: justify;
}

.accordion-item .content p {
  text-align: justify;
}

.terms-and-conditions p {
  text-align: justify;
}

.choose-strip p {
  text-align: justify;
}

.footer-list li a i {
  font-size: 12px;
}

.address-strip {
  border: 5px solid rgba(255, 161, 85, 1);
  padding: 40px;
  border-radius: 15px;
}

.fixed {
  position: fixed;
  bottom: 277px;
  right: 0;
  width: 50px;
  height: 48px;
  z-index: 999;
  transform: rotate(90deg);
}
.button {
  display: block;
  border: 0;
  line-height: 3;
  margin-bottom: 0.3em;
  outline: none;
  text-decoration: none;
  color: #fff;
  width: 150px;
  font-size: 16px;
  border-radius: 30px;
}
.buttonDiv {
  padding: 0 21px;
  border-radius: 30px;
  border-top-right-radius: 0;
  text-align: center;
}
/* Button Css */

.bg-b-blue:hover  {
  color: #fff;
}

.bg-b-blue {
  background: rgb(0, 114, 188);
    background: linear-gradient( 90deg, rgba(0, 114, 188, 1) 0%, rgba(17, 157, 247, 1) 100% );
}

.bg-b-blue:hover {
  background: linear-gradient(45deg, #1a77e2, #4485d2);
}

.modal  {
  z-index: 99999;
}

.apply-now-form-strip  {
  border: 5px solid rgba(255, 161, 85, 1);
  padding: 40px;
  border-radius: 22px;
  border-bottom-left-radius: 130px;
}

button.sec-btn.pull-right {
  float: right;
}

.btn-block  {
  display: block;
  width: 100%;
}

.modal-content  {
  border-radius: 30px;
}

.modal-dialog {
  max-width: 600px;
  margin: 6rem auto;
}  

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  color: #037ac7;
  text-transform: uppercase;
}

.modal-title.fs-5 {
  font-size: 25px !important;
}

.admission-procedure-list li i  {
  position: absolute;
  left: 0;
  top:0;
}

.scholarship-btn  {
  padding: 10px 25px !important;
  height: 48px !important;
}

.scholarship-btn i  {
  padding-left: 0 !important;
  padding-right: 5px;
}

.special-text  {
  color: #333;
  outline: solid 3px rgba(255, 161, 85, 1);
  padding: 30px;
  margin-top: 25px;
  border-radius: 15px;
  font-weight: 800;
  text-align: left !important;
  font-size: 17px !important;
}

.service-price.employment-strip {
  text-align: center;
  background: rgb(239,240,232);
background: linear-gradient(180deg, rgba(239,240,232,1) 0%, rgba(255,255,255,1) 100%);
  border-radius: 30px;
  padding-bottom: 30px;
  margin-top: 60px;
  margin-bottom: 30px;
  min-height: 430px;
}

.service-price.employment-strip img  {
  border-radius: 50%;
}

.service-price.employment-strip i  {
  padding: 15px;
}

.service-price.employment-strip:hover p  {
  color: #000;
}

.service-price.employment-strip:hover a h4  {
  color: #000;
}

.service-price.employment-strip p  {
  color: #000;
}

.service-price.employment-strip a h4  {
  color: #000;
  font-size: 20px !important;
}

h2.white-text.text-shadow {
  text-shadow: 4px 4px 2px rgb(68 68 68 / 60%);
}

.choose-strip-2  {
  color: #333;
  outline: solid 3px rgba(255, 161, 85, 1);
  padding: 30px;
  margin-top: 25px;
  border-radius: 15px;
  font-weight: 800;
  background: rgb(239,240,232);
  background: linear-gradient(270deg, rgba(239,240,232,1) 0%, rgba(255,255,255,1) 100%);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.choose-strip-2 h3  {
  font-size: 23px;
}

.service-price:hover i:before  {
  opacity: .8;
}

.dualprogram-strip h4  {
  font-size: 20px !important;
}

.dualprogram-strip {
  padding: 30px;
  background: aliceblue;
  margin-bottom: 30px;
  border-radius: 7px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.dualprogram-strip-2 {
  background: antiquewhite;
}

.dualprogram-strip h4 {
  background: antiquewhite;
  padding: 10px 15px 10px 50px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.dualprogram-strip h4 span {
  background-color: #241f21;
  width: 40px !important;
  height: 40px;
  padding: 6px 10px;
  text-align: center;
  border-radius: 7px;
  position: absolute;
  left: 2px;
  top: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.dualprogram-strip p  {
  margin-top: 15px;
}

.mob-link-strip  {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.course-alert-box  {
  font-size: 17px;
  line-height: 27px;
}

.ame-colleg-strip  {
  padding: 20px 30px;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 20px;
  border-bottom-left-radius: 70px;
  border: 1px solid rgba(255, 161, 85, 1);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.ame-colleg-strip h3  {
  font-size: 18px !important;
  margin-bottom: 15px;
}

.ame-colleg-strip h4  {
  font-size: 16px !important;
  border: 1px solid rgba(255, 161, 85, 1);
  margin-bottom: 15px;
  padding: 10px;
  color: #000 !important;
  background-color: #fff;
  border-radius: 15px;
  font-weight: 300;
}

.faculty-section  {
  padding: 90px 0;
}

.faculty-section .team-style a {
  font-weight: 800;
  font-size: 20px;
}

.faculty-section .team-style {
  text-align: center;
  position: relative;
  height: 250px;
  margin-bottom: 30px;
}

.faculty-section .team-style h5  {
  font-size: 13px;
}

.faculty-section .team-style img  {
  margin-bottom: 20px;
  height: 130px;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: none;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 15px 30px;
  background: rgb(0, 114, 188);
  background: linear-gradient( 90deg, rgba(0, 114, 188, 1) 0%, rgba(17, 157, 247, 1) 100% );
  color: #fff;
  font-size: 20px;
}

a.nav-link.active {
    background: rgb(255,161,85);
    background: linear-gradient(90deg, rgba(255,161,85,1) 0%, rgba(255,204,86,1) 100%);
    color: #000 !important;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
  width: 80%;
  margin: 0px auto;
}

.tab-content {
  padding: 50px 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 15px;
}

.faculty-section .team-style:before {
  content: "";
  position: absolute;
  width: 94%;
  height: 75%;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  left: 3%;
  bottom: 0;
  z-index: -1;
  border-radius: 30px;
  border-bottom-left-radius: 65px;
}

.faculty-section .team-style p span  {
  font-size: 15px;
  display: block;
  padding-top: 0px;
  font-weight: normal;
}

.faculty-section .team-style.mentorsd-strip {
  height:300px;
}

.faculty-section .team-style p {
  font-size: 15px;
  line-height: 20px;
  margin-top: 9px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.4s all ease-in-out;
}

.sticky + .hero-section {
  padding-top: 102px;
  transition: 0.4s all ease-in-out;
}

.apply-now-header  {
  display: none;
}

.sub-2 {
  font-size: 20px;
  padding: 10px 15px;
  background: #5aa1df;
  color: #fff;
}

.font-size-60pec  {
  font-size: 24px !important;
  color: #0072bc !important; 
}

.students-strip  {
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 15px;
  border-radius: 30px;
  border-bottom-left-radius: 85px;
}

.view-more-btn  {
    font-size: 15px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    height: auto;
    background: rgb(255,161,85);
    background: linear-gradient(90deg, rgba(255,161,85,1) 0%, rgba(255,204,86,1) 100%);
    -ms-box-shadow: 5px 5px 30px 0px rgba(195, 120, 251, 0.35);
    -webkit-box-shadow: 5px 5px 30px 0px rgba(195, 120, 251, 0.35);
    box-shadow: 5px 5px 30px 0px rgba(195, 120, 251, 0.35);
    -moz-box-shadow: 5px 5px 30px 0px rgba(195, 120, 251, 0.35);
    display: inline-block;
    overflow: hidden;
    padding: 6px 25px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.5px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    font-weight: 700;
}

.pb-15  {
  padding-bottom: 15px !important;
}

.practical-training-partners-strip {
  padding: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 15px;
  justify-content: center;
}

.practical-training-partners-strip img {
  width: 180px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 10px;
  margin: 10px;
  border-radius: 50%;
  height: 180px;
  object-fit: contain;
}

.rules-list li {
  position: relative;
  padding-bottom: 12px;
  font-size: 16px;
  padding-left: 40px;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 15px;
}

.rules-list li i  {
  position: absolute;
  left: 0;
  top: 4px;
  width: 30px;
  height: 30px;
  background: rgb(255,161,85);
    background: linear-gradient(90deg, rgba(255,161,85,1) 0%, rgba(255,204,86,1) 100%);
  text-align: center;
  line-height: 30px;
  z-index: 999;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.information-strip  {
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.information-section {
  background: aliceblue;
  padding: 90px 0 60px;
  border-top: 5px solid rgb(0, 114, 188);
}

.icons  {
  background: rgb(255, 161, 85);
  background: linear-gradient( 90deg, rgba(255, 161, 85, 1) 0%, rgba(255, 204, 86, 1) 100% );
  padding: 10px;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.information-section .icons img  {
  width: 80px;
}

.information-strip h3 {
  font-size: 27px;
  font-weight: 800;

}

.information-strip h4 {
  font-size: 15px;
  color: rgb(0, 114, 188);
}

.mentors-strip-home {
  background: url(../img/mentots-strip-bg.jpg) no-repeat top right;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-size: cover;
  padding-top: 30px;
  text-align: center;
  margin: 10px 0;
  height: 365px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  width: 306px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
}

.mentors-strip-home img  {
  margin-bottom: 20px !important;
}

.mentors-content  {
  text-align: center;
}

.mentors-content a {
  font-size: 24px;
  font-weight: 700;
  color: rgb(0, 114, 188);
}

.mentors-content h5 {
  font-size: 16px;
}

.mentors-strip-home img  {
  width: 170px !important;
  height: 170px !important;
  margin: 0px auto;
  border-radius: 50%;
}

.mentors-section {
  padding: 90px 0 130px;
  background: aliceblue;
}

.mentors-strip-home h5  {
  color: rgb(0, 114, 188);
  font-size: 15px;
}

.mentors-strip-home a  {
  font-size: 20px;
}

.mentors-strip-home p {
  font-size: 13px;
  line-height: 20px;
  margin-top: 7px;
}

.admission-procedure-1 {
  padding: 30px;
  border-radius: 15px;
  background: antiquewhite;
  margin-bottom: 30px;
  border-right: 5px solid rgb(255,161,85);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.admission-procedure-1 h4  {
  font-size: 20px;
  padding-bottom: 15px;
}

.faq-section {
  padding: 90px 0;
  background: #bbdfff;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  border: 18px;
}






.nation-intertional-section {
  padding: 90px 0;
  background: url(../img/presence-img.jpg) no-repeat;
  background-size: contain;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  border: 18px;
}

.accordion-item .title  {
  border-radius: 0px;
  background: #fff;
}

.video-strip {
  background: url(../img/presence-img.jpg) no-repeat;
  background-size: cover;
  height: 100%;
  border-radius: 15px;
  border-bottom-left-radius: 120px;
}

.faq-section .professional p  {
  color: #000;
}

.heading.text-left.course-heading {
  font-weight: 800;
  padding-bottom: 0;
  font-size: 40px;
  border: 3px dashed rgba(255, 161, 85, 1);
  padding: 30px 50px;
  background: #fff;
  border-radius: 20px;
  margin: 0 0 -16px;
  width: 100%;
  text-align: center;
}

.slick-dots {
  display: none !important;
}

.white-strip h3  {
  text-align: center;
}

.service-slider .owl-nav i {
  font-size: 16px;
  border: 1px solid #939393;
  background-color: #fff;
  line-height: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

/* Button Animation Css */

.apply-now-btn  {
 
}


.blink{
  animation: blink 5s infinite;
}

@keyframes blink{
  0% {
    background: #fcc255;
  }
  20% {
    background: #fca707;
  }
  40% {
    background: #e49706;
  }
  60% {
    background: #fca707;
  }
  80% {
    background: #cc890b;
  }
  100% {
    background: #986608;
  }
}

@-webkit-keyframes blink{
  0% {
    background: #fcc255;
  }
  20% {
    background: #fca707;
  }
  40% {
    background: #e49706;
  }
  60% {
    background: #fca707;
  }
  80% {
    background: #cc890b;
  }
  100% {
    background: #986608;
  }
}

.blink_text {
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  color: #333;
  background: green !important;
 }

 @keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.2; }
  100% { opacity: 1.0; }
 }

.counter {
  font-size: 27px;
  font-weight: 800;
}

.counter::after  {
  content: "+";
}

.per-counter::after  {
  content: "%" !important;
}

.navbar-links li.navbar-dropdown .dropdown li {
  padding-bottom: 10px;
  border-bottom: 1px solid #bebaba;
}

.navbar-links li.navbar-dropdown .dropdown li:last-child  {
  border-bottom: none;
} 

.containerr.stimage.col-md-3 img {
  float: left;
  margin-right: 15px;
}

.containerr.stimage.col-md-3 img.avatar {
  width: 100px !important;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}

.containerr.stimage.col-md-3 p {
  margin-top: 18px;
}

.containerr.stimage.col-md-3 {
  background: aliceblue;
  padding: 30px;
  margin-bottom: 15px;
  border:1px solid #0277c2;
}

.major-recruitment-strip1  {
  background: #fff;
  padding: 0;
}

.pdd-btn  {
  padding: 10px 40px;
}

a.lightbox-toggle.sec-btn.apply-now-btn.mt-5.pdd-btn i {
  width: 60px;
  height: 100%;
  color: #fff;
  background: rgb(0, 114, 188);
  background: linear-gradient( 90deg, rgba(0, 114, 188, 1) 0%, rgba(17, 157, 247, 1) 100% );
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  line-height: 49px;
  text-align: center;
}

a.lightbox-toggle.sec-btn.apply-now-btn.mt-5.pdd-btn  {
  position: relative;
  padding-left: 70px;
}

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  font-size: 14px;
}

.students-image  {
  border-radius: 50%;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
}

.client-slider button.owl-prev {
  font-size: 16px;
  background: rgb(255,161,85) !important;
  background: linear-gradient(90deg, rgba(255,161,85,1) 0%, rgba(255,204,86,1) 100%) !important;
  line-height: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 5%;
  top: 43%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.client-slider button.owl-next {
  font-size: 16px;
  line-height: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5%;
  top: 43%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: rgb(255,161,85) !important;
  background: linear-gradient(90deg, rgba(255,161,85,1) 0%, rgba(255,204,86,1) 100%) !important;
  
}

.client-slider button.owl-next:hover  {
    /* background-color: rgba(255,161,85,1); */
    background: rgb(255,161,85);
    background: linear-gradient(90deg, rgba(255,161,85,1) 0%, rgba(255,204,86,1) 100%);
    box-shadow: none;
}

.client-slider button.owl-prev:hover  {
  /* background-color: rgba(255,161,85,1); */
  background: rgb(255,161,85);
  background: linear-gradient(90deg, rgba(255,161,85,1) 0%, rgba(255,204,86,1) 100%);
  box-shadow: none;
}

.pd-120  {
padding: 90px 150px
}


/* Time Line */

.ps-timeline-sec {
  position: relative;
  background: #fff;
}
.ps-timeline-sec .container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ps-timeline-sec .container ol:before {
    background: rgba(255,161,85,1);
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 691px !important;
    left: 33px !important;
}
  .ps-timeline-sec .container ol:after {
    background: rgba(255,161,85,1);
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: inherit !important;
    left: 33px;
  }
  .ps-timeline-sec .container ol.ps-timeline {
    margin: 60px 0 !important;
    border-left: 2px solid rgba(255,161,85,1);
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
    height: 220px;
    float: none !important;
    width: inherit !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
    width: 70px;
  }

  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
    bottom: 40px !important;
    width: 40% !important;
    margin-left: 25px !important;
    margin-top: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
    width: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 20px;
    width: 50% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
    left: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute !important;
    bottom: 207px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    margin: 0 auto !important;
    width: 80% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 209px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -65px;
    padding: 10px 25px;
    text-align: center;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  width: 60% !important;
  float: right !important;
  right: 0;
  top: -100px;
  padding: 10px 15px;
  text-align: center;
}
}
.ps-timeline-sec .container ol:before {
  background: rgba(255,161,85,1);
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 8px;
  top: 99%;
}
.ps-timeline-sec .container ol:after {
  background: rgba(255,161,85,1);
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  right: 8px;
  top: 99%;
}
.ps-timeline-sec .container ol.ps-timeline {
  margin: 250px 0 150px;
  padding: 0;
  border-top: 2px solid rgba(255,161,85,1);
  list-style: none;
}
.ps-timeline-sec .container ol.ps-timeline li {
  float: left;
  width: 11.11%;
  padding-top: 30px;
  position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li span {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: #fff;
  border: 4px solid rgba(255,161,85,1);
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 50px -10;
  color: #df8625;
  font-size: 20px;
  font-style: normal;
  position: absolute;
  top: -26px;
  left: 50%;
  line-height: 37px;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
  content: "";
  color: rgba(255,161,85,1);
  width: 2px;
  height: 50px;
  background: rgba(255,161,85,1);
  position: absolute;
  top: -50px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
  content: "";
  color: rgba(255,161,85,1);
  width: 8px;
  height: 8px;
  background: rgba(255,161,85,1);
  position: absolute;
  bottom: 90px;
  left: 44%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
  content: "";
  color: rgba(255,161,85,1);
  width: 2px;
  height: 50px;
  background: rgba(255,161,85,1);
  position: absolute;
  bottom: -50px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
  content: "";
  color: rgba(255,161,85,1);
  width: 8px;
  height: 8px;
  background: rgba(255,161,85,1);
  position: absolute;
  top: 90px;
  left: 44%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 130px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 800;
  color: #0175c0;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 60px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 800;
  color: #0175c0;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  line-height: 22px;
  color: #fff;
  font-size: 14px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 100px;
  background: rgb(0, 114, 188);
  background: linear-gradient( 90deg, rgba(0, 114, 188, 1) 0%, rgba(17, 157, 247, 1) 100% );
  width: 100%;
  height: 130px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 10px;
  transition: 0.4s all ease-in-out;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-top:hover  {
  background: rgb(255, 161, 85);
  background: linear-gradient( 90deg, rgba(255, 161, 85, 1) 0%, rgba(255, 204, 86, 1) 100% );
  transition: 0.4s all ease-in-out;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-bot:hover  {
  background: rgb(255, 161, 85);
  background: linear-gradient( 90deg, rgba(255, 161, 85, 1) 0%, rgba(255, 204, 86, 1) 100% );
  transition: 0.4s all ease-in-out;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 35px;
  background: rgb(0, 114, 188);
  background: linear-gradient( 90deg, rgba(0, 114, 188, 1) 0%, rgba(17, 157, 247, 1) 100% );
  width: 100%;
  height: 130px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 10px;
  transition: 0.4s all ease-in-out;
}

.ps-timeline-sec  {
  padding: 90px 0;
}

.infra-strip  {
  border: 3px dashed rgba(255, 161, 85, 1);
  padding: 15px;
  margin-bottom: 20px !important;
  background: #fff;
  border-radius: 30px;
}

.infra-strip h2  {
  font-size: 23px !important;
}

.blog-style-two.infra-strip figure > img  {
  height: auto !important;
}

.airport-strip  {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 90px;
}

.airport-strip img {
  margin-right: 10px;
  width: 50px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 50px;
  padding: 10px;
  border-radius: 50%;
}

.airport-strip h4  {
  font-size: 18px;
}

.mros-strip  {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background:rgba(255, 255, 255, .6);
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 90px;
}

.mros-strip img {
  margin-right: 20px;
  width: 130px;
  height: 130px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 50%;
}

.mros-strip h4  {
  font-size: 18px;
}

.ame-colleges-strip {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  background: #fff;
  padding: 30px;
  margin-bottom: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  height: 300px;
  transition: 0.4s all ease-in-out;
}

.ame-colleges-strip:hover  {
  transition: 0.4s all ease-in-out;
  box-shadow: none;
}

.ame-colleges-strip img {
  margin-bottom: 20px;
  width: 200px;
}

.ame-colleges-strip h4  {
  font-size: 18px;
}

.airport-section  {
  padding: 90px 0;
  background: url(../img/airport-bg.jpg) no-repeat right center;
  background-size: cover;
  height: auto;
}

.mros-section {
  padding: 90px 0;
  background: url(../img/mros-bg.jpg) no-repeat right center;
  background-size: cover;
  height: auto;
}

.ame-colleges-section {
  padding: 90px 0;
  background: url(../img/ame-collegs-bg.jpg) no-repeat right center;
  background-size: cover;
  height: auto;
}

.other-establishment-section  {
  padding: 90px 0;
  background:aliceblue;
  background-size: cover;
  height: auto;
}

.other-strip {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.other-strip img {
  width: 180px;
}

.other-strip h4  {
  font-size: 18px;
}

.testimonials-strip  {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  min-height:auto;
  background: antiquewhite;
  border-radius: 50px;
  padding:30px 0;
}

.testimonials-strip h3  {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  width: 70%;
  margin: 0px auto;
  color: #000;
}

.clients-review-section .heading h2  {
  color: #0a58ca !important;
}

.clients-review-section .heading p  {
  color: #333 !important;
}

.modal-title.fs-5 {
  font-size: 22px !important;
  font-weight: 600;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  color: #037ac7;
  text-transform: capitalize;
}

.modal-body.p-5 {
  padding: 25px !important;
}

.modal-body.p-5 form.content-form input[type="text"] {
  width: 100%;
  border-radius: 52px;
  height: 45px;
  padding-left: 30px;
  margin-bottom: 10px;
  border: 1px solid #c1c1c1;
  color: #555;
  outline: none;
}

.modal-body.p-5 form.content-form select {
  width: 100%;
  border-radius: 52px;
  height: 45px;
  padding-left: 30px;
  margin-bottom: 10px;
  border: 1px solid #c1c1c1;
  color: #555;
  outline: none;
}

.modal-body.p-5 .sec-btn  {
  height: 45px;
  line-height: 16px;
}

ul.list-style li i.fa-solid.fa-graduation-cap  {
  margin-right: 10px;
}

.major-recruiters-img  {
  width: 100%;
}

.white-bg  {
  border: 1px solid #fff;
  background: rgba(255,255,255, 0.6);
}

.mros-strip:hover img  {
  box-shadow: none;
  transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
}

.mros-strip img  {
  transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
}

.about-page-section h1 {
    font-weight: 400;
    font-size: 16px;
    font-family: cursive;
}

.footer-sticky-strip  {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-sticky  {
  display: none;
  position: sticky;
  bottom: 0;
  left: auto;
  right: auto;
  margin: 0px auto;
  z-index: 999999;
}

.btn-callus  {
  background: orange;
  color: #fff;
  padding: 10px 15px;
  width: 50%;
  border-radius: 0;
}

.btn-whatsapp  {
  background: green;
  color: #fff;
  padding: 10px 15px;
  width: 50%;
  border-radius: 0;
}

tbody, td, tfoot, th, thead, tr {
    border-color: #333;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
}

.hero-text h1 {
  font-size: 35px;
  width: 75%;
  line-height: 47px;
}

.bottom-bar:before {
  width: 200% !important;
  height: 110px;
  content: "";
  background: #0072bc;
  background: linear-gradient(90deg, rgba(0, 114, 188, 1) 0%, rgba(17, 157, 247, 1) 100%);
  position: absolute;
  left: 21% !important;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 80px;
}

ul.social-media li a.twtx i {
    background-color: #000;
    color: #fff;
}

ul.social-media li a.threads i {
    background-color: #333;
    color: #fff;
}

ul.social-media li a.pintrest i {
    background-color: red;
    color: #fff;
}
ul.social-media {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
}




@media (max-width: 1400px) {
  h2 {
    font-size: 50px;
  }




  .hero-section.banner .hero-text {
    position: relative;
    z-index: 11;
  }
  
  .recent-post a {
    font-size: 16px;
  }
  header .sec-btn {
    height: auto;
    padding: 12px 24px;
    font-size: 14px;
  }
  .what-we-provide {
    overflow: hidden;
  }
  .hero-section .sec-btn {
    height: 60px;
    line-height: 29px;
  }
  .white_content h1 {
    font-size: 22px;
    line-height: 32px;
  }
  .white_content h4 {
    font-size: 16px;
    color: #fff;
    padding-bottom: 24px;
    width: 89%;
    line-height: 27px;
  }
  .white_content i {
    font-size: 25px;
  }
  .box {
    padding: 50px 180px;
  }
  .carpet p {
    font-size: 16px;
  }
  .carpet {
    width: 86%;
  }
  .widget-title .boder {
    margin-bottom: 30px;
  }
  textarea {
    height: 120px;
  }
  .white_content {
    width: 378px !important;
  }
  .flex-img {
    transform: scale(0.9);
    margin-top: -3%;
  }
 
  .form-box {
    padding: 20px 30px;
  }
  .comment h2 {
    font-size: 24px;
  }
  .carpet i {
    width: 100px;
    height: 100px;
  }
  ul.list-style li {
    font-size: 16px;
  }
  .years-experience .count-text h2,
  .years-experience .count-text span {
    font-size: 50px;
  }
  .footer-contact {
    margin-bottom: 80px;
  }
  .slider-home-1 .owl-dots {
    left: 8%;
    bottom: 0%;
  }
  .hero-text h4 {
    font-size: 20px;
  }
  #progress {
    height: 50px;
    width: 50px;
  }
  .hero-text h1 {
    line-height: 68px;
  }
  .banner .heroshaps-2,
  .banner .heroshaps-1 {
    width: 180px;
    height: 50px;
  }
  .navbar-links li.navbar-dropdown .dropdown li {
    padding-bottom: 0;
  }
  .service-text h4 {
    font-size: 26px;
  }
  header.two .bottom-bar:before {
    width: 1255px;
    height: 90px;
  }
  header.two .bottom-bar {
    margin-bottom: -46px;
  }
  .what-we-provide {
    margin-left: 0;
    margin-top: -20px;
  }
  .what-we-provide-text:before {
    right: 23px;
  }
  header.two .top-bar {
    padding-bottom: 0px;
  }
  .team-experience h4 {
    font-size: 58px;
  }
  .get-in-touch h6 a {
    font-size: 14px;
    line-height: 20px;
    display: block;
  }
  .heroshaps-2,
  .heroshaps-1 {
    width: 160px;
    height: 50px;
  }

  .what-we-provide {
    padding: 0 30px;
    padding-right: 0;
  }
  .sidebar {
    padding: 34px 34px;
  }
  .blog-style-two.three p {
    padding-top: 10px;
  }
  .what-we-provide-video {
    width: 40%;
  }
  ul.categories li a {
    padding: 12px 20px;
  }
  .what-we-provide-text h4 {
    font-size: 18px;
  }
  .phone a {
    margin-right: 0px !important;
  }
  .our-blog .blog-style-two.three {
    margin-bottom: 30px;
  }
  h1 {
    font-size: 58px;
    line-height: 64px;
  }
  .bottom-bar img {
    width: 150px;
  }
  .banner .hero-img img {
    width: 100%;
  }
  .hero-section-two {
    padding-top: 140px;
    padding-bottom: 80px;
  }
  .social-media li a {
    margin-right: 30px;
  }
  .navPrev {
    top: 65%;
  }
  ol.breadcrumb {
    margin-top: 40px;
  }
  .hero-section-data h4 {
    font-size: 20px;
  }
  .refer-friend.two h2 {
    font-size: 34px;
  }
  .service-two-text:hover {
    box-shadow: 0px 18px 0px -8px rgba(140, 198, 63, 1);
    -webkit-box-shadow: 0px 18px 0px -8px rgba(140, 198, 63, 1);
    -moz-box-shadow: 0px 18px 0px -8px rgba(140, 198, 63, 1);
  }
  .service-two {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .professional h4 {
    font-size: 70px;
  }
  .time i {
    padding-left: 26px;
  }
  .navbar-links li > a {
    font-size: 14px;
  }
  .hero-section-two:before {
    width: 50%;
  }
  .professional {
    padding-left: 30px;
  }
  .hero-section-data {
    width: 51%;
  }
  .navbar-links li a {
    padding: 10px 16px;
  }
  .package-bottom {
    padding: 40px 50px;
  }
  .package-bottom .sec-btn {
    margin-top: 20px;
  }
  .slick-dotted.slick-slider {
    width: 65%;
  }
  h3 {
    font-size: 24px;
  }
  .dryclean.refer-friend {
    margin-left: 0px;
    margin-right: -13px;
    margin-top: -178px;
    padding: 40px;
    padding-left: 90px;
    padding-right: 90px;
  }
  .service-data {
    width: 66%;
    margin-left: 0px;
    padding-top: 25px;
  }
  .service > img {
    width: 100% !important;
  }
  .professional h6 {
    font-size: 14px;
  }
  .bottom-bar {
    height: 86px;
  }
  .bottom-bar:before {
    width: 965px;
    height: 86px;
    left: 24%;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 80px;
  }
  .work-stap-img span {
    left: 20%;
  }
  .clients-logo {
    padding: 70px 0;
    padding-top: 80px;
  }
  footer.two {
    padding-top: 80px;
  }
  .hero-text {
    padding-left: 0px;
  }
  .refer-friend > img {
    padding-left: 60px;
    padding-right: 20px;
    margin-top: -40px;
  }
  .refer-friend h2 {
    font-size: 44px;
  }
  .refer-friend h5 {
    font-size: 16px;
  }
  .work-stap h3 {
    font-size: 22px;
  }
  img.works-line {
    bottom: 37%;
    left: 16%;
  }
  .new-laundry-img {
    width: 100%;
  }
  .new-laundry-img img {
    width: 100%;
  }
  .new-laundry .heading.two h3 {
    font-size: 40px;
  }
  .widget-title li i {
    font-size: 14px;
  }
  form.city-zip {
    padding: 30px;
    border-radius: 30px;
    border-bottom-right-radius: 85px;
    margin-top: 20px;
    width: 116%;
  }
  .count-text h2,
  .count-text span {
    font-size: 70px;
  }
  .widget-title li a {
    margin-left: 8px;
  }
  .footer-bootom-bar h3 {
    font-size: 28px;
  }
  footer {
    background-size: cover;
    background-position: right;
  }
  .count-text h3 {
    font-size: 16px;
  }
  .package-top {
    padding: 40px 50px;
  }
  .package-top h2 {
    font-size: 50px;
  }
  .navbar-links li.navbar-dropdown:hover .dropdown {
    padding: 14px 18px;
    padding-top: 8px;
    padding-bottom: 18px;
  }
  .hero-section:before {
    right: 0;
  }
  .package-top h6 {
    font-size: 14px;
  }
  .sec-btn {
    padding: 15px 40px;
    height: auto;
    font-size: 15px;
  }
  .footer-bootom-bar form input {
    width: 503px;
  }
  ul.image-gallery li figure,
  ul.image-gallery li figure img {
    width: 170px;
    height: 120px;
  }
  .logo p {
    width: 91%;
    padding-top: 24px;
    padding-bottom: 50px;
  }
  .provide-text {
    padding-left: 50px;
  }
  .provide-img figure.one {
    margin-left: 20px;
    margin-right: 24px;
    margin-bottom: 20px;
  }
  .provide-img figure.three {
    margin-left: 18px;
    width: 50%;
  }
  .works-two:before {
    width: 100%;
    height: 356px;
    left: 50%;
    top: 67%;
  }
  .refer-friend.two > img {
    width: 42%;
  }
  .service-two-text {
    padding-left: 60px;
  }
  .team-style img {
    width: 76%;
  }
  .service-two-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .team-style a {
    font-size: 24px;
  }
  .team-style span {
    font-size: 14px;
  }
  .img-salidr img {
    width: 100%;
  }
  .client-two h3 {
    font-size: 30px;
    width: 90%;
    line-height: 44px;
    padding-bottom: 16px;
  }
  .oder-book-now {
    padding: 30px;
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .service-text-two img {
    width: 230px;
  }
  .service-two-text h3 {
    font-size: 22px;
  }
  .blog-text-two h3 {
    font-size: 24px;
  }
  .time-table h6 {
    font-size: 14px;
  }
  .footer-contact .get-in-touch span,
  .footer-contact .get-in-touch h6 a {
    font-size: 16px;
  }
  .oder-book-now h5 {
    font-size: 30px;
  }
  .works-two p {
    padding-top: 6px;
  }
  .slider-home-1 img {
    width: 100% !important;
  }
}
/* (1280x720) Galaxy Note 2, WXGA */
@media only screen and (min-device-width: 1340px) and (max-device-width: 1450px) {
  .navbar-links li a {
    padding: 10px 8px;
  }

  .navbar-links li.navbar-dropdown .dropdown a:hover  {
    padding-left: 5px;
  }
  .navbar-links li a {
    padding: 10px 6px;
}

.navbar-links li.navbar-dropdown .dropdown a {
  font-weight: 400;
  border: 0;
  position: relative;
  text-transform: capitalize;
  color: #000;
  padding-bottom: 15px !important;
  display: inline-block !important;
  padding: 15px 3px;
}

.refer-friend h2 {
  font-size: 30px;
}

.faculty-section .team-style a {
  font-weight: 800;
  font-size: 17px;
}

.faculty-section .team-style h5 {
  font-size: 11px;
}

.faculty-section .team-style p {
  font-size: 12px;
  line-height: 17px;
  margin-top: 4px;
  color: #0f75b5;
}

.logo p {
  color: #fff;
  font-size: 14px;
  width: 87%;
  padding-top: 24px;
  padding-bottom: 60px;
  line-height: 24px;
}

.widget-title li a {
  color: #e8e8e8;
  margin-left: 0px;
  padding-bottom: 1px;
  font-size: 14px;
}

.widget-title li {
  padding-bottom: 5px;
}

.staff-strip.mb-4 ul.list-style {
  margin-left: 20px;
  padding-top: 0;
}

.location-text p {
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 20px;
}

.location-text h4 {
  font-weight: 800;
  font-size: 18px;
}

.team-detail-img.sub-img {
  height: 140px;
}

.get-in-touch span {
  font-weight: 400;
  padding-bottom: 3px;
  display: block;
  width: 100%;
  font-size: 14px;
  color: #e8e8e8 !important;
  line-height: 24px;
}

.faculty-section .team-style img {
  margin-bottom: 20px;
  height: 130px;
}
.team-style img {
  border-radius: 50%;
  border: 6px solid #fff;
  outline: solid 3px rgb(4 124 201);
  width: 130px;
  display: block;
  margin: 0px auto;
}

.navbar-links li.navbar-dropdown .dropdown li h4 {
  font-size: 12px;
  margin-bottom: 0;
  padding-bottom: 15px;
  margin-left: 0px;
  text-transform: uppercase;
  color: rgba(255, 161, 85, 1);
  font-weight: 600;
  margin-top: 15px;
}

.navbar-links li.navbar-dropdown .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translatex(24px);
  left: 0;
  width: 290px;
  background-color: #fff;
  box-shadow: 1px 5px 5px 3px hsl(0deg 0% 0% / 10%);
  z-index: 111;
  transition: 0.4s all;
  border-radius: 15px;
}

.hero-text h1 {
  font-weight: 800;
  line-height: 61px;
  color: #000;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  font-size: 28px;
}

.work-stap h3 {
  font-size: 16px;
}

  .about-img-2 {
    border-radius: 30px;
    border-bottom-left-radius: 140px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 30px;
    position: relative;
    right: -24px;
}

.heading-3 .whychoose-strip p {
  font-weight: 600;
  font-size: 16px;
  margin-top: 12px;
}

.hero-section.banner .hero-text {
  position: relative;
  z-index: 11;
  width: 550px;
}

.mentors-strip-home {
  background: url(../img/mentots-strip-bg.jpg) no-repeat top right;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-size: cover;
  padding-top: 30px;
  text-align: center;
  margin: 10px -7px;
  height: 351px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  width: 273px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
}

.mentors-strip-home a {
  font-size: 18px;
}

.mentors-strip-home h5 {
  color: rgb(0, 114, 188);
  font-size: 14px;
}

.mentors-strip-home p {
  font-size: 12px;
  line-height: 20px;
  margin-top: 7px;
}

.service-text h4 {
  font-size: 18px;
}


.client-two h3 {
  font-size: 16px;
  width: 70%;
  line-height: 28px;
  padding-bottom: 16px;
}


.featured-imagebox-gallery {
  padding: 60px;
  border: 2px dashed rgba(255, 161, 85, 1);
  border-top: none;
  margin-bottom: 30px;
  border-radius: 50px;
  border-bottom-left-radius: 180px;
  overflow: hidden;
  height: 450px;
}

.sub-img-1 img {
  border-radius: 50%;
  width: 90%;
  border: 20px solid #fff;
  outline: solid 3px rgba(255, 161, 85, 1);
  height: 210px !important;
}

.dualprogram-strip h4 {
  font-size: 20px !important;
}

.team-detail-img img {
  border-radius: 50%;
  width: 90%;
  border: 20px solid #fff;
  outline: solid 3px rgba(255, 161, 85, 1);
  height: 121px;
}

.hero-text h1 {
  line-height: 49px;
  width: 600px;
}

.hero-text h4 {
  font-size: 16px;
  width: 500px;
}

  .bottom-bar:before {
    width: 1030px;
    height: 86px;
    left: 19%;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 80px;
  }

  .hero-text h1 {
    line-height: 49px;
  }

  .bottom-bar img {
    width: 185px;
  }

  .white-strip {
    background: #fff;
    padding: 30px;
    height: auto;
    border-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .clients-logo {
    padding: 70px 0 0;
    padding-top: 0px;
  }

  .social-media li a {
    margin-right: 0px;
  }
}
@media (max-width: 1365px) {
  .gap {
    padding: 100px 0;
  }
  header .sec-btn {
    height: auto;
    padding: 12px 24px;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.apply-now-header {
  display:block;
}




  .containerr.stimage.col-md-3 {
    background: aliceblue;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #0277c2;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

  .sub-title {
    font-size: 24px;
    font-weight: 700 !important;
    padding-bottom: 15px;
    color: #0072bc;
    text-align: center;
}

.growth-strip {
  background: antiquewhite;
  padding: 25px 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  margin-bottom: 15px;
}

  .hero-section .sec-btn  {
    padding: 15px 30px !important
  }
  .no-top {
    padding-top: 0;
  }
  .no-bottom {
    padding-bottom: 0;
  }
  .flex-img {
    transform: scale(0.8);
    margin-top: 1%;
  }
  .refer-friend img.babal {
    width: 38%;
  }
  ul.pagination {
    margin-bottom: 40px;
  }
  .close i {
    font-size: 22px;
    height: 50px;
    width: 50px;
    right: 8%;
    top: 2%;
    border-radius: 7px;
    border-bottom-left-radius: 21px;
  }
  .container-full {
    overflow: hidden;
  }
  .slider-home-1 .owl-dots {
    left: 11%;
    bottom: -2%;
  }
  .what-we-provide .boder {
    height: 210px;
  }
  #lightbox {
    display: none;
  }
  .what-we-provide {
    margin: 0;
    border-radius: 30px;
    border-bottom-left-radius: 100px;
    margin-top: 40px;
  }
  .hero-text {
    padding-left: 24px;
  }
  .hero-section .heroshaps-2,
  .hero-section .heroshaps-1 {
    display: none;
  }
  .hero-section.banner .heroshaps-2,
  .hero-section.banner .heroshaps-1 {
    display: block;
  }
  ol.breadcrumb {
    margin-top: 30px;
  }
  .hero-text h1 {
    font-weight: 800;
    line-height: 54px;
    font-size: 46px;
  }
  .hero-section.banner .hero-text h2 {
    font-size: 46px;
    line-height: 54px;
  }
  .mobile-nav {
    width: 40%;
  }
  .hero-section-two:before {
    width: 60%;
  }
  body {
    overflow-x: hidden;
  }
  .navPrev {
    top: 62%;
  }
  .bar-menu {
    display: block;
  }
  header .bottom-bar:before,
  header .top-bar,
  header.two .bottom-bar:before,
  header.two .top-bar,
  header .navbar,
  .extras{
    display: none;
  }
  .hero-section-data h2 {
    font-size: 44px;
  }
  .what-we-provide {
    padding: 0 0px;
    padding-right: 0;
  }
  header.two .bottom-bar img {
    position: relative;
    width: 176px;
  }
  .what-we-provide {
    overflow: hidden;
    width: 100%;
    padding-left: 30px;
    transform: translateX(32px);
  }
  header.two {
    background-color: #fff;
  }
  header.two .bottom-bar {
    height: 76px;
    margin-bottom: 0px;
    z-index: 2;
  }
  .what-we-provide-text {
    text-align: center;
    width: 16%;
    position: relative;
  }
  .what-we-provide-video {
    width: 34%;
    overflow: hidden;
  }
  .heading.two h3 {
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
}
.main-staff-strip .heading p {
  font-weight: 400;
  padding-top: 0px;
  letter-spacing: 1px;
  color: rgb(234 110 11) !important;
  text-align: center;
}

.staff-strip .heading p {
  color: rgb(234 110 11) !important;
  font-weight: 400;
  text-align: center;
}

.staff-strip.mb-4 ul.list-style {
  margin-left: 0;
}

.sub-img {
  width: 100%;
  margin-bottom: 0px;
  height: 250px;
}
  .heading.two.team-details-text {
    width: 100%;
  }
  .get-in-touch i {
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-right: 10px;
  }
  .team-experience {
    left: 6%;
  }
  .team-details-text h6 {
    padding-top: 6px;
    font-size: 16px;
    padding-bottom: 16px;
  }
  .social-media li a {
    font-size: 12px;
  }
  .team-experience {
    width: 70%;
  }
  .package-bottom .sec-btn {
    padding: 12px 32px;
    height: auto;
    font-size: 14px;
  }
  .title,
  .contact-style h4 {
    font-size: 18px;
  }
  .contact-style svg {
    width: 54px;
  }
  .location-style {
    width: 50%;
  }
  .hero-text {
    padding-left: 24px;
    width: 82%;
  }
  .video a {
    font-size: 12px;
  }
  .bottom-bar {
    height: 76px;
  }
  .contact-style i {
    width: 100px;
    height: 100px;
    font-size: 40px;
  }
  .contact-style h4 a {
    font-size: 18px;
  }
  .contact-style h6 {
    padding-bottom: 10px;
    letter-spacing: 1px;
    font-size: 14px;
  }
  .sidebar {
    padding: 40px 25px;
}
  .footer-contact .boder {
    margin: 0 25px;
  }
  .footer-contact .get-in-touch span {
    font-size: 14px;
  }
  .professional-img > img {
    width: 100%;
    box-shadow: -30px 0px 0px 0px rgba(255,161,85,1);
    -webkit-box-shadow: -30px 0px 0px 0px rgba(255,161,85,1);
    -moz-box-shadow: -30px 0px 0px 0px rgba(140, 198, 63, 0.75);
  }
  .professional {
    padding-left: 0px;
  }
  .heading.two {
    width: 74%;
  }
  .company-director img {
    margin-right: 8px;
  }
  .professional h4 {
    font-size: 62px;
  }
  .refer-friend h2 {
    font-size: 38px;
  }
  .work-stap-img span {
    left: 15%;
  }
  .count-text h2,
  .count-text span {
    font-size: 60px;
  }
  .refer-friend > img {
    padding-left: 86px;
    padding-right: 20px;
    margin-top: -40px;
    width: 57%;
  }
  .new-laundry .heading.two h3 {
    font-size: 34px;
  }
  .refer-friend-img:before {
    width: 360px;
    height: 360px;
  }
  img.works-line {
    bottom: 40%;
    left: 16%;
    width: 61%;
  }
  .refer-friend-img img {
    width: 100%;
  }
  .package-top h2 {
    font-size: 46px;
  }
  .package-top {
    padding: 40px 30px;
  }
  .package-bottom {
    padding: 40px 30px;
  }
  .blog-data a h3 {
    font-size: 22px;
  }
  .price-package {
    padding-bottom: 270px;
  }
  .data h4 {
    font-size: 14px;
    padding-right: 20px;
    padding-left: 0px;
  }
  .slider-nav .slick-slide.slick-current.slick-active:before {
    height: 98px;
    width: 98px;
  }
  .slider-nav .slick-slide img {
    width: 100px;
    height: 100px;
  }
  .client h5 {
    font-size: 26px;
    line-height: 38px;
  }
  .client {
    padding: 20px;
    padding-top: 80px;
  }
  .footer-bootom-bar h3 {
    font-size: 26px;
  }
  .work-stap h3 {
    font-size: 20px;
  }
  .client h3 {
    font-size: 30px;
  }
  .footer-bootom-bar form input {
    width: 400px;
  }
  .star-rating {
    padding-bottom: 20px;
  }
  ul.image-gallery li figure,
  ul.image-gallery li figure img {
    width: 100%;
    height: 100px;
  }
  .logo p {
    width: 100%;
  }
  .widget-title li i {
    font-size: 12px;
  }
  .widget-title li a {
    color: #e8e8e8;
    margin-left: 12px;
    padding-bottom: 6px;
    font-size: 13px;
  }
  .provide-img img.provide-img-one {
    width: 70%;
  }
  .provide-img figure.two {
    width: 40%;
  }
  .provide-img figure.three {
    height: 316px;
  }
  .provide-text {
    padding-left: 0px;
  }
  .refer-friend.two h2 {
    font-size: 28px;
  }
  .blog-text-two h3 {
    font-size: 20px;
  }
  .testimonials-strip {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    min-height: auto;
    background: antiquewhite;
    border-radius: 50px;
    padding: 50px 0;
}

.client-two h3 {
    font-size: 16px;
    width: 70%;
    line-height: 29px;
    padding-bottom: 16px;
}
  .client-slider .owl-dots {
    margin-top: 20px !important;
    margin-left: 116px;
  }
  .service-text-two img {
    width: 180px;
  }
  
}
@media (max-width: 993px) {
  .gap {
    padding: 80px 0;
  }
  .no-top {
    padding-top: 0;
  }
  .no-bottom {
    padding-bottom: 0;
  }
  .navNext {
    top: 30%;
  }
  .pagination li {
    height: 45px;
    width: 45px;
  }
  .pagination li.prev {
    width: 59px;
  }
  .pagination {
    padding: 7px 20px;
  }
  .pagination li.next {
    width: 60px;
  }
  .box {
    padding: 0px 70px;
  }
  .pagination li.prev a,
  .pagination li.next a {
    font-size: 14px;
  }
  .navPrev {
    top: 46%;
  }
  .hero-text {
    padding-left: 156px;
    width: 100%;
    margin-bottom: 30px;
  }
  .slider-home-1 img {
    width: 500px !important;
  }
  .slider-home-1.owl-carousel .owl-stage-outer {
    overflow: hidden;
  }
  .hero-img {
    margin-left: 0;
  }
  .hero-section:before {
    width: 81%;
    height: 47%;
    bottom: 0px;
    right: 0px;
    top: auto;
  }
  .hero-img img {
    margin: auto;
  }
  .hero-text {
    padding-left: 64px;
    width: 95%;
    margin-bottom: 30px;
  }
  .slider-home-1 img {
    width: 550px !important;
    border-radius: 40px;
    border-bottom-left-radius: 127px;
  }
  .professional-img img {
    width: auto;
  }
  .banner .heroshaps-1 {
    top: 44%;
  }
  .banner .heroshaps-2 {
    right: 10%;
  }
  ol.breadcrumb {
    position: relative;
  }
  .hero-section-data h2 {
    font-size: 40px;
  }
  .hero-section-data h4 {
    font-size: 18px;
  }
  .what-we-provide {
    overflow: hidden;
    width: 96%;
    transform: translateX(0px);
    flex-wrap: wrap;
    padding-left: 0;
    margin: auto;
    margin-top: 60px;
  }
  .what-we-provide-text:before {
    right: 29%;
  }
  .what-we-provide-text {
    width: 33%;
    padding: 0 60px;
  }
  .what-we-provide-video {
    width: 100%;
    overflow: hidden;
  }
  .what-we-provide-video img {
    width: 100%;
  }
  .what-we-provide-text {
    width: 30%;
  }
  .get-in-touch {
    margin-bottom: 0px;
  }
  .team-details-text .share-post {
    margin-bottom: 40px;
  }
  .team-detail-img {
    justify-content: center;
  }
  .team-detail-img img {
    width: 50%;
  }
  .team-experience {
    width: 44%;
  }
  .team-experience h6 {
    font-size: 14px;
  }
  .carpet h3 {
    font-size: 34px;
    padding-bottom: 10px;
  }
  .carpet {
    width: 100%;
  }
  .carpet ul.list-style {
    padding-bottom: 30px;
  }
  .location iframe {
    margin: auto;
    width: 79%;
    border-radius: 35px;
    height: 360px;
    margin-top: 0px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-left: 123px;
  }
  .location {
    flex-wrap: wrap;
  }
  .location-style {
    width: 100%;
  }
  .contact-style {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  img.sed-img {
    margin-top: 20px;
  }
  .error-page h2 {
    font-size: 140px;
    line-height: 140px;
  }
  footer.two .logo {
    margin-bottom: 20px;
  }
  .footer-contact {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer-contact .boder {
    display: none;
  }
  footer.two .get-in-touch {
    width: 45%;
  }
  .widget-title input {
    font-size: 12px;
  }
  .footer-contact .get-in-touch {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .footer-contact .get-in-touch.two {
    width: 48%;
    margin-top: 0;
  }
  .heading {
    width: 100%;
  }
  .works-two:before {
    height: 336px;
  }
  .refer-friend:before {
    top: 0;
  }
  .refer-friend.two > img {
    width: 50%;
    margin-left: auto;
  }
  .works-two {
    padding-bottom: 50px;
    margin-bottom: 40px;
  }
  .refer-friend.two {
    flex-wrap: wrap;
    padding-right: 60px;
    padding-top: 40px;
  }
  .team-style {
    margin-bottom: 30px;
  }
  .img-salidr {
    text-align: center;
  }
  .blog-style-two.three {
    margin-bottom: 40px;
  }
  .img-salidr img {
    margin: auto;
    width: 60%;
    margin-top: 30px;
  }
  .service-two-text p {
    font-size: 16px;
    line-height: 26px;
    width: 90%;
  }
  .service-two-text {
    margin-bottom: 30px;
  }
  h2 {
    font-size: 40px;
  }
  .heading p {
    letter-spacing: 0px;
    font-size: 14px;
  }
  .professional-img {
    margin-bottom: 40px;
  }
  .company-director {
    width: 40%;
    margin-left: 30px;
    margin-right: 120px;
  }
  .service-text h4 {
    font-size: 26px;
  }
  .refer-friend h2 {
    font-size: 28px;
  }
  .refer-friend {
    padding-right: 30px;
  }
  .refer-friend > img {
    padding-left: 0px;
    padding-right: 20px;
    margin-top: -40px;
    width: 56%;
  }
  .new-laundry,
  .count-style {
    flex-wrap: wrap;
  }
  .count-style .boder {
    display: none;
  }
  form.city-zip,
  .heading.two {
    width: 100%;
  }
  .work-stap-img span {
    left: 27%;
  }
  .count-text {
    width: 50%;
    margin-bottom: 30px;
  }
  .new-laundry-img {
    margin-top: 40px;
  }
  img.works-line {
    display: none;
  }
  .package {
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .price-package {
    padding-bottom: 260px;
  }
  .refer-friend-img:before {
    width: 320px;
    height: 320px;
  }
  .slider-nav .slick-slide.slick-current.slick-active:before {
    margin-left: 25px;
  }
  img.google-play {
    width: 100%;
  }
  .footer-bootom-bar form input {
    width: 68%;
  }
  .copyright {
    flex-wrap: wrap;
  }
  .copyright p {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .footer-bootom-bar form {
    margin-top: 20px;
  }
  .refer-friend-img {
    padding-left: 50px;
  }
  .widget-title li {
    padding-bottom: 10px;
  }
  footer .star-rating {
    padding-bottom: 50px;
  }
  .blog-data {
    margin-bottom: 40px;
  }
  .dryclean.refer-friend ul.list-style {
    padding-bottom: 16px;
  }
  .dryclean.refer-friend .list-style li {
    font-size: 14px;
  }
  .service-slider .owl-nav {
    position: relative;
    top: 0;
    right: 0%;
    margin: auto;
    margin-top: 24px;
  }
  .service-slider .owl-dots {
    margin-top: 17px;
    text-align: center;
}
  .service-two {
    background-repeat: no-repeat;
  }
}

/* (720x1280) Galaxy Nexus, WXGA */
@media only screen and (min-device-width: 768px) and (max-device-width: 1280px) {
  .ame-main-strip .professional.course-padd .sec-btn {
    padding: 12px 18px !important;
    height: auto;
    font-size: 16px !important;
    width: 100% !important;
  }

  .service-text-two i {
    border: 6px solid #fff;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    padding: 30px;
    border-radius: 50%;
    position: absolute;
    top: 17%;
    left: -45px;
}

.service-text-two i span {
  font-size: 30px;
}


  .service-two-text {
    position: relative;
    background-color: #fff;
    display: flex;
    padding-left: 70px;
    border-radius: 96px;
    border-bottom-left-radius: 140px;
    align-items: center;
    padding-right: 0;
    width: 94%;
    height: 150px;
    border-top-left-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

  a.lightbox-toggle.sec-btn.apply-now-btn.mt-5.pdd-btn i {
    width: 60px;
    height: 100%;
    color: #fff;
    background: rgb(0, 114, 188);
    background: linear-gradient( 90deg, rgba(0, 114, 188, 1) 0%, rgba(17, 157, 247, 1) 100% );
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
    line-height: 57px;
    text-align: center;
}

  .work-stap  {
    height: 270px;
  }

  .work-stap h3 {
    font-size: 16px;
}

.downloads-strip a {
  font-weight: 700;
  font-size: 14px;
}
  .location-text h4 {
    font-weight: 800;
    font-size: 18px;
}
  .ps-timeline-sec .container ol.ps-timeline li p {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    line-height: 15px;
    color: #fff;
    font-size: 10px;
}
  .other-strip {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    flex-flow: column;
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    margin-bottom: 15px;
}
  .slider-home-1 .owl-dots {
    left: 11%;
    bottom: 1%;
}

.clients-logo {
  padding: 70px 0 0;
  padding-top: 80px;
}

.client-slider button.owl-next  {
  right: -4%;
  top: 42%;
}

.testimonials-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  min-height: auto;
  background: antiquewhite;
  border-radius: 50px;
  padding: 50px 0;
}

  .heading p {
    letter-spacing: 0px;
    font-size: 18px;
}  

p  {
  font-size: 18px;
}


  .time {
    justify-content: space-between;
    display: block;
    align-items: center;
    color: #fff;
}

header .sec-btn {
  height: auto;
  padding: 12px 24px;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.mobile-nav {
  width: 50%;
}

.mentors-strip-home {
  background: url(../img/mentots-strip-bg.jpg) no-repeat top right;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-size: cover;
  padding-top: 30px;
  text-align: center;
  margin: 10px 17px;
  height: 400px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  width: auto;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
}

.res-log a img {
  width: 220px;
}

.refer-friend > img {
  padding-left: 0px;
  padding-right: 20px;
  margin-top: -40px;
  width: 45%;
}

.service-text h4 {
  font-size: 18px;
}

.video-strip {
  margin-bottom: 20px;
}

.client-two h3 {
  font-size: 16px;
  width: 80%;
  line-height: 29px;
  padding-bottom: 16px;
}

.client-slider button.owl-prev  {
  left: -4%;
  top: 42%;
}

.client-slider button.owl-next  {
  
}

  .apply-now-header  {
    display: block;
  }

  .faculty-section .team-style img {
    margin-bottom: 20px;
    height: 130px;
    width: 130px;
}

  .course-padd.white-strip .sec-btn {
    padding: 12px 15px !important;
    height: auto;
    font-size: 16px !important;
    width: 100% !important;
  }

  .info-section {
    padding: 90px 0;
    background: url(../img/why-should-bg.jpg) no-repeat top;
    background-size: cover;
    height: auto;
  }

  .refer-friend img.babal {
    width: 54%;
  }

  a.sec-btn.apply-btn {
    padding: 12px 28px;
    height: auto;
    font-size: 14px;
  }

  .client h3 {
    font-size: 22px;
  }

  .client h3 + h5 {
    font-size: 16px;
    line-height: 38px;
  }

  .client h5 {
    font-size: 18px;
    line-height: 28px;
  }

  .client {
    padding: 20px;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .clients-review-section {
    padding-bottom: 40px;
  }

  .social-media li a {
    margin-right: 5px;
  }

  .widget-title .boder {
    width: 65px;
    height: 3px;
    margin-bottom: 30px;
    margin-top: 12px;
  }

  .social-media {
    margin-bottom: 40px;
  }

  .heading h2 {
    font-size: 30px;
  }

  .heading-3 h2 {
    font-size: 30px;
  }
 
  .work-stap-img.work-stap-3 span {
    color: #fff;
    position: absolute;
    left: 25%;
    width: 55px;
    border-radius: 50%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -19%;
    font-size: 26px;
    background: #0072bc;
    font-weight: bold;
}

.hero-text h1 {
  font-weight: 800;
  line-height: 54px;
  font-size: 36px;
}

.professional-phon a {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

.professional-phon {
  padding: 27px 50px;
  top: 16%;
}

.professional.course-padd {
  margin-bottom: 30px;
  margin-right: 0;
  padding-right: 0;
}

.hero-section.banner .hero-text h2 {
  font-size: 30px;
  line-height: 35px;
}

.about-img-2 {
  border-radius: 30px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: 30px;
  position: relative;
  right: 0;
  top: 25px;
}

.package-top h2 {
  font-size: 26px;
}

.package-top {
  padding: 25px 35px;
}

.photo-collage  {
  margin-top: 30px;
}


.about-content  {
  border-radius: 30px !important;
}

.featured-imagebox-gallery  {
  height: auto;
}

.about-img-2 {
  border-radius: 30px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: 30px;
  position: relative;
  right: -24px;
  top: 25px;
}

.mobile-nav > ul li > a {
  font-size: 13px;
  line-height: 18px;
  text-transform: capitalize;
  color: #fff;
}

.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li h4 {
  font-size: 13px;
  color: rgba(255,161,85,1);
  text-transform: uppercase;
}

.sub-title {
  font-size: 22px !important;
  padding-top: 30px;
}

.sub-img-1 img {
  border-radius: 50%;
  width: 300px !important;
  border: 20px solid #fff;
  outline: solid 3px rgba(255,161,85,1);
  height: 300px;
  margin-bottom: 30px;
}

.sub-img {
  width: 100%;
  margin-bottom: 30px;
  height: auto !important;
}

.team-detail-img img {
  border-radius: 50%;
  width: 90%;
  border: 20px solid #fff;
  outline: solid 3px rgba(255,161,85,1);
  width: 300px !important;
  height: 300px;
}

.staff-strip.mb-4 ul.list-style {
  margin-left: 0;
}

.package-top i {
  width: 70px;
  height: 70px;
  border: 3px solid rgba(255,161,85,1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: rgba(255,161,85,1);
  padding: 13px;
  border-radius: 50%;
  right: 6%;
  top: 88px;
}

.service-two-text {
  justify-content: space-evenly;
}

}


@media (max-width: 767px) {
  .company-director {
    width: 60%;
    margin-right: 0;
  }

  .mros-section {
    padding: 0px 0 60px;
    background: url(../img/mros-bg.jpg) no-repeat right center;
    background-size: cover;
    height: auto;
}

.ps-timeline-sec .container ol.ps-timeline li p {
  text-align: center !important;
  width: 100% !important;
  margin: 0 auto !important;
  margin-top: 0px !important;
  line-height: 22px !important;
}

.rules-list li {
  position: relative;
  padding-bottom: 12px;
  font-size: 14px;
  padding-left: 40px;
  line-height: 26px;
  text-align: justify;
  margin-bottom: 15px;
}

.ame-colleg-strip h3 {
  font-size: 16px !important;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 700;
}

.ame-colleg-strip h4 {
  font-size: 14px !important;
  border: 1px solid rgba(255, 161, 85, 1);
  margin-bottom: 15px;
  padding: 10px;
  color: #000 !important;
  background-color: #fff;
  border-radius: 15px;
  font-weight: 300;
  text-align: center;
}

.refer-friend h2 {
  font-size: 28px;
  margin-top: 20px;
}

.refer-friend:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0, 114, 188);
  background: linear-gradient( 90deg, rgba(0, 114, 188, 1) 0%, rgba(17, 157, 247, 1) 100% );
  left: 0;
  opacity: 0.9;
  border-radius: 50px;
  border-bottom-left-radius: 50px;
  mix-blend-mode: multiply;
}

.refer-friend > img {
  padding-left: 0px;
  padding-right: 20px;
  margin-top: 0;
  width: 56%;
}

.course-alert-box {
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.blog-text-two h2 {
  font-size: 16px !important;
}

.posted h6 a {
  border-bottom: 1px solid;
  font-weight: 700;
  font-size: 12px;
}

.posted {
  padding-top: 5px;
  display: flex;
  align-items: center;
}

ul.categories li a  {
  font-size: 14px !important;
}

.hero-section.banner .hero-text h2 {
  line-height: 26px !important;
  font-size: 20px !important;
}

ul.recent-post li  {
  text-align: left !important;
}

.recent-post a {
  font-size: 14px;
  text-align: left;
  line-height: 26px !important;
}

.blog-style-two.three .blog-text-two .sub-title {
  font-size: 16px !important;
  padding-top: 30px;
}

.sidebar {
  padding: 40px 25px !important;
}

.blog-style-two.three  {
  margin-bottom: 0;
}

.heading.two h3 {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

.main-staff-strip .heading p {
  font-weight: 400;
  padding-top: 10px !important;
  letter-spacing: 1px;
  color: rgb(234 110 11) !important;
  text-align: center;
  line-height: 20px !important;
}

.staff-strip .heading.two h3 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #000;
}

form.content-form input[type="text"] {
  width: 100%;
  border-radius: 52px;
  height: 60px;
  padding-left: 30px;
  margin-bottom: 20px;
  border: 1px solid #c1c1c1;
  color: #555;
  outline: none;
  font-size: 14px;
}

form.content-form textarea {
  width: 100%;
  border-radius: 52px;
  height: 60px;
  padding-left: 30px;
  margin-bottom: 20px;
  border: 1px solid #c1c1c1;
  color: #555;
  outline: none;
  font-size: 14px;
}

.sub-2 {
  font-size: 15px;
  padding: 10px 15px;
  background: #5aa1df;
  color: #fff;
  font-weight: 600;
}
.mros-strip img {
  margin-right: 15px;
  width: 90px;
  height: 90px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 50%;
}

.mros-strip h4 {
  font-size: 15px;
  line-height: 24px;
}

.airport-strip h4 {
  font-size: 15px;
  line-height: 22px;
}

.airport-section {
  padding: 20px 0 50px;
  background: url(../img/airport-bg.jpg) no-repeat right center;
  background-size: cover;
  height: auto;
}

  .ame-colleges-section {
    padding: 0 0 60px !important;
  }

  .about-content h1 {
    font-weight: 800;
    font-size: 25px !important;
    line-height: 32px !important;
}

.heading p.subtitle-color-orange {
  color: rgba(255, 161, 85, 1) !important;
  font-weight: 800;
  line-height: 20px !important;
}

  .hero-text h1 {
    font-weight: 800;
    line-height: 27px !important;
    font-size: 20px !important;
}

.hero-text h4 {
  font-size: 15px !important;
  line-height: 26px !important;
}

  .main-sticky  {
    display: block;
  }

  .client-slider button.owl-prev  {
    left: -3%;
  }

  .client-slider button.owl-next  {
    right: -3%;
  }

  .widget-title h3 {
    font-size: 16px !important;
}

  .ps-timeline-sec {
    padding: 90px 0 0;
}

.heading.text-left.course-heading {
  padding: 20px 15px 20px;
}

  .font-size-60pec {
    font-size: 24px !important;
    color: #0072bc !important;
    text-transform: uppercase;
}


  .slick-dots  {
    display: none !important;
  }

  .time {
    display: block;
    color: #fff;
    margin-top: 30px;
}

.apply-now-header  {
  display: block;
}

header .sec-btn {
  height: auto;
  padding: 6px 24px;
  font-size: 14px;
  width: 100%;
}

header .apply-now-btn  {
  margin: 0 0;
  background: rgb(255,161,85);
    background: linear-gradient(90deg, rgba(255,161,85,1) 0%, rgba(255,204,86,1) 100%);
}
  .tab-content {
    padding: 30px 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 15px;
}

.faculty-section .team-style img {
  margin-bottom: 20px;
  height: 130px;
  width: 130px;
}
  .comment-data > h4 {
    font-size: 24px;
    font-weight: 800;
    display: block;
    padding-right: 8px;
    text-transform: capitalize;
}

  .title-choose-strip {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
}
  .clients-logo {
    padding: 0px 0;
    padding-top: 0;
  }
  .price-package {
    padding-bottom: 80px !important;
  }

  .about-img-2 {
    right: 0;
    border-radius: 0;
  }

  .about-content {
    border-radius: 0;
    padding: 15px;
  }

  .mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li h4 {
    font-size: 13px;
    color: rgba(255,161,85,1);
    text-transform: uppercase;
  }

  .mobile-nav > ul li > a {
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    color: #fff;
  }

  .work-stap-img.work-stap-3 span {
    left: 15%;
  }
  .work-stap-img.work-stap-3 span {
    color: #000;
    position: absolute;
    left: 21%;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -12%;
    font-size: 30px;
    font-weight: bold;
  }
  footer.two .logo {
    margin-bottom: 30px;
  }
  .hero-section .sec-btn {
    height: auto;
  }
  .provide-img figure.two {
    height: 155px;
  }
  .flex-img img {
    display: none;
  }
  .provide-img figure.three {
    height: 230px;
  }
  .oder-book-now {
    padding: 9px;
    padding-top: 39px;
    padding-bottom: 40px;
  }
  .oder-book-now img {
    width: 80px;
  }
  .oder-book-now:before {
    width: 50px;
    height: 50px;
  }
  .refer-friend.two {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .hero-text {
    padding-left: 90px;
    width: 100%;
  }
  .hero-section {
    overflow: hidden;
    padding-bottom: 20px;
  }
  .slider-home-1 .owl-dots {
    left: 0%;
    position: relative;
    width: auto;
    bottom: 0%;
  }
  .professional-img > img {
    width: 100%;
  }
  .hero-section-two {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .navPrev,
  .navNext {
    top: 53%;
  }
  .navPrev {
    position: absolute;
    top: 53%;
    right: 50%;
    z-index: 2;
  }
  .navPrev span img,
  .navNext span img {
    width: 80px;
    height: 80px;
  }
  .what-we-provide {
    margin-top: 30px;
  }
  .navNext i,
  .navPrev i {
    left: 40%;
  }
  .what-we-provide-text img {
    width: 68px;
  }
  .navPrev:hover i,
  .navNext:hover i {
    background-color: rgba(255,161,85,1)b8;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
  }
  .navNext {
    right: 30%;
    z-index: 2;
    background-size: 80px 80px;
  }
  .mobile-nav {
    width: 60%;
  }
  .banner .heroshaps-2,
  .banner .heroshaps-1 {
    width: 120px;
    height: 41px;
  }
  .hero-section-data {
    width: 89%;
  }
  .information .new-laundry-img {
    margin-bottom: 20px;
  }
  .hero-section-two:before {
    width: 100%;
    border-radius: 0;
  }
  .new-laundry-img {
    margin-top: 0;
  }
  .team-experience {
    width: 55%;
  }
  .team-detail-img img {
    width: 70%;
  }
  .hero-section-data {
    width: 100%;
  }
  .what-we-provide-text {
    padding: 0 30px;
  }
  .contact-heading h6 {
    font-size: 16px;
    width: 100%;
  }

  .contact-heading .star-rating {
    margin-top: 30px;
    border-top: 1px solid #666;
    width: 100%;
    padding-top: 30px;
  }
  .contact-heading .star-rating h4 {
    font-size: 28px;
  }
  .location iframe {
    margin: auto;
    width: 100%;
    border-radius: 35px;
    height: 230px;
    margin-top: 30px;
    margin-left: 0px;
  }
  .location-style {
    border-bottom-left-radius: 98px;
  }
  .location-style {
    padding: 30px;
  }
  .location-text p {
    padding-bottom: 10px;
  }
  .location-text:not(:last-child) {
    margin-bottom: 10px;
  }
  .location-text h4 {
    font-size: 18px;
  }
  .location-text p {
    font-size: 16px;
  }
  .contact-style h4 span {
    font-size: 14px;
  }
  .client-help a {
    font-size: 22px;
  }
  .client-help p {
    font-size: 22px;
    line-height: 34px;
    padding-bottom: 20px;
  }
  .share-post {
    flex-wrap: wrap;
  }
  .share-post .social-media {
    margin-top: 10px;
  }
  .share-post .social-media li a {
    margin-right: 16px;
    font-size: 14px;
  }
  .footer-contact .get-in-touch.two,
  footer.two .get-in-touch {
    width: 100%;
  }
  .willimes-marko {
    padding: 50px;
    width: 100%;
    margin-left: 0px;
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .willimes-marko img {
    margin-bottom: 10px;
  }
  .social-media-Intege {
    flex-wrap: wrap;
  }
  .share-post .social-media {
    flex-wrap: wrap;
  }
  .comment li {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  li.reply-comment {
    margin-left: 0;
    width: 100%;
  }
  .comment li img {
    margin-bottom: 18px;
  }
  .willimes-marko img {
    position: relative;
    left: 0;
  }
  .blog-style-two.three figure > img {
    height: auto;
  }
  .blog-style-two figure > img {
    height: 340px;
  }
  footer.two .get-in-touch {
    margin-top: 0;
  }
  .footer-contact {
    margin-bottom: 30px;
  }
  .footer-contact {
    padding-top: 20px;
  }
  footer.two .logo .star-rating img {
    padding-right: 17px;
  }
  footer.two .logo .star-rating {
    justify-content: flex-start;
    margin-top: 30px;
  }
  .blog-text-two h3 {
    font-size: 26px;
    width: 100%;
  }
  .blog-text-two h3 {
    font-size: 26px;
  }
  .service-price {
    margin-bottom: 30px;
  }
  .service-price.two {
    margin-top: 60px;
  }
  .newsletter h3 {
    font-size: 40px;
  }
  .newsletter {
    padding-left: 0;
  }
  .refer-friend:before {
    top: 0;
  }
  .service-two-text p {
    font-size: 14px;
    line-height: 24px;
    width: 90%;
  }
  .refer-friend {
    display: block;
  }
  .refer-friend.two {
    text-align: inherit;
  }

  .refer-friend-img img {
    margin-top: 30px;
  }
  .refer-friend-img:before {
    left: 14%;
    top: 25%;
  }
  .client h5 {
    font-size: 20px;
    line-height: 34px;
  }
  .work-stap {
    width: 100%;
    margin-bottom: 50px;
  }
  .slick-dotted.slick-slider {
    width: 83%;
  }
  .widget-title h3 {
    padding-top: 30px;
  }
  .footer-bootom-bar form input {
    width: 100%;
    margin-bottom: 10px;
  }
  ul.image-gallery li figure,
  ul.image-gallery li figure img {
    width: 100%;
    height: 69px;
    border-radius: 20px;
  }
  footer .star-rating {
    padding-bottom: 0;
  }
  .widget-title .boder {
    margin-bottom: 30px;
  }
  .work-stap.two {
    padding-top: 0;
  }
  .sec-btn {
    padding: 14px 36px;
    height: auto;
    font-size: 14px;
  }
  .refer-friend {
    text-align: center;
    padding: 50px;
  }
  .what-we-provide {
    width: 87%;
  }

  .ame-main-strip {
    padding: 0px;
    background: #abd9f7;
    border-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .ame-main-strip .professional.course-padd {
    padding: 40px 15px 20px;
}
  .ame-main-strip .professional.course-padd .sec-btn {
    padding: 12px 18px !important;
    height: auto;
    font-size: 12px !important;
    width: 100% !important;
  }

  .course-padd.white-strip h3.pb-3.pt-5 {
    padding-top: 25px !important;
  }

  .course-padd {
    padding-right: 0;
  }

  .white-strip {
    padding: 15px !important;
    margin-top: 30px;
  }

  .heading-3 .whychoose-strip {
    font-weight: 800;
    padding-bottom: 0;
    font-size: 40px;
    border: 3px dashed rgba(255, 161, 85, 1);
    padding: 20px 15px 20px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
}

.work-stap-img i {
  width: 100px;
  height: 100px;
}

ul.list-style li {
  font-size: 14px !important;
  text-align: left;
  line-height: 26px;
}

  .info-section {
    padding: 90px 0;
    background: url(../img/why-should-bg.jpg) no-repeat;
    background-size: cover;
    height: auto;
  }

  a.sec-btn.apply-btn {
    padding: 12px 0;
    height: auto;
    font-size: 14px;
    width: 100%;
}

.service-text h4 {
  font-size: 16px !important;
}

p  {
  font-size: 14px !important;
  line-height: 26px !important;
}

.client-rating h4 {
  font-size: 16px;
  font-weight: 800;
  padding-right: 0px;
}

.content p {
  font-size: 14px;
  line-height: 30px !important;
}

  .refer-friend img.babal {
    position: absolute;
    z-index: 0;
    top: 67px;
    padding: 0;
    left: 0;
    animation: arrow 15s infinite;
    right: 0;
    margin: 0px auto;
  }

  .course-padd.white-strip .sec-btn {
    padding: 12px 15px !important;
    height: auto;
    font-size: 12px !important;
    width: 100% !important;
  }

  .blog-data a h3 {
    font-size: 16px;
}

  .heading-3 h2 {
    font-size: 24px;
  }

  .hero-text h1 {
    font-weight: 800;
    line-height: 35px;
    font-size: 28px;
  }

  .ame-course-section {
    background: url(../img/ame-course-sectiom-bg.jpg) no-repeat bottom left;
    background-size: cover;
  }

  .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    padding-top: 20px;
  }

  .get-in-touch {
    margin-bottom: 15px;
  }

  .widget-title li a {
    margin-left: 0px;
    font-size: 14px !important;
  }

  .hero-text .d-md-flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  .hero-text .d-md-flex .video a {
    font-size: 12px;
  }

  .hero-text .d-md-flex .sec-btn {
    padding: 12px 0px !important;
    height: auto;
    font-size: 12px !important;
    width: 216px;
    margin-right: 10px;
}

.professional p {
  font-size: 14px !important;
  line-height: 26px !important;
  text-align: justify !important;
}

ul.features li {
  font-size: 14px !important;
  line-height: 26px !important;
}


.service-price.employment-strip a h4 {
  color: #000;
  font-size: 18px !important;
  line-height: 27px !important;
}

.service-price.employment-strip  {
  min-height: auto !important;
  margin-bottom: 0;
}

.choose-strip-2 h3 {
  font-size: 16px ;
  font-weight: 600;
}

.heading p  {
  font-size: 15px;
}

.heading h2 {
  font-weight: 800;
  padding-bottom: 10px !important;
  font-size: 25px;
}

.professional.pl-0 .heading h2 {
  font-weight: 800;
  padding-bottom: 10px !important;
  font-size: 16px;
}

.dualprogram-strip h4 {
  font-size: 16px !important;
}

.dualprogram-strip h4 span {
  background-color: #241f21;
  width: 40px !important;
  height: 36px;
  padding: 6px 10px;
  text-align: center;
  border-radius: 7px;
  position: absolute;
  left: 2px;
  top: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.faculty-section .team-style a {
  font-weight: 800;
  font-size: 16px;
}

.major-title {
  color: #000;
  /* padding-bottom: 20px; */
  background: rgb(255, 161, 85);
  background: linear-gradient( 90deg, rgba(255, 161, 85, 1) 0%, rgba(255, 204, 86, 1) 100% );
  padding: 10px 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  border-bottom-left-radius: 20px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}

.heading h2 {
  font-weight: 800;
  padding-bottom: 10px !important;
  font-size: 20px;
}

.service-text-two img {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  top: -115px !important;
  z-index: 9;
}

.service-text-two i span {
  font-size: 30px;
}

.service-text-two i {
  border: 6px solid #fff;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 30px;
  border-radius: 50%;
  position: absolute !important;
  top: -28%;
  left: 0px;
  z-index: 999;
}

.package-top h2 {
  font-size: 22px !important;
  font-weight: 900;
  position: relative;
  padding-top: 10px;
}

.package-bottom {
  padding: 0px 30px 20px;
}

.choose-strip h3 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
}

.package {
  margin-top: 40px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  height: auto !important;
}


.service-two-text {
  flex-wrap: wrap;
  width: 100%;
  padding-top: 30px;
  margin-bottom: 20px !important;
  padding-bottom: 35px;
  padding-right: 30px;
}

  .client h3 {
    font-size: 16px !important;
    padding-top: 10px;
  }

  .client h3 + h5 {
    font-size: 14px;
  }

  .refer-friend img.babal {
    width: 62%;
    top: 41px;
    height: 133px;
}

.professional.pl-20px .sec-btn {
  width: 100%;
}

  .clients-review-section {
    padding-bottom: 0;
  }

  .work-stap h3 {
    font-size: 16px;
}

.mentors-strip-home  {
  width: 100%;
}

.client-slider.owl-carousel .owl-item img {
  width: 100px;
}

.client-two h3 {
  font-size: 14px;
  width: 70%;
  line-height: 25px;
  padding-bottom: 16px;
}

.testimonials-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  min-height: auto;
  background: antiquewhite;
  border-radius: 50px;
  padding: 50px 0;
}

.blog-data {
  margin-bottom: 40px;
  text-align: center;
}

.hero-section.banner .hero-text h2 {
  line-height: 32px;
  font-size: 24px;
}

.blog-style-two.three.infra-strip.mt-5.mb-5 {
  text-align: center;
}

.other-strip {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: column;
  background: #fff;
  padding: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.other-strip img {
  width: 180px;
  margin-bottom: 15px;
}


}
@media (max-width: 600px) {
  .what-we-provide-text {
    width: 100%;
  }
  .hero-text {
    padding-left: 50px;
    width: 100%;
  }
  .what-we-provide .boder {
    display: none;
  }
  .what-we-provide-text:before {
    right: 37%;
  }
  .what-we-provide-text {
    width: 100%;
    margin: 26px;
  }
  .works-section {
    padding-bottom: 80px;
  }
  .new-laundry .new-laundry-img {
    margin-top: 15px;
  }
}
@media (max-width: 576px) {
  .gap {
    padding: 60px 0;
  }
  .no-bottom {
    padding-bottom: 0;
  }
  .no-top {
    padding-top: 0;
  }
  .join-our {
    margin-top: 41px;
  }
  .hero-text {
    padding-left: 10px;
    width: 100%;
  }
  .box {
    padding: 0px 30px;
  }
  .refer-friend.two {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .heading p {
    padding-top: 4px;
  }
  .count-style {
    padding-top: 60px;
  }
  .new-laundry-img {
    margin-top: 10px;
  }
  .works-section {
    padding-bottom: 60px;
  }
  .hero-text h1 {
    font-weight: 800;
    line-height: 35px;
    font-size: 28px;
  }
  .navNext,
  .navPrev {
    top: 50%;
  }
  .hero-section-two {
    padding-top: 50px;
    padding-bottom: 120px;
  }
  .bottom-bar img {
    width: 160px;
  }
  ul.image-gallery {
    flex-wrap: wrap;
  }
  .slider-home-1 img {
    width: 460px !important;
  }
  ul.image-gallery li figure,
  ul.image-gallery li figure img {
    width: 140px;
    height: 100px;
    border-radius: 20px;
  }
  .banner.hero-section {
    padding-top: 40px;
  }
  ol.breadcrumb a,
  ol.breadcrumb li {
    color: #666;
    font-size: 14px;
  }
  .hero-section.banner .hero-text h2 {
    line-height: 30px;
    font-size: 26px;
}
  .banner h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .banner .heroshaps-2,
  .banner .heroshaps-1 {
    display: none;
  }
  .res-log img {
    width: 160px;
  }
  .mobile-nav {
    width: 100%;
  }
  .first label {
    font-size: 12px;
  }
  .team-experience {
    width: min-content;
  }
  .team-experience h4 {
    font-size: 40px;
  }
  .team-experience {
    padding: 4px 14px;
    width: 57%;
    bottom: 20%;
    left: -3%;
  }
  .information h4 {
    font-size: 24px;
  }
  .team-experience h6 {
    font-size: 12px;
  }
  .carpet h3 {
    font-size: 30px;
  }
  .sec-btn {
    padding: 12px 32px;
    height: auto;
    font-size: 14px;
  }
  .client-help {
    padding: 39px;
  }
  .client-two i {
    width: 60px;
    height: 60px;
  }
  .client-two {
    display: flex;
    flex-wrap: wrap;
  }
  .client-slider.owl-carousel .owl-item img {
    width: 100px;
}
  .client-slider.owl-carousel .owl-item i {
    margin-bottom: 10px;
  }
  .service-price i,
  .service-price i:before {
    width: 148px;
    height: 148px;
  }
  .newsletter h3 {
    font-size: 30px;
  }
  .client-rating {
    flex-wrap: wrap;
  }
  .service-text-two {
    position: relative;
    margin-left: auto;
    margin-bottom: -130px;
  }
  .service-text-two img {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    top: -213px;
    z-index: 9;
}
  .service-two-text {
    flex-wrap: wrap;
    width: 100%;
    padding-top: 30px;
    margin-bottom: 80px;
    padding-bottom: 35px;
    padding-right: 30px;
  }
  .service-two-text {
    border: 30px;
    border-bottom-left-radius: 140px;
  }
  .service-text-two i {
    position: relative;
    transform: translateY(-27px) translatex(26px);
  }
  .service-text-two i {
    position: relative;
    transform: translateY(-27px);
  }
  .refer-friend-img:before {
    display: none;
  }
  .service-text-two i img {
    display: block;
  }
  .blog-text-two h3 {
    font-size: 22px;
  }
  .blog-text-two {
    left: 25px;
  }
  .slider-nav .slick-slide.slick-current.slick-active:before {
    margin-left: 58px;
  }
  .no-bottom {
    padding-bottom: 0;
  }
  .work-stap-img span {
    left: 36%;
  }
  .professional-img > img {
    width: 93%;
  }
  .professional-phon a {
    font-size: 22px;
  }
  .professional-phon span {
    font-size: 10px;
  }
  h2 {
    font-size: 30px;
  }
  .professional-phon {
    padding: 20px 25px;
  }
  .company-director {
    margin-left: 0;
  }
  .professional-phon img {
    width: 44px;
  }
  .price-package {
    padding-bottom: 260px;
  }
  .company-director {
    margin-right: 0;
    width: max-content;
    padding-right: 40px;
  }
  .dryclean.refer-friend {
    margin-left: 0px;
    margin-right: -13px;
    margin-top: -178px;
    padding: 32px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .count-text {
    width: 100%;
    margin-bottom: 30px;
  }
  .social-media li a {
    margin-right: 0px;
  }
  .social-media {
    flex-wrap: wrap;
  }
  form.city-zip input {
    margin-bottom: 6px;
  }
  .blog-page .new-laundry-img {
    margin-top: 20px;
  }
  form.leave input,
  form.leave textarea {
    margin-top: 10px;
  }
  .blog-text-two h2 {
    font-size: 28px;
  }
  .posted {
    flex-wrap: wrap;
  }
  ul.features li {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 500px) {
  .blog-text-two h2 {
    font-size: 22px;
  }
  .navNext,
  .navPrev {
    top: 50%;
  }
  ul.list-style {
    padding-bottom: 20px;
  }
  .professional-img {
    margin-bottom: 20px;
  }
  .hero-section-data h2 {
    font-size: 38px;
  }
  ul.list-style li {
    font-size: 16px;
  }
  .hero-text h4 {
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
  }
  .slider-home-1 img {
    width: 360px !important;
  }
  .accordion-item .icon {
    right: 10px;
  }
  .content p {
    font-size: 14px;
    line-height: 24px;
  }
  .title {
    padding: 16px 24px;
    font-size: 16px;
  }
  .contact-heading .star-rating h4 {
    font-size: 24px;
  }
  form.content-form input[type="text"] {
    margin-bottom: 10px;
  }
  .contact-style {
    padding: 20px;
  }
  .new-laundry-img i {
    width: 70px;
    height: 70px;
  }
  .blog-style-two h4 {
    width: 60px;
    height: 60px;
  }
  .blog-style-two h4 {
    font-size: 20px;
    padding-top: 9px;
  }
  .blog-style-two h4 span {
    font-size: 12px;
  }
}
@media (max-width: 477px) {
  .logodata .owl-dots,
  .slider-nav .slick-slide.slick-current.slick-active:before {
    display: none;
  }
  .newsletter p {
    padding-bottom: 20px;
  }
  .oder-book-now h5 {
    font-size: 26px;
  }
  .service-two .btn-center {
    margin-top: 90px;
  }
  .heading h2 {
    padding-bottom: 20px;
  }
  .client h3 {
    font-size: 24px;
    padding-top: 10px;
  }
  ul.image-gallery li figure,
  ul.image-gallery li figure img {
    width: 94px;
    height: 95px;
    border-radius: 10px;
  }
  .hero-section:before {
    height: 33%;
  }

  .count-text h2,
  .count-text span {
    font-size: 48px;
  }
  .new-laundry h6 {
    font-size: 14px;
  }
  .posted i,
  .posted span {
    padding-top: 10px;
  }
  .posted i {
    padding-left: 0;
    padding-right: 10px;
  }
  .error-page h2 {
    font-size: 120px;
    line-height: 120px;
  }
  .error-page h3 {
    font-size: 28px;
  }
  .error-page p {
    font-size: 18px;
    padding-top: 10px;
  }
  .years-experience {
    flex-wrap: wrap;
  }
  .footer-contact .get-in-touch h6 a {
    font-size: 14px;
  }
  .willimes-marko img {
    width: 120px;
  }
  .years-experience .boder {
    display: none;
  }
  .provide-img::before {
    width: 270px;
    height: 270px;
  }

  .new-laundry .heading.two h3 {
    font-size: 30px;
  }
}
@media (max-width: 450px) {
  ul.list-style {
    padding-top: 22px;
    padding-bottom: 30px;
  }
  .client h5 {
    font-size: 18px;
    line-height: 34px;
    width: 100%;
  }
  .box {
    padding: 0px 0px;
  }
  .error-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .carpet i img {
    width: 50px;
  }
  .carpet i {
    width: 80px;
    height: 80px;
    padding: 0;
  }
  .logo .star-rating h4 {
    font-size: 16px;
  }
  footer.two .logo a img {
    width: 200px;
  }
  .team-detail-img img {
    border-radius: 50%;
    width: 90%;
    border: 8px solid #fff;
    outline: solid 3px rgba(255,161,85,1);
  }
  .team-details-text .share-post {
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .package-bottom li {
    font-size: 14px;
  }
  .information .new-laundry-img {
    margin-bottom: 10px;
  }
  .years-experience {
    margin-top: 20px;
  }
  .hero-section.banner .heroshaps-2,
  .hero-section.banner .heroshaps-1 {
    display: none;
  }
  .work-stap-img i {
    width: 100px;
    height: 100px;
}
  .btn-center {
    margin-top: 40px;
  }
  .work-stap-img i img {
    width: 60px;
  }
  .navNext i,
  .navPrev i {
    left: 33%;
  }
  .navNext,
  .navPrev {
    top: 56%;
  }
  .navPrev span img,
  .navNext span img,
  .navPrev:hover i,
  .navNext:hover i {
    width: 63px;
    height: 63px;
  }
  .what-we-provide-video .video {
    width: auto;
  }
  .service-text i {
    width: 90px;
    height: 90px;
  }
  .service-text i img {
    width: 49px !important;
  }
  .service-text h4 {
    font-size: 22px;
  }
  ul.list-style li {
    font-size: 14px;
  }
  .service-slider .owl-nav i {
    width: 40px;
    height: 40px;
  }
  .video {
    margin-left: 10px;
    display: inline-flex;
    margin-bottom: 12px;
    margin-top: 20px;
    width: 100%;
  }
  .contact-heading .star-rating h4 {
    font-size: 20px;
  }
  .contact-heading .star-rating h5 {
    font-size: 16px;
  }
  .sidebar {
    padding: 40px 40px;
  }
  .hero-text h4 {
    font-size: 16px;
    line-height: 26px;
  }
  .work-stap-img span {
    left: 31%;
  }
  .service-price i {
    padding: 28px;
  }
  .service-price i,
  .service-price i:before {
    width: 110px;
    height: 110px;
  }
  .dryclean.refer-friend .list-style li {
    text-align: initial;
  }
  .social-media li a {
    margin-bottom: 10px;
  }
  .widget-title .boder {
    margin-bottom: 25px;
  }
  .widget-title h3 {
    font-size: 22px;
  }
  .pagination li {
    height: 25px;
    width: 25px;
    margin-right: 3px;
    font-size: 12px;
  }
  .pagination li.prev,
  .pagination li.next {
    width: 44px;
  }
  .pagination {
    padding: 7px 6px;
  }
  .pagination li.prev a,
  .pagination li.next a {
    font-size: 12px;
  }
}
@media (max-width: 410px) {
  .footer-contact {
    padding-left: 31px;
  }
  .slider-home-1 img {
    width: 330px !important;
  }
  .navNext,
  .navPrev {
    top: 59%;
  }
  .heading p {
    font-size: 16px;
  }
  .sidebar {
    padding: 40px 30px;
  }
  .recent-post a {
    font-size: 16px;
  }
  .video i:before {
    width: 70px;
    height: 70px;
  }
  .video i {
    width: 56px;
    height: 56px;
  }
  .years-experience .count-text h2,
  .years-experience .count-text span {
    font-size: 40px;
  }
  .years-experience .count-text i {
    width: 60px;
    padding: 12px;
    height: 60px;
    margin-bottom: 10px;
  }
  .refer-friend.two i {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  .refer-friend.two i img {
    width: 32px;
  }
  .refer-friend.two h2 {
    font-size: 20px;
  }
  .refer-friend.two {
    padding: 26px;
  }
  .hero-section.banner .hero-text h2 {
    line-height: 32px;
    font-size: 24px;
}
}
@media (max-width: 375px) {
  .title {
    font-size: 14px;
  }
  .widget-title li {
    padding-bottom: 6px;
  }
  .carpet h3 {
    font-size: 28px;
    padding-bottom: 6px;
  }
}
/* Color */
#progress-value,
.comment-data span,.error-page h2 span,.contact-style i,.team-experience h4,.video a:hover,
.posted i,.blog-text-two h2:hover,.recent-post i,.recent-post a:hover,ul.quick-links li a:hover,.phone a:hover,
.posted h6 a,.blog-style-two.three .blog-text-two h3:hover,footer.two .copyright b,.time-table i,
.heading p,.professional h4,.service-text a h4:hover,.refer-friend span,.count-text h2,.count-text span,.package-top h2,
.blog-data a h3:hover,.get-in-touch h6 a:hover, .get-in-touch a:hover,.widget-title li a:hover,
.time i,.login a:hover,.refer-friend h5 a,.service-two-text h3:hover,.team-style a:hover,.service-price h6{
   
    color: rgba(255,161,85,1);

}
/* Background Color */
.preloader,.pagination li.prev:hover,.pagination li.next:hover,.pagination li:hover,
.contact-style:hover i,.carpet i,.accordion-item.active .title,.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li:before,
ul.categories li a:hover,.boder-bar,ul.features li:before,.comment li a:hover,.page-not-found form button,
.blog-style-two h4,.footer-contact,.blog-style-two.three .blog-text-two .sec-btn::before,
.team-style ul.social-media i:hover,.client-two i,.oder-book-now,.service-price i:before,
.heroshaps-1,.heroshaps-2,.refer-friend.two i,.hero-section:before,ul.list-style .bol,.service-text i,.package.two .package-top,.widget-title .boder,
.service-slider i:hover,.work-stap-img span,.new-laundry-img i,.package-top:before,.footer-bootom-bar,
.get-in-touch i,.package.two .package-bottom .sec-btn,ul.image-gallery li figure:before,.phone i,.service-text-two i,
.navbar-links li.navbar-dropdown .dropdown:before,.provide-img::before,.works-img span ,.works-img figure:before{

    /*background-color:rgba(255,161,85,1);*/

    background: rgb(255,161,85);
    background: linear-gradient(90deg, rgba(255,161,85,1) 0%, rgba(255,204,86,1) 100%);

}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}