@import url('animation-spin.css');
@font-face {
  font-family: 'Basier Circle';
  src: url('font/BasierCircle-Regular.woff');
  src: local('Basier Circle Regular'), local('BasierCircle-Regular'),
      url('font/BasierCircle-Regular.html') format('woff2'),
      url('font/BasierCircle-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Basier Circle';
  src: url('font/BasierCircle-Medium.woff');
  src: local('Basier Circle Medium'), local('BasierCircle-Medium'),
      url('font/BasierCircle-Medium.html') format('woff2'),
      url('font/BasierCircle-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('font/Satoshi-Regular.woff');
  src: local('Satoshi-Regular'), local('Satoshi-Regular'),
      url('font/Satoshi-Regular.html') format('woff2'),
      url('font/Satoshi-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('font/Satoshi-Medium.woff');
  src: local('Satoshi-Medium'), local('Satoshi-Medium'),
      url('font/Satoshi-Medium.html') format('woff2'),
      url('font/Satoshi-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('font/Satoshi-Bold.woff');
  src: local('Satoshi-Bold'), local('Satoshi-Bold'),
      url('font/Satoshi-Bold.html') format('woff2'),
      url('font/Satoshi-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}


/* ------------------------------
   Global styles
---------------------------- */


html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed,

figure, figcaption, footer, header, hgroup,

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

  margin: 0;

  padding: 0;

  border: 0;

  font-size: 100%;

  font: inherit;

  vertical-align: baseline; }



article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

  display: block; }



body {

  line-height: 1; }



ol, ul {

  list-style: none; }



blockquote, q {

  quotes: none; }



blockquote:before, blockquote:after,

q:before, q:after {

  content: '';

  content: none; }



table {

  border-collapse: collapse;

  border-spacing: 0; }



body {

  font-family: 'Basier Circle';  
  font-weight: 400;
  font-size: 20px;

  line-height: 27px;

  letter-spacing: 0;
  color:#333333;
 }



img {

  max-width: 100%; }



a,

a:hover,

a:focus {

  cursor: pointer !important;

  outline: none;

  text-decoration: none; }



h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: 'Satoshi';
  font-weight: 700;
  
  color: #000000;

  margin: 0;

  padding: 0; }



ul, li {

  margin: 0;

  padding: 0;

  list-style: none; }



strong {

  font-weight: 700; }

h1{
  font-size: 80px;
  line-height:110%;
  font-weight: 700;
}

h2{
  font-size: 45px;
  line-height: 110%;
}
h3{
  font-size: 26px;
  line-height: 100%;
}
h4{
  font-size: 20px;
  line-height: 20px;
}
h5{
  font-size: 16px;
  line-height: 26px;
}
h6{
  font-size: 14px;
  line-height: 14px;
}
p{
  font-size: 16px;
  line-height: 26px;
}




/*button default*/
.btn.btn2,
.btn.btn3,
.btn.btn1{
  position: relative;
  display: inline-block;
  z-index: 1;
  border: 1px solid #000000;
  background: transparent;
  padding: 10px 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border-radius: 60px;
  overflow: hidden;
  font-family: 'Satoshi';
  
}
.btn-w1{
  width: 130px;
}
.btn.btn1:hover{
  color: #000000;
}
.btn.btn3:before ,
.btn.btn2:before ,
.btn.btn1:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: -1;
}
.btn.btn3:hover:before ,
.btn.btn2:hover:before ,
.btn.btn1:hover:before {
  height: 0%;
}
.btn.btn1 span{
  vertical-align: middle;
  margin-right: 10px;
}
.btn.btn1:hover span{
  color: var(--clr-theme-primary);
}
.btn.btn2{
  box-shadow: 6px 6px 15px 2px rgba(26, 115, 107, 0.25);
  border: 1px solid var(--clr-theme-secondary) ;
  padding: 19px 32px;
}
.btn.btn2:before{
  background-color: var(--clr-theme-secondary);
}
.btn.btn2:hover{
  color: var(--clr-theme-secondary);
}
.btn.btn2 span{
  vertical-align: top;
  margin-left: 10px;
}
.btn.btn3{
  color: var(--clr-theme-primary);
  padding: 7px 20px;
  font-weight: 400;
font-size: 16px;
line-height: 26px;
border-radius: 5px;
box-shadow: unset;
}
.btn.btn3:before{
  height: 0;
}
.btn.btn3:hover{
  color: var(--clr-common-white);
}
.btn.btn3:hover:before{
  height: 100%;
}

/* This only works with JavaScript, 
        if it's not present, don't show loader */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

/*
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../img/) center no-repeat #fff;
}

*/

.container {
    max-width: 1230px;
}


/*navigation*/
.navbar{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; 
  padding:  0;
  z-index: 999;
}
.navbar-expand-lg .navbar-nav{
    display: flex;
    justify-content: center;
    width: 100%;
}
.navbar.active_sc{
  -webkit-animation: fadeInDown 1s ease-in-out;
  animation: fadeInDown 1s ease-in-out;
  position: fixed;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.7);  
}
.navbar.active_sc .nav-link{
  color: #eee;
}
.active_sc .navbar-nav .nav-link{
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-brand img{
  vertical-align: middle;
  width: 250px;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}


.navbar-nav .nav-link {
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin: 0 7px;
  position: relative;
  font-family: 'Satoshi';
  transition: .2s;
}
.navbar-nav .nav-link:hover{
  color: #000;
}
.offcanvas-body .navbar-nav .nav-link {
  color: #000;
}
.navbar.active_sc .nav-link:hover{
  color: #fff;
}
.right-btns-nav .btn-normal{
  margin-left: 15px;
  padding: 0;
  text-transform: uppercase;
  border: 0;
  font-family: 'Satoshi';
  font-weight: 700;
font-size: 15px;
line-height: 20px;
color: #000;
}
.right-btns-nav .btn-normal .ic{
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 3px;
  width: 21px;
  height: 21px;
  font-size: 10px;
  margin-left: 10px;
}
.navidium-mega-menu-wrap{
  width: 100%;
  position: absolute;
  left: 0;
  background-color: transparent;

  top: 100%;
  padding: 0;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  background: rgba(201, 192, 186, 0.3);
  backdrop-filter: blur(22px);

}

.navbar-expand-lg .navbar-nav .has-mega-dropdown:hover .navidium-mega-menu-wrap{
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}


.banner-side-mega {
  text-align: right;
}

.banner-side-mega img {
  display: block;
  margin-left: auto;
  border-radius: 0px 5px 5px 0px;
}

.navidium-mega-menu-wraps {
  background: transparent;
  margin: 0;
  padding: 60px 0;
}

.inner-lists-nav a {
  font-weight: 500;
  font-size: 25px;
  line-height: 110%;
  color: #000;
  font-family: 'Satoshi';
}

.inner-lists-nav li {
  padding-bottom: 20px;
  padding-right: 20px;
}

.center-txt-sub, .inner-lists-nav {
  position: relative;
  width: 100%;
  display: inline-block;
  height: 100;
}

.center-txt-sub:after, .inner-lists-nav:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 10px;
  top: 0;
  background: rgb(0,0,0);
  background: -webkit-linear-gradient(356deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.5) 100%);
  background: -moz-linear-gradient(356deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.5) 100%);
  background: -o-linear-gradient(356deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.5) 100%);
  background: linear-gradient(356deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.5) 100%);
}

.center-txt-sub h3 {
  padding-top: 30px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 30px;
  line-height: 110%;
  max-width: 388px;
}

.right-info-sub {
  padding-left: 20px;
}

.center-txt-sub:after, .inner-lists-nav:after {
  min-height: 220px;
  max-height: 220px;
}

.right-info-sub .inner {
  padding-bottom: 20px;
}

.right-info-sub .inner h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  padding-bottom: 10px;
}

.right-info-sub .inner p {
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  color: #767676;
  max-width: 170px;
  text-transform: uppercase;
}

.right-info-sub .inner:last-child {
  padding-bottom: 0;
}


/*
.navbar-nav .nav-link:after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transition: 0.2s all ease-in;
}
*/

.navbar-nav .nav-item:hover .nav-link:after {
  width: 100%;
}
/*navigation*/

