

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

  body {
    font-family: "Poppins", sans-serif !important  ;
    background: #fff;
  }

@keyframes slide-down {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}
@font-face {
   font-family: "Poppins", sans-serif !important  ;
  src: url(Flaticon.html);
  src: url(../fonts/Flaticond41d.eot?#iefix) format("embedded-opentype"), url(../fonts/Flaticon.woff) format("woff"), url(../fonts/Flaticon.ttf) format("truetype"), url(../fonts/Flaticon.svg#Flaticon) format("svg");
  font-weight: 400;
  font-style: normal;
}


@keyframes pixFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pixFadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pixFadeLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



.contactus {
  padding: 120px 0px;
}
.contactus .row {
  align-items: center;
}


svg {
  display: block;
}

a {
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}
a:hover, a:focus, a:active, a:visited {
  text-decoration: none !important;
}

button {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  outline: 0;
}



/* Global text decoration removal */
* {
  text-decoration: none !important;
}

h1 {
  font-family: "Poppins", sans-serif !important;
  margin-top: 0;
  color: #fff;
  text-decoration: none !important;
}

h2 {
  font-family: "Poppins", sans-serif !important  ;
  margin-top: 0;
  font-weight: 600;
  color: #2b2350;
}

h3 {
  font-family: "Poppins", sans-serif !important  ;
  margin-top: 0;
  font-weight: 600;
  color: #2b2350;
}

h4 {
  font-family: "Poppins", sans-serif !important  ;
  margin-top: 0;
  font-weight: 600;
  color: #2b2350;
}

h5 {
  font-family: "Poppins", sans-serif !important  ;
  margin-top: 0;
  font-weight: 600;
  color: #2b2350;
}

h6 {
  font-family: "Poppins", sans-serif !important  ;
  margin-top: 0;
  font-weight: 600;
  color: #2b2350;
}

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

.pt-7 {
  padding-top: 70px;
}

.h-100 {
  height: 100%;
}

.container-wrap {
  max-width: 95%;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
}

.container-wrap.bg-color-one {
  background-color: #f6faf8;
}

.container-wrap.bg-color-two {
  background-color: #d9e6ff;
}

.container-wrap.bg-footer-color {
  background-color: #1d2146;
}

section {
  position: relative;
  margin: 0;
}

.section-small {
  margin-bottom: 80px;
}
.section-small .title {
  font-size: 20px;
  font-weight: 500;
}

.no-scroll {
  overflow-y: hidden !important;
}

.fi:before {
  display: inline-block;
  font-family: Flaticon;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-google-play:before {
  content: "\f100";
}

.flaticon-apple-logo:before {
  content: "\f101";
}

.pix-btn {
  padding: 8px 30px;
  background: #fa7070;
  border-radius: 30px;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  box-shadow: 0 20px 30px 0 rgba(176, 70, 70, 0.3);
}
.pix-btn i {
  font-size: 20px;
  margin-left: 3px;
  line-height: 1;
  vertical-align: middle;
}
.pix-btn:focus {
  color: #fff;
  box-shadow: none;
  outline: 0;
}
.pix-btn:hover {
  color: #fff;
  box-shadow: none;
  outline: 0;
}

.pix-btn.btn-circle {
  border-radius: 30px !important;
}

.pix-btn.submit-btn {
  border: 0;
  padding: 11px 35px;
}
.pix-btn.submit-btn:focus {
  outline: 0;
}
.pix-btn.submit-btn i {
  display: none;
}

.pix-btn.color-two {
  background: #7052fb;
  box-shadow: 0 20px 30px 0 rgba(90, 70, 176, 0.3);
}

.pix-btn.btn-outline-two {
  border: none;
    background: #123456;
    color: #fff;
    box-shadow: none;
    border-radius: 4px;
    width: 100% !important;
    font-weight: 500 !important;
}
.pix-btn.btn-outline-two:hover {
  background: #123455;
  color: #fff;
  box-shadow: 0 20px 30px 0 rgba(16, 6, 61, 0.3);
}

.pix-btn.btn-light {
  background: #fff;
  color: #fa7070;
  border: 2px solid #fff;
  padding: 14px 40px;
}
.pix-btn.btn-light:focus {
  box-shadow: none;
  outline: 0;
}
.pix-btn.btn-light:hover {
  background: 0 0;
  color: #fff;
  border-color: #fff;
}

.pix-btn.btn-light.color-two {
  color: #7052fb;
}

.pix-btn.btn-light.btn-outline {
  background: 0 0;
  color: #fff;
}
.pix-btn.btn-light.btn-outline:hover {
  color: #f97bc5;
  background: #fff;
}

.pix-btn.btn-three {
  background: #fd4d5c;
  border: 1px solid #fd4d5c;
  box-shadow: none;
}
.pix-btn.btn-three:hover {
  background: 0 0;
  color: #fd4d5c;
}

.pix-btn.btn-four {
  background: #12bf7c;
  border: 1px solid #12bf7c;
  box-shadow: none;
}
.pix-btn.btn-four:hover {
  background: 0 0;
  color: #12bf7c;
}

.pix-btn.btn-five {
  background: #f98e47;
  border: 2px solid #f98e47;
  box-shadow: none;
}
.pix-btn.btn-five:hover {
  color: #f98e47;
  background: 0 0;
}

.pix-btn.btn-six {
  background: #14aeee;
  box-shadow: none;
  border: 2px solid #14aeee;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 34px;
}
.pix-btn.btn-six:hover {
  background: 0 0;
  color: #14aeee;
}

.pix-btn.btn-six.btn-outline {
  background: 0 0;
  color: #14aeee;
  background: 0 0;
  color: #fff;
}
.pix-btn.btn-six.btn-outline:hover {
  box-shadow: none;
  background: #14aeee;
  color: #fff;
  background: #fff;
  color: #14aeee;
}

.pix-btn.btn-six.btn-light {
  background: #fff;
  color: #14aeee;
  border-color: #fff;
}
.pix-btn.btn-six.btn-light:hover {
  background: 0 0;
  color: #fff;
}

.play-btn {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
}
.play-btn i {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  color: #fa7070;
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 30px;
  text-shadow: 0 10px 10px rgba(176, 70, 70, 0.4);
}
.play-btn:hover {
  color: #fff;
}

.play-btn.large i {
  height: 80px;
  width: 80px;
  line-height: 82px;
  color: #f97bc5;
  font-size: 40px;
}

.play-btn.play-btn-outline {
  background: 0 0;
  color: #12bf7c;
}
.play-btn.play-btn-outline i {
  border: 2px solid #12bf7c;
  color: #12bf7c;
  text-shadow: 0 6px 10px rgba(11, 176, 112, 0.4);
  height: 52px;
  width: 52px;
  line-height: 49px;
}

.play-btn-two {
  position: relative;
}
.play-btn-two i:before {
  position: relative;
  z-index: 222;
}
.play-btn-two i:after {
  position: absolute;
  content: "";
  height: 50px;
  width: 50px;
  background: #e6e7eb;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  z-index: 1;
}

.app-btn {
  padding: 10px 20px;
  border-radius: 30px;
  color: #D43396;
  display: inline-block;
  font-size: 18px;
  border-radius: 30px;
  border: 2px solid #D43396;
}
.app-btn i {
  color: #D43396;
  font-size: 20px;
  vertical-align: -2px;
  margin-right: 4px;
  transition: all 0.3s ease-in-out;
}
.app-btn:hover {
  color: #fff;
  background: #7052fb;
  box-shadow: 0 20px 30px 0 rgba(67, 37, 204, 0.2);
}
.app-btn:hover i {
  color: #fff;
}

.app-btn.btn-active {
  background: 0 0;
  color: #fff;
  -webkit-box-shadow: 0 20px 30px 0 rgba(67, 37, 204, 0.2);
  background: #D43396;
  box-shadow: 0px 20px 30px 0px rgba(146, 18, 97, 0.2);
  border: 2px solid #D43396;
}
.app-btn.btn-active i {
  color: #fff;
}
.app-btn.btn-active:hover {
  background: 0 0;
  color: #7052fb;
  box-shadow: none;
}
.app-btn.btn-active:hover i {
  color: #7052fb;
}

.app-btn.color-ten {
  background-color: #d43396;
  border-color: #d43396;
  color: #fff;
  box-shadow: 0 20px 30px 0 rgba(146, 18, 97, 0.2);
}
.app-btn.color-ten i {
  color: #fff;
}
.app-btn.color-ten:hover {
  background: 0 0;
  color: #d43396;
  box-shadow: none;
}
.app-btn.color-ten:hover i {
  color: #d43396;
}

.app-btn.color-ten.btn-outline {
  background: 0 0;
  color: #d43396;
  border: 2px solid #d43396;
  box-shadow: none;
}
.app-btn.color-ten.btn-outline i {
  color: #d43396;
}
.app-btn.color-ten.btn-outline:hover {
  background: #d43396;
  color: #fff;
}
.app-btn.color-ten.btn-outline:hover i {
  color: #fff;
}

.app-btn-two {
  background: #1a133b;
  color: #fff;
  display: inline-flex;
  padding: 10px 25px;
  font-size: 18px;
  border-radius: 6px;
  align-items: center;
}
.app-btn-two span {
  display: block;
}
.app-btn-two i {
  margin-right: 15px;
  font-size: 28px;
}
.app-btn-two .btn-text {
  font-weight: 500;
  line-height: 20px;
}
.app-btn-two .btn-text .text-top {
  font-size: 14px;
  font-weight: 400;
}
.app-btn-two:hover {
  background: #12bf7c;
  color: #fff;
}

.app-btn-two.btn-light {
  background: #f3f3f4;
  color: #1a133b;
}
.app-btn-two.btn-light .top-text {
  color: #76747f;
}

.return-to-top {
  position: fixed;
  bottom: -30px;
  right: 20px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  z-index: 998;
  border-radius: 50%;
  opacity: 0;
  transition: bottom 0.5s ease, opacity 0.5s ease;
}
.return-to-top:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: 0 0;
  opacity: 1;
  display: block;
  transform: scale(1);
  transition: all 0.3s ease;
  border-radius: inherit;
  transition: transform 0.5s ease, opacity 0.6s ease;
}
.return-to-top:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0 transparent;
  transform: scale(1);
  transition: all 0.3s ease;
  border-radius: inherit;
}
.return-to-top > i {
  position: relative;
  overflow: hidden;
  font-size: 12px;
  width: inherit;
  height: inherit;
  line-height: inherit;
  display: block;
  color: transparent;
  text-shadow: 0 0 #fff, 0 50px #fff;
  transition: text-shadow 0.2s ease;
  z-index: 1;
}
.return-to-top:hover:after {
  transform: scale(1.07);
  background: #fa7070;
  box-shadow: 0 10px 20px 8px rgba(0, 0, 0, 0.15);
}
.return-to-top:hover > i {
  text-shadow: 0 -50px #fff, 0 0 #fff;
}

