.LandingForm {
  background: #fff;
  position: relative;
  padding: 70px 40px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  background-image: url("../img/landing-page/form.jpg");
  background-size: cover;
  box-shadow: 4px 8px 25px #00000038;
  z-index: 3;
}

.font-15 {
  font-size: 15px;
}

.stickIcon {
  position: absolute;
  top: 0;
  left: -46px;
  z-index: 1;
}

.LandingFormField {
  border: none;
  border-bottom: 2px solid var(--five-color);
  border-radius: 0;
  margin-top: 23px;
}

.LandingFormField:focus {
  box-shadow: none;
  border-bottom: 2px solid var(--first-color);
}

#jqcheck {
  background: #fff9d7;
  text-align: center;
  color: #333;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 700;
  position: fixed;
  z-index: 9991;
  width: 100%;
  font-family: var(--third-color);
}

* {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: var(--primary-color);
  color: var(--theme-white);
  text-shadow: none;
}

::selection {
  background: var(--primary-color);
  color: var(--theme-white);
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  -webkit-border-radius: 0;
  border-left: 1px solid #888;
}

::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0;
  background: var(--primary-color);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    -webkit-appearance: none !important;
    line-height: 28px !important;
  }
}

body {
  font-family: var(--third-family);
  color: var(--default-color);
  font-size: var(--base-font-size);
  position: relative;
}

.ff-primary {
  font-family: var(--third-family);
}

.ff-secondary {
  font-family: var(--third-family);
}

.fc-primary {
  color: var(--primary-color);
}

.fc-secondary {
  color: var(--secondary-color);
}

.fc-dark {
  color: var(--theme-dark);
}

.fc-lite {
  color: var(--theme-lite);
}

.primary-btn,
.secondary-btn {
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 8px 15px;
  position: relative;
  display: table;
  border-radius: 3px;
}

.primary-btn:after,
.secondary-btn:after {
  content: "\e957";
  font-family: icomoon !important;
  font-size: 13px;
  color: #fff;
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
}

.primary-btn {
  background: var(--primary-color);
  color: #fff;
}

.primary-btn:hover {
  background: var(--primary-color-dark);
  color: #fff;
}

.secondary-btn {
  background: var(--secondary-color);
  color: #fff;
}

.secondary-btn:hover {
  background: var(--secondary-color-dark);
  color: #fff;
}

.banner-btn {
  text-transform: capitalize;
  display: inline-block;
  transform: translateY(0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff !important;
  background-color: transparent;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #fff !important;
}

.secpad-100 {
  padding: 100px 0;
}

.sm-btn {
  font-size: 14px;
}

.md-btn {
  font-size: 16px;
}

.lg-btn {
  font-size: 18px;
}

.xl-btn {
  font-size: 20px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.h1,
.h2,
h1,
h2 {
  font-family: var(--third-family);
}

.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font-family);
  padding-bottom: 10px;
  color: var(--theme-dark);
}

.h2,
h2 {
  font-size: 6.7vmin;
}

.h3,
h3 {
  font-size: var(--font-size-h3);
  font-weight: 600;
}

.h4,
h4 {
  font-size: var(--font-size-h4);
}

.h5,
h5 {
  font-size: var(--font-size-h5);
}

.h6,
h6 {
  font-size: var(--font-size-h6);
}

.sec-padding-100 {
  padding: 100px 0;
}

.sec-padding-90 {
  padding: 90px 0;
}

.sec-padding-80 {
  padding: 80px 0;
}

.sec-padding-70 {
  padding: 70px 0;
}

.sec-padding-60 {
  padding: 60px 0;
}

.sec-padding-xlarge {
  padding: 50px 0;
}

.sec-padding-large {
  padding: 40px 0;
}

.sec-padding-medium {
  padding: 30px 0;
}

.sec-padding-small {
  padding: 25px 0;
}

.sec-padding-xsmall {
  padding: 10px 0;
}

.sec-margin-100 {
  margin: 100px 0;
}

.sec-margin-90 {
  margin: 90px 0;
}

.sec-margin-80 {
  margin: 80px 0;
}

.sec-margin-70 {
  margin: 70px 0;
}

.sec-margin-60 {
  margin: 60px 0;
}

.sec-margin-xlarge {
  margin: 50px 0;
}

.sec-margin-large {
  margin: 40px 0;
}

.sec-margin-medium {
  margin: 30px 0;
}

.sec-margin-small {
  margin: 25px 0;
}

.sec-margin-xsmall {
  margin: 10px 0;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.tt-uppercase {
  text-transform: uppercase;
}

.tt-capitalize {
  text-transform: capitalize;
}

div#google_recaptcha {
  margin: 0 0 15px 0;
}

.gle-cpcha #google_recaptcha > div {
  margin: 0 auto !important;
}

p strong {
  color: #000;
}

p span {
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
  text-decoration: none;
}

li,
ul {
  list-style-type: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.h2,
h2 {
  color: #171717;
  line-height: 1.2;
  font-weight: 700;
  padding: 0 0 15px 0;
  position: relative;
}

.h2 span,
h2 span {
  color: var(--primary-color);
}

a {
  text-decoration: none;
}

.list-simple {
  list-style: none;
  margin: 0 0 15px 0;
  width: 100%;
  display: inline-block;
}

.list-simple li {
  color: var(--default-color);
  padding: 0 0 10px 16px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.list-simple li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  color: var(--secondary-color);
  content: "\e93a";
  font-family: icomoon !important;
}

.moreFull {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}

.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scale-with-transition {
  -webkit-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.header-main {
  padding: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header-main.fixed {
  box-shadow: 0 5px 20px #00000012;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: fixed;
  background: #fff;
}

.header-main.fixed .main-menu > ul > li > a {
  text-transform: capitalize;
  color: #223235;
}

.header-main.fixed .logo {
  width: 100%;
}

.top-bar {
  position: fixed;
  background: #f5f8fa;
  padding: 0;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #cbd6e2;
  z-index: 99;
}

.top-info-list {
  float: right;
  margin: 25px 0;
}

.top-info-list li {
  float: left;
  color: #171717;
  font-size: 14px;
  padding: 0 10px;
}

.top-info-list li:first-child {
  padding-left: 0;
}

.top-info-list li:last-child {
  padding-right: 0;
}

.top-info-list li span {
  margin-right: 8px;
  color: #171717;
  font-size: 13px;
  line-height: 20px;
}

.top-info-list li span.icon-phone2 {
  font-size: 15px;
  top: 1px;
  position: relative;
}

.top-info-list li a {
  color: #171717;
}

.top-info-list li a:hover {
  color: #223235;
}

.nav-area-full {
  padding: 17px 0 16px;
  width: 100%;
  margin-top: 72px;
}

.logo {
  width: 100%;
  margin: 0;
  float: left;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.logo a {
  display: block;
}

.top-area {
  display: inline-block;
  width: 100%;
}

.main-menu {
  width: 100%;
  display: inline-block;
  float: right;
  margin: 2px 0 0;
}

.main-menu > ul {
  float: right;
  margin: 0;
}

.main-menu > ul > li {
  padding: 0 15px;
  float: left;
  position: relative;
}

.main-menu > ul > li:last-child {
  padding-right: 0;
}

.main-menu > ul > li:before {
  position: absolute;
  width: 1px;
  height: 12px;
  background: #71787e;
  left: 0;
  top: 30%;
}

.main-menu > ul > li:first-child:before {
  display: none;
}

.main-menu > ul > li > a {
  padding: 20px 0;
  font-size: 16px;
  color: #171717;
  font-weight: 400;
  text-transform: capitalize;
}

.header-main .has-submenu.progmenu {
  font-size: 16px;
  color: #171717;
  font-weight: 400;
  margin: 0;
  padding: 3px 0 4px;
  font-family: var(--third-family);
}

.main-menu > ul > li.active > a,
.main-menu > ul > li > a.active,
.main-menu > ul > li > a:focus,
.main-menu > ul > li > a:hover {
  color: #f38440;
}

.cstn-column {
  display: inline-block;
  width: 100%;
  font-size: 0;
}

.dropdown {
  width: 295px;
  position: absolute;
  top: 217%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #cbd6e2;
  border-radius: 0.1875rem;
  box-shadow: 0 1px 24px rgba(45, 62, 80, 0.12);
  z-index: 95;
}

.main-menu > ul > li:hover .dropdown {
  visibility: visible;
  opacity: 1;
  left: 18px;
}

.main-menu > ul > li:hover .progmenu .dropdown {
  left: 0;
}

.dropdown > ul {
  padding: 10px 0;
  list-style: none;
}

.dropdown > ul > li {
  width: 100%;
}

.dropdown > ul > li:hover {
  background: var(--first-color);
  color: #fff;
}

.dropdown > ul > li:hover a {
  color: #fff !important;
}

.dropdown > ul > li:before {
  display: none;
}

.dropdown > ul > li > a {
  color: #070707 !important;
  font-size: 16px;
  text-decoration: none;
  padding: 8px 10px 8px 15px;
  display: block;
  padding-bottom: 8px !important;
  font-weight: 400 !important;
}

.dropdown > ul > li > a:hover {
  color: #000;
  background: 0 0;
}

.dropdown > ul > li > a:hover:before {
  display: none;
}

.double-drop {
  width: 400px !important;
}

.dropdown > ul > li > ul {
  display: none;
}

.dropdown > ul > li.level2:hover > ul {
  display: block;
}

.mheader.stickyheader {
  position: fixed;
  z-index: 9999;
  min-height: auto;
  top: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0 10px 23px #0000000d;
}

.mheader.stickyheader .mainbarr .boxednav .navigation .linkingchannel li a {
  color: #070707;
}

.mheader.stickyheader
  .mainbarr
  .boxednav
  .navigation
  .infochannel
  li
  .numbercta {
  color: #070707;
}

.nav-area-full.stickyhead {
  position: fixed;
  z-index: 9999;
  min-height: auto;
  top: 0;
  width: 100%;
  background: #181718;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0 10px 23px #0000000d;
}

.sticky-container {
  padding: 0;
  margin: 0;
  position: fixed;
  right: -155px;
  top: 180px;
  width: 200px;
  display: none;
  z-index: 999;
}

.sticky li {
  border-radius: 5px;
  list-style-type: none;
  background-color: #333;
  color: #efefef;
  height: 45px;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.sticky li:hover {
  margin-left: -115px;
}

.sticky li img {
  float: left;
  border-radius: 5px 0 0 5px;
  margin: 0;
  margin-right: 10px;
}

.sticky li p {
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  line-height: 45px;
  color: #fff;
}

.sticky li a {
  border-radius: 5px;
  color: #fff;
}

.slider-wrapper {
  background: #11151b;
  width: 100%;
  position: relative;
}

.home-banner {
  width: 100%;
  height: 760px;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
}

.home-banner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 8;
  content: "";
}

.home-banner-content {
  position: relative;
  z-index: 9;
}

.home-banner-content h1 {
  font-size: 64px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #fff;
  position: relative;
  line-height: 1;
  text-transform: capitalize;
}

.home-banner-content h1:after {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  right: 0;
  bottom: -5px;
  border-radius: 200px;
}

.home-banner-content h1 span {
  display: block;
  color: var(--primary-color);
}

.home-banner-content .subtitle {
  color: #fff;
  font-size: 24px;
  padding-top: 10px;
  line-height: 1.4;
  padding-bottom: 30px;
}

.home-banner-content a.home-banner-link {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 10px 20px;
  background: var(--primary-color);
  color: #fff;
  position: relative;
  display: table;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}

.home-banner-content a.home-banner-link:after {
  content: "\e93a";
  font-family: icomoon !important;
  font-size: 13px;
  color: #fff;
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
}

.home-banner-content a.home-banner-link:hover {
  background: var(--primary-color-dark);
}

.home-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  display: block;
  padding: 0 15px;
  margin: 0 auto;
  border-radius: 3px;
  list-style: none;
  width: 1140px;
}

.home-slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 0;
  cursor: pointer;
}

.home-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: 0;
  background: #fff;
  border: none;
  border-radius: 200px;
}

.home-slider .slick-dots li.slick-active button {
  background: var(--primary-color);
  border: none;
}

.home-slider .slick-next,
.home-slider .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.home-slider .slick-prev {
  left: 15px;
}

.home-slider .slick-next {
  right: 15px;
}

.home-slider .slick-next:before,
.home-slider .slick-prev:before {
  font-family: icomoon !important;
  color: #fff;
  font-size: 50px;
  line-height: 1;
}

.home-slider .slick-prev:before {
  content: "\e958";
}

.home-slider .slick-next:before {
  content: "\e957";
}

.home-slider .slick-next:hover:before,
.home-slider .slick-prev:hover:before {
  color: var(--primary-color);
}

.slider-progress {
  width: 100%;
  height: 5px;
  background: 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.slider-progress .progress {
  width: 0%;
  height: 5px;
  background: var(--primary-color);
}

.banner-form {
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 9;
  margin: 60px 0;
}

.ban-form input {
  width: 100%;
  margin: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: 0 !important;
  margin: 0 0 15px 0;
}

.banner-form .intl-tel-input {
  width: 100%;
}

.ban-form input[type="submit"] {
  color: #fff;
  font-weight: 600;
  background: #c0c919 !important;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 20px 0 0;
  border: transparent;
}

.inner-banner {
  position: relative;
}

.inner-banner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000054;
  z-index: 0;
  content: "";
}

.inner-banner-content h1 {
  font-size: var(--font-size-h1-inner-vmin);
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #fff;
  position: relative;
  letter-spacing: -2px;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.7);
  line-height: 1.1;
  float: left;
}