.banner-area-wrap{
  padding-top: 160px;
  padding-bottom: 100px;
  background: linear-gradient(to top, #48A6DD, #091835);
}

.left-content-banner p {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #eee;
  vertical-align: middle;
  display: inline-block;
}

.left-content-banner p strong {
  font-weight: 500;
}

.left-content-banner p .ic {
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 50px;
  background: #fff;
  width: 30px;
  height: 30px;
  /* vertical-align: middle; */
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  margin-right: 10px;
}



.typed::after {
	content: '|';
	display: inline;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}

.typed-cursor{
   opacity: 0;
	display: none;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}


.left-content-banner h1 {
  padding-top: 20px;
  font-weight: 700;
  min-height: auto;
}

.left-content-banner .btns {
  padding-top: 30px;
}

.left-content-banner .btns .btn1 {
  padding: 20px 50px;
}

.left-content-banner .btns .btn1 svg {
  vertical-align: sub;
  margin-left: 10px;
  /* height: 13px; */
  /* width: 15px; */
}


 .video-btn{
  border: 0;
  outline: 0;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: relative;
}
 .video-btn .button-outer-circle {
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
 .video-btn .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
 .video-btn .button-icon .triangle {
  -webkit-animation: fadeIn 7s ease;
          animation: fadeIn 7s ease;
}
 .video-btn .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
          animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
          animation: smallScale 3s infinite;
}
.has-delay-short {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.left-content-banner h1 {
  padding-top: 20px;
  font-weight: 800;
  -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: linear-gradient(270deg, #2E76CA 0%, #4FE7C8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.left-content-banner h2 {
  font-size: 80px;
  padding-top: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

.left-content-banner .btns {
  padding-top: 30px;
}

.left-content-banner .btns .btn1 {
  padding: 20px 50px;
}

.left-content-banner .btns .btn1 svg {
  vertical-align: sub;
  margin-left: 10px;
  /* height: 13px; */
  /* width: 15px; */
}

a.video-btn.video-popup {
  padding-left: 60px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  margin-left: 23px;
}

a.video-btn.video-popup .ins {
  width: 52px;
  height: 52px;
  position: absolute;
  left: 0;
  top: 50%;
  background: rgba(215, 215, 215, 0.6);
  border-radius: 50%;
  transform: translate(0,-50%);
}

.video-btn .button-outer-circle {
  background: #000000;
  background: rgba(215, 215, 215, 0.6);
}

.video-btn .button-icon .path {
  stroke: #000000;
  fill: #000000;
}

.video-btn .button-icon svg {
  width: 6px;
  height: 6px;
}

.video-btn .button-icon {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.video-btn .button-icon .icon-play:before{
  color: #000000;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
.left-content-banner  .nvd-users {
  padding-top: 100px;
  max-width: 425px;
  position: relative;
  z-index: 1;
}

.left-content-banner  .nvd-users .ins {
  background: -o-linear-gradient(118.79deg, #A2968E 13.37%, #D6CFC9 96.28%);
  background: -webkit-linear-gradient(118.79deg, #A2968E 13.37%, #D6CFC9 96.28%);
  background: -moz-linear-gradient(118.79deg, #A2968E 13.37%, #D6CFC9 96.28%);
  background: linear-gradient(118.79deg, #A2968E 13.37%, #D6CFC9 96.28%);
  padding: 30px;
  border-radius: 15px;
}

.left-content-banner  .nvd-users .ins h3 {
  font-weight: 700;
  font-size: 35px;
  line-height: 110%;
  padding-bottom: 10px;
}

.left-content-banner  .nvd-users .ins h5 {
  font-weight: 400;
  color: #333333;
}

.left-content-banner  .nvd-users .powered {
  background: #FFFFFF;
  border-radius: 15px;
  max-width: 354px;
  margin: auto;
  text-align: center;
  padding: 11px;
  padding-bottom: 5px;
  margin-top: -10px;
  z-index: -1;
  position: relative;
}

.left-content-banner  .nvd-users .powered p {
  color: #000000;
  font-weight: 400;
  font-size: 14.6943px;
  line-height: 20px;
}

.left-content-banner  .nvd-users .powered p img {
  vertical-align: middle;
  margin-left: 7px;
}
.right-content-hero .image img{
  border-radius: 10px;
}

.right-content-hero .stars {
  max-width: 155px;
  position: relative;
  margin-left: auto;
  font-weight: 700;
  font-size: 35px;
  line-height: 110%;
  color: #000000;
  font-family: 'Satoshi';
  text-align: right;
  padding-bottom: 22px;
  padding-right: 22px;
}

.right-content-hero .stars .icon-star:before {
  color: #FE5C36;
  margin-left: 5px;
}

.right-content-hero .stars abbr {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  margin-top: 10px;
  color: #767676;
}

.right-content-hero .stars:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(41deg, rgba(0,0,0,0.06206232492997199) 0%, rgba(0,0,0,0.8071603641456583) 100%);
  background: -webkit-linear-gradient(41deg, rgba(0,0,0,0.06206232492997199) 0%, rgba(0,0,0,0.8071603641456583) 100%);
  background: linear-gradient(41deg, rgba(0,0,0,0.06206232492997199) 0%, rgba(0,0,0,0.8071603641456583) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.videos-content-tog {
  position: relative;
  margin-top: 48px;
  max-width: 494px;
}

.videos-content-tog .cont {
  max-width: 184px;
  width: 100%;
  min-height: 384px;
}

.videos-content-tog .cont .ins {
  background: -webkit-linear-gradient(118.79deg, #A2968E 13.37%, rgba(178, 168, 160, 0.5) 96.28%);
  background: -o-linear-gradient(118.79deg, #A2968E 13.37%, rgba(178, 168, 160, 0.5) 96.28%);
  background: linear-gradient(118.79deg, #A2968E 13.37%, rgba(178, 168, 160, 0.5) 96.28%);
  border-radius: 15px;
  padding: 20px;
  padding-bottom: 46px;
}

.videos-content-tog .cont .ins p {
  padding-top: 20px;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
}

.videos-content-tog .cont .ins img {
  display: block;
  max-height: 17px;
}

.videos-content-tog .cont .flower {
  margin-top: 40px;
  max-width: 155px;
  width: 100%;
  text-align: center;
  padding-bottom: 14px;
  position: relative;
  padding-top: 13px;
}
.videos-content-tog .cont .flower img{
  -webkit-animation: rotated 7s infinite ;
  animation: rotated 7s infinite ;
}

.videos-content-tog .cont .flower:before {
  content: '';
  width: 1%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(41deg, rgba(0,0,0,0.06206232492997199) 0%, rgba(0,0,0,0.8071603641456583) 100%);
  background: -webkit-linear-gradient(41deg, rgba(0,0,0,0.06206232492997199) 0%, rgba(0,0,0,0.8071603641456583) 100%);
  background: linear-gradient(41deg, rgba(0,0,0,0.06206232492997199) 0%, rgba(0,0,0,0.8071603641456583) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
.videos-content-tog .cont .aos-animate.flower:before {
  width: 100%;
}

.videos-content-tog .cont .flower:after {
  content: '';
  width: 1px;
  height: 1%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(0,0,0);
  background: -webkit-linear-gradient(356deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.5) 100%);
  background: -moz-linear-gradient(356deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.5) 100%);
  background: -o-linear-gradient(356deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.5) 100%);
  background: linear-gradient(356deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.5) 100%);
  min-height: 20px;
  -webkit-transition: 0.8s all ease-in;
  transition: 0.8s all ease-in;
}
.videos-content-tog .cont .aos-animate.flower:after{
  min-height: 200px;
  height: 100%;
}

.videos-content-tog .videos-in {
  max-width: 310px;
  position: absolute;
  left: 184px;
  top: 0;
  height: 383px;
  width: 100%;
}
.videos-content-tog .videos-in .v-inner{
  background-image: url(../img/video-bg.jpg);
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
}

.videos-content-tog .videos-in .video-btn.video-popup {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #000000;
  padding: 0;
  line-height: 34px;
  margin: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  -webkit-animation: jump 8s infinite ;
  animation: jump 8s infinite ;
  margin-left: -40px;
  margin-top: -40px;
}

.shape-right-2 {
  background: -webkit-linear-gradient(164.27deg, rgba(162, 150, 142, 0.8) -3.04%, rgba(178, 168, 160, 0) 80.95%);
  background: -moz-linear-gradient(164.27deg, rgba(162, 150, 142, 0.8) -3.04%, rgba(178, 168, 160, 0) 80.95%);
  background: linear-gradient(164.27deg, rgba(162, 150, 142, 0.8) -3.04%, rgba(178, 168, 160, 0) 80.95%);
  border-radius: 15px;
  width: 184px;
  height: 300px;
  position: absolute;
  right: -70px;
  bottom: -42px;
  z-index: -1;
  -webkit-animation: scale-up-two  12s infinite ;
  animation: scale-up-two  12s infinite ;
}

.videos-content-tog .videos-in {
  z-index: 1;
}

.videos-content-tog .videos-in:before {
  content: '';
  width: 145px;
  height: 1px;
  position: absolute;
  right: -176px;
  top: 92px;
  background: rgb(0,0,0);
  background: -webkit-linear-gradient(356deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.5) 100%);
  background: -moz-linear-gradient(356deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.5) 100%);
  background: -o-linear-gradient(356deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.5) 100%);
  background: linear-gradient(356deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.5) 100%);
  transform: rotate(360deg);
}

.videos-content-tog .videos-in:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: -32px;
  top: -31px;
  background: rgb(0,0,0);
  background: -webkit-linear-gradient(356deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.5) 100%);
  background: -moz-linear-gradient(356deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.5) 100%);
  background: -o-linear-gradient(356deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.5) 100%);
  background: linear-gradient(356deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.5) 100%);
  min-height: 123px;
  max-height: 123px;
  transform: rotate(180deg);
}

.coverage-for {
  color: #000000;
  padding-top: 98px;
  max-width: 381px;
  margin-left: auto;
  position: relative;
  z-index: 1;
  text-align: center;
}

.coverage-for h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  padding-bottom: 15px;
}

.coverage-for div > span {
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 8px 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  vertical-align: middle;
}

.coverage-for span span {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: #000;
  border-radius: 5px;
  line-height: 12px;
  vertical-align: text-bottom;
  margin-right: 5px;
}

.coverage-for span span img {
  vertical-align: middle;
}

.coverage-for:after {
  content: '';
  width: 100%;
  max-width: 380px;
  position: absolute;
  height: 1px;
  left: 0;
  top: 98px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='381' height='1' viewBox='0 0 381 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='-4.37114e-08' y1='0.5' x2='381' y2='0.499967' stroke='url(%23paint0_linear_1492_8559)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1492_8559' x1='381' y1='1' x2='7' y2='1' gradientUnits='userSpaceOnUse'%3E%3Cstop/%3E%3Cstop/%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='0.503125'/%3E%3Cstop offset='1' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.coverage-for h4 {
  padding-top: 20px;
}
.coverage-for .line {
  width: 15px;
  height: 1px;
  position: absolute;
  left: 13%;
  top: 35px;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(41deg, rgba(0,0,0,0.06206232492997199) 0%, rgba(0,0,0,0.8071603641456583) 100%);
  background: -webkit-linear-gradient(41deg, rgba(0,0,0,0.06206232492997199) 0%, rgba(0,0,0,0.8071603641456583) 100%);
  background: linear-gradient(41deg, rgba(0,0,0,0.06206232492997199) 0%, rgba(0,0,0,0.8071603641456583) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  -webkit-transition: 0.10s all ease-in;
  transition: 0.10s all ease-in;
}
.coverage-for .line.aos-animate{
  width: 155px;
}

.coverage-for:before {
  content: '';
  height: 63px;
  width: 1px;
  position: absolute;
  left: 204px;
  top: 36px;
  background: rgb(0,0,0);
  background: -webkit-linear-gradient(356deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.5) 100%);
  background: -moz-linear-gradient(356deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.5) 100%);
  background: -o-linear-gradient(356deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.5) 100%);
  background: linear-gradient(356deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.5) 100%);
  min-height: 63px;
  /* max-height: 78px; */
  transform: rotate(180deg);
}