.list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-items li {
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  color: #2b2350;
  padding-left: 36px;
  position: relative;
}
.list-items li:before {
  content: "N";
  position: absolute;
  left: 0;
  top: 0;
  color: #fa7070;
}

.list-items.color-two li:before {
  color: #7052fb;
}

.list-items.color-eight {
  margin-bottom: 30px;
}
.list-items.color-eight li {
  color: #14aeee;
}
.list-items.color-eight li:before {
  color: #14aeee;
}

.list-items.list-with-icon li:before {
  display: none;
}
.list-items.list-with-icon li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #7052fb;
}

.list-items.list-icon-arrow li {
  padding-left: 25px;
}
.list-items.list-icon-arrow li:before {
  content: "$";
  color: #12bf7c;
}

.pixFadeUp {
  animation-name: pixFadeUp;
}

.pixFadeDown {
  animation-name: pixFadeDown;
}

.pixFadeLeft {
  animation-name: pixFadeLeft;
}

.pixFadeRight {
  animation-name: pixFadeRight;
}

.pixZoomIn {
  animation-name: pixZoomIn;
}

/* .page-loader {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999;
}
.page-loader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-loader svg {
  display: none;
} */

/* Preloader */
.container-preloader {
	align-items:center; cursor:none; display:flex; height:100%;
  justify-content:center; position:fixed; left:0; top:0; width:100%; z-index:999;
}
.container-preloader .animation-preloader {
	position:absolute; z-index: 100;}
/* Spinner Loading */
.container-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
	border-radius: 50%;  border: 10px solid rgba(0, 0, 0, 0.2);
  border-top-color: #123456; /* It is not in alphabetical order so that you do not overwrite it */
  height: 9em;  margin: 0 auto 3.5em auto; width: 9em;
}
/* Loading text */
.container-preloader .animation-preloader .txt-loading {
  font: bold 5em 'Montserrat', sans-serif;
	text-align: center;	user-select: none;
}
.container-preloader .animation-preloader .txt-loading .characters:before {
  animation: characters 4s infinite;  color: #123456;
  content: attr(preloader-text);  left: 0;
  opacity: 0;  position: absolute;  top: 0;
  transform: rotateY(-90deg);
}
.container-preloader .animation-preloader .txt-loading .characters {
	color: rgba(0, 0, 0, 0.2);	position: relative;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
  animation-delay: 0.2s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
  animation-delay: 0.4s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
  animation-delay: 0.6s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
  animation-delay: 0.8s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
  animation-delay: 1s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(7):before {
  animation-delay: 1.2s;
}
.container-preloader .loader-section {
  background-color: #ffffff;  height: 100%;
  position: fixed;  top: 0;  width: calc(50% + 1px);
}
.container-preloader .loader-section.section-left {
  left: 0;
}
.container-preloader .loader-section.section-right {
  right: 0;
}
/* Fade effect on loading animation */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
/* Curtain effect */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}
.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}
/* Animation of the preloader */
@keyframes spinner {
to {
	transform: rotateZ(360deg);
}}
/* Animation of letters loading from the preloader */
@keyframes characters {
  0%,
  75%,
  100% {
 opacity: 0;
 transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }}
/* Laptop size back (laptop, tablet, cell phone) */
@media screen and (max-width: 767px) {
	/* Preloader */
	/* Spinner Loading */	
	.container-preloader .animation-preloader .spinner {
	height: 8em;
	width: 8em;
	}
	/* Text Loading */
	.container-preloader .animation-preloader .txt-loading {
	  font: bold 3.5em 'Montserrat', sans-serif;
	}}
@media screen and (max-width: 500px) {
	/* Prelaoder */
	/* Spinner Loading */
	.container-preloader .animation-preloader .spinner {
	height: 7em;
	width: 7em;
	}
	/*Loading text */
	.container-preloader .animation-preloader .txt-loading {
	  font: bold 2em 'Montserrat', sans-serif;
	}}
.origin{text-decoration:none;
font-size:45px;}




.blobs {
  filter: url(#goo);
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  transform-style: preserve-3d;
}
.blobs .blob-center {
  transform-style: preserve-3d;
  position: absolute;
  background: #fa7070;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform-origin: left top;
  transform: scale(0.9) translate(-50%, -50%);
  animation: blob-grow linear 3.4s infinite;
  border-radius: 50%;
  box-shadow: 0 -10px 40px -5px #fa7070;
}

.blob {
  position: absolute;
  background: #fa7070;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  animation: blobs ease-out 3.4s infinite;
  transform: scale(0.9) translate(-50%, -50%);
  transform-origin: center top;
  opacity: 0;
}
.blob:nth-child(1) {
  animation-delay: 0.2s;
}
.blob:nth-child(2) {
  animation-delay: 0.4s;
}
.blob:nth-child(3) {
  animation-delay: 0.6s;
}
.blob:nth-child(4) {
  animation-delay: 0.8s;
}
.blob:nth-child(5) {
  animation-delay: 1s;
}

.site-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 991;
  transition: all 0.3s ease-in-out;
}
.site-header .header-inner {
  position: relative;
}
.site-header .header-inner .site-logo a {
  display: block;
  max-width: 150px;
}
.site-header .header-inner .site-logo a img {
  width: 100%;
}
.site-header .header-inner .site-logo a .sticky-logo {
  display: none;
}
.site-header .header-inner .site-nav {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.site-header .header-inner .site-nav .menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.site-header .header-inner .site-nav .menu-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .site-header .header-inner .site-nav .menu-wrapper {
    display: block;
  }
}
.site-header .header-inner .site-nav .nav-right {
  margin-left: 50px;
}
.site-header .header-inner .site-nav .nav-right .nav-btn {
  background: #fff;
  box-shadow: 0 20px 30px 0 rgba(79, 35, 35, 0.15);
  color: #fa7070;
  display: inline-block;
  padding: 7px 37px;
  font-weight: 600;
  border-radius: 30px;
  font-size: 14px;
  border: 2px solid transparent;
}
.site-header .header-inner .site-nav .nav-right .nav-btn:hover {
  background: #fa7070;
  color: #fff;
}


