/*-----------------------------------------------------------------------------------

    [Master Stylesheet]

    Project:    Zungo HTML Template
    
    Version:    1.0

-----------------------------------------------------------------------------------

    [Table of contents]
    
        1. General Style
        2. header
        3. hero-section
        4. get-a-quote
        5. heading span
        6. business-performance
        7. how-it-works
        8. service
        9. discount offer
        10. batton style
        11. some-features
        12. team
        13. make-the
        14. pricing-plans
        15. questions
        16. accordion
        17. clients-reviews
        18. addres
        19. footer
        20. hero-section.three
        21. hero-section-text two
        22. video hero-section-4
        23. swal-modal
        24. hero-section.for
        25. back to top button

-----------------------------------------------------------------------------------*/

/* 1. General Style */

body {
  font-family: "Poppins" !important;
  overflow-x: hidden;
}
p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin: 0;
  font-weight: 400;
}
a {
  text-decoration: none !important;
}
* {
  margin: 0;
  padding: 0;
}
h2,
h3,
h4,
h5 {
  color: #04004d;
}
a {
  text-decoration: none;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 50px;
  line-height: 60px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 26px;
}
h6 {
  font-size: 20px;
}
p {
  font-size: 18px;
  color: #444;
}
img {
  object-fit: cover;
}
.gap {
  padding: 120px 0;
}
.no-top {
  padding-top: 0;
}
.no-bottom {
  padding-bottom: 0;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none !important;
}

figure {
  overflow: hidden;
}
/* 2. header */
.sub-menu {
  display: block !important;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
  margin-left: -16px;
  max-height: 0;
  padding: 10px 0;
  opacity: 0;
  right: 0;
  position: absolute;
  top: 85%;
  transform: scale(0);
  transform-origin: 10% top 0;
  z-index: 999999;
  width: 200px;
  -webkit-transition: max-height 0s linear 0.15s,
    opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s,
    transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
  -moz-transition: max-height 0s linear 0.15s,
    opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s,
    transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
  -ms-transition: max-height 0s linear 0.15s,
    opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s,
    transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
  -o-transition: max-height 0s linear 0.15s,
    opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s,
    transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
  transition: max-height 0s linear 0.15s,
    opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s,
    transform 0.15s cubic-bezier(0.1, 1.26, 0.83, 1) 0s;
}
#menu-all-pages li,
#menu-main-menu li {
  position: relative;
}
ul#menu-inner-page li {
  position: relative;
}
#menu-all-pages li.menu-item-has-children:hover ul.sub-menu,
#menu-main-menu li.menu-item-has-children:hover ul.sub-menu {
  max-height: 700px !important;
  opacity: 1 !important;
  width: 200px !important;
  transform: scale(1) !important;
  transition-delay: 0.2s;
  transition-duration: 0s, 0.2s, 0.2s;
  padding: 10px 0px !important;
  border-radius: 10px !important;
}
ul#menu-inner-page li:hover .sub-menu {
  max-height: 700px !important;
  opacity: 1 !important;
  width: 200px !important;
  transform: scale(1) !important;
  transition-delay: 0.2s;
  transition-duration: 0s, 0.2s, 0.2s;
  padding: 10px 0px !important;
  border-radius: 10px !important;
}
#menu-all-pages li.menu-item-has-children > ul.sub-menu:after,
#menu-main-menu li.menu-item-has-children > ul.sub-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -9px;
  right: 13px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}
ul#menu-inner-page li > ul.sub-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -9px;
  right: 13px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}
#menu-all-pages li.menu-item-has-children:hover ul.sub-menu:before,
#menu-main-menu li.menu-item-has-children:hover ul.sub-menu:before {
  display: block;
  content: " ";
  width: 100%;
  height: 40px;
  top: -30px;
  position: absolute;
  left: 0;
}
ul#menu-inner-page li:hover ul.sub-menu:before {
  display: block;
  content: " ";
  width: 100%;
  height: 40px;
  top: -30px;
  position: absolute;
  left: 0;
}
#menu-all-pages li.menu-item-has-children:hover > ul.sub-menu,
#menu-main-menu li.menu-item-has-children:hover > ul.sub-menu {
  left: auto !important;
  right: 0 !important;
  top: 170% !important;
}
ul#menu-inner-page li:hover > ul.sub-menu {
  left: auto !important;
  right: 0 !important;
  top: 170% !important;
}
.inner-page-header,
.default-header {
  padding-bottom: 20px;
  padding-top: 20px;
}
.sub-menu li {
  padding: 7px 0px !important;
}
.sub-menu li a {
  color: #555 !important;
  display: block;
  padding: 0px 10px;
}

ul.sub-menu li ul.sub-menu {
  position: absolute;
  left: 100% !important;
  top: 0 !important;
  opacity: 0;
  visibility: hidden;
}
ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
ul.sub-menu li.menu-item-has-children ul.sub-menu:after {
  display: none;
}
#menu-all-pages ul.sub-menu li.menu-item-has-children ul.sub-menu,
#menu-main-menu ul.sub-menu li.menu-item-has-children ul.sub-menu {
  padding: 0px 0px !important;
  border-radius: 10px 10px 10px 10px;
}
ul#menu-inner-page li ul.sub-menu {
  padding: 0px 0px !important;
  border-radius: 10px 10px 10px 10px;
}
ul.sub-menu li a:hover {
  color: #5800a0 !important;
}

header {
  width: 100%;
  z-index: 111;

  padding: 20px 0px;
}
.bgt {
  background-color: transparent;
}
.mobile-toggle-btn {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
}
.offcanvas.offcanvas-start.show {
  visibility: visible !important;
  z-index: 99999;
}
.offcanvas-header {
  background-color: #000;
  color: #fff;
}
.offcanvas-header i {
  color: #fff;
}
.logo {
  display: flex;
  align-items: center;
}
.logo ul {
  display: flex;
  margin: 0px;
  padding: 0px;
}
.logo ul li a {
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}
.home2-nav .logo ul li {
  padding-right: 52px;
  position: relative;
}
.logo ul li a i {
  padding-right: 10px;
  font-size: 18px;
}
.line {
  display: block;
  width: 2px;
  background-color: #864eb2;
  height: 42px;
  margin-left: 40px;
  margin-right: 40px;
}
.logo ul li {
  padding-right: 55px;
  position: relative;
}
.nav {
  justify-content: space-between;
}
.callto i {
  width: 40px;
  height: 40px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  padding: 6px;
  margin-left: 20px;
}
.callto a {
  color: white;
  font-weight: 700;
}
.callto {
  align-items: center;
  display: flex;
}
/* 3. hero-section */
.hero-section:before {
  height: 1556px;
  content: "";
  position: absolute;
  width: 2300px;
  border-radius: 666px;
  transform: rotate(331deg);
  top: -93%;
  left: -10%;
  z-index: -11;
  box-shadow: 94px 0px 0px 88px rgb(237 237 237);
  -webkit-box-shadow: 94px 0px 0px 88px rgb(237 237 237);
  -moz-box-shadow: 94px 0px 0px 88px rgb(237 237 237);
}
.hero-section {
  overflow: hidden;
  position: relative;
  padding-top: 180px;
}
.hero-section:after {
  height: 1556px;
  content: "";
  position: absolute;
  width: 2300px;
  border-radius: 666px;
  transform: rotate(331deg);
  top: -93%;
  left: -10%;
  z-index: -11;
  opacity: 0.1;
  background-repeat: no-repeat;

  background-size: cover;
  background-position: center;
}
.hero-section-text {
  position: relative;
}
.hero-section-text h1 {
  color: white;
  font-weight: 700;
  font-size: 60px;
}
.hero-section-text p {
  color: #e3e2e2;
  padding-bottom: 60px;
  width: 84%;
}
.hero-section.inner-page .hero-section-text p {
  padding-bottom: 35px;
}
.play-button svg {
  width: 25px;
  height: 25px;
}
.play-button i {
  background-color: white;
  width: 75px;
  height: 75px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
}
.play-button i:before {
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  border: 3px solid #fff;
  border-radius: 50%;
}
.play-button a {
  color: white;
  display: flex;
  align-items: center;
}
.play-button a span {
  border-bottom: 1px solid #fff;
  line-height: 16px;
}
.review h2 {
  font-size: 60px;
  line-height: 36px;
  font-weight: 800;
  text-align: center;
}
.review span {
  font-size: 20px;
  display: block;
  text-transform: uppercase;
}
.video {
  display: flex;
  justify-content: space-between;
}
.review {
  background-color: #fed73e;
  border-radius: 30px;
  padding: 40px 24px;
  padding-bottom: 24px;
  text-align: center;
  z-index: 1;
  padding-top: 34px;
}
ul.star {
  display: flex;
  background-color: white;
  padding: 4px 14px;
  border-radius: 34px;
  color: #ffab19;
  margin-bottom: 12px;
}
ul.star li {
  padding-right: 2px;
}
img.dots {
  position: absolute;
  z-index: 0;
  bottom: 30%;
  right: 22%;
}
img.landing-slider {
  position: absolute;
  z-index: 0;
  bottom: 13%;
  left: -23%;
}
.state h6 {
  margin: 0;
  font-weight: bold;
  padding-left: 15px;
}
.state img {
  background-color: #edf4ff;
  padding: 12px;
  border-radius: 50%;
}
.check {
  border-bottom: 10px solid #f6f2f8;
  padding-bottom: 60px;
  padding-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 80px;
}
.state {
  display: flex;
  align-items: center;
}
/* 4. get-a-quote */