.arrows-left {
  background: #FE5C36;
  border-radius: 190px;
  width: 114px;
  height: 114px;
  position: absolute;
  left: 133px;
  z-index: 12;
  top: -62px;
  text-align: center;
  line-height: 114px;
  -webkit-transform:rotate(85deg);
  -moz-transform:rotate(85deg);
  transform:rotate(85deg);

}

.arrows-left span {
  font-size: 40px;
  line-height: 122px;
  -webkit-animation: scale-right2  10s infinite ;
  animation: scale-right2  10s infinite ;
  display: inline-block;

}


.partner-logo-wrap{
  padding: 50px 0;
  background: #f3f3f3;
  max-width: 1140px;
  margin: 0 auto;
  border-radius: 100px;
  margin-top: 40px;
}
.partners-slider-logo img{
  margin: auto;
}
.partners-slider-logo .slick-slide {
  margin-left:30px;
}
.partners-slider-logo .slick-list {
  margin-left:-30px;
}
@media (min-width:991px){
    .partners-slider-logo .slick-slide {
  margin-left:50px;
}
.partners-slider-logo .slick-list {
  margin-left:-50px;
}
.partners-slider-logo .slick-track{
  display: flex;
  align-items: center;
}
}

.free-text-wraps .icon {
  max-width: 150px;
  height: 150px;
  margin: 0 auto;
  background: #000;
  border-radius: 50%;
  text-align: center;
  line-height: 150px;
  margin-bottom: 30px;
}


.free-text-wraps .icon img {
  vertical-align: middle;
}

.free-text-wraps h2 {
  font-weight: 500;
  font-size: 45px;
  line-height: 110%;
  padding-bottom: 30px;
}

.free-text-wraps p {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #333333;
}

.free-text-wraps {
  padding: 200px 0;

}


.instant-offer-roi h3 {
  font-size: 45px;
  line-height: 110%;
  font-weight: 500;
  max-width: 697px;
  padding-bottom: 20px;
}
.instant-offer-roi {
  padding-bottom: 200px;
}

.instant-offer-roi h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 110%;
  color: #48A6DD;
  text-align: center;
}

.instant-offer-roi p {
  padding-top: 10px;
  max-width: 150px;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  margin: auto;
  color: #767676;
}

.left-content-lost h3 {
  font-weight: 500;
  font-size: 45px;
  line-height: 110%;
  color: #000000;
  max-width: 515px;
}