.site-header .header-inner .site-nav.nav-two .nav-right .nav-btn {
  background: 0 0;
  color: #fff;
  box-shadow: none;
  padding: 6px 37px;
}
.site-header .header-inner .site-nav.nav-two .nav-right .nav-btn:hover {
  background: #fff;
  color: #7052fb;
  border-color: #fff;
}
.site-header .header-inner .site-nav.nav-two .nav-right .nav-btn.style-two {
  background: rgba(18, 52, 86, 1);
  border-color:none;
  color: #fff;
  padding: 9px 37px;
  border-radius: 5px;
}
.site-header .header-inner .site-nav.nav-two .nav-right .nav-btn.style-two:hover {
  background: #fff;
  color:  rgba(18, 52, 86, 1);
}
.site-header .header-inner .site-nav.nav-two .site-main-menu li .sub-menu li a:hover {
  color: #7052fb;
}
.site-header .site-mobile-logo {
  display: none;
}
.site-header .site-main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 15px;
}
.site-header .site-main-menu li {
  margin: 0 23px;
  position: relative;
  padding: 36px 0;
  transition: all 0.3s ease-in-out;
}
.site-header .site-main-menu li:last-child {
  margin-right: 0;
}
.site-header .site-main-menu li > a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.site-header .site-main-menu li > a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #fff;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  left: 0;
}
.site-header .site-main-menu li > a:hover:after {
  width: 100%;
  opacity: 1;
}
.site-header .site-main-menu li .sub-menu {
  display: block;
  margin: 0;
  padding: 23px 30px;
  list-style: none;
  background: #fff;
  box-shadow: 0 0 36px 4px rgba(79, 35, 35, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  min-width: 250px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 999999;
  border-radius: 4px;
}
.site-header .site-main-menu li .sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
}
.site-header .site-main-menu li .sub-menu li a {
  display: block;
  padding: 3px 0;
  color: #797687;
  font-size: 14px;
  font-weight: 500;
}
.site-header .site-main-menu li .sub-menu li a:after {
  display: none;
}
.site-header .site-main-menu li .sub-menu li a:hover {
  color: #fa7070;
}
.site-header .site-main-menu li .sub-menu li:last-child a {
  border-bottom: 0;
}
.site-header .site-main-menu li .sub-menu li.menu-item-has-children:after {
  content: "5";
  right: 0;
  color: #333;
}
.site-header .site-main-menu li .sub-menu li.menu-item-has-children .sub-menu {
  left: 105%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.site-header .site-main-menu li .sub-menu li.menu-item-has-children:hover .sub-menu {
  top: -23px;
  visibility: visible;
  opacity: 1;
}
.site-header .site-main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.site-header .site-main-menu li.menu-item-has-children:after {
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.site-header .site-main-menu li.menu-item-has-children:hover:after {
  color: #fa7070;
}

.logo-sticky {
  display: none;
}

.pix-header-fixed {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 995;
  box-shadow: 0 10px 20px 0 rgba(79, 35, 35, 0.08);
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background-color: #fff !important;
}
.pix-header-fixed .header-inner .site-logo {
  padding: 18px 0;
}
.pix-header-fixed .header-inner .site-logo .logo-sticky {
  display: block;
}
.pix-header-fixed .header-inner .site-logo .logo-main {
  display: none;
}
.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn {
  background: 0 0;
  color: #fa7070;
  box-shadow: none;
 
}
.pix-header-fixed .header-inner .site-nav .nav-right .nav-btn:hover {
  background: #fa7070;
  color: #fff;
}
.pix-header-fixed .header-inner .site-nav.nav-two .nav-right .nav-btn {
  color: rgba(0, 0, 0, 0.75);
}
.pix-header-fixed .header-inner .site-nav.nav-two .nav-right .nav-btn:hover {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}
.pix-header-fixed .header-inner .site-nav.nav-two .nav-right .nav-btn.style-two {
    color: #fff;
}
.pix-header-fixed .header-inner .site-nav.nav-two .nav-right .nav-btn.style-two:hover {
  background: #123456;
  color: #fff;
}
.pix-header-fixed .header-inner .site-nav.nav-two .site-main-menu li a:hover {
  color:rgba(0, 0, 0, 0.75);
}
.pix-header-fixed .site-main-menu li {
  padding: 28px 0;
}
.pix-header-fixed .site-main-menu li a {
  color: #333;
}
.pix-header-fixed .site-main-menu li a:after {
  display: none;
}
.pix-header-fixed .site-main-menu li a:hover {
  color: #fa7070;
}
.pix-header-fixed .site-main-menu li a:hover:after {
  background: #fa7070;
}
.pix-header-fixed .site-main-menu li a:hover:before {
  background: #fa7070;
}
.pix-header-fixed .site-main-menu li.menu-item-has-children:after {
  color: #333;
}
.pix-header-fixed .site-logo .main-logo {
  display: block !important;
}
.pix-header-fixed .site-logo .sticky-logo {
  display: block;
}

.pix-header-fixed.header-five .header-inner .site-nav .nav-right .nav-btn {
  color: #7052fb;
  border: 2px solid #7052fb;
}
.pix-header-fixed.header-five .header-inner .site-nav .nav-right .nav-btn:hover {
  background: #7052fb;
  border-color: #7052fb;
  color: #fff;
}

.close-menu {
  display: none;
}

.home-color-two .return-to-top:hover:after {
  transform: scale(1.07);
  background: #7052fb;
  box-shadow: 0 10px 20px 8px rgba(0, 0, 0, 0.15);
}
.home-color-two .return-to-top:hover > i {
  text-shadow: 0 -50px #fff, 0 0 #fff;
}

.banner {
  position: relative;
}
.banner .banner-content-wrap {
  position: relative;
  transform: translateY(52%);
  z-index: 2;
}
.banner .banner-content .banner-title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.banner .banner-content .banner-title span {
  font-weight: 800;
}
.banner .banner-content .description {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  margin-bottom: 47px;
}
.banner .banner-content .banner-btn {
  color: #fff;
  padding: 10px 40px;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 14px;
  display: inline-block;
}
.banner .banner-content .banner-btn:hover {
  background: #fff;
  color: #fa7070;
  box-shadow: 0 20px 30px 0 rgba(79, 35, 35, 0.15);
}
.banner .banner-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner.banner-gritt {
  /* background: linear-gradient(96.46deg, #123456 0%, #2772BC 94.73%); */
  padding-top: 290px;
  position: relative;
  background-image: url('../img/bannervector.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  padding-bottom: 232px;
  
}
.banner.banner-gritt .decor1{
    position: absolute;
    left: 0;
    top: 0;
   
}
.star_decor{
    position: absolute;
    left: -60px;
    top: -15px;    
}
.banner.banner-gritt .decor1 img{
      width: 85%;
}
.banner.banner-gritt .banner-content-wrap-two {
  padding-top: 185px;
}
.banner.banner-gritt .banner-content {
  margin-bottom: 100px;
  position: relative;
  z-index: 22;
  padding-right: 50px;
}
.banner.banner-gritt .banner-content .banner-title {
  font-size: 55px;
  line-height: 76px;
  font-weight: 500;
  margin-bottom: 20px;
}
.banner.banner-gritt .banner-content .banner-title span {
  font-weight: 300;
}
.banner.banner-gritt .banner-content .description {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  margin-bottom: 47px;
}
.banner.banner-gritt .banner-content .lounching {
  color: #D43396;
  border-radius: 30px;
  border: 2px solid #FFF;
  background: #FFF;
  padding: 16px 37px;
  font-weight: 600;
}
.banner.banner-gritt .promo-mockup {
  right: 3%;
  width: 55%;
  position: absolute;
  top: 18%;
  z-index: 1;
  animation: jump 2s infinite;
}
.banner.banner-gritt .promo-mockup .ban_img{
  width: 90% !important;
  animation: img-anim-right 1s forwards cubic-bezier(.645,.045,.355,1) 2.8s;
  opacity: 0;
  
}

@keyframes img-anim-right {
  0% {
      transform: translateX(10%);
      clip-path: inset(0 0 0 100%);
      opacity: 0;
  }
  100% {
      transform: translateX(0);
      clip-path: inset(0 0 0 0);
      opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .banner.banner-gritt .promo-mockup {
    position: static;
    width: 100%;
  }
  .banner.banner-gritt{
    padding-bottom: 4px !important;
  }
}


@media screen and (min-width: 767px) and (max-width: 1024px) {
  .banner.banner-gritt .promo-mockup{
    position: static;
    width: 100%;
  }
  .banner.banner-gritt{
    padding-top: 90px !important;
  }
  .star_decor {
    position: absolute;
    left: auto;
    top: -15px;
    right: 13px;
}
.site-header{
  padding: 12px 0px;
}
.management .men{
  display: none;
}
.chooseus_text {
  padding-left: 26px;
  margin-top: 25px;
}
.chooseus_text .managestar3 {
  position: absolute;
  left: 0% !important;
  top: 0% !important;
  width: 25px;
}
.contactus {
  padding: 8px 0px 55px 0px;
}
.accor_head .managestar3 {
  position: absolute;
  right: -1% !important;
  top: -36% !important;
}
.accordions {
  background: var(--Light-BG-EF, #EEEFFF);
  padding: 7% 2% !important;
  margin-bottom: 3rem;
}
#footer.footer-app .widget.footer-widget .widget-titlee{
  margin-top: 20px;
}
.widget-title{
  margin-bottom: 5px !important;
}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) 
and (-webkit-min-device-pixel-ratio: 1) { 
  .star_decor {
    position: absolute;
    left: -31px;
    top: -38px;
}
.banner.banner-gritt {
  height: 700px !important;
  padding-top: 240px;
}
.banner.banner-gritt .banner-content{
  padding-right: 0px !important;
}
.managestar2 {
  position: absolute;
  left: -8% !important;
  bottom: 0;
}
.management .men{
  display: none;
}
.managestar3 {
  position: absolute;
  right: -7% !important;
  bottom: -13% !important;
}
.cash_svg {
  position: absolute;
  bottom: 15px;
  right: -16px !important;
 }
 .cash_svg img {
  width: 75% !important;
 }
 .pricing-table .price-feture li{
  font-size: 11px !important;
 }
 .pricing-table.style-two{
  padding: 50px 10px 5px !important;
 }
 .pricing_dec .dec_women{
  display: none;
 }
 .contactus_content .managestar2 {
  display: none;
 }
}


@media only screen 
and (min-device-width : 820px) 
and (max-device-width : 1180px) 
and (orientation : landscape) 
and (-webkit-min-device-pixel-ratio: 1) { 
  .cash_svg {
    position: absolute;
    bottom: 15px;
    right: -16px !important;
   }
   .cash_svg img {
    width: 75% !important;
   }
   .pricing-table .price-feture li{
    font-size: 11px !important;
   }
   .pricing-table.style-two{
    padding: 50px 10px 5px !important;
   }
   .pricing_dec .dec_women{
    display: none;
   }
   .contactus_content .managestar2 {
    display: none;
   }
   .banner.banner-gritt {
    height: 722px !important;
    padding-top: 240px;
}
.banner.banner-gritt .banner-content{
  padding-right: 0px !important;
}
.carousel-frame{
  height: min(calc(100vh - 0px), 374px) !important;
}
.chooseus_text .managestar3{
  top: -8% !important;
}
}

.banner.banner-gritt .play-btn {
  font-weight: 400;
}
.banner.banner-gritt .play-btn i {
  color: #7052fb;
  text-shadow: none;
}
.banner.banner-gritt .bg-shape-inner {
  position: absolute;
  bottom: -2px;
}


/* features */
.features{
  position: relative;
  padding: 90px 10px 68px 10px;
  background: var(--Light-BG-EF, #EEEFFF);
}
.features::after{
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 50%;
 /* background-image: url('../img/featuresbackground.svg'); */
 background-image: url('../img/about_bg_7_1.png');
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 opacity:  1;
 z-index: 0;

}
.featuresection-title{
  position: relative;
  z-index: 1
}
.featuresection-title h2{
  color: #123456;
}
.featuresection-title h4{
  color: #324b65;
  text-transform: uppercase;
  font-size: 14px;
}
.management{
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 30px;
  padding: 35px 40px;
  margin-top: 25px;
}
.icon_text{
  display: flex;
  gap: 18px;
}
.text_management h4{
  color: #303030;
}
.text_management p{
  color: #505050;
}
.mangement_list ul{
  padding-left: 13px;
  display: grid;
    gap: 8px;
    margin-top: 10px;
}
.text_management{
  padding-right: 15px;
}
.mangement_list ul li{
  color: #555555;
  
}
.management .men{
  position: absolute;
  left: -115px;
  bottom: -68px;
}
.men_img {
 width: 55%;
}
.managestar1{
  position: absolute;
  left: 29%;
  top: -25px;
}
.managestar2{
  position: absolute;
  left: -12%;
  bottom: 0;
}
.managestar3{
  position: absolute;
  right: -15%;
  bottom: 15%;;
}
/* end features */
/* why choose us */

.carousel-frame {
  position: relative;
  width: 100%;
  height: min(calc(100vh - 0px), 470px);
  margin: 10px auto;
  border-radius: 16px;
  overflow: hidden;
  /* box-shadow: inset 60px 0px 60px -60px rgb(0, 0, 0),
    inset -60px 0px 60px -60px rgb(0, 0, 0);
  background-image: radial-gradient(
    circle,
    transparent,
    transparent 75%,
    rgba(0, 0, 0, 0.3)
  ); */
  /* background-color: white; */
}

.carousel-slide {
  display: flex;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.carousel-slide img {
  min-width: 100%;
  object-fit: cover;
}

.carousel-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -15px;
  z-index: 10;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.carousel-next {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -15px;
  z-index: 10;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.carousel-dots {
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3%;
    margin: 0 auto;
    width: max(100px, 15%);
    display: flex;
    padding-left: 0px;
    gap: 10px;
    justify-content: center;
}

.carousel-dots li {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.carousel-dots .active-dot {
  background-color: rgba(255, 255, 255, 0.8);
  border:1px solid #123456;
}



.chooseus_row{
  align-items: center;
}
.chooseus_text{
  padding-left: 26px;
}
.choosus_list{
  padding-left: 50px;
  padding-top: 12px;
}
.choosus_list h5{
  font-size: 18px;
  position: relative;
  margin-top: 5px;
}
.choosus_list h5::after{
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 30px;
  left: -25px;
  background: var(--Light-BG-EF, #EEEFFF);
  border:4px solid #12345652;

}
.choosus_list p{
  font-size: 14px;
}
.chooseus_text .managestar3{
  position: absolute;
    left: 4%;
    top: -16%;
    width: 25px;
}
/* end why choose us */
.scroll-circle {
  position: absolute;
  bottom: -48%;
  z-index: 1;
  pointer-events: none;
}



.pricing-two {
  padding-top: 146px;
  padding-bottom: 90px;
  margin: 3rem 0px;
  background: var(--Light-BG-EF, #EEEFFF);
}
@media (max-width: 991px) {
  .pricing-two {
    padding: 76px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .download-feature-image{
    margin-top: 65px;
  }
  .banner.banner-gritt .banner-content .description{
    margin-bottom: 10px;
  }
  .banner.banner-gritt .banner-content{
    margin-bottom: 60px;
  }
  .banner.banner-gritt .promo-mockup .ban_img{
    width: 90% !important;

  }
  .managestar1 {
    position: absolute;
    left: 4%;
    top: -53px;
}
.managestar2 {
  position: absolute;
  left: -5%;
  bottom: -28px;
  width: 20px;
}
.men_img {
  width: 55%;
  display: none;
}
.managestar3 {
  position: absolute;
  right: -6%;
  bottom: -10%;
}
.carousel-slide img {
  min-width: 100%;
  object-fit: contain;
}
.carousel-slide {
  align-items: flex-start;
}
.carousel-dots{
  bottom: 4px;
}
.carousel-frame {
  height: min(calc(88vh - 0px), 271px);
}
.chooseus_text .managestar3 {
  top: -5%;
}
.pricing-tab{
  margin-bottom: 40px !important;
}
.pricing_dec .dec_women{
  display: none;
}
.contactus {
  padding: 0px 0px;
}
.contactus_content .managestar3{
  right: 6% !important;
}
.price-feture li.cont_list{
  margin-bottom: 15px !important;
}
.contact_form{
  width: 100% !important;
}
.contactbg_img{
  right: 15px !important;
}
.accor_head .managestar3{
  display: none;
}
.questindec{
  width: 20% !important;
}
.accordions{
  padding: 8% 0% !important;
}
#accordion .panel-title a{
  font-size: 14px !important;
}
#accordion .panel-title a:before{
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    font-size: 11px;
    text-align: center;
    position: absolute;
    top: 12px;
    right: 9px !important;
}
#footer .footer-inner{
  padding: 0px !important;
}
.widget .social-share-link{
  margin-bottom: 13px;
}
#footer .widget.footer-widget .widget-title{
  margin-bottom: 15px !important;
}
}

.section-title .sub-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #7052fb;
  letter-spacing: 3px;
}
 .offer-tag {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  background: transparent;
  border-radius: 0;
  padding: 0;
  /* z-index: -1; */
}
 .offer-tag .tag {
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -31px;
  top: 25px;
  width: 210px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--body-font);
  letter-spacing: -0.408px;
  background-color: #123456;
  color: #fff;
  display: inline-block;
}
.pricing-two {
  padding-top: 66px;
  padding-bottom: 49px;
}
.pricing_dec{
    position: absolute;
    bottom: -20%;
    left:-40%;
}
.pricing_dec .dec_women{
   width: 61%;
}

.pricing-table {
  border-right: 1px solid #efe7e7;
  padding: 20px 40px;
  margin-bottom: 30px;
}
.price_include{
  width: 100%;
  text-align: center;
  color: #303030;
}
.pricing-table .pricing-header {
  text-align: center;
  margin-bottom: 25px;
}
.pricing-table .pricing-header .price {
  color: #303030;
  font-size: 36px;
  font-weight: 800;
  line-height: 50px;
}
.monthly_price h2{
  margin-bottom: 0px;
}
.annual_price h2{
  margin-bottom: 0px;
}

 .pricing-amount{
  display: grid;
  gap: 10px;
}
.pricing-table .pricing-header .price-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #303030;
}
.pricing-table .pricing-header p {
  margin: 0;
  color: #505050;
}
.pricing-table .pricing-header .annual_price {
  display: none;
}
.pricing-table .pricing-header.change-subs-duration .annual_price {
  display: block;
}
.pricing-table .pricing-header.change-subs-duration .monthly_price {
  display: none;
}
.pricing-table .price-feture {
  padding: 0;
  list-style: none;
  margin-bottom: 55px;
}
.pricing-table .price-feture li {
  padding-left: 33px;
  position: relative;
  margin-bottom: 12px;
  font-size: 13px;
}
.pricing-table .price-feture li:before {
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
}
.key-features{
  color: #303030;
  font-weight: 600;

}
.pricing-table .price-feture li.have:before {
  content: '\f058';
  color: #123456;
  font-family: FontAwesome;
}
.pricing-table .price-feture li.not:before {
  content: "\f058";
  color: #123456;
  font-family: FontAwesome;
}
.trail_btn{
   display: grid;
    align-items: center;
    text-align: center;
    gap: 9px;
    margin-bottom: 25px;
}
.pricing-table .pix-btn {
  text-align: center;
  padding: 8px 0;
  text-align: center;
}

.pricing-table.br-left {
  border-left: 1px solid #efe7e7;
}

.pricing-table.color-two .pricing-header .price {
  color: #303030;
}

.pricing-table.color-three .pricing-header .price {
  color: #303030;
}
.monthly_price .monthly{
  color: #505050;
}

.pricing-table.style-two {
  background: #fcf7f7;
  padding: 50px 35px 5px;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: 0;
}
.cash_svg{
  position: absolute;
    bottom: 15px;
    right: 22px;
}
.pricing-table.style-two .pricing-header {
  text-align: left;
  border-color: #b4b2bf;
}
.pricing-table.style-two .pricing-header .price-title {
  letter-spacing: 0;
  text-transform: capitalize;
}
.pricing-table.style-two:hover {
  background: #fff;
  box-shadow: 0px 40px 80px 0px rgba(43, 35, 79, 0.14);
}

.pricing-table.style-two.price-two {
  background: #f8f7fc;
}

.pricing-table.style-two.price-two.featured .trend:before {
  border-right: 90px solid #123456;
}

.pricing-table.featured .trend {
  position: absolute;
  top: 0;
  right: 0;
}
.pricing-table.featured .trend p {
  color: #fff;
  transform: rotate(45deg);
  margin-left: 22px;
  margin-bottom: 0;
  z-index: 22;
  font-size: 14px;
  padding-top: 17px;
  padding-bottom: 15px;
}
.pricing-table.featured .trend:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 90px solid transparent;
  border-right: 90px solid #fa7070;
  position: absolute;
  top: 0;
  right: 0;
}

.pricing-table.style-three {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(2, 2, 53, 0.1);
  padding: 50px 45px;
  border-right: 0;
}
.pricing-table.style-three .pricing-header {
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 23px;
  border-bottom: 0;
}
.pricing-table.style-three .pricing-header .price-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: inherit;
  text-transform: capitalize;
  margin-bottom: 22px;
}
.pricing-table.style-three .pricing-header .price {
  font-size: 34px;
  color: #14aeee;
  font-weight: 600;
  margin-bottom: 18px;
}
.pricing-table.style-three .pricing-header .price span {
  font-size: 16px;
  color: #2c234d;
}
.pricing-table.style-three .pricing-header p {
  color: #2c234d;
}
.pricing-table.style-three .price-feture {
  margin-bottom: 42px;
}
.pricing-table.style-three .price-feture li {
  position: relative;
  font-size: 14px;
  color: #2c234d;
}
.pricing-table.style-three .price-feture li:before {
  content: "N";
  left: 0;
  position: absolute;
  color: #3dbd70;
}
.pricing-table.style-three .price-feture li span {
  font-size: 12px;
  background: #40de7b;
  color: #fff;
  padding: 4px 7px;
  display: inline-block;
  line-height: 1;
  border-radius: 4px;
  margin-left: 5px;
}
.pricing-table.style-three .price-feture li span.red {
  background: #f62c2c;
}
.pricing-table.style-three .pix-btn {
  background: #def4fd;
  color: #14aeee;
  border: 0;
  width: auto;
  padding: 11px 42px;
}
.pricing-table.style-three .pix-btn:hover {
  color: #fff;
  background: #14aeee;
  box-shadow: none;
}

.pricing-hosting {
  padding: 110px 0 90px;
}

.tabed-content .tabs-item {
  display: none;
}

.pricing-tab {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
.pricing-tab .tab-btn {
  cursor: pointer;
}
.pricing-tab .monthly_tab_title {
  color: #fa7070;
}
.pricing-tab .pricing-tab-switcher {
  height: 40px;
  width: 90px;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s ease;
  margin: 0 18px;
  transform: translateY(-3px);
  border: 1px solid #dcd2d2;
  border-radius: 30px;
  cursor: pointer;
}
.pricing-tab .pricing-tab-switcher:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  background: #fa7070;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  transition: all 0.3s ease;
  box-shadow: 0px 14px 24px 0px rgba(176, 70, 70, 0.4);
}
.pricing-tab .pricing-tab-switcher.active:before {
  left: calc(100% - 35px);
}
.pricing-tab span {
  vertical-align: middle;
}

.pricing-tab.seleceted .annual_tab_title {
  color: #fa7070;
}
.pricing-tab.seleceted .monthly_tab_title {
  color: #797687;
}

.pricing-tab.color-two .pricing-tab-switcher:before {
  background: #123456;
  box-shadow: 0px 14px 24px 0px rgba(90, 70, 176, 0.4);
}
.pricing-tab.color-two .monthly_tab_title {
  color: #123456;
}
.pricingtitle{
  color: #123456;
  font-weight: 700;
    margin-bottom: 12px;
}
.pricingsub-title{
  color: #555555;
}
.pricing-tab.color-two.seleceted .annual_tab_title {
  color: #123456;
}
.pricing-tab.color-two.seleceted .monthly_tab_title {
  color: #797687;
}

/* contact form */
.price-feture li.cont_list::after {
  content: '';
  background-image: url(../img/tick.svg);
  position: absolute;
  left: -32px;
  top: 1px;
  list-style: none;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
}
.price-feture li.cont_list{
  list-style: none;
  position: relative;
  margin-bottom: 4px;
  color: #555555;
}
.contactus .contact_title {
  padding-bottom: 1rem;
  font-size: 30px;
  position: relative;
  z-index: 99;
  color: #303030;
 
}

.contact_title .title_dec {
  position: absolute;
  bottom: 21px;
  width: 18%;
}
.contact_sub{
  margin-bottom: 25px;
  color: #505050;
}
.callus{
  border-top: 1px solid var(--Grey, #555555);
    margin-top: 2rem;
    padding-top: 1rem;
}
.callus p{
  margin-bottom: 4px;
  color: #505050;
  font-size: 14px;
}
.callus span{
  color: #303030;
  font-size: 16px;
  font-weight: 600;
}
.contact_form{
    box-shadow: 0px 3px 40px 0px #0000001A;
    padding: 35px 40px;
    width: 90%;
    margin-top: 15%;
}
.contactus_row{
  align-items: flex-start !important;
}
.contactus_content .managestar2{
   position: absolute;
    left: -12%;
    bottom: -15%;
}
.contactus_content .managestar3 {
  position: absolute;
  right: 0%;
  top: -15px;
}
.contactbg_img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20%;
}
.form_title{
  color: #303030;
  font-weight: 600;
  margin-bottom: 25px;
}
.form-group .form-control{
  background: var(--Light-BG-EF, #EEEFFF);
    border: none
}
.form-group .send_btn{
    width: 100%;
    background: #123456;
    border: none;
    padding: 5px 0px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}

/* end contact form */
/* accordions */
#accordion .panel{
  border: none;
  border-radius: 3px;
  box-shadow: none;
  margin-bottom: 15px;
}
#accordion .panel-heading{
  padding: 0;
  border: none;
  border-radius: 3px;
}
#accordion .panel-title a{
  display: block;
  padding: 12px 15px;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  color: #303030;
  /* border: 1px solid #ececec;
  box-shadow: 0 0 10px rgba(0,0,0,.05); */
  position: relative;
  transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed{
  box-shadow: none;
  color: #303030;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  width: 22px;
  height: 22px;
  line-height: 24px;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  position: absolute;
  top: 12px;
  right: 15px;
  transform: rotate(135deg);
  transition: all 0.3s ease 0s;
  background: #2772bc;
  border-radius: 30px;
  color: #fff;
}
#accordion .panel-title a.collapsed:before{
  color: #303030;
  transform: rotate(0);
  border-radius: 30px;
  color: #fff;
}

