*,
p {
  margin: 0;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
span,
ul {
  font-family: Circular Std Bold !important;
}
.conbowrp .mainpkge .navwrp h4,
.home-bnnerwrp .txtwrp h2,
.service-cetawrp ul.tabbing-links li.current {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
@font-face {
  font-family: Circular Std Medium;
  src: url(../fonts/CircularStd-Medium.ttf);
}
@font-face {
  font-family: Circular Std Bold;
  src: url(../fonts/CircularStd-Bold.ttf);
}
@font-face {
  font-family: Circular Std Bold;
  src: url(../fonts/CircularStd-Book.ttf);
}
@font-face {
  font-family: Circular Std Bold;
  src: url(../fonts/CircularStd-Medium.ttf);
}
#jqcheck {
  background: #fff9d7;
  text-align: center;
  color: #333;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 700;
  position: fixed;
  z-index: 9991;
  width: 100%;
}
* {
  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: #fff;
  -webkit-border-radius: 0px;
  border-left: 1px solid #fff;
}
::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: var(--primary-color);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    -webkit-appearance: none !important;
    line-height: 28px !important;
  }
}
body {
  color: var(--default-color);
  font-size: var(--base-font-size);
  position: relative;
}
.fc-primary,
.h2 span,
h2 span {
  color: var(--primary-color);
}
.fc-secondary {
  color: var(--secondary-color);
}
.fc-dark,
a,
h4,
h5,
h6,
li {
  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: none !important;
  vertical-align: middle;
}
.primary-btn {
  background: var(--primary-color);
}
.primary-btn:hover {
  background: var(--primary-color-dark);
  color: #fff;
}
.secondary-btn {
  background: var(--secondary-color);
  color: #fff;
}
.ctawrp a {
    margin: 0 6px;
}
.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;
}
.sec-padding-100,
.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;
  font-family: Circular Std Bold !important;
}
h1,
h2,
h3 {
  font-weight: 900;
}
a,
h4,
h5,
h6,
li {
  padding-bottom: 10px;
}
.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);
}
p {
  font-weight: 400;
  line-height: 1.4;
  padding: 0 0 20px;
  color: #687087;
}
.sec-padding-90 {
  padding: 90px 0;
}
.sec-padding-80 {
  padding: 80px 0;
}
.sec-padding-70 {
  padding: 70px 0;
}
.conbowrp,
.logo-clntwerp,
.main-second-sec,
.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;
}
.free-consult .sub-head,
.main-privacy-sec ul,
.p-0 {
  padding: 0;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.form_wrap .analyzeform form .wrap,
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.form-box-main form select[name="ddlYear"],
.form_wrap .analyzeform,
.m-0,
.our-ser-bnnr .txtwrp ul,
.portfoliowrp .imgport li figure,
.secnd-fold.margnwrp,
.serv-tab .imgport li figure,
header .navtop {
  margin: 0;
}
.mt-0 {
  margin-top: 0;
}
.mb-0,
.mybannerform form {
  margin-bottom: 0;
}
.ml-0 {
  margin-left: 0;
}
.mr-0 {
  margin-right: 0;
}
.tt-uppercase {
  text-transform: uppercase;
}
.btn:link,
.btn:visited,
.flexiblefeatures-sec h2,
.form-wrap h1,
.our-ser-bnnr,
.testiwrp .txtwrp h2,
.testiwrp .txtwrp h4,
.tt-capitalize {
  text-transform: capitalize;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.preloader .preloader-after,
.preloader .preloader-before {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(96deg, #6254e7 0, #9289f1 100%);
  transition: 0.6s ease-in-out;
}
.preloader .preloader-before {
  top: 0;
}
.preloader .preloader-after {
  bottom: 0;
}
.thankyoubanner {
    padding: 0 !important;
    margin: 0 !important;
    height: 100vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.it-banner h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 2px;
}
.it-banner p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.preloader .preloader-block {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}
.cta-thrd a {
    margin: 0px 6px !important;
}
.preloader .preloader-block .title {
  position: absolute;
  left: 0;
  bottom: calc(50% + 16px);
  width: 100%;
  text-align: center;
  z-index: 2;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #fff;
}
.preloader .preloader-block .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-weight: 700;
  letter-spacing: 8px;
  font-size: 24vw;
  color: rgba(255, 255, 255, 0.14);
  z-index: 1;
}
.preloader .preloader-block .loading {
  position: absolute;
  top: calc(50% + 16px);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #fff;
  -webkit-animation: 2.2s linear infinite blink-animation;
}
.preloader .preloader-bar {
  position: absolute;
  z-index: 2;
  top: calc(50% - 1px);
  right: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.14);
}
.preloader .preloader-bar .preloader-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  height: 100%;
  width: 0;
  background: #fff;
  transition: width 3.2s cubic-bezier(0.1, 0.5, 1.3, 0.1);
}
@-webkit-keyframes blink-animation {
  0% {
    opacity: 0;
  }
}
@-moz-keyframes blink-animation {
  0% {
    opacity: 0;
  }
}
@keyframes blink-animation {
  0% {
    opacity: 0;
  }
}
.preloader.hidden-main {
  opacity: 0;
  visibility: hidden;
}
.hidden .preloader-after {
  transform: translate(0, 100%);
}
.hidden .preloader-before {
  transform: translate(0, -100%);
}
.loader-width .preloader-progress,
.model-content {
  width: 100% !important;
}
.bubbles_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  pointer-events: none;
}
@-webkit-keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  to {
    margin-top: -30%;
  }
}
@-moz-keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  to {
    margin-top: -30%;
  }
}
@keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  to {
    margin-top: -30%;
  }
}
@-webkit-keyframes sideWays {
  0% {
    margin-left: 0;
  }
  to {
    margin-left: 25px;
  }
}
@-moz-keyframes sideWays {
  0% {
    margin-left: 0;
  }
  to {
    margin-left: 25px;
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0;
  }
  to {
    margin-left: 25px;
  }
}
.x1 {
  -webkit-animation: 15s linear infinite animateBubble,
    2s ease-in-out infinite alternate sideWays;
  animation: 15s linear infinite animateBubble,
    2s ease-in-out infinite alternate sideWays;
  left: 6%;
  top: 45%;
  background: #ffb739;
}
.x2 {
  -webkit-animation: 10s linear infinite animateBubble,
    4s ease-in-out infinite alternate sideWays;
  animation: 10s linear infinite animateBubble,
    4s ease-in-out infinite alternate sideWays;
  left: 5%;
  top: 80%;
  background: #fc4fdd;
}
.x3 {
  -webkit-animation: 18s linear infinite animateBubble,
    2s ease-in-out infinite alternate sideWays;
  animation: 18s linear infinite animateBubble,
    2s ease-in-out infinite alternate sideWays;
  left: 10%;
  top: 40%;
  background: #5ed5cb;
}
.x4 {
  -webkit-animation: 12s linear infinite animateBubble,
    3s ease-in-out infinite alternate sideWays;
  animation: 12s linear infinite animateBubble,
    3s ease-in-out infinite alternate sideWays;
  left: 20%;
  top: 0;
  background: #3de4a3;
}
.x5 {
  -webkit-animation: 19s linear infinite animateBubble,
    4s ease-in-out infinite alternate sideWays;
  animation: 19s linear infinite animateBubble,
    4s ease-in-out infinite alternate sideWays;
  left: 30%;
  top: 50%;
  background: #fc4fb1;
}
.x6 {
  -webkit-animation: 11s linear infinite animateBubble,
    2s ease-in-out infinite alternate sideWays;
  animation: 11s linear infinite animateBubble,
    2s ease-in-out infinite alternate sideWays;
  left: 50%;
  top: 0;
  background: #2c4aff;
}
.x7 {
  -webkit-animation: 10s linear infinite animateBubble,
    2s ease-in-out infinite alternate sideWays;
  animation: 10s linear infinite animateBubble,
    2s ease-in-out infinite alternate sideWays;
  left: 65%;
  top: 70%;
  background: #ffb739;
}
.x8 {
  -webkit-animation: 12s linear infinite animateBubble,
    3s ease-in-out infinite alternate sideWays;
  animation: 12s linear infinite animateBubble,
    3s ease-in-out infinite alternate sideWays;
  left: 80%;
  top: 10%;
  background: #8f3de4;
}
.x9 {
  -webkit-animation: 19s linear infinite animateBubble,
    4s ease-in-out infinite alternate sideWays;
  animation: 19s linear infinite animateBubble,
    4s ease-in-out infinite alternate sideWays;
  left: 90%;
  top: 50%;
  background: #fff339;
}
.x10 {
  -webkit-animation: 16s linear infinite animateBubble,
    2s ease-in-out infinite alternate sideWays;
  animation: 16s linear infinite animateBubble,
    2s ease-in-out infinite alternate sideWays;
  left: 80%;
  top: 80%;
  background: #fc4f4f;
}
.btm-form,
.conbowrp .mainpkge,
.conbowrp .pkgehead,
.cta-sndwrp,
.ctawrp .mainwrp,
.home-bnnerwrp,
.our-ser-bnnr,
.pakcgewrp,
.testiwrp {
  background-repeat: no-repeat;
  background-size: cover;
}
.bubble {
  border-radius: 50%;
  box-shadow: none;
  height: 5px;
  position: absolute;
  width: 5px;
}
.mypopup-innerwrap .form_wrap .hero_form textarea.form-control,
.pakcgewrp .navwrp .pkgeport li:hover .mainpkge .btnwrp a.chat-btn,
.pakcgewrp .navwrp .pkgeport li:hover .mainpkge .detailwrp ul li,
.pakcgewrp .navwrp .pkgeport li:hover .mainpkge .namwrp h2,
.pakcgewrp .navwrp .pkgeport li:hover .mainpkge .pricewrp h4,
.pakcgewrp .navwrp .pkgeport li:hover .mainpkge .pricewrp h4 span,
.service-bg header.showmenu .navwrp ul li a,
a.hk_load:hover,
p span,
p strong {
  color: #000;
}
a:focus {
  outline: 0;
}
img {
  border: 0;
  outline: 0;
}
li,
ul {
  list-style-type: none;
}
.conbowrp .mainpkge ul li,
.home-bnnerwrp .imgwrp,
.relative,
.second-sec-cont,
h2.tag-best,
h2.tag-best2,
li.hk_web_height {
  position: relative;
}
.absolute {
  position: absolute;
}
.h2,
h2 {
  color: #171717;
  line-height: 1.2;
  font-weight: 700;
  padding: 0 0 15px;
  position: relative;
  letter-spacing: -1px;
}
.list-simple {
  list-style: none;
  margin: 0 0 15px;
  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;
}
.brief_form ul li.done i,
.btn-main,
.btn-main:hover,
.conbowrp .pkgehead p,
.cta-sndwrp .txtwrp h2,
.cta-sndwrp .txtwrp p,
.ctawrp .mainwrp .btnwrp .btn-secnd,
.ctawrp .mainwrp .txtwrp p,
.header-main.showmenu .navwrp ul li a,
.lp-secwrp .imgwrp a.btn-secnd,
.our-ser-bnnr p,
.pakcgewrp .btnwrp .btn-secnd,
.pakcgewrp .txtwrp h2,
.pakcgewrp .txtwrp p,
.service-bg header .navwrp ul li a,
.service-bg header.showmenu .navwrp ul li a.btnwrp,
.servicewrp .btn-secnd,
.servicewrp .txtwrp h1,
.servicewrp .txtwrp h4,
.servicewrp .txtwrp p,
.whatsapp:focus,
.whatsapp:hover,
footer .fotr-btm ul li a,
header .navwrp ul li a:hover {
  color: #fff;
}
.ap-sec h2,
.bnr-inpfild [type="submit"],
.flexiblefeatures-sec h2,
.home-bnnerwrp .txtwrp h4,
h2.main-heading {
  font-family: Circular Std Bold !important;
}
.moreFull {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
.transition {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.scale-with-transition {
  -webkit-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.ctawrp .mainwrp,
.portfoliowrp .imgport li,
.service-cetawrp ul.tabbing-links li,
header .navtop ul li a,
header .navwrp ul li a {
  transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
}
.btn-main {
  padding: 15px 40px;
  border-radius: 35px;
  font-weight: 500;
  font-size: 16px;
  background-image: linear-gradient(to right top, #fe2756, #302c5f, #302c5f, #302c5f, #fe2756);
}
.btn-secnd {
  padding: 15px 40px;
  border-radius: 62px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid;
  margin: 0 0 0 15px;
}
header .navtop ul li a.blink:after,
header .navtop ul li a.blink:before {
  width: 5px;
  height: 5px;
  background-color: #fa130d;
  top: 8px;
  border-radius: 50%;
  position: absolute;
  content: "";
}
.btnwrp {
    padding: 40px 0 0;
    position: relative;
    z-index: 1;
}
.owl-nav button {
    position: absolute;
    top: 45%;
    background-image: linear-gradient(to right top, #fe2756, #302c5f, #302c5f, #302c5f, #fe2756) !important;
    width: 40px;
    height: 40px;
    color: #fff !important;
    font-size: 30px !important;
    line-height: 0 !important;
    border-radius: 30px !important;
    opacity: 1 !important;
}
.portfoliowrp .btn-secnd {
    margin: 0 10px;
}
button.owl-prev {
    left: -5%;
}
button.owl-next {
    right: -5%;
}

h2.main-heading {
  color: #000;
  padding: 0 0 20px;
  font-size: 48px;
}
p.main-pera {
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 500;
}
.header-main.showmenu ul.dropdown-content li a,
ul.dropdown-content li a {
  color: #000 !important;
}
.header-main.showmenu {
  background-color: #fff;
  box-shadow: -1px -2px 15px -3px rgb(0 0 0 / 41%);
  background-image: linear-gradient(
    to right top,
    #0569d7,
    #0858c3,
    #0948af,
    #07389c,
    #042888
  );
}
header {
  position: fixed !important;
  width: 100%;
  z-index: 99;
  background-image: linear-gradient(to right top, #0569d7, #042888);
}
header .logowrp img {
  position: relative;
  bottom: 12px;
}
header .navwrp ul {
  margin: 15px 0 0;
  text-align: right;
}
header .navwrp ul li {
  display: inline-block;
  margin: 0 10px;
}
header .navwrp ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
header .navwrp ul li a.btnwrp {
  padding: 10px 20px;
  border-radius: 20px;
  color: #000 !important;
  font-weight: 500;
  background-color: #fff;
}
.eggoffer .bottom h3:before,
.eggoffer .broken,
.grecaptcha-badge,
.hk_hide,
.hompg .header-main.showmenu .logo-clr,
.hompg header .logowrp img.logo-clr,
.mypopup-wrap .mypopup .right .mypopup-innerwrap h3:before,
.orderpg footer,
.orderpg header,
.portfoliowrp .tabs,
.serv-tab .tabs,
.service-bg header .logo-clr,
.service-bg header.showmenu .logowrp img.logo-clr,
div.error,
img.logo-clr,
section.service-cetawrp ul.tabs,
ul.tabs.pkgeport {
  display: none;
}
.eggoffer .unbroken,
.hompg .header-main.showmenu .logo-bkl,
.hompg header .logowrp img.logo-bkl,
.portfoliowrp .tabs.current,
.serv-tab .tabs.current,
.service-bg header .logo-bkl,
.service-bg header.showmenu .logowrp img.logo-bkl,
section.service-cetawrp ul.tabs.current,
ul.tabs.pkgeport.current {
  display: block;
}
.service-bg header .navwrp ul li a:hover {
  color: #0850b9;
}
.home-bnnerwrp {
  padding: 210px 0 150px;
  background-image: url(../images/banner-bg1.png);
  overflow: hidden;
}
.clientswrp,
.home-bnnerwrp .txtwrp h2,
.pakcgewrp .navwrp ul.tabbing-links,
.service-cetawrp .ser-port li .mainwrp,
.service-cetawrp .txtwrp h2:after,
.service-cetawrp ul.tabbing-links li.current {
  background-image: linear-gradient(
    to right top,
    #0569d7,
    #0858c3,
    #0948af,
    #07389c,
    #042888
  );
}
.home-bnnerwrp .txtwrp {
  z-index: 1;
  position: relative;
}
.home-bnnerwrp .txtwrp h4 {
    color: #c02859;
    font-size: 21px;
}
.home-bnnerwrp .txtwrp h2 {
  font-size: 48px;
  color: #02298a;
  line-height: 1.2;
  padding: 0 0 20px;
}
.home-bnnerwrp .txtwrp p {
  font-size: 18px;
  color: #3a3a3a;
}
.home-bnnerwrp .txtwrp ul li {
  display: inline-block;
  margin: 0 13px;
}
.home-bnnerwrp .txtwrp ul li img {
    width: 130px;
}
.home-bnnerwrp .imgwrp img {
  width: 140%;
  position: absolute;
  left: 6px;
  top: -24px;
}
.header-main.showmenu .navwrp ul li a.btnwrp {
  background-image: unset;
  background-color: #fff;
  color: #000 !important;
}
header .txtdiv h6 {
  color: #000;
  font-size: 18px;
}
header .txtdiv span {
  color: #0853bd;
}
footer .fotr-btm ul,
header .navtop ul {
  margin: 0;
  text-align: right;
}
header .navtop ul li {
  display: inline-block;
  margin: 0 15px;
  padding: 0;
}
header .navtop ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding: 0;
}
.top-head {
  padding: 13px 0 0;
  margin: 0 0 10px;
}
header .navtop ul li a.blink:after {
  right: -13px;
}
header .navtop ul li a.blink:before {
  left: -13px;
}
header .navtop ul li a i {
  color: #083da2;
}
.clientswrp {
  padding: 40px 0;
  text-align: center;
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
  top: -210px;
  z-index: 1;
  background-image: unset;
}
.clientswrp .txtwrp h4 {
  color: #fff;
  font-size: 21px;
}
.clientswrp .txtwrp h4 span i {
  color: #ff9406;
}
.clientswrp .txtwrp ul,
.free-consult .form,
footer .fotrnav ul {
  margin: 20px 0 0;
}
.service-cetawrp {
  background-color: #f3f3f3;
  padding: 50px 0;
}
.service-cetawrp .txtwrp {
  display: block;
  padding: 0 0 20px;
}
.service-cetawrp .txtwrp h2 {
  color: #000;
  font-size: 26px;
  position: relative;
  font-weight: 500;
}
.service-cetawrp .txtwrp h2:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  bottom: 0;
  left: 0;
}
.service-cetawrp ul.tabbing-links li {
  font-size: 34px;
  color: #8a8484;
  font-weight: 400;
  cursor: pointer;
}
.service-cetawrp ul.tabbing-links li.current {
  transform: scale(1.1);
}
.pakcgewrp .navwrp .pkgeport li:hover .mainpkge .pricewrp h1,
.service-cetawrp ul.tabbing-links li:hover {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right top,
    #0569d7,
    #0858c3,
    #0948af,
    #07389c,
    #042888
  );
  transform: scale(1.1);
}
.service-cetawrp .ser-port li .imgwrp img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.service-cetawrp .ser-port li .mainwrp {
  padding: 60px 40px;
  height: 400px;
}
.service-cetawrp .ser-port li .mainwrp h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  padding: 0 0 5px;
}
.service-cetawrp .ser-port li .mainwrp span {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.service-cetawrp .ser-port li .mainwrp p {
  color: #fff;
  font-size: 18px;
  padding: 20px 0 0;
}
.service-cetawrp .ser-port li .mainwrp .btn-main {
  background-color: #000;
  background-image: unset;
  padding: 15px 25px;
}
.service-cetawrp .ser-port li .mainwrp .btn-secnd {
  color: #fff;
  font-weight: 500;
  padding: 15px 25px;
}
.ctawrp {
  padding: 50px 0;
  text-align: center;
  display: block;
}
.ctawrp .mainwrp {
  background-image: linear-gradient(to right top, #fe2756, #302c5f, #302c5f, #302c5f, #fe2756);
  width: 88%;
  margin: 0 auto;
  height: auto;
  text-align: center;
  border-radius: 26px;
  padding: 40px 0 60px;
}
.ctawrp .mainwrp .txtwrp h2 {
  color: #fff;
  width: 80%;
  margin: 0 auto;
  font-size: 48px;
}
.ctawrp .mainwrp .btnwrp .btn-main {
  background-color: #fff;
  background-image: unset;
  color: #000;
}
.ctawrp:hover .mainwrp,
.portfoliowrp .imgport li:hover,
.serv-tab .imgport li:hover {
  transform: scale(1.1);
}
.portfoliowrp {
  padding: 40px 0 70px;
  position: relative;
}
.shape-two {
  position: absolute;
  right: 0;
  z-index: -1;
}
.portfoliowrp .navwrp {
  text-align: center;
  margin: 0 auto;
}
.portfoliowrp .navwrp .tabbing-links {
  text-align: center;
  margin: 20px auto 40px;
  border-radius: 25px;
  width: auto;
  background-color: #f3f0f0;
  padding: 2px;
  display: inline-block;
}
.portfoliowrp .navwrp .tabbing-links li {
  display: inline-block;
  color: #000;
  font-size: 16px;
  transition: 0.3s;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: 600;
}
.portfoliowrp .navwrp .tabbing-links li.current {
  border-bottom: 1px solid;
  padding: 10px 40px;
  border-radius: 25px;
  color: #fff;
  font-weight: 600;
  background-image: linear-gradient(to right top, #fe2756, #302c5f, #302c5f, #302c5f, #fe2756);
}
.portfoliowrp .imgport {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.portfoliowrp .imgport li {
  display: inline-block;
  width: 21%;
  margin: 0 5px 15px;
  background-position: 0 0;
}
.portfoliowrp .imgport li img,
.serv-tab .imgport li img {
  width: 100%;
  border-radius: 10px;
}
.btm-form .txtwrp,
.logo-clntwerp .txtwrp,
.lp-secwrp .txtwrp,
.our-testi .txtwrp,
.pakcgewrp .navwrp,
.pakcgewrp .txtwrp,
.portfoliowrp .btnwrp {
  text-align: center;
  display: block;
}
.pakcgewrp {
  padding: 60px 0;
  background-color: #000;
}
.pakcgewrp .navwrp ul.tabbing-links {
  text-align: center;
  margin: 20px auto 50px;
  width: auto;
  background-color: #f3f0f0;
  padding: 2px;
  border-radius: 25px;
  display: inline-block;
}
.pakcgewrp .navwrp ul.tabbing-links li {
  border-bottom: 1px solid;
  padding: 10px 40px;
  border-radius: 20px;
  color: #fff;
  vertical-align: bottom;
  font-weight: 500;
  display: inline-block;
  border: 1px solid;
  cursor: pointer;
  margin: 0 2px;
  overflow: hidden;
  transition: 0.3s;
  border: none;
}
.pakcgewrp .navwrp ul.tabbing-links li.current {
  display: inline-block;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  padding: 10px 40px;
  border-radius: 25px;
  font-weight: 600;
  background: #f3f3f3;
  border: none;
  vertical-align: bottom;
}
.btm-form .formwrp form .lable input.btnmain,
.conbowrp .mainpkge .navwrp h4 {
  background-image: linear-gradient(
    to right top,
    #0569d7,
    #0858c3,
    #0948af,
    #07389c,
    #042888
  );
}
.eggoffer .top figure,
.pakcgewrp .navwrp .pkgeport {
  text-align: center;
}
.pakcgewrp .navwrp .pkgeport li {
  transition: 0.2s ease-in;
  display: inline-block;
  width: 30%;
  border: 2px solid #fff;
  border-radius: 13px;
  padding: 30px 10px;
  margin: 0 10px 50px;
}
.pakcgewrp .navwrp .pkgeport li.best-slr {
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
}
.pakcgewrp .navwrp2 ul.tabbing-links li {
  width: auto;
}
.pakcgewrp .navwrp2 ul.tabbing-links li:hover {
  box-shadow: 0 0 20px 1px #353434a3;
  z-index: 2;
  -webkit-transition: unset;
  -webkit-transform: unset;
  -ms-transition: unset;
  -ms-transform: unset;
  -moz-transition: unset;
  -moz-transform: unset;
  transition: unset;
  transform: unset;
  background-color: unset;
  box-shadow: unset;
}
.pakcgewrp .navwrp2 ul.tabbing-links li.current:hover {
  background-color: #fff;
  color: #000;
}
.pakcgewrp .navwrp .pkgeport li.best-slr:after {
  content: "";
  content: "BEST SELLER";
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
  padding: 7px 10px;
  text-indent: -15px;
  display: block;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 35px;
  width: 180px;
  background-color: #0457c2;
  position: absolute;
  border: 2px solid #fff;
  box-shadow: 2px 1px 7px -1px #fff;
  right: -62px;
  top: 23px;
}
.pakcgewrp .navwrp .pkgeport li:hover {
  z-index: 2;
  -webkit-transition: 0.2s ease-in;
  -webkit-transform: scale(1.05);
  -ms-transition: 0.2s ease-in;
  -ms-transform: scale(1.05);
  -moz-transition: 0.2s ease-in;
  -moz-transform: scale(1.05);
  transition: 0.2s ease-in;
  transform: scale(1.05);
  background-color: #fff;
}
.pakcgewrp .navwrp .pkgeport li:hover .mainpkge .namwrp span {
  color: #cacaca;
}
.pakcgewrp .navwrp .pkgeport li:hover .mainpkge .btnwrp p {
  color: #b9b9b9;
}
.pakcgewrp .navwrp .pkgeport li:hover .mainpkge .btnwrp a {
  border: 1px solid #000;
}
.pakcgewrp .navwrp .pkgeport li .mainpkge .namwrp h2 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0 10px;
}
.pakcgewrp .navwrp .pkgeport li .mainpkge .namwrp span {
  font-size: 16px;
  color: #cacaca;
}
.pakcgewrp .navwrp .pkgeport li .mainpkge .pricewrp h1 {
  font-weight: 500;
  font-size: 58px;
  color: #fff;
  display: inline-block;
}
.pakcgewrp .navwrp .pkgeport li .mainpkge .pricewrp h4 {
  font-size: 22px;
  display: inline-block;
  color: #fff;
  margin: 0 0 0 20px;
}
.pakcgewrp .navwrp .pkgeport li .mainpkge .pricewrp h4 span {
  display: block;
  text-decoration: line-through;
}
.pakcgewrp .navwrp .pkgeport li .mainpkge .detailwrp ul {
  text-align: left;
  height: 190px;
  margin: 20px 0 5px;
}
.pakcgewrp .navwrp .pkgeport li .mainpkge .detailwrp ul li {
  border: none;
  display: block;
  width: 100%;
  padding: 0 0 2px;
  position: relative;
  color: #fff;
  font-size: 15px;
  margin: 0 0 0 20px;
}
.pakcgewrp .navwrp .pkgeport li .mainpkge .detailwrp ul li:hover {
  transform: unset;
}
.pakcgewrp .navwrp .pkgeport li .mainpkge .detailwrp ul li:after {
  content: "✔";
  position: absolute;
  font-family: FontAwesome;
  left: -20px;
  top: 0;
  color: #b1228d;
}
.pakcgewrp .navwrp .pkgeport li .mainpkge .btnwrp a {
  padding: 11px 20px;
  border-radius: 20px;
  color: #000;
  font-weight: 600;
  background-color: #fff;
}
.pakcgewrp .navwrp .pkgeport li .mainpkge .btnwrp p {
  font-size: 14px;
  color: #b9b9b9;
  padding: 20px 0 0;
}
.pakcgewrp .btnwrp .btn-main {
  color: #000;
  background-color: #fff;
  background-image: unset;
}
.pakcgewrp .navwrp .pkgeport li .mainpkge .btnwrp a.chat-btn {
  margin: 0 0 0 10px;
  background-color: unset;
  color: #fff;
  border: 1px solid;
}
span.pp-combo {
  color: #045dc8;
  font-weight: 700;
  font-size: 100px;
  line-height: 0.5;
}
.conbowrp .mainpkge {
  display: block;
  background-image: url(../images/combo-bg.png);
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 50px 30px 20px;
  border-radius: 40px;
  box-shadow: 0 6px 21px 11px rgb(0 0 0 / 8%);
}
.conbowrp .mainpkge:before {
  content: "";
  position: absolute;
  background-color: #ffffffd9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 40px;
}
.conbowrp .pkgehead {
  text-align: center;
  background-image: url(../images/pkge-head.webp);
  width: 66%;
  margin: 0 auto -20px;
  position: relative;
  z-index: 1;
}
.conbowrp .pkgehead h2 {
  color: #fff;
  padding: 15px 0 0;
}
.conbowrp .mainpkge .navwrp h4 {
  font-size: 20px;
  transform: scale(1.1);
  margin: 12px 0 0 14px;
}
.conbowrp .mainpkge .navwrp ul {
  margin: 0 0 0 30px;
}
.conbowrp .mainpkge .navwrp ul li {
  font-size: 14px;
  color: #000;
  font-weight: 300;
  padding: 0 0 3px;
}
.conbowrp .mainpkge .btnwrp {
  padding: 28px 0 0;
}
.conbowrp .mainpkge .btnwrp .btn-main {
  display: block;
  margin: 0 0 13px;
  text-align: center;
  width: 80%;
  padding: 15px 40px;
}
.conbowrp .mainpkge .btnwrp .btn-secnd {
  display: block;
  margin: 0;
  text-align: center;
  width: 80%;
  padding: 15px 40px;
}
.conbowrp .mainpkge .imgwrp {
  position: relative;
  width: 100%;
  right: -65px;
}
.conbowrp .mainpkge .imgwrp img {
  width: 130%;
  position: absolute;
  left: -80px;
  top: 65px;
}
.testiwrp {
  padding: 100px 0;
  background-image: linear-gradient(to right top, #fe2756, #302c5f, #302c5f, #302c5f, #fe2756);
}
.testiwrp .imgwrp {
  display: block;
  text-align: center;
  position: relative;
  left: -70px;
}
.testiwrp .imgwrp img {
  width: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  margin: 0 auto;
}
.testiwrp .txtwrp h4 {
  font-size: 22px;
  color: #fff;
}
.testiwrp .txtwrp h2 {
  color: #fff;
  font-size: 56px;
}
.testiwrp .txtwrp p {
  color: #fff;
  padding: 0 0 7px;
}
.testiwrp .txtwrp h5 {
  font-size: 24px;
  color: #fff;
  padding: 10px 0 0;
}
.testiwrp .txtwrp span {
  font-size: 18px;
  color: #fff;
}
.testiwrp .txtwrp span i {
  color: #ffe10b;
  font-size: 15px;
}
.testiwrp .img-anii img {
  width: 30%;
  position: absolute;
  left: -670px;
  right: 0;
  margin: -80px auto 0;
  -webkit-animation: 5s linear infinite tesiMove;
  -moz-animation: 5s linear infinite tesiMove;
  -o-animation: 5s linear infinite tesiMove;
  animation: 4s linear infinite tesiMove;
}
@keyframes tesiMove {
  0%,
  100% {
    transform: rotate(0);
  }
  15%,
  66% {
    transform: rotate(2deg);
  }
  33% {
    transform: rotate(4deg);
  }
}
.logo-clntwerp ul,
.lp-secwrp .txtwrp ul,
footer .fotr-btm,
footer .fotrnav {
  margin: 30px 0 0;
}
.logo-clntwerp ul li img {
  width: 40%;
  transition: 0.2s ease-in;
}
.logo-clntwerp ul li img:hover {
  filter: unset;
}
.cta-sndwrp {
  display: block;
  text-align: center;
  padding: 60px 0 70px;
  background-image: linear-gradient(to right top, #fe2756, #302c5f, #302c5f, #302c5f, #fe2756);
}
.cta-sndwrp .btnwrp .btn-main {
  background-image: unset;
  color: #fff;
  border: 1px solid #fff;
}
.cta-sndwrp .btnwrp .btn-secnd {
  margin: 0 20px;
  background-color: #fff;
  border: none;
}
button#backbtn,
button#nextbtn {
  margin-top: 10px;
}
.btm-form {
  padding: 70px 0;
  background-image: url(../images/form-bg.png);
}
.btm-form .txtwrp p span {
  color: #07379b;
  font-weight: 700;
}
.btm-form .formwrp {
  width: 70%;
  margin: 30px auto 0;
}
.btm-form .formwrp form .lable input,
.btm-form .formwrp form .lable select {
  width: 100%;
  height: 50px;
  border-radius: 20px;
  border: 1px solid #818181;
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  outline: 0;
}
.btm-form .formwrp form .lable textarea {
  width: 100%;
  height: 170px;
  border-radius: 20px;
  border: 1px solid #818181;
  outline: 0;
  resize: none;
  padding: 20px 0 0 20px;
}
.btm-form .formwrp form .lable input.btnmain {
  color: #fff;
  font-weight: 600;
  width: 50%;
  margin: 20px auto 0;
  text-align: center;
  display: block;
  border: none;
}
footer {
  padding: 160px 0 50px;
  background: #000;
  margin: -110px 0 0;
}
footer .logowrp a img {
    width: 90%;
    margin: 0;
}
footer .logowrp p {
  padding: 22px 0 30px;
  font-size: 16px;
  color: #fff;
}
footer .logowrp ul {
  margin: 0 0 0 10px;
  display: none;
}
footer .logowrp ul li {
  display: inline-block;
  margin: 0;
  width: 19%;
  transition: 0.3s;
}
footer .logowrp ul li a i {
  height: 35px;
  width: 35px;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px 0 0 11px;
  box-sizing: border-box;
  transition: 2s;
}
footer .logowrp ul li a i:hover {
  color: #063395;
}
footer .fotrnav h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
footer .fotrnav ul li {
  display: block;
  padding: 0 0 5px;
}
footer .fotrnav ul li i {
    margin: 0 10px 0 0;
    color: #d82858;
}
footer .fotrnav ul li a {
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
}
footer .fotrnav ul li a:hover {
  color: #e4a12a;
}
footer .fotrnav ul li a img {
  margin: 10px 0 0;
}
footer .fotr-btm p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  padding: 0;
}
footer .fotr-btm ul li {
  display: inline-block;
  padding: 0;
  margin: 0 10px;
}
footer .linewrp {
  border-top: 1px solid #ffffff96;
}
.secnd-fold {
  padding: 0 0 40px;
  margin: -90px 0 0;
  position: relative;
}
.belowform h2,
.belowform p,
.secnd-fold .col-md-6.my-auto {
  text-align: left;
}
.ap-sec h2,
.ap-sec p,
.form-wrap h1,
.mybanform,
.order-form .close-icon,
.srvces-slides .slick-dots,
.ver-cta .icon-call,
.whatsapp,
.whyus {
  text-align: center;
}
.secnd-fold .imgwrp img {
  width: 120%;
}
.servicewrp {
  position: relative;
  z-index: 1;
  padding: 220px 0 250px;
}
.servicewrp.lppadd {
  padding: 150px 0 250px;
}
.servicewrp:after {
  content: "";
  position: absolute;
  background-color: #0000000f;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.mybanform {
  z-index: 10;
  position: relative;
  padding: 50px 0 0;
}
.mybanform form {
  position: relative;
  display: inline-block;
}
.ver-cta p,
.ver-cta span {
  display: inline;
  margin: auto;
}
.mybanform form .wrap {
  font-size: 0;
  width: 100%;
  border-radius: 10px;
  display: block;
  position: relative;
  height: 70px;
}
.mybanform form .wrap .dtf {
  display: inline-block;
  vertical-align: top;
  width: 27%;
}
.round {
  border-radius: 10px 0 0 10px;
}
.mybanform form .wrap .dtf.posrelative {
  width: 17%;
}
.mybanform form .wrap .dtf input[type="email"],
.mybanform form .wrap .dtf input[type="number"],
.mybanform form .wrap .dtf input[type="text"] {
  background: #fff;
  border: 0;
  font-size: 14px;
  height: 70px;
  width: 100%;
  padding: 20px;
  border-right: 1px solid #e8e9eb;
  color: #000;
  outline: 0;
}
.mybanform form .wrap .dtf input[type="submit"] {
  font-size: 16px;
  border: 0;
  color: #fff;
  height: 70px !important;
  padding: 20px 48px;
  cursor: pointer;
  border-radius: 0 10px 10px 0;
  background-image: linear-gradient(
    to right top,
    #0569d7,
    #0858c3,
    #0948af,
    #07389c,
    #042888
  );
}
.contact-us-cta__logo-container:after {
  content: "Confidential Engagements";
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.banner-form .intl-tel-input,
.flexiblefeatures-sec figure img,
.form-box-main form .intl-tel-input,
.form_wrap .analyzeform form .dtf,
.free-consult .form label.full,
.head-img img,
.intl-tel-input,
.lp-secwrp .imgwrp ul li img,
.mypopup-innerwrap .form_wrap .hero_form .col-md-6,
.mypopup-innerwrap .form_wrap .hero_form .col-sm-6 {
  width: 100%;
}
.our-ser-bnnr {
  padding: 260px 0 140px;
}
.our-ser-bnnr h2 {
  color: #fff;
  padding: 0 0 20px;
}
.our-ser-bnnr .txtwrp ul li {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 35%;
  position: relative;
  padding: 0 0 7px 20px;
}
.our-ser-bnnr .txtwrp ul li:after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}
.our-testi {
  padding: 60px 0;
  background-color: #f0f0f0;
}
.our-testi .mainwrp {
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  margin: 0 0 40px;
}
.btn::after,
.btn:link,
.btn:visited {
  border-radius: 100px;
  display: inline-block;
}
.our-testi .mainwrp p {
  color: #222;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #ada2a261;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
.field-btn input[type="submit"],
header.lp-header .navwrp ul li a.btnwrp {
  color: #fff !important;
  background-image: linear-gradient(to right top, #fe2756, #302c5f, #302c5f, #302c5f, #fe2756);
}
.our-testi .mainwrp .namwrp {
  display: inline-block;
}
.our-testi .mainwrp .namwrp h4 {
  font-size: 17px;
  color: #000;
  padding: 0;
}
.our-testi .mainwrp .namwrp h6 {
  color: #6c7b86;
  font-size: 14px;
  padding: 6px 0 0;
}
.our-testi .mainwrp .namwrp span {
  color: #ffdd65;
  font-size: 16px;
}
.our-testi .mainwrp .imawrp {
  display: inline-block;
  width: 50%;
  float: right;
}
.our-testi .mainwrp .imawrp img {
  width: 50%;
  border-radius: 50%;
  float: right;
}
.our-testi .mainwrp:hover {
  box-shadow: 0 0 20px 1px #d2d2d2bf;
  z-index: 2;
  -webkit-transition: 0.2s ease-in;
  -webkit-transform: scale(1.05);
  -ms-transition: 0.2s ease-in;
  -ms-transform: scale(1.05);
  -moz-transition: 0.2s ease-in;
  -moz-transform: scale(1.05);
  transition: 0.2s ease-in;
  transform: scale(1.05);
}
.whatsapp {
  width: 50px;
  height: 51px;
  color: #fff;
  display: block;
  border-radius: 100%;
  font-size: 34px;
  position: fixed;
  bottom: 8%;
  left: 20px;
  z-index: 9999;
  box-shadow: 4px 5px 14px 0 rgb(37 0 22 / 27%);
  padding: 0;
  animation: 0.5s infinite alternate scrollDownAnimation;
  -webkit-animation: 0.5s infinite alternate scrollDownAnimation;
  background: #00e676;
  background: -moz-linear-gradient(left, #ea018e 0, #9b2c92 100%);
}
.btmform .imgwrp,
.btn-white,
.btn-white::after,
button#backbtn:hover {
  background-color: #fff;
}
@keyframes scrollDownAnimation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes scrollDownAnimation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
.btn:link,
.btn:visited {
  text-decoration: none;
  padding: 10px 25px;
  transition: 0.2s;
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgb(7 59 159);
  color: #fff;
}
.btn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.btn-white {
  color: #fff;
  background-image: linear-gradient(
    to right top,
    #0569d7,
    #0858c3,
    #0948af,
    #07389c,
    #042888
  );
}
.btn::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.4s;
}
.boxiesng:hover,
.cta2 .wrap a:hover,
.floatbutton.active {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
.btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}
.btn-animated {
  animation: 5s ease-out backwards moveInBottom;
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.blink {
  animation: 1s step-start infinite blinker;
}
@keyframes blinker {
  50% {
    color: #fa130d;
  }
}
.btmform {
  z-index: 2;
  position: relative;
  padding: 60px 0 0;
}
.btmform .wrapper {
  box-shadow: 1px 1px 18px 0 rgb(0 0 0 / 20%), 0 2px 25px -5px rgb(0 0 0 / 10%),
    1px 5px 1px rgb(0 0 0 / 5%);
  height: 95%;
  width: 100%;
  padding: 60px 0 0 30px;
  background: #fff;
  margin: 30px 0 80px;
  position: relative;
}
.form-sec {
  height: 500px;
}
.ver-cta {
  height: 100%;
  background-image: linear-gradient(
    to right top,
    #0569d74a,
    #0858c33b,
    #0948af63,
    #07389c7a,
    #04288870
  );
}
.ver-cta .box {
  width: 500px;
  position: absolute;
  transform: rotate(90deg);
  right: -120px;
  top: 245px;
  display: none;
}
.ver-cta p {
  color: #fff;
  font-size: 17px;
  padding: 0;
}
.ver-cta .icon-call {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  padding-top: 11px;
  margin: 0 25px;
}
.ver-cta .icon-call img {
  margin: auto;
  transform: rotate(-90deg);
}
.ver-cta span {
  color: #ffc800;
  font-size: 21px;
  font-weight: 500;
}
.sec-left {
  width: 80%;
}
.sec-right {
  position: absolute;
  top: 30px;
  width: 20%;
  height: 95%;
  right: 9px;
  background-image: url(../images/form.png);
}
.contact-pg ul li a.highlight {
  color: #6325f6;
  text-decoration: underline;
}
.main-privacy-sec {
  padding: 60px;
}
.srvces-slides .slick-dots {
  bottom: -50px;
  right: 4.2%;
}
.srvces-slides .slick-dots li button {
  background-color: #e1e3e4;
  border-radius: 0;
  height: 10px;
  width: 10px;
}
.appr-warp .box-wrap figure,
.margin-bottom-20 {
  margin-bottom: 20px;
}
.srvces-slides .slick-dots li.slick-active button {
  background-color: #5a7797;
}
.srvces-slides .li img {
  display: inline-block;
  border-radius: 0;
  outline: 0;
  width: 100%;
}
.field input,
.field select,
.field-msg textarea {
  background-color: #f0f0f0;
  padding: 15px;
  border: 0;
  color: #9b9fa6;
  outline: 0;
}
.banner-cont {
  margin-top: 150px;
  position: relative;
  z-index: 9;
}
.new-margin-cont {
  margin-top: 220px;
}
.banner-img {
  margin-top: 100px;
}
.banner-img img {
  width: 90%;
  transform: scale(1.3);
  margin-left: 50px;
}
.mainbannerslider {
  padding-top: 150px;
}
.mainbannerslider .slick-list {
  overflow: unset;
}
.field {
  padding: 5px 0 10px 5px;
}
.field input,
.field select {
  width: 100%;
  border-radius: 35px;
  border: 1px solid #9b9fa673;
  border: 1px solid #9b9fa640;
}
.whyus {
  background: #4362ff;
  color: #fff;
  padding: 80px 0;
  background-size: cover !important;
}
.field-msg {
  padding: 5px 5px 5px 0;
}
.field-msg textarea {
  width: 90%;
  overflow: hidden;
  border-radius: 15px;
  height: 193px;
  margin: 0;
  border: 1px solid #9b9fa640;
  resize: none;
}
.brief_form input[type="file"],
.field-msg textarea:focus {
  border: 0;
}
.field-btn input[type="submit"] {
  font-size: 16px;
  background-color: #4362ff;
  border-radius: 35px !important;
  padding: 15px 50px;
  font-weight: 500;
  display: inline-block;
  border: none;
  margin: 10px 0 0;
  width: 90%;
  height: auto;
}
.btmform .imgwrp i {
  color: #075ac6;
  font-size: 30px;
  padding: 8px 0 0 11px;
}
.btmform .imgwrp {
  border-radius: 50%;
  height: 45px;
  width: 45px;
}
.btmform .second-sec-cont h2 {
  font-size: 32px;
  margin: -15px 0 0;
}
.overlay {
  background: rgba(0, 0, 0, 0.8);
  z-index: 99998;
  margin: auto;
  display: none;
}
.home-logo-clint {
  background-image: linear-gradient(
    to right top,
    #0569d7,
    #0858c3,
    #0948af,
    #07389c,
    #042888
  );
  top: 0;
}
.order-form {
  position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 1200px;
    height: auto;
    z-index: 9999999;
    overflow: visible;
    display: none;
    border-radius: 4px;
    max-width: 90%;
    max-height: 97%;
    overflow: hidden;
    border-radius: 30px;
    align-items: stretch;
}
.order-form .close-icon {
  position: absolute;
  left: -15px;
  top: 0;
  font-size: 18px;
  z-index: 99999;
  cursor: pointer;
  color: #fff;
  background: #334ed0;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.order-form .free-consult {
  position: relative;
  width: 100%;
  z-index: 999999;
  padding: 80px 0 0;
  background-image: url(../images/popup.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 510px;
}
.bnr-inpfild [type="submit"],
.form-box-main form input[type="submit"],
.form_wrap .analyzeform form input[type="submit"],
.lp-secwrp .txtwrp h2:after,
.serv-tab .navwrp .tabbing-links li.current {
  background-image: linear-gradient(to right top, #fe2756, #302c5f, #302c5f, #302c5f, #fe2756);
}
.order-form .free-consult .form textarea {
  height: 100px;
  margin-top: 0;
}
.order-form .free-consult .pkg-dt {
  margin-top: 10px;
  margin-bottom: 10px;
}
.order-form .free-consult .pkg-dt .pkg-price {
  font-weight: 800;
}
.grecaptcha-badge:hover {
  left: 0;
  z-index: 999;
}
_::-webkit-full-page-media,
_:future,
:root .get-a-quote-pg .free-consult .form select {
  color: #a7a7a7;
  background: #f3f5fe;
  -webkit-appearance: none;
}
.free-consult .form input[type="email"],
.free-consult .form input[type="text"],
.free-consult .form select,
.free-consult .form textarea {
  font-family: inherit;
}
.primary-btn {
  background: #14aae7;
  background: -moz-linear-gradient(top, #14aae7 0, #3945d7 100%);
  background: -webkit-linear-gradient(top, #14aae7 0, #3945d7 100%);
  background: linear-gradient(to bottom, #e88120 0, #e43f41 100%);
  color: #fff;
}
h2.text-center.pkg-name {
  color: #fff;
  font-size: 32px;
}
.bnr-inpfild input,
.bnr-inpfild select,
.bnr-inpfild textarea {
  width: 100%;
  padding: 10px;
  margin: 0 0 18px;
  border-radius: 6px;
  border: 1px solid #dad4d4;
  color: #333;
  height: 47px;
  background: #ffffff00;
  font-size: 12px;
  appearance: auto;
}
.closingPopUpSha .popupCont .popup-all-cont .priceCard1-price h6 {
  font-size: 1.2em;
  color: #FD4C16;
  font-weight: 600;
  line-height: 0.9;
  padding: 0;
}

.left-img {
  padding-bottom: 15px;
}

.closingPopUpSha .popupCont .popup-all-cont .priceCard1-price span {
  margin-top: 0;
}

.closingPopUpSha .popupCont .popup-all-cont .priceCard1-price {
  justify-content: center;
  /*padding: 10px 0;*/
}
.closingPopUpSha .closingPopUpSha-main {
    display: flex;
    align-items: stretch;
    width: 60%;
}
.closingPopUpSha .popupImage {
    width: 50%;
    position: relative;
}
.closingPopUpSha .popupImage img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px 0 0 30px;
}
.closingPopUpSha .popupCont {
    width: 50%;
    padding: 10px 30px;
    background: #EFEFEF;
    position: relative;
    border-radius: 0 30px 30px 0;
}

.closingPopUpSha .popupCont .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-image: linear-gradient(to right top, #fe2756, #302c5f, #302c5f, #302c5f, #fe2756);
}
.closingPopUpSha .popupCont .close-btn i {
    font-size: 30px;
    font-weight: 400;
}
.closingPopUpSha .popupCont .popup-all-cont {
    padding-top: 55px;
    background: #fff;
}
.closingPopUpSha .popupCont .popup-all-cont h5 {
    color: #333;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    padding: 0 30px;
    padding-bottom: 30px;
}
.closingPopUpSha .popupCont .popup-all-cont .priceCard1-price {
    justify-content: center;
}
.leadforms-embd-form input, .leadforms-embd-form textarea {
    font-family: Avenir, sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #6d6e7a !important;
    border: 1px solid #d1d7e0 !important;
    border-radius: 3px !important;
    outline: none !important;
    display: block !important;
    width: 100% !important;
    background-color: transparent !important;
    box-shadow: 0 .17647rem .29412rem #0000000d !important;
    box-sizing: border-box !important;
    position: relative;
    z-index: 2;
    transition: all .1s ease-out;
    padding: 10px 10px;
    margin-bottom: 10px !important;
}
.leadforms-embd-form textarea {
    height: 100px;
    margin-top: 10px;
}
.leadforms-embd-form input[type="submit"] {
    background-image: linear-gradient(to right top, #fe2756, #302c5f, #302c5f, #302c5f, #fe2756);
    color: #fff !important;
}
.priceCard1-price {
    display: flex;
    align-items: center;
    gap: 8px;
}
.closingPopUpSha .popupCont .popup-all-cont .priceCard1-price h6 {
    font-size: 1.2em;
    color: #f12756;
    font-weight: 600;
    line-height: 0.9;
    padding: 0;
}
.closingPopUpSha .popupCont .popup-all-cont .priceCard1-price span {
    margin-top: 0;
}

.priceCard1-price span {
    font-size: 12px;
    font-weight: 400;
    margin-top: 0px;
    flex-wrap: wrap;
    gap: 3px;
    text-align: center;
}
.priceCard1-price span {
    border-radius: 15px;
    background: #ECECEC;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
}
#leadforms-embd-form, .leadforms-embd-form {
    width: 100%;
    height: fit-content;
}
.jinfFn {
    color: rgb(51, 51, 51);
    font-family: Avenir, sans-serif;
    width: 100%;
}
.leadforms-general-wrapper {
    font-family: Avenir, sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 16px;
    box-sizing: border-box;
}
.leadforms-form-body-wrapper {
    position: relative;
    flex: 1;
}
.priceCard1 {
  border-radius: 30px;
  background: #FFF;
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.priceCard1:hover {
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.1);
}
.priceCard1-top h6 {
  color: #2A3342;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.6px;
  padding-bottom: 10px;
}
.priceCard1-top p {
  color: #8896AB;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}
.priceCard1-price {
  display: flex;
  align-items: center;
  gap: 8px;
}
.priceCard1-price h6 {
    color: #141323;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1.8px;
    margin-bottom: -20px;
}
.priceCard1-price span {
    border-radius: 15px;
    background: #ECECEC;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
}
 .priceSec1-nav ul {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.priceSec1-nav {
    padding-bottom: 30px;
    padding-top: 40px;
}
 .priceSec1-nav ul li.active,  .priceSec1-nav ul li.current {
    background-image: linear-gradient(to right top, #fe2756, #302c5f, #302c5f, #302c5f, #fe2756);
    color: #fff;
}
#PopUpSha2{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.7);
    z-index:99999;
    align-items:center;
    justify-content:center;
}
.priceSec1-nav ul li {
    border: 1px solid #ffffff;
    padding: 1.5rem 2rem 1.2rem;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    margin: 0 8px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #fff;
}
.priceCard1-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.priceCard1-body h6 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.priceCard1-body ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding-right: 5px;
}
.priceCard1-body ul li {
  display: flex;
  gap: 15px;
  color: #556987;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.priceCard1-body ul li i {
  color: #00B67A;
}
.priceCard1-btn {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.themeBtn {
    border-radius: 30px;
    background-image: linear-gradient(to right top, #fe2756, #302c5f, #302c5f, #302c5f, #fe2756);
    display: inline-flex;
    padding: 20px 50px 17px;
    align-items: center;
    gap: 12px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 0.8;
}
.telBtn {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 0.8;
}
.priceCard1-body ul {
    max-height: 218px;
    overflow: hidden;
    overflow-y: scroll;
}
.rowGap42 {
    row-gap: 42px;
}
.form-wrap {
    background: #fff;
    color: #fff;
    padding: 30px 20px;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
    border: 1px solid #000;
    position: relative;
    z-index: 9;
}

.bnr-inpfild [type="submit"] {
  color: #fff;
  border-radius: 22px;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  border: 0;
  outline: 0;
}
.floatbutton .clickbutton,
.submit {
  font-family: Poppins, sans-serif;
  cursor: pointer;
}
.form-wrap h1 {
    font-size: 30px;
    margin: 0 0 5px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
}
.form-wrap h1 span {
    display: block;
    color: #c02859;
}
.form-wrap h3 {
    color: #c02859;
    text-align: center;
    font-size: 20px;
    margin: 0 0 26px;
    font-weight: 400;
}
.form-wrap::before {
    content: "LIMITED TIME OFFER";
    padding: 5px 20px;
    font-size: 12px;
    color: #fff;
    transform: rotate(-90deg);
    left: -109px;
    top: 100px;
    letter-spacing: 2px;
    position: absolute;
    background-color: #c02859;
    font-weight: 600;
}
.bnr-inpfild .intl-tel-input {
  margin-bottom: 18px;
}
.bnr-inpfild textarea {
  height: 100px;
  resize: none;
  color: #000;
}
section.flexiblefeatures-sec {
  padding: 60px 0 70px;
  background: #f3f5f7;
}
.flexiblefeatures-sec h5 {
  color: #0857c1;
  margin-top: 0;
  font-size: 16px;
  padding: 5px 15px;
  background: #73a9f338;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 20px;
  font-weight: 400;
}
.flexiblefeatures-sec h2 {
  color: #000;
  padding: 0 0 20px;
  font-size: 48px;
}
.flexiblefeatures-sec p {
  color: #74757a;
  font-size: 16px;
  padding-bottom: 0;
  line-height: 1.2;
}
.flexiblefeatures-sec ul {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 40px;
}
.flexiblefeatures-sec ul li figure img {
  width: auto;
  margin-right: 15px;
}
.flexiblefeatures-sec ul li figure {
  width: 20%;
  float: left;
  height: auto;
  margin: 0 10px 0 0;
}
.flexiblefeatures-sec ul li {
  clear: both;
  width: 100%;
  display: inline-block;
  height: auto;
  padding: 0 0 40px;
}
.flexiblefeatures-sec ul li .txt-wrap h4 {
  font-size: 18px;
  color: #2c2c2c;
  font-family: var(--secondary-font-family);
  font-weight: 700;
}
.flexiblefeatures-sec ul li .txt-wrap p {
  color: #777;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300 !important;
  height: 54px;
}
.ap-sec h2 {
  color: #000;
  padding: 60px 0 10px;
  font-size: 48px;
}
.ap-sec p {
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 500;
}
.box-boxi.boxiesnghome {
  min-height: 300px;
}
.appr-warp .box-wrap {
  padding: 20px 35px;
  text-align: left;
}
.boxiesng {
  height: 290px;
}
.box-boxi {
  padding: 40px 20px;
  border-radius: 18px;
  min-height: 350px;
  box-shadow: 0 1px 14px 0 #00000047;
}
.appr-warp .box-wrap figure img {
  max-width: 76px;
}
.appr-warp .box-wrap h4 {
  color: #2c2c2c;
  font-family: var(--secondary-font-family);
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.appr-warp .box-wrap p {
  color: #74757a;
  font-size: 15px;
  line-height: 1.4;
  padding: 10px 18px 0 0;
  text-align: left;
}
.list-scroll1 {
  height: 100px;
  overflow-y: scroll;
}
.appr-warp {
  margin: 0 auto;
  width: 85%;
  padding: 0 0 70px;
}
.list-scroll1::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
.list-scroll1::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0px;
  border-left: 1px solid #fff;
}
.boxiesng:hover,
.cta2 .wrap a:hover {
  transform: translateY(-0.625rem);
  transition: 0.4s;
}
.dropdown {
  position: relative;
  display: inline-block;
  padding: 0 0 35px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background: #fff;
  min-width: 170px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  z-index: 1;
  transition: 0.5s ease-in-out;
  width: 220px;
  height: 235px;
}
.dropdown:hover .dropdown-content {
  top: 45px;
  display: block;
}
ul.dropdown-content {
  text-align: left !important;
}
ul.dropdown-content li {
  border-bottom: 1px solid #dededed1;
  width: 100%;
  padding: 11px 30px;
  margin: 0 !important;
  position: relative;
}
ul.dropdown-content li a:hover {
  color: #084db5 !important;
  padding: 10px 0 0 5px;
  transition: 0.4s ease-in-out;
}
ul.dropdown-content li:hover a:after {
  left: -20px;
  transition: 0.8s ease-in-out;
  opacity: 1;
  top: 18px;
  bottom: auto;
}
ul.dropdown-content li a:after {
  content: "";
  transition: 0.8s ease-in-out;
  content: "";
  background: #0664d1;
  height: 2px;
  width: 17px;
  position: absolute;
  left: -36px;
  top: 18px;
  opacity: 0;
  bottom: auto;
}
.tabs-web-dsgn li.hk_web_height {
  height: 400px;
  overflow: hidden;
  background-size: 400px;
  border-radius: 10px;
  background-repeat: no-repeat;
  position: relative;
}
li.hk_web_height::before {
  content: "+";
  font-family: "FontAwesome 5";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 82px;
  color: #000;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.lp-secwrp .imgwrp,
.lp-secwrp .imgwrp ul {
  display: block;
  text-align: center;
}
li.hk_web_height:hover::before {
  opacity: 1;
}
.tabs-web-dsgn li.hk_web_height:hover,
li.hk_web_height:hover {
  transform: scale(1.03);
}
header.lp-header {
  padding: 0;
  position: absolute;
  background-image: unset;
  background-color: #1c1e36;
}
header.lp-header .logowrp img {
  position: relative;
  width: 100%;
}
header.lp-header .navwrp {
  background: #fff;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 7% 100%);
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.lp-secwrp .txtwrp h2,
.lp-secwrp .txtwrp ul li {
  color: #fff;
  position: relative;
}
header.lp-header .navwrp li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
header.lp-header .navwrp ul li a.btnwrp {
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: 500;
  background-color: #8a2be2;
  font-size: 15px;
}
.lp-secwrp {
  padding: 14% 0 60px;
  background-image: url(../images/banner-bg-lp.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.lp-secwrp .txtwrp h2:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.lp-secwrp .txtwrp p {
  color: #fff;
  padding: 30px 0 0;
}
.lp-secwrp .txtwrp ul li {
  display: inline-block;
  margin: 0 30px;
  font-size: 16px;
}
.lp-secwrp .txtwrp ul li:after {
  content: "\f058";
  position: absolute;
  font-family: FontAwesome;
  left: -21px;
  color: #62d43c;
}
.lp-logoswrp {
  background-image: unset;
  padding: 50px 0 0;
  border-top: unset;
  top: 0;
}
.social-counts,
.social-left {
  background: #fff;
  position: relative;
}
.lp-secwrp .imgwrp ul {
  margin: 0 0 50px;
}
.lp-secwrp .imgwrp ul li {
  display: inline-block;
  padding: 0;
  margin: 0 30px;
}
.lp-secwrp .imgwrp a.btn-main {
  margin: 0 auto;
  text-align: center;
}
.social-counts {
  box-shadow: 3px 5px 8px 1px rgb(132 132 132 / 17%);
  height: 100px;
  overflow: hidden;
  margin: 0 0 130px;
}
.social-left {
  float: left;
  width: 20%;
  padding: 24px 60px 0 0;
  text-align: left;
  height: 96px;
  font-size: 15px;
  line-height: 18px;
}
.social-left p {
  background: #fff !important;
  font-weight: 700;
  font-size: 13px;
}
.ban-form input,
.ban-form textarea {
  font-weight: 400;
  outline: 0 !important;
}
.social-right {
  float: left;
  width: 78%;
  margin: 0 0 0 20px;
}
html {
  scroll-behavior: smooth;
}
.conbowrp .mainpkge ul li:before {
  content: "✔";
  position: absolute;
  font-family: "Font Awesome 5 Brands";
  left: -26px;
  top: -4px;
  color: #3cca19;
  font-size: 16px;
}
a.hk_load {
  background: #fff;
  color: #000;
}
.videocustom {
  background-color: #fbfdfa !important;
}
video#myVideo {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.serv-tab {
  padding: 40px 0 70px;
}
.serv-tab .navwrp .tabbing-links {
  text-align: center;
  margin: 20px auto 40px;
  border-radius: 20px;
}
.serv-tab .navwrp .tabbing-links li {
  display: inline-block;
  color: #000;
  font-size: 16px;
  transition: 0.3s;
  cursor: pointer;
  padding: 10px 40px;
  border-radius: 20px;
  font-weight: 600;
}
.serv-tab .navwrp .tabbing-links li.current {
  border-bottom: 1px solid;
  padding: 10px 40px;
  border-radius: 20px;
  margin-right: 10px;
  color: #fff;
  font-weight: 600;
}
.serv-tab .imgport {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
.serv-tab .imgport li {
  display: inline-block;
  width: 32%;
  margin: 0 5px 15px;
  transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
}
.serv-tab .btnwrp {
  text-align: left;
  display: block;
}
.home-bnnerwrp.servicewrp {
  height: auto;
}
.home-bnnerwrp.servicewrp .txtwrp h1 {
  background-image: unset;
  color: #fff;
  -webkit-text-fill-color: #fff;
  padding: 20px 0;
}
.contact-pg {
  padding-top: 10%;
}
.home-bnnerwrp span.overway {
  position: absolute;
  z-index: 1;
  background-color: #00000085;
  width: 100%;
  height: 100%;
  top: 0;
}
.home-bnnerwrp.servicewrp .col-md-7 .txtwrp h2 {
  background-image: unset;
  color: #fff;
  -webkit-text-fill-color: unset;
}
.form-box-main form label.field-txt {
  font-weight: 500;
  font-size: 18px;
  color: #222;
  margin: 0 0 5px;
  width: 100%;
  display: block;
  padding: 10px 0 0;
}
.form-box-main form label.field-txt span {
  color: #e60303;
}
.form-box-main form select:focus {
  border-radius: 8px 8px 0 0;
}
.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 input[type="checkbox"]:not(old),
.form-box-main form input[type="radio"]:not(old) {
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.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;
  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"] {
  margin-top: 20px;
  background-color: #0031c6;
}
.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;
}
.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 .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;
}
input.checkbox {
  border: none;
}
input.error {
  border: 1px solid red !important;
}
form.cmxform .gray * {
  color: gray;
}
.orederpg #main-content {
  overflow-x: inherit;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 10px;
  color: #000;
}
.subscribe-fold {
  padding: 120px 60px 60px;
}
.order-pg {
  padding: 100px 0 120px;
}
.floatbutton.active {
  right: 0;
  z-index: 9;
  transition: 0.4s;
}
.floatbutton,
.floatbutton .clickbutton .crossplus {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
.floatbutton {
  transition: 0.4s;
  position: fixed;
  right: -370px;
  top: 16%;
  font-size: 0;
  width: 420px;
  z-index: 9;
}
.floatbutton .clickbutton {
  border-radius: 30px 0 0 30px;
  background: #fff;
  width: 50px;
  z-index: 999;
  height: 270px;
  box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  background-image: linear-gradient(to right top, #fe2756, #302c5f, #302c5f, #302c5f, #fe2756);
  margin-top: 198px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  -ms-box-shadow: 0 0 40px #00000026;
  -o-box-shadow: 0 0 40px #00000026;
}
.btns_wrap .call_wrap,
.btns_wrap .chat_wrap {
  right: -225px;
  width: 280px;
  box-shadow: 0 0 40px #00000026 !important;
  overflow: hidden;
}
.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 {
  transition: 0.4s;
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  font-size: 16px;
  color: #fff;
  left: -79px;
  white-space: pre;
  bottom: 122px;
  font-weight: 700;
}
.floatbutton .clickbutton .crossplus.rotate {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.floatbutton .clickbutton .crossplus i {
  font-size: 18px;
  color: #f43535;
  margin: 17px 0 0 15px;
}
.banner-form {
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 9;
  border-radius: 5px 0 0 5px;
  margin: 0;
  width: 370px;
  display: inline-block;
  box-shadow: 0 0 30px #0000001f;
}
.ban-form input {
  width: 100%;
  margin: 0 0 15px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
}
.banner-form h3 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}
.ban-form input[type="submit"] {
  color: #fff;
  font-weight: 600;
  background: #f43535;
  border-radius: 3px;
  text-align: center;
  background-image: linear-gradient(
    to right top,
    #0569d7,
    #0858c3,
    #0948af,
    #07389c,
    #042888
  );
  padding: 10px 15px;
  margin: 20px 0 0;
  border: transparent;
}
.ban-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 120px;
  margin: 15px 0 0;
}
.btns_wrap {
  position: fixed;
  right: -6px;
}
.btns_wrap a:hover {
  text-decoration: none !important;
  right: 0;
}
.btns_wrap .call_wrap {
  position: absolute;
  background: #fff;
  top: 120px;
  padding: 0;
  border-radius: 50px 0 0 50px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btns_wrap .call_wrap span {
  color: #333;
  font-size: 20px;
  vertical-align: middle;
  background: #fff;
  padding: 15px 20px 15px 15px;
}
.btns_wrap .chat_wrap {
  display: block;
  position: absolute;
  padding: 0;
  background: #fff;
  top: 40px;
  border-radius: 50px 0 0 50px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btns_wrap .call_wrap span.icoo,
.btns_wrap .chat_wrap span.icoo {
  color: #fff;
  background-image: linear-gradient(to right top, #fe2756, #302c5f, #302c5f, #302c5f, #fe2756);
  font-size: 18px;
  padding: 18px 20px 16px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50px 0 0 50px;
}
.btns_wrap .chat_wrap span {
  color: #333;
  font-size: 20px;
  vertical-align: middle;
  background: #fff;
  padding: 15px 30px 15px 15px;
}
.mypopup-wrap.active {
  position: fixed;
  top: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
}
.mypopup-wrap {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 800px;
  height: 600px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  bottom: 0;
  margin: auto;
  z-index: 99999;
  overflow: hidden;
}
.mypopup-wrap .mypopup {
  border-radius: 10px;
  font-size: 0px;
  background: #fff;
}
.mypopup-wrap .mypopup .left {
  width: 50%;
  display: inline-block;
  overflow: hidden;
  background: #386163;
  vertical-align: middle;
}
.mypopup-wrap .mypopup .left figure {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.mypopup-wrap .mypopup .left figure img {
  margin-left: 0;
  margin-top: 0;
  width: 100%;
  height: 590px;
  object-fit: cover;
}
.mypopup-wrap .mypopup .right {
  width: 50%;
  padding: 19px 20px;
  display: inline-block;
  vertical-align: middle;
}
.mypopup-wrap .mypopup .right .closebutton {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transform: rotate(45deg);
  right: 20px;
  top: 20px;
}
.mypopup-wrap .mypopup .right .closebutton:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  top: 0;
  background: #000;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}
.mypopup-wrap .mypopup .right .closebutton:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 20px;
  top: 0;
  left: 0;
  background: #000;
  display: block;
  bottom: 0;
  margin: auto;
}
.mypopup-wrap .mypopup .right .mypopup-innerwrap {
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.mypopup-wrap .mypopup .right .mypopup-innerwrap h3 {
  font-size: 26px;
  line-height: 1;
}
.mypopup-wrap .mypopup .right .mypopup-innerwrap h3 span {
  font-size: 38px;
  display: block;
  font-weight: 900;
  color: #edad0d;
  margin-top: 5px;
  margin-bottom: 10px;
}
.mypopup-innerwrap .form_wrap {
  padding: 20px 15px;
}
.mypopup-innerwrap .form_wrap .hero_form .form-control {
  border-radius: 10px;
  border: 1px solid #b9b8b8;
}
.mypopup-innerwrap .form_wrap .hero_form .form-control:focus {
  border: 1px solid #5d03db;
}
.mypopup-innerwrap .form_wrap #quoteForm textarea.form-control {
  min-height: 85px;
}
.mypopup-innerwrap .form_wrap .hero_form #quoteSubmit {
  border-radius: 10px;
  min-width: 100%;
}
.hero_form .field-mergedleft {
  padding-left: 15px;
}
.hero_form .field-mergedright {
  padding-right: 15px;
}
.mypopup-innerwrap .form_wrap .hero_form .margin-bottom-20 {
  margin-bottom: 10px;
}
.submit:hover {
  background-color: #1f1f1f;
}
.submit {
  border: 0;
  font-size: 18px;
  color: #fff;
  line-height: 2;
  padding: 15px 80px;
  outline: 0;
  transition: background-color 0.3s;
  border-radius: 35px;
  background: #000;
  background-image: linear-gradient(to right top, #0569d7, #042888);
}
.eggoffer,
.eggoffer.show {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  position: fixed;
}
.overlay {
  background: #0000006b;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
}
.eggoffer.show {
  bottom: 8px;
  transition: 0.4s;
}
.eggoffer {
  width: 150px;
  cursor: pointer;
  transition: 0.4s;
  bottom: 10px;
  left: 8px;
  z-index: 999;
  overflow: hidden;
}
.cta2 .wrap .gt-strt,
.wrap .new-cta {
  font-size: 18px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  margin-right: 20px;
  font-weight: 500;
  float: left;
}
.cursor,
.cursor-follower {
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  mix-blend-mode: exclusion;
}
.eggoffer .top {
  position: relative;
  z-index: -1;
}
.eggoffer .top figure img {
  opacity: 1;
  width: 100%;
}
.eggoffer .bottom {
  cursor: pointer;
  padding: 16px 5px;
  border-radius: 5px;
  background: #16a07d;
}
.eggoffer .bottom h3 {
  font-size: 14px;
  margin: 0;
  color: #fff;
}
.eggoffer .bottom span {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  width: 100%;
  padding-top: 6px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  text-shadow: 0 2px 2px #666;
}
.form_wrap .analyzeform form input[type="submit"] {
  width: 100%;
  margin: 10px 0 0;
  text-align: center;
  border-radius: 4px;
}
.free-consult .form label.error,
.mypopup-wrap .easter {
  display: none !important;
}
.overlay-bg.vis {
  display: block !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 0 10px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 13px 15px;
  color: gray;
  font-size: 13px;
  height: 50px;
  font-weight: 400;
  outline: 0 !important;
}
.brief_form ul li,
.brief_form ul li.done {
  width: 25%;
  padding: 20px 0;
  border-right: 1px solid #dadada;
}
.mypopup-innerwrap h2 {
  font-size: 34px;
  display: block;
}
.mypopup-innerwrap h2 span {
  display: block;
  color: #094cb3;
}
.fancybox-content {
  width: 100% !important;
  height: 100% !important;
}
.mygrid {
    padding: 30px 20px;
    background-image: linear-gradient(to right top, #fe2756, #302c5f, #302c5f, #302c5f, #fe2756);
    width: 100%;
    margin: 40px auto 150px;
    position: relative;
    border-radius: 0;
    height: 245px;
}
.cta2 .wrap h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
  text-align: left;
}
.cta2 .wrap h3 {
  text-align: left;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.cta2 .wrap .gt-strt {
  padding: 10px 30px;
  color: #000;
  display: inline-block;
  border-radius: 35px;
  background: #fff;
  transition: 0.4s;
  border: none;
}
.cta-img img {
  position: absolute;
  content: "";
  top: -86px;
  right: 0;
}
.wrap .new-cta {
  padding: 10px 30px;
  display: inline-block;
  border-radius: 35px;
  background: 0 0;
  border: 1px solid #fff !important;
  color: #fff;
  transition: 0.4s;
}
.brief_form:after,
.brief_form:before {
  margin: auto;
  width: 20%;
  height: 100%;
  background-position: center;
  opacity: 0.1;
  background-size: cover;
  bottom: 0;
}
li.dropdown:after {
  content: "\f107";
  color: #fff;
  font-size: 16px;
  font-family: FontAwesome;
  font-weight: 900;
}
h2.tag-best2:after,
h2.tag-best:after {
  bottom: 20px;
  left: 480px;
  color: #144bbd;
  width: 250px;
  height: 211px;
  background-size: 90%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  content: "";
}
header .nav-lp ul li a:hover {
  color: #0956c0;
}
h2.tag-best:after {
  background-image: url(../images/banner-badge02.png);
}
h2.tag-best2:after {
  background-image: url(../images/banner-badge2.png);
}
.brief_form {
  position: relative;
  padding: 60px 0 140px;
}
.brief_form:before {
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-image: url(../images/left.html);
}
.brief_form:after {
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-image: url(../images/right.html);
}
.brief_form .briefleft {
  height: 1000px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  background-position: 50%;
  background-color: #f0f6f6;
}
.brief_form .briefleft h1 {
  font-size: 40px;
  font-weight: 700;
  max-width: 70%;
  padding: 30px;
}
.brief_form ul {
  display: flex;
  padding: 0;
  text-align: center;
  margin: 0 0 25px;
}
.brief_form ul li {
  display: inline-block;
  text-align: center;
  position: relative;
  color: #4c4c4c;
  background: #dfe1e3;
  background: -moz-linear-gradient(top, #dfe1e3 0, #bec5cc 100%);
  background: -webkit-linear-gradient(top, #dfe1e3 0, #bec5cc 100%);
  background: linear-gradient(to bottom, #dfe1e3 0, #bec5cc 100%);
}
.brief_form ul li.done {
  display: inline-block;
  text-align: center;
  background: #28a745;
  position: relative;
  color: #fff;
}
.brief_form ul li:last-child {
  border-right: 0px;
}
.brief_form ul li i {
  display: block;
  color: #4c4c4c;
  font-size: 28px;
  margin: 0 0 5px;
}
.brief_form ul li i.chcked {
  top: 0;
  z-index: 1;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 16px;
  display: inline-block;
}
.brief_form ul li.active {
  background: #14aae7;
  background: -moz-linear-gradient(top, #14aae7 0, #3945d7 100%);
  background: -webkit-linear-gradient(top, #14aae7 0, #3945d7 100%);
  background: linear-gradient(to bottom, #14aae7 0, #3945d7 100%);
}
.brief_form .col-md-12,
.brief_form .col-md-6 {
  margin: 7px 0;
}
.brief_form h2 {
  font-size: 34px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 20px;
  color: #000;
  text-align: left;
}
.brief_form h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  border-bottom: 1px solid #b2b9c1;
  padding: 0 0 11px;
  color: #484848;
}
.brief_form input[type="text"],
.brief_form textarea {
  width: 100%;
  margin: 0 0 10px;
  font-size: 14px;
  background: #eff5f5;
  font-weight: 400;
}
.brief_form input[type="text"] {
  border: 1px solid #e3f1f1;
  padding: 18px 10px;
  color: #000;
  height: 50px;
  border-radius: 5px;
}
.brief_form textarea {
  border: 0;
  border-bottom: 0 solid #b2b9c1;
  padding: 18px 13px;
  color: #000;
  height: 120px;
  border-radius: 5px;
}
.brief_form .form-group {
  display: inline-block;
  width: 21%;
  margin: 4px 15px;
}
.brief_form .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.brief_form .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
}
.brief_form .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #b2b9c1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.brief_form .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 6px;
  height: 10px;
  border: solid #86279b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.brief_form .files {
  background: #eff5f5;
  text-align: center;
  margin: 0 15px;
  height: 80px;
  padding: 10px 0;
  border-radius: 5px;
}
.brief_form #project-contactwew-us-button {
  padding: 10px 30px;
  border-radius: 4px;
  background: #14aae7;
  background: -moz-linear-gradient(top, #14aae7 0, #3945d7 100%);
  background: -webkit-linear-gradient(top, #14aae7 0, #3945d7 100%);
  background: linear-gradient(to bottom, #14aae7 0, #3945d7 100%);
  color: #fff;
  margin: 30px 0 0;
}
.seosteps .btnwrp {
  padding: 70px 0 0;
}
.belowform img {
  max-width: 100%;
}
.belowform {
  padding: 170px 0 150px;
}
.form-box-main h2 {
  width: 100%;
  line-height: 1.2;
  color: #000;
  text-align: left;
}
.form-box-main p {
  text-align: left;
  font-size: 18px;
  width: 100%;
  padding-bottom: 30px;
  font-weight: 500;
  line-height: 1.4;
}
.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 select,
.form-box-main form textarea {
  width: 100%;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #b2b9c1;
  background: #fff;
  padding: 18px 15px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  height: 55px;
  border-radius: 0;
}
.form-box-main form textarea {
  width: 100%;
  margin: 0;
  padding: 8px 12px;
  height: 100px;
  resize: none;
}
.form-box-main form select {
  -webkit-appearance: auto;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #b2b9c1;
  padding: 12px 15px;
  color: #5b6b7f;
  font-size: 18px;
  font-weight: 400;
  border-radius: 0;
}
.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;
  border: 1px solid #fff;
  padding: 15px 60px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}
.form-box-main form {
  width: 100%;
  margin: 0 auto;
}
.form-box-main form .col-md-12,
.form-box-main form .col-md-6 {
  padding-bottom: 20px;
}
.free-consult {
  padding: 80px 0 115px;
}
.free-consult h2 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}
.free-consult .form input[type="email"],
.free-consult .form input[type="text"],
.free-consult .form select,
.free-consult .form textarea {
  width: 100%;
  font-size: 15px;
  color: #767676;
  font-weight: 600;
  border: 1px solid #e1e1e1;
  padding: 13px 24px;
  border-radius: 5px;
  font-family: inherit;
  margin-bottom: 14px;
  height: 50px;
}
.free-consult .form textarea {
  margin: 0;
  resize: none;
  height: 196px;
}
.free-consult .form input[type="email"].error,
.free-consult .form input[type="text"].error {
  border-color: var(--red);
}
.free-consult .form .interested-in h6 {
  font-size: 15px;
  color: var(--dark);
  font-weight: 600;
  margin: 15px 0;
}
.free-consult .form .cCheckbox {
  background: #fff;
  width: 18px;
  height: 18px;
  border: 1px solid #e1e1e1;
  float: left;
  margin: 1px 12px 0 0;
}
.free-consult .form label {
  margin: 0 0 15px;
  cursor: pointer;
  font-size: 15px;
  color: #767676;
  font-weight: 600;
  width: 33%;
}
.free-consult .form .primary-btn {
  width: 100%;
  margin-top: 0;
  padding: 13px;
  border: 0;
  cursor: pointer;
}
.hk_web_height {
  height: 400px;
  overflow: hidden;
  background-size: cover;
}
.terms-pg {
  padding: 200px 0 40px;
}
.terms-pg h1 {
  color: #094cb4;
}
.termspage {
  padding: 0 0 160px;
}
.overlap1:before {
  content: "";
  background: #011038d9;
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  z-index: 99;
}
.cursor {
  position: fixed;
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  transition: transform 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33),
    opacity 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33);
  transform: scale(1);
}
.cursor-follower {
  position: fixed;
  border: 2px solid #073ba0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  transition: transform 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33),
    opacity 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33),
    background 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33);
  transform: translate(2px, 2px);
}
.cursor.link-active {
  transform: scale(1.3);
}
.cursor-follower.link-active {
  transform: scale(1.5);
}
.shape-one {
  position: absolute;
  z-index: -1;
}
.btnpulsewhite {
  animation: 1.5s ease-in-out infinite pulseWhite;
  box-shadow: 0 0 0 0 rgba(230, 255, 255, 0.7);
}
@keyframes pulseWhite {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.btnpulseblue {
  animation: 1.5s ease-in-out infinite pulseBlue;
  box-shadow: 0 0 0 0 rgba(7, 95, 203, 0.7);
}
@keyframes pulseBlue {
  0% {
    box-shadow: 0 0 0 0 rgba(7, 95, 203, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(7, 95, 203, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(7, 95, 203, 0);
  }
}
@media (max-width: 767px) {
  .header-main.showmenu,
  header {
    z-index: 9;
  }
  .btnwrp,
  .ctawrp,
  .mobile-nav nav li,
  .top-head,
  footer .logowrp,
  header {
    padding: 0;
  }
  .pakcgewrp .navwrp .pkgeport li .mainpkge .btnwrp p,
  header.lp-header .navwrp li a {
    color: #fff;
    font-size: 12px;
  }
  .btmform .second-sec-cont h2,
  .flexiblefeatures-sec h2 {
    font-size: 30px;
  }
  .appr-warp,
  .field input,
  .field select,
  .field-msg textarea,
  .home-bnnerwrp .txtwrp ul li img,
  .sec-left,
  .secnd-fold .imgwrp img {
    width: 100%;
  }
  .cta-img,
  .cursor,
  .cursor-follower,
  .floatbutton,
  .sec-right,
  .service-cetawrp .ser-port li .imgwrp img,
  header .navtop ul li.displaynone,
  header .navwrp,
  header .navwrp ul li:nth-child(3),
  header .navwrp ul li:nth-child(4) {
    display: none;
  }
  .ap-sec h2 {
    font-weight: 700;
    font-size: 26px;
  }
  .top-head {
    margin: 10px 0;
  }
  header .navtop ul li {
    margin: 0 12px;
  }
  .home-bnnerwrp .imgwrp {
    position: relative;
    display: none;
  }
  .conbowrp .pkgehead p,
  .pakcgewrp .navwrp .pkgeport li .mainpkge .detailwrp ul li,
  footer .fotrnav ul li a,
  header .navtop ul li a {
    font-size: 14px;
  }
  .cta2 .wrap h3,
  .second-sec-cont,
  .testiwrp .txtwrp h4,
  .testiwrp .txtwrp h5,
  .testiwrp .txtwrp p,
  .testiwrp .txtwrp span,
  header .logowrp,
  header .navtop ul,
  header .navwrp ul,
  p.main-pera {
    text-align: center;
  }
  header .navtop ul li a i {
    color: #fff;
  }
  .mobile-nav-btn {
    z-index: 999;
    right: 8%;
    top: 55px;
  }
  .mobile-nav-btn span,
  .mobile-nav-btn span:after,
  .mobile-nav-btn span:before {
    background-color: #fff;
  }
  .home-bnnerwrp {
    padding: 150px 0 50px;
    text-align: center;
  }
  .btn-main,
  .btn-secnd,
  .conbowrp .mainpkge .btnwrp .btn-main,
  .conbowrp .mainpkge .btnwrp .btn-secnd {
    padding: 10px 20px;
    display: block;
    text-align: center;
  }
  .home-bnnerwrp .txtwrp ul li {
    width: 23%;
  }
  .btn-main,
  .btn-secnd {
    font-size: 18px;
    margin: 0 0 10px;
  }
  h2.main-heading {
    color: #000;
    font-size: 36px;
  }
  .secnd-fold .imgwrp {
    margin: 40px 0 0;
  }
  .cta2 .wrap h6 {
    font-size: 20px;
    text-align: center;
  }
  .home-bnnerwrp.servicewrp {
    height: auto;
    background-position: 50%;
  }
  .pakcgewrp .navwrp .pkgeport li .mainpkge .namwrp h2 {
    font-size: 20px;
  }
  .pakcgewrp .navwrp .pkgeport li .mainpkge .pricewrp h1 {
    font-size: 48px;
  }
  .conbowrp .mainpkge .navwrp h4,
  .home-bnnerwrp .txtwrp h4,
  .pakcgewrp .navwrp .pkgeport li .mainpkge .pricewrp h4 {
    font-size: 18px;
  }
  .logo-clntwerp ul li img,
  ul.partnerslider li img {
    margin: auto;
  }
  .service-cetawrp ul.tabbing-links li {
    font-size: 14px;
    display: inline-block;
    margin: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 8px 16px;
  }
  .service-cetawrp .txtwrp h2,
  .service-cetawrp ul.tabbing-links {
    margin-left: 0;
    text-align: center;
  }
  .service-cetawrp .ser-port li .mainwrp .btn-main,
  .service-cetawrp .ser-port li .mainwrp .btn-secnd {
    padding: 15px;
  }
  .service-cetawrp .ser-port li .mainwrp {
    padding: 50px 15px;
    height: auto;
    text-align: center;
  }
  .ctawrp .mainwrp {
    width: 100%;
    padding: 30px 15px 50px;
  }
  .ctawrp .mainwrp .txtwrp h2 {
    font-size: 24px;
  }
  .ctawrp .mainwrp .txtwrp p {
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
  }
  .btn-secnd {
    margin: 0 5px;
  }
  .tabs-web-dsgn li.hk_web_height {
    height: 250px;
  }
  .portfoliowrp .imgport li {
    background-size: 200px;
    width: 45%;
  }
  .portfoliowrp {
    padding: 40px 0 50px;
  }
  .portfoliowrp .btnwrp a {
    width: 90%;
    display: block;
    margin: 15px 0 0 17px;
  }
  .pakcgewrp .navwrp .pkgeport li {
    width: 95%;
    margin: 0 10px 20px;
  }
  .conbowrp .pkgehead {
    width: 100%;
    background: #0464d2;
    border-radius: 0 10px;
    margin-bottom: -30px;
  }
  .mygrid {
    width: 90%;
    margin: 0 auto 50px;
    height: auto;
  }
  .cta2 .wrap .gt-strt,
  .wrap .new-cta {
    display: block;
    width: 100%;
    font-size: 18px;
    float: none;
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  .conbowrp .pkgehead h2 {
    font-size: 23px;
  }
  .conbowrp .mainpkge .imgwrp img {
    top: -377px;
    left: 140px;
    width: 100%;
    position: static;
    padding-top: 15px;
  }
  .testiwrp {
    padding: 50px 0;
  }
  .order-form .close-icon,
  .testiwrp .imgwrp {
    left: 0;
  }
  .testiwrp .imgwrp img {
    margin-bottom: 20px;
  }
  .testiwrp .txtwrp h2 {
    font-size: 30px;
    text-align: center;
  }
  .testiwrp .txtwrp span {
    display: block;
  }
  .cta-sndwrp .txtwrp h2,
  section.btmform h2,
  section.logo-clntwerp h2 {
    font-size: 26px;
  }
  .cta-sndwrp .txtwrp p,
  section.btmform p {
    font-size: 16px;
  }
  .cta-sndwrp .btnwrp .btn-main {
    width: 90%;
    display: block;
    margin: auto;
  }
  .cta-sndwrp .btnwrp .btn-secnd {
    display: block;
    margin: 10px 20px;
  }
  .btmform .wrapper {
    padding: 30px 15px;
    border-radius: 20px;
  }
  .ver-cta .box {
    right: -213px;
  }
  .btmform .wrapper,
  .ver-cta {
    height: 90%;
  }
  footer {
    padding: 80px 0 50px;
  }
  .form-wrap {
    width: 100%;
    margin: 30px auto 40px;
  }
  .secnd-fold {
    margin: -200px 0 0;
    padding: 50px 0 40px;
  }
  .secnd-fold h2 {
    font-size: 34px;
    text-align: center;
  }
  .our-ser-bnnr {
    padding: 170px 0 70px;
  }
  .home-bnnerwrp .txtwrp h2 {
    font-size: 36px;
  }
  header .logowrp img {
    position: relative;
    bottom: 0;
    margin: 0 0 10px;
  }
  .service-cetawrp .txtwrp h2:after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .service-cetawrp .ser-port li .mainwrp p {
    font-size: 16px;
    padding: 10px 0 20px;
  }
  .cta-sndwrp,
  .service-cetawrp {
    padding: 30px 0;
  }
  .pakcgewrp .navwrp ul.tabbing-links li {
    padding: 10px 15px;
  }
  .pakcgewrp .navwrp ul.tabbing-links li.current {
    font-size: inherit;
    padding: 10px 15px;
  }
  .pakcgewrp .navwrp .pkgeport li .mainpkge .detailwrp ul {
    margin: 20px 0;
  }
  footer .fotrnav {
    margin: 0;
    padding: 0;
  }
  footer .fotrnav ul {
    margin: 0;
  }
  footer .fotr-btm {
    margin: 15px 0 0;
    text-align: center;
  }
  footer .fotr-btm p {
    font-size: 14px;
    text-align: center;
  }
  footer .fotr-btm ul {
    margin: 0;
    text-align: center;
  }
  footer .fotrnav h4 {
    font-size: 20px;
    margin: 13px 0;
  }
  .conbowrp .mainpkge .btnwrp .btn-main {
    margin: 0 0 10px;
    width: 100%;
    font-size: 17px;
  }
  .conbowrp .mainpkge .btnwrp .btn-secnd {
    margin: 0;
    width: 100%;
    font-size: 17px;
  }
  .conbowrp .mainpkge {
    padding: 50px 15px 20px;
  }
  .servicewrp.lppadd {
    padding: 150px 0 160px;
  }
  .order-form {
    width: calc(100% - 15px);
  }
  .order-form .free-consult {
    padding: 70px 0 0;
    background-position: center;
  }
  .order-form h2.text-center.pkg-name {
    color: #fff;
    font-size: 30px;
  }
  .navwrp.nav-lp {
    display: block;
    background: 0 0 !important;
    color: #fff;
    clip-path: none !important;
  }
  .conbowrp .mainpkge .imgwrp {
    display: block;
    text-align: center;
  }
}
@media (max-width: 575px) {
  header.lp-header .logowrp img {
    top: 0;
  }
  header.lp-header .navwrp {
    position: relative;
    height: auto;
  }
  header .navwrp ul {
    margin: 30px 0 0;
  }
  header.lp-header .navwrp li a {
    font-size: 0;
  }
  header.lp-header .navwrp li a .fa {
    font-size: 14px;
  }
  .servicewrp.lppadd {
    padding: 130px 0 160px;
  }
  .ctawrp .mainwrp .btnwrp .btn-secnd {
    margin: 0 0 15px;
  }
}
#Modal_button {
  margin-top: 200px;
  position: relative;
  width: 20%;
  border: none;
}
.customCheckbox input[type="checkbox"],
.customRadio input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.customRadio input[type="radio"] + label {
  position: relative;
  padding: 15px 0 15px 55px;
  cursor: pointer;
  margin: 0 auto;
  border: 1px solid #e6e7ec;
  width: 86%;
  font-size: 15px;
  line-height: 1.5;
}
.customRadio input[type="radio"] + label:before {
  content: "";
  background: #fff;
  border: 2px solid #311b92;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 12px;
}
.customRadio input[type="radio"] + label:after {
  content: "";
  background: #311b92;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 17px;
  opacity: 0;
  transform: scale(2);
  transition: transform 0.3s linear, opacity 0.3s linear;
}
.customRadio input[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.customCheckbox input[type="checkbox"] + label {
  position: relative;
  padding: 3px 0 0 40px;
  cursor: pointer;
  color: #787779;
}
.customCheckbox input[type="checkbox"] + label:before {
  content: "";
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 3px;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
.customCheckbox input[type="checkbox"] + label:after {
  content: "";
  border-style: solid;
  border-width: 0 0 2px 2px;
  border-color: transparent transparent #311b92 #311b92;
  width: 15px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: 5px;
  opacity: 0;
  transform: scale(2) rotate(-45deg);
  transition: transform 0.3s linear, opacity 0.3s linear;
}
.customCheckbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1) rotate(-45deg);
  color: #311b92;
}
.backbtn-wrp:hover {
  border: 1px solid;
}
.modal-body .btnwrp a {
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 0;
  left: -70px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  width: 20%;
  opacity: 1;
  display: none;
}
.modal-title {
  font-weight: 700 !important;
}
.modal-footer,
.modal-header {
  border-bottom: 0;
  border-top: 0;
  max-width: 600px !important;
  position: relative;
}
.my_checkbox {
  margin-left: 3%;
}
.modal-footer {
  max-width: 550px !important;
  position: relative;
}
.modal-footer > :not(:last-child) {
  margin-right: 2rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.5rem;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0 auto;
  max-width: 600px;
}
.box-shadow--16dp {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 780px) {
  .my_checkbox {
    margin-left: 7%;
  }
  .modal-dialog {
    position: relative;
  }
}
.container button focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  outline-width: 0;
}
@media only screen and (max-width: 580px) {
  .modal-dialog {
    position: relative;
  }
  .my_checkbox {
    margin-left: 6%;
  }
  .priceSec1-nav ul {
    flex-direction: column;
    text-align: center;
}
}
.btn-outline-light {
  color: #100303;
  border-color: #05213e;
}
#modal_footer {
  color: #bdbdbd;
  cursor: pointer;
  background: #fff;
}
.btn-success {
  background-color: #311b92 !important;
  border-radius: 8px;
  padding-right: 35px;
  padding-left: 35px;
}
.modal-content {
  margin: 100px 0 0;
  background-color: #fff;
}
.formtext {
  margin: 0 auto 13px;
  height: 50px;
  width: 80%;
}
.head-top {
  color: #fff;
  padding: 35px !important;
}
.head-top:hover {
  color: #eee;
}
.other-f {
  width: 75%;
}
h2#changetopic {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  line-height: 3;
}
button#backbtn,
button#nextbtn,
input.other-f.form-control {
  font-size: 15px;
}
.modal-header .close {
  position: absolute;
  left: 94%;
  font-size: 30px;
  top: 0;
  bottom: 0;
  padding: 0 !important;
}
.backbtnwrp-l {
  margin-left: -35px;
}
button#backbtn {
  padding: 4px 20px;
  background-color: #55b055;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
button.close.head-top {
  color: #000;
  position: relative;
  left: -30px;
  top: 20px;
  right: auto;
  height: auto;
  width: auto;
  opacity: 1;
  z-index: 9;
}
.form-control1 {
  font-size: 15px !important;
  padding: 12px;
  font-weight: 500;
  height: 50px !important;
}
input#submitdata {
  font-size: 15px;
  font-weight: 600;
  height: 50px;
}
