/*CUSTOM CSS*/
*,
body {
  font-family: "Open Sans", sans-serif;
}
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
  font-family: Poppins, sans-serif;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
:focus {
  outline: 0;
}
:hover {
  transition: 0.3s;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin-bottom: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.heading {
  text-align: center;
}
.heading h2 {
  color: #1c1a3b;
  font-size: 24px;
  font-weight: 600;
}
.heading h3 {
  font-size: 50px;
  font-weight: 700;
  color: #141232;
}
.heading h3 span {
  color: #e92747;
  font-family: Poppins, sans-serif;
}
.heading p {
  color: #666;
  font-size: 18px;
  font-weight: 400;
}
header {
  background-color: #ffff;
  padding: 20px 0;
}
.dropdown-menu {
  min-width: 16em;
  padding: 0;
  border-color: transparent !important;
  box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.dropdown-menu li {
  margin: 0 !important;
}
.dropdown-menu a {
  padding: 12px 15px;
  border-bottom: 1px solid #f87213;
  transition: all 0.2s ease-in-out;
  display: block;
  color: #fff;
  font-size: 14px;
}
.dropdown-menu a:hover {
  background-color: #f87213 !important;
  color: #fff !important;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand-logo {
  text-decoration: none;
  display: block;
  width: 20%;
  position: relative;
  z-index: 999;
  margin-left: 30px;
}
.doubleMenu {
  flex-grow: 1;
}
.menuInfo ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.menuInfo ul li a {
  padding: 5px 15px;
  line-height: 1.5;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-family: Poppins, sans-serif;
  transition: 0.4s;
}
.menuInfo ul li a:hover {
  color: #ef0a5d;
}
.menuInfo ul li a i {
  transition: 0.4s;
}
.menuInfo ul li a:hover i {
  color: #ef0a5d;
}
.menuInfo ul li a .fas {
  color: #101010;
  font-size: 0.85rem;
  margin-right: 7px;
  margin-top: -4px;
}
ul.navbar {
  list-style: none;
  padding: 0;
  margin: 0 -0.7vw;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
ul.navbar li {
  margin: 0 0.5vw;
  display: inherit;
  position: relative;
}
ul.navbar li a {
  font-weight: 400;
  padding: 10px 10px;
  text-decoration: none;
  color: #222;
  font-size: 16px;
  font-family: Poppins, sans-serif;
  transition: 0.4s;
  text-transform: capitalize;
}
ul.navbar li a.active,
ul.navbar li a:hover {
  color: #f87213;
}
.menu-right {
  padding-left: 70px;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.navicon {
  position: relative;
  z-index: 999;
}
.nav-toggle span {
  top: 25px;
}
.nav-toggle {
  width: 56px;
  height: 53px;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-image: -moz-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  background-image: -webkit-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  background-image: -ms-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
}
.nav-toggle span,
.nav-toggle span:after,
.nav-toggle span:before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  cursor: pointer;
}
.nav-toggle span,
.nav-toggle span:after,
.nav-toggle span:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-toggle span:before {
  top: -8px;
}
.nav-toggle span:after {
  bottom: -8px;
}
.nav-toggle.active span:after,
.nav-toggle.active span:before {
  top: 0;
}
.nav-toggle.active span:after,
.nav-toggle.active span:before {
  top: 0;
}
.nav-toggle.active span {
  background-color: transparent !important;
}
.nav-toggle.active span:after {
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg);
  background-color: #fff;
}
.nav-toggle.active span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
.btn-default {
  text-transform: uppercase;
  color: #333;
  padding: 13px 30px;
  font-family: Poppins, sans-serif;
  margin: 0 41px 0 31px;
  box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
}
.btn-default:hover {
  background-color: #e83b00;
  color: #fff;
}
.btn-default:hover span {
  color: #fff;
}
.btn-default span {
  font-weight: 700;
  font-family: Poppins, sans-serif;
  color: #e92747;
}
.header-number {
  display: flex;
  align-items: center;
}
.header-number:hover span {
  color: #e83b00;
}
.header-number i {
  margin-right: 15px;
}
.header-number span {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
}
.detailHeader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(147 145 140) 0,
    rgb(79 79 79) 100%
  );
  z-index: 99;
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.detailHeader .innerMenu li {
  padding: 5px 0;
  flex: 0 0 100%;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
}
.detailHeader .innerMenu li:first-child {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.detailHeader .innerMenu li:nth-child(2) {
  -webkit-transition-delay: 15ms;
  transition-delay: 15ms;
}
.detailHeader .innerMenu li a {
  color: #eee;
  line-height: 40px;
  font-size: 27px;
  font-weight: 700;
  text-decoration: none;
}
.detailHeader .innerMenu li a:hover {
  color: #ef0f34;
}
.detailHeader.active .innerMenu li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.detailHeader.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.detailHeader ul.menuBlock li a {
  color: #eee;
  font-size: 17px;
  line-height: 29px;
}
.detailHeader ul.menuBlock li a:hover {
  color: #ef0f34;
}
.overlay-scroll-btn {
  padding: 0 0 0 10px;
  margin-top: 10px;
  display: flex;
}
#down {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  opacity: 0.6;
}
#down .fa,
#up .fa {
  color: #fff;
  opacity: 0.8;
}
#up {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  opacity: 0.6;
}
#down:hover {
  opacity: 1;
}
#up:hover {
  opacity: 1;
}
#parent {
  padding: 0;
}
.overlay-scroll-btn {
  padding: 0;
}
ul#parent {
  height: 290px !important;
}
#parent {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0 0 0 1px;
  margin-bottom: 0;
}
.detailHeader .tab-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.main-banner {
  background-image: url(../images/webp/home-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 760px;
  padding: 120px 0 0;
  background-position: center;
  position: relative;
}
.banner-text p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
}
.banner-text p:before {
  content: "";
  position: absolute;
  background-image: url(../images/webp/banner-icon.html);
  width: 143px;
  height: 14px;
  right: 75px;
}
.banner-text h2 {
  color: #fff;
  font-size: 45px;
  padding: 6px 0 12px;
  font-weight: 400;
}
.banner-text h2 span {
  font-weight: 700;
  font-family: Poppins, sans-serif;
}
.banner-text h3 {
  color: #fff;
  font-size: 27px;
  padding: 7px 5px;
  font-weight: 500;
  background-color: #000;
  text-align: center;
  display: block;
}
.banner-text ul {
  padding: 30px 0;
}
.banner-text ul li {
  color: #ffdcc2;
  font-size: 18px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 14px;
}
.banner-text ul li:last-child {
  padding-bottom: 0;
}
.banner-text ul li i {
  color: #fcb317;
  padding-right: 12px;
  font-size: 20px;
}
.banner-img {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.main-feature {
  margin-top: -120px;
  position: relative;
}
.feature-wrap {
  background-image: -moz-linear-gradient(-90deg, #dcdcdc 0, #fff 100%);
  background-image: -webkit-linear-gradient(-90deg, #dcdcdc 0, #fff 100%);
  background-image: -ms-linear-gradient(-90deg, #dcdcdc 0, #fff 100%);
  box-shadow: 0 17px 109px 0 rgba(0, 0, 0, 0.26);
  border: 1px solid #fff;
  margin-bottom: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 35px;
}
.feature-text h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-image: -moz-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  background-image: -webkit-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  background-image: -ms-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  display: inline-block;
  padding: 5px 15px;
  width: 65%;
}
.feature-text h3 {
  font-size: 22px;
  color: #141234;
  font-weight: 700;
  padding: 14px 0 25px;
  line-height: 33px;
}
.feature-text h3 span {
  color: #000;
  font-weight: 400;
  font-family: Poppins, sans-serif;
}
.home-btn {
  color: #ef0f34;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #15133561;
  border-radius: 50px;
  padding: 9px 5px 9px 25px;
  position: relative;
  display: flex;
  align-items: center;
  width: 56%;
}
.home-btn:hover {
  background-color: #ef0f34;
  color: #fff;
}
.home-btn:hover:after,
.home-btn:hover:before {
  background-color: #ffffffd1;
}
.home-btn:before {
  position: absolute;
  content: "";
  background-color: #e92747;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  right: 71px;
  top: 17px;
  z-index: 1;
}
.home-btn:after {
  position: absolute;
  content: "";
  background-color: #15133561;
  width: 43px;
  height: 2px;
  right: 28px;
  bottom: 18px;
}
.feature-box {
  display: flex;
  align-items: center;
  border-right: 1px solid #fff;
  flex-direction: column;
  padding: 42px 0;
}
.feature-carousel {
  display: flex !important;
  align-items: center;
  height: 100%;
}
.feature-box i {
  display: inline-block !important;
}
.feature-box h3 {
  padding: 23px 0 33px;
  text-align: center;
  font-size: 24px;
  color: #000;
  font-weight: 500;
}
.feature-box a {
  color: #e92747;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.feature-box:hover {
  background-color: #151335;
}
.feature-box:hover h3 {
  color: #fff;
}
.feature-box:hover a {
  color: #fcb317;
}
.feature-carousel .owl-nav [class*="owl-"] {
  background-color: #fff !important;
  border-radius: 50px;
  width: 52px;
  height: 52px;
  color: #000;
  font-size: 17px !important;
  position: absolute;
  top: 95px;
  box-shadow: 0 17px 109px 0 rgba(0, 0, 0, 0.26);
}
.feature-carousel .owl-nav [class*="owl-"]:hover {
  color: #fff;
  text-decoration: none;
  background-image: -moz-linear-gradient(
    0deg,
    #d43500 0,
    #e4500d 49%,
    #f46b19 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    #d43500 0,
    #e4500d 49%,
    #f46b19 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    #d43500 0,
    #e4500d 49%,
    #f46b19 100%
  );
}
.feature-carousel .owl-nav [class*="owl-"].owl-prev {
  left: -30px;
}
.feature-carousel .owl-nav [class*="owl-"].owl-next {
  right: -30px;
}
.feature-carousel .owl-nav [class*="owl-"]:focus {
  outline: 0;
}
.trust-logo-wrap {
  padding-bottom: 43px;
}
.trust-logo-text {
  height: 100%;
  display: flex;
  align-items: center;
}
.trust-logo-text h3 {
  font-size: 23px;
  color: #141234;
  font-weight: 700;
  line-height: 37px;
}
.main-renowned {
  background-image: url(../images/webp/renowned-banner.html);
  background-size: cover;
  height: 618px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.renowned-img {
  position: absolute;
  left: 10%;
}
.renowned-text {
  padding-top: 100px;
}
.renowned-text h3 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
}
.renowned-text h3 span {
  color: #e92747;
  font-family: Poppins, sans-serif;
}
.renowned-text p {
  padding: 20px 0 30px;
  color: #9e9db8;
  font-size: 16px;
  font-weight: 400;
}
.contact-info ul {
  display: flex;
  align-items: center;
}
.contact-info ul li:first-child {
  padding-left: 0;
  border-left: none;
}
.contact-info ul li {
  border-left: 1px solid #ffffff2e;
  padding: 0 18px;
}
.contact-info ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.contact-info ul li a:hover h4 {
  color: #e92747;
}
.contact-info ul li a i {
  margin-right: 12px;
}
.contact-info ul li a h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.contact-info ul li a h4 span {
  color: #9e9db8;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.contact-info ul li:last-child a h4 span:before {
  content: "";
  position: absolute;
  background-image: url(../images/webp/chat.html);
  width: 18px;
  height: 18px;
  right: -29px;
}
.contact-info-btn {
  position: relative;
  padding-right: 50px;
  display: flex;
  align-items: center;
}
.contact-info-btn:before {
  position: absolute;
  content: "";
  background-color: #e92747;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  z-index: 1;
}
.contact-info-btn:after {
  position: absolute;
  content: "";
  background-color: #ffffffad;
  width: 40px;
  height: 2px;
}
.main-service {
  padding-top: 104px;
}
.main-service-wrap {
  padding-top: 31px;
}
.service-box {
  display: flex;
  border: 1px solid #ccc;
  padding: 60px 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.main-service-wrap .col:first-child .service-box {
  border-left: none;
}
.main-service-wrap .col:last-child .service-box {
  border-right: none;
}
.service-icon {
  position: relative;
  z-index: 2;
  width: 70px;
  height: 55px;
}
.service-icon:before {
  content: "";
  position: absolute;
  background-image: url(../images/webp/service-icon-before.html);
  background-size: contain;
  background-repeat: no-repeat;
  width: 89px;
  height: 88px;
  z-index: -1;
  top: -17px;
  left: -15px;
}
.service-box h3 {
  font-size: 25px;
  color: #000;
  font-weight: 400;
  padding-top: 50px;
}
.service-btn {
  position: absolute;
  bottom: -22px;
  background-color: #fff;
  box-shadow: 0 10px 49px 0 rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  width: 60px;
  height: 60px;
  display: none;
}
.service-btn i {
  color: #e53b00;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 25px;
}
.service-box:hover {
  background-image: -moz-linear-gradient(
    -35deg,
    #e53b00 0,
    #ed6c09 49%,
    #f59d12 100%
  );
  background-image: -webkit-linear-gradient(
    -35deg,
    #e53b00 0,
    #ed6c09 49%,
    #f59d12 100%
  );
  background-image: -ms-linear-gradient(
    -35deg,
    #e53b00 0,
    #ed6c09 49%,
    #f59d12 100%
  );
}
.service-box:hover h3 {
  color: #fff;
}
.service-box:hover .service-icon i {
  filter: invert(100%) sepia(1%) saturate(4%) hue-rotate(146deg)
    brightness(117%) contrast(100%);
}
.service-box:hover a {
  display: block;
}
.service-cta {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.service-cta-para p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.service-cta .contact-info ul li a h4 {
  color: #141232;
}
.service-cta .contact-info ul li a h4 span {
  color: #141232;
}
.service-cta .contact-info-btn:after {
  background-color: #141232;
}
.service-cta .contact-info ul li:first-child a h4 span:before {
  content: "";
  position: absolute;
  background-image: url(../images/webp/chat.html);
  width: 16px;
  height: 16px;
  right: -22px;
  background-repeat: no-repeat;
  background-size: contain;
}
.service-cta .contact-info ul li {
  border-right: 1px solid #8b8b8b2e;
  padding: 0 21px;
}
.service-cta .contact-info ul li:last-child {
  padding-right: 0;
  border-right: none;
}
.service-cta .contact-info ul li a:hover h4 {
  color: #e92747;
}
.main-package {
  padding: 104px 0;
}
.package-carousel {
  padding-top: 50px;
}
.package_box * {
  transition: all 0.2s ease-in-out;
}
.package_box {
  background-color: #fff;
  border: 2px solid #e92747;
  border-radius: 10px;
}
.pkg_top {
  padding: 23px;
}
.pkg_title {
  border-radius: 3px;
  background-color: #ededed;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  padding: 10px 0;
}
.pkg_title h3 {
  font-size: 17px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
  height: 35px;
}
.pkg_pricing_area {
  margin: 13px 0;
}
.sale_price h3 {
  font-size: 45px;
  font-weight: 600;
  background-image: linear-gradient(90deg, #f79e0c, #f86a14);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -3px;
  margin: 0;
}
.cut_price h4 {
  color: #656565;
  font-size: 23px;
  font-weight: 400;
  margin: 0;
  text-transform: lowercase;
}
.cut_price h4 span {
  text-decoration: line-through;
}
.short_desc p {
  font-size: 13px;
  color: #3c3664;
}
.pkg_details .slimScrollBar {
  opacity: 1 !important;
  border-radius: 0 !important;
  width: 5px !important;
}
.pkg_details {
  padding: 23px;
  margin: 0 6px;
  background-color: #fff3e1;
  border-radius: 5px;
  border: 1px solid #fff3e1;
}
.pkg_details ul {
  padding-right: 15px;
  padding-left: 23px;
}
.pkg_details ul li {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
  line-height: 20px;
  position: relative;
}
.pkg_details ul li:before {
  content: "\f0da";
  position: absolute;
  font-weight: 700;
  color: #f78c0f;
  font-size: 17px;
  left: -22px;
  font-family: "Font Awesome 5 Free";
}
li.list_hd {
  font-size: 18px !important;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
}
li.list_hd:before {
  display: none;
}
.pkg_bottom {
  padding: 13px 23px 23px;
}
.order_btn {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 35px;
  background-image: none;
  background-color: #e92747;
}
.order_btn:hover {
  color: #fff;
}
.pkg_chat_btn {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  line-height: 21px;
}
.pkg_chat_btn span {
  font-size: 10px;
  font-weight: 400;
  position: relative;
}
.pkg_chat_btn span:before {
  content: "\f075";
  position: absolute;
  right: -24px;
  font-size: 16px;
  color: #f78c0f;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
.pkg_chat_btn:hover {
  color: #fff;
}
.package_box:hover {
  background-color: #3c3664;
  box-shadow: 0 5px 57px 0 rgba(0, 0, 0, 0.45);
}
.package_box:hover .pkg_title {
  background-color: #fff;
  box-shadow: 0 5px 38px 0 rgba(0, 0, 0, 0.25);
}
.package_box:hover .cut_price h4 {
  color: #fff;
}
.package_box:hover .short_desc p {
  color: #d9d3ff;
}
.package_box:hover .pkg_details {
  background-color: #2a2646;
  border-color: #58527e;
}
.package_box:hover .pkg_details ul li {
  color: #d9d3ff;
}
.package_box:hover .pkg_chat_btn {
  color: #fff;
}
.package_box:hover .sale_price h3 {
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #e92747, #e92747);
}
.package-btn-wrap {
  display: flex;
  justify-content: center;
  padding-top: 54px;
}
.package-btn-wrap .home-btn {
  color: #ef0f34;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #15133561;
  border-radius: 50px;
  padding: 16px 5px 16px 25px;
  position: relative;
  display: flex;
  align-items: center;
  width: 23%;
}
.package-btn-wrap .home-btn:before {
  position: absolute;
  content: "";
  background-color: #e92747;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  right: 51px;
  top: 23px;
}
.package-btn-wrap .home-btn:after {
  position: absolute;
  content: "";
  background-color: #15133561;
  width: 50px;
  height: 2px;
  right: 24px;
  bottom: 26px;
}
.package-btn-wrap .home-btn:hover {
  color: #fff;
}
.package-btn-wrap .home-btn:hover:after,
.package-btn-wrap .home-btn:hover:before {
  background-color: #ffffffd1;
}
.package_box:hover .order_btn {
  background-image: -moz-linear-gradient(0deg, #f79e0c 0, #f86a14 100%);
  background-image: -webkit-linear-gradient(0deg, #f79e0c 0, #f86a14 100%);
  background-image: -ms-linear-gradient(0deg, #f79e0c 0, #f86a14 100%);
}
.package-carousel .owl-nav [class*="owl-"] {
  background-color: #fff !important;
  border-radius: 50px;
  width: 52px;
  height: 52px;
  color: #e92747 !important;
  font-size: 17px !important;
  position: absolute;
  top: 50%;
  box-shadow: 0 17px 109px 0 rgb(0 0 0);
}
.package-carousel .owl-nav [class*="owl-"]:hover {
  color: #fff !important;
  text-decoration: none;
  background-image: -moz-linear-gradient(
    0deg,
    #d43500 0,
    #e4500d 49%,
    #f46b19 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    #d43500 0,
    #e4500d 49%,
    #f46b19 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    #d43500 0,
    #e4500d 49%,
    #f46b19 100%
  );
}
.package-carousel .owl-nav [class*="owl-"].owl-prev {
  left: -80px;
}
.package-carousel .owl-nav [class*="owl-"].owl-next {
  right: -80px;
}
.package-carousel .owl-nav [class*="owl-"]:focus {
  outline: 0;
}
.main-cta {
  background-image: -moz-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
  background-image: -webkit-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
  background-image: -ms-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
  height: 158px;
  display: flex;
  align-items: center;
  position: relative;
  margin: 60px 0 0px 0;
}
.main-cta:before {
  width: 304px;
  height: 222px;
  content: "";
  position: absolute;
  background-image: url(../images/webp/cta-before.html);
  background-repeat: no-repeat;
  background-size: contain;
  top: -17px;
}
.main-cta:after {
  width: 257px;
  height: 268px;
  content: "";
  position: absolute;
  background-image: url(../images/webp/cta-after.html);
  background-repeat: no-repeat;
  background-size: contain;
  top: -25px;
  right: 0;
}
.cta-text {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cta-text h3 {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
}
.cta-text h2 {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  position: relative;
  display: flex;
  padding-top: 7px;
  align-items: center;
}
.cta-text h2:before {
  position: absolute;
  content: "";
  background-color: #e92747;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  right: 70px;
  z-index: 1;
}
.cta-text h2:after {
  position: absolute;
  content: "";
  background-color: #ffffff96;
  width: 52px;
  height: 2px;
  right: 18px;
}
.cta-number {
  height: 100%;
  display: flex;
  align-items: center;
}
.cta-number h3 {
  font-size: 96px;
  font-weight: 700;
  color: #e92747;
}
.cta-contact h3 {
  font-weight: 400;
  font-size: 17px;
  color: #d0d0d0;
}
.cta-contact {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cta-contact h3 span {
  font-weight: 700;
  color: #e92747;
  font-family: Poppins, sans-serif;
}
.cta-btn {
  display: flex;
  padding-top: 10px;
}
.cta-btn .home-btn {
  color: #ef0f34;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #15133561;
  border-radius: 50px;
  padding: 9px 5px 9px 25px;
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  background-color: #fff;
  margin-right: 25px;
  top: 6px;
}
.cta-btn .home-btn:before {
  position: absolute;
  content: "";
  background-color: #e92747;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  right: 71px;
  top: 22px;
}
.cta-btn .home-btn:after {
  position: absolute;
  content: "";
  background-color: #15133561;
  width: 43px;
  height: 2px;
  right: 28px;
}
.cta-btn a h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.cta-btn a h4 span {
  color: #9e9db8;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  left: -30px;
}
.cta-btn a h4 span:before {
  content: "";
  position: absolute;
  background-image: url(../images/webp/chat.html);
  width: 18px;
  height: 18px;
  right: -29px;
}
.main-portfolio {
  padding: 88px 0;
}
.main-portfolio ul {
  padding: 50px 0;
}
.main-portfolio .nav-tabs .nav-item.show .nav-link,
.main-portfolio .nav-tabs .nav-link.active {
  background-color: #e92747;
  color: #fff;
}
.main-portfolio .nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.07);
  font-weight: 400;
  font-size: 17px;
  color: #333;
  padding: 11px 32px;
  margin: 5px 10px;
  font-family: Poppins, sans-serif;
}
.portfolio-box {
  transform: scale(1);
  transition: all 0.5s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1px solid #cccccc6b;
  max-height: 500px;
}
.portfolio-box:hover .hovereffects-det {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.hovereffects-det {
  background-image: -webkit-linear-gradient(left, #c10012a6, #e24e5cb0);
  background-image: -o-linear-gradient(left, #f79e0cd1, #f86a14c4);
  background-image: linear-gradient(to right, #c10012a6, #e24e5cb0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 5;
  transition: 0.6s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  opacity: 0;
}
.btnstyles-nn {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btnstyles-nn a {
  color: #fff;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  margin: 5px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.btnstyles-nn a i {
  margin: 0 5px;
  font-size: 40px;
}
.main-work-detail {
  background-image: url(../images/webp/work-bg.html);
  background-size: cover;
  height: 477px;
}
.work-detail {
  padding-top: 104px;
  text-align: center;
}
.work-detail h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.work-detail h3 {
  font-size: 52px;
  font-weight: 600;
  color: #fff;
}
.work-detail h3 span {
  font-weight: 700;
  color: #e92747;
  font-family: Poppins, sans-serif;
}
.work-detail p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.work-detail .package-btn-wrap {
  padding-top: 20px;
}
.work-detail .package-btn-wrap .home-btn {
  background-color: #fff;
  color: #2b2b2b;
  width: 20%;
}
.work-detail .package-btn-wrap .home-btn:hover {
  color: #fff;
  background-color: #ef0f34;
}
.main-industry {
  position: relative;
  padding: 40px 0;
  height: 600px;
}
.industry-img {
  position: absolute;
  left: 10%;
}
.industry-text h2 {
  font-size: 24px;
  color: #141232;
  font-weight: 600;
  line-height: 40px;
}
.industry-text h2 span {
  font-size: 42px;
  font-weight: 700;
  color: #e92747;
  font-family: Poppins, sans-serif;
}
.industry-text p {
  padding: 28px 0;
  color: #141232;
  font-size: 16px;
  font-weight: 400;
}
.industry-btn-wrap .home-btn {
  color: #ef0f34;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #15133561;
  border-radius: 50px;
  padding: 13px 5px 13px 25px;
  position: relative;
  display: flex;
  align-items: center;
  width: 40%;
}
.industry-btn-wrap .home-btn:before {
  position: absolute;
  content: "";
  background-color: #e92747;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  right: 50px;
  top: 21px;
}
.industry-btn-wrap .home-btn:after {
  position: absolute;
  content: "";
  background-color: #15133561;
  width: 60px;
  height: 2px;
  right: 19px;
  bottom: 24px;
}
.industry-btn-wrap .home-btn:hover:after,
.industry-btn-wrap .home-btn:hover:before {
  background-color: #ffffffd1;
}
.industry-btn-wrap .home-btn:hover {
  color: #fff;
}
.industry-text {
  margin-top: 95px;
}
.footer-form-wrap {
  padding: 92px 0;
  position: relative;
}
.footer-form-wrap:before {
  background-color: #e3e3e3;
  height: 198px;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
}
.footer-form-wrap .form-before {
  position: relative;
  display: flex;
}
.footer-form-wrap .form-before:before {
  content: "";
  position: absolute;
  background-image: url(../images/webp/footer-form-before.html);
  background-size: contain;
  width: 353px;
  height: 457px;
  background-repeat: no-repeat;
  left: -40px;
}
.footer-form-wrap .form-before:after {
  content: "";
  position: absolute;
  background-image: url(../images/webp/footer-form-after.html);
  background-size: contain;
  width: 589px;
  height: 542px;
  background-repeat: no-repeat;
  right: -40px;
}
.footer-text-sec {
  background-image: -moz-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
  background-image: -webkit-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
  background-image: -ms-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
  height: 410px;
  padding: 85px 60px 60px 40px;
  margin-top: 12px;
}
.footer-text-sec .quote {
  background: #fff;
  color: #333;
  max-width: 280px;
  padding: 25px 25px 18px;
  position: absolute;
  bottom: calc(100% - 44px);
  box-shadow: -2.232px 31.922px 43px 0 rgba(0, 0, 0, 0.14);
}
.footer-text-sec .quote p {
  color: #333;
  font-size: 35px;
  margin: 0;
  font-weight: 700;
  line-height: 47px;
}
.footer-text-sec .quote:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-top: 25px solid #fff;
  border-left: 25px solid transparent;
}
.footer-text-sec p {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 30px;
  color: #ffffff7d;
}
.footer-text-sec a {
  display: block;
  margin: 0 0 10px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.btn-white strong {
  color: #ee2042;
  font-weight: 600;
  margin-right: 4px;
}
.footer-text-sec .btn-white {
  margin-top: 30px;
  padding: 0.75rem 1.5rem;
  background-color: #fff;
}
.btn-round {
  border-radius: 100px;
}
.btn-tup {
  text-transform: uppercase;
}
.footer-form-sec h3 {
  font-size: 50px;
  font-weight: 700;
  color: #1b1948;
  padding-bottom: 8px;
}
.footer-form-sec p {
  color: #666;
  font-size: 15px;
  font-weight: 400;
}
.footer-form {
  margin-top: 50px;
}
.footer-form input {
  height: 54px;
  border-radius: 50px;
  padding-left: 20px;
  font-size: 15px;
  color: #000;
  margin-bottom: 25px;
}
.footer-form .home-btn {
  background-color: #ee2042;
  color: #fff;
  width: 45%;
  padding: 12px 5px 12px 25px;
  border: none;
  margin-top: 13px;
}
.footer-form .home-btn:before {
  background-color: #fff;
  top: 19px;
}
.footer-form .home-btn:after {
  background-color: #fff;
  bottom: 22px;
}
.footer-form .form-group {
  margin-bottom: 0;
}
.main-footer {
  background-image: url(../images/webp/footer-bg.html);
  height: 195px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 57px;
  position: relative;
}
.main-footer:before {
  content: "";
  position: absolute;
  background-image: url(../images/logo_App.png);
  width: 682px;
  height: 159px;
  bottom: -8px;
  left: 90px;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer-contact h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 40px;
}
.footer-info p {
  color: #ffdcbe;
  font-size: 14px;
  font-weight: 400;
}
.footer-info h2 {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding-top: 0;
}
.footer-info ul {
  padding-top: 11px;
}
.footer-info ul li a {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  padding-bottom: 12px;
}
.footer-info ul li a:hover {
  color: #111011bf;
}
.footer-links ul li {
  padding-bottom: 7px;
}
.footer-links ul li a {
  font-size: 13px;
  font-weight: 400;
  color: #ffdcbe;
}
.footer-links ul li a:hover {
  color: #111011bf;
}
.footer-links ul li a i {
  font-size: 14px;
  color: #ffdcbe;
  padding-right: 10px;
}
.copy-right {
  padding: 15px 0;
}
.copyright-text {
  display: flex;
  height: 100%;
  align-items: center;
}
.copyright-text p {
  font-size: 16px;
  color: #999;
  font-weight: 400;
  font-family: Poppins, sans-serif;
}
.copyright-text ul {
  display: flex;
  padding-left: 8px;
}
.copyright-text ul li a {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #141233;
  border-right: 1px solid #141233;
  padding: 0 5px;
}
.copyright-text ul li:last-child a {
  border-right: none;
}
.copyright-text ul li a:hover {
  color: #e15d08;
}
.footer-social ul {
  display: flex;
}
.footer-social ul li a {
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #17252d;
  font-size: 18px;
}
.footer-social ul li a:hover {
  background-color: #e25f09;
  border: 1px solid #e25f09;
  color: #fff;
}
.inner-banner {
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.inner-banner .banner-text p:after,
.inner-banner .banner-text p:before {
  display: none;
}
.inner-banner .banner-text h2 {
  padding: 6px 0 17px;
}
.inner-banner .banner-text p {
  padding-bottom: 25px;
}
.inner-banner .banner-text h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
}
.main-award {
  padding: 54px 0;
}
.main-award h3 {
  text-align: center;
  font-size: 42px;
  color: #141234;
  font-weight: 700;
  padding-bottom: 40px;
}
.award-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.award-box p {
  font-weight: 600;
  color: #666;
  font-size: 18px;
  padding-top: 30px;
}
.best-static-wrap {
  background-color: #f4f4f4;
  height: 733px;
  display: flex;
  align-items: center;
  position: relative;
}
.best-static-img {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.best-static-img:before {
  content: "";
  position: absolute;
  background-image: url(../images/webp/best-static-before.html);
  width: 554px;
  height: 554px;
  background-size: contain;
  top: 10px;
  z-index: -1;
  left: -21px;
}
.best-static-text h4 {
  color: #141234;
  font-weight: 600;
  font-size: 24px;
}
.best-static-text h3 {
  color: #e92747;
  font-weight: 700;
  font-size: 42px;
}
.best-static-text p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  padding: 22px 0 33px;
}
.best-static-text h2 {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.best-static-text ul li {
  font-size: 16px;
  display: inline-flex;
  width: 49%;
  padding-top: 30px;
  color: #333;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.best-static-text ul li i {
  padding-right: 10px;
  padding-top: 5px;
  color: #fd3f00;
  font-size: 18px;
}
.best-static-text ul {
  padding-bottom: 50px;
}
.best-static-btn .btn-white {
  padding: 11px 19px;
  background-color: #fff;
}
.best-static-btn .btn-white:hover {
  background-image: -moz-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  background-image: -webkit-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  background-image: -ms-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  color: #151033;
}
.discount-btn {
  background-image: -moz-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  background-image: -webkit-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  background-image: -ms-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.07);
  font-size: 16px;
  font-weight: 700;
  color: #151033;
  border-radius: 50px;
  padding: 11px 22px;
  margin-left: 9px;
}
.discount-btn:hover {
  background-image: none;
  background-color: #fff;
  color: #ee2042;
}
.inner-portfolio .client-reviews-wrap {
  padding-top: 70px;
}
.main-resource {
  background-image: -moz-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
  background-image: -webkit-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
  background-image: -ms-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
  padding: 95px 0;
}
.main-resource .heading {
  padding-bottom: 53px;
}
.main-resource .heading h2 {
  color: #fff;
}
.main-resource .heading h3 {
  color: #fff;
}
.main-resource .heading p {
  color: #6b698f;
}
.resource-box {
  border: 1px solid #ffffff59;
  padding-left: 40px;
  height: 275px;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  padding-right: 10px;
}
.resource-box h3 {
  padding: 33px 0;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  min-height: 123px;
}
.resource-box p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  display: none;
}
.resource-box:hover {
  background-image: -moz-linear-gradient(0deg, #f79e0c 0, #f86b14 100%);
  background-image: -webkit-linear-gradient(0deg, #f79e0c 0, #f86b14 100%);
  background-image: -ms-linear-gradient(0deg, #f79e0c 0, #f86b14 100%);
}
.resource-box:hover h3 {
  color: #000;
}
.resource-box:hover img {
  display: none;
}
.resource-box:hover p {
  display: block;
}
.main-testi {
  padding: 75px 0 65px;
}
.testi-wrap {
  padding-top: 60px;
}
.testi-text h2 {
  color: #ee2042;
  font-size: 24px;
  font-weight: 600;
}
.testi-text h3 {
  font-weight: 700;
  color: #141232;
  font-size: 42px;
  padding: 11px 0 20px;
  line-height: 46px;
}
.testi-text p {
  color: #666;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.testi-text .btn-white {
  padding: 11px 19px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-top: 30px;
}
.testi-box-wrap {
  background: #ededed;
  padding: 40px 32px 25px;
  position: relative;
  text-align: left;
}
.testi-box-wrap:before {
  /* content:""; */ /* position:absolute; */ /* left:0; */ /* right:0; */ /* margin:0 auto; */ /* top:100%; */ /* width:0; */ /* height:0; */ /* border-top:20px solid #ededed; */ /* border-left:20px solid transparent; */ /* border-right:20px solid transparent; */
}
.testi-box-wrap p {
  font-size: 13px;
  color: #666;
  line-height: 26px;
  font-family: Poppins, sans-serif;
}
.testi-box-wrap h5 {
  font-size: 12px;
  color: #666;
  margin: 15px 0 0;
}
.testi-box-wrap h5 span {
  font-size: 18px;
  display: block;
  color: #ee2042;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
}
.testi-slider .item img {
  width: auto !important;
  display: inline-block !important;
  margin-top: 0;
}
.testi-slider .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-img-wrap {
  padding: 65px 0;
}
.contact-img-wrap .heading {
  padding-bottom: 100px;
}
.inner-process {
  padding: 83px 0;
}
.inner-process-wrap {
  padding-top: 35px;
}
.inner-process-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  border: 1px solid transparent;
  text-align: center;
}
.inner-process-box:hover {
  background-image: -moz-linear-gradient(90deg, #f4f4ff 0, #fff 100%);
  background-image: -webkit-linear-gradient(90deg, #f4f4ff 0, #fff 100%);
  background-image: -ms-linear-gradient(90deg, #f4f4ff 0, #fff 100%);
  border: 1px solid #dfdfdf;
}
.process-img {
  position: relative;
}
.process-img:before {
  content: "";
  position: absolute;
  background-image: url(../images/webp/process-after.html);
  width: 88px;
  height: 86px;
  top: -11px;
  left: -13px;
}
.inner-process-box h3 {
  padding: 38px 0 28px;
  color: #141234;
  font-weight: 600;
  font-size: 24px;
}
.inner-process-box p {
  color: #666;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.inner-portfolio-wrap .portfolio-box {
  margin: 0 10px 20px;
}
.inner-portfolio-wrap .portfolio-box img {
  width: 100%;
}
.inner-review-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inner-review-box img {
  padding: 30px 0;
}
.review-2 {
  margin-bottom: 0;
}
.review-4 {
  margin-top: -70px;
  margin-bottom: 0;
}
.review-5 {
  margin-top: 6px;
  margin-bottom: 0;
  padding-bottom: 35px;
}
.review-6 {
  margin-top: -15px;
}
.review-8 {
  margin-top: -195px;
}
.review-7 {
  margin-top: -120px;
}
.review-9 {
  margin-top: -50px;
}
.review-name {
  display: flex;
  align-items: center;
}
.review-name h5 span {
  font-size: 18px;
  display: block;
  color: #ee2042;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
}
.review-name h5 {
  font-size: 12px;
  color: #666;
  margin: 15px 0 0;
}
.inner-review-box .testi-box-wrap {
  padding: 40px 32px 25px;
  position: relative;
  text-align: left;
  background-image: -moz-linear-gradient(90deg, #f1f1f1 0, #fff 100%);
  background-image: -webkit-linear-gradient(90deg, #f1f1f1 0, #fff 100%);
  background-image: -ms-linear-gradient(90deg, #f1f1f1 0, #fff 100%);
  border: 1px solid #dadada;
  border-radius: 15px;
}
.inner-review-box .testi-box-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 20px solid rgb(242 242 242);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.about-banner .banner-text ul {
  padding: 30px 0;
  padding-top: 0;
}
.about-banner .banner-img {
  right: -30px;
}
.main-testi {
  padding: 55px 0 65px;
}
.inner-about-wrap {
  height: 455px;
  position: relative;
  display: flex;
  align-items: center;
}
.inner-about-wrap:before {
  content: "";
  position: absolute;
  background-color: #1c1949;
  height: 320px;
  width: 50%;
  top: 60px;
}
.inner-about-wrap:after {
  content: "";
  position: absolute;
  background-image: -moz-linear-gradient(90deg, #f4f4ff 0, #fff 100%);
  background-image: -webkit-linear-gradient(90deg, #f4f4ff 0, #fff 100%);
  background-image: -ms-linear-gradient(90deg, #f4f4ff 0, #fff 100%);
  height: 320px;
  width: 50%;
  top: 60px;
  border: 1px solid #dfdfdf;
  right: 0;
}
.about-text-right {
  z-index: 2;
  position: relative;
  padding: 0 40px;
}
.about-text-right h3 {
  font-weight: 600;
  font-size: 24px;
  color: #1c1949;
  position: relative;
  padding-bottom: 68px;
}
.about-text-right h3:before {
  position: absolute;
  content: "";
  background-image: url(../images/webp/about-icon.html);
  width: 145px;
  height: 8px;
  top: 60%;
}
.about-text-right p {
  font-weight: 400;
  color: #666;
  font-size: 15px;
  line-height: 27px;
}
.about-text-color h3 {
  color: #fff;
}
.about-text-color h3:before {
  filter: invert(87%) sepia(90%) saturate(2%) hue-rotate(268deg)
    brightness(109%) contrast(97%);
  right: 0;
}
.about-text-color p {
  color: #fff;
  text-align: end;
  font-size: 14px;
}
.expertise-text h3 {
  font-size: 39px;
  font-weight: 700;
  color: #141234;
  padding-bottom: 22px;
}
.expertise-text h3 span {
  color: #e92f4d;
  font-family: Poppins, sans-serif;
}
.expertise-text p {
  font-size: 16px;
  font-weight: 400;
  color: #666;
}
.counter-box-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 27px;
}
.counter-box {
  background-color: #f4f4f4;
  padding: 15px 20px;
  text-align: center;
}
.counter-box h2 {
  font-size: 42px;
  font-weight: 700;
  color: #e92747;
}
.counter-box p {
  color: #666;
  font-weight: 600;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  line-height: 19px;
}
.counter-box h2 sup {
  top: 0;
  font-size: 18px;
  font-weight: 700;
  font-family: Poppins, sans-serif;
}
.expertise-top-wrap {
  padding-bottom: 40px;
}
.expertise-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.packages-tab ul {
  padding: 40px 0 30px;
  border-bottom: none;
}
.packages-tab .nav-tabs .nav-item.show .nav-link,
.packages-tab .nav-tabs .nav-link.active {
  background-color: #e92747;
  color: #fff;
}
.packages-tab .nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.07);
  font-weight: 400;
  font-size: 17px;
  color: #333;
  padding: 11px 32px;
  margin: 5px 10px;
  font-family: Poppins, sans-serif;
}
.popup_form .modal-dialog {
  max-width: 956px;
  margin: 1.75rem auto !important;
}
.popup_form .modal-content {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid;
  position: relative;
}
.popup_form .modal-content:before {
  content: "";
  position: absolute;
  background: url(../images/webp/popup_close.html);
  height: 145px;
  width: 145px;
  right: -50px;
  top: -62px;
  z-index: 1;
}
.popup_form .modal-content:after {
  content: "";
  position: absolute;
  background: url(../images/webp/popup_center_circle.html);
  height: 198px;
  width: 323px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 93px;
  z-index: 0;
}
.popup_right {
  background: url(../images/webp/popup_bg.html) no-repeat;
  background-size: cover;
  height: 100%;
  border-radius: 0 22px 22px 0;
  position: relative;
}
.popup_form .modal-content .close {
  font-size: 27px;
  color: #fff;
  text-shadow: none;
  opacity: 0.99;
  float: inherit;
  top: 4px;
  right: 14px;
  position: absolute;
  z-index: 2;
}
.popup_form .modal-content .close:focus {
  outline: 0;
}
.popup_left {
  padding: 45px 85px 45px 65px;
  position: relative;
}
.popup_left:before {
  content: "";
  background: url(../images/webp/popup_circle.html);
  width: 48px;
  height: 207px;
  left: 0;
  top: 30px;
  position: absolute;
}
.popup_left:after {
  content: "";
  background: url(../images/webp/popup_bottom_circle.html);
  width: 57px;
  height: 79px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.popup_form_box {
  text-align: center;
  position: relative;
}
.popup_form_box:before {
  content: "";
  position: absolute;
  background: url(../images/webp/choose-right.html);
  width: 47px;
  height: 125px;
  right: -74px;
  top: -23px;
}
.popup_form_box:after {
  content: "";
  position: absolute;
  background: url(../images/webp/popup_triangle.html);
  width: 29px;
  height: 157px;
  right: -58px;
  bottom: -12px;
}
.popup_form_box .form-control {
  height: 45px;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding-left: 45px;
  position: relative;
  z-index: 1;
}
.popup_form_box input::placeholder {
  font-size: 16px;
  font-weight: 600;
  color: #bcbcbc;
}
.popup_form_box .form-group {
  position: relative;
  margin-bottom: 22px;
}
.popup_form_box .form-group i {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 20px;
  color: #f78c0f;
}
.popup_btn h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 25px;
}
.popup_btn button {
  background-image: linear-gradient(90deg, #f79e0c, #f86a14);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 11px 35px;
}
.sprite {
  background-image: url(../images/webp/sprite.html);
  background-repeat: no-repeat;
  display: block;
}
.sprite-feature-icon-1 {
  width: 59px;
  height: 59px;
  background-position: -5px -5px;
}
.sprite-feature-icon-2 {
  width: 58px;
  height: 58px;
  background-position: -74px -5px;
}
.sprite-feature-icon-3 {
  width: 58px;
  height: 58px;
  background-position: -142px -5px;
}
.sprite-feature-icon-4 {
  width: 58px;
  height: 58px;
  background-position: -74px -73px;
}
.sprite-phone {
  width: 12px;
  height: 30px;
  background-position: -210px -5px;
}
.sprite-service-icon-1 {
  width: 62px;
  height: 62px;
  background-position: -142px -73px;
}
.sprite-service-icon-2 {
  width: 67px;
  height: 56px;
  background-position: -5px -145px;
}
.sprite-service-icon-3 {
  width: 69px;
  height: 61px;
  background-position: -82px -145px;
}
.sprite-service-icon-4 {
  width: 61px;
  height: 61px;
  background-position: -161px -145px;
}
.sprite-service-icon-5 {
  width: 70px;
  height: 54px;
  background-position: -232px -5px;
}
.sprite-service-icon-6 {
  width: 58px;
  height: 59px;
  background-position: -214px -69px;
}
.sprite-service-icon-7 {
  width: 69px;
  height: 53px;
  background-position: -232px -138px;
}
.sprite-us-flag {
  width: 34px;
  height: 34px;
  background-position: -232px -201px;
}
.left-right-mov::before {
  -webkit-animation-name: left-rigt-1;
  animation-name: left-rigt-1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
@-webkit-keyframes left-rigt-1 {
  0% {
    right: 71px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    right: 26px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes left-rigt-1 {
  0% {
    right: 71px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    right: 26px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.detail_title .banner-text h2 {
  font-size: 37px;
  font-weight: 700;
}
.detail_title .banner-text {
  text-align: center;
}
.pacakge-details.det-packages {
  background-color: #f7f7f7db;
  padding: 80px 0;
}
.pricing-details-left .sechead {
  text-align: left;
  color: #fff;
  margin-left: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pricing-details-left .sechead h3 {
  /* margin-top:50px; */
  margin-bottom: 20px;
}
.pricing-details-left .sechead p {
  color: #848181;
  font-size: 17px;
  line-height: 28px;
  margin: 0px 0 13px;
}
.pricing-details-left ul {
  margin-bottom: 0;
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.pricing-details-left ul li:first-child a {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 35px;
  background-image: none;
  background-color: #e92747;
  margin-right: 20px;
}
.pricing-details-left ul li:first-child a:hover {
  background-image: -moz-linear-gradient(0deg, #f79e0c 0, #f86a14 100%);
  background-image: -webkit-linear-gradient(0deg, #f79e0c 0, #f86a14 100%);
  background-image: -ms-linear-gradient(0deg, #f79e0c 0, #f86a14 100%);
  color: #fff;
}
.pricing-details-left ul li .liovechats-bx {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  line-height: 21px;
}
.pricing-details-left ul li .liovechats-bx span {
  font-size: 10px;
  color: #464646;
  position: relative;
}
.pricing-details-left ul li .liovechats-bx a span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f4ad";
  position: absolute;
  right: -25px;
  top: -2px;
  color: #e92747;
  font-size: 16px;
}
.pricing-details-left ul li .liovechats-bx h5 {
  font-size: 18px;
  margin: 0;
  color: #464646;
}
.pricing-details-left ul li .liovechats-bx:hover a span:before {
  color: #3b2165;
}
.pricing-details-left ul li .liovechats-bx:hover a h5,
.pricing-details-left ul li .liovechats-bx:hover a span {
  color: #f87a12;
}
.pricing-details-left ul li .liovechats-bx:hover {
  background-color: #fff;
}
.sechead h3 {
  color: #212121;
  font-size: 35px;
  line-height: 48px;
  font-weight: 700;
}
.view_detail_btn {
  text-align: center;
  margin-top: 15px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.package_box:hover .view_detail_btn {
  color: #f78c0f;
}
.pacakge-details .boxpackages {
  padding: 20px 16px 16px;
}
.pacakge-details .package_box {
  padding-bottom: 20px;
}

.feature-text h1 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-image: -moz-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  background-image: -webkit-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  background-image: -ms-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
  display: inline-block;
  padding: 5px 15px;
  width: 65%;
}
/*RESPONSIVE CSS*/
@media screen and (max-width: 1600px) {
  .main-cta:after {
    right: -40px;
  }
  ul.navbar li a {
    padding: 10px 8px;
    font-size: 14px;
  }
  .renowned-img {
    left: 6%;
  }
  .main-cta:before {
    width: 274px;
    height: 192px;
    top: 7px;
    left: -80px;
  }
  .industry-img {
    left: 5%;
  }
  .footer-form-wrap .form-before:before {
    width: 313px;
    height: 407px;
    left: -90px;
  }
  .footer-form-wrap .form-before:after {
    width: 489px;
    height: 452px;
  }
  .main-work-detail {
    background-position: center;
  }
}
@media screen and (max-width: 1440px) {
  .header-number span {
    font-size: 14px;
  }
  .btn-default {
    padding: 10px 22px;
    margin: 0 31px 0 25px;
    font-size: 14px;
  }
  ul.navbar li a {
    padding: 10px 6px;
    font-size: 13px;
  }
  .menu-right {
    padding-left: 20px;
    margin-right: 20px;
  }
  ul.navbar li {
    margin: 0 0.3vw;
  }
  .renowned-img img {
    width: 90%;
  }
  .main-cta:before {
    width: 294px;
    height: 172px;
    top: 8px;
    left: -88px;
  }
  .main-cta:after {
    width: 187px;
    height: 198px;
    right: -6px;
  }
  .industry-img img {
    width: 95%;
  }
  .footer-form-wrap .form-before:before {
    width: 253px;
    height: 337px;
    left: -100px;
  }
  .footer-form-wrap .form-before:after {
    width: 429px;
    height: 402px;
  }
  .main-footer:before {
    height: 139px;
    left: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .renowned-img {
    left: 3%;
  }
  .service-box h3 {
    font-size: 20px;
  }
  .main-cta:before {
    width: 235px;
    height: 160px;
    top: 10px;
    left: -107px;
  }
  .main-cta:after {
    width: 160px;
    height: 184px;
    right: -15px;
    top: 2px;
  }
  .footer-form-wrap .form-before:before {
    width: 253px;
    height: 337px;
    left: -130px;
  }
  .footer-form-wrap .form-before:after {
    width: 390px;
    height: 345px;
  }
}
@media screen and (max-width: 1280px) {
  .renowned-img img {
    width: 85%;
  }
  .heading h3 {
    font-size: 45px;
  }
  .heading p {
    font-size: 16px;
  }
  .main-cta:after,
  .main-cta:before {
    display: none;
  }
  .footer-form-wrap .form-before {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  ul.navbar li a {
    padding: 10px 1px;
    font-size: 12px;
  }
  .header-number img {
    padding-right: 6px;
  }
  .btn-default {
    padding: 10px 17px;
    font-size: 13px;
  }
  .banner-text p {
    font-size: 13px;
  }
  .banner-text h2 {
    font-size: 37px;
  }
  .banner-text h3 {
    font-size: 22px;
  }
  .banner-text ul li {
    font-size: 15px;
  }
  .feature-text h2 {
    font-size: 13px;
    width: 63%;
  }
  .feature-text h3 {
    font-size: 19px;
    line-height: 28px;
  }
  .home-btn {
    font-size: 14px;
    padding: 9px 5px 9px 17px;
    width: 61%;
  }
  .trust-logo-text h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .main-banner {
    height: 680px;
    padding: 90px 0 0;
  }
  .renowned-img img {
    width: 80%;
  }
  .renowned-text h3 {
    font-size: 35px;
  }
  .renowned-text p {
    padding: 20px 0 30px;
    font-size: 14px;
  }
  .contact-info ul li a h4 {
    font-size: 13px;
  }
  .main-renowned {
    height: 480px;
  }
  .heading h3 {
    font-size: 40px;
  }
  .heading p {
    font-size: 14px;
  }
  .service-box h3 {
    font-size: 17px;
  }
  .service-cta-para p {
    font-size: 12px;
  }
  .service-cta .contact-info ul li:first-child a h4 span:before {
    display: none;
  }
  .main-package {
    padding: 65px 0;
  }
  .cta-text h3 {
    font-size: 16px;
  }
  .cta-text h2 {
    font-size: 17px;
  }
  .cta-contact h3 {
    font-size: 14px;
  }
  .cta-btn .home-btn {
    font-size: 12px;
    padding: 7px 5px 6px 25px;
    width: 57%;
    margin-right: 17px;
  }
  .main-portfolio {
    padding: 68px 0;
  }
  .package-btn-wrap .home-btn {
    width: 25%;
  }
  .main-work-detail {
    height: 445px;
  }
  .work-detail {
    padding-top: 64px;
  }
  .industry-text h2 span {
    font-size: 38px;
  }
  .industry-text h2 {
    font-size: 20px;
    line-height: 34px;
  }
  .industry-text p {
    font-size: 14px;
    padding: 20px 0;
  }
  .industry-btn-wrap .home-btn {
    padding: 11px 5px 13px 25px;
    width: 42%;
  }
  .main-industry {
    height: 500px;
  }
  .footer-form-sec h3 {
    font-size: 40px;
  }
  .footer-form-sec p {
    font-size: 14px;
  }
  .footer-text-sec p {
    font-size: 16px;
  }
  .footer-text-sec a {
    font-size: 20px;
  }
  .footer-text-sec .btn-white {
    padding: 0.75rem 1.1rem;
    font-size: 13px;
  }
  .footer-form .home-btn {
    width: 50%;
  }
  .footer-form-wrap {
    padding: 92px 0 60px;
  }
  .footer-info ul li a {
    font-size: 11px;
  }
  .footer-links ul li a i {
    padding-right: 7px;
  }
  .footer-links ul li a {
    font-size: 11px;
  }
  .main-footer:before {
    height: 130px;
    left: 0;
  }
  .copyright-text p {
    font-size: 12px;
  }
  .copyright-text ul li a {
    font-size: 13px;
  }
  .award-box p br {
    display: none;
  }
  .best-static-img:before {
    display: none;
  }
  .best-static-text h3 {
    font-size: 29px;
  }
  .best-static-btn .btn-white {
    padding: 9px 12px;
    font-size: 11px;
  }
  .testi-text h3 {
    font-size: 38px;
  }
  .testi-box-wrap p {
    font-size: 12px;
    line-height: 22px;
  }
  .testi-box-wrap {
    padding: 40px 24px 25px;
  }
  .portfolio-tab .nav-tabs .nav-link {
    font-size: 15px;
    padding: 10px 24px;
    margin: 0 0;
  }
  .about-text-right p {
    font-size: 13px;
  }
  .about-text-color p {
    font-size: 12px;
  }
  .expertise-text h3 {
    font-size: 31px;
  }
  .expertise-text p {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .doubleMenu {
    display: none;
  }
  .banner-img {
    display: none;
  }
  .banner-text p:before {
    display: none;
  }
  .banner-text h3 {
    font-size: 21px;
    text-align: left;
    display: inline-block;
  }
  .main-banner {
    height: 580px;
    padding: 50px 0 0;
  }
  .renowned-img {
    display: none;
  }
  .renowned-text {
    padding-top: 50px;
  }
  .main-renowned {
    height: 400px;
  }
  .heading h3 {
    font-size: 30px;
  }
  .heading p {
    font-size: 13px;
  }
  .service-responsive-slider .col {
    padding-right: 0;
    padding-left: 0;
  }
  .main-service-wrap .col:first-child .service-box {
    border-left: 1px solid #ccc;
  }
  .main-service-wrap .col:last-child .service-box {
    border-right: 1px solid #ccc;
  }
  .service-cta .contact-info {
    justify-content: center;
    display: flex;
  }
  .service-cta-para {
    display: none;
  }
  .package-btn-wrap .home-btn {
    width: 35%;
  }
  .order_btn {
    padding: 7px 35px;
  }
  .cta-text h3 {
    font-size: 14px;
  }
  .cta-text h2 {
    font-size: 15px;
  }
  .cta-number h3 {
    font-size: 60px;
  }
  .cta-contact h3 {
    font-size: 10px;
  }
  .cta-btn .home-btn {
    padding: 10px 5px 10px 25px;
    width: 65%;
  }
  .cta-btn a {
    display: none;
  }
  .main-cta .col-md-2 {
    display: none;
  }
  .main-cta {
    height: 135px;
  }
  .main-portfolio .nav-tabs .nav-link {
    font-size: 15px;
    margin: 5px 6px;
  }
  .client-reviews-wrap .row {
    margin: 0;
  }
  .package-btn-wrap {
    padding-top: 25px;
  }
  .work-detail h3 {
    font-size: 45px;
  }
  .industry-img {
    display: none;
  }
  .main-industry {
    height: 400px;
  }
  .industry-text {
    margin-top: 25px;
  }
  .footer-text-sec p {
    font-size: 13px;
  }
  .footer-text-sec a {
    font-size: 17px;
  }
  .footer-text-sec .btn-white {
    font-size: 12px;
  }
  .footer-text-sec {
    height: auto;
  }
  .footer-form-sec h3 {
    font-size: 35px;
  }
  .footer-form-sec p {
    font-size: 12px;
  }
  .footer-form-wrap {
    padding: 60px 0 60px;
  }
  .footer-form-wrap:before {
    height: 145px;
  }
  .footer-form {
    margin-top: 40px;
  }
  .footer-form input {
    margin-bottom: 15px;
  }
  .footer-form .home-btn {
    width: 60%;
  }
  .main-footer:before {
    display: none;
  }
  .main-footer {
    height: auto;
    padding-top: 0;
    padding: 25px 0;
    background-color: #e15d08;
    background-image: none;
  }
  .footer-contact {
    margin-bottom: 20px;
  }
  .footer-contact h3 {
    padding-bottom: 10px;
  }
  .footer-info h2 {
    padding-top: 20px;
  }
  .footer-info ul {
    padding-top: 4px;
  }
  .copyright-text {
    justify-content: center;
  }
  .footer-social {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .inner-banner {
    height: auto !important;
    padding: 30px 0;
  }
  .main-award h3 {
    font-size: 30px;
  }
  .award-box p {
    font-size: 13px;
  }
  .best-static-wrap {
    height: auto;
    padding: 40px 0;
  }
  .best-static-img {
    display: none;
  }
  .work-detail .package-btn-wrap .home-btn {
    width: 28%;
  }
  .resource-box img {
    width: auto !important;
    display: inline-block !important;
  }
  .main-resource .row {
    margin: 0;
  }
  .resource-box:hover img {
    display: none !important;
  }
  .testi-slider {
    margin-top: 30px;
  }
  .portfolio-tab .nav-tabs .nav-link {
    font-size: 15px;
    margin: 0 20px;
  }
  .review-4 {
    margin-top: 0;
  }
  .review-5 {
    margin-top: 0;
  }
  .review-8 {
    margin-top: 0;
  }
  .review-9 {
    margin-top: 0;
  }
  .testi-wrap .row {
    margin: 0;
  }
  .inner-about-wrap:after {
    display: none;
  }
  .inner-about-wrap {
    height: auto;
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .inner-about-wrap:before {
    height: 100%;
    width: 100%;
    top: 0;
  }
  .about-text-right {
    padding: 10px 10px;
    align-items: flex-start !important;
  }
  .about-text-right h3:before {
    filter: invert(87%) sepia(90%) saturate(2%) hue-rotate(268deg)
      brightness(109%) contrast(97%);
    right: auto;
  }
  .about-text-color p {
    text-align: left;
  }
  .about-text-right h3 {
    color: #fff;
  }
  .about-text-right p {
    color: #fffefe;
  }
  .expertise-bottom-wrap .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .counter-box-wrap {
    justify-content: left;
  }
  .popup_form .modal-dialog {
    max-width: 456px;
  }
  .detail_title .banner-text h2 {
    font-size: 16px;
  }
  .sechead h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .review_sec_tab p {
    font-size: 14px !important;
    line-height: 25px !important;
  }

  .review_sec_tab {
    min-height: auto !important;
    padding: 30px 15px !important;
  }

  .testi-slider .item img {
    width: 80px !important;
  }

  .review_sec_tab h3 {
    font-size: 16px !important;
  }

  .rating_sec ul li {
    font-size: 14px !important;
  }
  .floating-discount a {
    font-size: 12px;
    line-height: 15px;
    height: 50px;
    width: 50px;
    bottom: 76px;
  }

  .f-ico-p a img {
    width: 40%;
  }
  .feature-text {
    padding-left: 0;
    padding: 30px 0 10px;
    align-items: center;
  }
  .feature-text h2 {
    font-size: 13px;
    width: auto;
  }
  .feature-text h3 {
    font-size: 19px;
    line-height: 28px;
    text-align: center;
    padding: 14px 0 15px;
  }
  .trust-logo-text {
    height: auto;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }
  .heading h3 {
    font-size: 25px;
  }
  .heading h2 {
    font-size: 20px;
  }
  .heading p br {
    display: none;
  }
  .package-carousel {
    padding-top: 30px;
  }
  .package-btn-wrap .home-btn {
    width: 50%;
  }
  .main-cta {
    height: auto;
    padding: 20px 0;
  }
  .cta-text {
    align-items: center;
  }
  .cta-text h2:after,
  .cta-text h2:before {
    display: none;
  }
  .cta-number {
    justify-content: center;
  }
  .cta-contact {
    align-items: center;
  }
  .cta-btn .home-btn {
    padding: 10px 55px 10px 45px;
    width: auto;
    margin-right: 0;
  }
  .cta-btn .home-btn:after,
  .cta-btn .home-btn:before {
    display: none;
  }
  .main-portfolio .nav-tabs .nav-link {
    font-size: 13px;
    margin: 5px 5px;
    padding: 10px 18px;
  }
  .work-detail h2 {
    font-size: 20px;
  }
  .work-detail h3 {
    font-size: 34px;
  }
  .work-detail p {
    font-size: 16px;
  }
  .footer-text-sec {
    margin-bottom: 20px;
  }
  .footer-form {
    margin-top: 20px;
  }
  .copyright-text {
    flex-direction: column;
  }
  .best-static-text ul li {
    width: 100%;
    padding-top: 15px;
  }
  .best-static-text ul {
    padding-bottom: 30px;
  }
  .inner-portfolio .client-reviews-wrap {
    padding-top: 40px;
  }
  .work-detail .package-btn-wrap .home-btn {
    width: 50%;
  }
  .resource-box h3 {
    font-size: 19px;
  }
  .portfolio-tab .nav-tabs .nav-link {
    font-size: 13px;
    margin: 0 0;
    padding: 11px 18px;
  }
}
@media screen and (max-width: 575px) {
  .menu-right {
    margin-right: 0;
  }

  .header-number i {
    margin-right: 10px;
  }
  .header-number {
    /* display:none; */
    transform: scale(0.8);
  }
  .btn-default {
    display: none;
  }
  .brand-logo {
    margin-left: 0;
    width: 40%;
  }
  .feature-carousel .owl-nav [class*="owl-"].owl-prev {
    left: 0;
  }
  .feature-carousel .owl-nav [class*="owl-"].owl-next {
    right: 0;
  }
  .heading h3 {
    font-size: 20px;
  }
  .heading h2 {
    font-size: 18px;
  }
  .heading p {
    font-size: 12px;
  }
  .work-detail h3 {
    font-size: 30px;
  }
  .award-box p {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .resource-box h3 {
    font-size: 19px;
    min-height: auto;
    padding: 23px 0;
  }
  .main-award h3 {
    font-size: 24px;
  }
  .portfolio-tab .nav-tabs .nav-link {
    font-size: 10px;
    margin: 0 0;
    padding: 11px 18px;
  }
  .review-name {
    display: block;
    text-align: center;
  }
  .testi-wrap {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .counter-box {
    margin-bottom: 10px;
  }
  .detailHeader ul {
    padding: 100px 0 0;
  }
  .review-name h5 {
    margin: 4px 0 30px;
  }
  .inner-review-box img {
    padding: 30px 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 414px) {
  .banner-text h2 {
    font-size: 26px;
  }
  .banner-text h3 {
    font-size: 15px;
  }
  .banner-text ul li {
    font-size: 12px;
  }
  .banner-text ul li i {
    padding-right: 8px;
    font-size: 14px;
  }
  .feature-text h3 {
    font-size: 16px;
    line-height: 23px;
  }
  .renowned-text h3 {
    font-size: 26px;
  }
  .renowned-text p {
    padding: 19px 0 21px;
    font-size: 11px;
  }
  .contact-info ul li {
    padding: 0 12px;
  }
  .contact-info ul li a h4 {
    font-size: 12px;
  }
  .contact-info ul li:last-child a h4 span:before {
    display: none;
  }
  .heading h3 {
    font-size: 17px;
  }
  .service-cta .contact-info ul li {
    padding: 0 11px;
  }
  .main-package {
    padding: 40px 0;
  }
  .package-btn-wrap .home-btn {
    width: 70%;
  }
  .main-portfolio {
    padding: 48px 0;
  }
  .work-detail h2 {
    font-size: 15px;
  }
  .work-detail h3 {
    font-size: 23px;
  }
  .work-detail p {
    font-size: 13px;
  }
  .main-work-detail {
    height: 355px;
  }
  .industry-text h2 span {
    font-size: 27px;
  }
  .industry-text h2 {
    font-size: 16px;
    line-height: 28px;
  }
  .industry-btn-wrap .home-btn {
    padding: 11px 5px 13px 25px;
    width: 60%;
  }
  .copyright-text p {
    font-size: 11px;
    text-align: center;
  }
  .brand-logo {
    width: 40%;
  }
  .contact-info-btn {
    display: none;
  }
  .pkg_details ul li {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .best-static-btn .btn-white {
    display: block;
    margin-bottom: 20px;
  }
  .best-static-text h3 {
    font-size: 25px;
  }
  .work-detail .package-btn-wrap .home-btn {
    width: 60%;
  }
  .testi-text h3 {
    font-size: 33px;
    line-height: 40px;
  }
  .expertise-text h3 {
    font-size: 24px;
  }
  .popup_btn h3 {
    font-size: 17px;
  }
  .popup_btn h3 br {
    display: none;
  }
  .popup_btn button {
    font-size: 14px;
    padding: 11px 25px;
  }
  .detail_title .banner-text h2 {
    font-size: 13px;
  }
  .banner-text p {
    font-size: 11px;
  }
}
@media screen and (max-width: 360px) {
  .contact-info ul li a h4 {
    font-size: 11px;
  }
  .footer-text-sec .quote {
    padding: 5px 17px 13px;
  }
  .footer-form-sec h3 {
    font-size: 31px;
  }
  .footer-text-sec a {
    font-size: 16px;
  }
  .pricing-details-left ul {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.help-block {
  display: none;
}

.package_box .cnrflash {
  display: none;
}

.package_box.active .cnrflash {
  display: block;
  position: relative;
}

.cnrflash-inner {
  position: absolute;
  top: 0;
  right: 0;
}

.services-scnd-fold {
  background: #f8f8f8;
  padding: 60px 0;
}
.services-scnd-fold .side-img-length {
  background-position: bottom;
  background-repeat: no-repeat;
  height: 420px;
}
.services-scnd-fold .box-wrap {
  padding: 20px 20px 50px; /* border-radius: 5px; */ /* border: 1px solid #e7e3e3; */
}
.services-scnd-fold .box-wrap h2 {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 0;
}
.services-scnd-fold .box-wrap p {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.services-scnd-fold .box-wrap a {
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 8px 10px;
  font-size: 12px;
  background: white;
  color: #000;
}
.services-scnd-fold .box-wrap img {
  position: relative;
  top: 30px;
}

.services-scnd-fold .wrap {
  position: relative;
  height: 260px;
  margin: 0 0 0;
  top: 40px;
}
.services-scnd-fold .wrap .lft {
  width: 100%;
}
.services-scnd-fold .wrap .lft img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  float: left;
  border: 1px solid #c3bdbd;
  box-shadow: 1px 4px 9px 0px #0000001f;
}
.services-scnd-fold .wrap .rht {
  position: absolute;
  left: 110px;
}
.services-scnd-fold .wrap .rht h4 {
  font-size: 40px;
  color: #e92747;
  padding-bottom: 10px;
}
.services-scnd-fold .wrap .rht h4 span {
  background: #c3bdbd;
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
  padding: 2px;
  border-radius: 6px;
}
.services-scnd-fold .wrap .rht h6 {
  font-weight: 300;
  color: #8c8989;
}
.services-scnd-fold .wrap .rht p {
  padding: 10px 0;
  height: 55px;
  color: #666;
  font-size: 16px;
}
.services-scnd-fold .wrap .rht ul {
}
.services-scnd-fold .wrap .rht ul li {
  display: inline-block;
  margin: 0 2px;
}
.services-scnd-fold .wrap .rht ul li a {
  display: inline-block;
  margin-top: 10px;
}
.services-scnd-fold .wrap .rht ul li a.trans-btn {
  background: #c3bdbd;
  color: #000;
  padding: 8px 10px;
  font-size: 12px;
  border-radius: 5px;
}
.services-scnd-fold .wrap .rht ul li a.trans-btn:hover {
  color: unset;
}
.services-scnd-fold .wrap .rht ul li a.btn-main-top-bar {
  padding: 8px 10px;
  font-size: 12px;
}
.services-scnd-fold .wrap .rht ul li a.menu-button {
  background: #1278b6;
  padding: 8px 11px;
  border-radius: 5px;
}
.services-scnd-fold .wrap .rht ul li a.menu-button i {
  color: #fff;
}
.services-scnd-fold .wrap .rht ul li a:hover {
  color: #fff;
}
.services-scnd-fold .wrap .rht ul li p {
  position: relative;
  padding: 0;
}
.services-scnd-fold .wrap .rht ul li p span {
  position: absolute;
  top: 30px;
  color: #8c8989;
  font-size: 10px;
}

.cta-img img {
  width: 80%;
  display: table;
  margin: auto;
}
.main-package .item,
.home-package .package-carousel .package_box {
  width: 32.5%;
  display: inline-block;
  margin: 10px 2px;
  text-align: left;
}
.main-package .tab-content.container {
  text-align: center;
}
.package_box.active img.img-fluid {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1450px) {
  .cta-text h3 {
    margin-left: 20px;
  }
  .cta-text h2 {
    margin-left: 20px;
    margin-right: 40px;
  }
  .main-cta:before {
    left: -60px;
    width: 240px;
  }
  .main-cta:after {
    right: -40px;
    width: 240px;
  }
}

@media only screen and (max-width: 767px) {
  section.main-testi {
    padding-bottom: 40px !important;
  }
  body .main-testi .owl-stage-outer {
    overflow: hidden !important;
  }
  .main-package .item,
  .home-package .package-carousel .package_box,
  .portfolio-box img {
    width: 100%;
  }
}
.modal-open {
  padding-right: 0 !important;
}
.brand-logo img {
  width: 250px;
}
#thankyou {
  text-align: center;
  background: #e8670d;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#thankyou h1 {
  margin: 0;
  padding: 30px 0;
  color: #fff;
  font-weight: 700;
  font-size: 50px;
}

#thankyou a.button {
  display: inline-block;
  background-color: #00d547;
  background-image: none;
  border: 2px solid #00d547;
  border-radius: 35px;
  box-shadow: 0px 10px 10px 1px rgb(0 0 0 / 21%);
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
  transition: 0.5s;
}

#thankyou a.home-btn {
  margin: 0 auto;
  color: #fff;
  width: 290px;
  padding: 9px 20px;
  border-color: #fff;
}

#thankyou a.home-btn::after {
  background: white;
}
#thankyou {
  text-align: center;
  background: #e8670d;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#thankyou h1 {
  margin: 0;
  padding: 30px 0;
  color: #fff;
  font-weight: 700;
  font-size: 50px;
}

#thankyou a.button {
  display: inline-block;
  background-color: #00d547;
  background-image: none;
  border: 2px solid #00d547;
  border-radius: 35px;
  box-shadow: 0px 10px 10px 1px rgb(0 0 0 / 21%);
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
  transition: 0.5s;
}

#thankyou a.home-btn {
  margin: 0 auto;
  color: #fff;
  width: 290px;
  padding: 9px 20px;
  border-color: #fff;
}

#thankyou a.home-btn::after {
  background: white;
}
.avail-btn {
  font-size: 17px !important;
  color: #000 !important;
}
.floating-side-icons {
  padding-left: 20px;
  position: fixed;
  bottom: 10px;
  z-index: 1;
}
.f-ico-p a img {
  width: 43%;
}
#go-top-btn {
  display: inline-block;
  position: fixed;
  bottom: 10px;
  left: 20px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#go-top-btn.show {
  opacity: 1;
  visibility: visible;
}

#go-top-btn img:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  animation-iteration-count: infinite;
}

.main-footer:before {
  background-image: url(../images/webp/footer-logo.png) !important;
}
.f-ico-p {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-20px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.industry-review .rev-slides .rev-item {
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  box-shadow: 5px 3px 10px #0000001f;
  min-height: 250px;
}

section#reviews-area {
  padding: 0 0 70px;
}
.floating-discount a {
  position: fixed;
  bottom: 90px;
  z-index: 9999;
  text-align: center;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  left: 20px;
  animation: scrollDownAnimation 0.5s ease infinite alternate,
    pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  -webkit-animation: scrollDownAnimation 0.5s ease infinite alternate,
    pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 2px #ffffff;
  color: #000;
  font-weight: 800;
  line-height: 20px;
  border: 1px solid #ee2042;
}
@keyframes scrollDownAnimation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes scrollDownAnimation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}

.review_sec_tab {
  background: #fff;
  padding: 50px 30px;
  box-shadow: 20px 0 30px rgb(14 27 56 / 15%);
  border-radius: 10px;
  min-height: 474px;
}

.review_sec_tab p {
  font-size: 17px;
  line-height: 31px;
  color: #000;
}

.review_sec_tab h3 {
  color: #48a79f;
  font-size: 20px;
  font-weight: bold;
}

.rating_sec ul {
  display: flex;
}

.rating_sec ul li {
  display: inline-block;
  font-size: 19px;
  padding: 0 2px 0px 0px;
  color: #007c4a;
}
.review_author {
  display: flex;
  margin-top: 30px;
  align-items: center;
}
.author_name {
  flex: 1;
}
.main-testi .owl-stage-outer {
  overflow: visible;
}

.main-testi .owl-stage-outer .owl-item {
  opacity: 0.3;
}

.main-testi .owl-stage-outer .owl-item.active {
  opacity: 1;
}

.main-testi .testi-slider {
  margin-top: 30px;
}
a.auto-modal.btn.btn-default.hvr-grow-shadow {
  position: fixed;
  opacity: 0;
}
