@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Sora:wght@100;200;300;400;500;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Sora:wght@100;200;300;400;500;600;700;800&amp;display=swap");

h1,
h2,
h3,
h4,
h6,
h5,
a,
li,
span,
button {
  font-family: "Montserrat", sans-serif;
}

p {
  font-family: "Poppins", sans-serif;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: none;
}
a:hover,
a:focus,
button:hover,
button:focus,
.form-btn-st:focus {
  text-decoration: none !important;
  outline: none !important;
}

section {
  float: left;
  width: 100%;
}

/* New CSS Start */
@keyframes blinkingText {
  0%,
  60% {
    background: #222;
    color: #fff;
  }
  100%,
  49% {
    background: #f69400;
    color: #fff;
  }
  99% {
    background: #f69400;
  }
}
.bannerReview {
  width: 70%;
}
.bannerReview .clientImg {
  width: 112px;
  height: 112px;
  object-fit: cover;
  border-radius: 50%;
}
.bannerReview .brandLogo {
  width: 120px;
  height: 100%;
  object-fit: cover;
}
.stickyChat a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.chatBtn {
  background-color: #f69400;
  animation: 1.2s infinite blinkingText;
}
.telBtn {
  background-color: #4d93e9;
}
.mobileChatBtn {
  background-color: #f69400;
}
.telBtn a,
.mobileChatBtn a {
  font-size: 14px;
}
/* New CSS End */

/*section.header-section*/
section.header-section {
  position: absolute;
  padding: 20px 50px 10px 50px;
  z-index: 1;
}

.logo-box img {
  width: 100%;
  text-align: center;
  margin: auto;
  display: table;
}