.inner-banner-content h1:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  right: 0;
  bottom: -5px;
  border-radius: 200px;
}

.inner-banner-content h1 span {
  color: var(--primary-color);
}

.inner-banner-content .subtitle {
  color: #fff;
  font-size: 16px;
}

.servicepg .inner-banner:before {
  display: none;
}

.slider-wrapper-number {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.number-banner {
  width: 100%;
  height: 438px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
}

.number-banner-content h1 {
  font-size: var(--font-size-h1-home-vmin);
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #fff;
  position: relative;
  letter-spacing: -2px;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.7);
  line-height: 1.1;
}

.number-banner-content h1:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  right: 0;
  bottom: -5px;
  border-radius: 200px;
}

.number-banner-content h1 span {
  color: var(--primary-color);
}

.number-banner-content .subtitle {
  color: #fff;
  font-size: 16px;
}

.number-banner-content a.number-banner-link {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 10px 20px;
  background: var(--primary-color);
  color: #fff;
  position: relative;
  display: table;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}

.number-banner-content a.number-banner-link:after {
  content: "\e93a";
  font-family: icomoon !important;
  font-size: 13px;
  color: #fff;
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
}

.number-banner-content a.number-banner-link:hover {
  background: var(--primary-color-dark);
}

.number-slider .slick-dots {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  display: block;
  padding: 0 15px;
  margin: 0 auto;
  border-radius: 3px;
  list-style: none;
  width: 1140px;
  text-align: left;
}

.number-slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  cursor: pointer;
}

.number-slider .slick-dots li a {
  line-height: 35px;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  cursor: pointer;
  color: var(--theme-white);
  outline: 0;
  background-color: var(--secondary-color);
  border: none;
  border-radius: 200px;
  text-align: center;
  border: 1px solid var(--secondary-color-dark);
  transition: all 0.3s ease-in-out;
}

.number-slider .slick-dots li a:hover {
  color: var(--theme-white);
}

.number-slider .slick-dots li.slick-active a {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}

.buttons-main {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 100;
}

.prev-btn-main {
  position: absolute;
  left: -50px;
}

.next-btn-main {
  position: absolute;
  right: -50px;
}

.next-btn,
.prev-btn {
  width: 35px;
  height: 35px;
  background-color: var(--primary-color);
  border-radius: 100%;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.next-btn:hover,
.prev-btn:hover {
  background-color: var(--primary-color-dark);
}

.next-btn:before,
.prev-btn:before {
  font-family: icomoon !important;
  color: #fff;
  font-size: 13px;
  line-height: 35px;
}

.prev-btn:before {
  content: "\e920";
}

.next-btn:before {
  content: "\e91f";
}

.testimonials-slider-main .slick-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

.testimonials-slider-main .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px 0 3px;
  padding: 0;
  cursor: pointer;
}

.testimonials-slider-main .slick-dots li button {
  line-height: 0;
  display: block;
  width: 11px;
  height: 11px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: 0;
  background: url(../images/images-slick-dots.png) no-repeat 0 0;
  border: none;
}

.testimonials-slider-main .slick-dots li.slick-active button {
  border: none;
  background: url(../images/images-slick-dots.png) no-repeat top 0 left -11px;
}

.testimonials-slider-main .slick-next,
.testimonials-slider-main .slick-prev {
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  width: 18px;
  height: 28px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.testimonials-slider-main .slick-prev {
  left: -20px;
  background: url(../images/images-slick-arrows.png) no-repeat top 0 left 0;
}

.testimonials-slider-main .slick-next {
  right: -20px;
  background: url(../images/images-slick-arrows.png) no-repeat top 0 left -18px;
}

.tabs-custom-nav li a {
  color: #000;
}

.tabs-custom-nav li a.current {
  color: #0076fb;
}

.tabs-custom .tab-content-panel {
  display: none;
  overflow: hidden;
  width: 100%;
}

.tabs-custom .tab-content-panel.selected {
  display: block;
}

.tab-custom-nav li a {
  color: #000;
}

.tab-custom-nav li a.current {
  color: #0076fb;
}

.tab-custom .tab-content-panel {
  display: none;
  overflow: hidden;
  width: 100%;
}

.tab-custom .tab-content-panel.selected {
  overflow: visible;
  display: inline-block;
  width: 100%;
}

.tabs-main {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
}

.tabs-main ul.tabs-nav {
  padding: 0;
  width: 100%;
  float: left;
  margin: 0 0 -1px 0;
}

.tabs-main ul.tabs-nav li {
  list-style: none;
  float: left;
}

.tabs-main ul.tabs-nav li a {
  background: #003a7b;
  border: 1px solid #bcc5cb;
  border-bottom: 0;
  color: #fff;
  padding: 7px 15px;
  display: block;
  text-decoration: none;
}

.tabs-main ul.tabs-nav li a.current {
  background: #fff;
  color: #003a7b;
}

.tabs-main .tab-content-panel {
  background: #fff;
  padding: 15px 30px 25px 30px;
  border: 1px solid #bcc5cb;
  display: none;
  overflow: hidden;
  width: 100%;
}

.points-boxes-area {
  background: #000;
}

.points-boxes-area .col-lg-4 {
  border-right: 1px solid #292929;
}

.points-boxes-area .col-lg-4:nth-child(3) {
  border-right: 0;
}

.points-box {
  padding: 30px 0 30px 80px;
  position: relative;
}

.points-box img {
  position: absolute;
  left: 0;
  top: 30px;
}

.points-box h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}

