@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@charset "utf-8";
.main-header .container,
ul {
  padding: 0;
}
.theme-btn,
input.sty-link.w-txt {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
.banner-content p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
  font-family: "Poppins", sans-serif;
  font-weight: 800 !important;
}
.client-slide p,
body,
ul.lng-list {
  overflow-x: hidden;
}
/*@font-face {*/
/*  font-family: itc-avant-garde-gothic-std-bold;*/
/*  src: url("../fonts/itc-avant-garde-gothic-std-bold.ttf") format("truetype");*/
/*}*/
/*@font-face {*/
/*  font-family: avertademo-regular;*/
/*  src: url("../fonts/avertademo-regular.ttf") format("truetype");*/
/*}*/
.hlow {
  background-image: url(../images/hlo-bg.png) !important;
  background-size: cover;
}
img.pump-icon {
  bottom: -40px !important;
  top: auto !important;
  right: -40px !important;
  position: absolute;
  width: 140px;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input.sty-link.w-txt {
    width: 170px;
    height: 55px;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 4px 7px 0 -2px #0000006e;
    display: inline-block;
    border: none;
    background-color: #b00b2d;
}
html {
  scroll-behavior: smooth;
}
body,
html {
  height: 100%;
}
body {
  background: #fff;
}
a,
button,
input,
label,
li,
p,
select {
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
h2 {
  font-size: 40px !important;
}
a {
  text-decoration: none !important;
  transition: 0.5s;
}
.carousel-item img {
  width: 100%;
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
div#navbarCollapse {
  flex-direction: row-reverse;
}
.padding_70 {
  padding: 70px 0;
}
.gdr-btn {
  background-image: linear-gradient(
    to right,
    #ffc700,
    #ffa40c,
    #ff7f29,
    #ff5740,
    #ff2756
  ) !important;
  color: #fff !important;
}
.pink-btn,
.yellow-btn,
span.cutprice,
ul.dropdown li a,
ul.dropdown li a:hover {
  color: #ffffff !important;
}
.container {
  max-width: 1320px !important;
}
header {
  padding: 20px 0;
  position: absolute;
  z-index: 9;
  width: 100%;
}
.stickyOpen {
  position: fixed !important;
  width: 100% !important;
  top: 0 !important;
  padding: 7px 0;
  background: #fff;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  box-shadow: 0 0 10px #0000002e;
  z-index: 999;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.stickyOpen .menu li a {
  color: #000;
}
.logo img,
.stickyOpen .logo img:nth-child(2) {
  display: block;
}
.stickyOpen .menu li.active a,
.stickyOpen .menu li:hover a {
  color: #5336ff !important;
}
.stickyOpen .header-btns a:nth-child(2) {
  color: #333;
}
.call-box a,
.logo {
  display: inline-block;
}
.logo img:nth-child(2),
.menu-Bar,
.our-pric .tabcontent {
  display: none;
}
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 22;
}
.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #fff;
  position: absolute;
  transition: 0.6s;
  border-radius: 100px;
}
.stickyOpen .menu-Bar span {
  background: #5336ff;
}
.menu-Bar span:first-child {
  top: 0;
}
.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}
.menu-Bar span:nth-child(3) {
  top: 16px;
}
.menu-Bar.open span {
  background: #b70404;
}
.menu-Bar.open span:first-child {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}
.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}
.menu-btn-parent {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.menu,
.menu li {
  display: inline-block;
  vertical-align: middle;
}
.menu {
  font-size: 0px;
  margin: 0;
}
.menu li {
  padding-right: 15px;
}
.menu li a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
a.logo img {
    width: 100%;
}
sup {
  position: static !important;
  font-size: 30px !important;
}
sup.only-txt {
  font-size: 18px !important;
}
.menu li.active a,
.menu li:hover a {
  /* color: #ffc700 !important; */
}
.dropdown-nav {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.dropdown-nav:hover {
  overflow: visible;
}
ul.dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  margin: auto;
  background: #fff;
  padding: 20px;
  text-align: left;
  border-radius: 2px;
  box-shadow: 0 0 10px 3px #00000014;
  opacity: 0;
  animation: 0.5s forwards btotreverse;
}
.banner-img img,
.choose_sec_box,
.choose_sec_box h2,
.chose-sec .container-fluid,
.header-btns a i,
.mainBanner,
.our-pric button,
.package-box,
.package-box .contact-part > div,
.package-box ul li,
section.our-pric {
  position: relative;
}
.chs-title,
.portfolio-sec,
.theme-btn,
.theme-btns a,
section.our-pric,
ul.dropdown li a {
  text-align: center;
}
ul.dropdown li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
ul.dropdown li a {
  padding: 0;
  font-size: 14px;
  display: block;
  width: 100%;
  margin: 0 0 15px;
  font-weight: 600;
  background: 0 0 !important;
}
ul.dropdown li.last a {
  margin-bottom: 0;
}
.dropdown-nav:hover ul.dropdown {
  animation: 0.5s forwards btot;
  z-index: 9;
}
@keyframes btotreverse {
  0% {
    top: 75px;
    opacity: 1;
  }
  100% {
    top: 115px;
    opacity: 0;
  }
}
@keyframes btot {
  0% {
    top: 115px;
    opacity: 0;
  }
  100% {
    top: 40px;
    opacity: 1;
  }
}
.banner-btns,
.header-btns,
.theme-btns,
.trust-logo {
  display: flex;
  align-items: center;
}
.theme-btn {
  width: 170px;
  height: 55px;
  font-size: 16px;
  line-height: 55px;
  border-radius: 10px;
  box-shadow: 4px 7px 0 -2px #0000006e;
  display: inline-block;
  border: none;
}
.pink-btn {
  background: #b00b2d;
  font-weight: 600;
}
.banner-btns a img {
    filter: invert(1);
}
.form-bg,
.yellow-btn {
  background-color: #2f3383;
}
.mainBanner,
footer {
  background-size: cover;
  background-attachment: fixed;
}
.yellow-btn {
  margin-left: 10px;
  font-weight: 600;
}
.banner-btns a:hover,
.header-btns a:hover,
.theme-btns a:hover {
  transform: scale(1.05);
}
.header-btns a img {
  margin-left: 5px;
  vertical-align: middle;
  filter: invert(1);
}
.header-btns a i {
  margin-right: 3px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  font-size: 20px;
  top: 4px;
}
span.cutprice {
  line-height: 18px;
  margin-left: 8px;
}
.package-details p {
    color: #fff;
}
span.cutprice small {
  text-decoration: line-through;
  display: block;
  font-size: 18px;
}
.form-bg {
  border-radius: 10px;
  padding: 70px 50px;
}
.form-bg h2,
.our-pric .tab {
  margin: 0 0 20px;
}
.form-bg form input {
  border-radius: 0;
  padding: 14px 20px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.form-bg form input, .form-bg form select {
    color: #fff !important;
}
.form-bg form option {
    color: #000;
}
.form-bg h2 {
    color: #fff;
}
.form-bg form input::placeholder{
  color: #fff;
}
.form-bg form textarea {
  padding: 10px 20px;
  resize: none;
  height: 120px;
  margin: 0 0 20px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.form-bg form button {
  background-color: #242458;
  width: 100%;
  border: none;
  padding: 14px 0;
  border-radius: 30px 30px 30px 0;
  color: #fff;
  cursor: pointer;
}
.form-bg input::placeholder,
.form-bg textarea::placeholder {
  color: #000;
}
.form-bg .form-control:focus {
  color: #495057;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}
.mainBanner {
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    padding: 150px 0 70px;
    height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}
.mainBanner video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}
.banner-img img {
  width: 100%;
  left: 0;
  transform: scale(1.7);
}
.banner-content a {
  color: #6bd981;
}
.banner-content h1 {
  font-weight: 600;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: -0.04em;
  color: #000;
}
.banner-content p {
  font-size: 28px;
  line-height: 30px;
  padding: 5px 0;
  text-transform: uppercase;
  background-size: 400% 400%;
  background-image: linear-gradient(to right, #b00b2d, #2f3383, #2f3383, #b00b2d, #b00b2d, #b00b2d, #b00b2d, #b00b2d, #2f3383, #2f3383, #2f3383, #2f3383);
  -webkit-background-clip: text;
  animation: 4s infinite text-color-gradient;
  color: transparent;
}
@keyframes text-color-gradient {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.banner-list {
  margin-bottom: 5px;
  margin-top: 20px;
}
.banner-list ul li {
  margin-bottom: 5px;
  display: inline-block;
  width: 45%;
  position: relative;
  vertical-align: text-top;
}
.banner-list ul li i {
    color: #b00b2d;
    line-height: 19px;
    position: absolute;
    left: 0;
    top: 0;
}
.banner-list ul li p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  display: inline-block;
  padding-left: 25px;
}
.banner-list ul {
  margin: 0;
}
.banne-slider-wrap {
  margin-right: -170px;
}
.banner-btns a img,
.theme-btns a img {
  margin-left: 10px;
  vertical-align: middle;
}
select.form-select {
  background: unset !important;
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  font-size: 18px;
  box-shadow: unset !important;
  outline: unset !important;
  appearance: auto;
  padding: 13px 30px 13px 14px;
  width: 100%;
  margin: 0 0 30px;
}
.theme-btns a {
  padding: 18px 30px;
  background: #5336ff;
  border-radius: 4px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fdfcff;
}
.theme-btns a:nth-child(2) {
  background-color: transparent;
  border: 2px solid #5336ff;
  border-radius: 4px;
  color: #333;
  margin-left: 10px;
}
.theme-btns a:nth-child(2):hover {
  background: #5336ff;
  border-color: #5336ff;
  color: #fff;
}
.theme-btns a:nth-child(2):hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(300deg)
    brightness(200%) contrast(100%);
}
.lng-sec {
    background-color: #2f3383;
    padding: 20px 0;
    text-align: center;
}
.logo-blk {
    margin: 0 30px;
}
.lng-sec .slick-track {
    align-items: center;
    display: flex;
}
.rate-p p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  padding-top: 30px;
}
.company-logo {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.company-logo a {
  margin-right: 30px;
  display: inline-block;
}
.company-logo img {
  height: 60px;
}
.company-logo a:last-child {
  margin-right: 0;
}
.sec-pd {
  padding: 80px 0;
}
.sec-pt {
  padding-top: 80px;
}
.sec-pb {
  padding-bottom: 80px;
}
.chs-title {
  width: 80%;
  margin: 0 auto;
}
.chs-title h2 {
  margin: 0 0 18px;
}


.portfolio-sec {
  padding: 70px 0;
  overflow: hidden;
}
.hd-title {
  width: 70%;
  margin: 0 auto 60px;
}
.hd-h5,
.slide-count-wrap .current {
  color: #ff2756;
}
.portfolio-blk img {
  object-position: 0 0px;
  transition: 6s;
  width: 400px;
  height: 400px;
  object-fit: cover;
  margin: 10px;
  box-shadow: 0 0 10px #00000038;
  border-radius: 10px;
}
.portfolio-blk:hover img {
  object-position: 0 -690px;
  cursor: pointer;
}
.portfolio-blk {
  height: 450px;
  overflow: hidden;
}
section.our-pric {
    padding: 60px 0 20px;
    overflow: hidden;
}
.our-pric button.active, .our-pric button:hover {
    background-color: #2f3383;
    border-color: #2f3383;
}
.package-box button {
  line-height: 0;
}
.our-pric button {
  border: 2px solid #b00b2d;
  color: #fff;
  background-color: #b00b2d;
  font-weight: 600;
  min-width: 230px;
  padding: 15px 0;
  border-radius: 10px;
  margin: 0 4px;
  cursor: pointer;
  z-index: 99;
  transition: 0.5s;
}
.banner-btn ul li a,
.btn_form input,
.package-box {
  transition: 0.5s ease-in-out;
}
.tabcontent {
  animation: 1s fadeEffect;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.package-box {
  padding: 22px 20px 10px;
  box-shadow: 0 0 15px #cbcbcb;
  background: #2f3383;
  margin-bottom: 50px;
  border-radius: 10px;
}
.text-center {
  text-align: center !important;
}
.btn_packages,
.form_head_Sec,
.thankyou {
  text-align: center;
}
.package-box .package-top .pkg-h4 {
    font-size: 20px;
    font-weight: 700 !important;
    margin-bottom: 10px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
}
.package-box b {
    color: #fff;
}
.package-box .package-top .h5 {
  font-size: 46px;
  font-weight: 700;
  display: block;
  color: #b00b2d;
}
.flx-pkg {
  display: flex;
  align-items: end;
  justify-content: center;
}
.package-box .package-details {
  margin: 20px 0;
}
.package-box ul.pkg-list {
  height: 170px;
  text-align: start;
  overflow-y: scroll;
  padding: 0 6px;
}
.package-box ul li {
  margin: 5px 0;
  word-break: break-word;
  font-size: 15px;
  color: #fff;
  padding: 5px 20px;
  line-height: 17px;
}
.package-box ul li:before {
  content: "";
  background: url(../images/tick-arrow.png) no-repeat;
  color: #b00b2d;
  font-size: 17px;
  margin-right: 8px;
  width: 13px;
  height: 12px;
  display: inline-block;
  top: 8px;
  position: absolute;
  left: 0;
}
.btn_packages {
  padding: 15px 0 10px;
}
.package-box .contact-part {
  margin-bottom: 15px;
  text-align: left;
  padding: 10px;
}
.w-50 {
  width: 50% !important;
}
.package-box .contact-part > div:before {
  content: "";
  border-right: 1px solid #d9d7d7;
  width: 2px;
  height: 50px;
  position: absolute;
  right: 7px;
}
.contact-part a,
.package-box .contact-part p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.contact-part a,
.w-50.pl-2 a {
  color: #fff;
}
.package-box .contact-part > div:last-child:before {
  border: 0;
}
.pric-pkg {
  padding: 10px;
}
.pkg-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.pkg-list::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}
.pkg-list::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #b00b2d;
}
.slick-dots li button:before {
  font-family: slick !important;
  font-size: 50px !important;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #ff2b54 !important;
}
.pay_icon,
.st-pricing {
  text-align: right;
}
.form_head_Sec h2 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #fff;
  background: #2f3383;
  padding: 10px 0;
  margin: 10px 0;
  border-radius: 50px;
  font-family: avertademo-regular;
  font-size: 20px !important;
}
.banner-btn ul li.chng_clr a,
.btn_form input {
  background: #b00b2d;
}
.form_head_Sec .poph4 {
  font-size: 35px;
  font-weight: 600 !important;
  margin: 0;
}
p.tmlsname {
    margin: 0;
    height: auto;
    padding: 0 !important;
    font-weight: 700 !important;
    color: #000;
}
.form_head_Sec .poph3 {
  color: #b00b2d;
  font-size: 29px;
  font-weight: 600 !important;
  margin: 0;
  padding-top: 10px;
}
.footer_form_sec form,
.started_popup_sec form {
  padding-top: 20px;
}
.started_popup_sec input,
.started_popup_sec select {
  height: 50px;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #b00b2d;
  padding: 10px 20px;
  font-size: 13px;
}
.started_popup_sec textarea {
  height: 130px;
  font-size: 13px;
  padding: 15px 10px;
  resize: none;
  border-radius: 10px;
  border: 1px solid #f43064;
}
.banner-btn,
.footer_logo p {
  padding-top: 30px;
}
.btn_form input {
  color: #fff;
  font-size: 19px;
  border: 0;
  cursor: pointer;
}
.started_popup_sec .modal-content {
  background: 0 0 / cover #fff;
  padding: 30px 20px 50px;
  position: relative;
  border: 0;
  box-shadow: 0 0 50px rgb(0 0 0 / 50%);
}
.started_popup_sec .modal-header button {
  position: absolute;
  background: #2f3383;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 45px;
  opacity: 1;
  text-shadow: none;
  font-weight: 200;
  line-height: 21px;
  border-radius: 50px;
  right: 0;
  top: 0;
}
.started_popup_sec .modal-header button span {
  position: relative;
  left: -2px;
  font-family: avertademo-regular;
  top: -4px;
}
.started_popup_sec .modal-header {
  padding: 0;
  border: none;
}
.cta_sec_content h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
}
.cta_sec_content h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 200;
  letter-spacing: 3px;
}
.cta_sec_content p {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 0;
}
.client-sec .banner-btns,
.cta_sec_main .banner-btns {
  margin-top: 30px;
}
.banner-btn ul li {
  display: inline-block;
  padding: 0 15px 0 0;
}
.banner-btn ul li a {
  background: #29a8e1;
  color: #fff !important;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
.cta_sec_main {
    padding: 70px 0;
    position: relative;
    background-image: linear-gradient(to right, #b00b2d, #a30929, #960725, #890521, #7c041d);
}
.cta_right_img {
    position: absolute;
    top: 0;
    right: 0;
}
.cta_right_img img {
    width: 100%;
}
footer {
  padding: 50px 0 0;
  position: relative;
  background-image: url(../images/new.webp);
}
.footer_logo p {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
}
.footer_logo ul li {
  position: relative;
  color: #fff;
  padding: 0 10px 20px 40px;
  font-size: 17px;
  font-weight: 300;
}
.footer_logo ul li span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 23px;
}
.footer_logo ul li p {
  display: inline;
  font-weight: 300;
  margin-bottom: 0;
  line-height: initial;
}
.form_footer_head h2 {
  color: #fff;
  font-size: 25px;
}
.footer_form_sec form input {
  height: 50px;
  margin-bottom: 15px;
  border: 0;
  border-radius: 10px;
  font-size: 15px;
  width: 100%;
  padding: 0 15px;
}
.footer_form_sec form textarea {
  height: 120px;
  border-radius: 10px;
  border: 0;
  font-size: 15px;
  padding-top: 10px;
  margin-bottom: 10px;
  resize: none;
}
.btn_form {
  padding-top: 10px;
}
.footer_form_sec form .btn_form input {
    background: #b00b2d;
    color: #fff;
    padding: 0px 70px;
    height: auto;
    font-size: 19px;
    cursor: pointer;
}
.copy_right_text p {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
.pay_icon img {
  width: 40%;
}
.footer_logo ul li a {
  color: #fff;
}
.copy_right {
  margin-top: 40px;
  padding: 5px 0;
}
.call-box {
  right: 0;
  width: 55px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  position: fixed;
}
.wapp a {
  background-color: #4dcb5b;
}
.cbox a {
  width: 100%;
  padding: 10px 12px;
}
.cbox a img {
  max-width: 30px;
}
.wapp img {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
.call a,
.dblue,
.dblue-sec {
  background-color: #2c2c60;
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes trin {
  20%,
  26%,
  32%,
  38%,
  44%,
  50%,
  56%,
  62%,
  68%,
  74%,
  80%,
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
}
.call img {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.thankyou h1 {
  color: #2f3383;
  font-size: 140px;
  margin: 0;
}
.thankyou p {
  color: #000;
  font-size: 20px;
  width: 60%;
  margin: 0 auto;
}
.thankyou .header-btns {
  justify-content: center;
  margin-top: 30px;
}
.d-essential {
  position: relative;
  padding: 30px 0 50px;
  /* background-color: #2f3383; */
  background: url(../images/new.webp) 0 0 / cover fixed;
  background-attachment: fixed;
}
.d-essent-all {
  /* background: #1b1d52 !important; */
  border: 1px solid #fff;
  backdrop-filter: blur(100px);
  border-radius: 20px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 65px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(21px);
}
ul.lng-list {
  height: 290px;
  overflow-y: scroll;
}
ul.lng-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
ul.lng-list::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}
ul.lng-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #b00b2d;
}
.st-pricing .p-h3 {
  font-weight: 700 !important;
  font-size: 64px;
  line-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
}
.st-pricing .p-h3 small {
  font-size: 30px;
  text-decoration: line-through;
}
.combo-pkg-sec .st-up h2 {
  color: #fff;
  font-size: 52px;
  background-color: #b00b2d;
  border-radius: 0 10px 10px 0;
  padding: 23px 50px;
  position: relative;
  left: -80px;
  top: 0;
}
.combo-pkg-sec .st-pricing {
  width: 240px;
  justify-content: center;
}
.st-pricing {
  color: #fff;
  border-radius: 10px 0 0 10px;
  width: 350px;
  position: relative;
  right: -67px;
  height: 135px;
  float: right;
  top: 0;
  padding: 0 25px;
  justify-content: flex-end;
}
.st-pic,
.st-pricing {
  background: #b00b2d;
  display: flex;
}
.detail-lite-cont {
  margin-top: 90px;
}
.combo-pkg-sec .detail-lite-cont .combh5 {
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  font-weight: 600 !important;
}
.detail-lite-cont ul,
.txt-scroll p {
  padding: 0 40px;
}
.combo-pkg-sec .detail-lite-cont li {
  font-size: 14px;
  position: relative;
  color: #fff;
  list-style: none;
  margin: 15px 0;
  line-height: 25px;
  font-weight: 600;
}
.detail-lite-cont li:before {
  content: "\f00c";
  position: absolute;
  font-family: fontawesome;
  left: -37px;
  font-size: 24px;
  top: 3px;
  font-weight: 700;
  color: #b00b2d;
}
.combo-pkg-sec .pr-partition:before {
  background-color: #ffffff1c;
}
.pr-partition:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 80%;
  background-color: #ffffff75;
  right: 0;
}
.combo-pkg-sec .lstpartition:before {
  width: 0;
}
.combo-pkg-sec .pr-box-last {
  justify-content: flex-end;
}
.pr-box-last {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-top: 60px;
}
.client-sec {
  padding: 60px 0;
}
.client-title h2 {
  font-size: 42px;
  line-height: 52px;
}
.client-title i {
  font-size: 100px;
  color: #ff2756;
}
.client-area {
  padding-left: 80px;
}
.call-btn,
.strok-btn {
  padding: 15px 30px;
  border-radius: 5px;
}
.trust-logo b {
  display: inline-block;
  margin-top: 14px;
  margin-left: 20px;
  font-size: 22px;
  color: #f16529;
}
.trust-logo b i {
  margin: 0 2px;
}
.tmls-blk {
  display: flex;
  align-items: center;
  margin: 30px 0 10px;
}
.tmls-blk-inn {
  margin-left: 0;
}
.tmls-blk-inn small {
  font-size: 14px;
}
.client-slide p {
  font-size: 24px;
  height: 190px;
  padding-right: 40px;
}
.client-slide p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.client-slide p::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}
.client-slide p::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ff2756;
}
.strok-btn {
  background-color: #4fd8fd;
  color: #000;
  font-style: italic;
  font-weight: 500;
  margin-right: 18px;
}
.call-btn {
  background-color: #ff2756;
  color: #fff;
}
.tmls-btn a:hover {
  background-color: #000;
  color: #fff;
}
.call-btn i {
  transform: scale(1.5);
  margin-right: 11px;
}
.tmls-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
}
.client-slider .slick-arrow {
  top: auto !important;
  bottom: 10px !important;
  transform: scale(1.9) !important;
}
.client-slider .slick-prev {
  left: 0 !important;
}
.client-slider .slick-next {
  left: 100px !important;
}
.client-slider .slick-arrow::before {
  color: #000;
  opacity: 1;
}
.client-sec .draggable {
  height: 352px !important;
}
.slide-count-wrap {
  position: absolute;
  bottom: -68px;
  left: 42px;
}