.get-a-quote i {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5f9f3;
  border-radius: 50%;
  padding: 22px;
  border-bottom-left-radius: 0;
  margin-right: 30px;
}
.get-a-quote h2 {
  font-size: 50px;
  font-weight: 800;
}
.get-a-quote span {
  font-size: 16px;
  font-weight: bold;
  color: #858585;
}
.get-a-quote {
  background-color: white;
  padding: 60px;
  border-radius: 30px;
  margin-left: 30px;
  box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 4%);
  -webkit-box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 4%);
  -moz-box-shadow: -1px 0px 44px 15px rgba(0, 0, 0, 0.4);
  position: relative;
  margin-bottom: 50px;
}
.get-a-quote:after {
  right: -6%;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 14px solid #fed73e;
  content: "";
  z-index: -1;
  bottom: -6%;
}
.get-a-quote:before {
  position: absolute;
  width: 90%;
  top: -21px;
  height: 45px;
  content: "";
  left: 5%;
  border-radius: 26px;
  z-index: -1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.get-a-quote input[type="text"],
.get-a-quote input[type="number"],
.get-a-quote input[type="email"],
.get-a-quote input[type="tel"] {
  width: 100%;
  height: 64px;
  border: 0;
  border-radius: 12px;
  outline: 0;
  margin-bottom: 20px;
  padding-left: 30px;
  color: #444;
  font-size: 16px;
  padding-right: 86px;
  box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
  border: 1px solid #d3d3d3;
}
.group-img:before {
  content: "";
  background-color: #d9d9d9;
  width: 1px;
  height: 35px;
  position: absolute;
  right: 70px;
  top: 15px;
}
.get-a-quote p {
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0px;
}
.radio-button {
  padding: 15px;
  background-color: #edf4ff;
  margin-right: 15px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  display: flex;
  margin-bottom: 35px;
}
.radio-button label {
  padding-left: 10px;
}
.radio-button input {
  width: 22px;
  height: 22px;
}
.group-img {
  position: relative;
}
.group-img svg {
  position: absolute;
  right: 30px;
  width: 24px;
  height: auto;
  top: 21px;
}
/* 5. heading span */
.heading span {
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.heading {
  padding-bottom: 40px;
}
.heading h2 {
  font-weight: bold;
  width: 90%;
  margin-bottom: 0;
  text-transform: capitalize;
}
.headingline {
  display: block;
  margin-top: 10px;
  background-color: #9a9a9a;
  width: 40px;
  height: 1px;
  margin-bottom: 20px;
}
.we-are p {
  width: 84%;
  padding-bottom: 45px;
}
.we-are span {
  font-weight: bold;
  border-bottom: 1px solid;
}
.we-are span.bolo {
  border-radius: 50%;
  display: inline-block;

  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.we-are ul li {
  font-weight: 600;
  padding-bottom: 20px;
  align-items: center;
  display: flex;
}
/* 6. business-performance */
.business-performance {
  padding-top: 100px;
  padding-bottom: 100px;
}
.business-performance h4 {
  font-weight: 800;
  text-transform: capitalize;
}
.performance-count {
  font-size: 65px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.performance-count h2 {
  font-size: 65px;
  margin: 0;
  font-weight: 800;
}
.customers-performance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 50px;
}
.performance {
  border-left: 1px solid #9b9b9b;
  padding-left: 40px;
  padding-bottom: 13px;
}
/* 7. how-it-works */
.how-it-works .heading h2 {
  width: 70%;
}
.how-it-works {
  position: relative;
}
.how-it-works:before {
  width: 100%;
  height: 88%;
  content: "";
  position: absolute;
  top: 0;
  background-color: #f3f6fa;
  z-index: -1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* 8. service */
.service img {
  border-radius: 50%;

  margin-top: 40px;
}
.service h6 {
  border-bottom: 4px solid #4ec389;
  display: inline;
  font-weight: bold;
}
.service h5 {
  font-weight: bold;
  padding-top: 30px;
  width: 86%;
  margin: 0;
  padding-bottom: 22px;
  font-size: 24px;
  line-height: 30px;
}
.service p {
  font-size: 16px;
  width: 85%;
  line-height: 26px;
  margin-bottom: 0px;
}
.service-imgg {
  width: 350px !important;
  height: 350px !important;
  border-radius: 100% !important;
  overflow: hidden;
  object-fit: cover;
  background-color: #fff;
}
.service-video-image .effect-duke {
  width: 100%;
  height: 394px;
  overflow: hidden;
}

/* 9. discount offer */
.discount-offer {
  background-repeat: no-repeat;
  background-color: #6b00b5;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 50px;
  background-position: center;
  position: relative;
  box-shadow: -1px 0px 44px 15px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: -1px 0px 44px 15px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: -1px 0px 44px 15px rgba(0, 0, 0, 0.11);
}
.discount-offer:before {
  position: absolute;
  width: 90%;
  top: -21px;
  height: 45px;
  content: "";
  left: 5%;
  border-radius: 26px;
  z-index: -1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.discount-offer h2 {
  font-size: 45px;
  font-weight: bold;
  width: 91%;
  margin-bottom: 24px;
  color: white;
}
.discount-offer p {
  color: white;
  margin-bottom: 30px;
}
.discount-offer span {
  color: #fed73e;
}
/* 10. batton style */
.batton {
  color: white !important;
  padding: 16px 40px !important;
  border-radius: 50px !important;
  font-weight: bold !important;
  display: inline-flex !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 0 !important;
  border: 0 !important;
}
.batton:before {
  content: "";
  width: 20%;
  height: 100%;
  background-color: rgb(0 0 0 / 25%);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-out 0.1s;
  -webkit-transition: all 0.3s ease-out 0.1s;
  -moz-transition: all 0.3s ease-out 0.1s;
  -o-transition: all 0.3s ease-out 0.1s;
}
.batton:hover {
  color: white;
}
.batton:hover:before {
  width: 100%;
  opacity: 0.5;
  visibility: visible;
}
/*  11. some-features */
.some-features .heading h2 {
  width: 67%;
}
.creative-design h5 {
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.creative-design p {
  font-size: 15px;
  line-height: 25px;
}
.creative-design {
  position: relative;
  margin-bottom: 60px;
}
.creative-design:before {
  position: absolute;
  content: "";
  width: 65px;
  height: 65px;
  top: 6%;
  background-color: #fde5e4;
  border-radius: 50%;
  z-index: -1;
}
.creative-design.shaps-2:before {
  background-color: #fef9d6;
}
.creative-design.shaps-3:before {
  background-color: #e4e9fd;
}
.creative-design.shaps-4:before {
  background-color: #e9f4f2;
}

.partner {
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
}
.partner.item img {
  width: auto;
}
/* 12. team */
.team-review {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team-review-star p {
  font-weight: bold;
  line-height: 10px;
}
.team-review-star {
  background-color: #fed73e;
  text-align: center;
}
.team-review-star ul.star {
  padding: 0;
  background-color: transparent;
  color: black;
}
.expert-team .heading h2 {
  padding-bottom: 0;
  width: 68%;
}
.team-review-star {
  background-color: #fed73e;
  text-align: center;
  padding: 32px 40px;
  border-radius: 68px;
}
.team-expert {
  position: relative;
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  padding: 40px;
  padding-right: 40px;
  border-radius: 40px;
  width: 90%;
  margin-left: auto;
  box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 6%);
  -webkit-box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 6%);
  -moz-box-shadow: -1px 0px 44px 15px rgba(0, 0, 0, 0.6);
  padding-left: 162px;
}
.team-expert img {
  position: absolute;
  border-radius: 50% !important;
  left: -11%;

  width: 203px;
  height: 203px !important;
}
.team-expert h4 {
  font-weight: 800;
  font-size: 30px;
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.team-expert p {
  font-size: 16px;
}
.team-expert span {
  font-weight: bold;
}
.team-expert i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  background-color: #4e41ff;
  margin-right: 10px;
}
.team-expert a {
  font-weight: bold;
  text-transform: capitalize;
  margin-top: 34px;
}
/* 13. make-the */
.make-the {
  text-align: center;
}
.make-the p {
  color: black;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
.make-the h2 {
  text-transform: uppercase;
  font-weight: 800;
  width: 55%;
  font-size: 60px;
  margin: auto;
  margin-bottom: 26px;
  margin-top: 26px;
}
/* 14. pricing-plans */
.pricing-plans .heading h2 {
  width: 61%;
}
.pricing-plans-data i {
  background-color: #fff;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 23px;
  border-bottom-left-radius: 0;
}
.pricing-plans-data svg {
  fill: #8f5fb1;
}
.pricing-plans-data {
  background-color: #f3f6fa;
  padding: 40px;
  border-radius: 30px;
  position: relative;
  margin-top: 25px;
  margin-right: 30px;
}
.pricing-plans-data:before {
  position: absolute;
  width: 85%;
  top: -15px;
  height: 45px;
  content: "";
  left: 8%;
  border-radius: 26px;
  z-index: -1;
}
.pricing-plans-data h6 {
  font-size: 16px;
  color: black;
  font-weight: 600;
  padding-top: 30px;
}
.pricing-plans-data h3 {
  font-size: 40px;
  font-weight: 800;
}
.pricing-plans-data h3 span {
  font-size: 16px;
  padding-left: 15px;
  font-weight: 600;
}
.pricing-plans-data ul li .dots {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #a3aebc;
  margin-right: 15px;
}
.pricing-plans-data ul li {
  position: relative;
  color: #444;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.pricing-plans-data ul {
  margin-top: 20px;
  margin-bottom: 24px;
  padding: 0px;
}
.pricing-plans-data.two {
  margin-top: 95px;
}
.pricing-plans-data.two svg {
  fill: white;
}
.pricing-plans-data.two h3,
.pricing-plans-data.two li,
.pricing-plans-data.two h6 {
  color: white;
}
/* 15. questions */
.questions-img img {
  border-radius: 400px;
}
.elementor-accordion-item {
  border: 0px !important;
}
.elementor-accordion-item .elementor-tab-title.elementor-active {
  border-top: 5px solid #61ce70 !important;
}
.elementor-accordion-item .elementor-tab-title {
  border: 0px !important;
  border-top: 5px solid #d3d3d3 !important;
}
.elementor-accordion-item .elementor-tab-content {
  border: 0px !important;
}
.questions-img {
  position: relative;
}
.questions-img img.dots {
  border-radius: 0;
  left: -8%;
}
.asked-questions .headingline {
  margin: 0;
  margin-right: 40px;
  margin-left: 29px;
}
.heading h6 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* 16. accordion */
.accordion {
  width: 100%;
  max-width: 75rem;
}
.accordion-item {
  position: relative;
  background-color: transparent;
  border: 0;
}
.accordion-item.active .icon:after {
  width: 0;
}
.accordion-item .heading {
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  color: #04004d;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  padding: 0.5rem 1.5rem 1.5rem 0rem;
  transition: 0.3s ease-in-out;
  padding-bottom: 10px;
}
.accordion-item .heading:hover .icon:before,
.accordion-item .heading:hover .icon:after {
  background: #000000;
}
.accordion-item .icon {
  display: block;
  position: absolute;
  top: 47%;
  right: 0;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  border-radius: 50%;
}
.accordion-item .icon:before,
.accordion-item .icon:after {
  content: "";
  width: 20px;
  height: 3px;
  background: black;
  position: absolute;
  border-radius: 3px;
  left: 50%;
  top: 50%;
  transition: 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}
.accordion-item.active .heading:hover .icon:before {
  background: #000;
}
.accordion-item .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion-item .content {
  display: none;
}
.accordion-item .content p {
  margin-top: 0;
  color: #444;
  margin-bottom: 25px;
}
@media (min-width: 40rem) {
  .accordion-item .content {
    line-height: 1.75;
  }
}

.accordion-item {
  border-top: 5px solid #d3d3d3 !important;
  padding-top: 14px;
  padding-bottom: 9px;
}
/* 17. clients-reviews */
.clients-review .heading h2 {
  width: 100%;
}
.client-reviews img.clients {
  border-radius: 30px;
  margin-right: 40px;
  width: 275px;
  height: 296px;
}
.client-reviews i {
  left: 26%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 6px;
}
.client-outer .client-reviews:nth-child(2) {
  margin-left: -60px;
  padding-right: 60px;
}
.client-reviews {
  position: relative;

  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.client-reviews h4 {
  font-size: 28px;
  font-weight: 800;
}
.client-reviews span {
  font-weight: 400;
  text-transform: uppercase;
}
.client-reviews h6 {
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 40px;
  width: 89%;
}
.client-reviews img.dots {
  right: auto;
  left: -9%;
  bottom: 19%;
}
.client-reviews.two i {
  left: 23%;
  top: 7px;
}
/* 18. addres */
.address svg {
  width: 60px;
  height: auto;
  display: block;
}
.address p {
  font-size: 16px;
}
.address i {
  position: relative;
  margin-left: 20px;
  display: block;
  z-index: 11;
}
.address i:before {
  top: 26%;
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background-color: #ccf3e7;
  border-radius: 50%;
  z-index: -1;
  left: -20px;
}
.address h6 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.boder-line {
  display: block;
  width: 1px;
  height: 196px;
  background-color: #a3a3a3;
  margin: 0 70px;
}
.location {
  display: flex;
  background-color: white;
  justify-content: space-between;
  box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 4%);
  -webkit-box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 4%);
  -moz-box-shadow: -1px 0px 44px 15px rgba(0, 0, 0, 0.4);
  border-radius: 40px;
  padding: 90px;
  position: relative;
  margin-top: 25px;
  z-index: 11;
}
.location:before {
  position: absolute;
  width: 90%;
  top: -25px;
  height: 25px;
  content: "";
  left: 5%;
  border-radius: 26px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.address a {
  color: #444;
  padding-left: 10px;
}
/* 19. footer */
.zungo-blog-sidebar footer:before,
article footer:before {
  background-color: transparent !important;
  z-index: -1;
}
.zungo-blog-sidebar footer,
article footer {
  background-image: none !important;
  margin-top: 0px;
  padding-top: 0px;
  text-align: left;
}
.zungo-blog-sidebar .element-footer {
  padding-top: 0px;
}
.element-footer {
  padding-top: 290px;
}

footer {
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 100px;
  margin-top: -30px;
}
footer:before {
  top: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;

  opacity: 0.9;
  left: 0;
}
.book-free {
  position: relative;
  padding-bottom: 70px;
}
.book-free h2 {
  color: white;
  font-weight: 800;
}
.book-free p {
  color: white;
  padding-bottom: 40px;
}
footer {
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
p.footer {
  color: white;
  position: relative;
  font-weight: bold;
  padding: 40px 0;
  margin: 0px;
}
.book-free img {
  padding-bottom: 25px;
}
.home1-footer .book-free-inner {
  display: block !important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}
input[type="checkbox"]:after {
  content: "";
  border-bottom: 10px solid red;
  border-top: 10px solid red;
  display: block;
  opacity: 1;
}
input[type="checkbox"]:checked:after {
  border-bottom: 10px solid blue;
  border-top: 10px solid blue;
}
footer ul {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
footer ul li a {
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}
footer ul li a i {
  padding-right: 10px;
  font-size: 18px;
}
footer ul li {
  padding-right: 70px;
}

footer #contact {
  margin-top: 0px;

  position: relative;
  top: -128px;
}
/* 20. hero-section.three */
.hero-section.three .hero-section-text {
  margin-bottom: 256px;
  padding-top: 30px;
}
.hero-section.three .video {
  display: flex;
  justify-content: center;
}
.hero-section.three form {
  display: flex;
  justify-content: center;
}
.hero-section.three img.landing-slider {
  bottom: -64%;
  left: 69%;
  transform: rotate(49deg);
}
.hero-section.three:before,
.hero-section.three:after {
  width: 2258px;
  height: 1153px;
  top: -80%;
  left: -7%;
}
.hero-section.three img.dots {
  bottom: 48%;
  right: 31%;
}
.hero-section.three form input {
  width: 71%;
  height: 60px;
  border-radius: 40px;
  border: 0;
  outline: 0;
  margin-right: 10px;
  padding-left: 30px;
}
.hero-section-text.three > h3,
.hero-section-text.three > h6 {
  color: white;
}
.hero-section-text.three > h3 {
  padding-bottom: 30px;
  font-size: 26px;
}
/* 21. hero-section-text two */
.hero-section.two .hero-section-text h4 {
  color: white;
}
.hero-section.two .video {
  display: flex;
  justify-content: end;
}
.hero-section.two .review {
  margin-bottom: 124px;
}
.hero-section.two .hero-section-text p {
  width: 100%;
  padding-bottom: 0;
}
.hero-section.two .hero-section-text {
  position: relative;
  margin-top: 40px;
}
.hero-section.two .hero-section-text p {
  width: 100%;
  padding-bottom: 21px;
}
.hero-section.two:before,
.hero-section.two:after {
  top: -81%;
  height: 1088px;
  width: 2248px;
}
.hero-section.two img.landing-slider {
  bottom: 11%;
  left: 118%;
  transform: rotate(76deg);
}
.hero-section.three .hero-section-text p {
  color: #e3e2e2;
  padding-bottom: 25px;
  width: 84%;
  padding-top: 10px;
}
/* 22. video hero-section-4 */
.o-video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
}

.o-video > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
.hero-section-text.for h1 {
  width: 80%;
  margin: auto;
}
/* 23. swal-modal */
.swal-modal {
  border-radius: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.swal-icon--success__hide-corners,
.swal-icon--success:after,
.swal-icon--success:before {
  background-color: transparent !important;
}
.swal-text {
  text-align: center;
  color: #fff;
}
.swal-footer {
  display: none;
}
.swal-title {
  color: #fff;
  font-family: "Poppins";
  font-size: 45px;
  margin: 0px !important;
}
.swal-text {
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 0px 42px;
}
.swal-title {
  margin: 0px;
  padding: 0px;
}
.swal-modal:before {
  position: absolute;
  width: 85%;
  top: -15px;
  height: 15px;
  content: "";
  left: 8%;
  border-radius: 78px;
  z-index: -21;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
p.footer a {
  color: white;
}
/* 24. hero-section.for */
.hero-section.two img.dots {
  position: absolute;
  z-index: 0;
  bottom: 52%;
  right: 19%;
}
.hero-section.three .hero-section-text h1 {
  width: 86%;
  font-size: 56px;
}
.hero-section.two .hero-section-text h1 {
  font-size: 52px;
}
.hero-section.three.for .hero-section-text h1 {
  width: 100%;
  font-size: 60px;
}
.hero-section.three.for img.dots {
  bottom: 46%;
  right: 34%;
  position: relative;
  width: 100px;
  height: 100px;
}
.hero-section.three.for img.landing-slider {
  bottom: -50%;
  left: 25%;
  transform: rotate(283deg);
}
/* 25. back to top button */
#button {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 44px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.elementor-counter .elementor-counter-number-wrapper {
  display: inline-flex !important;
}
.elementor-counter .elementor-counter-title {
  text-align: left !important;
}
.error-msg {
  border: 1px solid red !important;
}

/*blog*/
.cwp-post-thumbnail {
  width: 100%;
  height: 263px;
  overflow: hidden;
}
.cwp-post-thumbnail img {
  width: 100%;

  object-fit: cover;
  height: 263px !important;
  transform: scale(1.1);
  transition: 0.5s all;
}
.rntl-author-name a,
.blog-date {
  font-size: 12px;
  color: #555555;
  line-height: 30px;
}
.read-blog {
  display: inline-block;
  border-top: 1px solid #ddd;
  width: 100%;
  padding-top: 10px;
  font-size: 12px;
  color: #555555;
  position: relative;
}
.read-blog:hover {
  color: #5800a0;
}
.blog-post-container:hover .cwp-post-thumbnail img {
  transform: scale(1);
}

.blog-post-content h4 a {
  color: #121212;
  font-weight: 700;
  word-wrap: break-word;
}
.blog-element-inner:hover .cwp-post-thumbnail img {
  transform: scale(1);
}
.nex-blog-post-image {
  width: 69px;
  height: 69px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #e2e2e2;
}
.nex-blog-post-image img {
  width: 69px;
  height: 69px;
  object-fit: cover;
}
.nex-blog-post-content {
  max-width: 150px;
  min-width: 150px;
}
.nex-blog-post-content a {
  font-size: 16px !important;

  word-break: break-word;
  font-weight: 700;
}
.nex-blog-post-content p {
  color: #444;
  font-size: 14px;
  margin: 0px;
}
.blog-pagination {
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
}
.comments-posts > .comments-box:first-child {
  border: 0px !important;
  padding-top: 0px;
}
.comments-description p {
  margin-bottom: 0px;
}
.comments-description a {
  color: #04004d !important;
}
.rntl-single-cat li a:hover,
.rntl-author-name a:hover,
.comments-name a,
.comments-replay a,
.logged-in-as a {
  color: #04004d !important;
}
.blog-tags li:last-child span {
  display: none;
}
.blog-content h3 {
  color: #131313;
}
.blog-content p {
  font-size: 15px;
}
.blog-content h3 strong {
  font-weight: 500;
}
.blog-comment-single {
  background: #444;
  padding: 30px 20px;
}
.blog-comment-single-icon {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background: #fff;
  display: inline-block;
  margin-right: 20px;
  line-height: 62px;
  text-align: center;
  font-size: 30px;
}
.blog-comment-single-icon i {
  width: 62px;
}
.blog-comment-single-content h3 {
  font-size: 18px;
  color: #fff;
}
.comment-respond form label,
.comment-respond form .form-group {
  margin-bottom: 10px;
}
.zungo-blog-sidebar .widget {
  background: #fff;
  box-shadow: -1px 0px 5px 1px rgb(0 0 0 / 6%);
  -webkit-box-shadow: -1px 0px 5px 1px rgb(0 0 0 / 6%);
  -moz-box-shadow: -1px 0px 5px 1px rgb(0 0 0 / 6%);
  border-radius: 10px;
  padding: 20px;
}
.zungo-blog-sidebar .widget h2 {
  font-size: 16px;
  color: #363636;
}
.zungo-blog-sidebar .widget_search label {
  font-size: 16px;
  color: #363636;
  margin-bottom: 20px;
}
.zungo-blog-sidebar .widget_search button {
  width: 42px;
  border-radius: 10px;
  height: 40px;
  border: 0px solid transparent;
  color: #fff;
  text-indent: -99px;
}
.zungo-blog-sidebar .search-submit {
  height: 40px;
  border: 1px solid transparent !important;
  color: #fff;
}
.zungo-blog-sidebar .widget_search button:before {
  content: "\f002";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.zungo-blog-sidebar .widget_search input {
  height: 40px;
}
.zungo-blog-sidebar .widget ul li a,
.rentor-blog-sidebar .widget li a {
  color: #303030;
  font-size: 14px;
}

.zungo-blog-sidebar .widget_search button:before {
  content: "\f002";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  display: inline-block;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.zungo-blog-sidebar .tag-cloud-link {
  color: #303030;
  font-size: 14px !important;
  background: #eeeeee;
  border-radius: 35px;
  padding: 0px 16px;
  text-transform: capitalize;
  line-height: 36px;
  margin-top: 10px;
}
.zungo-blog-sidebar .tag-cloud-link:hover,
.rentor-blog-sidebar .tagcloud a:hover {
  color: #fff !important;
  background: #0b0b0b !important;
  border-color: #0b0b0b !important;
}
.rntl-single-date {
  font-size: 15px;

  color: #555555;
  border-radius: 35px;
  line-height: 26px;
  margin-right: 10px;
}
.rntl-author-name a {
  font-size: 15px;
  color: #555555 !important;
}
.rntl-author-name i {
  margin-right: 5px;
}
.rntl-blog-title {
  font-size: 2rem;
  text-transform: capitalize;
  word-break: break-word;
  font-weight: 700;

  line-height: 40px;
}
.rntl-single-cat li a {
  color: #555555;
  font-size: 15px;
}
.single-title-box .rntl-blog-grid-author {
  margin-bottom: 10px !important;
  margin-top: 13px !important;
}
.rntl-single-cat li {
  line-height: 29px;
}
.rntl-feature-img img {
  display: block;
  height: auto;
  max-width: 100%;
}
.blog-tags li a {
  color: #555555;
  font-size: 15px;
}

.blog-social .blog-grid-shares .blog-grid-shares-icon {
  display: inline-block;
  float: left;
  background-color: #878686;
  color: #fff;
  text-align: center;
  z-index: 1;
  width: 32px;
  margin-left: 5px;
  border-radius: 35px;
  height: 24px;
  line-height: 27px;
  padding: 0px;
}

.blog-grid-shares:hover .blog-grid-shares-inner {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  z-index: 0;
}
.blog-grid-shares-inner {
  position: absolute;
  right: 25px;
  top: 0;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog-grid-shares {
  background: #eeeeee;
  text-align: center;
  padding: 0px 10px;
  border-radius: 35px;
}
.blog-grid-shares:hover {
  cursor: pointer;
}
.blog-pagination a {
  color: #555555;
  font-size: 16px;
}
.zungo-pagination {
  display: inline !important;
  margin: 0 auto !important;
  text-align: center;
}

.zungo-pagination ul {
  display: flex;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
}
.zungo-pagination ul li a,
.zungo-pagination ul li a:focus,
.zungo-pagination ul li span {
  border-radius: 5px !important;
  margin: 0 4px !important;
  padding: 6px 15px !important;
  line-height: 39px !important;
  border: 1px solid #363636 !important;
  color: #363636 !important;
}
.zungo-pagination ul li span.current {
  background-color: #363636;
  color: #fff !important;
}
.zungo-comment-form .form-group {
  position: relative;
  margin-bottom: 30px;
}
.zungo-comment-form .form-group label {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  font-size: 14px;
  text-transform: capitalize;
  color: #303030;
}
.comment-form-cookies-consent {
  display: none;
}
#reply-title {
  margin-bottom: 20px;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 700;
}
.comment-submit-btn {
  font-size: 14px !important;
  color: #fff;

  padding: 10px 60px !important;
  border-radius: 50px;
  margin-top: 20px;
  border: 0px;
  box-shadow: none;
}
.comment-submit-btn:hover {
  background: #36997b !important;
}
.zungo-comment-form #inputEmail,
.rentor-comment-form #inputName {
  padding-left: 70px !important;
}
.aliceblue {
  padding: 90px 0px;
}
.inner-page-footer {
  padding-top: 70px;
}
.inner-page-footer #contact {
  top: 0px;
  margin-bottom: 50px;
}
.nex-blog-post-content a:hover,
.zungo-blog-sidebar .widget ul li a:hover,
.zungo-blog-sidebar .widget li a:hover {
  color: #04004d !important;
}
#sidebar aside.widget {
  margin-bottom: 50px !important;
  background: #f3f6fa;
  padding: 20px 20px;
  border-radius: 30px;
}
.zungo-blog-sidebar aside ul {
  padding: 0px;
  margin: 0px;
}
.zungo-blog-sidebar .widget p,
.zungo-blog-sidebar .widget h2,
.zungo-blog-sidebar .widget_search label {
  margin-bottom: 0px;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.zungo-blog-sidebar .widget ul li a,
.zungo-blog-sidebar .widget li a {
  color: #444;
  font-size: 15px;
}
.zungo-blog-sidebar .widget ul li,
.zungo-blog-sidebar .widget ol li {
  position: relative;
  font-weight: 400;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e3e3e4;
  text-transform: capitalize;
  color: #444;
}
.zungo-blog-sidebar .widget ul li:last-child,
.zungo-blog-sidebar .widget ol li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.zungo-blog-sidebar .widget .wp-block-tag-cloud a {
  display: inline-block;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 22px;
  padding: 5px 15px;
  margin: 0px 6px 10px 0px;
  border: 1px solid #fff;
  text-transform: capitalize;
  border-radius: 15px;
  color: #444;
  text-align: center;
  background: #fff;
}
.zungo-blog-sidebar .widget .wp-block-tag-cloud {
  padding-bottom: 0px !important;
}
.zungo-blog-sidebar .widget .wp-block-tag-cloud a:hover {
  color: #fff;
}
.widget_search input,
.widget_search input:focus {
  border: 0.1rem solid #e2e2e2 !important;
  border-radius: 10px !important;
  padding: 12px 10px !important;
  color: #8f8f8f;
  font-size: 14px !important;
}
.widget_search button {
  width: 47px;
  border-radius: 10px;
  height: 47px;
  border: 0px solid transparent;
  color: #fff;

  overflow: hidden;
}
.widget_search button:hover {
  background-color: #050234;
}
.zungo-blog-sidebar .widget_search button:before {
  content: "\f002";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  display: inline-block;
  text-rendering: auto;
  text-indent: 99px;
  -webkit-font-smoothing: antialiased;
  margin-top: 10px;
}
.comments-container h3 {
  color: #303030;
  font-size: 20px;
}
.comments-container p,
.comments-date,
.comments-name a,
.comments-replay a {
  font-size: 15px;
}
/*end blog*/
/*breadcrums*/
.page-heading-inner-container h3 {
  color: #fff;
}
.rentio-header-2 .header-nav-menu .header-list-menus a {
  margin: 0 15px;
}
.rentio-header-2 .header-list-menus > ul > li {
  margin-right: 0px;
}
.breadcrumbs li a {
  text-decoration: underline !important;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li {
  line-height: 20px;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.breadcrumbs li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.breadcrumbs li:after {
  content: "";
  height: 14px;
  width: 2px;
  position: absolute;
  right: 0px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.home-link a {
  font-size: 30px !important;
  color: #fff;
}
.page-heading-inner-container a {
  color: #fff;
  font-size: 14px !important;
}
.page-heading-inner-container li span {
  font-size: 14px;
}
.page-heading {
  background-size: cover;
  height: 216px;
  background-image: url(../img/hero.webp);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.page-heading-inner-container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  color: #fff;
}
.page-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
}
.page-heading-inner-container a {
  font-size: 16px;
}
#block-16 h2:before {
  content: "\f02b";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
#block-10 .wp-block-search__label:before {
  content: "\f002";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
#block-11 h2:before {
  content: "\e3af";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.clearfix {
  clear: both;
}
/*comments*/

.comments-content {
  width: 83.5%;
}
.comments-thumb {
  width: 85px;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 10px;
}
.comments-thumb,
.comments-content,
.comments-box,
.comments-author,
.comments-replay {
  display: inline-block;
  vertical-align: middle;
}
.comment-reply-title small {
  font-size: 15px;
  font-weight: 400;
}
.comment-reply-title small a {
  color: #444 !important;
}
.comment-reply-title small a:hover {
  color: #04004d !important;
}
.comments-box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e3e3e3;
  width: 100%;
}
.comments-container {
  margin-top: 35px;
}
.comments-author {
  width: 93%;
}
.comments-header h3 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}
.col-sm-9 .blog-post-container .cwp-post-thumbnail,
.col-sm-9 .blog-post-container .cwp-post-thumbnail img {
  height: 260px !important;
}
.col-sm-9 .blog-post-container .blog-post-content h4 a {
  font-size: 21px;
}
.col-sm-9 .blog-post-container .blog-grid-cat,
.col-sm-9 .blog-post-container .rntl-author-name a,
.col-sm-9 .blog-post-container .rntl-author-name a,
.col-sm-9 .blog-post-container .blog-date {
  font-size: 14px !important;
}
.blog-post-container {
  box-shadow: -1px 0px 5px 1px rgb(0 0 0 / 6%);
  -webkit-box-shadow: -1px 0px 5px 1px rgb(0 0 0 / 6%);
  -moz-box-shadow: -1px 0px 5px 1px rgb(0 0 0 / 6%);
  border-radius: 40px;
  overflow: hidden;
}
.blog-post-container .blog-post-inner {
  padding: 30px;
}
.blog-grid-cat {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.blog-loop-container .rntl-author-name a,
.blog-loop-container .rntl-author-name a,
.blog-loop-container .blog-date {
  font-size: 16px;
}
.zungo-simple-page {
  padding: 70px 0px;
}
.wp-block-image img {
  border-radius: 30px;
}
.blog-post-container {
  background-color: #fff;
  margin-bottom: 10px;
}
.page-container-second-blog .rntl-feature-img img {
  border-radius: 30px;
}
/* about  */
.breadcrumb li a,
.breadcrumb-item.active {
  color: #fff !important;
  text-transform: capitalize;
}
.breadcrumb li a:hover {
  text-decoration: underline !important;
}
.breadcrumb-item .breadcrumb-item.active::before {
  padding-right: 10px;
  color: #ffffff;
  padding-left: 4px;
}
.breadcrumb-item i {
  color: #fff;
  font-size: 12px;
  margin: 0px 5px;
}
.breadcrumb {
  margin-bottom: 150px !important;
}
.inner-page:before,
.inner-page:after {
  height: 1556px;
  width: 2619px;
  border-radius: 666px;
  transform: rotate(343deg);
  top: -225%;
  left: -17%;
}
.inner-page img.landing-slider {
  bottom: -54%;
  left: -26%;
}
.about .we-are p {
  width: 100%;
}
.we-are h5 {
  font-weight: bold;
}
.we-are h6 {
  font-size: 16px;
  padding-bottom: 10px;
}
.about-video img {
  border-radius: 30px;
}
.about-video a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-video {
  position: relative;
}
.about .customers-performance {
  margin-left: 0;
  margin-top: 60px;
}
.about .business-performance h4 {
  text-align: center;
}
.about .business-performance {
  padding-bottom: 0;
}
.about-pag .creative-design {
  position: relative;
  margin-bottom: 24px;
  padding: 40px;
  background-color: #ffecec;
  border-radius: 30px;
}
.creative-design img {
  position: relative;
}
.features-about .creative-design:before {
  z-index: 0;
}
.features-about .creative-design:before {
  top: 17%;
}
.features-about .creative-design:before {
  background-color: #fdd6d5;
}
.features-about .creative-design:before {
  background-color: #fdd6d5;
}
.features-about .creative-design.shaps-3 {
  background-color: #dfe5ff;
}
.features-about .creative-design.shaps-3:before {
  background-color: #cbd4fd;
}
.features-about .creative-design.shaps-6 {
  background-color: #d8ffcc;
}
.features-about .creative-design.shaps-6:before {
  background-color: #cbfdbc;
}
.features-about .creative-design.shaps-2 {
  background-color: #fff8c4;
}
.features-about .creative-design.shaps-2:before {
  background-color: #fef4a7;
}
.features-about .creative-design.shaps-4 {
  background-color: #c2fff5;
}
.features-about .creative-design.shaps-4:before {
  background-color: #bff4eb;
}
.features-about .creative-design.shaps-5 {
  background-color: #fcf4e0;
}
.features-about .creative-design.shaps-5:before {
  background-color: #f2e9d4;
}
footer.two {
  margin: 0;
  padding-top: 120px;
}
.clients-logo.two {
  padding: 60px 0;
}
.tags ul {
  display: flex;
  align-items: center;
}
.tags h5 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  padding-top: 10px;
}
.tags a {
  color: #000;
  font-size: 13px;
}
.tags li {
  padding-right: 10px;
}
.tags {
  margin-bottom: 60px;
}

figure.effect-duke img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-duke {
  background: -webkit-linear-gradient(-45deg, black 0%, black 100%);
  background: linear-gradient(-45deg, black 0%, black 100%);
}
.portfolio-img:hover figure.effect-duke img {
  opacity: 0.8;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.portfolio-img {
  width: 96%;
}
.portfolio-img .about-video {
  width: 100%;
}
.portfolio .about-video img {
  border-radius: 0;
}
.ml-auto {
  margin-left: auto;
}
.m-auto {
  margin-left: auto;
}
.tags a:hover {
  color: #00c389;
}
/**/
/*contact*/
.get-a-quote textarea {
  width: 100%;
  height: 160px;
  border: 0;
  padding-top: 20px;
  border-radius: 12px;
  outline: 0;
  margin-bottom: 20px;
  padding-left: 30px;
  color: #444;
  font-size: 16px;
  padding-right: 86px;
  box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
  border: 1px solid #d3d3d3;
}
.get-a-quote.two {
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  margin: 0;
}
.get-a-quote.two:before,
.get-a-quote.two:after {
  display: none;
}
/**/

/* team detail */
.client-detail li {
  border-bottom: 1px solid #8f8f8f;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}
.client-detail li.end {
  border-bottom: 0;
  padding-top: 35px;
}
.client-detail span {
  font-size: 16px;
  color: black;
  display: block;
}
.client-detail a {
  font-size: 16px;
  font-weight: bold;
  color: black;
  position: relative;
  display: inline-block;
}
.client-detail h4 {
  font-size: 16px;
  font-weight: bold;
  color: black;
  padding-top: 4px;
  position: absolute;
  left: 25%;
}
.client-detail a:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  bottom: 0;
  background-color: black;
}
.client-detail a:hover:before {
  background-color: #00c389;
}
.client-detail a:hover {
  color: #00c389;
}
ul.client-detail {
  border: 7px solid #ecedee;
  padding: 60px;
  border-radius: 50px;
}
.mobile-app h2 {
  margin-bottom: 0;
}
.mobile-app a {
  display: inline-block;
  font-size: 13px;
  color: #555555;
  margin-right: 10px;
}
.mobile-app {
  padding-bottom: 50px;
}
.we-are .w-95 {
  width: 95%;
}
.detailportfolio {
  padding-bottom: 70px;
}
.detailportfolio h4 {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 3px solid #04004d;
  display: inline-block;
  margin-bottom: 30px;
}
ul.features li {
  position: relative;
  padding-bottom: 20px;
  font-size: 18px;
  padding-left: 25px;
  color: #444;
  font-weight: bold;
}
ul.features li:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 0;
  top: 15%;
  background-color: #00ce7d;
}
ul.features.provide li {
  padding-left: 0;
}
ul.features.provide li:before {
  display: none;
}
ul.features.provide li {
  padding-left: 0;
}
ul.features.provide li:before {
  display: none;
}
.features.provide i {
  padding-right: 15px;
  color: #00ce7d;
}
ul.features li.end {
  padding-bottom: 0;
}
.details figure.effect-duke {
  border-radius: 31px;
}
.details {
  margin-top: 50px;
  margin-bottom: 70px;
}
.detailportfolio h3 {
  font-weight: bold;
}
.detailportfolio span {
  display: block;
}
.detailportfolio figure {
  position: relative;
  padding-bottom: 42px;
  overflow: hidden;
  padding-left: 30px;
  padding-top: 15px;
}
.detailportfolio figure:before {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  top: 37%;
  background-color: #fde5e4;
  border-radius: 50%;
  z-index: -1;
  left: 0%;
}
.service-img {
  position: relative;
  width: 523px;
  height: 494px;
  text-align: end;
  margin: 0 auto;
  overflow: hidden;
}

.service-img:before {
  position: absolute;
  background-color: #f9f2ff;
  width: 500px;
  height: 500px;
  content: "";
  border-radius: 50%;
  z-index: -1;
}
.state.two img {
  margin-bottom: 16px;
  background-color: #fff;
}
.state.two {
  display: block;
  text-align: center;
  background-color: #f9f2ff;
  padding: 40px;
  border-radius: 30px;
  margin-bottom: 25px;
}
.state.two h6 {
  font-size: 16px;
}
.team-expert.two {
  width: 100%;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  align-items: center;
}
.team-expert.two div img {
  left: 0;
  position: relative;
  margin-right: 60px;
  width: 100%;
  height: 400px !important;
}
.team-thumbnails {
  width: 400px;
  height: 400px;
  margin-right: 60px;
  min-width: 400px;
}
.team-expert.two p {
  padding-bottom: 20px;
}
.team-address {
  border-left: 1px solid #dadada;
  margin-left: 50px;
}
.team-address .address h6 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 6px;
  margin-bottom: 0;
}
.team-address .address {
  margin-left: 40px;
}
.pt-80 {
  padding-top: 80px;
}
.contact-map iframe {
  width: 100%;
  height: 380px;
  border-radius: 30px;
  mix-blend-mode: luminosity;
}
.meetour h6 {
  font-size: 16px;
  font-weight: bold;
}
.meetour .state {
  padding-bottom: 10px;
}
.meetour h2 {
  font-weight: bold;
  color: #000;
  padding-bottom: 20px;
}
.meetour .state img {
  background-color: #fff;
  padding: 9px;
  width: 35px;
}
.meetour {
  background-color: #f3f6fa;
  padding: 70px 116px;
  border-radius: 30px;
  margin-top: -120px;
  padding-top: 220px;
  margin-bottom: 70px;
}
.get-a-quote.two {
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  margin: 0;
}
.get-a-quote textarea {
  width: 100%;
  height: 160px;
  border: 0;
  padding-top: 20px;
  border-radius: 12px;
  outline: 0;
  margin-bottom: 20px;
  padding-left: 30px;
  color: #444;
  font-size: 16px;
  padding-right: 86px;
  box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
  border: 1px solid #d3d3d3;
}

.meter {
  background: #aaead4;
  display: block;
  height: 16px;
  margin-bottom: 10px;
  position: relative;
}
.meter > span {
  display: block;
  justify-content: ;
  height: 100%;
  background-color: #00ce7d;
  position: relative;
  overflow: hidden;
  transition: width 2s ease-out;
}
.progress-text {
  padding-bottom: 10px;
}
.progress-text h6 {
  font-weight: bold;
  margin-bottom: 0;
}
.progress-style {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 60px 90px !important;
  background-color: #f3f6fa;
  border-radius: 30px;
  padding-bottom: 17px !important;
}
.progress-bar {
  background-color: #aaead4 !important;
}
.features-about .creative-design:before {
  display: none;
}
/**/
/*new page start*/
.topbar {
  font-family: "Epilogue", sans-serif;
}
.topbar p {
  font-size: 16px;
  margin-bottom: 0px;
}
.topbar p img {
  margin-right: 10px;
  width: auto;
  height: 26px;
  max-width: 24px;
  object-fit: contain;
}
.topbar {
  margin: 10px 0px;
}
.top-bar-sozials a {
  color: #3f444f;
  border: 2px solid #3f444f;
  width: 33px;
  height: 33px;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  border-radius: 100%;
  margin-right: 6px;
}
.top-bar-sozials a:last-child {
  margin-right: 0px;
}
.top-bar-sozials a:hover {
  color: #fff;
}

.home5-header {
  top: 0px !important;
  padding: 0px !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.home5-header.slideUp {
  top: 0px !important;
  padding: 0px !important;
}
.home5-header.slideUp .top-bar-container {
  display: none;
}
.home5-header .nav {
  background: #000;
  padding: 24px;
  font-family: "Epilogue", sans-serif;
}
.home5-header .nav a {
  font-weight: 400;
}
.banner-style2:before,
.banner-style2:after {
  display: none !important;
}
.banner-style2 {
  overflow: visible;
}
.banner-style2 .hero-section-text h1 {
  color: #000000;
  font-size: 62px !important;
  font-weight: 400;
  font-family: "Michroma", sans-serif;
  width: 100% !important;
  margin-bottom: 30px;
}
.h5-sub {
  color: #000000 !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  font-family: "Epilogue", sans-serif !important;
  width: 100% !important;
}
.h5-sub-form {
  color: #000000 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  font-family: "Epilogue", sans-serif !important;
  margin-bottom: 20px !important;
  padding-bottom: 0px !important;
}
.banner-style2 .batton {
  font-size: 16px;
  font-family: "Epilogue", sans-serif !important;
  height: 60px;
  line-height: 60px;
  padding: 0px 40px !important;
}
.home-form-sub {
  position: absolute;
  right: 15%;
  top: 0;
}
.banner-style2 form input {
  border: 1px solid #bcbcbc !important;
  width: 80% !important;
}
.banner-style2 .row.align-items-center {
  margin-bottom: -136px;
  position: relative;
}
.banner-style2 .hero-section-text {
  margin-bottom: 80px !important;
}
.home5-btn {
  font-size: 16px !important;
  font-family: "Epilogue", sans-serif !important;
  padding: 16px 60px !important;
}
.service2 .service-name h5 {
  font-size: 22px;
  color: #000;
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  line-height: 1.6em !important;
}
.service2 p {
  color: #000 !important;
  font-family: "Epilogue", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.service2-link {
  width: 76px;
  height: 76px;
  color: #000;
  border: 1px solid #000;
  text-align: center;
  line-height: 76px;
  border-radius: 100%;
  font-size: 29px;
  background-color: #fff;
}
.service2-link:hover {
  color: #000;
}
.service2 {
  padding: 50px 40px;
  border: 4px solid #000;
  border-left: 0px;
}
.service2-row .col-lg-3:first-child .service2 {
  border-left: 4px solid #000;
}
.service2:hover {
  background-color: #000;
}
.service2:hover p,
.service2:hover .service-name h5 {
  color: #fff !important;
}

.client-reviews-outer {
  border: 4px solid #6e6e6e;
  padding: 40px;
  padding-top: 30px;
}
.client-reviews-outer p {
  color: #000 !important;
  font-family: "Epilogue", sans-serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  margin-bottom: 40px;
}
.client-reviews-outer h3 {
  color: #000 !important;
  font-family: "Michroma", sans-serif;
  font-size: 21px !important;
  font-weight: 400 !important;
}
.client-reviews-outer span {
  color: #000 !important;
  font-family: "Michroma", sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.clients-thumbnail {
  width: 99px !important;
  height: 99px !important;
  border-radius: 100% !important;
  margin-right: 15px;
}
.client-slider.owl-theme .owl-nav.disabled + .owl-dots {
  display: block;
  text-align: center;
  margin-top: 50px;
}
.client-slider.owl-theme .owl-dot {
  background-color: #b7b7b7;
  width: 96px;
  height: 3px;
  margin-right: 10px;
}
.team-thumbnail {
  width: 100%;
  height: 370px;
  overflow: hidden;
}
.team-thumbnail img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  transition: 0.5s all;
  transform: scale(1.1);
}
.team-expert2:hover .team-thumbnail img {
  transform: scale(1);
}
.team-expert2 a h4 {
  color: #000 !important;
  font-family: "Michroma", sans-serif;
  font-size: 24px !important;
  font-weight: 400 !important;
}
.team-expert2 span {
  color: #000 !important;
  font-family: "Michroma", sans-serif;
  font-size: 18px !important;
  font-weight: 400 !important;
  display: block;
}
.team-socials a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #3f444f;
  color: #3f444f;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  margin-top: 20px;
}
.team-socials a:hover {
  color: #fff;
}

.pricing-plans2-data {
  background-color: #fff;
  padding-right: 50px;
}
.pricint2-content {
  border: 4px solid #6e6e6e;
  padding: 40px;
}
.pricint2-content h6 {
  color: #000 !important;
  font-family: "Michroma", sans-serif;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.pricint2-content h3 {
  color: #000 !important;
  font-family: "Michroma", sans-serif;
  font-size: 44px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.pricint2-content span {
  color: #000 !important;
  font-family: "Michroma", sans-serif;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.pricing2-items li {
  color: #000 !important;
  font-family: "Epilogue", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-bottom: 10px;
}
.pricing2-items li:last-child {
  margin-bottom: 0px;
}
.pricing2-items li i {
  color: #6bd95d;
}
.pricing-plans2-data .batton {
  background-color: #000 !important;
  color: #fff !important;
  font-family: "Epilogue", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.pricing-plans2-data.two {
  border: 4px solid #6e6e6e;
}
.pricing-plans2-data.two .pricint2-content {
  border: 4px solid #000;
  background-color: #000;
}
.pricing-plans2-data.two .pricint2-content h6,
.pricing-plans2-data.two .pricint2-content h3,
.pricing-plans2-data.two .pricint2-content span {
  color: #fff !important;
}
.blog2-content a h4 {
  color: #000 !important;
  font-family: "Michroma", sans-serif;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 30px;
}
.blog2-content p {
  color: #000 !important;
  font-family: "Epilogue", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.blog2-content {
  border: 4px solid #6e6e6e;
  border-top: 0px;
  padding: 25px;
  padding-top: 0px;
}
.blog2-link {
  width: 46px;
  height: 46px;
  color: #000;
  border: 1px solid #000;
  text-align: center;
  line-height: 46px;
  border-radius: 100%;
  font-size: 18px;
  background-color: #fff;
}
.blog2-link:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
}
.blog2-outer:hover {
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
}
.blog2-date {
  color: #fff;
  font-family: "Michroma", sans-serif;
  font-size: 14px;
  font-weight: 400 !important;
  text-transform: uppercase;
  background: #444;
  padding: 5px 10px;
  position: relative;
  min-width: 200px;
  top: -12px;
}
.footer-style2 {
  background-image: url(../img/footer2.webp) !important;
  background-color: #0b0b0b;
  margin-top: 0px;
}
.footer-style2:before {
  display: none !important;
}
.footer2-content img {
  width: 70px;
  margin-bottom: 50px;
}
.footer2-content h5 {
  font-family: "Michroma", sans-serif;
  font-size: 28px;
  font-weight: 400 !important;
  color: #aaaaaa;
}
.footer2-content p {
  font-family: "Michroma", sans-serif;
  font-size: 18px;
  font-weight: 400 !important;
  color: #aaaaaa;
  margin-bottom: 30px;
}
.footer2-content ul li {
  padding: 0px;
}
.footer2-content ul li a {
  color: #aaaaaa;
  font-weight: 600;
  text-transform: capitalize;
  width: 46px;
  height: 46px;
  display: inline-block;
  border: 1px solid #aaaaaa;
  line-height: 46px;
  border-radius: 100%;
  text-align: center;
  margin-right: 7px;
}
.footer2-content ul li a:hover {
  color: #fff;
}
.footer2-content ul li a i {
  padding: 0px;
}
.footer-style2 .footer {
  font-family: "Michroma", sans-serif;
  font-size: 16px;
  font-weight: 400 !important;
  color: #aaaaaa;
  margin-top: 50px;
}
.service2-icon img {
  height: 90px !important;
  width: 90px;
  object-fit: contain;
}
/*new page end*/
/*home6*/
.home6-header .nav {
  font-family: "Epilogue", sans-serif;
}
.home6-header .nav a {
  font-weight: 400;
}
.home6-header {
  background: transparent;
  position: absolute;
}
.home6-header.slideUp {
  background: #30588f !important;
}
.home6-btn {
  color: #fff;
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  background: -webkit-linear-gradient(
    to right,
    #8cb9f7,
    #ccacc9,
    #f2a3ae
  ) !important;
  background: linear-gradient(to right, #8cb9f7, #ccacc9, #f2a3ae) !important;
  line-height: 54px;
  display: inline-block;
  padding: 0px 30px;
  border-radius: 35px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.home6-btn:hover {
  color: #fff !important;
}
.home6-btn:hover:before {
  width: 100%;
  opacity: 0.5;
  visibility: visible;
}
.logo ul li:last-child {
  padding-right: 0px;
}
.gradiant-bg {
  background: -webkit-linear-gradient(
    to right,
    #8cb9f7,
    #ccacc9,
    #f2a3ae
  ) !important;
  background: linear-gradient(to right, #8cb9f7, #ccacc9, #f2a3ae) !important;
  border-radius: 35px;
  padding: 0px 15px;
  color: #fff;
}
.services3-tabs .nav-link {
  width: 100%;
  padding: 0px;
  text-align: left;
  color: #000000 !important;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  background: transparent !important;
  border-top: 1px solid #c6c6c6 !important;
  line-height: 100px;
}
.services3-tabs .nav-pills .nav-link:first-child {
  border-top: 0px solid #c6c6c6 !important;
}
.services3-tabs .nav-link.active i {
  display: inline-block !important;
  vertical-align: middle;
  margin-left: 30px;
  font-size: 30px;
}
.tab-content {
}
.service3-img {
  height: 540px;
  border-radius: 50px;
  overflow: hidden;
  text-align: right;
  margin: 0 auto;
  position: relative;
}
.service3-img img {
  width: 100%;
  height: 540px !important;
  object-fit: cover;
}
.services3-tabs .tab-pane {
  position: relative;
}
.services3-tabs .tab-pane:before {
  position: absolute;
  width: 85%;
  bottom: -20px;
  height: 45px;
  content: "";
  left: 8%;
  border-radius: 26px;

  background: -webkit-linear-gradient(
    to right,
    #8cb9f7,
    #ccacc9,
    #f2a3ae
  ) !important;
  background: linear-gradient(to right, #8cb9f7, #ccacc9, #f2a3ae) !important;
}
.service3-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  display: inline-block;
  padding: 35px;
  border-radius: 35px;
  width: calc(100% - 250px);
  margin: 0px;
  font-size: 18px;
  color: #444444;
}
#questions .elementor-accordion-item .elementor-tab-title {
  border: 0px !important;
}
#questions .elementor-tab-content p {
  color: #d6d6d6 !important;
}
.blog3-outer {
  background: #f5f5f5;
  border-radius: 35px;
  overflow: hidden;
  padding: 15px;
}
.blog3-outer .cwp-post-thumbnail {
  border-radius: 35px;
}
.blog3-outer .blog2-content {
  border: 0px !important;
}
.blog3-outer .blog2-content a h4 {
  color: #010101 !important;
  font-family: "Playfair Display", serif;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 30px;
}
.blog3-date {
  font-weight: 700;
  text-transform: uppercase;
  color: #010101;
  font-family: "Epilogue", sans-serif;
  border-bottom: 2px solid #444;
  margin-top: 25px;
  display: inline-block;
  margin-bottom: 13px;
}
.author-avatar {
  width: 46px;
  border-radius: 100%;
  height: 46px;
  overflow: hidden;
  margin-right: 10px;
}
.author-name {
  color: #2c2c2c;
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
}
.blog3-outer .blog2-content {
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.blog3-outer:hover {
  background: #fff;
}
.footer-style3 {
  background-image: url(../img/footer3.webp) !important;
  margin-top: 0px;
}
.footer-style3:before {
  display: none !important;
}
.footer3-company h3 {
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
  font-family: "Epilogue", sans-serif;
  margin-bottom: 26px;
}
.footer3-company h5 {
  font-weight: 400;
  color: #fff;
  font-size: 28px;
  font-family: "Epilogue", sans-serif;
  margin-bottom: 0px;
}
.footer3-email {
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  font-family: "Epilogue", sans-serif;
}
.footer3-address {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  font-family: "Epilogue", sans-serif;
}
.footer3-form form input {
  height: 52px !important;
}
.footer3-form form textarea {
  height: 138px !important;
}
.footer3-form form input,
.footer3-form form textarea {
  background: transparent !important;
  border: 1px solid #858585 !important;
  border-radius: 35px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}
.footer3-form .group-img:before {
  display: none;
}
.footer3-form {
  border-left: 4px solid #6b6b6b;
  padding-left: 120px;
}
.footer3-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1; /* Firefox */
}

.footer3-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
}

.footer3-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff !important;
}
.footer3-form textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1; /* Firefox */
}

.footer3-form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
}

.footer3-form textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff !important;
}
.footer3-form .batton {
  color: #fff;
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  background: -webkit-linear-gradient(
    to right,
    #8cb9f7,
    #ccacc9,
    #f2a3ae
  ) !important;
  background: linear-gradient(to right, #8cb9f7, #ccacc9, #f2a3ae) !important;

  display: inline-block;
  padding: 0px 30px;
  border-radius: 35px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.home6-btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home6-btn:before {
  content: "";
  width: 20%;
  height: 100%;
  background-color: rgb(0 0 0 / 25%);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-out 0.1s;
  -webkit-transition: all 0.3s ease-out 0.1s;
  -moz-transition: all 0.3s ease-out 0.1s;
  -o-transition: all 0.3s ease-out 0.1s;
}
.home6-btn:hover:before {
  width: 100%;
  opacity: 0.5;
  visibility: visible;
}
.footer-style3 .footer {
  font-weight: 400;
  color: #b6b7c2;
  padding-top: 100px;
  font-size: 16px;
  font-family: "Epilogue", sans-serif;
}
.footer3-form h1 {
  color: #fff !important;
  font-family: "Playfair Display", serif;
  font-size: 60px !important;
  font-weight: 500 !important;
  margin-bottom: 33px;
}
.footer3-form p {
  color: #fff !important;
  font-family: "Epilogue", sans-serif;
  font-size: 18px !important;
  font-weight: 400 !important;
  margin-bottom: 30px;
}
.client-reviews-outer2 p {
  color: #010101 !important;
  font-family: "Playfair Display", serif;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 40px;
  margin-bottom: 40px;
}
.client-reviews-outer2 img {
  width: auto !important;
  height: 100% !important;
  margin-right: 35px;
}
.client-reviews-outer2 h3 {
  font-weight: 700;
  color: #010101;

  font-size: 24px;
  font-family: "Epilogue", sans-serif;
}
.client-reviews-outer2 span {
  font-weight: 400;
  color: #010101;

  font-size: 16px;
  font-family: "Epilogue", sans-serif;
}
.client-slider2 .owl-dots {
  display: block;
}
/*end home6*/
/*form*/
.cwp-frontend-section-heading-container,
.cwp-frontend-form-container
  .cwp-frontend-section-container
  .cwp-field-container
  label {
  display: none !important;
}
.cwp-frontend-form-container
  .cwp-frontend-section-container
  .cwp-frontend-section-content-container {
  border: 0px !important;
  border-radius: 0px !important;
  border-top: 0 !important;
  padding: 0px !important;
  background: #fff !important;
}
.cwp-frontend-section-container .cwp-field-container {
  padding: 0px !important;
}
.cwp-frontend-form-container input[type="submit"] {
  font-size: 14px !important;
  margin: 0px !important;
  float: none !important;
}
.cwp-frontend-section-container {
  margin-bottom: 15px !important;
}
.cwp-frontend-form-container
  .cwp-frontend-section-container
  .cwp-field-container.cwp-field-radio
  label {
  display: block !important;
  font-size: 16px;
  font-weight: 700 !important;
}
.cwp-field-checkbox-container .cwp-field-checkbox,
.cwp-field-radio-container .cwp-field-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 10px;
  padding: 15px;
  background-color: #edf4ff;
  margin-right: 15px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  display: flex;
  margin-bottom: 0px;
  margin-top: 10px;
}
.cwp-frontend-form-container
  .cwp-frontend-section-container
  .cwp-field-container
  label {
  margin-bottom: 18px;
}
.get-a-quote input[type="text"],
.get-a-quote input[type="number"],
.get-a-quote input[type="email"],
.get-a-quote input[type="tel"] {
  margin-bottom: 0px;
}
.cwp-frontend-section-container .cwp-field-container {
  position: relative;
}
.cwp-frontend-section-container .cwp-field-container.cwp-field-radio:before {
  display: none;
}

.cwp-frontend-section-container .cwp-field-container:before {
  content: "";
  background-color: #d9d9d9;
  width: 1px;
  height: 35px;
  position: absolute;
  right: 70px;
  top: 15px;
}
.cwp-frontend-section-container .cwp-field-container.cwp-field-text:after {
  content: "\f007";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 22px;
  color: #555555;
  transform: translateY(-50%);
}
.cwp-frontend-section-container .cwp-field-container.cwp-field-email:after {
  content: "\f0e0";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 22px;
  color: #555555;
  transform: translateY(-50%);
}
.cwp-frontend-section-container .cwp-field-container.cwp-field-number:after {
  content: "\f3cd";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 22px;
  color: #555555;
  transform: translateY(-50%);
}
#contact-form .group-img {
  margin-bottom: 10px;
}
/*form*/

/* CUSTOM */

.address {
  width: 33%;
}

.boder-line {
  margin: 0 40px;
}

.hero-section-text .play-button {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.hero-section-text h1 {
  font-size: 42px;
}

.address i:before {
  background-color: #f7c900 !important;
}

.client-reviews i {
  top: 5px;
  left: -82px;
}

.client-reviews h4,
.client-reviews span {
  padding-left: 45px;
}

.get-a-quote i {
  background-color: #282e64;
}

.get-a-quote h2 {
  font-size: 42px;
}

@media (max-width: 1400px) {
  .client-reviews i {
    top: 5px !important;
    left: -82px !important;
  }
}

@media (max-width: 768px) {
  .mobile-toggle-btn {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}

@media (max-width: 600px) {
  .cwp-frontend-form-container
    .cwp-frontend-section-container
    .cwp-field-container.cwp-field-radio
    label {
    text-align: left;
  }
  .get-a-quote > div,
  .get-a-quote > div > div {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .get-a-quote i {
    margin-right: 0;
  }

  .client-reviews i,
  .client-reviews.two i {
    left: unset !important;
    bottom: 8px;
    top: unset;
    right: 15px;
  }

  .address {
    width: 100%;
  }

  .address i:before {
    top: -10%;
    width: 80px;
    height: 80px;
  }
}