.left-content-lost .rvw-box {
  background: -o-linear-gradient(118.79deg, #A2968E 13.37%, #D6CFC9 96.28%);
  background: -webkit-linear-gradient(118.79deg, #A2968E 13.37%, #D6CFC9 96.28%);
  background: -moz-linear-gradient(118.79deg, #A2968E 13.37%, #D6CFC9 96.28%);
  background: linear-gradient(118.79deg, #48A6DD 13.37%, #091835 96.28%);
  border-radius: 15px;
  max-width: 425px;
  /* margin: auto; */
  margin-top: 20px;
  margin-left: 27px;
  padding: 30px;
}

.left-content-lost .rvw-box h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: #fff;
  padding-bottom: 5px;
  max-width: 302px;
}

.left-content-lost .rvw-box p {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #eee;
  max-width: 310px;
}

.left-content-lost .rvw-box .ratings {
  margin-top: 15px;
  position: relative;
}

.left-content-lost .rvw-box .ratings span {
  padding-right: 5px;
  font-size: 25px;
}

.left-content-lost .rvw-box .ratings div {
  overflow: hidden;
  white-space: nowrap;
  max-width: 150px;
  position: relative;
  z-index: 1;
}

.left-content-lost .rvw-box .ratings .inners2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
}

.left-content-lost .rvw-box .ratings .inners2 span:before {
  color: #E54728;
}

.left-content-lost {
  max-width: 515px;
  margin-left: auto;
}

.right-img-lost-pkg {
  max-width: 472px;
  margin: auto;
  position: relative;
}

.right-img-lost-pkg img {
  border-radius: 15px;
}

.right-img-lost-pkg .emojis {
  background: linear-gradient(to top, #48A6DD, #091835);
  border-radius: 190px;
  width: 114px;
  height: 114px;
  text-align: center;
  line-height: 111px;
  position: absolute;
  left: -50px;
  top: -50px;
}

.right-img-lost-pkg .emojis img {
  vertical-align: middle;
  -webkit-animation: rotatedHalf  10s infinite ;
  animation: rotatedHalf  10s infinite ;
}

.say-bye-to-apps {
  padding-top: 200px;
}

.inner-shpping-bye {
  background: linear-gradient(to top, #48A6DD, #091835);
  border-radius: 15px;
  padding: 80px;
  padding-bottom: 0;
}

.bye-titles p {
  color: #eee;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 20px;
  position: relative;
}
.protection-tables-compare .bye-titles p{
  color: #000;
}

.bye-titles {
  text-align: center;
}

.bye-titles p span {
  border: 1px solid #000000;
  border-radius: 50px;
  background: #FFFFFF;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 29px;
  font-size: 17px;
  margin-left: 15px;
}
.bye-titles p:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='769' height='1' viewBox='0 0 769 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='0.5' x2='769' y2='0.5' stroke='url(%23paint0_linear_1509_8459)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1509_8459' x1='599.04' y1='1' x2='122.594' y2='1' gradientUnits='userSpaceOnUse'%3E%3Cstop/%3E%3Cstop offset='1' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

.bye-titles h2 {
  color: #fff;
  max-width: 722px;
  margin: auto;
  margin-top: 20px;
  font-weight: 500;
}


.insurance-ftr-in {
  padding-top: 60px;
}

.left-protect-txt {
  position: relative;
  padding-top: 200px;
}

.left-protect-txt h3 {
  color: #fff;
  font-weight: 500;
  font-size: 35px;
  line-height: 110%;
  max-width: 271px;
  padding-top: 14px;
}

.left-protect-txt img {
  display: block;
}

.left-protect-txt .shapes {
  width: 1px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(0,0,0);
  background: -webkit-linear-gradient(356deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.5) 100%);
  background: -moz-linear-gradient(356deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.5) 100%);
  background: -o-linear-gradient(356deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.5) 100%);
  background: linear-gradient(356deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.5) 100%);
  /* min-height: 123px; */
  /* max-height: 123px; */
  -webkit-transform: rotate(180deg) translateZ(0) !important;
  -moz-transform: rotate(180deg) translateZ(0) !important;
  transform: rotate(180deg) translateZ(0) !important;
  -webkit-transition: 0.3s all ease-in;
  -moz-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
.left-protect-txt .shapes.aos-animate{
  height: 230px;
}
.left-protect-txt .shapes2 {
  width: 1%;
  max-width: 1px;
  position: absolute;
  right: 0;
  top: 221px;
  height: 1px;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(41deg, rgba(0,0,0,0.06206232492997199) 0%, rgba(0,0,0,0.8071603641456583) 100%);
  background: -webkit-linear-gradient(41deg, rgba(0,0,0,0.06206232492997199) 0%, rgba(0,0,0,0.8071603641456583) 100%);
  background: linear-gradient(41deg, rgba(0,0,0,0.06206232492997199) 0%, rgba(0,0,0,0.8071603641456583) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  -webkit-transform: translateZ(0) !important;
  -moz-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
  -webkit-transition: 0.5s all ease-in;
  -moz-transition: 0.5s all ease-in;
  transition: 0.5s all ease-in;
}
.left-protect-txt .shapes2.aos-animate{
  max-width: 287px;
  width: 100%;
}
.left-protect-txt .shapes {
  top: -7px;
}
.middle-img-shp {
  text-align: center;
}

.middle-img-shp img {
  display: block;
  margin: auto;
}

.hello-others-emo {
  padding-top: 150px;
  max-width: 300px;
  margin: auto;
}

.hello-others-emo .icon {
  background: #fff;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  text-align: center;
  line-height: 109px;
}

.hello-others-emo .icon img {
  vertical-align: middle;
  -webkit-animation: rotatedHalf  10s infinite ;
  animation: rotatedHalf  10s infinite ;
}

.hello-others-emo p {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #eee;
  max-width: 157px;
  margin-left: 15px;
}
.features-sec {
  padding-top: 200px;
  padding-bottom: 200px;
}

.title-ftr p {
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  max-width: 580px;
  margin: auto;
}

.title-ftr h3 {
  font-weight: 500;
  font-size: 45px;
  line-height: 110%;
  max-width: 580px;
  margin: auto;
}

.title-ftr .icon {
  background: #000000;
  border-radius: 60px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 31px;
}

.title-ftr .icon img {
  max-width: 18px;
  vertical-align: middle;
}

.bad-review-sec{
  padding-top: 65px;
}
.reviews-from-other-shop .slick-slide {
  margin-left:20px;
}
.reviews-from-other-shop .slick-list {
  margin-left:-20px;
}
.reviews-from-other-shop img{
  width: 100%;
}
.title-ftr .shapes {
  max-width: 750px;
  margin: auto;
  position: relative;
}
.title-ftr .shapes .shape {
  height: 1px;
  width:50px;
  position: absolute;
  left: 21px;
  top: 50%;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(232deg, rgba(0,0,0,0.06206232492997199) 0%, rgba(0,0,0,0.8071603641456583) 100%);
  background: -webkit-linear-gradient(232deg, rgba(0,0,0,0.06206232492997199) 0%, rgba(0,0,0,0.8071603641456583) 100%);
  background: linear-gradient(232deg, rgba(0,0,0,0.06206232492997199) 0%, rgba(0,0,0,0.8071603641456583) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  z-index: -1;
  -webkit-transition: 0.5s all ease-in;
  -moz-transition: 0.5s all ease-in;
  transition: 0.5s all ease-in;
  -webkit-transform: translateZ(0) !important;
  -moz-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
}
.title-ftr .shapes .shape.aos-animate{
  width: calc(100% + 200px);
}

.features-sec .title-ftr {
  padding-bottom: 50px;
}

.left-content-features {
  max-width: 333px;
}

.left-content-features h4 {
  font-weight: 500;
  font-size: 35px;
  line-height: 110%;
  margin-bottom: 25px;
}

.left-content-features p {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
}

.left-content-features img {
  margin-top: 23px;
}

.right-imgs-features {
  padding-left: 198px;
  position: relative;
  z-index: 1;
}

.right-imgs-features .main-img img {
  display: block;
  border-radius: 15px;
  -webkit-filter: drop-shadow(-51px 297px 120px rgba(186, 186, 186, 0.01)) drop-shadow(-28px 167px 102px rgba(186, 186, 186, 0.05)) drop-shadow(-13px 74px 75px rgba(186, 186, 186, 0.09)) drop-shadow(-3px 19px 41px rgba(186, 186, 186, 0.1)) drop-shadow(0px 0px 0px rgba(186, 186, 186, 0.1));
  filter: drop-shadow(-51px 297px 120px rgba(186, 186, 186, 0.01)) drop-shadow(-28px 167px 102px rgba(186, 186, 186, 0.05)) drop-shadow(-13px 74px 75px rgba(186, 186, 186, 0.09)) drop-shadow(-3px 19px 41px rgba(186, 186, 186, 0.1)) drop-shadow(0px 0px 0px rgba(186, 186, 186, 0.1));
}

.right-imgs-features .ftr3 {
  position: absolute;
  left: 36px;
  top: 18%;
}

.right-imgs-features:after {
  content: '';
  background: -o-linear-gradient(127.9deg, rgba(254, 180, 73, 0.6) -9.61%, rgba(215, 215, 215, 0) 96.12%);
  background: -webkit--linear-gradient(127.9deg, rgba(254, 180, 73, 0.6) -9.61%, rgba(215, 215, 215, 0) 96.12%);
  background: linear-gradient(127.9deg, rgba(254, 180, 73, 0.6) -9.61%, rgba(215, 215, 215, 0) 96.12%);
  width: 420px;
  height: 420px;
  position: absolute;
  right: 64px;
  top: 50%;
  border-radius: 50%;
  transform: translate(0,-50%);
  z-index: -1;
  -webkit-animation: fade-in  10s infinite ;
  animation: fade-in  10s infinite ;
}

.right-imgs-features .ftr2 {
  position: absolute;
  left: 0;
  top: 42%;
}

.right-imgs-features .ftr4 {
  position: absolute;
  left: 36px;
  top: 66%;
}

.right-cont-features {
  max-width: 362px;
}

.right-cont-features .icon {
  background: -o-linear-gradient(127.9deg, rgba(254, 180, 73, 0.6) -9.61%, rgba(215, 215, 215, 0) 96.12%);
  background: -webkit-linear-gradient(127.9deg, rgba(254, 180, 73, 0.6) -9.61%, rgba(215, 215, 215, 0) 96.12%);
  background: linear-gradient(127.9deg, rgba(112, 0, 218, 0.6) -9.61%, rgba(215, 215, 215, 0) 96.12%);
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  margin-bottom: 25px;
}

.right-cont-features .icon img {
  vertical-align: middle;
}

.right-cont-features h3 {
  font-weight: 500;
  font-size: 35px;
  line-height: 110%;
  color: #000000;
  padding-bottom: 25px;
}

.right-cont-features p {
  font-size: 20px;
  line-height: 27px;
  color: #333333;
  max-width: 293px;
}
.right-cont-features.two{
  max-width: 415px;
}

.pt-200{
  padding-top: 200px;
}
.expert-shpping-insta {
  background: -o-linear-gradient(127.9deg, #48A6DD -9.61%, #091835);
  background: -webkit-linear-gradient(127.9deg, #48A6DD -9.61%, #091835);
  background: linear-gradient(127.9deg, #48A6DD -9.61%, #091835);
  border-radius: 15px;
  padding: 80px;
  padding-bottom: 140px;
}

.expert-shpping-insta h5 {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #eee;
  max-width: 360px;
  margin: auto;
  margin-top: 20px;
  font-family: 'Basier Circle';
}


.down-content-insta {
  padding-top: 90px;
}

.left-content-insta {
  position: relative;
  z-index: 1;
  padding-right: 70px;
  max-width: 378px;
}

.left-content-insta img {
  border-radius: 15px;
  max-width: 310px;
  display: block;
}

.left-content-insta .txt {
  background: -o-linear-gradient(253deg, rgba(162, 150, 142, 0.8) -3.04%, rgba(178, 168, 160, 0) 80.95%);
  background: -webkit-linear-gradient(253deg, rgba(162, 150, 142, 0.8) -3.04%, rgba(178, 168, 160, 0) 80.95%);
  background: linear-gradient(253deg, rgba(162, 150, 142, 0.8) -3.04%, rgba(178, 168, 160, 0) 80.95%);
  border-radius: 15px;
  padding: 140px 48px 30px 42px;
  position: absolute;
  right: -80px;
  bottom: 37px;
  z-index: -1;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  /* height: 344px; */
  transform-origin: unset;
  width: 344px;
  height: 184px;
}

.right-content-insta {
  background: -o-linear-gradient(349deg, rgba(162, 150, 142, 0.8) -3.04%, rgba(178, 168, 160, 0) 80.95%);
  background: -webkit-linear-gradient(349deg, rgba(162, 150, 142, 0.8) -3.04%, rgba(178, 168, 160, 0) 80.95%);
  background: linear-gradient(349deg, rgba(162, 150, 142, 0.8) -3.04%, rgba(178, 168, 160, 0) 80.95%);
  border-radius: 15px;
  padding: 50px;
  padding-top: 80px;
  padding-bottom: 78px;
}

.left-content-insta .txt p {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
}

.left-content-insta .txt p .dot {
  background: #48C8A8;
  width: 21px;
  height: 21px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: -3px;

  -webkit-animation: scale-right  3s infinite ;
  animation: scale-right  3s infinite ;
}

.right-content-insta h5 {
  font-weight: 400;
  font-size: 25px;
  line-height: 110%;
  max-width: 424px;
  margin-top: 15px;
  margin-left: 0;
  color: #fff;
}

.dashboard-img-mt{
  margin-top: 55px;
  text-align: center;
}
.dashboard-img-mt img{
  -webkit-filter: drop-shadow(0px -163px 65px rgba(102, 102, 102, 0.01)) drop-shadow(0px -91px 55px rgba(102, 102, 102, 0.05)) drop-shadow(0px -41px 41px rgba(102, 102, 102, 0.09)) drop-shadow(0px -10px 22px rgba(102, 102, 102, 0.1)) drop-shadow(0px 0px 0px rgba(102, 102, 102, 0.1));
  filter: drop-shadow(0px -163px 65px rgba(102, 102, 102, 0.01)) drop-shadow(0px -91px 55px rgba(102, 102, 102, 0.05)) drop-shadow(0px -41px 41px rgba(102, 102, 102, 0.09)) drop-shadow(0px -10px 22px rgba(102, 102, 102, 0.1)) drop-shadow(0px 0px 0px rgba(102, 102, 102, 0.1));
  border-radius: 15px;
  max-width: 100%;
}
.mid-txt-dm h3 {
  max-width: 502px;
  margin: auto;
  font-weight: 500;
  font-size: 35px;
  line-height: 110%;
  margin-bottom: 30px;
}

.widgets-wrap-all {
  background: -o-linear-gradient(127.9deg, #48A6DD -9.61%, rgba(215, 215, 215, 0) 96.12%);
  background: -webkit-linear-gradient(127.9deg, #48A6DD -9.61%, rgba(215, 215, 215, 0) 96.12%);
  background: linear-gradient(127.9deg, #48A6DD -9.61%, rgba(215, 215, 215, 0) 96.12%);
  border-radius: 15px;
  padding: 64px 30px;
}
.widgets-wrap-all img{
  border-radius: 15px;
}


.branded-widgets-lists{
  padding-top: 100px;
}
.inner-txt-brand{
  background: -o-linear-gradient(127.9deg, #48A6DD -9.61%, rgba(215, 215, 215, 0) 96.12%);
  background: -webkit-linear-gradient(127.9deg, #48A6DD -9.61%, rgba(215, 215, 215, 0) 96.12%);
  background: linear-gradient(127.9deg, #48A6DD -9.61%, rgba(215, 215, 215, 0) 96.12%);
  border-radius: 15px;
  padding: 30px;
  height: 100%;
}
.inner-txt-brand h3 {
  color: #fff;
  font-weight: 500;
  font-size: 35px;
  line-height: 110%;
  max-width: 270px;
  padding-bottom: 25px;
}

.inner-txt-brand p {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  max-width: 402px;
}

.bye-titles.t2 p:after{
  width: 80%;
  background-position: center;
  margin: auto;
  left: 20%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.inner-content-table-wrap {
  background: rgba(255, 255, 233, 0.3);
  border-radius: 15px;
  padding: 120px 80px;
  
}
.what-navidium-offer-table {
  margin-top: 60px;
  /* padding-top: 36px;
  padding-bottom: 36px; */
  position: relative;
  z-index: 1;
}

.what-navidium-offer-table  .single{
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
}
.what-navidium-offer-table  .single .brd{
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='1040' height='1' viewBox='0 0 1040 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='-4.37114e-08' y1='0.5' x2='1040' y2='0.499909' stroke='url(%23paint0_linear_1676_8468)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1676_8468' x1='810.145' y1='0.999929' x2='165.797' y2='0.999986' gradientUnits='userSpaceOnUse'%3E%3Cstop/%3E%3Cstop offset='1' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.what-navidium-offer-table  .single .brd.bdy{
  background-image: url("data:image/svg+xml,%0A%3Csvg width='1040' height='1' viewBox='0 0 1040 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='-4.37114e-08' y1='0.5' x2='1040' y2='0.499909' stroke='url(%23paint0_linear_1682_8799)' stroke-opacity='0.3'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1682_8799' x1='810.145' y1='0.999929' x2='165.797' y2='0.999986' gradientUnits='userSpaceOnUse'%3E%3Cstop/%3E%3Cstop offset='1' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.what-navidium-offer-table  .single img {
  max-height: 23px;
  display: block;
  margin: auto;
}
.what-navidium-offer-table  .single p {
  font-weight: 500;
  font-size: 15px;
  line-height: 110%;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  max-width: 72px;
  margin: auto;
}
.what-navidium-offer-table .single .ttl h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 110%;
  margin-bottom: 15px;
}

.what-navidium-offer-table .single .ttl p {
  max-width: 440px;
  text-align: left;
  margin: 0;
}

.what-navidium-offer-table .single span {
  margin: auto;
  display: block;
  text-align: center;
  font-size: 13px;
}
.what-navidium-offer-table .single span.icon-check {
  position: relative;
  z-index: 1;
  font-size: 18px;
  display: block;
  width: 24px;
  height: 24px;
}

.what-navidium-offer-table .single span.icon-check:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  border: 1px dotted #FE5C36;
  border-radius: 50%;
}
.what-navidium-offer-table:after {
  content: '';
  width: 16.66666667%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: -o-linear-gradient(127.9deg, #48A6DD -9.61%, rgba(215, 215, 215, 0) 96.12%);
  background: -webkit-linear-gradient(127.9deg, #48A6DD -9.61%, rgba(215, 215, 215, 0) 96.12%);
  background: -moz-linear-gradient(127.9deg, #48A6DD -9.61%, rgba(215, 215, 215, 0) 96.12%);
  background: linear-gradient(127.9deg, #48A6DD -9.61%, rgba(215, 215, 215, 0) 96.12%);
  border-radius: 15px;
  z-index: -1;
}
.btm-txt-table {
  text-align: center;
  max-width: 408px;
  margin-left: auto;
  padding-top: 20px;
}

.btm-txt-table p {
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
}
.left-content-ntr  h2 {
  font-weight: 500;
  margin-bottom: 20px;
}

.left-content-ntr h3{
  margin-bottom: 60px;
  -webkit-animation: jump2 5s infinite;
  animation: jump2 5s infinite;
}

.left-content-ntr p {
  font-weight: 400;
  font-size: 25px;
  line-height: 27px;
  margin-bottom: 30px;
  max-width: 608px;
}
.right-img-carb {
  padding-top: 87px;
  padding-bottom: 252px;
  position: relative;
  z-index: 1;
  padding-right: 80px;
}
.right-img-carb img{
  -webkit-animation: jump  25s infinite ;
  animation: jump  25s infinite ;
}

.left-content-ntr {
  padding-left: 80px;
  position: relative;
  z-index: 2;
}
.right-img-carb:after{
  content: '';
  background-image: url(../img/maps.png);
  
  /* background-repeat: no-repeat;
  background-size: contain; */
  position: absolute;
  right: -51%;
  top: 0;
  width: 100%;
  height: 100%;
  width: 980px;
  z-index: -1;
  /* -webkit-animation: scale-right  33s infinite;
  animation: scale-right  33s infinite; */
  -webkit-animation: movimiento 25s linear 0s infinite;
  animation: movimiento 25s linear 0s infinite;
  -webkit-transform: rotateX(6deg) rotateY(6deg) rotateZ(6deg);
  transform: rotateX(6deg) rotateY(6deg) rotateZ(6deg);
}

.testimonial-slider-wrap .slick-slide {
  margin-left:60px;
}
.testimonial-slider-wrap .slick-list {
  margin-left:-60px;
}

.testimonial-slider-wrap{
  margin-top: 100px;
}
.testimonial-slider-wrap p{
  font-weight: 400;
font-size: 18px;
line-height: 25px;
color: #fff;
margin-bottom: 30px;
}

.testimonial-navs {
  text-align: center;
  padding-top: 30px;
}

.testimonial-navs .slick-arrow {
  background: #FFFFFF;
  border: 1px solid rgba(215, 215, 215, 0.6);
  border-radius: 6px;
  width: 40px;
  height: 40px;
  font-size: 11px;
  line-height: 40px;
}

.testimonial-navs .prev-testi.slick-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.testimonial-navs .slick-arrow.slick-disabled {
  opacity: 0.6;
}

.we-serve-cats .container {
  margin-left: calc((100% - 1200px)/ 2);
  padding: 0;
  width: auto;
  min-width: auto;
  max-width: inherit;
}
.srv0title {
  padding-bottom: 60px;
  padding-left: 80px;
}

.serve-category-slider .slick-slide {
  margin-left:20px;
}
.serve-category-slider .slick-list {
  margin-left:-20px;
  padding-left: 0 !important;
}
.inner-cats-serv .ins {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 30px;
  padding-bottom: 20px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}

.inner-cats-serv .ins h3 {
  font-weight: 700;
  font-size: 35px;
  line-height: 110%;
  color: #fff;
}

.inner-cats-serv .ins .btn {
  margin-top: 200px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 60px;
  padding: 10px 46px;
  color: #fff;
  font-size: 20px;
}


.accordion {
  border: 0;
  background: 0 0
}

.accordion-item {
  margin-bottom: 30px;
  border: 0;
  padding: 16px 18px;
  border-radius: 4px!important;
  background: rgba(23, 22, 26, 0.04);
}

.accordion-body{
  border-top:0;
  position: relative;
  
}
.accordion-body:after{
  content: '';
  background-image: url("data:image/svg+xml,%0A%3Csvg width='1040' height='1' viewBox='0 0 1040 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='-4.37114e-08' y1='0.5' x2='1040' y2='0.499909' stroke='url(%23paint0_linear_1682_8799)' stroke-opacity='0.3'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1682_8799' x1='810.145' y1='0.999929' x2='165.797' y2='0.999986' gradientUnits='userSpaceOnUse'%3E%3Cstop/%3E%3Cstop offset='1' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position:top right;
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
}

.accordion-button {
  padding: 0 40px 0 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  position: relative;
  background: 0 0!important
}

.accordion-button::before {
  content: "+";
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
}

.accordion-button:not(.collapsed) {
  box-shadow: unset!important;
  outline: 0!important;
  color: #000000;
}

.accordion-button:focus {
  box-shadow: unset
}

.accordion-button:not(.collapsed):before {
  content: "-"
}

.accordion-body {
  padding: 16px 0 0;
  margin-top: 14px
}
.accordion-body p{
  font-weight: 400;
font-size: 20px;
line-height: 27px;
color: #333333;
max-width: 994px;
}
.accordion-button::after{
  display: none;
}
.accordion-item:last-of-type{
  margin-bottom: 0;
}


.footer-abobe-sec {
  margin-top: 200px;
  background: -o-linear-gradient(89.93deg, #000000 18.88%, rgba(0, 0, 0, 0) 268.71%);
  background: -webkit-linear-gradient(89.93deg, #000000 18.88%, rgba(0, 0, 0, 0) 268.71%);
  background: linear-gradient(89.93deg, #000000 18.88%, rgba(0, 0, 0, 0) 268.71%);
  padding: 120px 0;
}
.footer-abobe-sec .icon {
  width: 67px;
  height: 67px;
  background: #fff;
  text-align: center;
  line-height: 63px;
  border-radius: 59%;
}

.footer-abobe-sec .icon img {
  vertical-align: middle;
}

.footer-abobe-sec h2 {
  padding-top: 15px;
  color: #fff;
  max-width: 663px;
  font-weight: 500;
}

.footer-abobe-sec p {
  margin-top: 20px;
  max-width: 410px;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-abobe-sec .btn.btn1:before {
  background: #fff;
}
.footer-abobe-sec .btn.btn1 {
  color: #000;
  padding: 20px 50px;
  border: 1px solid #fff;
}
.footer-abobe-sec .btn.btn1 span {
  vertical-align: text-bottom;
  margin-left: 10px;
}
.footer-abobe-sec .btn.btn1:hover{
  color: #fff;
}


#return-to-top {
  width: 56px;
  height: 56px;
  background: #000000;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 27px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 922;
  transition: .3s;
  line-height: 60px;
  display: none;
  z-index: 999;
  transform: rotate(270deg);

}

.footers {
  width: 100%;
  display: inline-block;
  padding-top: 122px;
  background: #000000;
  padding-bottom: 30px;
}

.ft-widget-cont {
  max-width: 388px;
}

.ft-widget-cont img {
  display: block;
  max-width: 285px;
}

.ft-widget-cont h4 {
  padding-top: 20px;
  color: #fff;
  font-weight: 500;
  font-size: 25px;
  line-height: 110%;
}

.ftr-widget p {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.87);
  display: inline-block;
  margin-bottom: 15px;
}

.ftr-widget li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}
.ftr-widget li a:hover {
  color: #fff;
}

.copyright-txt {
  padding-top: 120px;
}

.copyright-txt p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.87);
}

.copyright-txt li {
  display: inline-block;
  padding-left: 30px;
}

.copyright-txt li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}

.copyright-txt ul {
  text-align: right;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #c105fa; 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #000000; 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #000000; 
}

@media (max-width:991px){
  .navbar{
    padding: 10px 0;
  }
  .navbar-nav .nav-link{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .right-btns-nav .btn-normal{
    margin-left: 0;
    margin-top: 20px;
  }
  .navbar-toggler{
    box-shadow: unset !important;
    outline: 0;
    border: 0;
  }
  h1{
    font-size: 40px;
  }
  .left-content-banner h1 {
    min-height: 137px;
}

.left-content-banner p {
    font-size: 18px;
}

.left-content-banner .nvd-users {
    max-width: 100%;
    padding-top: 30px;
    text-align: center;
}

.videos-content-tog {
    margin: auto;
    margin-top: 30px;
}

.free-text-wraps {
    padding: 100px 0;
}
.left-content-lost h3,
.instant-offer-roi h3,
.free-text-wraps h2 {
    font-size: 36px;
}

.free-text-wraps p {
    font-size: 18px;
}
.instant-offer-roi h2 {
    font-size: 40px;
}

.instant-offer-roi {
    padding-bottom: 100px;
}



.say-bye-to-apps {
    padding-top: 100px;
}

h2 {
    font-size: 36px;
}

.bye-titles p {
    font-size: 18px;
}

.left-protect-txt {
    padding-top: 50px;
}

.hello-others-emo {
    padding-top: 40px;
}
.left-protect-txt h3 {
  font-size: 30px;
}

.title-ftr .shapes .shape {
  width: 100%;
}
.left-content-features {
  max-width: 100%;
}

.features-sec {
  padding: 100px 0;
}

.right-imgs-features {
  margin-top: 50px;
}

.pt-200 {
  padding-top: 100px;
}

.right-cont-features h3 {
  font-size: 30px;
}

.right-cont-features p {
  font-size: 18px;
}

.expert-shpping-insta {
  padding: 40px;
  padding-bottom: 80px;
}

.down-content-insta {
  padding-top: 50px;
}
.left-content-insta {
  margin: auto;
}

.right-content-insta {
  margin-top: 30px;
}

.mid-txt-dm h3 {
  font-size: 30px;
}

.inner-txt-brand h3 {
  font-size: 30px;
  padding-bottom: 10px;
}

.inner-txt-brand p {
  font-size: 18px;
}

.inner-content-table-wrap {
  padding: 40px;
}

.what-navidium-offer-table {
  min-width: 800px;
}
.we-serve-cats .container{
  margin-left: auto;
}
.srv0title{
  padding-left: 40px;
}
.srv0title{
  font-size: 32px;
}
.footer-abobe-sec{
  margin-top: 100px;
}
.ftr-widget li a{
  word-break: break-all;
}
.title-ftr h3{
  font-size: 36px;
}
.left-content-features h4{
  font-size: 30px;
}
.partner-logo-wrap{
  padding: 30px 0;
}
}
@media (max-width:767px){
  a.video-btn.video-popup{
    margin-left: 0;
    margin-top: 20px;
  }
  .left-content-banner h1{
    min-height: 152px;
  }
  .inner-shpping-bye{
    padding: 40px;
    padding-bottom: 0;
  }
  .middle-img-shp{
    padding-top: 40px;
  }
  .left-protect-txt{
    padding-top: 0;
  }
  .right-imgs-features{
    margin-top: 0;
  }
  .left-content-banner .btns .btn1{
    margin-bottom: 20px;
  }
  .left-content-banner .btns a.video-btn.video-popup{
    display: block;
    text-align: left;
  }
  a.video-btn.video-popup .ins{
    text-align: center;
  }
  .free-text-wraps h2{
    padding-top: 20px;
  }
  .navbar-brand{
    max-width: 120px;
  }
  .navbar-toggler{
    padding: 0;
  }
  .right-imgs-features .ftr3 {
    left: 25%;
    max-width: 50px;
    top: 10%;
}

img.ftr2 {}

.right-imgs-features .ftr2 {
    left: 18%;
    max-width: 50px;
    top: 43%;
}

.right-imgs-features .ftr4 {
    left: 25%;
    max-width: 50px;
    top: 80%;
}

.right-imgs-features:after {
    width: 300px;
    height: 300px;
    right: 0;
}

.left-content-insta .txt {
    transform: rotate(0);
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding-top: 40px;
}

.left-content-insta {
    max-width: 100%;
    padding-right: 0;
}

.left-content-insta img {
    max-width: 100%;
}

.right-content-insta {
    padding: 30px;
}

.right-content-insta h5 {
    font-size: 20px;
}

.widgets-wrap-all {
    padding: 30px;
}

.left-content-ntr {
    padding-left: 0;
}

.footer-abobe-sec .btn.btn1 {
    margin-top: 30px;
    /* margin: auto; */
    /* display: block; */
}

.footer-abobe-sec .text-end {
    text-align: center !important;
}

.copyright-txt ul {
    text-align: center;
}

.copyright-txt p {
    text-align: center;
}
.inner-cats-serv .ins h3{
  font-size: 30px;

}
}
@media (max-width:370px){
  .videos-content-tog .videos-in{
    position: relative;
    left: 0;
    margin-top: -150px;
  }
  .videos-content-tog .cont{
    max-width: 100%;
  }
  .videos-content-tog .cont .flower{
    z-index: 12;
  }
  .arrows-left{
    display: none;
  }
  .inner-shpping-bye{
    padding: 20px;
    padding-bottom: 0;
  }
}

/*animation*/

/* .loading {
  display: flex;
  flex-direction: row;
}
.loading__letter {
  font-size: 88px;
  font-weight: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "Audiowide";
  color: #fec468;
  animation-name: bounce;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.loading__letter:nth-child(2) {
  animation-delay: .1s;	
}
.loading__letter:nth-child(3) {
  animation-delay: .2s;
}
.loading__letter:nth-child(4) {
  animation-delay: .3s;	
}
.loading__letter:nth-child(5) {
  animation-delay: .4s;
}
.loading__letter:nth-child(6) {
  animation-delay: .5s;	
}
.loading__letter:nth-child(7) {
  animation-delay: .6s;
}
.loading__letter:nth-child(8) {
  animation-delay: .8s;
}
.loading__letter:nth-child(9) {
  animation-delay: 1s;
}
.loading__letter:nth-child(10) {
  animation-delay: 1.2s;
}

@keyframes bounce {
  0% {
    transform: translateY(0px)
  }
  40% {
    transform: translateY(-40px);
  }
  80%,
  100% {
    transform: translateY(0px);
  }
}


@media (max-width: 700px) {
  .loading__letter {
    font-size: 50px;
  }
}

@media (max-width: 340px) {
  .loading__letter {
    font-size: 40px;
  }
}


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .3s ease-in-out;
} */

@media (min-width:768px){
  #scheduleModalPopDown .modal-dialog{
    max-width: 90%;
  }
}

.has-mega-dropdown:hover .navidium-mega-menu-wrap {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.right-info-sub .inner h2 span:before{
  color: #FE5C36;
}
.inner-lists-nav a{
  padding:0;
}
.center-txt-sub .btn{
  margin-top: 20px;
}

#get_industr_mobile .inner-lists-nav li{
  padding: 5px 0;
}
#get_industr_mobile .inner-lists-nav a{
  font-size: 15px;
}

.industries-banner {
  background: linear-gradient(to top, #48A6DD, rgb(89, 0, 190));
  padding-top: 280px;
  padding-bottom: 180px;
}

.inner-content-indst {
  text-align: center;
}

.inner-content-indst p {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #eee;
}

.inner-content-indst h2 {
  font-weight: 500;
  font-size: 85px;
  line-height: 110%;
  color: #fff;
  font-weight: 500;
  margin: 30px auto;
  max-width: 1040px;
}

.inner-content-indst .icon{
  margin-bottom: 16px;
  -webkit-animation: jump  5s infinite ;
  animation: jump  5s infinite ;
}
.inner-content-indst .icon span {
  border: 1px solid #000000;
    border-radius: 50px;
    background: #FFFFFF;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 29px;
    font-size: 17px;
    margin-left: 15px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
.inner-cats-serv.mid .ins .btn {max-width: 205px;width: 100%;}

.inner-cats-serv.big .ins .btn {
    max-width: 356px;
    width: 100%;
}
.industries-posts  .inner-cats-serv,
.industries-posts  .inner-cats-serv .ins{
  height: 100%;
}
@media (max-width:991px){
  .industries-banner{
    padding-top: 200px;
    padding-bottom: 140px;
  }
  .inner-content-indst h2{
    font-size: 60px;
  }
}

.inner-content-indst .btn{
  padding: 20px 50px
}
.inner-content-indst .btn svg{
  vertical-align: sub;
  margin-left: 5px;
}
.inner-content-indst .btn:hover svg path{
  stroke: #000;
}
.inner-content-indst .icon span img{
  vertical-align: middle;
}

.right-img-lost-pkg.inner{
  max-width: 563px;
}

.left-content-lost.ins{
  margin: auto;
}

.navbar-nav .nav-item .nav-link.active:after{
  width: 100%;
}

.pricing-inner-wrap {
  border: 1px solid rgba(215, 215, 215, 0.6);
  border-radius: 15px;
  padding: 50px 30px;
}

.pricing-inner-wrap .price-hdr {
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}

.pricing-inner-wrap .price-hdr:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='450' height='1' viewBox='0 0 450 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='450' y1='0.5' y2='0.5' stroke='url(%23paint0_linear_1639_8468)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1639_8468' x1='99.4565' y1='0' x2='378.261' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop/%3E%3Cstop offset='1' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

.pricing-inner-wrap .price-hdr .nm {
  padding-bottom: 30px;
}

.pricing-inner-wrap .price-hdr .nm h3 {
  font-weight: 500;
  font-size: 35px;
  line-height: 110%;
  color: #000;
}

.pricing-inner-wrap .price-hdr .nm p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #767676;
}

.pricing-inner-wrap .price-hdr .price h1 {
  font-weight: 700;
  font-size: 65px;
  line-height: 110%;
}

.pricing-inner-wrap .price-hdr .price h1 small {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #767676;
  vertical-align: middle;
  max-width: 50px;
  display: inline-block;
  position: relative;
  top: -16px;
  margin-left: 10px;
}

.pricing-inner-wrap .price-hdr .price h1 small span {
  font-size: 30px;
}

.pricing-inner-wrap .price-hdr .price .btn {
  padding: 21px;
  border-radius: 10px;
  width: 73px;
  height: 73px;
}
.pricing-inner-wrap .price-hdr .price h1 small:after {
  content: '/';
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 32px;
}

.pricing-inner-wrap .price-hdr .price h1 small {
  padding-left: 16px;
}
.pricing-inner-wrap .price-body {
  padding-top: 30px;
}

.pricing-inner-wrap .price-body p {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #333333;
}

.pricing-inner-wrap .price-body ul {
  padding-top: 20px;
}

.pricing-inner-wrap .price-body ul li {
  border: 1px solid rgba(215, 215, 215, 0.6);
  border-radius: 10px;
  position: relative;
  padding: 10px 20px;
  padding-left: 54px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.01em;
}

.pricing-inner-wrap .price-body ul li .icon {
  position:absolute;
  left:22px;
  top:50%;
  -webkit-transform:translate(0,-50%);
  -moz-transform:translate(0,-50%);
  transform:translate(0,-50%);
  margin-top: 2px;
}
.pricing-inner-wrap .price-body ul li span.icon-check {
position: relative;
z-index: 1;
font-size: 18px;
display: block;
width: 24px;
height: 24px;
}
.pricing-inner-wrap .price-body ul li span.icon-check:before{
  color:#FEB449;
}
.pricing-inner-wrap .price-body ul li span.icon-check:after {
content: '';
width: 16px;
height: 16px;
position: absolute;
left: 1px;
bottom: 5px;
border: 1px dotted #FEB449;
border-radius: 50%;
}
.pricing-inner-wrap .price-body ul li.dis{
  background: rgba(215, 215, 215, 0.6);
border: 1px solid rgba(215, 215, 215, 0.6);
color: #767676;
}
.pricing-inner-wrap .price-body ul li.dis span.icon-check:after{
  border: 1px dotted #767676;
}
.pricing-inner-wrap .price-body ul li.dis span.icon-check:before{
  color: #767676;
}
.pricing-inner-wrap .price-hdr .price .btn:hover path{
  stroke: #000;
}
.pricing-inner-wrap.ftr {
  background: -webkit-linear-gradient(152.94deg, #F1EBE9 0.75%, #FFFFFF 112.99%);
  background: -moz-linear-gradient(152.94deg, #F1EBE9 0.75%, #FFFFFF 112.99%);
  background: linear-gradient(152.94deg, #F1EBE9 0.75%, #FFFFFF 112.99%);
  border-radius: 15px;
}

.pricing-inner-wrap.ftr .price-hdr .price .btn:before {
  background: #FEB449;
}

.pricing-inner-wrap.ftr .price-hdr .price .btn {
  border: 1px solid #FEB449;
}

@media (max-width:767px){
  .pricing-inner-wrap .price-hdr .price h1{
    font-size: 40px;
  }
  .pricing-inner-wrap .price-hdr .price .btn{
    width: 60px;
    height: 60px;
    padding: 16px;
  }
  .pricing-inner-wrap{
    padding:30px 15px;
  }
  .pricing-inner-wrap .price-hdr .nm h3{
    font-size: 30px;
  }
}


.blog-posts-wrapper {
  padding-top: 150px;
}

.blog-hdr h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 47px;
  color: #000000;
}

.blog-hdr h2 small {
  display: block;
  font-weight: 700;
  font-size: 45px;
  line-height: 61px;
}

.blog-hdr .right-lg {
  background: #F0DFFF;
  border-radius: 30.2071px;
  padding: 30px 45px;
}

.blog-hdr .right-lg h5 {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000000;
  padding-left: 7px;
}
.blog-hdr .right-lg img {
  vertical-align: bottom;
}
.blog-posts-all {
  display: inline-block;
  width: 100%;
  padding-top: 120px;
}

.single-post-inner {
  background: #FAFAFA;
  border-radius: 15px;
  padding: 20px;
}

.single-post-inner .img {
  position: relative;
  padding-top: 196px;
  z-index: 1;
  width: 100%;
  border-radius: 15px;
}

.single-post-inner .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  object-fit: cover;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.single-post-inner .cont {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.single-post-inner .cont h4 {
  font-weight: 500;
  font-size: 23px;
  line-height: 31px;
}

.single-post-inner .cont h4 a {
  color: #000;
}

.single-post-inner .cont .btn {
  margin-top: 15px;
  border-radius: 10px;
}

.single-post-inner .cat {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 10px 15px;
  height: 31px;
  padding-top: 0;
  padding-bottom: 0;
}

.single-post-inner .cat img {
  position: unset;
  transform: unset;
  vertical-align: middle;
  max-width: 65px;
  max-height: 11px;
  width: auto;
  height: auto;
  border-radius: 0;
}

.single-post-inner .cat h5 {
  display: inline-block;
  font-weight: 700;
  font-size: 6.53641px;
  line-height: 9px;
  text-transform: uppercase;
  color: #000000;
  padding-left: 5px;
}
@media (max-width:480px){
  .blog-hdr h2 {
    font-size: 30px;
}

.blog-hdr h2 small {
    font-size: 35px;
}

.blog-hdr .right-lg {
    padding: 20px 25px;
}

.single-post-inner .cont {
    padding-top: 20px;
}
}

.blog-details-banner{
  width: 100%;
  height: 440px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.blog-details-content {
  padding-top: 50px;
}
.blog-details-content li.breadcrumb-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.blog-details-content li.breadcrumb-item a {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.blog-details-content .breadcrumb-item+.breadcrumb-item::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translate(0,-50%);
}
.blog-details-content ol.breadcrumb {
  margin: 0;
  padding: 0;
}
.blog-details-content .blog-hdr h2 {
  padding-top: 15px;
  font-weight: 700;
  font-size: 45px;
  line-height: 61px;
  padding-bottom: 15px;
}
.blog-details-content .blog-hdr h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.blog-details-content .blog-hdr h5:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  background: #000;
  border-radius: 50%;
  transform: translate(0,-50%);
}
.blog-details-content .blog-hdr .facts {
  background: #F0DFFF;
  border-radius: 10px;
  padding: 10px 15px;
  height: 31px;
  padding-top: 0;
}
.blog-details-content .blog-hdr .facts img {
  max-height: 12px;
  vertical-align: middle;
}
.blog-details-content .blog-hdr .facts h6 {
  display: inline-block;
  font-weight: 700;
  font-size: 6.53641px;
  line-height: 9px;
  color: #000000;
  text-transform: uppercase;
  padding-left: 2px;
}
.blog-details-content .blog-txt {
  padding-top: 60px;
  max-width: 872px;
  margin: auto;
}
.blog-details-content .blog-txt p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #36454F;
  padding-bottom: 20px;
}
.blog-details-content .blog-txt p a {
  text-decoration: underline;
  color: #000;
}
.blog-details-content .blog-txt h2 {
  /* padding-top: 20px; */
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 35px;
  line-height: 47px;
  color: #000000;
}
.blog-details-content .blog-txt li {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #36454F;
  list-style-type: disc;
}
.blog-details-content .blog-txt ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.blog-details-content .blog-hdr {
  max-width: 872px;
  margin: auto;
}
.blog-details-content .blog-txt img {
  width: 100%;
  margin-bottom: 20px;
}

.blog-details-content .upgrade-plan{
  background-image: url(../img/upgrade-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}.blog-details-content 
.upgrade-plan {
  padding: 70px 50px;
  max-width: 872px;
  width: 100%;
  margin: auto;
  background-color: #F0DFFF;
  border-radius: 10px;
}

.blog-details-content .upgrade-plan .ins {
  max-width: 320px;
  margin-left: auto;
}

.blog-details-content .upgrade-plan .ins h3 {
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  padding-bottom: 22px;
}

.blog-details-content .upgrade-plan .ins a {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  max-width: 107px;
  display: inline-block;
  padding-right: 22px;
  position: relative;
}

.blog-details-content .upgrade-plan .ins a span {
  position: absolute;
  right: 0;
  bottom: 3px;
}
.posts-tg-share {
  max-width: 872px;
  margin: auto;
  margin-top: 50px;
}

.posts-tg-share li {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  vertical-align: middle;
}

.posts-tg-share li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #767676;
  text-decoration: underline;
}

.posts-tg-share li:first-child {
  padding-right: 10px;
}

.posts-tg-share .shares li a {
  background: rgba(215, 215, 215, 0.6);
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 31px;
  margin-left: 20px;
}

.posts-tg-share .shares li {
  padding-right: 0;
}

.recommended-posts {
  padding-top: 120px;
}

.recommended-posts .hdr h4 {
  font-weight: 500;
  font-size: 25px;
  line-height: 34px;
}

.recommended-posts .hdr .slick-arrow {
  background: #FFFFFF;
  border: 1px solid rgba(215, 215, 215, 0.6);
  border-radius: 6px;
  font-size: 14px;
  width: 40px;
  height: 40px;
}

.recommended-posts .hdr .prev-recomm.slick-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.recommnded-slider-posts {
  margin-top: 30px;
}
.recommnded-slider-posts .slick-slide {
  margin-left:20px;
}
.recommnded-slider-posts .slick-list {
  margin-left:-20px;
}
@media(max-width:767px){
  .posts-tg-share .shares{
    margin-top: 20px;
  }
}

.recommnded-slider-posts .slick-slide {
  margin-left:20px;
}
.recommnded-slider-posts .slick-list {
  margin-left:-20px;
}

.partners-slider-logo img{
  opacity: 0.6;
  max-height: 30px;
}
.partners-slider-logo img:hover{
  opacity: 1;
}


.login-page-wrap {
  background: #F4F1EB;
  height: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}
.login-page-wrap .container > .row{
  min-height: 100vh;
}
.login-page-wrap:after{
  content: '';
  width: 53%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-image: url(../img/login-bg.jpg);
}
.left-content-login {
  max-width: 424px;
}
.left-content-login .g-back span {
  border: 1px solid #000000;
  border-radius: 50px;
  background: #FFFFFF;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 27px;
  text-align: center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  vertical-align: middle;
}

.left-content-login .g-back img {
  vertical-align: middle;
  margin-left: 20px;
  max-height: 33px;
}

.left-content-login .welcome {
  padding-top: 20px;
}

.left-content-login .welcome h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 68px;
  padding-bottom: 10px;
}

.left-content-login .welcome p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #36454F;
}

.left-content-login .login-form {
  padding-top: 50px;
}

.left-content-login .login-form .frm-group label {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #000000;
}

.left-content-login .login-form .frm-group .form-control {
  background: rgba(23, 22, 26, 0.04);
  border-radius: 10px;
  border: 0;
  /* border-radius: 5px; */
  padding: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #828084;
}

.left-content-login .login-form .frm-group {
  margin-bottom: 30px;
}

.login-page-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
.left-content-login .login-form  .checkbx-login label {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

.left-content-login .login-form .checkbx-login {
  margin: 0;
}

.rmmbr .form-check .form-check-input {
  background: #FE5C36;
  border: 0;
  background-image: unset !important;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid rgba(215, 215, 215, 0.6);
  transition: 0.3s all ease;
  box-shadow: unset;
}

.rmmbr  .form-check-input:checked[type=checkbox] {
  border: 8px solid rgba(215, 215, 215, 0.6);
}
.left-content-login .login-form .rmmbr a {
  font-weight: 500;
  font-size: 16.8px;
  line-height: 22px;
  color: #828084;
}

.left-content-login .login-form .sign-btns .btn {
  width: 100%;
  margin-top: 15px;
  background: #000000;
  border-radius: 10px;
  color: #fff;
  padding: 14px;
  font-weight: 700;
  font-size: 16.8px;
  line-height: 22px;
}

.left-content-login .login-form .sign-btns .btn.new {
  background: #FE5C36;
}

.left-content-login .login-form  .terms {
  padding-top: 20px;
}

.left-content-login .login-form .terms p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #36454F;
}

.left-content-login .login-form .terms p a {
  text-decoration: underline;
  color: #36454F;
}

.login-page-wrap:after {
  width: 54%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.testimonials-login-wrap .slick-arrow {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 0;
  border-radius: 50%;
  line-height: 33px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.testimonials-login-wrap p {
  font-weight: 500;
  font-size: 26.3188px;
  line-height: 36px;
  color: #fff;
  font-family: 'Satoshi';
  padding-bottom: 30px;
}
.testimonials-login-wrap .slick-slider{
  padding-bottom: 50px;
}
.testimonials-login-wrap .slick-arrow.prev {
  right: 50px;
  transform: rotate(180deg);
}

@media (max-width:767px){
  .login-page-wrap:after{
    display: none;
  }
  .testimonials-login-wrap p{
    color: #000;
  }
  .left-content-login{
    margin: auto;
  }
  .testimonials-login-wrap{
    padding-top: 50px;
  }
}


ul.social-links {
  margin-top: 40px;
}

ul.social-links li {
  display: inline-block;
  padding-right: 15px;
}

.wrapper-main{
  padding-top:260px;
  padding-bottom:0px;
 }
 
 .navbar.second-menu .nav-item a{
     color:#000;
 }
 
 .privacy-pol-conts h1 {
  font-size: 2.75625rem;
     font-size: 2.75625rem;
     color: #15171e;
     margin-bottom: 0.67em;
     font-weight:600;
 }
 
 .privacy-pol-conts p {
     margin-top: 1.125rem;
     margin-bottom: 1.125rem;
     padding: 0;
     color: #15171e;
     font-size: 1.125rem;
     line-height: 1.625;
     font-weight: 300;
 }
 
 .privacy-pol-conts {
     max-width: 860px;
     margin: auto;
 }
 
 .privacy-pol-conts h4{
     line-height: 1.25;
     margin-top: calc(1.125rem * 2);
     margin-bottom: 1.125rem;
     color: #15171e;
     font-size: 1.96875rem;
 }
 
 .privacy-pol-conts h5 {
     line-height: 1.25;
     color: #15171e;
     margin-top: calc(1.125rem * 2);
     margin-bottom: 1.125rem;
     font-size: 1.265625rem;
     font-weight: 500;
 }
 
 .privacy-pol-conts li {
     list-style: disc;
     line-height: 1.625;
     color: #15171e;
     font-size: 1.125rem;
     font-weight: 300;
 }
 
 .privacy-pol-conts ul {
     padding-left: 20px;
     margin-top: 1.125rem;
     margin-bottom: 1.125rem;
     list-style-type: disc;
 }
 
 
 
 .privacy-pol-conts a {
     color: #2858d1;
     text-decoration: underline;
 }
 
 .privacy-pol-conts h2 {
     line-height: 1.25;
     margin-top: calc(1.125rem * 2);
     margin-bottom: 1.125rem;
     color: #15171e;
     font-weight: 600;
     font-size: 2.559375rem;
 }
 
 .privacy-pol-conts ol {
     padding-left: 20px;
     margin-top: 1.125rem;
     margin-bottom: 1.125rem;
 }
 
 .privacy-pol-conts ol li {
     line-height: 1.625;
     color: #15171e;
     font-weight: 300;
     font-size: 1.125rem;
     list-style: decimal;
 }