.points-box p {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.accordion,
.accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.accordion {
  overflow: hidden;
  background: 0 0;
  margin-top: 50px;
}

.quest-title {
  font-size: 22px;
  font-weight: 500;
  color: #171717;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  line-height: 1.4;
  display: inline-block;
  transition: all linear 0.15s;
  text-decoration: none;
  padding-right: 40px;
}

.quest-title:before {
  position: absolute;
  content: "\e955";
  width: 20px;
  height: 20px;
  right: 15px;
  top: 0;
  font-family: icomoon !important;
  color: #1e1e1e;
  font-size: 20px;
}

.quest-title.active,
.quest-title:hover {
  color: #f38440;
  content: "\e91c";
}

.quest-title:after {
  width: 60px;
  height: 1px;
  left: -60px;
  bottom: -1px;
  background: #dbdbdb;
  position: absolute;
  content: "";
}

.quest-title.active:before {
  content: "\e956";
}

.quest-content {
  padding: 15px 40px 15px 0;
  display: none;
  margin-bottom: 0;
  float: left;
  width: 100%;
}

.quest-content p {
  line-height: 1.4;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  color: #687087;
}

.form-box-main {
  background: #fff;
  padding: 30px 15px;
}

.form-box-main h2 {
  text-align: left;
  font-size: 36px;
  width: 100%;
  font-weight: 700;
  line-height: 1.2;
}

.form-box-main form {
  width: 80%;
  margin: 0 auto;
}

.form-box-main form .col-md-12,
.form-box-main form .col-md-6 {
  padding-bottom: 30px;
}

.form-box-main form label.field-txt {
  font-weight: 500;
  font-size: 18px;
  color: #5b6b7f;
  margin: 0 0 5px;
  width: 100%;
  display: block;
}

.form-box-main form label.field-txt span {
  color: #ec1d23;
}

.form-box-main form input[type="email"],
.form-box-main form input[type="number"],
.form-box-main form input[type="tel"],
.form-box-main form input[type="text"],
.form-box-main form textarea {
  width: 100%;
  margin: 0;
  border: 1px solid #b2b9c1;
  background: #fff;
  padding: 18px 15px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  height: 55px;
  border-radius: 5px;
}

.form-box-main form select {
  width: 100%;
  margin: 0;
  border: 1px solid #b2b9c1;
  background: #fff;
  padding: 12px 15px;
  color: #5b6b7f;
  font-size: 18px;
  font-weight: 400;
  border-radius: 5px;
}

.form-box-main form select[name="ddlDay"],
.form-box-main form select[name="ddlMonth"],
.form-box-main form select[name="ddlYear"] {
  float: left;
  width: 32.5%;
  margin: 0 1% 0 0;
}

.form-box-main form select[name="ddlYear"] {
  margin: 0;
}

.form-box-main form textarea {
  width: 100%;
  margin: 0;
  padding: 8px 12px;
  height: 100px;
}

.check-list {
  float: left;
}

.form-box-main form input[type="checkbox"]:not(old),
.form-box-main form input[type="radio"]:not(old) {
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}

.form-box-main form input[type="checkbox"]:not(old) + label,
input[type="radio"]:not(old) + label {
  display: inline-block;
  margin-left: -28px;
  padding-left: 28px;
  background: url(../images/images-checks.png) no-repeat 0 0;
  line-height: 24px;
  font-weight: 500;
  font-size: 14px;
  color: #5b6b7f;
}

.form-box-main form input[type="checkbox"]:not(old):checked + label {
  background-position: 0 -24px;
}

.form-box-main form input[type="radio"]:not(old):checked + label {
  background-position: 0 -48px;
}

.form-box-main form input[type="submit"] {
  display: inline-block;
  transform: translateY(0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  background: #f38440;
  border: 1px solid #f9653b;
  padding: 20px 60px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}

.form-box-main form input[type="submit"]:after {
  content: "\e93a";
  font-family: icomoon !important;
  font-size: 13px;
  color: #fff;
  padding-left: 10px;
}

.form-box-main form input[type="submit"]:hover {
  display: inline-block;
  color: #fff;
  transform: translateY(-0.625rem);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.form-box-main form input::-webkit-input-placeholder {
  color: gray;
  opacity: 1 !important;
}

.form-box-main form input:-moz-placeholder {
  color: gray;
}

.form-box-main form input::-moz-placeholder {
  color: gray;
}

.form-box-main form input:-ms-input-placeholder {
  color: gray;
}

.form-box-main form textarea::-webkit-input-placeholder {
  color: gray;
  opacity: 1 !important;
}

.form-box-main form textarea:-moz-placeholder {
  color: gray;
}

.form-box-main form textarea::-moz-placeholder {
  color: gray;
}

.form-box-main form textarea:-ms-input-placeholder {
  color: gray;
}

.form-box-main form input:focus,
.form-box-main form option:focus,
.form-box-main form select:focus,
.form-box-main form textarea:focus,
.selected-flag {
  outline: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.form-box-main form .intl-tel-input {
  width: 100%;
}

.form-box-main form .intl-tel-input .country-list {
  width: 380px;
}

.form-box-main form .intl-tel-input .country-list .country {
  font-size: 13px;
}

.form-box-main form label.error,
label.error {
  color: red;
  font-style: italic;
  margin-bottom: 0;
  display: none !important;
}

div.error {
  display: none;
}

input.checkbox {
  border: none;
}

input.error {
  border: 1px solid red !important;
}

form.cmxform .gray * {
  color: gray;
}

@media only screen and (min-width: 768px) {
  .h2,
  h2 {
    font-size: var(--font-size-h2);
  }
}

@media only screen and (max-width: 1400px) {
  .comboopack .combopackwrap .headdd figure {
    right: -12px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .home-slider .slick-dots {
    width: auto;
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) {
  .home-banner {
    background-position: center left;
  }

  .testimonials-slider-main .slick-prev {
    left: 0;
  }

  .testimonials-slider-main .slick-next {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .home-banner {
    height: 450px;
  }

  .inner-banner {
    height: 300px;
  }

  .sec-padding-100 {
    padding: 50px 0;
  }

  .sec-padding-90 {
    padding: 45px 0;
  }

  .sec-padding-80 {
    padding: 40px 0;
  }

  .sec-padding-70 {
    padding: 35px 0;
  }

  .sec-padding-60 {
    padding: 30px 0;
  }

  .sec-padding-xlarge {
    padding: 25px 0;
  }

  .sec-padding-large {
    padding: 20px 0;
  }

  .sec-padding-medium {
    padding: 15px 0;
  }

  .sec-padding-small {
    padding: 15px 0;
  }

  .sec-padding-xsmall {
    padding: 10px 0;
  }

  .sec-margin-100 {
    margin: 50px 0;
  }

  .sec-margin-90 {
    margin: 45px 0;
  }

  .sec-margin-80 {
    margin: 40px 0;
  }

  .sec-margin-70 {
    margin: 35px 0;
  }

  .sec-margin-60 {
    margin: 30px 0;
  }

  .sec-margin-xlarge {
    margin: 25px 0;
  }

  .sec-margin-large {
    margin: 20px 0;
  }

  .sec-margin-medium {
    margin: 15px 0;
  }

  .sec-margin-small {
    margin: 15px 0;
  }

  .sec-margin-xsmall {
    margin: 10px 0;
  }

  .sliderxs {
    padding-bottom: 30px;
  }

  .copyright {
    margin-top: 10px;
    text-align: left;
  }

  .footer-nav2 {
    float: none;
    margin-top: 0;
  }

  .disclaimer {
    text-align: center;
  }
}

.analyzeform {
  margin-top: 30px;
}

.analyzeform form label.error {
  display: none !important;
}

.analyzeform form input.error {
  border: 1px solid red !important;
}

.analyzeform form input[type="email"],
.analyzeform form input[type="number"],
.analyzeform form input[type="tel"],
.analyzeform form input[type="text"],
.analyzeform form textarea {
  width: 100%;
  margin: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 13px 15px;
  color: gray;
  font-size: 13px;
  height: 55px;
  font-weight: 400;
  outline: 0 !important;
}

.round {
  border-radius: 5px 0 0 5px;
}

.analyzeform form .intl-tel-input {
  width: 100%;
}

.analyzeform form .intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 14px;
}

.analyzeform form .dtf {
  float: left;
  width: 25%;
  margin-bottom: 10px;
}

.analyzeform form input[type="submit"] {
  border: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  padding: 18px 60px 19px;
  margin-left: -10px;
  text-align: left;
  letter-spacing: 1px;
  border-radius: 5px;
  font-family: var(--third-family);
  background: #20cb98;
}

.analyzeform form .wrap {
  padding-left: 40px;
  text-align: center;
  width: 100%;
}

.analyzeform form .finput:focus {
  outline: 0 !important;
}

.pkbtn {
  margin-top: -28px;
  text-align: center;
  clear: both;
}

.btn-blue {
  color: #fff;
  background: #4a8cfc;
  padding: 14px 50px;
  font-size: 16px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #fff;
}

.btn-blue:hover {
  transform: translateY(-3.925px);
  color: #fff;
}

.btn-green {
  color: #fff;
  background: #20cb98;
  padding: 14px 50px;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #fff;
}

.btn-green:hover {
  transform: translateY(-3.925px);
  color: #fff;
}

.btn-red {
  color: #fff;
  background: #f45948;
  padding: 14px 50px;
  font-size: 16px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #fff;
}

.btn-red:hover {
  transform: translateY(-3.925px);
  color: #fff;
}

.bottom-form {
  padding: 100px 0;
}

.bottom-form .txtwrap h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.bottom-form .txtwrap figure {
  margin: 20px 0 30px;
}

.bottom-form .txtwrap p {
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 0;
}

.bot-form form label.error {
  display: none !important;
}

.bot-form form input.error {
  border: 1px solid red !important;
}

.bot-form form input[type="email"],
.bot-form form input[type="number"],
.bot-form form input[type="tel"],
.bot-form form input[type="text"],
.bot-form form select,
.bot-form form textarea {
  width: 100%;
  margin: 0;
  border: 1px solid #c6c6c6;
  background: 0 0;
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  border-radius: 30px;
  height: 60px;
  font-weight: 400;
  outline: 0 !important;
}

.bot-form form .intl-tel-input {
  width: 100%;
}

.bot-form form .intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 27px;
}

.bot-form form .fldset {
  margin-bottom: 20px;
}

.bot-form form input[type="submit"] {
  padding: 14px 60px;
  outline: 0;
}

.bot-form form textarea {
  width: 100%;
  margin: 0;
  padding: 20px 20px 0;
  resize: none;
}

.bot-form form .finput:focus {
  outline: 0 !important;
}

.flogo {
  padding: 30px 0 10px;
}

.btn-main {
  color: #fff !important;
  font-weight: 600;
  text-transform: capitalize;
  background: #f38440;
  border-radius: 3px;
  padding: 10px 15px;
}

.btn-main:hover {
  color: #fff !important;
  background: #f38440;
}

.mheader {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  width: 100%;
  top: 0;
}

.mheader .topbarr {
  background: #2c214a;
  padding: 12px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 11.111111rem;
  transition: max-height 0.4s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  overflow: hidden;
  will-change: max-height;
}

.mheader .topbarr .offerbar {
  text-align: center;
}

.mheader .topbarr .offerbar h4 {
  padding-bottom: 0;
  color: #fff;
  line-height: 1;
  font-size: 16px;
}

.mheader .topbarr .offerbar h4 span {
  font-weight: 900;
  font-size: 20px;
}

.mheader .mainbarr {
  background: 0 0;
  position: relative;
  z-index: 99;
}

.mheader .mainbarr .boxednav {
  padding: 31px 30px;
}

.mheader .mainbarr .boxednav .logo {
  width: 132px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px;
}

.mheader .mainbarr .boxednav .logo a img {
  width: 100%;
}

.mheader .mainbarr .boxednav .navigation {
  display: inline-block;
  width: calc(100% - 132px);
  vertical-align: middle;
  padding-left: 80px;
  font-size: 0;
}

.mheader .mainbarr .boxednav .navigation .linkingchannel {
  display: inline-block;
  margin-bottom: 0;
  width: 63%;
}

.mheader .mainbarr .boxednav .navigation .linkingchannel li {
  display: inline-block;
  padding: 0 10px;
}

.mheader .mainbarr .boxednav .navigation .linkingchannel li a {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

.mheader .mainbarr .boxednav .navigation .infochannel {
  width: 37%;
  text-align: right;
  display: inline-block;
  margin-bottom: 0;
}

.mheader .mainbarr .boxednav .navigation .infochannel li {
  display: inline-block;
}

.mheader .mainbarr .boxednav .navigation .infochannel li .numbercta {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-left: 25px;
  padding-right: 20px;
}

.mheader .mainbarr .boxednav .navigation .infochannel li .numbercta span {
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--first-color);
}

.btn-primary-outline {
  background-color: #fff;
  color: var(--first-color);
  font-size: 16px;
  border: 1px solid var(--first-color);
  padding: 10px 25px;
  /* border-radius: 30px; */
  display: inline-block;
  font-weight: 600;
}

.btn-primary-outline:hover {
  background: var(--first-color);
  color: #fff;
}

.btn-primary {
  background-color: var(--first-color);
  color: #fff;
  font-size: 16px;
  border: 1px solid var(--first-color);
  padding: 14px 30px;
  /* border-radius: 30px; */
  display: inline-block;
  font-weight: 600;
}

.btn-primary:hover {
  background-color: #fff;
  color: var(--first-color);
  font-size: 16px;
  border: 1px solid var(--first-color);
}

.btn-primary:active {
  background-color: #fff;
  color: var(--first-color);
  font-size: 16px;
  border: 1px solid var(--first-color);
}

.container-custom {
  max-width: 1285px;
  margin: auto;
  padding: 0 15px;
}

.btn-wrap a {
  margin-right: 10px;
}

.btn-secondary {
  background-color: #070707;
  color: #fff;
  font-size: 16px;
  border: 1px solid #070707;
  padding: 14px 25px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
}

.btn-secondary:hover {
  background-color: #fff;
  color: #070707;
  font-size: 16px;
  border: 1px solid #070707;
}

.btn-secondary:active {
  background-color: #fff;
  color: #070707;
  font-size: 16px;
  border: 1px solid #070707;
}

.btn-secondary-outline {
  background-color: #fff;
  color: #070707;
  font-size: 16px;
  border: 1px solid #070707;
  padding: 14px 30px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 600;
}

.btn-secondary-outline:hover {
  background-color: #070707;
  color: #fff;
  font-size: 16px;
  border: 1px solid #070707;
}

.btn-secondary-outline:active {
  background-color: #070707;
  color: #fff;
  font-size: 16px;
  border: 1px solid #070707;
}

.bottomSec {
  position: relative;
  bottom: 70px;
  left: 0;
  width: 100%;
  border-top: solid 1px #ffffff38;
  z-index: 9;
  padding: 15px 0;
}

.bottomSec h5 {
  color: #fff;
  font-size: 14px;
  padding: 10px 0 0;
  margin: 0;
}

.bottomSec ul {
  margin: 0;
}

.bottomSec ul li img {
  max-width: 80%;
}

.mservices {
  background: #fff;
  padding: 80px 0;
  font-size: 0;
}

.mservices .mainfigure {
  margin-bottom: 0;
}

.mservices .mainfigure img {
  float: right;
  width: 100%;
}

.mservices .textwrap .subheading {
  color: var(--first-color);
  background-color: #fbc6cf;
  padding: 8px 20px;
  font-size: 16px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.mservices .textwrap h2 {
  color: #070707;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 15px;
}

.mservices .textwrap p {
  color: #5c5856;
  font-size: 18px;
  padding-bottom: 40px;
}

.mservices .box {
  cursor: pointer;
  font-size: 0;
  padding: 0 40px 0 0;
}

.mservices .box figure {
  display: inline-block;
  vertical-align: top;
  width: 8%;
  margin-bottom: 0;
  padding-top: 3px;
}

.mservices .box .txt {
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
  width: 92%;
}

.mservices .box .txt h3 {
  color: #070707;
  font-size: 25px;
}

.mservices .box.fixwidth {
  width: 33.33%;
  display: inline-block;
  margin-top: 40px;
}

.mservices .box .txt p {
  font-size: 16px;
}

.solutionssec {
  padding: 80px 0;
  font-size: 0;
  background-position: -24px 110px;
  background-repeat: no-repeat;
  background-size: 55%;
}

.solutionssec .mainfigure {
  margin-bottom: 0;
}

.solutionssec .mainfigure img {
  float: right;
  width: 600px;
  margin-right: 140px;
  margin-top: -27px;
}

.solutionssec .textwrap.mwrapp {
  text-align: center;
  margin-bottom: 100px;
}

.solutionssec .textwrap .subheading {
  color: var(--first-color);
  background-color: #fbc6cf;
  padding: 8px 20px;
  font-size: 16px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.solutionssec .textwrap h2 {
  color: #070707;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 15px;
}

.solutionssec .textwrap p {
  color: #5c5856;
  font-size: 18px;
  padding-bottom: 40px;
}

.solutionssec .textwrap .solutionslist {
  display: inline-block;
  margin-bottom: 40px;
}

.solutionssec .textwrap .solutionslist li {
  font-size: 16px;
  display: inline-block;
  width: 50%;
  padding-left: 20px;
  padding-bottom: 10px;
  color: #070707;
  position: relative;
}

.solutionssec .textwrap .solutionslist li:before {
  content: "\e957";
  font-family: icomoon !important;
  color: var(--first-color);
  position: absolute;
  left: 0;
}

.testimonialsss {
  padding: 80px 0;
}

.testimonialsss .testslider .item {
  text-align: center;
  padding: 0 120px;
}

.testimonialsss .testslider .item figure {
  margin-bottom: 30px;
}

.testimonialsss .testslider .item figure img {
  border-radius: 50%;
  width: 70px;
  border: 2px solid var(--first-color);
  margin: 0 auto;
}

.testimonialsss .testslider .item blockquote {
  text-align: center;
  color: #070707;
  position: relative;
  font-size: 26px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.testimonialsss .testslider .item blockquote:before {
  content: "";
  background: url(../fonts/images-quotes.svg);
  width: 238px;
  height: 180px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  position: absolute;
}

.testimonialsss .testslider .item .info h3 {
  font-size: 22px;
}

.testimonialsss .testslider .item .info h3 span {
  display: block;
  font-size: 14px;
  color: #5c5856;
  margin-top: 8px;
}

.portfolioo {
  background-position: top center;
  background-color: #8c78fd;
  padding: 80px 0;
  width: 100%;
  background-size: cover;
}

.innerpage .portfolioo {
  padding: 0 0 0;
}

.portfolioo .imgwrp img {
  width: 80%;
}

.portfolioo .textwrap.mwrapp {
  text-align: center;
  margin-bottom: 100px;
}

.portfolioo .textwrap .subheading {
  color: #fff;
  padding: 8px 20px;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.portfolioo .textwrap h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 15px;
}

.portfolioo .textwrap p {
  color: #fff;
  font-size: 18px;
  padding-bottom: 40px;
}

.portfolioo .bigport {
  text-align: center;
}

.portfolioo .bigport .item .mainfigure {
  margin-bottom: 0;
}

.portfolioo .bigport .item .mainfigure img {
  width: 330px;
}

.portfolioboxes {
  background: #f6f6f8;
  padding: 80px 0;
}

.portfolioboxes .portwrappp {
  text-align: center;
}

.portfolioboxes .portwrappp .mportt {
  display: inline-block;
  width: 100%;
  font-size: 0;
}

.portfolioboxes .portwrappp .mportt li {
  width: 33.33%;
  display: inline-block;
  padding: 10px;
}

.portfolioboxes .portwrappp .mportt li a {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.portfolioboxes .portwrappp .mportt li a:hover:before {
  border-width: 5px;
  transition: all 0.2s ease-in-out;
}

.portfolioboxes .portwrappp .mportt li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0 solid #fff;
  transition: all 0.2s ease-in-out;
}

.portfolioboxes .portwrappp .mportt li a figure {
  margin-bottom: 0;
}

.portfolioboxes .portwrappp .mportt li a figure img {
  width: 100%;
}

.dmca img {
  width: 45%;
}

.portfolioboxes .portwrappp .subheading {
  color: var(--first-color);
  background-color: #fbc6cf;
  padding: 8px 20px;
  font-size: 16px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.portfolioboxes .portwrappp h2 {
  color: #070707;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 15px;
}

.portfolioboxes .portwrappp p {
  color: #5c5856;
  font-size: 18px;
  padding-bottom: 40px;
}

.portfolioboxes .portwrappp .btn-wrap {
  margin-top: 20px;
}

.portfolioboxes .tab-custom .tabbing-links {
  margin-bottom: 40px;
}

.portfolioboxes .tab-custom .tabbing-links li {
  color: var(--first-color);
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 600;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.portfolioboxes .tab-custom .tabbing-links li.current {
  transition: all 0.2s ease-in-out;
  background-color: var(--first-color);
  color: #fff;
}

.portfolioboxes .tab-custom .tabbing-links li:hover {
  background-color: var(--first-color);
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.portfolioboxes .tab-custom .tabs {
  display: none;
}

.portfolioboxes .tab-custom .tabs.current {
  display: inline-block;
}

.packagesmain {
  padding: 80px 0;
  text-align: center;
  background: #f6f6f8;
}

.packagesmain .subheading {
  color: var(--first-color);
  background-color: #fbc6cf;
  padding: 8px 20px;
  font-size: 16px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.packagesmain h2 {
  color: #070707;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 15px;
}

.packagesmain p {
  color: #5c5856;
  font-size: 18px;
  padding-bottom: 40px;
}

.packagesmain .packk {
  display: inline-block;
  width: 100%;
}

.packagesmain .packk .packlliist {
  display: inline-block;
  width: 100%;
}

.packagesmain .packk .packlliist .mypack {
  padding: 70px 50px;
  background: #fff;
  width: 31%;
  margin: 0 13px;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.06);
  margin-top: 40px;
}

.packagesmain .packk .packlliist .mypack.popular {
  position: relative;
}

.packagesmain .packk .packlliist .mypack.popular:before {
  content: "Popular";
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  background-color: var(--first-color);
  margin: 0 auto;
  color: var(--four-color);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  border-radius: 30px;
  display: inline-block;
  padding: 8px 10px;
  width: 36%;
}

.packagesmain .packk .packlliist .mypack .pkhead {
  padding-bottom: 25px;
}

.packagesmain .packk .packlliist .mypack:nth-child(even) {
  background-color: #000;
}

.packagesmain .packk .packlliist .mypack:nth-child(even) .pkhead h3 {
  color: #fff;
}

.packagesmain .packk .packlliist .mypack:nth-child(even) .pkhead h2 {
  color: #fff;
}

.packagesmain .packk .packlliist .mypack:nth-child(even) .bdy .listscroll li {
  color: #fff;
}

.packagesmain .packk .packlliist .mypack:nth-child(even) .pkhead p {
  color: #fff;
}

.packagesmain .packk .tab-custom .tabbing-links {
  margin-bottom: 20px;
}

.packagesmain .packk .tab-custom .tabbing-links li {
  color: var(--first-color);
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 600;
  margin: 0 3px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.packagesmain .packk .tab-custom .tabbing-links li.current {
  transition: all 0.2s ease-in-out;
  background-color: var(--first-color);
  color: #fff;
}

.packagesmain .packk .tab-custom .tabbing-links li:hover {
  background-color: var(--first-color);
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.packagesmain .packk .tab-custom .tabs {
  display: none;
}

.packagesmain .packk .tab-custom .tabs.current {
  display: inline-block;
}

.packagesmain .packk .packlliist .mypack .pkhead h3 {
  font-size: 21px;
  font-weight: 600;
  color: #070707;
  line-height: 1;
  padding-bottom: 20px;
}

.packagesmain .packk .packlliist .mypack .pkhead h2 {
  color: #070707;
  font-size: 48px;
  font-weight: 500;
  padding-bottom: 10px;
}

.packagesmain .packk .packlliist .mypack .pkhead p {
  color: #a6b0ba;
  font-size: 16px;
  padding-bottom: 0;
  display: none;
}

.packagesmain .packk .packlliist .mypack .bdy {
  text-align: left;
}

.packagesmain .packk .packlliist .mypack .bdy .listscroll {
  height: 200px;
}

.packagesmain .packk .packlliist .mypack .bdy .listscroll li {
  color: #5c5856;
  font-size: 16px;
  padding: 0 0 15px 30px;
  position: relative;
  line-height: 1.2;
  margin-right: 9px;
}

.packagesmain .packk .packlliist .mypack .bdy .listscroll li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free" !important;
  color: var(--first-color);
  position: absolute;
  left: 0;
  top: 0;
}

.packagesmain .packk .packlliist .mypack .ftter {
  margin-top: 30px;
}

.packagesmain .packk .packlliist .mypack .ftter a {
  padding: 14px 60px;
}

.packagesmain .packk .packlliist .mypack .ftter .viewdetails {
  color: #a6b0ba;
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  padding: 0;
}

.packagesmain .packk .packlliist .mypack .ftter .viewdetails span {
  font-size: 16px;
  margin-right: 10px;
}

.mcta {
  padding: 80px 0;
  text-align: left;
  background: #2c214a;
  background-image: url(../images/images-cta.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.mcta .subheading {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 8px 20px;
  font-size: 16px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.mcta h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 15px;
}

.mcta p {
  color: #fff;
  font-size: 18px;
  padding-bottom: 40px;
}

.mservices .mainfigure {
  background: url(../images/images-logo-second.png);
  width: 745px;
  height: 594px;
  background-size: cover;
  background-repeat: no-repeat;
}

.mservices .mainfigure.logoimg {
  background: url(../images/images-logo-second.png);
}

.mservices .mainfigure.webimg {
  background: url(../images/images-website-second.png);
}

.mservices .mainfigure.videoimg {
  background: url(../images/images-animation-second.png);
}

.mservices .mainfigure.mobimg {
  background: url(../images/images-mobile-second.png);
}

.footer-top h3 {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  padding-bottom: 10px;
}

.footer-top .linkinglist {
  display: inline-block;
  margin-bottom: 0;
}

.footer-top .linkinglist li {
  padding: 5px 0;
}

.footer-top .linkinglist li a {
  color: #cbd6e2;
  font-size: 15px;
}

.footer-top .socialmid {
  border-bottom: 1px solid #171717;
  margin: 50px auto 0;
  padding-bottom: 30px;
  width: 100%;
}

.footer-bottom .fologo {
  width: 130px;
}

.footer-bottom .fologo img {
  width: 100%;
}

.footer-main {
  background: #070707;
}

.footer-top {
  padding: 60px 0 0;
}

.footer-top h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0;
  padding: 0;
  position: relative;
}

.address-main ul {
  width: 100%;
  display: inline-block;
  margin: 10px 0;
}

.address-main ul li {
  display: inline-block;
  line-height: 28px;
  font-size: 14px;
  padding: 0 0 8px 18px;
  position: relative;
  color: #fff;
}

.address-main ul li a {
  color: #fff;
}

.address-main ul li a:hover {
  color: #c2c2c2;
}

.address-main ul li span {
  position: absolute;
  left: 0;
  top: 5px;
  color: var(--primary-color);
  font-size: 15px;
}

.ftr-social {
  text-align: left;
  display: table;
  margin-bottom: 0;
}

.ftr-social li {
  float: left;
  margin: 0 15px 0 0;
  position: relative;
  text-align: center;
}

.ftr-social li a {
  display: block;
  padding: 0;
  text-align: center;
}

.ftr-social li a span {
  color: #cbd6e2;
  font-size: 14px;
  margin: 0;
}

.ftr-social li a:hover span {
  color: #fff !important;
}

.ftr-social li a:hover span.icon-facebook {
  color: #3b5998;
}

.ftr-social li a:hover span.icon-twitter {
  color: #1da1f2;
}

.ftr-social li a:hover span.icon-google-plus {
  color: #dd5044;
}

.ftr-social li a:hover span.icon-linkedin {
  color: #007bb6;
}

.ftr-social li a:hover span.icon-youtube-play {
  color: #c4302b;
}

.ftr-social li a:hover span.icon-pinterest-p {
  color: #c92228;
}

.ftr-social li a:hover span.icon-instagram {
  color: #fb3958;
}

.ftr-social li a:hover span.icon-vimeo {
  color: #4ebbff;
}

.ftr-social li a:hover span.icon-medium {
  color: #347235;
}

.main-thankyou-sec {
  padding: 100px 0;
}

.thankyou-inner {
  position: relative;
  z-index: 9;
}

.main-thankyou-sec img {
  width: 100px;
  padding: 0 0 10px 0;
  display: inline-block;
}

.main-thankyou-sec h1 {
  color: #141315;
  font-size: 56px;
  margin-bottom: 15px;
  font-weight: 600;
}

.main-thankyou-sec p.subtitle {
  color: #676767;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 500;
  padding: 5px 0 30px 0;
}

.main-thankyou-sec a.btn-main {
  font-size: 20px;
  padding: 15px 30px;
}

.thankyoupg .mheader .mainbarr {
  position: relative;
  z-index: 99;
}

#notfound {
  position: relative;
  padding: 100px 0;
  height: 600px;
  margin: 20px 0 0 0;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 545px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

.notfound .notfound-404 {
  height: 190px;
}

.notfound .notfound-404 h1 {
  font-size: 146px;
  font-weight: 700;
  margin: 0;
  color: #141315;
}

.notfound .notfound-404 h1 > span {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-image: url(../images/images-emoji.png);
  background-size: cover;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  z-index: -1;
}

.notfound h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  color: #141315;
}

.notfound p {
  color: #676767;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 500;
  padding: 5px 0 30px 0;
}

.flex.belief-illustration-wrapper img {
  width: 100px;
}

.notfound a.btn-main {
  font-size: 20px;
  padding: 15px 30px;
}

.notfoundpage .mheader .mainbarr {
  background: #d6d6d6;
  position: relative;
  z-index: 99;
}

.floatbutton.active {
  right: 0;
  z-index: 9;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.floatbutton {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  right: -370px;
  top: 18%;
  font-size: 0;
  width: 420px;
  z-index: 999;
}

.floatbutton .clickbutton {
  width: 50px;
  z-index: 999;
  height: 200px;
  cursor: pointer;
  box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
  border-radius: 3px 0 0 3px;
  border-radius: 30px 0 0 30px;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  margin-top: 125px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  background-color: #c0c919;
  box-shadow: 0 0 40px #00000026;
  -webkit-box-shadow: 0 0 40px #00000026;
  -ms-box-shadow: 0 0 40px #00000026;
  -o-box-shadow: 0 0 40px #00000026;
}

.floatbutton .clickbutton .crossplus:before {
  content: "";
  display: none;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  background: #fbb334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.floatbutton .clickbutton .crossplus:after {
  content: "";
  display: none;
  position: absolute;
  width: 2px;
  height: 20px;
  right: 0;
  background: #fab334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.floatbutton .clickbutton .crossplus {
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: -54px;
  white-space: pre;
  bottom: 87px;
}

.floatbutton .clickbutton .crossplus.rotate {
  transform: rotate(45deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.floatbutton .clickbutton .crossplus i {
  font-size: 18px;
  color: #fff;
  margin: 17px 0 0 15px;
}

.banner-form {
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 99999 !important;
  border-radius: 5px;
  margin: 0;
  width: 370px;
  display: inline-block;
  box-shadow: 0 0 30px #0000001f;
}

.ban-form input {
  width: 100%;
  margin: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: 0 !important;
  margin: 0 0 15px 0;
}

.banner-form .intl-tel-input {
  width: 100%;
}

.banner-form h3 {
  color: #141315;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700;
}

.banner-form h3 strong {
  font: 24px/24px Poppins, sans-serif;
  font-weight: 600;
}

.ban-form input[type="submit"] {
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
  padding: 10px 15px;
  margin: 20px 0 0;
  border: transparent;
  cursor: pointer;
  background-color: var(--first-color);
}

.ban-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  height: 120px;
  outline: 0 !important;
  margin: 15px 0 0 0;
  resize: none;
}

.btns_wrap {
  position: fixed;
  right: -6px;
}

.btns_wrap a:hover {
  text-decoration: none !important;
  right: 0;
}

.btns_wrap .call_wrap {
  width: 280px;
  background-color: #c0c919;
  position: absolute;
  right: -225px;
  top: 63px;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
  border-radius: 30px 0 0 30px;
}

.btns_wrap .call_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 20px 15px 15px;
}

.btns_wrap .chat_wrap {
  display: block;
  position: absolute;
  right: -225px;
  width: 280px;
  background-color: #c0c919;
  top: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 30px 0 0 30px;
  z-index: 9999;
}

.btns_wrap .call_wrap span.icoo,
.btns_wrap .chat_wrap span.icoo {
  color: #fff;
  font-size: 18px;
  padding: 15px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 10px 0 0 10px;
}

.btns_wrap .chat_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 30px 15px 15px;
}

.ban-form .fldset.inpchecbx label {
  display: inline-block;
  margin: 0;
  line-height: 1.4;
  color: #676767;
  font-size: 13px;
}

.ban-form .fldset.inpchecbx input {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
}

.fldset.inpchecbx {
  margin: 10px 0 0 0;
}

.fldset p {
  font-size: 13px;
  color: #676767;
  padding: 0;
  margin: 10px 0 0 0;
}

.fldset p a {
  display: block;
  padding: 5px 0 0 0;
  color: #141315;
  font-weight: 500;
  font-size: 14px;
}

.main-services-banner-sec .ban-form .fldset textarea {
  height: 60px;
}

.main-services-banner-sec .ban-form input {
  height: 40px;
}

.intl-tel-input .country-list .country {
  font-size: 14px;
}

.ftr-social2 {
  display: inline-block;
  margin: 10px 0;
  width: 100%;
}

.ftr-social2 li {
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  text-align: center;
}

.ftr-social2 li a {
  display: block;
  padding: 0;
  text-align: center;
}

.ftr-social2 li a span {
  background: #3b5998;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  margin: 0;
  display: block;
}

.ftr-social2 li a:hover span {
  color: #fff;
}

.ftr-social2 li a span.icon-facebook {
  background: #3b5998;
}

.ftr-social2 li a span.icon-twitter {
  background: #1da1f2;
}

.ftr-social2 li a span.icon-google-plus {
  background: #dd5044;
}

.ftr-social2 li a span.icon-linkedin {
  background: #007bb6;
}

.ftr-social2 li a span.icon-youtube-play {
  background: #c4302b;
}

.ftr-social3 {
  display: inline-block;
  margin: 10px 0;
  width: 100%;
}

.ftr-social3 li {
  float: left;
  margin: 0 15px 0 0;
  position: relative;
  text-align: center;
}

.ftr-social3 li a {
  display: block;
  padding: 0;
  text-align: center;
}

.ftr-social3 li a span {
  color: #fff;
  font-size: 25px;
  margin: 0;
}

.ftr-social3 li a:hover span {
  color: #d3d3d3;
}

.footer-nav {
  text-align: right;
  list-style-type: none;
  margin: 12px 0 20px;
  width: 100%;
  display: inline-block;
}

.footer-nav li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
}

.footer-nav li:before {
  position: absolute;
  font-family: icomoon !important;
  left: 0;
  top: 3px;
  font-size: 13px;
  color: var(--primary-color);
}

.footer-nav li a {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.footer-nav li a:hover {
  color: #c2c2c2;
}

.subscribe-main {
  margin: 30px 15px 10px;
  width: 100%;
  float: right;
  text-align: right;
  display: inline-block;
}

.subscribe-main input[type="text"] {
  background: #fff;
  border: 0;
  border-radius: 5px 0 0 5px;
  color: #9d9d9d;
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
  float: left;
  height: 30px;
  line-height: 30px;
  width: 65%;
}

.subscribe-main input[type="submit"] {
  background: #20cb98;
  border: 0;
  color: #fff;
  border-radius: 0 5px 5px 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  cursor: pointer;
  float: left;
  height: 30px;
  width: 35%;
}

.subscribe-main input[type="submit"]:hover {
  background: #23bb8f;
}

.subscribe-main input::-webkit-input-placeholder {
  color: #9d9d9d;
  opacity: 1 !important;
}

.subscribe-main input:-moz-placeholder {
  color: #9d9d9d;
}

.subscribe-main input::-moz-placeholder {
  color: #9d9d9d;
}

.subscribe-main input:-ms-input-placeholder {
  color: #9d9d9d;
}

.footer-bottom {
  background: #070707;
  padding: 30px 0;
}

.footer-nav2 {
  list-style-type: none;
  margin: 10px 0 10px 0;
  float: right;
}

.footer-nav2 li {
  float: left;
  padding: 0 12px;
  position: relative;
}

.footer-nav2 li:first-child {
  padding-left: 0;
}

.footer-nav2 li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  background: #fff;
  left: 0;
  top: 30%;
}

.footer-nav2 li:first-child:before {
  display: none;
}

.footer-nav2 li a {
  font-size: 13px;
  font-weight: 400;
  color: #cbd6e2;
}

.footer-nav2 li a:hover {
  color: #fff;
}

.copyright {
  padding: 10px 0 0 0;
  margin: 0;
  font-size: 12px;
  color: #cbd6e2;
}

.copyright span {
  color: #cbd6e2;
}

.disclaimer-area {
  background: #000;
  padding: 10px 0;
}

.disclaimer {
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  line-height: 18px;
  margin: 0;
  padding: 10px 0;
}

.disclaimer strong {
  color: var(--primary-color);
  font-weight: 500;
}

.queryform {
  background-color: var(--first-color);
  padding: 80px 0;
}

.queryform.innerfrom {
  text-align: center;
}

.queryform.innerfrom .bot-form {
  margin: 0 auto;
  width: 75%;
}

.queryform.innerfrom {
  background-color: transparent;
  padding: 80px 0;
}

.queryform.innerfrom .textwrap .subheading {
  color: var(--first-color);
  background-color: #fbc6cf;
}

.queryform.innerfrom .textwrap h2 {
  color: #070707;
}

.queryform.innerfrom .textwrap p {
  color: #070707;
}

.queryform.innerfrom .bot-form input::placeholder {
  color: #070707;
  opacity: 1;
}

.bot-form form input[type="email"],
.bot-form form input[type="number"],
.bot-form form input[type="tel"],
.bot-form form input[type="text"],
.bot-form form textarea,
.queryform.innerfrom .bot-form form select {
  color: #070707;
}

.queryform.innerfrom .bot-form form select {
  color: #070707;
}

.queryform.innerfrom .bot-form form textarea {
  color: #070707;
}

.queryform.innerfrom .bot-form form textarea::placeholder {
  color: #070707;
  opacity: 1;
}

.queryform .textwrap.mwrapp {
  text-align: center;
  margin-bottom: 100px;
}

.queryform .textwrap .subheading {
  color: #fff;
  padding: 8px 20px;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.queryform .textwrap h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 15px;
}

.queryform .textwrap p {
  color: #fff;
  font-size: 18px;
  padding-bottom: 40px;
}

.queryform .intl-tel-input.separate-dial-code .selected-flag {
  border-radius: 30px 0 0 30px;
}

.queryform input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1 !important;
}

.queryform input:-moz-placeholder {
  color: #fff;
}

.queryform input::-moz-placeholder {
  color: #fff;
}

.queryform input:-ms-input-placeholder {
  color: #fff;
}

.queryform form textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1 !important;
}

.queryform form textarea:-moz-placeholder {
  color: #fff;
}

.queryform form textarea::-moz-placeholder {
  color: #fff;
}

.queryform form textarea:-ms-input-placeholder {
  color: #fff;
}

.mlogos li {
  width: 32%;
  display: inline-block;
}

.mheader .mainbarr .boxednav .navigation .linkingchannel li.ddlistmenu {
  position: relative;
  padding-right: 24px;
}

.mheader .mainbarr .boxednav .navigation .linkingchannel li.ddlistmenu a {
  padding-bottom: 32px;
}

.mheader .mainbarr .boxednav .navigation .linkingchannel li.ddlistmenu a span {
  line-height: 1;
  position: absolute;
  top: 5px;
  right: 8px;
}

.mheader
  .mainbarr
  .boxednav
  .navigation
  .linkingchannel
  li.ddlistmenu:hover
  .dropdown {
  visibility: visible;
  opacity: 1;
}

.mheader .mainbarr .boxednav .navigation .linkingchannel li:hover a {
  color: var(--first-color);
}

.mheader .mainbarr .boxednav .navigation .linkingchannel li.active a {
  color: var(--first-color);
}

.myinnersection {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: top center;
}

.myinnersection .textwrap {
  padding-top: 24%;
  text-align: center;
}

.myinnersection .textwrap h1 {
  color: #fff;
  font-size: 58px;
  margin-bottom: 20px;
}

.myinnersection .textwrap p {
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  padding-bottom: 0;
}

.abtinfo {
  padding: 80px 0;
  background-color: #f6f6f8;
}

.abtinfo .textwrap.mwrapp {
  text-align: center;
  margin-bottom: 100px;
}

.abtinfo .textwrap .subheading {
  color: var(--first-color);
  background-color: #fbc6cf;
  padding: 8px 20px;
  font-size: 16px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.abtinfo .textwrap h2 {
  color: #070707;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 30px;
}

.abtinfo .textwrap p {
  color: #5c5856;
  font-size: 18px;
  padding-bottom: 40px;
}

.abtinfo .textwrap figure {
  margin-bottom: 0;
}

.abtinfo .textwrap figure img {
  width: 100%;
}

.clientssec {
  padding: 80px 0;
  background-color: #070707;
}

.clientssec .textwrap.mwrapp {
  text-align: center;
  margin-bottom: 100px;
}

.clientssec .textwrap .subheading {
  color: var(--first-color);
  background-color: #fbc6cf;
  padding: 8px 20px;
  font-size: 16px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.clientssec .textwrap h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 50px;
}

.clientssec .textwrap p {
  color: #5c5856;
  font-size: 18px;
  padding-bottom: 40px;
}

.clientssec .clientsslider {
  margin-bottom: 0;
}

.clientssec .clientsslider li {
  display: inline-block;
}

.methodologysec {
  padding: 80px 0;
}

.methodologysec .textwrap.mwrapp {
  text-align: center;
  margin-bottom: 100px;
}

.methodologysec .textwrap .subheading {
  color: var(--first-color);
  background-color: #fbc6cf;
  padding: 8px 20px;
  font-size: 16px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.methodologysec .textwrap h2 {
  color: #070707;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 30px;
}

.methodologysec .textwrap p {
  color: #5c5856;
  font-size: 18px;
  padding-bottom: 40px;
}

.methodologysec .mbox {
  margin-bottom: 30px;
}

.methodologysec .mbox .iconss {
  padding-top: 2px;
  margin-bottom: 0;
  display: inline-block;
  width: 15%;
  vertical-align: top;
}

.methodologysec .mbox .text {
  width: 100%;
  vertical-align: top;
  display: inline-block;
}

.methodologysec .mbox .text h3 {
  font-size: 24px;
  color: #070707;
  line-height: 1.2;
}

.methodologysec .mbox .text p {
  padding-bottom: 10px;
}

.methodologysec .mbox .text a {
  color: var(--first-color);
  font-weight: 500;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
  position: relative;
  font-size: 18px;
}

.methodologysec .myfigure {
  background: url(../images/images-methodology-1.jpg);
  width: 482px;
  height: 780px;
  background-size: cover;
  background-position: top center;
}

.contactinfo {
  padding: 150px 0 80px;
  background-color: #f7f7f8;
}

.contactinfo .textwrap.mwrapp {
  text-align: center;
  margin-bottom: 100px;
}

.contactinfo .textwrap .subheading {
  color: var(--first-color);
  background-color: #fbc6cf;
  padding: 8px 20px;
  font-size: 16px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contactinfo .textwrap h2 {
  color: #070707;
  font-size: 60px;
  font-weight: 700;
  padding-bottom: 30px;
}

.contactinfo .textwrap p {
  color: #5c5856;
  font-size: 16px;
  padding-bottom: 0;
}

.contactinfo .textwrap h3 {
  color: #070707;
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px;
}

.contactinfo .formwrap {
  padding: 60px;
  background: #fff;
}

.contactinfo .formwrap form .fldset {
  background: #f7f7f8;
  margin-bottom: 20px;
}

.contactinfo .formwrap form .fldset input[type="email"],
.contactinfo .formwrap form .fldset input[type="number"],
.contactinfo .formwrap form .fldset input[type="text"],
.contactinfo .formwrap form .fldset select,
.contactinfo .formwrap form .fldset textarea {
  position: relative;
  z-index: 0;
  border: 0;
  width: 100%;
  background: 0 0;
  color: #5c5856;
  padding: 10px 20px;
  height: 70px;
  font-size: 18px;
  outline: 0;
  border-bottom: 1px solid #c9d0db;
}

.contactinfo .formwrap form .fldset input[type="number"] {
  padding-left: 24%;
}

.contactinfo .formwrap form .fldset textarea {
  height: 130px;
}

.contactinfo .formwrap form .fldset input[type="submit"] {
  padding: 14px 70px;
}

.contactinfo .formwrap form .intl-tel-input {
  width: 100%;
}

.contactinfo .formwrap form .fldset input[type="email"]:focus,
.contactinfo .formwrap form .fldset input[type="number"]:focus,
.contactinfo .formwrap form .fldset input[type="text"]:focus,
.contactinfo .formwrap form .fldset select:focus,
.contactinfo .formwrap form .fldset textarea:focus {
  border-bottom-color: var(--first-color);
}

.ddparrow {
  position: relative;
}

.ddparrow span {
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  z-index: 0;
  left: auto;
  color: #9ea5af;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.contactinfo .formwrap form .fldset.btnn {
  background: 0 0;
}

.packagesmain .packk .packlliist .mypack .bdy .listscroll li.heading {
  font-weight: 700;
  color: var(--first-color);
}

.packagesmain .packk .packlliist .mypack .bdy .listscroll li.heading:before {
  display: none;
}

.works-wrap {
  padding: 140px 0 60px;
  position: relative;
  background-color: #fff;
  z-index: 2;
  border-bottom: 1px solid #eaeaea;
}

.subscribe-fold {
  padding: 0 0 0;
}

.subscribe-fold .myheading {
  position: relative;
  padding-bottom: 40px;
  font-size: 44px;
  color: #160c28;
  line-height: 1.1em;
  margin-bottom: 30px;
  padding: 0;
}

.subscribe-fold .mytext {
  text-align: left;
  margin: 0 0 70px;
  padding: 0;
  font-size: 18px;
}

.subscribe-fold .myheading:after {
  position: absolute;
  background: -moz-linear-gradient(left, #8128b9 0, #0c6ed6 100%);
  background: linear-gradient(to right, #8128b9 0, #0c6ed6 100%);
  width: 76px;
  height: 2px;
  left: 0;
  bottom: 0;
}

.bronze {
  border: 1px solid transparent;
}

.subs-pac {
  box-shadow: 0 3px 30px #0000001f;
  display: block;
  width: 100%;
  text-align: center;
  height: 505px;
  margin: 0 0 60px;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 10px;
  padding: 75px 0 0;
}

.subscribe-fold h3 {
  font-size: 24px;
  margin: 0;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  font-weight: 800;
  width: 100%;
  text-align: center;
}

.subs-pac h6 {
  color: var(--first-color);
  font-size: 40px;
  font-weight: 700;
  display: inline-block;
  line-height: 0.9;
  margin: 30px 0 0;
  position: relative;
  padding: 0 20px;
}

.subs-pac h6 span.old {
  position: absolute;
  right: 0;
  left: 0;
  top: -30px;
  text-decoration: line-through;
  font-weight: 700;
  margin: 0;
  font-size: 16px;
}

.subs-pac h6 b {
  position: relative;
  font-size: 20px;
  display: inline-block;
  top: -28px;
  color: #555;
}

.subs-pac h6 span {
  font-size: 16px;
  color: #687087;
  display: inline-block;
  margin: 30px 0 0;
  padding: 0;
  position: relative;
  line-height: 1.3;
}

.subs-pac h6 span b.monthss {
  position: absolute;
  right: -61px;
  font-size: 20px;
  top: -37px;
  color: #555;
}

.subs-pac.bronze:hover {
  background: var(--first-color);
}

.subs-pac span {
  display: block;
  margin: 30px 0 20px;
  font-weight: 400;
}

.subs-pac a.ordrrrr {
  text-align: center;
  margin: 30px auto 0;
  border: none;
  padding: 14px 60px;
  color: #fff;
  box-shadow: none;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  background: var(--first-color);
  font-family: var(--heading-font-family);
}

.subs-pac:hover a.ordrrrr {
  background: #fff;
  color: var(--first-color);
}

.subs-pac .actions {
  border-top: 1px solid #eee;
  padding: 0 0;
  margin: 40px 0 0;
  position: relative;
}

.subs-pac:hover div.actions {
  border-top: 1px solid #fff;
}

.subs-pac .actions a.chatbtn {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  display: inline-block;
  color: #000;
  margin: 0;
}

.subs-pac .actions a.numberbtn {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  color: #000;
  display: inline-block;
  margin: 0;
}

.subs-pac.bronze:hover h3,
.subs-pac.bronze:hover h6,
.subs-pac.bronze:hover span,
.subs-pac.gold:hover h3,
.subs-pac.gold:hover h6,
.subs-pac.gold:hover span,
.subs-pac.silver:hover h3,
.subs-pac.silver:hover h6,
.subs-pac.silver:hover span {
  color: #fff;
}

.subs-pac:hover h6 b {
  color: #fff;
}

.subs-pac.bronze:hover a.chatbtn {
  color: #fff !important;
}

.subs-pac.bronze:hover a.numberbtn {
  color: #fff !important;
}

.subscribe-fold .table-packages.bronze {
  border: none;
}

.subscribe-fold .table-packages {
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
}

sub-list {
  padding-left: 40px;
}

.subscribe-fold .table-packages .head {
  width: 100%;
}

.subscribe-fold .table-packages .head h5 {
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #160c28;
}

.subscribe-fold .table-packages .body .subscription-list {
  height: 430px;
  margin-top: 20px;
  padding: 0;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  padding: 0 10px;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: 190px;
  overflow-y: scroll;
}

/* width */

.mCSB_container::-webkit-scrollbar {
  width: 5px;
}

/* Track */

.mCSB_container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */

.scrollContentPortfolio::-webkit-scrollbar-thumb {
  background: var(--first-color);
  border-radius: 10px;
}

.mCSB_container::-webkit-scrollbar-thumb {
  background: var(--first-color);
  border-radius: 10px;
  transition: 0.4s ease-in;
}

.priceCard:hover .mCSB_container::-webkit-scrollbar-thumb {
  background: var(--first-color);
  border-radius: 10px;
  transition: 0.4s ease-in;
}

/* Handle on hover */

.mCSB_container::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.subscribe-fold .table-packages .body ul li {
  position: relative;
  text-align: left;
  padding: 14px 0 14px 0;
  border-bottom: 1px solid #eaeaea;
  width: 93%;
}

.subscribe-fold .table-packages .body ul li h6 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-family: var(--third-family);
}

.subscribe-fold .table-packages .body ul li span.tick {
  font-size: 18px;
  color: #01e252;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
  height: 32px;
  line-height: 1.6;
  float: right;
  top: 7px;
  position: absolute;
  right: -10px;
}

.subscribe-fold .table-packages .body ul li span.tick:before {
  font-family: icomoon !important;
  content: "\e91a";
  position: absolute;
  top: 2px;
}

.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_scrollTools {
  -webkit-transition: opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.subscribe-fold {
  padding: 0 0 0;
}

.subscribe-fold .table-packages .body ul li.heading {
  color: var(--first-color);
  font-weight: 700;
}

.subscribe-fold .table-packages .body .subscription-list {
  height: 430px;
  margin-top: 20px;
  padding: 0;
}

.personal {
  padding: 140px 0 60px;
}

.personal .newsle {
  margin-bottom: 20px;
}

.personal .newsle h3 {
  font-size: 24px;
  text-align: left;
  color: #2e2e2e;
  padding: 0;
  margin: 0 0 10px;
  font-weight: 900;
}

.personal .newsle p {
  color: #737373;
  text-align: left;
  padding: 0;
  font-size: 16px;
  margin: 0 0 5px;
  line-height: 22px;
  font-weight: 200;
}

.personal .newsle p a {
  color: var(--first-color);
  text-decoration: none;
}

.personal .newsle p a:hover {
  text-decoration: underline;
}

.personal .newsle ul {
  margin-bottom: 11px;
  display: block;
}

.personal .newsle ul li {
  font-size: 14px;
  list-style-type: none;
  margin-top: 15px;
  color: #4f4f4f;
  display: block;
  font-weight: 400;
  margin-left: 25px;
  position: relative;
}

.personal .newsle ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  top: 6px;
  bottom: 0;
  left: -21px;
  border-radius: 50%;
  right: 0;
  position: absolute;
  background-color: #4f4f4f;
  margin: 0;
}

.personal .newsle ul li a {
  color: var(--first-color);
}

.personal .newsle ul li a:hover {
  text-decoration: underline;
}

.personal .newsle strong {
  font-size: 16px;
  margin: 0 0 5px;
  text-align: left;
  font-weight: 700;
  color: var(--first-color);
  line-height: 22px;
}

.mbileapp {
  padding: 80px 0;
}

.mbileapp .textwrp {
  padding: 0;
}

.mbileapp .textwrp .subheading {
  color: var(--first-color);
  background-color: #fbc6cf;
  padding: 8px 20px;
  font-size: 16px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.mbileapp .textwrp h2 {
  color: #070707;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 15px;
}

.mbileapp .textwrp p {
  color: #5c5856;
  font-size: 18px;
  padding-bottom: 40px;
}

.mbileapp .img-wrp {
  text-align: center;
  position: relative;
}

.mbileapp .img-wrp:after {
  content: "";
  background: url(../images/case-studies-mobile-bg.png);
  display: block;
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
  width: 500px;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
}

.mbileapp .img-wrp img {
  margin: 0 auto;
  display: block;
}

.wbstecas {
  padding: 80px 0;
}

.wbstecas .textwrp {
  padding: 0;
}

.wbstecas .textwrp .subheading {
  color: var(--first-color);
  background-color: #fbc6cf;
  padding: 8px 20px;
  font-size: 16px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.wbstecas .textwrp h2 {
  color: #070707;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 15px;
}

.wbstecas .textwrp p {
  color: #5c5856;
  font-size: 18px;
  padding-bottom: 40px;
}

.wbstecas .img-wrp {
  text-align: center;
  position: relative;
  padding: 36px 0;
}

.wbstecas .img-wrp:after {
  content: "";
  background: url(../images/case-studies-web-bg.png);
  display: block;
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
  width: 100%;
  height: 510px;
  background-size: contain;
  background-repeat: no-repeat;
}

.wbstecas .img-wrp img {
  margin: 0 auto;
  display: block;
}

.wbstecas .img-wrp .lptop {
  overflow: hidden;
  height: 402px;
  position: relative;
}

.wbstecas .img-wrp .lptop img {
  transition: 11s;
  width: 85%;
  position: absolute;
  left: 0;
  top: 30px;
  right: 0;
  margin: 0 auto;
}

.wbstecas .img-wrp .lptop:hover img {
  transform: translateY(-1180px);
  transition: 11s;
}

.wbstecas .img-wrp .lngimgs {
  background: url(../images/case-studies-empty-laptopnew.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 410px;
  z-index: 2;
  position: relative;
}

.valuablewrp {
  background: #f6f6f8;
  padding: 60px 0 90px;
  position: relative;
}

.valuablewrp .txtwrp {
  display: block;
  text-align: center;
}

.valuablewrp .maindiv {
  display: block;
  margin-top: 15px;
}

.valuablewrp .maindiv .mainwrp {
  background: #fff;
  padding: 44px 28px;
  margin-bottom: 26px;
  text-align: left;
  min-height: 255px;
  border-radius: 10px;
  box-shadow: 4px 2px 18px 0 #cccccc40;
  position: relative;
  margin: 20px 0;
}

.valuablewrp .maindiv .mainwrp:before {
  position: absolute;
  content: "\e93d";
  font-family: icomoon !important;
  bottom: 5px;
  left: 12px;
  color: #fff;
  font-size: 90px;
  line-height: 0;
}

.valuablewrp .maindiv .mainwrp .starwrp {
  display: block;
}

.valuablewrp .maindiv .mainwrp .starwrp i {
  color: #ffdd65;
  font-size: 16px;
}

.valuablewrp .maindiv .mainwrp p {
  font-size: 16px;
  color: #3a3a3a;
  line-height: 1.4;
  padding-right: 4px;
  margin-top: 15px;
  font-weight: 200;
  padding-bottom: 0;
  text-align: left;
  height: 156px;
}

.valuablewrp .maindiv .icli {
  padding: 0 0 0 10px;
  display: inline-block;
}

.valuablewrp .maindiv .icli .round {
  display: inline-block;
  width: 60px;
  background: var(--first-color);
  margin-right: 20px;
  height: 60px;
  border-radius: 50%;
  vertical-align: top;
}

.valuablewrp .maindiv .icli .round h5 {
  color: #fff;
  font-size: 22px;
  padding-top: 13px;
  text-align: center;
  width: 100%;
  display: inline-block;
  line-height: 1.6;
  padding-bottom: 0;
}

.valuablewrp .maindiv .icli .clname {
  display: inline-block;
  padding-top: 10px;
}

.valuablewrp .maindiv .icli .clname h6 {
  font-size: 15px;
  margin: 0 0 5px;
  color: var(--first-color);
  padding: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

.valuablewrp .maindiv .icli .clname p {
  font-size: 14px;
  color: #3a3a3a;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.valuablewrp .txtwrp .subheading {
  color: var(--first-color);
  background-color: #fbc6cf;
  padding: 8px 20px;
  font-size: 16px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.valuablewrp .txtwrp h2 {
  color: #070707;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 15px;
}

.valuablewrp .txtwrp p {
  color: #5c5856;
  font-size: 16px;
  padding-bottom: 0;
}

.innserservice-commonfolds {
  padding: 30px 0;
  background: #f6f6f8;
}

.innserservice-commonfolds .factorlink {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 13px 31px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  display: inline-block;
  margin-top: 36px;
  font-weight: 600;
}

.innserservice-commonfolds .factorlink:hover {
  background: #fff;
  color: #000;
  border-radius: 2px;
}

.innserservice-commonfolds.customsoftware {
  background: #fff url(../images/images-3services.jpg) no-repeat;
  background-position: top right -80px;
  background-size: 40%;
  padding: 60px 0;
}

.innserservice-commonfolds.experience {
  background: #fff url(../images/images-experience.jpg) no-repeat;
  background-position: top left -80px !important;
  background-size: 40% !important;
  margin: 70px 0 40px;
}

.innserservice-commonfolds .subheading {
  color: var(--first-color);
  background-color: #fbc6cf;
  padding: 8px 20px;
  font-size: 16px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.innserservice-commonfolds h2 {
  color: #070707;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 15px;
}

.innserservice-commonfolds p {
  color: #5c5856;
  font-size: 18px;
  padding-bottom: 40px;
}

.innserservice-commonfolds.cwebdesign {
  background: #fff url(../images/abt-custom-website-design.png) no-repeat;
  background-position: top right -20px;
  background-size: 40%;
  padding: 60px 0;
}

.innserservice-commonfolds.clogo {
  background: #fff url(../images/abt-logo.jpg) no-repeat;
  background-position: top right -20px;
  background-size: 40%;
  padding: 60px 0;
}

.innserservice-commonfolds.wordpress {
  background: #fff url(../images/abt-wordpress-development.png) no-repeat;
  background-position: top right -20px;
  background-size: 40%;
  padding: 60px 0;
}

.innserservice-commonfolds.cwriting {
  background: #fff url(../images/abt-content-writing.png) no-repeat;
  background-position: top right -20px;
  background-size: 40%;
  padding: 60px 0;
}

.innserservice-commonfolds.ecommerce {
  background: #fff url(../images/abt-ecommerce.png) no-repeat;
  background-position: top right -20px;
  background-size: 40%;
  padding: 60px 0;
}

.innserservice-commonfolds.webapp {
  background: #fff url(../images/abt-web-application-development.png) no-repeat;
  background-position: top right -20px;
  background-size: 40%;
  padding: 60px 0;
}

.innserservice-commonfolds.backend {
  background: #fff url(../images/abt-backend-development.png) no-repeat;
  background-position: top right -20px;
  background-size: 40%;
  padding: 60px 0;
}

.innserservice-commonfolds.mobapp {
  background: #fff url(../images/abt-mobile.png) no-repeat;
  background-position: top right -20px;
  background-size: 40%;
  padding: 60px 0;
}

.innserservice-commonfolds.webmain {
  background: #fff url(../images/abt-web-maintanance.jpg) no-repeat;
  background-position: top right -20px;
  background-size: 40%;
  padding: 60px 0;
}

.innserservice-commonfolds.domain {
  background: #fff url(../images/abt-domain-hosting.png) no-repeat;
  background-position: top right -20px;
  background-size: 40%;
  padding: 60px 0;
}

.innserservice-commonfolds.branding {
  background: #fff url(../images/abt-branding.png) no-repeat;
  background-position: top right -20px;
  background-size: 40%;
  padding: 60px 0;
}

.innserservice-commonfolds.video {
  background: #fff url(../images/abt-video-animation.png) no-repeat;
  background-position: top right -20px;
  background-size: 40%;
  padding: 60px 0;
}

.innserservice-commonfolds.seo {
  background: #fff url(../images/abt-seo.png) no-repeat;
  background-position: top right -20px;
  background-size: 40%;
  padding: 60px 0;
}

.innserservice-commonfolds.socialmm {
  background: #fff url(../images/abt-social.png) no-repeat;
  background-position: right -95px;
  background-size: 40%;
  padding: 60px 0;
}

input.error {
  border: 1px solid red !important;
}

.boxesinfo {
  background: #fff;
  padding: 0 0 60px;
}

.boxesinfo .wrp .listboxes {
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  font-size: 0;
  display: inline-block;
}

.boxesinfo .wrp .listboxes li {
  padding: 0 15px;
}

.boxesinfo .wrp .listboxes li figure {
  margin-bottom: 0;
}

.boxesinfo .wrp .listboxes li figure img {
  height: 60px;
  width: auto;
  margin: 0 auto;
  display: table;
}

.wrp {
  width: 100%;
}

.boxesinfo .wrp .listboxes li .textwrap h4 {
  font-size: 14px;
  font-family: var(--third-family);
  text-align: center;
  margin-top: 20px;
  line-height: 1.4;
  padding-bottom: 0;
  letter-spacing: 0.5px;
  color: #070707;
}

.mheader .wlogo {
  display: none;
}

.mheader.stickyheader .wlogo {
  display: inline-block;
}

.mheader .blogo {
  display: inline-block;
}

.mheader.stickyheader .blogo {
  display: none;
}

.innerpgee .mheader .blogo {
  display: none;
}

.innerpgee .mheader .wlogo {
  display: inline-block;
}

.innerpgee .mheader {
  position: fixed;
  z-index: 9999;
  min-height: auto;
  top: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0 10px 23px #0000000d;
}

.innerpgee .mheader .mainbarr .boxednav .navigation .linkingchannel li a {
  color: #070707;
}

.innerpgee .mheader .mainbarr .boxednav .navigation .infochannel li .numbercta {
  color: #070707;
}

.slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 50px;
  color: var(--first-color);
}

.slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 50px;
  color: var(--first-color);
}

.testmslider1 .slick-next,
.testmslider1 .slick-prev {
  top: 40%;
}

.nav-area-full {
  display: none;
}

@media screen and (max-width: 1024px) {
  .mheader .mainbarr .boxednav {
    padding-right: 0;
    padding-left: 0;
  }

  .mheader .mainbarr .boxednav .navigation .linkingchannel li {
    padding: 0 8px;
  }

  .mheader .mainbarr .boxednav .navigation .linkingchannel li a {
    font-size: 14px;
    font-weight: 600;
  }

  .mheader .mainbarr .boxednav .navigation {
    padding-left: 30px;
  }
}

@media screen and (max-width: 991px) {
  .mobile-nav-btn {
    display: block;
    z-index: 99999;
    top: 15px;
  }

  .mobile-nav img {
    width: 130px;
  }

  .mobile-nav-btn span,
  .mobile-nav-btn span:after,
  .mobile-nav-btn span:before {
    background-color: #c0334d;
  }
}

@media screen and (max-width: 768px) {
  .mheader .mainbarr {
    display: none;
  }

  .logo {
    width: 20%;
  }

  .nav-area-full {
    margin-top: 0;
    display: block;
  }

  .mservices .mainfigure {
    width: 100%;
  }

  .mcta h2,
  .mservices .textwrap h2,
  .packagesmain h2,
  .portfolioboxes .portwrappp h2,
  .queryform .textwrap h2,
  .solutionssec .textwrap h2,
  .valuablewrp .txtwrp h2 {
    font-size: 30px;
  }

  .mcta p,
  .mservices .textwrap p,
  .packagesmain p,
  .portfolioboxes .portwrappp p,
  .queryform .textwrap p,
  .solutionssec .textwrap p {
    font-size: 16px;
  }

  .mservices .textwrap {
    padding: 40px 0 0 0;
  }

  .packagesmain .packk .packlliist .mypack {
    width: 45%;
  }

  .mservices .box.fixwidth {
    width: 100%;
  }

  .solutionssec .mainfigure img {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .methodologysec .myfigure {
    width: 100%;
  }

  .bottomSec {
    bottom: 54px;
  }

  .comboopack .combopackwrap .headdd figure img {
    width: 125px !important;
  }

  .comboopack .combopackwrap .footterr .left .btnwrap {
    width: 100% !important;
    padding-left: 0 !important;
  }

  .comboopack .combopackwrap .footterr .left .btnwrap .numbercta {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }

  .comboopack .combopackwrap .footterr .left .btnwrap .chatcta {
    display: block;
    width: 100%;
    text-align: center;
  }

  .comboopack .combopackwrap .footterr .left .txtt {
    width: 100% !important;
  }

  .comboopack .combopackwrap .footterr .right .price {
    width: 100% !important;
    margin: 20px 0;
    padding-left: 0 !important;
    text-align: center;
  }

  .comboopack .combopackwrap .footterr .right figure img {
    top: 0 !important;
    display: none !important;
  }

  .comboopack .combopackwrap .footterr .right .orderbtn {
    width: 100% !important;
    text-align: center !important;
  }

  .comboopack .combopackwrap .footterr .right {
    vertical-align: top !important;
  }
}

@media screen and (max-width: 736px) {
  .floatbutton {
    display: none;
  }

  .abtinfo,
  .footer-top,
  .mcta,
  .methodologysec,
  .mservices,
  .packagesmain,
  .portfolioboxes,
  .queryform,
  .queryform.innerfrom,
  .solutionssec {
    padding: 40px 0;
  }

  .clientssec {
    padding: 40px 0 70px 0;
  }

  .abtinfo .textwrap h2,
  .clientssec .textwrap h2,
  .innserservice-commonfolds h2,
  .mcta h2,
  .methodologysec .textwrap h2,
  .mservices .textwrap h2,
  .packagesmain h2,
  .portfolioboxes .portwrappp h2,
  .queryform .textwrap h2,
  .solutionssec .textwrap h2,
  .valuablewrp .txtwrp h2 {
    font-size: 24px;
  }

  .abtinfo .textwrap p,
  .innserservice-commonfolds p,
  .mcta p,
  .methodologysec .textwrap p,
  .mservices .textwrap p,
  .packagesmain p,
  .portfolioboxes .portwrappp p,
  .queryform .textwrap p,
  .solutionssec .textwrap p,
  .subscribe-fold .mytext {
    font-size: 16px;
  }

  .portfolioboxes .tab-custom .tabbing-links li {
    font-size: 14px;
  }

  .portfolioboxes .portwrappp .mportt li {
    width: 100%;
  }

  .portfolioboxes .tab-custom .tabbing-links {
    margin-bottom: 20px;
  }

  .mcta .subheading {
    font-size: 16px;
  }

  .packagesmain .packk .packlliist .mypack {
    width: 93%;
    display: block;
    margin: 40px 15px 0 15px;
  }

  .solutionssec .textwrap .solutionslist li {
    font-size: 14px;
  }

  .solutionssec .textwrap.mwrapp {
    margin-bottom: 30px;
  }

  .solutionssec .mainfigure img {
    float: none;
    width: 100% !important;
    margin-right: 0;
    margin-top: 0;
  }

  .btn-primary,
  .btn-secondary,
  .btn-secondary-outline {
    font-size: 14px;
  }

  .valuablewrp {
    padding: 40px 0 70px;
  }

  .boxesinfo {
    padding: 0 0 40px;
  }

  .mservices .mainfigure {
    width: 100%;
    display: none;
    height: 500px;
    background-size: cover !important;
    background-position: center !important;
  }

  .home-banner-content h1 {
    font-size: 30px;
  }

  .home-banner-content .subtitle {
    font-size: 17px;
    padding-bottom: 20px;
  }

  .home-banner {
    height: 530px;
  }

  .nav-area-full {
    margin-top: 0;
  }

  .logo {
    width: 30%;
  }

  .bottomSec ul.top-slider li img {
    max-width: 50%;
    display: inline-block;
    margin: 0 auto;
  }

  .bottomSec ul.top-slider li {
    text-align: center;
    padding-top: 15px;
  }

  .myinnersection .textwrap h1 {
    font-size: 40px;
  }

  .myinnersection {
    height: 350px;
  }

  .queryform.innerfrom .bot-form {
    margin: 0 auto;
    width: 100%;
  }

  .contactinfo {
    padding: 100px 0 40px;
  }

  .contactinfo .formwrap {
    padding: 40px 30px;
  }

  .contactinfo .textwrap h2 {
    font-size: 30px;
  }

  .subscribe-fold .myheading {
    font-size: 30px;
  }

  .works-wrap {
    padding: 100px 0 0;
  }

  .subscribe-fold .mytext {
    margin-bottom: 40px;
  }

  .myinnersection .textwrap p {
    font-size: 20px;
  }

  .myinnersection .textwrap {
    padding-top: 30%;
  }

  .mservices .textwrap {
    padding: 0;
  }

  .packagesmain p {
    padding-bottom: 0;
  }

  .innserservice-commonfolds.backend,
  .innserservice-commonfolds.branding,
  .innserservice-commonfolds.clogo,
  .innserservice-commonfolds.cwebdesign,
  .innserservice-commonfolds.cwriting,
  .innserservice-commonfolds.ecommerce,
  .innserservice-commonfolds.mobapp,
  .innserservice-commonfolds.seo,
  .innserservice-commonfolds.video,
  .innserservice-commonfolds.webapp,
  .innserservice-commonfolds.wordpress {
    padding: 40px 0;
    background-image: none;
  }
}

@media screen and (max-width: 480px) {
  .mservices .box.fixwidth {
    width: 100%;
    display: block;
    margin-top: 0;
  }

  .footer-nav2 {
    float: none;
    text-align: center;
  }

  .footer-nav2 li {
    float: none;
    display: inline-block;
  }

  .copyright {
    text-align: center;
  }

  .footer-bottom .fologo {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
  }

  .comboopack .combopackwrap .headdd figure {
    display: none;
  }

  .comboopack .combopackwrap .bodyyy .coll {
    width: 100% !important;
  }

  .comboopack .combopackwrap .bodyyy {
    padding: 30px 10px !important;
  }

  .comboopack .combopackwrap .footterr {
    padding: 30px 10px !important;
  }

  .comboopack .combopackwrap .footterr .right figure {
    display: none !important;
  }

  .comboopack .combopackwrap .footterr .left .txtt {
    width: 100% !important;
  }

  .comboopack .combopackwrap .footterr .left {
    width: 100% !important;
  }

  .comboopack .combopackwrap .footterr .left .btnwrap {
    width: 100% !important;
    padding-left: 0 !important;
  }

  .comboopack .combopackwrap .footterr .left .btnwrap .numbercta {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }

  .comboopack .combopackwrap .footterr .left .btnwrap .chatcta {
    display: block;
    width: 100%;
    text-align: center;
  }

  .comboopack .combopackwrap .footterr .right {
    width: 100% !important;
  }

  .comboopack .combopackwrap .footterr .right .price {
    width: 100% !important;
    margin: 20px 0;
    padding-left: 0 !important;
    text-align: center;
  }

  .comboopack .combopackwrap .footterr .right .orderbtn {
    width: 100% !important;
    text-align: center !important;
  }

  .bottomSec {
    bottom: 115px;
  }
}

@media screen and (max-width: 375px) {
  .packagesmain .packk .packlliist .mypack {
    padding: 40px 30px;
  }

  .mcta .subheading {
    font-size: 14px;
  }
}

@media screen and (max-width: 360px) {
  .mcta .subheading {
    font-size: 13px;
  }

  .packagesmain .packk .packlliist .mypack {
    padding: 70px 20px;
  }

  .packagesmain .packk .packlliist .mypack .bdy .listscroll li {
    font-size: 14px;
    padding: 0 0 15px 20px;
  }

  .solutionssec .textwrap .solutionslist li {
    font-size: 13px;
  }

  .valuablewrp .txtwrp .subheading {
    font-size: 14px;
  }

  .mcta h2,
  .mservices .textwrap h2,
  .packagesmain h2,
  .portfolioboxes .portwrappp h2,
  .queryform .textwrap h2,
  .solutionssec .textwrap h2,
  .valuablewrp .txtwrp h2 {
    font-size: 22px;
  }

  .mcta p,
  .mservices .box .txt p,
  .mservices .textwrap p,
  .packagesmain p,
  .portfolioboxes .portwrappp p,
  .queryform .textwrap p,
  .solutionssec .textwrap p {
    font-size: 14px;
  }

  .mservices .box .txt h3 {
    font-size: 20px;
  }

  .mservices .textwrap .subheading,
  .packagesmain .subheading,
  .portfolioboxes .portwrappp .subheading,
  .solutionssec .textwrap .subheading {
    font-size: 14px;
  }

  .btn-primary,
  .btn-secondary-outline {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 320px) {
  .mcta .subheading {
    font-size: 12px;
    font-weight: 600;
    padding: 8px 18px;
  }
}

.comboopack {
  background: #f6f6f8;
  padding-bottom: 90px;
}

.comboopack .combopackwrap {
  background: #fff;
  width: 100%;
  display: inline-block;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.06);
}

.comboopack .combopackwrap .headdd {
  padding: 20px 50px;
  background: #bdc619;
  text-align: left;
  position: relative;
}

.comboopack .combopackwrap .headdd figure {
  position: absolute;
  margin-bottom: 0;
  right: -72px;
  top: -30px;
}

.comboopack .combopackwrap .headdd figure img {
  width: 185px;
}

.comboopack .combopackwrap .headdd h3 {
  text-align: left;
  padding-bottom: 0;
  color: #fff;
  font-size: 34px;
  text-transform: capitalize;
}

.comboopack .combopackwrap .headdd h3 span {
  display: block;
  font-size: 24px;
  margin-top: 10px;
}

.comboopack .combopackwrap .bodyyy {
  font-size: 0;
  padding: 30px 50px;
}

.comboopack .combopackwrap .bodyyy .coll {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}

.comboopack .combopackwrap .bodyyy .coll ul li {
  color: #5c5856;
  font-size: 15px;
  padding: 0 0 10px 30px;
  position: relative;
  line-height: 1.4;
}

.comboopack .combopackwrap .bodyyy .coll ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free" !important;
  color: var(--first-color);
  position: absolute;
  left: 0;
  top: 0;
}

.comboopack .combopackwrap .bodyyy .coll ul li.heading {
  font-weight: 700;
  color: var(--first-color);
  padding-left: 0;
}

.comboopack .combopackwrap .bodyyy .coll ul li.heading:before {
  display: none;
}

.comboopack .combopackwrap .footterr {
  padding: 30px 50px;
  font-size: 0;
  background: #000;
  border-top: 1px solid #f3f3f3;
}

.comboopack .combopackwrap .footterr .left {
  display: inline-block;
  width: 45%;
  vertical-align: bottom;
  font-size: 0;
}

.comboopack .combopackwrap .footterr .left .btnwrap {
  display: inline-block;
  width: 70%;
  padding-left: 20px;
  vertical-align: middle;
}

.comboopack .combopackwrap .footterr .left .btnwrap .numbercta {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-right: 15px;
  padding: 16px 17px;
  border: 1px solid #fff;
  /* border-radius: 30px; */
}

.comboopack .combopackwrap .footterr .left .btnwrap .numbercta span {
  margin-right: 10px;
}

.comboopack .combopackwrap .footterr .left .btnwrap .chatcta {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-right: 21px;
  padding: 15px 30px;
  border: 1px solid #fff;
  /* border-radius: 30px; */
}

.comboopack .combopackwrap .footterr .left .btnwrap .chatcta span {
  margin-right: 10px;
}

.comboopack .combopackwrap .footterr .left .txtt {
  display: inline-block;
  width: 25%;
  vertical-align: middle;
}

.comboopack .combopackwrap .footterr .left .txtt h4 {
  color: #fff;
  font-size: 22px;
  padding-bottom: 0;
}

.comboopack .combopackwrap .footterr .right {
  display: inline-block;
  width: 55%;
  vertical-align: bottom;
  position: relative;
}

.comboopack .combopackwrap .footterr .right .price {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
  padding-left: 10px;
}

.comboopack .combopackwrap .footterr .right .price h2 {
  font-size: 44px;
  color: var(--first-color);
  padding-bottom: 0;
}

.comboopack .combopackwrap .footterr .right .price h2 span {
  position: relative;
  font-size: 20px;
  padding-bottom: 0;
  color: #b3b1b1;
  margin-left: 10px;
}

.comboopack .combopackwrap .footterr .right figure {
  margin-bottom: 0;
  display: inline-block;
  width: 30%;
}

.comboopack .combopackwrap .footterr .right figure img {
  width: 180px;
  position: absolute;
  top: -50px;
  left: 0;
}

.comboopack .combopackwrap .footterr .right .price h2 span:before {
  content: "";
  width: 60px;
  height: 2px;
  display: block;
  background: #9e9c9c;
  position: absolute;
  left: 0;
  top: 44%;
}

.comboopack .combopackwrap .footterr .right .price h6 {
  color: #fff;
  font-size: 21px;
  padding-bottom: 0;
}

.comboopack .combopackwrap .footterr .right .orderbtn {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  text-align: right;
}

.footer-top .socialmid {
  font-size: 0;
}

.footer-top .socialmid .left {
  display: inline-block;
  width: 50%;
}

.footer-top .socialmid .right {
  width: 50%;
  text-align: right;
  display: inline-block;
}

.footer-top .socialmid .right img {
  width: 70%;
}

.mycustompop input[type="submit"] {
  outline: 0;
  position: relative;
  bottom: 0;
  border: 0;
  display: block;
  right: 0;
  background: var(--first-color);
  width: 100%;
  height: 50px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}

.ys-layer {
  display: none;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.ys-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}

.ys-container.visible,
.ys-layer.visible {
  display: block;
}

.ys-box {
  background-color: #f5f5f5;
  width: 0;
  height: 0;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: height 0.2s ease-in-out;
}

.ys-popup-close {
  position: absolute;
  color: #000;
  text-align: center;
  font-size: 17px;
  text-decoration: none;
  display: block;
  right: 20px;
  top: 20px;
  font-weight: 700;
}

.ys-container.finished .ys-popup-close {
  width: 40px;
  height: 40px;
  text-indent: 0;
}

.ys-popup-content {
  padding: 20px 40px;
  background: #f5f5f5;
  border-radius: 0 0 10px 10px;
}

.ys-container.finished .ys-popup-content {
  display: block;
}

.ys-popup-close:hover {
  text-decoration: none;
  color: red;
}

.ys-box {
  height: 574px;
  width: 572px !important;
  padding: 0;
  background-size: cover;
}

.ys-box .mainbann {
  border-radius: 20px 20px 0 0;
  width: 100%;
}

.popupform p {
  color: #42526e;
  font-size: 18px;
  padding: 0 0 8px;
  text-align: center;
}

.popupform form p {
  color: #42526e;
  font-size: 13px;
  font-weight: 500;
}

.popupform form p span {
  color: #0c71f4;
}

p.small {
  font-size: 14px;
  color: #000;
  text-align: center;
  display: block;
}

.popupform form {
  font-size: 0;
}

.popupform form .fldst {
  margin: 0;
  display: block;
  width: 100%;
}

.popupform form .fldst .intl-tel-input {
  width: 100%;
  margin-bottom: 15px;
}

.popupform form .fldst.btnattach button {
  outline: 0;
  position: relative;
  bottom: 0;
  border: 0;
  display: block;
  right: 0;
  background: #fa130d;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
}

.popupform form p a {
  color: #fa130d;
  font-weight: 600;
}

.popupform form .lst-p {
  text-align: center;
  padding: 15px 0 0;
}

.popupform form input {
  width: 100%;
  margin: 0;
  border: 1px solid #cbcbcb;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 30px;
  height: 50px;
  font-weight: 400;
  outline: 0 !important;
  margin: 0 0 15px 0;
  color: #535353;
}

.popupform figure {
  display: none;
  text-align: center;
  margin: 0;
}

.popupform figure img {
  width: 30%;
}

.intl-tel-input .country-list .country,
.intl-tel-input .country-list .country-name {
  font-size: 14px;
}

.popupform .btn::after {
  border-radius: 10px !important;
}

.mycustompop .ys-box {
  width: 80% !important;
  max-width: 750px;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

.mycustompop .ys-box .ys-popup-content {
  font-size: 0;
  padding: 0;
}

.mycustompop .ys-box .ys-popup-content .left {
  background: url(../images/images-exit-pop-up.png);
  height: 550px;
  padding: 30px;
  width: 40%;
  vertical-align: top;
  display: inline-block;
}

.mycustompop .ys-box .ys-popup-content .left h3 {
  color: #fff;
  padding-bottom: 0;
}

.mycustompop .ys-box .ys-popup-content .right {
  padding: 45px 60px;
  width: 60%;
  display: inline-block;
  vertical-align: top;
}

.mycustompop .intl-tel-input.separate-dial-code .selected-flag {
  border-radius: 30px 0 0 30px;
}

.mycustompop .intl-tel-input {
  width: 100%;
}

.mycustompop textarea {
  width: 100%;
  margin: 0;
  border: 1px solid #cbcbcb;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 20px;
  height: 108px;
  font-weight: 400;
  outline: 0 !important;
  margin: 15px 0 15px 0;
  color: #535353;
}

.innerpgee .innerfrom {
  padding-top: 130px;
}

.slct-field {
  position: relative;
}

.slct-field:after {
  content: "\f107";
  position: absolute;
  right: 33px;
  top: 17px;
  font-family: fontawesome;
  color: #999;
  font-size: 16px;
}

.mainvideo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  background-size: cover;
  transform: scale(1.8);
}

.home-banner .video-overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(../images/images-video-overlay.png) rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
}

.home-banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.vidcta {
  background: #e77f59;
  background-image: url(../images/images-rabbit.gif);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: top right;
}

.packagesmain .packk .tab-custom .tabbing-links li a {
  color: #070707;
}

.packagesmain .packk .tab-custom .tabbing-links li.current a {
  color: #fff;
}

.packagesmain .packk .tab-custom .tabbing-links li:hover a {
  color: #fff;
}

.comboopack .combopackwrap .footterr .right .orderbtn .viewdetails {
  color: #a6b0ba;
  text-align: right;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  padding: 0 20px 0 0;
}

.comboopack .combopackwrap .footterr .right .orderbtn .viewdetails span {
  font-size: 16px;
  margin-right: 10px;
}

.howsec {
  padding: 60px 0;
}

.howsec .textwrap {
  text-align: center;
}

.howsec .textwrap h2 {
  color: #070707;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 15px;
}

.howsec .textwrap p {
  color: #070707;
}

.howsec .wrap {
  padding: 60px 0;
}

.howsec .wrap h3 {
  color: #070707;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 15px;
}

.howsec .wrap p {
  color: #070707;
}

.howsec .fig img {
  width: 65%;
  margin: 0 auto;
  display: table;
}

.custompackages .topwrap {
  padding: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
}

.custompackages {
  font-size: 0;
  padding: 60px 0 20px;
}

.custompackages .textwrap {
  vertical-align: middle;
  display: inline-block;
  width: 60%;
  padding-right: 20px;
}

.custompackages .textwrap h2 {
  font-size: 44px;
  font-weight: 700;
  color: #160c28;
  line-height: 1;
  padding-bottom: 15px;
}

.custompackages .textwrap p {
  font-size: 18px;
}

.custompackages .btnwrap {
  vertical-align: middle;
  display: inline-block;
  width: 40%;
  text-align: right;
}

.securedmca {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.innserservice-commonfolds.clogo-new {
  background: #fff;
}

.innserservice-commonfolds.clogo-new ul li {
  color: #5c5856;
  font-size: 16px;
  padding-left: 20px;
  position: relative;
}

.innserservice-commonfolds.clogo-new ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  left: 6px;
  top: 8px;
}

.innserservice-commonfolds.clogo-new figure img {
  width: 100%;
}

.innserservice-commonfolds figure img {
  width: 100%;
}

@media (max-width: 900px) {
  .mycustompop .ys-box .ys-popup-content .left {
    width: 100%;
    display: none;
  }

  .mycustompop .ys-box .ys-popup-content .right {
    width: 100%;
  }
}

.mblForm {
  background-color: #000;
  padding: 100px 0;
}

.mblForm .fldset {
  margin-top: 20px;
}

.beforemblform {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  max-width: 80%;
  margin: 0 auto;
}

body
  > main
  > div.slider-wrapper
  > section
  > div
  > div
  > div
  > div
  > div
  > div
  > div
  > div:nth-child(2)
  > form {
  background-color: #ffffffc2;
  width: 70%;
  margin: 0 auto;
  border-radius: 30px;
  padding: 30px;
}

body
  > main
  > div.slider-wrapper
  > section
  > div
  > div
  > div
  > div
  > div
  > div
  > div
  > div:nth-child(2)
  > form
  input {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
}

body
  > main
  > div.slider-wrapper
  > section
  > div
  > div
  > div
  > div
  > div
  > div
  > div
  > div:nth-child(2)
  > form
  textarea {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
}

body
  > main
  > div.slider-wrapper
  > section
  > div
  > div
  > div
  > div
  > div
  > div
  > div
  > div:nth-child(2)
  > form
  > div
  > div:nth-child(5)
  > div
  > input[type="submit"] {
  background-color: #d93954;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (min-width: 600px) {
  .desktopbtn {
    display: none !important;
  }

  .home-banner-content {
    margin-top: 50px;
  }
}

@media screen and (max-width: 600px) {
  .mobilebtn {
    display: none !important;
  }
}