#accordion .panel-body{
  padding: 10px 15px 15px;
  border: none;
  font-size: 15px;
  color: #555555;
  line-height: 27px;
}
.accordions{
  background: var(--Light-BG-EF, #EEEFFF);
  padding: 8% 10%;
  margin-bottom: 3rem;
}
.accor_content{
    padding: 3% 3%;
    background: #fff;
    border-radius: 15px;
}
.accor_head{
  text-align: center;
    padding-bottom: 25px;
}
.questindec{
  position: absolute;
  width: 15%;
  left: 5%;
  bottom: 0;
}
.accor_content .managestar2{
  position: absolute;
    left: -7%;
    bottom: -10%;
}
.accor_head  .managestar3{
  position: absolute;
    right: -1%;
    top: -80%;
}
/* end accordions */
.tabs-wrapper {
  max-width: 830px;
  margin: 0 auto;
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-footer input {
  width: 15px;
  margin-right: 10px;
}
.form-footer .submit-btn {
  padding: 8px 45px;
}

.circle-blog {
  position: absolute;
  top: -11%;
  left: -11%;
  z-index: -1;
}


.widget:not(:last-child) {
  margin-bottom: 50px;
}
.widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ebe3e3;
  padding-bottom: 13px;
  margin-bottom: 25px;
}
.widget .social-share-link {
  display: flex;
}
.widget .social-share-link li a {
  display: block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
}
.widget .social-share-link li a i {
  margin: 0px;
}
.widget .social-share-link li .share_twitter {
  background: #1da1f2;
}
.widget .social-share-link li .share_facebook {
  background: #4267b2;
}
.widget .social-share-link li .share_pinterest {
  background: #e60023;
}
.widget .social-share-link li .share_linkedin {
  background: #0073b1;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li a {
  font-size: 16px;
  line-height: 40px;
  color: #fa7070;
  font-weight: 500;
}
.widget ul li a:hover {
  color: #22cd1a;
}

.footer-marketing .widget .footer-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a133b;
  margin-bottom: 16px;
}


