@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}
a,h2,h3,h4,h5,h6{
    color: #1e4057;
    margin: 0;
}
a{
    text-decoration: none;
}
ul {
    padding: 0;
    margin: 0;
}
p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin: 0;
    font-weight: 400;
}
img {
    object-fit: cover;
    width: 100%;
}
button.sec-btn {
    border: 0;
}
.gap {
    padding: 120px 0;
}
.no-top{
    padding-top: 0;
}
.no-bottom{
    padding-bottom: 0;
}
.top-bar {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 18px;
}
.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: 70px !important;
}
.phone {
    display: flex;
    align-items: center;
}
.phone i {
    margin-right: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 22px;
    background-color: #00a8ed;
}
.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%;
}
.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 20px;
    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: 14px 18px;
    padding-top: 18px;
}
.navbar-links li.navbar-dropdown .dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translatex(24px);
    left: 0;
    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: #1e4057;
    padding-bottom: 2px !important;
    display: inline-block !important;
}
.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: 1262px;
    height: 110px;
    content: "";
    background-color: #1e4057;
    position: absolute;
    left: 22%;
    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: 16px;
    font-weight: bold;
}
.sec-btn {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff !important;
    height: 60px;
    background: #00aee7;
    -moz-box-shadow: 5px 5px 30px 0px rgba(195,120,251,0.35);
    display: inline-block;
    overflow: hidden;
    padding: 18px 50px;
    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: 800;
}
.sec-btn::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background: #1e4057;
    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;   
}
.logo {
    position: relative;
}
.logo p {
    color: #c9c9c9;
    font-size: 16px;
    width: 87%;
    padding-top: 24px;
    padding-bottom: 60px;
}

.mobile-nav {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-color: #fff;
    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: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .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: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.mobile-nav > ul > li.menu-item-has-children:before {
    content: "";
    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: #1e4057;
}
.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('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><line x1="18" y1="6" x2="6" y2="18" stroke="black" stroke-width="2"/><line x1="6" y1="6" x2="18" y2="18" stroke="black" stroke-width="2"/></svg>');
    background-repeat: no-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: #8cc63f;
    padding-left: 24px;
}
.hero-section {
    overflow: hidden;
}

.hero-text {
    padding-left: 98px;
}
.hero-text h4 {
    color: #666;
    padding-bottom: 50px;
    font-size: 22px;
}
.heroshaps-2,.heroshaps-1 {
    display: block;
    width: 250px;
    height: 70px;
    border-radius: 77px;
    position: absolute;
}
.heroshaps-2 {
    top: 14%;
    right: 37%;
    z-index: 2;
    animation: shaps 16s infinite;
}
.heroshaps-1 {
    top: 28%;
    left: -7%;
    animation: shaps 14s infinite;
}
@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 h1 {
    font-weight: 800;
    line-height: 80px;
    color: #1e4057;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}
.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-color: #00ade9;
}
.slider-home-1.owl-carousel .owl-stage-outer {
    overflow: initial;
}
.heroshaps-1, .heroshaps-2{
    background-color: #00ade9;
}
.heading {
    text-align: center;
    width: 81%;
    margin: auto;
    position: relative;
}
.heading h2 {
    font-weight: 800;
    padding-bottom: 30px;
}
.heading p {
    font-weight: 800;
    text-transform: uppercase;
    padding-top: 20px;
    letter-spacing: 1px;
    color: #00ade9;
}
.professional-img > img {
    border-radius: 50%;
    box-shadow: -40px 0px 0px 0px rgb(0 171 235);
    -webkit-box-shadow: -40px 0px 0px 0px rgb(0 171 235);
    -moz-box-shadow: -40px 0px 0px 0px rgba(0 171 235);
}
.professional-img {
    position: relative;
    text-align: end;
}
.professional-phon {
    padding: 27px 40px;
    position: absolute;
    background-color: #103f58;
    text-align: center;
    border-radius: 30px;
    bottom: 12%;
}
.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: 30px;
    font-weight: 800;
}
.professional p {
    font-size: 18px;
}