/*Process Sec Css Start*/
.process-sec {
    padding: 60px 0 110px 0;
    position: relative;
    top: 0;
    background-image: linear-gradient(to right bottom, #34317f, #2f3588, #283990, #1c3d99, #0141a2);
}

.process-head h2 {
    color: #fff;
    font-size: 80px;
}

.process-head p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.process-main {
    width: 80%;
}

.process-head img {
    margin-top: 30px;
    position: relative;
}

.process p {
    font-size: 13px;
}

.process.one {
    position: absolute;
    top: 151px;
    width: 22%;
    left: 350px;
}

.process.two {
    position: absolute;
    top: 371px;
    width: 22%;
    left: 170px;
}

.process.three {
    position: absolute;
    top: 372px;
    width: 22%;
    right: 370px;
}

.process.four {
    position: absolute;
    top: 643px;
    width: 22%;
    right: 370px;
}

.process.five {
    position: absolute;
    top: 642px;
    width: 22%;
    left: 170px;
}

.process.six img {
    margin: 0;
}

.process.six {
    position: absolute;
    top: 570px;
    width: 22%;
    left: 1030px;
}

img.process-arrow {
    position: absolute;
    left: 69px;
    top: 230px;
}

img.process-arrow-next {
    position: absolute;
    right: 240px;
    top: 480px;
}

img.process-arrow-right {
    position: absolute;
    bottom: -60px;
    left: 50%;
}

.process .p-h4 {
    font-size: 20px;
    color: #000;
    background: #fff;
    width: 160px;
    padding: 8px 10px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
        font-weight: 600 !important;
}
.faq-sec {
    padding: 50px 0 50px;
    background-color: #00000014;
}
.faq-blk .card {
    background-color: #2f3383;
    border-radius: 20px;
    padding: 25px 30px;
    margin-bottom: 16px;
}
.faq-blk .card button {
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0;
    text-decoration: none !important;
}
.faq-blk .card button i {
    position: absolute;
    right: 0;
    font-size: 34px;
}
.faq-blk .card-body p {
    margin: 10px 0 0;
    font-size: 18px !important;
    color: #fff;
}
section.faq-sec .hd-title {
    text-align: center;
}
@media only screen and (min-width: 1367px) and (max-width: 1920px) {
  .banner-content h1 {
    font-size: 34px;
    line-height: 50px;
    width: 100%;
  }
  .banner-list ul li {
    width: 40%;
  }
  .mainBanner {
    padding: 150px 0 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .banner-content h1 {
    font-size: 28px;
    line-height: 36px;
    width: 100%;
  }
  .banner-list ul li {
    width: 35%;
  }
  .banner-img img {
    transform: scale(1.7);
  }
  .banne-slider-wrap {
    margin-right: 0;
  }
  .mainBanner {
    padding: 150px 0 70px;
  }
  .form-bg {
    padding: 40px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-content p {
    font-size: 24px;
    line-height: 20px;
    margin: 0;
  }
  .banner-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .form-bg {
    padding: 40px 50px;
  }
  .form-bg form textarea {
    height: 90px;
  }
  .mainBanner {
    padding: 80px 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .package-box .contact-part > div:before,
  ul.menu {
    display: none;
  }
  .banner-content p {
    font-size: 19px;
    line-height: 12px;
  }
  .banner-content h1 {
    font-size: 24px;
    line-height: 33px;
  }
  .banner-list ul li {
    width: 100%;
  }
  .banner-list ul li p {
    font-size: 14px;
    margin: 0;
  }
  .banner-list ul li i {
    top: 4px;
  }
  .banner-list {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .company-logo img {
    margin-right: 20px;
    height: 40px;
  }
  .form-bg {
    background-color: #ffc700;
    border-radius: 150px 60px 60px 0;
    padding: 40px 30px;
  }
  .portfolio-blk {
    height: 170px;
    margin: 20px 0;
  }
  .package-box .contact-part {
    display: block !important;
  }
  .package-box .contact-part .w-50 {
    width: 100% !important;
    margin: 8px 0;
    padding: 0 !important;
  }
  .cta_sec_content h2 {
    font-size: 26px !important;
    line-height: 36px;
  }
  .choose_sec_box {
    margin: 30px 5px;
  }
  .choose_sec_box h2 {
    font-size: 20px !important;
  }
  .choose_sec_box p {
    font-size: 14px;
    line-height: 24px;
  }
  .padding_70 {
    overflow: hidden;
  }
  .our-pric button {
    min-width: auto;
    padding: 11px 16px;
  }
}
@media only screen and (min-width: 520px) and (max-width: 767px) {
  .package-box .contact-part > div:before,
  ul.menu {
    display: none;
  }
  .banner-content p {
    font-size: 19px;
    line-height: 12px;
  }
  .banner-content h1 {
    font-size: 24px;
    line-height: 33px;
  }
  .banner-list ul li,
  .hd-title {
    width: 100%;
  }
  .banner-list ul li p {
    font-size: 14px;
    margin: 0;
  }
  .banner-list ul li i {
    top: 4px;
  }
  .banner-list {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .company-logo img {
    margin-right: 20px;
    height: 40px;
  }
  .form-bg {
    background-color: #ffc700;
    border-radius: 150px 60px 60px 0;
    padding: 40px 30px;
  }
  .package-box .contact-part {
    display: block !important;
  }
  .package-box .contact-part .w-50 {
    width: 100% !important;
    margin: 8px 0;
    padding: 0 !important;
  }
  .cta_sec_content h2 {
    font-size: 26px !important;
    line-height: 36px;
  }
  .choose_sec_box {
    margin: 30px 5px;
  }
  .choose_sec_box h2 {
    font-size: 20px !important;
  }
  .choose_sec_box p {
    font-size: 14px;
    line-height: 24px;
  }
  a.logo img {
    width: 70%;
  }
  .padding_70 {
    overflow: hidden;
  }
  .main-header .col-md-3,
  .main-header .col-md-9 {
    width: 50%;
  }
  .theme-btn {
    width: 153px;
    height: 48px;
    line-height: 49px;
  }
  .mainBanner {
    height: auto;
    padding: 120px 30px 50px;
    background-color: #14023e;
    background-image: none;
  }
  .form-bg {
    margin-top: 50px;
  }
  .portfolio-blk {
    height: 350px;
    margin: 20px 0;
  }
  .col-sm-6.offset-1 {
    margin: 0;
  }
}
@media only screen and (min-width: 300px) and (max-width: 519px) {
  .chose-sec,
  .portfolio-sec,
  header,
  section.our-pric {
    overflow: hidden;
  }
  .banner-list ul li,
  .chs-title,
  .hd-title,
  .logo img {
    width: 100%;
  }
  .combo-pkg-sec .pr-partition:before,
  .header-btns a:nth-child(2),
  .menuWrap,
  .row.dekstop-sec {
    display: none;
  }
  .main-header .col-md-3 {
    width: 40%;
  }
  .main-header .col-md-9 {
    width: 60%;
  }
  .banner-img img {
    transform: none;
  }
.mainBanner {
        height: auto;
        padding: 130px 0 40px;
        /* background-color: #14023e; */
        background-image: none;
    }
  .banner-content h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .banner-content p {
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 8px;
  }
  .company-logo img {
        margin-right: 10px;
        height: 30px;
    }
    .company-logo a {
    margin-right: 10px;
}
  .banne-slider-wrap {
    margin-right: 0;
  }
  h2 {
    font-size: 24px !important;
  }
  .hd-title {
    margin: 0 auto 60px;
  }
  .package-box .contact-part {
    display: flex;
  }
  .cta_sec_content h3 {
    font-size: 24px;
  }
  .banner-btn ul li a {
    padding: 15px 25px;
  }
  .banner-btn ul li {
    padding: 0 5px 0 0;
  }
  footer#contact-us .offset-1 {
    margin-left: 0;
  }
  .copy_right_text,
  .pay_icon {
    text-align: center;
  }
  header {
    padding: 10px 20px !important;
  }
  .row.mobile-sec {
    display: block !important;
  }
  .pm-slide {
    margin: 0 0 30px;
  }
  section.our-pric {
    padding: 50px 0 50px;
  }
  .banner-list ul li p {
    margin-bottom: 5px;
  }
  .thankyou h1 {
    font-size: 50px;
  }
  .thankyou p {
    font-size: 16px;
    width: 100%;
  }
  .form-bg {
    background-color: #2f3383 !important;
    padding: 50px 30px;
    margin-top: 40px !important;
  }
  .our-pric button {
    min-width: 160px;
    font-size: 13px;
    margin: 4px 0;
  }
  .package-box {
    margin-bottom: 20px;
  }
  .combo-pkg-sec .d-essent-all {
    border-radius: 20px !important;
    padding: 0 20px 60px !important;
  }
  .combo-pkg-sec .st-up h2 {
    color: #fff;
    font-size: 28px !important;
    background-color: #b00b2d;
    border-radius: 0 !important;
    padding: 23px 20px !important;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    line-height: 48px !important;
    text-align: center !important;
  }
  .combo-pkg-sec .st-pricing {
    justify-content: center;
    margin-top: 10px;
    right: 0;
    width: 100% !important;
    border-radius: 0;
    height: auto;
    padding: 13px 0;
  }
  .st-pricing .p-h3 {
    font-size: 40px;
  }
  .combo-pkg-sec .detail-lite-cont {
    margin: 30px 0 60px;
  }
  .pr-partition:before {
    width: 100%;
    bottom: -60px;
    height: 2px;
  }
  .pr-box-last {
    margin-top: 0;
  }
  .client-area {
    padding-left: 0;
  }
  .rate-p p {
    color: #000;
}
.process {
        position: static !important;
        width: 100% !important;
        margin-top: 30px;
    }
.process-head img {
    display: none;
}
.process img {
    display: block !important;
    margin: 0 auto;
}
.process.six {
    margin-top: 100px;
}
.process.six img {
    position: absolute;
    bottom: 120px;
    left: 41%;
}
.cta_right_img {
    display: none;
}
a.logo img {
    width: 125%;
}
.faq-blk .card button {
    font-size: 16px;
    white-space: normal;
    padding-right: 20px;
}
.faq-blk .card-body p {
    font-size: 16px !important;
}
.footer_logo ul li a {
    font-size: 14px;
}
}