section.header-section .row {
  display: flex;
  align-items: center;
  text-align: end;
}
section.header-section a.phone-btn img {
  animation: blinkingTextPhone 2s infinite;
  transition: all 0.5s ease-in-out;
}
.pricing {
  background-color: #000 !important;
  margin-right: 15px;
}
.pricing:hover {
  background-color: #f69400 !important;
}
@keyframes blinkingTextPhone {
  0% {
    transform: scale(1);
  }

  49% {
    transform: scale(1.1);
  }

  60% {
    transform: scale(1);
  }

  99% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes blinkingText {
  0% {
    color: #fff;
  }

  49% {
    color: #f69400;
  }

  60% {
    color: #fff;
  }

  99% {
    color: #f69400;
  }

  100% {
    color: #f69400;
  }
}

@keyframes blinkingText2 {
  0% {
    color: #fff;
  }

  49% {
    color: #f69400;
  }

  60% {
    color: #fff;
  }

  99% {
    color: #f69400;
  }

  100% {
    color: #f69400;
  }
}
@keyframes blinkingText3 {
  0% {
    color: #fff;
  }

  49% {
    color: #000;
  }

  60% {
    color: #fff;
  }

  99% {
    color: #000;
  }

  100% {
    color: #000;
  }
}

section.business-sec a.phone-btn img {
  animation: blinkingTextPhone 2s infinite;
  transition: all 0.5s ease-in-out;
}
@keyframes blinkingTextPhone {
  0% {
    transform: scale(1);
  }

  49% {
    transform: scale(1.1);
  }

  60% {
    transform: scale(1);
  }

  99% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}
section.portfolio-sec a.phone-btn img {
  animation: blinkingTextPhone 2s infinite;
  transition: all 0.5s ease-in-out;
}
@keyframes blinkingTextPhone {
  0% {
    transform: scale(1);
  }

  49% {
    transform: scale(1.1);
  }

  60% {
    transform: scale(1);
  }

  99% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

section.cta-sec a.phone-btn img {
  animation: blinkingTextPhone 2s infinite;
  transition: all 0.5s ease-in-out;
}
@keyframes blinkingTextPhone {
  0% {
    transform: scale(1);
  }

  49% {
    transform: scale(1.1);
  }

  60% {
    transform: scale(1);
  }

  99% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

a.phone-btn.btn3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  animation: blinkingText3 2s infinite;
  padding: 16px 15px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
a.phone-btn.btn2 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  animation: blinkingText2 2s infinite;
  padding: 11px 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  background-color: #000;
}
a.phone-btn {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  animation: blinkingText 2s infinite;
  padding: 11px 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  background-color: #000;
}

a.get-btn.popup-btn {
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #f69400;
  border-radius: 5px;
  font-family: "Poppins";
}

a.chat-btn.chats {
  padding: 15px 35px;
  background-color: #f69400;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  font-family: "Poppins";
}
section.header-section a.phone-btn {
  background-color: #000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

a.get-btn.popup-btn:hover {
  background-color: #fff; /* color: #0078ff; */
}

/*section.header-section*/

/*section.banner-section*/
section.banner-section {
  /* padding: 150px 0 50px; */
  background-image: url(../images/banner-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 800px;
  display: flex;
  align-items: center;
  overflow: visible !important;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 10px;
}

.text-ht h1 {
  font-size: 40px;
  font-weight: 1000;
  color: #000;
  margin: 0 0 20px 0;
  line-height: 49px;
}

.text-ht p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 40px 0;
}

section.banner-section .text-ht h4 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 20px 0;
}

.text-ht h3 {
  font-size: 18px;
  font-weight: 500;
  color: #bfb784;
  margin: 0 0 25px 0;
}

section.banner-section .header-btn {
  justify-content: start;
}

section.banner-section .row {
  display: flex;
  align-items: center;
}

/*.baner-img-box img {position: absolute;bottom: -95px;left: 220px;}*/
.inner-banner-form {
  padding: 40px 27px 30px;
  background-size: cover;
  border-radius: 8px;
  background-color: #f69400;
  width: 80%;
  float: right;
  position: relative;
}
.bnner-ul-box ul li {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin: 0 0 15px 0;
}

.bnner-ul-box ul li p {
  font-size: 16px;
  margin: 0;
}

.bnner-ul-box ul li i {
  font-size: 7px;
  color: #f69400;
}

.bnner-ul-box ul {
  margin: 30px 0;
}
.inner-banner-form::before {
  position: absolute;
  content: "";
  background-image: url(../images/form-before.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: -70px;
  left: -30px;
  height: 132px;
  width: 132px;
  /* z-index: -1; */
}

.inner-banner-form input {
  margin: 0 0 10px 0 !important;
  background: none;
  border: 1px solid #cccccc;
}

.form-un-box-flex {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.text-ht h1 span {
  color: #f69400;
}

.inner-banner-form textarea {
  background: none;
  border: 1px solid #cccccc;
}

.inner-banner-form span {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  padding: 0;
}

.inner-banner-form h6 {
  font-weight: 900;
  font-size: 36px;
  padding: 0 0 30px 0;
  background: -webkit-linear-gradient(
    0deg,
    rgb(241, 188, 30) 0%,
    rgb(240, 56, 0) 99%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.inner-banner-form p {
  color: #ffffff;
  font-size: 30px;
  line-height: 25px;
  font-weight: bold;
  margin: 15px 0 0 0;
  text-align: center;
}

/*.inner-banner-form input {
margin: 0 0 10px 0;
background: none;
border: 1px solid #cccccc;
}
.inner-banner-form textarea {
background: none;
border: 1px solid #cccccc;
}*/
.fld-inp input {
  width: 100%;
  height: 50px;
  padding: 10px 20px 14px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(222, 222, 222);
  border-radius: 5px;
  background-color: rgb(242, 242, 242);
  font-family: "Poppins";
}

.fld-inp textarea {
  width: 100%;
  height: 115px;
  resize: none;
  margin: 0 0 14px 0;
  padding: 10px 20px 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(222, 222, 222);
  border-radius: 5px;
  background-color: rgb(242, 242, 242);
  font-family: "Poppins";
}

.fld-inp i {
  position: absolute;
  top: 16px;
  left: 22px;
  color: #c6c6c6;
  font-size: 13px;
}

.fld-inp {
  position: relative;
}

.inner-banner-form button {
  padding: 12px 30px;
  border: 0;
  color: #000;
  font-size: 18px;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 40px; /* height: 39px; */
  text-align: center;
  background: #fff;
  border-radius: 5px;
  font-family: "Poppins";
  margin: auto;
  display: table;
}

.inner-banner-form button:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.inner-banner-form h5 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  text-align: center;
}

.inner-banner-form h4 {
  font-size: 25px;
  font-weight: 600;
  color: #0078ff;
  margin: 7px 0;
  text-align: center;
}

.inner-banner-form form {
  margin: 25px 0px 0 0;
}

/*section.banner-section*/

/*section.pricing-section*/
section.pricing-sec {
  padding: 70px 0px 70px;
  position: relative;
}
section.pricing-sec::before {
  position: absolute;
  content: "";
  background-image: url(../images/bus-before.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 206px;
  height: 208px;
  bottom: 0;
  right: 0;
  top: 0;
}

.pricing-text {
  text-align: center;
  margin: auto;
}

.pricing-text h2 {
  font-size: 40px;
  font-weight: 900;
  color: #000c;
  margin: 0 0 20px 0;
}

.pricing-text p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 0 35px 0;
  line-height: 23px;
}

.pkgBoxx {
  padding: 30px 20px;
  position: relative;
  background-color: rgb(255, 255, 255);
  margin: 25px 0 0 0;
  border-radius: 13px;
  box-shadow: 0px 0px 30px 0px #f6940040;
}

.pricing-text h5 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 15px 0;
}

.pricing-text h2 span {
  color: #6f9d45;
}

.pkgBoxx h3 {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px 0;
}

.pkgBoxx h2 {
  font-size: 40px;
  font-weight: 1000;
  text-align: center;
  color: #000000;
  margin: 15px 0 20px 0;
}

.pkgBoxx h6 {
  color: #000;
  font-size: 14px;
  padding: 0px 0 15px;
  font-weight: 400;
  text-align: center;
  margin: 0px 0 0 0;
}

.pkgBoxx:hover li {
  color: #000;
}

ul.pkgheadlist li {
  color: #000;
  font-size: 15px !important;
  padding: 8px 10px 6px 0;
  position: relative;
  font-weight: 400;
  display: flex;
  align-items: center;
  column-gap: 7px;
}

a.pkgBtn {
  color: #f69400;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 35px;
  border-radius: 5px;
  background: #fff;
}

.pricing-btn {
  margin: 0 auto 0;
}

ul.ctapkg {
  margin: 20px 0 0;
  text-align: center;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}

.pkgBoxx:hover .ctapkg li a {
  color: #ffff;
}

ul.ctapkg li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

ul.ctapkg li span {
  font-weight: 800;
  color: #000;
}

ul.pkg-slider.pkglist.slick-initialized.slick-slider {
  padding: 0;
  justify-content: center;
}

a:focus {
  outline: 0;
}

.pric-mini-box h3 {
  font-size: 18px;
  color: #000;
  margin: 0;
  text-align: center;
}

.pric-mini-box h6 {
  font-size: 15px !important;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0;
}

.pric-mini-box h6 span {
  color: #ff0000;
}

.pkgBoxx:hover .view-details a {
  color: #fff;
}

.view-details a:hover {
  color: #12ff9d;
}

.view-details a {
  font-size: 17px;
  color: #000;
  font-weight: 800;
  position: relative;
  left: 0;
  text-align: center;
  display: block;
  margin-top: 20px;
}

ul.pkgheadlist {
  /* padding: 30px 10px; */
  height: 330px;
  position: relative;
  overflow-y: scroll;
  list-style: none;
  margin: 0 0 20px 0;
  background-color: #e0e7f3;
  border-radius: 15px;
}

.pkgBoxx span del {
  display: none;
  font-size: 17px;
  color: #000;
  position: absolute;
  margin: 0 0 0 0px;
  right: 160px;
  margin: -15px 0 0 0;
}

.pkgBoxx:hover ul.pkgheadlist li i {
  color: #000;
}

.pkgBoxx:hover del {
  color: #ff0000;
}

.pricing-btna a {
  padding: 11px 30px;
  font-size: 16px;
  font-weight: 400;
  color: #000 !important;
}

.pricing-btn a.chats {
  padding: 8px 30px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  margin: 0;
  border: solid 1px #000;
  border-radius: 30px;
}

.pricing-btn {
  /* margin-top: 35px; */
}

ul.pkgheadlist li i {
  font-size: 16px;
  color: #f69400;
}

section.pricing-sec .slick-dots li.slick-active button {
  width: 15px;
  height: 14px;
  border: solid 1px;
  background-color: #000;
}

section.pricing-sec .slick-dots li button {
  background-color: #5b56e58c;
  border-radius: 50px;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 30px; /* right: 305px; */
}

.silver-box h3 {
  font-size: 24px;
  margin: 0 !important;
  color: #000;
  font-weight: 1000;
  text-align: center;
}

.silver-box {
}

.pricing-btn.row {
  border-top: solid 1px #00000040;
  padding-top: 45px;
}

.pric-color-box {
  position: relative;
}

.pricing-main:hover {
  transform: scale(1.1);
}

.pricing-btn-2 a.phone-btn {
  background-color: #d62828;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 10px 40px;
  border-radius: 30px;
}

.pricing-btn-2 a.yellow_btn {
  border-color: #d62828;
  font-size: 16px;
  font-weight: 400;
  color: #d62828;
  padding: 8px 35px;
  border-radius: 30px;
  border: solid 1px;
}

ul.pkg-slider.pkglist {
  display: flex;
  padding: 0;
  list-style: none;
}

.pric-box-color {
  border-radius: 15px;
  background-color: rgb(241, 178, 216);
}

ul.pkgheadlist li p {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  margin: 0 0 0 0;
  text-align: start;
}

.pric-box-color-2 {
  border-radius: 15px;
  background-color: rgb(208, 234, 89);
}

.pric-box-color-3 {
  border-radius: 15px;
  background-color: rgb(255, 187, 1);
}

.pkgBoxx a.pkgBtn {
  text-align: center; /* margin: auto; */ /* display: table; */
}

.pkgBoxx h2 span {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  margin: 0;
}

a.pkgBtn:hover {
  background-color: #fff;
  color: #000;
}

/*Main Css */

/* width */
section.pricing-sec ::-webkit-scrollbar {
  width: 10px;
  border-radius: 100px !important;
}

/* Track */
section.pricing-sec ::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 100px;
}

/* Handle */
section.pricing-sec ::-webkit-scrollbar-thumb {
  background: #f69400;
  border-radius: 8px;
}

/* Handle on hover */
section.pricing-sec ::-webkit-scrollbar-thumb:hover {
  background: #000;
}

/*Main Css */

.pric-ul-box {
  padding: 20px 10px 20px;
  background-color: #e0e7f3;
  border-radius: 13px;
}

/*section.pricing-section*/
@keyframes updown2 {
  0%,
  100% {
    transform: translate(0, 0);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  50% {
    transform: translate(0, 10px);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
}

section.nu-sec {
  padding: 50px 0 50px;
  position: relative;
  overflow: visible !important;
  background-image: url(../images/nu-se-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.nu-main-box {
  display: flex;
}

.nu-main h3 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin: 0px 0 15px 0;
}

.nu-main p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: #fff;
}

.nu-main-box {
  width: 100%;
}

.nu-main img {
  width: 75px;
}

.nu-main {
  text-align: center;
}

/*section.portfolio-section*/
section.portfolio-sec {
  padding: 70px 100px;
  background-image: url(../images/port-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section.portfolio-sec .text-box {
  text-align: center;
}
.portsliders {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.port-mini-tex h5 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}

.port-mini-tex h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 8px 0 35px 0;
}

section.portfolio-sec .text-box h2 {
  color: #fff;
  margin: 0 0 40px 0;
}

.text-box h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px 0;
  line-height: 49px;
}

.text-box p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 0 30px 0;
  line-height: 22px;
}

.port-img img {
  width: 100%;
  margin: 0 0 30px 0;
}

/*.box18*/
.box18 {
  overflow: hidden;
}

.box18 {
  text-align: center;
  position: relative;
  margin: 0 0 40px 0;
}

.box18:after,
.box18:before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.fld-inp select {
    width: 100%;
    height: 50px;
    padding: 10px 20px 14px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(222, 222, 222);
    border-radius: 5px;
    background-color: rgb(242, 242, 242);
    font-family: "Poppins";
    margin: 0 0 10px 0 !important;
    /* background: none; */
    border: 1px solid #cccccc;
}
.box18:hover:after,
.box18:hover:before {
  -webkit-transform: scale(400);
  -moz-transform: scale(400);
  -ms-transform: scale(400);
  -o-transform: scale(400);
  transform: scale(400);
}

.box18:before {
  -o-transition: all 0.5s linear 0.3s;
  -moz-transition: all 0.5s linear 0.3s;
  -ms-transition: all 0.5s linear 0.3s;
  -webkit-transition: all 0.5s linear 0.3s;
  transition: all 0.5s linear 0.3s;
}

.box18:hover:before {
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

.box18:after {
  -o-transition: all 0.5s linear 0.6s;
  -moz-transition: all 0.5s linear 0.6s;
  -ms-transition: all 0.5s linear 0.6s;
  -webkit-transition: all 0.5s linear 0.6s;
  transition: all 0.5s linear 0.6s;
}

.box18:hover:after {
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.box18 img {
  width: 100%;
  height: auto;
}

.box18 .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  color: #fff;
  padding-top: 25px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box18:hover .box-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.box18 .title {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-top: 20px;
}

.box18 .description {
  font-size: 14px;
  font-style: italic;
  padding: 0 10px;
  margin: 15px 0;
}

.box18 .read-more {
  display: block;
  width: 120px;
  background: #178993;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 0;
  margin: 0 auto;
}

@media only screen and (max-width: 990px) {
  .box18 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .box18 .box-content {
    padding-top: 0;
  }
}

@media only screen and (max-width: 359px) {
  .box18 .title {
    padding-bottom: 10px;
  }
}

.box18:hover .box-content i {
  font-size: 40px;
  color: #fff;
}

/*.box18*/
section.portfolio-sec .header-btn {
  justify-content: center;
  margin: 31px 0 0 0;
}

/*section.portfolio-section*/

.silver-box p {
  font-size: 18px;
  margin: 15px 0 0 0;
  text-align: center;
}

.pkgBoxx:hover {
  background-color: #f69400;
}

.pkgBoxx:hover h2 {
  color: #fff;
}

.pkgBoxx:hover h3 {
  color: #fff;
}

.pkgBoxx:hover .silver-box p {
  color: #fff;
}

.pkgBoxx h2 del {
  font-size: 24px;
  font-weight: 400;
  padding: 0 0 0 20px;
}

.testi-slider {
  display: flex;
  align-items: center;
}

section.testi-section {
  padding: 70px 100px 70px;
  position: relative;
}

section.testi-section::after {
  position: absolute;
  content: "";
  background-image: url(../images/testi-before.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; /* top: 0; */
  right: 0;
  width: 384px;
  height: 362px;
  bottom: 0px;
}

.testi-box {
  padding: 30px 20px;
  margin: 20px 25px 20px 25px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px #f6940021;
  display: flex;
  align-items: center;
}

.testi-box p {
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  min-height: 100px;
}

.testi-box h4 {
  font-size: 25px;
  font-weight: bold;
  color: #000000;
  margin: 20px 0 20px 0;
}

.text-ht p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin: 0px 0 20px 0;
  line-height: 27px;
}

section.testi-section .text-ht h2 {
  font-size: 40px;
  font-weight: 1000;
  color: #000c;
  margin: 0 0 0 0;
}

section.testi-section .header-btn {
  justify-content: start;
  padding: 0 0 0 20px;
}

.testi-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

img.tesi-comma {
  margin: 0 0 0 20px;
}

section.testi-section .text-ht {
  text-align: center; /* margin: 0 0 40px 0; */
}
section.testi-section .row {
  display: flex;
  align-items: center;
}

/*faq*/
.faq-sec {
  padding: 50px 0;
  background: url(../images/faq-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.faq-sec .row {
  display: flex;
  align-items: center;
}

.faq-sec .hd-txt {
  text-align: center;
}

.faq-sec .hd-txt h2 {
  padding-bottom: 10px;
}

.faq-img img {
  width: 90%;
  margin: 0 auto;
  display: table;
}

.faq-sec .hd-txt p {
  color: #222;
}

.faq-sec .hd-txt {
  color: #fff;
}

.panel-heading {
  padding: 0;
  border: 0;
}

.panel-title > a,
.panel-title > a:active {
  display: block;
  padding: 20px;
  color: #262626;
  font-size: 18px;
  font-weight: 300; /* text-transform:uppercase; */

  /* letter-spacing: 0px; */

  /* word-spacing:3px; */
  text-decoration: none; /* background: #ffffff; */
}

.panel-heading a:before {
  /* font-family: 'Glyphicons Halflings'; */
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107"; /* content: "\e114"; */
  float: right;
  transition: all 0.5s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(1deg);
  background: transparent;
  padding: 7px;
  font-size: 12px;
  margin-top: -7px;
  font-size: 25px;
  font-weight: bold;
  color: #195b97;
}

.panel-heading .collapsed:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(180deg);
  transform: rotate(271deg);
  font-size: 25px;
  font-weight: bold;
  color: #282828;
}

.panel-title {
  border: 0;
}

.panel.panel-default {
  background: transparent;
  border: 0 !important;
  padding-bottom: 10px;
  margin-top: 0 !important;
  box-shadow: none;
}

div#headingOne {
  background: none;
  border: 0 !important;
}

.panel-body {
  /* background: #ffffff; */
  padding: 5px 20px 30px;
  color: #000;
  border-bottom: 2px solid #e5e5e5;
  border-top: 0 !important;
  font-weight: 300;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #00000000;
  border-color: #ddd;
}

.faq-sec .hd-txt {
  color: #000;
  padding-bottom: 20px;
}

.accordion {
  padding-top: 30px;
}

a.collapsed {
  border-bottom: 2px solid #e5e5e5;
  margin: 0 0 18px;
}
section.faq-sec .fld-inp input {
  margin: 0 0 20px 0;
}

section.faq-sec .inner-banner-form {
  padding: 50px 20px;
}

/*faq*/
.accordion .item .item-header h2 button.btn.btn-link {
  color: #fff;
  border-radius: 0px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
  background-color: transparent;
}

.accordion .item .item-header {
  border-bottom: none;
  background: transparent;
  padding: 0px;
  margin: 2px;
}

.accordion .item .item-header h2 button {
  color: white;
  font-size: 20px;
  padding: 15px;
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
}

.accordion .item .item-header h2 i {
  float: right;
  font-size: 22px;
  color: #fff; /* background-color: #577b1f; */ /* width: 30px; */ /* height: 30px; */ /* display: flex; */ /* justify-content: center; */ /* align-items: center; */ /* border-radius: 100px; */
}

button.btn.btn-link.collapsed i {
  transform: rotate(0deg);
}

button.btn.btn-link i {
  transform: rotate(180deg);
  transition: 0.5s;
}
.ratingImg {
  width: 90px;
}

.item {
  padding: 10px 20px; /* background-color: #fff; */
  margin: 0 0 15px 0;
  border: solid 1px #ffffff61;
  border-radius: 5px;
}

.faq-text h2 {
  line-height: 49px;
  font-size: 40px;
  font-weight: 1000;
  color: #fff;
}

.t-p {
  font-size: 15px;
  font-weight: 400;
  font-family: "Sora";
  line-height: 20px;
  width: 85%;
  color: #fff;
}

section.faq-sec .header-btn {
  justify-content: stretch;
}

.col-sm-12.ftr-lst-cpy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.copyright-section {
  padding: 20px 0 70px 0;
  background-color: #f69400;
}

.privacy-terms {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.privacy-terms a {
  color: #fff;
}

.copy-right p {
  color: #fff;
}

/*section.banner-section a.get-btn.popup-btn {
background-color: #fff;
color: #fff;
border-radius: 50px;
}

section.banner-section input::placeholder {
color: #000;
font-family: 'Sora';
font-size: 15px;
}

section.banner-section textarea::placeholder {
color: #000;
font-size: 15px;
font-family: 'Sora';
}
*/
section.testi-section .text-ht p {
  color: #000;
  margin: 0;
  margin: 11px 0 0 0;
}

.row.btn-row-box {
  justify-content: center;
  margin: 30px auto 0;
}

.pkgBoxx:hover a.pkgBtn {
  background-color: #f69400;
  color: #fff;
  background-color: #f69400;
}

.testi-section .slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.testi-section .slick-dots li button {
  position: relative;
  right: 0;
  display: none;
  background-color: #e5e5e5;
  border-radius: 50px;
  width: 10px;
  height: 10px;
}

.testi-section ul.slick-dots li {
  background: #f6940047;
  border-radius: 60%;
  width: 14px;
  height: 14px;
}

.testi-section ul.slick-dots li.slick-active {
  background: #f69400;
}

.faq-text p {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 20px;
  margin: 20px 0 15px 0;
}

.testi-slider.slick-initialized.slick-slider.slick-dotted {
  margin: 0;
}

.cta-img-box img {
  /* width: 100%; */
}

section {
  overflow: hidden !important;
}

section.portfolio-sec .row {
  display: block;
}

section.nu-sec .slick-dots li.slick-active button {
  width: 15px;
  height: 14px;
  border: solid 1px;
  background-color: #fff;
}

section.nu-sec .slick-dots li button {
  background-color: #5b56e58c;
  border-radius: 50px;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 30px; /* right: 305px; */
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

/*section.business-sec*/

section.business-sec {
  padding: 50px 0;
  position: relative;
}
section.business-sec::before {
  position: absolute;
  content: "";
  background-image: url(../images/bus-before.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 206px;
  height: 208px;
  bottom: 0;
  left: 0;
  bottom: 0;
}

.busines-logos ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 60px;
}
.text-ht h4 {
  font-size: 18px;
  font-weight: 600;
  color: #f69400;
  margin: 0;
}

.text-ht h2 {
  font-size: 40px;
  font-weight: 1000;
  color: #000c;
  line-height: 49px;
}

section.business-sec .text-ht h2 {
  margin: 20px 0 20px 0;
}

.bus-ul-box ul li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin: 0 0 10px 0;
}

.bus-ul-box ul li p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin: 0;
}

.bus-ul-box ul li i {
  color: #f69400;
  font-size: 18px;
}

section.business-sec .header-btn {
  justify-content: start;
}
.bus-ul-box {
  margin: 0 0 30px 0;
}
.row.bus-row-box {
  display: flex;
  align-items: center;
  margin: 40px 0 0 0;
}

/*section.business-sec*/

/*section.cta-sec*/

section.cta-sec {
  padding: 50px 0;
  background-image: url(../images/cta-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}

section.cta-sec .header-btn {
  justify-content: center;
}

section.cta-sec .text-box h2 {
  color: #fff;
}

section.cta-sec .text-box p {
  color: #fff;
}
/*section.cta-sec*/

.testi-section .slick-current.slick-active {
  transform: scale(1.1);
}
.testi-section .slick-list.draggable {
  padding: 50px 0 !important;
}

section.cta-sec a.get-btn.popup-btn {
  background-color: #fff;
  color: #000;
}

section.faq-sec a.get-btn.popup-btn:hover {
  color: #000;
}

section.cta-sec a.get-btn.popup-btn:hover {
  color: #fff;
  background-color: #000;
}

section.portfolio-sec a.get-btn.popup-btn:hover {
  color: #000;
}

section.business-sec a.get-btn.popup-btn:hover {
  background-color: #000;
  color: #fff;
}

section.banner-section a.chat-btn.chats:hover {
  background-color: #000;
}

section.pricing-sec ul.nav.nav-tabs li.nav-item {
  font-size: 18px;
  font-weight: 600;
  color: #232323 !important;
  margin: 0;
  padding: 7px 20px;
  border-radius: 70px !important;
  border-bottom: 0 !important;
}
section.pricing-sec ul.nav.nav-tabs {
  justify-content: center;
  column-gap: 10px;
  border: 0;
  padding: 20px 15px;
  background-color: #f69400;
  text-align: center;
  margin: 0 auto 20px !important;
  display: inline-flex;
  border-radius: 5px;
}
section.pricing-sec ul.nav.nav-tabs li.nav-item.active {
  color: #000 !important;
  background-color: #fff;
  border: 0 !important;
  border-radius: 5px !important;
}
section.pricing-sec ul.nav.nav-tabs li.nav-item.active a {
  color: #f69400;
}
section.pricing-sec ul.nav.nav-tabs li.nav-item a {
  color: #000;
}
section.pricing-sec .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: transparent;
  border: 0;
  color: #000;
}
section.pricing-sec .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  background: transparent;
  border: 0;
}
section.pricing-sec .nav-tabs .nav-link {
  border: 0;
}
section.pricing-sec .tab-flex-box {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}

section.pricing-sec ul.nav.nav-tabs li.nav-item a {
  color: #fff;
}
section.pricing-sec .nav-tabs .nav-link {
  border: 0;
}

.nav:before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.nav:after,
.nav:before {
  content: "";
  position: fixed;
  top: 100px;
  right: 0;
  width: 0;
  height: 0;
  background-color: rgba(20, 21, 26, 0.6);
  border-bottom-right-radius: 200%;
  z-index: -1;
  transition: border-radius linear 0.8s,
    width cubic-bezier(0.77, 0, 0.175, 1) 0.6s,
    height cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}

section.pricing-sec .col-sm-12.p0 {
  text-align: center;
}
h4.seo-pr-text {
  font-size: 20px;
  margin: 10px 0 10px 20px;
  text-align: start;
  font-weight: bold;
}

a.phone-btn.btn2.phone-banner {
  display: none;
}

section.portfolio-sec a.phone-btn.btn2 {
  background-color: #fff;
}
section.faq-sec a.get-btn.popup-btn:hover {
  background-color: #000;
  color: #fff;
}
section.faq-sec a.phone-btn img {
  animation: blinkingTextPhone 2s infinite;
  transition: all 0.5s ease-in-out;
}
@keyframes blinkingTextPhone {
  0% {
    transform: scale(1);
  }

  49% {
    transform: scale(1.1);
  }

  60% {
    transform: scale(1);
  }

  99% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.busines-logos img {
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all 0.8s ease-in-out;
}

.busines-logos img:hover {
  filter: none !important;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}
.pricing-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}

.pricing-btn a.pkgBtn.popup-btn {
  font-size: 14px;
  padding: 15px 15px;
}

.pricing-btn a.phone-btn {
  padding: 15px 15px;
  font-size: 14px;
  font-weight: 400;
}
section.faq-sec .inner-banner-form::before {
  display: none;
}

/* .logo-box {
  filter: invert(1);
} */
button.accordion-button.btn.btn-link.collapsed {
  background: transparent;
  color: #fff;
  border-radius: 0px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
}
button.accordion-button.btn.btn-link {
  text-decoration: none;
}
button.accordion-button.btn.btn-link {
  text-decoration: none;
  background-color: transparent;
  color: #fff;
  border-radius: 0px;
  font-size: 18px;
  padding: 0;
  box-shadow: inherit;
  font-weight: bold;
}
.accordion-header {
  margin: 2px;
}
.t-p {
  font-size: 15px;
  font-weight: 400;
  font-family: "Sora";
  line-height: 20px;
  width: 85%;
  color: #fff;
  font-family: "Sora", sans-serif;
}
button.accordion-button.btn-link.collapsed {
  background: transparent;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 0;
  border-radius: 0px;
  font-size: 18px;
  box-shadow: inherit;
}
button.accordion-button.btn-link {
  background: transparent;
  color: #fff;
  text-decoration: none;
  color: #fff;
  border-radius: 0px;
  font-size: 18px;
  padding: 0;
  box-shadow: inherit;
  font-weight: bold;
}
.accordion-header {
  margin: 2px;
  margin-bottom: 2px !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: none !important;
}
i.fa.fa-angle-down {
  font-size: 22px;
  color: #fff;
  position: absolute;
  right: 0;
}
.accordion-button::after {
  background-image: none !important;
}
section.header-section a.phone-btn {
  text-decoration: none;
}
a.chat-btn.chats {
  text-decoration: none;
}
section.cta-sec a.get-btn.popup-btn {
  text-decoration: none;
}
a.phone-btn.btn2 {
  text-decoration: none;
}
.pricing-btn a.pkgBtn.popup-btn {
  text-decoration: none;
}
.pricing-btn a.phone-btn {
  text-decoration: none;
}
p {
  font-family: "Poppins", sans-serif;
}

@media (max-width: 767px) {
  a.get-btn.popup-btn.get-banner {
    display: none;
  }
}