.professional {
    padding-left: 70px;
}
ul.list-style li {
    font-size: 18px;
    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: 90px;
    font-weight: bold;
    padding-right: 10px;
}
.professional h6 {
    font-weight: 800;
    text-transform: uppercase;
}
.heading.two {
    text-align: initial;
    width: 63%;
    margin: initial;
}
.call-icon, .laundry-icon, .professional h4 {
  color: #00a8ed;
}
.bol, .service-text i{
    background-color: #00a8ed;
}
.service-text i{
    color: #fff;
}

.service-text {
    display: flex;
}
.service > img {
    border-radius: 30px;
    border-bottom-left-radius: 85px;
}
.service-text h4 {
    font-size: 28px;
    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: 59%;
    margin-left: 25px;
    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: -38%;
    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: #1e4057;
}
.slider-home-1 button.owl-dot,
.service-slider button.owl-dot,
.client-slider button.owl-dot{
    width: 10px;
    height: 10px;
    background-color: #1e4057;
    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: #00a8ed;
    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;
}

.works-section {
    position: relative;
    background-position: bottom;
    background-size: cover;
}
.works-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    left: 0;
    opacity: .9;
    top: 0;
}
.work-stap {
    position: relative;
    text-align: center;
    width: 90%;
    margin: auto;
    z-index: 1;
}
.work-stap.two {
    padding-top: 40px;
}
.work-stap-img {
    position: relative;
}
.work-stap-img i {
    background-color: white;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 3px dashed #103f58;
    margin: auto;
}
.work-icon{
    color: #00ade9;
}
.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;
    background-color: #00a8ed;
}
.work-stap:hover .work-stap-img i img{
    transform: rotatey(180deg);
}
.work-stap h3 {
    font-weight: 800;
    padding-top: 20px;
    padding-bottom: 10px;
}
.btn-center {
    text-align: center;
    margin-top: 60px;
}
.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: #162479;
    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.0);
}
.contact-style:hover h4{
    color: #fff;
}
.contact-style:hover i {
    color: #fff;
}
.contact-style svg {
    width: 65px;
    fill: #00aee7;
}
.contact-style:hover svg {
    fill: #fff;
}
.contact-style:hover h4 a {
    color: #fff;
}
#contact{
    background: #f4f4f494;
}
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 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: #1e4057;
    padding-bottom: 22px;
    display: block;
}
.contact-heading .star-rating ul li {
    margin-right: 12px;
    font-size: 22px;
}
.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-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;
}
footer.two .footer-bootom-bar {
    padding-top: 0px;
    background-color: #103f58;
    margin-top: 50px;
}
footer.two .footer-bootom-bar p{
    color: #fff;
    text-align: center;
}
footer.two .widget-title p {
    color: #1e4057;
    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: #1e4057;
    text-transform: uppercase;
}
.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: #00aee7;
    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: .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;
}
footer{
    position: relative;
    background-color: #97e1f64d;
}
.footer-contact{
 background-color: #00aee7;
}
.get-in-touch {
    position: relative;
    display: flex;
    margin-bottom: 16px;
}
.footer-contact .get-in-touch {
    margin-bottom: 0;
}
.get-in-touch i {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    margin-right: 20px;
}
.footer-contact .get-in-touch.two {
    width: 29%;
    margin-right: 26px;
}
.widget-title ul {
    width: 100%;
    list-style: none;
}
ul {
    padding: 0;
    margin: 0;
}
.widget-title ul li {
    width: 50%;
}
.widget-title li {
    padding-bottom: 20px;
}
.widget-title .boder{
    background-color: #00aee7;
}
.widget-title .boder {
    width: 65px;
    height: 3px;
    margin-bottom: 50px;
}
.boder {
    display: block;
    height: 110px;
    width: 1px;
    background-color: #c0c0c0;
}
.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 #00aee7;
}
.accordion-item.active .title {
    color: #00aee7;
}
.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: 18px;
    font-weight: 500;
    color: #666;
}
.title {
    text-align: start;
    padding: 16px 36px;
    padding-right: 0;
    color: black;
    font-size: 22px;
    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;
}
