@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;900&display=swap);
.review h2,
.review h5 {
  font-family: segoeui !important;
}
.company .col-lg-7 p,
.review .col-12 > p {
  font-family: Poppins, sans-serif;
  line-height: 27px;
}
.arrowBtn,
.arrowBtn::after,
.dropdownMenu a,
.floatingBtns a {
  display: inline-block;
}
*,
.floatingBtns a {
  text-decoration: none;
}
.bannerForm,
.imgFluid {
  max-width: 100%;
}
@font-face {
  font-family: segoeui;
  src: url("../fonts/Segoe\ UI.ttf");
}
@font-face {
  font-family: segoeuiBold;
  src: url("../fonts/Segoe\ UI\ Bold.ttf");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
  font-family: sans-serif;
}
html, body {
  margin: 0;
  padding: 0;
  overflow-x: visible; /* Prevents horizontal scroll issues */
  /* Remove position: relative (not needed) */
}
.btn-main:hover,
.comboPackages .cardBasic:hover a,
.comboPackages .cardBasic:hover b,
.comboPackages .cardBasic:hover h1,
.comboPackages .cardBasic:hover i,
.comboPackages .cardBasic:hover p,
.contactInfo .col-md-6:first-child p,
.fancybox-infobar,
.packages_card:hover a,
.packages_card:hover h2,
.packages_card:hover h3,
.packages_card:hover li,
.packages_card:hover p,
.packages_card:hover strong,
.packages_card:hover sup,
.packages_cardBottom div a:hover,
.packages_detail_price:hover .actions.row a,
.packages_detail_price:hover .actions.row a .fa,
.packages_detail_price:hover h3,
.packages_detail_price:hover h4,
.packages_detail_price:hover p,
.packages_detail_price:hover p strong,
.packages_detail_price:hover span.cut_price_pck,
.services_rigt_box .banner_btn ul li a {
  color: #fff;
}
.fancybox-button svg path {
  fill: #fff;
  stroke-width: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
  color: inherit;
}
.pageTitle {
  font-family: segoeui;
  margin-top: 5rem;
  padding-left: 5rem;
  padding-bottom: 5rem;
  font-size: 2.5rem;
  position: relative;
}
.pageTitle::after {
  content: "";
  position: absolute;
  top: 65px;
  left: 5px;
  width: 100px;
  height: 3px;
  background: #fbb84b;
}
.arrowBtn::after,
.contactForm form button::after {
  background-color: #2762ae;
}
.arrowBtn {
  color: #2762ae;
  font-weight: 700;
  background-color: transparent;
  border: 0;
  margin: 2px 2rem 2px 2px;
  cursor: pointer;
}
.nav,
.nav_links {
  display: flex;
}
.arrowBtn:hover,
.banner_btn ul li a:hover,
.contactForm form button:hover,
.thnk_box a {
  color: #191e4f;
}
.arrowBtn::after {
  content: "";
  width: 46px;
  height: 46px;
  background-image: url(../images/arrow-white-double.svg);
  background-position: -17px center;
  background-repeat: no-repeat;
  vertical-align: middle;
  border-radius: 50%;
  padding: 1rem;
  margin-left: 1rem;
  transition: 0.3s ease-in-out;
}
.arrowBtn:hover::after,
.contactForm form button:hover::after {
  background-position: 20px center;
  background-color: #191e4f;
}
.floatingBtns {
  position: fixed;
  top: 200px;
  right: -375px;
  z-index: 99;
}
.floatingBtns a,
.floatingBtns_form {
  position: relative;
  transition: 0.3s ease-in-out;
}
.floatingBtns a {
  width: 270px;
  background: #fbb84b;
  border-radius: 5px;
  margin: 0 0 15px;
  z-index: 3;
}
.comboPackages .card h4:nth-child(2),
.packages_cardTop p {
  text-decoration: line-through;
}
.floatingBtns > a i {
  border-right: 1px solid #fff;
}
.floatingBtns > a i,
.floatingBtns > a span {
  color: #000;
  padding: 1.2rem;
  font-size: 20px;
  font-weight: 700;
}
.floatingBtns a:hover {
  transform: translateX(-210px);
}
.floatingBtns_form {
  display: flex;
  align-items: center;
  top: -180px;
  z-index: 99999;
}
.floatingBtns_form.open {
  transform: translateX(-370px);
  z-index: 3;
}
.floatingBtns_form > div {
  margin-top: 75px;
  font-size: 20px;
  cursor: pointer;
  background: #fbb84b;
  border-radius: 3px;
  padding: 1.1rem 1rem;
  margin-left: -3.5rem;
  margin-right: -3.9rem;
  transform: rotate(-90deg);
  color: #000;
}
.dropdownMenu a,
.nav_link > a,
.subNav ul > li > a {
  color: #333;
  font-weight: 700;
}
.floatingBtns_form > form {
  width: 370px;
  max-width: 100%;
  padding: 2rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 30px #0000001f;
}
.floatingBtns_form > form h3 {
  color: #000;
  font-size: 24px;
  line-height: 22px;
}
.floatingBtns_form form button,
.floatingBtns_form form input,
.floatingBtns_form form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 1rem;
  margin-bottom: 10px;
  resize: none;
}
.floatingBtns_form form button {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(180deg, #191e4f 0, #6a44b1 100%);
  border-radius: 3px;
}
.nav_header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9;
}
.dropdownMenu a,
.nav_link.dropdown,
.starsBG {
  position: relative;
}
.nav {
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 2rem;
}
.nav_logo {
  flex: 1;
}
.nav_logo > img {
  width: 230px;
}
.nav_link > a {
  font-size: 14px;
  padding: 2rem 10px;
  transition: 0.3s ease-in-out;
}
.nav_link > a:hover,
.nav_link > a > i,
.slick-next:hover:before,
.slick-prev:hover:before {
  color: #fbb84b;
}
.dropdownMenu {
  width: 350px;
  position: absolute;
  top: 50px;
  left: -30px;
  display: none;
  background: #fff;
  border-top: 2px solid #fbb84b;
  border-bottom: 5px solid #fbb84b;
  padding: 1rem;
  z-index: 2;
}
.dropdownMenu a {
  padding: 8px 11px;
  margin-left: 2rem;
  font-size: 18px;
}
.dropdownMenu a:hover,
.fa-bars,
.footer-social a :hover,
.nav_option,
.nav_option i {
  color: #713cd2;
}
.dropdownMenu_icon {
  width: 70px;
  height: 28px;
  position: absolute;
  top: 6px;
  left: -30px;
  display: block;
  background-image: url("../images/arrow-bright-long.svg");
  background-repeat: no-repeat;
  margin: 0;
  transition: 0.3s ease-in-out;
}
.fa-bars,
.fa-times-circle {
  display: none;
}
.dropdownMenu a:hover .dropdownMenu_icon {
  left: -20px;
}
.fa-bars {
  border: 1px solid #713cd2;
  padding: 0.5rem;
}
.nav_options {
  margin-left: 5rem;
}
.nav_option {
  font-size: 16px;
  padding: 0 10px;
}
.nav_option i {
  margin-right: 0.1875rem;
  font-size: 14px;
}
.subNav {
  background-color: #f4f2fa;
}
.subNav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0;
  margin-bottom: 0;
}
.subNav ul > li {
  padding: 0 10px;
  border-right: 1px solid #ccc;
}
.subNav ul > li:last-child {
  border: none;
}
.subNav ul > li > a {
  font-size: 14px;
}
.review {
  padding: 60px;
}
.review h2 {
  font-size: 2rem;
}
.review h5 {
  font-size: 1.25rem;
}
.review .col-12 > p {
  font-size: 17px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1rem;
  width: 60%;
}
.review_cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.review_card {
  width: 20rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #e5e5e5;
  padding: 1rem;
  margin: 0.6rem;
}
.review_card p {
  color: #404041;
  font-size: 12px;
  line-height: 16px;
  padding: 0.5rem 0;
}
.review_card p:last-child {
  color: #212529;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0.5rem 0;
}
.slick-next,
.slick-prev {
  top: 200px;
  width: 40px;
  height: 40px;
  background: 0 0;
  border: 2px solid #713cd2;
  border-radius: 50px;
}
.overlayGreyDotted,
.overlayRedDotted {
  background-clip: padding-box;
  opacity: 0.6;
  z-index: -1;
}
.company,
.contactUs {
  overflow: hidden;
  position: relative;
}
.overlayShapes {
  position: absolute;
  left: 70.2%;
  top: -300px;
  z-index: -1;
}
.overlayGreyDotted {
  width: 953px;
  height: 953px;
  -webkit-border-radius: 591.5px;
  border-radius: 591.5px;
  border: 2px dashed #a7a8aa;
  position: absolute;
  top: 15px;
  left: -15px;
}
.overlayRedDotted {
  width: 898px;
  height: 898px;
  -webkit-border-radius: 549px;
  border-radius: 549px;
  border: 2px dashed #e3173e;
  position: absolute;
  top: -7px;
  left: 70px;
}
.overlayBlue {
  width: 853px;
  height: 853px;
  border-radius: 591.5px;
  background: #00a1df;
  z-index: -2;
  position: absolute;
  top: 25px;
  left: 35px;
}
.overlayShapes2 {
  position: absolute;
  left: -250px;
  top: -150px;
  z-index: -1;
}
.overlayShapes2 > .overlayGreyDotted {
  width: 563px;
  height: 563px;
}
.overlayShapes2 > .overlayRedDotted {
  width: 603px;
  height: 603px;
  top: -10px;
  left: -60px;
}
.company_headingLg {
  font-size: 3.5rem;
  font-family: segoeui;
  color: #000;
  padding-left: 5rem;
}
.banner_right,
.company .col-lg-6,
.packages_tabs,
.portfolio_tabs,
.review_content {
  text-align: center;
}
.company .col-lg-7 {
  margin-top: 1rem;
  margin-bottom: 6rem;
}
.company .col-lg-7 p {
  padding: 0 0 20px;
  letter-spacing: -0.02em;
  font-size: 17px;
  font-weight: 500;
}
.company .col-lg-7 p strong {
  color: #000;
  font-size: 18px;
}
.company .imgFluid {
  padding: 2rem;
}
.company_subHeading {
  font-size: 20px;
  font-family: segoeui;
  font-weight: 700;
  color: #747474;
  letter-spacing: 7px;
  text-transform: uppercase;
  padding-left: 5rem;
  margin-bottom: 3rem;
  position: relative;
}
.company_subHeading::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 15px;
  width: 100px;
  height: 3px;
  background: #fbb84b;
}
.company_subSection {
  margin: 5rem auto;
}
.company_subSection .imgFluid,
.services_rigt_box .banner_btn {
  padding: 0;
}
.comboPackages .mainHeading {
  position: relative;
  font-family: Poppins;
  font-size: 44px;
  font-weight: 400;
  color: #160c28;
  line-height: 1.1em;
  margin-top: 2.5rem;
  margin-bottom: 30px;
}
.comboPackages .mainHeading::after,
.heading_packages h1:after {
  content: "";
  position: absolute;
  background: #4c31ff;
  width: 76px;
  height: 2px;
  left: 0;
  bottom: 0;
}
.comboPackages .mainHeading ~ p {
  text-align: left;
  margin: 0 0 70px;
  padding: 0;
  font-size: 18px;
  line-height: 32px;
}
.comboPackages .card {
  text-align: center;
  font-family: Poppins;
  border-radius: 10px;
  border: 1px solid #b2b2b2;
  box-shadow: 0 3px 30px 1px #0000001f;
  color: #000;
}
.comboPackages .cardBasic:hover,
.comboPackages .cardBtn,
.packages_tab.active,
.packages_tab:hover,
.portfolio_tab.active,
.portfolio_tab:hover {
  color: #fff;
  background: linear-gradient(180deg, #191e4f 0, #6a44b1 100%);
}
.comboPackages .cardBasic {
  border: 1px solid #4c31ff;
}
.comboPackages .cardProfessional {
  border: 1px solid #e8b954;
}
.comboPackages .cardProfessional:hover {
  background: rgba(232, 185, 84, 0.68);
  color: #000;
}
.comboPackages .cardProfessional .cardBtn {
  background: #e8b954;
}
.comboPackages .card h3 {
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 800;
  padding: 4.5rem 0 1.5rem;
}
.comboPackages .card p {
  color: #000;
}
.comboPackages .card b,
.comboPackages .card h1 {
  color: #603fa5;
  font-size: 40px;
  font-weight: bolder;
  line-height: 0.9;
  margin: 10px 0 2rem;
}
.comboPackages .cardBtn {
  text-align: center;
  margin: 30px auto 10px;
  border: none;
  padding: 14px 60px;
  box-shadow: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
}
.comboPackages .cardActions {
  margin-top: 2rem;
  border-top: 1px solid #eee;
}
.comboPackages .cardActions div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding-top: 5px;
}
.comboPackages .cardActions div a {
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.comboPackages .cardActions div i {
  color: #000;
  padding: 3px;
}
.comboPackages .cardActions p {
  padding-bottom: 1rem;
  font-size: 19px;
  line-height: 27px;
}
.comboPackages .cardList {
  height: 505px;
  margin-bottom: 6rem;
  color: #000;
}
.comboPackages .cardList ul {
  height: 470px;
  overflow: auto;
}
.comboPackages .cardList ul::-webkit-scrollbar {
  width: 5px;
  background: #e2e2e2;
}
.comboPackages .cardList ul::-webkit-scrollbar-thumb {
  background: #bbb0b0;
  border-radius: 10px;
}
.comboPackages .cardList ul li {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid #e2e2e2;
}
.comboPackages .cardList ul li p {
  font-size: 15px;
}
.comboPackages .cardList ul li i {
  color: #6944af;
  font-size: 20px;
}
.portfolio_heading h1 {
  font: 700 52px/64px Poppins, sans-serif;
  color: #212529;
}
.portfolio_heading p {
  font: 18px/31px Poppins, sans-serif;
}
.packages_tab,
.portfolio_tab {
  font-family: Poppins, sans-serif;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid rgba(187, 187, 187, 0.27);
  font-size: 14px;
  padding: 5px 10px;
  margin: 5px;
  background: 0 0;
}
.portfolio_imgThumbnails {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 0;
}
.portfolio_imgThumbnails .col-12 {
  padding: 5px;
}
.portfolio_imgThumbnail {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.portfolio_imgThumbnail img {
  width: 100%;
  transition: 0.5s ease-in-out;
}
.portfolio_imgThumbnail:hover img {
  transform: scale(1.2);
}
.portfolio_imgThumbnail:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3d60a652;
  pointer-events: none;
}
.portfolio_imgThumbnail:hover::before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 60px;
  font-weight: 700;
  color: #d1d1d1;
  text-shadow: 0 0 10px rgb(0 0 0 / 25%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}
.secnd-fold {
  padding: 0 0 40px;
  position: relative;
}
.shape-one {
  position: absolute;
  z-index: -1;
}
.banner,
.bannerForm,
.btnwrp,
.fitst-fld-wrp {
  position: relative;
}
.banner .row,
.btnwrp {
  z-index: 1;
}
.secnd-fold .col-md-6.my-auto {
  text-align: left;
}
h2.main-heading {
  color: #000;
  padding: 0 0 20px;
  font-weight: 700;
  font-size: 35px;
}
p.main-pera {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 500;
}
.btnwrp {
  padding: 30px 0 0;
}
.btn-main,
.btn-secnd {
  padding: 15px 40px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.btnpulseblue {
  box-shadow: 0 0 0 0 rgba(7, 95, 203, 0.7);
  animation: 1.5s ease-in-out infinite pulseBlue;
  box-shadow: 0 0 0 0 #191e4f;
}
.btn-main {
  border-radius: 35px;
  background: linear-gradient(180deg, #191e4f 0, #6a44b1 100%);
}
@keyframes pulseBlue {
  0% {
    box-shadow: 0 0 0 0 #191e4f;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(7, 95, 203, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(7, 95, 203, 0);
  }
}
.btn-secnd {
  border-radius: 62px;
  background-color: #fbb84b;
  border: 1px solid;
  margin: 0 0 0 15px;
}
.btn-secnd:hover {
  background-color: transparent;
  color: #fbb84b;
  border: 2px solid;
}
.secnd-fold .imgwrp img {
  width: 120%;
}
.txtwrp {
  margin-right: 8.333333%;
}
.fitst-fld-wrp {
  padding: 70px 0;
  background: #f4f2f9;
  overflow: hidden;
  z-index: 1;
}
.upr-head {
  color: #fab74b;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.main-heading {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}
.fitst-fld-wrp .txtwrp h2 {
  color: #28a5dd;
}
.fitst-fld-wrp .txtwrp p span {
  display: block;
  padding: 20px 0 0;
  font-size: 16px;
  color: #3c3863;
}
.banner_sec_main .carousel-item img,
.fitst-fld-wrp .imgwrp img,
.imgwrp img,
.ratingStars img,
.services_tab_img img {
  width: 100%;
}
.banner {
  padding: 4.4rem 4rem;
  overflow: hidden;
  background: url(../images/banner-img-01.webp) 0 0 / cover;
}
.banner img {
  position: absolute;
  top: -400px;
  right: -150px;
  z-index: 0;
}
.banner_content,
.contactInfo .col-xl-6 {
  margin: 1rem 0;
}
.banner_content p {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 7px;
  margin-bottom: 2rem;
}
.banner_content h1 {
  font-family: Poppins;
  font-size: 50px;
  color: #28a5dd;
  font-weight: 600;
}
.banner_content h2,
.banner_content ul li {
  font-family: Poppins;
  line-height: 36px;
  color: #000;
}
.banner_content a.arrowBtn {
  color: #2762ae;
}
.banner_content h2 {
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 10px;
}
.bannerForm button,
.bannerForm h2,
.bannerForm p,
.testimonial span {
  font-family: poppins;
}
.banner_content ul {
  margin: 2rem 0 1rem;
}
.banner_content ul li {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 2rem;
  margin-left: 1rem;
}
.banner_content ul li i {
  top: 5px;
  font-size: 15px;
  padding-right: 10px;
  color: #fbb84b;
}
.bannerForm {
  width: 400px;
  background: #2762ae;
  border-radius: 25px;
  padding: 1.2rem 30px 40px;
  margin: 1rem auto;
  box-shadow: 0 0 90px rgb(0 0 0 / 20%);
}
.disc__offer img {
  position: absolute;
  right: -40px;
  top: -50px;
}
.bannerForm p {
  font-size: 21px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
}
.bannerForm h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  color: #2762ae;
}
.bannerForm input,
.bannerForm textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 1rem;
  resize: none;
  height: 45px;
}
.bannerForm textarea {
  height: 80px;
}
.bannerForm button {
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  background: #fbb84b;
  border: none;
  border-radius: 10px;
  padding: 12px 40px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  color: #000;
}
.bannerForm button:hover {
  background-color: #25205e;
  color: #fff;
  box-shadow: 2px 2px #fbb84b;
}
.getInTouch {
  background-color: #f4f2f9;
  padding: 2rem 0;
  overflow: hidden;
  position: relative;
}
.getInTouch::after {
  content: "";
  position: absolute;
  top: -70px;
  left: -70px;
  width: 12rem;
  height: 12rem;
  border: 2px dashed #a7a8aa;
  border-radius: 50%;
}
.getInTouch_content {
  margin-top: 1rem;
  padding-left: 4rem;
}
.getInTouch_content p {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #713cd2;
  margin-bottom: 2rem;
}
.getInTouch_content h2.ctafirst_head {
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  line-height: 5rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
}
.getInTouch_content h2 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  margin: 1rem 0 3rem;
  font-size: 26px;
  line-height: 40px;
}
.getInTouch_images {
  text-align: right;
  position: relative;
  left: -60px;
}
.getInTouch_images .imgFluid {
  max-width: 75%;
}
.packages_heading {
  margin: 4rem 0;
}
.packages_heading h2 {
  font: 700 52px/64px Poppins, sans-serif;
}
.packages_heading p {
  font: 20px/31px Poppins, sans-serif;
}
.packages_cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 50px;
}
.packages_card {
  background: #fff;
  border: 1px solid #6140a5;
  border-radius: 3px;
  padding: 2rem 1.5rem 0;
  margin: 10px 5px;
}
.packages_cardTop h3 {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: #000;
  text-align: center;
}
.packages_cardTop h2 {
  font-size: 70px;
  font-weight: 900;
  color: #000;
  text-align: center;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 0;
}
.packages_cardTop h2 sup {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  position: absolute;
  top: 0;
  margin-left: -15px;
}
.packages_cardTop p {
  font-size: 16px;
  font-weight: bolder;
  text-align: center;
  margin-top: -5px;
  color: #000;
}
.packages_cardBody p {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  padding-bottom: 0;
  margin-top: 1rem;
  margin-bottom: 6px;
}
.packages_cardBody ul {
  width: 300px;
  height: 185px;
  overflow-y: scroll;
  padding-top: 1rem;
  border-top: 1px solid #98989873;
}
.packages_cardBody ul::-webkit-scrollbar {
  width: 5px;
  background: #e2e2e2;
  border-radius: 10px;
}
.packages_cardBody ul::-webkit-scrollbar-thumb {
  background: #bbb0b0;
  border-radius: 10px;
}
.packages_cardBody ul li {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  text-transform: capitalize;
  padding: 5px 10px;
}
p.smm_pkg {
  font-size: 15px;
  margin: 10px 0 0;
  padding: 8px;
  font-weight: 500;
  background: #fbb84b;
  color: #fff !important;
  text-align: center;
  text-decoration: unset;
}
.packages_cardBottom {
  margin-top: 1rem;
}
.packages_cardBottom div {
  display: flex;
  justify-content: space-between;
}
.packages_cardBottom div a {
  font-size: 14px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  color: #713cd2;
}
.packages_cardBottom > a {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  background: #fbb84b;
  display: inline-block;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
  padding: 10px 2.5rem;
  margin-top: 2rem;
}
.btn_packages_inner a,
.packages_card:hover,
.packages_detail_price:hover {
  background: linear-gradient(180deg, #191e4f 0, #6a44b1 100%);
}
.packages_cardBottom > a:hover {
  background: #713cd2;
}
.packages_card:hover {
  border: 1px solid transparent;
}
.packages_card:hover ul::-webkit-scrollbar {
  background: #ffffff20;
}
.packages_card:hover ul::-webkit-scrollbar-thumb {
  background: #e2e2e290;
}
.process {
  margin: 2rem auto;
}
.process_heading h1 {
  font-size: 2.5rem;
  font-family: Poppins, sans-serif;
  margin-bottom: 0.5rem;
}
.process_heading p,
.process_item p,
.testimonials_heading {
  font-family: Poppins, sans-serif;
  font-size: 18px;
}
.process_item {
  margin: 3rem 0;
}
.process_item img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 0.5rem;
}
.orange_bar {
  width: 100px;
  height: 3px;
  position: relative;
  left: -50px;
  background-color: #fbb84b;
  margin-bottom: 1rem;
}
.process_item h2,
.process_item h3 {
  font-family: Poppins, sans-serif;
}
.process_item p {
  margin: 1rem 0 1.5rem;
}
.contactInfo .col-md-6:nth-child(2) div,
.testimonial p {
  margin-top: 3rem;
}
.process_item a {
  color: #713cd2;
  font-weight: 600;
}
.testimonials {
  background-color: #f4f2f9;
  padding: 4rem 0;
}
.testimonials_heading {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #713cd2;
  margin-bottom: 1rem;
}
.testimonial {
  position: relative;
  border-left: 3px solid #fbb84b;
  padding-top: 3rem;
  padding-left: 2.5rem;
  margin: 2rem 0;
}
.testimonial span {
  position: absolute;
  top: -40px;
  font-size: 120px;
  font-weight: 700;
}
.testimonial p,
.testimonials a {
  font-family: poppins;
  font-size: 18px;
}
.testimonial h2 {
  font-family: poppins;
  font-weight: 800;
}
.testimonials a {
  position: relative;
  display: block;
  font-weight: 700;
  color: #713cd2;
  margin-top: 4rem;
  padding-left: 2.5rem;
}
.testimonials a::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -2px;
  width: 70px;
  height: 30px;
  background-image: url("../images/arrow-bright-long.svg");
  background-repeat: no-repeat;
  transition: 0.3s;
}
.services_head .orange_bar,
.testimonials a:hover::before {
  left: 0;
}
.contactForm {
  margin: 4rem auto 8rem;
}
.contactForm > .row > .col-xl-6 {
  padding: 0 2rem;
}
.contactForm h1,
.contactForm h2 {
  color: #000;
  font-size: 40px;
  font-family: segoeui !important;
  margin: 0;
  padding-bottom: 2rem;
  padding-left: 0;
  font-weight: 700;
}
.contactForm p,
.privacyPolicy p,
.termsConditions p {
  font-family: Poppins, sans-serif;
}
.contactForm p {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #713cd2;
  padding: 19px 0 40px;
}
.contactForm p::after {
  content: "";
  position: absolute;
  top: 70px;
  left: 16px;
  width: 100px;
  height: 3px;
  background: #fbb84b;
}
span.bnfirt_word:after,
span.bnforth_word:after,
span.bnscond_word:after,
span.bnthird_word:after {
  top: 4px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #713cd2;
  z-index: -1;
  position: absolute;
}
.contactForm form input,
.contactForm form select,
.contactForm form textarea {
  width: 100%;
  min-height: 70px;
  color: #242b34;
  font-size: 19px;
  font-weight: 700;
  background-color: #6a44b112;
  border: 1px solid #d5d5d5;
  padding: 1rem;
  margin-bottom: 1rem;
  resize: none;
}
.contactForm form input::placeholder,
.contactForm form select::placeholder,
.contactForm form textarea::placeholder {
  font-weight: 500;
  color: #242b3480;
}
.contactForm form button {
  color: #2762ae;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  margin: 1rem 0;
  cursor: pointer;
}
.contactForm form button::after,
footer .location_tab_Sec a::after {
  content: "";
  width: 46px;
  height: 46px;
  background-image: url("../images/arrow-white-double.svg");
  background-position: -17px center;
  background-repeat: no-repeat;
  vertical-align: middle;
  border-radius: 50%;
  padding: 1rem;
  margin-left: 1rem;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.contactUs.contactForm {
  padding-top: 6rem;
  margin: 0;
  padding-bottom: 80px;
}
.contactInfo {
  margin-top: 8rem;
  padding: 3rem 0 6rem;
  background-color: #252b34;
}
.contactInfo .col-md-6:first-child div {
  margin-left: 4rem;
}
.contactInfo .col-md-6:first-child a {
  color: #fff;
  font-size: 38px;
  font-weight: bolder;
}
.contactInfo .col-md-6:nth-child(2) h5 {
  color: #fff;
  font-size: 36px;
  line-height: 40px;
}
.contactInfo .col-md-6:nth-child(2) span {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.contactInfo .col-md-6:nth-child(2) a {
  color: #00a1df;
  font-weight: 700;
  font-size: 16px;
  transition: 0.3s ease-in-out;
}
.contactInfo .col-md-6:nth-child(2) a:hover {
  color: #005593;
}
.privacyPolicy,
.termsConditions {
  margin-top: 2rem;
  margin-bottom: 6rem;
}
.termsConditions h4 {
  font-size: 1.5rem;
}
.termsConditions p {
  margin-bottom: 2rem;
  font-size: 18px;
}
.termsConditions ul li {
  color: #4f4f4f;
  font-size: 12px;
  font-weight: 700;
  list-style-type: disc;
  margin: 1rem 1rem 1rem 10px;
}
.privacyPolicy h2 {
  line-height: 30px;
  margin: 0.5rem 0;
  font-size: 25px;
}
.privacyPolicy h3 {
  line-height: 30px;
  margin: 0.5rem 0;
  font-size: 20px;
  font-weight: 600;
}
.privacyPolicy p {
  font-size: 17px;
  margin-bottom: 1rem;
}
.privacyPolicy ul {
  margin: 2rem 0 2rem 10px;
}
.privacyPolicy a {
  color: #007bff;
  font-weight: 700;
}
.privacyPolicy dt {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.privacyPolicy dd {
  line-height: 24px;
  margin-bottom: 1rem;
}
footer {
  background-color: #191e4f;
  position: relative;
}
footer > img:first-child {
  position: absolute;
  top: 0;
  right: 0;
}
footer > img:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  transform: scale(-1);
}
footer > .row:nth-child(3) {
  padding: 4rem 3rem;
}
footer h5 {
  color: #fff;
  font-family: segoeui;
  font-size: 25px;
}
footer h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
.banner_btn,
.footer-social {
  padding-top: 20px;
}
.footer-social a {
  color: #fff !important;
  font-size: 22px;
  padding: 24px 20px 0 0;
}
footer p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
footer .location_tab_Sec a {
  font-size: 18px;
  font-family: segoeui;
  text-transform: uppercase;
  color: #fff;
}
footer .location_tab_Sec a::after {
  background-color: #713cd2;
}
footer > .row:nth-child(3) a:hover::after {
  background-position: 20px center;
}
.footer_bottom {
  border-top: 1px solid #454b52;
  padding: 3rem 6rem 6rem;
  display: flex;
  justify-content: flex-end;
}
.footer_bottom a {
  color: #d5d5d5;
  font-size: 14px;
  padding: 5px;
}
.padding-70 {
  padding: 70px 0;
}
.heading_packages h1 {
  font-size: 44px;
  font-weight: 700;
  position: relative;
  color: #160c28;
  margin-bottom: 20px;
}
.heading_packages p {
  font-size: 20px;
  margin-bottom: 30px;
  display: inline-block;
}
.packages_detail_price {
  box-shadow: 0 3px 30px #0000001f;
  display: block;
  width: 100%;
  text-align: center;
  height: 505px;
  margin: 0 0 60px;
  -ms-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.5s ease-in-out;
  border-radius: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #4c31ff;
  position: relative;
  overflow: hidden;
}
.packages_detail_price h3 {
  font-size: 24px;
  position: relative;
  text-transform: capitalize;
  font-weight: 800;
  width: 80%;
  margin: 0 auto 10px;
  text-align: center;
  color: #000;
}
span.cut_price_pck {
  margin-bottom: 5px;
  font-weight: 700;
  text-decoration: line-through;
  font-size: 19px;
  color: #000;
}
.packages_detail_price h4 {
  color: #603fa5;
  font-size: 40px;
  font-weight: 700;
  display: inline-block;
  line-height: 0.9;
  position: relative;
  padding: 0 20px;
  margin-bottom: 11px;
}
span.bnfive_word,
span.bnforth_word {
  line-height: initial;
  position: relative;
}
.packages_detail_price p {
  font-size: 15px;
  padding: 0 10px;
  margin-bottom: 5px;
}
.actions.row {
  margin-top: 30px;
  border-top: 1px solid #e1e1e1;
  padding: 20px 0 0;
  position: absolute;
  bottom: 7px;
}
.actions.row a {
  font-size: 13px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
.actions.row a .fa {
  padding-right: 3px;
}
.actions.row p {
  font-size: 18px;
  font-weight: 300;
}
.btn_packages_inner a {
  text-align: center;
  margin: 20px auto 0;
  border: none;
  padding: 14px 60px;
  color: #fff;
  box-shadow: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-family: var(--heading-font-family);
}
.heading_packages {
  margin-bottom: 40px;
}
.packages_detail_price:hover {
  transition: 0.5s ease-in-out;
}
.pakages_list_head h2 {
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #160c28;
}
.pakages_list_detail ul li {
  position: relative;
  text-align: left;
  padding: 14px 0;
  border-bottom: 1px solid #eaeaea;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
}
.pakages_list_detail ul li:before {
  font-family: fontawesome;
  content: "\f00c";
  position: absolute;
  top: 0;
  right: 0;
  color: #603fa5;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 53px;
}
.pakages_list_head {
  padding-bottom: 10px;
}
.pakages_list_detail ul li strong {
  padding-right: 5px;
}
.pakages_list_detail ul {
  height: 430px;
  padding: 0;
  overflow-y: scroll;
}
.pakages_list_detail ul::-webkit-scrollbar {
  width: 5px;
  background: #e2e2e2;
  border-radius: 10px;
}
.pakages_list_detail ul::-webkit-scrollbar-thumb {
  background: #bbb0b0;
  border-radius: 10px;
}
.banner_sec_main .carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 90px;
}
.banner_sec_main .carousel-caption h2 {
  font-size: 65px;
  color: #00bdfa;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.banner_sec_main .carousel-caption h2 span.bnfirt_word {
  font-size: 65px;
  position: relative;
  line-height: 60px;
}
.banner_sec_main .carousel-caption h2 span.bnscond_word {
  color: #00bdfa;
  position: relative;
  line-height: 40px;
  font-weight: 900;
}
.banner_sec_main .carousel-caption h2 span.bnthird_word {
  color: #00bdfa;
  position: relative;
  line-height: 60px;
  top: 0;
  font-weight: 900;
}
span.bnfirt_word:after,
span.bnforth_word:after,
span.bnscond_word:after {
  color: #000;
  left: 7px;
}
.packages_list_tab h3 {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 700;
}
span.bnthird_word:after {
  color: #000;
  left: 5px;
}
span.bnfive_word {
  top: 0;
}
span.bnfive_word:after {
  color: #000;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #713cd2;
  position: absolute;
  top: 5px;
  left: 9px;
  z-index: -1;
}
.banner-content-sec p {
  font-size: 23px;
  line-height: 30px;
  color: #000;
}
.banner_btn ul li {
  display: inline-block;
  padding: 0 !important;
}
.banner_btn ul li a {
  color: #713cd2;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}
.banner-content-sec ul li {
  position: relative;
  font-size: 16px;
  padding-bottom: 5px;
  padding-left: 30px;
  color: #000;
}
.banner-content-sec ul li:after {
  content: "\f058";
  position: absolute;
  top: 3px;
  left: 0;
  font: 20px/1 FontAwesome;
  color: #fbb84b;
}
.banner_btn ul li:after,
.flip-clock-container [class|="flip-item"]:first-child::before {
  content: none;
}
.banner_sec_main .carousel-caption .row,
.icononic_content .row {
  align-items: center;
}
.banner_right img {
  position: relative;
  top: 70px;
  -webkit-animation: 6s ease-in-out infinite float;
  animation: 6s ease-in-out infinite float;
  width: 100% !important;
}
.banner-content-sec h6 {
  font-size: 19px;
  color: #000;
}
.banner-content-sec h6 span {
  color: #ffc30c;
}
.award_icon span img {
  margin-right: 15px;
  max-width: 18%;
  width: auto !important;
  filter: brightness(1) invert(1);
}
.award_icon {
  padding-top: 10px;
}
.banner-content-sec {
  position: relative;
  top: 30px;
}
@-webkit-keyframes float {
  0%,
  100% {
    transform: translatey(0);
  }
  50% {
    transform: translatey(-20px);
  }
}
.portfolio {
  padding: 80px 0;
}
.platform_sec_main {
  background: var(--white);
  padding: 35px 0 30px;
}
.sponsers_logos span {
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 5px;
  display: inline-block;
}
.services_head h3,
.services_tab ul li a {
  font-size: 18px;
  font-family: Poppins, sans-serif;
}
.sponsers_logos ul li {
  display: inline-block;
  padding: 0 5px;
}
.sponsers_logos ul {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sponsers_logos ul li img {
  width: auto !important;
  border: 1px solid #ccc;
  padding: 0 12px;
}
.services_head h3 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #713cd2;
  margin-bottom: 2rem;
  padding-left: 70px;
  padding-right: 70px;
}
.services_rigt_box ul.bullets_ser li:before {
  content: "\f178";
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  color: #fff;
  font-size: 25px;
  top: -4px;
}
.services_tab ul li {
  display: block;
  padding-bottom: 5px;
  position: relative;
}
.services_tab ul {
  display: block;
  border: 0;
}
.services_tab ul li a {
  padding: 10px 0 !important;
  color: #242b34;
  font-weight: 200;
  text-decoration: none;
  position: relative;
  border: 0 !important;
}
.portfolio_tabs.tab_nav_cus button,
.tab_nav_cus ul li a {
  background: linear-gradient(180deg, #191e4f 0, #6a44b1 100%);
  color: #fff !important;
  padding: 10px 25px;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 30px;
}
.services_tab ul li a.active {
  font-weight: 500;
}
.services_tab ul li a:after {
  display: block;
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s ease-in-out;
  transform-origin: 50% 0;
  transform: translate3d(0, 105%, 0) rotateX(-90deg);
  font-weight: 900;
  width: 100%;
}
.services_tab ul li a:hover:after {
  transform: translate3d(0, 0, -30px) rotateX(90deg);
}
.services_rigt_box {
  background: linear-gradient(180deg, #191e4f 0, #6a44b1 100%);
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 40px 90px;
}
.services_rigt_box p {
  font-size: 25px;
  color: #fff;
  font-weight: 300;
  padding-bottom: 10px;
}
.services_rigt_box ul.bullets_ser li {
  color: #fff;
  font-size: 16px;
  padding-bottom: 5px !important;
  display: block;
  text-decoration: none;
  font-weight: 600;
  padding: 0 0 0 50px;
  position: relative;
}
.services_rigt_box ul.bullets_ser li:hover:before {
  color: #fbb84b;
  transition: 0.5s ease-in-out;
}
.services_sec_main .container-fluid {
  padding: 0 0 0 100px;
}
.review_content p {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 20px;
  font-style: italic;
  color: var(--light_black);
}
.review_sec_main {
  padding: 70px 0;
  background: url(../images/dot_bg.png) #f8f8f8;
  position: relative;
}
.process_icon_sec span {
  position: absolute;
  left: -16px;
  font-size: 66px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  z-index: 99;
  text-shadow: 0 0 27px rgb(242 79 4 / 67%);
}
.doublewrap,
.jack li,
.process_icon_sec,
span.old-price {
  position: relative;
}
.review_content img {
  border-radius: 50%;
  object-fit: cover;
  width: 132px;
  margin: 0 auto 10px;
}
.rating_star ul li {
  display: inline-block;
  font-size: 25px;
  padding: 0 5px;
  color: #ffc600;
}
.rating_star {
  padding: 15px 0 20px;
}
.review_sec_main .slick-prev {
  right: auto;
  left: -100px;
}
.review_sec_main .slick-next {
  right: -100px;
}
.review_sec_main .slick-next,
.review_sec_main .slick-prev {
  top: 60%;
  width: 45px;
  height: 45px;
}
.review_sec_main .slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
}
.review_sec_main .slick-next:before,
.review_sec_main .slick-prev:before {
  font-size: 30px;
  line-height: 1;
  opacity: 1;
  color: #000;
}
.review_sec_main .slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
}
.head_logo_type h2 {
  font: 700 40px/64px Poppins, sans-serif;
  color: #212529;
}
.tab_nav_cus ul li {
  display: inline-block;
  float: none;
  margin: 0 !important;
  padding: 0 11px;
}
.tab_nav_cus ul li a {
  border: 0 !important;
  font-weight: 500;
  border-radius: 30px !important;
}
.tab_nav_cus ul li a:hover {
  background: linear-gradient(180deg, #6a44b1 0, #191e4f 100%) !important;
}
.tab_nav_cus ul {
  border: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.head_logo_type {
  text-align: center;
  padding-bottom: 20px;
}
.thnkyou_content p,
.type_content_Sec p {
  font-size: 22px;
  line-height: 40px;
}
.icononic_content {
  padding-top: 60px;
}
.inner_btn ul li {
  display: inline-block;
}
.portfolio_tabs.tab_nav_cus button {
  border: 0 !important;
  font-weight: 500;
  border-radius: 30px !important;
  text-transform: uppercase;
}
.portfolio_tabs.tab_nav_cus {
  text-align: center;
  padding-top: 20px;
}
.web_content_Sec h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}
.web_content_Sec h3 {
  color: #fbb84b;
  font-size: 17px;
  font-weight: 700;
}
.web_content_Sec p {
  font-size: 18px;
  line-height: 30px;
}
.center-col {
  margin: 0 auto;
  float: none;
}
.process_tab_main {
  text-align: center;
  padding: 30px 18px;
  border-radius: 5px;
  min-height: auto;
  margin-bottom: 30px;
}
.chatt,
.jack li,
.priccc {
  text-align: left;
}
.process_icon_sec {
  background: #713cd5;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border-radius: 110px;
  border: 4px solid #dfdfdf;
  transition: 0.5s ease-in-out;
}
.mobile__number,
.process_tab_main:hover .process_icon_sec,
a.order-btn {
  background: #fbb84b;
}
.process_icon_sec img {
  width: 60px;
  height: 60px;
  filter: brightness(0) invert(1);
}
.process_tab_sec {
  padding-top: 50px;
}
.process_content_sec h2 {
  font-size: 22px;
  font-weight: 700;
  color: #fbb84b;
}
.process_content_sec h3 {
  font-size: 16px;
  color: #6e6e6e;
  font-weight: 600;
}
.process_content_sec p {
  font-size: 15px;
  line-height: 25px;
}
.process_tab_main:hover .process_content_sec h2 {
  color: #713cd5;
}
.review_box_inner p {
  font-size: 17px;
  line-height: 27px;
}
.review_box_inner img {
  margin-bottom: 10px;
}
.review_box_inner h3 {
  color: #2762ae;
  font-size: 20px;
  font-weight: 700;
}
.review_box_inner {
  border: 1px solid #713cd2;
  padding: 30px 25px;
  box-shadow: 0 0 20px rgb(0 0 0 / 28%);
  border-radius: 3px;
  margin-bottom: 20px;
}
.doublewrap {
  margin-top: 30px;
  padding: 25px 40px;
  min-height: 612px;
  border: 1px solid #713cd2;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}
.chatt,
.priccc,
.wrapk {
  padding-top: 20px;
}
.jack li {
  font-size: 14px;
  line-height: 22px;
  list-style: none;
  margin: 0;
  opacity: 1;
  color: #7b7b7b;
  padding-bottom: 6px;
  padding-left: 20px;
  display: block !important;
}
.jack li:before {
  position: absolute;
  content: "\f05d";
  font: 14px/1 FontAwesome;
  left: 0;
  top: 3px;
  height: 5px;
  width: 5px;
  color: #713cd2;
  border-radius: 50%;
}
.doublewrap h6 {
  text-transform: uppercase;
  font-size: 12px;
  color: #713cd2;
  margin: 0;
}
.doublewrap h3 {
  text-transform: capitalize;
  font-size: 37px;
  font-weight: 700;
  color: #000;
  margin: 15px auto 30px;
}
.chatt a.action-no {
  font-size: 20px;
  color: #fbb84b !important;
  cursor: pointer;
}
.actions a {
  margin-right: 20px;
  font-weight: 700;
  display: inline-block;
  padding: 0;
}
.chatt .actions .action-chat {
  color: #fbb84b;
  font-size: 20px;
  cursor: pointer;
}
.priccc i.cut::before {
  left: 0;
  right: auto;
}
i.cut::before {
  content: "";
  width: 94px;
  height: 2px;
  display: block;
  background: #9e9c9c;
  position: absolute;
  left: 41%;
  top: 54%;
}
.chatt h2 {
  padding: 0;
  font-size: 20px !important;
  margin: 0;
  line-height: 38px;
  font-weight: 600;
  text-transform: none;
  color: #2e2e2e;
}
.priccc {
  width: 49%;
  float: left;
}
span.old-price {
  display: inherit;
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  margin: 0 auto 7px;
  color: #b7b7b7;
}
.doublewrap span.price {
  font-size: 42px;
  font-weight: 700;
  color: #fbb84b;
  margin: 0 0 20px;
  display: inline-block;
  line-height: 36px;
}
.doublewrap input[type="submit"].btn {
  border-radius: 30px;
  height: auto;
  margin-bottom: 10px;
  margin-top: 0;
  width: 190px;
  text-align: center;
  outline: 0;
  background: #d12e49;
  color: #fff;
  padding: 12px;
}
.doublewrap p.nichaywala {
  font-size: 14px;
  line-height: 16px;
  color: #2d2b25;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 0;
}
a.order-btn,
a.order-btn:hover {
  color: #fff;
  text-decoration: none;
}
.text_pra p,
.wrapk .view-detail {
  margin-bottom: 0;
}
.view-detail {
  font-size: 12px;
  color: #000;
  font-weight: 600;
  margin: 15px;
  display: block;
  line-height: normal;
}
.wrapk {
  text-align: center;
  width: 49%;
  float: right;
}
a.order-btn {
  text-align: center;
  font-weight: 500;
  padding: 13px 30px;
  margin: 0 20px 20px;
  display: inline-block;
}
a.order-btn:hover {
  background: #6944b0;
}
.wrapk .view-detail:hover {
  color: #fbb84b;
  text-decoration: none;
}
a.view-detail {
  font-size: 15px;
  color: #6642ac;
  font-weight: 700;
}
.cta_right {
  position: absolute;
  top: -30px;
  right: 0;
}
.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.thank_you_sec {
  padding: 150px 0;
}
.flip-clock-container,
.flip-clock-container * {
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
}
.thnkyou_content h2 {
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 20px;
}
.thnkyou_content a {
  background: #2c2766;
  padding: 16px 40px;
  display: inline-block;
  color: #fff;
  border-radius: 10px;
  font-size: 19px;
  margin-top: 10px;
}
.term_content_sec h4 {
  font-size: 2.5rem;
  color: #000;
  font-weight: 700;
}
.term_content_sec p {
  line-height: 32px;
}
.term_content_sec ul li {
  font-size: 17px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  color: #000;
  line-height: 30px;
}
.term_content_sec ul li ul li,
.term_content_sec ul li ul li ul li ul li {
  list-style-type: circle;
}
.term_content_sec ul li ul li ul li {
  list-style-type: square;
}
.labourDay {
  width: 100%;
  height: 115px;
  position: relative;
  overflow: hidden;
  display: block;
}
.flip-clock-container,
.flip-clock-container [class|="flip-item"] {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
}
.starsBG img {
  width: 100%;
  height: 115px;
}
.privacyPolicy ul li {
  font-size: 18px;
  padding-bottom: 10px;
  list-style-type: disc;
}
.privacyPolicy ul {
  padding-left: 20px;
}
input.quote-form {
  height: 15px !important;
  width: 24px !important;
  visibility: visible !important;
  opacity: inherit !important;
  display: inline-flex !important;
  vertical-align: middle !important;
  margin-bottom: 0 !important;
  min-height: auto !important;
}
.CrudForm a {
  font-weight: 700;
}
.flip-clock-container {
  direction: ltr;
  font-family: Arial;
  margin: 0 0 50px;
  box-sizing: border-box;
  --flip-bg-color: #fbb84b;
  --flip-text-color: #fff;
  --flip-dots-color: #fff;
  display: flex;
  -webkit-box-pack: start;
  justify-content: start;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flip-clock-container * {
  margin: 0;
  box-sizing: border-box;
}
.flip-clock-container ::after,
.flip-clock-container ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flip-clock-container [class|="flip-item"] {
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flip-clock-container [class|="flip-item"]::before {
  content: ":";
  font-family: Consolas;
  font-size: 60px;
  color: #fff;
  line-height: 10px;
  margin: 0 -5px;
  display: flex;
  align-items: center;
  position: relative;
  top: 13px;
}
.flip-clock-container [class|="flip-item"] .flip-digit {
  width: 30px;
  height: 45px;
  position: relative;
  margin: 0 2px;
}
.flip-clock-container [class|="flip-item"] .flip-digit > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-perspective: 300px;
  perspective: 300px;
}
.flip-clock-container [class|="flip-item"] .flip-digit > span::after,
.flip-clock-container [class|="flip-item"] .flip-digit > span::before {
  content: attr(data-digit);
  position: absolute;
  left: 0;
  width: 100%;
  height: 52%;
  font-size: 36px;
  font-weight: bolder;
  text-align: center;
  color: var(--flip-text-color);
  background-color: #080e64;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 42px;
}
.flip-clock-container [class|="flip-item"] .flip-digit > span::before {
  top: 17px;
  line-height: 50px;
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.flip-clock-container [class|="flip-item"] .flip-digit > span::after {
  bottom: 0;
  line-height: 0;
  border-radius: 0 0 4px 4px;
  border-top: 0;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.flip-clock-container
  [class|="flip-item"]
  .flip-digit.flipping
  .flip-digit-next {
  z-index: 0;
  -webkit-animation: 0.9s linear forwards afterZIndexAnim;
  animation: 0.9s linear forwards afterZIndexAnim;
}
.flip-clock-container
  [class|="flip-item"]
  .flip-digit.flipping
  .flip-digit-next::before {
  -webkit-animation: 0.9s linear forwards afterUpShadowAnim;
  animation: 0.9s linear forwards afterUpShadowAnim;
}
.flip-clock-container
  [class|="flip-item"]
  .flip-digit.flipping
  .flip-digit-next::after {
  -webkit-animation: 0.9s linear forwards afterFlipAnim,
    0.9s linear forwards afterDownShadowAnim;
  animation: 0.9s linear forwards afterFlipAnim,
    0.9s linear forwards afterDownShadowAnim;
}
.flip-clock-container
  [class|="flip-item"]
  .flip-digit.flipping
  .flip-digit-current {
  z-index: 1;
  -webkit-animation: 0.9s linear forwards currentZIndexAnim;
  animation: 0.9s linear forwards currentZIndexAnim;
}
.flip-clock-container
  [class|="flip-item"]
  .flip-digit.flipping
  .flip-digit-current::before {
  -webkit-animation: 0.9s linear forwards currentFlipAnim,
    0.9s linear forwards currentUpShadowAnim;
  animation: 0.9s linear forwards currentFlipAnim,
    0.9s linear forwards currentUpShadowAnim;
}
.flip-clock-container
  [class|="flip-item"]
  .flip-digit.flipping
  .flip-digit-current::after {
  -webkit-animation: 0.9s linear forwards currentDownShadowAnim;
  animation: 0.9s linear forwards currentDownShadowAnim;
}
@-webkit-keyframes afterZIndexAnim {
  0% {
    z-index: 0;
  }
  100% {
    z-index: 1;
  }
}
@keyframes afterZIndexAnim {
  0% {
    z-index: 0;
  }
  100% {
    z-index: 1;
  }
}
@-webkit-keyframes currentZIndexAnim {
  0% {
    z-index: 1;
  }
  100% {
    z-index: 0;
  }
}
@keyframes currentZIndexAnim {
  0% {
    z-index: 1;
  }
  100% {
    z-index: 0;
  }
}
@-webkit-keyframes afterFlipAnim {
  0% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@keyframes afterFlipAnim {
  0% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@-webkit-keyframes afterUpShadowAnim {
  0% {
    -webkit-box-shadow: inset 0 -100px 20px -10px #fbb84b;
    box-shadow: inset 0 -100px 20px -10px #fbb84b;
  }
  100% {
    -webkit-box-shadow: inset 0 0 20px -10px transparent;
    box-shadow: inset 0 0 20px -10px transparent;
  }
}
@keyframes afterUpShadowAnim {
  0% {
    -webkit-box-shadow: inset 0 -100px 20px -10px #fbb84b;
    box-shadow: inset 0 -100px 20px -10px #fbb84b;
  }
  100% {
    -webkit-box-shadow: inset 0 0 20px -10px transparent;
    box-shadow: inset 0 0 20px -10px transparent;
  }
}
@-webkit-keyframes afterDownShadowAnim {
  0% {
    -webkit-box-shadow: inset 0 100px 20px -10px #fbb84b;
    box-shadow: inset 0 100px 20px -10px #fbb84b;
  }
  100% {
    -webkit-box-shadow: inset 0 0 20px -10px transparent;
    box-shadow: inset 0 0 20px -10px transparent;
  }
}
@keyframes afterDownShadowAnim {
  0% {
    -webkit-box-shadow: inset 0 100px 20px -10px #fbb84b;
    box-shadow: inset 0 100px 20px -10px #fbb84b;
  }
  100% {
    -webkit-box-shadow: inset 0 0 20px -10px transparent;
    box-shadow: inset 0 0 20px -10px transparent;
  }
}
@-webkit-keyframes currentFlipAnim {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
}
@keyframes currentFlipAnim {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
}
@-webkit-keyframes currentUpShadowAnim {
  0% {
    -webkit-box-shadow: inset 0 0 15px -10px transparent;
    box-shadow: inset 0 0 15px -10px transparent;
  }
  50% {
    -webkit-box-shadow: inset 0 -50px 25px -10px #fbb84b;
    box-shadow: inset 0 -50px 25px -10px #fbb84b;
  }
  100% {
    -webkit-box-shadow: inset 0 -100px 25px -10px #fbb84b;
    box-shadow: inset 0 -100px 25px -10px #fbb84b;
  }
}
@keyframes currentUpShadowAnim {
  0% {
    -webkit-box-shadow: inset 0 0 15px -10px transparent;
    box-shadow: inset 0 0 15px -10px transparent;
  }
  50% {
    -webkit-box-shadow: inset 0 -50px 25px -10px #fbb84b;
    box-shadow: inset 0 -50px 25px -10px #fbb84b;
  }
  100% {
    -webkit-box-shadow: inset 0 -100px 25px -10px #fbb84b;
    box-shadow: inset 0 -100px 25px -10px #fbb84b;
  }
}
@-webkit-keyframes currentDownShadowAnim {
  0% {
    -webkit-box-shadow: inset 0 0 15px -10px transparent;
    box-shadow: inset 0 0 15px -10px transparent;
  }
  50% {
    -webkit-box-shadow: inset 0 50px 25px -10px #fbb84b;
    box-shadow: inset 0 50px 25px -10px #fbb84b;
  }
  100% {
    -webkit-box-shadow: inset 0 100px 25px -10px #fbb84b;
    box-shadow: inset 0 100px 25px -10px #fbb84b;
  }
}
@keyframes currentDownShadowAnim {
  0% {
    -webkit-box-shadow: inset 0 0 15px -10px transparent;
    box-shadow: inset 0 0 15px -10px transparent;
  }
  50% {
    -webkit-box-shadow: inset 0 50px 25px -10px #fbb84b;
    box-shadow: inset 0 50px 25px -10px #fbb84b;
  }
  100% {
    -webkit-box-shadow: inset 0 100px 25px -10px #fbb84b;
    box-shadow: inset 0 100px 25px -10px #fbb84b;
  }
}
.mobile__number {
  position: fixed !important;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  z-index: 99;
  font-size: 25px;
  bottom: 0;
  display: none;
}
.mobile__number a {
  color: #000;
}
.mobile__number ul {
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .company_subHeading,
  .contactForm h1,
  .contactForm h2,
  .pageTitle {
    padding-left: 0;
    text-align: center;
  }
  .nav_logo > img {
    width: 125px;
  }
  .nav_options {
    display: none;
  }
  .banner {
    padding: 0 15px;
  }
  .banner_content h1 {
    font-size: 42px;
  }
  .banner_content h2 {
    font-size: 20px;
  }
  .company_headingLg {
    padding-left: 0;
    font-size: 3rem;
    text-align: center;
  }
  .contactInfo {
    text-align: center;
  }
  .contactInfo p {
    padding-left: 0;
  }
  .contactInfo .col-xl-6:first-child div {
    margin-left: 0;
  }
  .orange_bar {
    left: 0;
  }
  .footer_bottom {
    padding: 3rem 6px;
  }
}
@media only screen and (max-width: 768px) {
  .home-about-txt-box {
    padding-top: 15px;
  }
  .home-about-box-main-head {
    font-size: 25px !important;
  }
  .home-about-box-sub-head {
    font-size: 17px;
  }
  .bottom-p-text p {
    font-size: 15px;
  }
  .thnk_box {
    padding: 15px !important;
  }
  .review {
    padding: 1rem 0;
  }
  .review .col-12 > p {
    width: 100%;
  }
  .company .col-lg-7 {
    margin-bottom: 1rem;
  }
  .contactInfo {
    margin-top: 2rem;
    padding: 3rem 0 6rem;
    background-color: #252b34;
  }
  .contactInfo .col-xl-6:first-child a {
    color: #fff;
    font-size: 34px;
    font-weight: bolder;
  }
  .contactForm > .row > .col-xl-6 {
    padding: 0 1rem;
  }
  footer .col-12 {
    margin: 1rem 0;
  }
  footer .row:nth-child(3) {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 991px) {
  .banner img {
    top: unset;
    bottom: -400px;
    right: unset;
  }
}
@media only screen and (max-width: 1100px) {
  .floatingBtns {
    top: 270px;
  }
  .company .imgFluid {
    padding: 0;
  }
  .getInTouch_content h2.ctafirst_head {
    line-height: 4rem;
  }
  .getInTouch_content {
    padding: 0 1rem;
  }
}
.floating_widget {
  padding: 10px;
  border: 1px solid #d7d7d7;
  border-radius: 0 4px 4px 0;
  border-left: none;
  box-shadow: 0 5px 17px -3px rgb(0 0 0 / 12%);
  transform: translateX(-5%);
  opacity: 1;
  left: -3px;
  -webkit-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  margin-bottom: auto;
  background-color: #fff;
  text-align: center;
  max-width: 100px;
  cursor: pointer;
  z-index: 1020;
  margin-top: auto;
  bottom: 40px;
  height: 150px;
  display: inline-block;
  position: fixed;
  top: auto;
}
.numbers {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 0;
}
.ratingStars,
.reviewsLogo_star,
.reviewsLogo_text {
  vertical-align: middle;
  display: inline-block;
}
.number_big {
  font-weight: 600;
  color: #000;
}
.number_small {
  color: #000000cc;
  font-size: 12px;
}
.subheading_big,
.subheading_small {
  line-height: normal;
  color: #000;
  font-size: 12px;
}
.ratingStars {
  margin-bottom: 5px;
}
.subheading_small {
  font-weight: 300;
}
.subheading_big {
  font-weight: 600;
}
.reviewsLogo_text {
  color: #333;
  font-size: 12px;
  line-height: 35px;
  text-transform: uppercase;
}
.reviewsLogo_star img {
  width: 18px;
  margin-right: 2px;
  position: relative;
  top: -2px;
}
.reviewsLogo {
  float: left;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
.floating_footer {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-top: 1px solid #ccc;
  padding-top: 3px;
}
@media (max-width: 1600px) {
  .starsBG img {
    width: 100%;
    height: 95px;
  }
  .banner_sec_main .carousel-caption h2 {
    font-size: 57px;
  }
  .banner_sec_main .carousel-caption h2 span.bnfirt_word {
    font-size: 60px;
  }
  .banner-content-sec p {
    font-size: 21px;
    line-height: 30px;
  }
  .banner-content-sec ul li {
    font-size: 15px;
  }
  .banner-content-sec h6 {
    font-size: 17px;
  }
  .award_icon {
    padding-top: 0;
  }
  .banner_btn {
    padding-top: 10px;
  }
  .services_sec_main .container-fluid {
    padding: 0 0 0 60px;
  }
  .doublewrap h3,
  .packages_detail_price h4,
  .services_tab ul li a {
    font-size: 33px;
  }
  .services_rigt_box p,
  footer h5 {
    font-size: 22px;
  }
  .chatt a.action-no,
  .services_rigt_box ul.bullets_ser li a {
    font-size: 18px;
  }
  .services_rigt_box {
    padding: 40px 70px;
  }
  .portfolio_heading h1 {
    font: 45px/64px Poppins, sans-serif;
  }
  .portfolio_heading p {
    font: 17px/25px Poppins, sans-serif;
  }
  .packages_cardTop h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .packages_cardTop h2 {
    font-size: 55px;
  }
  .getInTouch_content h2.ctafirst_head {
    font-size: 2.3rem;
    line-height: 3rem;
  }
  .getInTouch_content h2 {
    font-size: 24px;
  }
  .footer_bottom {
    padding: 3rem 6rem;
  }
  .bannerForm h2,
  .banner_content h1,
  .contactForm h1,
  .contactForm h2,
  .doublewrap span.price,
  .heading_packages h1 {
    font-size: 35px;
  }
  .banner_content h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .packages_tabs,
  .portfolio_heading {
    margin-bottom: 20px;
  }
  .chatt h2 {
    font-size: 19px !important;
  }
  .pakages_list_head h2 {
    font-size: 23px;
  }
  .banner_content ul {
    margin: 1rem 0 2rem;
  }
  .company_headingLg {
    font-size: 3rem;
  }
  .company .imgFluid {
    padding: 1rem;
    width: 100%;
  }
}
@media (max-width: 1500px) {
  .banner_sec_main .carousel-caption {
    padding: 0 0 0 50px;
  }
  .banner_sec_main .carousel-caption h2 span.bnfirt_word {
    font-size: 95px;
  }
  .banner_sec_main .carousel-caption h2 {
    font-size: 55px;
    line-height: 55px;
  }
  span.bnfive_word {
    top: 0;
  }
  .banner-content-sec ul li {
    font-size: 15px;
    padding-bottom: 3px;
  }
  .banner_sec_main .carousel-caption h2 span.bnthird_word {
    top: 0;
    line-height: 40px;
  }
  .services_tab ul li a {
    font-size: 18px;
    line-height: 35px;
  }
  .services_tab_img img {
    width: 100%;
    min-height: 650px;
    object-fit: cover;
  }
  .getInTouch_images .imgFluid {
    max-width: 65%;
  }
  .banner_right {
    text-align: center;
  }
  .banner_right img {
    width: 90% !important;
  }
  .platform_sec_main {
    padding: 35px 0 0;
  }
  .services_head h3 {
    padding-left: 50px;
  }
  .getInTouch_content h2,
  .packages_detail_price h3 {
    font-size: 23px;
  }
  .banner_content h1 {
    font-size: 33px;
  }
  .banner_content p {
    margin-bottom: 1rem;
    font-size: 16px;
  }
  .bannerForm input {
    font-size: 14px;
    padding: 10px;
    height: 43px;
  }
  .bannerForm textarea {
    font-size: 16px;
    padding: 10px;
    height: 100px;
  }
  .contactForm h1,
  .contactForm h2 {
    font-size: 35px;
    padding-bottom: 1rem;
    margin-bottom: 10px;
  }
  .pageTitle::after {
    top: auto;
    left: 0;
    bottom: 0;
  }
  .contactForm p {
    padding: 19px 0 50px 40px;
  }
  .contactInfo .col-md-6:first-child div {
    margin-left: 2rem;
  }
  .contactInfo .col-md-6:first-child a {
    font-size: 29px;
  }
  .contactInfo .col-md-6:nth-child(2) span {
    font-size: 18px;
  }
  .contactInfo .col-md-6:nth-child(2) h5 {
    font-size: 28px;
  }
  .nav_links {
    display: flex;
    margin-bottom: 0;
  }
}
@media (max-width: 1440px) {
  .banner_sec_main .carousel-caption h2 span.bnfirt_word {
    font-size: 45px;
    line-height: 40px;
  }
  .banner_sec_main .carousel-caption h2 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .banner-content-sec p {
    font-size: 18px;
    line-height: 25px;
  }
  .banner-content-sec {
    top: 10px;
  }
  .services_sec_main .container-fluid {
    padding: 0 0 0 40px;
  }
  .banner_content h1 {
    font-size: 30px;
  }
  .banner_content p {
    margin-bottom: 1rem;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 4px;
  }
  .banner_content h2,
  .process_content_sec p {
    font-size: 17px;
    line-height: 25px;
  }
  .banner_content ul li {
    font-size: 15px;
    line-height: 32px;
  }
  .portfolio_heading p {
    font: 16px/25px Poppins, sans-serif;
  }
  .packages_cardTop h2 {
    font-size: 45px;
  }
  .process_content_sec h2 {
    font-size: 20px;
  }
  .process_content_sec h3 {
    font-size: 15px;
  }
  .getInTouch_content h2.ctafirst_head {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .getInTouch_content h2 {
    font-size: 23px;
    line-height: 30px;
  }
  .packages_heading {
    margin: 4rem 0 30px;
  }
  .packages_heading h2,
  .portfolio_heading h1 {
    font: 40px/64px Poppins, sans-serif;
  }
  .company_headingLg {
    font-size: 2.5rem;
  }
  span.bnfirt_word:after {
    top: 3px;
    left: 3px;
  }
  span.bnforth_word:after,
  span.bnscond_word:after {
    top: 1px;
    left: 3px;
  }
  span.bnfive_word:after {
    top: 2px;
    left: 2px;
  }
  span.bnthird_word:after {
    top: 1px;
    left: 2px;
  }
  .services_rigt_box ul.bullets_ser li a {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .process_icon_sec span {
    font-size: 60px;
  }
  .web_content_Sec h2 {
    font-size: 35px;
  }
  .web_content_Sec p {
    font-size: 17px;
    line-height: 27px;
  }
  footer h2 {
    font-size: 28px;
  }
  .banner {
    padding: 3rem 4rem 5rem;
  }
}
@media (max-width: 1300px) {
  .award_icon span img,
  .banner_right img {
    height: auto !important;
  }
  .banner_sec_main .carousel-item img {
    width: 100%;
    height: 600px;
  }
  .banner_right img {
    width: 100% !important;
    right: -50px;
  }
  .services_tab_img img {
    width: 100%;
    min-height: 540px;
  }
  .review_sec_main .slick-next,
  .review_sec_main .slick-prev {
    top: 69%;
  }
  .review_sec_main .slick-prev {
    right: auto;
    left: -50px;
  }
  .review_sec_main .slick-next {
    right: -50px;
  }
  .nav_logo > img {
    width: 160px;
  }
  .nav_link > a {
    padding: 2rem 7px;
  }
  .banner_sec_main .carousel-caption h2 span.bnfirt_word {
    font-size: 40px;
    line-height: 30px;
  }
  .banner_sec_main .carousel-caption h2 {
    font-size: 40px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .services_tab ul {
    padding: 0.7rem 1.5rem;
  }
  footer .d-lg-block {
    display: none !important;
  }
  footer .col-12.col-lg-4:last-child .location_tab_Sec {
    padding-left: 50px;
  }
  .getInTouch_content h2.ctafirst_head {
    font-size: 1.7rem;
    line-height: 2.2rem;
    font-weight: 600;
  }
  .getInTouch_content h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 1rem 0 2rem;
  }
  .getInTouch_images .imgFluid {
    max-width: 77%;
  }
  .subNav ul > li > a {
    color: #333;
    font-size: 13px;
  }
  .bannerForm h2 {
    font-size: 32px;
  }
  .packages_heading p {
    font: 18px/31px Poppins, sans-serif;
  }
  .nav_option {
    font-size: 15px;
  }
  .jack li {
    position: relative;
    font-size: 13px;
  }
  .doublewrap h3 {
    font-size: 28px;
  }
  .packages_tab {
    font-size: 13px;
    font-weight: 600;
  }
  .pakages_list_head h2 {
    font-size: 20px;
  }
  .pakages_list_detail ul li {
    font-size: 14px;
  }
  .heading_packages h1,
  .packages_detail_price h4 {
    font-size: 30px;
  }
  .heading_packages p {
    font-size: 18px;
  }
  .floatingBtns > a i,
  .floatingBtns > a span,
  .termsConditions p {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .company_headingLg,
  .pageTitle {
    font-size: 2rem;
  }
  .nav_options {
    margin-left: 2rem;
  }
  .banner_sec_main .carousel-caption h2,
  .banner_sec_main .carousel-caption h2 span.bnfirt_word {
    font-size: 40px;
  }
  .services_tab ul li a {
    font-size: 26px;
    line-height: 31px;
    font-weight: 300;
  }
  .services_rigt_box ul.bullets_ser li:before {
    top: -7px;
  }
  .services_rigt_box {
    padding: 40px;
  }
  .services_rigt_box p {
    font-size: 20px;
  }
  .review_content p {
    width: 80%;
    margin: 0 auto 20px;
    font-size: 19px;
    line-height: 32px;
  }
  .review_sec_main .slick-prev {
    right: auto;
    left: 0;
  }
  .review_sec_main .slick-next {
    right: 0;
  }
  .getInTouch_images {
    left: -20px;
  }
  .getInTouch_images .imgFluid {
    max-width: 84%;
  }
  .getInTouch_content {
    padding-left: 2rem;
  }
  .nav {
    padding: 0.7rem 1rem;
  }
  .services_sec_main .container-fluid {
    padding: 0 0 0 30px;
  }
  .banner {
    padding: 2rem 3rem;
  }
  .banner_content h1 {
    font-size: 28px;
  }
  .banner_content h2 {
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
  }
  .banner_content ul li {
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
  }
  .contactForm p,
  .termsConditions p,
  footer .location_tab_Sec a {
    font-size: 16px;
  }
  .contactForm p {
    padding: 19px 0 30px;
    position: relative;
    letter-spacing: 2px;
  }
  .contactForm p::after {
    left: 0;
  }
  .contactForm {
    margin: 3rem auto 4rem;
  }
  .contactInfo {
    margin-top: 0;
    padding: 2rem 10px 3rem;
  }
  .contactInfo .col-md-6:first-child div {
    margin-left: 0;
  }
  .contactInfo .col-md-6:first-child a,
  footer h2 {
    font-size: 25px;
  }
  .contactUs.contactForm {
    padding-top: 3rem;
    margin: 0;
    padding-bottom: 60px;
  }
  .contactInfo .col-md-6:nth-child(2) span,
  footer p {
    font-size: 15px;
    line-height: 25px;
  }
  footer > .row:nth-child(3) {
    padding: 3rem 2rem;
  }
  .footer_bottom {
    padding: 1rem 6rem;
  }
  .contactForm h1,
  .contactForm h2 {
    font-size: 29px;
  }
  .pageTitle {
    padding-bottom: 1rem;
    margin-top: 2rem;
  }
  .company .col-lg-7 p {
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
  }
  .overlayGreyDotted,
  .overlayRedDotted {
    display: none;
  }
  .company .col-lg-7 {
    margin-top: 1rem;
    margin-bottom: 0;
    max-width: 100%;
    flex: 87%;
  }
  .company_subSection {
    margin: 2rem auto 0;
  }
  .company h1.pageTitle:after {
    left: 82px;
    right: auto;
  }
  .company .imgFluid {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .nav_options {
    margin-left: 20px;
  }
  .nav_link > a {
    padding: 2rem 5px;
    font-size: 13px;
  }
  .banner_sec_main .carousel-caption {
    padding: 0 0 0 20px;
  }
  .banner_sec_main .carousel-caption h2,
  .banner_sec_main .carousel-caption h2 span.bnfirt_word {
    font-size: 35px;
    line-height: 20px;
  }
  .banner-content-sec p {
    font-size: 16px;
    line-height: 25px;
  }
  .arrowBtn {
    margin-right: 0.5rem;
    font-size: 15px;
  }
  .arrowBtn::after {
    width: 40px;
    height: 40px;
    background-position: -14px center;
  }
  .contactInfo .col-md-6:first-child a,
  .services_tab ul li a {
    font-size: 22px;
  }
  .services_head h3 {
    padding-left: 0;
  }
  .services_tab ul {
    padding: 0.7rem 0;
  }
  .nav-tabs .nav-item {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .services_rigt_box ul.bullets_ser li a {
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: 500;
  }
  .services_tab_img img {
    width: 100%;
    min-height: 510px;
  }
  .packages_cardBody ul {
    width: 246px;
  }
  .packages_card {
    margin: 10px 3px;
  }
  .packages_cardBody ul li {
    padding: 5px 0;
  }
  .packages_cardTop h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .packages_cardTop h2 {
    font-size: 39px;
  }
  .packages_cardTop h2 sup {
    top: 10px;
    margin-left: -11px;
  }
  .packages_cardBottom div a,
  .process_content_sec h3 {
    font-size: 13px;
  }
  .banner_content h1 {
    font-size: 24px;
  }
  .banner_content h2 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
  }
  .banner_content ul li {
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
  }
  .packages_heading h2 {
    font: 30px/35px Poppins, sans-serif;
  }
  .packages_heading p {
    font: 16px/25px Poppins, sans-serif;
  }
  .process_content_sec h2 {
    font-size: 17px;
  }
  .process_content_sec p {
    font-size: 14px;
    line-height: 23px;
    width: 99%;
    margin: 0 auto;
  }
  .process_tab_main {
    min-height: 210px;
    margin-bottom: 10px;
  }
  .process_icon_sec span {
    font-size: 53px;
    left: -14px;
  }
  .review_content p {
    width: 80%;
    margin: 0 auto 20px;
    font-size: 17px;
    line-height: 29px;
  }
  .web_content_Sec p {
    font-size: 15px;
    line-height: 25px;
  }
  .contactForm h1,
  .contactForm h2 {
    font-size: 23px;
  }
  .bannerForm h2 {
    font-size: 28px;
  }
  .contactForm .col-12.col-xl-6 {
    flex: 50%;
  }
  .contactForm form input,
  .contactForm form select,
  .contactForm form textarea {
    min-height: 50px;
  }
  .heading_packages h1 {
    font-size: 25px;
  }
  p.smm_pkg {
    font-size: 12px;
  }
  .bannerForm p,
  .dropdownMenu a {
    font-size: 16px;
  }
  .review_box_inner p {
    font-size: 14px;
    line-height: 23px;
  }
  .review_box_inner h3 {
    font-size: 18px;
  }
  .web_content_Sec h2 {
    font-size: 26px;
  }
  .company .col-lg-7 {
    flex: 100%;
  }
}
@media (max-width: 1024px) {
  .nav_link > a,
  .nav_links {
    transition: 0.3s ease-in-out;
  }
  .nav_links {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    background: #005492;
    width: 320px;
    min-height: 100vh;
    z-index: 4;
    padding: 4rem 1rem;
    transform: translateX(320px);
  }
  .nav_links.open {
    transform: translateX(0);
  }
  .nav_link > a {
    font-weight: 700;
    padding: 1.5rem;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #266ea3;
    width: 100%;
  }
  .dropdownMenu {
    width: 290px;
    position: relative;
    top: 0;
    background: #00477c;
    border: none;
    padding: 0;
  }
  .dropdownMenu a {
    color: #fff;
    font-size: 14px;
    padding: 1.2rem 1rem;
  }
  .dropdownMenu_icon {
    width: 54px;
    height: 20px;
    top: 15px;
    left: -20px;
    fill: white;
  }
  .fa-times-circle {
    color: #fff;
    font-size: 30px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
  }
  .fa-bars {
    display: block;
    margin: 0 1rem;
  }
  .dropdownMenu {
    left: 0;
  }
  .services_rigt_box p {
    font-size: 16px;
  }
  .services_tab_img img {
    width: 100%;
    min-height: 490px;
  }
  .portfolio_tab {
    font-size: 13px;
    padding: 5px 6px;
    margin: 5px;
  }
  .banner_sec_main .carousel-item img {
    width: 100%;
    height: 540px;
  }
  .banner_right img {
    width: 100% !important;
    height: auto !important;
    right: -30px;
    top: 20px;
  }
  .banner-content-sec h6 {
    font-size: 15px;
  }
  .banner_sec_main .carousel-caption h2 span.bnfirt_word {
    font-size: 35px;
    line-height: 60px;
  }
  .banner_sec_main .carousel-caption h2 span.bnthird_word {
    top: 0;
    line-height: 30px;
  }
  .banner_sec_main .carousel-caption h2 {
    font-size: 35px;
    line-height: 20px;
  }
  .review_sec_main {
    padding: 50px 0;
  }
  .padding-70 {
    padding: 60px 0;
  }
  .review_sec_main .pt-5 {
    padding: 0 !important;
  }
}
@media (max-width: 1002px) {
  .banner_btn ul li a {
    font-size: 13px;
  }
  .banner-content-sec p {
    font-size: 14px;
    line-height: 22px;
  }
  .banner-content-sec ul li {
    font-size: 13px;
    padding-bottom: 3px;
    padding-left: 20px;
  }
  .banner-content-sec ul li:after {
    font-size: 15px;
  }
  .services_tab ul li a {
    font-size: 19px;
    line-height: 25px;
  }
  .services_rigt_box p {
    font-size: 14px;
    padding-bottom: 0;
  }
  .services_rigt_box ul.bullets_ser li a {
    font-size: 12px;
    padding-bottom: 10px;
    font-weight: 500;
  }
  .services_tab_img img {
    width: 100%;
    min-height: 450px;
  }
  footer h5 {
    font-size: 18px;
  }
  footer h2 {
    font-size: 21px;
  }
  .subNav ul > li > a {
    color: #333;
    font-size: 11px;
  }
  .subNav .container {
    max-width: 870px;
  }
  .padding-70 {
    padding: 40px 0;
  }
}
@media (max-width: 850px) {
  .banner_sec_main .carousel-caption h2 span.bnfirt_word {
    font-size: 25px;
    line-height: 50px;
  }
  .banner_sec_main .carousel-caption h2 {
    font-size: 25px;
    line-height: 0;
  }
  .banner_sec_main .carousel-caption h2 span.bnthird_word {
    top: 0;
    line-height: 10px;
  }
  .banner-content-sec h6 {
    font-size: 13px;
  }
  .banner-content-sec p {
    font-size: 13px;
    line-height: 19px;
  }
  .award_icon span img {
    margin-right: 5px;
    max-width: 22%;
    width: auto !important;
  }
  .arrowBtn::after {
    margin-left: 5px;
    width: 30px;
    height: 30px;
    background-position: -12px center;
  }
  .banner_sec_main .carousel-item img {
    width: 100%;
    height: 460px;
    object-fit: cover;
  }
  .banner_right img {
    top: 50px;
  }
  .portfolio .col-md-6 {
    flex: 32%;
  }
  .packages_cardBody ul {
    width: 226px;
  }
  .packages_card {
    margin: 10px 2px;
    padding: 20px 19px;
  }
  .packages .container {
    max-width: 900px;
  }
  .packages_cardTop h3 {
    font-size: 16px;
    line-height: 18px;
  }
  .packages_cardTop h2 {
    font-size: 33px;
    margin-top: 0.5rem;
  }
  .packages_cardBody ul li {
    padding: 5px 0;
    font-size: 12px;
  }
  .getInTouch .col-lg-6 {
    max-width: 50%;
    flex: 50%;
    order: unset;
  }
  .getInTouch_content h2.ctafirst_head {
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
  }
  .getInTouch_content h2 {
    font-size: 16px;
    line-height: 23px;
    margin: 1rem 0;
  }
  .getInTouch_images .imgFluid {
    max-width: 90%;
  }
  .review_content p {
    width: 85%;
    margin: 0 auto 20px;
    font-size: 16px;
    line-height: 29px;
    font-style: initial;
  }
  .review_content h5 {
    font-size: 17px;
    font-weight: 700;
  }
  footer .col-12.col-lg-4:last-child .location_tab_Sec {
    padding-left: 0;
  }
  .packages_cards {
    margin-bottom: 0;
  }
  .packages_tab {
    font-size: 12px;
    font-weight: 500;
    margin: 2px;
  }
  .portfolio_heading h1 {
    font: 30px/34px Poppins, sans-serif;
  }
  .portfolio_heading p {
    font: 15px/25px Poppins, sans-serif;
  }
  .banner .col-lg-6 {
    flex: 50%;
    max-width: 50%;
  }
  .process_sec .container {
    max-width: 860px;
  }
  .process_content_sec h2 {
    font-size: 15px;
  }
  .process_content_sec p {
    font-size: 13px;
    line-height: 23px;
    width: 100%;
  }
  .process_icon_sec span {
    font-size: 47px;
    left: -11px;
  }
  .banner_content h1 {
    font-size: 19px;
  }
  .banner_content p {
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .arrowBtn {
    margin-right: 0.5rem;
    font-size: 13px;
  }
  .banner_content h2 {
    font-size: 14px;
    line-height: 20px;
  }
  .banner_content ul li {
    font-size: 12px;
    line-height: 23px;
    font-weight: 400;
  }
  .bannerForm input,
  .bannerForm textarea {
    font-size: 14px;
  }
  .bannerForm h2 {
    font-size: 25px;
  }
  .banner {
    background-size: cover;
    background-position: center;
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .btnwrp {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .main-heading {
    font-size: 28px !important;
    font-weight: 300;
  }
  .upr-head {
    font-size: 14px;
  }
  .btn-main,
  .btn-secnd {
    padding: 10px 20px;
    font-size: 18px;
    display: block;
    margin: 0 0 10px;
    text-align: center;
  }
  .banner_sec_main .carousel-caption {
    padding: 0 0 0 10px;
  }
  .banner-content-sec ul li,
  .banner_btn ul li a,
  .pakages_list_detail ul li {
    font-size: 12px;
  }
  .services_rigt_box {
    padding: 15px 30px;
  }
  .services_tab_img img {
    width: 100%;
    min-height: 400px;
  }
  ul.bullets_ser {
    margin: 0;
  }
  .services_tab ul li a {
    font-size: 17px;
    line-height: 23px;
  }
  .packages_cardBody ul {
    width: 296px;
  }
  .packages_card {
    margin: 10px 9px;
  }
  .getInTouch::after,
  .getInTouch_images .imgFluid {
    display: none;
  }
  .getInTouch .col-lg-6 {
    max-width: 100%;
    flex: 100%;
    order: unset;
  }
  .getInTouch_content p {
    margin-bottom: 1rem;
  }
  .portfolio_heading h1 {
    font: 25px/34px Poppins, sans-serif;
  }
  .nav_link > a {
    padding: 17px 20px;
  }
  .nav_links {
    padding: 3rem 1rem;
  }
  .dropdownMenu a {
    color: #fff;
    font-size: 14px;
    padding: 11px 10px;
  }
  .dropdownMenu_icon {
    top: 9px;
  }
  .bannerForm {
    padding: 20px;
  }
  .process_tab_sec .col-sm-4,
  .review_sec_tab .col-sm-4 {
    max-width: 50%;
    flex: 50%;
  }
  .process_content_sec p {
    font-size: 16px;
    line-height: 28px;
    width: 100%;
  }
  .process_content_sec h2 {
    font-size: 21px;
  }
  .process_content_sec h3 {
    font-size: 16px;
  }
  .banner_content h2 {
    font-size: 13px;
    line-height: 20px;
  }
  .banner_content ul li::before {
    font-size: 15px;
  }
  .banner_content ul li {
    padding-left: 1rem;
  }
  .packages_detail_price h4 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .banner_right img,
  .contactForm p::after,
  .overlayShapes,
  .services_tab_img {
    display: none;
  }
  footer {
    padding-bottom: 70px;
  }
  .banner_sec_main .carousel-caption .col-sm-5,
  .packages_sec_main .col-sm-4,
  .packages_sec_main .col-sm-8,
  .services_sec_main .col-sm-9 .col-sm-9 {
    max-width: 100%;
    flex: 100%;
  }
  .banner_sec_main .carousel-caption h2 span.bnfirt_word {
    font-size: 35px;
    line-height: 50px;
  }
  .banner_sec_main .carousel-caption h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .banner-content-sec {
    top: 20px;
  }
  .banner-content-sec ul li {
    font-size: 15px;
  }
  .services_tab ul li a {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
  }
  .services_tab ul li a.active {
    font-weight: 800;
  }
  .packages_tabs,
  .portfolio_tabs {
    text-align: center;
  }
  .services_rigt_box {
    padding: 15px 30px;
    height: 410px;
  }
  .packages_card {
    margin: 10px 5px;
  }
  .packages_cardBody ul {
    width: 223px;
  }
  .contactForm h1,
  .contactForm h2 {
    font-size: 23px;
    text-align: left;
  }
  .banner_sec_main .carousel-item:after {
    content: "";
    background: rgb(255 255 255 / 52%);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
  }
  .review_sec_main {
    padding: 50px 0 90px;
  }
  .review_sec_main .slick-next,
  .review_sec_main .slick-prev {
    top: auto;
    bottom: -80px;
  }
  .review_sec_main .slick-prev {
    right: auto;
    left: 39%;
  }
  .review_sec_main .slick-next {
    right: 39%;
  }
  .review_content p {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 15px;
    line-height: 25px;
    font-style: initial;
  }
  .packages_cardTop h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .banner .col-lg-6,
  .contactForm .col-12.col-xl-6 {
    flex: 100%;
    max-width: 100%;
  }
  .bannerForm {
    padding: 20px;
    display: block;
  }
  .banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .banner {
    background-size: cover;
    background-position: center;
  }
  .banner_content ul li {
    font-size: 13px;
    line-height: 26px;
    font-weight: 400;
  }
  .floatingBtns {
    top: 400px;
    display: none;
  }
  .process_content_sec p {
    font-size: 14px;
    line-height: 23px;
    width: 100%;
  }
  .process_content_sec h2 {
    font-size: 17px;
  }
  .process_content_sec h3 {
    font-size: 14px;
  }
  .banner_content h2 {
    font-size: 13px;
    line-height: 27px;
  }
  .portfolio_tab {
    font-size: 13px;
    padding: 8px 12px;
    margin: 5px;
  }
  .portfolio .col-md-6 {
    flex: 50%;
    max-width: 50%;
  }
  .portfolio_imgThumbnails {
    margin-top: 0;
  }
  .contactForm p {
    padding: 19px 0 0;
  }
}
@media (max-width: 450px) {
  .portfolio_tabs {
    padding-bottom: 20px;
    text-align: center;
  }
  .services_sec_main .container-fluid {
    padding: 0;
  }
  .services_tab ul {
    padding: 0 29px 20px;
  }
  .services_tab ul li a {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
  }
  .services_rigt_box {
    padding: 35px 30px;
    height: auto;
  }
  .services_rigt_box p {
    font-size: 16px;
    padding-bottom: 0;
  }
  .services_rigt_box ul.bullets_ser li a {
    font-size: 15px;
    padding-bottom: 10px;
    font-weight: 500;
  }
  .services_head h3 {
    padding-left: 30px;
  }
  .portfolio_tab {
    font-size: 12px;
    padding: 8px 7px;
    margin: 4px;
  }
  .packages_card {
    margin: 10px 25px;
    width: 100%;
  }
  .packages_cardBody ul {
    width: 100%;
    height: 255px;
  }
  .packages_cardBody ul li {
    padding: 5px 0;
    font-size: 15px;
  }
  .footer_bottom {
    padding: 20px 0;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .contactForm form input,
  .contactForm form select,
  .contactForm form textarea {
    min-height: 50px;
    font-size: 15px;
  }
  .pageTitle {
    padding-left: 0;
    text-align: left;
  }
  .company_headingLg {
    font-size: 2rem;
    text-align: left;
  }
  .company h1.pageTitle:after {
    left: 0;
    right: auto;
  }
  .company .col-lg-7 p {
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    padding-bottom: 0;
  }
  .company .imgFluid {
    margin-bottom: 20px;
  }
  .actions.row {
    bottom: 10px;
  }
  .actions.row .col-md-6.col-xs-6 {
    flex: 50%;
    max-width: 50%;
  }
  .row.scond_row {
    flex-direction: column-reverse;
  }
  .pakages_list_detail ul li {
    font-size: 15px;
  }
  .review_sec_tab .col-sm-4 {
    max-width: 100%;
    flex: 100%;
  }
}
@media (max-width: 400px) {
  .priccc,
  .wrapk {
    width: 100%;
    padding-top: 20px;
  }
  .banner_sec_main .carousel-caption h2 span.bnfirt_word {
    font-size: 25px;
    line-height: 50px;
  }
  .banner_sec_main .carousel-caption h2 {
    font-size: 25px;
    line-height: 17px;
    margin-bottom: 20px;
  }
  .banner-content-sec h6 {
    font-size: 15px;
  }
  .review_sec_main .slick-prev {
    right: auto;
    left: 35%;
  }
  .chatt a.action-no {
    font-size: 16px;
  }
  .wrapk {
    text-align: center;
    float: none;
  }
  .actions a {
    margin-right: 10px;
  }
  .chatt .actions .action-chat {
    font-size: 17px;
  }
  .chatt h2 {
    font-size: 16px !important;
  }
  .doublewrap {
    margin-top: 30px;
    padding: 14px 20px;
  }
  .doublewrap h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  span.old-price {
    width: auto;
    display: inline-block;
  }
  .doublewrap span.price {
    font-size: 31px;
    padding-left: 6px;
  }
  .subNav .container {
    max-width: 100%;
  }
  .subNav ul > li > a {
    color: #333;
    font-size: 13px;
  }
  .portfolio_heading p {
    font: 14px/25px Poppins, sans-serif;
  }
  .portfolio_heading h1 {
    font: 22px/22px Poppins, sans-serif;
  }
  .floatingBtns_form > form {
    width: 330px;
  }
  .floatingBtns {
    right: -332px;
  }
}
@media (max-width: 414px) {
  .process_tab_sec .col-sm-4 {
    max-width: 100%;
    flex: 100%;
  }
  .form-group.col-12 {
    padding: 0;
  }
}
.gurantees-am {
  padding: 40px 0;
}
.inner-banner {
  width: 100%;
  background: url(../images/Bannerimag2.webp) center/cover fixed;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 0 0;
}
.inner-banner-text h1 {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.uline {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fdc11f;
  width: 88px;
  height: 5px;
}
.bottom-p-text p {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}
.home-about-box-main-head,
.services h2 {
  color: #28a5dd !important;
  font-weight: 700;
}
.img-sec {
  padding: 50px 0 0;
}
.terms_condition_section {
  padding-top: 30px;
  width: 100%;
}
.services h2 {
  font-size: 30px;
  text-align: left;
  line-height: 1.5;
  text-transform: uppercase;
}
.terms_condition_section .container p {
  font-size: 16px;
}
.gurantees-am .circle {
  border-radius: 50%;
  background: #191e4f;
  border: 1px solid #fdc11f;
  height: 100px;
  width: 100px;
}
.gurantees-am .circle img,
.rs-footer-2 .footer-share,
.side-img {
  margin-top: 20px;
}
.gurantees-am .h2 {
  color: #28a5dd;
  font-size: 30px;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 50px;
}
.gurantees-am .h3 {
  color: #28a5dd;
  font-weight: 600;
  font-size: 16px;
  margin-top: 30px;
}
.home-about-box-main-head {
  font-size: 36px;
  margin-bottom: 15px;
}
.home-about-box-sub-head {
  color: #fbb84b !important;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px !important;
}
.thnk_box {
  background: #fff;
  padding: 60px 200px 30px;
  text-align: center;
  margin: 30px 0 120px;
  -webkit-box-shadow: 0 0 68px 1px rgb(0 0 0 / 8%);
  -moz-box-shadow: 0 0 68px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 68px 1px rgb(0 0 0 / 8%);
}
.thnk_box h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 15px;
  color: #000;
  text-transform: capitalize;
}
.thnk_box h4 {
  margin: 0 0 20px;
  font-weight: 700;
  color: #fbb84b;
}
.thnk_box p {
  margin: 30px 0;
  line-height: 24px;
  font-size: 17px;
}
