@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

*,
body {
  font-family: 'Poppins', sans-serif;
}

body {
  overflow-x: hidden !important;
  padding-right: 0 !important;
}

.modal-open {
  overflow: hidden scroll;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s
}

a:hover {
  text-decoration: none
}

a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}

:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 0
}

ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0
}

.heading {
  text-align: center;
}

.heading h3 {
  font-size: 42px;
  font-weight: 600;
  color: #0a0a13;
}

.heading h3 span {
  color: #df1a22;
  font-weight: bold;
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

.menu-right .default-btn span {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
}

.default-btn {
  background-color: transparent;
  color: #878787;
  font-size: 18px;
  font-weight: 500;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 8px 37px;
  position: relative;
  overflow: hidden;
  transition: all .4s ease-in-out;
}

.default-btn .btn-icon {
  background-color: #ffbb44;
  color: #fff;
  padding: 2px 9px;
  border-radius: 45px;
  font-size: 16px;
  margin-left: 14px;
}

.default-btn:before,
.default-btn:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 15px;
  border-radius: 50%;
  background: -webkit-linear-gradient(#ffbb44, #ffc13e);
}

.default-btn:before {
  left: -20px;
  transform: translate(-50%, -50%);
}

.default-btn:after {
  right: -20px;
  transform: translate(50%, -50%);
}

.default-btn:hover {
  color: #d8d5cb;
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.default-btn:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.default-btn:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.default-btn:hover {
  /* background-image: -moz-linear-gradient( 90deg, rgb(150,17,20) 0%, rgb(228,27,35) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(150,17,20) 0%, rgb(228,27,35) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(150,17,20) 0%, rgb(228,27,35) 100%);*/
  color: #fff;
}

.default-btn:hover .btn-icon {
  color: #000;
  background-color: #fff;
}

/*header start*/

header {
  padding: 20px 30px 0;
  position: absolute;
  width: 100%;
  z-index: 33;
  margin: 0;
}

header .container-fluid {
  padding: 15px 15px;
  border: 1px solid #3c3c3c;
  margin: 0;
  left: 0;
}

header nav {
  display: flex;
  align-items: center;
}

.brand-logo {
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
}

.brand-logo .logo-name {
  padding: 0 0px 0px 50px;
  width: 200px;
}

.brand-logo .icon {
  padding: 0px 0px 0px 0px;
}

.doubleMenu {
  flex-grow: 1;
  padding-left: 5%;
}

ul.navbar {
  list-style: none;
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

ul.navbar li {
  display: block;
  position: static;
  padding: 0 20px;
}

ul.navbar li a {
  text-decoration: none;
  color: #b6b6b6;
  font-size: 16px;
  transition: 0.4s;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  height: auto;
  font-weight: 600;
  position: relative;
}

.megamenu-li a::after {
  width: 10px;
  position: absolute;
  right: 0;
  bottom: 16px;
}

ul.navbar li a span {
  color: #828282;
  line-height: 10px;
  font-weight: 400;
}

ul.navbar li a.active,
ul.navbar li a:hover {
  color: #ffbb44;
}

ul.navbar li.nav-space {
  width: 0px;
}

.menu-right {
  padding-left: 9%;
  display: flex;
  align-items: center;
}

.menu-right .default-btn {
  border: none;
  padding: 2px 20px;
  margin-right: 20px;
}

.menu-right .default-btn .btn-icon {
  padding: 2px 9px;
  font-size: 16px;
  width: 35px;
  height: 35px;
}

.navicon {
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  left: 0;
  z-index: 999;
}

.navicon .nav-toggle {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 136px;
}

.btn-icon i {
  margin-top: 7px;
}

.nav-toggle span {
  top: 19px;
}

.nav-toggle span,
.nav-toggle span:after,
.nav-toggle span:before {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ffbb44;
  cursor: pointer;
  margin: 0 auto;
}

.nav-toggle span,
.nav-toggle span:after,
.nav-toggle span:before {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.nav-toggle span:before {
  top: -8px;
}

.nav-toggle span:after {
  bottom: -8px;
}

.nav-toggle.active span:after,
.nav-toggle.active span:before {
  top: 0;
}

.nav-toggle.active span:after,
.nav-toggle.active span:before {
  top: 0;
}

.nav-toggle.active span {
  background-color: transparent !important;
}

.nav-toggle.active span:after {
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg);
  background-color: #fff
}

.nav-toggle.active span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff
}

.detailHeader {
  position: fixed;
  background-color: #000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all .4s ease-in-out !important;
  transform: translateY(-100%);
}

.detailHeader ul.menuBlock li a {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
}

.detailHeader ul.menuBlock li a:hover {
  color: #ffbb44;
}

.detailHeader .inner-menu-bottom .innerMenu li a {
  color: #fff;
  line-height: 40px;
  font-size: 19px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.detailHeader .inner-menu-bottom .innerMenu li a:hover {
  color: #cf0420;
}

.inner-menu-bottom .innerMenu {
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 50px;
}

.menu-tab-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.detailHeader .innerMenu li {
  padding: 0 25px;
  text-align: center !important;
}

.detailHeader.active {
  visibility: visible;
  opacity: 0.9;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  transform: translateY(0);
}

@keyframes drip {
  from {
    background-position: 0px;
  }

  to {
    background-position: -8976px;
  }
}



/*header End*/


/* pre loader  */

.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: 100%;
  background-image: linear-gradient(to right, #000, #000, #000)
}

.preloader .preloader-before {
  top: 0
}

.preloader .preloader-after {
  top: 0;
}

.preloader .preloader-block {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%
}

.preloader .preloader-block .percent {
  position: absolute;
  top: 6%;
  left: 4%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-weight: 500;
  font-size: 28px;
  color: #9c9c9c;
  z-index: 1;
  border-radius: 50px;
  border: 2px solid #9c9c9c;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader .preloader-bar {
  position: absolute;
  z-index: 2;
  top: calc(10% - 1px);
  right: 0;
  width: 100%;
  height: 2px;
}

.preloader .preloader-bar .preloader-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  height: 100%;
  width: 0;
}

.preloader.hidden-main {
  opacity: 0;
  visibility: hidden
}

.preloader .preloader-after,
.preloader .preloader-before {
  transition: .9s ease-in-out
}

.hidden .preloader-after {
  transform: translate(0, 100%)
}

.hidden .preloader-before {
  transform: translate(0, -100%)
}

.loader-width .preloader-progress {
  width: 100% !important
}

.preloader .preloader-bar .preloader-progress {
  transition: width 3.2s;
  transition-timing-function: cubic-bezier(.1, .5, 1.3, .1)
}




/* pre loader end  */


/* side bar  */


.side-bar {
  position: absolute;
  width: 90px;
  height: 95vh;
  z-index: 9999;
  margin: 0px 30px 0;
  border: 1px solid #3c3c3c;
  top: 20px;
  left: 0;
}

.social-icons {
  position: absolute;
  bottom: 40px;
  left: 37%;
}

.social-icons ul li {
  margin-bottom: 20px;
}

.social-icons ul li svg {
  fill: #5c5c5c;
  width: 20px;
  height: 20px;
}

.social-icons ul li a:hover svg {
  fill: #2776f4;
}

/* side bar end */


/* banner content start */

section.main-banner {
  position: relative;
  background-color: #0a0a13;
}

.content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.porfolio-wrapper {

  display: flex;
  justify-content: left;

}

.main-heading h2 {
  color: #fff;
  font-size: 67px;
  line-height: 70px;
}

.main-heading h2 span {
  color: #ffbb44;
}

span.head-span {
  font-weight: 500;
  color: #fff !important;
}

.main-heading p {
  font-size: 20px;
  color: #d0cfcf;
  line-height: 30px;
  padding-top: 28px;
}

.banner-button {
  margin-top: 22px;
}

.banner-button .default-btn {
  border: 1px solid #fff;
  font-size: 16px;
}

.banner-button a span {
  display: flex;
  z-index: 1;
  position: relative;
  justify-content: center;
}

.banner-right {
  position: absolute;
  bottom: 34px;
  right: -4px;
  width: 34%;
  display: flex;
  align-items: flex-end;
}

.ban-arrow {
  position: absolute;
  z-index: 9;
  bottom: 10%;
  right: 27%;
  scroll-behavior: smooth;
}


/* banner end  */


/* creative agency start  */

section.creative-agency {
  padding: 90px 0;
  border-bottom: 1px solid #dcdcdc;
}

.creative-heading {
  padding-left: 13%;
}

.creative-heading h2 {
  font-size: 60px;
}

.creative-heading h2 span {
  color: #ffbb44;
}

.about-heading h2 span {
  color: #ffb04f;
}

.creative-heading h3 {
  font-size: 36px;
  font-weight: 500;
  padding-top: 10px;
  color: #ffbb44;
}

.services-wrapper {
  padding: 0% 6% 2% 20%;
}

.ser-button1 {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.ser-button1 .default-btn span {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  color: #ffbb44;
}

.ser-button1 .default-btn .btn-icon {
  padding: 1px 7px 2px 9px;
  background-color: #ffbb44;
  color: #fff;
  margin-right: 12px;
  margin-left: 0px;
}

.ser-button1 .default-btn {
  padding: 8px 0px;
  font-size: 16px;
}

.content-wrap h3 {
  font-size: 48px;
  padding-bottom: 15px;
}

.content-wrap p {
  padding: 20px 53px 15px 0px;
  font-size: 15px;
}

.ser-button1 .default-btn:before,
.default-btn:after {
  display: none;
}

.serv-images img {
  border-radius: 29px;
  transition: all .4s ease-in-out;
}

.video-box img {
  object-fit: cover;
  height: 100%;
  object-position: center;
}

.serv-images {
  width: 37%;
}

.img2 {
  position: relative;
  top: 45px;
}

.serv-images video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 29px;
  transition: all .4s ease-in-out;
}

.serv-images video:hover {
  color: #d8d5cb;
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 0px 0px 30px 0px #a9a9a9;
}

/* .video-box {
  background-color: #242136;
  border-radius: 29px;
  display: flex;
  align-items: center;
} */

.video-set {
  background: #232336;
  height: 100%;
  border-radius: 29px;
  width: 100%;
  position: relative;
  transition: all .4s ease-in-out;
}

.video-set video {
  height: 60%;
  object-fit: cover;
  position: absolute;
  top: 0;
  margin: auto 0;
  bottom: 0;
}

.serv-images .video-set video:hover {

  -webkit-transform: none;
  -khtml-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  box-shadow: none;
}

.video-set:hover {
  color: #d8d5cb;
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 0px 0px 30px 0px #a9a9a9;
}

.video-box {
  height: 487px;
}

.img1 {
  margin-right: 50px;
}

.left-content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5% 0;
}

.images-wrapper {
  display: flex;
  justify-content: flex-end;
}

.serv-images img:hover {
  color: #d8d5cb;
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 0px 0px 30px 0px #a9a9a9;
}

.right-content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5% 0;
  flex-direction: row-reverse;
}