.error-page {
  background: #fef9f9;
  padding: 185px 0 165px;
}

.error-content-wrapper img {
  margin-bottom: 30px;
}
.error-content-wrapper .error-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}
.error-content-wrapper p {
  font-size: 20px;
  margin-bottom: 47px;
}
.error-content-wrapper .pix-btn {
  padding: 11px 67px;
}

#footer .footer-inner {
  padding: 116px 0 62px;
}
#footer .widget.footer-widget .widget-title {
  color: #1acb44;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 38px;
  border-bottom: 0;
  padding-bottom: 0;
}
#footer .widget.footer-widget p {
  margin-bottom: 40px;
}
#footer .footer-menu {
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}
#footer .footer-menu li:not(:last-child) {
  margin-bottom: 10px;
}
#footer .footer-menu li a {
  display: block;
  color: #fa7070;
  font-weight: 400;
  line-height: 30px;
}
#footer .footer-menu li a:hover {
  color: #22cd1a;
}
#footer .footer-logo {
  display: block;
  margin-bottom: 30px;
}
#footer .email-info {
  display: block;
  color: #22cd1a;
  margin-bottom: 20px;
}
#footer .email-info i {
  margin-right: 10px;
}
#footer .widget-contact .widget-contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 240px;
}
#footer .widget-contact .widget-contact-info li {
  color: #b5b3be;
  font-weight: 300;
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
#footer .widget-contact .widget-contact-info li i {
  margin-right: 10px;
  color: #12bf7c;
}
#footer .copyright-text {
  margin-bottom: 50px;
}
#footer .copyright-text a {
  color: #22cd1a;
}
#footer .footer-social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer-social-link li {
  display: inline-block;
}
#footer .footer-social-link li:not(:last-child) {
  margin-right: 10px;
}
#footer .footer-social-link li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 1px solid #e6dbdb;
  display: block;
  border-radius: 50%;
  color: #9694a1;
  text-align: center;
  font-size: 16px;
}
#footer .footer-social-link li a:hover {
  background: #fa7070;
  border-color: #fa7070;
  color: #fa7878;
  box-shadow: 0 20px 30px 0 rgba(176, 70, 70, 0.3);
}
#footer .site-info {
  padding: 36px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e4d9d9;
  position: relative;
  z-index: 3;
}
#footer .site-info p {
  margin: 0;
}
#footer .site-info p a {
  color: #22cd1a;
  font-weight: 500;
}
#footer .site-info p a:hover {
  color: #f83f3f;
}

#footer.footer-app {
  padding-bottom: 50px;
}
#footer.footer-app .widget.footer-widget .widget-title {
  color: #fff;
}
#footer.footer-app .widget.widget-about {
  max-width: 240px;
}
#footer.footer-app .widget.widget-about p {
  color: #b5b3be;
  margin-bottom: 26px;
}
#footer.footer-app .widget.widget-about .footer-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
#footer.footer-app .footer-menu li:not(:last-child) {
  margin-bottom: 5px;
}
#footer.footer-app .footer-menu li a {
  color: #b5b3be;
}
#footer.footer-app .footer-menu li a:hover {
  color: #fff;
}
#footer.footer-app .site-info {
  display: block;
  border-top-color: #2f3255;
  padding: 25px 0;
}
#footer.footer-app .site-info p {
  color: #9997a2;
}
#footer.footer-app .site-info p a {
  color: #12bf7c;
}
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 997;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear
}

.scroll-top:after {
  content: "\f062";
  font-family: FontAwesome;
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #555;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid #123456;
  box-shadow: none;
  border-radius: 50%
}