.right-content-wrap .images-wrapper {
  justify-content: flex-start;
}

.right-content-wrap .content-wrap p {
  padding: 20px 0px 15px 0px;
}

.right-content-wrap .ser-button1 .default-btn .btn-icon {
  padding: 2px 9px 2px 9px;
}

.img3 {
  margin-right: 50px;
}

.animation-wrap {
  padding-bottom: 0;
}

/* creative agency end  */


/* portfolio start  */

section.portfolio {
  padding: 80px 0;
  border-bottom: 1px solid #dcdcdc;
}

.port-content h2 {
  text-align: center;
  font-size: 48px;
  padding-bottom: 15px;
}

.port-content p {
  text-align: center;
  font-size: 16px;
  padding: 0 20px 30px;
}

.portfolio-box-wrap .nav-tabs .nav-item.show .nav-link,
.portfolio-box-wrap .nav-tabs .nav-link.active {
  color: #fff;
  border-color: white;
  background: -webkit-linear-gradient(#ffbb44, #ffc13e);
}

.portfolio-box-wrap .sub-tabs .nav-link.active {
  color: #ffffff;
  background-color: transparent;
  border-bottom: 1px solid #ffbb44;
  border-radius: 0;
}

.portfolio-box-wrap .sub-tabs .nav-item .nav-link:hover {
  color: #1a1a1a;
  background-color: transparent;
  border-bottom: 1px solid #23c8f3;
  border-radius: 0;
}


.portfolio-box-wrap .sub-tabs .nav-item.show .nav-link {
  border: 1px solid transparent;

}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.portfolio-box-wrap .sub-tabs .nav-item .nav-link,
.portfolio-box-wrap .sub-tabs .nav-link {
  background-color: transparent !important;
}

.portfolio-box-wrap ul li a {
  color: #000;
  font-size: 18px;
  position: relative;
  padding: 6px 30px;
  font-weight: 500;
  text-align: center;
}

.portfolio-box-wrap .nav-tabs .nav-link {
  border-radius: 8px;
  background-color: #e9e9e9;
}

.portfolio-box-wrap .nav-tabs .nav-items:focus,
.nav-tabs .nav-items:hover {
  background-color: #ea0122;
  color: #fff;
}

.portfolio-box-wrap .nav-tabs .nav-item {
  margin: 0 3px;
}

.parent-tabs {
  margin: 20px 0;
}

.sub-tabs {
  margin-bottom: 60px;
  padding: 0px 50px;
}

/* .grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 15px;
} */
.sub-tabs .nav-item a {
  font-size: 14px;
  padding: 5px 20px;
}

.portfolio-box.col {
  margin-bottom: 30px;
}

.portfolio-box a video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-responsive-slider {
  padding: 0 6% 0 6%;
}

.portfolio-box.col a img {
  width: 100%;
  height: 245px;
}

.no-child {
  margin-top: 60px;
}

section.portfolio .portfolio-box a:before {
  /* opacity: 1; */
  transition: all 0.5s ease-in-out;
  content: "+";
  /* height: 20px; */
  width: 93%;
  position: absolute;
  bottom: 0px;
  left: 15px;
  color: #ffffff;
  top: 0;
  /* bottom: 0; */
  font-size: 58px;
  z-index: 99;
  align-items: center;
  display: grid;
  margin: auto;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.73);
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

section.portfolio .portfolio-box a:hover:before {
  opacity: 1;
}

section.portfolio .ser-button1 {
  justify-content: center;
}

section.portfolio .ser-button1 .default-btn .btn-icon {
  padding: 3px 10px;
}




/* testimoial start  */


section.testimonial {
  padding: 80px 0;
  border-bottom: 1px solid #DCDCDD;
}

.testi-heading h2 {
  text-align: center;
  font-size: 48px;
  padding-bottom: 15px;
}

.testi-heading h2 i {
  background: -webkit-linear-gradient(#ffb04f, #ffc13e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testi-heading p {
  text-align: center;
  font-size: 16px;
  padding-bottom: 30px;
}

.testi-wrapper {
  padding: 24px;
  border: 1px solid transparent;
  transition: all .2s linear;
  background-color: #fff;
  height: 100%;
}

.testi-img {
  display: flex;
  justify-content: center;
  opacity: 0.2;
  filter: invert(46%) sepia(100%) saturate(4095%) hue-rotate(205deg) brightness(98%) contrast(94%);
}

.client-review p {
  font-size: 15px;
  text-align: center;
  line-height: 26px;
  padding-top: 13px;
  min-height: 190px;
}

.client-detail {
  margin-top: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-name {
  margin-left: 12px;
}

.client-name h4 {
  font-size: 14px;
}

.client-name h5 {
  font-size: 14px;
  font-weight: 500;
}

.testi-wrapper:hover {
  background-color: #f7f7f7;
  border-color: #2684f1;
}

.testi-wrapper:hover .testi-img {
  opacity: 1;
}

.testi-wrapper img {
  width: auto !important;
}

.testi-slider.owl-carousel .owl-nav {
  position: absolute;
  left: 0px;
  right: 0;
  top: 32.8%;
  justify-content: space-between;
  z-index: -1;
  display: flex;
}

.testi-slider:hover .owl-nav {}

.testi-slider.owl-carousel .owl-nav button.owl-prev {
  margin-left: -211px;
  transform: rotate(-90deg) translateY(50px);
}

.testi-slider.owl-carousel .owl-nav button.owl-next {
  margin-right: -211px;
  transform: rotate(-90deg) translateY(-50px);
}

.testi-slider.owl-carousel .owl-theme .owl-nav [class*=owl-]:hover {
  outline: none;
}

.owl-theme .owl-dots .owl-dot span {
  background: #ffbb44;
  outline: none;
}

.testi-slider.owl-carousel .owl-dots {
  margin-top: 25px;
}

.testi-slider.owl-carousel .owl-nav button {
  border-radius: 0 !important;
}

.testi-slider.owl-carousel:hover .owl-nav button {
  transform: rotate(-90deg) translateY(0px);
  opacity: 1;
}

.testi-slider.owl-carousel .owl-nav button {
  transition: all .7s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  opacity: 0;
  font-size: 30px;
  background-image: linear-gradient(to right, #ffb04f, #ffc13e);
  color: #fff;
  width: 32.5%;
  height: 61px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  outline: none;
  box-shadow: none;
  background-image: linear-gradient(to right, #ffb04f, #ffc13e);
}

/* testi end  */


/* partner logos start  */

section.clientssection {
  padding: 30px 0 10px;
}

/* 
ul.partnerslider {
  display: flex;
} */

.partnerslider .slick-slide img {
  display: block;
  width: 200px;
  height: 90px;
}



/*Footer Start */
footer {
  position: relative;
}

footer .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0202027a;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

footer .bannerImg {
  background-image: url(../images/video/webp/footer-vid.webp);
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  align-items: center;
}

footer .bannerImg>* {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cr-wrapper {
  font-size: 210px;
  text-align: center;
  font-weight: 400;
  z-index: 1;
  position: relative;
}

.cr-wrapper a {
  color: #fff;
}

.footer-top-wrap {
  padding: 105px 0px 105px;
}

.footer-btn a {
  margin-top: 45px;
  background-image: none;
  border: 2px solid #a81318;
  color: #a81318;
  padding: 8px 27px;
}

.footer-btn a span {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
}

.footer-btn a .btn-icon {
  background-color: transparent;
  color: #a81318;
  padding: 0px 4px;
  border-radius: 0;
  font-size: 16px;
  margin-left: 0;
}

.footer-btn a:hover .btn-icon {
  color: #fff;
}

.footer-menu ul li a {
  color: #e0e0e0cc;
  font-size: 16px;
  font-weight: lighter;
}

.footer-menu ul li {
  padding-bottom: 10px;
  text-align: left;
}

.footer-menu ul li a:hover {
  color: #fff;
}

.footer-address ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.footer-address ul li span {
  color: #a3a3a3;
  font-size: 16px;
  font-weight: normal;
}

.footer-address ul li a {
  color: #e0e0e0cc;
  font-size: 16px;
  font-weight: 600;
}

.footer-address ul li a:hover {
  color: #fff;
}

.footer-bottom-wrap {
  padding: 25px 0px;
  border-top: 1px solid #4e4e4e;
  z-index: 1111;
  position: relative;
}

.footer-bottom-text p {
  font-weight: normal;
  font-size: 14px;
  color: #8c8c8c;
  text-align: right;
}

.footer-bottom-privacy ul {
  display: flex;
}

.footer-bottom-privacy ul li {
  padding: 0px 20px;
  border-left: 1px solid #8c8c8c;
}

.footer-bottom-privacy ul li a {
  color: #8c8c8c;
  font-size: 14px;
  font-weight: normal;
}

.footer-bottom-privacy ul li a:hover {
  color: #fff;
}

.footer-bottom-social ul {
  display: flex;
}

.footer-bottom-social ul li {
  padding: 0px 10px;
}

.footer-bottom-social ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

.footer-bottom-social ul li a:hover {
  color: #a81318;
}

.footer-address {
  display: flex;
  justify-content: center;
}

.footer-menu {
  display: flex;
  justify-content: center;
}

.footer-menu ul li a i {
  margin-right: 10px;
}

.footer-menu ul li:hover a {
  color: #fff;
}

.btn.focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}

/*Footer End */

/* .portfolio-box-wrap {
  height: 720px;
  overflow: hidden;
} */



/*banner animation css */


.banner-right .preview {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 225px;


}

.banner-right .preview img {
  width: 100%;
  height: auto;
}

.banner-right .container,
.stage {
  box-sizing: border-box;
  max-width: 620px;
  width: 750px;
  height: 950px;
}

.banner-right .container {
  position: absolute;
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  perspective: 1000px;
}


.banner-right .stage {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform-origin: 0;
  /* transform: rotateX(20deg) rotateY(-10deg) rotateZ(5deg);  */
}

.banner-right .slice {
  position: absolute;
  height: 100%;
  background-color: #0a0a13;
  transform-style: preserve-3d;
  transform-origin: 0;
  background-repeat: none;
  -webkit-transition: background-image 0.9s linear;
  -o-transition: background-image 0.9s linear;
  transition: background-image 0.9s linear;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}



/* inner pages css  */


/* website page  start */


/* banner start  */

.web-content h2 {
  font-size: 63px;
}

.web-inner-img1 {
  background-image: url(../images/website/banner-full.webp);
  position: absolute;
  top: 21%;
  right: 22.5%;
  width: 370px;
  height: 600px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: top;
  transition: background-position-y 4s linear;
  z-index: 2;
}

.web-inner-img1:hover {
  background-position-y: bottom;
  box-shadow: 0px 0px 30px 0px #363636;
}

.web-inner-img2 {
  background-image: url(../images/website/banner-full02.webp);
  position: absolute;
  top: 15%;
  right: 2%;
  width: 370px;
  height: 800px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: top;
  transition: background-position-y 30s linear;
  z-index: 2;
}

.web-inner-img2:hover {
  background-position-y: bottom;
  box-shadow: 0px 0px 30px 0px #363636;
}



/* web-design section  */

.web-design {
  padding: 80px 0;
  position: relative;
}

.web-design .main-heading h2 {
  color: #000;
  font-size: 54px;
  line-height: 60px;
}

.web-service-box a {
  transition: all ease-in-out .3s;
  height: 100%;
}

.web-service-box a.active {
  box-shadow: 0 0 16px 0px #d2d2d2;
}


.web-design .web-service-box .service-text-wrap {
  text-align: left;
  color: #000;
}

.web-design .service-tab-wrap {
  border: none;
  padding: 50px 0 25px 0
}

.web-design .service-text {
  padding: 15px 0 8px 0;
}

.web-design .de-serv-img {
  height: 55px;
}

.web-design .inner-tab-content {
  position: absolute;
  right: 13%;
  top: 35%;
}

.web-design .inner-service-image-box {
  display: flex;
}

.hover-effect a img {
  border-radius: 29px;
  transition: all .4s ease-in-out;
}

.custom-box a img:hover {
  color: #d8d5cb;
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 0px 0px 30px 0px #a9a9a9;
}

.web-design .web-serv-img02 {
  padding: 11% 0 0 5%;
}

.web-design .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: transparent;
  background-color: transparent;
  border-color: transparent;
}

.web-design .nav-tabs .nav-link.active .service-text h3 {
  color: #ffb04f;
}

.web-design .nav-tabs .nav-link.active .de-serv-img img {
  filter: invert(46%) sepia(100%) saturate(4095%) hue-rotate(205deg) brightness(98%) contrast(94%);
}


.web-service-box.box-1 {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.web-service-box.box-3 {
  border-right: 1px solid #e6e6e6;
}

.web-service-box.box-2 {
  border-bottom: 1px solid #e6e6e6;
}

.web-service-box a.nav-link {
  padding-top: 20px;
}

.web-serv-btn {
  margin-top: 0px;
  margin-left: 14px;
}

/* .web-design .nav-tabs .nav-link{
  padding-right: 0;
} */


/* MAIN CTA  */

.maincta {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 37px 0;
  background-image: linear-gradient(#242424, #181818);
}

.maincta h3 {
  color: #ffffff;
  font-size: 31px;
  font-weight: 400;
  margin: 0;
  line-height: 45px;
  margin-bottom: 8px;
}

.maincta p {
  color: #c4c4c4;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.padright0 {
  padding-right: 0;
}

.maincta .btn-radius-top {
  float: right;
  margin-top: 20px;
}

.maincta .btn-radius-top a i {
  margin-right: 2px;
}

.maincta .btn-radius-top a:first-child {
  margin-right: 8px;
  background: none;
  color: white;
  transition: all .3s ease-out;
}

.maincta .btn-radius-top {
  display: inline-block;
}

.maincta .btn-radius-top a {
  border: 2px solid #fff;
  color: #ffb04f;
  border-radius: 50px;
  padding: 8px 30px;
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  transition: all .3s ease-out;
  text-transform: uppercase;
  font-weight: 600;
  background: white;
  transition: all .3s ease-out;
}

.maincta .callsdivs {
  color: #fff;
  font-weight: 400;
  display: block;
  text-align: right;
  float: left;
  width: 100%;
  text-shadow: 0 0 1px #313131;
  font-size: 21px;
  padding: 30px 0 0 0;
}

.maincta .callsdivs a {
  padding: 0 20px 0 0;
  font-size: 17px;
  font-weight: 600;
  transition: all .5s ease-in-out;
  display: inline-block;
  color: #fff;
}

.maincta .callsdivs a span {
  font-size: 16px;
  font-weight: 400;
  margin-right: 6px;
  color: #fff;
}

.maincta .callsdivs a:hover {
  color: #24c8f4;
  transform: rotateX(360deg);
}

.maincta h3 span {
  color: #fff;
  font-size: 37px;
}

.maincta .callsdivs a i {
  margin-right: 10px;
  font-size: 15px;
}

.maincta .btn-radius-top a:hover {
  color: #ffbb44;
  background-color: #fff;
}

.maincta .callsdivs a:first-child {
  border-right: 1px solid #8a8a8a;
}


/* Packages start  */


.det-packages {
  padding: 80px 0 0px;
  width: 100%;
}

.det-packages .sechead h3 {
  color: #111;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.det-packages .sechead p {
  font-size: 16px;
  color: #505050;
  line-height: 25px;
  margin-top: 21px;
  margin-bottom: 30px;
  text-align: center;
}


.det-packages .boxpackages:hover {
  transform: scale(1.1);
  border: 1px solid #22c3ee;
  background-image: linear-gradient(to right, #ffb04f, #ffc13e);
}

.det-packages .boxpackages:hover .packheads h3 {
  color: #fff;
}

.det-packages .boxpackages .fleft p {
  font-size: 11px;
  margin: 0;
  color: #111111;
  font-weight: 500;
}

.det-packages .boxpackages:hover .fleft p {
  color: #ffffff;
}

.det-packages .boxpackages:hover .packtitles .fleft h3 {
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.boxpackages:hover .packdetails .packtitles .fleft h3 sup {
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.det-packages .boxpackages:hover .pkg-top-btn {
  background-color: #fff;
}

.det-packages .boxpackages:hover .bets_seller_list ul li:before {
  color: #fff;
}

.det-packages .boxpackages:hover .bets_seller_list ul li {
  color: #e6e6e6d4;
}

.det-packages .boxpackages:hover .bets_seller_list ul h5 {
  color: #fff;
}

.det-packages .boxpackages:hover .botarea-pack .liovechats-bx a span {
  color: #fff;
}

.det-packages .boxpackages:hover .botarea-pack .liovechats-bx a h5 {
  color: #fff;
}

.det-packages .boxpackages:hover .botarea-pack .liovechats-bx a span:before {
  color: #fff;
}

.det-packages .boxpackages:hover .botarea-pack a.btn-orders {
  background-color: #fff;
}

.det-packages .boxpackages:hover .packheads p {
  color: #e9e9e9;
}

.det-packages .boxpackages {
  background: #fff;
  border-radius: 15px;
  padding: 20px 16px 30px 16px;
  margin: 0 0;
  width: 100%;
  box-shadow: -2px 10px 40px -10px #00000059;
  position: relative;
  border: 1px solid transparent;
  transition: all .3s ease-out;
  margin-bottom: 30px;
  overflow: hidden;
}

.det-packages .boxpackages .packheads h3 {
  font-size: 16px;
  color: #111;
  font-weight: 600;
  margin: 0 0 10px;
}

.det-packages .boxpackages .packheads p {
  font-size: 13px;
  color: #ababab;
  min-height: 37px;
}

.det-packages .boxpackages .packheads {
  border-bottom: 2px solid #d1d7e3;
}

.boxpackages .packdetails .packtitles .fleft h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  padding: 10px 0;
  background-image: linear-gradient(to right, #ffb04f, #ffc13e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pkg-top-btn a {
  color: #ffb04f;
  font-weight: 500;
}

.pkg-top-btn {
  border: 1px solid #ccc;
  border-radius: 40px;
  font-size: 14px;
  text-align: center;
  width: 80%;
  padding: 5px;
}

.boxpackages .packdetails .packtitles .fleft h3 sup {
  font-size: 26px;
  font-weight: 600;
  top: 0px;
  background-image: linear-gradient(to right, #ffb04f, #ffc13e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.packtitles .fright {
  position: absolute;
  /* background-color: #7f7f7f; */
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 0;
  top: 21%;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  left: 112px;
}

/* .packdetails .packtitles .fright:before {
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: 9;
  background-color: transparent;
  left: -17px;
  content: "";
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 18px solid #7f7f7f;
  transform: rotate(
180deg
);
  top: 1px;
} */
.packdetails .packtitles .fright h4 {
  font-size: 5px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}

.boxpackages .packdetails .packtitles .fleft h3 sub {
  text-decoration: line-through;
  display: inline-block;
  font-size: 15px;
  color: #c1c1c1;
  font-weight: 400;
  right: 25px;
  bottom: 1px;
}

.packdetails .bets_seller_list ul li {
  position: relative;
  padding: 5px 20px;
  font-size: 14px;
  color: #9c9c9c;
  padding-right: 0px;
}

.packdetails .bets_seller_list ul li.features {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
  padding: 0px;
  color: #2e2e2e;
}

.packdetails .bets_seller_list ul li.features::before {
  display: none;
}

.packdetails .bets_seller_list ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 7px;
  color: #ffb04f;
}

/* .pacbundles-det .headbx-bundle ul.listbundles-packbx li:after, .packdetails .bets_seller_list ul li:after {
  content: '';
  right: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#e0e3eb), to(transparent));
  background-image: -webkit-linear-gradient(left, #e0e3eb, transparent);
  background-image: -moz-linear-gradient(left, #000, transparent);
  background-image: -o-linear-gradient(left, #000, transparent);
  display: block;
  position: absolute;
  bottom: 0;
  left: 25px;
} */
.packdetails .bets_seller_list ul {
  display: block;
  width: 100%;
  padding: 14px 0;
  margin: 0;
  height: 250px;
  /* border-bottom: 1px solid #d1d7e3; */
}

.boxpackages .packdetails .bets_seller_list h3 {
  font-size: 14px;
  color: rgb(207, 4, 32);
  font-weight: 700;
}

.packdetails .botarea-pack {
  padding: 15px 0 0;
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #d1d7e3;
}

.packdetails .botarea-pack a.btn-orders {
  border: 1px solid #ffb04f;
  border-radius: 30px;
  padding: 8px 18px;
  color: #ffb04f;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 20px;
  display: inline-block;
  transition: all .3s ease-out;
  margin: 0 0 0;
}

.packdetails .botarea-pack .liovechats-bx {
  margin-top: -4px;
  padding-right: 14px;
}

.packdetails .botarea-pack .liovechats-bx a span {
  font-size: 10px;
  color: #242424;
  position: relative;
}

.packdetails .botarea-pack .liovechats-bx a span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f4ad";
  position: absolute;
  right: -25px;
  top: -4px;
  color: #ffb04f;
  font-size: 16px;
}

.packdetails .botarea-pack .liovechats-bx a h5 {
  font-weight: 700;
  color: #111;
  font-size: 16px;
  margin: 0;
}

.view-details-container a {
  text-transform: uppercase;
  font-size: 13px;
  color: #a09e9e;
  font-weight: 600;
}


/* mobile application page css  */


.mobile-app-inner-img1 {
  position: absolute;
  top: 23%;
  right: 8%;
  animation-name: star;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}

@keyframes star {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .9;
  }

  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
}

.mobile-app-inner-img1 img {

  width: 590px;

}

.logo-design-inner {

  position: absolute;
  top: 23%;
  right: -10%;
  animation-name: star;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}

.logo-design-inner img {

  width: 300px;
  margin: -20px;

}

.animation-banner-img img {
  width: 390px;

}

.portfolio-banner-img img {
  width: 731px;

}

.portfolio-banner-img {
  position: absolute;
  top: 32%;
  right: 0;

}

.about-banner-img {

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;

}

.about-heading h2 {
  font-size: 45px;
}

.about-banner-img img {
  width: 100%;
  height: 100%;
}

.abut-h2 {

  font-size: 30px;
}

.about-p {

  padding-top: 10px !important;
}

.clinet-view-wraper {
  width: 100%;
  height: 290px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 11%;
  border-radius: 29px;
  transition: all .4s ease-in-out;
}


.clinet-view-wraper::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 29px;


}

.about-img1::after {

  background-image: url(../images/about/clinet-view01.webp);
}

.about-img2::after {

  background-image: url(../images/about/clinet-view02.webp);
}

.about-img3::after {

  background-image: url(../images/about/clinet-view03.webp);

}

.clinet-view-heading {
  text-align: center;
  z-index: 1;
}

.clinet-view-heading h4 {

  font-size: 30px;
  color: white;
  font-weight: 700;
}

.clinet-view-heading p {
  font-size: 18px;
  color: #fff;
  margin-top: 4%;
  line-height: 31px;
  font-weight: 300;
}

.slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
}

.image-set img {

  height: 100%;
  width: 100%;
  object-fit: cover;

}



/* sticky lef form */

.logo-design-tab {
  height: 370px;
  background: #020407;
  border-radius: 29px;
  display: flex;
  object-fit: cover;
  align-items: center;
  transition: all .4s ease-in-out;
}

.animation-logo1 {
  background: #1d1639;
}

.animation-logo2 {
  background-color: #0036eb !important;
}



.logo-design-tab:hover {
  color: #d8d5cb;
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 0px 0px 30px 0px #a9a9a9;
}

.bg-color {

  background-color: #5d36ed;
}


/*floating strips css start */
.floatbutton.active {
  right: 0;
  z-index: 9;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.floatbutton {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  left: -420px;
  top: 25%;
  font-size: 0;
  width: 420px;
  /* transform: translateY(-50%); */
  z-index: 9999;
  opacity: 0;
}

.floatbutton.show-form {
  opacity: 1;
}

/* test comment  */

.floatbutton .clickbutton {
  width: 50px;
  z-index: 99;
  height: 50px;
  cursor: pointer;
  box-shadow: -20px 0 35px #0000001f;
  border-radius: 40px 0px 0px 40px;
  background: #fff;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  margin-top: 125px;
}

.floatbutton .clickbutton .crossplus:before {
  content: "";
  display: none;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  background: #fbb334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.floatbutton .clickbutton .crossplus:after {
  content: "";
  display: none;
  position: absolute;
  width: 2px;
  height: 20px;
  right: 0;
  background: #fab334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.floatbutton .clickbutton .crossplus {
  position: relative;
  display: block;
  transform: rotate(0deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}


.floatbutton .clickbutton .crossplus.rotate {
  transform: rotate(45deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.floatbutton .clickbutton .crossplus i {
  font-size: 18px;
  color: #0089ff;
  margin: 17px 0 0 15px;
}

.floatbutton .clickbutton .crossplus {
  transform: rotate(-90deg);
}

.floatbutton .clickbutton .crossplus p {
  font-size: 20px;
  width: 250px;
  top: 424px;
  position: relative;
  margin-top: 190px;
  background: #fff;
  height: 60px;
  background: #ffff;
  border-radius: 0px 0px 20px 20px;
  padding-top: 15px;
  text-align: right;
  /* padding-right: 25px; */
  text-align: center;
  font-weight: 600;
  color: #ffbb44;
  box-shadow: 0px 0px 40px #00000026 !important;
  border: 2px solid #ffbb44;
}

.floatbutton .clickbutton .crossplus.rotate {
  transform: rotate(-90deg);
}

.floatbutton .clickbutton {
  height: 0;
}

.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: 0px 0px 30px #0000001f;
}

.banform {}

.ban-form {}

.ban-form input {
  width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #e5e5e5;
  background: white;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: none !important;
  margin: 0 0 15px 0;
}

.banner-form .intl-tel-input {
  width: 100%;
}

.banner-form h3 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 400;
}

.banner-form h3 strong {
  font: 24px/24px "gilroy-bold", sans-serif;
  font-weight: 500;
}

.ban-form input[type="submit"] {
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
  padding: 10px 15px;
  margin: 20px 0 0;
  border: transparent;
  background: -webkit-linear-gradient( #ffb04f, #ffc13e);
}

.ban-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: white;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  height: 80px;
  outline: none !important;
  margin: 15px 0 0px 0;
}


.btns_wrap {
  position: fixed;
  left: 0px;
}

.btns_wrap a:hover {
  text-decoration: none !important;
  left: 0px;
}
.btns_wrap .call_rap {
  width: 280px;
  position: absolute;
  left: -220px;
  background: #fff;
  top: -62px;
  border-radius: 0px 50px 50px 0px;
  overflow: hidden;
  box-shadow: 0px 0px 40px #00000026 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #ffbb44;
}
.btns_wrap .call_rap span {
  color: #333;
  font-size: 20px;
  vertical-align: middle;
  background: #fff;
  padding: 15px 30px 15px 10px;
}
.btns_wrap .call_wrap {
  width: 280px;
  position: absolute;
  left: -220px;
  background: #fff;
  top: 60px;
  border-radius: 0px 50px 50px 0px;
  overflow: hidden;
  box-shadow: 0px 0px 40px #00000026 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #ffbb44;
}

.btns_wrap .call_wrap span {
  color: #333;
  font-size: 20px;
  vertical-align: middle;
  background: #fff;
  padding: 15px 30px 15px 10px;
}

.floatbutton.current {
  left: -53px;

}

.btns_wrap .chat_wrap {
  display: block;
  position: absolute;
  left: -220px;
  width: 280px;
  background: #fff;
  top: 0;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0px 0px 40px #00000026 !important;
  border: 2px solid #ffbb44;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0px 50px 50px 0px;
}

.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo,
.btns_wrap .call_rap span.icoo {
  color: #ffbb44;
  background: #fff;
  font-size: 18px;
  padding: 15px 23px;
  /* border-left: 1px solid #ded9d9; */
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
}

.btns_wrap .chat_wrap span {
  color: #333;
  font-size: 20px;
  vertical-align: middle;
  background: #fff;
  padding: 15px 15px 15px 62px;

}

/*floating strips css end */

/* sticky lef form */

.about-us-content {

  padding-bottom: 20px !important;
  border-bottom: 0px !important;
}


.clinet-icons {
  padding: 8% 0;
  border-bottom: 1px solid #dcdcdc;
}

.clinet-icons-heading h2 {
  text-align: center;
  color: #211e1e;
  font-size: 48px;
  margin-bottom: 5%;

}

.clinet-view-wraper:hover {
  color: #d8d5cb;
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 0px 0px 30px 0px #a9a9a9;
  border-radius: 29px;
  transition: all .4s ease-in-out;

}


.clinet-icons-wraper {
  border: 1px solid #cccccc;
  width: 234px;
  height: 232px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 0;
}

.clinet-icons-wraper:nth-child(n+6) {
  border-top: 0;
}

.clinet-icons-wraper:nth-child(5),
.clinet-icons-wraper:last-child {
  border-right: 1px solid #ccc;
}

.clinet-icons-set {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}


.clinet-icons-wraper:hover {

  /* border: 1px solid rgb(204, 204, 204); */
  box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.21);
  /* width: 234px; */
  /* height: 232px; */
  /* background-color: rgb(255, 255, 255); */
}

.maincta .btn-radius-top a+a:hover {
  color: #fff;
  background-image: linear-gradient(to right, #ffb04f, #ffc13e);
}

.inner-about-us {
  background-image: url(../images/about-us-bann.webp);
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
}

/* pricing page css  */

.content-wrapper.pricing-inner-pg {
  background-image: url(../images/pricing-bg.webp);
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
}

.pricing-inner-pg .main-heading h2 span {
  color: #fff;
}

.packages-tabs .nav-tabs li a {
  background-color: initial !important;
  padding: 10px 17px;
  border-radius: 25px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #000;
}

.packages-tabs .nav-tabs {
  border: none;
  display: flex;
  justify-content: center;
}

.nav-tabs+.tab-content {
  padding: 50px 0;
}

.packages-tabs .nav-tabs .nav-link:hover {
  border-color: #2684f1;
  /* color: rgb(207, 4, 32); */
}

.packages-tabs .nav-tabs li {
  margin-right: 0;
}

.packages-tabs .nav-tabs li a.active {
  color: #fff;
  background-image: linear-gradient(to right, #ffb04f, #ffc13e);
}

/* contact us page  */

.content-wrapper.inner-contact-us {
  background-image: url(../images/contact-bann.webp);
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
}

.about-heading.contact-us-area {
  padding-bottom: 60px;
}

.contact-details h2 {
  font-size: 48px;
  padding-bottom: 10px;
}

.contact-data a {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  display: grid;
}

.contact-data {
  padding: 20px 10px;
  border-bottom: 1px solid #e0e0e0;
}

.contact-data a span {
  font-size: 17px;
  font-weight: 400;
}

.contact-data a span svg {
  margin-right: 8px;
}

.contact-data p {
  font-size: 18px;
  font-weight: 500;
}

.contact-data ul.social {
  display: flex;
}

.contact-data:hover {
  background-image: linear-gradient(to right, #ffb04f, #ffc13e);
}

.contact-data:hover a {
  color: #fff;
}

.contact-data:hover a svg {
  fill: #fff;
}

.contact-data:hover p {
  color: #fff;
}

.inner-contact-form form .form-group label:first-child {
  font-size: 14px;
  color: #b3b3b3;
  position: absolute;
  top: 12px;
  left: 20px;
  transition: 0.15s all linear;
}

.inner-contact-form form .form-control {
  padding: 25px 10px;
  font-size: 18px;
  line-height: 2;
  background-color: #ededed;
}

.inner-contact-form form .form-group {
  margin-bottom: 30px;
  position: relative;
}

ul.social li {
  margin-right: 10px;
  padding-top: 6px;
}

.contact-button {
  margin: 0;
  text-align: right;
}

.contact-button .default-btn {
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  background: -webkit-linear-gradient(#ffb04f, #ffbb44);
}

/* .contact-button:hover .default-btn span{
  color: #000;
} */
.contact-button .default-btn:before,
.contact-button .default-btn:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 15px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(90deg, rgb(33 37 41) 0%, rgb(33 37 41) 100%);
  z-index: -1;
}


/* Dropdown menu services css  */
.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 70px;
  border: none;
  border-radius: 0px;
  background-color: rgb(74 74 74 / 48%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: 1;
  padding: 10px;
}

.megamenu a.dropdown-item {
  /* margin: 10px 0; */
  padding: 0;
  width: 90%;
  margin: 0 auto 10px auto;
  transition: all 0.25s ease-in-out;
  border-radius: 8px;
  border: 1px solid #2779f5;
  background-color: #fff;
}

.mega-links-box {
  padding: 15px 0;
}

.mega-links-box img {
  margin: 0 auto;
  display: table;
  padding-top: 0;
  padding-bottom: 0;
  filter: invert(46%) sepia(100%) saturate(4095%) hue-rotate(205deg) brightness(98%) contrast(94%);
}

.megamenu h6 {
  margin-left: 0;
  text-align: center;
  color: #000;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}

.megamenu p {
  color: #000;
  text-align: center;
  font-size: 13px;
  padding-bottom: 0;
  line-height: 19px;
  text-transform: capitalize;
}

.megamenu a.dropdown-item:hover {
  box-shadow: 4px 4px 8px black;
  background-image: linear-gradient(to right, #ffbb44, #ffbb44);
}

.megamenu a.dropdown-item:hover {
  transform: scale(1.05);
}

.megamenu a.dropdown-item:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(1deg) brightness(107%) contrast(102%);
}

.megamenu a.dropdown-item:hover h6 {
  color: #fff;
}

.megamenu a.dropdown-item:hover p {
  color: #fff;
}



/* modal css start  */

.get-started-popup {
  background-image: url(../images/modal-bg.webp);
  background-size: cover;
  width: 750px;
  height: 456px;
  padding: 0 10% 0 0;
}

.get-started-popup button.close {
  position: absolute;
  top: -13px;
  right: -15px;
  color: #fff;
  font-weight: 400;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  opacity: 1;
  background-image: linear-gradient(to right, #ffb04f, #ffc13e);
  border: 1px solid #fff;
}

.heading-h1 {
  font-size: 80px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}

.popup-headig {
  text-align: right;
  position: relative;
  padding-right: 14%;
  margin-top: 10%;
}

.heading-h2 {
  font-size: 100px;
  font-weight: 700;
  background: -webkit-linear-gradient(#ffb04f, #ffc13e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -1px;
}

h2.heading-h3 {
  position: absolute;
  transform: rotate(-90deg);
  font-weight: 400;
  font-size: 96px;
  top: 23%;
  right: -4%;
  color: #ffb04f;
}

.long-h1 {
  font-size: 45px;
  font-weight: 400;
  color: #000;
  margin: 0% 0% 3% 0px;
  text-align: right;
  line-height: 35px;
}

.long-heading span {
  color: #000;
  font-weight: 700;
}

#regForm .tab {
  display: none;
  margin: 0;
}

#regForm .tab {
  display: none;
  margin: 0;
  position: relative;
}

.banner_form_area input {
  background-color: rgb(255, 255, 255);
  border: none;
  width: 100%;
  height: 53px;
  padding: 0 20px 0 50px;
  font-weight: 500;
  font-size: 12px;
  border: 1px solid rgb(172, 172, 172);
  border-radius: 5px;
}

.banner_form_btn {
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
  position: relative;
  z-index: 3;
}

.sbt_set {
  border-radius: 5px;
  width: auto;
  height: 46px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0 2px;
  cursor: pointer;
  background-image: linear-gradient(to right, #ffb04f, #ffc13e);
  padding: 0px 20px;
}

.sbt_set:hover {
  box-shadow: 0px 2px 5px -1px white;
}

.sbt_set:focus {
  outline: none;
  border: none;
}

.popup-form {
  height: 46px;
}

img.image1 {
  left: -60px;
  top: -50px;
  width: 190px;
}

img.image2 {
  top: -110px;
  width: 125px;
  left: 105px;
}

.modal-images {
  display: grid;
  grid-template-columns: auto auto auto auto;
  width: 100%;
}

img.image3 {
  width: 165px;
  left: 165px;
}

.modal-images img {
  position: absolute;
  box-shadow: 0px 0px 15px 0px #00000029;
}

img.image4 {
  position: absolute;
  left: 250px;
  top: -100px;
  width: 70px;
}

.main-modal-form .modal-dialog {
  max-width: 750px;
}

.packtitles .fright-pricing {
  position: absolute;
  right: -2px;
  background-color: #7f7f7f;
  text-align: center;
  padding: 7px 5px 5px 0px;
  top: 63px;
  transition: all .3s ease-out;
}

.packtitles .fright-pricing:before {
  position: absolute;
  z-index: 9;
  background-color: transparent;
  left: -19px;
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 19px solid #7f7f7f;
  transform: rotate(180deg);
  top: 0px;
  transition: all .3s ease-out;
}

.packtitles .fright-pricing h4 {
  font-size: 12px;
  color: #fff;
  margin: 0;
  font-weight: 500;
  transition: all .3s ease-out;
}

.packtitles .fright-pricing h4 span.cutprice {
  text-decoration: line-through;
  display: block;
  font-size: 16px;
  color: #fff;
  transition: all .3s ease-out;
}





.main-privacy {

  padding: 150px 0 80px;
}

.main-privacy h3 {

  color: #23bef4;

  margin-bottom: 15px;

  font-size: 22px;

  font-weight: 600;
}

.main-privacy h4 {

  font-size: 26px;

  color: #fff;

  margin-bottom: 15px;

  font-weight: 600;
}

.main-privacy p,
.main-privacy li {

  margin: 0 0 15px;

  font-size: 14px;

  line-height: 22px;

  color: #fff;
}

input.error {

  border-color: red !important;

}

.thankyou_sec {

  padding: 200px 0;

  display: flex;

  align-items: center;

  margin-bottom: 50px;
}

.thankyou_sec+footer {

  /* position: fixed; */

  /* width: 100%; */

  /* bottom: 0; */

  /* left: 0; */

}

.main-thankyou {

  text-align: center;

}

.main-content__checkmark {

  font-size: 9.75rem !important;

  line-height: 1 !important;

  color: #3366cc;

}

.site-header__title {

  font-size: 6.5rem;

  font-weight: 700;

  line-height: 1.1;

  color: #22caf3;
}

.main-content__body {

  margin: 20px 0 0;

  font-size: 1.25rem;

  line-height: 1.4;

  color: #fff;
}
.main-privacy a{
  color: #23bef4 !important;
}
.start_live_chat {
  font-size: 19px;
  padding: 10px 24px;
  display: inline-block;
  margin: 20px 0 0;
  color: white !important;
  text-decoration: none;
  background: -webkit-linear-gradient(#2960f4, #23c2f4);
  border-radius: 50px;
}

i#checkmark {
  background: -webkit-linear-gradient(#286ff4, #24b1f4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.whatspp-icon {
  position: fixed !important;
  bottom: -10px;
  left: 20px;
  z-index: 99999999;
  display: block !important;
}
a.term_num {
  color: #fff;
}

.cookie-bar {
  position: fixed;
  bottom: 0;
  padding: 12px 15px;
  width: 100%;
  z-index: 15;
  background-size: cover;
  text-align: left;
  z-index: 99999;
  background: #050b33;
  display: none
}

.cookie-bar .col-nopadd {
  padding-left: 0;
  padding-right: 0
}

.cookie-bar p {
  display: inline-block;
  margin-bottom: 0;
  color: #fff;
  font-size: calc(11px + (13 - 11) * (100vw - 320px) / (1920 - 320));
  line-height: 25px;
  margin-right: 10px
}

.cookie-bar .setcokies {
  color: #fff;
  display: inline-block
}

.cookie-bar .cookie-btn {
  color: #fff;
  background: #e00030;
  padding: 3px 10px 3px 6px;
  border-radius: 0;
  font-weight: 700;
  font-size: calc(11px + (13 - 11) * (100vw - 320px) / (1920 - 320));
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 0
}

.cookie-bar .cookie-btn-3 {
  border: 1px solid #fff;
  padding: 2px 4px;
  background: #36454f;
  border-radius: 2px;
  color: #fff
}
.setcokies a:hover{
  color: #fff;
}
section.main-privacy strong {
  color: #fff;
}
/* test 020 */