.scroll-top svg {
  color: #123456;
  border-radius: 50%;
  background: #fff;
}

.scroll-top svg path {
  fill: none
}

.scroll-top .progress-circle path {
  stroke:#123456;
  stroke-width: 20px;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}


@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Flaticon;
    src: url(../fonts/Flaticon.svg#Flaticon) format("svg");
  }
}
@media (max-width: 991px) {
  .toggle-menu {
    position: absolute;
    left: 0;
    width: 26px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: 24px;
  }
  .toggle-menu .bar {
    width: 18px;
    height: 2px;
    display: block;
    float: left;
    margin: 3px auto;
    transition: all 0.3s ease-in-out;
    background: #fff;
  }
  .toggle-menu .bar:nth-child(2) {
    width: 24px;
  }
  .site-header .header-inner {
    text-align: center;
    padding: 15px 0;
  }
  .site-header .header-inner .site-nav .nav-right {
    margin-left: 20px;
  }
  .site-header .header-inner .site-nav .nav-right .nav-btn {
    padding: 8px 22px;
  }
  .site-header .site-mobile-logo {
    display: block;
  }
  .site-header .site-main-menu li {
    margin: 0 15px;
  }
  .site-header .site-logo {
    display: none;
  }
  .site-header .site-nav {
    position: fixed;
    width: 320px !important;
    height: 100vh;
    background: #fff;
    top: 0;
    left: -100%;
    display: block !important;
    transition: all 0.5s ease-in-out;
    overflow: scroll;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  }
  .site-header .site-nav .site-main-menu {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    text-align: left;
  }
  .site-header .site-nav .site-main-menu li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f1f2f3;
  }
  .site-header .site-nav .site-main-menu li:first-child {
    border-top: 1px solid #f1f2f3;
  }
  .site-header .site-nav .site-main-menu li a {
    display: block;
    color: #888888;
    padding: 6px 35px;
    font-weight: 400;
  }
  .site-header .site-nav .site-main-menu li a:after {
    display: none;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children {
    position: relative;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children:after {
    display: none;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children a:hover {
    color: #fa7070;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children:focus {
    color: #fa7070;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children i {
    position: absolute;
    top: 6px;
    right: 20px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 222;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu {
    position: static;
    box-shadow: none;
    opacity: 1;
    width: auto;
    visibility: visible;
    background: transparent;
    padding: 0;
    display: none;
    transition: none;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li {
    padding: 0;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li:first-child {
    border-top: 1px solid #f1f2f3;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li a {
    color: #888888;
    font-weight: 400;
    padding: 5px 35px 5px 45px;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
    opacity: 1;
    visibility: visible;
    position: relative;
    left: 0;
    top: auto;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a {
    padding-left: 60px;
  }
  .site-header .site-nav .site-main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children:after {
    content: "3";
    color: #fff;
  }
  .site-header .site-nav .nav-right {
    text-align: left;
    padding-left: 13px;
  }
  .site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children:hover {
    color: #7052fb;
  }
  .site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children:hover:after {
    color: #7052fb;
  }
  .site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children:focus {
    color: #7052fb;
  }
  .site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children:focus:after {
    color: #7052fb;
  }
  .site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children a:hover {
    color: #7052fb;
  }
  .site-header .site-nav.nav-two .site-main-menu li.menu-item-has-children a:focus {
    color: #7052fb;
  }
  .site-header.header-two.toggle-light .toggle-menu .bar {
    background: #fff;
  }
  .site-header.header-five .toggle-menu .bar {
    background: #333;
  }
  .site-header.header-six .toggle-menu .bar {
    background: #333;
  }
  .site-header.header-two .toggle-menu .bar {
    background: #2b2350;
  }
  .header-inner .site-mobile-logo img {
    max-height: 30px;
    transition: all 0.3s ease-in-out;
  }
  .pix-header-fixed .toggle-menu {
    top: 30px;
  }
  .pix-header-fixed .toggle-menu .bar {
    background: #333;
  }
  .pix-header-fixed .site-main-menu li a {
    color: #fff;
  }
  .pix-header-fixed .site-main-menu li.menu-item-has-children:after {
    color: #fff;
  }
  .pix-header-fixed .header-inner .site-logo {
    padding: 12px 0;
  }
  .pix-header-fixed.header-two.toggle-light .toggle-menu .bar {
    background: #000;
  }
  .sidebar-open .site-header .site-nav {
    left: 0;
  }
  .sidebar-open .menu-wrapper:before {
    opacity: 1;
    visibility: visible;
  }
  .close-menu {
    display: flex;
    align-items: center;
    top: 0;
    text-align: right;
    width: 100%;
    left: 0;
    padding: 2px;
    padding: 30px 20px;
  }
  .close-menu i {
    font-size: 36px;
    color: #2b2350;
  }
  .close-menu span {
    font-size: 15px;
    width: 100%;
    text-align: right;
  }
  .header-dark .toggle-menu .bar {
    background: #2b2350;
  }
}
@media (max-width: 420px) {
  .site-header .site-nav {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .pix-order-two-md {
    order: 2;
  }
  .banner.banner-ten .banner-content-wrapper-ten .banner-title {
    font-size: 30px;
  }
  .featured-four {
    padding-top: 137px;
  }
  .download-two .app-section-heading p br {
    display: none;
  }
  #footer .footer-logo {
    margin-top: 30px;
  }
}
@media (max-width: 420px) {
  .site-header .site-nav {
    width: 100% !important;
  }
  .app-download-image {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
  .app-download-image img {
    width: 250px;
  }
  .download-two .button-container .download-btn {
    margin-left: 0 !important;
    margin-top: 15px;
  }
  .interface-image-wrapper .image-one {
    z-index: 22;
    position: relative;
  }
  .interface-image-wrapper .image-two {
    max-width: 300px;
    left: 70px;
  }
  .interface-image-wrapper.style-two .image-one {
    max-width: 300px;
    left: 0;
  }
  .interface-image-wrapper.style-two .image-two {
    margin-left: 30px;
  }
}
@media (max-width: 576px) {
  .banner .banner-content .description {
    font-size: 16px;
  }
  .featured-four {
    padding-top: 76px;
  }
  .app-download-image {
    width: 380px;
    height: 380px;
    margin: 0 auto;
  }
  .app-download-image img {
    width: 300px;
  }
  .genera-informes-two .scroll-circle {
    left: -70% !important;
  }
  .informes-feature-image .image-two {
    left: 0;
    right: auto;
  }
  .informes-feature-image .image-two img {
    max-width: 100% !important;
  }
  .informes-feature-image .image-one img {
    max-width: 100% !important;
  }
  .scroll-circle {
    display: none;
  }
  .logo-list li {
    width: 50%;
  }
  .page-banner .circle {
    left: -120%;
  }
  .download-feature-image svg {
    top: -50px;
  }
  .download-feature-image .image-one {
    margin-left: 0;
    max-width: 200px;
  }
  .download-feature-image .image-two {
    right: auto;
    top: -18px;
    max-width: 270px;
    left: 25%;
  }
  .download-wrapper {
    padding-top: 50px;
  }
  .interface-image-wrapper .image-two {
    max-width: 300px;
    left: 180px;
  }
  .interface-content .interface-title p br {
    display: none;
  }
  .interface-image-wrapper.style-two .image-two {
    margin-left: 100px;
  }
  .countup .scroll-circle {
    display: none;
  }
}
@media (max-width: 768px) {
  .banner.banner-gritt {
    height: auto !important;
    padding-top: 120px !important;
  }
  .banner.banner-gritt .banner-content .banner-title {
    font-size: 35px !important;
    line-height: 48px !important;
  }
  .banner.banner-gritt .banner-content p {
    font-size: 16px;
  }
  .banner.banner-gritt .banner-content p br {
    display: none;
  }
  .banner.banner-gritt .promo-mockup {
    margin-top: -30px;
  }
  .banner-app-two .banner__app-image .banner__app-image-one {
    left: 15%;
  }
  .featured-four {
    padding-top: 250px;
  }
  .featured-three .scroll-circle {
    z-index: 1;
    left: -15%;
    bottom: 20%;
  }
  .featured-three .scroll-circle img {
    max-width: 330px;
  }
  .feature-image-wrapper {
    margin-bottom: 40px;
  }
  .featured-eight .top-bg {
    background: #f97bc5;
    min-height: 350px;
  }
  .informes-feature-image .image-two {
    right: -70px;
  }
  .call-to-action-four .text-right {
    text-align: left !important;
    margin-top: 30px;
  }
  .call-to-action-four .action-content p {
    font-size: 20px;
  }
  .call-to-action .action-content .title {
    font-size: 32px;
    line-height: 42px;
  }
  .call-to-action .action-content p br {
    display: none;
  }
  .call-to-action .scroll-circle {
    max-width: 300px;
  }
  .signup-section .button-container {
    margin-top: 30px;
  }
  .signup-section .button-container.text-right {
    text-align: left !important;
  }
  .call-to-action-three .text-right {
    margin-top: 20px;
    text-align: left !important;
  }
  #call-to-action-five .action-content .action-title {
    margin-bottom: 30px;
  }
  #call-to-action-five .call-to-action-two {
    display: block;
    text-align: center;
  }
  #call-to-action-five .call-to-action-two .action-content .action-title {
    margin-bottom: 30px;
  }
  .countup .scroll-circle {
    left: -30%;
  }
  .newsletter-two .scroll-circle {
    right: -80%;
  }
  .newsletter-two p {
    margin-bottom: 50px;
  }
  .newsletter-two .newsletter-content-two .title {
    font-size: 30px;
    line-height: 40px;
  }
  .newsletter .scroll-circle {
    max-width: 400px;
  }
  .page-banner .page-title {
    font-size: 30px;
    margin: 40px auto 10px;
  }
  .page-banner .circle {
    left: -80%;
  }
  .page-banner-contact .page-title-wrapper {
    padding: 100px 0 0;
  }
  .page-banner-contact .page-title-wrapper .page-title {
    font-size: 32px;
  }
  .page-banner-contact .page-title-wrapper p br {
    display: none;
  }
  .pixsass-portfolio-items.portfolio-one .pixsass-portfolio-item .portfolio-info {
    max-width: 60%;
    left: 20px;
  }
  .portfolio-nav {
    margin-top: 30px;
  }
  .download-wrapper-two .title {
    font-size: 40px;
  }
  .download-feature-image .image-two {
    left: 150px;
    right: auto;
  }
  .blog-post.style-three img {
    width: 100%;
  }
  .circle-blog {
    display: none;
  }
  .signin-from-wrapper .signin-from-inner {
    padding: 100px 0 5px;
  }
  .signin-banner.signup-banner {
    padding: 50px 0;
    height: 300px;
  }
  #footer .footer-menu {
    margin-bottom: 40px;
  }
  #footer .site-info {
    padding: 21px 0;
    display: block;
    text-align: center;
  }
  #footer.footer-four .copyright {
    margin-bottom: 20px;
  }
  #footer.footer-four .site-info .site-info-inner {
    display: block;
  }
}
@media (max-width: 1200px) {
  .banner.banner-ten .banner-content-wrapper-ten .banner-title br {
    display: none;
  }
  .banner.banner-two {
    height: 840px;
  }
  .banner.banner-gritt {
    height: 880px;
    padding-top: 240px;
  }
  .banner.banner-gritt .banner-content .banner-title {
    font-size: 50px;
    line-height: 65px;
  }
  .banner.banner-gritt .promo-mockup {
    margin-top: -30px;
  }
  .banner.banner-five {
    height: 700px;
  }
  .banner.banner-five .banner-content-wrap-five .banner-content {
    margin-top: 50px;
  }
  .banner.banner-five .banner-content-wrap-five .banner-content .banner-title {
    font-size: 45px;
    line-height: 55px;
  }
  .banner.banner-five .banner-content-wrap-five .banner-content .description br {
    display: none;
  }
  .left-circle-shape .circle-fill {
    height: 550px;
    width: 550px;
  }
  .left-circle-shape .circle-border {
    height: 300px;
    width: 300px;
  }
  .banner-app-two .banner-content .banner-title {
    font-size: 50px;
    line-height: 60px;
  }
  .banner-app-two .banner-content p {
    font-size: 16px;
  }
  .banner-app-two .banner-content p br {
    display: none;
  }
  .banner-app-two .banner__app-image .banner__app-image-one {
    left: -80px;
    max-width: 225px;
  }
  .banner-app-two .banner__app-image .banner__app-image-two {
    right: -10px;
    max-width: 225px;
  }
  .featured-six {
    padding-top: 50px;
  }
  #app-feature .social-icon-box p br {
    display: none;
  }
  .informes-feature-image {
    position: absolute;
    right: 25px;
    top: 100px;
  }
  .informes-feature-image .image-one {
    max-width: 450px;
  }
  .informes-feature-image .image-two {
    position: absolute;
    right: 70px;
    bottom: -140px;
  }
  .informes-feature-image .image-two img {
    max-width: 450px !important;
  }
  .genera-informes {
    padding-top: 140px;
  }
  .genera-informes .shape-bg {
    right: -180px;
  }
  .genera-informes-three {
    padding-top: 180px;
  }
  .genera-informes-three .shape-bg {
    width: 500px;
  }
  .call-to-action .action-content.style-two .title {
    font-size: 36px;
    line-height: 50px;
  }
  .signup-heading .title {
    font-size: 40px;
    line-height: 50px;
  }
  .page-banner {
    height: 400px;
  }
  .page-banner .circle {
    top: -110%;
    left: -35%;
  }
  .about-three .about-feature-image {
    margin-left: 70px;
  }
  .about-three .about-content-wrapper {
    padding-left: 90px;
  }
  .about-three .circle-small {
    left: 150px;
  }
  .about-three .section-heading p br {
    display: none;
  }
  .download-feature-image .image-one {
    margin-left: 0;
  }
  .download-two {
    padding: 90px 0;
  }
  .download-two .image-one {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 380px) {
  .banner.banner-ten .banner-btn.btn-outline {
    margin-left: 0;
    margin-top: 20px;
  }
  .banner .banner-button-container {
    display: block;
  }
  .banner .banner-button-container .play-btn {
    margin-top: 30px;
  }
  .banner.banner-five {
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  .banner.banner-eleven .banner-title {
    font-size: 50px;
  }
  .interface {
    padding: 62px 0 80px;
  }
  .interface-toparea {
    padding-bottom: 100px;
  }
  .border-wrap {
    display: none;
  }
  .interface-image-wrapper .image-one {
    margin-left: -30px;
  }
  .interface-image-wrapper .image-two {
    left: 190px;
  }
  .svgbg-one {
    left: 50px;
  }
}
@media (max-width: 1600px) {
  .banner.banner-one .banner-content-wrap {
    transform: translateY(70%);
  }
  .banner.banner-one .promo-mockup {
    margin-left: -50px;
  }
  .banner.banner-one .promo-mockup img {
    max-width: 800px;
  }
  
  .banner.banner-three .circle-shape {
    left: -20%;
  }
  .genera-informes {
    padding-bottom: 120px;
  }
  .genera-informes .shape-bg {
    max-width: 500px;
  }
  .informes-feature-image {
    top: 80px;
  }
}
@media (max-width: 1440px) {
  
  .banner.banner-three .circle-shape {
    left: -35%;
  }
  .banner.banner-three .shape {
    right: -15%;
  }
  .informes-feature-image {
    position: absolute;
    right: 25px;
    top: 125px;
  }
  .informes-feature-image .image-one {
    max-width: 550px;
  }
  .informes-feature-image .image-two {
    position: absolute;
    right: 100px;
    bottom: -140px;
  }
  .informes-feature-image .image-two img {
    max-width: 550px !important;
  }
}
@media (max-width: 1280px) {
 
  .genera-informes {
    padding-bottom: 120px;
  }
  .genera-informes .shape-bg {
    max-width: 400px;
  }
  .informes-feature-image {
    top: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
 
  .banner.banner-three .shape {
    right: -25%;
  }
  .genera-informes-content {
    padding-right: 50px;
  }
  .interface-image-wrapper .image-two {
    max-width: 300px;
    left: 150px;
  }
  #animate-border {
    max-width: 650px;
  }
  .md-brn br {
    display: none;
  }
  .interface {
    padding: 88px 0 37px;
  }
}

@media (max-width: 640px) {
  .banner.banner-three .circle-shape {
    left: -95% !important;
  }
  .banner.banner-three .shape {
    right: -70% !important;
  }
}
@media (max-width: 480px) {
  
 
  .banner.banner-three {
    height: auto;
    padding-bottom: 40px;
  }
  .banner.banner-three .banner-content .banner-title {
    font-size: 30px;
    line-height: 40px;
  }
  .banner.banner-three .promo-mockup img {
    max-width: 100%;
  }
  .left-circle-shape {
    top: 28%;
    left: -20%;
  }
  .left-circle-shape .circle-fill {
    height: 350px;
    width: 350px;
  }
  .left-circle-shape .circle-border {
    height: 200px;
    width: 200px;
  }
  .saaspik-icon-box-wrapper.style-three {
    text-align: center;
    display: block;
  }
  .saaspik-icon-box-wrapper.style-three .saaspik-icon-box-icon {
    margin: 0 auto 30px;
  }
  .genera-informes-two .scroll-circle {
    left: -100% !important;
  }
  .call-to-action .action-content.style-two .title {
    font-size: 28px;
    line-height: 40px;
  }
  .call-to-action .action-content.style-two .title br {
    display: none;
  }
  .newsletter-content-two .title {
    font-size: 28px;
    line-height: 40px;
  }
  .newsletter-content-two .title br {
    display: none;
  }
  .newsletter-form-two .newsletter-inner {
    display: block;
  }
  .newsletter-form-two .newsletter-inner .newsletter-submit {
    margin-top: 20px;
  }
  .newsletter-content .title br {
    display: none;
  }
  .newsletter-form .newsletter-inner .newsletter-submit {
    padding: 0 20px;
  }
  .newsletter-form .newsletter-inner input {
    padding: 0 20px;
  }
  .download-feature-image .image-two {
    right: auto;
    left: 15%;
  }
  .app-btn-wrapper .app-btn:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .banner-app-two .banner-content p br {
    display: none;
  }
  .banner-app-two .banner__app-image .banner__app-image-one {
    max-width: 200px;
    left: -20px;
  }
  .banner-app-two .banner__app-image .banner__app-image-two {
    max-width: 200px;
  }
  .informes-feature-image {
    position: absolute;
    right: 25px;
    top: 75px;
  }
  .informes-feature-image .image-one {
    max-width: 450px;
  }
  .informes-feature-image .image-two {
    position: absolute;
    right: 70px;
    bottom: -140px;
    max-width: 450px;
  }
  .genera-informes .shape-bg {
    right: -180px;
  }
  .circle {
    display: none;
  }
  .about-three .circle-small {
    left: 132px;
  }
}
@media (max-width: 575px) {
  .banner-app-two .banner__app-image .banner__app-image-one {
    max-width: 150px;
  }
  .banner-app-two .banner__app-image .banner__app-image-two {
    max-width: 130px;
    right: -75px;
  }
  .about-three .about-feature-image {
    margin-left: 0;
  }
}
@media (max-width: 410px) {
  .banner-app-two .banner__app-image .banner__app-image-one {
    left: 4%;
    max-width: 130px;
  }
}
@media (max-width: 1680px) {
  .informes-feature-image {
    position: absolute;
    right: 50px;
    top: 125px;
  }
  .informes-feature-image .image-one {
    max-width: 620px;
  }
  .informes-feature-image .image-two {
    position: absolute;
    right: 130px;
    bottom: -140px;
  }
  .informes-feature-image .image-two img {
    max-width: 620px !important;
  }
}
@media (max-width: 450px) {
  .about-three .circle-small {
    left: 0;
  }
}








/* /=====================login form========================*  */ 


/*Preloader Styles End*/
/*========================================================================
3. Template Animation
=========================================================================*/
.fxt-template-animation {
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-animation .fxt-opacity {
  opacity: 0;
}
.fxt-template-animation .fxt-transformY-50 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.fxt-template-animation .fxt-transformX-L-50 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.fxt-template-animation .fxt-transformX-R-50 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.loaded.fxt-template-animation {
  opacity: 1;
}
.loaded.fxt-template-animation .fxt-opacity {
  opacity: 1;
  -webkit-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.loaded.fxt-template-animation .fxt-transformY-50 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.loaded.fxt-template-animation .fxt-transformX-L-50 {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.loaded.fxt-template-animation .fxt-transformX-R-50 {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.loaded.fxt-template-animation .fxt-transition-delay-1 {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.loaded.fxt-template-animation .fxt-transition-delay-2 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.loaded.fxt-template-animation .fxt-transition-delay-3 {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.loaded.fxt-template-animation .fxt-transition-delay-4 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.loaded.fxt-template-animation .fxt-transition-delay-5 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.loaded.fxt-template-animation .fxt-transition-delay-6 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.loaded.fxt-template-animation .fxt-transition-delay-7 {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.loaded.fxt-template-animation .fxt-transition-delay-8 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.loaded.fxt-template-animation .fxt-transition-delay-9 {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.loaded.fxt-template-animation .fxt-transition-delay-10 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.loaded.fxt-template-animation .fxt-transition-delay-11 {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.loaded.fxt-template-animation .fxt-transition-delay-12 {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.loaded.fxt-template-animation .fxt-transition-delay-13 {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.loaded.fxt-template-animation .fxt-transition-delay-14 {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.loaded.fxt-template-animation .fxt-transition-delay-15 {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.loaded.fxt-template-animation .fxt-transition-delay-16 {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.loaded.fxt-template-animation .fxt-transition-delay-17 {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.loaded.fxt-template-animation .fxt-transition-delay-18 {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.loaded.fxt-template-animation .fxt-transition-delay-19 {
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.loaded.fxt-template-animation .fxt-transition-delay-20 {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}




.fxt-template-layout4 {
  min-height: 100vh;
}
.fxt-template-layout4 .fxt-bg-wrap {
  padding: 8vh 0 8vh 16vw;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}
.fxt-template-layout4 .fxt-bg-wrap:before {
  position: absolute;
  z-index: 0;
  background-color: #123456;
  content: "";
  min-height: 100%;
  width: 35vw;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout4 .fxt-bg-wrap {
    padding: 8vh 0 8vh 10vw;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout4 .fxt-bg-wrap {
    padding: 6vh 0 6vh 6vw;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout4 .fxt-bg-wrap {
    padding: 5vh 4vw;
  }
}
.fxt-template-layout4 .fxt-checkbox-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fxt-template-layout4 .fxt-bg-color {
  background-color: #ffffff;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 45px;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout4 .fxt-bg-color {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout4 .fxt-bg-color {
    min-height: 100%;
    padding: 20px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.fxt-template-layout4 .fxt-bg-img {
  padding: 40px 50px;
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout4 .fxt-bg-img {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout4 .fxt-bg-img {
    padding: 30px;
  }
}
.fxt-template-layout4 .fxt-bg-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(2, 2, 3, 0.6);
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}
.fxt-template-layout4 .fxt-bg-img:after {
  content: "";
  right: 0;
  top: 20%;
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 15px solid transparent;
}
.fxt-template-layout4 .fxt-header {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  justify-content: center;
  text-align: center;
}
.fxt-template-layout4 .fxt-header .fxt-logo {
  display: block;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}
.fxt-template-layout4 .fxt-header h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .fxt-template-layout4 .fxt-header h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fxt-template-layout4 .fxt-header h1 {
    font-size: 28px;
  }
}
.fxt-template-layout4 .fxt-header p {
  color: #fff;
}
.fxt-template-layout4 .fxt-content {
  padding: 30px;
  max-width: 460px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .fxt-template-layout4 .fxt-content {
    padding: 0;
  }
}
.fxt-template-layout4 .fxt-form {
  margin-top: 30px;
}
.fxt-template-layout4 .fxt-form .fxt-otp-logo {
  margin-bottom: 20px;
  display: block;
}
.fxt-template-layout4 .fxt-form h2 {
  font-weight: 700;
  margin-bottom: 25px;
}
.fxt-template-layout4 .fxt-form p {
  margin-bottom: 30px;
  font-size: 17px;
}
.fxt-template-layout4 .fxt-form p span {
  display: block;
}
.fxt-template-layout4 .fxt-form .fxt-otp-label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.fxt-template-layout4 .fxt-form .form-group {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.fxt-template-layout4 .fxt-form .form-group .input-label {
  margin-bottom: 10px;
}
.fxt-template-layout4 .fxt-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 13px;
  padding: 0 5px;
  color: #c5c5c5;
  font-size: 14px;
}
.fxt-template-layout4 .fxt-form .form-group .field-icon:before {
  padding: 17px 10px;
}
.fxt-template-layout4 .fxt-form .form-control {
  min-height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  color: #111;
}
.fxt-template-layout4 .fxt-form input::-webkit-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}
.fxt-template-layout4 .fxt-form input::-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}
.fxt-template-layout4 .fxt-form input:-moz-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}
.fxt-template-layout4 .fxt-form input:-ms-input-placeholder {
  color: #a1a1a1;
  font-size: 15px;
  font-weight: 300;
}
.fxt-template-layout4 .fxt-form .fxt-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.fxt-template-layout4 .fxt-form .fxt-form-row .fxt-form-col {
  margin-right: 10px;
  flex-basis: 0;
  flex-grow: 1;
}
.fxt-template-layout4 .fxt-form .fxt-form-row .fxt-form-col:last-child {
  margin-right: 0;
}
.fxt-template-layout4 .fxt-form .fxt-form-btn {
  margin-bottom: 20px;
}
.fxt-template-layout4 .fxt-btn-fill {
 
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #123456;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout4 .fxt-btn-fill:hover {
  background-color: #123456;
  border-color: #123456;
}
.fxt-template-layout4 .fxt-btn-fill:focus {
  outline: none;
}
.fxt-template-layout4 ul.fxt-socials {
  text-align: center;
}
.fxt-template-layout4 ul.fxt-socials li {
  display: inline-block;
  margin-right: 4px;
}
@media only screen and (max-width: 575px) {
  .fxt-template-layout4 ul.fxt-socials li {
    margin-right: 2px;
  }
}
.fxt-template-layout4 ul.fxt-socials li:last-child {
  margin-right: 0;
}
.fxt-template-layout4 ul.fxt-socials li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout4 ul.fxt-socials li.fxt-facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}
.fxt-template-layout4 ul.fxt-socials li.fxt-facebook a:hover {
  background-color: transparent;
  color: #3b5998;
}
.fxt-template-layout4 ul.fxt-socials li.fxt-twitter a {
  background-color: #00acee;
  border-color: #00acee;
}
.fxt-template-layout4 ul.fxt-socials li.fxt-twitter a:hover {
  background-color: transparent;
  color: #00acee;
}
.fxt-template-layout4 ul.fxt-socials li.fxt-google a {
  background-color: #CC3333;
  border-color: #CC3333;
}
.fxt-template-layout4 ul.fxt-socials li.fxt-google a:hover {
  background-color: transparent;
  color: #CC3333;
}
.fxt-template-layout4 ul.fxt-socials li.fxt-instagram a {
  background-color: #3f729b;
  border-color: #3f729b;
}
.fxt-template-layout4 ul.fxt-socials li.fxt-instagram a:hover {
  background-color: transparent;
  color: #3f729b;
}
.fxt-template-layout4 ul.fxt-socials li.fxt-linkedin a {
  background-color: #0077B5;
  border-color: #0077B5;
}
.fxt-template-layout4 ul.fxt-socials li.fxt-linkedin a:hover {
  background-color: transparent;
  color: #0077B5;
}
.fxt-template-layout4 ul.fxt-socials li.fxt-youtube a {
  background-color: #c4302b;
  border-color: #c4302b;
}
.fxt-template-layout4 ul.fxt-socials li.fxt-youtube a:hover {
  background-color: transparent;
  color: #c4302b;
}
.fxt-template-layout4 .switcher-text {
  color: #63bbff;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout4 .switcher-text:hover {
  color: #000000;
}
.fxt-template-layout4 .switcher-text2 {
  color: #63bbff;
  font-size: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout4 .switcher-text2.inline-text {
  margin-left: 3px;
}
.fxt-template-layout4 .switcher-text2:hover {
  color: #000000;
}
.fxt-template-layout4 .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}
.fxt-template-layout4 .checkbox label {
  padding-left: 20px;
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}
.fxt-template-layout4 .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.fxt-template-layout4 .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}
.fxt-template-layout4 .checkbox input[type="checkbox"] {
  display: none;
}
.fxt-template-layout4 .checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}
.fxt-template-layout4 .checkbox input[type="checkbox"]:checked + label::before {
  background-color: #123456;
  border-color: #123456;
}
.fxt-template-layout4 .fxt-footer {
  text-align: center;
}
.fxt-template-layout4 .fxt-footer p {
  color: #999898;
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fxt-template-layout4 .fxt-footer .fxt-btn-resend {
  margin-left: 3px;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  color: #63bbff;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.fxt-template-layout4 .fxt-footer .fxt-btn-resend:focus {
  outline: none;
}
.fxt-template-layout4 .fxt-footer .fxt-btn-resend:hover {
  color: #000000;
}
.fxt-template-layout4 .fxt-footer .text-or {
  margin-left: 3px;
  color: #000000;
}
.error-msg {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

